@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Zen+Maru+Gothic:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Zen+Kaku+Gothic+New:wght@400;700&family=Zen+Maru+Gothic:wght@500;700&display=swap");
body {
  overflow: hidden;
  background: #fefdf9;
}

html, body, p, ol, ul, li, dl, dt,
dd, blockquote, figure, fieldset, legend,
h1, h2, h3, h4, h5, h6 {
  font-family: "Zen Maru Gothic", serif;
  color: #492A03;
}

.kakugo {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.orange {
  color: #FB7F01;
}

.brown {
  color: #492A03;
}

.light-brown {
  color: #80541B;
}

.is-size-12 {
  font-size: 12px;
}

.bg-color-white {
  background: #fefdf9;
}

.txt-title span.m-yellow {
  background: linear-gradient(rgba(255, 255, 255, 0) 75%, #FFECAB 75%);
}
.txt-title span.m-brown {
  background: linear-gradient(rgba(255, 255, 255, 0) 75%, #F3CB99 75%);
}

.sub-title span {
  color: #FB7F01;
  position: relative;
  padding-left: 1em;
  letter-spacing: 1.5px;
}
.sub-title span::before {
  content: "";
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 6px;
}

p {
  line-height: 2em;
}

.shop-item img {
  border-radius: 20px;
  transition: 0.3s;
  box-shadow: -1px -1px 4px #efefef;
}
.shop-item h3 {
  transition: 0.3s;
}
.shop-item a {
  color: #492A03;
}
.shop-item a div.is-size-3 {
  font-family: Helvetica Neue;
}
.shop-item a:hover {
  color: #FB7F01;
}
.shop-item a:hover img {
  opacity: 0.8;
}
.shop-item a:hover h3 {
  color: #FB7F01;
}

.menu-maru {
  width: 160px;
  height: 160px;
  display: flex;
  text-align: center;
  border-radius: 100px;
  font-weight: bold;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin: 5px;
	font-family: "Zen Maru Gothic", serif;
}
.menu-maru.menu-shop {
  background-color: #9eaf19;
}
.menu-maru.menu-shop:hover {
  background-color: #915b17;
}
.menu-maru.menu-shop div {
  padding-bottom: 50px;
  position: relative;
	line-height: 1;
}
.menu-maru.menu-shop div::before {
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-image: url(../../img/common/cart.svg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
	background-size: cover;
}
.menu-maru.menu-yoyaku {
  background-color: #FB7F01;
}
.menu-maru.menu-yoyaku:hover {
  background-color: #d06900;
}
.menu-maru.menu-yoyaku div {
  padding-top: 10px;
  position: relative;
	line-height: 1.3;
}
.menu-maru.menu-yoyaku div::before {
  position: absolute;
  margin: auto;
  top: -20px;
  left: 0;
  right: 0;
  content: "";
  background-image: url(../../img/common/yoyaku.svg);
  width: 34px;
  height: 15px;
  background-repeat: no-repeat;
}

.homebody, .page-id-4143body {
  background: inherit;
}

.section-kv .navbar {
  background: #fff;
  height: 120px;
  padding-top: 15px;
}
.section-kv .navbar .navbar-logo:hover {
  background: initial;
}
.section-kv .navbar .navbar-logo:hover img {
  opacity: 0.8;
}
.section-kv .navbar .navbar-logo img {
  max-height: 80px;
}

.navbar-end .pc-menu ul{
	display: flex;
	justify-content: flex-end;
    gap: 35px;
}
.navbar-end .pc-menu{
	width: calc(100% - 400px);
	line-height: 95px;
	margin-right: 50px;
}
.navbar-end .pc-menu ul li a{
	color: #492a03;
	font-weight: bold;
  white-space: nowrap;
}
.section-kv .hero {
  position: relative;
  overflow: hidden;
  z-index: 10;
	height: 80vh;
}

.hero-bg-slider {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-bg-slider,
.hero-bg-slider .slick-list,
.hero-bg-slider .slick-track,
.hero-bg {
  height: 90vh;
}

.hero-bg {
  background-size: cover;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}

.hero-bg01 {
  background-image: url(../../img/top/kv.webp);
}

.hero-bg02 {
  background-image: url(../../img/top/kv_img_02.webp);
}

.hero-bg03 {
  background-image: url(../../img/top/kv_img_03.webp);
	background-position: 0 80%;
}
.hero-bg04 {
  background-image: url(../../img/top/kv_img_04.webp);
}

.section-kv .hero-body {
  position: absolute;
  top: 50%;
	left: 50%;
  z-index: 10;
	transform: translate(-50%, -50%);
	padding: 0!important;
}
.section-kv .hero-body h1 {
  letter-spacing: 2px;
	line-height: 2;
	margin-bottom: 0!important;
}
.section-kv .hero-body h1 span {
  position: relative;
}
.section-kv .hero-body h1 span::before {
  content: "";
  font-size: 28px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
	width: 5px;
	height: 5px;
	border-radius: 30px;
	background: #fff;
}

.hero-bg-slider .slick-slide,
.hero-bg-slider .slick-slide > div {
  height: 100%;
}

.sp-menu {
  display: none;
}


.navbar-burger {
  color: #492A03;
}

.navbar-burger:hover {
  background-color: rgba(73, 42, 3, 0.1);
}

/*-------ぬか酵素について------------*/
.section{
	font-family: "Zen Maru Gothic", serif;
}
.section-title-wrap {
  text-align: center;
	margin-bottom: 70px;
}

h2.section-title{
	font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  z-index: 1;
}

.section-title span{
    display: inline;
    background: linear-gradient(
        transparent 75%,
        #edc995 75%
    );
}

.section.section-nukakouso{
	padding: 120px 0 0;
}
.section-nukakouso .columns{
	padding-bottom: 0!important;
}
.section-nukakouso .columns .column{
	font-weight: bold;
}
.section-nukakouso .columns .column.img{
	padding: 0.75rem 1.5rem;
}
.section-nukakouso .columns .column.img img{
	border-radius: 20px;
}

/*-------�g�w�i------------*/
.section-wave {
  line-height: 0;
  margin-bottom: -1px;
}
.section-wave svg {
  width: 100%;
  height: 160px;
  display: block;
}
.section-wave path {
  fill: #f6e0c6;
}

.bottom-wave {
  line-height: 0;
  background: #fefdf9;
}

.bottom-wave svg {
  display: block;
  width: 100%;
  height: 220px;
}

.bottom-wave path {
  fill: #f6e0c6;
}

/*-------選ばれる理由------------*/
.section-reason{
	background: #f6e0c6;
	padding-bottom: 140px!important;
}
.section-reason .section-title-wrap{
	margin-bottom: 100px;
}
.section-reason .columns .column{
	width: 32.5%;
	border-radius: 30px;
	border: 3px solid #ee7c18;
	padding: 0!important;
	flex: inherit;
	background: #fff;
	position: relative;
	margin-bottom: 60px;
}
.section-reason .columns .column img{
	border-radius: 27px 27px 0 0;
	height: 235px;
    object-fit: cover;
	width: 100%;
}
.section-reason .columns{
	justify-content: space-between;
	padding-bottom: 0!important;
}

.section-reason .columns .column .column-text{
	padding: 20px 30px;
	font-weight: bold;
	font-size: 18px;
    letter-spacing: 0.03em;
}

.section-reason .columns .column .column-text h3{
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 2px dotted #ee7c18;
	font-weight: bold;
	font-size: 20px;
	white-space: nowrap;
}
.section-reason .columns .column .num{
	background: #fb7f01;
	color: #fff;
	text-align: center;
	font-size: 20px;
	border-radius: 50px;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0px 9px;
	font-weight: bold;
	font-family: "menco", sans-serif;
}

.section-reason .columns .column.is-fullwidth{
	width: 100%;
}
.section-reason .columns .column.is-fullwidth .column-text{
	padding: 40px;
}
.section-reason .columns .column.is-fullwidth .column-text h3{
	font-size: 22px;
	position: relative;
}
.section-reason .columns .column.is-fullwidth .column-text h3 span{
	font-size: 40px;
	padding: 0;
	display: block;
}
.section-reason .columns .column.is-fullwidth{
	text-align: center;
}
.section-reason .columns .column.is-fullwidth img{
	height: auto;
	width: 90%;
	padding-bottom: 20px;
}

.staff-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  background: #ee7c18;
  border-radius: 9999px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
	font-family: "Zen Maru Gothic", serif;
	margin-top: 20px;
	transition: .2s;
}

.staff-btn__icon {
  position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    background: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #FFF;
}

.reason-btn{
	width: 50%;
    margin: 20px auto 50px;
	height: 55px;
}

.staff-btn:hover{
	background: #fff;
	border: 1px solid #ee7c18;
	color: #ee7c18;
}
.staff-btn:hover .staff-btn__icon{
	color: #ee7c18;
	border: 2px solid #ee7c18;
}


/*-------予約ボタン------------*/
.reserve-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  max-width: 100%;
  height: 80px;
  background: #fb7f01;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  box-shadow: 8px 8px 0 #5b3500;
  transition: .3s;
	margin: 0 auto;
	font-family: "Zen Maru Gothic", serif;
}

.reserve-btn:hover {
  transform: translate(3px, 3px);
  box-shadow: 5px 5px 0 #5b3500;
}

.reserve-btn__icon {
  position: absolute;
  right: 40px;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
}

.reserve-btn__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 3px solid #ee7c18;
  border-right: 3px solid #ee7c18;
  transform: translate(-60%, -50%) rotate(45deg);
}

.brown-btn{
	background: #492a03;
	box-shadow: 8px 8px 0 #ee7c18;
	justify-content: flex-start;
	padding-left: 40px;
	margin-top: 60px;
}
.brown-btn__icon::before{
	border-top: 3px solid #492a03;
  	border-right: 3px solid #492a03;
}


/*-------できること------------*/
.section-dekirukoto{
	padding-bottom: 100px!important;
}

.link-card-wrap {
  display: flex;
  gap: 28px;
}

.link-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: 100%;
  min-height: 200px;
  background: #fff;
  border: 4px solid #f57c00;
  border-radius: 999px;
  box-shadow: 0 8px 0 rgba(73, 42, 3, 0.25);
  color: #4b2a03;
  text-decoration: none;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: 0.3s;
}

.link-card:hover {
  transform: translateY(4px);
  box-shadow: 0 4px 0 rgba(73, 42, 3, 0.25);
}

.link-card__img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.link-card__text {
  white-space: nowrap;
}

.link-card__arrow {
  position: relative;
  width: 25px;
  height: 25px;
  border: 3px solid #4b2a03;
  border-radius: 50%;
  flex-shrink: 0;
}

.link-card__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #4b2a03;
  border-right: 3px solid #4b2a03;

  transform: translate(-50%, -50%) rotate(45deg);
}


