@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Baskervville:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap');


html {
  scroll-behavior: smooth;
}

#RthCustomizeW {
  position: relative;
  min-width: 1490px;
  margin-right: auto;
  margin-left: auto;
}

*,*::before,*::after{
	box-sizing:border-box;
  letter-spacing: 0.01em;
}

body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,ul,ol,dl,dd,input,textarea{
	margin:0;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
}

ul {
  padding: 0;
}

a {
  display: inline-block;
  color: inherit !important;
  text-decoration: none;
	text-decoration-skip-ink:all;
}

a:hover {
  text-decoration: none;
}

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

small {
  font: inherit;
}

em {
  font-style: normal;
}

ul {
  list-style: none;
}

:where(ul) li {
  display: grid;
}

:where(ul) li::before {
  content: "\200B";
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

:where(em, address) {
  font-style: normal;
}

button {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

:root {
  --font-size-11: 0.6875rem;
  --font-size-12: 0.75rem;
  --font-size-13: 0.8125rem;
  --font-size-14: 0.875rem;
  --font-size-15: 0.9375rem;
  --font-size-16: 1rem;
  --font-size-17: 1.0625rem;
  --font-size-18: 1.125rem;
  --font-size-20: 1.25rem;
  --font-size-22: 1.375rem;
  --font-size-24: 1.5rem;
  --font-size-26: 1.625rem;
  --font-size-28: 1.75rem;
  --font-size-29: 1.8125rem;
  --font-size-30: 1.875rem;
  --font-size-32: 2rem;
  --font-size-40: 2.5rem;
  --color-black: #111;
  --color-white: #fff;
  --color-blue: #4f91c7;
  --color-brown: #6b5b3e;
  --color-bg: #fdfcf8;
  --color-gray: #ececec;
  --color-navy: #1e2f3a;
  --color-gold: #c0a431;
  --color-bg-brown: #f4efe6;
  --color-text-blue: #2651a6;
  --color-beige: #e2cea7;
  --side-padding: 4.1vw;
}

body {
  background-color: var(--color-white);
  color: var(--color-black);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.site-main {
  position: relative;
  z-index: 1;
  transition: filter 0.3s ease-in-out;
}

p {
  line-height: 1.75;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 1rem;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-family: "Shippori Mincho", serif;
}

:where(h2, h3, h4, h5, h6).center,
:where(h2, h3, h4, h5, h6).center + p {
  margin-bottom: 50px;
  text-align: center;
}

:where(h2) + p {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Fonts */
.baskervville {
  font-family: "Baskervville", serif;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.alex-brush-regular {
  font-family: "Alex Brush", cursive;
}

/* Utilities */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.inline-block {
  display: inline-block;
}

.serif {
  font-family: "Shippori Mincho", serif;
}

/* Components */
.section-container {
  padding-top: 48px;
  padding-bottom: 48px;
}

.bg {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: transparent center / cover no-repeat;
}

.sticky-image {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

[data-fade-in-text] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

[data-fade-in-text].show {
  opacity: 1;
  transform: translateY(0);
}

[data-fade-in-image] {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

[data-fade-in-image].show {
  opacity: 1;
  transform: scale(1);
}

[data-text] {
  white-space: pre-line;
}

.section-heading-with-english {
  display: grid;
  justify-items: start;
    font-size: 1rem;
  font-weight: 400;
}
.section-heading-with-english .en {
  font-family: "Baskervville", serif;
    font-size: 42px;
  font-style: italic;
}
.section-heading-with-english .en span {
  display: inline-block;
  margin-right: 0.01em;
  font-family: "Alex Brush", cursive;
  font-size: 70px;
  font-style: normal;
  line-height: 1.25;
}

.link-button {
  position: relative;
  display: block;
  width: fit-content;
  min-width: 240px;
  margin-top: 40px;
  padding: 17px 19px;
  border: 1px solid var(--color-black);
  font-family: "Shippori Mincho", serif;
  text-align: center;
  transition: color 0.2s ease-in;
  text-decoration: none !important;
}
.link-button + .link-button {
  margin-top: 0;
}
.link-button.center {
  margin-right: auto;
  margin-left: auto;
}
.link-button.border-white {
  border-color: var(--color-white);
}
.link-button span {
  position: relative;
  z-index: 1;
}
.link-button::before,
.link-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 51%;
  background-color: var(--color-brown);
  scale: 0 1;
  transition: scale 0.2s ease-in-out;
}
.link-button::before {
  top: 0;
  right: 0;
  transform-origin: right center;
}
.link-button::after {
  bottom: 0;
  left: 0;
  transform-origin: left center;
}
.link-button:focus-visible {
  color: var(--color-white) !important;
}
.link-button:focus-visible::before, .link-button:focus-visible::after {
  scale: 1;
}
@media (any-hover: hover) {
  .link-button:hover {
    color: var(--color-white) !important;
  }
  .link-button:hover::before, .link-button:hover::after {
    scale: 1;
  }
}
.link-button .icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 19px;
  translate: 0 -50%;
  font-size: var(--font-size-11);
}
.link-with-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-container {
  padding-top: 96px;
  padding-bottom: 96px;
}
.page-sec-1600 {
  max-width: calc(1600px + var(--side-padding) * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--side-padding);
  padding-left: var(--side-padding);
}
.page-sec-1330 {
  max-width: calc(1330px + var(--side-padding) * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--side-padding);
  padding-left: var(--side-padding);
}

.page-header {
  position: relative;
  z-index: 1;
  height: 540px;
  background: transparent center / cover no-repeat;
}
.page-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(from var(--color-black) r g b/0.15);
}
.page-header h1 {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  color: var(--color-white);
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}

.sec_a {
  position: relative;
}

.sec_a > .bg {
  position: absolute;
  bottom: auto;
  height: 467px;
  background: transparent url() center / cover no-repeat;
}
.sec_a .anchor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
}
.sec_a .anchor-list li {
  position: relative;
  aspect-ratio: 392/215;
  padding: 20px;
}
.sec_a .anchor-list .bg {
  aspect-ratio: 392/215;
  background: transparent center / cover no-repeat;
}
.sec_a .anchor-list .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--color-black);
  opacity: 0.2;
  transition: opacity 0.3s ease-out;
}
.sec_a .anchor-list li:has(a:hover) .bg::after {
  opacity: 0.5;
}
.sec_a .anchor-list a {
  position: relative;
  display: grid;
  align-content: end;
  gap: 4px;
  height: 100%;
  color: var(--color-white) !important;
  font-size: var(--font-size-20);
}
.sec_a .anchor-list .en {
  font-size: var(--font-size-13);
}

.zoom-button {
  position: relative;
}
.zoom-button .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  display: grid;
  place-content: center;
  width: 52px;
  height: 52px;
  color: var(--color-brown);
  font-size: 21px;
}

