@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Libre+Baskerville:wght@400;700&display=swap');




.w-100 {
  font-weight: 100;
}

.w-300 {
  font-weight: 300;
}

.w-400 {
  font-weight: 400;
}

.font-e {
  font-family: 'Libre Baskerville', serif;
}

/* ------------------------------------------------- *
 *        common-module
 * ------------------------------------------------- */
body {
  line-height: 1.75;
  color: #484741;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-size:16px;
  font-weight:300;
  background: #f8f7f3;
}
copy {
  font-size:14px;
}

.font-th {
  font-family: 'Sarabun', sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
}

.mt-80 {
  margin-top: 80px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-10 {
  margin-top: 10px;
}

a
.mt-5 {
  margin-top: 5px !important;
}

.pt-20 {
  padding-top: 20px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-15 {
  padding-bottom: 15px;
}

a {
  color: #484741;
  text-decoration: none;
  /*transition: 0.25s ease-in-out;*/
}
a:hover, a :focus, a :active, a :visited, a :link {
  text-decoration: none;
  opacity:.6!important;
}

::-moz-selection {
  background: #d4f1fc;
  color: #01030a;
}

::selection {
  background: #d4f1fc;
  color: #01030a;
}

::-moz-selection {
  background: #d4f1fc;
  color: #01030a;
}

.btn {
  user-select: none;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  text-align: center;
  color: #484741;
  /*border: 1px solid #3d3b37;*/
  border:none;
  width: 300px !important;
  margin: 0 auto;
  font-weight:300;
}

.btn a {
  display: block;
  color: #484741;
  /*background: #f1ede2;*/
  background:#dfd9c3;
  padding: 12px 0px;
  border-radius: 5px;
}
.btn a:hover {
  opacity: .6;
}


.btn-area-how-to-sell a {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/*
@media screen and (max-width:1200px) {
	.btn {
		a {
			padding:1.5rem 1.5rem;
		}
	}
}
@media screen and (max-width:991px) {
	.btn {
		a {
			padding:1.5rem 2rem;
		}
	}
}
@media screen and (max-width:768px) {
  .area-how-to-sell .btn {
    padding-left:0rem!important;
    padding-right:0rem!important;
  }
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.10);
  transform: scale(1.10);
}
*/
/* Forward */
/*
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
*/
nav {
  margin: 10px 0;
  width: 1200px;
}
nav ul {
  width: 1200px;
  display: flex;
  justify-content: center;
}
nav li {
  font-size: 16px;
  padding: 0 40px;
}
nav li.active a, header li.active a {
  opacity:.6;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  nav {
  	/*padding-left:20px;
  	.menu:nth-of-type(n+3) {
	    padding-left:31px;
	  }*/
  }
}
@media screen and (max-width: 991px) {
  nav, header {
    display: none;
    visibility: hidden;
    width: 100%;
    height: 0;
  }
}
.main-visual {
  position: relative;
}

@media screen and (max-width: 768px) {
  /*.area-blog {
    padding: 0 30px;
    img {
      margin-bottom:20px;
    }
  }*/
}
@media screen and (max-width: 576px) {
  /*.area-blog {
    border-top:2px solid #eee;
    padding-top:50px!important;
  }
  .area-blog .mt-15 {
    margin:0;
  }*/
  .area-blog .block {
    margin-bottom: 15px;
  }

  .area-blog .block:last-child {
    margin-bottom: 0px;
  }
}
h1 {
  text-align: center;
  font-size: 16px;
  margin-top: 50px;
  line-height: 1.75;
  font-weight:300;
}

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

}
 /*
.area-banner {
	a {
		transition: 0.3s ease-in-out;
		&:hover, :focus, :active, :visited, :link {
			opacity: .3;
		}
	}
	p {
     	display:none;
     	visibility:hidden;
	}
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.85rem 1rem 0.75rem;
  margin-bottom: 1rem;
  list-style: none;
  background: #fff;
  border-radius: none;
  border-bottom: 1px solid #ccc;
  font-size:0.875rem;
  font-weight:300;
  img {
  	width:50px;
  	margin-top:0px;
  }
}
*/
/* ------------------------------------------------- *
 *        footer-module
 * ------------------------------------------------- */
.btns-footer {
  position: fixed;
  z-index: 9900;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -100px;
  width: 90%;
  /*ul {
		list-style-type: none;
		padding-left: 0;
	}

	li {
		&:first-child {
			writing-mode: vertical-rl;

		}
		&:last-child {
			margin-top:10px;
			line-height:1;
			text-align: center;
			.icon-arrow {
				font-size:1.375rem;
			}
		}

		a {
			display:block;
			color: #fff;
			text-decoration: none;
			&:hover, :focus, :active, :visited, :link {
				text-decoration: none;
				opacity:1.0;
			}
		}
	}
  */
}
.btns-footer .btn {
  padding: 10px 50px;
}

/*
.btn-footer {
	margin:auto;
	padding:15px 0px;
	font-size:1.0rem;
	font-weight:700;
	background:#fff;
	width: 60px;
	background:cornflowerblue;
}
*/
/*
.section-contact {
	margin:0 20px;
	background: #fff url('../../assets/imgs/bg-cta.png') repeat;

	h2 {
		display: inline-block;
		color:#fff;
		font-size: 1.625rem !important;
		font-weight: bold;
		line-height: 1.55 !important;
		background:#fff;
		padding:.4rem 1rem;
	}

	.parent-box-contact {
		display: flex;
		flex-wrap: wrap;
		padding: 0 5.0rem;

		.box-contact {
			border:3px solid #fff;
			background: #fff;
			flex: 1;
			.box-btn {
				display: block;
				width:100%;
			}
		}

		.box-l {
			margin-right:1.35rem;
			h4 {
				width: 100%;
				padding: 0 1.75rem;
				margin-top:1.55rem;
			}
			.btn-cta {
				padding:.75rem 1.75rem;
				font-weight:700;
			}
		}
		.box-r {
			margin-left:1.35rem;
			text-align:center!important;
			h3 {
				font-size:1.0rem;
				padding-bottom:.5rem;
			    margin: 0 auto;
			    border-bottom:2px solid #fff;
			    margin:.5rem 0 .5rem;
			}
			ul {
				width: 300px;
				margin:0 auto;
				list-style-type:none;
				text-align:left;
				padding:0;
				line-height:1.55;
				li {
					float:left;
					&:first-child {
						width:80px;
						margin-top:.75rem;
						//background: yellow;
					}
					&:last-child {
						font-size:1.875rem;
						font-weight:700;
						width:calc(100% - 80px);
					}
				}
			}
		}

	}
}
*/




.wrap {
  width:1200px;
  margin:0 auto;
}
ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
header {
  padding-bottom:10px;
  border-bottom:2px solid #d6d4d0;
  padding-top:15px;
}
header .logo {
  width:200px;
}
header ul {
  padding-top:17px;
}
header ul li {
  margin-right:15px;
}
header ul li:first-child {
  margin-right:0px;
}
/*header ul li:nth-child(4) {*/
header ul li:nth-child(2) {
  padding-right:30px;
}

header ul li:first-child {
  margin-right:0px;
}
header ul li:nth-child(2) {
  padding-right:0px;
}
header ul li:nth-child(4) {
  padding-right:30px;
}

@media screen and (max-width:991px) {
  .wrap {
    width:100%;
    margin:0 auto;
  }
}


#top .txt-main-visual {
  position:absolute;
  bottom:0;
  text-align:center;
  width:100%;
  background:rgba(241,237,226,0.4);
}
#top .txt-main-visual .font-e {
  opacity:1.0;
  font-size:48px;
  color:#716963;
  padding:10px 0;
  font-weight:700;
  letter-spacing:4px;
}
@media screen and (max-width: 576px) {
  #top .txt-main-visual .font-e {
    font-size:20px;
    letter-spacing:2px;
    padding:5px 0;
  }
}

