@charset "UTF-8";

/*****************************
頒布会　共通
*****************************/
.bg_hanpu {
    background-color: #fbffcf;
}
.hanpu_h2 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #0B1F32;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .hanpu_h2 {
        font-size: 1.25rem;
    }
}

/*****************************
メインビジュアル
*****************************/
#header {
    padding: 40px 0;
}
#header .wrapper {
    line-height: 0;
}


/*****************************
頒布会の説明
*****************************/
#exp {
    padding-bottom: 50px;
}

/* 頒布会とは */
.exp_01 {
    margin-bottom: 50px;
}
.exp_01_h1 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background-color: #005069;
    padding: 10px;
    text-align: center;
}
.exp_01_text {
    font-size: 1.125rem;
    line-height: 180%;
    background-color: #fff;
    border: 1px solid #005069;
    padding: 16px 32px;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .exp_01_h1 {
        font-size: 1.0rem;
    }
    .exp_01_text {
        font-size: 1.1rem;
        padding: 10px 16px;
    }
}

/* 産地・工場直送便 頒布会商品のご利用方法 */
.exp_02_block {
    background-color: #fff;
    padding: 20px 16px;
}
.exp_02_textbold {
    font-size: 0.93rem;
    font-weight: bold;    
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .exp_02_textbold {
        font-size: 1rem;
    }
}
    
.icon_hanpu {
    display: inline-block;
    padding: 0 10px;
    margin: 0 5px;
    color: #fff;
    background-color: #6abe00;
}
.exp_02_h3 {
    display: inline-block;
    font-size: 0.95rem;
    font-weight: bold;
    border: 1px solid #f2b43b;
    padding-right: 10px;
    margin: 20px 0 8px 0;
}

@media screen and (max-width: 767px) {
    .exp_02_h3 {
        font-size: 0.93rem;
    }
}

.exp_02_h3:first-of-type {
    margin-top: 0px;
}
.exp_02_h3_number {
    display: inline-block;
    background-color: #f2b43b;
    padding: 2px 10px;
    margin-right: 10px;
}


/*****************************
お届けのスケジュール
*****************************/
#schedule {
    padding-bottom: 32px;
}
#schedule .wrapper {
    padding-right: 20px;
}
#schedule span {
    font-size: 0.93rem;
}

/* ウインドウ幅によって改行 (767px以上のタイミングの場合）*/
@media screen and (max-width: 1035px) {
    .line_break_02 {
		display: block;
	}
}

/* スケジュール表 */
.schedule_table {
    width: 1000px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.schedule_table {
    margin-top: 32px;
}
.schedule_table.table_first {
    margin-top: 0;    
}

@media screen and (max-width: 1056px) {
    #schedule .table_overflow {
        overflow-x: scroll;
    }
}

.schedule_table tr {
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
}
.schedule_table th, .schedule_table td {
    padding: 10px;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #555;
    border-left: 1px solid #555;
}
.schedule_table th.row_ttl, 
.schedule_table td.row_ttl {
    width: 140px;
}
.goods_name_table {
    font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
    .goods_name_table {
        font-size: 0.875rem;
    }
}
.bg_table_01 {
    background-color: #fff;
}
.bg_table_02 {
    background-color: #fff2ce;
}
.bg_table_03 {
    background-color: #ddeaf6;
}
.bg_table_04 {
    background-color: #ffe6fd;
}
.bg_table_05 {
    background-color: #ffb42c;
}

/* 以下、PC時に横スクロールさせない表 */
@media screen and (max-width: 767px) {
    #schedule .table_overflow {
        overflow-x: visible;
    }

    /* タブ設定 */
    .tab_nav {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .tab_nav .tab_month {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.9rem;
        font-weight: bold;
        border: 2px solid #208a76;
        border-radius: 10px;
        background-color: #fff;
        margin: 10px;
        width: 60px;
        height: 40px;
        cursor: pointer;
    }
    .tab_nav .tab_month.select {
        border: 4px solid #208a76;
        background-color: #d2f7ef;
    }

    /* スケジュール設定 */
    .tab_container .sp_tr {
        font-size: 0.875rem;
    }
    .schedule_table {
        box-sizing: border-box;
        width: 100%;
        padding-bottom: 0;
        margin-top: 20px;
    }
    .schedule_table .table_block {
        display: none;
    }
    .schedule_table .table_block.open {
        display: block;
    }
    .schedule_table .sp_flex {
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
    }
    .schedule_table .sp_tr {
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        background-color: #fff;
        border-top: 1px solid #555;
        border-right: 1px solid #555;
    }
    .schedule_table .sp_td {
        box-sizing: border-box;
        padding: 10px;
        font-size: 0.9rem;
        font-weight: bold;
        text-align: center;
        background-color: #fff;
        border-bottom: 1px solid #555;
        border-left: 1px solid #555;
        line-height: 1.5;
    }
    .schedule_table .sp_items_01 {
        width: 25%;
    }
    .schedule_table .sp_items_02 {
        width: 75%;
    }
    .schedule_table .row_ttl.sp_td {
        width: 100%;
        line-height: 1.5;
    }
    .schedule_table .align_center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .schedule_table .font_big {
        font-size: 0.9rem;
    }
    .schedule_table .font_biger {
        font-size: 1rem;
    }
    .schedule_table .sp_td .discroption {
        font-size: 0.75rem;
        display: block;
        text-align: left;
    }
    .schedule_table .align_left {
        text-align: left;
    }

    .schedule_table .lightblue {
        background-color: #ddeaf6;
    }
    .schedule_table .lightpink {
        background-color: #ffe6fd;
    }
    .schedule_table .lightgreen {
        background-color: #d3f1d3;
    }
    .schedule_table .cream {
        background-color: #fff2ce;
    }

    .schedule_table .border_bottom_dashed .sp_td {
        border-bottom: 1px dashed #555;
    }
}

