@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers
*/
article, aside, main, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

:root {
  --color-site-primary: #333;
  --color-site-secondary: #BCBCBC;
  --color-site-tertiary: #fff;
  --color-border-primary: #333;
  --color-border-secondary: #707070;
  --color-border-tertiary: #9A9A9A;
  --color-border-quaternary: #CECECE;
  --color-border-quinary: #E2E2E2;
  --color-link-hover: #9F9F9F;
  --color-bold: #DC000C;
  --img-small: 280px;
  --img-middle: 460px;
  --img-large: 1000px;
  --column02-even: 460px;
  --column02-small: 380px;
  --column02-large: 540px;
  --column03: 280px;
}

::selection {
  color: var(--color-site-tertiary);
  background-color: var(--color-border-tertiary);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 16px;
}
html.is_bookingopen .p-booking {
  z-index: 4000;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.3s;
}
html.is_menuopen .p-gmenu {
  z-index: 4000;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.3s;
}

body {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-decoration-skip: none;
  -webkit-text-size-adjust: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  color: var(--color-site-primary);
  background-color: var(--color-site-tertiary);
}
@media print, screen and (width > 769px) {
  body {
    min-width: 1270px;
    font-size: 16px;
    line-height: 1.82;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  a:where(:any-link, :enabled, summary):hover img {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}

img {
  vertical-align: bottom;
}

@media only screen and (width <= 768px) {
  .u-use--pc {
    display: none !important;
  }
}

@media print, screen and (width > 769px) {
  .u-use--sp {
    display: none !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif JP", serif;
}

@media print, screen and (width > 769px) {
  .js .js-animation > * {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.3s ease-out, transform 0.5s ease-out;
    transition: opacity 0.3s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  .js .js-animation.is-show > * {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .js .js-animation.is-show .c-hd--type01 {
    animation-name: titleLtoR;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
  .js .js-animation.is-show .c-hd--type01__inner {
    animation-name: titleRtoL;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
  .js .js-animation.is-show .c-picture--title {
    animation-name: titleLtoR;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
  .js .js-animation.is-show .c-picture--title .c-picture__img {
    animation-name: titleRtoL;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
  .js .js-animation.is-show .p-access__header {
    animation-name: titleLtoR;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
  .js .js-animation.is-show .p-access__title {
    animation-name: titleRtoL;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
}
@keyframes titleLtoR {
  0% {
    opacity: 0;
    translate: -100% 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes titleRtoL {
  0% {
    opacity: 0;
    translate: 100% 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.l-header {
  width: 100%;
  height: 182px;
  padding: 20px 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  transition-delay: 0.4s;
  transition: translate 0.3s ease-out;
}
@media print, screen and (width > 769px) {
  .l-header {
    height: 250px;
    padding: 30px 30px 0 25px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.l-header.mv_moving {
  translate: 0 -100%;
  transition-delay: 0.4s;
  transition: translate 0.6s ease-out;
}
.l-header__btn {
  font-family: "Noto Serif JP", serif;
  width: 64px;
  height: 64px;
  border: 1px solid;
  border-radius: 50%;
  position: fixed;
  z-index: 1500;
}
@media print, screen and (width > 769px) {
  .l-header__btn {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (width <= 768px) {
  .l-header__btn {
    transition: right 0.3s;
  }
  html.is_hide .l-header__btn {
    right: -64px;
    transition: right 0.2s;
  }
}
.l-header__btn__txt {
  font-size: 13px;
  position: relative;
  z-index: 3;
}
.l-header__btn__txt::before {
  font-size: 13px !important;
}
@media print, screen and (width > 769px) {
  .l-header__btn__txt {
    font-size: 17px;
  }
  .l-header__btn__txt::before {
    font-size: 17px !important;
  }
}
.l-header__btn--menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  border-color: var(--color-site-primary);
  background-color: var(--color-site-primary);
  top: 20px;
  right: 20px;
}
.l-header__btn--menu::before {
  content: "";
  width: 28px;
  height: 11px;
  -webkit-mask-image: url(../images/common/icon_menu.svg);
  -webkit-mask-size: 28px 11px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/common/icon_menu.svg);
  mask-size: 28px 11px;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--color-site-tertiary);
  margin-top: 10px;
  position: relative;
  z-index: 3;
}
@media print, screen and (width > 769px) {
  .l-header__btn--menu {
    top: 30px;
    right: clamp(25px, 2.0833333333vw, 30px);
  }
  .l-header__btn--menu::after {
    content: "";
    background-color: var(--color-site-tertiary);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    scale: 0 0;
    transition: scale 0.2s;
  }
}
@media (hover: hover) {
  .l-header__btn--menu:where(:any-link, :enabled, summary):hover .l-header__btn__txt {
    color: var(--color-site-primary) !important;
    transition: color 0.3s;
  }
  .l-header__btn--menu:where(:any-link, :enabled, summary):hover::before {
    background-color: var(--color-site-primary);
    transition: background-color 0.3s;
  }
  .l-header__btn--menu:where(:any-link, :enabled, summary):hover::after {
    scale: 1;
    transition: scale 0.3s;
  }
}
.l-header__btn--menu .l-header__btn__txt {
  color: var(--color-site-tertiary);
  font-size: 12px;
  position: relative;
}
.l-header__btn--menu .l-header__btn__txt::before {
  font-size: 12px !important;
}
@media print, screen and (width > 769px) {
  .l-header__btn--menu .l-header__btn__txt {
    font-size: 13px;
  }
  .l-header__btn--menu .l-header__btn__txt::before {
    font-size: 13px !important;
  }
}
html.is_menuopen .l-header__btn--menu {
  z-index: 5000;
}
html.is_menuopen .l-header__btn--menu::after {
  background-color: #474747;
}
html.is_menuopen .l-header__btn--menu::before {
  -webkit-mask-image: url(../images/common/icon_close.svg);
  mask-image: url(../images/common/icon_close.svg);
  background-color: var(--color-site-tertiary) !important;
}
html.is_menuopen .l-header__btn--menu .l-header__btn__txt {
  font-size: 0;
}
html.is_menuopen .l-header__btn--menu .l-header__btn__txt::before {
  content: " 閉じる";
  color: var(--color-site-tertiary) !important;
}

html[lang=en].is_menuopen .l-header__btn--menu .l-header__btn__txt::before {
  content: "close";
}

.l-header__btn--booking {
  border-color: var(--color-site-secondary);
  background-color: var(--color-site-tertiary);
  top: 92px;
  right: 20px;
}
@media print, screen and (width > 769px) {
  .l-header__btn--booking {
    top: 30px;
    right: clamp(107px, 8.6805555556vw, 125px);
  }
  .l-header__btn--booking::before {
    content: "";
    background-color: var(--color-site-primary);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    scale: 0 0;
    transition: scale 0.2s;
  }
}
@media (hover: hover) {
  .l-header__btn--booking:where(:any-link, :enabled, summary):hover {
    border-color: var(--color-site-secondary);
  }
  .l-header__btn--booking:where(:any-link, :enabled, summary):hover .l-header__btn__txt {
    color: var(--color-site-tertiary) !important;
    transition: color 0.3s;
  }
  .l-header__btn--booking:where(:any-link, :enabled, summary):hover::before {
    scale: 1;
    transition: scale 0.3s;
  }
}
.l-header__btn--booking .l-header__btn__txt {
  font-size: 13px;
  line-height: 62px;
  color: var(--color-site-primary) !important;
  display: block;
  position: relative;
}
.l-header__btn--booking .l-header__btn__txt::before {
  font-size: 13px !important;
}
@media print, screen and (width > 769px) {
  .l-header__btn--booking .l-header__btn__txt {
    font-size: 17px;
    line-height: 78px;
  }
  .l-header__btn--booking .l-header__btn__txt::before {
    font-size: 17px !important;
  }
}
html.is_bookingopen .l-header__btn--booking {
  z-index: 5000;
}
html.is_bookingopen .l-header__btn--booking::before {
  background-color: #5D5E5D;
}
@media only screen and (width <= 768px) {
  html.is_bookingopen .l-header__btn--booking {
    top: 20px;
  }
}
@media (hover: hover) {
  html.is_bookingopen .l-header__btn--booking:where(:any-link, :enabled, summary):hover .l-header__btn__txt::before {
    color: var(--color-site-tertiary) !important;
    transition: color 0.3s;
  }
}
html.is_bookingopen .l-header__btn--booking .l-header__btn__txt {
  font-size: 0;
}
html.is_bookingopen .l-header__btn--booking .l-header__btn__txt::before {
  content: " 閉じる";
  color: var(--color-site-primary) !important;
  position: relative;
  z-index: 10;
}

html[lang=en].is_bookingopen .l-header__btn--booking .l-header__btn__txt::before {
  content: "close";
}

.l-main__inner {
  width: max(320px, 86.666vw);
  margin: auto;
  padding-bottom: 80px;
}
@media print, screen and (width > 769px) {
  .l-main__inner {
    width: 100%;
    padding-bottom: 190px;
  }
}

.l-jumbotron {
  position: relative;
  z-index: 10;
  animation: mvFadeIn ease-in 1.2s forwards;
}
@keyframes mvFadeIn {
  0% {
    filter: brightness(0.2);
  }
  100% {
    filter: brightness(1);
  }
}

.l-footer {
  width: max(320px, 86.666vw);
  padding-bottom: 32px;
  border-top: 1px solid var(--color-border-secondary);
  margin: 0 auto 0;
}
@media print, screen and (width > 769px) {
  .l-footer {
    width: clamp(1200px, calc((1400 / (1400 + 70) * 100vw)), 1400px);
  }
}
@media print, screen and (width > 769px) {
  .l-footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.l-footer__inner {
  padding-bottom: 30px;
  display: grid;
}
@media print, screen and (width > 769px) {
  .l-footer__inner {
    padding-bottom: 20px;
    grid-template-columns: 72px 270px 1fr;
    grid-template-rows: 231px auto;
    gap: 0 3.571%;
  }
  .l-footer__inner .p-logo {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .l-footer__inner .p-call {
    grid-column: 2/3;
    grid-row: 1/2;
    position: relative;
    top: -13px;
  }
  .l-footer__inner .p-fnav {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .l-footer__inner .p-info {
    grid-column: 2/4;
    grid-row: 2/3;
  }
}
@media only screen and (width <= 768px) {
  .l-footer__inner {
    grid-template-columns: 100%;
  }
  .l-footer__inner .p-info {
    order: 1;
  }
  .l-footer__inner .p-call {
    order: 2;
  }
}

.c-hd {
  color: var(--color-site-primary);
  font-weight: 700;
}
.c-hd--type01 {
  font-size: 26px;
  width: fit-content;
}
@media print, screen and (width > 769px) {
  .c-hd--type01 {
    font-size: 36px;
    overflow: hidden;
    opacity: 0;
    translate: -100% 0;
  }
}
.c-hd--type01__inner {
  display: inline-block;
  border-top: 5px solid;
  padding: 13px 8px 0;
}
@media print, screen and (width > 769px) {
  .c-hd--type01__inner {
    border-top-width: 6px;
    padding: 17px 7px 0;
    opacity: 0;
    translate: 100% 0;
  }
}
.c-hd--type01__small {
  font-size: 50%;
  margin-left: 5px;
}
.c-hd--large {
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  font-weight: 700;
  padding-top: 25px;
  position: relative;
}
.c-hd--large::before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: var(--color-site-primary);
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (width > 769px) {
  .c-hd--large {
    font-size: 38px;
  }
  .c-hd--large::before {
    width: 170px;
  }
}
.c-hd--middle {
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}
@media print, screen and (width > 769px) {
  .c-hd--middle {
    font-size: 34px;
  }
}
.c-hd--small {
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 700;
}
@media print, screen and (width > 769px) {
  .c-hd--small {
    font-size: 30px;
  }
}
.c-hd__time {
  font-size: 16px;
  display: block;
}

.c-txt {
  font-size: 16px;
  line-height: 2.125;
}
.c-txt--small {
  font-size: 87.5%;
  font-weight: 400;
}
.c-txt--block {
  font-size: 16px;
  line-height: 2.125;
  padding: 20px;
  border: 5px solid #F5F5F5;
}
@media print, screen and (width > 769px) {
  .c-txt--block {
    padding: 50px;
    border-width: 10px;
  }
}

.c-link {
  text-decoration: underline;
}
.c-link:link {
  text-decoration: underline;
}
.c-link:hover {
  color: var(--color-link-hover);
}
.c-link:visited {
  text-decoration: none;
}
.c-link[target=_blank], .c-link[rel="noopener noreferrer"] {
  position: relative;
}
.c-link[target=_blank]::after, .c-link[rel="noopener noreferrer"]::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_external_entry.svg);
  background-size: 18px 18px;
  margin-left: 14px;
}
.c-link--arrow {
  font-size: 15px;
  line-height: 1.5;
  display: inline-block;
  width: fit-content;
  position: relative;
  padding-right: 55px;
}
.c-link--arrow::after {
  content: "";
  width: 42px;
  height: 8px;
  background: url(../images/common/icon_arrow.svg) no-repeat left top;
  background-size: 42px 8px;
  position: absolute;
  right: 0;
  top: 7px;
  transition: translate 0.2s;
}
@media (hover: hover) {
  .c-link--arrow:where(:any-link, :enabled, summary):hover::after {
    translate: 5px 0;
    transition: translate 0.3s;
  }
}

.c-list--normal > li, .c-list--normal__item {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.125;
  position: relative;
  padding-left: 20px;
}
.c-list--normal > li::before, .c-list--normal__item::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--color-site-primary);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
}
.c-list--number {
  counter-reset: my-counter;
}
.c-list--number > li, .c-list--number__item {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.125;
  position: relative;
  padding-left: 20px;
}
.c-list--number > li::before, .c-list--number__item::before {
  counter-increment: my-counter;
  content: counter(my-counter) ".";
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -3px;
}

.c-table {
  width: 100%;
}
.c-table__th, .c-table__td {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--color-border-quinary);
  padding: 12px 0;
}
@media print, screen and (width > 769px) {
  .c-table__th, .c-table__td {
    font-size: 17px;
    line-height: 1.823;
    padding: 16px 0;
  }
}
.c-table__th {
  font-weight: 700;
  padding-right: 15px;
  white-space: nowrap;
  width: min-content;
}
@media print, screen and (width > 769px) {
  .c-table__th {
    padding-right: 30px;
  }
}
.c-table__td--right {
  text-align: right;
}
.c-table__td--desc {
  border-bottom: 0;
}
.c-table__caution {
  font-size: 13px;
  line-height: 1.2;
  display: inline-block;
}
@media print, screen and (width > 769px) {
  .c-table__caution {
    font-size: 15px;
  }
}
.c-table--entry, .acms-ebody__content .entry-container table:not(.acms-admin-table-admin-edit) {
  border-top: 1px solid #BEBEBE;
}
.c-table--entry__th, .acms-ebody__content .entry-container table:not(.acms-admin-table-admin-edit) th, .c-table--entry__td, .acms-ebody__content .entry-container table:not(.acms-admin-table-admin-edit) td {
  font-size: 16px;
  line-height: 1.875;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #BEBEBE;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media print, screen and (width > 769px) {
  .c-table--entry__th, .acms-ebody__content .entry-container table:not(.acms-admin-table-admin-edit) th, .c-table--entry__td, .acms-ebody__content .entry-container table:not(.acms-admin-table-admin-edit) td {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.c-table--entry__th, .acms-ebody__content .entry-container table:not(.acms-admin-table-admin-edit) th {
  font-weight: 700;
  width: min-content;
  padding-right: 20px;
}
@media print, screen and (width > 769px) {
  .c-table--entry__th, .acms-ebody__content .entry-container table:not(.acms-admin-table-admin-edit) th {
    padding-right: 60px;
  }
}

.c-picture__img {
  width: 100%;
  height: auto;
}
@media print, screen and (width > 769px) {
  .c-picture--title {
    display: block;
    overflow: hidden;
    opacity: 0;
    translate: -100% 0;
  }
  .c-picture--title .c-picture__img {
    opacity: 0;
    translate: 100% 0;
  }
}

.c-btn:is(button,input) {
  appearance: none;
  cursor: pointer;
}
.c-btn--primary {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  display: inline-block;
  width: fit-content;
  border: 1px solid;
  padding: 7px 55px 7px 24px;
  position: relative;
}
.c-btn--primary::after {
  content: "";
  width: 17px;
  height: 6px;
  -webkit-mask-image: url(../images/common/icon_arrow_short.svg);
  -webkit-mask-size: 17px 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/common/icon_arrow_short.svg);
  mask-size: 17px 6px;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--color-border-primary);
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
}
@media print, screen and (width > 769px) {
  .c-btn--primary {
    transition: color 0.2s;
  }
  .c-btn--primary::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--color-border-primary);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translate(0, 0) scale(0, 1);
    transform-origin: center right;
    transition: transform 0.2s;
  }
}
@media (hover: hover) {
  .c-btn--primary:where(:any-link, :enabled, summary):hover {
    color: var(--color-site-tertiary);
    border-color: var(--color-border-primary);
  }
  .c-btn--primary:where(:any-link, :enabled, summary):hover::before {
    transform: translate(0, 0) scale(1);
    transform-origin: center left;
    transition: transform 0.3s;
  }
  .c-btn--primary:where(:any-link, :enabled, summary):hover::after {
    background-color: var(--color-site-tertiary);
    transition: background-color 0.3s;
  }
}
.c-btn--submit {
  font-family: "Zen Old Mincho", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 56px;
  color: var(--color-site-tertiary);
  background-color: transparent;
  width: 290px;
  height: 58px;
  border: 1px solid var(--color-border-primary);
  padding: 0 70px 0 50px;
  position: relative;
}
.c-btn--submit::after {
  content: "";
  width: 17px;
  height: 6px;
  -webkit-mask-image: url(../images/common/icon_arrow_short.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 17px 6px;
  mask-image: url(../images/common/icon_arrow_short.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 17px 6px;
  background-color: var(--color-site-tertiary);
  position: absolute;
  right: 28px;
  top: 23px;
  z-index: 2;
  transition: right 0.2s;
}
.c-btn--submit::before {
  content: "";
  background-color: var(--color-site-primary);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate(0, 0) scale(1);
  transform-origin: center left;
  transition: transform 0.2s;
}
@media (hover: hover) {
  .c-btn--submit:where(:any-link, :enabled, summary):hover {
    color: var(--color-site-primary);
  }
  .c-btn--submit:where(:any-link, :enabled, summary):hover::before {
    transform: translate(0, 0) scale(0, 1);
    transform-origin: center right;
    transition: transform 0.3s;
  }
  .c-btn--submit:where(:any-link, :enabled, summary):hover::after {
    background-color: var(--color-site-primary);
  }
}
.c-btn--revision {
  font-family: "Zen Old Mincho", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 56px;
  background-color: transparent;
  width: 290px;
  height: 58px;
  border: 1px solid var(--color-border-tertiary);
  padding: 0 50px 0 70px;
  position: relative;
}
.c-btn--revision::after {
  content: "";
  width: 17px;
  height: 6px;
  -webkit-mask-image: url(../images/common/icon_arrow_short.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 17px 6px;
  mask-image: url(../images/common/icon_arrow_short.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 17px 6px;
  background-color: var(--color-site-primary);
  scale: -1 1;
  position: absolute;
  left: 28px;
  top: 23px;
  z-index: 2;
  transition: left 0.2s;
}
.c-btn--revision::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media print, screen and (width > 769px) {
  .c-btn--revision {
    position: relative;
    transition: color 0.2s;
  }
  .c-btn--revision::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--color-site-primary);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translate(0, 0) scale(0, 1);
    transform-origin: center right;
    transition: transform 0.2s;
  }
}
@media (hover: hover) {
  .c-btn--revision:where(:any-link, :enabled, summary):hover {
    color: #fff;
    transition: color 0.3s;
  }
  .c-btn--revision:where(:any-link, :enabled, summary):hover::before {
    transform: translate(0, 0) scale(1);
    transform-origin: center left;
    transition: transform 0.3s;
  }
}
@media (hover: hover) {
  .c-btn--revision:where(:any-link, :enabled, summary):hover::after {
    background-color: var(--color-site-tertiary);
  }
}

.c-img {
  max-width: 100%;
}
.c-img--auto {
  max-width: 100% !important;
}
.c-img--small {
  width: 100%;
}
@media print, screen and (width > 769px) {
  .c-img--small {
    width: var(--img-small) !important;
  }
}
.c-img--middle {
  width: 100%;
}
@media print, screen and (width > 769px) {
  .c-img--middle {
    width: var(--img-middle) !important;
  }
}
.c-img--large {
  width: 100%;
}
@media print, screen and (width > 769px) {
  .c-img--large {
    width: var(--img-large) !important;
  }
}

.c-column {
  max-width: 100%;
  clear: both;
}
@media print, screen and (width > 769px) {
  .c-column--02 {
    width: var(--column02-even);
  }
}
@media print, screen and (width > 769px) {
  .c-column--02large {
    width: var(--column02-large);
  }
}
@media print, screen and (width > 769px) {
  .c-column--02small {
    width: var(--column02-small);
  }
}
@media print, screen and (width > 769px) {
  .c-column--03 {
    width: var(--column03);
  }
}

.c-line {
  background-color: var(--color-border-quinary);
  clear: both;
}

.c-note__item {
  font-size: 13px;
  line-height: 2;
  position: relative;
  padding-left: 13px;
}
.c-note__item::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media print, screen and (width > 769px) {
  .c-note__item {
    font-size: 15px;
    line-height: 1.7333;
    padding-left: 15px;
  }
}

.p-logo {
  width: 51px;
  height: 162px;
}
.p-logo__img {
  width: auto;
  height: 100%;
}
@media print, screen and (width > 769px) {
  .p-logo {
    width: 69px;
    height: 220px;
  }
}
.p-logo--menu, .p-logo--booking {
  position: fixed;
  top: 30px;
  left: 25px;
}
@media only screen and (width <= 768px) {
  .p-logo--menu, .p-logo--booking {
    display: none !important;
  }
}
.p-logo--footer {
  width: 72px;
  height: 231px;
}
@media only screen and (width <= 768px) {
  .p-logo--footer {
    display: none !important;
  }
}

.p-gnav {
  font-family: "Noto Serif JP", serif;
}
.p-gnav__instagram__icon {
  width: 22px;
  height: 22px;
  vertical-align: top;
}
.p-gnav__home {
  width: fit-content;
  position: absolute;
  left: 0;
  top: 7px;
}
@media print, screen and (width > 769px) {
  .p-gnav__home {
    top: 5px;
  }
}
.p-gnav__home__link {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: fit-content;
  gap: 11px;
}
@media (hover: hover) {
  .p-gnav__home__link:where(:any-link, :enabled, summary):hover .p-gnav__home__txt::before {
    transform: translate(0, 0) scale(1);
    transform-origin: center left;
    transition: transform 0.3s;
  }
}
.p-gnav__home__icon {
  width: 17px;
}
.p-gnav__home__txt {
  font-size: 17px;
  line-height: 1.5;
  color: var(--color-site-tertiary);
  position: relative;
}
@media print, screen and (width > 769px) {
  .p-gnav__home__txt::before {
    content: "";
    background-color: var(--color-site-tertiary);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, 0) scale(0, 1);
    transform-origin: center right;
    transition: transform 0.2s;
  }
}
.p-gnav--header {
  display: grid;
  place-items: center end;
  height: 80px;
  padding-right: clamp(177px, 14.375vw, 207px);
}
@media only screen and (width <= 768px) {
  .p-gnav--header {
    display: none;
  }
}
.p-gnav--header .p-gnav__list {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 6px;
}
.p-gnav--header .p-gnav__category {
  margin-right: clamp(5px, 0.4166666667vw, 6px);
  position: relative;
  padding: 6px 19px 12px;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
}
.p-gnav--header .p-gnav__category::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 3px 3px 0 0;
  background-color: rgba(51, 51, 51, 0.86);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate(0, 0) scale(0, 1);
  transform-origin: center right;
  transition: transform 0.2s;
}
.p-gnav--header .p-gnav__category:hover::before {
  transform: translate(0, 0) scale(1);
  transform-origin: center left;
  transition: transform 0.3s;
}
.p-gnav--header .p-gnav__category:hover .p-gnav--sub__list {
  padding-top: 13px;
  padding-bottom: 13px;
  height: auto;
  transition: padding-top 0.3s, padding-bottom 0.3s, height 0.2s;
}
.p-gnav--header .p-gnav__category:hover .p-gnav--sub__item {
  height: 80px;
  border-color: var(--color-site-tertiary);
}
.p-gnav--header .p-gnav__category:hover .p-gnav--sub__item:first-child {
  margin-bottom: 6px;
}
.p-gnav--header .p-gnav__category:hover .p-gnav--sub__link:hover::before {
  background-size: 120%;
  transition: background-size 0.3s;
}
.p-gnav--header .p-gnav__category .p-gnav--sub__list {
  width: 324px;
  height: 0;
  background-color: rgba(51, 51, 51, 0.86);
  border-radius: 3px;
  padding: 0 12px;
  overflow: hidden;
  position: absolute;
  top: 47px;
  left: 50%;
  translate: -50% 0;
  overflow: hidden;
}
.p-gnav--header .p-gnav__category .p-gnav--sub__item {
  font-size: 16px;
  line-height: 1;
  color: var(--color-site-tertiary);
  width: 100%;
  height: 0;
  border: 1px solid;
  overflow: hidden;
}
.p-gnav--header .p-gnav__category .p-gnav--sub__item:first-child .p-gnav--sub__link::before {
  background-image: url(../images/common/img_honkan.jpg);
}
.p-gnav--header .p-gnav__category .p-gnav--sub__item:last-child {
  font-size: 15px;
}
.p-gnav--header .p-gnav__category .p-gnav--sub__item:last-child .p-gnav--sub__link::before {
  background-image: url(../images/common/img_residence.jpg);
}
.p-gnav--header .p-gnav__category .p-gnav--sub__item__bold {
  font-size: 19px !important;
}
.p-gnav--header .p-gnav__category .p-gnav--sub__link {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2px;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 96px;
}
.p-gnav--header .p-gnav__category .p-gnav--sub__link::before {
  content: "";
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80px;
  position: absolute;
  top: -1px;
  left: -1px;
  transition: background-size 0.2s;
}
.p-gnav--header .p-gnav__category__txt {
  font-size: 17px;
  line-height: 1.47;
  color: var(--color-site-tertiary);
  padding: 1px 2px;
}
.p-gnav--header .p-gnav__item {
  padding: 6px 0 12px;
}
.p-gnav--header .p-gnav__item:not(:nth-child(2)) {
  margin-left: clamp(15px, 1.25vw, 18px);
}
.p-gnav--header .p-gnav__link {
  font-size: 17px;
  line-height: 1.47;
  color: var(--color-site-tertiary);
  display: inline-block;
  padding: 1px 10px 2px;
  border-radius: 2px;
  position: relative;
}
.p-gnav--header .p-gnav__link::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: rgba(51, 51, 51, 0.61);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translate(0, 0) scale(0, 1);
  transform-origin: center right;
  transition: transform 0.2s;
}
.p-gnav--header .p-gnav__link:hover::before {
  width: 100%;
  transform: translate(0, 0) scale(1);
  transform-origin: center left;
  transition: transform 0.3s;
}
.p-gnav--header .p-gnav__instagram {
  padding: 13px 0 12px;
  margin-left: clamp(24px, 1.9444444444vw, 28px);
}
.p-gnav--header .p-gnav__instagram__link {
  width: 22px;
  height: 22px;
  display: inline-block;
}
.p-gnav--menu {
  width: 100%;
  position: relative;
  padding-top: 78px;
}
@media print, screen and (width > 769px) {
  .p-gnav--menu {
    padding-top: 66px;
  }
}
.p-gnav--menu .p-gnav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 15px;
}
@media print, screen and (width > 769px) {
  .p-gnav--menu .p-gnav__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 17px 13px;
  }
}
.p-gnav--menu .p-gnav__category {
  grid-row: 1/3;
  border: 1px solid var(--color-border-tertiary);
}
.p-gnav--menu .p-gnav__category__txt {
  font-size: 15px;
  line-height: 40px;
  color: var(--color-site-tertiary);
  text-align: center;
  display: block;
  height: 41px;
  border-bottom: 1px solid var(--color-border-tertiary);
}
@media print, screen and (width > 769px) {
  .p-gnav--menu .p-gnav__category__txt {
    font-size: 18px;
    line-height: 48px;
    height: 49px;
  }
  html[lang=en] .p-gnav--menu .p-gnav__category__txt {
    font-size: 16px;
  }
}
.p-gnav--menu .p-gnav__item {
  height: 42px;
}
@media print, screen and (width > 769px) {
  .p-gnav--menu .p-gnav__item {
    height: 50px;
  }
}
@media only screen and (width <= 768px) {
  .p-gnav--menu .p-gnav__item:nth-child(3), .p-gnav--menu .p-gnav__item:nth-child(4) {
    grid-row: 3/4;
  }
  .p-gnav--menu .p-gnav__item:nth-child(5), .p-gnav--menu .p-gnav__item:nth-child(6) {
    grid-row: 4/5;
  }
  html[lang=en] .p-gnav--menu .p-gnav__item:nth-child(6) .p-gnav__link {
    font-size: 11px;
  }
}
.p-gnav--menu .p-gnav__link {
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  color: var(--color-site-tertiary);
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-border-tertiary);
}
@media print, screen and (width > 769px) {
  .p-gnav--menu .p-gnav__link {
    position: relative;
    transition: color 0.2s;
  }
  .p-gnav--menu .p-gnav__link::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--color-border-tertiary);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translate(0, 0) scale(0, 1);
    transform-origin: center right;
    transition: transform 0.2s;
  }
}
@media (hover: hover) {
  .p-gnav--menu .p-gnav__link:where(:any-link, :enabled, summary):hover {
    color: var(--color-site-tertiary);
    transition: color 0.3s;
  }
  .p-gnav--menu .p-gnav__link:where(:any-link, :enabled, summary):hover::before {
    transform: translate(0, 0) scale(1);
    transform-origin: center left;
    transition: transform 0.3s;
  }
}
@media print, screen and (width > 769px) {
  .p-gnav--menu .p-gnav__link {
    font-size: 18px;
    line-height: 48px;
  }
  html[lang=en] .p-gnav--menu .p-gnav__link {
    font-size: 16px;
  }
}
.p-gnav--menu .p-gnav__instagram {
  text-align: center;
  width: fit-content;
  position: absolute;
  top: 0;
  right: 80px;
}
@media print, screen and (width > 769px) {
  .p-gnav--menu .p-gnav__instagram {
    right: 0;
  }
}
.p-gnav--menu .p-gnav__instagram__link {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (hover: hover) {
  .p-gnav--menu .p-gnav__instagram__link:where(:any-link, :enabled, summary):hover .p-gnav__instagram__txt::before {
    width: 100%;
    transition: width 0.3s;
  }
}
.p-gnav--menu .p-gnav__instagram__icon {
  width: 22px;
  height: 22px;
  display: inline-block;
}
@media print, screen and (width > 769px) {
  .p-gnav--menu .p-gnav__instagram__icon {
    width: 25px;
    height: 25px;
  }
}
.p-gnav--menu .p-gnav__instagram__txt {
  font-size: 11px;
  line-height: 2;
  color: var(--color-site-tertiary);
  position: relative;
}
@media print, screen and (width > 769px) {
  .p-gnav--menu .p-gnav__instagram__txt::before {
    content: "";
    background-color: var(--color-site-tertiary);
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.2s;
  }
}
.p-gnav--menu .p-gnav--sub__item {
  font-size: 14px;
}
@media print, screen and (width > 769px) {
  .p-gnav--menu .p-gnav--sub__item {
    font-size: 15px;
  }
}
.p-gnav--menu .p-gnav--sub__item:nth-child(1) {
  position: relative;
}
.p-gnav--menu .p-gnav--sub__item:nth-child(1)::before {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  background-color: var(--color-border-tertiary);
  bottom: 0;
  left: 10px;
}
@media print, screen and (width > 769px) {
  .p-gnav--menu .p-gnav--sub__item:nth-child(1)::before {
    width: calc(100% - 24px);
    left: 12px;
  }
}
.p-gnav--menu .p-gnav--sub__item:nth-child(2) .p-gnav--sub__link {
  font-size: min(2.933vw, 11px);
  letter-spacing: -0.01em;
}
@media print, screen and (width > 769px) {
  .p-gnav--menu .p-gnav--sub__item:nth-child(2) .p-gnav--sub__link {
    font-size: 14px;
  }
}
.p-gnav--menu .p-gnav--sub__item__bold {
  font-size: 136%;
}
@media print, screen and (width > 769px) {
  .p-gnav--menu .p-gnav--sub__item__bold {
    font-size: 128%;
  }
}
.p-gnav--menu .p-gnav--sub__link {
  text-align: center;
  line-height: 36px;
  color: var(--color-site-tertiary);
  display: block;
}
@media print, screen and (width > 769px) {
  .p-gnav--menu .p-gnav--sub__link {
    position: relative;
    transition: color 0.2s;
  }
  .p-gnav--menu .p-gnav--sub__link::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--color-border-tertiary);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translate(0, 0) scale(0, 1);
    transform-origin: center right;
    transition: transform 0.2s;
  }
}
@media (hover: hover) {
  .p-gnav--menu .p-gnav--sub__link:where(:any-link, :enabled, summary):hover {
    color: var(--color-site-tertiary);
    transition: color 0.3s;
  }
  .p-gnav--menu .p-gnav--sub__link:where(:any-link, :enabled, summary):hover::before {
    transform: translate(0, 0) scale(1);
    transform-origin: center left;
    transition: transform 0.3s;
  }
}
@media print, screen and (width > 769px) {
  .p-gnav--menu .p-gnav--sub__link {
    line-height: 42px;
  }
}

.p-gmenu {
  width: 100%;
  height: 100%;
  background: transparent;
  backdrop-filter: blur(16.1690998077px);
  -webkit-backdrop-filter: blur(16.1690998077px);
  background-color: rgba(51, 51, 51, 0.82);
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  overflow-y: scroll;
  padding: 33px 20px 34px;
}
@media print, screen and (width > 769px) {
  .p-gmenu {
    display: grid;
    place-items: center;
    padding: 20px;
  }
}
.p-gmenu__inner {
  width: 100%;
}
@media print, screen and (width > 769px) {
  .p-gmenu__inner {
    width: 880px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-gmenu__inner .p-gnav {
    order: 1;
  }
  .p-gmenu__inner .p-gmenu__banner {
    order: 2;
  }
  .p-gmenu__inner .p-info {
    order: 3;
  }
  .p-gmenu__inner .p-call {
    order: 4;
  }
}
.p-gmenu__banner {
  display: grid;
  gap: 8px 5px;
  margin-top: 33px;
  margin-bottom: 20px;
  grid-template-columns: repeat(6, 1fr);
}
@media print, screen and (width > 769px) {
  .p-gmenu__banner {
    grid-template-columns: 280px 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 80px 70px;
    gap: 20px 14px;
    margin-top: 43px;
    margin-bottom: 49px;
  }
}
.p-gmenu__banner__item--01 {
  grid-column: 1/7;
  grid-row: 1/2;
  display: grid;
  grid-template-columns: 72% 26%;
  grid-template-rows: 1fr;
  gap: 2%;
}
@media print, screen and (width > 769px) {
  .p-gmenu__banner__item--01 {
    grid-column: 1/2;
    grid-row: 1/3;
    grid-template-columns: 153px 111px;
    gap: 14px;
  }
}
.p-gmenu__banner__item--02 {
  grid-column: 1/4;
  grid-row: 2/3;
}
@media print, screen and (width > 769px) {
  .p-gmenu__banner__item--02 {
    grid-column: 2/5;
    grid-row: 1/2;
  }
}
.p-gmenu__banner__item--03 {
  grid-column: 4/7;
  grid-row: 2/3;
}
@media print, screen and (width > 769px) {
  .p-gmenu__banner__item--03 {
    grid-column: 5/8;
    grid-row: 1/2;
  }
}
.p-gmenu__banner__item--04 {
  grid-column: 1/3;
  grid-row: 3/4;
}
@media print, screen and (width > 769px) {
  .p-gmenu__banner__item--04 {
    grid-column: 2/4;
    grid-row: 2/3;
  }
}
.p-gmenu__banner__item--05 {
  grid-column: 3/5;
  grid-row: 3/4;
}
@media print, screen and (width > 769px) {
  .p-gmenu__banner__item--05 {
    grid-column: 4/6;
    grid-row: 2/3;
  }
}
.p-gmenu__banner__item--06 {
  grid-column: 5/7;
  grid-row: 3/4;
}
@media print, screen and (width > 769px) {
  .p-gmenu__banner__item--06 {
    grid-column: 6/8;
    grid-row: 2/3;
  }
}
.p-gmenu__banner__img {
  width: 100%;
}

.p-booking {
  width: 100%;
  height: 100%;
  background: transparent;
  backdrop-filter: blur(16.1690998077px);
  -webkit-backdrop-filter: blur(16.1690998077px);
  background-color: rgba(255, 255, 255, 0.75);
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  overflow-y: scroll;
  padding: 93px 20px 28px;
}
@media print, screen and (width > 769px) {
  .p-booking {
    display: grid;
    place-items: center;
    padding: 20px;
  }
}
.p-booking__inner {
  width: 100%;
}
@media print, screen and (width > 769px) {
  .p-booking__inner {
    width: 590px;
  }
}
.p-booking__box {
  border: 1px solid var(--color-border-secondary);
  border-top: 0;
  position: relative;
  padding: 0 17px 20px;
}
.p-booking__box::before, .p-booking__box::after {
  content: "";
  height: 1px;
  background-color: var(--color-border-secondary);
  position: absolute;
  top: 0;
}
.p-booking__box::before {
  left: -1px;
}
.p-booking__box::after {
  right: -1px;
}
@media print, screen and (width > 769px) {
  .p-booking__box {
    padding: 0 20px 20px;
  }
}
.p-booking__box:first-child {
  margin-bottom: 42px;
}
.p-booking__box:first-child::before, .p-booking__box:first-child::after {
  width: calc((100% - 176px) / 2);
}
.p-booking__box:first-child .p-booking__title {
  width: 174px;
}
@media print, screen and (width > 769px) {
  .p-booking__box:first-child {
    margin-bottom: 58px;
  }
  .p-booking__box:first-child::before, .p-booking__box:first-child::after {
    width: calc((100% - 240px) / 2);
  }
  .p-booking__box:first-child .p-booking__title {
    width: 238px;
  }
}
.p-booking__box:last-child::before, .p-booking__box:last-child::after {
  width: calc((100% - 212px) / 2);
}
.p-booking__box:last-child .p-booking__title {
  width: 230px;
}
@media print, screen and (width > 769px) {
  .p-booking__box:last-child::before, .p-booking__box:last-child::after {
    width: calc((100% - 250px) / 2);
  }
  .p-booking__box:last-child .p-booking__title {
    width: 248px;
  }
}
.p-booking__title {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  padding: 0 12px;
  margin: 0 auto;
  translate: 0 -50%;
}
@media print, screen and (width > 769px) {
  .p-booking__title {
    font-size: 24px;
  }
  .p-booking__title__small {
    font-size: 17px;
  }
}
.p-booking__room {
  padding: 0 19px 20px;
  border: 1px solid var(--color-border-secondary);
  border-top: 0;
  position: relative;
}
.p-booking__room::before, .p-booking__room::after {
  content: "";
  width: calc((100% - 122px) / 2);
  height: 1px;
  background-color: var(--color-border-secondary);
  position: absolute;
  top: 0;
}
.p-booking__room::before {
  left: 0;
}
.p-booking__room::after {
  right: 0;
}
@media print, screen and (width > 769px) {
  .p-booking__room {
    padding: 0 58px 26px;
  }
  .p-booking__room::before, .p-booking__room::after {
    width: calc((100% - 147px) / 2);
  }
}
.p-booking__room__title {
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  width: 120px;
  margin: auto;
  translate: 0 -50%;
}
@media print, screen and (width > 769px) {
  .p-booking__room__title {
    width: 145px;
  }
}
.p-booking__room__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px 8px;
}
@media print, screen and (width > 769px) {
  .p-booking__room__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 13px 11px;
  }
}
.p-booking__room__list--col02 {
  grid-template-columns: repeat(2, 1fr) !important;
}
.p-booking__room__item {
  height: 30px;
}
@media print, screen and (width > 769px) {
  .p-booking__room__item {
    height: 40px;
  }
}
.p-booking__room__link {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  border: 1px solid var(--color-border-tertiary);
  display: block;
  width: 100%;
  height: 100%;
}
@media print, screen and (width > 769px) {
  .p-booking__room__link {
    position: relative;
    transition: color 0.2s;
  }
  .p-booking__room__link::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--color-site-primary);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translate(0, 0) scale(0, 1);
    transform-origin: center right;
    transition: transform 0.2s;
  }
}
@media (hover: hover) {
  .p-booking__room__link:where(:any-link, :enabled, summary):hover {
    color: var(--color-site-tertiary);
    transition: color 0.3s;
  }
  .p-booking__room__link:where(:any-link, :enabled, summary):hover::before {
    transform: translate(0, 0) scale(1);
    transform-origin: center left;
    transition: transform 0.3s;
  }
}
@media (hover: hover) {
  .p-booking__room__link:where(:any-link, :enabled, summary):hover {
    border-color: var(--color-site-primary);
  }
}
@media print, screen and (width > 769px) {
  .p-booking__room__link {
    font-size: 17px;
    line-height: 40px;
  }
}
.p-booking__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  height: 42px;
  margin-top: 17px;
}
@media print, screen and (width > 769px) {
  .p-booking__list {
    gap: 20px;
    height: 54px;
  }
}
.p-booking__list__link {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--color-border-tertiary);
  display: block;
  width: 100%;
  height: 100%;
}
@media print, screen and (width > 769px) {
  .p-booking__list__link {
    position: relative;
    transition: color 0.2s;
  }
  .p-booking__list__link::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--color-site-primary);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translate(0, 0) scale(0, 1);
    transform-origin: center right;
    transition: transform 0.2s;
  }
}
@media (hover: hover) {
  .p-booking__list__link:where(:any-link, :enabled, summary):hover {
    color: var(--color-site-tertiary);
    transition: color 0.3s;
  }
  .p-booking__list__link:where(:any-link, :enabled, summary):hover::before {
    transform: translate(0, 0) scale(1);
    transform-origin: center left;
    transition: transform 0.3s;
  }
}
@media (hover: hover) {
  .p-booking__list__link:where(:any-link, :enabled, summary):hover {
    border-color: var(--color-site-primary);
  }
}
@media print, screen and (width > 769px) {
  .p-booking__list__link {
    font-size: 17px;
    line-height: 52px;
  }
}
.p-booking__check {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-site-tertiary);
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--color-site-primary);
  position: relative;
  display: block;
  height: 42px;
  margin-top: 14px;
  transition: color 0.2s;
}
.p-booking__check::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color-site-primary);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate(0, 0) scale(1);
  transform-origin: center left;
  transition: transform 0.2s;
}
@media print, screen and (width > 769px) {
  .p-booking__check {
    font-size: 17px;
    line-height: 52px;
    height: 54px;
    margin-top: 17px;
  }
}
@media (hover: hover) {
  .p-booking__check:where(:any-link, :enabled, summary):hover {
    color: var(--color-site-primary);
    transition: color 0.3s;
  }
  .p-booking__check:where(:any-link, :enabled, summary):hover::before {
    transform: translate(0, 0) scale(0, 1);
    transform-origin: center right;
    transition: transform 0.3s;
  }
}

