@charset "UTF-8";

abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}@media screen and (min-width:768px){html{font-size:75%}}@media screen and (max-width:767px){html{font-size:62.5%}}body{color:#000;line-height:1.8;font-size:1.7rem;font-smoothing:antialiased;font-variant-numeric:tabular-nums;-webkit-font-smoothing:antialiased}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;vertical-align:baseline;text-decoration:none;color:inherit;outline:0}ins{text-decoration:none}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}img{vertical-align:middle;width:100%;max-width:100%;height:auto;font-style:italic;shape-margin:0.75rem;background-repeat: no-repeat;background-size: cover;}button,img{line-height:1}button{background-color:transparent;border:0;cursor:pointer;padding:0;appearance:none}:focus,button{outline:0}*{box-sizing:border-box}
*{
	min-height:0;
	min-width : 0;
}
body {
	padding-top: 62px;
  line-height: 1.8;
  color: #000;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

/*
font-family: "Noto Serif JP", serif;
*/

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
	body {
	  padding-top: 58px;
    font-size: 1.4rem;
	}
}

a{
  transition: ease .3s;
}

a[href^="tel:"] {
	pointer-events: none;
}

.display_sp{ display: none!important;}

.inner{
  width: min(100%, 1200px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .display_sp{ display: block!important;}
  .display_pc{ display: none!important;}
  img{
    max-width: 100%!important;
    height: auto!important;
    display: block;
    margin: 0 auto;
  }
  a[href^="tel"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.bg{
  background: #EFEDE4;
}

.bg2{
  background: url(../img/bg_wall.webp) no-repeat center center / cover;
}

.sec{
  padding: 150px 20px 200px 20px;
}

.sec p + p{
  margin-top: 20px;
}

.ttl{
  margin-bottom: 90px;
  text-align: center;
  color: #795C2F;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.ttl span{
  display: block;
  margin-bottom: 20px;
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 767px){
  .sec{
    padding: 70px 15px;
  }
  .ttl{
    margin-bottom: 35px;
    font-size: 1.6rem;
  }
  .ttl span{
    margin-bottom: 10px;
    font-size: 2.5rem;
  }
}

/* #header
-------------------------------------------------- */
#header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  height: 62px;
  padding: 0 10px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
}

#header .logo{
  flex: 0 1 110px;
}

#header #nav{
  display: flex;
  align-items: center;
  gap: 60px;
  font-family: "Noto Serif JP", serif;
}

#header #nav ul.nav{
  display: flex;
  flex-wrap: wrap;
  line-height: 1.3;
  gap: 30px;
}

#header #nav ul.header_btn{
  display: grid;
  grid-template-columns: repeat(3, 160px);
  gap: 10px;
}

#header #nav ul.header_btn li a{
  height: 50px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 5px;
  color: #fff;
}

#header #nav ul.header_btn li a:hover{
  filter: brightness(1.2);
}