/*-------流れ------------*/
.section-flow{
	background: #f6e0c6;
}
.section-flow .columns{
	justify-content: space-between;
}
.section-flow .columns .column{
	width: 25%;
	position: relative;
	flex: inherit;
}
.section-flow .columns .column::after{
	content: "";
    position: absolute;
    top: 48%;
    right: -6px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #492a03;
}
.section-flow .columns .column:last-child::after{
	border: none;
}
.section-flow .columns .column p.orange{
	font-weight: bold;
	font-family: "menco", sans-serif;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
}
.section-flow .columns .column .orange_frame{
	border-radius: 8px;
    border: 3px solid #ee7c18;
    padding: 20px 10px;
    background: #fff;
    margin-bottom: 60px;
	text-align: center;
	min-height: 485px;
}
.section-flow .columns .column .orange_frame .icon-area{
	height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-flow .columns .column .orange_frame img{
	width: 43%;
}
.section-flow .columns .column.flow-2 .orange_frame img, .section-flow .columns .column.flow-3 .orange_frame img{
	width: 35%;
}
.section-flow .columns .column.flow-4 .orange_frame img{
	width: 55%;
}
.section-flow .columns .column .orange_frame h3{
	padding: 30px 0;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
	position: relative;
}
.orange_frame h3::before,
.orange_frame h3::after{
	content:"";
	position:absolute;
	left:0;
	width:100%;
	height:6px;
	background-image: radial-gradient(circle, #ee7c18 2px, transparent 2px);
	background-size: 14px 6px;
	background-repeat: repeat-x;
}

.orange_frame h3::before{
	top:0;
}

.orange_frame h3::after{
	bottom:0;
}
.section-flow .columns .column.flow-3 .orange_frame h3, .section-flow .columns .column.flow-4 .orange_frame h3{
	padding: 17px 0;
}
.section-flow .columns .column .orange_frame p{
	text-align: left;
	font-weight: bold;
}
.section-flow .columns .column .orange_frame p.is-small{
	font-size: 14px;
}


/*-------お客様の声------------*/
.section-voice h2.section-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.8;
}

.section-voice .columns{
	justify-content: space-between;
	flex-wrap: wrap;
}
.section-voice .columns .column{
	width: 49%;
	border-radius: 10px;
    border: 3px solid #ee7c18;
	position: relative;
	flex: inherit;
	padding: 120px 30px 50px;
	text-align: center;
	margin-top: 100px;
	background: #fff;
}
.section-voice .columns .column figure{
	width: 150px;
	position: absolute;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
}
.section-voice .columns .column figure figcaption{
	font-size: 14px;
}

.section-voice .columns .column h3{
    font-size:24px;
    font-weight:bold;
    line-height:1.4;
    margin-bottom:20px;
}

.section-voice .columns .column h3 span{
    background:linear-gradient(
        transparent 72%,
        #edc995 72%
    );
    padding:0 .2em;
}

.section-voice .columns .column .orange-bg{
	background: #f6e0c6;
	border-radius: 8px;
	padding: 25px 20px 15px;
	width: 100%;
	position: relative;
	margin-top: 40px;
	display: flex;
    align-items: center;
    justify-content: center;
	min-height: 90px;
}
.section-voice .columns .column .orange-bg:last-child{
	min-height: 140px;
    padding: 25px 30px 20px;
}
.section-voice .columns .column .orange-bg .small-title{
	border-radius: 30px;
	background: #fb7f01;
	padding: 3px 23px;
	font-size: 15px;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
    width: max-content;
}
.section-voice .columns .column .orange-bg .small-title.brown{
	background: #492a03;
}
.section-voice .columns .column .orange-bg p{
	line-height: 1.6;
}
.section-voice .columns .column .orange-bg p.text-left{
	line-height: 1.8;
}
.text-left{
	text-align: left!important;
}


/*-------Google口コミ------------*/
.section.section-google{
	padding: 80px 0!important;
}
.section-google .columns{
	width: 100%;
    padding: 80px 0;
    border-radius: 20px;
    justify-content: center;
	border: 3px solid #ee7c18;
	flex-wrap: wrap;
}
.section.section-google .columns .column{
	flex: inherit;
}
.section-google .columns h2.section-title{
	font-size: 38px;
}
.section-more{
	background: #f6e0c6;
}


/*-------人気の商品------------*/
.section-item{
	padding-bottom: 80px!important;
}
.shop-item a {
    color: #492A03;
}
.shop-item img {
    border-radius: 20px;
    transition: 0.3s;
    box-shadow: -1px -1px 4px #efefef;
}
.section-item .reserve-btn{
	margin-top: 50px;
}
.section-item .reserve-btn__icon {
    right: 30px;
    width: 40px;
    height: 40px;
}

.section-menu-link{
	padding: 100px 0!important;
}
/*-------代表挨拶------------*/
.section-message{
	background: #f6e0c6;
}
.section-message .columns{
flex-wrap: wrap;
}
.section-message .columns .column{
	width: 100%;
    padding: 30px 40px;
    border-radius: 20px;
    border: 3px solid #ee7c18;
	background: #fff;
	flex: inherit;
	margin-bottom: 40px;
}
.section-message .columns .column h2.section-title {
    font-size: 38px;
}
.section-message .columns .column > div{
	display: flex;
	justify-content: space-around;
}
.section-message .columns .column.interview > div{
	align-items: center;
}
.section-message .columns .column > div.section-title-wrap{
	justify-content: center;
	margin-bottom: 20px;
	padding-bottom: 35px;
	border-bottom: 2px dotted #ee7c18;
}

.section-message .columns .column .ceo-img{
	width: 22%;
}
.section-message .columns .column .ceo-img p{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
}
.section-message .columns .column .doctor-img p{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.section-message .columns .column .ceo-img p span{
	font-size: 16px;
	display: block;
}
.section-message .columns .column .doctor-img p span{
	font-size: 12px;
	display: block;
	padding-bottom: 8px;
}
.section-message .columns .column .message-text{
	width: 65%;
	font-weight: bold;
}
.section-message .columns .column .message-text .staff-btn{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.section-message .columns .column .interview-text{
	width: 80%;
}
.section-message .columns .column .interview-text h3{
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 2px dotted #ee7c18;
	font-size: 38px;
	font-weight: bold;
}
.section-message .columns .column .doctor-img{
	width: 18%;
}


/*-------インスタ------------*/
.section-insta{
	background: #f6e0c6;
	padding-bottom: 80px!important;
}

.section-insta .columns{
	width: 100%;
    padding: 30px 40px;
    border-radius: 20px;
    border: 3px solid #ee7c18;
	background: #fff;
	flex: inherit;
	margin-bottom: 40px;
}
.section-insta .footer-btn{
	padding-top: 50px;
	text-align: center;
}
.section-insta .footer-btn p{
	display: inline-block;
	color: #fb7f01;
	position: relative;
	font-weight: 900;
	font-size: 20px;
	margin-bottom: 10px;
}
.section-insta .footer-btn p::after, .section-insta .footer-btn p::before{
	content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #fb7f01;
}
.section-insta .footer-btn p::after {
    right: -26px;
    transform: rotate(-60deg);
}
.section-insta .footer-btn p::before {
    left: -35px;
    transform: rotate(60deg);
}
.section-insta .footer-btn .reserve-btn{
	width: 420px;
	font-size: 28px;
}



/*-------下層ページ------------*/
.section-kv .hero.sub-hero{
	height: 80vh;
}
.sub-hero h1{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
}
.section-kv .sub-hero .hero-body{
	width: 100%;
	background: none;
    background-image: none !important;
}
.about-hero{
	background: url("../../img/top/kv.webp")no-repeat center;
	background-size: cover;
}
.core-hero{
	background: url("../../img/other/core_bg.webp")no-repeat 50% 40%;
	background-size: cover;
}

.staff-hero{
	background: url("../../img/top/reason_img_07.webp")no-repeat 50% 20%;
	background-size: cover;
}

.newscan-hero{
	background: url("../../img/other/newscan_bg.webp")no-repeat 50% 90%;
	background-size: cover;
}
.pet-hero{
	background: url("../../img/other/pet-bg.webp")no-repeat center;
	background-size: cover;
}

/*-------コアページ------------*/
.section-core{
	padding-top: 120px!important;
	text-align: center;
}

.title-orange{
	display: inline-block;
    color: #ee7c18;
    position: relative;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}
.title-orange span{
	font-family: "menco", sans-serif;
}
.title-orange::after, .title-orange::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #ee7c18;
}
.title-orange::before {
    left: -45px;
    transform: rotate(60deg);
}
.title-orange::after {
    right: -36px;
    transform: rotate(-60deg);
}
.section-core .columns{
	align-items: center;
	justify-content: space-between;
}
.section-core .column{
	width: 55%;
	flex: inherit;
}
.section-core .column.img{
	width: 40%;
}
.section-core .column p{
	font-size: 20px;
	font-weight: bold;
}

.section-core .column ul{
	display: flex;
	margin: 40px 0;
}
.section-core .column ul li{
	padding: 10px 10px 0;
	font-size: 22px;
}

.section-expect{
	text-align: center;
	background: #f6e0c6;
}
.section-expect .section-title-wrap{
	margin-bottom: 80px;
}
.section-expect .columns{
	display: block!important;
}
.section-expect .columns .column:last-child{
	padding: 50px 0;
}
.section-expect img{
	width: 100%;
}
.section-expect p{
	font-weight: bold;
	font-size: 20px;
}
.section-expect p.small{
	font-size: 16px;
}
.section-expect p.small span{
	color: #fb7f01;
}


/*--------------セットでお得-------------*/
.section-set{
	padding-top: 0!important;
}
.section-set .section-title-wrap{
	margin-bottom: 120px;
}
.price-box{
	width: 100%;
}
.price-box__head {
  position: relative;
  background: #ff8400;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .05em;
  padding: 35px 20px;
  border-radius: 20px;
}

.price-box__head span{
	display: inline-block;
	position: relative;
}
.price-box__head span::before, .price-box__head span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 25px;
    height: 3px;
    background: #fff;
}
.price-box__head span::before {
    left: -35px;
    transform: rotate(60deg);
}
.price-box__head span::after {
    right: -35px;
    transform: rotate(-60deg);
}

.price-box__head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 36px 20px 0 20px;
  border-color: #ff8400 transparent transparent transparent;
}