.p-info__title, .p-info__address, .p-info__checkinout {
  border-bottom: 1px solid;
}
.p-info__title {
  font-size: 20px;
  padding-bottom: 20px;
}
@media print, screen and (width > 769px) {
  .p-info__title {
    padding-bottom: 12px;
  }
}
.p-info__title__small {
  font-size: 17px;
}
.p-info__address {
  padding: 13px 0;
  margin-bottom: 10px;
  position: relative;
}
.p-info__googlemap {
  width: 101px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
@media print, screen and (width > 769px) {
  .p-info__googlemap {
    width: 77px;
    height: 15px;
  }
}
.p-info__googlemap__icon {
  width: 100%;
  vertical-align: top;
}
.p-info__checkinout {
  padding-bottom: 12px;
}
.p-info__nav {
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (width > 769px) {
  .p-info__nav {
    padding: 12px 0;
    border-bottom: 1px solid;
  }
}
.p-info__list {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p-info__list__link {
  font-size: 15px;
  position: relative;
}
.p-info__list__link::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-site-tertiary);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 0) scale(0, 1);
  transform-origin: center right;
  transition: transform 0.2s;
}
@media (hover: hover) {
  .p-info__list__link:where(:any-link, :enabled, summary):hover::before {
    transform: translate(0, 0) scale(1);
    transform-origin: center left;
    transition: transform 0.3s;
  }
}
.p-info__instagram {
  width: fit-content;
}
@media only screen and (width <= 768px) {
  .p-info__instagram {
    position: absolute;
    right: 0;
    top: 22px;
  }
}
.p-info__instagram__link {
  font-size: 13px;
  position: relative;
  padding-left: 29px;
}
.p-info__instagram__link::before {
  content: "";
  width: 22px;
  height: 22px;
  -webkit-mask-image: url(../images/common/icon_instagram.svg);
  -webkit-mask-size: 22px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/common/icon_instagram.svg);
  mask-size: 22px;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--color-site-primary);
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media print, screen and (width > 769px) {
  .p-info__instagram__link {
    font-size: 11px;
    padding-left: clamp(24px, 2.0138888889vw, 29px);
  }
  .p-info__instagram__link::before {
    width: clamp(18px, 1.5277777778vw, 22px);
    height: clamp(18px, 1.5277777778vw, 22px);
    -webkit-mask-size: clamp(18px, 1.5277777778vw, 22px);
    mask-size: clamp(18px, 1.5277777778vw, 22px);
  }
}
.p-info--menu {
  width: 100%;
}
@media print, screen and (width > 769px) {
  .p-info--menu {
    width: 370px;
  }
}
@media only screen and (width <= 768px) {
  .p-info--menu .p-info__title, .p-info--menu .p-info__address, .p-info--menu .p-info__checkinout {
    display: none !important;
  }
}
.p-info--menu .p-info__title, .p-info--menu .p-info__address, .p-info--menu .p-info__checkinout, .p-info--menu .p-info__nav {
  color: var(--color-site-tertiary);
  border-bottom-color: var(--color-border-tertiary);
}
@media only screen and (width <= 768px) {
  .p-info--menu .p-info__nav {
    border-top: 0;
    margin-top: 20px;
  }
}
.p-info--menu .p-info__list {
  justify-content: center;
  gap: 20px;
}
@media print, screen and (width > 769px) {
  .p-info--menu .p-info__list {
    justify-content: flex-start;
  }
}
.p-info--footer {
  position: relative;
}
@media print, screen and (width > 769px) {
  .p-info--footer {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}
.p-info--footer .p-info__title, .p-info--footer .p-info__address {
  border-bottom-color: var(--color-border-tertiary);
}
@media print, screen and (width > 769px) {
  .p-info--footer .p-info__address {
    width: 326px;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  html[lang=en] .p-info--footer .p-info__address {
    width: auto;
    padding-right: 90px;
  }
}
.p-info--footer .p-info__title {
  padding-top: 18px;
}
@media print, screen and (width > 769px) {
  .p-info--footer .p-info__title {
    display: none;
  }
}
.p-info--footer .p-info__nav {
  border-bottom-color: var(--color-border-tertiary);
}
@media print, screen and (width > 769px) {
  .p-info--footer .p-info__nav {
    border-bottom: 0;
    padding: 0;
    margin: 0;
  }
}
.p-info--footer .p-info__list {
  justify-content: space-between;
  gap: clamp(18px, 1.5277777778vw, 22px);
}
@media only screen and (width <= 768px) {
  .p-info--footer .p-info__list__item {
    display: none;
  }
}
.p-info--footer .p-info__list__link {
  font-size: clamp(12px, 1.0416666667vw, 15px);
}
.p-info--footer .p-info__list__link::before {
  background-color: var(--color-site-primary);
}

.p-fnav {
  font-family: "Noto Serif JP", serif;
  width: min-content;
  height: 145px;
  justify-self: end;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 50px 50px auto;
  gap: 16px 13px;
}
@media only screen and (width <= 768px) {
  .p-fnav {
    display: none !important;
  }
}
.p-fnav__room {
  width: clamp(182px, 14.4444444444vw, 208px);
  grid-column: 1/2;
  grid-row: 1/4;
  border: 1px solid var(--color-border-tertiary);
}
.p-fnav__room .p-fnav__item__bold {
  font-size: 15px;
}
.p-fnav__room .p-fnav__item:nth-child(1) {
  position: relative;
}
.p-fnav__room .p-fnav__item:nth-child(1)::before {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: var(--color-border-tertiary);
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
}
.p-fnav__room .p-fnav__item:nth-child(1) .p-fnav__link {
  font-size: 15px;
}
.p-fnav__room .p-fnav__link {
  font-size: 13px;
  line-height: 48px;
  text-align: center;
  display: block;
}
@media print, screen and (width > 769px) {
  .p-fnav__room .p-fnav__link {
    position: relative;
    transition: color 0.2s;
  }
  .p-fnav__room .p-fnav__link::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #F7F7F7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translate(0, 0) scale(0, 1);
    transform-origin: center right;
    transition: transform 0.2s;
  }
}
@media (hover: hover) {
  .p-fnav__room .p-fnav__link:where(:any-link, :enabled, summary):hover {
    color: var(--color-site-primary);
    transition: color 0.3s;
  }
  .p-fnav__room .p-fnav__link:where(:any-link, :enabled, summary):hover::before {
    transform: translate(0, 0) scale(1);
    transform-origin: center left;
    transition: transform 0.3s;
  }
}
.p-fnav > .p-fnav__list {
  height: 50px;
  display: grid;
  gap: 0 13px;
  grid-template-columns: repeat(3, clamp(182px, 14.4444444444vw, 208px));
}
.p-fnav > .p-fnav__list:nth-of-type(1) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-fnav > .p-fnav__list:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.p-fnav > .p-fnav__list .p-fnav__link {
  font-size: 15px;
  line-height: 48px;
  display: block;
  border: 1px solid var(--color-border-tertiary);
  position: relative;
  text-align: center;
  position: relative;
}
@media print, screen and (width > 769px) {
  .p-fnav > .p-fnav__list .p-fnav__link {
    position: relative;
    transition: color 0.2s;
  }
  .p-fnav > .p-fnav__list .p-fnav__link::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #F7F7F7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translate(0, 0) scale(0, 1);
    transform-origin: center right;
    transition: transform 0.2s;
  }
}
@media (hover: hover) {
  .p-fnav > .p-fnav__list .p-fnav__link:where(:any-link, :enabled, summary):hover {
    color: var(--color-site-primary);
    transition: color 0.3s;
  }
  .p-fnav > .p-fnav__list .p-fnav__link:where(:any-link, :enabled, summary):hover::before {
    transform: translate(0, 0) scale(1);
    transform-origin: center left;
    transition: transform 0.3s;
  }
}
.p-fnav__category {
  font-size: 15px;
  line-height: 48px;
  text-align: center;
  border-bottom: 1px solid var(--color-border-tertiary);
}

