@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © J-SURE

HTML CSS Selectors salon

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

.page-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-bottom: 105px;
}
.page-nav a {
  display: block;
  margin: 0 50px;
  font-family: 'Mukta', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
.page-nav a:hover {
  opacity: 1;
}
.page-nav a::after {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1f1f1f;
  border-right: 1px solid #1f1f1f;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  content:"";
  transition : all 500ms 0ms ease-out;
}
.page-nav a:hover::after {
  opacity: 1;
  bottom: -22px;
}

.banner {
  display: flex;
  flex-wrap: wrap;
  width: 1020px;
  margin: 0 auto 100px;
}
.banner li {
  width: 320px;
  margin: 0 10px 20px;
  background-color: #007549;
  opacity: 1;
}
.banner li.wide {
  width: 660px;
}
.banner li .img-box,
.banner li .img-box-in {
  height: 100%;
}
.banner a {
  display: block;
  position: relative;
}
.banner a:hover {
  opacity: 1;
}
.banner a:hover .img-box-in {
  opacity: 0.6;
}
.banner li:nth-of-type(3n+2) .img-box-in::before {
  transition-delay: .6s
}
.banner li:nth-of-type(3n) .img-box-in::before {
  transition-delay: .8s
}
.banner-in {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.banner a:hover .banner-in {
  opacity: 1;
}

.banner-in__en {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 22px;
  font-family: 'Mukta', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  position: relative;
}
.banner-in__en::after {
  width: 58px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  content:"";
}
.banner-in__jp {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}




/*Concept*/
.concept {
  padding-bottom: 5px;
}
.concept-item {
  padding: 105px 0 85px;
  margin-bottom: 90px;
  position: relative;
  opacity: 1;
}
.concept-item::before {
  width: 0;
  height: 100%;
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  z-index: 1;
  content:"";
  transition : all 500ms 300ms ease-out;
}
.effect-on.concept-item::before {
  width: calc(50vw + 88px);
}
.concept-inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 1200px;
  min-height: 430px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  transition-delay:800ms;
}
.concept-inner__ttl {
  width: 100%;
  padding-bottom: 26px;
  font-size: 28px;
  line-height: 1.57;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.concept-inner__ttl span {
  display: block;
  padding-bottom: 10px;
  font-family: 'Mukta', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #007a66;
}
.concept-inner__txt {
  width: 100%;
  padding-bottom: 20px;
  line-height: 2.4;
}
.concept-inner__more {
  display: inline-block;
  padding: 0 0 8px 5px;
  border-bottom: 1px solid #000;
  font-family: 'Mukta', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
.concept-inner__more img {
  width: 18px;
  margin-left: 14px;
  position: relative;
  top: -3px;
}

.concept-photo {
  width: 700px;
  height: 430px;
  position: absolute;
  top: 105px;
  left: 50%;
  z-index: 1;
  transition-delay:800ms;
}
.concept-photo .img-box-in::before {
  transition-delay: .8s
}

.concept-item:nth-of-type(odd)::before {
  left: 0;
}
.concept-item:nth-of-type(odd) .concept-photo {
  margin-left: -47px;
}
.concept-item:nth-of-type(odd) .concept-inner {
  padding-right: 570px;
  padding-left: 100px;
}
.concept-item:nth-of-type(even)::before {
  right: 0;
}
.concept-item:nth-of-type(even) .concept-photo {
  margin-left: -652px;
}
.concept-item:nth-of-type(even) .concept-inner {
  padding-left: 625px;
  padding-right: 40px;
}
.concept-item:nth-of-type(even) .concept-inner__more {
  margin-left: auto;
}

.salon-photo {
  margin-bottom: 100px;
}

/*Salon Information*/
.salon-info {
  margin-bottom: 60px;
}
.salon-info-inner {
  display: flex;
  justify-content: space-between;
  background-color: #f4f4f4;
  margin-bottom: 100px;
  position: relative;
}
.salon-info-inner-in {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: calc(50% + 45px);
}
.salon-info-data {
  width: 544px;
  padding-top: 40px;
  margin-left: auto;
  transition-delay:1200ms;
  position: relative;
}
.salon-info-data::before {
  width: 150px;
  height: 150px;
  background-image: url("../img/salon/icon_data.jpg");
  position: absolute;
  top: -10px;
  right: 65px;
  content:"";
}
.salon-info-data__name {
  margin-bottom: 22px;
  font-size: 15px;
  height: 1;
  font-weight: 500;
}
.salon-info-data__name .en {
  display: inline-block;
  padding-right: 14px;
  font-family: 'Mukta', sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
.salon-info-data dl {
  display: flex;
  flex-wrap: wrap;
}
.salon-info-data dt {
  width: 100%;
  padding-bottom: 5px;
  font-family: 'Mukta', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}
.salon-info-data dd {
  width: 100%;
  padding-bottom: 30px;
  line-height: 1.5;
}
.salon-info-data dd.tel {
  font-family: 'Mukta', sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
.salon-info-data .half {
  width: 213px;
}
.salon-info-data .card {
  width: 450px;
}
.salon-info-data .sns {
  display: inline-block;
  width: 20px;
  margin-right: 20px;
}
.salon-info-data .map {
  display: block;
  padding-left: 26px;
  font-family: 'Mukta', sans-serif;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
.salon-info-data .map::before {
  width: 18px;
  height: 24px;
  background-image: url("../img/salon/icon_map.svg");
  position: absolute;
  top: -7px;
  left: 0;
  content:"";
}

.salon-info-map {
  width: calc(50% - 45px);
  height: 750px;
  transition-delay:1800ms;
}
.salon-info-map iframe {
  width: 100%;
  height: 100%;
}

.salon-cal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.salon-cal li {
  box-sizing: border-box;
  width: 300px;
  padding: 16px 23px 0;
  height: 315px;
  border: 1px solid #f4f4f4;
  margin: 0 25px;
  position: relative;
}




.salon-cal-info {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}
.salon-cal-info li {
  padding: 2px 30px 0 34px;
  line-height: 1;
  position: relative;
}
.salon-cal-info li::before {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content:"";
  position: absolute;
  top: 0;
  left: 0;
}
.salon-cal-info .cal-info01::before {
  border: 2px solid #00987f;
}
.salon-cal-info .cal-info02::before {
  border: 2px solid #7abaec;
}
.salon-cal-info .cal-info03::before {
  border: 2px solid #fa9ea7;
}

.salon-reserve {
  width: 436px;
  height: 68px;
  margin: 50px auto 0;
}

/*Menu*/
.menu {
  padding: 128px 0 90px;
  background-color: #f4f4f4;
}
.menu-ttl {
  padding-bottom: 90px;
  font-family: 'Mukta', sans-serif;
  font-size: 48px;  
  line-height: 1;
  font-weight: 600;
  text-align: center;
  transition-delay:900ms;
}

.tab {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
  font-family: 'Mukta', sans-serif;
  font-size: 18px;
  line-height: 1;
  transition-delay:900ms;
}
.tab li {
  margin: 0 25px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.tab li:hover {
  opacity: 0.5;
}

.menu-detail {
  box-sizing: border-box;
  width: 1000px;
  padding: 72px 140px 60px;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(4, 0, 0, 0.15);
  margin: 0 auto 30px;
}
.menu-detail-inner__ttl {
  margin-bottom: 60px;
  font-family: 'Mukta', sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.menu-detail-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.menu-detail-list dt {
  width: 525px;
  padding: 10px 0 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.menu-detail-list .price {
  box-sizing: border-box;
  width: 110px;
  padding: 10px 18px 20px 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-align: right;
}
.menu-detail-list .note {
  width: 100%;
  position: relative;
}
.menu-detail-list .note p {
  border-top: 1px solid #acacac;
  padding: 20px 0 25px;
  font-size: 13px;
  line-height: 1.5;
}
.menu-detail-list .accordion_head {
  width: 10px;
  height: 10px;
  position: absolute;
  top: -38px;
  right: 115px;
  cursor: pointer;
}
.menu-detail-list .accordion_head::before {
  width: 5px;
  height: 5px;
  border-top: 1px solid #1f1f1f;
  border-right: 1px solid #1f1f1f;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.menu-detail-list .accordion_head.selected {
  top: -35px;
}
.menu-detail-list .accordion_head.selected::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-detail-note {
  font-size: 13px;
  line-height: 1.5;
}

.menu-info01 {
  box-sizing: border-box;
  width: 1000px;
  padding: 50px 85px 48px;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(4, 0, 0, 0.15);
  margin: 0 auto 30px;
}
.menu-info02 {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 1000px;
  padding: 50px 85px 48px;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(4, 0, 0, 0.15);
  margin: 0 auto;
}
.menu-info02-in {
  width: 515px;
}
.menu-info02-in__ttl {
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
}
.menu-info02-in__img {
  width: 218px;
}

/*Coupon*/
.coupon {
  width: 1000px;
  margin: 125px auto 185px;
}
.coupon-ttl {
  padding-bottom: 80px;
  font-family: 'Mukta', sans-serif;
  font-size: 48px;  
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.coupon-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.coupon-list li {
  box-sizing: border-box;
  width: 470px;
  padding: 90px 70px 60px;
  background-color: #f4f4f4;
  margin-bottom: 50px;
  position: relative;
}
.coupon-list li::before {
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  content:"";
}
.coupon-list-ribbon {
  box-sizing: border-box;
  width: 162px;
  height: 37px;
  padding: 10px 0 0 13px;
  background-image: url("../img/salon/coupon_ribbon.svg");
  font-size: 15px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 22px;
  left: -7px;
  z-index: 2;
}
.coupon-list-inner {
  position: relative;
  z-index: 3;
}
.coupon-list-inner__ttl {
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
.coupon-list-inner__price {
  padding-bottom: 24px;
  font-family: 'Mukta', sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.coupon-list-inner__price-txt {
  padding-bottom: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 34px;
  line-height: 1.23;
  font-weight: 700;
  text-align: center;
}
.coupon-list-inner__note {
  padding: 0 20px;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.coupon-note {
  text-align: center;
}
