@charset "UTF-8";
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Serif JP", "Cormorant Garamond", "Yu Mincho", "YuMincho", serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #221815;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  --l-header-stack: 98px;
}
@media screen and (max-width: 1024px) {
  body {
    --l-header-stack: 60px;
  }
}
body.is-nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

main {
  display: block;
  padding-top: var(--l-header-stack);
  box-sizing: border-box;
}
main > .c-sub-mv:first-child {
  margin-top: calc(-1 * var(--l-header-stack));
}

#wrap,
#wrapper {
  overflow: hidden;
}

body.brand-palacestage {
  --color-primary: #2c3a4a;
  --color-secondary: #8b7355;
  --color-accent: #c4a574;
  --color-text: #221815;
  --color-bg-sub: #f7f5f2;
  --cta-request-from: #0a5f40;
  --cta-request-to: #39be91;
  --cta-reserve-from: #d37d0c;
  --cta-reserve-to: #e8a247;
  --color-key: #2c3a4a;
  --color-key-light: #8b7355;
  --color-key-dark: #000000;
  --color-footer-sitemap: #000000;
  --color-footer-copy: #2c3a4a;
  --mv-kw-bg-from: #000000;
  --mv-kw-bg-to: #464647;
  --mv-kw-em: #adbb3d;
}

body.brand-duo {
  --color-primary: #1a2332;
  --color-secondary: #4a5568;
  --color-accent: #5b7c99;
  --color-text: #1a2332;
  --color-bg-sub: #f2f4f6;
  --cta-request-from: #1a2332;
  --cta-request-to: #3d5a73;
  --cta-reserve-from: #b8860b;
  --cta-reserve-to: #d4a84b;
  --color-key: #1a2332;
  --color-key-light: #4a5568;
  --color-key-dark: #000000;
  --color-footer-sitemap: #000000;
  --color-footer-copy: #1a2332;
  --mv-kw-bg-from: #000000;
  --mv-kw-bg-to: #464647;
  --mv-kw-em: #7eb8d4;
}