.gra1{ background: linear-gradient(to bottom, #9db995 0%, #2b571e 100%); }
.gra2{ background: linear-gradient(to bottom, #c1af89 0%, #74530c 100%); }
.gra3{ background: linear-gradient(to bottom, #9a968e 0%, #483e35 100%); }

#header #nav ul.header_btn li a img{
  width: auto;
}

#hamburger{
	display: none;
}

.footer_btn{
  display: none;
}
@media (max-width: 1100px){
  #header #nav{
    gap: 20px;
  }
  #header #nav ul.nav{
    gap: 10px;
  }
  #header #nav ul.header_btn{
    grid-template-columns: repeat(3, 120px);
    gap: 6px;
  }
  #header #nav ul.header_btn li a{
    gap: 8px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px){
  #header{
    gap: 10px;
    height: 58px;
  }
  #header .logo{
    flex: 0 1 80px;
  }
  .header_btn{
    display: none;
  }
  #header #nav{
    display: block;
  }
  #header #nav ul.nav{
    display: block;

  }
  #header #nav ul.nav li a{
    display: block;
    padding: 20px 10px;
    border-bottom: 1px solid #000;
  }
  #header #nav ul.header_btn{
    display: none;
  }
	#hamburger {
		display: block;
	  width: 58px;
	  height: 58px;
	  background-color: transparent;
	  position: fixed;
	  top: 0;
	  right: 0;
		cursor: pointer;
	  z-index: 9999;
    border: 1px solid #B9A272;
	}
	#hamburger span {
	  width: 24px;
	  height: 1px;
    margin-left: auto;
    margin-right: auto;
	  background-color: #B9A272;
	  position: relative;
	  transition: ease .4s;
	  display: block;
	}
	#hamburger span:nth-child(1) {
	  top: 0;
	}
	#hamburger span:nth-child(2) {
	  margin: 8px auto;
	}
	#hamburger span:nth-child(3) {
	  top: 0;
	}
	#nav.active {
	  transform: translateX(0);
	}
	#hamburger.active span:nth-child(1) {
	  top: 5px;
	  transform: rotate(45deg);
	}
	#hamburger.active span:nth-child(2) {
	  opacity: 0;
	}
	#hamburger.active span:nth-child(3) {
	  top: -12px;
	  transform: rotate(-45deg);
	}
	#nav{
		display: block;
	  position: absolute;
	  right: 0;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100vh;
 		 min-height: 100svh;
  	overflow-y: scroll;
  	padding: 30vw 5vw 10vw 5vw;
	  transform: translateX(100%);
	  background-color: #fff;
	  transition: ease .4s;
	}
  .footer_btn{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
  }
  .footer_btn li a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #fff;
    font-family: "Noto Serif JP", serif;
  }
}

.bnr_cta{
  margin: 50px auto 0 auto;
}

.bnr_cta a{
  display: block;
}

.bnr_cta a:hover{
  filter: brightness(1.2);
}

@media (max-width: 767px){
  .bnr_cta{
    margin: 0;
    padding: 0 15px 50px 15px;
    background: url(../img/mv_sp2.webp) no-repeat center top / 100% auto;
  }
}


.taiken_info{
  padding: 60px 20px;
}

.taiken_info .inner{
  width: min(100%, 600px);
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  border: 5px solid #BCA980;
  border-radius: 10px;
  background: rgba(188,169,128,.05);
}

.taiken_info .tt{
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  border-bottom: 1px dotted #BCA980;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.taiken_info .tt span{
  font-size: 2.4rem;
}

@media (max-width: 767px){
  .taiken_info{
    padding: 40px 10px;
  }
  .taiken_info .inner{
    padding: 20px;
    text-align: left;
    border: 3px solid #BCA980;
  }
  .taiken_info .tt{
    text-align: center;
    font-size: 2rem;
  }
  .taiken_info .tt span{
     font-size: 2.4rem;
  }
}

#nayami{
  background: #555;
}

#nayami h2{
  font-family: "Noto Serif JP", serif;
  font-size: 4.5rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.nayami_list > li{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4%;
  padding: 20px;
  background: #fff;
}

.nayami_list > li .img{
  flex: 0 1 340px;
}

.nayami_list > li:nth-child(even) .img{
  order: 2;
}

.nayami_list > li .txt{
  flex: 1 1 0%;
}

.nayami_list > li .txt h3{
  margin-bottom: 15px;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #555;
}

ul.check li{
  display: flex;
  align-items: flex-start; 
  gap: 10px;
  line-height: 1.5;
}

ul.check li + li{
  margin-top: 10px;
}

ul.check li::before{
  content: "";
  display: block;
  flex: 0 1 18px;
  min-width: 18px;
  aspect-ratio: 18.432 / 16;
  background: url(../img/icon_check.svg) no-repeat center center / contain;
  transform: translateY(30%);
}

@media (max-width: 767px){
  #nayami h2{
    font-size: 2.2rem;
  }
  .nayami_list > li{
    margin-top: 30px;
    flex-direction: column;
    gap: 15px;
    padding: 12px;
  }
  .nayami_list > li .img{
    flex: 0 1 100%;
    order: -2!important;
  }
  .nayami_list > li .txt h3{
    font-size: 1.6rem;
  }
  ul.check li{
    gap: 10px;
    font-size: 1.4rem;
  }
}