.p-call {
  text-align: center;
}
.p-call__contact {
  font-family: "Noto Serif JP", serif;
}
.p-call__tel, .p-call__response {
  padding-bottom: 6px;
  margin-bottom: 8px;
  border-bottom: 1px solid;
}
.p-call__tel {
  padding-bottom: 4px;
}
.p-call__tel__link {
  color: inherit;
  display: inline-block;
  position: relative;
  padding-left: 27px;
}
.p-call__tel__link::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: none;
  -webkit-mask-image: url(../images/common/icon_tel.svg);
  -webkit-mask-size: 15px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/common/icon_tel.svg);
  mask-size: 15px;
  mask-repeat: no-repeat;
  mask-position: center;
  position: absolute;
  left: 0;
}
@media print, screen and (width > 769px) {
  .p-call__tel__link {
    pointer-events: none;
  }
}
.p-call__response {
  font-size: 15px;
}
.p-call__fax {
  font-size: 17px;
  margin-bottom: 10px;
}
.p-call__fax__link {
  pointer-events: none !important;
  color: inherit;
}
.p-call__mail {
  position: relative;
}
.p-call__mail::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0) scale(0, 1);
  transform-origin: center right;
  transition: transform 0.2s;
}
@media print, screen and (width > 769px) {
  .p-call__mail:hover::before {
    transform: translate(0, 0) scale(1);
    transform-origin: center left;
    transition: transform 0.3s;
  }
  .p-call__mail:hover .p-call__contact {
    transition: color 0.3s;
  }
  .p-call__mail:hover .p-call__contact::before {
    transition: background-color 0.3s;
  }
}
.p-call__contact {
  font-size: 17px;
  line-height: 50px;
  text-align: center;
  display: block;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  border: 1px solid;
  position: relative;
  z-index: 2;
  transition: color 0.2s;
}
.p-call__contact::before {
  content: "";
  width: 21px;
  height: 15px;
  background-image: none;
  -webkit-mask-image: url(../images/common/icon_mail.svg);
  -webkit-mask-size: 21px 15px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/common/icon_mail.svg);
  mask-size: 21px 15px;
  mask-repeat: no-repeat;
  mask-position: center;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  transition: background-color 0.2s;
}
.p-call--menu {
  color: var(--color-site-tertiary);
  width: 89vw;
}
@media print, screen and (width > 769px) {
  .p-call--menu {
    width: 240px;
  }
}
.p-call--menu .p-call__tel, .p-call--menu .p-call__response {
  border-bottom-color: var(--color-border-tertiary);
}
.p-call--menu .p-call__tel {
  font-size: 25px;
  letter-spacing: 0.13em;
}
.p-call--menu .p-call__tel__link::before {
  background-color: var(--color-site-tertiary);
  top: 16px;
}
@media only screen and (width <= 768px) {
  .p-call--menu .p-call__tel__link::before {
    top: 13px;
  }
}
html[lang=en] .p-call--menu .p-call__tel {
  letter-spacing: 0;
}
@media print, screen and (width > 769px) {
  html[lang=en] .p-call--menu .p-call__tel {
    font-size: 20px;
  }
}
html[lang=en] .p-call--menu .p-call__tel__link::before {
  top: 12px;
}

