@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
/*!
Coding style from FLOCSS
https://github.com/hiloki/flocss
 */
html, body, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

main, article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  margin: 0;
}

input, textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

input[type=button], input[type=submit],
input[type=reset], button {
  outline: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: top;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #000;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 920px) {
  body {
    font-size: 12px;
  }
}
body.en {
  font-family: "Montserrat", serif;
}

_:lang(x)::-ms-backdrop, body {
  /* IE11で游ゴシック・游明朝系が崩れる対策 */
  font-family: "メイリオ", Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 921px) {
  a:hover img {
    opacity: 0.8;
  }
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

@keyframes line {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    transform-origin: center bottom;
  }
  35% {
    transform: translate(0, 0) rotate(0deg) scale(0);
    transform-origin: center bottom;
  }
  36% {
    transform: translate(0, 0) rotate(0deg) scale(0);
    transform-origin: center top;
  }
  60%, to {
    transform: translate(0, 0) rotate(0deg) scale(1);
    transform-origin: center top;
  }
}
.l-body {
  word-break: break-all;
  overflow-wrap: break-word;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.l-footer {
  background: #cdbbab;
}
.l-footer__nav {
  padding: 24px 0;
}
@media only screen and (max-width: 920px) {
  .l-footer__nav {
    padding: 4vw 0;
  }
}
.l-footer__navList {
  display: flex;
  justify-content: center;
  letter-spacing: 0.4em;
}
@media only screen and (max-width: 920px) {
  .l-footer__navList {
    width: 100%;
    left: 0;
    justify-content: center;
    letter-spacing: normal;
  }
}
.l-footer__navItem {
  border-right: 1px solid #000;
  letter-spacing: 0.12em;
  font-size: 10px;
  padding: 0 16px;
}
@media only screen and (max-width: 920px) {
  .l-footer__navItem {
    border-right: 0.14vw solid #000;
    font-size: 2.67vw;
    padding: 0 2.67vw;
  }
}
.l-footer__navItem:first-of-type {
  padding-left: 0;
}
.l-footer__navItem:last-of-type {
  padding-right: 0;
  border-right: 0;
}
.l-footer__navItem a:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  background: #FFF;
  font-family: "Montserrat", serif;
  font-weight: 300;
  text-align: center;
  padding: 18px 0;
}
@media only screen and (max-width: 920px) {
  .l-footer__copyright {
    padding: 4vw 0;
  }
}
.l-footer__copyright p {
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-size: 11px;
}
@media only screen and (max-width: 920px) {
  .l-footer__copyright p {
    font-size: 2.67vw;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #cdbbab;
  z-index: 100;
}
.l-header__inner {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 920px) {
  .l-header__inner {
    height: 13.34vw;
    padding: 0 0 0 4.67vw;
  }
}
.l-header__logo {
  margin-right: auto;
}
.l-header__logo img {
  width: 138px;
  height: 47px;
}
@media only screen and (max-width: 920px) {
  .l-header__logo img {
    width: 28vw;
    height: 10vw;
  }
}
.l-header__toggle {
  cursor: pointer;
  position: relative;
  width: 65px;
  height: 65px;
}
@media only screen and (max-width: 920px) {
  .l-header__toggle {
    height: 13.34vw;
    width: 13.34vw;
  }
}
.l-header__toggle-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 16px;
}
@media only screen and (max-width: 920px) {
  .l-header__toggle-button {
    height: 2.94vw;
    width: 4vw;
  }
}
.l-header__toggle span {
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: all 0.4s;
}
@media only screen and (max-width: 920px) {
  .l-header__toggle span {
    height: 0.27vw;
  }
}
.l-header__toggle span:nth-of-type(1) {
  top: 0;
}
.l-header__toggle span:nth-of-type(2) {
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.l-header__toggle span:nth-of-type(3) {
  bottom: 0;
}
.l-header__requestList {
  display: flex;
  height: 50px;
}
@media only screen and (max-width: 920px) {
  .l-header__requestList {
    height: 13.34vw;
  }
}
.l-header__requestItem {
  width: 160px;
  font-size: 14px;
}
@media only screen and (max-width: 920px) {
  .l-header__requestItem {
    width: 22.67vw;
    height: 100%;
  }
  .l-header__requestItem:not(:last-of-type) {
    border-right: 0.27vw solid #FFF;
  }
}
.l-header__requestItem__btn {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 16px;
}
@media only screen and (max-width: 920px) {
  .l-header__requestItem__btn {
    background: #a58a7b;
    display: block;
    padding-top: 8vw;
    text-align: center;
    font-size: 2.67vw;
  }
  .l-header__requestItem__btn:after {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: no-repeat;
    margin-left: 6px;
    margin-top: -2px;
    background-size: contain;
  }
}
@media only screen and (max-width: 920px) and (max-width: 920px) {
  .l-header__requestItem__btn:after {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    top: 2vw;
    width: 5.34vw;
    height: 5.34vw;
  }
}
.l-header__requestItem__btnEn {
  font-family: "Montserrat", serif;
  opacity: 1;
  transition: opacity 0.4s ease;
  margin-top: 0.3125em;
  letter-spacing: 0.425em;
  font-weight: 500;
  color: #000;
  font-size: 12px;
}
@media only screen and (max-width: 920px) {
  .l-header__requestItem__btnEn {
    display: none;
  }
}
.l-header__requestItem__btnJa {
  font-family: "Montserrat", serif;
  transition: opacity 0.4s ease;
  position: absolute;
  display: block;
  letter-spacing: 0.25em;
  opacity: 0;
  font-size: 11px;
  color: #FFF;
}
@media only screen and (max-width: 920px) {
  .l-header__requestItem__btnJa {
    position: relative;
    font-size: 2.4vw;
    opacity: 1;
  }
}
.l-header__requestItem__btn:hover .l-header__requestItem__btnEn {
  opacity: 0;
}
@media only screen and (max-width: 920px) {
  .l-header__requestItem__btn:hover .l-header__requestItem__btnEn {
    opacity: 1;
  }
}
.l-header__requestItem__btn:hover .l-header__requestItem__btnJa {
  opacity: 1;
}
.l-header__requestItem.__display a:after {
  background-image: url("../img/icn_display.svg");
}
.l-header__requestItem.__book a:after {
  background-image: url("../img/icn_display.svg");
}
.l-header__requestItem.__line a:after {
  background-image: url("../img/icn_line.svg");
}
.l-overMenu {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100vw;
  height: 100vh;
  background: url(../img/bg-texture.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 920px) {
  .l-overMenu {
    background-image: url(../img/bg-texture@sp.jpg);
  }
}
.l-overMenu__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__body {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 13.34vw 0 6.67vw;
  }
}
.l-overMenu__body__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__body__inner {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
  }
}
.l-overMenu__list {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 80px;
  width: calc(100% - 500px);
}
@media only screen and (max-width: 920px) {
  .l-overMenu__list {
    width: 100%;
    justify-content: center;
    margin-top: 5.34vw;
    margin-bottom: 8vw;
  }
}
.l-overMenu .c-reserve {
  margin: 0;
}
.l-overMenu__item {
  margin: 25px 0;
  text-align: left;
  color: #fff;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__item {
    margin: 18px 0;
    text-align: center;
  }
}
.l-overMenu__item:first-child {
  margin-top: 0;
}
.l-overMenu__item a {
  display: block;
}
@media only screen and (min-width: 921px) {
  .l-overMenu__item a {
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
}
@media only screen and (min-width: 921px) {
  .l-overMenu__item a:hover {
    opacity: 0.6;
  }
}
.l-overMenu__item .en {
  display: block;
  font-size: 24px;
  font-family: "Montserrat", serif;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__item .en {
    font-size: 4.54vw;
  }
}
.l-overMenu__item .ja {
  display: block;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  margin-top: 10px;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__item .ja {
    font-size: 2.67vw;
    margin-top: 1.34vw;
  }
}
.l-overMenu__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 100;
}
.l-overMenu__header__inner {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__header__inner {
    height: 13.34vw;
    padding: 0 0 0 4.67vw;
  }
}
.l-overMenu__header__logo {
  margin-right: auto;
}
.l-overMenu__header__logo img {
  width: 138px;
  height: 47px;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(196deg) brightness(107%) contrast(101%);
}
@media only screen and (max-width: 920px) {
  .l-overMenu__header__logo img {
    width: 28.67vw;
    height: 10vw;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(196deg) brightness(107%) contrast(101%);
  }
}
.l-overMenu__header__requestList {
  display: flex;
  height: 50px;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__header__requestList {
    display: none;
  }
}
.l-overMenu__header__requestItem {
  width: 160px;
  font-size: 14px;
}
.l-overMenu__header__requestItem__btn {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 16px;
}
.l-overMenu__header__requestItem__btnEn {
  font-family: "Montserrat", serif;
  opacity: 1;
  transition: opacity 0.4s ease;
  margin-top: 0.3125em;
  letter-spacing: 0.425em;
  font-weight: 500;
  color: #FFF;
  font-size: 12px;
}
.l-overMenu__header__requestItem__btnJa {
  font-family: "Noto Serif JP", serif;
  transition: opacity 0.4s ease;
  position: absolute;
  display: block;
  letter-spacing: 0.25em;
  opacity: 0;
  font-size: 11px;
  color: #FFF;
}
.l-overMenu__header__requestItem__btn:hover .l-overMenu__header__requestItem__btnEn {
  opacity: 0;
}
.l-overMenu__header__requestItem__btn:hover .l-overMenu__header__requestItem__btnJa {
  opacity: 1;
}
.l-overMenu__header__toggle {
  cursor: pointer;
  position: relative;
  width: 65px;
  height: 65px;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__header__toggle {
    height: 13.34vw;
    width: 13.34vw;
  }
}
.l-overMenu__header__toggle-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 16px;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__header__toggle-button {
    height: 2.94vw;
    width: 4vw;
  }
}
.l-overMenu__header__toggle span {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__header__toggle span {
    height: 0.27vw;
  }
}
.l-overMenu__header__toggle span:nth-of-type(1) {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.l-overMenu__header__toggle span:nth-of-type(2) {
  opacity: 0;
}
.l-overMenu__header__toggle span:nth-of-type(3) {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.l-pageTop {
  background: #000 url("../img/icn_arrow_top.svg") no-repeat center 45%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: fixed;
  right: 50px;
  bottom: 70px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
@media only screen and (max-width: 920px) {
  .l-pageTop {
    width: 10.67vw;
    height: 10.67vw;
    right: 6.67vw;
    bottom: 20vw;
    background-size: 4.8vw 2.4vw;
  }
}
.l-pageTop.__show {
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (min-width: 921px) {
  .l-pageTop:hover {
    opacity: 0.7;
  }
}
.l-wrapper {
  overflow: hidden;
  position: relative;
}
.c-animate {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 0.8s;
}
.c-animate.__animated {
  opacity: 1;
  transform: translate(0, 0);
}
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.08em;
  height: 50px;
  border: 1px solid #a58a7b;
  color: #a58a7b;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 921px) {
  .c-btn {
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
}
@media only screen and (min-width: 921px) {
  .c-btn:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 920px) {
  .c-btn {
    font-size: 3.2vw;
    height: 16vw;
    border: 0.14vw solid #a58a7b;
  }
}
.c-btn:before {
  display: block;
  content: "";
  background: center no-repeat;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.c-btn.__fill {
  background: #a58a7b;
  color: #fff;
}
.c-btn.__fill.__tel:before {
  background-image: url("../img/icn_tel_01.svg");
}
.c-btn.__fill.__display:before {
  background-image: url("../img/icn_display_01.svg");
}
.c-btn.__fill.__book:before {
  background-image: url("../img/icn_book_01.svg");
}
.c-btn.__fill.__line:before {
  background-image: url("../img/icn_line_01.svg");
}
.c-btn.__fill:after {
  border-color: transparent transparent #fff transparent;
}
.c-btn.__tel:before {
  background-image: url("../img/icn_tel_02.svg");
}
@media only screen and (max-width: 920px) {
  .c-btn.__tel:before {
    background-size: 6.27vw 6.94vw;
    width: 6.27vw;
    height: 6.94vw;
    left: 3.74vw;
  }
}
.c-btn.__display:before {
  background-image: url("../img/icn_display_02.svg");
  background-size: 22px 17px;
  width: 22px;
  height: 17px;
  left: 12px;
}
@media only screen and (max-width: 920px) {
  .c-btn.__display:before {
    background-size: 8.81vw 6.67vw;
    width: 8.81vw;
    height: 6.67vw;
    left: 2.67vw;
  }
}
.c-btn.__book:before {
  background-image: url("../img/icn_book_02.svg");
  background-size: 14px 19px;
  width: 14px;
  height: 19px;
  left: 15px;
}
@media only screen and (max-width: 920px) {
  .c-btn.__book:before {
    background-size: 4.8vw 6.54vw;
    width: 4.8vw;
    height: 6.54vw;
    left: 4.54vw;
  }
}
.c-btn.__line:before {
  background-size: 25px 24px;
  width: 25px;
  height: 24px;
  left: 10px;
}
@media only screen and (max-width: 920px) {
  .c-btn.__line:before {
    background-size: 6.67vw 6.4vw;
    width: 6.67vw;
    height: 6.4vw;
    left: 3.34vw;
  }
}
@media only screen and (max-width: 920px) {
  .c-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 3.34vw 3.34vw;
    border-color: transparent transparent #a58a7b transparent;
  }
}
.c-linkBtn {
  display: block;
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  transition: all 0.3s linear;
  border: 2px solid #a58a7b;
  color: #fff;
  background: #a58a7b;
  border-radius: 4px;
  padding: 10px;
  margin: 0 auto;
  width: 470px;
}
@media only screen and (min-width: 921px) {
  .c-linkBtn {
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
}
@media only screen and (min-width: 921px) {
  .c-linkBtn:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 920px) {
  .c-linkBtn {
    width: 100%;
    font-size: 4vw;
    border-radius: 1.07vw;
    padding: 3.2vw;
    border: 0.4vw solid #a58a7b;
  }
}
.c-linkBtn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transition: all 0.3s linear;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #b3a293;
  right: 16px;
}
@media only screen and (max-width: 920px) {
  .c-linkBtn:after {
    border-width: 1.47vw 0 1.47vw 1.47vw;
    right: 2.67vw;
  }
}
.c-linkBtn:hover {
  color: #a58a7b;
  background: #fff;
}
.c-linkBtn:hover:after {
  border-color: transparent transparent transparent #a58a7b;
}
.c-reserve {
  margin: 2.1875rem auto;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 446px;
}
@media only screen and (max-width: 920px) {
  .c-reserve {
    margin: 7.82vw auto;
    padding: 0;
    width: 100%;
  }
}
.c-reserve__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.08em;
  height: 68px;
  border: 1px solid #000;
  color: #000;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 920px) {
  .c-reserve__btn {
    border: 0.27vw solid #000;
    height: 16vw;
    width: 100%;
  }
}
.c-reserve__btnEn {
  font-family: "Montserrat", serif;
  opacity: 1;
  transition: opacity 0.4s ease;
  margin-top: -0.05em;
  letter-spacing: 0.425em;
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (max-width: 920px) {
  .c-reserve__btnEn {
    font-size: 3.74vw;
  }
}
.c-reserve__btnJa {
  font-family: "Noto Serif JP", serif;
  position: relative;
  display: block;
  letter-spacing: 0.25em;
  font-size: 12px;
  margin-top: 0.3125em;
}
@media only screen and (max-width: 920px) {
  .c-reserve__btnJa {
    margin-top: 0.5em;
    font-size: 2.94vw;
  }
}
.c-reserve__btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.1rem;
  height: 1.1rem;
  background: url(../img/icn_blankBlack.svg) no-repeat center/contain;
}
.c-reserve__btn.--line::after {
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/icn_lineBlack.svg) no-repeat center/contain;
}
@media only screen and (max-width: 920px) {
  .c-reserve__btn::after {
    width: 4.8vw;
    height: 4.8vw;
    right: 3.2vw;
  }
  .c-reserve__btn.--line::after {
    width: 7.8vw;
    height: 7.8vw;
  }
}
.c-reserve__btn:hover {
  color: #FFF;
  background: #a58a7b;
}
.c-reserve__btn:hover::after {
  background-image: url(../img/icn_blankWhite.svg);
}
.c-reserve__btn.--line:hover::after {
  background: url(../img/icn_lineWhite.svg) no-repeat center/contain;
}
.c-reserve__list {
  display: flex;
  justify-content: space-between;
  margin: 4rem auto;
}
@media only screen and (max-width: 920px) {
  .c-reserve__list {
    margin: 2rem auto;
  }
}
.c-reserve__list li {
  width: 138px;
  height: 138px;
  text-align: center;
  border-radius: 1rem;
  border: solid 1px #a58a7b;
  overflow: hidden;
}
@media only screen and (max-width: 920px) {
  .c-reserve__list li {
    border-radius: 0.75rem;
    width: 27.74vw;
    height: 27.74vw;
    border: solid 0.14vw #a58a7b;
  }
}
.c-reserve__list li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.4rem 1rem;
  text-decoration: none;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 920px) {
  .c-reserve__list li a {
    padding: 2.67vw 1.34vw;
  }
}
.c-reserve__list li a span {
  line-height: 1.4;
  font-size: 14px;
}
@media only screen and (max-width: 920px) {
  .c-reserve__list li a span {
    font-size: 3.2vw;
  }
}
.c-reserve__list li a img, .c-reserve__list li a svg {
  display: block;
  width: 38px;
  height: 38px;
  margin: 12px auto 12px;
}
@media only screen and (max-width: 920px) {
  .c-reserve__list li a img, .c-reserve__list li a svg {
    width: 9.6vw;
    height: 9.6vw;
    margin: 2.94vw auto;
  }
}
.c-reserve__list li a svg path {
  transition: fill 0.4s ease;
}
.c-reserve__list li a {
  background-color: #a58a7b;
  color: #fff;
}
.c-reserve__list li a svg path {
  fill: #fff;
}
.c-reserve__list li a:hover {
  background-color: #fff;
  color: #a58a7b;
}
.c-reserve__list li a:hover svg path {
  fill: #a58a7b;
}
.c-container {
  width: 100%;
  max-width: calc(900px + 80px);
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 920px) {
  .c-container {
    max-width: none;
    padding: 0 6.67vw;
    margin: 0;
  }
}
.c-title {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-title span {
  width: 100%;
}
.c-titleEn {
  margin: 10px 0;
  letter-spacing: 0.15em;
  line-height: 1.1;
  font-family: "Montserrat", serif;
  font-size: 64px;
  font-weight: 300;
}
@media only screen and (max-width: 920px) {
  .c-titleEn {
    font-size: 7.47vw;
    letter-spacing: 0.18em;
    margin: 1.34vw 0;
  }
}
.c-titleEn img {
  width: 100%;
  height: 46px;
}
@media only screen and (max-width: 920px) {
  .c-titleEn img {
    height: 5.07vw;
  }
}
.c-titleJa {
  margin: 10px 0;
  letter-spacing: 0.2em;
  font-size: 20px;
}
@media only screen and (max-width: 920px) {
  .c-titleJa {
    font-size: 2.94vw;
    margin: 1.34vw 0;
  }
}
.c-lead {
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 32px;
  font-size: 18px;
}
@media only screen and (max-width: 920px) {
  .c-lead {
    margin-bottom: 3.2vw;
    font-size: 4.27vw;
    line-height: 1.8;
  }
}
.c-desc {
  font-size: 12px;
  line-height: 2.2;
  letter-spacing: 0.2em;
  margin-top: 12px;
  font-size: 12px;
}
@media only screen and (max-width: 920px) {
  .c-desc {
    margin-top: 2.67vw;
    font-size: 3.2vw;
    line-height: 1.8;
    letter-spacing: 0.35em;
  }
}
.c-section {
  position: relative;
  padding: 120px 0 110px;
  z-index: 5;
}
@media only screen and (max-width: 920px) {
  .c-section {
    padding: 12vw 0 13.34vw;
  }
}
.c-section__header {
  max-width: 940px;
  background: #cdbbab;
  text-align: center;
  color: #fff;
  padding: 100px 0;
  margin: 0 auto 156px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 920px) {
  .c-section__header {
    padding: 10vw 0 12vw;
    margin: 0 5vw 20vw;
  }
}
.c-section__header img, .c-section__header span {
  display: block;
  margin: auto;
}
.c-section__header .main {
  margin-top: 5px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 920px) {
  .c-section__header .main {
    margin-top: 1vw;
    margin-bottom: 6vw;
  }
}
.c-section__header img.main {
  display: block;
  width: 100%;
  height: 126px;
}
@media only screen and (max-width: 920px) {
  .c-section__header img.main {
    height: 14.4vw;
  }
}
.c-section__header span {
  line-height: 1.8em;
  font-family: var(--font-sans);
}
@media only screen and (max-width: 920px) {
  .c-section__header span {
    font-size: 3.4vw;
  }
}
.c-section__header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: url(../img/common/line_section-header.svg) no-repeat center/contain;
  transform: translateY(50%);
  height: 116px;
  width: 9px;
}
@media only screen and (max-width: 920px) {
  .c-section__header::before {
    height: 11.47vw;
    width: 0.94vw;
  }
}
.c-section__title {
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.25em;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 40px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 920px) {
  .c-section__title {
    font-size: 5.6vw;
    margin-bottom: 12vw;
  }
}
.c-section__title span {
  display: block;
}
.c-section__title .en {
  font-family: "Montserrat", serif;
  letter-spacing: 0.15em;
}
.c-section__title .ja {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.125em;
  font-weight: 400;
  margin-top: 1em;
  font-size: 18px;
}
@media only screen and (max-width: 920px) {
  .c-section__title .ja {
    margin-top: 0.5em;
    font-size: 2.94vw;
  }
}
.c-section__description {
  line-height: 2.2;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 920px) {
  .c-section__description {
    line-height: 2.4;
    font-size: 2.67vw;
    letter-spacing: 0.2em;
  }
}

.p-access {
  background: #cdbbab;
  position: relative;
  padding: 130px 0 50px;
}
@media only screen and (max-width: 920px) {
  .p-access {
    padding: 20vw 0 26.67vw;
  }
}
.p-access__info {
  text-align: center;
  flex-grow: 1;
  letter-spacing: 0.2em;
  margin-top: -20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 920px) {
  .p-access__info {
    margin-top: 12vw;
    margin-bottom: 12vw;
  }
}
.p-access__infoName {
  margin-bottom: 30px;
}
@media only screen and (max-width: 920px) {
  .p-access__infoName {
    margin-bottom: 8.67vw;
  }
}
.p-access__infoNameEn {
  display: block;
  font-size: 22px;
  font-family: "Montserrat", serif;
  font-weight: 300;
  letter-spacing: 0.26em;
  margin-bottom: 0.25em;
}
@media only screen and (max-width: 920px) {
  .p-access__infoNameEn {
    font-size: 4.8vw;
    margin-bottom: 1.34vw;
  }
}
.p-access__infoNameJa {
  display: block;
  font-size: 14px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 920px) {
  .p-access__infoNameJa {
    font-size: 3.2vw;
  }
}
.p-access__infoContact {
  line-height: 1.6;
  margin-bottom: 30px;
}
@media only screen and (max-width: 920px) {
  .p-access__infoContact {
    margin-bottom: 5.34vw;
  }
}
.p-access__infoContactTitle {
  font-size: 14px;
}
@media only screen and (max-width: 920px) {
  .p-access__infoContactTitle {
    font-size: 3.2vw;
  }
}
.p-access__infoContactData {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 920px) {
  .p-access__infoContactData {
    font-size: 4.54vw;
  }
}
.p-access__infoContactData a {
  font-family: "Montserrat", serif;
  font-size: 30px;
}
@media only screen and (max-width: 920px) {
  .p-access__infoContactData a {
    font-size: 5vw;
  }
}
.p-access__infoAddress {
  line-height: 2;
  font-size: 14px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 920px) {
  .p-access__infoAddress {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}
.p-access__infoAddressLink {
  font-size: 14px;
  font-family: "Montserrat", serif;
  font-weight: 300;
  margin-top: 14px;
  letter-spacing: 0.26em;
  text-decoration: underline;
}
@media only screen and (max-width: 920px) {
  .p-access__infoAddressLink {
    font-size: 2.94vw;
    margin-top: 2.4vw;
  }
}
.p-access__infoAddressLink:hover {
  text-decoration: none;
}
.p-access__infoHours {
  line-height: 2;
  font-size: 14px;
}
@media only screen and (max-width: 920px) {
  .p-access__infoHours {
    font-size: 3.2vw;
  }
}
.p-content {
  position: relative;
}
.p-featureList {
  padding: 80px 0;
}
@media only screen and (max-width: 920px) {
  .p-featureList {
    padding: 10.67vw 0;
  }
}
.p-featureList__item {
  display: flex;
  align-items: center;
  margin: 100px 0;
}
@media only screen and (max-width: 920px) {
  .p-featureList__item {
    display: block;
    margin: 13.34vw 0;
  }
}
.p-featureList__item:first-of-type {
  margin-top: 0;
}
.p-featureList__item:nth-child(2n+1) .p-featureList__itemTitle {
  margin: 100px 0 25px;
}
@media only screen and (max-width: 920px) {
  .p-featureList__item:nth-child(2n+1) .p-featureList__itemTitle {
    margin: 0 0 5.34vw;
  }
}
.p-featureList__item:nth-child(2n+1) .p-featureList__itemInfo {
  order: 1;
}
.p-featureList__item:nth-child(2n+1) .p-featureList__itemImg {
  order: 2;
  margin-left: 150px;
  margin-right: -190px;
}
@media only screen and (max-width: 920px) {
  .p-featureList__item:nth-child(2n+1) .p-featureList__itemImg {
    margin-right: 0;
    margin-left: 6.67vw;
  }
}
.p-featureList__item:nth-child(2n+1) .p-featureList__itemImg .sub {
  left: -50px;
  bottom: -50px;
}
@media only screen and (max-width: 920px) {
  .p-featureList__item:nth-child(2n+1) .p-featureList__itemImg .sub {
    left: -6.66vw;
    bottom: -10.66vw;
  }
}
.p-featureList__item:nth-child(2n+1) .p-featureList__itemImg::before {
  width: 506px;
  height: 360px;
  top: 35px;
  left: -20px;
}
@media only screen and (max-width: 920px) {
  .p-featureList__item:nth-child(2n+1) .p-featureList__itemImg::before {
    width: 81.34vw;
    height: 59.74vw;
    top: 4vw;
    left: -3.33vw;
  }
}
.p-featureList__item:nth-child(2n) .p-featureList__itemTitle {
  margin: 60px 0 25px;
}
@media only screen and (max-width: 920px) {
  .p-featureList__item:nth-child(2n) .p-featureList__itemTitle {
    margin: 0 0 5.34vw;
  }
}
.p-featureList__item:nth-child(2n) .p-featureList__itemInfo {
  order: 2;
}
.p-featureList__item:nth-child(2n) .p-featureList__itemImg {
  order: 1;
  margin-right: 170px;
  margin-left: -190px;
}
@media only screen and (max-width: 920px) {
  .p-featureList__item:nth-child(2n) .p-featureList__itemImg {
    margin-right: 0;
    margin-left: -6.66vw;
  }
}
.p-featureList__item:nth-child(2n) .p-featureList__itemImg .sub {
  right: -50px;
  top: -25px;
}
@media only screen and (max-width: 920px) {
  .p-featureList__item:nth-child(2n) .p-featureList__itemImg .sub {
    right: -10vw;
    top: -13.33vw;
  }
}
.p-featureList__item:nth-child(2n) .p-featureList__itemImg::before {
  width: 560px;
  height: 360px;
  top: 15px;
  left: 0;
}
@media only screen and (max-width: 920px) {
  .p-featureList__item:nth-child(2n) .p-featureList__itemImg::before {
    width: 86.94vw;
    height: 57.07vw;
    top: 5.34vw;
    left: auto;
    right: -4.66vw;
  }
}
.p-featureList__item:nth-child(1) .p-featureList__itemTitle:after {
  content: "01";
  right: 10px;
}
@media only screen and (max-width: 920px) {
  .p-featureList__item:nth-child(1) .p-featureList__itemTitle:after {
    right: 0;
  }
}
.p-featureList__item:nth-child(1) .p-featureList__itemImg::before {
  background-image: url("../img/detail_bg01.jpg");
}
.p-featureList__item:nth-child(2) .p-featureList__itemTitle:after {
  content: "02";
  right: -10px;
}
@media only screen and (max-width: 920px) {
  .p-featureList__item:nth-child(2) .p-featureList__itemTitle:after {
    right: 0;
  }
}
.p-featureList__item:nth-child(2) .p-featureList__itemImg::before {
  background-image: url("../img/detail_bg02.jpg");
}
.p-featureList__item:nth-child(3) .p-featureList__itemTitle:after {
  content: "03";
  right: 10px;
}
@media only screen and (max-width: 920px) {
  .p-featureList__item:nth-child(3) .p-featureList__itemTitle:after {
    right: 0;
  }
}
.p-featureList__item:nth-child(3) .p-featureList__itemImg::before {
  background-image: url("../img/detail_bg03.jpg");
}
.p-featureList__itemInfo {
  width: 640px;
}
@media only screen and (max-width: 920px) {
  .p-featureList__itemInfo {
    width: auto;
  }
}
.p-featureList__itemTitle {
  line-height: 1.4;
  position: relative;
  z-index: 10;
}
.p-featureList__itemTitle span {
  display: block;
}
.p-featureList__itemTitle .en {
  font-family: "Montserrat", serif;
  letter-spacing: 0.05em;
  font-size: 38px;
}
@media only screen and (max-width: 920px) {
  .p-featureList__itemTitle .en {
    letter-spacing: 0.05em;
    font-size: 7vw;
  }
}
.p-featureList__itemTitle .ja {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0.25em;
  line-height: 1.2;
  letter-spacing: 0.125em;
}
@media only screen and (max-width: 920px) {
  .p-featureList__itemTitle .ja {
    font-size: 2.67vw;
  }
}
.p-featureList__itemTitle:after {
  position: absolute;
  display: block;
  bottom: -10px;
  line-height: 1;
  color: #a58a7b;
  font-family: "Montserrat", serif;
  z-index: -1;
  font-size: 148px;
}
@media only screen and (max-width: 920px) {
  .p-featureList__itemTitle:after {
    font-size: 30.4vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-featureList__itemTitle:after {
    bottom: -1.06vw;
  }
}
.p-featureList__itemDescription {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 920px) {
  .p-featureList__itemDescription {
    font-size: 3.2vw;
  }
}
.p-featureList__itemImg {
  position: relative;
  width: 540px;
  flex-shrink: 0;
  order: 2;
}
@media only screen and (max-width: 920px) {
  .p-featureList__itemImg {
    width: 100%;
    height: auto;
    margin-bottom: 13.34vw;
  }
}
.p-featureList__itemImg img {
  position: relative;
  height: auto;
  z-index: 1;
}
.p-featureList__itemImg img.main {
  width: 100%;
}
.p-featureList__itemImg img.sub {
  width: 30%;
  position: absolute;
}
.p-featureList__itemImg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-size: cover;
}
.p-lead {
  z-index: 10;
  padding: 144px 0 0;
  text-align: center;
}
@media only screen and (max-width: 920px) {
  .p-lead {
    padding: 18.67vw 0 0;
  }
}
.p-lead::before {
  content: "";
  position: absolute;
  display: block;
  background: #a58a7b;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  height: calc(100% - 32px);
  width: 900px;
}
@media only screen and (max-width: 920px) {
  .p-lead::before {
    height: 100%;
    width: calc(100% - 13.34vw);
  }
}
.p-lead__title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 920px) {
  .p-lead__title {
    margin-bottom: 16vw;
  }
}
.p-lead__title span {
  display: block;
  margin: 0 auto 2em;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 16px;
  padding-left: 0.5em;
  line-height: 1.4;
}
@media only screen and (max-width: 920px) {
  .p-lead__title span {
    font-size: 3.74vw;
  }
}
.p-lead__title img {
  display: block;
  margin: 0 auto;
  width: 380px;
}
@media only screen and (max-width: 920px) {
  .p-lead__title img {
    width: 64vw;
  }
}
.p-lead__description {
  margin-bottom: 80px;
}
@media only screen and (max-width: 920px) {
  .p-lead__description {
    margin-bottom: 14.67vw;
  }
}
.p-lead__carousel {
  margin: 100px auto 100px;
}
@media only screen and (max-width: 920px) {
  .p-lead__carousel {
    margin: 8vw auto 14.67vw;
  }
}
.p-lead__carouselList {
  margin: 0.25rem 0;
}
.p-lead__carouselItem {
  display: flex;
  padding: 0.25rem;
  width: fit-content !important;
}
.p-lead__carouselItem img {
  width: auto;
  height: 294px;
}
@media only screen and (max-width: 920px) {
  .p-lead__carouselItem img {
    height: 9.4rem;
  }
}
.p-lead__carousel .swiper {
  overflow: visible;
}
.p-lead__carousel .swiper-wrapper {
  transition-timing-function: linear;
}
.p-lead .c-reserve__btn {
  border-color: #a58a7b;
}
.p-mainImg {
  position: relative;
  background: #cdbbab;
  margin-top: 50px;
}
@media only screen and (max-width: 920px) {
  .p-mainImg {
    margin-top: 13.34vw;
  }
}
.p-mainImg__head {
  margin: 0 -40px;
  position: relative;
  height: 442px;
}
@media only screen and (max-width: 920px) {
  .p-mainImg__head {
    margin: 0 -5.33vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-mainImg__head {
    height: 109.34vw;
  }
}
.p-mainImg__head::before {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: 0 auto;
  height: 100%;
  width: 1240px;
  background: url(../img/mainImg_bg.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 920px) {
  .p-mainImg__head::before {
    width: 100vw;
    background: url(../img/mainImg_bg@sp.jpg) no-repeat center/cover;
  }
}
.p-mainImg__title {
  display: block;
  position: absolute;
  top: 23.125%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 920px) {
  .p-mainImg__title {
    top: 41.34vw;
  }
}
.p-mainImg__title h1 {
  margin: 0 auto;
  width: 480px;
}
@media only screen and (max-width: 920px) {
  .p-mainImg__title h1 {
    width: 75.47vw;
  }
}
.p-mainImg__title h1 img, .p-mainImg__title h1 svg, .p-mainImg__title h1 embed {
  display: block;
  width: 100%;
}
.p-mainImg__body {
  margin-top: -32px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 920px) {
  .p-mainImg__body {
    margin-top: -8vw;
    padding-bottom: 0;
  }
}
.p-mainImg__body .c-reserve {
  margin: 0 auto;
}
.p-mainImg__description {
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.425em;
  padding: 36px 20px;
}
@media only screen and (max-width: 920px) {
  .p-mainImg__description {
    font-size: 3.87vw;
    line-height: 2;
    padding: 10.67vw 0;
  }
}
.p-mainImg .c-reserve__btn {
  border-color: #fff;
}
.p-mainImg__scroll {
  position: relative;
  text-align: center;
  transition: all 0.4s ease;
  z-index: 20;
  color: #fff;
  padding: 1rem 0;
  margin: 0 auto;
  width: 900px;
  font-family: "Montserrat", serif;
}
@media only screen and (max-width: 920px) {
  .p-mainImg__scroll {
    padding: 1.2rem 0;
    width: calc(100% - 13.34vw);
  }
}
.p-mainImg__scroll::before {
  content: "";
  position: absolute;
  display: block;
  background: #a58a7b;
  border-radius: 2.2rem 2.2rem 0 0;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  height: 100%;
}
.p-mainImg__scroll a {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.3125em;
  font-size: 14px;
}
@media only screen and (max-width: 920px) {
  .p-mainImg__scroll a {
    font-size: 4vw;
  }
}
.p-mainImg__scroll a::after {
  position: absolute;
  top: 100%;
  display: block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  transform: rotate(45deg);
  border-bottom: solid 1px #FFF;
  border-right: solid 1px #FFF;
  left: 0;
  right: 0;
  margin: -0.1em auto 0;
}
@media only screen and (max-width: 920px) {
  .p-mainImg__scroll a::after {
    width: 0.8em;
    height: 0.8em;
    border-bottom: solid 0.14vw #FFF;
    border-right: solid 0.14vw #FFF;
  }
}
.p-mainImg__scroll a:hover {
  opacity: 0.6;
}
.p-plan {
  padding-top: 120px;
  padding-bottom: 80px;
  background: url(../img/bg-texture.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 920px) {
  .p-plan {
    padding: 20vw 0 10.67vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-plan {
    background-image: url(../img/bg-texture@sp.jpg);
  }
}
.p-plan__title {
  color: #fff;
}
.p-plan__item {
  margin-top: 60px;
  display: flex;
}
@media only screen and (max-width: 920px) {
  .p-plan__item {
    display: block;
    margin-top: 16.54vw;
  }
}
.p-plan__item:first-of-type {
  margin-top: 0;
}
.p-plan__itemTitle {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-weight: 400;
}
@media only screen and (max-width: 920px) {
  .p-plan__itemTitle {
    font-size: 4.27vw;
    line-height: 1.4;
  }
}
.p-plan__itemLead {
  line-height: 1.4;
  color: #caded7;
  font-size: 13px;
}
@media only screen and (max-width: 920px) {
  .p-plan__itemLead {
    letter-spacing: 0.05em;
    font-size: 2.94vw;
  }
}
.p-plan__itemPrice {
  font-size: 20px;
  margin-top: 15px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 920px) {
  .p-plan__itemPrice {
    font-size: 4vw;
    margin-top: 2.67vw;
  }
}
.p-plan__itemPrice small {
  display: block;
  color: #caded7;
  font-size: 13px;
  margin-top: 0.5em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 920px) {
  .p-plan__itemPrice small {
    font-size: 2.94vw;
  }
}
.p-plan__itemInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.13em;
  margin-top: 10px;
}
@media only screen and (max-width: 920px) {
  .p-plan__itemInfo {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-plan__itemInfo {
    margin-top: 2.14vw;
  }
}
.p-plan__itemInfoTitle:after {
  content: "：";
}
.p-plan__itemDescription {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 920px) {
  .p-plan__itemDescription {
    font-size: 2.4vw;
    margin-top: 6.67vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-plan__itemDescription.__show .p-plan__itemDescriptionTitle:after {
    transform: translate3d(0, -50%, 0) rotate(0deg);
  }
}
.p-plan__itemDescriptionTitle:before {
  content: "【";
}
.p-plan__itemDescriptionTitle:after {
  content: "】";
}
@media only screen and (max-width: 920px) {
  .p-plan__itemDescriptionData {
    padding-top: 1.34vw;
  }
}
.p-plan__itemData {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.1em;
  padding: 40px 60px;
  background-color: #fff;
}
@media only screen and (max-width: 920px) {
  .p-plan__itemData {
    width: auto;
    padding: 6.67vw 5.34vw 9.34vw;
  }
}
@media only screen and (min-width: 921px) {
  .p-plan__itemData {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .p-plan__itemData--01, .p-plan__itemData--02 {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 920px) {
  .p-plan__itemImg img {
    width: 100%;
  }
}
@media only screen and (max-width: 920px) {
  .p-plan__itemImg {
    width: auto;
  }
}
.p-plan__slide {
  padding-bottom: 120px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 920px) {
  .p-plan__slide {
    padding-bottom: 16vw;
  }
}
.p-plan__slideWrapper {
  width: 100%;
}
.p-plan__slideWrapper.swiper-wrapper {
  align-items: stretch;
}
.p-plan__slideItem.swiper-slide {
  height: auto;
  background-color: #fff;
  width: 900px;
}
@media only screen and (max-width: 920px) {
  .p-plan__slideItem.swiper-slide {
    width: 100%;
  }
}
.p-plan .swiper-button-prev,
.p-plan .swiper-button-next {
  width: 80px;
  height: 80px;
  background: #000;
  z-index: 9;
}
@media only screen and (max-width: 920px) {
  .p-plan .swiper-button-prev,
  .p-plan .swiper-button-next {
    width: 10.67vw;
    height: 10.67vw;
  }
}
.p-plan .swiper-button-prev::after,
.p-plan .swiper-button-next::after {
  content: "";
  width: 25%;
  height: 25%;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  transform: rotate(45deg);
}
.p-plan .swiper-button-next {
  right: -40px;
}
@media only screen and (max-width: 920px) {
  .p-plan .swiper-button-next {
    right: -6.5vw;
  }
}
.p-plan .swiper-button-next::after {
  left: 30%;
  right: auto;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
}
@media only screen and (max-width: 920px) {
  .p-plan .swiper-button-next::after {
    border-right: solid 0.14vw #fff;
    border-top: solid 0.14vw #fff;
  }
}
.p-plan .swiper-button-prev {
  left: -40px;
}
@media only screen and (max-width: 920px) {
  .p-plan .swiper-button-prev {
    left: -6.5vw;
  }
}
.p-plan .swiper-button-prev::after {
  right: 30%;
  left: auto;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media only screen and (max-width: 920px) {
  .p-plan .swiper-button-prev::after {
    border-left: solid 0.14vw #fff;
    border-bottom: solid 0.14vw #fff;
  }
}
.p-plan .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}
@media only screen and (max-width: 920px) {
  .p-plan .swiper-pagination {
    bottom: 2.67vw;
  }
}
.p-plan .swiper-pagination-bullet {
  position: relative;
  background-color: #fff;
  opacity: 0.5;
  margin: 0 1rem !important;
}
@media only screen and (max-width: 920px) {
  .p-plan .swiper-pagination-bullet {
    width: 1.87vw;
    height: 1.87vw;
    margin: 0 4.27vw !important;
  }
}
.p-plan .swiper-pagination-bullet-active {
  transform: scale(1.6);
  opacity: 1;
}
.p-plan .swiper-pagination-bullet-active::before {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: solid 1px #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 920px) {
  .p-plan .swiper-pagination-bullet-active::before {
    border: solid 0.14vw #fff;
    width: calc(100% + 0.54vw);
    height: calc(100% + 0.54vw);
  }
}
.p-gallery {
  background: #a58a7b;
}
@media only screen and (max-width: 920px) {
  .p-gallery {
    padding-top: 21.34vw;
  }
}
.p-gallery__slide {
  margin-bottom: 94px;
}
@media only screen and (max-width: 920px) {
  .p-gallery__slide {
    margin-bottom: 9.34vw;
  }
}
.p-gallery__slideList {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (max-width: 920px) {
  .p-gallery__slideList {
    gap: 0.8vw;
  }
}
.p-gallery__slideList li {
  width: calc(25% - 12px);
  box-sizing: border-box;
}
@media only screen and (max-width: 920px) {
  .p-gallery__slideList li {
    width: calc(50% - 6px);
  }
}
.p-gallery__slideList a {
  background-color: #fff;
  display: block;
}
.p-gallery__slideList a img {
  max-width: 100%;
  transition: all 1s ease;
}
@media only screen and (max-width: 920px) {
  .p-gallery__slideList a img {
    max-width: inherit;
    width: 100%;
  }
}
.p-gallery__slideList a:hover img {
  transform: scale(1.2);
}
.p-gallery__slideList .c-media {
  overflow: hidden;
}
.p-gallery__slide__description {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 14px;
  height: 4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 920px) {
  .p-gallery__slide__description {
    font-size: 2.67vw;
    height: 11.74vw;
    line-height: 1.4;
  }
}
.p-gallery__slide__description span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.p-gallery .c-reserve__btn {
  background: #a58a7b;
}

.u-n {
  display: none !important;
}

.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

.u-tc {
  text-align: center !important;
}

.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

.u-fn {
  float: none !important;
}

.u-dn {
  display: none !important;
}

.u-db {
  display: block !important;
}

.u-dib {
  display: inline-block !important;
}

.u-di {
  display: inline !important;
}

.u-dt {
  display: table !important;
}

.u-dtc {
  display: table-cell !important;
}

.u-dtr {
  display: table-row !important;
}

.u-df {
  display: flex !important;
}

.u-dif {
  display: inline-flex !important;
}

@media only screen and (min-width: 921px) {
  .u-lg--n {
    display: none !important;
  }
  .u-lg--tl {
    text-align: left !important;
  }
  .u-lg--tr {
    text-align: right !important;
  }
  .u-lg--tc {
    text-align: center !important;
  }
  .u-lg--fl {
    float: left !important;
  }
  .u-lg--fr {
    float: right !important;
  }
  .u-lg--fn {
    float: none !important;
  }
  .u-lg--dn {
    display: none !important;
  }
  .u-lg--db {
    display: block !important;
  }
  .u-lg--dib {
    display: inline-block !important;
  }
  .u-lg--di {
    display: inline !important;
  }
  .u-lg--dt {
    display: table !important;
  }
  .u-lg--dtc {
    display: table-cell !important;
  }
  .u-lg--dtr {
    display: table-row !important;
  }
  .u-lg--df {
    display: flex !important;
  }
  .u-lg--dif {
    display: inline-flex !important;
  }
}
@media only screen and (max-width: 920px) {
  .u-sm--n {
    display: none !important;
  }
  .u-sm--tl {
    text-align: left !important;
  }
  .u-sm--tr {
    text-align: right !important;
  }
  .u-sm--tc {
    text-align: center !important;
  }
  .u-sm--fl {
    float: left !important;
  }
  .u-sm--fr {
    float: right !important;
  }
  .u-sm--fn {
    float: none !important;
  }
  .u-sm--dn {
    display: none !important;
  }
  .u-sm--db {
    display: block !important;
  }
  .u-sm--dib {
    display: inline-block !important;
  }
  .u-sm--di {
    display: inline !important;
  }
  .u-sm--dt {
    display: table !important;
  }
  .u-sm--dtc {
    display: table-cell !important;
  }
  .u-sm--dtr {
    display: table-row !important;
  }
  .u-sm--df {
    display: flex !important;
  }
  .u-sm--dif {
    display: inline-flex !important;
  }
}
