@charset "UTF-8";

html,
body {
    background-color: #fff;
    font-size: 62.5%;
    /* font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
    font-family : 'SatsukiGendaiMincho-M', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif ;
    font-style: normal;
    font-feature-settings: 'palt';
    background-color: #ffffff;
    -webkit-font-feature-settings: 'pkna';
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    box-sizing: border-box;
}

/* normal */

p, h1, h2, h3, h4{
    color: #353535;
}

.cf:before,
.cf:after {
    content: "";
    display: block;
    clear: both;
}

.cf {
    *zoom: 1;
    display: block;
}


/*横幅1081px以上からのcss*/
.pc {
    display: block !important;
}

.tab {
    display: none;
}

.sp {
    display: none;
}

section{
    display: block;
}

/*横幅1080pxまでのcss*/
@media screen and (max-width: 1080px) {
    .pc {
        display: none !important;
    }

    .tab {
        display: block !important;
    }

    .sp {
        display: none;
    }
}

/*横幅768pxまでのcss*/
@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .tab {
        display: block !important;
    }

    .sp {
        display: none;
    }
}

/*横幅640pxまでのcss*/
@media screen and (max-width: 330px) {
    .pc {
        display: none !important;
    }

    .tab {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}



a {
    text-decoration: none;
}





img {
    width: 100%;
    height: auto;
    display: block;
}


a {
    cursor: pointer;
}

/* -----------header----------- */

.header {
    max-width: 1080px;
    margin: 0 auto;
    height: 80px;
    margin-bottom: 50px;
}

.header__hl {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 50px;
}

.header__hl img {
    max-width:120px;
    height: auto;
    margin: 120px auto 140px;
}

@media screen and (max-width: 1080px) {
    
    .header__hl {
        color: #000;
    }
}

@media screen and (max-width: 640px) {
    
    .header__hl img {
        max-width:75px;
        margin: 65px auto 120px;
    }
}

/* -----------//header----------- */




/* -----------section02----------- */

.sec__2 {
    max-width: 1000px;
    margin: 80px auto 0;
}

.sec__2 img{
    width: 150px;
    height:auto;
    margin: 50px auto 125px;
}

.sec__2 a {
    font-size: 1.4rem;
}

.sec__2__hl {
    font-size: 3rem;
}

.sec__2__text {
    font-size: 1.4rem;
}

@media screen and (max-width: 640px) {

    .sec__2 {
        margin: 40px auto 0;
    }

    .sec__2 img{
        max-width: 88px;
        margin: 40px auto 125px;
    }
}
/* -----------//section02----------- */


/* -----------section03----------- */

.sec__3 img{
    width: 20px;
    height:auto;
    margin: 250px auto 125px;
}

@media screen and (max-width: 640px) {

    .sec__3 img{
        width: 11px;

    }
    

}


/* -----------//section03----------- */


/* -----------section04----------- */

.sec__4{
    margin-top:200px;
}

.sec__4 p{
    font-size:1.4rem;
    line-height: 260%;
    letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
    .sec__4 p{
        font-size:1.0rem;
        line-height: 200%;

    }
}
@media screen and (max-width: 330px) {
    .sec__4 p{
        font-size:0.7rem;
        line-height: 180%;
    }
}
.sec__4_flexbox{
    width:550px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 640px) {
    .sec__4_flexbox{
        width:75%;
    }
}
@media screen and (max-width: 500px) {
    .sec__4_flexbox{
        width:85%;
    }
}




.sec__4 img{
    width:200px;
    height:auto;
    margin: 0 auto;
}
@media screen and (max-width: 680px) {
    .sec__4 img{
        width:140px;
    }
}
@media screen and (max-width: 400px) {
    .sec__4 img{
        width:100px;
    }
}


/* -----------//section04----------- */



/* -----------sec__jika-title----------- */

.sec__jika-title{
    margin:400px auto 0;
    width:500px;
    text-align: center;
}
@media screen and (max-width: 680px) {
    .sec__jika-title{
        width:90%;
    }
}

.jika-text p{
    font-size:2.0rem;
    line-height:8.0rem;
    height:500px;
}
@media screen and (max-width: 680px) {
    .jika-text p{
        font-size:1.1rem;
        line-height:5.0rem;
        height:300px;
    }
}


.sec__jika-title h2{
    margin-bottom:300px;
}



/* .tyaco_coffee-title h3{
    margin: 0 auto;
    font-size: 3.5rem;
    line-height: 200%;
    font-weight: lighter;

}
 */

.jika_product_title{
    margin:500px auto 200px;
    width:70px;
}
@media screen and (max-width: 680px) {
    .jika_product_title{
        width:45px;
    }
}


.seasontitle_logo{
    width:100px;
    margin: 0 auto 30px;
}
@media screen and (max-width: 680px) {
    .seasontitle_logo{
        width:70px;
    }
}

.season-title{
    font-size: 3.5rem;
    text-align: center;
}
@media screen and (max-width: 680px) {
    .season-title{
        font-size: 2.5rem!important;
    }
}

.kika_title{
    margin:400px auto 200px;
}



.kika_title hr{
    width:400px;
}
@media screen and (max-width: 680px) {
    .kika_title hr{
        width:60%;
    }
}

.kika_title h4{
    font-size: 3.5rem;
    text-align: center;
    margin-bottom:20px;
}
@media screen and (max-width: 680px) {
    .kika_title h4{
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 350px) {
    .kika_title h4{
        font-size: 2.0rem;
    }
}






/* -----------//sec__jika-title----------- */


/* -----------sec__onshi_product----------- */


.sec__onshi_product{
    width:800px;
    margin:500px auto;
}
@media screen and (max-width: 900px) {
    .sec__onshi_product{
        width:80%;
        margin:300px auto;
    }
}


.sec__onshi_product img{
    width:300px;
    margin:200px auto 100px;
}
@media screen and (max-width: 680px) {
    .sec__onshi_product img{
        width:200px;
        margin:100px auto 50px;
    }
}



.sec__onshi_product p{
    font-size:1.6rem;
    text-align: center;
    line-height: 4rem;
    letter-spacing: 1px;
    margin-bottom:40px;
}
@media screen and (max-width: 680px) {
    .sec__onshi_product p{
        font-size:1.0rem;
        line-height: 3rem;

    }
}


/* -----------//sec__onshi_product----------- */


/* -----------sec__jika-season----------- */


.sec__jika-season{
    width:600px;
    margin:500px auto 500px;
}
@media screen and (max-width: 640px) {
    .sec__jika-season{
        width:100%;
        margin:300px auto;
    }
}

.jika_box{
    margin-bottom:500px;
}

.jika01__background{
    background-image: url(../img/jika_img01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sec__jika-season .text_position{
    width:100%;

}

.jika02__background{
    background-image: url(../img/jika_img02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}

.jika03__background{
    background-image: url(../img/jika_img03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}

.jika_box__text{
    font-size:1.8rem;
    text-align: center;
    margin-top:100px;
}
@media screen and (max-width: 640px) {
    .jika_box__text{
        font-size:1.4rem;
    }
}

.jika_box__text span{
    font-size:1.3rem;
    margin-top:20px;
}
@media screen and (max-width: 640px) {
    .jika_box__text span{
        font-size:1.1rem;
    }
}

.jika_box__text02{
    font-size:1.8rem;
    text-align: center;
    margin-top:100px;
    line-height: 3rem;
}
@media screen and (max-width: 640px) {
    .jika_box__text02{
        font-size:1.4rem;
        line-height: 2rem;

    }
}

.jika_box__text02 span{
    font-size:1.5rem;
    margin-top:20px;

}
@media screen and (max-width: 640px) {
    .jika_box__text02 span{
        font-size:1.1rem;
    }
}


/* -----------//sec__jika-season----------- */

/* -----------sec__jika-howto----------- */


.sec__jika-howto{
    width:800px;
    margin:300px auto;
}
@media screen and (max-width: 900px) {
    .sec__jika-howto{
        width:90%;
        margin:300px auto;
    }
}





.jika_howto_title{
    margin:100px auto;
    width:50%;

}
@media screen and (max-width: 640px) {
    .jika_howto_title{
        margin:100px auto 30px;
    }
}

.sec__jika-howto p{
    font-size: 1.6rem;
    line-height: 200%;
    text-align: center;
}
@media screen and (max-width: 640px) {
    .sec__jika-howto p{
        font-size: 1.1rem;
        line-height: 180%;
        text-align: center;
    }
}

/* -----------//sec__jika-howto----------- */



.cp_actab-content hr{
    width:500px;
    margin:30px auto;
}
@media screen and (max-width: 680px) {
    .cp_actab-content hr{
        width:80%;
        margin:30px auto;
    }
}


.cp_actab-content h5{
    font-size:1.8rem;
    text-align: center;
    line-height: 200%;
    letter-spacing: 2px;
}
@media screen and (max-width: 680px) {
    .cp_actab-content h5{
        font-size:1.2rem;
        text-align: center;
        line-height: 180%;
        letter-spacing: 1px;

    }
}

.cp_actab-content p{
    font-size: 1.5rem;
    text-align: center;
    line-height: 200%;
    letter-spacing: 2px;
}
@media screen and (max-width: 680px) {
    .cp_actab-content p{
        font-size:1.0rem;
        text-align: center;
        line-height: 180%;
        letter-spacing: 1px;
    }
}

.detail_tea-area{
    margin-top:50px;
}

.detail_last{
    width:100px;
    margin:100px auto;
}
@media screen and (max-width: 680px) {
    .detail_last{
        width:50px;
        margin:50px auto;

    }
}

/*アコーディオンタイトル*/


.tea-detail{
    text-align: center;
    font-size: 2.0rem;
    letter-spacing: 1rem;
    display: flex;
    background-image: url(../img/open.png);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: 20px;
    padding-bottom: 20px;
    align-items: flex-start;
    justify-content: space-around;
    width: 300px;
    margin: 0 auto;
    cursor: pointer;
    transition: all .5s ease;
}

.active01 {
    background-image: url(../img/close.png);
    transition: .5s;
  }


/*アコーディオンで現れるエリア*/
.detail_box {
    display: none;

}


/* アコーディオンメニュー */

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #353535;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	position: relative;
	display: block;
	padding: 0 0 20px 0;
	cursor: pointer;
	background: #fff;
    text-align: center;
    font-size: 2.0rem;
    letter-spacing: 1rem;
    display: flex;
    background-image: url(../img/open.png);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: 20px;
    align-items: flex-start;
    justify-content: space-around;
    width: 400px;
    margin: 0 auto;
    transition: all .5s ease;
}
@media screen and (max-width: 640px) {
    .cp_actab label{
        font-size: 1.0rem;
        background-size: 10px;
        width:250px;
    }
}


.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #fff;
}
.cp_actab .cp_actab-content p {
	margin: 3rem;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 700em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

.hr_style{
    margin-top:100px;
}
@media screen and (max-width: 640px) {
    .hr_style{
        margin-top:50px;
    }
}

/* //アコーディオンメニュー */




.vertical {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    display: inline-block;
    line-height: 5rem;
    text-align: start;
}



.vertical02 {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    line-height: 3rem;
    text-align: start;
    font-size:2.0rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
    .vertical02 {
        line-height: 2rem;
        text-align: start;
        font-size:1.2rem;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
}





.vertical03 {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    line-height: 2.0rem;
    text-align: start;
    font-size:1.6rem;
    margin-top:20px;
}
@media screen and (max-width: 640px) {
    .vertical03 {
        line-height: 1.5rem;
        text-align: start;
        font-size:1.0rem;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
}


/* -----------//sec__kika-season----------- */






