@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* colors 色管理
====================================== */
/* shorthand color variables 色のショートハンド
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* font-weight フォントの太さの指定用
====================================== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #666;
  scroll-padding-top: 120px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  container-type: inline-size;
  line-break: strict;
  overflow-wrap: anywhere;
  word-break: normal;
  text-autospace: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Shippori Mincho", serif;
  color: #666;
  line-height: 1.2;
}

picture {
  display: block;
  max-width: 100%;
}
picture > img {
  width: 100%;
  height: auto;
  display: block;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

ul,
dl,
figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

a {
  color: #666;
  transition: 0.4s;
}
a:before, a:after {
  transition: 0.4s;
}
a:hover {
  color: #666;
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1em;
  border: 0;
  box-sizing: border-box;
  border-radius: 5px;
}
@media (min-width: 640px) {
  input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
  select,
  textarea {
    padding: 2em;
  }
}

select {
  max-width: 320px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16'%3E%3Cpath d='M5 0L10 6H0z' fill='%23696969'/%3E%3Cpath d='M5 16L0 10h10z' fill='%23696969'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2em center;
  padding-right: 3em;
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

address {
  margin-bottom: 0;
}

/* Contact Form 7
====================================== */
.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/* reCAPTCHA
====================================== */
.grecaptcha-badge {
  visibility: hidden;
}

/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.com-txt-color-text {
  color: #666 !important;
}

.com-bg-text {
  background-color: #666 !important;
}

.com-txt-color-main {
  color: #cda069 !important;
}

.com-bg-main {
  background-color: #cda069 !important;
}

.com-txt-color-secondary {
  color: #02acc9 !important;
}

.com-bg-secondary {
  background-color: #02acc9 !important;
}

.com-txt-color-danger {
  color: #c75252 !important;
}

.com-bg-danger {
  background-color: #c75252 !important;
}

.com-txt-color-white {
  color: #fff !important;
}

.com-bg-white {
  background-color: #fff !important;
}

.com-txt-color-gray {
  color: #f4f4f4 !important;
}

.com-bg-gray {
  background-color: #f4f4f4 !important;
}

.com-txt-color-light-blue {
  color: #f2f9f9 !important;
}

.com-bg-light-blue {
  background-color: #f2f9f9 !important;
}

.com-txt-color-facebook {
  color: #3b5999 !important;
}

.com-bg-facebook {
  background-color: #3b5999 !important;
}

.com-txt-color-x {
  color: #000 !important;
}

.com-bg-x {
  background-color: #000 !important;
}

.com-txt-color-youtube {
  color: #cd201f !important;
}

.com-bg-youtube {
  background-color: #cd201f !important;
}

.com-txt-color-line {
  color: #18ba07 !important;
}

.com-bg-line {
  background-color: #18ba07 !important;
}

#header {
  background: #fff;
  border-bottom: 0.5px solid #cda069;
  height: 77px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 30px;
}
@media (max-width: 959px) {
  .header-inner {
    padding: 0 20px;
  }
}

/* logo
--------------------------------- */
.header-logo {
  display: flex;
  align-items: flex-end;
  color: #cda069;
  text-decoration: none;
}
.header-logo:hover, .header-logo:focus, .header-logo:active, .header-logo:visited {
  color: #cda069;
  text-decoration: none;
}
.header-logo .title {
  text-align: center;
  font-family: "Hina Mincho", serif;
  line-height: 1.5;
}
.header-logo .title .sub {
  font-size: 10px;
  font-size: 0.625rem;
}
.header-logo .title .main {
  display: block;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  letter-spacing: 3.5px;
}
.header-logo .en {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1.5px;
  line-height: 1;
  text-transform: capitalize;
}

/* nav (PC)
--------------------------------- */
.header-nav ul {
  display: flex;
  gap: 40px;
}
.header-nav a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.header-nav .en {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #cda069;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: capitalize;
}
.header-nav .ja {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  line-height: 1.5;
}

/* menu button (SP)
--------------------------------- */
.header-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.header-menu .en {
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #cda069;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: capitalize;
}
.header-menu .bars {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #cda069;
  padding: 12px 8px;
  border-radius: 2px;
}
.header-menu .bars span {
  display: block;
  width: 32px;
  height: 3px;
  background: #fff;
}
.header-menu.close .bars {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  height: 45px;
}
.header-menu.close .bars span {
  position: absolute;
  top: 50%;
  left: 8px;
  right: 8px;
  width: auto;
  transform-origin: center;
}
.header-menu.close .bars span:first-child {
  transform: translateY(-50%) rotate(38deg);
}
.header-menu.close .bars span:last-child {
  transform: translateY(-50%) rotate(-38deg);
}

.footer {
  position: relative;
  background-color: #02acc9;
  color: #fff;
  padding-block: 60px;
}
.footer a {
  color: inherit;
}
@media (max-width: 639px) {
  .footer {
    padding-block: 40px;
  }
}

.footer-splash {
  position: absolute;
  bottom: 96%;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 173px;
  height: auto;
}

