main {
  color: #333;
}

main .is-sp {
  display: none;
}

/******************************************
  KV
******************************************/
.spa-kv {
  height: calc(100vh - 60px);
  position: relative;
}

.spa-kv__img {
  content: "";
  background-image: url(../images/spa/spa_kv.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
}

.spa-kv__logo {
  position: absolute;
  width: 247px;
  bottom: 50%;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
}

/******************************************
  LEAD
******************************************/

.spa-lead {
  margin: auto;
  padding: 126px 28px 166px 28px;
  text-align: center;
  letter-spacing: 0.02em;
}

.spa-lead__txt .heading {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.spa-lead__txt .subHeading {
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 32px;
}

.spa-lead__txt .subHeading::after {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #333;
  margin: 27px auto 0;
}

.spa-lead__txt .desc {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 64px;
}

.spa-lead__img {
  max-width: 838px;
  height: auto;
  margin: 0 auto;
}

/******************************************
  サロンのご案内
******************************************/

.spa-salon__ttl {
  font-size: 3.2rem !important;
  font-weight: 600;
  margin-bottom: 100px !important;
}

.spa-salon.roomAll-info .room-wrapper h4 {
  font-size: max(100vw * 22/1440, 1.3rem) !important;
}

.spa-salon.roomAll-info .room-wrapper div:nth-child(odd) .room-right h4 {
  right: auto !important;
  left: 0;
  padding-left: calc(100vw * 80/1440);
}

.spa-salon.roomAll-info .room-wrapper div:nth-child(even) .room-right h4 {
  right: 0 !important;
  left: auto;
  padding-right: calc(100vw * 80/1440);
}

/******************************************
  BANNER
******************************************/
/* banner03 */
.banner03 {
  max-width: 1100px;
  margin: 184px auto 0px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 60px;
  box-sizing: border-box;

}

.banner03 .banner-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.banner03 .banner-img::after {
  background-color: #111;
  opacity: 0.75;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner03 .banner-img.bk::after {
  opacity: 1;
}

.banner03 .banner-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.banner03 a {
  display: block;
  position: relative;
}

.banner03 h3 {
  font-size: 2.4rem;
  line-height: 1.67;
  color: #fff;
}

.banner03 .more {
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  margin: 1.5em auto 0;
  color: #fff;
}

.banner03 .more::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.banner03 a:hover .more::after {
  transform-origin: right top;
  transform: scale(0, 1);
}

/* banner01 */
.banner01 {
  height: 100%;
  margin-top: 184px;
  display: flex;
}

/* 
.spa-banner.banner01 {
  display: none !important;
} */

.banner01 .spa-banner__img {
  width: 60vw;
  height: 100%;
  overflow: hidden;
}

.banner01 .spa-banner__img img {
  height: 100%;
  object-fit: cover;
}

.banner01 .spa-banner__txt {
  width: 40vw;
  background: #111;
  display: flex;
  justify-content: center;
}

.banner01 .spa-banner__txt a {
  margin: calc(100vw * 137/1440) auto;
  display: flex;
  align-items: center;
}

.banner01 .spa-banner__txt .wrap {
  width: calc(100vw * 400/1440);
}

.banner01 .spa-banner__txt .wrap-heading {
  font-size: calc(100vw * 28/1440);
  line-height: 1.46;
  color: #fff;
  margin-bottom: calc(100vw * 43/1440);
}

.banner01 .spa-banner__txt .wrap-desc {
  font-size: max(100vw * 15/1440, 13px);
  line-height: 1.8;
  margin-bottom: calc(100vw * 43/1440);
  color: #fff;
}

.banner01 .wrap-more span {
  display: flex;
  align-items: center;
}

.banner01 .wrap-more__txt {
  display: inline-block;
  margin-right: 12px;
  color: #fff;
}

.banner01 .spa-banner01 .wrap-more__txt {
  font-size: max(100vw * 15/1440, 13px);
}

.banner01 .wrap-more__arrow {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #fff;
  display: inline-block;
  position: relative;
  transition: .3s;
  animation-timing-function: ease;
}

.banner01 a:hover .wrap-more__arrow {
  width: 34px;
  height: 34px;
  margin: 4px;
}

.banner01 .wrap-more__arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -7px;
}

/* banner02 */
.banner02 {
  max-width: 1100px;
  margin: 184px auto 0;
  background: #111;
  padding: 84px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.banner02 .wrap-heading {
  font-size: 3.6rem;
  line-height: 1.67;
  font-weight: 300;
  text-align: center;
  color: #fff;
}

.banner02 .wrap-desc {
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  margin: 43px auto;
  max-width: 560px;
  line-height: 1.8;
}

.sp-only {
  display: none;
}

.banner02 .wrap-more {
  display: flex;
  justify-content: center;
}

.banner02 .wrap-more__txt {
  font-size: 1.5rem;
}

/* .banner02 .wrap-more__arrow {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #111;
  display: inline-block;
  position: relative;
  transition: .3s;
  animation-timing-function: ease;
} */

.banner02 .wrap-more span {
  display: flex;
  align-items: center;
}

.banner02 .wrap-more__txt {
  display: inline-block;
  margin-right: 12px;
  color: #fff;
}

.banner02 .wrap-more__arrow {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #fff;
  display: inline-block;
  position: relative;
  transition: .3s;
  animation-timing-function: ease;
}

.banner02 a:hover .wrap-more__arrow {
  width: 34px;
  height: 34px;
  margin: 4px;
}

.banner02 .wrap-more__arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -7px;
}



/******************************************
  【固定】ご予約はこちら
******************************************/
.spa-booking.spa-booking-pc {
  display: block;
}

.spa-booking {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #111;
  width: 49px;
  height: 177px;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 49px;
  transition: .3s;
}

.spa-booking a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}

.spa-booking:hover {
  background: #555;
}

.spa-booking.spa-booking-sp {
  display: none;
}