/* 表の左列の調整 */
.hidden_520over {
    display: none;
}
@media screen and (max-width: 520px) {
    .hidden_520over {
        display: block;
    }
}
@media screen and (max-width: 500px) {
    .schedule_table .sp_items_01 {
        width: 35%;
    }
}

/*****************************
商品一覧
*****************************/
#list01 {
    padding-bottom: 32px;
}

@media screen and (max-width: 1056px) {
    #list01 .table_overflow {
        overflow-x: scroll;
        margin-bottom: 15px;
    }
}

.list_table {
    width: 1000px;
    font-size: 0.875rem;
}
.list_table:last-of-type {
    margin-bottom: 20px;
}
.list_table tr {
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
}
.list_table th, .list_table td {
    padding: 10px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #555;
    border-left: 1px solid #555;
}
.list_table td.row_ttl {
    text-align: left;
    font-size: 0.875rem;
}
.new {
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #d70000;
    background-color: #fff72b;
    padding: 1px 10px;
    margin-right: 5px;
}
.old {
    display: inline-block;
    color: #333;
    background-color: #cacaca;
    padding: 1px 8px;
    margin-right: 5px;
}
.new.web_special {
    background-color: #ffc0cb;
    border-radius: 5px;
    padding: 3px 10px;
    margin-left: 20px;
}
.list01_text_block .color_red {
    margin-top: 10px;
}

/* 以下、PC時に横スクロールさせない表 */
@media screen and (max-width: 767px) {
    #list01 .table_overflow {
        overflow-x: visible;
    }
    .list_table {
        box-sizing: border-box;
        width: 100%;
    }
    .list_table .sp_flex {
        display: flex;
        justify-content: space-between;
    }
    .list_table .sp_mb_30 {
        margin-bottom: 30px;
    }
    .list_table .sp_tr {
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        background-color: #fff;
        border-top: 1px solid #555;
        border-right: 1px solid #555;
    }
    .list_table .sp_td {
        box-sizing: border-box;
        width: 25%;
        padding: 5px 10px;
        font-weight: bold;
        text-align: center;
        background-color: #fff;
        border-bottom: 1px solid #555;
        border-left: 1px solid #555;
        line-height: 1.4;
    }
    .list_table .row_ttl.sp_td {
        width: 100%;
        line-height: 2.0;
    }
    .list_table .align_center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .list_table .lightblue {
        background-color: #ddeaf6;
    }
    .list_table .lightpink {
        background-color: #ffe6fd;
    }
    .list_table .lightgreen {
        background-color: #d3f1d3;
    }
    .list_table .cream {
        background-color: #fff2ce;
    }
    .list_table .border_bottom_dashed .sp_td {
        border-bottom: 1px dashed #555;
    }
    .list_table .color_blue {
        color: #2b2b99;
    }
}

@media screen and (max-width: 460px) {
    .list_table .font_small {
        font-size: 0.75rem;
    }
}

/***********************************
PICK UP バナー （動きあり）
***********************************/
#pickup_banner {
	margin: 60px 0;
    overflow: hidden;
}
.pickup_items {
    text-align: center;
    line-height: 1;
    max-width: 768px;
}
.pickup_items img {
    max-width: 100%;
    height: auto;
}



/*****************************
PICK UP チラシ
*****************************/
/* 文字部分 */
#pickup_course {
    position: relative;
    background-clip: text;  /* 背景を文字にする */
    color: transparent;
    background-color: #333;  /* 文字色 */
    background-image: linear-gradient(
        70deg,  /* 傾き */
        #333 45%,
        #fff 50%,
        #333 55%
    );
    background-size: 500% 100%;
    animation: shine 5s infinite;
    margin: 80px auto 100px auto;
    padding: 20px 14px 0 34px;
}
#pickup_course h2 {
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 50px;
}