.footer-inner {
  max-width: 1000px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 640px) {
  .footer-content {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
}

/* footer-head
====================================== */
.footer-head {
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 639px) {
  .footer-head {
    padding-inline: 0;
    align-items: center;
    order: 2;
  }
}
.footer-head .address {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-family: "Hina Mincho", serif;
  font-size: 57px;
  font-size: 3.5625rem;
  line-height: 1.2;
  letter-spacing: 5.71px;
}
.footer-logo .sub {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1.5px;
}
.footer-logo .en {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  text-align: center;
}

/* footer-nav
====================================== */
.footer-nav {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  writing-mode: vertical-rl;
  gap: 10px;
}
@media (min-width: 960px) {
  .footer-nav {
    gap: 20px;
  }
}
.footer-nav a {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  letter-spacing: 1.5px;
  line-height: 1.2;
  padding: 0.5em;
}

/* footer-copyright
====================================== */
.copyright {
  font-family: "Shippori Mincho", serif;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.5px;
}

/* #fixed-side
====================================== */
.fixed-side {
  position: fixed;
  right: 10px;
  bottom: 152px;
  z-index: 100;
}
@media (min-width: 960px) {
  .fixed-side {
    right: 20px;
    bottom: 271.5px;
  }
}
.fixed-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 960px) {
  .fixed-side {
    gap: 30px;
  }
}
.fixed-side .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media (min-width: 960px) {
  .fixed-side .wrap {
    gap: 20px;
  }
}
.fixed-side .btn {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2px;
  color: #727171;
  text-align: center;
  width: 24px;
}
@media (min-width: 960px) {
  .fixed-side .btn {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 2.7px;
    width: 32px;
  }
}
.fixed-side .divider {
  display: block;
  width: 18px;
  height: 14px;
  color: #cda069;
}
@media (min-width: 960px) {
  .fixed-side .divider {
    width: 24px;
    height: 19px;
  }
}
.fixed-side .divider svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* pagetop
-------------------------------------- */
#pagetop {
  transition: opacity 0.25s;
  opacity: 1;
}
#pagetop.pagetop-hidden {
  opacity: 0;
  pointer-events: none;
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  width: 26px;
  height: 44px;
  text-decoration: none;
}
@media (min-width: 960px) {
  .pagetop {
    right: 20px;
    bottom: 0;
    width: 38px;
    height: 63px;
  }
}

.pagetop-line {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  display: block;
  width: 1px;
  height: 80px;
  background-color: #cda069;
}
@media (min-width: 960px) {
  .pagetop-line {
    top: 31.5px;
    height: 180px;
  }
}

.pagetop-drop {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 26px;
  height: 44px;
  --drop-y: 0px;
  transform: translateY(var(--drop-y));
  animation: drop-bounce 2.4s ease-in-out infinite;
  transform-origin: center center;
}
@media (min-width: 960px) {
  .pagetop-drop {
    width: 38px;
    height: 63px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pagetop-drop {
    animation: none;
  }
}
.pagetop-drop img {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes drop-bounce {
  0%, 100% {
    transform: translateY(var(--drop-y)) scaleY(1) scaleX(1);
  }
  20% {
    transform: translateY(calc(var(--drop-y) - 3px)) scaleY(1.06) scaleX(0.94);
  }
  40% {
    transform: translateY(var(--drop-y)) scaleY(0.94) scaleX(1.06);
  }
  55% {
    transform: translateY(calc(var(--drop-y) - 1px)) scaleY(1.03) scaleX(0.97);
  }
  70% {
    transform: translateY(var(--drop-y)) scaleY(0.97) scaleX(1.03);
  }
}
.pagetop-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 7px;
  font-size: 0.4375rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .pagetop-text {
    padding-bottom: 7px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.com-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden;
  transition: visibility 0.3s;
}
.com-offcanvas.is-open {
  visibility: visible;
}

.com-offcanvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s;
}
.is-open .com-offcanvas-overlay {
  opacity: 1;
}

.com-offcanvas-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  padding: 0;
  color: #666;
  transform: translateX(100%);
  transition: transform 0.3s;
}
.is-open .com-offcanvas-bar {
  transform: translateX(0);
}

body.is-offcanvas-open {
  overflow: hidden;
}

.offcanvas-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 20px;
}

.offcanvas-btn-01 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 1em;
  padding-inline: 2em;
  text-decoration: none;
  border-bottom: 0.5px solid #cda069;
}
.offcanvas-btn-01 .en {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #cda069;
  letter-spacing: 2px;
  line-height: 1.5;
  text-transform: capitalize;
}
.offcanvas-btn-01 .ja {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  letter-spacing: 1.4px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 8px;
}
.offcanvas-btn-01 .ico-dropdown {
  color: #cda069;
  transition: transform 0.3s ease;
}

.has-children .nav-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.has-children .nav-sub a {
  padding-left: 2em;
}
.has-children.is-open .offcanvas-btn-01.accordion .ico-dropdown {
  transform: rotate(180deg);
}
.has-children.is-open .nav-sub {
  max-height: 500px;
}

/* offcanvas-foot (お電話 + 予約バナー)
--------------------------------- */
.offcanvas-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 40px 30px 20px;
}
.offcanvas-foot .com-tit-01 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
  width: 100%;
}
.offcanvas-foot .reserve-tel-01 {
  margin: 0;
}
.offcanvas-foot .reserve-tel-01 .label {
  font-size: 20px;
  font-size: 1.25rem;
}
.offcanvas-foot .reserve-tel-01 .num {
  font-size: 32px;
  font-size: 2rem;
}
.offcanvas-foot .reserve-booking-01 {
  margin: 0;
  width: 100%;
}
.offcanvas-foot .reserve-booking-01 .link {
  max-width: 342px;
  margin-inline: auto;
  padding: 12px 30px;
}