#nayami2{}

#nayami2 .inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
}

#nayami2 .inner .txt h2{
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  color: #795C2F;
  margin-bottom: 20px;
}

#nayami2 .inner .txt{
  order: -2;
}

.btn{
  margin-top: 40px;
  width: min(100%, 420px);
}

.btn a{
  height: 86px;
  display: flex;
	align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  background: linear-gradient(to bottom, #c1af89 0%, #74530c 100%);
  border-radius: 10px;
}

.btn a:hover{
  filter: brightness(1.2);
}

@media (max-width: 767px){
  #nayami2{
    padding: 35px 15px;
  }
  #nayami2 .inner{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #nayami2 .inner .txt h2{
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  #nayami2 .inner .txt{
    order: 0;
  }
  .btn{
    width: min(100%, 750px);
    margin: 30px auto 0 auto;
  }
  .btn a{
    height: 50px;
    font-size: 1.3rem;
    border-radius: 5px;
  }
}

#plan{
  padding-top: 0;
  padding-bottom: 0;
}

.plan_wrap{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: flex-start;
}

.plan_wrap .item h3{
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  color: #fff;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
}

.plan_wrap .plan1 h3{
  color: #C6B380;
  background: url(../img/plan_ttl_bg1.webp) no-repeat center center / cover;
}
.plan_wrap .plan2 h3{
  background: url(../img/plan_ttl_bg2.webp) no-repeat center center / cover;
}
.plan_wrap .plan3 h3{
  background: url(../img/plan_ttl_bg3.webp) no-repeat center center / cover;
}

.plan_wrap .item .wrap{
  flex: 1 1 0%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #1B4467;
}
.plan_wrap .plan1 .wrap{ border-color: #1B4467;}
.plan_wrap .plan3 .wrap{ border-color: #817F78;}

.plan_wrap .item .wrap .txt{
  padding: 20px;
  background: #EFEDE4;
}

.plan_wrap .item .wrap .txt p{
  text-align: center;
  color: #7A5C2F;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #7A5C2F;
}

.plan_wrap .item .wrap .txt ul.check{
  padding: 0 10px;
}

.plan_wrap .item .wrap .txt ul.check li::before{
  background-image: url(../img/icon_check2.svg);
}

.plan_wrap .item .wrap .btn{
  margin-top: 0;
}

.plan_wrap .item .wrap .btn a{
  height: 55px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 767px){
  .plan_wrap{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .plan_wrap .item h3{
    height: auto;
    padding: 8px;
    font-size: 1.8rem;
  }
}

.sub_plan{
  margin-top: 50px;
}

.sub_plan h2{
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: #ADA593;
}

.sub_plan_wrap{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 20px;
}

.sub_plan_wrap .item{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  border: 1px solid #B9A272;
}

.sub_plan_wrap .item .wrap{
  margin: 0;
  padding: 0 20px 20px 20px;
    flex: 1 1 0%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}

.sub_plan_wrap .item .catch{
  text-align: center;
  color: #6C665D;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.5;
}

.sub_plan_wrap .item h3{
  text-align: center;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  color: #6C665D;
  line-height: 1.3;
}

.sub_plan_wrap .item ul.check{
  margin: 20px 0;
}

.sub_plan_wrap .item .wrap .btn{
  margin-top: auto;
}

.sub_plan_wrap .item .wrap .btn a{
  height: 55px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

.sub_plan_wrap2{
  grid-template-columns: repeat(2, 1fr);
}

.sub_plan_wrap2 .item .wrap{
padding: 20px;
}

.sub_plan_wrap2 .item h3{
  padding: 10px;
  color: #fff;
  font-size: 2rem!important;
  background: #ADA593;
}

.plan_btn{
  width: 200px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  text-align: center;
  color: #fff;
  line-height: 1;
  background: #817F78;
  cursor: pointer;
}

.plan_btn::after{
  content: "";
  display: block;
  margin: 5px auto 0 auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}

.plan_btn.active::after{
  margin-top: 10px;
  transform: rotate(-45deg);
}

.plan_tb_wrap{
  display: grid;
  grid-template-rows: 0fr;
  transition: .3s;
  margin: 0;
  overflow: hidden;
}

.plan_btn.active + .plan_tb_wrap{
  grid-template-rows: 1fr;
  padding-bottom: 20px;
}

.plan_tb_wrap p.tt{
  text-align: center;
  font-weight: bold;
  color: #493F36;
  margin-bottom: 5px;
}

.plan_tb + p.tt{
  margin-top: 20px;
}

.plan_tb{
  width: 100%;
  table-layout: fixed;
}

.plan_tb th, .plan_tb td{
  padding: 5px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
}

.plan_tb thead th, .plan_tb thead td{
  text-align: center;
  background: #EFEDE4;
  border: 1px solid #fff;
}

.plan_tb td{
  text-align: right;
}

@media (max-width: 767px){
  .sub_plan h2{
    padding: 8px;
    font-size: 1.8rem;
  }
  .sub_plan_wrap{
    padding: 20px;
    grid-template-columns: 1fr!important;
    gap: 20px;
  }
  .sub_plan_wrap .item .catch{
    font-size: 1.3rem;
  }
  .sub_plan_wrap .item h3{
    font-size: 1.6rem;
  }
  .plan_tb th, .plan_tb td{
    padding: 5px;
  }
}

#studio .inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 5%;
}

#studio .inner .txt h3{
  color: #795C2F;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
}

#studio .inner .txt p{
  margin-top: 20px;
  line-height: 2.2;
}

.gallery_main {
  width: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 200ms ease;
}

.gallery_main.is-fading {
  opacity: 0;
}

.thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 20px;
  overflow-x: auto;
}

