/* styles.css */

/* 
///////////////////////////
帯のデザイン
///////////////////////////
*/

.obi {
    line-height: 1.8;
    text-align: center;
    font-size: 1.5rem;
    background: linear-gradient(to right, #e0b1b3, #e48e92);
    color: #ffffff;
    padding: 4px 30px;
}

/* 
///////////////////////////
メイン画像
///////////////////////////
*/

#subscription_lp .main-vl .leadtext {
    position: absolute;
    top: 400px;
    left: 24px;
    border: 0;
}

/* 
///////////////////////////
定期便説明セクション
///////////////////////////
*/

#subscription_lp .column-box {
    background: #e7f0f7;
    padding: 35px;
    margin-bottom: 50px;
}

/* 
///////////////////////////
ラインアップ～お届け月～
///////////////////////////
*/

.lineup-header {
    display: flex;
}

.lineup-header .month-ja {
    font-family: "Zen Old Mincho", serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    width: 119px;
    height: 50px;
    background: no-repeat url(/page/subscr-cake/img/all/month-bg.png);
    margin: 0;
}

.lineup-header .month-ja span {
    line-height: 45px;
}

.lineup-header .month-ja .num-big {
    font-family: "Zen Old Mincho", serif;
    font-size: 30px;
    font-style: normal;
    color: #fff;
    margin: 0 0 0 35px;
}

.lineup-header .month-en {
    font-family: "Zen Old Mincho", serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    color: #221815;
    margin: 10px 0 0 25px;
    line-height: normal;
}

/* 
///////////////////////////
ラインアップ～メイン画像～
///////////////////////////
*/

.main-content01 {
    display: flex;
    align-items: center;
    width: 1000px;
    height: 380px;
    background: no-repeat url(/page/subscr-cake/img/cake-lineup/pc_main_cake1009.png);
}

.main-content02 {
    display: flex;
    align-items: center;
    width: 1000px;
    height: 380px;
    background: no-repeat url(/page/subscr-cake/img/cake-lineup/pc_main_cake1010.png);
}

.main-content03 {
    display: flex;
    align-items: center;
    width: 1000px;
    height: 380px;
    background: no-repeat url(/page/subscr-cake/img/cake-lineup/pc_main_cake1011.png);
}

.main-content04 {
    display: flex;
    align-items: center;
    width: 1000px;
    height: 380px;
    background: no-repeat url(/page/subscr-cake/img/cake-lineup/pc_main_cake1012.png);
}

.main-content05 {
    display: flex;
    align-items: center;
    width: 1000px;
    height: 380px;
    background: no-repeat url(/page/subscr-cake/img/cake-lineup/pc_main_cake1001.png);
}

.main-content06 {
    display: flex;
    align-items: center;
    width: 1000px;
    height: 380px;
    background: no-repeat url(/page/subscr-cake/img/cake-lineup/pc_main_cake1002.png);
}

/* 
///////////////////////////
ラインアップ～メイン画像テキスト～
///////////////////////////
*/

.text-content {
    margin: 0 0 0 40px;
}

.text-content .cake-name {
    font-family: "Zen Old Mincho", serif;
    font-size: 46px;
    font-weight: 600;
    color: #221815;
    line-height: 54px!important;
    margin: 0!important;
}

.text-content .cake-name .cakename-small {
    font-family: "Zen Old Mincho", serif;
    font-size: 24px;
    color: #221815;
}

.text-content .cake-txt {
    font-family: "Zen Old Mincho", serif;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 0 0;
    line-height: 36px;
    color: #221815;
}

.text-content .small-txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #221815;
    margin: 25px 0 0 0;
    line-height: 20px;
}

/* 
///////////////////////////
ラインアップ～コース紹介～
///////////////////////////
*/

.lineup-container {
    width: 1000px;
    margin-top: 50px;
}

.lineup-container .tea-course {
    display: flex;
    justify-content: space-between;
    background-color: #f9eeee;
    padding: 10px;
}

.lineup-container .tea-course .course-A, .course-B {
    width: 485px;
    background-color: #fff;
    padding: 0 0 20px 0;
}

.tea-course .course-name {
    background-color: #a55f36;
    padding: 10px;
}

.tea-course .tea-detail {
    display: flex;
    justify-content: space-between;
}

.tea-course .course-name p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.tea-course .tea-detail-txt {
    margin: 20px 0 0 20px;
    width: 320px;
}

.tea-course .tea-name {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    line-height: normal;
}

.tea-course .tea-txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 23px;
}

.tea-course .tea-lineup {
    width: 160px;
    height: 160px;
}

/* 
///////////////////////////
ラインアップ～コース購入ボタン～
///////////////////////////
*/

.btn-area {
    width: 440px;
    margin: 20px auto 0;
}

.btn-area .tea-button {
    display: inline-flex!important;
    flex-direction: column;
    justify-content: center;
    width: 440px;
    height: 100px;
    color: white!important;
    background-color: #c72031;
    text-align: center;
    line-height: 33px;
    border-radius: 50px;
    text-decoration: none!important;
}
.btn-area .tea-button span {
    display: block;
}

.btn-area .tea-button .line1 {
    font-size: 25px;
    font-weight: bold;
}

.btn-area .tea-button .line2 {
    font-size: 20px;
    font-weight: bold;
}

/* 
///////////////////////////
その他
///////////////////////////
*/

.item-box {
    margin-top: 40px!important;
}

#subscription_lp .item-box .item-banner {
    text-align: center;
    line-height: 1.8;
    font-size: 30px;
    background: #fff4f4;
    padding: 25px 0;
    margin-top: 60px;
}