/* section
====================================== */
.com-sec-01 {
  padding-block: 60px;
}
@media (min-width: 640px) {
  .com-sec-01 {
    padding-block: 100px;
  }
}

@media (max-width: 959px) {
  .uk-container.expand-sp {
    max-width: none;
    padding-inline: 0;
  }
}

/* parts
--------------------------------- */
/* title タイトル
--------------------------------- */
.page-tit-01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #727171;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 50px;
  container-type: inline-size;
}
@media (min-width: 640px) {
  .page-tit-01 {
    margin-top: 120px;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
  }
}
.page-tit-01 .en {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #cda069;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: capitalize;
}
.page-tit-01 .en::after {
  content: "";
  flex-shrink: 0;
  width: 9px;
  height: 15px;
  background: url("../img/common/water_drop.svg") center/contain no-repeat;
}
.page-tit-01 .ja {
  font-size: clamp(25px, 5.68181818cqi, 50px);
}
.page-tit-01 .ja .sub {
  font-size: 81%;
}

.com-tit-01 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Shippori Mincho", serif;
  color: #cda069;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.com-tit-01 .text {
  min-width: 0;
}
.com-tit-01 .text .sub {
  font-size: 80%;
}
.com-tit-01 .line {
  flex: 1;
  height: 1px;
  background: #cda069;
  min-width: 0;
}
.com-tit-01.line-left::before, .com-tit-01.line-both::before, .com-tit-01.line-right::after, .com-tit-01.line-both::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #cda069;
  min-width: 0;
}