/* 光るアニメーション */
@keyframes shine {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* カラーの吹き出しを別divで作成 */
.clip_background {
    position: absolute;
    content: "";
    width: 400px;
    height: 50px;
    background-color: lightpink;
    border-radius: 20px;
    top: 7px;
    left: 14px;
    z-index: -100;
}

/* 吹き出しの▽部分 */
.clip_background::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -31px;
    left: 100px;
    border: 16px solid lightpink;
    border-color: lightpink transparent transparent transparent;
}
@media screen and (max-width: 500px) {
    .clip_background {
        width: 280px;
    }
}
/* pickup画像 */
.pickup_imgbox {
    max-width: 1000px;
    margin: 0 auto 80px auto;
}
.pickup_imgbox img {
    max-width: 100%;
    vertical-align: top;
}

/*****************************
今月の新コースはこちら！
途中申込受付中！【共通】
*****************************/
.course_list .wrapper {
    text-align: center;
    margin-top: 60px;
}
.hanpu_items {
    margin-bottom: 40px;
    margin-top: -40px;
    padding-top: 40px;
}

@media screen and (max-width: 767px) {
    .course_list .wrapper {
        padding: 0 50px;
    }
    .hanpu_items {
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 600px) {
    .course_list .wrapper {
        padding: 0 20px;
    }
}

/* 見出しリボン */
.ttl_ribbon {
    display: inline-block;
    position: relative;
    width: 70%;
    height: 60px; /*リボンの高さ*/
    line-height: 60px; /*リボンの高さ*/
    text-align: center;
    padding: 0 30px; /*横の大きさ*/
    font-size: 1.75rem; /*文字の大きさ*/
    box-sizing: border-box;
    margin-bottom: 50px;
}
.ttl_ribbon.new_course {
    background: #eff560; /*新コースの色 */
}
.ttl_ribbon.old_course {
    background: #bce6b0; /*継続コースの色 */
}
.ttl_ribbon:before, .ttl_ribbon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}
.ttl_ribbon:before {
    top: 0;
    left: 0;
    border-width: 30px 0px 30px 20px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}
.ttl_ribbon:after {
    top: 0;
    right: 0;
    border-width: 30px 20px 30px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}
@media screen and (max-width: 900px) {
    .ttl_ribbon {
        width: 85%;
    }
}
@media screen and (max-width: 767px) {
    .ttl_ribbon {
        width: 100%;
        font-size: 1.625rem;
    }
}
@media screen and (max-width: 650px) {
    .ttl_ribbon {
        width: 90%;
        font-size: 1.5rem;
    }
    .sp_short {
        display: none;
    }
}

/* 商品リスト course_list　*/
.course_list .flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.course_list .flex_items {
    display: flex;
    justify-content: space-between;
    width: 35%;
    margin-right: 30px;
}
.ending_month {
    width: 30%;
    margin-right: 10px;
}
.ending_month .new {
    font-size: 1.25rem;
    font-weight: bold;
    padding: 5px 10px 2px 10px;
    margin: 0 0 10px 0;
}