#top h1 {
  margin-bottom:40px;
}
@media screen and (max-width:991px) {
  #top h1 {
    padding:0 15px;
    text-align:left;
  }
}










.area-blog {
  /*padding-left:10px;*/
  /*a {
    display: block;
  }*/
}
.area-blog a img {
  display: block;
  transition: 0.3s ease-in-out;
}
.area-blog a img:hover, .area-blog a img :focus, .area-blog a img :active, .area-blog a img :visited, .area-blog a img :link {
  opacity: .6;
}



#top h2 {
  text-align:center;
  font-size:22px;
}

dl, dt, dd {
  margin:0;
  padding:0;
}


#top .area-service {
  border-top:1px solid #d6d4d0;
  margin-top:50px;
  padding-top:40px;
}
#top .area-service dl {
  margin-top:40px;
}
#top .area-service dl dt {
  width:260px;
  float:left;
}
#top .area-service dl dt img {
  width:260px;
}
#top .area-service dl dt h3 {
  text-align:center;
  display:none;
  visibility:hidden;
}
#top .area-service dl dd {
  width:calc(100% - 260px);
  padding-left:40px;
  float:left;
}
#top .area-service dl dd h3 {
  font-size:18px;
  margin-top:15px;
}
#top .area-service dl dd p {
  font-size:16px;
  /*padding-left:40px;*/
  line-height:1.75;
  margin:20px 0 30px;
}
@media screen and (max-width:768px) {
  #top .area-service {
    padding-left: 20px;
    padding-right: 20px;
  }
  #top .area-service dl.sp {
    margin-top:70px;

  }
  #top .area-service dl dt {
    width:100%;
    float:none;
    text-align:center;

  }
  #top .area-service dl dt h3 {
    display:block;
    visibility:visible;
    margin-bottom:10px;
  }
  #top .area-service dl dd {
    width:100%;
    padding-left:0px;
    float:none;
    margin: 0;
  }
  #top .area-service dl dd .btn {
    width:100%!important;
  }
  #top .area-service dl dd h3 {
    text-align:center;
    diplay:none;
    visibility:hidden;
  }
  #top .area-service dl dd p {
    margin:-30px 0 20px;
  }
}