.com-tit-02 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (min-width: 640px) {
  .com-tit-02 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.com-tit-02.large {
  font-size: 24px;
  font-size: 1.5rem;
}
.com-tit-02.small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media (min-width: 640px) {
  .com-tit-02.small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* panel パネル
--------------------------------- */
.com-panel-01 {
  background: #fff;
  border: 1px solid #cda069;
  border-radius: 5px;
  padding: 60px 24px;
}
@media (min-width: 640px) {
  .com-panel-01 {
    padding: 80px 70px;
  }
}

.com-panel-02 {
  background: #f2f9f9;
  padding: 60px 24px;
}
@media (min-width: 640px) {
  .com-panel-02 {
    padding: 80px 70px;
  }
}

/* background 背景
--------------------------------- */
.com-bg-gradient-01 {
  background-image: linear-gradient(180deg, #e9f5f2 0%, #56c2e7 100%);
}

/* table テーブル
--------------------------------- */
.com-table-01 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.com-table-01 tr {
  border-top: 1px solid #cda069;
  border-bottom: 1px solid #cda069;
  text-align: left;
}
.com-table-01 th,
.com-table-01 td {
  padding: 0.8em 1em;
}
.com-table-01 th {
  font-weight: normal;
  background-color: rgba(205, 160, 105, 0.2);
  color: #cda069;
}
.com-table-01 .thead tr {
  border-top: unset;
}
.com-table-01 .thead th {
  color: #666;
  background-color: unset;
  font-weight: normal;
}
.com-table-01.matrix {
  min-width: 800px;
  border-top: 1px solid #cda069;
}
.com-table-01.matrix tr {
  text-align: center;
}
.com-table-01.matrix th,
.com-table-01.matrix td {
  vertical-align: middle;
  padding-inline: 0.3em;
}
.com-table-01.matrix th + th,
.com-table-01.matrix th + td,
.com-table-01.matrix td + td,
.com-table-01.matrix td + th {
  border-left: 1px solid #cda069;
}
.com-table-01.matrix .thead th {
  background-color: rgba(205, 160, 105, 0.2);
  color: #cda069;
}
.com-table-01.matrix .sub {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.3em;
}

/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m {
  margin-top: 40px;
}
@media (min-width: 640px) {
  .com-mt-m {
    margin-top: 60px;
  }
}

.com-mt-l {
  margin-top: 90px;
}
@media (min-width: 640px) {
  .com-mt-l {
    margin-top: 120px;
  }
}

.com-mt-xl {
  margin-top: 150px;
}
@media (min-width: 640px) {
  .com-mt-xl {
    margin-top: 200px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

.com-mt-half {
  margin-top: 0.5em;
}

/* list style リストスタイル
--------------------------------- */
@media (max-width: 639px) {
  .com-list-01 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.com-list-01 li {
  margin-left: 1.2em;
}
.com-list-01 li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.com-list-01 li + li {
  margin-top: 0.2em;
}
.com-list-01.notice li::before {
  content: "※";
}
.com-list-01.circle li::before {
  content: "●";
}
.com-list-01.square li::before {
  content: "■";
}

/* badge バッジ
--------------------------------- */
.com-badge-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.com-badge-01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 20px 5px;
  background: #fff;
  border: 1px solid #cda069;
  border-radius: 5px;
  color: #cda069;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.com-list-02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-02 li {
  margin-left: 1.8em;
}
.com-list-02 li + li {
  margin-top: 0.2em;
}
.com-list-02 li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  width: 1.5em;
  padding-right: 0.3em;
  margin-left: -1.8em;
  text-align: right;
}

.com-list-03 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-03 li {
  margin-left: 2.3em;
}
.com-list-03 li + li {
  margin-top: 0.4em;
}
.com-list-03 li::before {
  counter-increment: item;
  content: "※" counter(item);
  display: inline-block;
  width: 2.3em;
  margin-left: -2.3em;
}

/* text テキスト
--------------------------------- */
.com-text-01 {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media (min-width: 640px) {
  .com-text-01 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.com-text-02 {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
}

.com-subtitle-01 {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  color: #cda069;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

/* image 画像
--------------------------------- */
.com-img-cover {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

/* font-size フォントサイズ
--------------------------------- */
.com-fz-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.com-fz-11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.com-fz-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.com-fz-13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.com-fz-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.com-fz-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.com-fz-16 {
  font-size: 16px;
  font-size: 1rem;
}

.com-fz-17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.com-fz-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.com-fz-19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.com-fz-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.com-fz-21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.com-fz-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.com-fz-23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.com-fz-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.com-fz-25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.com-fz-26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.com-fz-27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.com-fz-28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.com-fz-29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.com-fz-30 {
  font-size: 30px;
  font-size: 1.875rem;
}

/* アクセント色
--------------------------------- */
/* YouTube wrapper
--------------------------------- */
.com-wrap-youtube {
  --width: 16;
  --height: 9;
  width: min(attr(data-width px, 100%), 100%);
  aspect-ratio: calc(var(--width) / var(--height));
}
.com-wrap-youtube.type-short {
  --width: 9;
  --height: 16;
}
.com-wrap-youtube iframe {
  width: 100%;
  height: 100%;
}

/* リンク
--------------------------------- */
.com-btn-01 {
  display: block;
  max-width: 336px;
  text-align: center;
  background: #cda069;
  color: #fff;
  padding: 0.8em;
  padding-right: 2em;
  box-sizing: border-box;
  position: relative;
}
.com-btn-01::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12'%3E%3Cpath d='M2 0L8 6L2 12' stroke='%23fff' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.com-btn-01:hover {
  color: #fff;
}

.com-btn-02 {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding: 15px 35px;
  background: #02acc9;
  color: #fff;
  border: none;
  border-radius: 40px;
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.25);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 2px;
  line-height: 1.1;
  text-align: left;
  text-decoration: none;
}
@media (min-width: 640px) {
  .com-btn-02 {
    padding: 25px 45px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.com-btn-02::after {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle cx='15' cy='15' r='14.5' fill='white'/%3E%3Cpath d='M13 10L18 15L13 20' stroke='%2302acc9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 640px) {
  .com-btn-02::after {
    width: 30px;
    height: 30px;
  }
}
.com-btn-02:hover {
  color: #fff;
}

.com-link-01 {
  text-decoration: underline;
  color: #cda069;
}
.com-link-01:hover {
  color: #cda069;
}

.ico-dropdown {
  display: inline-block;
  vertical-align: middle;
  color: #cda069;
}

.com-link-02 {
  color: #cda069;
  text-decoration: none;
  line-height: 1.8;
}
.com-link-02:hover {
  color: #cda069;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.com-link-03 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  color: #cda069;
  letter-spacing: 0.05em;
  line-height: 2;
  text-decoration: none;
}
@media (min-width: 640px) {
  .com-link-03 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.com-link-03::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url("../img/common/anchor_link.svg") center/contain no-repeat;
}
.com-link-03:hover {
  color: #cda069;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.flex-list-01 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}

/* dl table
--------------------------------- */
.form-panel-01 {
  background: #f4f4f4;
  padding: 20px;
  padding-bottom: 60px;
}
@media (min-width: 640px) {
  .form-panel-01 {
    padding: 50px;
    padding-bottom: 100px;
  }
}

.form-table-01 dt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1em;
  margin-bottom: 1em;
}
.form-table-01 dt .sub {
  font-size: 15px;
  font-size: 0.9375rem;
}
.form-table-01 dd + dt {
  margin-top: 3em;
}
.form-table-01 .required:after {
  content: "必須";
  font-size: 11px;
  font-size: 0.6875rem;
  background: #c75252;
  color: #fff;
  padding: 0.5em 1em;
  margin-left: 1.8em;
}

@media (min-width: 960px) {
  .form-table-02 {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
  }
}
@media (max-width: 959px) {
  .form-table-02 dd + dt {
    margin-top: 1em;
  }
}
.form-table-02 dt {
  align-self: center;
}

.form-icon-required {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  background: #c75252;
  color: #fff;
  padding: 0.2em 0.8em;
  margin-right: 1em;
}

:is(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) {
  display: inline-block;
  margin-left: -1.5em;
  margin-top: -0.3em;
}
:is(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) .wpcf7-list-item {
  margin-left: 1.5em;
  margin-top: 0.3em;
}

input[type=radio] {
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  background-position: 50% 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  outline: none;
  margin: 0 5px 0 0;
}
input[type=radio]:checked {
  border: 4px solid #cda069;
}
input[type=radio]:checked:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #cda069;
  border-radius: 50%;
}
input[type=radio] label {
  display: inline-block;
}

input[type=checkbox] {
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  background: #fff;
  vertical-align: middle;
  -webkit-appearance: none;
  display: inline-block;
  outline: none;
}
input[type=checkbox]:checked {
  position: relative;
}
input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  border: 5px solid #cda069;
  box-sizing: border-box;
  border-top: none;
  border-left: 0;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  left: 8px;
}
input[type=checkbox] label {
  display: inline-block;
}

.wpcf7-not-valid-tip {
  margin-top: 1em;
}

.input-date-01 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 960px) {
  .input-date-01 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.input-date-01 input {
  flex: 1;
  max-width: 5.5em;
  text-align: right;
}
.input-date-01 .year input {
  max-width: 8em;
}
.input-date-01 .row-wrap {
  display: flex;
  gap: 1em;
}
.input-date-01 .row {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

/* front-page
========================================================= */
/* タイトル
========================================================= */
.front-tit-01 {
  text-align: center;
}
.front-tit-01 .ja {
  position: relative;
  margin-top: 0.3em;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 640px) {
  .front-tit-01 .ja {
    font-size: 32px;
    font-size: 2rem;
  }
}
.front-tit-01 .ja::after {
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  margin: 10px auto 0;
  background: url(../img/front-page/water_drop.svg) center/contain no-repeat;
}
.front-tit-01 .en {
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Montserrat", sans-serif;
  color: #cda069;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .front-tit-01 .en {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.front-tit-01.flex .ja {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.front-tit-01.flex .ja::after {
  margin: 0;
}
@media (min-width: 640px) {
  .front-tit-01.vertical {
    writing-mode: vertical-rl;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .front-tit-01.vertical .ja {
    letter-spacing: 0.3em;
  }
  .front-tit-01.vertical .ja::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 10px 0 0;
    transform: translateX(-50%);
  }
}
@media (min-width: 640px) {
  .front-tit-01.center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.front-tit-01.small .ja {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .front-tit-01.small .ja {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.7em;
  }
}

/* 背景
========================================================= */
.front-bg-01 {
  position: relative;
  isolation: isolate;
  --bg-opacity: 0.15;
}
.front-bg-01::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/front-page/bg_water.webp) center/cover no-repeat;
  opacity: var(--bg-opacity);
  z-index: -1;
  pointer-events: none;
}

/* kv (#KV)
----------------------------------------------- */
.kv-inner {
  position: relative;
  height: 70svh;
}
@media (min-width: 640px) {
  .kv-inner {
    height: auto;
    aspect-ratio: 1280/580;
  }
}

.kv-slider {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 5px;
}
.kv-slider .swiper-wrapper {
  height: 100%;
}
.kv-slider picture {
  display: block;
  width: 100%;
  height: 100%;
}
.kv-slider img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.kv-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #02acc9;
  border: 0;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 640px) {
  .kv-nav {
    display: flex;
    width: 32px;
    height: 32px;
  }
}
.kv-nav::before {
  content: "";
  width: 7px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12'%3E%3Cpath d='M1.5 1L6 6L1.5 11' stroke='%23fff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.kv-nav.prev {
  right: 100%;
  margin-right: -14px;
}
@media (min-width: 640px) {
  .kv-nav.prev {
    margin-right: -16px;
  }
}
.kv-nav.prev::before {
  transform: scaleX(-1);
}
.kv-nav.next {
  left: 100%;
  margin-left: -14px;
}
@media (min-width: 640px) {
  .kv-nav.next {
    margin-left: -16px;
  }
}
.kv-nav:hover {
  opacity: 0.85;
}

.kv-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}
@media (min-width: 640px) {
  .kv-pagination {
    gap: 12px;
    margin-top: 16px;
  }
}
.kv-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  background: rgba(205, 160, 105, 0.3);
  opacity: 1;
  border-radius: 50%;
  transition: none;
}
.kv-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 9px;
  height: 15px;
  background: url(../img/front-page/water_drop.svg) center/contain no-repeat;
  border-radius: 0;
}

.kv-catch {
  z-index: 2;
  pointer-events: none;
}
.kv-catch .inner {
  gap: 24px;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-size: 1rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.6em;
  line-height: 1.5;
}
.kv-catch .line {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

/* intro (#0 Exclusive Use)
----------------------------------------------- */
/* intro photo gallery (marquee scroll left) */
.intro-gallery-01 {
  position: relative;
  width: 100svw;
  max-width: none;
  margin-left: calc(50% - 50svw);
  height: 240px;
  overflow: hidden;
  margin-top: 10px;
}
@media (min-width: 640px) {
  .intro-gallery-01 {
    height: 428px;
  }
}
.intro-gallery-01 .marquee-wrap {
  height: 100%;
  transform-origin: left top;
  transform: scale(0.56);
}
@media (min-width: 640px) {
  .intro-gallery-01 .marquee-wrap {
    transform: none;
  }
}
.intro-gallery-01 .marquee {
  display: flex;
  gap: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  animation: introMarquee 60s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .intro-gallery-01 .marquee {
    animation: none;
  }
}
.intro-gallery-01 .track {
  position: relative;
  width: 2276px;
  height: 428px;
  flex-shrink: 0;
}
.intro-gallery-01 img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  display: block;
}
.intro-gallery-01 .p-07 {
  left: 0px;
  top: 0px;
  width: 442px;
  height: 294px;
}
.intro-gallery-01 .p-01 {
  left: 456px;
  top: 0px;
  width: 258px;
  height: 160px;
}
.intro-gallery-01 .p-09 {
  left: 728px;
  top: 0px;
  width: 112px;
  height: 160px;
}
.intro-gallery-01 .p-03 {
  left: 456px;
  top: 174px;
  width: 384px;
  height: 254px;
}
.intro-gallery-01 .p-05 {
  left: 854px;
  top: 78px;
  width: 268px;
  height: 350px;
}
.intro-gallery-01 .p-02 {
  left: 1137px;
  top: 0px;
  width: 340px;
  height: 255px;
}
.intro-gallery-01 .p-04 {
  left: 1303px;
  top: 264px;
  width: 174px;
  height: 116px;
}
.intro-gallery-01 .p-08 {
  left: 1492px;
  top: 125px;
  width: 328px;
  height: 255px;
}
.intro-gallery-01 .p-10 {
  left: 1646px;
  top: 0px;
  width: 174px;
  height: 116px;
}
.intro-gallery-01 .p-06 {
  left: 1834px;
  top: 0px;
  width: 442px;
  height: 294px;
}

@keyframes introMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2290px);
  }
}
/* intro title (.front-tit-01 のブレイクポイントを 'm' に変更したもの) */
.intro-tit-01 {
  text-align: center;
}
@media (min-width: 960px) {
  .intro-tit-01 {
    writing-mode: vertical-rl;
    text-align: left;
  }
}
.intro-tit-01 .ja {
  position: relative;
  margin-top: 0.3em;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 960px) {
  .intro-tit-01 .ja {
    letter-spacing: 0.3em;
    font-size: 32px;
    font-size: 2rem;
  }
}
.intro-tit-01 .ja::after {
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  margin: 10px auto 0;
  background: url(../img/front-page/water_drop.svg) center/contain no-repeat;
}
@media (min-width: 960px) {
  .intro-tit-01 .ja::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 10px 0 0;
    transform: translateX(-50%);
  }
}
.intro-tit-01 .en {
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Montserrat", sans-serif;
  color: #cda069;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .intro-tit-01 .en {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* intro body (SP: stacked horizontal flow / PC: vertical writing + reverse) */
.intro-body-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (min-width: 960px) {
  .intro-body-01 {
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(40px, 6cqi, 100px);
  }
}

.intro-catch-01 {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (min-width: 960px) {
  .intro-catch-01 {
    writing-mode: vertical-rl;
    text-align: left;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 40px;
  }
  .intro-catch-01::before {
    content: "";
    background-color: #cda069;
    display: block;
    width: 1px;
    height: 100px;
    margin-left: 5px;
  }
}

.intro-text-01 {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 960px) {
  .intro-text-01 {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: clamp(40px, 6cqi, 120px);
    margin-top: 50px;
  }
}
.intro-text-01 .block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 960px) {
  .intro-text-01 .block {
    flex-direction: row-reverse;
    align-items: flex-start;
    padding-block: 10px;
  }
}
.intro-text-01 .block-tit {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #cda069;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
@media (min-width: 960px) {
  .intro-text-01 .block-tit {
    flex-direction: row;
    writing-mode: vertical-rl;
    width: 25px;
    flex-shrink: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.intro-text-01 .block-tit::before, .intro-text-01 .block-tit::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #cda069;
}
@media (min-width: 960px) {
  .intro-text-01 .block-tit::before {
    display: none;
  }
}
@media (min-width: 960px) {
  .intro-text-01 .block-tit::after {
    flex: none;
    width: 1px;
    height: 120px;
  }
}
@media (min-width: 960px) {
  .intro-text-01 .block-tit::after {
    height: 180px;
  }
}
@media (min-width: 960px) {
  .intro-text-01 .block-text {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: clamp(20px, 3.5vw, 40px);
    padding-block: 10px;
  }
}
.intro-text-01 .block-text p {
  text-align: center;
}
@media (min-width: 960px) {
  .intro-text-01 .block-text p {
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: start;
  }
}
.intro-text-01 .block-text p .accent {
  color: #cda069;
}

/* concept
----------------------------------------------- */
.concept {
  padding-block: 80px;
}
@media (min-width: 640px) {
  .concept {
    padding-block: 160px;
  }
}

.concept-layout {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  grid-template-areas: "lake" "text" "room";
}
@media (min-width: 640px) {
  .concept-layout {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 10px;
    grid-template-areas: "lake text" "room text";
  }
}
.concept-layout > .lake {
  grid-area: lake;
}
.concept-layout > .text {
  grid-area: text;
}
.concept-layout > .room {
  grid-area: room;
}
.concept-layout .img-wrap {
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 360/420;
}
@media (min-width: 640px) {
  .concept-layout .img-wrap {
    aspect-ratio: auto;
    height: 100%;
  }
}

/* plan (#2 体験付き宿泊プラン)
----------------------------------------------- */
.plan {
  padding-block: 80px 0;
}
@media (min-width: 640px) {
  .plan {
    padding-block: 160px 0;
  }
}

.plan-wrap-01 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 640px) {
  .plan-wrap-01 {
    position: relative;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 20px;
    padding-left: 65px;
  }
}
@media (min-width: 640px) {
  .plan-wrap-01.no-title {
    padding-left: 0;
  }
}
@media (min-width: 640px) {
  .plan-wrap-01 .content {
    width: 100%;
  }
}
.plan-wrap-01 .img-main {
  display: block;
  width: 100%;
  aspect-ratio: 734/342;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 8px;
}
.plan-wrap-01 .img-thumbs {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}
.plan-wrap-01 .img-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 239/146;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

/* room (#3 客室のご案内)
----------------------------------------------- */
#room .room {
  padding: 60px 20px;
  border-radius: 4px;
}
@media (min-width: 640px) {
  #room .room {
    padding: 80px 70px;
  }
}