@media print, screen and (width > 769px) {
  .p-call--menu .p-call__mail::before {
    background-color: var(--color-border-tertiary);
  }
  .p-call--menu .p-call__mail:hover .p-call__contact {
    color: var(--color-site-tertiary);
  }
}
.p-call--menu .p-call__contact {
  border-color: var(--color-border-tertiary);
}
.p-call--menu .p-call__contact::before {
  background-color: var(--color-site-tertiary);
  left: calc(50% - 80px);
}
@media print, screen and (width > 769px) {
  .p-call--menu .p-call__contact::before {
    left: 23px;
  }
}
.p-call--footer .p-call__tel, .p-call--footer .p-call__response {
  border-bottom-color: var(--color-border-secondary);
}
.p-call--footer .p-call__tel {
  font-size: 29px;
  line-height: 2;
  letter-spacing: 0.13em;
}
@media print, screen and (width > 769px) {
  .p-call--footer .p-call__tel {
    font-size: clamp(24px, 2.0138888889vw, 29px);
  }
}
.p-call--footer .p-call__tel__link::before {
  bottom: 18px;
  background-color: #000;
}
@media print, screen and (width > 769px) {
  .p-call--footer .p-call__tel__link {
    padding-left: clamp(23px, 1.875vw, 27px);
  }
  .p-call--footer .p-call__tel__link::before {
    width: clamp(12px, 1.0416666667vw, 15px);
    height: clamp(12px, 1.0416666667vw, 15px);
    -webkit-mask-size: clamp(12px, 1.0416666667vw, 15px);
    mask-size: clamp(12px, 1.0416666667vw, 15px);
    bottom: clamp(15px, 1.25vw, 18px);
  }
}
html[lang=en] .p-call--footer .p-call__tel {
  letter-spacing: 0;
}
html[lang=en] .p-call--footer .p-call__tel__link {
  font-size: 27px;
}
html[lang=en] .p-call--footer .p-call__tel__link::before {
  bottom: 15px;
}
@media print, screen and (width > 769px) {
  html[lang=en] .p-call--footer .p-call__tel__link {
    font-size: clamp(20px, 1.6666666667vw, 24px);
    padding-left: clamp(20px, 1.4583333333vw, 21px);
  }
  html[lang=en] .p-call--footer .p-call__tel__link::before {
    width: clamp(12px, 1.0416666667vw, 15px);
    height: clamp(12px, 1.0416666667vw, 15px);
    -webkit-mask-size: clamp(12px, 1.0416666667vw, 15px);
    mask-size: clamp(12px, 1.0416666667vw, 15px);
    bottom: clamp(12px, 0.9722222222vw, 14px);
  }
}

@media print, screen and (width > 769px) {
  .p-call--footer .p-call__mail::before {
    background-color: var(--color-border-primary);
  }
  .p-call--footer .p-call__mail:hover .p-call__contact {
    color: var(--color-site-tertiary);
    border-color: var(--color-border-primary);
  }
  .p-call--footer .p-call__mail:hover .p-call__contact::before {
    background-color: var(--color-site-tertiary);
  }
}
.p-call--footer .p-call__contact {
  max-width: 270px;
  height: 50px;
  border-color: var(--color-border-secondary);
}
.p-call--footer .p-call__contact::before {
  background-color: var(--color-border-secondary);
  left: 23px;
}
@media print, screen and (width > 769px) {
  .p-call--footer {
    width: clamp(231px, 18.75vw, 270px);
  }
}

.p-copyright {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.12em;
}
.p-copyright--footer {
  text-align: center;
  padding-top: 16px;
  border-top: 1px solid var(--color-border-quinary);
}
@media print, screen and (width > 769px) {
  .p-copyright--footer {
    padding-top: 20px;
    text-align: right;
  }
}
.p-copyright--menu, .p-copyright--booking {
  position: absolute;
  right: 31px;
  bottom: 34px;
}
@media only screen and (width <= 768px) {
  .p-copyright--menu, .p-copyright--booking {
    display: none;
  }
}
.p-copyright--menu {
  color: var(--color-site-tertiary);
}

