@charset "UTF-8";
/* CSS Document */
/*===============================================
● PC/SP共通
===============================================*/
.menudetail_contents .disc {
  margin: 0 0 1em 1em;
}
.menudetail_contents .disc li {
  list-style: disc;
}
.menudetail_contents .bold {
  font-weight: bold;
}
.menudetail_contents .gold {
  color: #AF8335;
}
.menudetail_contents .orange {
  color: #ff5f00;
}
.menudetail_contents s.red {
  color: #ff0000;
}
.menudetail_contents p.text {
  margin-bottom: 1em;
}
.menudetail_contents .text-center {
  text-align: center;
}
.menudetail_contents .text-right {
  text-align: right;
}
.menudetail_contents .text-left {
  text-align:left;
}
.mb40 {
  margin-bottom: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.menudetail_contents .m40a {
  margin: 40px auto
}
.menudetail_contents .f80 {
  font-size: 80%;
}
.menudetail_contents .f120 {
  font-size: 120%;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*swiperのナビアイコンを黒に*/
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    filter: brightness(0);
}
.menudetail_contents .swiper-pagination-bullet-active{
        background: #C2686A;
}

/*===============================================
● 画面の横幅が761px以上
===============================================*/
@media screen and (min-width: 761px) {
  /*=========================
▼▼共通▼▼
    ===========================*/
  .w800 {
    width: 800px;
    margin: auto;
  }
  .w1000 {
    width: 1000px;
    margin: auto;
  }
    .menudetail_contents .table_A{
          width: 100%;
          border: #ccc 1px solid;
          border-bottom: none;
          line-height: 1.5;
        margin-top: 40px;
    }
   .table_A th,.table_A  td {
  padding: 1em;
  border: #ccc 1px solid !important;
  vertical-align: middle;
  text-align: center;
}   
   .table_A  th.left,    .table_A td.left {
  text-align: left;
}
   .table_A thead th {
  background: #d9eeee;
}
   .table_A tbody th {
  background: #f5f5f5;
}
   .table_A th {
  white-space: nowrap;
}
   .table_A.w2 th,.table_A.w2 td {
  width: 50%;
}
   .table_A.w3 th,.table_A.w3 td {
  width: 33%;
}
   .table_A.w4 th, .table_A.w4 td {
  width: 25%;
} 
 .menudetail_contents .link_bnr {
    width: 860px;
    margin: 40px auto;
    clear: both;
    /* padding: 40px 0; */
  } 
    
  .menudetail_contents {
    width: 100%;
    /* clear: both; */
    /* float: left; */
    background-size: 100%;
    font-size: 17px;
    line-height: 35px;
    color: #000000;
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    min-width: 1200px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
  }
  .menudetail_contents .auto {
    max-width: none;
    /* width: 1100px; */
    margin: 0 auto;
    position: relative;
    clear: both;
    padding-top: 60px;
  }
  .menudetail_contents img {
    display: block;
    width: 100%;
    height: auto;
  }
  .menudetail_contents .img-one {
    width: 50%;
    margin: 0 auto;
  }
  .menudetail_contents section {
    width: 100%;
    /* float: left; */
    clear: both;
    margin-bottom: 100px;
    /* overflow: hidden; */
  }

  
  .bnr_box {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 20px 20px;
    border: 2px solid #d89b9c
  }
  .bnr_box_heading {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    color: #d89b9c;
  }
  .bnr_box_inner {
    display: flex;
    justify-content: space-evenly;
  }
  .bnr_box_inner p {
    width: calc((100% - 40px) /2);
    max-width: 300px;
    text-align: center;
    font-weight: bold;
    color: #d89b9c;
  }

  #title_conts {
    width: 100%;
    height: 600px;
    background-image: url(../images/tantrux/img_main_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 40% 20%;
    position: relative;
    margin-bottom: 40px;
  }

  
  #title_conts .auto{
    height:600px
  }


  #title_conts .title_inner{
  width:1200px;
  margin:0 auto;
  overflow: hidden;
  position: relative;
  height: 600px;
}
  #title_conts .page_ttl_group{
	   position: absolute;
    width: 460px;
    height: auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
	  text-align:center;
  }
	
  #title_conts .page_ttl {
   	  color:#5c574f;
	  font-size:76px;
	  text-align:center;
  }
	  #title_conts .page_ttl span{
		  display:block;
		  font-size:26px;
		  margin:1em 0 0.5em;
		  
	  }
	  #title_conts .page_ttl_sub{
		  background:#5c574f;
		  text-align:center;
		  color:#fff;
		  display:inline-block;
		  padding:0.15em 1em; 
	  }

  .contsMenu {
    width: 1200px;
    margin: 20px auto 100px;
    display: table;
    border-left: 1px solid #ccc;
  }
  .contsMenu a {
    padding: 0 15px;
    border-right: 1px solid #ccc;
    width: 14%;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
    
    
  .title_box {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 99;
    margin: 50px 0 226px 0;
  }
  .title_box::after {
    content: "";
    display: block;
    width: 1px;
    height: 132px;
    background-color: #000;
    position: absolute;
    bottom: -190px;
    left: 50%;
  }
  .lato_font {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
  }
  .title_box h2 {
    color: #5c574f;
    font-size: 55px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .1em;
    margin-bottom: 14px;
  }
  .title_box .jp_title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .2em;
  }
    
 .conts_inner {
    clear: both;
    margin-bottom: 50px;
  }
  .conts_inner .heading {
    font-size: 26px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 50px;
    letter-spacing: .2em;
    text-align: center;
    color: #eca599;
  }
  .conts_inner .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    position: relative;
    /* text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; */
    /* clear: both; */
    flex-flow: wrap;
    /* padding: 30px; */
  }
  .conts_inner .box:nth-of-type(even) {
    /* flex-direction: row-reverse; */
  }
  .conts_inner .box:last-of-type {
    margin-bottom: 0;
  }
  .conts_inner .box .img {
    width: calc((100% - 580px) - 40px);
    overflow: hidden;
  }
  .conts_inner .box .text_group {
    width: 580px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }


 .conts_inner .box_one{
   flex-direction:column;
   
 }
 .conts_inner .box_one .img{
   width:100%;
   margin-bottom: 42px;
 }
 .conts_inner .box_one .text_group {
   width:100%;
   
 }
  
  .conts_inner .box .text_group h4 {
    font-size: 30px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 18px;
    letter-spacing: .2em;
  }



    .conts_inner .link_btn_large{
      margin: 40px auto;
      }    
  .slide_in_image {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    opacity: 0;
  }