.data-list {
  max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.7;
}
.data-list > div {
  display: grid;
  grid-template-columns: 12.38rem 1fr;
  border-bottom: 1px dashed var(--color-gray);
}
.data-list dt {
  font-weight: 400;
  text-align: left;
}
.data-list :where(dt, dd) {
  padding: 10px 12px;
}

/* Splide */
.splide__arrow svg {
  width: auto;
  height: auto;
  transform: scaleX(1);
  fill: unset;
}
.splide__pagination__page {
  margin: 0;
  opacity: 1;
}
.splide__pagination__page.is-active {
  transform: scale(1);
}

/* To top */
.to-top {
  position: fixed;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 3.75rem;
  height: 3.75rem;
  display: grid;
  place-content: center;
  background-color: rgb(from var(--color-brown) r g b/0.9);
  color: var(--color-white) !important;
  font-family: "Shippori Mincho", serif;
    font-size: 1rem;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
}
.to-top:focus-visible {
  background-color: rgb(from #352d1f r g b/0.9);
}
@media (any-hover: hover) {
  .to-top:hover {
    background-color: rgb(from #352d1f r g b/0.9);
  }
}

/* Header */
.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  color: var(--color-white);
}
.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0));
  pointer-events: none;
}
.site-header .upper {
  position: relative;
  z-index: 1;
  display: flex;
}
.site-header .logo {
  position: relative;
  z-index: 1;
  flex: 0 1 auto;
  max-width: 25rem;
  height: 96px;
  margin-right: auto;
  background-color: var(--color-bg);
  transition: opacity 0.3s ease-in;
}
.site-header .logo a {
  display: flex;
  align-items: center;
  height: 100%;
}
.site-header .logo img {
  width: auto;
  height: 45px;
}
.header-nav {
  flex: 1 0 auto;
}
.site-header .link-plan {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: grid;
  place-content: center;
  width: 14.38rem;
  padding-right: 17px;
  padding-left: 17px;
  background-color: var(--color-blue);
  font-size: var(--font-size-18);
  transition: background-color 0.3s ease-out;
}
.site-header .link-plan:focus-visible {
  background-color: var(--color-brown);
}
@media (any-hover: hover) {
  .site-header .link-plan:hover {
    background-color: var(--color-brown);
  }
}
.nav-container {
  height: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
.nav-container ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 24px;
  height: 100%;
}
.nav-container a {
  position: relative;
  display: block;
  padding: 5px 10px 9px;
  font-size: var(--font-size-18);
  line-height: 1.63;
  transition: color 0.3s ease-out;
}
.nav-container a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: left bottom;
  scale: 0 1;
  transition: scale 0.2s ease-out;
}
.nav-container a:focus-visible::after {
  scale: 1;
}
@media (any-hover: hover) {
  .nav-container a:hover::after {
    scale: 1;
  }
}
.site-header[data-color=light] .nav-container a {
  color: var(--color-black) !important;
}
.site-header[data-color=dark] .nav-container a {
  color: var(--color-white) !important;
}


