@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Zen+Kaku+Gothic+New&display=swap");
@font-face {
  font-family: "KoPub Batang";
  src: url("../font/KoPubBatang-Regular.woff") format("woff");
}

.header-menu li a {
  text-align: center;
}

.header-menu li a span {
  display: block;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 920px) {
  .header-menu li a span {
    font-size: clamp(13px, 0.84rem, 0.84rem);
  }
}

.g-sub-nav02 {
  position: fixed;
  top: 300px;
  right: 0;
}

.g-sub-nav02 .g-sub-nav-list.flex li a::before {
  margin: auto;
  margin-bottom: 8px;
}

.g-sub-nav02 .g-sub-nav-list.flex li a:hover {
  color: #bda474;
}

.g-sub-nav02 .g-sub-nav-list.flex li:first-of-type a::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/icon-instagram-white.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 920px) {
  .g-sub-nav02 .g-sub-nav-list.flex li:first-of-type a::before {
    width: 17.5px;
    height: 17.5px;
  }
}

.g-sub-nav02 .g-sub-nav-list.flex li:first-of-type a:hover::before {
  background: url(../img/icon-instagram-gold.png) no-repeat;
  background-size: contain;
}

.g-sub-nav02 .g-sub-nav-list.flex li:nth-of-type(2) a::before {
  content: "";
  display: block;
  width: 37px;
  height: 35px;
  background: url(../img/icon-line-white.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 920px) {
  .g-sub-nav02 .g-sub-nav-list.flex li:nth-of-type(2) a::before {
    width: 18.5px;
    height: 17.5px;
  }
}

.g-sub-nav02 .g-sub-nav-list.flex li:nth-of-type(2) a:hover::before {
  background: url(../img/icon-line-gold.png) no-repeat;
  background-size: contain;
}

.menu-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 35px;
  -webkit-column-gap: calc((54 / 1400) * 100%);
  column-gap: calc((54 / 1400) * 100%);
  margin-bottom: 93px;
}

@media screen and (max-width: 920px) {
  .menu-tab {
    row-gap: 17.5px;
  }
}

@media screen and (max-width: 920px) {
  .menu-tab {
    margin-bottom: 46.5px;
  }
}

.menu-tab li {
  width: calc((310 / 1400) * 100%);
  color: #9dc6cb;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: #fff;
  padding: 20px 50px;
}

@media screen and (max-width: 920px) {
  .menu-tab li {
    font-size: clamp(13px, 1.08rem, 1.08rem);
  }
}

@media screen and (max-width: 920px) {
  .menu-tab li {
    padding: 10px 25px;
  }
}

.menu-tab li.is-active {
  color: #fff;
  background: #9dc6cb;
}

.menu-panel li {
  display: none;
}

.menu-panel li.is-show {
  display: block;
}

.menu-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

@media screen and (max-width: 920px) {
  .menu-meta {
    margin-bottom: 40px;
  }
}

.menu-meta .menu-catArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((812 / 1400) * 100%);
  margin-right: calc((-73 / 1400) * 100%);
  z-index: 2;
}

.menu-meta .menu-catArea .menu-cat {
  background: #fff;
  padding: 11px;
}

@media screen and (max-width: 920px) {
  .menu-meta .menu-catArea .menu-cat {
    padding: 5.5px;
  }
}

.menu-meta .menu-catArea .menu-cat .inner {
  background: url(../img/bg-menu-cat-top.png),
    url(../img/bg-menu-cat-bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  background-position: top, bottom;
  padding: 39px;
}

@media screen and (max-width: 920px) {
  .menu-meta .menu-catArea .menu-cat .inner {
    padding: 19.5px;
  }
}

.menu-meta .menu-catArea .menu-cat .menu-cat-name {
  color: #bda474;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #bda474;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 920px) {
  .menu-meta .menu-catArea .menu-cat .menu-cat-name {
    font-size: clamp(13px, 1.56rem, 1.56rem);
  }
}

@media screen and (max-width: 920px) {
  .menu-meta .menu-catArea .menu-cat .menu-cat-name {
    padding-bottom: 7.5px;
  }
}

@media screen and (max-width: 920px) {
  .menu-meta .menu-catArea .menu-cat .menu-cat-name {
    margin-bottom: 10px;
  }
}

.menu-meta .menu-catArea .menu-cat .menu-cat-description {
  font-size: 1.8rem;
}

@media screen and (max-width: 920px) {
  .menu-meta .menu-catArea .menu-cat .menu-cat-description {
    font-size: clamp(13px, 1.08rem, 1.08rem);
  }
}

.menu-meta .menu-photoArea {
  width: calc((667 / 1400) * 100%);
  z-index: 1;
}

.menu-costArea .menu-cost-title {
  color: #bda474;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 15px 10px;
  border: 1px solid #bda474;
  background: #fff;
  margin-bottom: 31px;
}

@media screen and (max-width: 920px) {
  .menu-costArea .menu-cost-title {
    font-size: clamp(13px, 1.56rem, 1.56rem);
  }
}

@media screen and (max-width: 920px) {
  .menu-costArea .menu-cost-title {
    padding: 7.5px 5px;
  }
}

@media screen and (max-width: 920px) {
  .menu-costArea .menu-cost-title {
    margin-bottom: 15.5px;
  }
}

.costume-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: calc((37.5 / 1400) * 100%);
  column-gap: calc((37.5 / 1400) * 100%);
  row-gap: 50px;
}