.price-box__body {
  background: #f5ddc3;
  border-radius: 20px;
  padding: 60px 20px 35px;
  text-align: center;
}

.price-box__main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 42px;
  color: #4b2a03;
  font-weight: bold;
}

.price-box__label {
  font-size: 36px;
  background: linear-gradient(transparent 60%, #edc995 60%);
  padding: 0 .2em;
}

.price-box__price {
  font-size: 32px;
}

.price-box__price small {
  font-size: 20px;
}

.price-box__note {
  margin-top: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #4b2a03;
}

p.set_bottom_txt{
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}
p.set_bottom_txt span{
	color: #fb7f01;
}


/*---------------下層のお客様の声--------------*/
.section-voice-lower{
	background: #f6e0c6;
	padding-bottom: 100px!important;
}

.section-voice-lower h2.section-title::after{
	display: block;
	content: "";
    position: absolute;
    left: -8px;
    right: -8px;
    bottom: 10px;
    height: 0.5em;
    background: #edc995;
    z-index: -1;
}
.section-voice-lower .section-title-wrap{
	margin-bottom: 0;
}
.section-voice-lower .columns{
	justify-content: space-around;
}
.section-voice-lower .columns .column{
	background: #fff;
}


/*----よくある質問----------*/
.section-faq{
	padding-top: 0!important;
}
.faq-box.column{
	flex: inherit;
	width: 100%;
	margin-bottom: 50px;
}
.faq-box.column:last-child{
	margin-bottom: 100px;
}
.faq-box {
  border: 3px solid #ee7c18;
  border-radius: 24px;
  padding: 35px 40px!important;
  background: #fff;
}

.faq-question {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 30px;
  margin-bottom: 30px;
	border-bottom: 2px dotted #ee7c18;
}

.faq-question::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-image:
    radial-gradient(
      circle,
      #f57c00 1.5px,
      transparent 1.5px
    );
  background-size: 12px 4px;
  background-repeat: repeat-x;
}

.faq-mark {
  margin-right: 10px;
}

.faq-answer {
  font-size: 20px;
  line-height: 1.8;
  margin: 0;
}



/*----スタッフ紹介----------*/
.section-message {
  background: #f6e0c6;
  padding: 100px 0 60px!important;
}

.message-inner {
  max-width: 700px;
  margin: 0 auto;
}

.message-head {
  display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.message-photo {
  width: 420px;
	height: 350px;
}

.message-position {
  display: inline-block;
  background: #4b2a03;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 5px;
  margin-bottom: 4px;
}
.message-name{
	padding-bottom: 45px;
}
.message-name strong {
  display: block;
  background: #ff8400;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  padding: 8px 25px;
  border-radius: 6px;
}

.message-title {
  color: #ff8400;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin: 30px 0;
}

.message-text p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 22px;
}

.section-staff .staff-list.columns{
	flex-wrap: wrap;
	justify-content: space-between;
}

.staff-list .column {
  position: relative;
  border: 3px solid #fb7f01;
  border-radius: 18px;
  padding: 40px 35px;
  background: #fff;
  min-height: 490px;
	width: calc(100% / 2 - 10px);
	flex: inherit;
	margin-bottom: 140px;
}

.staff-list .column figure {
  position: absolute;
  top: -80px;
  right: 45px;
  width: 220px;
  height: 220px;
  margin: 0;
}

.staff-name {
  margin-bottom: 30px;
	position: relative;
}

.staff-name .history {
  display: inline-block;
  background: #4b2a03;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 14px;
  border-radius: 5px;
  margin-bottom: 6px;
}

.staff-name strong {
  display: block;
  width: fit-content;
  background: #fb7f01;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 20px 12px;
  border-radius: 6px;
}

.staff_msg {
  color: #4b2a03;
  font-weight: bold;
}

.staff_msg strong {
  font-size: 22px;
	line-height: 1.6;
  margin-bottom: 15px;
	color: #fb7f01;
	font-weight: bold;
	display: block;
}

.staff_msg p {
  font-size: 15px;
	line-height: 1.6;
  margin-bottom: 20px;
}

.staff_msg p:last-child {
  margin-bottom: 0;
}

.staff_msg span {
  color: #fb7f01;
}

.staff_msg p.emphasis,
.staff_msg .emphasis {
  color: #fb7f01;
  font-size: 20px;
  line-height: 1.8;
}