/* Footer */
.site-footer {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 24px;
  background-color: var(--color-navy);
  color: var(--color-white);
  text-align: center;
}

.footer-container {
  display: grid;
  grid-template-columns: 43.33% 1fr;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.footer-inner {
  display: grid;
  justify-items: center;
}
.footer-logo {
  margin-bottom: 5px;
}
.site-footer :where(p) {
  margin-top: 12px;
}
.footer-link-plan {
  min-width: 255px;
  margin-top: 20px;
  padding: 12px;
  border-radius: 100em;
  background-color: var(--color-white);
  color: var(--color-black) !important;
  font-size: 1rem;
  transition: background-color 0.3s ease-out;
}
.footer-link-plan:focus-visible {
  color: var(--color-white) !important;
  background-color: var(--color-brown);
}
@media (any-hover: hover) {
  .footer-link-plan:hover {
    color: var(--color-white) !important;
    background-color: var(--color-brown);
  }
}
.footer-nav {
  max-width: calc(33.75rem + 11.67%);
  padding-right: 11.67%;
}
.footer-nav ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px 30px;
  text-align: left;
}
.footer-nav a {
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease-out;
}
.footer-nav li {
  grid-column: span 3;
  font-size: var(--font-size-18);
}
.footer-nav .icon {
  font-size: var(--font-size-12);
}
.footer-nav li a {
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid currentColor;
}
.footer-nav a:focus-visible {
  color: var(--color-gold) !important;
}

@media (any-hover: hover) {
  .footer-nav a:hover {
    color: var(--color-gold) !important;
  }
}
.footer-copyright {
  grid-column: span 2;
  margin-top: 100px;
}
.footer-copyright small {
  font-size: var(--font-size-13);
}

.section_policy table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  max-width: 1054px;
  margin-right: auto;
  margin-left: auto;
}
.section_policy th {
  padding: 8px;
  border: 1px solid var(--color-text-blue);
  background-color: var(--color-blue);
  color: var(--color-white);
  font-weight: 400;
}
.section_policy td {
  padding: 20px 8px;
  border: 1px solid var(--color-text-blue);
  text-align: center;
}
.section_policy td em {
  font-size: var(--font-size-24);
  font-weight: 700;
}
#footer-wrap {
  width: 1px;
  min-width: 100%;
  position: relative;
  z-index: 1;
}

.area-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: calc(1600px + var(--side-padding) * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--side-padding);
  padding-left: var(--side-padding);
  border-bottom: 1px solid var(--color-brown);
}
.area-list li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  padding: 40px 55px;
  border-top: 1px solid var(--color-brown);
}
.area-list li:nth-of-type(3n),
.area-list li:nth-of-type(3n - 1) {
  border-left: 1px solid var(--color-brown);
}
.area-list article {
  --content-width: 342px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
html:lang(ja) .area-list h3 {
  order: 3;
  width: 100%;
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-size-20);
}
.area-list .info {
  order: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area-list .time {
  display: flex;
  align-items: center;
  gap: 10px;
}
.area-list .img {
  order: 2;
  width: 100%;
  max-width: var(--content-width);
  margin: 40px auto 15px;
  aspect-ratio: 342/302;
  background: transparent center / cover no-repeat;
}
.area-list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plan-item a {
  text-underline-offset: 4px;
}
.plan-item a:focus-visible {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .plan-item a:hover {
    text-decoration: underline;
  }
}

.splide__list {
  height: auto;
}