@media screen and (max-width: 920px) {
  .costume-list {
    row-gap: 25px;
  }
}

.costume-list li {
  display: block;
  width: calc((250 / 1400) * 100%);
}

.costume-list li .costume-content {
  position: relative;
}

.concept_txt {
  font-size: 2.2rem;
  line-height: 272.727%;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 920px) {
  .concept_txt {
    font-size: clamp(13px, 1.32rem, 1.32rem);
    line-height: 2;
  }
}

.box-item {
  width: calc((650 / 1400) * 100%);
}

.aoubt-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #bda474;
  padding-bottom: 10px;
}

@media screen and (max-width: 920px) {
  .aoubt-list li {
    padding-bottom: 5px;
  }
}

.aoubt-list li:not(:first-of-type) {
  margin-top: 20px;
}

@media screen and (max-width: 920px) {
  .aoubt-list li:not(:first-of-type) {
    margin-top: 10px;
  }
}

.about-title {
  width: calc((150 / 650) * 100%);
  color: #bda474;
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 920px) {
  .about-title {
    font-size: clamp(13px, 1.32rem, 1.32rem);
  }
}

.about-txt {
  width: calc((500 / 650) * 100%);
  font-size: 2.2rem;
}

@media screen and (max-width: 920px) {
  .about-txt {
    font-size: clamp(13px, 1.32rem, 1.32rem);
  }
}

.about-txt a {
  font-size: 2.2rem;
}

@media screen and (max-width: 920px) {
  .about-txt a {
    font-size: clamp(13px, 1.32rem, 1.32rem);
  }
}

.map iframe {
  width: 100%;
}

.btn {
  font-size: 2rem;
}

@media screen and (max-width: 920px) {
  .btn {
    font-size: clamp(13px, 1.2rem, 1.2rem);
  }
}

@media screen and (max-width: 920px) {
  .btn01 {
    margin-bottom: 48px;
  }
}

.btn01:hover .btn-arrow path {
  stroke: #9dc6cb;
}

.title01 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: 5rem;
  color: #bda474;
  text-align: center;
  margin-bottom: 47px;
}

@media screen and (max-width: 920px) {
  .title01 {
    font-size: clamp(13px, 3rem, 3rem);
  }
}

@media screen and (max-width: 920px) {
  .title01 {
    margin-bottom: 23.5px;
  }
}

.title01 span {
  display: block;
  color: #bda474;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 2rem;
  position: relative;
  padding-top: 25px;
  margin-top: 25px;
}

@media screen and (max-width: 920px) {
  .title01 span {
    font-size: clamp(13px, 1.2rem, 1.2rem);
  }
}

@media screen and (max-width: 920px) {
  .title01 span {
    padding-top: 12.5px;
  }
}

@media screen and (max-width: 920px) {
  .title01 span {
    margin-top: 12.5px;
  }
}

.title01 span::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 1px;
  content: "";
  background: #bda474;
}

.title02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  color: #bda474;
  font-size: 2.6rem;
  line-height: 60px;
  padding-left: 92px;
  padding-right: 92px;
  position: relative;
  margin: auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 920px) {
  .title02 {
    font-size: clamp(13px, 1.56rem, 1.56rem);
  }
}

@media screen and (max-width: 920px) {
  .title02 {
    padding-left: 46px;
  }
}

@media screen and (max-width: 920px) {
  .title02 {
    padding-right: 46px;
  }
}

@media screen and (max-width: 920px) {
  .title02 {
    margin-bottom: 30px;
  }
}

.title02::before {
  content: "";
  display: block;
  width: 25px;
  height: 60px;
  background: url(../img/deco_title_border_x.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

@media screen and (max-width: 920px) {
  .title02::before {
    width: 12.5px;
    height: 30px;
  }
}

.title02::after {
  content: "";
  display: block;
  width: 25px;
  height: 60px;
  background: url(../img/deco_title_border_x.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (max-width: 920px) {
  .title02::after {
    width: 12.5px;
    height: 30px;
  }
}

.title03 {
  color: #bda474;
  font-size: 3.2rem;
  line-height: 1;
  border-bottom: 2px solid #bda474;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

@media screen and (max-width: 920px) {
  .title03 {
    font-size: clamp(13px, 1.92rem, 1.92rem);
  }
}

@media screen and (max-width: 920px) {
  .title03 {
    padding-bottom: 12.5px;
  }
}

@media screen and (max-width: 920px) {
  .title03 {
    margin-bottom: 20px;
  }
}

.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.address img {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tel img {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
