@charset "UTF-8";


.mainvisual_small img {
    width: 100%;
}



.area_title {
    background:url( "../img/bg_about_top.png") no-repeat;
    background-size: 100%;
    min-height: 561px;
    padding-top: 80px;
    z-index: 1;
}
.area_title_txt {
    text-align: center;
}
h2 {
    font-size: 2.5rem; 
}
/*英語見出し*/
.title_eigo {
    font-family: tornac, sans-serif;
    color:#343249;
    font-size: 450%;
    line-height: 0.8em;
    /*文字を傾ける*/
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    margin-bottom: 40px;
}

.cts_howto_inner {
    margin-top: 250px;
    padding: 0 70px;
    background-color: transparent;
}

/*半透明数字と斜線*/
.heading {
    position: relative;
    padding: 1.5em 1em 1em 2em;
    font-size: 26px;
    margin-bottom: 20px;
    
  }

  .heading span {
    position: relative;
    z-index: 2;
  }
  
  .heading::before {
    content: attr(data-number);
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(52, 50, 73, .2);
    font-size: 64px;
    font-family: Tornac;
    font-weight: 800;
    z-index: 1;
  }
  h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, #e5e3d8 0px, #e5e3d8 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}
.box_howto_inner {
    margin-bottom: 40px;
}


.howto_number {
    counter-reset:num;
    list-style-type: none!important;
    padding:0;
    margin: 10px;
  }
  .howto_number li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 30px;
  }
  
  .howto_number li:before {
    position: absolute;
    counter-increment: num;
    content: counter(num);
    display:inline-block;
    background:transparent;
    border:#343249 1px solid;
    color: #343249;
    font-family: 'Tornac',sans-serif;
    font-weight:bold;
    font-size: 14px;
    border-radius: 50%;
    left: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    top: 10px;
  }


.box_variety_inner h3 {
    font-size: 30px;
    margin-bottom: 10px;
    position: relative;
	padding-bottom: 10px;
    padding-left: 10px;
}

/*斜線が入った見出しｘ*/
.box_variety_inner h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, #e5e3d8 0px, #e5e3d8 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}

.variety_txt {
    padding: 0 20px;
}
.variety_txt p {
    font-size: 16px;
}

.howto_ctn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.howto_ctn_inr {
    width: 80%;
    background-color: #e5ddd4;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 5px 5px;
    
    padding: 20px;
    border-radius: 5px;
}

.howto_ctn_inr li:last-child {
    margin-top: 14px;
}
.howto_ctn_inr_txt h4 {
    display: inline-block;
    margin: 15px auto 15px 0;
    width: auto;
    background-color: #343249;
    border-radius: 15px;
    padding: 2px 15px;
    color: #FFF;
}

/*追熟*/

.tsuijuku_ctn img {
    margin: 15px auto;
    width: 90%;
}
.tsuijuku_ctn p {
    margin: 15px auto;
}

/*蛍光ペン部分*/
span {
    background:linear-gradient(transparent 10%, #ffd4da 40%);
}
.tsuijuku_ctn_box {
    display: flex;
}

.tsuijuku_ctn_box img {
    width: 20%;
    object-fit:scale-down;
}

/*吹き出し 園主*/
.fkds_left {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 10px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
    border-radius: 10px;
  }
  
  .fkds_left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  
  .fkds_left:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #555;
    z-index: 1;
  }
  
  .fkds_left p {
    margin: 0;
    padding: 0;
  }


/*吹き出し 質問*/
.fkds_right {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
    border-radius: 10px;
  }
  
  .fkds_right:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
  }
  
  .fkds_right:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #555;
    z-index: 1;
  }
  
  .fkds_right p {
    margin: 0;
    padding: 0;
  }


/*吹き出し スタッフ*/
.fkds_top {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
    border-radius: 10px;
  }
  
  .fkds_top:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
  }
  
  .fkds_top:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #555;
    z-index: 1;
  }
  
  .fkds_top p {
    margin: 0;
    padding: 0;
  }



/*スタッフおすすめの食べ方*/
.staff_ctn {
    display: flex;
    justify-content: space-between;
}
.staff_ctn_box {
    width: 48%;
}

.staff_ctn_box_i {
    display: block;
    margin: auto;
    
}



/*メディアクエリ*/
@media screen and (max-width: 848px) {
    /* スクリーンサイズが848px以下の場合に適用 */
    .box_variety_inner {
        width: 100%;
    }
    .box_variety_inner h3 {
        font-size: 26px;
    }
    .staff_ctn {
        flex-direction: column;
    }
    .staff_ctn_box {
        width: 85%;
        margin: auto;

}

@media screen and (max-width: 375px) {
    /* スクリーンサイズが375px以下の場合に適用 */
    .box_variety {
        flex-direction: column;
    }
    .box_variety_inner {
        width: 80%;
    }
    .box_variety_inner h3 {
        font-size: 22px;
    }
}





/**

.cts_shops_inner {
    margin-top: 300px;
    padding: 0 70px;
    background-color: transparent;
}

.cts_shops_inner p {
    margin-bottom: 35px;
}
.box_shop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 150px;
}
.box_shop_data {
    width: 60%;

}

.box_shop_data img {
    width: 100%;
}

.box_shop_data dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.0rem;
    margin-bottom: 40px;
}
.box_shop_data dl dt {
    width: 15%;
    border-right: 1px solid #e5e3d8;
    padding-right: 10px;
}
.box_shop_data dl dd {
    width: 85%;
    padding-left: 15px;
}
.box_shop_map {
    width: 35%;
}

.box_shop_map iframe {
    width: 100%;
}

*/

/*メディアクエリ*/
@media screen and (max-width: 848px) {
    /* スクリーンサイズが848px以下の場合に適用 */
    .box_shop_data h3 {
        font-size: 26px;
    }
    .cts_howto_inner {
        margin-top: 130px;
        padding: 0 30px;
    }
    .box_shop {
        flex-direction: column;
    }
    .box_shop_data {
        width: 100%;
        margin-bottom: 50px;
    }
    .box_shop_map {
        width: 100%;
        height: auto;
    }
    .title_eigo {
        margin-bottom: 5px;
        font-size: 40px;
    }



}

@media screen and (max-width: 375px) {
    /* スクリーンサイズが375px以下の場合に適用 */
    .cts_howto_inner {
        margin-top: 50px;
        padding: 0 15px;
    }
    .box_shop_data h3 {
        font-size: 22px;
        margin-bottom: 24px;
    }
    .box_shop_data dl {
        font-size: 14px;
        margin-bottom: 24px;
        
    }
    .box_shop_map iframe {
        height: 280px;
    }
    h2 {
        font-size: 26px;
    }
}