.p-hero {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  height: 470px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media print, screen and (width > 769px) {
  .p-hero {
    height: 650px;
  }
}
.p-hero__inner {
  margin: 0 auto 0;
  padding-bottom: 63px;
}
@media print, screen and (width > 769px) {
  .p-hero__inner {
    width: clamp(1200px, calc((1400 / (1400 + 70) * 100vw)), 1400px);
  }
}
@media only screen and (width <= 768px) {
  .p-hero__inner {
    width: 100%;
    padding: 0 30px 30px;
  }
}
.p-hero__title {
  color: var(--color-site-tertiary);
  font-size: 30px;
  line-height: 2;
  width: fit-content;
}
@media print, screen and (width > 769px) {
  .p-hero__title {
    font-size: 43px;
    line-height: 1.465;
    overflow: hidden;
    opacity: 0;
    translate: -100% 0;
    animation-name: titleLtoR;
    animation-duration: 0.8s;
    animation-delay: 0.4s;
    animation-fill-mode: forwards;
  }
}
.p-hero__title__inner {
  border-top: 5px solid var(--color-site-tertiary);
  padding: 18px 13px 0;
}
@media print, screen and (width > 769px) {
  .p-hero__title__inner {
    display: inline-block;
    border-top-width: 6px;
    padding-top: 21px;
    opacity: 0;
    translate: 100% 0;
    animation-name: titleRtoL;
    animation-duration: 0.8s;
    animation-delay: 0.4s;
    animation-fill-mode: forwards;
  }
}
.p-hero--room {
  background-image: url(../images/room/photo_mv_sp.jpg);
}
@media print, screen and (width > 769px) {
  .p-hero--room {
    background-image: url(../images/room/photo_mv.jpg);
  }
}
.p-hero--residence {
  background-image: url(../images/residence/photo_mv_sp.jpg);
}
@media print, screen and (width > 769px) {
  .p-hero--residence {
    background-image: url(../images/residence/photo_mv.jpg);
  }
}
.p-hero--cuisine {
  background-image: url(../images/cuisine/photo_mv_sp.jpg);
}
@media print, screen and (width > 769px) {
  .p-hero--cuisine {
    background-image: url(../images/cuisine/photo_mv.jpg);
  }
}
.p-hero--facility {
  background-image: url(../images/facility/photo_mv_sp.jpg);
}
@media print, screen and (width > 769px) {
  .p-hero--facility {
    background-image: url(../images/facility/photo_mv.jpg);
  }
}
.p-hero--access {
  background-image: url(../images/access/photo_mv_sp.jpg);
}
@media print, screen and (width > 769px) {
  .p-hero--access {
    background-image: url(../images/access/photo_mv.jpg);
  }
}
.p-hero--restaurant {
  background-image: url(../images/restaurant/photo_mv_sp.jpg);
}
@media print, screen and (width > 769px) {
  .p-hero--restaurant {
    background-image: url(../images/restaurant/photo_mv.jpg);
  }
}
.p-hero--news {
  background-image: url(../images/news/photo_mv_sp.jpg);
}
@media print, screen and (width > 769px) {
  .p-hero--news {
    background-image: url(../images/news/photo_mv.jpg);
  }
}
.p-hero--contact {
  background-image: url(../images/contact/photo_mv_sp.jpg);
}
@media print, screen and (width > 769px) {
  .p-hero--contact {
    background-image: url(../images/contact/photo_mv.jpg);
  }
}
.p-hero--policy {
  background-image: url(../images/policy/photo_mv_sp.jpg);
}
@media print, screen and (width > 769px) {
  .p-hero--policy {
    background-image: url(../images/policy/photo_mv.jpg);
  }
}
.p-hero--recruit {
  background-image: url(../images/recruit/photo_mv_sp.jpg);
}
@media print, screen and (width > 769px) {
  .p-hero--recruit {
    background-image: url(../images/recruit/photo_mv.jpg);
  }
}
.p-hero--404 {
  background-image: url(../images/404/photo_mv_sp.jpg);
}
@media print, screen and (width > 769px) {
  .p-hero--404 {
    background-image: url(../images/404/photo_mv.jpg);
  }
}
.p-hero--stroll {
  background-image: url(../images/stroll/photo_mv_sp.jpg);
}
@media print, screen and (width > 769px) {
  .p-hero--stroll {
    background-image: url(../images/stroll/photo_mv.jpg);
  }
}
.p-hero--residence {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media print, screen and (width > 769px) {
  .p-hero--residence {
    justify-content: center;
  }
}
.p-hero--residence__inner {
  display: grid;
  place-items: center;
}
@media only screen and (width <= 768px) {
  .p-hero--residence__inner {
    margin-bottom: 105px;
  }
}
.p-hero--residence__title {
  width: 270px;
  overflow: hidden;
}
@media print, screen and (width > 769px) {
  .p-hero--residence__title {
    width: 516px;
  }
  .p-hero--residence__title .c-picture--title {
    animation-name: titleLtoR;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
  .p-hero--residence__title .c-picture--title .c-picture__img {
    animation-name: titleRtoL;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
}

.p-language {
  width: 23px;
  position: absolute;
  right: 15px;
  bottom: 20px;
  z-index: 100;
}
@media print, screen and (width > 769px) {
  .p-language {
    right: 20px;
    bottom: 50%;
    translate: 0 50%;
  }
}
.p-language__list {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.p-language__item {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  color: var(--color-site-tertiary);
  text-align: center;
  width: 100%;
}
.p-language__item:first-child {
  border-bottom: 1px solid var(--color-site-tertiary);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.p-language__link {
  color: inherit;
}

.p-banner {
  width: max(320px, 86.666vw);
  margin: 0 auto 0;
}
@media print, screen and (width > 769px) {
  .p-banner {
    width: clamp(1200px, calc((1400 / (1400 + 70) * 100vw)), 1400px);
  }
}
.p-banner__list {
  margin-top: 100px;
}
@media print, screen and (width > 769px) {
  .p-banner__list {
    margin-top: 190px;
  }
}
.p-banner__img {
  width: 100%;
}
.p-banner--home {
  margin: 60px auto 0;
  width: min(86.666vw, 560px);
  display: grid;
  grid-template-columns: 100%;
  gap: 25px;
}
.p-banner--home__btn, .p-banner--home__link {
  border: 0;
  background: 0;
  padding: 0;
  margin: 0;
  appearance: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .p-banner--home__btn:where(:any-link, :enabled, summary):hover, .p-banner--home__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}
.p-banner--home__img {
  width: 100%;
}

.p-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 21px;
}
.p-slide .slick-list {
  aspect-ratio: 325/203;
}
@media print, screen and (width > 769px) {
  .p-slide .slick-list {
    aspect-ratio: 960/600;
  }
}
.p-slide .slick-track {
  height: 100%;
}
.p-slide .slick-slide {
  height: 100%;
  cursor: pointer;
}
.p-slide .slick-slide div {
  height: 100%;
}
.p-slide .slick-arrow {
  font-size: 0;
  line-height: 0;
  width: 30px;
  height: 6px;
  border: 0;
  background: transparent url(../images/common/icon_arrow.svg) no-repeat left top;
  background-size: 30px 6px;
  position: absolute;
  bottom: 0;
  cursor: pointer;
}
@media print, screen and (width > 769px) {
  .p-slide .slick-arrow {
    width: 42px;
    height: 8px;
    background-size: 42px 8px;
  }
}
.p-slide .slick-arrow.slick-next {
  right: 0;
}
@media print, screen and (width > 769px) {
  .p-slide .slick-arrow.slick-next {
    right: 10px;
  }
}
.p-slide .slick-arrow.slick-prev {
  right: 52px;
  scale: -1 1;
}
@media print, screen and (width > 769px) {
  .p-slide .slick-arrow.slick-prev {
    right: 81px;
  }
}
.p-slide .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
}
@media print, screen and (width > 769px) {
  .p-slide .slick-dots {
    gap: 7px;
  }
}
.p-slide .slick-dots li {
  font-size: 0;
  width: 30px;
  height: 2px;
  margin: 0;
  padding: 0;
}
@media print, screen and (width > 769px) {
  .p-slide .slick-dots li {
    width: 42px;
  }
}
.p-slide .slick-dots li.slick-active button {
  background-color: var(--color-border-primary);
}
.p-slide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: var(--color-border-quaternary);
  cursor: pointer;
}
.p-slide__item {
  height: 100% !important;
  position: relative;
}
.p-slide__img {
  width: 100%;
}
.p-slide__caption {
  font-size: 14px;
  left: 10px;
  bottom: 10px;
  font-weight: 700;
  color: var(--color-site-tertiary);
  position: absolute;
}
@media print, screen and (width > 769px) {
  .p-slide__caption {
    font-size: 22px;
    left: 22px;
    bottom: 16px;
  }
}

.p-intro {
  margin: 50px auto 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (width > 769px) {
  .p-intro {
    width: clamp(1200px, calc((1400 / (1400 + 70) * 100vw)), 1400px);
  }
}
@media print, screen and (width > 769px) {
  .p-intro {
    margin-top: 170px;
    margin-bottom: 200px;
  }
}
@media only screen and (width <= 768px) {
  .p-intro {
    justify-content: flex-start;
    flex-direction: column;
    gap: 40px;
  }
}
.p-intro__lead {
  font-size: 22px;
  line-height: 1.818;
  letter-spacing: 0.21em;
}
@media print, screen and (width > 769px) {
  .p-intro__lead {
    font-size: 46px;
    line-height: 1.369;
  }
}
.p-intro__txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7333;
}
@media print, screen and (width > 769px) {
  .p-intro__txt {
    font-size: 20px;
    line-height: 1.823;
    width: 1000px;
  }
}
.p-intro__txt__name {
  margin-top: 20px;
  display: block;
}
@media print, screen and (width > 769px) {
  .p-intro--residence {
    justify-content: space-between;
  }
}
@media print, screen and (width > 769px) {
  .p-intro--residence__inner {
    width: 516px;
  }
  html[lang=en] .p-intro--residence__inner {
    width: 100%;
  }
}
.p-intro--residence .p-intro__lead {
  position: relative;
  width: 100%;
  padding-bottom: 98px;
}
.p-intro--residence .p-intro__lead::after {
  content: "";
  width: 180px;
  height: 114px;
  background: url(../images/residence/img_intro.png) no-repeat left top;
  background-size: 180px 114px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media print, screen and (width > 769px) {
  .p-intro--residence .p-intro__lead {
    width: fit-content;
    padding-bottom: 198px;
  }
  .p-intro--residence .p-intro__lead::after {
    width: 303px;
    height: 193px;
    background-size: 303px 193px;
    right: 50px;
    bottom: 0;
  }
}
html[lang=en] .p-intro--residence .p-intro__lead {
  padding-bottom: 120px;
  line-height: 1;
}
@media print, screen and (width > 769px) {
  html[lang=en] .p-intro--residence .p-intro__lead {
    width: 100%;
    padding-right: 190px;
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
}
html[lang=en] .p-intro--residence .p-intro__lead__min {
  font-size: 16px;
  line-height: 1.6;
  display: inline-block;
}
@media print, screen and (width > 769px) {
  html[lang=en] .p-intro--residence .p-intro__lead__min {
    font-size: 20px;
  }
}

@media only screen and (width <= 768px) {
  .p-intro--residence .p-intro__inner {
    margin-top: 28px;
  }
}
.p-intro--residence .p-intro__txt {
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}
.p-intro--residence .p-intro__txt:not(:last-child) {
  margin-bottom: 30px;
}
@media print, screen and (width > 769px) {
  .p-intro--residence .p-intro__txt {
    font-size: 17px;
  }
}
.p-intro--restaurant {
  border: 1px solid var(--color-border-secondary);
  margin: 40px auto 0;
  padding: 20px;
}
@media print, screen and (width > 769px) {
  .p-intro--restaurant {
    text-align: center;
    width: 1000px;
    margin-top: 130px;
    padding: 55px;
  }
}
.p-intro--restaurant__lead {
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.818;
  letter-spacing: 0.21em;
  text-align: center;
}
@media print, screen and (width > 769px) {
  .p-intro--restaurant__lead {
    font-size: 30px;
    line-height: 1.369;
  }
}
.p-intro--restaurant__txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7333;
  margin-top: 25px;
  text-indent: -16px;
  padding-left: 16px;
}
@media print, screen and (width > 769px) {
  .p-intro--restaurant__txt {
    font-size: 17px;
    line-height: 1.823;
    text-indent: 0;
    padding-left: 0;
  }
}

.p-room {
  display: grid;
  grid-template-columns: 100%;
  margin: 0 auto 0;
}
@media print, screen and (width > 769px) {
  .p-room {
    width: clamp(1200px, calc((1400 / (1400 + 70) * 100vw)), 1400px);
  }
}
.p-room:not(:last-child) {
  margin-bottom: 100px;
}
@media print, screen and (width > 769px) {
  .p-room {
    grid-template-columns: 24.285% 68.571%;
    gap: 0 7.144%;
    align-items: end;
  }
  .p-room:not(:last-child) {
    margin-bottom: 190px;
  }
}
.p-room__head {
  background-color: var(--color-site-tertiary);
  position: relative;
  z-index: 2;
}
@media only screen and (width <= 768px) {
  .p-room__head {
    order: 2;
  }
}
.p-room__slide {
  margin-bottom: 20px;
}
@media only screen and (width <= 768px) {
  .p-room__slide {
    order: 1;
    margin-bottom: 50px;
  }
}
.p-room__toggle {
  order: 3;
  position: relative;
  z-index: 1;
}
@media print, screen and (width > 769px) {
  .p-room__toggle {
    grid-column: 1/3;
    top: -1px;
  }
}
.p-room__title {
  margin-bottom: 27px;
}
@media print, screen and (width > 769px) {
  .p-room__title {
    margin-bottom: 48px;
  }
}
.p-room__txt {
  font-size: 15px;
  line-height: 1.7333;
  margin-bottom: 30px;
}
@media print, screen and (width > 769px) {
  .p-room__txt {
    font-size: 17px;
    line-height: 1.82;
    margin-bottom: 37px;
  }
}
.p-room__btn {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 48px;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 0 0 40px;
  border: 1px solid var(--color-border-secondary);
  position: relative;
}
@media print, screen and (width > 769px) {
  .p-room__btn {
    position: relative;
    transition: color 0.2s;
  }
  .p-room__btn::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--color-border-primary);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translate(0, 0) scale(0, 1);
    transform-origin: center right;
    transition: transform 0.2s;
  }
}
@media (hover: hover) {
  .p-room__btn:where(:any-link, :enabled, summary):hover {
    color: #fff;
    transition: color 0.3s;
  }
  .p-room__btn:where(:any-link, :enabled, summary):hover::before {
    transform: translate(0, 0) scale(1);
    transform-origin: center left;
    transition: transform 0.3s;
  }
}
@media (hover: hover) {
  .p-room__btn:where(:any-link, :enabled, summary):hover {
    border-color: var(--color-border-primary);
  }
}
@media print, screen and (width > 769px) {
  .p-room__btn {
    font-size: 17px;
  }
}
.p-room__reserve {
  margin-bottom: 16px;
}
.p-room__reserve::after {
  content: "";
  width: 21px;
  height: 20px;
  -webkit-mask-image: url(../images/common/icon_external.svg);
  -webkit-mask-size: 21px 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/common/icon_external.svg);
  mask-size: 21px 20px;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--color-site-primary);
  position: absolute;
  right: 20px;
  top: 11px;
}
@media (hover: hover) {
  .p-room__reserve:where(:any-link, :enabled, summary):hover::after {
    background-color: var(--color-site-tertiary);
    transition: background-color 0.3s;
  }
}
@media print, screen and (width > 769px) {
  .p-room__reserve {
    margin-bottom: 28px;
  }
  .p-room__reserve::after {
    right: 30px;
    transition: background-color 0.2s;
  }
}
@media (hover: hover) {
  .p-room__todetail:where(:any-link, :enabled, summary):hover .p-room__todetail__inner::before, .p-room__todetail:where(:any-link, :enabled, summary):hover .p-room__todetail__inner::after {
    background-color: var(--color-site-tertiary);
    transition: all 0.3s;
  }
}
.p-room__todetail.js-fader-active {
  border-bottom: 0;
}
.p-room__todetail.js-fader-active .p-room__todetail__inner::after {
  rotate: 0deg;
  transition: all 0.3s;
}
.p-room__todetail__inner {
  display: inline-block;
  width: 100%;
  position: relative;
}
.p-room__todetail__inner::before, .p-room__todetail__inner::after {
  content: "";
  width: 18px;
  height: 1px;
  background-color: var(--color-border-primary);
  position: absolute;
  top: 50%;
  right: 19px;
  translate: 0 -50%;
  transition: all 0.2s;
}
.p-room__todetail__inner::after {
  rotate: 90deg;
}
@media print, screen and (width > 769px) {
  .p-room__todetail__inner::before, .p-room__todetail__inner::after {
    right: 29px;
  }
}
.p-room__detail {
  border: 1px solid var(--color-border-secondary);
  padding: 15px 20px;
}
@media only screen and (width <= 768px) {
  .p-room__detail {
    border-top: 0;
  }
}
@media print, screen and (width > 769px) {
  .p-room__detail {
    padding: 32px 24px 30px;
    display: grid;
    grid-template-columns: 27.4% 38.5% 27.4%;
    grid-template-rows: auto auto;
    gap: 10px 3.35%;
  }
  .p-room__detail .p-room__table:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .p-room__detail .p-room__table:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .p-room__detail .p-room__table:nth-child(3) {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .p-room__detail .p-room__madori {
    grid-column: 3/4;
    grid-row: 1/3;
  }
}
.p-room__table {
  height: min-content;
}
.p-room__table__th, .p-room__table__td {
  font-size: 15px;
  line-height: 1.5333;
  text-align: left;
  vertical-align: top;
  padding: 10px 0 10px 4px;
  border-bottom: 1px solid var(--color-border-quinary);
}
@media print, screen and (width > 769px) {
  .p-room__table__th, .p-room__table__td {
    font-size: 17px;
    line-height: 1.823 !important;
  }
}
.p-room__table__th {
  font-weight: 700;
  line-height: 1.266;
  width: 80px;
  padding-right: 16px;
}
@media print, screen and (width > 769px) {
  .p-room__table__th {
    width: min-content;
    white-space: nowrap;
    padding-right: 30px;
  }
}
.p-room__table__td {
  padding-left: 0;
}
.p-room__table:nth-of-type(3) .p-room__table__tr:last-child .p-room__table__th, .p-room__table:nth-of-type(3) .p-room__table__tr:last-child .p-room__table__td {
  border-bottom: 0;
}
.p-room__madori {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (width > 769px) {
  .p-room__madori {
    aspect-ratio: 1/1;
  }
}
@media only screen and (width <= 768px) {
  .p-room__madori {
    margin-top: 45px;
  }
}
.p-room__madori__link {
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 34px;
}
.p-room__madori__link::after {
  font-size: 14px;
  line-height: 30px;
  content: "拡大";
  width: 30px;
  height: 30px;
  padding-left: 34px;
  background: url(../images/common/icon_zoom.svg) no-repeat left top;
  background-size: 30px 30px;
  position: absolute;
  right: 0;
  bottom: 0;
}
html[lang=en] .p-room__madori__link::after {
  content: "Zoom";
}

@media print, screen and (width > 769px) {
  .p-room__madori__link {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }
}
.p-room__madori__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-room--residence .p-room__title {
  overflow: hidden;
}
.p-room--residence .p-room__title .c-picture--title {
  display: block;
  border-top: 5px solid;
  padding: 13px 8px 0;
  padding-top: 25px;
}
@media print, screen and (width > 769px) {
  .p-room--residence .p-room__title .c-picture--title {
    border-top-width: 6px;
    padding-top: 17px;
  }
}
.p-room--residence#omoya .p-room__title {
  width: 131px;
  margin-bottom: 22px;
}
@media print, screen and (width > 769px) {
  .p-room--residence#omoya .p-room__title {
    width: 170px;
    margin-bottom: 15px;
  }
}
.p-room--residence#hanare .p-room__title {
  width: 145px;
}
@media print, screen and (width > 769px) {
  .p-room--residence#hanare .p-room__title {
    width: 186px;
  }
}