.thumb {
  border: 1px solid transparent;
  padding: 0;
  background: none;
  cursor: pointer;
}

.thumb img {
  display: block;
}

.thumb.is-active {
  border-color: #2b7cff;
}

@media (max-width: 767px){
  #studio .inner{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #studio .inner .gallery{
    order: -2;
  }
  #studio .inner .txt h3{
    font-size: 1.8rem;
  }
  #studio .inner .txt p{
    margin-top: 10px;
    line-height: 1.8;
  }
  .thumbs {
    margin-top: 10px;
  }
}

#trainer{}

.trainer_item{
  padding: 60px 80px;
  background: #fff;
  border: 1px solid #B9A272;
}

.trainer_item + .trainer_item{
  margin-top: 50px;
}

.trainer_item .prof{
  display: grid;
  grid-template-columns: 1fr 284px;
  align-items: center;
  gap: 6%;
}

.trainer_item .prof .txt h3{
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.5;
  color: #795C2F;
}

.trainer_item h4{
  margin: 40px 0 10px 0;
  padding: 5px 20px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: #B9A272;
}

@media (max-width: 767px){
  .trainer_item{
    padding: 20px;
  }
  .trainer_item + .trainer_item{
    margin-top: 20px;
  }
  .trainer_item .prof{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .trainer_item .prof .txt h3{
    margin-bottom: 15px;
    font-size: 1.8rem;
    text-align: center;
  }
  .trainer_item h4{
    margin: 20px 0 10px 0;
    padding: 5px 10px;
  }
  .trainer_item .prof img{
    order: -2!important;
    width: 70%;
    margin: 0 auto;
  }
}

#access .inner{
  display: grid;
  grid-template-columns: 1fr 55%;
  gap: 5%;
}

#access .inner .txt .ttl{
  text-align: left;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

#access .inner .txt .ttl span{
  margin: 0;
}

#access .inner .txt h3{
  font-size: 2.5rem;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  margin: 40px 0 20px 0;
}

#access .inner .gmap iframe{
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px){
  #access .inner{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #access .inner .txt .ttl{
    text-align: center;
    margin: 0;
    display: block;
  }
  #access .inner .txt .ttl span{
    margin-bottom: 10px;
  }
  #access .inner .txt h3{
    font-size: 1.8rem;
    margin: 20px 0;
  }
  #access .inner .gmap iframe{
    display: block;
    width: 100%;
    height: 80vw;
  }
}