/*----------ニュースキャンとは-------------*/
.section-newscan{
	padding-top: 100px!important;
}
.section-newscan p.center{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.section-newscan .columns{
	flex-wrap: wrap;
	margin-top: 50px;
}
.section-newscan .columns .column{
	flex: inherit;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px dotted #ee7c18;
	padding: 30px 0!important;
}
.section-newscan .columns .column.reverse{
	flex-direction: row-reverse;
}
.section-newscan .columns .column:last-child{
	border-bottom: none;
}
.section-newscan .columns .column .column_img{
	width: 50%;
	height: 320px;
}
.section-newscan .columns .column .column_img img{
	border-radius: 25px;
	height: 320px;
    object-fit: cover;
    width: 100%;
}
.section-newscan .columns .column .column_text{
	font-weight: bold;
	width: 45%;
}
.section-newscan .columns .column .column_text p{
	font-size: 18px;
}
.section-newscan .columns .column .column_text .orange-txt{
	color: #fb7f01;
	font-size: 26px;
	padding-bottom: 15px;
}


/*--------ポイント-------------*/
.section-point{
	background: #f6e0c6;
}
.section-point .columns{
	flex-wrap: wrap;
}
.section-point .column {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 40px 50px;
	flex: inherit;
	width: 100%;
	margin-bottom: 50px;
}

.point-num {
  color: #fb7f01;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
	top: -14px;
	left: 50px;
	font-family: "menco", sans-serif;
}

.section-point .is-flex-wrap-wrap {
  display: flex;
  align-items: center;
	gap: 60px;
}

.point-icon {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
}

.point-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.point-text {
  flex: 1;
}

.point-text p{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.9;
}

.point-text .orange {
  color: #fb7f01;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 18px;
}
.point-text p.small{
	font-size: 16px;
}


/*--------セット料金-------------*/
.section-newscan-set{
	text-align: center;
}
.section-newscan-set .section-title-wrap{
	margin-bottom: 50px;
}
.section-newscan-set .columns{
	margin-top: 40px;
	justify-content: space-around;
	flex-wrap: wrap;
}
.section-newscan-set .price-box__head{
	font-size: 25px;
	padding: 25px 20px;
}
.section-newscan-set .columns .price-box{
	width: calc(100% / 2 - 10px);
	flex: inherit;
	
}
.section-newscan-set .price-box__body {
	padding: 60px 20px 50px;
}
.section-newscan-set .price-box__body ul{
	display: flex;
	justify-content: space-between;
}
.section-newscan-set .price-box__body ul li{
	width: 32.5%;
	background: #fefdf9;
	border-radius: 5px;
    padding: 8px 5px;
	font-weight: bold;
}
.section-newscan-set .price-box__label {
  display: inline-block;
  color: #4b2a03;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(transparent 58%, #edc995 58%);
  padding: 0 .35em;
  margin-bottom: 34px;
}

.section-newscan-set .price-box__price {
  display: block;
  color: #4b2a03;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
.price-box__price small {
  font-size: 18px;
}

.section-newscan-set .reserve-btn{
	margin-top: 40px;
}

.section-newscan-voice .columns .column .orange-bg:last-child {
    min-height: 217px;
    padding: 25px 30px 20px;
}


/*--------プレゼント-------------*/
.section-present{
	text-align: center;
	padding-top: 100px!important;
}
.section-present p{
	font-weight: bold;
}
.section-present h2.section-title{
	font-size: 40px;
}


/*--------おすすめの使い方-------------*/
.section-use{
	text-align: center;
	background: #f6e0c6;
	padding: 0 0 80px!important;
}
.section-use p{
	font-weight: bold;
	font-size: 18px;
}
.section-use p span{
	font-size: 24px;
	display: block;
}
.section-use img{
	margin: 20px 0;
}
.section-hindo{
	text-align: center;
	font-weight: bold;
	padding: 0 0 80px!important;
}

.hindo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 12px;
	margin-top: 80px!important;
}

.hindo-list .column {
  position: relative;
  flex: 0 0 calc(50% - 6px);
  padding: 0;
  border: 3px solid #ff7f00;
  border-radius: 8px;
  overflow: visible;
  background: #fff;
  text-align: center;
}

.hindo-list .column img {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  z-index: 2;
}
.hindo-list .column:nth-child(3) img{
	height: 80px;
	top: -42px;
}
.hindo-list .column:nth-child(4) img{
	height: 100px;
    top: -65px;
}

.hindo-list .column h3 {
  background: #ff7f00;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  padding: 34px 20px 16px;
  margin: 0;
}

.hindo-list .whit-bg {
  background: #fff;
  padding: 18px 20px 22px;
	border-radius: 0 0 8px 8px;
}

.hindo-list .whit-bg p {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

.hindo-list .whit-bg p.small {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}


.section-voice.section-voice-lower .reserve-btn{
	margin-top: 50px;
}



/*----------メニューページ----------------*/
.section-kv .hero.menu-hero{
	background: #f6e0c6;
	height: 250px;
}
.section-kv .menu-hero h1{
	font-size: 40px;
	font-weight: bold;
}
.section-menu-link .columns .column{
	width: calc(100% / 2 - 10px)!important;
}
.section-menu-link .link-card{
	background: #f6e0c6;
	border: none;
	gap: 15px;
}
.section-menu-link .link-card__img{
	width: 85px;
	height: 85px;
}
.section-menu-link .link-card__text{
	font-size: 25px;
	font-weight: bold;
}
.section-menu-link .link-card__arrow{
	transform: rotate(90deg);
	margin-top: 35px;
}

.section-menu{
	background: #f6e0c6;
}
.section-menu .columns .price-box.is-fullwidth{
	width: 100%;
}
.section-menu .price-box__body{
	background: #fff;
	border: 3px solid #ff7f00;
	padding: 60px 40px 50px;
	margin-bottom: 10px;
}
.section-menu .price-box__body ul li{
	background: #f6e0c6;
	margin-top: 5px;
	font-weight: bold;
	padding: 15px 0;
}
.section-menu .price-box__label{
	background: none;
	color: #ff8400;
	margin-bottom: 10px;
	font-size: 36px;
}
.section-menu .price-box__price{
	padding-bottom: 30px;
	border-bottom: 2px dotted #ee7c18;
}
.section-kouso-re .price-box__price{
	border-bottom: none;
}
.section-menu .price-box__body ul{
	flex-wrap: wrap;
}
.section-menu .brown_head .price-box__head{
	background: #492a03;
	font-size: 24px;
}
.section-menu .brown_head .price-box__head::after{
	border-color: #492a03 transparent transparent transparent;
}
.section-menu .brown_head .price-box__label, .section-menu .brown_head .price-box__price{
	font-size: 28px;
}
.section-menu .brown_head .price-box__body{
	padding-left: 20px;
	padding-right: 20px;
}
.section-menu .reserve-btn{
	margin-top: 80px;
}


/*-------------酵素浴のみのお客様---------------*/
.section{
	letter-spacing: 0.1em;
}
.section-kousoyoku{
	background: #f6e0c6;
	padding-bottom: 120px!important;
}
.section-kousoyoku .columns{
	flex-wrap: wrap;
}
.plan-box.column{
  background: #fff;
  border: 3px solid #ff7f00;
  border-radius: 20px;
  padding: 30px 40px 40px!important;
  text-align: center;
	margin-bottom: 40px;
	flex: inherit;
	width: 100%;
}

.plan-box__title {
  color: #ff7f00;
  font-size: 36px;
  margin-bottom: 30px;
	border-bottom: 2px dotted #ee7c18;
	padding-bottom: 30px;
	font-weight: bold;
}
.plan-box__title span{
	color: #492a03;
	font-size: 16px;
	display: block;
}

.plan-box__price {
  display: flex;
  justify-content: center;
  gap: 80px;
  color: #4b2a03;
  font-size: 24px;
  margin-bottom: 30px;
	font-weight: bold;
}

.plan-box__price small {
  font-size: 18px;
}

.plan-detail {
  background: #f6e0c6;
  padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
	border-radius: 20px;
}
.plan-detail summary span{
  position: relative;
}

.plan-detail summary span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 18px;
  height: 18px;
  border: 3px solid #4b2a03;
  border-radius: 50%;
  transform: translateY(-50%);
}

.plan-detail summary span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;
  width: 4px;
  height: 4px;
  border-right: 3px solid #4b2a03;
  border-bottom: 3px solid #4b2a03;
  transform: translateY(-70%) rotate(45deg);
  z-index: 2;
}

.plan-detail summary {
  list-style: none;
}

.plan-detail summary::-webkit-details-marker {
  display: none;
}
.plan-detail[open] summary span::before {
  transform: translateY(-25%) rotate(-135deg);
}
.summary-open{
	padding-right: 10px;
}
.summary-close {
  display: none;
}

.plan-detail[open] .summary-open {
  display: none;
}

.plan-detail[open] .summary-close {
  display: inline;
}

.plan-detail__inner {
  padding: 0 45px 20px;
}

.plan-detail__time {
  font-size: 25px;
  font-weight: 700;
  margin: 20px 0 25px;
	padding-top: 20px;
	border-top: 2px dotted #ee7c18;
}
.plan-detail__time p{
	line-height: 1.7;
}

.plan-detail__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}

.plan-detail__items li {
  list-style: none;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  font-size: 16px;
  font-weight: bold;
}

.w-s{
  width: 19.5%;
}

.w-m{
  width:22%;
}
.w-mm{
	width: 24.5%;
}
.w-l{
  width:37%;
}
.w-h{
  width:49.7%;
}

.plan-detail__note {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 0;
}
.plan-box__price .block{
	font-size: 16px;
	display: block;
}