#top .area-shopinfo-child {
  margin-top:80px;
  background:#f1ede2;
  border-radius:14px;
  padding:20px 0 30px 0;
  text-align:center;
}
#top .area-shopinfo h2 {
  font-size:22px;
}
#top .area-shopinfo h2 span {
  display: none;
  visibility: hidden;
}
#top .area-shopinfo p, #top .area-shopinfo li {
  font-size:16px;f
}
#top .area-shopinfo ul {
  margin-top: 40px;
}
#top .area-shopinfo li {
  line-height:1.55;
}
#top .area-shopinfo li:nth-child(2) {
  padding:0 220px;
}
#top .area-shopinfo img {
  width:40px;
  margin-bottom:20px;
}
#top .area-shopinfo .flex {
  display: flex;
  justify-content: center;
}
#top .text-divider {
  display: flex;
  align-items: center;
  --text-divider-gap: 1rem;
  width:700px!important;
  margin:0 auto;
}
#top .text-divider::before,
#top .text-divider::after {
  content: '';
  height: 1px;
  background-color: #a09d97;
  flex-grow: 1;
}
#top .text-divider::before {
  margin-right: var(--text-divider-gap);
}
#top .text-divider::after {
  margin-left: var(--text-divider-gap);
}
@media screen and (max-width:991px) {
  #top .area-shopinfo {
    padding:0 15px;
  }
  #top .area-shopinfo li:nth-child(2) {
    padding:0 60px;
  }
}
@media screen and (max-width:768px) {
  #top .area-shopinfo h2 span {
    display:inline;
    visibility:visible;
  }
  #top .text-divider {
    width:90%!important;
  }
  #top .area-shopinfo .flex {
    display:block;
    justify-content: center;
  }
  #top .area-shopinfo li:nth-child(2) {
    padding:40px 0;
  }
}


#top .ethical {
  margin-top:80px;
  text-align:center;
}
#top .ethical img {
  width:100%;
  margin-bottom:20px;
}
#top .ethical p {
  font-size:16px;
  margin-top:20px;
}
#top .ethical .btn {
  margin-top:50px;
}
@media screen and (max-width:991px) {
  #top .ethical p {
    padding:0 15px;
  }
}

#top .news, #news .news {
  margin-top:80px;
  border-top:1px solid #d6d4d0;
  padding-top:40px;
}
#top .news ul, #news .news ul {
  margin:20px 0 50px 0;
}
#top .news li, #news .news li {
  width:calc(25% - 21px);
  float:left;
  margin:0 14px;
  margin-bottom:20px;
  text-align:center;
}
#top .news li:first-child, #news .news li:first-child {
  margin-left:0px;
}
#top .news li:last-child, #news .news li:last-child {
  margin-right:0px;
}

#news .news li:nth-child(4n) {
  margin-right:0px;
}
#news .news li:nth-child(5n) {
  margin-left:0px;
}


#top .news li img, #news .news img {
  width:100%;
  padding-bottom:10px;
}
#top .news li h3, #news .news h3 {
  font-size:18px;
  text-align:center;
  /*border-bottom:1px solid #302e2b;*/
  padding-bottom:4px;
  display:block;
  line-height:1.35;
  margin-bottom:20px;
}
#top .news li span, #news .news .parent-bodytxt span {
  font-size:16px;
  line-height:1.55;
  display:block;
  text-align:left;
}
#top .news li a, #news .news li a {
  display: block;
}
#top .news li .btn, #news .news .btn {
  width:100%!important;
  margin:20px 0;
}
#top .news li .card, #news .news li .card {
  text-align:left;
}
@media screen and (max-width:991px) {
  #top .news, #news .news {
    padding-left:15px;
    padding-right:15px;
  }
  #top .news li, #news .news li {
    width:calc(50% - 11px);
    margin:0px;
  }
  #top .news li:nth-child(odd), #news .news li:nth-child(odd) {
    margin-right:21px;
  }
  #top .news li:first-child, #top .news li:nth-child(2), #news .news li:nth-child(n + 2) {
    margin-bottom:16px;
  }
}


.box-child {
  margin-top:80px;
  background:#f1ede2;
  border-radius:14px;
  padding:40px 0 50px 0;
  text-align:center;
  font-size:16px;
}
.box-child h2 {
  font-size:22px;
}






#booking .txt-main-visual, #aboutus .txt-main-visual, #treatment .txt-main-visual, #news .txt-main-visual, #shop .txt-main-visual, #garden .txt-main-visual, #product .txt-main-visual, #herb-farm .txt-main-visual {
  position:absolute;
  bottom:0;
  text-align:center;
  width:100%;
  background:rgba(241,237,226,0.65);
  opacity:1.0;
  font-size:32px;
  color:#716963;
  padding:10px 0;
}



@media screen and (max-width: 576px) {
  #booking .txt-main-visual, #aboutus .txt-main-visual, #treatment .txt-main-visual, #news .txt-main-visual, #shop .txt-main-visual , #garden .txt-main-visual, #product .txt-main-visual, #herb-farm .txt-main-visual {
    font-size:20px;
    letter-spacing:2px;
    padding:5px 0;
  }
}

/*230225 add*/
#booking .box-child .flex {
  display: flex;
  justify-content: center;
}

#booking .area-message .box-child li p {
  font-size:16px;
  display:block;
  line-height:1;
  margin-top:5px;
  text-align:center;
}
#booking .area-message .bussines-hour {
  margin-top:25px;
  margin-bottom:20px;
  font-size:16px;
  font-weight:bold;
}

@media screen and (max-width:768px) {
  #booking .box-child .flex {
    display:block!important;
    justify-content: center;
    width:100%;
  }
  #booking .box-child .icons li {
    width:50%!important;
    float:left;
  }
}
/*ここまで*/