.link_bnr {
    width: 860px;
    margin: 40px auto;
    clear: both;
    padding: 40px 0;
}
    
 .ttl_sub {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
        background: #000000;
        color: #fff;
        line-height: 32px;
        padding: 0.5em;
    }    
    
  .isPlay {
    animation-name: play;
    animation-duration: 0.55s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    position: relative;
    opacity: 1 !important;
    animation-timing-function: ease;
  }
  /*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
  .isPlay:before {
    animation-name: maskOut;
    animation-duration: 0.55s;
    animation-delay: 0.55s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #ffe9e1,#fffcf3);
  }
  /*//「slide_in_image」をスライドインする*/
  @keyframes play {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  /*//マスク要素をスライドアウトする*/
  @keyframes maskOut {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
  }
 
  /*=========================
        ▲▲共通▲▲
===========================*/    
    
  .recommend {
    width: 100%;
    padding: 80px 0;
    background-image: url("../images/tantrux/img_recommend_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 40px;
  }

  .recommend .title_box{
    /* color:#fff; */
  }

  .recommend .title_box::after{
    /* background-color: #fff; */
  }

  
  .recommend_list {
    display: flex;
    width: 100%;
    margin-top: 30px;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .recommend_list li {
    width: 32%;
    /* height: 70px; */
    /* margin-right: 2%; */
    margin-bottom: 20px;
    background: #fff;
    padding: 0.5em 10px 0.5em 60px;
    position: relative;
    /* float: left; */
    font-weight: bold;
    /* line-height: 1.2; */
    display: flex;
    align-items: center;
  }
  .recommend_list li:nth-child(3n) {
    margin-right: 0;
  }
  .recommend_list li:before {
    content: '';
    position: absolute;
    background-image: url("../images/common/icon_check.png");
    background-repeat: no-repeat;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-size: 100%;
  }
 .recommend_list::after{
        content: "";
    width: 32%;
    display: block;
    height: 0;
    }    

   
.items .conts_inner .box .text_group .item_name{
  line-height: 1.5;
  color: #ECA59A;
  margin: 10px 0;
  letter-spacing: 4px;
  font-size: 32px;
  font-weight: 600;
}
  .items .conts_inner .text_first{
    text-align:center;
    margin-bottom:60px;
  }
  

   .items_price_wrap{
     margin-bottom:2em
   }

 .items_price_wrap .items_price{
   font-weight:bold;
   font-size: 17px;
 }

.items .item_detail{
  width:1000px;
  margin:60px auto 0;
}

.items .item_detail .box:nth-of-type(even){
	flex-direction:row-reverse
}
.items .item_detail .box:last-of-type{
	margin-bottom:0;
}

	
.items .item_detail .box .img{
  width: 30%;
}

.items .item_detail .box .img span{
	display:flex;
	flex-direction:column;
justify-content:center;
}
	
.items .item_detail .box .text_group{
  width: calc(100% - (30% + 40px));
}

.items .item_detail .box .text_group .text_group_aroma{
	background:#fbf8f0;
	margin:1em 0;
	padding:10px;
	border-radius:10px;
}

.items  .text_group_aroma strong{
font-weight:bold;
	display:block;
	color:#5c574f;
	line-height:1.5;
	margin:10px 0 ;
	

}
	
	
.items .item_detail .box .list_free{
 display:flex;
 flex-flow: wrap;
 justify-content: space-between;
}
.items .item_detail .box .text_group .list_free li{
  width:48%;
  /* border:1px solid #ccc; */
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #dbafa7;
}  

.items .conts_inner h5 {
  /* font-weight:bold; */
  /* margin-top: 2em; */
  /* border-bottom: 1px dotted #ccc; */
  color: #5c574f;
  margin-bottom: 1em;
  font-size: 26px;
}
.items .list_component{
	margin-top:40px;
}

.items .list_component li{
	/* background: #f7faef; */
	margin-bottom:2em;
	padding: 30px;
	font-size:16px;
	line-height:1.8;
	border-radius:10px;
	border: 2px solid #907b2959;
	display:flex;
	justify-content:space-between;
}

.items .list_component li .text_group{
	width:calc( 100% - (30% + 40px));
}
.text_group h6{
	/* font-weight:bold; */
	margin-bottom:0.5em;
	color: #5c574f;
	font-size: 24px;
}
	
.items .text_group ol li h6{
	font-weight:bold;
	color: #917b29;
	font-size: 16px;
	margin-bottom: 0.5em;
}
	

.items .howArea{
  background: #fbf2f2;
  padding: 40px;
  margin-bottom:40px;
}
.items .howArea h4{
  text-align:center;
  font-size:24px;
  font-weight:bold;
  color: #5c574f;
  margin-bottom: 1em;
}

.items .howArea h4 + p{
  text-align:center;
}

  
.items .howArea {
  border-radius:20px;
}

.items .howArea h5{
	font-size:20px;
	background:#fff;
	text-align:center;
	padding:0.25em;
	margin:1em  0 .5em;
}

	
.items .how_box{
  display:flex;
  justify-content: space-between;
  /* align-items: center; */
  flex-direction: column;
}
.items .how_box .img{
  width: 30%;
}
.items .how_box .how_box_text{
  /* width: calc(100% - (30% + 30px)); */
}

.items .howArea_other{
	list-style:disc inside;

}

	
 .faqArea {
        border-top: 1px solid #5c574f;
    }

.faqArea dl {
        border-bottom: 1px solid #5c574f;
        padding: 10px 0;
    }

 .faqArea dl dt {
        padding: 10px 10px 10px 60px;
        position: relative;
        color: #5c574f;
        font-weight: bold;
    }

 .faqArea dl dt:before {
        position: absolute;
        content: "";
        background-image: url("../images/tantrux/icon_q.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100%;
        width: 35px;
        height: 35px;
        left: 10px;
        top: 10px;
    }

 .faqArea dl dd {
        padding: 10px 10px 10px 60px;
        background: #f6f6f6;
        position: relative;
        display: none;
    }

 .faqArea dl dd:before {
        position: absolute;
        content: "";
        background-image: url("../images/tantrux/icon_a.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100%;
        width: 35px;
        height: 35px;
        left: 10px;
        top: 10px;
    }
 .faqArea dl dd .ansLink {
	display: table;
	padding: 5px 40px 4px 15px;
	margin-top: 8px;
	background: #40b1bf;
	color: #fff;
	position: relative;
}
 .faqArea dl dd .ansLink:after {
	content: '';
	position: absolute;
	background-image: url(../images/hutae/reserve_arrow.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 20px;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	background-size: contain;
}
  
  
.items .table_A{
  font-size:14px;
}

.conts_inner .item_box{
	margin-bottom: 200px;
	/* box-shadow: 0 0 5px rgba(0,0,0,0.1); */
}

	
  /*スライドトグル調整*/
.items .grad-item p{
  font-size: 14px !important;
  color: #000;
  line-height: 1.8 !important;
}

.grad-trigger:checked~.grad-btn{
    bottom:-40px;
}
.grad-trigger:checked~.grad-btn .fa{font-size: 12px;top: 25px;}

.fa.fa-chevron-down{
font-size:12px;
}

.lineup_list{
	display:flex;
	gap: 0 40px;
}
.lineup_list li{
	/* width:calc((100% - 40px) / 3); */
}  
.lineup_list li .lineup_ttl{
	font-weight:bold;
	display:block;
	margin-top:0.5em;
}
  
}

/*===============================================
●画面の横幅が760pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width: 760px) {
  /*=========================
▼▼共通▼▼
===========================*/
  .lato_font {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
  }
  .menudetail_contents .table_A{
          width: 100%;
          border: #ccc 1px solid;
          border-bottom: none;
          line-height: 1.5;
        margin-top: 40px;
    }
   .table_A th,.table_A  td {
  padding: 1em;
  border: #ccc 1px solid !important;
  vertical-align: middle;
  text-align: center;
}   
   .table_A  th.left,    .table_A td.left {
  text-align: left;
}
   .table_A thead th {
  background: #d9eeee;
}
   .table_A tbody th {
  background: #f5f5f5;
}
   .table_A th {
  white-space: nowrap;
}
   .table_A.w2 th,.table_A.w2 td {
  width: 50%;
}
   .table_A.w3 th,.table_A.w3 td {
  width: 33%;
}
   .table_A.w4 th, .table_A.w4 td {
  width: 25%;
}    

  
  .menudetail_contents auto {
    width: 94%;
    margin: 0 auto;
  }
  .menudetail_contents {
    width: 100%;
    height: 100%;
    clear: both;
    float: left;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.7;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    color: #000000;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
  }
 .menudetail_contents .link_bnr {
   width:100%;
   
 }
  #title_conts {
    width: 100%;
    height: 80vw;
    background-image: url(../images/tantrux/img_main_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 61% 50%;
    position: relative;
    margin-bottom: 2.4vw;
  }
  
  #title_conts .page_ttl_group{
	   position: absolute;
	   width: 70%;
	   height: auto;
	   top: 50%;
	   right: 5px;
	   transform: translateY(-50%);
	   text-align:center;
	 }
	
  #title_conts .page_ttl {
   	  color:#5c574f;
   	  font-size: 61px;
   	  text-align:center;
   	  line-height: 1.2;
  }
	  #title_conts .page_ttl span{
		  display:block;
		  font-size:20px;
		  margin: 0 0 0.5em;
		 }
	  #title_conts .page_ttl_sub{
		  background:#5c574f;
		  text-align:center;
		  color:#fff;
		  display:inline-block;
		  padding:0.15em 1em;
		  font-size: 14px;
		  font-weight: 700;
		 }
  .contsMenu {
    width: 100%;
    margin: 0;
    display: inline-block;
  }
  .contsMenu {
    margin-bottom: 10vw;
    display: flex;
    margin-top: -2.2vw;
    width: 100%;
    flex-flow: wrap;
  }
  .contsMenu a {
    text-align: left;
    height: 15vw;
    padding: 0 6% 0 1em;
    width: 50%;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    position: relative;
    margin-top: -1px;
    font-size: 3.5vw;
    line-height: 1.5;
    display: flex;
    align-items: center;
  }
  .contsMenu a:nth-child(2n) {
    border-right: 0;
  }
 /* .contsMenu a:nth-child(1), .contsMenu a:nth-child(2) {
    line-height: 1.5;
  }*/
  .contsMenu a:nth-child(even) {
    border-left: none;
  }
  .contsMenu a:after {
    content: '';
    position: absolute;
    background-image: url(../images/common/under_arrow.png);
    background-repeat: no-repeat;
    right: 3vw;
    top: 50%;
    margin-top: -1vw;
    width: 3vw;
    height: 3vw;
    background-size: 100%;
    filter: saturate(0%) brightness(0);
  }
  .title_box {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
    margin-bottom: 80px;
  }
  .title_box::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background-color: #000;
    position: absolute;
    bottom: -60px;
    left: 50%;
  }
  .title_box h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .1em;
    margin-bottom: 14px;
    color: #5c574f;
  }
  .title_box .jp_title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .1em;
  }
  .conts_inner {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
  .conts_inner .heading {
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: .1em;
  }
  .conts_inner .box {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }
  .conts_inner .box .text_group_reed {
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: .1em;
  }
.conts_inner .box .text_group h4 {
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: .1em;
    /* text-align: center; */
}
  .slide_in_image {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    opacity: 0;
    margin-bottom: 10px;
  }
  .isPlay {
    animation-name: play;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    position: relative;
    opacity: 1 !important;
  }
  /*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
  .isPlay:before {
    animation-name: maskOut;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #ffe9e1,#fffcf3);
  }
  /*//「slide_in_image」をスライドインする*/
  @keyframes play {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  /*//マスク要素をスライドアウトする*/
  @keyframes maskOut {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
  }
.link_bnr {
    width: 100%;
    margin: 20px auto;
    clear: both;
    padding: 20px;
  }
 .ttl_sub {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        background: #000000;
        color: #fff;
        line-height: 32px;
        padding: 0.25em;
    }
  .ttl_sub {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    background: #000000;
    color: #fff;
    line-height: 32px;
    padding: 0.25em;
  }
    
.bnr_box {
    width: 95%;
    margin: 0 auto 60px;
    padding: 10px;
    border: 2px solid #d89b9c
  }
  .bnr_box_heading {
    text-align: center;
    font-size: 5vw;
    margin-bottom: 40px;
    letter-spacing: 2px;
    color: #d89b9c;
  }
  .bnr_box_inner {
    display: flex;
    justify-content: space-evenly;
  }
  .bnr_box_inner p {
    width: calc((100% - 20px ) /2);
    text-align: center;
    font-weight: bold;
    color: #d89b9c;
  }    

  /*=========================
▲▲共通▲▲
===========================*/
    
.intro .box .text {
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .recommend {
    width: 100%;
    background-image: url("../images/tantrux/img_recommend_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 40px;
    padding: 7vw 0 3vw;
  }
  .recommend .title_box {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
    margin-bottom: 80px;
    /* color:#fff; */
  }
   .recommend .title_box::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background-color: #000;
    position: absolute;
    bottom: -60px;
    left: 50%;
  }


  
  .recommend_list {
    padding: 5%;
    overflow: hidden;
    display: table;
    width: 100%;
    margin-top: 3vw;
  }
  .recommend_list li {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
    padding: 3% 3% 3% 12%;
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 3.6vw;
  }
  .recommend_list li:nth-child(3n) {
    margin-right: 0;
  }
  .recommend_list li:before {
    content: '';
    position: absolute;
    background-image: url("../images/common/icon_check.png");
    background-repeat: no-repeat;
    left: 10px;
    top: 50%;
    margin-top: -13px;
    width: 18px;
    height: 18px;
    background-size: 100%;
  }

.items .conts_inner　.text_first{
  text-align:center;
}
  
   
.items .conts_inner .box .text_group .item_name{
  line-height: 1.5;
  color: #ECA59A;
  margin: 10px 0;
  letter-spacing: 4px;
  font-size: 20px;
  font-weight: 600;
}

   .items_price_wrap{
     margin-bottom:2em
   }

 .items_price_wrap .items_price{
   font-weight:bold;
   font-size: 14px;
 }

.items .conts_inner h5 {
  /* font-weight:bold; */
  margin-top: 0.5em;
  /* color: #515f8a; */
  margin-bottom: 0.5em;
  font-size: 20px;
}
.items .conts_inner .text_first{
  margin-bottom:40px;
}

.items .grad-item p{
  font-size: 14px !important;
  color: #000;
  line-height: 1.8 !important;
}

  

.items .table_A{
  font-size:12px;
}
.items .item_detail .box .list_free{
 display:flex;
 flex-flow: wrap;
 justify-content: space-between;
}
.items .item_detail .box .text_group .list_free li{
  width:48%;
  /* border:1px solid #ccc; */
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #dbafa7;
}  

.items .list_component li{
	/* background: #f7faef; */
	margin-bottom:2em;
	padding: 10px;
	line-height:1.8;
	border-radius:10px;
	border: 2px solid #907b2959;
	display:flex;
	justify-content:space-between;
	flex-direction: column;
}

.items .list_component li .text_group{
	width:100%;
}

.text_group h6{
	/* font-weight:bold; */
	margin-bottom:0.5em;
	color: #5c574f;
	font-size: 18px;
	line-height: 1.5;
}	
	
.items .howArea{
  background: #fbf2f2;
  padding: 20px;
  margin-bottom:40px;
}
.items .howArea h4{
  text-align:center;
  font-size: 20px;
  font-weight:bold;
  color: #5c574f;
  margin-bottom: 1em;
}

.items .howArea h4 + p{
  margin-bottom: 0;
  text-align: left;
}

  
.items .howArea {
  border-radius:20px;
}

.items .howArea h5{
	font-size: 18px;
	background:#fff;
	text-align:center;
	padding:0.25em;
	margin:1em  0 .5em;
}

.items .howArea_other{
	list-style:disc inside;

}


 .faqArea {
        border-top: 1px solid #5c574f;
    }

.faqArea dl {
        border-bottom: 1px solid #5c574f;
        padding: 10px 0;
    }

 .faqArea dl dt {
        padding: 10px 10px 10px 60px;
        position: relative;
        color: #5c574f;
        font-weight: bold;
    }

 .faqArea dl dt:before {
        position: absolute;
        content: "";
        background-image: url("../images/tantrux/icon_q.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100%;
        width: 35px;
        height: 35px;
        left: 10px;
        top: 10px;
    }

 .faqArea dl dd {
        padding: 10px 10px 10px 60px;
        background: #f6f6f6;
        position: relative;
        display: none;
    }

 .faqArea dl dd:before {
        position: absolute;
        content: "";
        background-image: url("../images/tantrux/icon_a.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100%;
        width: 35px;
        height: 35px;
        left: 10px;
        top: 10px;
    }
 .faqArea dl dd .ansLink {
	display: table;
	padding: 5px 40px 4px 15px;
	margin-top: 8px;
	background: #40b1bf;
	color: #fff;
	position: relative;
}
 .faqArea dl dd .ansLink:after {
	content: '';
	position: absolute;
	background-image: url(../images/hutae/reserve_arrow.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 20px;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	background-size: contain;
}
  

	

	
  /*スライドトグル調整*/
.grad-btn{
    border:1px solid #333;
}
.grad-trigger:checked~.grad-btn{
  bottom:-20px;

}
.grad-trigger:checked~.grad-btn .fa{font-size: 10px;top: 15px;}

  
.fa.fa-chevron-down{
font-size:12px;
}


.lineup_list{
	display:flex;
	gap: 40px 0;
	flex-direction:column
}
.lineup_list li{
	/* width:calc((100% - 40px) / 3); */
}  
.lineup_list li .lineup_ttl{
	font-weight:bold;
	display:block;
	margin-top:0.25em;
}
	

}