/*----------回数券--------------------*/
.pet_banner{
	margin-bottom: 50px;
}
.ticket.column{
	margin-bottom: 10px!important;
	flex: inherit;
    width: 100%;
}
.ticket-box {
  border: 3px solid #ff7f00;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}

.ticket-box summary {
  text-align: center;
  cursor: pointer;
  list-style: none;
  padding: 28px;
  color: #ff7f00;
  font-size: 26px;
  font-weight: 700;
}

.ticket-box summary::-webkit-details-marker {
  display: none;
}

.ticket-box summary span{
  position: relative;
}

.ticket-box summary span::after {
  content: "";
  position: absolute;
  top: 55%;
  right: -30px;
  width: 20px;
  height: 20px;
  border: 3px solid #ff7f00;
  border-radius: 50%;
  transform: translateY(-50%);
}

.ticket-box summary span::before {
  content: "";
  position: absolute;
  top: 55%;
  right: -21px;
  width: 5px;
  height: 5px;
  border-right: 3px solid #ff7f00;
  border-bottom: 3px solid #ff7f00;
  transform: translateY(-70%) rotate(45deg);
  z-index: 2;
}

.ticket-box[open] summary span::before {
  transform: translateY(-25%) rotate(-135deg);
}

.ticket-box__body {
  padding: 0 40px 30px;
}

.ticket-box__line {
  height: 3px;
    background-image: radial-gradient(circle, #f57c00 1px, transparent 1px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    margin-bottom: 25px;
}
.ticket-list {
  max-width: 700px;
  margin: 0 auto;

  list-style: none;
  padding: 0;
}

.ticket-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;

  margin-bottom: 18px;

  font-size: 24px;
  font-weight: 700;
  color: #4b2a03;
}

.ticket-list li:last-child {
  margin-bottom: 0;
}

.ticket-list .sale {
  color: #f57c00;
}

.ticket-list small {
  color: #f57c00;
  font-size: 16px;
}

.ticket-list .arrow {
  color: #4b2a03;
}

.option-list{
	width: 90%;
    margin: 0 auto;
}
.option-list div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.option-list dt {
  color: #4b2a03;
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}

.option-list div::after {
  content: "";
  flex: 1;
  height: 4px;
  background-image:
    radial-gradient(circle, #4b2a03 2px, transparent 2px);
  background-size: 10px 4px;
  background-repeat: repeat-x;

  margin: 0 8px;
}

.option-list dd {
  color: #492a03;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
  margin: 0;
  order: 3;
}

.option-list small {
  font-size: 14px;
}

.section-recommend{
	background: none;
}
.section-recommend .columns{
	justify-content: space-between!important;
}
.section-recommend .column .w-h{
	width: 49.5%;
	position: relative;
}
.section-recommend .column .w-h.image-position-1::after{
	background: url("../../img/other/image-position-1.webp")no-repeat center;
	background-size: cover;
	position: absolute;
	content: "";
	width: 50px;
	height: 100px;
	left: -5px;
	bottom: -20px;
}
.section-recommend .column .w-h.image-position-2::after{
	background: url("../../img/other/image-position-2.webp")no-repeat center;
	background-size: cover;
	position: absolute;
	content: "";
	width: 90px;
	height: 90px;
	right: -20px;
	bottom: -20px;
}
.section-recommend .column .w-f.image-position-3::after{
	background: url("../../img/other/image-position-5.webp")no-repeat center;
	background-size: cover;
	position: absolute;
	content: "";
	width: 170px;
    height: 110px;
    right: -20px;
    top: -25px;
}
.section-recommend .column .w-h.image-position-4::after{
	background: url("../../img/other/image-position-3.webp")no-repeat center;
	background-size: cover;
	position: absolute;
	content: "";
	width: 80px;
	height: 80px;
	left: -5px;
	bottom: -20px;
}
.section-recommend .column .w-h.image-position-5::after{
	background: url("../../img/other/image-position-4.webp")no-repeat center;
	background-size: cover;
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	right: -20px;
	bottom: -20px;
}
.section-recommend .column li.w-f{
	width: 100%;
	padding: 35px 0;
	position: relative;
}

.box-2{
	text-align: center;
	margin-top: 80px;
    width: 100%;
}
.box-2 .title-orange{
	margin-bottom: 0;
}
.price-box__price strong, .price-box__price small{
	color: #ff8400;
}
.section-recommend .no1 .price-box__body ul li:nth-child(7){
	line-height: 48px;
}
.section-recommend .price-box__body img{
	width: 120px;
    margin: 30px 0 20px;
}
.section-stay{
	padding-bottom: 100px!important;
	background: #f6e0c6;
}
.section-stay .reserve-btn{
	margin-top: 60px;
}
.section-stay .columns{
	flex-wrap: wrap;
	margin-top: 40px;
}
.include{
	width: 90%;
    margin: 0 auto;
	font-size: 17px;
}
.include p{
	text-align: left;
	letter-spacing: 0.05em;
	font-size: 16px;
	line-height: 1.6;
}
.include-brown-bg{
	background: #492a03;
	color: #fff;
	padding: 5px 0;
	text-align: center!important;
	margin: 30px 0 10px;
	line-height: 1.8;
	font-size: 18px;
}
.room_img{
	width: 90%;
    margin: 30px auto 0;
	flex-wrap: wrap;
	justify-content: space-between;
}
.room_img img.w-h{
	width: calc(100% / 2 - 5px);
	margin-top: 10px;
}
.section-stay .plan-detail__inner{
	padding-bottom: 40px;
}

/*-------------酵素浴について---------------*/
.section-problem{
	padding-top: 100px!important;
}
.section-problem .column{
	width: 100%;
	flex: inherit;
}
.section-problem .column.img{
	margin: 40px 0;
}
.section-problem .column p{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.section-about-nukakouso{
	background: #f6e0c6;
	padding-bottom: 120px!important;
}
.section-about-nukakouso p.center{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.section-about-nukakouso .columns{
	margin-top: 60px;
}
.section-about-nukakouso .columns .column {
  display: flex;
  align-items: center;
  gap: 50px;
  background: #fefdf9;
  border-radius: 22px;
  padding: 50px 45px;
	width: 100%;
	flex: inherit;
}

.section-about-nukakouso .columns .column:nth-child(even) {
  flex-direction: row-reverse;
	margin-top: 30px;
}

.section-about-nukakouso .columns .column img {
  width: 48%;
  height: 270px;
  object-fit: cover;
  border-radius: 20px;
}

.section-about-nukakouso .columns .column .column-text {
  flex: 1;
}

.section-about-nukakouso .columns .column .column-text h3 {
  display: inline;
  color: #4b2a03;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(transparent 60%, #edc995 60%);
  padding: 0 .15em;
}

.section-about-nukakouso .columns .column .column-text p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
  margin-top: 25px;
}
.section-about-nukakouso .section-title-wrap{
	margin-bottom: 30px;
}

.kousoyoku-reason{
	padding-top: 0!important;
	background: #fefdf9;
}

.section-customer-voice{
	background: #f6e0c6;
}

.effect-box.columns{
	flex-wrap: wrap;
	justify-content: space-between;
}
.effect-box .column {
  background: #fefdf9;
  border-radius: 24px;
  padding: 35px 25px 60px;
	width: calc(100% / 2 - 10px);
	flex: inherit;
	margin-bottom: 30px;
}
.effect-box .column.is-full{
	width: 100%;
}

.effect-box .box-head {
  text-align: center;
  padding-bottom: 35px;
  margin-bottom: 40px;
  border-bottom: 4px dotted #ff7f00;
}

.effect-box .box-head h3 {
  background: #edc995;
  border-radius: 999px;
  font-size: 30px;
  font-weight: 700;
  padding: 15px 20px;
	margin-bottom: 30px;
}

.effect-box .box-head p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.effect-box .voice {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.effect-box .voice .is-flex {
  display: flex;
  align-items: center;
  gap: 24px;
}

.effect-box .voice img {
  width: 95px;
  height: 95px;
  flex-shrink: 0;
}

.effect-box .voice-label {
  position: relative;
  flex: 1;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 3px solid #ee7c18;
  border-radius: 8px;
  font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 20px;
}

.effect-box .voice-label::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);

  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 24px solid #f57c00;
}

.effect-box .voice-label::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);

  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 19px solid #fff;
}
.effect-box .column.is-full .voice{
	flex-wrap: wrap;
	flex-direction: inherit;
	justify-content: space-between;
}
.effect-box .column.is-full .voice .is-flex{
	width: 45%;
}
.effect-box .column.is-full .box-head h3{
	width: 60%;
    margin: 0 auto 30px;
}
.section-kouso-menu{
	background: #fefdf9;
}
.section-kouso-menu .columns .price-box.is-fullwidth img{
	border-radius: 20px 20px 0 0;
	margin-top: 50px;
	display: block;
}
.section-kouso-menu .is-fullwidth .price-box__body{
	padding-top: 20px;
    border: none;
    background: #f6e0c6;
	border-radius: 0 0 20px 20px;
}
.section-kouso-menu .price-box__body ul li{
	background: #fefdf9;
}
.section-kouso-menu .price-box__price{
	border-bottom: none;
	padding-bottom: 0;
}
.section-kouso-menu .brown_head .price-box__body{
	background: #f6e0c6;
	border: none;
}
.section-kouso-menu .is-fullwidth .price-box__label{
	background: linear-gradient(
        transparent 80%,
        #edc995 80%
    );
}
.section-kouso-menu .price-box__label{
	background: linear-gradient(transparent 58%, #edc995 58%);
	color: #4b2a03;
}
.section-kouso-menu .reserve-btn{
	margin-top: 60px;
}


/*-----------流れ------------------*/
.section-kouso-flow .is-flex-wrap-wrap{
	gap: 40px;
}
.section-kouso-flow .point-icon{
	width: 40%;
	height: auto;
}
.section-kouso-flow .column:nth-child(1) .point-icon img{
	width: 70%;
    margin: 0 auto;
}
.section-kouso-flow .point-text p{
	font-size: 18px;
}
.section-kouso-flow .point-text .orange{
	font-size: 28px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px dotted #ee7c18;
}

.section-kouso-voice{
	background: #fefdf9;
	padding-top: 0!important;
}

.section-kouso-qa{
	background: #f6e0c6;
}
.section-voice.section-kouso-voice .section-title-wrap{
	margin-bottom: 0;
}
.section-voice.section-kouso-voice h2.section-title{
	position: relative;
    display: inline-block;
    font-size: 45px;
	background: linear-gradient(transparent 60%, #edc995 60%);
}

.section-kouso-qa .faq-box {
  background: #fffef9;
	border: none;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 25px;
}

.section-kouso-qa .faq-question {
	margin-bottom: 0;
	padding-right: 90px;
	padding-bottom: 0;
	border: none;
}

.faq-question {
  list-style: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::marker {
  content: "";
}

.section-kouso-qa .faq-mark {
  margin-right: 10px;
}
.section-kouso-qa .faq-question::before {
  content: "";
  position: absolute;
  right: 55px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-right: 5px solid #4b2a03;
  border-bottom: 5px solid #4b2a03;
  transform: translateY(-70%) rotate(45deg);
  transition: .3s;
}
.section-kouso-qa .faq-box[open] .faq-question::before {
  transform: translateY(-20%) rotate(-135deg);
}
.section-kouso-qa .faq-answer {
  padding: 30px 0 0;
  font-size: 19px;
	border-top: 2px dotted #ee7c18;
	margin-top: 30px;
}
.faq-question::after{
	display: none;
}
.section-kouso-qa .open .faq-question::before{
	display: none;
}

.section-newscan-set p.center{
	font-size: 18px;
	font-weight: bold;
}
.sp_only{
	display: none;
}

.section-owner-message{
	background:#efd9bc;
	padding: 0 0 100px!important;
	position:relative;
}
.section-owner-message .message-kv{
	background: linear-gradient(
		135deg,
		#ece6de 0%,
		#f5f1ea 60%,
		#fbfaf7 100%
	  );
	padding-top: 80px;
}
.section-owner-message .message-wrap{
	max-width:1200px;
	margin:0 auto;
	display:flex;
	align-items:flex-end;
	justify-content:space-around;
	position:relative;
	z-index:2;
}
.section-owner-message .message-head{
	padding-bottom: 100px;
	display: block;
}

.section-owner-message .message-head h2{
	font-size:45px;
	font-weight:bold;
	line-height:1.7;
	margin-bottom:60px;
	color:#4b2a03;
}

.section-owner-message .owner-name span{
	font-size:16px;
	font-weight:bold;
}

.section-owner-message .owner-name strong{
	font-size:40px;
	font-weight:bold;
	color:#4b2a03;
}
.section-owner-message .message-image{
	width:500px;
	flex-shrink:0;
}

.section-owner-message .message-image img{
	width:100%;
	display:block;
	filter: drop-shadow(0 18px 22px rgba(75, 42, 3, 0.4));
}
.section-owner-message .message-box{
	max-width:980px;
	margin:-40px auto 0;
	background:#fff;
	border:3px solid #ee7c18;
	border-radius:20px;
	padding:70px;
	position:relative;
	z-index:3;
}
.section-owner-message .message-box p{
	font-size:18px;
	line-height:2.3;
	color:#4b2a03;
	margin-bottom:25px;
}
.section-owner-message .message-box p strong{
	font-weight: 900;
	color:#4b2a03;
}
.section-owner-message .message-box p.message-sign{
	text-align:right;
	font-weight:bold;
	margin:60px 0 0;
}

@media (min-width: 1024px) and (max-width: 1240px) {
	.menu-maru{
		width: 130px;
		height: 130px;
	}
	.navbar-end .pc-menu {
		width: calc(100% - 330px);
	}
}

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

	.pc-menu,{
		display:none;
	}

	.navbar-burger{
		display:block;
		cursor:pointer;
	}

	.sp-menu{
		display:block;
		padding-bottom: 30px;
	}
	
	.menu-maru {
		width: 100%;
		height: auto;
		text-align: center;
		border-radius: 50px;
		flex-wrap: wrap;
		padding: 20px 0;
	}
	.menu-maru.menu-shop{
		margin-bottom: 20px;
	}
	.menu-maru.menu-yoyaku div::before, .menu-maru.menu-shop div::before{
		display: none;
	}
	.menu-maru.menu-shop div, .menu-maru.menu-yoyaku div{
		padding: 0;
	}

	.navbar-menu{
		display:none;
		position:absolute;
		top:100%;
		left: -15px;
    width: calc(100% + 15px);
    height: 100vh;
		background:#fff;
		z-index:999;
		padding:20px;
		box-shadow:0 10px 20px rgba(0,0,0,.1);
    padding-top: 100px;
	}

	.navbar-menu.active{
		display:block;
	}

	.sp-menu ul{
		display:flex;
		flex-direction:column;
		gap:20px;
	}

	.sp-menu li{
		border-bottom:1px solid #ddd;
		padding-bottom:15px;
	}

	.sp-menu a{
		display:block;
		font-size:18px;
		color:#4b2a03;
		font-weight:bold;
	}
}

@media only screen and (max-width: 768px) {
	.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
	html,
	  body {
		width: 100%;
		overflow-x: hidden;
	  }

	  body {
		overflow: visible;
	  }

	  img {
		max-width: 100%;
		height: auto;
	  }

	  .section {
		padding-left: 0 !important;
		padding-right: 0 !important;
	  }

	  .container {
		max-width: 100%;
		width: 100%;
	  }

	  .columns {
		margin-left: 0 !important;
		margin-right: 0 !important;
	  }

	  .column {
		width: 100% !important;
		max-width: 100%;
		flex: none !important;
		  padding-left: 0!important;
		  padding-right: 0!important;
	  }
	.navbar > .container{
		width: auto;
	}
	.section-kv .hero{
		height: 85vh;
        padding-top: 70px;
	}
	.section-kv .navbar .navbar-logo {
    padding: 0 15px;
  }
  .section-kv .navbar .navbar-logo img {
	width: 85px;
	height: auto;
  }
	.hero-bg {
		background-size: cover;
		background-position: 65% 50%;
		background-repeat: no-repeat;
	}
	
	.section-kv .navbar {
		padding-top: 2px;
		height: 70px;
		z-index: 100;
		position: fixed;
		width: 100%;
	  }

  .section-kv .pc-menu {
	display: none;
  }
  p {
    line-height: 1.8;
  }
  .navbar-brand .navbar-item, .navbar-tabs .navbar-item {
    display: block;
  }
	.section-kv .navbar .container{
		margin-right: 0;
	}
	
	/*------------トップページ--------------*/
	.container{
		margin: 0 15px;
		width: auto;
	}
	.section-kv .hero-body{
		width: 100%;
		top: 55%;
	}
	.section.section-nukakouso{
		padding: 80px 0 0;
	}
	.section-title-wrap{
		margin-bottom: 50px;
	}
	h2.section-title{
		font-size: 30px;
	}
	.section-nukakouso .columns .column.img{
		padding: 0;
	}
	.section-wave svg, .bottom-wave svg{
		height: 60px;
	  }
	.section-reason .columns .column .num{
		font-size: 22px;
		padding: 0 7px;
	}
	.section-reason .columns .column.is-fullwidth .column-text{
		padding: 20px 30px;
	}
	.section-reason .columns .column.is-fullwidth .column-text h3::before{
		left: 14%;
	}
	.section-reason .columns .column.is-fullwidth .column-text h3::after{
		right: 14px;
	}
	.section-reason .columns .column.is-fullwidth .column-text p{
		text-align: left;
	}
	.section-reason .columns .column .column-text{
		padding-bottom: 40px;
	}
	.link-card{
		gap: 0;
		border-radius: 100px;
		padding: 25px;
		font-size: 20px;
		justify-content: space-between;
	}
	.link-card__img{
		width: 100px;
		height: 100px;
	}
	.link-card__arrow{
		margin-left: 10px;
	}
	.section-dekirukoto {
		padding-bottom: 80px !important;
	}
	.section-flow .columns .column::after{
		left: 50%;
		top: 96%;
		transform: translateX(-50%) rotate(90deg);
	}
	.section-flow .columns .column .orange_frame{
		margin-bottom: 10px;
		min-height: auto;
        padding: 20px 20px 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.section-flow .columns .column{
		padding-top: 0;
	}
	.section-flow .columns .column .orange_frame div{
		width: 65%;
	}
	.section-flow .columns .column .orange_frame .icon-area{
		width: 30%;
		height: auto;
	}
	.section-flow .columns .column .orange_frame h3{
		margin-top: 10px;
		padding: 20px 0;
		text-align: left;
	}
	.section-flow .columns .column .orange_frame p{
		font-size: 14px;
	}
	.section-flow .columns .column .orange_frame p.is-small{
		font-size: 12px;
	}
	.section-flow .columns .column .orange_frame img, .section-flow .columns .column.flow-2 .orange_frame img, .section-flow .columns .column.flow-3 .orange_frame img, .section-flow .columns .column.flow-4 .orange_frame img{
		width: 100%;
	}
	.section-voice h2.section-title{
		font-size: 30px;
	}
	.section-voice .columns .column{
		margin-top: 120px;
		padding-left: 15px!important;
        padding-right: 15px!important;
	}
	.reserve-btn{
		font-size: 20px;
		width: 95%;
		height: 65px;
	}
	.reserve-btn__icon, .section-item .reserve-btn__icon{
		width: 30px;
		height: 30px;
		right: 25px;
	}
	.reserve-btn__icon::before{
		width: 12px;
    	height: 12px;
	}
	.section-google .columns h2.section-title{
		font-size: 26px;
	}
	.section-google .columns{
		padding: 40px 15px;
	}
	.section-message .columns .column{
		padding: 30px 15px!important;
	}
	.section-message .columns .column h2.section-title{
		font-size: 30px;
	}
	.section-message .columns .column .interview-text h3{
		font-size: 25px;
	}
	.section-message .columns .column > div{
		flex-wrap: wrap;
	}
	.section-message .columns .column .ceo-img{
		width: 60%;
		margin-bottom: 20px;
	}
	.section-message .columns .column .message-text{
		width: 100%;
	}
	.section-message .columns .column .message-text .staff-btn{
		width: 100%;
	}
	.section-message .columns .column .interview-text{
		width: 100%;
	}
	.section-message .columns .column .doctor-img{
		width: 60%;
		margin-bottom: 30px;
	}
	.section-insta .footer-btn p{
		line-height: 1.5;
	}
	.section-insta .footer-btn p::after, .section-insta .footer-btn p::before{
		top: auto;
    	width: 30px;
		bottom: 15px;
	}
	.section-insta .footer-btn p::before{
		left: -30px;
	}
	.section-insta .footer-btn p::after{
		right: -30px;
	}
	.section-insta .footer-btn .reserve-btn{
		font-size: 20px;
		width: 95%;
	}
	
	
	/*--------コアチューニング---------------*/
	.section-kv .sub-hero .hero-body{
		top: 55%;
	}
	.sub-hero h1{
		padding: 0 10px;
		font-size: 25px;
	}
	.section-core {
    	padding: 80px 0 0!important;
	}
	.title-orange{
		font-size: 22px;
	}
	.section-core .column.img {
		width: 80%!important;
		margin: 0 auto;
	}
	.section-core .column p{
		font-size: 18px;
	}
	.section-core .column ul li{
		font-size: 18px;
	}
	.section-expect p{
		margin-top: 15px;
	}
	.section-set {
		padding-top: 60px !important;
	}
	.section-set .section-title-wrap {
		margin-bottom: 80px;
	}
	.price-box__head{
		font-size: 20px;
		padding: 20px 10px;
	}
	.price-box__main{
		flex-wrap: wrap;
		gap: 10px;
	}
	.price-box__price{
		width: 100%;
		font-size: 28px;
	}
	.price-box__note{
		font-size: 16px;
		margin-top: 20px;
	}
	p.set_bottom_txt{
		font-size: 18px;
	}
	.price-box__label{
		font-size: 30px;
	}
	.section-voice-lower .columns .column .orange-bg:last-child{
		min-height: auto;
	}
	.faq-box{
		padding: 30px 20px !important;
	}
	.faq-question{
		font-size: 20px;
	}
	.faq-answer{
		font-size: 18px;
	}
	.section-faq{
		padding: 50px 0 0!important;
	}
	.section-newscan .columns{
		margin-top: 0;
	}
	.section-newscan .columns .column{
		flex-wrap: wrap;
	}
	.section-newscan .columns .column .column_img{
		width: 100%;
	}
	.section-newscan .columns .column .column_text{
		width: 100%;
		margin-top: 15px;
	}
	.section-newscan .columns .column .column_text .orange-txt{
		padding-bottom: 5px;
	}
	.section-point .is-flex-wrap-wrap{
		gap: 30px;
		justify-content: center;
	}
	.point-text{
		width: 100%;
		flex: auto;
	}
	.point-icon{
		width: 130px;
		height: 130px;
	}
	.section-point .column{
		padding: 40px 20px!important;
	}
	.point-num{
		left: 25px;
	}
	.point-text .orange{
		font-size: 25px;
		text-align: center;
	}
	.point-text p{
		font-size: 18px;
	}
	.section-newscan-set .price-box__price{
		font-size: 22px;
	}
	.section-newscan-set .price-box__body {
		padding: 50px 15px 40px;
	}
	.section-newscan-set .price-box__label{
		font-size: 28px;
	}
	.section-newscan-set .price-box__body ul li{
		font-size: 14px;
		width: 100%;
		margin-bottom: 5px;
	}
	.section-present p{
		font-size: 18px;
	}
	.section-present .title-orange::after{
		right: -30px;
	}
	.section-present .title-orange::before{
		left: -30px;
	}
	.section-present .title-orange::after, .section-present .title-orange::before{
		width: 40px;
	}
	.section-present h2.section-title{
		font-size: 30px;
	}
	.section-use, .section-hindo{
		padding: 50px 0 60px!important;
	}
	.section-use img {
		margin: 40px 0;
	}
	.hindo-list .column h3{
		font-size: 20px;
		padding: 34px 15px 16px;
	}
	.hindo-list .whit-bg p{
		font-size: 24px;
	}
	.hindo-list .whit-bg p.small{
		font-size: 16px;
		margin: 5px 0 0;
	}
	
	/*-------------酵素浴について----------------*/
	.section-problem .column p{
		font-size: 18px;
	}
	.section-problem .column.img{
		margin-bottom: 0;
	}
	.section-about-nukakouso p.center{
		font-size: 18px;
	}
	.section-about-nukakouso .columns .column{
		gap: 20px;
		padding: 20px!important;
		flex-wrap: wrap;
	}
	.section-about-nukakouso .columns .column img{
		width: 100%;
		height: 200px;
	}
	.section-about-nukakouso .columns .column .column-text{
		flex: auto;
		width: 100%;
	}
	.section-about-nukakouso .columns .column .column-text h3{
		font-size: 24px;
	}
	.section-about-nukakouso .columns{
		margin-top: 30px;
	}
	.section-about-nukakouso{
		padding-bottom: 80px!important;
	}
	.kousoyoku-reason{
		padding-top: 60px!important;
	}
	.section-customer-voice h2.section-title{
		font-size: 30px;
	}
	.effect-box .column{
		padding: 35px 15px 60px!important;
	}
	.effect-box .box-head h3{
		font-size: 22px;
		padding: 10px 20px;
		margin-bottom: 20px;
	}
	.effect-box .voice-label{
		font-size: 16px;
		text-align: left;
		padding: 15px 10px;
	}
	.effect-box .column.is-full .box-head h3{
		width: 100%;
		font-size: 18px;
	}
	.effect-box .column.is-full .voice .is-flex{
		width: 100%;
	}
	.section-customer-voice{
		padding-bottom: 60px!important;
	}
	.section-kouso-menu .section-title-wrap{
		margin-bottom: 0;
	}
	.section-kouso-menu .price-box__head{
		font-size: 20px;
        padding: 20px 10px;
	}
	.section-kouso-menu .price-box__label{
		font-size: 26px;
	}
	.section-menu .brown_head .price-box__head{
		font-size: 18px;
        padding: 20px 10px;
	}
	.section-menu .brown_head .price-box__price{
		font-size: 24px;
	}
	.section-menu .brown_head .price-box__body{
		padding-left: 10px;
    	padding-right: 10px;
	}
	.section-kouso-menu{
		padding-bottom: 80px!important;
	}
	.section-kouso-menu .reserve-btn{
		margin-top: 30px;
	}
	.section-kouso-flow{
		padding-top: 80px!important;
	}
	.section-kouso-flow .column:nth-child(1) .point-icon img{
		width: 100%;
	}
	.section-kouso-flow .point-icon{
		width: 80%;
	}
	.section-voice.section-kouso-voice h2.section-title{
		font-size: 30px;
	}
	.section-kouso-qa .faq-question{
		padding-right: 12px;
	}
	.section-kouso-qa .faq-question::before{
		right: 0;
		width: 8px;
		height: 8px;
		border-right: 3px solid #4b2a03;
		border-bottom: 3px solid #4b2a03;
	}
	.brown-btn{
		font-size: 18px;
	}
	
	
	/*------------------スタッフ------------------*/
	.section-staff{
		padding: 130px 0 0!important;
	}
	.message-inner{
		margin: 0 15px;
	}
	.message-text p{
		font-size: 16px;
	}
	.message-title{
		font-size: 22px;
		margin: 60px 0 20px;
	}
	.message-name strong{
		font-size: 35px;
	}
	.message-head{
		position: relative;
	}
	.message-name{
		position: absolute;
		bottom: -30px;
		padding-bottom: 0;
	}
	.message-photo {
		width: 100%;
		height: auto;
		text-align: center;
	}
	.message-photo img{
		max-width: 90%;
	}
	.staff-list .column{
		padding: 40px 15px!important;
	}
	.staff-list .column figure{
		right: 15px;
		width: 170px;
		height: 170px;
	}
	.staff-name{
		position: relative;
	}
	.staff_msg strong{
		font-size: 20px;
	}
	.staff-list .column{
		margin-bottom: 110px;
	}
	.section-menu-link .columns .column{
		width: 100%!important;
	}
	.section-menu-link .link-card{
		gap: 10px;
		flex-wrap: nowrap;
		border-radius: 100px;
	}
	.section-menu-link .link-card__arrow{
		margin: 0!important;
	}
	.section-menu-link .link-card__text{
		font-size: 18px;
	}
	.section-menu-link .link-card__img{
		width: 80px;
		height: 80px;
	}
	.section-kouso-re .price-box__head{
		font-size: 20px;
        padding: 20px 10px;
	}
	.section-kouso-re .price-box__label{
		font-size: 26px;
	}
	.plan-box__title{
		font-size: 25px;
	}
	.plan-box.column{
		padding: 30px 20px 40px !important;
	}
	.plan-box__price{
		flex-wrap: wrap;
		gap: 20px;
		font-size: 18px;
	}
	.plan-box__price small{
		font-size: 14px;
	}
	.ticket-box summary{
		font-size: 22px;
		padding: 15px;
	}
	.plan-detail{
		font-size: 18px;
	}
	.plan-detail__inner {
		padding: 0 15px 20px;
	}
	.plan-detail__time{
		font-size: 18px;
	}
	.plan-detail__items li{
		width: 49%;
	}
	.plan-detail__items li:nth-child(7), .plan-detail__items li:nth-child(8), .plan-detail__items li:nth-child(9), .plan-detail__items li:nth-child(10), .plan-detail__items li:nth-child(11){
		width: 100%;
		padding: 0 5px;
	}
	.ticket-box__body{
		padding: 0 15px 30px;
	}
	.ticket-list li{
		font-size: 18px;
		flex-wrap: wrap;
	}
	.ticket-list li .count{
		width: 100%;
	}
	.ticket-list li.normal, .ticket-list li .sale{
		font-size: 20px;
	}
	.option-list{
		width: 100%;
	}
	.option-list dt{
		width: 100%;
		font-size: 18px;
		white-space: break-spaces;
	}
	.option-list dd{
		font-size: 20px;
	}
	.option-list div{
		margin-bottom: 25px;
		flex-wrap: wrap;
	}
	.section-kousoyoku .columns{
		margin-bottom: 30px;
	}
	.section-newscan-set .price-box__head{
		font-size: 20px;
        padding: 20px 10px;
	}
	.section-recommend .column .w-h{
		width: 100%;
	}
	.section-recommend .column .w-h.image-position-1::after{
		width: 45px;
		height: 80px;
		left: -20px;
		bottom: -10px;
		z-index: 1;
	}
	.section-recommend .column .w-h.image-position-2::after{
		width: 70px;
		height: 70px;
		right: -15px;
		bottom: -35px;
	}
	.box-2{
		margin-top: 60px;
	}
	.section-recommend .column .w-f.image-position-3::after{
		width: 115px;
		height: 75px;
		right: -20px;
		top: -40px;
	}
	.section-recommend .column .w-h.image-position-4::after{
		width: 65px;
		height: 65px;
		left: -27px;
		bottom: -24px;
		z-index: 1;
		transform: rotate(-25deg);
	}
	.section-recommend .column .w-h.image-position-5::after{
		    width: 80px;
		height: 80px;
		right: -20px;
		bottom: -45px;
	}
	.section-recommend .columns p{
		font-size: 14px;
	}
	.section-recommend .reserve-btn{
		margin-top: 40px;
	}
	.section-recommend{
		padding-bottom: 80px!important;
	}
	.section-stay .plan-box__price{
		font-size: 22px;
	}
	.include .brown-bg{
		font-size: 16px;
	}
	.room_img{
		width: 100%;
		margin-top: 20px;
	}
	.section-owner-message .message-wrap{
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.section-owner-message .message-kv{
		flex-direction:column-reverse;
		align-items:center;
	}

	.section-owner-message .message-image{
		width:280px;
	}

	.section-owner-message .message-head{
		text-align:center;
		padding: 60px 0 0;
		width: 100%;
	}

	.section-owner-message .message-head h2, .section-owner-message .owner-name strong{
		font-size:28px;
	}
	.section-owner-message .message-head h2{
		margin-bottom: 20px;
	}

	.section-owner-message .message-name{
		justify-content:center;
		flex-wrap:wrap;
	}

	.section-owner-message .message-box{
		margin: -30px 15px 0;
		padding: 30px 15px;
		border-radius:16px;
	}

	.section-owner-message .message-box p{
		font-size:15px;
		line-height:2;
	}
	.section-kouso-re .section-title-wrap{
		margin-bottom: 40px;
	}
	.include{
		width: 100%;
	}
	.section-newscan-set .price-box__body ul{
		flex-wrap: wrap;
	}
	.section-kv .hero.sub-hero{
		height: 60vh;
	}
	
.reason-btn{
	width: 95%;
    margin: 20px auto 30px;
	height: 60px;
	}
}


/*---------------中心道--------------*/
.door-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.door-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center 62%, rgba(205, 150, 45, .12), transparent 28%),
    linear-gradient(to bottom, rgba(0,0,0,.1), rgba(0,0,0,.48)),
    url("../../img/chushindo/door-bg.webp") center bottom / cover no-repeat;
  transform: scale(1.04);
  animation: bgZoom 10s ease-out forwards;
}

.door-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center 58%, transparent 0%, rgba(0,0,0,.25) 40%, rgba(0,0,0,.82) 100%);
  z-index: 2;
  pointer-events: none;
}