#booking .box-child ul.shop-info {
  margin-top:20px;
  margin-bottom:30px;
}
#booking .box-child ul.shop-info li {
  line-height:1.55;
  width:170px;
  height:136px;
  background:url('../../assets/imgs/icon-booking1.png') no-repeat;
  padding-top:50px;
}
#booking .box-child ul.shop-info li:nth-child(2) {
  margin:0 70px;
}

#booking .box-parent {
  width:880px;
  margin:0 auto;
}
#booking .area-message .box-child {
  padding-left:30px;
  padding-right:30px;
}
#booking .area-message .icons li {
  background:none;
  width:auto;
  height:auto;
  padding-top:20px;
  font-size:26px;
  margin:0 35px;
}
@media screen and (max-width:768px) {
  #booking .box-child .flex {
    display:block!important;
    justify-content: center;
    width:100%;
  }
  #booking .box-child .icons li {
    width:50%!important;
    margin:0px;
    float:left;
    margin-bottom:30px;
  }
}

/*
#booking .area-message li:nth-child(2) {
  margin:0 40px;
}
*/
#booking .area-message h3 {
  text-align:left;
  border-bottom:1px solid #a09d97;
  margin-top:80px;
}
#booking .area-message p {
  margin-top:20px;
}
#booking .area-message p, #booking .area-message ul.message {
  text-align:left;
}
#booking .area-message ul.message {
  padding:0;
  margin:0;
  padding-left:40px;
  margin-top:20px;
  background:#fcfbf9;
  padding-bottom:20px;
  border-radius: 10px;
  font-weight:bold;
  padding-right:15px;
}
#booking .area-message ul.message span {
  font-weight:normal;
}
#booking .area-message ul.message li {
  list-style-type:decimal;
  font-size:16px!important;
  margin-bottom:0px!important;
  line-height: 1.35!important;
  padding-top:20px;
  margin:0;
}
#booking .area-message ul.message li:last-child {
  margin-bottom:0px!important;
}
#booking .area-message ul.message li:nth-child(2) {
  margin:0px;
}
#booking .area-message .area-shopinfo-child {
  padding-top:20px!important;
  padding-bottom:40px!important;
}
#booking .home-massage .box-child {
  padding-left:30px;
  padding-right:30px;
}
#booking .home-massage h2 {
  margin-bottom:20px;
}
#booking .home-massage img {
  margin:30px 0;
}
#booking .text {
  text-align:center;
  display:block;
  margin:30px 0;
}
#booking .text p {
  text-align:left;
  display:inline-block;
}
#booking .home-massage ul {
  text-align:left;
}
#booking .home-massage .text-fin {
  margin-top:50px;
  margin-bottom:30px;
}

@media screen and (max-width:991px) {
  #booking .box-parent {
    width:100%;
    padding-left:20px;
    padding-right:20px;
  }
  #booking .area-message .box-child {
    padding-left:100px;
    padding-right:100px;
  }
  #booking .home-massage .box-child {
    padding-left:100px;
    padding-right:100px;
  }
}
@media screen and (max-width:768px) {
  #booking .box-child .flex {
    display: block;
    justify-content: center;
  }
  #booking .area-message .box-child .flex {
    display: flex;
    justify-content: center;
  }
  #booking .box-child ul.shop-info {
    margin-top:20px;
    margin-bottom:30px;
  }
  #booking .box-child ul.shop-info li {
    line-height:1.55;
    width:170px;
    height:136px;
    padding-top:50px;
    margin: 0 auto;
  }
  #booking .box-child ul.shop-info li:nth-child(2) {
    margin: 0 auto;
    margin-top:20px;
    margin-bottom:20px;
  }
  #booking .area-message .box-child {
    padding-left:20px;
    padding-right:20px;
  }
  #booking .home-massage .box-child {
    padding-left:20px;
    padding-right:20px;
  }
}
@media screen and (max-width:768px) {
  #booking .box-child {
    margin-top:40px;
  }
}






#aboutus .lead {
  text-align:center;
  margin-top:80px;
}
@media screen and (max-width:576px) {
  #aboutus .lead {
    margin-top:40px;
    text-align:left;
    padding:0 20px;
  }
}


#aboutus .box-parent {
  width:880px;
  margin:0 auto;
}
/*#aboutus .area-value {
  padding:0;
  width:880px;
}*/
#aboutus .area-value .box-child {
  padding-left:30px;
  padding-right:30px;
}
#aboutus .area-value li {
  background:none;
  width:auto;
  height:auto;
  padding-top:20px;
  font-size:26px;
}
#aboutus .area-value ul.value {
  text-align:left;
}
#aboutus .area-value ul.value {
  padding:0;
  margin:0;
  margin-left:20px;
}
#aboutus .area-value ul.value li {
  list-style-type:decimal;
  font-size:16px!important;
  margin-bottom:0px!important;
  line-height: 1.35!important;
}
#aboutus .area-value ul.value li:last-child {
  margin-bottom:0px!important;
}
@media screen and (max-width:991px) {
  #aboutus .box-parent {
      padding-left:20px;
      padding-right:20px;
      width:100%;
    }
  }/*
  #aboutus .box1 .box-child {
    padding-left:20px;
    padding-right:20px;
  }
  #aboutus .area-value {
    width:100%;
    padding:0 20px;
  }
  #aboutus .area-value .box-child {
    padding-left:100px;
    padding-right:100px;
  }*/
}
@media screen and (max-width:576px) {
  /*#aboutus .area-value .box-child {
    padding-left:20px;
    padding-right:20px;
  }*/
}