/* NEWマークのサイズ調整 */
@media screen and (max-width: 1015px) {
    .ending_month .new {
        font-size: 1rem;
        padding: 1px 10px 2px 10px;
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width: 767px) {
    .course_list .flex_items {
        margin-right: 0;
    }
    .ending_month {
        margin-right: 20px;
    }
    .ending_month .new {
        font-size: 1.25rem;
        padding: 5px 10px 2px 10px;
    }
}

/* 終了月 */
.ending_month .month {
    width: 95px;
    height: 95px;
    background-repeat: no-repeat;
    background-size: 95px 95px;
    margin-right: 20px;
}
.ending_month .month.month_01 {
    background-image: url(../img/ending_month_01.png);
}
.ending_month .month.month_02 {
    background-image: url(../img/ending_month_02.png);
}
.ending_month .month.month_03 {
    background-image: url(../img/ending_month_03.png);
}
.ending_month .month.month_04 {
    background-image: url(../img/ending_month_04.png);
}
.ending_month .month.month_05 {
    background-image: url(../img/ending_month_05.png);
}
.ending_month .month.month_06 {
    background-image: url(../img/ending_month_06.png);
}
.ending_month .month.month_07 {
    background-image: url(../img/ending_month_07.png);
}
.ending_month .month.month_08 {
    background-image: url(../img/ending_month_08.png);
}
.ending_month .month.month_09 {
    background-image: url(../img/ending_month_09.png);
}
.ending_month .month.month_10 {
    background-image: url(../img/ending_month_10.png);
}
.ending_month .month.month_11 {
    background-image: url(../img/ending_month_11.png);
}
.ending_month .month.month_12 {
    background-image: url(../img/ending_month_12.png);
}

/* 終了月マークのサイズ調整 */
@media screen and (max-width: 1015px) {
    .ending_month .month {
        width: 75px;
        height: 75px;
        background-size: 75px 75px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .ending_month {
        width: 130px;
        background-size: 130px 130px;
    }
    .ending_month .month {
        width: 130px;
        height: 130px;
        background-size: 130px 130px;
    }    
}
@media screen and (max-width: 500px) {
    .ending_month {
        width: 100px;
        background-size: 100px 100px;
    }
    .ending_month .month {
        width: 100px;
        height: 100px;
        background-size: 100px 100px;
    }    
}
@media screen and (max-width: 400px) {
    .ending_month {
        width: 85px;
        background-size: 85px 85px;
    }
    .ending_month .month {
        width: 85px;
        height: 85px;
        background-size: 85px 85px;
    }    
}

.goods_img {
    width: 70%;
}
.goods_textbox {
    width: 40%;
    text-align: left;
}
.shipping_name {
    font-size: 1rem;
    font-weight: bold;
}
.goods_name {
    font-size: 1.25rem;
    font-weight: bold;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 10px 0;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .goods_img {
        width: 100%;
        margin-bottom: 20px;
    }
    .goods_textbox {
        width: 100%;
        margin-bottom: 30px;
    }    
    .shipping_name {
        margin-bottom: 10px;
    }
}

.mark {
    display: flex;
    justify-content: flex-start;

}
/* 宅配便マーク */
.delivery {
    display: inline-block;
    height: 53px;
    width: auto;
}
.mark_items {
    font-size: 1.1rem;
    font-weight: bold;
    margin-left: 5px;
    border-radius: 3px;
    padding: 8px 6px;
}
/* 送料込み */
.postage_free {
    display: inline-block;
    height: 35px;
    font-size: 0.975rem;
    color: #fff;
    background-color: #208a76;
    line-height: 1.15;
    padding: 5px 8px;
}
/* 冷凍 */
.frozen {
    display: inline-block;
    height: 25px;
    color: #fff;
    background-color: #014f97;
    border: 3px solid #0f99e4;
}
/* 冷蔵 */
.refrigerated {
    display: inline-block;
    height: 25px;
    color: #208a76;
    background-color: #fff;
    border: 3px solid #208a76;
}
/* 常温 */
.normal_temperature {
    display: inline-block;
    height: 25px;
    color: #fff;
    background-color: #000;
    border: 3px solid #9e9e9e;
}
.cost {
    width: 25%;
    padding-left: 10px;
    text-align: left;
}
.cost_flex {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: right;
    margin-bottom: 20px;
}
.mark_monthly {
    font-size: 1.125rem;
    color: #fff;
    background-color: #eb0001;
    border-radius: 4px;
    padding: 4px 7px 3px 7px;
    margin-right: 10px;
}
.cost_flex .price {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.25rem;
    margin-left: 5px;
    line-height: 0.8;
}

/* 毎月アイコンが2行になるのを防ぐ */
@media screen and (max-width: 1015px) {
    .course_list .flex_items {
        margin-right: 20px;
    }
    .goods_textbox {
        width: 40%;
    }
    .cost {
        width: 25%;
    }
    .btn_order a {
		width: 90%;
	}
}
@media screen and (max-width: 930px) {
    .goods_textbox {
        width: 35%;
    }
    .cost {
        width: 30%;
        padding-left: 10px;
    }
}
@media screen and (max-width: 800px) {
    .goods_textbox {
        width: 35%;
    }
    .cost {
        width: 35%;
        padding-left: 10px;
    }
    .btn_order a {
		width: 90%;
	}
}
@media screen and (max-width: 767px) {
    .course_list .flex_items {
        width: 100%;
    }
    .goods_textbox {
        width: 100%;
    }
    .cost {
        width: 100%;
        padding-left: 0;
    }
    .cost_flex {
        font-size: 1.125rem;
        justify-content: flex-start;
    }
    .cost_block {
        font-size: 1.125rem;
    }
    .mark_monthly {
        font-size: 1.125rem;
        padding: 4px 7px 3px 7px;
    }
	.btn_order a {
		width: 50%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 600px) {
    .btn_order a {
		width: 60%;
	}
}
@media screen and (max-width: 500px) {
    .btn_order a {
		width: 70%;
	}
}


/*****************************
今月の新コースはこちら！  のみ
*****************************/
#list02 {
    margin-bottom: 80px;
}