.door-header {
  position: relative;
  z-index: 20;
  padding: 32px 4.5vw;
}

.door-logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.door-logo img{
	width: 180px;
	height: auto;
}

.door-copy {
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 3vh;
  pointer-events: none;
}

.door-copy h1 {
  margin: 0;
  font-weight: 400;
  letter-spacing: .18em;
  line-height: 1.8;
  text-shadow: 0 0 28px rgba(255,255,255,.2);
  opacity: 0;
  animation: fadeUp 1.2s ease forwards .25s;
	font-size: 32px;
	color: #fff;
	font-family: "Noto Serif JP", "Yu Mincho", serif!important;
}

.door-copy span {
  display: block;
  width: 100px;
  height: 1px;
  margin: 28px auto 0;
  background: linear-gradient(to right, transparent, #b8934a, transparent);
  opacity: 0;
  animation: fadeUp 1.2s ease forwards .55s;
}

/* 扉全体 */
.door-stage {
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: 18vh;
  width: min(340px, 28vw);
  height: min(500px, 50vh);
  transform: translateX(-50%);
  perspective: 1200px;
  display: block;
  text-decoration: none;
}

/* 光 */
.door-light {
  position: absolute;
  z-index: 1;
  left: 68%;
    top: -17%;
    width: 114%;
  height: 160%;
  transform: translateX(-50%);
  object-fit: contain;
  opacity: .82;
  filter: blur(1px);
  animation: lightBreath 2.8s ease-in-out infinite;
  pointer-events: none;
}

/* 扉枠 */
.door-frame {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
	filter:
    brightness(0.75)
    contrast(1.18)
    saturate(0.75);
}

/* 開く扉 */
.door-leaf {
  position: absolute;
  z-index: 4;
  left: 16%;
  top: 9.5%;
  width: 63%;
  height: 92%;
  object-fit: contain;
  transform-origin: left center;
  transform: rotateY(-5deg);
  transition:
    transform .95s cubic-bezier(.22,1,.36,1),
  filter .95s;
  will-change: transform;
  filter: drop-shadow(0 0 22px rgba(217,180,95,.25));
}

.door-stage:hover .door-leaf {
  transform: rotateY(-30deg);
}

.door-stage:hover .door-light {
  opacity: 1;
}

/* ENTER */
.door-enter {
  position: absolute;
  z-index: 15;
  left: 50%;
  bottom: 6vh;
  transform: translateX(-50%);
  width: 138px;
  height: 138px;
  border: 1px solid rgba(217, 180, 95, .65);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #e3bf72;
  text-decoration: none;
  font-size: 16px;
	font-weight: bold;
  letter-spacing: .32em;
  background: rgba(0,0,0,.12);
  backdrop-filter: blur(2px);
  animation: pulse 2.5s ease-in-out infinite;
	font-family: "Noto Serif JP", "Yu Mincho", serif!important;
}

.door-enter span{
	position: relative;
	top: -30px;
	left: 2px;
}

.door-enter i {
  position: absolute;
  bottom: 30px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #e3bf72;
  border-bottom: 1px solid #e3bf72;
  transform: rotate(45deg);
}

.door-enter::before {
  content: "";
  position: absolute;
  bottom: 65px;
  width: 20px;
  height: 20px;
  background: url("../../img/chushindo/text-light.webp") no-repeat center / cover;
}
.door-enter:hover .door-leaf {
  transform: rotateY(-30deg);
}

.door-enter:hover .door-light {
  opacity: 1;
}

/* クリック時 */
.door-hero.is-door-open .door-leaf {
  transform: rotateY(-48deg);
  filter: brightness(1.2) drop-shadow(0 0 48px rgba(255,204,84,.7));
}

.door-hero.is-door-open .door-light {
  opacity: 1;
  filter: blur(4px) brightness(1.35);
  transform: translateX(-50%) scaleX(1.25);
}

.door-hero.is-door-open::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: radial-gradient(circle at center, rgba(255,235,180,.98), rgba(255,198,70,.72) 28%, rgba(0,0,0,.98) 78%);
  animation: doorFlash .45s ease forwards;
  pointer-events: none;
}