/* dining (#4 お食事処・カフェ)
----------------------------------------------- */
.dining-gallery-01 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dining-gallery-01 img {
  border-radius: 4px;
}
.dining-gallery-01 .sub-row {
  display: grid;
  grid-template-columns: 574fr 300fr;
  gap: 6px;
}
.dining-gallery-01 .sub-r {
  display: grid;
  gap: 5px;
}

/* concierge (#5 おもてなしの心)
----------------------------------------------- */
.concierge {
  padding: 60px 20px;
  border-radius: 4px;
  container-type: inline-size;
}
@media (min-width: 640px) {
  .concierge {
    padding: 80px clamp(35px, 5.7627451cqi, 70px);
  }
}

.concierge-body-01 {
  display: grid;
  align-items: center;
  gap: clamp(30px, 5.01538462cqi, 100px);
}
@media (min-width: 640px) {
  .concierge-body-01 {
    grid-template-columns: minmax(45%, 309px) 1fr;
  }
}
.concierge-body-01 img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}
@media (min-width: 640px) {
  .concierge-body-01 img {
    max-width: 309px;
  }
}

/* access (#6 アクセス・地図)
----------------------------------------------- */
.front-map-01 {
  width: 100%;
  height: 360px;
  display: block;
}
@media (min-width: 640px) {
  .front-map-01 {
    height: 464px;
  }
}