#about{
  text-align: center;
}

#about .ttl{
  margin-bottom: 40px;
}

#about .ttl::after,
#training .ttl::after{
  content: "●●●";
  display: block;
  margin-top: 20px;
  letter-spacing: 10px;
  font-size: 1.3rem;
}

#about .txt1{
  color: #795C2F;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
}

#about .txt2{
  margin: 20px 0 110px 0;
}

@media (max-width: 767px){
  #about .txt1{
    font-size: 1.8rem;
    text-align: left;
  }
  #about .txt2{
    text-align: left;
    margin: 20px 0;
  }
}

#training .catch{
  color: #795C2F;
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 767px){
  #training .catch{
    text-align: left;
    margin-bottom: 40px;
  }
}

.point_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.point_list li{
  padding: 20px;
  position: relative;
  background: #fff;
  border: 1px solid #B9A272;
}

.point_list li .num{
  display: flex;
	align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  color: #fff;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  background: #B9A272;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.point_list li h3{
  text-align: center;
  color: #795C2F;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  margin: 20px 0 10px 0;
}

.slider_dots{
  display: none;
}

@media (max-width: 767px){
  .js-slider{
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 0 16px 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  .js-slider > li{
    flex: 0 0 100%;
    scroll-snap-align: start;
    font-size: 1.3rem;
  }

  .point_list li .num{
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }
  .point_list li h3{
    font-size: 1.6rem;
    margin: 10px 0;
  }
  .point_list::-webkit-scrollbar{ height: 6px; }
  .point_list::-webkit-scrollbar-thumb{ background: rgba(0,0,0,.15); border-radius: 99px; }
 .slider_dots{
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .slider_dots button{
    width: 34px;
    height: 34px;
    border: none;
    background: #d8cfbf;
    color: #fff;
    font-size: 14px;
    font-family: "Noto Serif JP", serif;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .slider_dots button.is-active{
    background: #B9A272;
  }
}

.voice_list > li{
  margin-top: 20px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  background: #fff;
  border: 1px solid #B9A272;
}

.voice_list li .img{
  flex: 0 1 194px;
}

.voice_list li .txt{
  flex: 1 1 0%;
}

.voice_list li:nth-child(2) .txt,
.voice_list li:nth-child(4) .txt{
  order: -2!important;
}

@media (max-width: 767px){
  .voice_list li{
    margin-top: 20px;
    padding: 20px;
    display: block;
    gap: 20px;
  }
  .voice_list li .img{
    width: 50%;
    margin: 0 auto 20px auto;
  }
}

#faq h3{
  margin-top: 40px;
  padding: 10px 20px;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: #B9A272;
}

.faq_list{
  padding: 0 35px;
  background: #fff;
  border: 1px solid #B9A272;
}

.faq_list dt{
  position: relative;
  padding: 20px 60px 20px 0;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #B9A272;
}

.faq_list dt:first-child{
  border-top: none;
}

.faq_list dt::before{
  content: "Q. ";
  font-family: "Noto Serif JP", serif;
}

.faq_list dt::after{
  content: "";
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 6px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform .2s ease;
}

.faq_list dt.active::after{
  transform: translateY(-50%) rotate(180deg);
}

.faq_list dd{
  display: grid;
  grid-template-rows: 0fr;
  transition: .3s;
  margin: 0;
}

.faq_list dd::after{
  content: "";
  display: block;
}

.faq_list dd > .faq_a{
  overflow: hidden;
  padding: 0 20px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.faq_list dd > .faq_a::before{
  content: "A. ";
  font-family: "Noto Serif JP", serif;
}

.faq_list dt.active + dd{
  grid-template-rows: 1fr;
  padding-bottom: 20px;
}

@media (max-width: 767px){
  .faq_list{
    padding: 0 15px;
  }
}

#message{
  text-align: center;
}

#reservation .catch{
  font-size: 2rem;
  text-align: center;
  color: #795C2F;
}

#reservation ul{
  margin-top: 60px;
  display: grid;
  grid-template-columns: 285fr 285fr 590fr;
  gap: 20px;
}

