html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #3d3c3b;
  letter-spacing: .06em;
  font-family: 'EB Garamond','Noto Serif JP', serif;
  overflow-x: hidden;
}
::selection {
  background: #e88e4f;
}
body.fixed {
  position: fixed;
  left: 0;
}
h1, h2, h3, h4, h5, p {
  margin: 0;
}
h2 {
  font-size: 4.6rem;
  margin-bottom: 30px;
  font-weight: normal;
  letter-spacing: .08em;
}
img {
  vertical-align: bottom;
}

/* HEADER */
header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  margin-top: 20px;
}

/* ▼sticky header */
.header.fixed {
  height: 60px;
  position: fixed;
  background-color: #3d3c3b;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  transition: .3s;
  z-index: 9999;
}
.header.fixed h1 img {
  height: 40px;
  vertical-align: baseline;
  margin-top: 8px;
}
/* ▲sticky header */

.header-inn {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header-inn ul {
  display: flex;
}

.header-inn li {
  list-style: none;
  color: #fff;
  letter-spacing: .08em;
  margin-right: 20px;
}

.header-inn li:last-of-type {
  margin-right: 0;
}

.header-inn li a {
  color: #fff;
  text-decoration: none;
}

.header-inn li a:hover {
  opacity: .5;
  transition: .3s;
}
.header-inn li img {
  width: 30px;
  padding-bottom: 3px;
}
.header-inn li img:hover {
  opacity: .9;
  transition: .3s;
}

.cp_cont {
  display: none;
}

.maincopy h1 {
  position: absolute;
  content: '';
  top: 30%;
  left: 10%;
  text-align: left;
  font-size: 3.2rem;
  color: #fff;
}
.maincopy h1::after {
  background: linear-gradient(transparent 1%, #e88e4f 0%);
  opacity: .9;
}

/* MAIN-IMG */
.mainimg img {
  width: 100%;
}


@keyframes fadeIn { 

  0% {opacity: 0; transform: translateY(100px);} 
  100% {opacity: 1} 

}
.mainimg_sp {
  display: none;
}

/* cov */
.cov {
  background-color: #faf4ee;
  padding: 90px 0 100px;
}

.cov-inn {
  width: 80%;
  margin: 0 auto;
}

.cov-inn h2 {
  font-size: 2.2rem;
  text-align: center;
}

.cov-inn p.copy {
  text-align: center;
  margin-bottom: 30px;
}

.cov-inn h3 {
  text-align: center;
  font-size: 2.2rem;
  color: #e88e4f;
  margin-bottom: 20px;
}

.cov-inn .measures-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.cov-inn .measures-wrap::after{
  content:"";
  display: block;
  width:31%;
}

.cov-inn .measures-wrap .measures {
  width: 31%;
  background-color: #fff;
  padding: 0 30px 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.cov-inn .measures-wrap .measures h4 {
  font-size: 2rem;
  text-align: center;
  position: relative;
  margin: 30px 0 50px 0;

}

.cov-inn .measures-wrap .measures h4::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -22px;
  display: inline-block;
  width: 60px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e88e4f;
}

.cov-inn .measures-wrap .measures p {
  text-align: justify;
  font-size: 1.4rem;
}

.cov-inn p.copy2 {
  text-align: center;
}

/* CONCEPT */
.concept {
  padding-top: 90px;
  margin-bottom: 100px;
}

.concept-inn {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.concept-inn .left {
  width: 50%;
}

.concept-inn .left h2 {
  text-align: left;
}

.concept-inn p.lead {
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.concept-inn p.lead2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.concept-inn p.txt {
  text-align: justify;
}
.concept-inn p.txt_en {
  text-align: justify;
  font-size: 1.8rem;
}

.concept-inn .right {
  width: 45%;
  margin-top: 10px;
}

.concept-inn .right img {
  width: 100%;
}

/* FEATURES */
.features {
  background-color: #faf4ee;
  padding: 90px 0 100px;
  margin-bottom: 100px;
}

.features-inn {
  width: 60%;
  margin: 0 auto;
}

.features-inn h2 {
  text-align: center;
}

.features-inn p {
  text-align: justify;
}
.features-inn p.eng {
  text-align: justify;
  font-size: 1.8rem;
}


.features-inn p.top {
  margin-bottom: 20px;
}

/* ページ内リンクpricelist用 */
.menu-inn > h2::before {
  content: "";
  display: block;
  height: 10rem;
  margin-top: -10rem;
  visibility: hidden;
}
/* plicelist */
.menu-inn {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.menu-inn h2 {
  text-align: center;
}
.menu-inn p.taxinclude {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 30px;
}
.menu-inn .price-wrap {
  width: 100%;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
}
.menu-inn .price-wrap h3 {
  font-size: 2.6rem;
  font-weight: normal;
  letter-spacing: .1em;
  background: #faf4ee;
  border-bottom: 2px solid #e88e4f;
  margin-bottom: 20px;
  padding: 3px 0 3px 12px;
}
.menu-inn .price-wrap h4 {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .1em;
  background: #faf4ee;
  margin-bottom: 10px;
  padding: 3px 0 3px 12px;
}
.menu-inn .price-wrap h5 {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .1em;
}
.menu-inn .price-wrap p {
  margin-bottom: 10px;
  text-align: justify;
}
.menu-inn .price-wrap .mb20 {
  margin-bottom: 20px;
}
.menu-inn .price-wrap .mb40 {
  margin-bottom: 40px;
}
.price-wrap .hspa,
.price-wrap .cut,
.price-wrap .colour,
.price-wrap .perm {
  margin-bottom: 80px;
}
.menu-inn .price-wrap table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.menu-inn .price-wrap table th {
  font-size: 1.6rem;
  font-weight: normal;
  width: 70%;
  background: #f7f7f7;
  text-align: left;
  padding: 3px 3px 3px 10px;
}
.menu-inn .price-wrap table td {
  font-size: 1.6rem;
  width: 30%;
  background: #f7f7f7;
  text-align: right;
  padding: 3px 10px 3px 3px;
}
.price-wrap .price-wrap-left {
  width: 48%;
}
.price-wrap .price-wrap-right {
  width: 48%;
}
.menu-inn .consultation {
  background: #faf4ee;
  padding: 20px;
}
.menu-inn .consultation .consul-inn {
  background: #fff;
  padding: 20px 40px;
}
.menu-inn .consultation .consul-inn h4 {
  text-align: center;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.menu-inn .consultation .consul-inn p {
  text-align: center;
  margin-bottom: 10px;
}
.menu-inn .consultation .consul-inn p.consulprice {
  background: #f7f7f7;
  margin-bottom: 0;
}

/* ページ内リンクSTAFF用 */
.staff-inn > h2::before {
  content: "";
  display: block;
  height: 10rem;
  margin-top: -7rem;
  visibility: hidden;
}

/* STAFF */
.staff {
  background-image: url(../img/bg_staff.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 90px;
  padding: 70px 0 90px;
}

.staff-inn {
  width: 80%;
  margin: 0 auto;
}

.staff-inn h2 {
  text-align: center;
}

.staff-inn p {
  text-align: justify;
}

.staff-inn p.lead {
  margin-bottom: 40px;
  text-align: center;
}

.staff-inn .prof-wrapp {
  display: flex;
  justify-content: space-between;
}

.staff-inn .prof-wrapp .prof {
  width: 48%;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
}

.staff-inn .prof-wrapp .prof h3 {
  font-size: 2rem;
  letter-spacing: .15em;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}

.staff-inn .prof-wrapp .prof h3:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}

/* ページ内リンクACCESS用 */
.access-inn > h2::before {
  content: "";
  display: block;
  height: 10rem;
  margin-top: -10rem;
  visibility: hidden;
}

/* ACCESS */

.access-inn {
  width: 80%;
  margin: 0 auto;
}

.access-inn h2,
.access-inn p {
  text-align: center;
}

.access-inn p {
  margin-bottom: 10px;
}

.access-inn a {
  color: #3d3c3b;
  text-decoration: underline;  
}

.access-inn a:hover {
  opacity: .5;
  transition: .3s;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 35%;
  z-index: 1;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* garelly */
.garelly {
  width: 100%;
  display: flex;
}

.garelly .img-wrap {
  width: 25%;
  overflow: hidden;
  cursor: pointer;
}

.garelly .img-wrap img {
  width: 100%;
  transition-duration: 0.3s;
}

.garelly .img-wrap img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

/* contact */

.contact {
  width: 100%;
  padding: 100px 0 60px;
  background-color: #faf4ee;
}

.contact .privacy {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 20px;
}
.contact .privacy a {
  color: #3d3c3b;
  text-decoration: none;
}
.contact-inn {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.contact-inn .info {
  width: 40%;
  margin-right: 60px;
  padding: 60px;
  background-color: #fff;
  box-sizing: border-box;
}

.contact-inn .info h3,
.contact-inn .mail h3 {
  margin-bottom: 10px;
}

.contact-inn address {
  margin-bottom: 8px;
}

.contact-inn address span {
  font-size: 3.6rem;
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
  margin-right: 20px;
}
.contact-inn .mail {
  width: 40%;
  background-color: #fff;
  padding: 60px;
  box-sizing: border-box;
}
.contact-inn .mail .book {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #3d3c3b;
  text-decoration: none;
  padding: 6px 0;
  border: 1px solid #3d3c3b;
  position: relative;
}
.contact-inn .mail .book::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  z-index: -1;
  background: #3d3c3b;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .5s;
}
.contact-inn .mail .book:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.contact-inn .mail .book:hover {
  color: #fff;
  z-index: 999;
}
.contact-inn .mail p.small {
  font-size: 1.2rem;
  margin-top: 15px;
}
.contact-inn .mail p.small_en {
  font-size: 1.6rem;
  margin-top: 15px;
}

/* FOOTER-INFO */
.footer-info {
  width: 80%;
  margin: 100px auto 40px;
  text-align: center;
}

.footer-info h2 {
  font-size: 1.6rem;
  margin: 60px 0 5px;
}
.footer-info .sns {
  margin: 20px 0 80px;
}
.footer-info .sns img {
  width: 30px;
  margin: 0 0 0 20px;
}
.footer-info .lang_pp img {
  margin: 0 0 0 15px;
}

/* FOOTER */
footer {
  background-color: #3d3c3b;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 14px 0 10px;
}


/* 予約する */
.book p {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  background-color: #e88e4f;
  color: #fff;
  padding: 20px 10px;
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  cursor: pointer;
}

_::-webkit-full-page-media, _:future, :root .book p {
  right: 1.4%;
}

.book p a {
  color: #fff;
  text-decoration: none;
}

/* ページの先頭へ */
#ptop {
  width: 45px;
  height: 45px;
  background-color: #3d3c3b;
  position: fixed;
  bottom: 55px;
  right: 30px;
  border-radius: 30px;
  text-align: center;
  z-index: 999;
}

/* ローディング */
.intro {
	background: #e88e4f;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
  text-align: center;
}
.intro p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 390px;
}
.intro p img {
  width: 280px;
}

/* ========== PRIVACY POLICY ========== */
.mainimg_pp {
  width: 100%;
  background-color: #e88e4f;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.mainimg_pp img {
  width: 50%;
}
.mainimg_pp h1.pp_lead {
  padding: 0 140px;
  font-size: 1.8rem;
  line-height: 2;
  color: #fff;
  animation: fadeIn .8s linear 1 normal;
}


.privacypolicy {
  margin: 100px 0;
}
.privacy-inn {
  width: 70%;
  margin: 0 auto;
}
.privacy-inn .pp_detail {
  margin-bottom: 45px;
}
.privacy-inn .pp_detail h3 {
  font-size: 2rem;
  margin-bottom: 5px;
}
.privacy-inn .pp_detail h3:nth-child(1) {
  margin-top: 20px;
}
.privacy-inn .pp_detail ul {
  padding-left: 0;
}
.privacy-inn .pp_detail li {
  list-style: none;
}

/* ===================================== */

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

/* MENU_sp */
.menu-inn p {
  text-align: center;
}

.menu-inn .price {
  display: block;
}

.menu-inn .price table {
  width: 100%;
  margin: 0 auto 20px;
  border-collapse: collapse;
}

/* Contact_sp */

.contact-inn .info-wrapp {
  display: block;
}

.contact-inn .info-wrapp .info {
  width: 100%;
}

.contact-inn .info-wrapp .sns {
  width: 100%;
}

}


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

/* HEADER_sp */

.header-inn ul {
  display: none;
}

.cp_cont {
  display: block;
  z-index: 9999;
}

/* menu */
.cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #3d3c3b;
  opacity: 0.8;
}

.cp_menu ul {
  width: 70%;
	margin: 120px auto 0;
  padding: 0;
  display: block;

}
.cp_menu li {
  list-style: none;
  text-align: center;
}

.cp_menu li a {
	display: block;
	margin: 20px 40px;
	text-decoration: none;
	color: #ffffff;
}

#cp_toggle01 {
	position: absolute;
	display: none;
  opacity: 0;
}

#cp_toggle01:checked ~ .cp_menu {
  -webkit-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
          transform: translateX(-100vw);
  overflow: hidden;
}
/* menu toggle */

#cp_toggle01 ~ label.mark {
  position: fixed;
  cursor: pointer;
  top: 20px;
  right: 10%;
  z-index: 9999;
}