#aboutus .box1 .box-child {
  padding-left:30px;
  padding-right:30px;
  padding-top:40px;
  padding-bottom:50px;
}
#aboutus .box1 .box-child div {
  float:left;
}
#aboutus .box1 .box-child div:first-child {
  width:250px;
  padding-right:50px;
  padding-top:20px;
}
#aboutus .box1 .box-child div:last-child {
  width:550px;
  text-align:left;
}
#aboutus .box1 h2 {
  text-align:center;
  font-family: 'Caveat', cursive;
  font-size:40px;
}
#aboutus .box1 p {
  margin-top:20px;
}
#aboutus .box1 .btn {
  margin-top:30px;
}

@media screen and (max-width:991px) {
  #aboutus .box1 {
    padding:0 20px;
  }
  #aboutus .box1 .box-child {
    padding-left:20px;
    padding-right:20px;
    padding-top:40px;
    padding-bottom:50px;
  }
  #aboutus .box1 .box-child div:last-child {
    width: calc(100% - 250px);
    text-align:left;
  }
}
@media screen and (max-width:768px) {
  #aboutus .box1 h2 {
    font-size:34px;
    line-height:1.35;
  }
  #aboutus .box1 .box-child div:first-child {
    width:200px;
    padding-right:20px;
  }
  #aboutus .box1 .box-child div:last-child {
    width: calc(100% - 200px);
    text-align:left;
  }
  #aboutus .box1 .btn {
    width:100%!important;
  }
}
@media screen and (max-width: 576px) {
  #aboutus .box1 h2 {
    font-size:28px;
  }
  #aboutus .box1 {
    padding:0 20px;
  }
  #aboutus .box1 .box-child div {
    float:none;
  }
  #aboutus .box1 .box-child div:first-child {
    width:100%;
    padding-right:0px;
    padding-top:0;
    padding-bottom:10px;
  }
  #aboutus .box1 .box-child div:first-child img {
    width:200px;
  }
  #aboutus .box1 .box-child div:last-child {
    width:100%;

  }
  #aboutus .box1 .btn {
    width:100%!important;
    margin:0 auto;
    margin-top:30px;
  }
}



#aboutus .msg5 {
  width:800px;
  margin:0 auto;
  margin-top:80px;
}
#aboutus .msg5 ul {
  margin-top:30px;
  list-style-type: none;
  padding-left: 0;
}
#aboutus .msg5 ul li {
  width: 200px;
  height: 100px;
  padding:0px;
  margin: 10px;
}
#aboutus .msg5 .flex {
  display: flex;
  justify-content: center;
}
#aboutus .msg5 .ellipse{
  width: 200px;
  height: 100px;
  background:#dfd9c3;
  -moz-border-radius: 100px / 50px;
  -webkit-border-radius: 100px / 50px;
  border-radius: 100px / 50px;
  text-align:center;
  line-height:100px;
}
#aboutus .msg5 .img {
  text-align:center;
  margin-top:60px;
}
#aboutus .msg5 img {
  width:100px;
}
@media screen and (max-width:768px) {
  #aboutus .msg5 {
    width:100%;
    margin:0 auto;
    margin-top:30px;
    padding:0 20px;
  }
  #aboutus .msg5 ul {
    margin-top:20px;
  }
  #aboutus .msg5 ul li {
    width: 160px;
    height: 80px;
    padding:0px;
    margin: 0 5px;
  }
  #aboutus .msg5 .ellipse{
    width: 160px;
    height: 80px;
    line-height:80px;
  }
}
@media screen and (max-width:576px) {
  #aboutus .msg5 ul li {
    width: 90px;
    height: 45px;
    padding:0px;
    margin: 0 1px;
  }
  #aboutus .msg5 .ellipse{
    width: 90px;
    height: 45px;
    font-size:12px;
    line-height:1.25;
    padding-top:8px;
  }
  #aboutus .msg5 .img {
    margin-top:80px;
  }
  #aboutus .msg5 img {
    width:80px;
  }
}



#aboutus .mission {
  margin-top:80px;
}
#aboutus .mission .box {
  background:#f1ede2;
  border-radius:14px;
  padding:30px 0 40px 0;
  text-align:center;
  font-size:16px;
}
#aboutus .mission ul.flex {
  display:flex;
  justify-content:center;
}
#aboutus .mission ul.flex li {
  width:360px;
}
#aboutus .mission ul.flex li:first-child {
  margin-right:20px;
}
#aboutus .mission ul.flex li:last-child {
  margin-left:20px;
}
#aboutus .mission .box h2 {
  border-bottom:1px solid #a09d97;
  width:70%;
  margin:0 auto;
  font-weight:normal;
  font-size:20px;
  margin-bottom:20px;
  padding-bottom:10px;
}
#aboutus .mission .box h3 {
  height:55px;
  line-height:1.35;
  margin-bottom:20px;
}
#aboutus .mission .box.line1 h3 {
  padding-top:13px;
}