#reservation ul li{
  background: #fff;
  border-radius: 5px;
  border: 1px solid #8F7D56;
}

#reservation ul li:last-child{
  border: 1px solid #6E6E6E;
}

#reservation ul li a{
  height: 100%;
  padding: 30px 20px;
  font-size: 3rem;
  font-weight: 500;
  display: flex;
	align-items: center;
  justify-content: center;
  flex-direction: column;
}

#reservation ul li a:hover{
  filter: brightness(1.2);
}

#reservation ul li a::after{
  content: "";
  display: block;
  margin-top: 10px;
  width: 44px;
  height: 44px;
  background: url(../img/icon_arrow_line.webp) no-repeat center center / contain;
}

#reservation ul li.res a::after{
  background-image: url(../img/icon_arrow_res.webp)
}

#reservation ul li a img{
  display: block;
}

#reservation ul li.line a{
  color: #497249;
}

#reservation ul li.line a img{
  width: 90px;
  margin-bottom: 10px;
}

#reservation ul li.res a{
  color: #8F7D56;
}

#reservation ul li.res a img{
  width: 102px;
  margin-bottom: 7px;
}

#reservation ul li.icon_tel{
  display: grid;
  grid-template-columns: 1fr;
}

#reservation ul li.icon_tel a{
  height: auto;
}

#reservation ul li.icon_tel a::after{
  display: none;
}

#reservation ul li.icon_tel a .wrap{
  display: flex;
  align-items: center;
  gap: 30px;
}

#reservation ul li.icon_tel a .wrap em{
  display: none;
}

#reservation ul li.icon_tel a img{
  width: 78px;
}

#reservation ul li.icon_tel p{
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
  font-size: 3rem;
}

#reservation ul li.icon_tel p span{
  font-size: 4.8rem;
}

@media (max-width: 1100px){
  #reservation ul li a{
    padding: 20px 10px;
    font-size: 2rem;
  }
  #reservation ul li a::after{
    margin-top: 10px;
    width: 30px;
    height: 30px;
  }
  #reservation ul li.line a img{
    width: 63px;
    margin-bottom: 10px;
  }
  #reservation ul li.res a img{
    width: 72px;
    margin-bottom: 7px;
  }
  #reservation ul li.icon_tel a .wrap{
    gap: 15px;
  }
  #reservation ul li.icon_tel a img{
    width: 54px;
  }
  #reservation ul li.icon_tel p{
    padding: 5pxv10px;
    gap: 15px;
    font-size: 1.6rem;
  }
  #reservation ul li.icon_tel p span{
    font-size: 3.4rem;
  }
}
@media (max-width: 767px){
  #reservation .catch{
    font-size: 1.6rem;
    text-align: left;
  }
  #reservation ul{
    grid-template-columns: 1fr;
  }
  #reservation ul li a{
    height: 100%;
    padding: 15px;
    font-size: 1.8rem;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
   #reservation ul li a::after {
    margin-top: 0;
    width: 26px;
    height: 26px;
  }
  #reservation ul li a img{
    margin: 0!important;
  }
  #reservation ul li.line a img{
    width: 42px;
  }
  #reservation ul li.res a img{
    width: 42px;
  }
  #reservation ul li.icon_tel a{
    justify-content: space-between;
  }
  #reservation ul li.icon_tel a img{
    width: 34px;
  }
  #reservation ul li.icon_tel a .wrap{
    gap: 10px;
  }
  #reservation ul li.icon_tel a .wrap em{
    display: block;
    margin-left: 4px;
    font-style: normal;
  }
  #reservation ul li.icon_tel a::after{
    display: block;
    background-image: url(../img/icon_arrow_tel.webp)
  }
    #reservation ul li.icon_tel p{
      display: none;
    }
}

.movie{
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
}