.p-cuisine {
  margin: 0 auto 0;
}
@media print, screen and (width > 769px) {
  .p-cuisine {
    width: clamp(1200px, calc((1400 / (1400 + 70) * 100vw)), 1400px);
  }
}
@media print, screen and (width > 769px) {
  .p-cuisine {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 30px;
  }
  .p-cuisine .p-cuisine__head {
    width: 170px;
  }
  .p-cuisine .p-cuisine__body {
    width: 71.428%;
  }
}
@media only screen and (width <= 768px) {
  .p-cuisine__head {
    margin-bottom: 30px;
  }
}
.p-cuisine__slide {
  margin-bottom: 50px;
}
@media print, screen and (width > 769px) {
  .p-cuisine__slide {
    margin-bottom: 70px;
  }
  .p-cuisine__slide .p-slide .slick-list {
    aspect-ratio: 1000/620;
  }
}
.p-cuisine__intro {
  margin-bottom: 60px;
}
@media print, screen and (width > 769px) {
  .p-cuisine__intro {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
  }
}
.p-cuisine__intro__inner {
  width: 50%;
}
@media only screen and (width <= 768px) {
  .p-cuisine__intro__inner {
    width: 100%;
    margin-top: 30px;
  }
}
.p-cuisine__copy {
  font-size: 24px;
  line-height: 1.5625;
}
@media print, screen and (width > 769px) {
  .p-cuisine__copy {
    font-size: 32px;
  }
}
.p-cuisine__lead {
  font-size: 15px;
  line-height: 1.7333;
}
.p-cuisine__lead:not(:first-child) {
  margin-top: 30px;
}
@media print, screen and (width > 769px) {
  .p-cuisine__lead {
    font-size: 17px;
    line-height: 1.823;
  }
  .p-cuisine__lead:not(:first-child) {
    margin-top: 35px;
  }
}
.p-cuisine__menu:not(:first-of-type) {
  margin-top: 55px;
}
@media print, screen and (width > 769px) {
  .p-cuisine__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 6%;
  }
  .p-cuisine__menu:not(:first-of-type) {
    margin-top: 90px;
  }
}
.p-cuisine__menu__title {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 13px;
  border-bottom: 1px solid;
}
@media only screen and (width <= 768px) {
  .p-cuisine__menu__title {
    margin-bottom: 35px;
  }
}
@media print, screen and (width > 769px) {
  .p-cuisine__menu__title {
    font-size: 22px;
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media only screen and (width <= 768px) {
  .p-cuisine__menu .p-cuisine__note {
    margin-top: 30px;
  }
}
@media print, screen and (width > 769px) {
  .p-cuisine__menu .p-cuisine__note {
    grid-column: 1/3;
  }
}
@media print, screen and (width > 769px) {
  .p-cuisine__menu .acms-admin-btn-action-group {
    grid-column: 1/3;
  }
}
.p-cuisine__category {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid var(--color-border-secondary);
  padding: 8px 9px;
  margin-bottom: 10px;
}
@media print, screen and (width > 769px) {
  .p-cuisine__category {
    font-size: 20px;
    padding: 9px 15px;
  }
}
@media only screen and (width <= 768px) {
  .p-cuisine__drink:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.p-cuisine__table {
  width: 100%;
  height: fit-content;
}
.p-cuisine__table__th, .p-cuisine__table__td {
  font-size: 15px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--color-border-quinary);
  padding: 10px 18px 10px 2px;
}
@media print, screen and (width > 769px) {
  .p-cuisine__table__th, .p-cuisine__table__td {
    font-size: 17px;
    padding: 14px 30px 14px 5px;
  }
}
.p-cuisine__table__th {
  font-weight: 700;
  width: min-content;
  white-space: nowrap;
}
html[lang=en] .p-cuisine__table__th {
  white-space: wrap;
}

.p-cuisine__table__td {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.p-cuisine__table__td--right {
  text-align: right;
}
html[lang=en] .p-cuisine__table__td--right {
  white-space: nowrap;
}

@media only screen and (width <= 768px) {
  .p-cuisine__table__td--right {
    white-space: nowrap;
  }
}
.p-cuisine__table__td--desc {
  border-bottom: 0;
  padding-bottom: 40px;
}
@media print, screen and (width > 769px) {
  .p-cuisine__table__tr:last-child .p-cuisine__table__td--desc {
    padding-bottom: 0;
  }
}
.p-cuisine__table--drink {
  width: 100%;
}
.p-cuisine__table--drink .p-cuisine__table__th {
  white-space: initial;
  padding-left: 0;
}
.p-cuisine__table--drink .p-cuisine__table__td--right {
  white-space: nowrap;
}
.p-cuisine__note__item {
  font-size: 13px;
  line-height: 2;
  position: relative;
  padding-left: 13px;
}
.p-cuisine__note__item::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media print, screen and (width > 769px) {
  .p-cuisine__note__item {
    font-size: 15px;
    line-height: 1.7333;
    padding-left: 15px;
  }
}
.p-cuisine__photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin-top: 35px;
}
@media print, screen and (width > 769px) {
  .p-cuisine__photos {
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    margin-top: 80px;
  }
}
.p-cuisine__img {
  width: 100%;
  height: auto;
}
.p-cuisine--dinner {
  margin-top: 80px;
  margin-bottom: 65px;
}
@media print, screen and (width > 769px) {
  .p-cuisine--dinner {
    margin-top: 165px;
    margin-bottom: 90px;
  }
}
.p-cuisine--breakfast {
  margin-top: 150px;
}
@media print, screen and (width > 769px) {
  .p-cuisine--breakfast {
    margin-top: 190px;
  }
}
.p-cuisine--drink {
  margin-top: 150px;
}
@media print, screen and (width > 769px) {
  .p-cuisine--drink {
    margin-top: 190px;
  }
  .p-cuisine--drink .p-cuisine__intro {
    margin-bottom: 80px;
  }
  .p-cuisine--drink .p-cuisine__menu {
    grid-template-columns: 100%;
  }
}
.p-cuisine--drink .p-cuisine__drink {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 100%;
}
@media print, screen and (width > 769px) {
  .p-cuisine--drink .p-cuisine__drink {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-restaurant {
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 100px 0;
}
@media print, screen and (width > 769px) {
  .p-restaurant {
    width: clamp(1200px, calc((1400 / (1400 + 70) * 100vw)), 1400px);
  }
}
.p-restaurant:not(:last-child) {
  margin-bottom: 60px;
}
@media print, screen and (width > 769px) {
  .p-restaurant {
    grid-template-columns: repeat(2, 1fr);
    gap: 170px 6.785%;
    margin-top: 190px;
  }
  .p-restaurant:not(:last-child) {
    margin-bottom: 150px;
  }
}
.p-restaurant--carousel {
  margin-bottom: 60px;
}
@media print, screen and (width > 769px) {
  .p-restaurant--carousel {
    margin-bottom: 150px;
  }
}
@media print, screen and (width > 769px) {
  .p-restaurant__alacarte {
    grid-column: 1/3;
  }
}
@media print, screen and (width > 769px) {
  .p-restaurant__alacarte__body {
    display: grid;
    align-items: start;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 60px;
  }
}
.p-restaurant__alacarte__body .c-table__td--right {
  white-space: nowrap;
}
.p-restaurant__hd {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid var(--color-border-secondary);
  padding-bottom: 10px;
  margin-bottom: 24px;
}
@media print, screen and (width > 769px) {
  .p-restaurant__hd {
    font-size: 22px;
  }
}
.p-restaurant__txt {
  font-size: 15px;
  margin-bottom: 25px;
}
@media print, screen and (width > 769px) {
  .p-restaurant__txt {
    font-size: 17px;
    margin-bottom: 45px;
  }
}
.p-restaurant__head {
  margin-bottom: 34px;
}
.p-restaurant__note {
  margin-top: 20px;
}
.p-restaurant__body .c-table:not(:first-of-type) {
  margin-top: 40px;
}
.p-restaurant__photos {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin: auto;
}
@media print, screen and (width > 769px) {
  .p-restaurant__photos {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
}
.p-restaurant__photos--alacarte {
  gap: 1px;
}
@media print, screen and (width > 769px) {
  .p-restaurant__photos--alacarte {
    width: 78.214%;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-top: 75px;
  }
}
.p-restaurant__photos--lunch {
  margin-top: -60px;
}
@media print, screen and (width > 769px) {
  .p-restaurant__photos--lunch {
    grid-column: 1/3;
    margin-top: -80px;
  }
}
.p-restaurant__img {
  width: 100%;
  height: auto;
}

.p-season__input {
  display: none !important;
}
.p-season__input#spring:checked ~ .p-season__nav .p-season__list__btn[for=spring] {
  color: var(--color-site-tertiary);
  background-color: #fff;
  border-color: #AEAEAE;
  transition: all 0.2s;
}
.p-season__input#spring:checked ~ .p-season__nav .p-season__list__btn[for=spring] .p-season__list__txt {
  background-color: var(--color-site-primary);
  transition: all 0.4s;
}
.p-season__input#spring:checked ~ .p-season__body .p-season__item#spring {
  display: block;
  opacity: 1;
  pointer-events: initial;
  z-index: 2;
}
.p-season__input#summer:checked ~ .p-season__nav .p-season__list__btn[for=summer] {
  color: var(--color-site-tertiary);
  background-color: #fff;
  border-color: #AEAEAE;
  transition: all 0.2s;
}
.p-season__input#summer:checked ~ .p-season__nav .p-season__list__btn[for=summer] .p-season__list__txt {
  background-color: var(--color-site-primary);
  transition: all 0.4s;
}
.p-season__input#summer:checked ~ .p-season__body .p-season__item#summer {
  display: block;
  opacity: 1;
  pointer-events: initial;
  z-index: 2;
}
.p-season__input#autumn:checked ~ .p-season__nav .p-season__list__btn[for=autumn] {
  color: var(--color-site-tertiary);
  background-color: #fff;
  border-color: #AEAEAE;
  transition: all 0.2s;
}
.p-season__input#autumn:checked ~ .p-season__nav .p-season__list__btn[for=autumn] .p-season__list__txt {
  background-color: var(--color-site-primary);
  transition: all 0.4s;
}
.p-season__input#autumn:checked ~ .p-season__body .p-season__item#autumn {
  display: block;
  opacity: 1;
  pointer-events: initial;
  z-index: 2;
}
.p-season__input#winter:checked ~ .p-season__nav .p-season__list__btn[for=winter] {
  color: var(--color-site-tertiary);
  background-color: #fff;
  border-color: #AEAEAE;
  transition: all 0.2s;
}
.p-season__input#winter:checked ~ .p-season__nav .p-season__list__btn[for=winter] .p-season__list__txt {
  background-color: var(--color-site-primary);
  transition: all 0.4s;
}
.p-season__input#winter:checked ~ .p-season__body .p-season__item#winter {
  display: block;
  opacity: 1;
  pointer-events: initial;
  z-index: 2;
}
.p-season__nav {
  width: 100%;
  height: 61px;
  position: sticky;
  z-index: 5;
  top: 0;
  left: 0;
}
@media only screen and (width <= 768px) {
  .p-season__nav {
    background-color: #fff;
    border-bottom: 1px solid #AEAEAE;
  }
}
@media print, screen and (width > 769px) {
  .p-season__nav {
    width: 90px;
    height: calc(100% - 145px);
    position: absolute;
    top: 145px;
    left: -119px;
  }
}
.p-season__list {
  width: 100%;
  height: 57px;
}
@media only screen and (width <= 768px) {
  .p-season__list {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 13px;
  }
}
@media print, screen and (width > 769px) {
  .p-season__list {
    width: 90px;
    height: auto;
    position: sticky;
    right: -1px;
    top: 145px;
  }
}
.p-season__list__item {
  width: 59px;
  height: 57px;
}
@media print, screen and (width > 769px) {
  .p-season__list__item {
    width: 90px;
    height: 90px;
  }
  .p-season__list__item:hover .p-season__list__link {
    color: var(--color-site-tertiary);
    transition: color 0.2s;
  }
  .p-season__list__item:hover .p-season__list__txt::before {
    scale: 1;
    transition: scale 0.3s;
  }
}
.p-season__list__btn {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  text-align: center;
  display: grid;
  place-items: center;
  padding: 8px 6.5px;
  cursor: pointer;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 0;
  border-left: 1px solid transparent;
  border-radius: 45px 45px 0 0;
  transition: all 0.2s;
}
html[lang=en] .p-season__list__btn {
  font-size: 10px;
}

