@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&display=swap');

/*-------------------------------------- gift */
#gift-selection h3,
#gift-selection dt{
    font-family: 'Lusitana', YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;;
}
#gift-selection h3{
    font-size:26px;
    border-bottom:1px solid #FFF;
}
#gift-selection h3 span{
    font-size:18px;
    display:inline-block;
    margin-left:20px;
}
#gift-selection dt{
    font-size:17px;
    padding-right:10px;
    margin:16px 0;
}
#gift-selection dt span{
    font-size:13px;
    display: block;
}
#gift-selection .gift-hero{
    height:670px;
    background:url(../images/gift/main_pc.jpg) no-repeat;
    padding-top:50px;
}
#gift-selection .gift-hero div{
    background:#999;
    padding:20px 40px 10px 40px;
    color:#FFF;
}
#gift-selection .gift-hero h1{
    margin:10px 0 0 290px;
    font-size:24px;
}
.slilanka-tea{
    background:#666;
    color:#FFF;
    padding:20px 40px;
}
.slilanka-tea .description{
    display: flex;
}
.slilanka-tea .description div{
    width:490px;
}
.slilanka-tea .description dt{
    clear:both;
    float:left;
    width:100px;
    text-align: right;
}
.slilanka-tea .description dd{
    float:left;
    width: calc(100% - 110px);
    padding-left:10px;
    font-size:12px;
    margin:16px 0;
    border-left:1px solid #FFF;
}
.slilanka-tea-pic ul{
    display: flex;
}
.slilanka-tea-pic li{
    width:540px;
    background:#999;
}
#gift-selection h4{
    font-size:14px;
    margin:5px 0 5px 20px;
    color:#FFF;
}
.flavored-tea,
.herb-tea {
    margin-top:40px;
    position:relative;
}
.flavored-tea > div{
    display: flex;
}
.flavored-tea > div div{
    width:540px;
    color:#FFF;
}
.flavored-tea > div div:first-child{
    background:#666;
    padding:20px 40px;
}
.flavored-tea > div div:last-child{
    background:#999;
}
.flavored-tea dt,
.herb-tea dt{
    clear:both;
    float:left;
    width:160px;
    text-align: right;
}
.flavored-tea dd,
.herb-tea dd{
    float:left;
    width: calc(100% - 180px);
    padding-left:10px;
    font-size:12px;
    margin:16px 0;
    border-left:1px solid #FFF;
}
.herb-tea div{
    padding:20px 40px;
    color:#FFF;
    height:820px;
    background:url(../images/gift/herbtea01.jpg) no-repeat left bottom #666;
}
.herb-tea .side{
    position:absolute;
    right:0;
    top:0;
    width:auto;
    height:820px;
}
#gift-selection .banner-area{
    display: flex;
    padding:40px 70px;
}
#gift-selection .banner-area div{
    width:400px;
}
#gift-selection .banner-area div:last-child{
    text-align: right;
    margin-left:140px;
}
#gift-selection .banner-area img{
    width:400px;
    height:auto;
}
#gift-selection p.tr{
    font-size:12px;
    margin:20px 40px;
}

/*===============================================
●mobile.css  画面の横幅が640pxまで
===============================================*/

@media screen and (max-width: 640px) {
    /*-------------------------------------- gift */
    #gift-selection h3{
        font-size:24px;
    }
    #gift-selection h3 span{
        font-size:17px;
    }
    #gift-selection dt{
        font-size:17px;
    }
    #gift-selection dt span{
        font-size:15px;
    }
    #gift-selection .gift-hero{
        height:inherit;
        background-image:none;
        padding-top:0;
        margin-top:3%;
    }
    #gift-selection .gift-hero div{
        padding:5%;
    }
    #gift-selection .gift-hero h1{
        margin:10px 0 0 0;
        font-size:18px;
    }
    .slilanka-tea{
        padding:5%;
    }
    .slilanka-tea .description{
        display: inherit;
    }
    .slilanka-tea .description div{
        width:100%;
    }
    .slilanka-tea .description dd{
        font-size:14px;
    }
    .slilanka-tea-pic ul{
        display: inherit;
    }
    .slilanka-tea-pic li{
        width:100%;
    }
    #gift-selection h4{
        font-size:16px;
        margin:0;
        padding:5px 10px;
    }
    .flavored-tea > div{
        display: inherit;
    }
    .flavored-tea > div div{
        width:100%;
    }
    .flavored-tea > div div:first-child{
        padding:5%;
    }
    .flavored-tea dd, .herb-tea dd {
        font-size: 14px;
      }
    .herb-tea div{
        padding:5%;
        height:inherit;
        background-image:none;
    }
    #gift-selection .banner-area{
        display: inherit;
        padding:5% 10%;
    }
    #gift-selection .banner-area div{
        width:100%;
    }
    #gift-selection .banner-area div:last-child{
        text-align: inherit;
        margin-left:0;
    }
    #gift-selection .banner-area img{
        width:100%;
        height:auto;
    }
    #gift-selection p.tr{
        margin:5%;
    }
    
}