/* price (#7 料金)
----------------------------------------------- */
.price-table-wrap {
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-color: rgba(205, 160, 105, 0.3) transparent;
  scrollbar-width: thin;
}
.price-table-wrap::-webkit-scrollbar {
  height: 6px;
}
.price-table-wrap::-webkit-scrollbar-thumb {
  background: rgba(205, 160, 105, 0.3);
  border-radius: 3px;
}
.price-table-wrap::-webkit-scrollbar-track {
  background: transparent;
}

.price-table-01 {
  width: 100%;
  border-collapse: collapse;
}
.price-table-01 th,
.price-table-01 td {
  padding: 14px 12px;
  white-space: nowrap;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-top: 1px solid #cda069;
  vertical-align: middle;
}
@media (min-width: 640px) {
  .price-table-01 th,
  .price-table-01 td {
    padding: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.price-table-01 tr:last-child > * {
  border-bottom: 1px solid #cda069;
}
.price-table-01 th,
.price-table-01 td.rate {
  font-family: "Shippori Mincho", serif;
}
.price-table-01 th {
  font-size: 16px;
  font-size: 1rem;
  background: rgba(205, 160, 105, 0.2);
  color: #cda069;
  font-weight: normal;
  text-align: left;
}
@media (min-width: 640px) {
  .price-table-01 th {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.price-table-01 td.rate {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
@media (min-width: 640px) {
  .price-table-01 td.rate {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.price-table-01 td.note {
  line-height: 1.8;
}

/* reserve (#8 お部屋のご予約)
----------------------------------------------- */
.reserve {
  padding-block: 60px;
}
@media (min-width: 640px) {
  .reserve {
    padding-block: 80px;
  }
}

.reserve-tel-01 a {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #cda069;
}
.reserve-tel-01 a .label {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media (min-width: 640px) {
  .reserve-tel-01 a .label {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.reserve-tel-01 a .num {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (min-width: 640px) {
  .reserve-tel-01 a .num {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.reserve-mail-01 a {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #cda069;
}
@media (min-width: 640px) {
  .reserve-mail-01 a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.reserve-booking-01 .link {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 294px;
  padding: 12px 30px;
  background: #fff;
  border: 0.5px solid #cda069;
  border-radius: 4px;
  transition: opacity 0.3s;
}
.reserve-booking-01 .link:hover {
  opacity: 0.7;
}
.reserve-booking-01 .logo {
  flex: 1;
  max-width: 105px;
  margin-inline: auto;
}
.reserve-booking-01 .ico {
  flex-shrink: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.5 6.5V10.5H1.5V2.5H5.5' stroke='%23cda069' stroke-width='1'/%3E%3Cpath d='M7 1H11V5' stroke='%23cda069' stroke-width='1'/%3E%3Cpath d='M11 1L5.5 6.5' stroke='%23cda069' stroke-width='1'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* plan (宿泊プラン)
========================================================= */
/* intro セクション
----------------------------------------------- */
#plan-intro .lead {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (min-width: 640px) {
  #plan-intro .lead {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.intro-flow {
  display: grid;
  gap: 40px;
}
@media (min-width: 960px) {
  .intro-flow {
    grid-template-columns: clamp(280px, 41cqi, 360px) 1fr;
    grid-template-rows: auto auto;
    -moz-column-gap: clamp(40px, 7cqi, 80px);
    column-gap: clamp(40px, 7cqi, 80px);
    row-gap: 20px;
  }
  .intro-flow .img-room {
    grid-column: 1;
    grid-row: 1;
  }
  .intro-flow .img-meal {
    grid-column: 1;
    grid-row: 2;
  }
  .intro-flow .col-text {
    grid-column: 2;
    grid-row: 1/-1;
    align-self: center;
    min-width: 0;
  }
}
.intro-flow > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 360/420;
  -o-object-fit: cover;
  object-fit: cover;
}
.intro-flow ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.intro-flow li p {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0;
}
@media (min-width: 640px) {
  .intro-flow li p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.intro-flow li .com-link-03 {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* list
--------------------------------- */
.info-list-01 {
  border-top: 1px solid #d1d1d1;
}
.info-list-01 li {
  border-bottom: 1px solid #d1d1d1;
}

/* btn
--------------------------------- */
.info-btn-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8em;
  padding: 1em 2em 1em 0;
  position: relative;
}
@media (min-width: 640px) {
  .info-btn-01 {
    padding: 2em 3em 2em 0;
  }
}
.info-btn-01:hover {
  background: hsl(33, 50%, 100.7843137255%);
}
.info-btn-01::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 1em;
}
@media (min-width: 640px) {
  .info-btn-01::after {
    right: 2em;
  }
}
.info-btn-01 .tit {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 960px) {
  .info-btn-01 .tit {
    font-size: 17px;
    font-size: 1.0625rem;
    flex: 1;
    width: auto;
    padding-left: 1.1em;
    border-left: 1px solid #707070;
  }
}
@media (min-width: 960px) {
  .info-btn-01 .data {
    width: 8em;
    text-align: center;
  }
}
.info-list-01.multi-tag .info-btn-01 {
  flex-wrap: wrap;
}
.info-list-01.multi-tag .info-btn-01 .data {
  width: auto;
  text-align: left;
}
.info-list-01.multi-tag .info-btn-01 .tit {
  width: 100%;
  flex: none;
  padding-left: 0;
  border-left: none;
}

/* icon
--------------------------------- */
.cat-ico-01 {
  display: inline-block;
  min-width: 100px;
  box-sizing: border-box;
  padding: 0.5em;
  background: #cda069;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 500;
}

/* pagination ページナビ
--------------------------------- */
.com-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  margin-top: -8px;
}
.com-pagination ul .page-numbers {
  display: block;
  margin-left: 8px;
  margin-top: 8px;
  box-sizing: border-box;
}
.com-pagination ul .page-numbers:not(.prev):not(.next) {
  display: grid;
  border: 1px solid #c0c0c0;
  width: 64px;
  height: 64px;
  place-items: center;
}
.com-pagination ul .page-numbers.prev, .com-pagination ul .page-numbers.next {
  padding: 1em;
}
.com-pagination ul .page-numbers.prev:hover, .com-pagination ul .page-numbers.next:hover {
  color: #cda069;
}
.com-pagination ul .page-numbers.current {
  border-width: 2px !important;
  border-color: #cda069 !important;
}
.com-pagination ul a:not(.prev):not(.next):hover {
  background: hsl(33, 50%, 100.7843137255%);
}
.com-pagination ul .arrow-left,
.com-pagination ul .arrow-right {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.com-pagination ul .arrow-left {
  transform: rotate(-135deg);
}
.com-pagination ul .arrow-right {
  transform: rotate(45deg);
}

/* post navigation 記事前後ボタン
--------------------------------- */
.single-nav {
  border-top: 1px solid #d1d1d1;
  margin-top: 40px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 640px) {
  .single-nav {
    grid-template-columns: 3fr 3fr 2fr;
    margin-top: 60px;
    padding-top: 60px;
  }
}
.single-nav a {
  display: block;
  text-align: center;
  padding: 0.5em;
  border: 2px solid #cda069;
  color: #cda069;
  position: relative;
}
.single-nav a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-nav a[rel=prev]::before {
  left: 0.8em;
  transform: rotate(-135deg);
}
.single-nav a[rel=next]::before {
  right: 0.8em;
  transform: rotate(45deg);
}
.single-nav a.index {
  background: #999999;
  border-color: #999999;
  color: #fff;
  padding-right: 2em;
}
.single-nav a.index::before {
  right: 0.8em;
  transform: rotate(-45deg);
}

/* list
--------------------------------- */
.recruitment-list-01 li + li {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .recruitment-list-01 li + li {
    margin-top: 30px;
  }
}

/* btn
--------------------------------- */
.recruitment-btn-01 {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  padding: 1.8em 1.5em;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .recruitment-btn-01 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.recruitment-btn-01 .tit {
  flex: 1;
  padding-left: 1.2em;
}
.recruitment-btn-01::before {
  content: "";
  display: block;
  width: 6px;
  align-self: stretch;
  background: #cda069;
}
.recruitment-btn-01:hover {
  background: hsl(33, 50%, 100.7843137255%);
}

/* dl table
--------------------------------- */
@media (max-width: 639px) {
  .job-table-01 {
    border-bottom: 1px solid #989898;
  }
}
@media (min-width: 640px) {
  .job-table-01 {
    display: grid;
    grid-template-columns: 292px 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.job-table-01 dt {
  padding: 1.5em 0 1em;
  padding-left: 25px;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #989898;
}
@media (min-width: 640px) {
  .job-table-01 dt {
    padding-bottom: 1.5em;
    border-top: 2px solid #989898;
  }
  .job-table-01 dt:last-of-type {
    border-bottom: 2px solid #989898;
  }
}
.job-table-01 dt::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #cda069;
  position: absolute;
  margin-top: 0.5em;
  left: 0;
}
.job-table-01 dd {
  padding-bottom: 1.5em;
}
@media (min-width: 640px) {
  .job-table-01 dd {
    padding-top: 1.5em;
    border-top: 1px solid #989898;
  }
  .job-table-01 dd:last-of-type {
    border-bottom: 1px solid #989898;
  }
}

/* panel
--------------------------------- */
.contact-panel-01 {
  display: flex;
  align-items: center;
  gap: 1em;
}
.contact-panel-01 .tel {
  text-align: center;
  padding: 0.3em 1em;
  color: #cda069;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 700;
  border: #cda069 1px solid;
}
@media (min-width: 640px) {
  .contact-panel-01 .tel {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.contact-panel-01 .number {
  line-height: 1;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  color: #cda069;
}
@media (min-width: 640px) {
  .contact-panel-01 .number {
    font-size: 43px;
    font-size: 2.6875rem;
  }
}
.contact-panel-01 .number a {
  color: #cda069;
}

/* list
--------------------------------- */
.thanks-panel-01 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}