.p-season__list__btn.js-acms_tab-active {
  color: var(--color-site-tertiary);
  background-color: #fff;
  border-color: #AEAEAE;
  transition: all 0.2s;
}
.p-season__list__btn.js-acms_tab-active .p-season__list__txt {
  background-color: var(--color-site-primary);
  transition: all 0.4s;
}
@media print, screen and (width > 769px) {
  .p-season__list__btn {
    font-size: 29px;
    padding: 12px;
    border-top: 1px solid transparent;
    border-right: 0;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-radius: 45px 0 0 45px;
  }
  html[lang=en] .p-season__list__btn {
    font-size: 13px;
  }
}
.p-season__list__txt {
  line-height: 42px;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
@media print, screen and (width > 769px) {
  .p-season__list__txt {
    line-height: 64px;
    transition: color 0.2s;
  }
  .p-season__list__txt::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #707070;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    scale: 0 0;
    transition: scale 0.2s;
  }
  html[lang=en] .p-season__list__txt {
    line-height: 63px;
  }
}
.p-season__body {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
}
@media only screen and (width <= 768px) {
  .p-season__body {
    padding-top: 30px;
  }
}
@media print, screen and (width > 769px) {
  .p-season__body::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #AEAEAE;
    position: absolute;
    left: -30px;
    top: 0;
  }
}
.p-season__item {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  min-height: 220px;
}
@media print, screen and (width > 769px) {
  .p-season__item {
    min-height: 500px;
  }
}
.p-season__ready {
  border: 1px solid var(--color-border-secondary);
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 15px;
  gap: 30px;
}
@media print, screen and (width > 769px) {
  .p-season__ready {
    height: 444px;
    gap: 45px;
  }
}
.p-season__ready__title {
  font-size: 24px;
  text-align: center;
}
@media print, screen and (width > 769px) {
  .p-season__ready__title {
    font-size: 32px;
  }
}
.p-season__ready__txt {
  font-size: 15px;
  line-height: 1.7333;
}
@media print, screen and (width > 769px) {
  .p-season__ready__txt {
    font-size: 17px;
    line-height: 1.823;
    width: 500px;
  }
}

.p-facility {
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 110px 0;
}
@media print, screen and (width > 769px) {
  .p-facility {
    width: clamp(1200px, calc((1400 / (1400 + 70) * 100vw)), 1400px);
  }
}
@media print, screen and (width > 769px) {
  .p-facility {
    grid-template-columns: 14.285% 1fr 1fr 14.285%;
    gap: 118px 0;
    margin-top: 190px;
  }
}
.p-facility__title {
  margin-bottom: 35px;
}
@media print, screen and (width > 769px) {
  .p-facility__title {
    margin-bottom: 50px;
  }
}
.p-facility__txt {
  font-size: 15px;
  line-height: 1.7333;
}
.p-facility__txt:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (width > 769px) {
  .p-facility__txt {
    font-size: 17px;
    line-height: 1.823;
  }
}
.p-facility__item {
  grid-column: 1/2;
}
@media print, screen and (width > 769px) {
  .p-facility__item {
    grid-column: 2/5;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-facility__item:nth-child(even) {
    flex-direction: row-reverse;
    grid-column: 1/4;
  }
  .p-facility__item:last-child {
    grid-column: 1/5;
    align-items: flex-start;
    display: grid;
    grid-template-columns: 100%;
  }
  .p-facility__item:last-child .p-facility__desc {
    max-width: 340px;
    grid-column: 1/2;
    grid-row: 1/2;
    position: relative;
    z-index: 2;
  }
  .p-facility__item:last-child .p-facility__photo {
    width: 70.928%;
    margin-left: 15%;
    grid-column: 1/2;
    grid-row: 1/2;
    position: relative;
    z-index: 1;
  }
}
.p-facility__item--floor .p-facility__photo {
  display: grid;
  grid-template-columns: 100%;
  gap: 50px;
}
.p-facility__desc {
  width: 100%;
}
@media print, screen and (width > 769px) {
  .p-facility__desc {
    width: 28.333%;
  }
}
.p-facility__photo {
  width: 100%;
}
@media only screen and (width <= 768px) {
  .p-facility__photo {
    margin-top: 40px;
  }
}
@media print, screen and (width > 769px) {
  .p-facility__photo {
    width: 60%;
  }
}
.p-facility__img {
  width: 100%;
}
.p-facility__floor {
  position: relative;
  width: 100%;
}
@media print, screen and (width > 769px) {
  .p-facility__floor:nth-child(1) .c-picture__img {
    width: 945px;
    margin-left: 54px;
  }
  .p-facility__floor:nth-child(2) .c-picture__img {
    width: 820px;
    margin-left: 116px;
  }
}
.p-facility__floor__txt {
  font-size: 30px;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}
.p-facility__floor__txt::first-letter {
  font-size: 45px;
}
@media print, screen and (width > 769px) {
  .p-facility__floor__txt {
    font-size: 51px;
    line-height: 1.8;
    position: absolute;
    top: 80px;
  }
  .p-facility__floor__txt::first-letter {
    font-size: 76px;
  }
}
@media only screen and (width <= 768px) {
  .p-facility__floor__picture {
    display: block;
    margin-top: -30px;
  }
  .p-facility__floor__picture .c-picture__img {
    width: 100%;
  }
}

.p-access {
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 100px 0;
}
@media print, screen and (width > 769px) {
  .p-access {
    width: clamp(1200px, calc((1400 / (1400 + 70) * 100vw)), 1400px);
  }
}
@media print, screen and (width > 769px) {
  .p-access {
    grid-template-columns: repeat(2, 1fr);
    gap: 190px 6.714%;
    margin-top: 190px;
  }
}
@media print, screen and (width > 769px) {
  .p-access__item--map, .p-access__item--parking {
    grid-column: 1/3;
  }
}
@media print, screen and (width > 769px) {
  .p-access__item--train {
    grid-column: 1/3;
  }
}
.p-access__item--train .p-access__icon {
  width: 85px;
}
@media print, screen and (width > 769px) {
  .p-access__item--train .p-access__icon {
    margin-right: 27px;
  }
}
@media print, screen and (width > 769px) {
  .p-access__item--car .p-access__img {
    width: 91.117%;
  }
}
.p-access__item--car .p-access__icon {
  width: 77px;
}
@media print, screen and (width > 769px) {
  .p-access__item--car .p-access__icon {
    margin-right: 30px;
  }
}
.p-access__item--bass .p-access__icon {
  width: 71px;
}
@media print, screen and (width > 769px) {
  .p-access__item--bass .p-access__icon {
    margin-right: 33px;
  }
}
@media print, screen and (width > 769px) {
  .p-access__item--airplane .p-access__title {
    align-items: center;
  }
}
.p-access__item--airplane .p-access__icon {
  width: 55px;
}
@media print, screen and (width > 769px) {
  .p-access__item--airplane .p-access__icon {
    margin-right: 41px;
  }
}
.p-access__map {
  position: relative;
  width: 100%;
  height: 540px;
  border: 1px solid var(--color-border-secondary);
  margin-bottom: 30px;
}
@media print, screen and (width > 769px) {
  .p-access__map {
    height: 670px;
    margin-bottom: 39px;
  }
}
.p-access__map iframe {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.p-access__header {
  width: fit-content;
  margin-bottom: 45px;
}
@media print, screen and (width > 769px) {
  .p-access__header {
    overflow: hidden;
    opacity: 0;
    translate: -100% 0;
    margin-bottom: 60px;
  }
}
.p-access__title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: fit-content;
  line-height: 1;
  border-top: 5px solid;
  padding-top: 13px;
}
@media print, screen and (width > 769px) {
  .p-access__title {
    border-top-width: 6px;
    flex-direction: row;
    align-items: flex-end;
    padding-top: 17px;
    padding-left: 14px;
    opacity: 0;
    translate: 100% 0;
  }
  html[lang=en] .p-access__title {
    padding-bottom: 5px;
  }
}
.p-access__title__main {
  font-size: 26px;
  line-height: 1;
}
@media only screen and (width <= 768px) {
  .p-access__title__main {
    margin: 16px 0 5px;
  }
}
@media print, screen and (width > 769px) {
  html[lang=en] .p-access__title__main {
    margin-right: 10px;
  }
}
.p-access__title__sub {
  font-size: 18px;
}
.p-access__txt {
  font-size: 15px;
  line-height: 2;
}
.p-access__txt:not(:last-child) {
  margin-bottom: 19px;
}
@media print, screen and (width > 769px) {
  .p-access__txt {
    font-size: 17px;
    line-height: 1.823;
  }
}
.p-access__bold {
  font-size: 16px;
  font-weight: 900;
}
@media print, screen and (width > 769px) {
  .p-access__bold {
    font-size: 19px;
  }
}
.p-access__detail {
  position: relative;
  text-align: center;
}
.p-access__picture {
  width: 100%;
}
.p-access__img {
  width: 100%;
}
.p-access__caution {
  border: 1px solid #C3C3C3;
  padding: 25px;
  margin-top: 30px;
}
@media print, screen and (width > 769px) {
  .p-access__caution {
    padding: 30px 36px;
    margin-top: 50px;
  }
}
.p-access__link {
  text-decoration: underline;
  word-break: break-all;
}
.p-access__parking {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #C3C3C3;
  padding: 25px;
  margin-top: -60px;
}
@media print, screen and (width > 769px) {
  .p-access__parking {
    padding: 45px;
    margin-top: -110px;
    gap: 0 8.6%;
  }
}
.p-access__parking .p-access__title {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  border: 0;
  gap: 10px;
  opacity: 1 !important;
  translate: 0 !important;
  font-size: 19px;
  font-weight: 600;
}
.p-access__parking .p-access__txt:not(:last-child) {
  margin-bottom: 38px;
}
html[lang=en] .p-access__parking .p-access__txt {
  width: 100%;
}

.p-access__parking .p-access__bold {
  font-size: inherit;
}
@media print, screen and (width > 769px) {
  .p-access__parking__first {
    width: 50.4%;
  }
}
@media print, screen and (width > 769px) {
  .p-access__parking__second {
    flex: 1 0 1%;
  }
}
.p-access__parking__bottom {
  width: 100%;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #c3c3c3;
}
@media print, screen and (width > 769px) {
  .p-access__parking__bottom {
    margin-top: 50px;
    padding-top: 50px;
  }
}

.p-news {
  width: 86.666vw;
  margin: 50px auto 0;
}
@media print, screen and (width > 769px) {
  .p-news {
    width: 1000px;
    margin-top: 190px;
    margin-bottom: 160px;
  }
}
.p-news__item {
  border-bottom: 1px solid var(--color-border-quinary);
}
.p-news__link {
  font-size: 15px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px 60px;
  padding: 18px 54px 18px 14px;
  position: relative;
}
.p-news__link::after {
  content: "";
  width: 23px;
  height: 5px;
  background: url(../images/common/icon_arrow_news.svg) no-repeat left top;
  background-size: 23px 5px;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media print, screen and (width > 769px) {
  .p-news__link {
    font-size: 17px;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 20px 60px 20px 14px;
  }
  .p-news__link::before {
    content: "";
    background-color: #fcfcfc;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: width 0.2s;
  }
  .p-news__link::after {
    width: 32px;
    height: 7px;
    background-size: 32px 7px;
    right: 24px;
    transition: right 0.2s;
  }
}
@media (hover: hover) {
  .p-news__link:where(:any-link, :enabled, summary):hover::before {
    width: 100%;
    transition: width 0.3s;
  }
  .p-news__link:where(:any-link, :enabled, summary):hover::after {
    right: 18px;
    transition: right 0.3s;
  }
}
.p-news__time {
  position: relative;
  z-index: 3;
}
.p-news__txt {
  position: relative;
  z-index: 3;
}
@media print, screen and (width > 769px) {
  .p-news__txt {
    flex: 1 0 1%;
  }
}
.p-news--pickup {
  border: 1px solid var(--color-border-secondary);
  margin-bottom: 20px;
}
.p-news--pickup__link {
  font-size: 15px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px 26px;
  padding: 20px 72px 25px 20px;
  position: relative;
}
.p-news--pickup__link::after {
  content: "";
  width: 23px;
  height: 5px;
  background: url(../images/common/icon_arrow_news.svg) no-repeat left top;
  background-size: 23px 5px;
  position: absolute;
  right: 21px;
  top: 50%;
  translate: 0 -50%;
}
@media print, screen and (width > 769px) {
  .p-news--pickup__link {
    font-size: 17px;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 18px 60px 18px 23px;
  }
  .p-news--pickup__link::before {
    content: "";
    background-color: #fcfcfc;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: width 0.2s;
  }
  .p-news--pickup__link::after {
    width: 32px;
    height: 7px;
    background-size: 32px 7px;
    right: 24px;
    transition: right 0.2s;
  }
}
@media (hover: hover) {
  .p-news--pickup__link:where(:any-link, :enabled, summary):hover::before {
    width: 100%;
    transition: width 0.3s;
  }
  .p-news--pickup__link:where(:any-link, :enabled, summary):hover::after {
    right: 18px;
    transition: right 0.3s;
  }
}
.p-news--pickup__title {
  position: relative;
  z-index: 3;
}
@media print, screen and (width > 769px) {
  .p-news--pickup__title {
    top: 2px;
  }
}
.p-news--pickup__txt {
  font-size: 17px;
  font-weight: 700;
  text-decoration: underline;
  position: relative;
  z-index: 3;
}
@media print, screen and (width > 769px) {
  .p-news--pickup__txt {
    font-size: 19px;
    flex: 1 0 1%;
  }
}

.p-pager {
  position: relative;
  height: 40px;
  margin-top: 23px;
}
@media print, screen and (width > 769px) {
  .p-pager {
    height: 46px;
    margin-top: 50px;
  }
}
.p-pager__arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  border: 1px solid var(--color-border-quaternary);
  border-radius: 50%;
}
@media print, screen and (width > 769px) {
  .p-pager__arrow {
    width: 46px;
    height: 46px;
  }
  .p-pager__arrow:hover {
    border-color: var(--color-border-primary);
    background-color: var(--color-site-primary);
    transition: all 0.3s;
  }
  .p-pager__arrow:hover .p-pager__icon {
    background-color: var(--color-site-tertiary);
  }
}
.p-pager__arrow--next {
  right: 0;
}
.p-pager__arrow--prev {
  left: 0;
}
.p-pager__arrow--prev .p-pager__icon {
  scale: -1 1;
}
.p-pager__icon {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-mask-image: url(../images/common/icon_arrow_short.svg);
  -webkit-mask-size: 15px 5px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/common/icon_arrow_short.svg);
  mask-size: 15px 5px;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--color-border-primary);
}
@media print, screen and (width > 769px) {
  .p-pager__icon {
    -webkit-mask-size: 17px 6px;
    mask-size: 17px 6px;
  }
}
.p-pager__list {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 9px;
}
@media print, screen and (width > 769px) {
  .p-pager__list {
    gap: 0 10px;
  }
}
.p-pager__item {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--color-border-quaternary);
  background-color: var(--color-site-tertiary);
}
@media print, screen and (width > 769px) {
  .p-pager__item {
    font-size: 16px;
    line-height: 44px;
    width: 46px;
    height: 46px;
  }
}
.p-pager__item--current {
  color: var(--color-site-tertiary);
  border-color: var(--color-border-primary);
  background-color: var(--color-border-primary);
}
.p-pager__item--lastpage {
  color: var(--color-txt-primary);
}
.p-pager__item:not(.p-pager__item--current):not(.p-pager__item--lastpage):hover {
  border-color: #5D5D5D;
  background-color: #5D5D5D;
  transition: all 0.3s;
}
.p-pager__item:not(.p-pager__item--current):not(.p-pager__item--lastpage):hover .p-pager__link {
  color: #fff;
  transition: color 0.3s;
}
.p-pager__link {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-site-primary);
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: relative;
  z-index: 2;
}
@media print, screen and (width > 769px) {
  .p-pager__link {
    font-size: 16px;
  }
}
.p-pager__index {
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  display: block;
  width: 207px;
  height: 46px;
  border-radius: 23px;
  border: 1px solid var(--color-border-quaternary);
}
@media print, screen and (width > 769px) {
  .p-pager__index {
    position: relative;
    overflow: hidden;
    transition: color 0.2s;
  }
  .p-pager__index::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--color-border-primary);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translate(0, 0) scale(0, 1);
    transform-origin: center right;
    transition: transform 0.2s;
  }
}
@media (hover: hover) {
  .p-pager__index:where(:any-link, :enabled, summary):hover {
    color: var(--color-site-tertiary);
    border-color: var(--color-border-primary);
    transition: color 0.3s;
  }
  .p-pager__index:where(:any-link, :enabled, summary):hover::before {
    transform: translate(0, 0) scale(1);
    transform-origin: center left;
    transition: transform 0.3s;
  }
}