#cp_toggle01 ~ label.mark span {
	display: block;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
  height: 4px;
  width: 35px;
  background-color: #ddd;
}

#cp_toggle01 ~ label.mark span.bar1,
#cp_toggle01 ~ label.mark span.bar2 {
  margin-bottom: 8px;
}

.mainimg {
  display: none;
}

.mainimg_sp {
  display: block;
}

.mainimg_sp img {
  width: 100%;
}

.cov-inn .measures-wrap {
  display: block;
}


.cov-inn .measures-wrap .measures {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  margin-bottom: 30px;
}


/* CONCEPT_sp */
.concept-inn {
  display: block;
}

.concept-inn .left {
  width: 100%;
  margin-bottom: 30px;
}

.concept-inn .left h2,
.concept-inn .left p.lead {
  text-align: center;
}

.concept-inn .right {
  width: 100%;
}


.features-inn {
  width: 80%;
}
/* pricelist_sp */
.menu-inn .price-wrap {
  display: block;
}
.menu-inn .price-wrap h3 {
  font-size: 2.2rem;
}
.price-wrap .price-wrap-left {
  width: 100%;
}
.price-wrap .price-wrap-right {
  width: 100%;
}
.menu-inn .price-wrap .shampoo {
  margin-bottom: 80px;
}
/* STAFF_sp */
.staff-inn .prof-wrapp {
  display: block;
}

.staff-inn .prof-wrapp .prof {
  width: 100%;
  margin-bottom: 30px;
}

.staff-inn .prof-wrapp .prof:last-of-type {
  margin-bottom: 0;
}

/* ACCESS_sp */
.map {
  padding-top: 60%;
}

/* garelly_sp */
.garelly {
  width: 100%;
  margin: 80px auto 100px;
  text-align: center;
  display: block;
}

.garelly .img-wrap {
  width: 85%;
  margin: 0 auto 20px;
}

.garelly .img-wrap img {
  width: 100%;
}

.garelly .img-wrap img:last-of-type {
  margin-bottom: 0;
}

/* CONTACT_sp */
.contact-inn {
  width: 90%;
  display: block;
}
.contact-inn .info {
  width: 100%;
  margin-bottom: 30px;
}
.contact-inn .mail {
  width: 100%;
}

/* privacypolicy_sp */
.mainimg_pp {
  display: block;
}
.mainimg_pp img {
  width: 100%;
}
.mainimg_pp h1.pp_lead {
  padding: 30px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #fff;
  animation: fadeIn .8s linear 1 normal;
}






} 