@keyframes bgZoom {
  from { transform: scale(1.08); }
  to { transform: scale(1.02); }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lightBreath {
  0%, 100% { opacity: .55; }
  50% { opacity: 1; }
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 rgba(217,180,95,0);
  }
  50% {
    box-shadow: 0 0 38px rgba(217,180,95,.28);
  }
}
@keyframes doorFlash {
  0% {
    opacity: 0;
    transform: scale(.35);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.8);
  }
}

.sp-only{
	display: none;
}

@media (max-width: 1023px) {
	.door-leaf{
		left: 9%;
		height: 89%;
		width: 79%;
		top: 11%;
	}
	.door-copy{
		padding-top: 3vh;
	}
	.door-light{
		left: 75%;
		top: -20%;
		width: 142%;
		height: 168%;
	}
}
@media (max-width: 767px) {
	.sp-only{
		display: block;
	}
  .door-hero {
    min-height: 100vh;
  }

  .door-hero::before {
    background:
      radial-gradient(circle at center 62%, rgba(205, 150, 45, .13), transparent 30%),
      linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,.58)),
      url("../../img/chushindo/door-bg.webp") center bottom / cover no-repeat;
  }

  .door-header {
    padding: 22px 20px;
  }

	.door-logo img{
		width: 100px;
	}

  .door-copy {
    padding: 2vh 20px 0;
  }

  .door-copy h1 {
    font-size: 21px;
    letter-spacing: .12em;
  }

  .door-stage {
    width: 250px;
	  height: 380px;
	  bottom: 25vh;
  }
	
	.door-leaf {
        left: 9%;
        height: 91%;
        width: 76%;
        top: 10%;
    }
	
	.door-light{
		left: 70%;
        top: -13%;
        width: 129%;
        height: 152%;
	}

  .door-enter {
    width: 120px;
    height: 120px;
    bottom: 12vh;
    font-size: 14px;
  }
	.door-enter::before{
		bottom: 56px;
	}
}