@media screen and (max-width:991px) {
  #aboutus .mission ul.flex li:first-child {
    margin-right:10px;
  }
  #aboutus .mission ul.flex li:last-child {
    margin-left:10px;
  }
}
@media screen and (max-width:768px) {
  #aboutus .mission {
    padding:0 20px;
  }
  #aboutus .mission ul.flex {
    display:block;
    text-align: center;
  }
  #aboutus .mission ul.flex li:first-child {
    margin-right:0px;
  }
  #aboutus .mission ul.flex li:last-child {
    margin-left:0px;
    margin-top:20px;
  }
  #aboutus .mission ul.flex li {
    width:100%;
    display: block;
    margin: 0 auto;
  }
}




#aboutus .sdgs .box-child {
  padding-left:30px;
  padding-right:30px;
}
#aboutus .sdgs .box-child p {
  text-align:left;
  margin-top:20px;
}

#aboutus .sdgs ul {
  margin-top:50px;
  list-style-type: none;
  padding-left: 0;
}
#aboutus .sdgs ul li {
  width: 72px;
  height: 72px;
  padding:0px;
  margin: 10px;
}
#aboutus .sdgs ul li img {
  width:100%;
}
#aboutus .sdgs .flex {
  display: flex;
  justify-content: center;
}
#aboutus .flex1 li:first-child {
  margin-right:25px!important;
}
#aboutus .flex2 li:first-child {
  width: 144px!important;
  margin-right:25px!important;
}
@media screen and (max-width:991px) {
  #aboutus .sdgs {
    padding:0 20px;
  }
  #aboutus .sdgs .box-child {
    padding-left:100px;
    padding-right:100px;
  }
}
@media screen and (max-width:768px) {
  #aboutus .sdgs .box-child {
    padding-left:30px;
    padding-right:30px;
  }
  #aboutus .sdgs ul li {
    width: 72px;
    height: 72px;
    padding:0px;
    margin: 3px;
  }
  #aboutus .flex1 li:first-child {
    margin-right:15px!important;
  }
  #aboutus .flex2 li:first-child {
    margin-right:15px!important;
  }
}




#treatment h2 {
  text-align:center;
  margin-top:80px;
  font-size:26px;
}
#treatment .treatment-first-box h2 {
  margin-top:0;
  font-size:22px;
}
#treatment .treatment-first-box ul {
  width:100%;
  margin-top:40px;
}
#treatment .treatment-first-box ul li:first-child {
  float:left;
  width:40%;
}
#treatment .treatment-first-box ul li:last-child {
  float:left;
  width:60%;
}
#treatment .treatment-first-box ul li:last-child h3 {
  font-size:18px;
  margin:0;
}
#treatment .treatment-first-box ul li:last-child p {
  margin-top:20px;
}
#treatment .box-parent img {
  width:100%important;
  height:auto!important;
}

#treatment .box-child-treatment {
  margin-top:30px!important;
}
#treatment .box-parent {
  width:880px;
  margin:0 auto;
}
#treatment .box-child {
  padding-left:30px;
  padding-right:30px;
}
#treatment .box-child h3 {
  border-bottom:1px solid #a09d97;
  display:inline-block;
  padding:0 20px;
  font-size:22px;
}
#treatment .box-child p {
  margin-top:40px;
  text-align:left;
  padding-left:20px;
}
#treatment .box-child .btn {
  margin-top: 30px;
}
@media screen and (max-width:991px) {
  #treatment .box-parent {
    padding-left:20px;
    padding-right:20px;
    width:100%;
  }
}
@media screen and (max-width:768px) {
  #treatment .treatment-first-box ul li:last-child {
    text-align:left;
  }
  #treatment .box-child h3 {
    padding-left:0;
    padding-right:0;
    margin-left:20px!important;
    margin-rightt:20px!important;
  }
}
@media screen and (max-width:576px) {
  #treatment .box-child {
    padding-left:10px;
    padding-right:20px;
  }
  /*#treatment .form-row {
    margin-right: 0px;
    margin-left: 0px; }
    .form-row > .col,
    .form-row > [class*="col-"] {
      padding-right: 0px;
      padding-left: 0px;
    }*/
  #treatment .treatment-first-box ul li:first-child {
    float:left;
  }
  #treatment .treatment-first-box ul li:last-child {
    float:left;
  }
  #treatment .box-child h3 {
    margin-left:10px!important;
  }
  #treatment .box-child p {
    margin-top:40px;
    padding-left:10px;
  }
  #treatment .box-parent img {
    height:auto!important;
  }
  #treatment .box-child-treatment h3 {
    line-height:1.35;
  }
}



