@charset "UTF-8";

/* グロナビ */
.globalNav_item.top {
  background-color: #f7f3e8;
  color: #987625;
  pointer-events: none;
}

.globalNav_item.top a {
  color: #987625;
  pointer-events: none;
}

.globalNav_item.top::before {
  background-color: #987625;
  content: '';
  display: inline-block;
  height: 4px;
  position: absolute;
  width: 94%;
  left: 5%;
  bottom: 0px;
  transform: scale(1, 1);
  transition: transform 0.3s;
}

/* row-reverse */
.row-reverse {
  flex-direction: row-reverse;
}


/* main
========================== */
.main {
  padding-top: 200px;
  overflow-x: clip;
}
@media only screen and (max-width:768px) {
  .main {
    padding-top: 80px;
  }
}


/* top_area
========================== */
.top_area {
  position: relative;
  padding-block: 180px;
  background: url(../images/top/top_bg.jpg) no-repeat bottom center / cover;
}
.top_area .inner {
  max-width: 1100px;
}
.top_area_wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}
.top_area_logo {
  width: 200px;
  flex-shrink: 0;
}
.top_lead_wrap {
  width: 100%;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.top_lead {
  color: #333;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 2.2;
}

@media only screen and (max-width:768px) {
  .top_area {
    padding-block: 100px;
  }
  .top_area_wrap {
    flex-direction: column;
    row-gap: 30px;
  }
  .top_area_logo {
    width: 140px;
  }
  .top_lead_wrap {
    row-gap: 30px;
  }
  .top_lead {
    font-size: 22px;
    line-height: 1.9;
  }
}

/* contents
============================= */
.contents {
  display: flex;
}
.contents_img {
  width: 50%;
}
.contents_body {
  width: 50%;
  padding:20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents01 .contents_body,
.contents02 .contents_body,
.contents03 .contents_body,
.contents04 .contents_body,
.contents05 .contents_body,
.contents06 .contents_body {
  background: url(../images/top/contents01_bg.webp) no-repeat center center / cover;
}
.contents01 .contents_body_wrap {
  width: 360px;
  max-width: 420px;
}
@media only screen and (min-width: 1081px) {
  .contents01 .contents_body_wrap img {
    width: 100%;
  }
}

.contents04 {
  flex-direction: column;
}
.contents04 .contents_img {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.contents04 .contents_body {
  width: 100%;
  background: url(../images/top/contents05_bg.jpg) no-repeat center center / cover;
  color: #fff;
}
.contents04 .contents_body_wrap {
  max-width: 900px;
  margin-inline: auto;
  padding-block: 80px;
}
@media only screen and (min-width: 1081px) {
  .contents04 .contents_body_wrap--wide {
    padding-block: 160px;
  }
}
.contents04 .contents_img figure,
.contents04 .contents_img picture {
  flex: 1;
  text-align: center;
}
.contents04 .contents_img figure img,
.contents04 .contents_img picture img {
  width: 100%;
  height: auto;
}
.contents_body_title {
  font-size: 36px;
  font-size: clamp(2.6rem, 0.02rem + 2.387vw, 3.6rem);
  letter-spacing: 0.2em;
  line-height: 2;
}
.contents_body_text {
  margin-top: 38px;
  font-size: 18px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
.contents02 .contents_body_title,
.contents02 .contents_body_text {
  color: #333;
}
.contents02 .contents_img figure {
  border: 10px solid #0d2461;
}

/* contents05/06 image fill */
.contents05 .contents_img,
.contents06 .contents_img {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.contents05 .contents_img figure,
.contents06 .contents_img figure {
  position: relative;
  margin: 0;
  flex: 1;
  overflow: hidden;
}
.contents05 .contents_img figure img,
.contents06 .contents_img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contents06 .contents_img figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: fit-content;
}

@media only screen and (max-width:1080px) {
  .contents {
    flex-direction: column;
  }
  .contents_img {
    width: 100%;
  }
  .contents04 .contents_img {
    flex-direction: column;
  }
  .contents04 .contents_body_wrap {
    padding-block: 40px;
  }
  .contents_body {
    width: 100%;
    padding:50px 0px;
  }
  .contents_body_wrap {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .contents01 .contents_body_wrap img {
    display: block;
    margin: 0 auto;
    width: 95%;
  }
  .contents_body_title {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .contents_body_text {
    margin-top: 18px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .contents02 .contents_body_title,
  .contents02 .contents_body_text {
    color: #333;
  }

}


/* contents_bottom
=========================== */
.contents_bottom {
  position: relative;
  background: url(../images/top/contents01_bg.webp) no-repeat center center / cover;
  overflow: hidden;
}
.contents_bottom_title {
  text-align: center;
  font-size: 34px;
  font-size: clamp(2.8rem, 1.124rem + 2.069vw, 3.4rem);
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-bottom: 80px;
}

.contents_bottom_inner {
  max-width: 900px;
}

.learn_body_title {
  height: 440px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.learn_body_text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 23px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .contents_bottom {
    padding-block: 140px;
  }

  .contents_bottom_inner {
    width: calc(100% - 60px);
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 20px;
  }

  .contents_bottom_item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 10px;
    opacity: 1 !important;
    transform: none !important;
  }

  .dot_nav {
    display: none;
  }
}

@media (max-width: 768px) {
  .contents_bottom {
    height: 100vh;
    overflow: hidden;
  }
  .contents_bg {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: url(../images/top/contents01_bg.webp) no-repeat center center / cover;
    z-index: -1;
  }
  .contents_bottom_title {
    font-size: 22px;
    padding-bottom: 30px;
  }
  .contents_bottom_wrap {
    background: url(../images/top/contents01_bg.webp) no-repeat center center / cover;
  }
  .contents_bottom_inner {
    height: auto;
  }

  .contents_bottom_item {
    height: 100vh;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(50px);
    gap: 20px;
  }
  .learn_body_title ,
  .learn_body_text {
    height: 470px;
  }
  .dot_nav {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
  }
  .dot_nav.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .dot_nav button {
    width: 14px;
    height: 14px;
    padding: 0;
    border: 1px solid #bdbdbd !important;
    border-radius: 50%;
    border: none;
  }

  .dot_nav button.active {
    background: #826c36;
    border: 1px solid #826c36 !important;
    transform: scale(1.2);
  }
}

.contents_bottom_btn {
  position: relative;
  margin-top: 50px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  color: #fff;
  font-size: 18px;
  font-family: "Cormorant Garamond", "游明朝", "Yu Mincho", serif;
  letter-spacing: 0.15em;
  line-height: 1;
  padding: 5px 50px 5px 20px;
  min-height: 60px;
  border-radius: 40px;
  border: none;
  overflow: hidden;
  background: var(--grad-gold);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position .4s ease;
}
.contents_bottom_btn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 22px;
  height: 1px;
  background-color: #fff;
  transition: right .3s ease;
}
.contents_bottom_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background: none;
  transition: right .3s ease;
}
.contents_bottom_btn:hover {
  background-position: 0% 0;
}
.contents_bottom_btn:hover::before {
  right: 16px;
}
.contents_bottom_btn:hover::after {
  right: 18px;
}

@media only screen and (max-width:768px) {
  .contents04 .contents_body_title {
    text-align: center;
  }
}


/* ========== CTA ========== */
.cta {
  padding: clamp(40px, 3.95256917vw + 24.1106719368px, 100px) 0 clamp(40px, 8.5638998682vw + 5.5731225296px, 170px);
}
@media (max-width: 768px) {
  .cta {
    display: none;
  }
}
.cta__lead {
  text-align: center;
  font-family: Shippori Mincho, serif;
  font-size: clamp(16px, .2635046113vw + 14.9407114625px, 20px);
  line-height: 1.8;
  color: #333;
  margin-bottom: clamp(15px, .9881422925vw + 11.0276679842px, 30px);
  padding: 0 clamp(15px, 1.6469038208vw + 8.3794466403px, 40px);
}
.cta__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.cta__buttons li {
  width: 48%;
  max-width: 360px;
}
.cta__buttons li a {
  display: block;
}
.cta__buttons li img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .cta__buttons {
    display: none;
  }
}

/* ========== 中楽坊とは ========== */
.churakubo__content {
  width: 100%;
}
.churakubo__content img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========== Information ========== */
.information {
  padding: clamp(80px, 1.3175230567vw + 74.7035573123px, 100px) 0;
}
#top .information {
  background: url(../images/top/contents01_bg.webp) no-repeat center center / cover;
}
@media (max-width: 768px) {
  .information {
  }
}
.information__title {
  text-align: center;
  margin-bottom: clamp(30px, 1.976284585vw + 22.0553359684px, 60px);
}
@media (max-width: 768px) {
  .information__title {
    padding: 0 20px;
  }
}
.information__title img {
  width: clamp(400px, 28.0632411067vw + 287.185770751px, 826px);
  height: auto;
}
@media (max-width: 768px) {
  .information__title img {
    width: 100%;
  }
}
.information__salon {
  max-width: 1200px;
  margin: 0 auto clamp(40px, 1.3175230567vw + 34.7035573123px, 60px);
  padding: 0 clamp(20px, 1.3175230567vw + 14.7035573123px, 40px);
  text-align: center;
}
@media (max-width: 768px) {
  .information__salon {
    margin-bottom: 0;
    padding-bottom: 80px;
    background: url(../images/top/contents03_bk_sp.png) top center / 100% 100% no-repeat;
  }
}
.information__salon-badge {
  margin-bottom: clamp(15px, .9881422925vw + 11.0276679842px, 30px);
}
.information__salon-badge img {
  width: clamp(200px, 14.4927536232vw + 141.7391304348px, 420px);
  height: auto;
}
.information__salon-title {
  font-family: Shippori Mincho, serif;
  font-size: clamp(37px, 1.5151515152vw + 30.9090909091px, 60px);
  font-weight: 700;
  letter-spacing: 6px;
  color: #333;
  margin-bottom: clamp(10px, .6587615283vw + 7.3517786561px, 20px);
  line-height: 1.5;
}
.information__salon-address {
  font-family: Shippori Mincho, serif;
  font-size: clamp(14px, .395256917vw + 12.4110671937px, 20px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: .1em;
  color: #333;
  margin-bottom: clamp(20px, 1.3175230567vw + 14.7035573123px, 40px);
}
.information__salon-map {
  max-width: 700px;
  margin: 0 auto clamp(20px, 1.3175230567vw + 14.7035573123px, 40px);
}
.information__salon-map img {
  width: 100%;
  height: auto;
  border: 3px solid transparent;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(45deg, #c9a84c, #f5e27a, #906a2a, #daa520) border-box;
}
.information__salon-map-sp {
  display: none;
}
@media (max-width: 768px) {
  .information__salon-map-sp {
    display: block;
    margin-top: 10px;
    border: 3px solid transparent;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(45deg, #c9a84c, #f5e27a, #906a2a, #daa520) border-box;
  }
}
.information__salon-btn {
  display: inline-block;
  width: clamp(280px, 17.1277997365vw + 211.1462450593px, 540px);
  height: clamp(44px, 2.371541502vw + 34.4664031621px, 80px);
  line-height: clamp(44px, 2.371541502vw + 34.4664031621px, 80px);
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='540'%20height='60'%20fill='none'%20viewBox='0%200%20540%2060'%3e%3crect%20width='540'%20height='60'%20fill='url(%23a)'%20rx='30'/%3e%3cdefs%3e%3clinearGradient%20id='a'%20x1='0'%20x2='540'%20y1='30'%20y2='30'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23c6aa60'/%3e%3cstop%20offset='.5'%20stop-color='%23f8ecb0'/%3e%3cstop%20offset='1'%20stop-color='%23c6aa60'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center / 100% 100% no-repeat;
  color: #333;
  font-family: Shippori Mincho, serif;
  font-size: clamp(14px, .395256917vw + 12.4110671937px, 20px);
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  border-radius: 999px;
  transition: opacity .3s;
  margin-bottom: clamp(20px, 1.3175230567vw + 14.7035573123px, 40px);
}
.information__salon-btn:hover {
  opacity: .8;
}
.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}
.pc-only {
  display: inline;
}
@media (max-width: 1080px) {
  .pc-only {
    display: none;
  }
}