.p-form__box {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px 40px;
  font-size: 16px;
  line-height: 2.125;
  border: 5px solid #F5F5F5;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media print, screen and (width > 769px) {
  .p-form__box {
    padding: 50px;
    border-width: 10px;
    flex-direction: row;
    margin-bottom: 110px;
  }
}
.p-form__caution {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 30px;
}
.p-form__input {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 10px;
  border: 1px solid #E1E1E1;
  background-color: #FAFAFA;
}
.p-form__input::placeholder {
  color: #808080;
}
@media print, screen and (width > 769px) {
  .p-form__input--prefix {
    width: 150px;
  }
}
@media print, screen and (width > 769px) {
  .p-form__input--name {
    width: 310px;
  }
}
@media print, screen and (width > 769px) {
  .p-form__input--mail {
    width: 500px;
  }
}
.p-form__input--zip {
  width: 160px;
}
@media print, screen and (width > 769px) {
  .p-form__input--zip {
    width: 210px;
  }
}
@media print, screen and (width > 769px) {
  .p-form__input--address {
    width: 630px;
  }
}
@media print, screen and (width > 769px) {
  .p-form__input--textarea {
    width: 100%;
  }
}
.p-form__table {
  border-top: 1px solid var(--color-border-quinary);
  width: 100%;
}
@media only screen and (width <= 768px) {
  .p-form__table {
    display: block;
  }
  .p-form__table__body, .p-form__table__row, .p-form__table__head, .p-form__table__desc {
    display: block;
    width: 100%;
  }
}
.p-form__table__head, .p-form__table__desc {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--color-border-quinary);
  padding: 12px 0;
}
@media print, screen and (width > 769px) {
  .p-form__table__head, .p-form__table__desc {
    padding: 24px 0;
  }
}
.p-form__table__head {
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (width <= 768px) {
  .p-form__table__head {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media print, screen and (width > 769px) {
  .p-form__table__head {
    width: 210px;
    padding-right: 60px;
  }
}
.p-form__table__required {
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  color: #f00;
  display: inline-block;
  padding: 0 7px;
  margin-left: 8px;
  border: 1px solid #f00;
}
.p-form__table__note {
  font-weight: 400;
  margin-top: 13px;
}
@media only screen and (width <= 768px) {
  .p-form__table__note {
    font-size: 14px;
  }
}
.p-form__table__error {
  font-weight: 700;
  color: #f00;
  margin-top: 4px;
}
@media only screen and (width <= 768px) {
  .p-form__table__error {
    font-size: 14px;
  }
}
.p-form__btns {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 35px;
  margin-top: 30px;
}
@media print, screen and (width > 769px) {
  .p-form__btns {
    flex-direction: row;
    margin-top: 60px;
    position: relative;
  }
  .p-form__btns .c-btn--revision {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media only screen and (width <= 768px) {
  .p-carousel {
    width: 100vw;
    position: relative;
    left: 50%;
    translate: -50% 0;
  }
}
.p-carousel .slick-track {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2px;
}
@media print, screen and (width > 769px) {
  .p-carousel .slick-track {
    gap: 6px;
  }
}
.p-carousel .slick-slide {
  width: 46.1333333333vw;
  float: none;
}
@media print, screen and (width > 769px) {
  .p-carousel .slick-slide {
    width: clamp(485px, 37.9166666667vw, 546px);
  }
}
.p-carousel__img {
  width: 100%;
}

.acms-container {
  max-width: initial;
  padding: 0;
}
.acms-container #adminBox {
  margin-bottom: 0;
}

@media print, screen and (width > 769px) {
  .titleWrapper h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

.acms-box-medium input,
.acms-box-medium textarea {
  font-size: 16px;
}
.acms-box-medium select,
.acms-box-medium button {
  font-size: 14px;
}

.entryFormColumn .entryFormColumnHead select {
  font-size: 14px;
}

.acms-admin-form .entryFormLiteEditor,
.acms-admin-form textarea {
  font-size: 16px;
}

.titleWrapper {
  max-width: 1280px;
  margin: 0 auto 20px;
}

.acms-ebody {
  margin: 50px auto 0;
  width: 86.666vw;
}
@media print, screen and (width > 769px) {
  .acms-ebody {
    width: 1000px;
    margin-top: 190px;
  }
}
.acms-ebody .acms-box-medium {
  margin-top: 40px;
}
.acms-ebody__entry {
  padding-bottom: 50px;
  overflow: hidden;
}
@media print, screen and (width > 769px) {
  .acms-ebody__entry {
    padding-bottom: 100px;
  }
}
.acms-ebody__entry + .p-pager::before {
  content: "";
  background-color: #BEBEBE;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -50px;
}
.acms-ebody__content {
  margin-top: 40px;
}
@media print, screen and (width > 769px) {
  .acms-ebody__content {
    margin-right: -80px;
  }
}
.acms-ebody__content > * strong {
  font-size: 112.5%;
  font-weight: 900;
}
.acms-ebody__content > * em {
  font-weight: 700;
  color: var(--color-bold);
}
@media print, screen and (width > 769px) {
  .acms-ebody__content > * {
    margin-right: 80px;
  }
  .acms-ebody__content > *:first-child {
    margin-top: 0 !important;
  }
}
.acms-ebody__content > *.c-hd--large {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media print, screen and (width > 769px) {
  .acms-ebody__content > *.c-hd--large {
    margin-top: 100px;
    margin-bottom: 33px;
  }
}
.acms-ebody__content > *.c-hd--middle {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media print, screen and (width > 769px) {
  .acms-ebody__content > *.c-hd--middle {
    margin-top: 100px;
    margin-bottom: 38px;
  }
}
.acms-ebody__content > *.c-hd--small {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media print, screen and (width > 769px) {
  .acms-ebody__content > *.c-hd--small {
    margin-top: 100px;
  }
}
.acms-ebody__content .c-txt,
.acms-ebody__content .c-txt--block {
  margin-top: 20px;
}
.acms-ebody__content [class*=c-list] {
  margin-top: 20px;
}
.acms-ebody__content .c-line {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media print, screen and (width > 769px) {
  .acms-ebody__content .c-line {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.acms-ebody__content [class*=column-media-],
.acms-ebody__content [class*=column-image-] {
  width: fit-content;
  margin-bottom: 20px;
}
@media print, screen and (width > 769px) {
  .acms-ebody__content [class*=column-media-],
.acms-ebody__content [class*=column-image-] {
    margin-bottom: 30px;
  }
}
.acms-ebody__content [class*=column-media-] .caption,
.acms-ebody__content [class*=column-image-] .caption {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #707f89;
  margin-top: 10px;
  text-align: left !important;
}
@media print, screen and (width > 769px) {
  .acms-ebody__content [class*=column-media-] .caption,
.acms-ebody__content [class*=column-image-] .caption {
    font-size: 14px;
    margin-top: 20px;
  }
}
.acms-ebody__content [class*=column-media-] img,
.acms-ebody__content [class*=column-image-] img {
  width: 100%;
}
.acms-ebody__content [class*=c-column] {
  margin-top: 30px;
}
@media print, screen and (width > 769px) {
  .acms-ebody__content [class*=c-column] {
    margin-top: 100px;
    float: left;
  }
  .acms-ebody__content [class*=c-column].c-column {
    margin-right: -80px;
  }
  .acms-ebody__content [class*=c-column].c-column > * {
    margin-right: 80px;
  }
}
.acms-ebody__content [class*=c-column] .c-hd--large:not(:first-of-type),
.acms-ebody__content [class*=c-column] .c-hd--middle:not(:first-of-type),
.acms-ebody__content [class*=c-column] .c-hd--small:not(:first-of-type) {
  margin-top: 40px;
}
@media print, screen and (width > 769px) {
  .acms-ebody__content .column-media-right,
.acms-ebody__content .column-image-right {
    float: right;
  }
  .acms-ebody__content .column-media-right + *,
.acms-ebody__content .column-image-right + * {
    margin-top: 0 !important;
  }
}
@media print, screen and (width > 769px) {
  .acms-ebody__content .column-media-left,
.acms-ebody__content .column-image-left {
    float: left;
  }
  .acms-ebody__content .column-media-left + *,
.acms-ebody__content .column-image-left + * {
    margin-top: 0 !important;
  }
}
.acms-ebody__content .column-media-center,
.acms-ebody__content .column-image-center {
  text-align: center;
}
.acms-ebody__content .column-media-center .caption,
.acms-ebody__content .column-image-center .caption {
  text-align: center !important;
}
.acms-ebody__content [class*=column-file] {
  width: fit-content;
  margin-bottom: 30px;
}
.acms-ebody__content .column-file-left {
  margin-right: 25px;
}
.acms-ebody__content .column-file-right {
  margin-left: 25px;
}
.acms-ebody__content .column-file-center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.acms-ebody__content .column-file-center .caption {
  text-align: center !important;
}
.acms-ebody__content [class*=column-table] {
  margin-top: 20px;
}
.acms-ebody__content .entry-container {
  margin: 0;
}
@media only screen and (width <= 768px) {
  .acms-ebody__content .entry-container.scroll-hint {
    overflow-x: scroll !important;
  }
}
.acms-ebody__content .entry-container table:not(.acms-admin-table-admin-edit) {
  width: 100%;
}
@media only screen and (width <= 768px) {
  .acms-ebody__content .entry-container table:not(.acms-admin-table-admin-edit) th {
    white-space: nowrap;
  }
}
@media print, screen and (width > 769px) {
  .acms-ebody__content .entry-container table:not(.acms-admin-table-admin-edit) {
    table-layout: auto;
    margin-bottom: 60px;
  }
}
@media only screen and (width <= 768px) {
  .acms-ebody__content .entry-container table:not(.acms-admin-table-admin-edit).c-table--spvertical {
    display: block;
    width: 100%;
  }
  .acms-ebody__content .entry-container table:not(.acms-admin-table-admin-edit).c-table--spvertical tbody,
.acms-ebody__content .entry-container table:not(.acms-admin-table-admin-edit).c-table--spvertical thead,
.acms-ebody__content .entry-container table:not(.acms-admin-table-admin-edit).c-table--spvertical tr,
.acms-ebody__content .entry-container table:not(.acms-admin-table-admin-edit).c-table--spvertical th,
.acms-ebody__content .entry-container table:not(.acms-admin-table-admin-edit).c-table--spvertical td {
    display: block;
    width: 100%;
  }
  .acms-ebody__content .entry-container table:not(.acms-admin-table-admin-edit).c-table--spvertical th {
    padding-bottom: 0;
    padding-right: 0;
    border-bottom: 0;
  }
}
.acms-ebody__content .acms-googlemap {
  aspect-ratio: 2/3;
}
.acms-ebody__content .acms-googlemap:not(:last-child) {
  margin-bottom: 30px;
}
.acms-ebody__content .acms-googlemap iframe {
  aspect-ratio: 2/3;
  width: 100% !important;
  height: 100% !important;
}
@media print, screen and (width > 769px) {
  .acms-ebody__content .acms-googlemap {
    aspect-ratio: 5/6;
  }
  .acms-ebody__content .acms-googlemap iframe {
    aspect-ratio: 5/6;
  }
}
@media print, screen and (width > 769px) {
  .acms-ebody__content .acms-form select,
.acms-ebody__content .acms-form *[class*=acms-form-width] {
    font-size: 16px;
    min-height: 35px;
  }
}
@media only screen and (width <= 768px) {
  .acms-ebody__content .acms-form select,
.acms-ebody__content .acms-form *[class*=acms-form-width] {
    min-height: 45px;
  }
  .acms-ebody__content .acms-form select:not(:first-child),
.acms-ebody__content .acms-form *[class*=acms-form-width]:not(:first-child) {
    margin-top: 15px;
  }
}
.acms-ebody__content .acms-form .form-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (width > 769px) {
  .acms-ebody__content .acms-form .form-btn-box {
    margin: 60px 10px 0;
  }
}
@media only screen and (width <= 768px) {
  .acms-ebody__content .acms-form .form-btn-box {
    margin: 30px 10px 0;
  }
}
@media print, screen and (width > 769px) {
  .acms-ebody__content .acms-form .form-btn-return,
.acms-ebody__content .acms-form .form-btn-send {
    margin: 0 30px;
  }
}
@media only screen and (width <= 768px) {
  .acms-ebody__content .acms-form .form-btn-return,
.acms-ebody__content .acms-form .form-btn-send {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media print, screen and (width > 769px) {
  .acms-ebody__content .acms-form .acms-form-width-text {
    width: 140px;
    margin-right: 25px;
  }
}
.acms-ebody__content .acms-form .acms-form-width-amount {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.acms-ebody__content .acms-form .acms-form-width-number {
  width: 65px;
  margin-right: 5px;
}
@media print, screen and (width > 769px) {
  .acms-ebody__content .acms-form .acms-form-width-middle {
    width: 308px;
  }
}

.acms-admin-filter-group p,
.acms-admin-filter-group label {
  color: #404040;
}

.entryFormColumnBody * {
  color: #404040;
}

.acms-admin-media-list .adminTable {
  color: #404040;
}

.continue-link {
  clear: both;
  border-top: 1px solid #e6e1dc;
}
@media print, screen and (width > 769px) {
  .continue-link {
    padding-top: 35px;
  }
}
@media only screen and (width <= 768px) {
  .continue-link {
    padding-top: 20px;
  }
}

.lite-editor-tooltip-wrap {
  z-index: 1000000 !important;
}