.movie iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.review_list {
    width: min(100%, 900px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.review_list li {
    width: 100%;
    display: inline-block;
    /*width: calc(100% / 10 * 5);*/
}
.review_list li:nth-of-type(1) {
    margin: 10px auto 0;
    border-bottom: 2px dotted #cecece;
    padding: 0 0 80px;
}
.review_list li:nth-of-type(2) {
    margin: 100px auto 0;
    border-bottom: 2px dotted #cecece;
    padding: 0 0 80px;
}
.review_list li:nth-of-type(3) {
    margin: 100px auto 0;
}
.review_list li > div:nth-of-type(1) {/*サムネテキスト*/
    display: flex;
    flex-wrap: wrap;
}
.review_list li > div:nth-of-type(1) > div:nth-of-type(1) {/*サムネ*/
    width: calc(100% / 10 * 5);
    display: inline-block;
}
.review_list li > div:nth-of-type(1) > div:nth-of-type(1) img {/*サムネ*/
    width: 100%;
}
.review_list li > div:nth-of-type(1) > div:nth-of-type(2) {/*レビュー詳細*/
    width: calc(100% / 10 * 5);
    display: inline-block;
    padding: 2rem 0 0 3rem;
}
.review_list li > div:nth-of-type(1) > div:nth-of-type(2) h3 {/*レビュー詳細*/
    font-size: 3.4rem;
    font-weight: bold;
}
.review_list li > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(1) {
    font-size: 2rem;
    margin: 10px auto 20px;
    line-height: 1.4;
}
.review_list li > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(1) span {
    display: block;
}
.review_list li > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) {
    background: #282828;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    font-size: 2rem;
    font-weight: bold;
}
.review_list li > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(3) {
    font-size: 2rem;
    margin: 18px 0 0;
}
.review_list li > div:nth-of-type(1) > div:nth-of-type(2) h3 span {
    font-size: 3rem;
    margin: 0 0 0 1rem;
    display: inline-block;
}
.review_list li > div:nth-of-type(2) {/*レビュー動画*/
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin: 24px auto 0;
}
.review_list li > div:nth-of-type(2) video {/*レビュー動画*/
    width: 100%;
}
.review_list li > p:nth-of-type(1) {/*動画の一部分のセリフ01*/
    font-size: 2.6rem;
    font-weight: bold;
    margin: 38px auto 18px;
}
.review_list li > p:nth-of-type(2) {/*動画の一部分のセリフ02*/
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 10px auto 0;
}

@media (max-width: 767px){
  .add-idl-review > div:nth-of-type(1) > h2 {
      display: none;
  }
  .review_list {
      margin: 0px 0 0px;
  }
  .review_list li:nth-of-type(1) {
      margin: 0px auto 0;
      border-bottom: 2px dotted #cecece;
      padding: 0 0 40px;
  }
  .review_list li > div:nth-of-type(1) > div:nth-of-type(2) h3 {
      font-size: 2.2rem;
  }
  .review_list li > div:nth-of-type(1) > div:nth-of-type(2) h3 span {
      font-size: 2rem;
      margin: 0 0 0 2rem;
  }
  .review_list li > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(1) {
      font-size: 1.4rem;
      margin: 6px auto 6px;
      line-height: 1.4;
  }
  .review_list li > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) {
      padding: 2px 16px;
      font-size: 1.4rem;
      font-weight: normal;
      margin: 0;
  }
  .review_list li > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(3) {
      font-size: 1.5rem;
      margin: 6px 0 0;
      line-height: 1.4;
  }
  .review_list li > div:nth-of-type(1) > div:nth-of-type(1) {
      width: calc(100% / 10* 4.5);
  }
  .review_list li > div:nth-of-type(1) > div:nth-of-type(2) {
      width: calc(100% / 10* 5.5);
      padding: 0 0 0 10px;
  }
  .review_list li > div:nth-of-type(2) {
      margin: 14px auto 0;
  }
  .review_list li > p:nth-of-type(1) {
      font-size: 2.2rem;
      margin: 18px auto 0px;
  }
  .review_list li > p:nth-of-type(2) {
      font-size: 1.5rem;
      margin: 10px auto 0;
  }
  .review_list li:nth-of-type(1) {
      padding: 0 0 33px;
  }
  .review_list li:nth-of-type(2) {
      margin: 40px auto 0;
      padding: 0 0 33px;
  }
  .review_list li:nth-of-type(3) {
      margin: 40px auto 0;
  }
}