section,
.l-section {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

.l-section {
  padding: 80px 0;
  background: #ffffff;
}
@media screen and (max-width: 590px) {
  .l-section {
    padding: 60px 0;
  }
}
.l-section--flush {
  padding: 0;
}
.l-section--bg {
  background: var(--color-bg-sub, #f7f5f2);
}

.l-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.l-container--narrow {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.l-container--content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
}
.l-header .l-container {
  max-width: none;
}
.l-header__top {
  background: #000000;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .l-header__top {
    background: transparent;
  }
}
.l-header__top-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  min-height: 28px;
  padding-top: 6px;
  padding-bottom: 6px;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .l-header__top-inner {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    gap: 0;
  }
}
.l-header__heading {
  margin: 0;
  flex: 1 1 auto;
  max-width: calc(100% - 200px);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.88);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .l-header__heading {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    color: #ffffff;
  }
}
.l-header__utility {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 28px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .l-header__utility {
    display: none;
  }
}
.l-header__utility-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  min-width: 48px;
  font-size: 12px;
  color: #ffffff;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.l-header__utility-link::before {
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 5px;
  color: #fff;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.l-header__utility-link--outline::before {
  content: "\f1ad";
}
.l-header__utility-link--map::before {
  content: "\f041";
}
.l-header__utility-link:hover {
  opacity: 0.8;
}
.l-header__bottom {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.l-header__bottom-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1439px) {
  .l-header__bottom-inner {
    gap: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__bottom-inner {
    min-height: 60px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.l-header__logo {
  flex-shrink: 0;
  max-width: 240px;
}
@media screen and (max-width: 1439px) and (min-width: 1025px) {
  .l-header__logo {
    max-width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    max-width: 160px;
  }
}
.l-header__logo a {
  min-width: 48px;
  min-height: 48px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
  min-height: 48px;
}
.l-header__logo img {
  width: 100%;
  height: auto;
  max-height: 48px;
  display: block;
  object-fit: contain;
  object-position: left center;
}
.l-header__nav {
  flex: 1 1 auto;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .l-header__nav-list {
    gap: 2px;
  }
}
.l-header__nav-item {
  position: relative;
  flex-shrink: 1;
  min-width: 0;
}
.l-header__nav-item.is-soon {
  opacity: 0.4;
  pointer-events: none;
}
.l-header__nav-item a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  min-height: 48px;
  position: relative;
  padding: 4px 6px 8px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 1439px) {
  .l-header__nav-item a {
    padding: 4px 3px 8px;
    font-size: 12px;
    letter-spacing: 0.02em;
  }
}
.l-header__nav-item a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 2px;
  width: 0%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--color-accent, #c4a574), transparent);
  transform: translateX(-50%);
  transition: width 0.3s ease;
  cursor: pointer;
  pointer-events: none;
}
.l-header__nav-item a:hover {
  color: var(--color-accent, #c4a574);
}
.l-header__nav-item a:hover span {
  color: var(--color-accent, #c4a574);
  opacity: 1;
}
.l-header__nav-item a span {
  display: block;
  margin-top: 1px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0;
  opacity: 0.75;
  transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 1439px) {
  .l-header__nav-item a span {
    font-size: 9px;
  }
}
.l-header__nav-item.is-current a {
  color: var(--color-accent, #c4a574);
}
.l-header__nav-item.is-current a::after {
  width: 100%;
}
.l-header__nav-item.is-current a span {
  color: var(--color-accent, #c4a574);
  opacity: 1;
}
.l-header__cta {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.l-header__cta .c-btn {
  min-width: 140px;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
}
@media screen and (max-width: 1439px) {
  .l-header__cta .c-btn {
    min-width: 96px;
    height: 40px;
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__cta {
    display: none;
  }
}
.l-header__burger {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  z-index: 1110;
}
.l-header__burger span {
  display: block;
  position: absolute;
  left: 50%;
  width: 22px;
  height: 2px;
  background: #221815;
  transform: translateX(-50%);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.l-header__burger span:nth-child(1) {
  top: 16px;
}
.l-header__burger span:nth-child(2) {
  top: 23px;
}
.l-header__burger span:nth-child(3) {
  top: 30px;
}
.l-header__burger.is-open span:nth-child(1), body.is-nav-open .l-header__burger span:nth-child(1) {
  top: 23px;
  transform: translateX(-50%) rotate(45deg);
}
.l-header__burger.is-open span:nth-child(2), body.is-nav-open .l-header__burger span:nth-child(2) {
  opacity: 0;
}
.l-header__burger.is-open span:nth-child(3), body.is-nav-open .l-header__burger span:nth-child(3) {
  top: 23px;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .l-header__burger {
    display: block;
  }
}

.l-sp-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.92);
  padding: 100px 20px 40px;
  overflow-y: auto;
}
body.is-nav-open .l-sp-nav {
  display: block;
}
.l-sp-nav__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.l-sp-nav__close::before {
  content: "×";
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
}
.l-sp-nav__close:hover {
  opacity: 0.7;
}
.l-sp-nav__list {
  max-width: 480px;
  margin: 0 auto;
}
.l-sp-nav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.l-sp-nav__item.is-soon {
  opacity: 0.4;
  pointer-events: none;
}
.l-sp-nav__item.is-current a {
  color: var(--color-accent, #c4a574);
}
.l-sp-nav__item a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  min-height: 48px;
  color: #ffffff;
  padding: 16px 8px;
  font-size: 16px;
}
.l-sp-nav__item a span {
  margin-top: 4px;
  font-size: 11px;
  opacity: 0.8;
}
.l-sp-nav__cta {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  max-width: 320px;
  margin: 32px auto 0;
}

.l-fixed-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1024px) {
  .l-fixed-nav {
    display: block;
  }
}
body.is-nav-open .l-fixed-nav {
  display: none;
}
.l-fixed-nav__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-fixed-nav__item {
  flex: 1 1 0;
  min-width: 0;
}
.l-fixed-nav__item a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 8px 4px;
  box-sizing: border-box;
  background: #ffffff;
  color: #221815;
  border-left: 1px solid #b5b5b5;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.l-fixed-nav__item a:hover {
  opacity: 0.85;
}
.l-fixed-nav__item a::before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 6px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.l-fixed-nav__item:first-child a {
  border-left: none;
}
.l-fixed-nav__item--tel a::before {
  content: "\f095";
}
.l-fixed-nav__item--map a::before {
  content: "\f041";
}
.l-fixed-nav__item--outline a::before {
  content: "\f15c";
}
.l-fixed-nav__item--request a {
  color: #ffffff;
  border-left-color: transparent;
  background: linear-gradient(-90deg, var(--cta-request-from, #0a5f40), var(--cta-request-to, #39be91));
}
.l-fixed-nav__item--request a::before {
  content: "\f0e0";
  color: #ffffff;
}
.l-fixed-nav__item--reserve a {
  color: #ffffff;
  border-left-color: transparent;
  background: linear-gradient(-90deg, var(--cta-reserve-from, #d37d0c), var(--cta-reserve-to, #e8a247));
}
.l-fixed-nav__item--reserve a::before {
  content: "\f073";
  color: #ffffff;
}
.l-fixed-nav__label {
  display: block;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1024px) {
  body:not(.is-nav-open) {
    padding-bottom: 70px;
  }
}
.l-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.l-footer__sitemap {
  background: var(--color-footer-sitemap, #000000);
  border-top: 1px solid #d9d4cc;
  border-bottom: 1px solid #d9d4cc;
}
.l-footer__sitemap-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .l-footer__sitemap-list {
    flex-wrap: wrap;
  }
}
.l-footer__sitemap-item {
  position: relative;
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
}
.l-footer__sitemap-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 30%;
  background-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-50%);
}
.l-footer__sitemap-item:last-child::after {
  display: none;
}
.l-footer__sitemap-item a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  width: 100%;
  min-height: 48px;
  padding: 10px 8px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.l-footer__sitemap-item a.is-hover {
  background-color: var(--color-secondary, #8b7355);
  color: #ffffff;
}
@media (hover: hover) {
  .l-footer__sitemap-item a:hover {
    background-color: var(--color-secondary, #8b7355);
    color: #ffffff;
  }
}
.l-footer__sitemap-item a:focus-visible {
  outline: 2px solid var(--color-accent, #c4a574);
  outline-offset: -2px;
}
.l-footer__sitemap-item a .en {
  display: block;
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.l-footer__sitemap-item a .ja {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.l-footer__sitemap-item.is-current a {
  color: #ffffff;
  background: var(--color-primary, #2c3a4a);
  font-weight: 700;
  pointer-events: none;
}
.l-footer__sitemap-item.is-soon {
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .l-footer__sitemap-item {
    flex: 0 0 50%;
    height: 60px;
    border-bottom: 1px solid #ffffff;
  }
  .l-footer__sitemap-item:nth-child(odd) {
    border-right: 1px solid #ffffff;
  }
  .l-footer__sitemap-item::after {
    display: none;
  }
  .l-footer__sitemap-item a {
    flex: 1 1 auto;
    height: 100%;
    padding: 8px;
    font-size: 14px;
    text-transform: none;
  }
  .l-footer__sitemap-item a .ja {
    order: -1;
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 14px;
  }
  .l-footer__sitemap-item a .en {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.85;
  }
}
.l-footer__info {
  width: 100%;
  background: #f9f9f9;
}
.l-footer__info-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  gap: 24px;
}
@media screen and (max-width: 870px) {
  .l-footer__info-inner {
    flex-direction: column;
  }
}
.l-footer__tel {
  padding: 20px;
}
.l-footer__tel a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.l-footer__tel a:hover {
  opacity: 0.6;
}
.l-footer__tel-lead {
  margin: 0 0 5px;
  font-size: 13px;
}
.l-footer__tel-number {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 5px;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.l-footer__tel-number .l-footer__tel-icon {
  display: block;
  width: 40px;
  margin: 0 10px 0 0;
  flex-shrink: 0;
}
.l-footer__tel-number .l-footer__tel-icon img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 4px;
}
.l-footer__tel-number span {
  white-space: nowrap;
}
.l-footer__tel-note {
  margin: 0;
  font-size: 11px;
  line-height: 1.6;
  color: #221815;
}
.l-footer__aside {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin: 0 0 0 auto;
  gap: 0 20px;
}
@media screen and (max-width: 870px) {
  .l-footer__aside {
    justify-content: center;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__aside {
    flex-direction: column;
    gap: 20px;
  }
}
.l-footer__company {
  max-width: 400px;
}
.l-footer__logos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__logos {
    justify-content: center;
  }
}
.l-footer__logos li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 10px;
}
.l-footer__logos a {
  display: block;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.l-footer__logos a:hover {
  opacity: 0.7;
}
.l-footer__logos img {
  display: block;
  height: 50px;
  width: auto;
}
.l-footer__links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px auto 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
  line-height: 1.4;
}
.l-footer__links li {
  margin: 1px 5px 0 0;
}
.l-footer__links a {
  font-size: inherit;
  line-height: inherit;
  color: #221815;
  text-decoration: none;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.l-footer__links a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.l-footer__casbee {
  max-width: 250px;
}
.l-footer__casbee img {
  display: block;
  max-width: 100%;
  height: auto;
}
.l-footer__new {
  width: 100%;
}
.l-footer__new .sec-title-b,
.l-footer__new h2 {
  padding: 20px 0;
}
.l-footer__search {
  width: 80%;
  max-width: 400px;
  margin: 30px auto 60px;
  border: 2px solid #000000;
  text-align: center;
}
.l-footer__search a {
  display: block;
  padding: 20px 5px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.095em;
  color: #221815;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.l-footer__search a:hover {
  color: #ffffff;
  background: #221815;
}
.l-footer__copy {
  background: var(--color-footer-copy, var(--color-primary, #2c3a4a));
}
.l-footer__copy p {
  margin: 0;
  padding: 20px;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
}

.c-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  min-height: 48px;
  display: inline-flex;
  min-width: 140px;
  height: 50px;
  padding: 0 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.c-btn:hover, .c-btn.is-hover {
  opacity: 0.8;
}
.c-btn--request {
  background: linear-gradient(-90deg, var(--cta-request-from, #0a5f40), var(--cta-request-to, #39be91));
}
.c-btn--reserve {
  background: linear-gradient(-90deg, var(--cta-reserve-from, #d37d0c), var(--cta-reserve-to, #e8a247));
}
.c-btn--block {
  width: 100%;
}
.c-btn--sm {
  min-width: 100px;
  height: 40px;
  font-size: 12px;
}

.c-readmore {
  --c-readmore-fg: #000000;
  --c-readmore-bg: #ffffff;
  --c-readmore-fill: #000000;
  --c-readmore-hover-fg: #ffffff;
  --c-readmore-border: #000000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  height: 50px;
  min-height: 48px;
  padding: 0 36px 0 20px;
  border: 1px solid var(--c-readmore-border);
  background: var(--c-readmore-bg);
  color: var(--c-readmore-fg);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  transition: color 0.5s, border-color 0.5s, background-color 0.5s;
}
.c-readmore__label {
  position: relative;
  z-index: 2;
  margin: 0;
  line-height: 1;
}
.c-readmore::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  z-index: 1;
  background: var(--c-readmore-fill);
  transition: width 0.5s;
}
.c-readmore::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  z-index: 2;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 1px solid var(--c-readmore-fg);
  border-right: 1px solid var(--c-readmore-fg);
  transform: rotate(45deg);
  transition: border-color 0.5s;
}
.c-readmore:hover, .c-readmore.is-hover {
  color: var(--c-readmore-hover-fg);
}
.c-readmore:hover::before, .c-readmore.is-hover::before {
  width: 100%;
}
.c-readmore:hover::after, .c-readmore.is-hover::after {
  border-top-color: var(--c-readmore-hover-fg);
  border-right-color: var(--c-readmore-hover-fg);
}
.c-readmore--white {
  --c-readmore-fg: #ffffff;
  --c-readmore-bg: transparent;
  --c-readmore-fill: #ffffff;
  --c-readmore-hover-fg: #000000;
  --c-readmore-border: #ffffff;
}
.c-readmore--upper .c-readmore__label {
  text-transform: uppercase;
}
.c-readmore--center {
  margin: 40px auto 0;
}

.c-heading {
  margin: 0;
  text-align: center;
}
.c-heading + * {
  margin-top: 60px;
}
.c-heading__en {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #221815;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .c-heading__en {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .c-heading__en {
    font-size: 24px;
  }
}
@media screen and (max-width: 590px) {
  .c-heading__en {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .c-heading__en {
    margin-bottom: 0;
  }
}
.c-heading__en + .c-heading__catch {
  margin-top: 40px;
}
.c-heading__catch, .c-heading__title {
  font-family: "Noto Serif JP", "Cormorant Garamond", "Yu Mincho", "YuMincho", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #221815;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .c-heading__catch, .c-heading__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-heading__catch, .c-heading__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 590px) {
  .c-heading__catch, .c-heading__title {
    font-size: 18px;
  }
}
.c-heading__lead {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #221815;
  text-align: center;
  margin-top: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .c-heading__lead {
    font-size: 15px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-heading__lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 590px) {
  .c-heading__lead {
    font-size: 13px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1024px) {
  .c-heading__lead {
    margin-top: 40px;
  }
}
.c-heading--left {
  text-align: left;
}
.c-heading--left + * {
  margin-top: 40px;
}
.c-heading--left .c-heading__en,
.c-heading--left .c-heading__catch,
.c-heading--left .c-heading__title,
.c-heading--left .c-heading__lead {
  text-align: left;
}
.c-heading--left .c-heading__catch,
.c-heading--left .c-heading__title {
  font-size: 22px;
  line-height: 1.6;
}
@media screen and (max-width: 590px) {
  .c-heading--left .c-heading__catch,
  .c-heading--left .c-heading__title {
    font-size: 18px;
  }
}
.c-heading--left .c-heading__lead {
  margin-top: 16px;
  max-width: none;
}

.c-text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #221815;
  margin: 28px 0 0;
}
@media screen and (max-width: 590px) {
  .c-text {
    font-size: 14px;
  }
}
.c-text--lead {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #221815;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .c-text--lead {
    font-size: 15px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-text--lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 590px) {
  .c-text--lead {
    font-size: 13px;
    letter-spacing: 0;
  }
}
.c-text--cap {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #666666;
}

.c-station {
  width: 100%;
  margin-top: 0;
}
.c-station__title {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-text, #221815);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 590px) {
  .c-station__title {
    padding: 14px 0;
    font-size: 16px;
  }
}
.c-station__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 28px 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 590px) {
  .c-station__list {
    margin-top: 20px;
  }
}
.c-station__item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 33.3333333333%;
  padding: 12px 16px;
  box-sizing: border-box;
  font-feature-settings: "palt";
  text-align: center;
}
.c-station__item:not(:nth-child(3n+1)) {
  border-left: 1px solid rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 650px) {
  .c-station__item:not(:nth-child(3n+1)) {
    border-left: none;
  }
}
@media screen and (max-width: 650px) {
  .c-station__item {
    width: 100%;
    padding: 20px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .c-station__item:last-child {
    border-bottom: none;
  }
}
.c-station__route {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: var(--color-text-light, #666666);
}
.c-station__dest {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.35;
  color: var(--color-text, #221815);
}
.c-station__name {
  display: block;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media screen and (max-width: 590px) {
  .c-station__name {
    font-size: 20px;
  }
}
.c-station__min {
  display: inline-block;
  margin: 0 2px;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 48px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
  vertical-align: -0.08em;
  color: var(--color-accent, #c4a574);
  font-variant-numeric: tabular-nums;
}
@media screen and (max-width: 768px) {
  .c-station__min {
    font-size: 42px;
  }
}
@media screen and (max-width: 590px) {
  .c-station__min {
    font-size: 40px;
  }
}
.c-station .c-note-text {
  margin-top: 40px;
}

.c-lifeinfo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 20px;
  row-gap: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.c-lifeinfo__col {
  width: calc((100% - 20px) / 2);
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .c-lifeinfo__col {
    width: 100%;
  }
}
.c-lifeinfo__group {
  margin: 0 0 30px;
}
.c-lifeinfo__group:last-child {
  margin-bottom: 0;
}
.c-lifeinfo__cat {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.c-lifeinfo__list {
  margin: 0;
  padding: 0;
}
.c-lifeinfo__row {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.c-lifeinfo__name {
  margin: 0;
  flex: 0 1 auto;
  max-width: 65%;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.c-lifeinfo__dist {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding-left: 5px;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: right;
  white-space: nowrap;
}
.c-lifeinfo__dist::before {
  content: "";
  display: block;
  flex-grow: 1;
  min-width: 8px;
  margin-right: 0.4em;
  border-top: 1px dashed var(--color-text, #221815);
}
@media screen and (max-width: 590px) {
  .c-lifeinfo__name, .c-lifeinfo__dist {
    font-size: 12px;
  }
}

.c-type-label {
  margin: 0;
  padding: 5px 20px;
  background: var(--color-primary, #2c3a4a);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}
.c-type-label + * {
  margin-top: 10px;
}

.c-equip-mirror {
  display: flex;
  column-gap: 20px;
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 590px) {
  .c-equip-mirror {
    flex-direction: column;
  }
}
.c-equip-mirror__media {
  position: relative;
  flex: 1 1 0;
  align-self: flex-start;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--color-bg-sub, #f7f5f2);
}
.c-equip-mirror__media img {
  display: block;
  width: 100%;
  height: auto;
}
.c-equip-mirror__body {
  flex: 2.2 1 0;
  min-width: 0;
}
@media screen and (max-width: 590px) {
  .c-equip-mirror__body {
    display: contents;
  }
}
@media screen and (max-width: 590px) {
  .c-equip-mirror__body .c-type-label {
    order: -1;
  }
}
.c-equip-mirror__body .c-card__title {
  margin-top: 0;
}
.c-equip-mirror__body .c-type-label + .c-card__title {
  margin-top: 10px;
}
.c-equip-mirror__body .c-card__text {
  margin-top: 8px;
}
.c-equip-mirror__extras {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.c-equip-mirror__extra {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
}
.c-equip-mirror__extra-media {
  position: relative;
  margin: 0;
  aspect-ratio: 150/107;
  overflow: hidden;
  background: var(--color-bg-sub, #f7f5f2);
}
.c-equip-mirror__extra-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-equip-mirror__extra-cap {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: left;
}

.c-equip-counter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.c-equip-counter__item {
  width: calc((100% - 30px) / 4);
  min-width: 0;
}
@media screen and (max-width: 1000px) {
  .c-equip-counter__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 590px) {
  .c-equip-counter__item {
    width: 100%;
  }
}
.c-equip-counter__br {
  display: none;
}
@media screen and (max-width: 900px) {
  .c-equip-counter__br {
    display: block;
  }
}
.c-equip-counter__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--color-bg-sub, #f7f5f2);
}
.c-equip-counter__media img {
  display: block;
  width: 100%;
  height: auto;
}
.c-equip-counter__text {
  width: calc((100% - 30px) / 4);
  min-width: 0;
}
@media screen and (max-width: 1000px) {
  .c-equip-counter__text {
    width: 100%;
  }
}
.c-equip-counter__text .c-card__title {
  margin-top: 0;
}

.c-equip-af {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-equip-af {
    column-gap: 10px;
  }
}
.c-equip-af__featured {
  display: flex;
  flex: 2 1 0;
  gap: 10px;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .c-equip-af__featured {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 590px) {
  .c-equip-af__featured {
    flex-direction: column;
  }
}
.c-equip-af__item {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}
@media screen and (max-width: 590px) {
  .c-equip-af__item {
    flex: none;
    width: 100%;
  }
}
.c-equip-af__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--color-bg-sub, #f7f5f2);
}
.c-equip-af__media img {
  display: block;
  width: 100%;
  height: auto;
}
.c-equip-af__featured > .c-equip-af__media {
  flex: 1 1 0;
  align-self: flex-start;
  min-width: 0;
}
.c-equip-af__body {
  flex: 2 1 0;
  min-width: 0;
}
.c-equip-af__body .c-card__title {
  margin-top: 0;
}
.c-equip-af__body .c-card__title span {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.01px;
}
.c-equip-af__media + .c-card__title, .c-equip-af__item > .c-card__title {
  margin-top: 10px;
}
.c-equip-af__media + .c-card__title span, .c-equip-af__item > .c-card__title span {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.01px;
}
.c-equip-af__points {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.c-equip-af__points li {
  margin: 0;
  padding: 5px 10px;
  background: var(--color-secondary, #8b7355);
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
.c-equip-af__points li + li {
  margin-top: 5px;
}

.c-door-security {
  width: 100%;
}
.c-door-security > .c-heading--left {
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d4cc;
}
.c-door-security__layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.15fr);
  column-gap: 40px;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .c-door-security__layout {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }
}
.c-door-security__hero {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--color-bg-sub, #f7f5f2);
}
.c-door-security__hero img {
  display: block;
  width: 100%;
  height: auto;
}
.c-door-security__pin {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: 0;
  background: var(--color-secondary, #8b7355);
  color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transform: translate(-50%, -50%);
}
.c-door-security__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-door-security__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 160px);
  column-gap: 20px;
  align-items: start;
}
@media screen and (max-width: 590px) {
  .c-door-security__item {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
}
.c-door-security__item + .c-door-security__item {
  margin-top: 28px;
}
.c-door-security__body {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
}
.c-door-security__num {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: 0;
  background: var(--color-secondary, #8b7355);
  color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.c-door-security__title {
  margin: 0;
  color: var(--color-text, #221815);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 590px) {
  .c-door-security__title {
    font-size: 15px;
  }
}
.c-door-security__desc {
  margin: 8px 0 0;
  color: var(--color-text, #221815);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 590px) {
  .c-door-security__desc {
    font-size: 12px;
  }
}
.c-door-security__thumb {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: var(--color-bg-sub, #f7f5f2);
}
.c-door-security__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-facilities {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .c-facilities {
    flex-direction: column;
  }
}
.c-facilities__map {
  flex: 3 1 0;
  min-width: 0;
}
.c-facilities__map figure {
  margin: 0;
}
.c-facilities__map img {
  display: block;
  width: 100%;
  height: auto;
}
.c-facilities__gallery {
  flex: 2 1 0;
  min-width: 0;
}
.c-facilities__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-items: stretch;
}
@media screen and (max-width: 768px) {
  .c-facilities__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 590px) {
  .c-facilities__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-facilities__item {
  width: 100%;
  margin: 0;
}
.c-facilities__item figure {
  margin: 0;
}
.c-facilities__item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.c-facilities__cap {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .c-facilities__cap {
    font-size: 10px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 590px) {
  .c-facilities__cap {
    font-size: 13px;
    letter-spacing: 0;
  }
}

.c-note {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: inline-block;
  padding: 4px 8px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0;
}
.c-note--left, .c-note.is-left {
  right: auto;
  left: 0;
}
.c-note--black {
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
}
.c-note--white {
  background: rgba(255, 255, 255, 0.85);
  color: #221815;
}
.c-note--plain-black, .c-note--plain-white {
  bottom: 8px;
  right: 10px;
  padding: 0;
  background: none;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-shadow: none;
}
.c-note--plain-black.c-note--left, .c-note--plain-black.is-left, .c-note--plain-white.c-note--left, .c-note--plain-white.is-left {
  right: auto;
  left: 10px;
}
.c-note--plain-white {
  color: #fff;
}
.c-note--plain-black {
  color: #000;
}

.c-note-text {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.7;
  color: #666666;
}

.pan {
  margin: 0;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 590px) {
  .pan {
    font-size: 12px;
  }
}

.c-grid {
  display: grid;
  gap: 24px;
  width: 100%;
}
.c-grid--cols4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .c-grid--cols4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 16px;
  }
}
@media screen and (max-width: 590px) {
  .c-grid--cols4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
  }
}
.c-grid--cols4-2-1 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1024px) {
  .c-grid--cols4-2-1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
}
@media screen and (max-width: 590px) {
  .c-grid--cols4-2-1 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.c-grid--cols3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .c-grid--cols3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
}
@media screen and (max-width: 590px) {
  .c-grid--cols3 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.c-grid--cols2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1024px) {
  .c-grid--cols2 {
    gap: 24px 16px;
  }
}
@media screen and (max-width: 590px) {
  .c-grid--cols2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.c-grid--cols2-1 {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 0;
}
.c-grid--cols2-1 > .c-grid__wide {
  grid-column: span 2;
}
.c-grid--cols2-1 > .c-card--feature:has(> .c-card__title:first-child) {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  height: auto;
}
.c-grid--cols2-1 > .c-card--feature:has(> .c-card__title:first-child) > .c-card__title,
.c-grid--cols2-1 > .c-card--feature:has(> .c-card__title:first-child) > .c-card__text,
.c-grid--cols2-1 > .c-card--feature:has(> .c-card__title:first-child) > .c-card__media,
.c-grid--cols2-1 > .c-card--feature:has(> .c-card__title:first-child) > .c-note-text {
  grid-row: auto;
}
.c-grid--cols2-1 > .c-card--feature:has(> .c-card__title:first-child) > .c-card__title {
  margin-top: 0;
}
.c-grid--cols2-1 > .c-card--feature:has(> .c-card__title:first-child) > .c-card__media {
  margin-top: 10px;
}
.c-grid--cols2-1 > .c-card--feature:has(> .c-card__title:first-child):nth-child(n+3) > .c-card__title {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .c-grid--cols2-1 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 0;
  }
  .c-grid--cols2-1 > .c-grid__wide {
    grid-column: 1/-1;
  }
  .c-grid--cols2-1 > .c-card--feature:has(> .c-card__title:first-child):nth-child(n+2) > .c-card__title {
    margin-top: 24px;
  }
}
@media screen and (max-width: 590px) {
  .c-grid--cols2-1 {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
  }
  .c-grid--cols2-1 > .c-grid__wide {
    grid-column: auto;
  }
  .c-grid--cols2-1 > .c-card--feature:has(> .c-card__title:first-child):nth-child(n+2) > .c-card__title {
    margin-top: 24px;
  }
}
.c-grid--auto {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
@media screen and (max-width: 1024px) {
  .c-grid--auto {
    gap: 24px 16px;
  }
}
@media screen and (max-width: 590px) {
  .c-grid--auto {
    gap: 24px;
  }
}
.c-grid--gap-sm {
  gap: 12px;
}
.c-grid--gap-lg {
  gap: 40px;
}
.c-grid--after-station {
  margin-top: 48px;
}

.c-band {
  margin: 0 0 40px;
  padding: 14px 20px;
  background: var(--color-primary, #2c3a4a);
  color: #ffffff;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 590px) {
  .c-band {
    margin-bottom: 24px;
    padding: 12px 16px;
    font-size: 16px;
  }
}

.c-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: transparent;
}
.c-card__media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--color-bg-sub, #f7f5f2);
  aspect-ratio: 8/5;
}
.c-card__media img,
.c-card__media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.c-card__media img {
  object-fit: cover;
  object-position: center;
}
.c-card__media picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-card__media--wide {
  aspect-ratio: 136/85;
}
.c-card__media--square {
  aspect-ratio: 4/3;
}
.c-card__media--plan {
  aspect-ratio: 4/3;
}
.c-card__title {
  margin: 20px 0 0;
  padding: 0 0 8px;
  border-bottom: 1px solid var(--color-text, #221815);
  color: var(--color-text, #221815);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 590px) {
  .c-card__title {
    margin-top: 16px;
    font-size: 16px;
  }
}
.c-card__text {
  margin: 8px 0 0;
  color: var(--color-text, #221815);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 590px) {
  .c-card__text {
    font-size: 12px;
  }
}
.c-card__text + .c-note-text {
  margin-top: 8px;
}
.c-card__label {
  margin: 0;
  padding: 12px 14px;
  background: var(--color-secondary, #8b7355);
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 590px) {
  .c-card__label {
    font-size: 13px;
    padding: 10px 12px;
  }
}
.c-card__caption {
  margin: 10px 0 0;
  color: var(--color-text, #221815);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: right;
}
@media screen and (max-width: 590px) {
  .c-card__caption {
    font-size: 12px;
  }
}
.c-card--feature {
  height: 100%;
}
.c-card--feature:has(> .c-card__title:first-child) {
  display: grid;
  grid-template-rows: auto 1fr auto auto; /* note */
}
.c-card--feature:has(> .c-card__title:first-child) > .c-card__title {
  grid-row: 1;
  margin-top: 0;
}
.c-card--feature:has(> .c-card__title:first-child) > .c-card__title + .c-card__text {
  grid-row: 2;
}
.c-card--feature:has(> .c-card__title:first-child) > .c-card__media {
  grid-row: 3;
  margin-top: 10px;
}
.c-card--feature:has(> .c-card__title:first-child) > .c-note-text {
  grid-row: 4;
  margin-top: 8px;
}
.c-card--feature:has(> .c-card__media:first-child) {
  display: flex;
  flex-direction: column;
}
.c-card--feature:has(> .c-card__media:first-child) .c-card__body {
  padding: 0;
}
.c-card--feature:has(> .c-card__media:first-child) > .c-card__media + .c-card__body .c-card__title {
  margin-top: 20px;
}
@media screen and (max-width: 590px) {
  .c-card--feature:has(> .c-card__media:first-child) > .c-card__media + .c-card__body .c-card__title {
    margin-top: 16px;
  }
}
.c-card--labeled {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto; /* media */
}
.c-card--labeled .c-card__body {
  margin: 0;
  min-height: 0;
}
.c-card--labeled .c-card__label + .c-card__body {
  margin-top: 8px;
}
.c-card--labeled .c-card__body .c-card__text {
  margin-top: 0;
}
.c-card--labeled .c-card__media {
  margin-top: 10px;
  aspect-ratio: 4/3;
}
.c-card--caption .c-card__media {
  aspect-ratio: 16/10;
}

.c-figure {
  position: relative;
  margin: 0;
  width: 100%;
}
.c-figure + .c-text {
  margin-top: 28px;
}
.c-figure__media {
  position: relative;
  overflow: hidden;
  background: var(--color-bg-sub, #f7f5f2);
}
.c-figure__media img,
.c-figure__media picture {
  display: block;
  width: 100%;
  height: auto;
}
.c-figure__media--cover {
  aspect-ratio: 16/9;
}
.c-figure__media--cover img,
.c-figure__media--cover picture {
  height: 100%;
}
.c-figure__media--cover img {
  object-fit: cover;
  object-position: center;
}
.c-figure > .c-note {
  z-index: 2;
}

.c-card-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--color-bg-sub, #f7f5f2);
}
.c-card-media--cols3 {
  aspect-ratio: 8/5;
}
.c-card-media--cols2 {
  aspect-ratio: 136/85;
}
.c-card-media img,
.c-card-media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.c-card-media img {
  object-fit: cover;
  object-position: center;
}

.c-top-fv {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.c-top-fv > .mv-area,
.c-top-fv > .mv-kw {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.c-top-fv > .mv-kw {
  padding: 10px 0;
  font-size: 16px;
  line-height: normal;
}

.mv-area {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.slide {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background: var(--color-primary, #2c3a4a);
}
.slide .slick-list,
.slide .slick-track,
.slide .slick-slide {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.slide .slick-slide > div {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.mv {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 280px;
  font-size: 0;
  line-height: 0;
  background: linear-gradient(135deg, #5a6a7a, #2c3a4a);
}
.mv picture,
.mv img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: 0;
}

.mv-area .slick-dotted.slick-slider,
.mv-area .slick-slider {
  margin-bottom: 0;
}
.mv-area .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 4;
  margin: 0;
  padding: 0;
  height: auto;
}
.mv-area .slick-arrow {
  z-index: 4;
}

.c-top-summary {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.c-sec-summary {
  --c-sec-summary-min-h: 420px;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 590px) {
  .c-sec-summary {
    --c-sec-summary-min-h: 360px;
  }
}
.c-sec-summary__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: var(--color-primary, #2c3a4a);
}
.c-sec-summary__media img,
.c-sec-summary__media picture {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
}
.c-sec-summary__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.c-sec-summary__en {
  margin: 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 590px) {
  .c-sec-summary__en {
    font-size: 22px;
  }
}
.c-sec-summary__title {
  margin: 16px 0 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 590px) {
  .c-sec-summary__title {
    font-size: 18px;
    margin-top: 12px;
  }
}
.c-sec-summary__text {
  margin: 16px 0 0;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (max-width: 590px) {
  .c-sec-summary__text {
    font-size: 13px;
  }
}
.c-sec-summary .c-readmore {
  margin-top: 28px;
}
.c-sec-summary__cap {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  font-size: 11px;
  line-height: 1.5;
}
.c-sec-summary--bg-hero, .c-sec-summary--bg-hero-card {
  min-height: var(--c-sec-summary-min-h);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.c-sec-summary--bg-hero::before, .c-sec-summary--bg-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.c-sec-summary--bg-hero .c-sec-summary__inner, .c-sec-summary--bg-hero-card .c-sec-summary__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: var(--c-sec-summary-min-h);
  padding: 48px 20px;
  text-align: center;
  box-sizing: border-box;
}
.c-sec-summary--bg-hero .c-sec-summary__body, .c-sec-summary--bg-hero-card .c-sec-summary__body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 36px;
  text-align: center;
  box-sizing: border-box;
  background: transparent;
}
@media screen and (max-width: 590px) {
  .c-sec-summary--bg-hero .c-sec-summary__body, .c-sec-summary--bg-hero-card .c-sec-summary__body {
    padding: 28px 20px;
  }
}
.c-sec-summary--bg-hero .c-sec-summary__en,
.c-sec-summary--bg-hero .c-sec-summary__title,
.c-sec-summary--bg-hero .c-sec-summary__text, .c-sec-summary--bg-hero-card .c-sec-summary__en,
.c-sec-summary--bg-hero-card .c-sec-summary__title,
.c-sec-summary--bg-hero-card .c-sec-summary__text {
  color: #ffffff;
}
.c-sec-summary--bg-hero .c-readmore, .c-sec-summary--bg-hero-card .c-readmore {
  margin-left: auto;
  margin-right: auto;
}
.c-sec-summary--bg-hero-card .c-sec-summary__body {
  background: rgba(255, 255, 255, 0.88);
}
.c-sec-summary--bg-hero-card .c-sec-summary__en,
.c-sec-summary--bg-hero-card .c-sec-summary__title,
.c-sec-summary--bg-hero-card .c-sec-summary__text {
  color: var(--color-text, #221815);
}
.c-sec-summary--split-left, .c-sec-summary--split-right {
  overflow: hidden;
  background: var(--color-bg-sub, #f7f5f2);
}
.c-sec-summary--split-left .c-sec-summary__layout, .c-sec-summary--split-right .c-sec-summary__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: var(--c-sec-summary-min-h);
  box-sizing: border-box;
}
.c-sec-summary--split-left .c-sec-summary__media, .c-sec-summary--split-right .c-sec-summary__media {
  position: relative;
  inset: auto;
  z-index: 0;
  overflow: hidden;
  min-width: 0;
  width: auto;
  max-width: none;
  min-height: var(--c-sec-summary-min-h);
}
.c-sec-summary--split-left .c-sec-summary__media img,
.c-sec-summary--split-left .c-sec-summary__media picture, .c-sec-summary--split-right .c-sec-summary__media img,
.c-sec-summary--split-right .c-sec-summary__media picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}
.c-sec-summary--split-left .c-sec-summary__body, .c-sec-summary--split-right .c-sec-summary__body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  position: relative;
  z-index: 1;
  min-width: 0;
  width: 100%;
  max-width: calc(1440px / 2);
  margin: 0;
  padding: 56px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-sec-summary--split-left .c-sec-summary__body, .c-sec-summary--split-right .c-sec-summary__body {
    max-width: none;
    padding: 40px 20px;
    text-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .c-sec-summary--split-left .c-sec-summary__layout, .c-sec-summary--split-right .c-sec-summary__layout {
    display: flex;
    flex-direction: column;
  }
  .c-sec-summary--split-left .c-sec-summary__media,
  .c-sec-summary--split-left .c-sec-summary__body, .c-sec-summary--split-right .c-sec-summary__media,
  .c-sec-summary--split-right .c-sec-summary__body {
    width: 100%;
    max-width: none;
  }
  .c-sec-summary--split-left .c-sec-summary__media, .c-sec-summary--split-right .c-sec-summary__media {
    min-height: 240px;
  }
  .c-sec-summary--split-left .c-readmore, .c-sec-summary--split-right .c-readmore {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-sec-summary--split-left .c-sec-summary__layout {
    flex-direction: column;
  }
}
.c-sec-summary--split-left .c-sec-summary__body {
  justify-self: start;
  text-align: left;
  align-items: flex-start;
}
.c-sec-summary--split-left .c-sec-summary__body .c-readmore {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-sec-summary--split-left .c-sec-summary__body {
    justify-self: stretch;
    text-align: center;
    align-items: center;
  }
  .c-sec-summary--split-left .c-sec-summary__body .c-readmore {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-sec-summary--split-right .c-sec-summary__layout {
    flex-direction: column-reverse;
  }
}
.c-sec-summary--split-right .c-sec-summary__body {
  justify-self: end;
  text-align: right;
  align-items: flex-end;
}
.c-sec-summary--split-right .c-sec-summary__body .c-readmore {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .c-sec-summary--split-right .c-sec-summary__body {
    justify-self: stretch;
    text-align: center;
    align-items: center;
  }
  .c-sec-summary--split-right .c-sec-summary__body .c-readmore {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-sec-summary--split-left-start, .c-sec-summary--split-right-start {
  overflow: hidden;
  background: var(--color-bg-sub, #f7f5f2);
}
.c-sec-summary--split-left-start .c-sec-summary__layout, .c-sec-summary--split-right-start .c-sec-summary__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  min-height: var(--c-sec-summary-min-h);
}
.c-sec-summary--split-left-start .c-sec-summary__media, .c-sec-summary--split-right-start .c-sec-summary__media {
  position: relative;
  inset: auto;
  z-index: 0;
  overflow: hidden;
  min-width: 0;
  width: auto;
  max-width: none;
  min-height: var(--c-sec-summary-min-h);
}
.c-sec-summary--split-left-start .c-sec-summary__media img,
.c-sec-summary--split-left-start .c-sec-summary__media picture, .c-sec-summary--split-right-start .c-sec-summary__media img,
.c-sec-summary--split-right-start .c-sec-summary__media picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}
.c-sec-summary--split-left-start .c-sec-summary__body, .c-sec-summary--split-right-start .c-sec-summary__body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  min-width: 0;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 56px 40px;
  box-sizing: border-box;
  text-align: left;
}
.c-sec-summary--split-left-start .c-sec-summary__body .c-readmore, .c-sec-summary--split-right-start .c-sec-summary__body .c-readmore {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-sec-summary--split-left-start .c-sec-summary__body, .c-sec-summary--split-right-start .c-sec-summary__body {
    padding: 40px 20px;
    text-align: center;
    align-items: center;
  }
  .c-sec-summary--split-left-start .c-sec-summary__body .c-readmore, .c-sec-summary--split-right-start .c-sec-summary__body .c-readmore {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-sec-summary--split-left-start .c-sec-summary__layout, .c-sec-summary--split-right-start .c-sec-summary__layout {
    display: flex;
    max-width: none;
  }
  .c-sec-summary--split-left-start .c-sec-summary__media,
  .c-sec-summary--split-left-start .c-sec-summary__body, .c-sec-summary--split-right-start .c-sec-summary__media,
  .c-sec-summary--split-right-start .c-sec-summary__body {
    width: 100%;
    max-width: none;
  }
  .c-sec-summary--split-left-start .c-sec-summary__media, .c-sec-summary--split-right-start .c-sec-summary__media {
    min-height: 240px;
  }
  .c-sec-summary--split-left-start .c-readmore, .c-sec-summary--split-right-start .c-readmore {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-sec-summary--split-left-start .c-sec-summary__layout {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .c-sec-summary--split-right-start .c-sec-summary__layout {
    flex-direction: column-reverse;
  }
}
.c-sec-summary--overlay-left, .c-sec-summary--overlay-right {
  --c-sec-summary-panel: rgba(139, 115, 85, 0.88);
  overflow: hidden;
  min-height: var(--c-sec-summary-min-h);
}
.c-sec-summary--overlay-left .c-sec-summary__media, .c-sec-summary--overlay-right .c-sec-summary__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-sec-summary--overlay-left .c-sec-summary__media, .c-sec-summary--overlay-right .c-sec-summary__media {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    min-height: 240px;
    aspect-ratio: 16/9;
  }
}
.c-sec-summary--overlay-left .c-sec-summary__layout, .c-sec-summary--overlay-right .c-sec-summary__layout {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  min-height: var(--c-sec-summary-min-h);
}
@media screen and (max-width: 768px) {
  .c-sec-summary--overlay-left .c-sec-summary__layout, .c-sec-summary--overlay-right .c-sec-summary__layout {
    max-width: none;
    min-height: 0;
    flex-direction: column;
  }
}
.c-sec-summary--overlay-left .c-sec-summary__body, .c-sec-summary--overlay-right .c-sec-summary__body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  min-width: 0;
  margin: 0;
  padding: 56px 40px;
  box-sizing: border-box;
  text-align: left;
  background: var(--c-sec-summary-panel, rgba(139, 115, 85, 0.88));
  color: #ffffff;
}
.c-sec-summary--overlay-left .c-sec-summary__body::before, .c-sec-summary--overlay-right .c-sec-summary__body::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: inherit;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-sec-summary--overlay-left .c-sec-summary__body, .c-sec-summary--overlay-right .c-sec-summary__body {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    padding: 48px 20px;
    text-align: center;
    align-items: center;
    background: var(--c-sec-summary-panel-sp, rgba(139, 115, 85, 0.95));
  }
  .c-sec-summary--overlay-left .c-sec-summary__body::before, .c-sec-summary--overlay-right .c-sec-summary__body::before {
    content: none;
  }
}
.c-sec-summary--overlay-left .c-sec-summary__en,
.c-sec-summary--overlay-left .c-sec-summary__title,
.c-sec-summary--overlay-left .c-sec-summary__text, .c-sec-summary--overlay-right .c-sec-summary__en,
.c-sec-summary--overlay-right .c-sec-summary__title,
.c-sec-summary--overlay-right .c-sec-summary__text {
  color: #ffffff;
}
.c-sec-summary--overlay-left .c-sec-summary__spacer, .c-sec-summary--overlay-right .c-sec-summary__spacer {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  min-width: 0;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-sec-summary--overlay-left .c-sec-summary__spacer, .c-sec-summary--overlay-right .c-sec-summary__spacer {
    display: none;
  }
}
.c-sec-summary--overlay-left .c-readmore, .c-sec-summary--overlay-right .c-readmore {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-sec-summary--overlay-left .c-readmore, .c-sec-summary--overlay-right .c-readmore {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-sec-summary--overlay-left .c-sec-summary__media .c-sec-summary__cap, .c-sec-summary--overlay-right .c-sec-summary__media .c-sec-summary__cap {
  z-index: 2;
}
.c-sec-summary--overlay-left .c-sec-summary__layout {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .c-sec-summary--overlay-left .c-sec-summary__layout {
    flex-direction: column;
  }
}
.c-sec-summary--overlay-left .c-sec-summary__body::before {
  right: 100%;
}
.c-sec-summary--overlay-right .c-sec-summary__layout {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .c-sec-summary--overlay-right .c-sec-summary__layout {
    flex-direction: column;
  }
}
.c-sec-summary--overlay-right .c-sec-summary__body {
  text-align: left;
  align-items: flex-start;
}
.c-sec-summary--overlay-right .c-sec-summary__body::before {
  left: 100%;
}
.c-sec-summary--overlay-right .c-sec-summary__body .c-readmore {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-sec-summary--overlay-right .c-sec-summary__body {
    text-align: center;
    align-items: center;
  }
  .c-sec-summary--overlay-right .c-sec-summary__body .c-readmore {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-sec-summary--text-media {
  padding: 64px 0;
  background: var(--color-bg-sub, #f7f5f2);
}
@media screen and (max-width: 590px) {
  .c-sec-summary--text-media {
    padding: 48px 0;
  }
}
.c-sec-summary--text-media .l-container {
  text-align: center;
}
.c-sec-summary--text-media .c-sec-summary__intro {
  margin: 0;
  text-align: center;
}
.c-sec-summary--text-media .c-sec-summary__media-box {
  width: 100%;
  max-width: 1000px;
  margin: 36px auto 0;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: var(--color-primary, #2c3a4a);
  box-sizing: border-box;
}
.c-sec-summary--text-media .c-sec-summary__media-box img,
.c-sec-summary--text-media .c-sec-summary__media-box picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-sec-summary--text-media .c-readmore {
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
.c-sec-summary--grid-feature {
  padding: 64px 0;
  background: #ffffff;
}
@media screen and (max-width: 590px) {
  .c-sec-summary--grid-feature {
    padding: 48px 0;
  }
}
.c-sec-summary--grid-feature .c-sec-summary__intro {
  margin: 0;
  text-align: center;
}
.c-sec-summary--grid-feature .c-sec-summary__body {
  max-width: none;
  margin: 36px auto 0;
}
.c-sec-summary--grid-feature .c-readmore {
  margin-left: auto;
  margin-right: auto;
}

.img_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .img_pc {
    display: none !important;
  }
}

.img_sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .img_sp {
    display: block !important;
  }
}

.cap_w01 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0;
}

.soldout-overlay {
  display: none !important;
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.45);
  text-align: center;
  color: #ffffff;
  pointer-events: none;
}

.soldout-title {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .soldout-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 590px) {
  .soldout-title {
    font-size: 28px;
    letter-spacing: 0.12em;
  }
}

.soldout-sub {
  margin: 12px 0 0;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 590px) {
  .soldout-sub {
    font-size: 13px;
  }
}

.mv-kw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 120px;
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box;
  background: linear-gradient(0deg, var(--mv-kw-bg-from, #000) 0%, var(--mv-kw-bg-to, #464647) 100%);
  font-size: 18px;
  line-height: normal;
}
.mv-kw .l-container {
  width: 100%;
  box-sizing: border-box;
}
.mv-kw__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  row-gap: 20px;
}
@media screen and (max-width: 1000px) {
  .mv-kw__list {
    justify-content: center;
  }
}
@media screen and (max-width: 650px) {
  .mv-kw__list {
    flex-direction: column;
    border-left: none;
    border-right: none;
    row-gap: 30px;
  }
}
.mv-kw__item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 0 1%;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
}
.mv-kw__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .mv-kw__item {
    flex: 1 1 45%;
  }
  .mv-kw__item:nth-child(2n)::after {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .mv-kw__item {
    flex: 1 1 auto;
    width: auto;
    padding: 0;
  }
  .mv-kw__item:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -16px;
    width: 50px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.8);
    transform: translate(-50%, -50%);
    display: block;
  }
  .mv-kw__item:nth-child(2n)::after {
    display: block;
  }
  .mv-kw__item:last-child::after {
    display: none;
  }
}
.mv-kw__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: inherit;
}
.mv-kw__em {
  font-size: 28px;
  color: var(--mv-kw-em, #adbb3d);
  letter-spacing: 0;
}
.mv-kw__min {
  position: relative;
  bottom: -3px;
  padding: 0 6px;
  font-size: 36px;
  color: var(--mv-kw-em, #adbb3d);
  letter-spacing: 0;
}

.c-sub-mv {
  width: 100%;
  height: 320px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background-color: var(--color-primary, #2c3a4a);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-sub-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.45));
  z-index: 1;
  pointer-events: none;
}
.c-sub-mv__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-sub-mv__heading {
  position: absolute;
  top: calc(50% + 49px);
  left: 50%;
  z-index: 2;
  margin: 0;
  padding: 0 16px;
  width: max-content;
  max-width: calc(100% - 32px);
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .c-sub-mv__heading {
    top: calc(50% + 0px);
  }
}
.c-sub-mv__en {
  display: block;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.c-sub-mv__en::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin: 14px auto 0;
  background: #ffffff;
  opacity: 0.85;
}
@media screen and (max-width: 1024px) {
  .c-sub-mv__en {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .c-sub-mv__en {
    font-size: 32px;
  }
}
@media screen and (max-width: 590px) {
  .c-sub-mv__en {
    font-size: 28px;
  }
}
.c-sub-mv__ja {
  display: block;
  margin-top: 12px;
  font-family: "Noto Serif JP", "Cormorant Garamond", "Yu Mincho", "YuMincho", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media screen and (max-width: 590px) {
  .c-sub-mv__ja {
    font-size: 12px;
    margin-top: 10px;
  }
}
.c-sub-mv .cap_w01 {
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .c-sub-mv {
    height: 180px;
  }
}

.c-anchor-nav {
  position: sticky;
  top: 98px;
  z-index: 100;
  width: 100%;
  margin-top: 40px;
  background: #ffffff;
  border-bottom: 1px solid #d9d4cc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 1024px) {
  .c-anchor-nav {
    top: 60px;
  }
}
.c-anchor-nav__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-anchor-nav__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: max-content;
}
.c-anchor-nav__item {
  flex: 1 1 0;
  min-width: 120px;
  border-right: 1px solid #d9d4cc;
}
.c-anchor-nav__item:last-child {
  border-right: none;
}
.c-anchor-nav__item.is-current a,
.c-anchor-nav__item a:hover {
  color: var(--color-accent, #c4a574);
  background: var(--color-bg-sub, #f7f5f2);
}
.c-anchor-nav__item a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  min-height: 48px;
  width: 100%;
  padding: 12px 8px;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  transition: background 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.c-anchor-nav__item a span {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .c-anchor-nav .c-anchor-nav__item {
    min-width: 100px;
  }
  .c-anchor-nav .c-anchor-nav__item a {
    font-size: 12px;
    padding: 10px 6px;
  }
}

.c-subpage-nav {
  width: 100%;
  padding: 60px 0;
  background: var(--color-bg-sub, #f7f5f2);
}
.c-subpage-nav__title {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #221815;
  margin: 0 0 32px;
}
@media screen and (max-width: 1024px) {
  .c-subpage-nav__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .c-subpage-nav__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 590px) {
  .c-subpage-nav__title {
    font-size: 20px;
  }
}
.c-subpage-nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .c-subpage-nav__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 590px) {
  .c-subpage-nav__list {
    grid-template-columns: 1fr;
  }
}
.c-subpage-nav__item a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  min-height: 48px;
  position: relative;
  min-height: 100px;
  padding: 24px 16px;
  color: #ffffff;
  background: var(--color-primary, #2c3a4a);
  text-align: center;
  overflow: hidden;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.c-subpage-nav__item a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--color-accent, #c4a574) 0%, transparent 60%);
  opacity: 0.35;
  pointer-events: none;
}
.c-subpage-nav__item a:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.c-subpage-nav__item.is-current a {
  pointer-events: none;
  opacity: 0.45;
}
.c-subpage-nav__item .en {
  position: relative;
  z-index: 1;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.c-subpage-nav__item .ja {
  position: relative;
  z-index: 1;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.c-info {
  padding: 80px 0;
}
@media screen and (max-width: 590px) {
  .c-info {
    padding: 60px 0;
  }
}
.c-info__title {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #221815;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-info__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .c-info__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 590px) {
  .c-info__title {
    font-size: 20px;
  }
}
.c-info__body {
  max-width: 800px;
  margin: 24px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}
.c-info__cta {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 590px) {
  .c-info__cta {
    flex-direction: column;
    gap: 12px;
  }
}
.c-info__cta .c-btn {
  flex: 1 1 0;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 590px) {
  .c-info__cta .c-btn {
    flex: 0 0 auto;
  }
}

.c-company {
  width: 100%;
  margin: 0;
  padding: 80px 0;
  background: #ffffff;
  text-align: center;
}
@media screen and (max-width: 590px) {
  .c-company {
    padding: 60px 0;
  }
}
.c-company__title {
  position: relative;
  max-width: 190px;
  margin: 0 auto;
  padding: 10px 20px 16px;
  box-sizing: content-box;
}
.c-company__en {
  display: block;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--color-text, #221815);
}
@media screen and (max-width: 590px) {
  .c-company__en {
    font-size: 22px;
  }
}
.c-company__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 190px;
  height: 1px;
  background: var(--color-text, #221815);
  transform: translateX(-50%);
}
.c-company__body {
  margin: 40px auto 0;
  max-width: 720px;
}
.c-company__name, .c-company__address, .c-company__seller, .c-company__seller-address, .c-company__tel {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: var(--color-text, #221815);
}
.c-company__name {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 590px) {
  .c-company__name {
    font-size: 16px;
  }
}
.c-company__address {
  margin-top: 8px;
}
.c-company__seller {
  margin-top: 24px;
}
.c-company__tel {
  margin-top: 4px;
}

.c-page-notes {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #ffffff;
}
.c-page-notes__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-page-notes .c-note-text {
  margin: 0;
  text-align: left;
}

.l-plan {
  width: 100%;
}
.l-plan .planList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 24px 16px;
}
.l-plan .planBox {
  flex: 0 1 280px;
  max-width: 100%;
}
.l-plan .planBox img {
  display: block;
  width: 100%;
  height: auto;
}
.l-plan .id_ {
  display: block;
  height: 0;
  overflow: hidden;
}

.c-map {
  padding: 48px 0 80px;
}
@media screen and (max-width: 590px) {
  .c-map {
    padding: 40px 0 60px;
  }
}
.c-map__block + .c-map__block {
  margin-top: 64px;
}
@media screen and (max-width: 590px) {
  .c-map__block + .c-map__block {
    margin-top: 48px;
  }
}
.c-map__title {
  margin: 0 0 16px;
  padding-left: 12px;
  border-left: 4px solid var(--color-primary, #2c3a4a);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 590px) {
  .c-map__title {
    font-size: 18px;
  }
}
.c-map__media {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d9d4cc;
  background: var(--color-bg-sub, #f7f5f2);
  box-sizing: border-box;
}
.c-map__media img,
.c-map__media picture {
  display: block;
  width: 100%;
  height: auto;
}
.c-map__address {
  margin-top: 24px;
  padding: 20px 24px;
  background: var(--color-primary, #2c3a4a);
  color: #ffffff;
  box-sizing: border-box;
  text-align: center;
}
.c-map__address-label {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.c-map__address-text {
  margin: 12px 0 0;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.c-map__gmap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  min-height: 48px;
  width: 80%;
  max-width: 480px;
  min-height: 56px;
  margin: 28px auto 0;
  padding: 16px 20px;
  border: 2px solid var(--color-text, #221815);
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--color-text, #221815);
  transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.c-map__gmap:hover {
  color: #ffffff;
  background: var(--color-text, #221815);
}
@media screen and (max-width: 590px) {
  .c-map__gmap {
    width: 100%;
  }
}
.c-map__embed {
  width: 100%;
  margin-top: 28px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: var(--color-bg-sub, #f7f5f2);
}
.c-map__embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.c-map__print-wrap {
  margin-top: 48px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 590px) {
  .c-map__print-wrap {
    margin-bottom: 24px;
  }
}
.c-map__print {
  min-width: 48px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 52px;
  padding: 14px 28px;
  border: 0;
  background: var(--color-primary, #2c3a4a);
  color: #ffffff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.c-map__print:hover {
  opacity: 0.8;
}

@media print {
  .l-header,
  .l-sp-nav,
  .l-footer,
  .l-fixed-nav,
  .c-sub-mv,
  .pan,
  .c-map__print-wrap,
  .c-map__gmap,
  .c-map__embed {
    display: none !important;
  }
  .c-map {
    padding: 0;
  }
  .c-map__block + .c-map__block {
    page-break-before: always;
    margin-top: 40px;
  }
  .c-map__media {
    border-color: #ccc;
  }
  .c-map__address {
    background: transparent !important;
    color: #000 !important;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
}
.l-outline > h2,
.l-outline h2 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.buken_list,
.c-outline-table {
  width: 100%;
  margin: 0 0 30px;
  border-collapse: collapse;
  border-top: 2px solid var(--color-primary, #2c3a4a);
  font-size: 14px;
  line-height: 1.7;
}
.buken_list th,
.buken_list td,
.c-outline-table th,
.c-outline-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #d9d4cc;
  vertical-align: top;
  text-align: left;
}
.buken_list th,
.c-outline-table th {
  width: 28%;
  font-weight: 500;
  background: var(--color-bg-sub, #f7f5f2);
  color: var(--color-text, #221815);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .buken_list th,
  .buken_list td,
  .c-outline-table th,
  .c-outline-table td {
    display: block;
    width: 100%;
    padding: 12px 16px;
  }
  .buken_list th,
  .c-outline-table th {
    border-bottom: none;
    padding-bottom: 4px;
  }
  .buken_list td,
  .c-outline-table td {
    padding-top: 0;
  }
  .buken_list tr,
  .c-outline-table tr {
    display: block;
    border-bottom: 1px solid #d9d4cc;
  }
}

.buken_list th,
.buken_list td {
  border: none;
  border-bottom: 1px solid #d9d4cc;
  background-image: none;
}
.buken_list th {
  background-color: var(--color-bg-sub, #f7f5f2);
}

.buken_comment {
  margin: 40px 0 0;
  font-size: 11px;
  line-height: 1.6;
  color: #666666;
}

.c-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.c-fade.is-show {
  opacity: 1;
  transform: translateY(0);
}

.c-zoom {
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0.5s;
}
.c-zoom.is-show {
  opacity: 1;
  transform: scale(1);
}

.c-delay-1 {
  transition-delay: 0.2s;
}
.c-delay-2 {
  transition-delay: 0.4s;
}
.c-delay-3 {
  transition-delay: 0.6s;
}
.c-delay-4 {
  transition-delay: 0.8s;
}
.c-delay-5 {
  transition-delay: 1s;
}

.u-relative {
  position: relative;
}

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

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-anim-zoom-out,
.zoomOut {
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0.5s;
}
.u-anim-zoom-out.is-show,
.zoomOut.is-show {
  opacity: 1;
  transform: scale(1);
}

.u-anim-fade,
.fade {
  opacity: 0;
  transform: translateY(8%);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.u-anim-fade.is-show,
.fade.is-show {
  opacity: 1;
  transform: translateY(0);
}

.u-anim-fade-slow,
.fade_b {
  opacity: 0;
  transform: translateY(8%);
  transition: opacity 3s cubic-bezier(0.25, 0.1, 0.25, 1), transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.u-anim-fade-slow.is-show,
.fade_b.is-show {
  opacity: 1;
  transform: translateY(0);
}

.u-anim-fade-in,
.fade02 {
  opacity: 0;
  transition: opacity 3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.u-anim-fade-in.is-show,
.fade02.is-show {
  opacity: 1;
}

.u-anim-fade-in-cap,
.fade02_cap {
  opacity: 0;
  transition: opacity 3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.u-anim-fade-in-cap.is-show,
.fade02_cap.is-show {
  opacity: 1;
  transition-delay: 0.8s;
}

.u-anim-fade-1,
.fade_01 {
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.u-anim-fade-1.is-show,
.fade_01.is-show {
  opacity: 1;
}

.u-anim-fade-2,
.fade_02 {
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.u-anim-fade-2.is-show,
.fade_02.is-show {
  opacity: 1;
  transition-delay: 0.5s;
}

.u-anim-fade-3,
.fade_03 {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.u-anim-fade-3.is-show,
.fade_03.is-show {
  opacity: 1;
  transition-duration: 2s;
  transition-delay: 1s;
}

.u-anim-fade-4,
.fade_04 {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.u-anim-fade-4.is-show,
.fade_04.is-show {
  opacity: 1;
  transition-duration: 2s;
  transition-delay: 1.5s;
}

.u-anim-blur,
.blur01 {
  opacity: 0;
  filter: blur(15px);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1), filter 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0s;
}
.u-anim-blur.is-show,
.blur01.is-show {
  opacity: 1;
  filter: blur(0);
}

.u-anim-blur-2,
.blur_02 {
  opacity: 0;
  filter: blur(15px);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1), filter 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0.5s;
}
.u-anim-blur-2.is-show,
.blur_02.is-show {
  opacity: 1;
  filter: blur(0);
}

.u-anim-blur-3,
.blur_03 {
  opacity: 0;
  filter: blur(15px);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1), filter 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 1s;
}
.u-anim-blur-3.is-show,
.blur_03.is-show {
  opacity: 1;
  filter: blur(0);
}

.u-anim-blur-4,
.blur_04 {
  opacity: 0;
  filter: blur(15px);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1), filter 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 1.5s;
}
.u-anim-blur-4.is-show,
.blur_04.is-show {
  opacity: 1;
  filter: blur(0);
}

@media screen and (max-width: 590px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-hidden-tab {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-hidden-note {
    display: none !important;
  }
}

.u-hidden-pc {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .u-hidden-pc {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-hidden-pc.u-hidden-pc--flex {
    display: flex !important;
  }
}

.u-only-sp {
  display: none !important;
}
@media screen and (max-width: 590px) {
  .u-only-sp {
    display: block !important;
  }
}

body.phase-1 .phase-hide-1,
body.phase-1 .js-phase-hide-1,
body.phase-1 [data-phase-hide="1"],
body.phase-1 .c-top-summary,
body.phase-1 .c-btn--request:not(.is-force-show),
body.phase-1 .c-btn--reserve:not(.is-force-show),
body.phase-1 .l-fixed-nav__item--request:not(.is-force-show),
body.phase-1 .l-fixed-nav__item--reserve:not(.is-force-show) {
  display: none !important;
}
body.phase-1 .l-header__nav-item:not([data-nav=top]),
body.phase-1 .l-sp-nav__item:not([data-nav=top]),
body.phase-1 .l-footer__sitemap-item:not([data-nav=top]) {
  opacity: 0.4;
  pointer-events: none;
}
body.phase-1:not([data-current-nav=outline]):not([data-current-nav=map]) .l-header__nav-item[data-nav=top] a {
  color: var(--color-accent, #c4a574);
}
body.phase-1:not([data-current-nav=outline]):not([data-current-nav=map]) .l-header__nav-item[data-nav=top] a::after {
  width: 100%;
}
body.phase-1:not([data-current-nav=outline]):not([data-current-nav=map]) .l-header__nav-item[data-nav=top] a span {
  color: var(--color-accent, #c4a574);
  opacity: 1;
}
body.phase-1:not([data-current-nav=outline]):not([data-current-nav=map]) .l-sp-nav__item[data-nav=top] a {
  color: var(--color-accent, #c4a574);
}
body.phase-1[data-current-nav=outline] .l-header__nav-item[data-nav=top] a, body.phase-1[data-current-nav=map] .l-header__nav-item[data-nav=top] a {
  color: inherit;
}
body.phase-1[data-current-nav=outline] .l-header__nav-item[data-nav=top] a::after, body.phase-1[data-current-nav=map] .l-header__nav-item[data-nav=top] a::after {
  width: 0;
}
body.phase-1[data-current-nav=outline] .l-header__nav-item[data-nav=top] a span, body.phase-1[data-current-nav=map] .l-header__nav-item[data-nav=top] a span {
  opacity: 0.75;
}
body.phase-1 .l-footer__sitemap-item[data-nav=top] a {
  color: #ffffff;
  background: var(--color-primary, #2c3a4a);
  font-weight: 700;
}

@media screen and (min-width: 1025px) {
  body[data-current-nav=outline] .l-header__utility-link--outline,
  body[data-current-nav=map] .l-header__utility-link--map {
    color: var(--color-accent, #c4a574);
  }
  body[data-current-nav=outline] .l-header__utility-link--outline::before,
  body[data-current-nav=map] .l-header__utility-link--map::before {
    color: var(--color-accent, #c4a574);
  }
}
body.phase-2 .phase-only-1,
body.phase-2 .phase-only-3 {
  display: none !important;
}

body.phase-3 .phase-hide-3,
body.phase-3 .js-phase-hide-3,
body.phase-3 [data-phase-hide="3"],
body.phase-3 .c-btn--request:not(.is-force-show),
body.phase-3 .c-btn--reserve:not(.is-force-show),
body.phase-3 .l-fixed-nav__item--request:not(.is-force-show),
body.phase-3 .l-fixed-nav__item--reserve:not(.is-force-show),
body.phase-3 .l-header__nav-item--plan:not(.is-force-show),
body.phase-3 .l-header__nav-item--modelroom:not(.is-force-show),
body.phase-3 .l-sp-nav__item--plan:not(.is-force-show),
body.phase-3 .l-sp-nav__item--modelroom:not(.is-force-show),
body.phase-3 .l-footer__sitemap-item--plan:not(.is-force-show),
body.phase-3 .l-footer__sitemap-item--modelroom:not(.is-force-show),
body.phase-3 .l-header__utility-link--outline:not(.is-force-show),
body.phase-3 .l-fixed-nav__item--outline:not(.is-force-show) {
  display: none !important;
}
body.phase-3 .phase-only-3 {
  display: block;
}
body.phase-3 .l-footer__search {
  order: -1;
}
body.phase-3 .soldout-overlay {
  display: flex !important;
}

.is-force-show {
  display: block !important;
}
.is-force-show.is-force-show--flex, .is-force-show.c-btn {
  display: inline-flex !important;
}
.is-force-show.is-force-show--grid {
  display: grid !important;
}

.phase-only-1,
.phase-only-3 {
  display: none;
}

body.phase-1 .phase-only-1 {
  display: block;
}

body.phase-3 .phase-only-3 {
  display: block;
}