footer{
	background: #f6e0c6;
}
footer .foot-bg {
  background-color: #FB7F01;
  border-radius: 80px 80px 0 0;
}
footer .foot-bg .container {
  padding-top: 96px;
  padding-bottom: 96px;
  color: #fff;
}
footer .foot-bg .container .map {
  padding-right: 4rem;
}
@media only screen and (max-width: 768px) {
  footer .foot-bg .container .map {
    padding-right: 0.75rem;
  }
}
footer .foot-bg .container a {
  color: #fff;
}
footer .foot-bg .container .menu-maru div::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  footer .foot-bg .container a {
    text-decoration: underline;
  }
}
footer .foot-bg .container iframe {
  border-radius: 40px;
}
footer .foot-bg .container dl {
  margin: 1rem 0;
}
footer .foot-bg .container dl dt, footer .foot-bg .container dl dd {
  color: #fff;
}
footer .foot-bg .container dl dt {
  font-weight: 600;
  padding-right: 1.5rem;
}
footer .foot-bg .container dl dt span {
  white-space: nowrap;
  min-width: 64px;
  display: inline-block;
}
footer .foot-bg .container .site-map {
  padding-top: 3rem;
}
footer .foot-bg .container .li-sitemap a {
  display: block;
  text-decoration: none;
}
footer .foot-bg .container .li-sitemap a:hover {
  text-decoration: underline;
}
footer .foot-bg .container .li-sitemap > li {
  padding: 0.6rem 0;
  font-weight: 600;
}
footer .foot-bg .container .li-sitemap > li ul {
  padding-top: 0.3rem;
  padding-left: 1rem;
}
footer .foot-bg .container .li-sitemap > li ul > li {
  padding: 0.3rem;
  font-weight: normal;
}
footer .foot-bg .container .menu-maru {
  width: 150px;
  height: 150px;
  text-decoration: none;
	border-radius: 50%;
}
footer .foot-bg .container .menu-maru.menu-yoyaku {
  background-color: #FFF;
  color: #FB7F01;
}
footer .foot-bg .container .menu-maru.menu-yoyaku div {
  padding-top: 10px;
  position: relative;
}
footer .foot-bg .container .menu-maru.menu-yoyaku div::before {
  background-image: url(../../img/common/yoyaku-orange.svg);
}
footer .foot-bg .container .menu-maru.menu-yoyaku:hover {
  background-color: #d06900;
  color: #fff;
}
footer .copy {
  background: #492A03;
  padding: 10px;
}
footer .copy p {
  color: #FBF9F5;
}
footer .foot-bg .container .menu-maru.menu-shop div::before {
    background-image: url(../../img/common/cart.svg);
}
@media only screen and (max-width: 768px) {
  footer .foot-bg {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-radius: 40px 40px 0 0;
  }
  footer .foot-bg .container {
    padding: 56px 0;
  }
  footer .foot-bg .container iframe {
    width: 100%;
    border-radius: 40px;
  }
  footer .foot-bg .container dl dt {
    margin-bottom: 5px;
  }
	footer .foot-bg .container .site-map{
		flex: inherit!important;
        width: 50%!important;
		padding: 3rem 0.75rem 0.75rem!important;
	}
	footer .foot-bg .container .menu-maru.menu-shop div::before {
		bottom: -55px;
	}
	footer .foot-bg .container .menu-maru.menu-shop div{
		top: -15px;
	}
}


.navbar-burger {
  position: relative;
  width: 48px;
  height: 48px;
  color: #4a2a08;
}

.navbar-burger span {
  position: absolute;
  left: 13px;
  width: 24px;
  height: 2px;
  background: #4a2a08;
  border-radius: 999px;
}

.navbar-burger span:nth-child(1) {
  top: 15px !important;
}

.navbar-burger span:nth-child(2) {
  top: 23px !important;
}

.navbar-burger span:nth-child(3) {
  top: 31px !important;
}
.navbar-burger.is-active span:nth-child(1) {
  top: 23px !important;
}