@charset "UTF-8";
/*!
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-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 {
  background-color: #FFF;
  line-height: 1;
  letter-spacing: 0.03125em;
  color: var(--text-color);
  font-family: var(--font-sans);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
@media only screen and (max-width: 900px) {
  body {
    font-size: 2.14vw;
  }
}
body .en {
  font-family: var(--font-en);
}
body .jp {
  font-family: var(--font-sans);
}
body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--theme-color);
  opacity: 0.8;
  z-index: 0;
}

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

a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 901px) {
  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;
  z-index: 50;
}
.l-footer {
  background: var(--color-white);
}
.l-footer__copyright {
  font-family: var(--font-en);
  text-align: center;
  background: var(--white-color);
  padding: 40px 0;
}
@media only screen and (max-width: 900px) {
  .l-footer__copyright {
    padding: 5.34vw 0;
  }
}
.l-footer__copyright p {
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: var(--black-color);
  font-size: 18px;
}
@media only screen and (max-width: 900px) {
  .l-footer__copyright p {
    font-size: 2.4vw;
  }
}
.l-header {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 50px 0 75px;
}
@media only screen and (max-width: 900px) {
  .l-header {
    padding: 6.67vw 0 6.67vw;
  }
}
.l-header::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(53, 24, 21, 0.68), rgba(53, 24, 21, 0));
  mix-blend-mode: multiply;
}
.l-header__logo img {
  display: block;
  width: auto;
  height: 40px;
}
@media only screen and (max-width: 900px) {
  .l-header__logo img {
    height: 5.34vw;
  }
}
.l-wrapper {
  overflow: hidden;
  background: #FFF;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 750px;
  padding: 0 0;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .l-wrapper {
    max-width: none;
    padding: 0 0;
    margin: 0;
  }
}

.c-animate {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 0.8s;
}
.c-animate.__animated {
  opacity: 1;
  transform: translate(0, 0);
}
.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.175em;
  font-family: var(--font-serif);
  font-weight: 700;
  color: var(--theme-color);
  background: var(--white-color);
  font-size: 32px;
  height: 100px;
  border: 1px solid var(--theme-color);
  transition: all ease 0.25s;
}
@media only screen and (max-width: 900px) {
  .c-btn {
    font-size: 4.27vw;
    height: 13.34vw;
  }
}
.c-btn:hover {
  color: var(--white-color);
  border-color: var(--white-color);
  background: var(--theme-color);
}
.c-btn.--fill {
  color: var(--white-color);
  border-color: var(--white-color);
  background: var(--theme-color);
}
.c-btn.--fill:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  background: var(--white-color);
}
.c-linkBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.175em;
  font-family: var(--font-serif);
  font-weight: 700;
  color: var(--theme-color);
  background: var(--white-color);
  font-size: 32px;
  height: 100px;
  border: 1px solid var(--theme-color);
  transition: all ease 0.25s;
}
@media only screen and (max-width: 900px) {
  .c-linkBtn {
    font-size: 4.27vw;
    height: 13.34vw;
  }
}
.c-linkBtn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  transition: all ease 0.25s;
  background: var(--theme-color);
  mask-image: url(../img/icn_blank.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 20px;
  width: 24px;
  height: 24px;
  right: 24px;
}
@media only screen and (max-width: 900px) {
  .c-linkBtn::after {
    mask-size: 16px;
    width: 20px;
    height: 20px;
    right: 3.2vw;
  }
}
.c-linkBtn:hover {
  color: var(--white-color);
  border-color: var(--white-color);
  background: var(--theme-color);
}
.c-linkBtn:hover::after {
  background: var(--white-color);
}
.c-linkBtn.--rev {
  color: var(--white-color);
  border-color: var(--white-color);
  background: var(--theme-color);
}
.c-linkBtn.--rev::after {
  background: var(--white-color);
}
.c-linkBtn.--rev:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  background: var(--white-color);
}
.c-linkBtn.--rev:hover::after {
  background: var(--theme-color);
}
.c-container {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .c-container {
    padding: 0 6.67vw;
    margin: 0;
  }
}
.c-lead {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 900px) {
  .c-lead {
    margin-bottom: 8vw;
  }
}
.c-lead__media {
  margin-left: -100px;
  margin-right: -100px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 900px) {
  .c-lead__media {
    margin-left: -6.66vw;
    margin-right: -6.66vw;
    margin-bottom: 8vw;
  }
}
.c-lead__title {
  font-family: var(--font-serif);
  color: var(--title-color);
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 1em;
  letter-spacing: 0.175em;
  font-size: 36px;
}
@media only screen and (max-width: 900px) {
  .c-lead__title {
    font-size: 4.8vw;
  }
}
.c-lead__text p {
  color: var(--gray-color);
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 22px;
}
@media only screen and (max-width: 900px) {
  .c-lead__text p {
    font-size: 2.94vw;
  }
}
.c-desc {
  line-height: 1.8;
  letter-spacing: 0.03125em;
  margin: 1em auto;
  font-size: 20px;
}
@media only screen and (max-width: 900px) {
  .c-desc {
    font-size: 2.67vw;
  }
}
.c-desc p {
  font-weight: 400;
  color: var(--gray-color);
}
.c-media {
  max-width: 100%;
  margin: 0 auto;
}
.c-media img {
  display: block;
  width: 100%;
}
.c-price dl {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--gray-color);
}
@media only screen and (max-width: 900px) {
  .c-price dl {
    padding: 1.87vw 0;
    margin-bottom: 1.34vw;
  }
}
.c-price dl dt, .c-price dl dd {
  display: flex;
  align-items: flex-end;
  column-gap: 0.5rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.c-price dl dt span, .c-price dl dt small, .c-price dl dd span, .c-price dl dd small {
  letter-spacing: 0.03125em;
}
.c-price dl dt small, .c-price dl dd small {
  font-family: var(--font-sans);
  font-weight: 500;
  line-height: 1.8;
  font-size: 22px;
}
@media only screen and (max-width: 900px) {
  .c-price dl dt small, .c-price dl dd small {
    font-size: 2.94vw;
  }
}
.c-price dl dt {
  font-family: var(--font-serif);
  justify-content: space-between;
  width: 100%;
  font-weight: 700;
  font-size: 36px;
}
@media only screen and (max-width: 900px) {
  .c-price dl dt {
    font-size: 4.8vw;
  }
}
.c-price dl dd {
  font-family: var(--font-serif);
  justify-content: flex-end;
  width: fit-content;
  min-width: fit-content;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 36px;
}
@media only screen and (max-width: 900px) {
  .c-price dl dd {
    font-size: 4.8vw;
  }
}
.c-price__anno {
  font-size: 0.625em;
  vertical-align: super;
}
.c-section {
  padding: 100px 0 100px;
}
@media only screen and (max-width: 900px) {
  .c-section {
    padding: 13.34vw 0 13.34vw;
  }
}
.c-section__header {
  position: relative;
  z-index: 5;
}
.c-section__body {
  position: relative;
  z-index: 1;
  margin: 80px auto 80px;
}
@media only screen and (max-width: 900px) {
  .c-section__body {
    margin: 10.67vw auto 10.67vw;
  }
}
.c-section__body:first-child {
  margin-top: 0;
}
.c-section__body:last-child {
  margin-bottom: 0;
}
.c-section__title {
  line-height: 1.4;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.c-section__title span {
  text-align: center;
  display: block;
  margin: 0 auto;
  z-index: 1;
}
.c-section__title .main {
  font-weight: 500;
  color: var(--theme-color);
  letter-spacing: 0.28125em;
  font-size: 52px;
}
@media only screen and (max-width: 900px) {
  .c-section__title .main {
    font-size: 6.94vw;
  }
}
.c-section__title .sub {
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 22px;
}
@media only screen and (max-width: 900px) {
  .c-section__title .sub {
    font-size: 2.94vw;
  }
}
.c-section__description {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 900px) {
  .c-section__description {
    font-size: 3.2vw;
    letter-spacing: 0.2em;
  }
}

.p-mv {
  position: relative;
}
.p-mv__content {
  position: relative;
}
.p-mv__photo {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
}
.p-mv__photo img {
  display: block;
  width: 100%;
}
.p-mv__desc {
  position: absolute;
  z-index: 1;
  height: 180px;
  width: 100%;
  top: 145px;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .p-mv__desc {
    height: 100%;
    width: 26.67vw;
    top: 0;
    left: 6.67vw;
  }
}
.p-mv__desc p {
  position: absolute;
  z-index: 1;
  color: #FFF;
}
@media only screen and (min-width: 901px) {
  .p-mv__desc p {
    line-height: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    right: 0;
    font-size: 16px;
    letter-spacing: 0.25em;
  }
}
@media only screen and (max-width: 900px) {
  .p-mv__desc p {
    line-height: 1.8;
    font-size: 3.74vw;
    letter-spacing: 0.125em;
  }
}
.p-mv__info {
  position: absolute;
  display: flex;
  justify-content: space-between;
  z-index: 0;
}
@media only screen and (min-width: 901px) {
  .p-mv__info {
    width: 396px;
    bottom: 28px;
    right: 0;
    gap: 12px;
  }
}
@media only screen and (max-width: 900px) {
  .p-mv__info {
    bottom: 5.6vw;
    width: 88.54vw;
    gap: 1.6vw;
  }
}
.p-mv__info dl {
  width: 100%;
  letter-spacing: 0.05em;
}
.p-mv__info dt {
  border-bottom: solid 1px var(--text-color);
  font-family: var(--font-en);
  line-height: 1.8;
  font-size: 12px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 900px) {
  .p-mv__info dt {
    line-height: 1.6;
    font-size: 3.2vw;
    margin-bottom: 2.94vw;
  }
}
.p-mv__info dd .main {
  margin-top: 22px;
}
@media only screen and (max-width: 900px) {
  .p-mv__info dd .main {
    margin-top: 2.14vw;
  }
}
.p-mv__info dd .sub {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 4px;
}
@media only screen and (max-width: 900px) {
  .p-mv__info dd .sub {
    margin-bottom: 2.14vw;
  }
}
.p-mv__infoDate .date {
  line-height: 1;
  font-size: 24px;
  margin-right: 6px;
}
@media only screen and (max-width: 900px) {
  .p-mv__infoDate .date {
    font-size: 6vw;
    margin-right: 1.34vw;
  }
}
.p-mv__infoDate .week {
  font-size: 16px;
  margin-right: 12px;
}
@media only screen and (max-width: 900px) {
  .p-mv__infoDate .week {
    font-size: 3.2vw;
    margin-right: 2.94vw;
  }
}
.p-mv__infoDate .time {
  font-size: 14px;
  margin-right: 12px;
}
@media only screen and (max-width: 900px) {
  .p-mv__infoDate .time {
    font-size: 3.2vw;
    margin-right: 2.94vw;
  }
}
.p-mv__infoDate .limit {
  font-size: 12px;
  vertical-align: 0.2em;
}
@media only screen and (max-width: 900px) {
  .p-mv__infoDate .limit {
    font-size: 3.2vw;
  }
}
.p-mv__infoDate .anno {
  font-size: 12px;
}
@media only screen and (max-width: 900px) {
  .p-mv__infoDate .anno {
    font-size: 2.94vw;
  }
}
.p-mv__infoPlace .main {
  font-size: 19px;
}
@media only screen and (max-width: 900px) {
  .p-mv__infoPlace .main {
    font-size: 4.27vw;
  }
}
.p-mv__infoPlace .sub {
  font-size: 14px;
}
@media only screen and (max-width: 900px) {
  .p-mv__infoPlace .sub {
    font-size: 3.2vw;
  }
}
.p-info {
  background: var(--theme-color);
  color: var(--white-color);
}
.p-info__lead {
  margin-bottom: 100px;
}
@media only screen and (max-width: 900px) {
  .p-info__lead {
    margin-bottom: 13.34vw;
  }
}
.p-info__leadTitle {
  color: var(--white-color);
  font-family: var(--font-serif);
}
.p-info__leadText p {
  letter-spacing: 0.1em;
  line-height: 2;
  color: var(--white-color);
  font-family: var(--font-serif);
  font-size: 24px;
}
@media only screen and (max-width: 900px) {
  .p-info__leadText p {
    font-size: 3.2vw;
  }
}
.p-info__listItem {
  text-align: center;
}
.p-info__listItem:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 900px) {
  .p-info__listItem:not(:last-child) {
    margin-bottom: 10.67vw;
  }
}
.p-info__listItem dl dt {
  display: block;
  text-align: center;
  font-weight: 500;
  padding-bottom: 0.8em;
  letter-spacing: 0.3125em;
  font-size: 28px;
  margin-bottom: 28px;
  border-bottom: solid 1px var(--white-color);
}
@media only screen and (max-width: 900px) {
  .p-info__listItem dl dt {
    font-size: 3.74vw;
    margin-bottom: 3.74vw;
  }
}
.p-info__listItem dl dd {
  font-family: var(--font-serif);
  line-height: 1.6;
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .p-info__listItem dl dd {
    font-size: 4vw;
  }
}
.p-info__listItem dl dd:not(:last-child) {
  margin-bottom: 32px;
}
@media only screen and (max-width: 900px) {
  .p-info__listItem dl dd:not(:last-child) {
    margin-bottom: 4.27vw;
  }
}
.p-info__listItem dl dd .main {
  line-height: 1.4;
  font-size: 40px;
}
@media only screen and (max-width: 900px) {
  .p-info__listItem dl dd .main {
    font-size: 5.34vw;
  }
}
.p-info__listItem dl dd .sub {
  font-size: 32px;
}
@media only screen and (max-width: 900px) {
  .p-info__listItem dl dd .sub {
    font-size: 4.27vw;
  }
}
.p-info__listItem dl dd small {
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (max-width: 900px) {
  .p-info__listItem dl dd small {
    font-size: 2.4vw;
  }
}
.p-info__price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  column-gap: 1rem;
}
.p-info__priceName {
  font-family: var(--font-serif);
  font-weight: 700;
  letter-spacing: -0.025em;
  font-size: 40px;
}
@media only screen and (max-width: 900px) {
  .p-info__priceName {
    font-size: 5.34vw;
  }
}
.p-info__priceNumber {
  font-family: var(--font-serif);
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.4;
  font-size: 44px;
}
@media only screen and (max-width: 900px) {
  .p-info__priceNumber {
    font-size: 5.87vw;
  }
}
.p-info__anno {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 18px;
}
@media only screen and (max-width: 900px) {
  .p-info__anno {
    font-size: 2.4vw;
  }
}
.p-info__block {
  padding: 0.5rem 0;
}
.p-menu {
  background: var(--weak-color);
}
.p-menu__listItem:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (max-width: 900px) {
  .p-menu__listItem:not(:last-child) {
    margin-bottom: 13.34vw;
  }
}
.p-menu__price {
  margin-bottom: 42px;
}
@media only screen and (max-width: 900px) {
  .p-menu__price {
    margin-bottom: 5.6vw;
  }
}
.p-menu__detail p, .p-menu__detail li {
  line-height: 1.8;
  letter-spacing: 0.005em;
  font-size: 24px;
}
@media only screen and (max-width: 900px) {
  .p-menu__detail p, .p-menu__detail li {
    font-size: 3.2vw;
  }
}
.p-menu__detail p:not(:last-child) {
  margin-bottom: 1.4em;
}
.p-menu__detail ul {
  list-style: disc;
  padding-left: 1.4em;
}
.p-menu__media {
  margin-bottom: 32px;
}
@media only screen and (max-width: 900px) {
  .p-menu__media {
    margin-bottom: 4.27vw;
  }
}
.p-space__listItem:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .p-space__listItem:not(:last-child) {
    margin-bottom: 5.34vw;
  }
}
.p-space__itemTitle {
  position: relative;
  text-align: center;
  background: var(--theme-color);
  color: var(--white-color);
  font-family: var(--font-serif);
  line-height: 1.2;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 30px;
  padding: 24px 0 28px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 900px) {
  .p-space__itemTitle {
    font-size: 4vw;
    padding: 3.2vw 0 3.74vw;
    margin-bottom: 3.2vw;
  }
}
.p-space__itemTitle::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: var(--theme-color);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 30px;
  height: 16px;
}
@media only screen and (max-width: 900px) {
  .p-space__itemTitle::after {
    width: 4vw;
    height: 2.14vw;
  }
}
.p-space__itemDesc {
  text-align: center;
  font-size: 24px;
}
@media only screen and (max-width: 900px) {
  .p-space__itemDesc {
    font-size: 3.2vw;
  }
}
.p-reserve .c-section__body {
  text-align: center;
}
.p-reserve .c-section__body::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
  background: url(../img/bg.jpg) no-repeat center bottom/cover;
}
@media only screen and (max-width: 900px) {
  .p-reserve .c-section__body::before {
    background: url(../img/bg@sp.jpg) no-repeat center bottom/cover;
  }
}
.p-reserve__lead {
  letter-spacing: 0.3125em;
  font-size: 16px;
  margin-top: -20px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 900px) {
  .p-reserve__lead {
    font-size: 3.47vw;
    margin-bottom: 8.54vw;
  }
}
.p-reserve__desc p {
  line-height: 2.2;
}
.p-reserve__linkBtn {
  margin-bottom: 36px;
}
@media only screen and (max-width: 900px) {
  .p-reserve__linkBtn {
    margin-bottom: 5.34vw;
  }
}
.p-reserve__linkBtn.--tel {
  display: none;
}
@media only screen and (max-width: 900px) {
  .p-reserve__linkBtn.--tel {
    display: block;
  }
}
.p-reserve__tel {
  margin-bottom: 32px;
}
@media only screen and (max-width: 900px) {
  .p-reserve__tel {
    display: none;
  }
}
.p-reserve__tel::before {
  content: "";
  display: block;
  background: url(../img/icn_tel_black.svg) no-repeat center/contain;
  left: 0;
  right: 0;
  margin: 0 auto 16px;
  width: 30px;
  height: 30px;
}
.p-reserve__tel span {
  display: block;
}
.p-reserve__tel .sub {
  font-size: 14px;
  margin-bottom: 10px;
}
.p-reserve__tel .main {
  letter-spacing: 0.125em;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 900px) {
  .p-reserve__tel .main {
    font-size: 6.14vw;
    margin-bottom: 4.8vw;
  }
}
.p-reserveList ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 30px auto 80px;
}
@media only screen and (max-width: 900px) {
  .p-reserveList ul {
    margin: 2.14vw auto 5.6vw;
  }
}
.p-reserveList ul li {
  width: 230px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .p-reserveList ul li {
    width: 21.6vw;
  }
}
.p-access {
  background: var(--theme-color);
  color: var(--white-color);
}
.p-access__contact {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .p-access__contact {
    margin-bottom: 5.34vw;
  }
}
.p-access__contactHead {
  display: block;
  text-align: center;
  font-weight: 500;
  padding-bottom: 0.8em;
  letter-spacing: 0.3125em;
  font-size: 28px;
  margin-bottom: 28px;
  border-bottom: solid 1px var(--white-color);
}
@media only screen and (max-width: 900px) {
  .p-access__contactHead {
    font-size: 3.74vw;
    margin-bottom: 3.74vw;
  }
}
.p-access__contactName {
  display: block;
  font-weight: 700;
  letter-spacing: -0.005em;
  font-family: var(--font-serif);
  margin-bottom: 1em;
  font-size: 36px;
}
@media only screen and (max-width: 900px) {
  .p-access__contactName {
    font-size: 4.8vw;
  }
}
.p-access__contactTel {
  display: block;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: var(--font-en);
  font-size: 60px;
}
@media only screen and (max-width: 900px) {
  .p-access__contactTel {
    font-size: 8vw;
  }
}
.p-access__address {
  text-align: center;
}
.p-access__address p {
  font-weight: 400;
  line-height: 1.8;
  font-size: 24px;
}
@media only screen and (max-width: 900px) {
  .p-access__address p {
    font-size: 3.2vw;
  }
}
.p-access__data {
  margin-bottom: 60px;
}
@media only screen and (max-width: 900px) {
  .p-access__data {
    margin-bottom: 8vw;
  }
}
.p-access__link {
  width: 100%;
  text-align: center;
}
.p-access__linkList {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.p-access__linkBtn {
  font-size: 26px;
  height: 80px;
  letter-spacing: 0.1em;
  color: var(--black-color);
}
@media only screen and (max-width: 900px) {
  .p-access__linkBtn {
    font-size: 3.47vw;
    height: 10.67vw;
  }
}
.p-access__linkBtn::after {
  background: var(--black-color);
}
.p-access__linkTxt {
  display: block;
  margin-top: 0.3125em;
  font-weight: 400;
  font-size: 20px;
}
@media only screen and (max-width: 900px) {
  .p-access__linkTxt {
    font-size: 2.67vw;
  }
}
/* 追従ボタン */
.followUpBtn a{
	display: flex;
	align-items: center;
	justify-content: center;
  position:fixed;
  width:200px;
  height:200px;
  top:0;
  left: calc(50% + 375px);
	z-index:51;
	background : var(--white-color);
  border-radius : 10px;
  font-size : 33px;
  line-height : 45.95px;
  letter-spacing : 6.6px;
  color : var(--theme-color);
	text-align: center;
	font-family: var(--font-serif);
	transition: all 0.3s ease;
}
@media only screen and (min-width: 901px) {
	.followUpBtn a:hover{
		opacity: .8;
		transition: all 0.3s ease;
	}
}
@media only screen and (max-width: 900px) {
	.followUpBtn a{
		width:100vw;
		height:50px;
		top:initial;
		bottom:0;
		left: 0;
		border-radius : 0;
		font-size : 17px;
		line-height : 1;
		letter-spacing : 3.4px;
		padding-right:-3.4px;
    border-top:solid 1px var(--theme-color);
	}
	.followUpBtn a br{
		display: none;
	}
}

.u-font--serif {
  font-family: var(--font-serif);
}
.u-font--sans {
  font-family: var(--font-sans);
}
.u-font--en {
  font-family: var(--font-en);
}
.u-txt--center {
  text-align: center;
}
.u-txt--left {
  text-align: left;
}
.u-txt--right {
  text-align: right;
}

.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: 901px) {
  .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: 900px) {
  .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;
  }
}