/*タイ古式*/
#treatment .flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#treatment .tit-page {
  /*background:rgba(241,237,226,1.0);*/
  background:#dfd9c3;
  font-size:32px;
  color:#716963;
}
#treatment h2.border-b {
  border-bottom:1px solid #a09d97;
  font-size:22px;
  margin-top:-20px;
}
#treatment .treatment-page-box {
  border-bottom:1px solid #a09d97;
  padding-bottom:50px;
  margin-top:10px;
}
#treatment .no_border {
  border-bottom:none!important;
  padding-bottom:0px!important;
}
#treatment .treatment-page-box ul li:first-child {
  width:22%;
}
#treatment .treatment-page-box ul li:last-child {
  width:78%;
}
#treatment .treatment-page-box ul li:last-child h3 {
  border-bottom:none;
  font-size:20px;
}
#treatment .treatment-page-box ul li:last-child p {
  margin-top:15px;
}
#treatment .box-parent-page .first-block {
  width:700px;
  margin:auto;
  overflow:hidden;
  margin-top:50px;
}
#treatment .box-parent-page .first-block .block1 {
  float:left; width:250px;
}
#treatment .box-parent-page .first-block .block2 {
  float:left; width:450px; text-align:center;
}
#treatment .box-parent-page .first-block .block2 .tit {
  margin-bottom:20px; font-size:18px; font-weight:bold;
}
#treatment .img-plant {
  text-align:center; margin-top:65px; margin-bottom:-20px;
}
#treatment .img-plant img {
  width:35px;
}
#treatment .txt-price {
  display:block; text-align:right!important;
}
#treatment .menu-time {
  text-align:left; margin-top:30px; margin-bottom:20px; font-size:20px;
}
#treatment .menu-list-parent {
  width:100%; margin-left:30px;
}
#treatment .menu-list1 {
  float:left; text-align:left; width:570px;
}
#treatment .menu-list2 {
  float:left; text-align:right; width:180px;
}

@media screen and (max-width:768px) {
  #treatment .padding_control {
    padding-left:20px;
    padding-right:20px;
  }
  #treatment .tit-page {
    font-size:20px;
    letter-spacing:2px;
    padding:5px 0;
  }
  #treatment .box-parent-page .first-block {
    width:100%;
  }
  #treatment .box-parent-page .first-block .block1 {
    float:none;
    width:100%;
    margin-bottom:20px;
    text-align:center;
  }
  #treatment .box-parent-page .first-block .block2 {
    float:none; width:100%; text-align:center;
  }
  #treatment .box-parent-page .first-block .block1 img {
    width:200px;
  }
  #treatment .treatment-page-box {
    padding-bottom:30px;
    margin-top:0px;
  }

  #treatment .treatment-page-box ul li:first-child {
    width:100%;
    text-align:center;
  }
  #treatment .treatment-page-box ul li:last-child {
    width:100%;
    text-align:center;
  }
  #treatment .treatment-page-box ul li:first-child img {
    width:200px;
    margin-bottom:10px;
  }
  #treatment .txt-price {
    text-align:left!important;
  }
  #treatment .menu-list-parent {
    margin-left:0px;
    padding-left:10px;
    padding-right:10px;
  }
  #treatment .menu-list1 {
    float:none; text-align:left; width:100%;
  }
  #treatment .menu-list2 {
    float:none; text-align:left; width:100%;
    margin-bottom:10px;
  }
  #treatment .menu-time {
    padding-left:10px;
    padding-right:10px;
  }
}

/*スパ*/
#treatment .setmenu-box {
  border-bottom:1px solid #a09d97;
  padding-bottom:20px;
}
#treatment .setmenu-box p {
  margin:0!important;
  padding:0!important;
  margin-bottom:10px!important;
}
#treatment .setmenu-box .menu-time span {
  font-size:17px;
  display:block;
  line-height:1.35!important;
  margin-top:5px;
  opacity:.65;
}
@media screen and (max-width: 576px) {
  #treatment .setmenu-box p {
    padding-left:10px!important;
    padding-right:10px!important;
  }
}

/*オリジナルスパ*/
#treatment .box-treatment-original {
  padding-top:30px;
}
#treatment .box-treatment-original p {
  margin-top:20px!important;
}
#treatment .box-treatment-original p.last-child {
  margin-bottom: 30px;
}
#treatment .box-treatment-original p.price {
  text-align:center;
  border-bottom:1px solid #302e2b;
  display:inline;
  padding-left:0!important;
}
#treatment .box-treatment-original p.coupon {
  text-align:center;
}
@media screen and (max-width:991px) {
  #treatment .box-treatment-original {
    margin-top:20px;
  }
}

#treatment .recommend h2 {
  margin-top:30px!important;
  margin-bottom:10px!important;
}
#treatment .recommend p {
  text-align:center;
}
#treatment .recommend ul {
  list-style-type: none;
  padding-left: 0;
}
#treatment .recommend li {
  width: 200px;
  height: 200px;
  /*margin: 10px;*/
}
#treatment .recommend .float {
  width:660px;
  margin:auto;
  overflow:hidden;
  margin-top:30px;
}
#treatment .recommend .float li {
  float: left;
}
#treatment .recommend .float li:first-child {
  margin-right: 30px;
}
#treatment .recommend .float li:last-child {
  margin-left: 30px;
}

@media screen and (max-width:991px) {
  #treatment .recommend li {
    width:30%;
    height:30%;
    /*margin: 10px;*/
  }
  #treatment .recommend .float li:first-child {
    margin-right:5%;
  }
  #treatment .recommend .float li:last-child {
    margin-left:5%;
  }
  #treatment .recommend .float {
    width:100%;
    /*margin-top:30px;*/
  }
}
#treatment .tit-page-not-first {
  margin-top:150px;
  text-align:center;
}


/*店舗*/
#shop .lead-text {
  text-align:center;
  margin-top:50px;
}




footer {
  text-align:center;
  margin-top:80px;
  border-top:1px solid #d6d4d0;
  padding:40px 0;
}
footer h2 {
  color:#6a655f;
  letter-spacing:4px;
  font-size:18px!important;
  font-weight:300!important;
  margin-bottom:15px;
}
footer .flex {
  display:flex;
  justify-content:center;
  color:#777776;
  font-size:20px;
}
footer .flex li {
  padding: 0 10px;
}
@media screen and (max-width: 576px) {
  footer h2 {
    letter-spacing:3px;
    font-size:16px;
    margin-bottom:10px;
  }
}



.block-menu-btn {
  background: #f8f7f3;
  position: fixed;
  z-index: 9998;
  width: 100%;
  height: auto;
  padding: 0px 0px 0px 0rem;
  height: 50px;
  top: 0;
}
.block-menu-btn .logo {
  /*float: left;
  text-align: center;
  width: calc(100% - 70px - 70px);
  padding-top: 2px;
  font-weight: bold;
  font-size: 20px;
  padding:0.25rem 0px 0px 0px;
  margin-left:-310px;*/
}
.block-menu-btn .logo img {
  width: 100px !important;
}
.block-menu-btn .menu-btn {
  /*width: 70px;
  float: left;
  padding-top: 7px;*/
  /*padding-left: 1.2rem;*/
}
.block-menu-btn .menu-btn p {
  font-size: 10px;
  font-weight: 700;
  /*margin-top: -9px;
  margin-left: -3px;*/
  color: #484741;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 28px;
  height: 23px;
  margin-top:4px;
  transform: scale(0.8);
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #484741;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.burger-navi .overlay a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.burger-navi .overlay {
  padding-top: 50px;
  position: fixed;
  top: 0;
  z-index: 9990;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #f8f7f3;
}

.burger-navi .menu {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  border-top: 1px solid #d6d4d0;
}
.burger-navi .menu .nav-sp {
  border-bottom: 1px solid #d6d4d0;
  width: 100%;
  padding-top:18px;
  padding-bottom:18px;
  padding-left: 1.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-webkit-align-items: center;
  align-items: center;
}
.burger-navi .menu .nav-sp div {
  flex: 2;
  white-space: nowrap;
}
.burger-navi .menu .nav-sp .ar {
  font-size: 1.55rem;
  padding-right: 1.5rem;
  flex: 1;
}
.burger-navi .menu a.btn-sp-contact {
  color: #fff;
}
.burger-navi .menu .btn-sp-contact {
  padding: 1.5rem 3rem;
}
.burger-navi .menu .nav-lang {
  padding-bottom: 1.5rem;
}
.burger-navi .fa-chevron-right {
  font-size:16px;
  padding-top:2px;
}

.burger-navi a {
  color: #01030a;
}










/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
  clear: both;
  font-family: 'Gentium Plus', serif;
  font-size:19px;
}

.wp-pagenavi a {
  text-decoration: none;
  /*border: 1px solid #BFBFBF;*/
  padding: 3px 5px;
  margin: 2px;
  opacity:.6;
  border:none!important;
}
.wp-pagenavi span {
  border:none!important;
  margin:0!important;
  paddig:0!important;
  padding-right:1!important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border:none!important;
}

.wp-pagenavi span.current {
  font-weight: bold;
}





/*cookie control*/
.overlaycookie{display:none;position:fixed;z-index:9998;height:70px;width:100%;color:#fff;bottom:0;background:white;}
.btn_area{position:absolute;color:#fff;z-index:9999;background:rgba(0,0,0,0.8);height:100%;width:100%;}
.btn_area_child{width:900px;margin:0 auto!important;padding-top:17px;}
.btn_area_child div{float:left;line-height:1.35;font-size:15px;}
.btn_area_child div:first-child{width:780px;}
.btn_area_child div:last-child{width:calc(100% - 780px)!important;}
.btn_area_child div a{color:#fff!important;text-decoration:underline;}
.btn_area_child div:last-child{padding-left:35px;margin-top:-8px;}
.btn_area button{display:block;margin:0 auto;}
.btn_area button.btn{padding:10px 15px;color:black;border-color:#fff;border:none;margin-top:5px;background:#ded9c5!important; width:80px!important;}
.btn_area button.btn:hover{text-decoration:underline;}
@media (max-width: 576px) {
  .overlaycookie{height:190px;}
  .btn_area_child{width:100%;padding-top:17px;}
  .btn_area_child div:first-child{width:100%;}
  .btn_area_child div:last-child{width:100%;}
  .btn_area_child div{float:none;line-height:1.55;width:100%;padding:0 15px;}
  .btn_area_child div:last-child{padding-left:15px;margin-top:15px;}
  .btn_area button.btn{width:250px!important;}
}

/* 問い合わせのコピーボタン */
.copy_btn {
  margin-bottom:30px;
  padding: 15px 15px;
  color:#484742;
  background:#ded9c5;
  border-radius: 5px;
  transition: .4s;
  display:block;
  width:230px;
  text-align:center;
}
.copy_btn:hover {
  background:#e5e1d1;
  color:#484742;
}
.copy_btn:hover {
  cursor: pointer;
}


/* スパページに表示するプロモーション情報 */
.promotion-info {
    text-align:center;
    margin-top:50px;
    background:#f6f0e3;
    border-radius:10px;
    padding:30px 60px;
    display:inline-block;
    font-size:16px;
  }
  .promotion-info .tit-promotion {
    font-weight:bold;
  }
  @media screen and (max-width:991px) {
    .promotion-info {
      margin-top:50px;
      padding:20px 0px;
      display:inline-block;
      width:100%;
      font-size:15px;
    }
  }