@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  margin: 0;
  overflow: visible;
  /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

::-moz-selection {
  color: #393C3D;
  background: #E6EBEE;
}

::selection {
  color: #393C3D;
  background: #E6EBEE;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #393C3D;
  background: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

img,
iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

li {
  list-style-type: none;
}

a {
  display: inline-block;
  text-decoration: none;
}

input,
button,
textarea,
select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  font-family: inherit;
  font-size: 100%;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  padding: 0;
}

summary {
  list-style: none;
  cursor: pointer;
}

.inner {
  margin: 0 auto;
  width: min(90%, 1000px);
}

.section__head {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .section__head {
    margin-bottom: 80px;
  }
}
.section__head .section__head__title {
  margin-bottom: 10px;
  text-align: center;
}
.section__head .section__head__title .section__head__title--main {
  display: block;
  margin-bottom: 4px;
  font-size: clamp(2.4rem, 2.254rem + 0.388vw, 3rem);
  font-weight: 500;
  line-height: 1.7;
}
.section__head .section__head__title .section__head__title--sub {
  display: block;
  font-size: clamp(0.8rem, 0.703rem + 0.259vw, 1.2rem);
  font-weight: 500;
}
.section__head .section__head__img {
  margin: 0 auto;
  width: 61px;
  aspect-ratio: 87/16;
}
@media screen and (min-width: 1200px) {
  .section__head .section__head__img {
    width: 81px;
  }
}

.subpage__mainvisual {
  padding-top: 40px;
}
@media screen and (min-width: 1200px) {
  .subpage__mainvisual {
    position: relative;
    padding-top: 120px;
  }
}
.subpage__mainvisual .subpage__mainvisual__img {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  background: #eee;
  width: 95vw;
  height: 13dvh;
}
@media screen and (min-width: 1200px) {
  .subpage__mainvisual .subpage__mainvisual__img {
    margin-right: 0;
    margin-left: auto;
    width: 90%;
    height: 47dvh;
  }
}

.subpage__title {
  margin-bottom: 12px;
  padding-left: 5%;
}
@media screen and (min-width: 1200px) {
  .subpage__title {
    position: absolute;
    top: 120px;
    right: calc(90% + 6px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0 clamp(1rem, 0.515rem + 1.294vw, 3rem);
    padding-left: 0;
  }
}
.subpage__title .subpage__title--main {
  display: block;
  font-size: 2.8rem;
  font-size: clamp(2.8rem, 1.538rem + 3.366vw, 8rem);
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .subpage__title .subpage__title--main {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
.subpage__title .subpage__title--sub {
  display: block;
  position: relative;
  padding-left: 11px;
  font-size: clamp(1rem, 0.466rem + 1.424vw, 3.2rem);
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .subpage__title .subpage__title--sub {
    padding-top: 15px;
    padding-left: 0;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
.subpage__title .subpage__title--sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F58221;
  content: "";
}
@media screen and (min-width: 1200px) {
  .subpage__title .subpage__title--sub::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 8px;
  }
}

.title {
  margin-bottom: 40px;
  text-align: center;
}
.title .title__txt {
  position: relative;
  padding-left: 13px;
  font-size: 2rem;
  text-align: center;
}
.title .title__txt::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F58221;
  content: "";
}

.btn__wrapper.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 36px 55px;
  min-width: 284px;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.7;
  border: 1px solid #F58221;
  border-radius: 50%;
  background: #F58221;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.btn::after {
  position: relative;
  right: -20px;
  width: 16px;
  aspect-ratio: 16/13;
  background: url(../images/common/btn_arrow_white.svg) center center/cover;
  content: "";
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.btn.external::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn:hover {
  color: #F58221;
  background: #FAF8F0;
}
.btn:hover::after {
  background: url(../images/common/btn_arrow_orange.svg) center center/cover;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background: #FFFFFF;
}

.humberger {
  position: relative;
  z-index: 100;
  width: 59px;
  height: 59px;
  background: #008CD1;
}
@media screen and (min-width: 768px) {
  .humberger {
    width: 111px;
    height: 91px;
  }
}
.humberger span {
  position: absolute;
  top: 22.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 45%;
  height: 4px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.humberger span::after {
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  content: "";
}
@media screen and (min-width: 768px) {
  .humberger span::after {
    width: 6px;
    height: 6px;
  }
}
@media screen and (min-width: 768px) {
  .humberger span {
    top: 34px;
    height: 6px;
  }
}
.humberger span:first-of-type {
  -webkit-transform: translate(-50%, -4.5px);
          transform: translate(-50%, -4.5px);
}
@media screen and (min-width: 768px) {
  .humberger span:first-of-type {
    -webkit-transform: translate(-50%, -6px);
            transform: translate(-50%, -6px);
  }
}
.humberger span:nth-of-type(2) {
  -webkit-transform: translate(-50%, 4.5px);
          transform: translate(-50%, 4.5px);
}
@media screen and (min-width: 768px) {
  .humberger span:nth-of-type(2) {
    -webkit-transform: translate(-50%, 6px);
            transform: translate(-50%, 6px);
  }
}
.humberger::after {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  content: "メニュー";
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 768px) {
  .humberger::after {
    bottom: 20px;
    font-size: 1.2rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #FFFFFF;
}
.header .header__inner {
  padding-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.header .header__logo {
  margin-right: auto;
  width: min(20%, 115px);
  aspect-ratio: 828/471;
}
@media screen and (min-width: 1200px) {
  .header .header__logo {
    width: min(5.6%, 108px);
  }
}
@media screen and (min-width: 1920px) {
  .header .header__logo {
    width: 108px;
  }
}
.header .header__logo a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (hover: hover) {
  .header .header__logo a:hover {
    opacity: 0.6;
  }
}

.navigation {
  position: fixed;
  top: 59px;
  left: 0;
  z-index: 100;
  padding: 60px 5%;
  width: 100%;
  height: calc(100dvh - 59px);
  border: 5px solid #008CD1;
  background-color: #FFFFFF;
  overflow-y: scroll;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #E6EBEE calc(100% - 0px)), linear-gradient(90deg, transparent calc(100% - 1px), #E6EBEE calc(100% - 1px));
  background-size: 30px 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 768px) {
  .navigation {
    top: 91px;
    height: calc(100dvh - 91px);
  }
}
@media screen and (min-width: 1200px) {
  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15vh 0 0;
    border: 10px solid #008CD1;
  }
}
.navigation .navigation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .navigation .navigation__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 1200px;
  }
}
.navigation .navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .navigation .navigation__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px 80px;
  }
}
.navigation .navigation__title {
  position: relative;
  padding: 0 0 12px 12px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid #393C3D;
}
@media screen and (min-width: 1200px) {
  .navigation .navigation__title {
    padding: 0 0 20px 16px;
    border-bottom: 0;
  }
}
.navigation .navigation__title::after {
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F58221;
  content: "";
}
.navigation .arrow {
  position: relative;
}
.navigation .arrow::before {
  position: absolute;
  bottom: 12px;
  right: 0;
  width: 16px;
  height: 19px;
  background: url(../images/common/arrow.svg) center center/cover;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  content: "";
}
@media screen and (min-width: 1200px) {
  .navigation .arrow::before {
    display: none;
  }
}
.navigation .navigation__link {
  color: #393C3D;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .navigation .navigation__link:hover {
    color: #F58221;
  }
}
.navigation details[open] .arrow::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navigation summary::-webkit-details-marker {
  display: none;
}
@media screen and (min-width: 1200px) {
  .navigation summary {
    cursor: inherit;
  }
}
@media screen and (min-width: 1200px) {
  .navigation .navigation__item details summary {
    pointer-events: none;
  }
}
.navigation .navigation__item .navigation__item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
  padding: 16px 0 8px 20px;
}
@media screen and (min-width: 1200px) {
  .navigation .navigation__item .navigation__item__list {
    padding: 0px 0 0px 16px;
  }
}
.navigation .navigation__item .navigation__item__list .navigation__item__link {
  padding: 4px 0;
  color: #393C3D;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .navigation .navigation__item .navigation__item__list .navigation__item__link:hover {
    color: #F58221;
  }
}
.navigation .navigation__info {
  padding: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF;
  background: #008CD1;
}
.navigation .navigation__info .navigation__info__address {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.navigation .navigation__info .navigation__info__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.navigation .navigation__info .navigation__info__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 20px;
}
.navigation .navigation__info .navigation__info__sns .navigation__info__sns__link:nth-child(1) {
  height: 20px;
  aspect-ratio: 2400/2453;
}
.navigation .navigation__info .navigation__info__sns .navigation__info__sns__link:nth-child(2) {
  height: 20px;
  aspect-ratio: 734/518;
}

.navigation-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .navigation-pc {
    display: block;
    margin-right: clamp(1.5rem, -1.833rem + 2.778vw, 3.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .navigation-pc .navigation-pc__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 clamp(1.5rem, -1.833rem + 2.778vw, 3.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .navigation-pc .navigation-pc__link {
    position: relative;
    padding: 8px 5px 8px 10px;
    color: #393C3D;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}
@media (hover: hover) {
  .navigation-pc .navigation-pc__link:hover {
    color: #008CD1;
  }
  .navigation-pc .navigation-pc__link:hover::before {
    background: #008CD1;
  }
}
@media screen and (min-width: 1200px) {
  .navigation-pc .navigation-pc__link::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #F58221;
    content: "";
  }
}

.footer {
  position: relative;
  background: #008CD1;
  color: #FFFFFF;
}
.footer .footer__img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: clamp(11.5rem, 5.553rem + 15.858vw, 36rem);
  aspect-ratio: 378/213;
}
.footer .footer__inner {
  padding: 80px 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1200px) {
  .footer .footer__inner {
    padding: 160px 0 40px;
    width: 1200px;
  }
}
.footer .footer__address {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .footer .footer__address {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 60px;
  }
}
.footer .footer__address .footer__name {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
}
.footer .footer__address .footer__address__info {
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
.footer .footer__address .footer__address__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
}
.footer .footer__address .footer__address__number__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  font-size: 1.6rem;
}
.footer .footer__navigation {
  display: none;
}
@media screen and (min-width: 1200px) {
  .footer .footer__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer__navigation .footer__navigation__item .footer__navigation__title__link {
    color: #FFFFFF;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer__navigation .footer__navigation__item .footer__navigation__title {
    margin-bottom: 16px;
    font-size: 1.8rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer__navigation .footer__navigation__item .footer__navigaiton__list {
    padding-left: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer__navigation .footer__navigation__item .footer__navigaiton__list .footer__navigation__list__item {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer__navigation .footer__navigation__item .footer__navigaiton__list .footer__navigation__list__item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer__navigation .footer__navigation__item .footer__navigaiton__list .footer__navigation__list__item .footer__navigation__list__item__link {
    position: relative;
    padding: 4px 0 4px 8px;
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .footer .footer__navigation .footer__navigation__item .footer__navigaiton__list .footer__navigation__list__item .footer__navigation__list__item__link:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer__navigation .footer__navigation__item .footer__navigaiton__list .footer__navigation__list__item .footer__navigation__list__item__link::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FFFFFF;
    content: "";
  }
}
.footer .footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
@media screen and (min-width: 1200px) {
  .footer .footer__sns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer .footer__sns .footer__sns__link {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer .footer__sns .footer__sns__link:hover {
  opacity: 0.6;
}
.footer .footer__sns .footer__sns__link:nth-child(1) {
  height: 20px;
  aspect-ratio: 2400/2453;
}
.footer .footer__sns .footer__sns__link:nth-child(2) {
  height: 20px;
  aspect-ratio: 734/518;
}
.footer .footer__copy {
  padding: 2px 0 4px;
  background: #393C3D;
  text-align: center;
}
.footer .footer__copy .footer__copy__txt {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .footer .footer__copy .footer__copy__txt {
    font-size: 1.2rem;
  }
}

@-webkit-keyframes infinity-scroll-vertical {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes infinity-scroll-vertical {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes infinity-scroll-vertical-reverse {
  from {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes infinity-scroll-vertical-reverse {
  from {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes infinity-scroll-reverse {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes infinity-scroll-reverse {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loading-mascot {
  0% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  70% {
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes loading-mascot {
  0% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  70% {
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes loading-window {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(100);
            transform: scale(100);
  }
}
@keyframes loading-window {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(100);
            transform: scale(100);
  }
}
.top-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background: #E6EBEE;
}
.top-loading .top-loading__txt {
  margin-bottom: 30px;
  font-size: 2rem;
}
@media screen and (min-width: 1200px) {
  .top-loading .top-loading__txt {
    font-size: 3.2rem;
  }
}
.top-loading .top-loading__window {
  position: relative;
  width: 10%;
  aspect-ratio: 192/248;
  border-radius: 50% 50% 0 0;
  background: #FFFFFF;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: loading 1s linear 0.5s forwards;
          animation: loading 1s linear 0.5s forwards;
}
.top-loading .top-loading__window::before {
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 70%;
  aspect-ratio: 1048/1172;
  background: url(../images/common/mascot.png) center center/cover;
  -webkit-animation: loading-mascot 0.3s ease-in-out 1.5s forwards;
          animation: loading-mascot 0.3s ease-in-out 1.5s forwards;
  content: "";
}

.top {
  overflow: hidden;
}
.top .inner {
  width: min(90%, 1200px);
}
.top .top-mainvisual {
  position: relative;
  padding: 60px 0 0;
  background-color: #FFFFFF;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #E6EBEE calc(100% - 0px)), linear-gradient(90deg, transparent calc(100% - 1px), #E6EBEE calc(100% - 1px));
  background-size: 30px 30px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .top .top-mainvisual {
    padding: clamp(4rem, 2.058rem + 5.178vw, 12rem) 0 80px;
  }
}
.top .top-mainvisual .top-mainvisual__card .card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .top .top-mainvisual .top-mainvisual__card .card__wrapper {
    gap: 0 80px;
    margin-bottom: 60px;
  }
}
.top .top-mainvisual .top-mainvisual__card .card__wrapper .swiper-slide {
  width: auto;
}
.top .top-mainvisual .top-mainvisual__card .card__wrapper .card {
  position: relative;
  width: 74vw;
  aspect-ratio: 58/89;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .top .top-mainvisual .top-mainvisual__card .card__wrapper .card {
    width: 50vw;
  }
}
@media screen and (min-width: 1024px) {
  .top .top-mainvisual .top-mainvisual__card .card__wrapper .card {
    width: 20vw;
  }
}
@media screen and (min-width: 1920px) {
  .top .top-mainvisual .top-mainvisual__card .card__wrapper .card {
    width: 24vw;
  }
}
.top .top-mainvisual .top-mainvisual__card .card__wrapper .card .card__front,
.top .top-mainvisual .top-mainvisual__card .card__wrapper .card .card__back {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(4rem, 3.029rem + 2.589vw, 8rem) 40px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid #393C3D;
  border-radius: 12px;
}
@media screen and (min-width: 1024px) {
  .top .top-mainvisual .top-mainvisual__card .card__wrapper .card .card__front,
  .top .top-mainvisual .top-mainvisual__card .card__wrapper .card .card__back {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 1920px) {
  .top .top-mainvisual .top-mainvisual__card .card__wrapper .card .card__front,
  .top .top-mainvisual .top-mainvisual__card .card__wrapper .card .card__back {
    padding: clamp(4rem, 3.029rem + 2.589vw, 8rem) 40px;
  }
}
.top .top-mainvisual .top-mainvisual__card .card__wrapper .card .card__front .card__txt,
.top .top-mainvisual .top-mainvisual__card .card__wrapper .card .card__back .card__txt {
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-size: clamp(2.4rem, 2.012rem + 1.036vw, 4rem);
}
@media screen and (min-width: 1024px) {
  .top .top-mainvisual .top-mainvisual__card .card__wrapper .card .card__front .card__txt,
  .top .top-mainvisual .top-mainvisual__card .card__wrapper .card .card__back .card__txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1920px) {
  .top .top-mainvisual .top-mainvisual__card .card__wrapper .card .card__front .card__txt,
  .top .top-mainvisual .top-mainvisual__card .card__wrapper .card .card__back .card__txt {
    font-size: clamp(2.4rem, 2.012rem + 1.036vw, 4rem);
  }
}
.top .top-mainvisual .top-mainvisual__card .card__wrapper .card .card__front {
  background: #FFFFFF;
}
.top .top-mainvisual .top-mainvisual__card .card__wrapper .card .card__back {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  color: #FFFFFF;
  background: #008CD1;
}
.top .top-mainvisual .top-mainvisual__card .card__wrapper .card.-active .card__front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.top .top-mainvisual .top-mainvisual__card .card__wrapper .card.-active .card__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.top .top-mainvisual .top-mainvisual__card .card__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  padding-left: 5%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .top .top-mainvisual .top-mainvisual__card .card__button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.top .top-mainvisual .top-mainvisual__card .card__button .prev,
.top .top-mainvisual .top-mainvisual__card .card__button .next {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #F58221;
  background: #F58221;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1200px) {
  .top .top-mainvisual .top-mainvisual__card .card__button .prev,
  .top .top-mainvisual .top-mainvisual__card .card__button .next {
    width: 60px;
  }
}
.top .top-mainvisual .top-mainvisual__card .card__button .prev:after,
.top .top-mainvisual .top-mainvisual__card .card__button .next:after {
  position: absolute;
  width: 15px;
  aspect-ratio: 22/16;
  background: url(../images/top/mainvisual_arrow_white.png) center center/cover;
  content: "";
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1200px) {
  .top .top-mainvisual .top-mainvisual__card .card__button .prev:after,
  .top .top-mainvisual .top-mainvisual__card .card__button .next:after {
    width: 20px;
  }
}
@media (hover: hover) {
  .top .top-mainvisual .top-mainvisual__card .card__button .prev:hover,
  .top .top-mainvisual .top-mainvisual__card .card__button .next:hover {
    background: #FAF8F0;
  }
  .top .top-mainvisual .top-mainvisual__card .card__button .prev:hover:after,
  .top .top-mainvisual .top-mainvisual__card .card__button .next:hover:after {
    background: url(../images/top/mainvisual_arrow_orange.png) center center/cover;
  }
}
.top .top-mainvisual .top-mainvisual__card .card__button .prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top .top-mainvisual .top-mainvisual__img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 60%;
  aspect-ratio: 473/246;
}
@media screen and (min-width: 768px) {
  .top .top-mainvisual .top-mainvisual__img {
    width: min(42%, 473px);
  }
}
@media screen and (min-width: 1200px) {
  .top .top-mainvisual .top-mainvisual__img {
    right: 5%;
    width: min(24%, 473px);
  }
}
.top .top-about {
  padding: 60px 0 120px;
  background: #FAF8F0;
}
@media screen and (min-width: 1200px) {
  .top .top-about {
    padding: 200px 0;
  }
}
.top .top-about .top-about__inner {
  margin: 0 auto;
  width: min(90%, 1200px);
}
@media screen and (min-width: 1200px) {
  .top .top-about .top-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 46px 40px;
    height: 880px;
    border-radius: 50px 50px 0 0;
    background: #FFFFFF;
  }
}
.top .top-about .top-about__inner .top-about__slider-pc__wrapper {
  display: none;
}
@media screen and (min-width: 1200px) {
  .top .top-about .top-about__inner .top-about__slider-pc__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 240px;
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .top .top-about .top-about__inner .top-about__slider-pc__wrapper.left {
    border-radius: 20px 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .top .top-about .top-about__inner .top-about__slider-pc__wrapper.left .top-about__slider-pc {
    -webkit-animation: infinity-scroll-vertical 40s infinite linear 0.5s both;
            animation: infinity-scroll-vertical 40s infinite linear 0.5s both;
  }
}
@media screen and (min-width: 1200px) {
  .top .top-about .top-about__inner .top-about__slider-pc__wrapper.right {
    border-radius: 0 20px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .top .top-about .top-about__inner .top-about__slider-pc__wrapper.right .top-about__slider-pc {
    -webkit-animation: infinity-scroll-vertical-reverse 40s infinite linear 0.5s both;
            animation: infinity-scroll-vertical-reverse 40s infinite linear 0.5s both;
  }
}
@media screen and (min-width: 1200px) {
  .top .top-about .top-about__inner .top-about__slider-pc__wrapper .top-about__slider-pc .top-about__slider__img {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.top .top-about .top-about__inner .top-about__content {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .top .top-about .top-about__inner .top-about__content {
    margin-bottom: 0;
    width: calc(100% - 480px - 100px);
  }
}
@media screen and (min-width: 1334px) {
  .top .top-about .top-about__inner .top-about__content {
    width: 540px;
  }
}
.top .top-about .top-about__inner .top-about__content .top-about__content__title {
  margin: 0 auto 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
}
.top .top-about .top-about__inner .top-about__content .top-about__content__title .dot {
  position: relative;
}
.top .top-about .top-about__inner .top-about__content .top-about__content__title .dot:after {
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F58221;
  content: "";
}
.top .top-about .top-about__inner .top-about__content .top-about__content__txt {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.top .top-about .top-about__inner .top-about__slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .top .top-about .top-about__inner .top-about__slider__wrapper {
    display: none;
  }
}
.top .top-about .top-about__inner .top-about__slider__wrapper:nth-child(2) .top-about__slider-sp {
  -webkit-animation: infinity-scroll-reverse 40s infinite linear 0.5s both;
          animation: infinity-scroll-reverse 40s infinite linear 0.5s both;
}
.top .top-about .top-about__inner .top-about__slider__wrapper .top-about__slider-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: infinity-scroll 40s infinite linear 0.5s both;
          animation: infinity-scroll 40s infinite linear 0.5s both;
}
.top .top-about .top-about__inner .top-about__slider__wrapper .top-about__slider-sp .top-about__slider__img {
  width: 120px;
  aspect-ratio: 600/405;
}
.top .top-facility {
  padding-bottom: 80px;
}
@media screen and (min-width: 1920px) {
  .top .top-facility {
    padding-bottom: 120px;
  }
}
.top .top-facility .top-facility__inner {
  position: relative;
  width: 100%;
}
.top .top-facility .top-facility__inner:first-of-type .top-facility__content::before {
  background: #ffd900;
}
.top .top-facility .top-facility__inner:nth-child(2) .top-facility__content::before {
  background: #57c44d;
}
.top .top-facility .top-facility__inner:nth-child(3) .top-facility__content::before {
  background: #008CD1;
}
.top .top-facility .top-facility__inner:nth-child(4) .top-facility__content::before {
  background: #F58221;
}
.top .top-facility .top-facility__inner:nth-child(5) .top-facility__content::before {
  background: #FAF8F0;
}
.top .top-facility .top-facility__inner .top-facility__container {
  position: absolute;
  top: 0;
  left: 5%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  padding: 20px 0;
  width: 90%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1200px) {
  .top .top-facility .top-facility__inner .top-facility__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 48px;
    padding: 48px 0;
  }
}
.top .top-facility .top-facility__progress {
  position: relative;
  width: 100%;
}
.top .top-facility .top-facility__progress::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #E6EBEE;
  content: "";
}
.top .top-facility .top-facility__progress .top-facility__progress__fire {
  width: 0;
  height: 2px;
  background: #F58221;
  -webkit-transform: translateY(12.5px);
          transform: translateY(12.5px);
}
.top .top-facility .top-facility__progress.-fixed {
  position: fixed;
  bottom: 5%;
  left: 0;
}
.top .top-facility .top-facility__progress .top-facility__progress__img {
  width: 56px;
  aspect-ratio: 56/25;
}
.top .top-facility .top-facility__img {
  margin-bottom: 24px;
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .top .top-facility .top-facility__img {
    margin-bottom: 0;
    width: 550px;
    aspect-ratio: 1100/880;
  }
}
@media screen and (min-width: 1920px) {
  .top .top-facility .top-facility__img {
    width: 1100px;
  }
}
.top .top-facility .top-facility__content {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .top .top-facility .top-facility__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% - 48px - 550px);
  }
}
@media screen and (min-width: 1920px) {
  .top .top-facility .top-facility__content {
    width: calc(100% - 48px - 1100px);
  }
}
.top .top-facility .top-facility__content::before {
  position: absolute;
  bottom: 0;
  right: -5%;
  display: block;
  width: 42px;
  height: 42px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
}
@media screen and (min-width: 1200px) {
  .top .top-facility .top-facility__content::before {
    right: -5vw;
    width: 154px;
    height: 154px;
  }
}
.top .top-facility .top-facility__content .top-facility__number {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .top .top-facility .top-facility__content .top-facility__number {
    font-size: 2rem;
  }
}
.top .top-facility .top-facility__content .top-facility__number .current {
  font-size: 2rem;
}
@media screen and (min-width: 1200px) {
  .top .top-facility .top-facility__content .top-facility__number .current {
    font-size: 3.2rem;
  }
}
.top .top-facility .top-facility__content .top-facility__title {
  margin-bottom: 24px;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .top .top-facility .top-facility__content .top-facility__title {
    margin-bottom: 40px;
    font-size: 3.85rem;
  }
}
@media screen and (min-width: 1920px) {
  .top .top-facility .top-facility__content .top-facility__title {
    margin-bottom: 80px;
    font-size: 5.2rem;
  }
}
.top .top-facility .top-facility__content .top-facility__txt {
  margin-bottom: 40px;
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (min-width: 1920px) {
  .top .top-facility .top-facility__content .top-facility__txt {
    margin-bottom: 80px;
  }
}
.top .top-facility .top-facility__content .btn__wrapper {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .top .top-facility .top-facility__content .btn__wrapper {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    margin-bottom: 0;
  }
}
.top .top-facility .top-facility__content .top-facility__name {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .top .top-facility .top-facility__content .top-facility__name {
    font-size: 3.2rem;
  }
}
.top .top-event {
  position: relative;
  padding: 80px 0;
  background: url(../images/top/event_img.png);
  background-repeat: repeat;
  background-size: 762px 810px;
}
@media screen and (min-width: 1200px) {
  .top .top-event {
    padding: 120px 0;
  }
}
.top .top-event .top-event__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 145px 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .top .top-event .top-event__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 50px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1920px) {
  .top .top-event .top-event__container {
    gap: 0 100px;
  }
}
@media screen and (min-width: 1200px) {
  .top .top-event .calender__wrapper {
    width: 700px;
  }
}
.top .top-event .calender__wrapper .calender__title {
  margin-bottom: 20px;
  font-size: 2rem;
  text-align: center;
}
.top .top-event .calender__wrapper .calender__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}
.top .top-event .calender__wrapper .calender__head .calender__date {
  font-size: 1.8rem;
}
.top .top-event .calender__wrapper .calender__head .calender__btn {
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 1.7;
  background-image: linear-gradient(to right, #393c3d, #393c3d 2px, transparent 2px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.top .top-event .calender__wrapper .calender {
  width: 100%;
}
.top .top-event .calender__wrapper .calender tr td {
  background: #FFFFFF;
}
.top .top-event .calender__wrapper .calender tr:first-of-type th {
  padding: 4px 0;
  width: 12.8571428571vw;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  background: #E6EBEE;
}
@media screen and (min-width: 1200px) {
  .top .top-event .calender__wrapper .calender tr:first-of-type th {
    padding: 8px 0;
    width: 100px;
    font-size: 1.6rem;
  }
}
.top .top-event .calender__wrapper .calender tr:not(:first-child) td {
  padding: 4px;
  width: 12.8571428571vw;
  height: 12.8571428571vw;
  font-size: 1rem;
  border: 1px solid #D6CDBB;
}
@media screen and (min-width: 1200px) {
  .top .top-event .calender__wrapper .calender tr:not(:first-child) td {
    width: 100px;
    height: 100px;
    font-size: 1.6rem;
  }
}
.top .top-event .calender__wrapper .calender tr:not(:first-child) td:first-of-type {
  background: #FAF8F0;
}
.top .top-event .calender__wrapper .calender tr:not(:first-child) td .tag {
  display: block;
  padding-top: 4px;
  font-size: 1rem;
  color: #008CD1;
}
@media screen and (min-width: 1200px) {
  .top .top-event .calender__wrapper .calender tr:not(:first-child) td .tag {
    font-size: 2rem;
  }
}
.top .top-event .calender__wrapper .calender tr:not(:first-child) td .tag-event {
  display: block;
  padding-top: 4px;
  font-size: 1rem;
  color: #F58221;
}
@media screen and (min-width: 1200px) {
  .top .top-event .calender__wrapper .calender tr:not(:first-child) td .tag-event {
    font-size: 2rem;
  }
}
.top .top-event .calender__wrapper .calender tr:not(:first-child) td.next {
  color: #D6CDBB;
}
.top .top-event .top-event__info {
  position: relative;
  padding: 40px 20px;
  border-radius: 16px;
  background: #008CD1;
}
@media screen and (min-width: 1200px) {
  .top .top-event .top-event__info {
    padding: 40px 20px 60px;
    width: calc(100% - 50px - 700px);
  }
}
@media screen and (min-width: 1920px) {
  .top .top-event .top-event__info {
    width: calc(100% - 100px - 700px);
  }
}
.top .top-event .top-event__info:before {
  position: absolute;
  top: calc(-1em - 32px - 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  content: "いろんなイベントやってるよ！";
}
.top .top-event .top-event__info .top-event__info__img {
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  aspect-ratio: 378/213;
}
.top .top-event .top-event__info .top-event__info__title {
  margin-bottom: 8px;
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}
.top .top-event .top-event__info .top-event__info__txt {
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.top .top-event .top-event__info .top-event__info__list {
  padding: 40px 20px;
  border-radius: 12px;
  background: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .top .top-event .top-event__info .top-event__info__list {
    padding: 40px 30px;
  }
}
.top .top-event .top-event__info .top-event__info__list .top-event__info__item {
  position: relative;
  padding: 0 0 8px 14px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  background-image: linear-gradient(to right, #008cd1, #008cd1 2px, transparent 2px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 1200px) {
  .top .top-event .top-event__info .top-event__info__list .top-event__info__item {
    font-size: 2rem;
  }
}
.top .top-event .top-event__info .top-event__info__list .top-event__info__item::before {
  position: absolute;
  top: 0.85em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F58221;
  content: "";
}
.top .top-event .top-event__info .top-event__info__list .top-event__info__item .top-event__info__link {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (hover: hover) {
  .top .top-event .top-event__info .top-event__info__list .top-event__info__item .top-event__info__link:hover {
    color: #F58221;
  }
}
.top .top-news {
  position: relative;
  padding: 80px 0;
  background: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .top .top-news {
    padding: 120px 0 0;
  }
}
.top .top-news .top-news__list {
  margin-bottom: 40px;
  border-top: 1px solid #E6EBEE;
}
@media screen and (min-width: 1200px) {
  .top .top-news .top-news__list {
    margin-bottom: 80px;
  }
}
.top .top-news .top-news__list .top-news__item {
  border-bottom: 1px solid #E6EBEE;
}
.top .top-news .top-news__list .top-news__item .top-news__link {
  padding: 20px 12px;
}
@media screen and (min-width: 1200px) {
  .top .top-news .top-news__list .top-news__item .top-news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 60px;
    padding: 40px;
  }
}
@media (hover: hover) {
  .top .top-news .top-news__list .top-news__item .top-news__link:hover .top-news__title {
    color: #F58221;
  }
  .top .top-news .top-news__list .top-news__item .top-news__link:hover .top-news__read {
    background: #F58221;
  }
}
.top .top-news .top-news__list .top-news__item .top-news__link .top-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .top .top-news .top-news__list .top-news__item .top-news__link .top-news__head {
    gap: 0 60px;
    margin-bottom: 0;
  }
}
.top .top-news .top-news__list .top-news__item .top-news__link .top-news__head .top-news__date {
  font-size: 1.4rem;
}
@media screen and (min-width: 1200px) {
  .top .top-news .top-news__list .top-news__item .top-news__link .top-news__head .top-news__date {
    font-size: 2rem;
  }
}
.top .top-news .top-news__list .top-news__item .top-news__link .top-news__head .top-news__tag {
  position: relative;
  padding-left: 10px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1200px) {
  .top .top-news .top-news__list .top-news__item .top-news__link .top-news__head .top-news__tag {
    font-size: 1.6rem;
  }
}
.top .top-news .top-news__list .top-news__item .top-news__link .top-news__head .top-news__tag::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  content: "";
}
.top .top-news .top-news__list .top-news__item .top-news__link .top-news__head .top-news__tag.-news::before {
  background: #008CD1;
}
.top .top-news .top-news__list .top-news__item .top-news__link .top-news__head .top-news__tag.-event::before {
  background: #F58221;
}
.top .top-news .top-news__list .top-news__item .top-news__link .top-news__title {
  margin-bottom: 12px;
  font-size: 1.6rem;
  line-height: 1.7;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1200px) {
  .top .top-news .top-news__list .top-news__item .top-news__link .top-news__title {
    margin-bottom: 0;
    font-size: 2rem;
  }
}
.top .top-news .top-news__list .top-news__item .top-news__link .top-news__read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 14px;
  margin: 0 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  border: 1px solid #393C3D;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.top .top-sns {
  position: relative;
  z-index: 1;
}
.top .top-sns .top-sns__inner {
  background: #F7F7F7;
}
@media screen and (min-width: 1200px) {
  .top .top-sns .top-sns__inner {
    background: #FFFFFF;
  }
}
.top .top-sns .top-sns__inner .top-sns__container {
  padding: 40px 0;
  margin: 0 auto;
  width: min(90%, 1200px);
}
@media screen and (min-width: 1200px) {
  .top .top-sns .top-sns__inner .top-sns__container {
    -webkit-transform: translateY(240px);
            transform: translateY(240px);
    padding: 80px 0 20px;
    background: #F7F7F7;
  }
}
.top .top-sns .top-sns__inner .top-sns__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .top .top-sns .top-sns__inner .top-sns__content {
    margin: 0 auto;
    width: 812px;
  }
}
.top .top-sns .top-sns__inner .top-sns__content .top-sns__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 0;
  padding: 40px 0;
  width: 45%;
  color: #FFFFFF;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1200px) {
  .top .top-sns .top-sns__inner .top-sns__content .top-sns__link {
    padding: 60px 0;
    width: 400px;
  }
}
.top .top-sns .top-sns__inner .top-sns__content .top-sns__link:first-of-type {
  background: #008CD1;
}
@media (hover: hover) {
  .top .top-sns .top-sns__inner .top-sns__content .top-sns__link:first-of-type:hover {
    background: #393C3D;
  }
}
.top .top-sns .top-sns__inner .top-sns__content .top-sns__link:first-of-type .top-sns__logo {
  width: 17%;
  aspect-ratio: 2400/2453;
}
@media screen and (min-width: 1200px) {
  .top .top-sns .top-sns__inner .top-sns__content .top-sns__link:first-of-type .top-sns__logo {
    width: auto;
    height: 35px;
  }
}
.top .top-sns .top-sns__inner .top-sns__content .top-sns__link:nth-child(2) {
  background: #75bcdf;
}
@media (hover: hover) {
  .top .top-sns .top-sns__inner .top-sns__content .top-sns__link:nth-child(2):hover {
    background: #393C3D;
  }
}
.top .top-sns .top-sns__inner .top-sns__content .top-sns__link:nth-child(2) .top-sns__logo {
  width: 22%;
  aspect-ratio: 734/518;
}
@media screen and (min-width: 1200px) {
  .top .top-sns .top-sns__inner .top-sns__content .top-sns__link:nth-child(2) .top-sns__logo {
    width: auto;
    height: 35px;
  }
}
.top .top-sns .top-sns__inner .top-sns__content .top-sns__link .top-sns__link__txt {
  font-size: 1.6rem;
}
@media screen and (min-width: 1200px) {
  .top .top-sns .top-sns__inner .top-sns__content .top-sns__link .top-sns__link__txt {
    font-size: 1.8rem;
  }
}
.top .top-sns .top-sns__inner .top-sns__img {
  position: relative;
  margin: 0 auto;
  width: 120px;
  aspect-ratio: 1048/1172;
}
@media screen and (min-width: 1200px) {
  .top .top-sns .top-sns__inner .top-sns__img {
    margin: 0 2% 0 auto;
  }
}
.top .top-sns .top-sns__inner .top-sns__img:before {
  position: absolute;
  top: calc(-1em - 12px);
  left: 0;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  content: "みてね！";
}
.top .top-interval {
  position: relative;
  width: 100%;
  height: 40dvh;
}
.top .top-access {
  position: relative;
  padding: 80px 0;
  background: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .top .top-access {
    padding: 120px 0 200px;
  }
}
.top .top-access .top-access__content {
  margin-bottom: 40px;
  text-align: center;
}
.top .top-access .top-access__content .top-access__name {
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .top .top-access .top-access__content .top-access__name {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}
.top .top-access .top-access__content .top-access__address {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .top .top-access .top-access__content .top-access__address {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.top .top-access .top-access__content .top-access__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .top .top-access .top-access__content .top-access__number {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 30px;
    margin-bottom: 4px;
    font-size: 2rem;
  }
}
.top .top-access .top-access__content .top-access__attention {
  font-size: 1.4rem;
  font-weight: 500;
}
.top .top-access .top-access__map {
  margin: 0 calc(50% - 50vw) 40px;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 1200px) {
  .top .top-access .top-access__map {
    margin: 0 0 50px;
  }
}
.top .top-txt__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  overflow: hidden;
}
.top .top-txt__wrapper .top-txt__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 160px;
  -webkit-animation: infinity-scroll 80s infinite linear 0.5s both;
          animation: infinity-scroll 80s infinite linear 0.5s both;
}
.top .top-txt__wrapper .top-txt__list .top-txt__item {
  width: 7em;
  font-size: 12rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  .top .top-txt__wrapper .top-txt__list .top-txt__item {
    font-size: 16rem;
  }
}
.top .top-txt__wrapper .top-txt__list .top-txt__item:nth-child(odd) {
  color: #F7F7F7;
}

.information {
  padding: 60px 0 80px;
  margin-bottom: 80px;
  background: #FAF8F0;
}
@media screen and (min-width: 1200px) {
  .information {
    margin-bottom: 120px;
  }
}
.information .information__inner {
  padding: 40px 0 0;
  background: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .information .information__inner {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  .information .information__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.information .information__container .information__content {
  padding: 40px 0;
  margin: 0 20px;
}
@media screen and (min-width: 1200px) {
  .information .information__container .information__content {
    padding: 12px 20px;
    margin: 0;
    width: 50%;
  }
}
.information .information__container .information__content:nth-child(2) {
  border-top: 1px solid #E6EBEE;
}
@media screen and (min-width: 1200px) {
  .information .information__container .information__content:nth-child(2) {
    border-top: 0;
    border-left: 1px solid #E6EBEE;
  }
}
.information .information__container .information__content .information__content__title {
  margin-bottom: 24px;
  font-size: 2rem;
  text-align: center;
}
.information .information__container .information__content .information__content__txt {
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .information .information__container .information__content .information__content__txt {
    font-size: 2.4rem;
  }
}
.information .information__container .information__content .information__content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
}
.information .information__container .information__content .information__content__list .information__content__item {
  position: relative;
  padding-left: 10px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.information .information__container .information__content .information__content__list .information__content__item::before {
  position: absolute;
  top: 0.85em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F58221;
  content: "";
}

.information-fee {
  padding-bottom: 120px;
}
.information-fee .fee__content .title {
  margin-bottom: 18px;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .information-fee .fee__content .title {
    margin-bottom: 20px;
  }
}

.fee__content {
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .fee__content {
    margin-bottom: 120px;
  }
}
.fee__content .fee__content__title {
  margin-bottom: 20px;
  font-size: 2rem;
}
.fee__content .fee__attention {
  margin-bottom: 8px;
  color: #F58221;
  font-size: 1em;
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .fee__content .fee__attention {
    display: none;
  }
}
.fee__content .fee__table__wrapper {
  overflow-x: scroll;
}
@media screen and (min-width: 1200px) {
  .fee__content .fee__table__wrapper {
    overflow-x: auto;
  }
}
.fee__content .fee__table {
  width: 100%;
  color: #393C3D;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  border-top: 1px solid #D6CDBB;
  border-bottom: 1px solid #D6CDBB;
}
.fee__content .fee__table .fee__table__inner tr:nth-child(1) {
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .fee__content .fee__table .fee__table__inner tr:nth-child(1) th {
    width: 400px;
  }
}
.fee__content .fee__table .fee__table__inner tr:nth-child(2) th {
  width: calc(5.5em + 30px);
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .fee__content .fee__table .fee__table__inner tr:nth-child(2) td {
    width: 200px;
  }
}
.fee__content .fee__table .fee__table__inner tr:nth-child(3) th {
  width: calc(5.5em + 30px);
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .fee__content .fee__table .fee__table__inner tr:nth-child(3) td {
    width: 200px;
  }
}
.fee__content .fee__table .fee__table__inner tr:nth-child(4) th {
  width: calc(5.5em + 30px);
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .fee__content .fee__table .fee__table__inner tr:nth-child(4) td {
    width: 200px;
  }
}
.fee__content .fee__table .fee__table__inner th {
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  background: #FAF8F0;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
  .fee__content .fee__table .fee__table__inner th {
    padding: 15px 30px;
    font-size: 1.8rem;
  }
}
.fee__content .fee__table .fee__table__inner td {
  padding: 10px 18px;
  font-size: 1.6rem;
  line-height: 1.7;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-align: right;
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
  .fee__content .fee__table .fee__table__inner td {
    font-size: 1.8rem;
  }
}
.fee__content .fee__table .fee__table__inner td.center {
  text-align: center;
  vertical-align: middle;
}
.fee__content .fee__table__txt__wrapper {
  margin: 20px 0 60px;
}
@media screen and (min-width: 1200px) {
  .fee__content .fee__table__txt__wrapper {
    margin: 40px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.fee__content .fee__table__txt__wrapper .fee__table__txt {
  position: relative;
  padding-left: 12px;
  font-size: 1.6rem;
}
.fee__content .fee__table__txt__wrapper .fee__table__txt::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F58221;
  content: "";
}
.fee__content .fee__table__txt__wrapper .fee__table__txt:first-of-type {
  margin-bottom: 10px;
}
.fee__content .fee__info {
  padding: 25px 40px;
  background: #F7F7F7;
}
@media screen and (min-width: 1200px) {
  .fee__content .fee__info {
    margin: 0 auto;
    width: 600px;
  }
}
.fee__content .fee__info .fee__info__title {
  margin-bottom: 20px;
  color: #008CD1;
  font-size: 1.8rem;
  text-align: center;
}
.fee__content .fee__info .fee__info__txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
.fee__content .fee__content__txt {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.fee__content:last-of-type {
  margin-bottom: 0;
}
.fee__content:last-of-type .fee__table .fee__table__inner tr:nth-child(1) {
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .fee__content:last-of-type .fee__table .fee__table__inner tr:nth-child(1) th {
    width: 500px;
  }
}
.fee__content:last-of-type .fee__table .fee__table__inner tr:nth-child(2) {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .fee__content:last-of-type .fee__table .fee__table__inner tr:nth-child(2) td {
    width: 200px;
  }
}
.fee__content:last-of-type .fee__table .fee__table__inner tr:nth-child(3) {
  text-align: center;
}
.fee__content:last-of-type .fee__table .fee__table__inner tr:nth-child(3) td {
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .fee__content:last-of-type .fee__table .fee__table__inner tr:nth-child(3) td {
    width: 300px;
  }
}
.fee__content:last-of-type .fee__table .fee__table__inner td {
  text-align: left;
}

.faq__wrapper {
  background-color: #E6EBEE;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #F7F7F7 calc(100% - 0px)), linear-gradient(90deg, transparent calc(100% - 1px), #F7F7F7 calc(100% - 1px));
  background-size: 30px 30px;
}
@media screen and (min-width: 1200px) {
  .faq__wrapper {
    padding-top: 120px;
  }
}

.faq .faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
  padding-top: 60px;
  margin-bottom: 120px;
}
@media screen and (min-width: 1200px) {
  .faq .faq__list {
    padding-top: 0;
  }
}
.faq .faq__list .faq__list__content {
  padding: 25px 20px;
  border-radius: 12px;
  background: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .faq .faq__list .faq__list__content {
    padding: 25px 60px;
  }
}
.faq .faq__list .faq__list__content dt {
  padding-left: 30px;
  margin-bottom: 16px;
  text-indent: -30px;
}
@media screen and (min-width: 1200px) {
  .faq .faq__list .faq__list__content dt {
    padding-left: 36px;
    text-indent: -36px;
  }
}
.faq .faq__list .faq__list__content dt .icon {
  padding-right: 10px;
  color: #008CD1;
  font-size: 3rem;
}
@media screen and (min-width: 1200px) {
  .faq .faq__list .faq__list__content dt .icon {
    font-size: 3.6rem;
  }
}
.faq .faq__list .faq__list__content dt .faq__list__content__question {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
.faq .faq__list .faq__list__content dd {
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .faq .faq__list .faq__list__content dd {
    padding-left: 36px;
  }
}
.faq .faq__list .faq__list__content dd .faq__list__content__link {
  color: #F58221;
  border-bottom: 1px solid #F58221;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (hover: hover) {
  .faq .faq__list .faq__list__content dd .faq__list__content__link:hover {
    opacity: 0.6;
  }
}

.reference {
  padding-top: 60px;
  margin-bottom: 120px;
}
@media screen and (min-width: 1200px) {
  .reference {
    padding-top: 120px;
  }
}
.reference .reference__laed__txt {
  margin-bottom: 80px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .reference .reference__laed__txt {
    margin: 0 auto 120px;
    width: 600px;
  }
}
.reference .reference__exhibition .reference__exhibition__txt {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .reference .reference__exhibition .reference__exhibition__txt {
    text-align: center;
  }
}
.reference .reference__exhibition__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px 0;
  margin: 0 calc(50% - 50vw);
  padding: 80px calc(-50% + 50vw);
  background: #FAF8F0;
}
@media screen and (min-width: 1200px) {
  .reference .reference__exhibition__container {
    gap: 80px 0;
    margin: 0;
    padding: 60px 90px;
  }
}
.reference .reference__exhibition__content .reference__exhibition__content__inner {
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .reference .reference__exhibition__content .reference__exhibition__content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 30px;
  }
}
.reference .reference__exhibition__content .reference__content__img {
  margin-left: calc(50% - 50vw);
  margin-bottom: 20px;
  width: 100%;
  aspect-ratio: 528/262;
}
@media screen and (min-width: 1200px) {
  .reference .reference__exhibition__content .reference__content__img {
    margin-left: 0;
    margin-bottom: 0;
    width: 528px;
  }
}
@media screen and (min-width: 1200px) {
  .reference .reference__exhibition__content:nth-child(even) .reference__exhibition__content__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.reference .reference__exhibition__content:nth-child(even) .reference__content__img {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .reference .reference__exhibition__content:nth-child(even) .reference__content__img {
    margin-right: 0;
    margin-left: 0;
  }
}
.reference .reference__exhibition__content .reference__content__head .reference__content__label {
  color: #F58221;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.7;
}
.reference .reference__exhibition__content .reference__content__head .reference__content__name {
  font-size: 2rem;
  line-height: 1.7;
}
.reference .reference__exhibition__content .reference__content__txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
.reference .reference__exhibition__other {
  padding: 40px 24px;
  border: 2px dotted #F58221;
  border-radius: 24px;
}
@media screen and (min-width: 1200px) {
  .reference .reference__exhibition__other {
    padding: 40px 80px;
    margin: 0 auto;
    width: 600px;
  }
}
.reference .reference__exhibition__other .reference__exhibition__other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
  padding: 12px 0;
}
.reference .reference__exhibition__other .reference__exhibition__other__list .reference__exhibition__other__item {
  position: relative;
  padding-left: 16px;
  font-size: 1.6rem;
}
.reference .reference__exhibition__other .reference__exhibition__other__list .reference__exhibition__other__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F58221;
  content: "";
}
.reference .reference__exhibition__other .reference__exhibition__other__txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
.reference .reference__info {
  padding-top: 80px;
}
@media screen and (min-width: 1200px) {
  .reference .reference__info {
    padding-top: 120px;
  }
}
.reference .reference__info .reference__info__txt {
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .reference .reference__info .reference__info__txt {
    margin: 0 auto 40px;
    width: 600px;
  }
}
.reference .reference__info .reference__info__txt span {
  color: #F58221;
}
@media screen and (min-width: 1200px) {
  .reference .reference__info .reference__info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.reference .reference__info .reference__info__container .reference__info__content {
  margin: 0 calc(50% - 50vw);
  padding: 40px calc(-50% + 50vw);
  background: #FAF8F0;
}
@media screen and (min-width: 1200px) {
  .reference .reference__info .reference__info__container .reference__info__content {
    margin: 0;
    padding: 40px;
    border-radius: 0 24px 24px 0;
  }
}
.reference .reference__info .reference__info__container .reference__info__content dt {
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #F58221;
}
.reference .reference__info .reference__info__container .reference__info__content dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
  font-size: 1.6rem;
}
.reference .reference__info .reference__info__container .reference__info__content dd span {
  font-size: 2.4rem;
}
.reference .reference__info .reference__info__container .reference__info__content .reference__info__content__inner:first-of-type {
  margin-bottom: 24px;
}
.reference .reference__info .reference__info__container .reference__info__img {
  margin: 0 calc(50% - 50vw);
  aspect-ratio: 375/258;
}
@media screen and (min-width: 1200px) {
  .reference .reference__info .reference__info__container .reference__info__img {
    margin: 0;
    width: 300px;
    border-radius: 24px 0 0 24px;
    overflow: hidden;
  }
}

.volunteer__wrapper {
  background: #FAF8F0;
}
.volunteer__wrapper .subpage__mainvisual {
  background: #FFFFFF;
}

.volunteer {
  padding: 60px 0 120px;
}
@media screen and (min-width: 1200px) {
  .volunteer {
    padding: 120px 0;
  }
}
.volunteer .title {
  text-align: center;
}
.volunteer .volunteer__lead__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em 0;
  margin-bottom: 80px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .volunteer .volunteer__lead__txt {
    margin: 0 auto 80px;
    width: 600px;
    font-size: 1.8rem;
  }
}
.volunteer .volunteer__activity {
  padding: 25px 20px;
  margin-bottom: 80px;
  background: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .volunteer .volunteer__activity {
    padding: 60px 40px;
    margin: 0 auto 120px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.volunteer .volunteer__activity .volunteer__activity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
}
.volunteer .volunteer__activity .volunteer__activity__list .volunteer__activity__item {
  padding: 0 0 12px 1em;
  text-indent: -1em;
  font-size: 1.8rem;
  line-height: 1.7;
  border-bottom: 2px dotted #F58221;
}
@media screen and (min-width: 1200px) {
  .volunteer .volunteer__activity .volunteer__activity__list .volunteer__activity__item {
    font-size: 2rem;
  }
}
.volunteer .volunteer__manner {
  padding: 25px 20px;
  margin-bottom: 40px;
  background: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .volunteer .volunteer__manner {
    padding: 60px 40px;
    margin: 0 auto 80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.volunteer .volunteer__manner .volunteer__manner__txt {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .volunteer .volunteer__manner .volunteer__manner__txt {
    width: 600px;
  }
}
.volunteer .volunteer__manner .btn__wrapper {
  margin-bottom: 40px;
}
.volunteer .volunteer__manner .volunteer__manner__address {
  padding: 20px 12px;
  border-top: 2px dotted #F58221;
  border-bottom: 2px dotted #F58221;
}
@media screen and (min-width: 1200px) {
  .volunteer .volunteer__manner .volunteer__manner__address {
    padding: 20px 30px;
  }
}
.volunteer .volunteer__manner .volunteer__manner__address .volunteer__manner__address__txt {
  margin-bottom: 12px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.volunteer .volunteer__manner .volunteer__manner__address .volunteer__manner__address__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
}
@media screen and (min-width: 1200px) {
  .volunteer .volunteer__manner .volunteer__manner__address .volunteer__manner__address__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.volunteer .volunteer__manner .volunteer__manner__address .volunteer__manner__address__list .volunteer__manner__address__list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  color: #F58221;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .volunteer .volunteer__manner .volunteer__manner__address .volunteer__manner__address__list .volunteer__manner__address__list__inner {
    font-size: 2rem;
  }
}
.volunteer .volunteer__manner .volunteer__manner__address .volunteer__manner__address__list .volunteer__manner__address__list__inner dt {
  width: 4em;
  font-weight: 500;
}
.volunteer .volunteer__manner .volunteer__manner__address .volunteer__manner__address__list .volunteer__manner__address__list__inner dd {
  width: calc(100% - 20px - 4em);
  font-weight: 500;
  word-wrap: break-word;
}
.volunteer .volunteer__txt {
  margin-bottom: 24px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .volunteer .volunteer__txt {
    margin-bottom: 40px;
    text-align: center;
  }
}

.access {
  padding-top: 60px;
  margin-bottom: 120px;
}
@media screen and (min-width: 1200px) {
  .access {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .access .title {
    text-align: left;
  }
}
.access .access__map__wrapper {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .access .access__map__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 48px;
    margin-bottom: 100px;
  }
}
.access .access__map {
  margin-bottom: 24px;
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1200px) {
  .access .access__map {
    margin-bottom: 0;
    width: min(57%, 1100px);
    aspect-ratio: 1100/880;
  }
}
.access .access__map__content {
  margin-bottom: 40px;
}
.access .access__map__content .access__map__content__address {
  margin-bottom: 12px;
  font-size: 2.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .access .access__map__content .access__map__content__address {
    margin-bottom: 20px;
  }
}
.access .access__map__content .access__map__content__list .access__map__content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  font-size: 1.8em;
  line-height: 1.7;
}
.access .access__map__content .access__map__content__list .access__map__content__inner:first-of-type {
  margin-bottom: 8px;
}
.access .access__map__content .access__map__content__list .access__map__content__inner dt {
  font-weight: 400;
}
.access .transportation {
  margin-bottom: 80px;
}
.access .transportation .transportation__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
}
@media screen and (min-width: 1200px) {
  .access .transportation .transportation__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 4%;
  }
}
.access .transportation .transportation__container .transportation__content {
  padding: 24px 20px;
  background: #FAF8F0;
}
@media screen and (min-width: 1200px) {
  .access .transportation .transportation__container .transportation__content {
    padding: 30px 30px;
  }
}
.access .transportation .transportation__container .transportation__content .transportation__content__title {
  background-image: linear-gradient(to right, #e6ebee, #e6ebee 2px, transparent 2px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 4px;
  margin-bottom: 8px;
  color: #F58221;
  font-size: 1.8rem;
  line-height: 1.7;
}
.access .transportation .transportation__container .transportation__content .transportation__content__txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
.access .car .car__content .car__content__txt {
  margin-bottom: 18px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.access .car .car__content .car__list .car__list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 18px;
  font-size: 1.8em;
  line-height: 1.7;
}
.access .car .car__content .car__list .car__list__inner:first-of-type {
  margin-bottom: 4px;
}
.access .car .car__content .car__list .car__list__inner dt {
  font-weight: 400;
}

.news {
  padding-top: 60px;
  margin-bottom: 120px;
}
@media screen and (min-width: 1200px) {
  .news {
    padding-top: 120px;
  }
}
.news .news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  margin-bottom: 80px;
}
.news .news__list .news__item {
  background-image: linear-gradient(to right, #008cd1, #008cd1 2px, transparent 2px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.news .news__list .news__item .news__link {
  padding: 10px 12px 12px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .news .news__list .news__item .news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 40px;
    padding: 30px 40px 40px;
  }
}
@media (hover: hover) {
  .news .news__list .news__item .news__link:hover .news__title {
    color: #008CD1;
  }
}
.news .news__list .news__item .news__link .news__date {
  margin-bottom: 12px;
  color: #008CD1;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .news .news__list .news__item .news__link .news__date {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
.news .news__list .news__item .news__link .news__title {
  font-size: 1.8rem;
  line-height: 1.7;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8px;
}
.pagenation .pagenation__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  color: #008CD1;
  font-size: 1.4rem;
  border: 1px solid #008CD1;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (hover: hover) {
  .pagenation .pagenation__number:hover {
    color: #FFFFFF;
    background: #008CD1;
  }
}
.pagenation .pagenation__number.current {
  color: #FFFFFF;
  background: #008CD1;
}
.pagenation .pagenation__extend {
  color: #008CD1;
  font-size: 1.4rem;
}
.pagenation .pagenation__arrow {
  width: 16px;
  aspect-ratio: 18/16;
}
.pagenation .pagenation__arrow.next {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (hover: hover) {
  .pagenation .pagenation__arrow.next:hover {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

.news-single__wrapper {
  padding-top: 60px;
  margin-bottom: 120px;
}
@media screen and (min-width: 1200px) {
  .news-single__wrapper {
    padding-top: 120px;
    margin: 0 auto 120px;
    width: min(68vw, 680px);
  }
}

.news-single {
  margin-bottom: 80px;
}
.news-single .news-single__title {
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .news-single .news-single__title {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}
.news-single .news-single__thumbnail {
  margin-bottom: 24px;
  width: 100%;
  aspect-ratio: 3/2;
  background: #eee;
}
@media screen and (min-width: 1200px) {
  .news-single .news-single__thumbnail {
    margin: 0 auto 25px;
    width: min(40vw, 400px);
  }
}
.news-single .news-single__content h2 {
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1200px) {
  .news-single .news-single__content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.news-single .news-single__content h2::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F58221;
  content: "";
}
.news-single .news-single__content p {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.7;
}

.event {
  margin-bottom: 120px;
}
.event .event__inner {
  padding-top: 60px;
}
@media screen and (min-width: 1200px) {
  .event .event__inner {
    padding-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0 40px;
  }
}
.event .event__category {
  padding: 20px calc(50vw - 50%);
  margin: 0 calc(50% - 50vw) 60px;
  background: #FAF8F0;
  overflow-x: scroll;
}
@media screen and (min-width: 1200px) {
  .event .event__category {
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    overflow-x: auto;
  }
}
.event .event__category .event__category__title {
  margin-bottom: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .event .event__category .event__category__title {
    margin-bottom: 12px;
    text-align: left;
  }
}
.event .event__category .event__category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1200px) {
  .event .event__category .event__category__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
    width: auto;
  }
}
.event .event__category .event__category__list .event__category__item {
  width: 104px;
}
@media screen and (min-width: 1200px) {
  .event .event__category .event__category__list .event__category__item {
    width: auto;
  }
}
.event .event__category .event__category__list .event__category__item .event__category__item__title {
  margin-bottom: 8px;
  color: #F58221;
  font-size: 1.6rem;
  font-weight: 500;
}
.event .event__category .event__category__list .event__category__item .event__category__item__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
  padding-left: 16px;
}
.event .event__category .event__category__list .event__category__item .event__category__item__item .event__category__item__link {
  background-image: linear-gradient(to right, #f58221, #f58221 2px, transparent 2px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
  padding-left: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.event .event__category .event__category__list .event__category__item .event__category__item__item .event__category__item__link::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F58221;
  content: "";
}
@media (hover: hover) {
  .event .event__category .event__category__list .event__category__item .event__category__item__item .event__category__item__link:hover {
    color: #F58221;
  }
}
@media screen and (min-width: 1200px) {
  .event .event__content {
    width: 800px;
  }
}
.event .event__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .event .event__list {
    gap: 80px 20px;
    margin-bottom: 100px;
  }
}
.event .event__list .event__item {
  width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 1200px) {
  .event .event__list .event__item {
    width: calc((100% - 80px) / 3);
  }
}
.event .event__list .event__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
  width: 100%;
}
@media (hover: hover) {
  .event .event__list .event__link:hover .event__img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .event .event__list .event__link:hover .event__title {
    color: #F58221;
  }
}
.event .event__list .event__img {
  width: 100%;
  aspect-ratio: 3/2;
  background: #eee;
  overflow: hidden;
}
.event .event__list .event__img img {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.event .event__list .event__date {
  color: #F58221;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}
.event .event__list .event__title {
  font-size: 1.4rem;
  line-height: 1.7;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1200px) {
  .event .event__list .event__title {
    font-size: 1.8rem;
  }
}
.event .event__tag__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 20px;
}
.event .event__tag__wrapper .event__tag {
  padding: 4px 12px;
  font-size: 1.2rem;
  border-radius: 50%;
}
.event .event__tag__wrapper .event__tag.held {
  color: #FFFFFF;
  background: #F58221;
}
.event .event__tag__wrapper .event__tag.future {
  color: #FFFFFF;
  background: #393C3D;
}
.event .event__tag__wrapper .event__tag.end {
  color: #FFFFFF;
  background: #008CD1;
}
.event .event__tag__wrapper .event__tag.free {
  background: #fcf0ec;
}
.event .event__tag__wrapper .event__tag.paid {
  color: #FFFFFF;
  background: #BA1728;
}
.event .event__tag__wrapper .event__tag.application {
  background: #ffd900;
}
.event .event__tag__wrapper .event__tag.noapplication {
  color: #FFFFFF;
  background: #57c44d;
}

.event-single {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .event-single {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .event-single .event-single__content__wrapper {
    width: 800px;
  }
}
.event-single .event-single__content {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .event-single .event-single__content {
    padding: 0 60px;
    margin-bottom: 120px;
  }
}
.event-single .event-single__content .event__tag__wrapper {
  margin-bottom: 8px;
}
.event-single .event-single__content .event-single__content__title {
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .event-single .event-single__content .event-single__content__title {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}
.event-single .event-single__content .event-single__thumbnail {
  margin-bottom: 24px;
  width: 100%;
  aspect-ratio: 3/2;
  background: #eee;
}
@media screen and (min-width: 1200px) {
  .event-single .event-single__content .event-single__thumbnail {
    margin: 0 auto 25px;
    width: 50%;
  }
}
.event-single .event-single__content p {
  margin-bottom: 25px;
  font-size: 1.6rem;
  line-height: 1.7;
}

.donation {
  padding-top: 60px;
  margin-bottom: 120px;
}
@media screen and (min-width: 1200px) {
  .donation {
    padding-top: 120px;
  }
}
.donation .donation__lead__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em 0;
  margin-bottom: 80px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .donation .donation__lead__txt {
    margin: 0 auto 120px;
    width: 600px;
  }
}
.donation .purpose {
  margin-bottom: 80px;
}
.donation .purpose .purpose__txt {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .donation .purpose .purpose__txt {
    text-align: center;
  }
}
.donation .purpose .purpose__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .donation .purpose .purpose__list {
    margin: 0 auto 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.donation .purpose .purpose__list .purpose__item {
  background-image: linear-gradient(to right, #008cd1, #008cd1 2px, transparent 2px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 12px;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .donation .purpose .purpose__list .purpose__item {
    font-size: 2rem;
  }
}
.donation .purpose .purpose__content {
  padding: 25px 20px;
  margin-bottom: 30px;
  background: #E6EBEE;
}
@media screen and (min-width: 1200px) {
  .donation .purpose .purpose__content {
    padding: 30px;
    margin: 0 auto 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.donation .purpose .purpose__content .purpose__content__title {
  margin-bottom: 12px;
  color: #008CD1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
.donation .purpose .purpose__content .purpose__content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
}
.donation .purpose .purpose__content .purpose__content__list .purpose__content__item {
  position: relative;
  padding-left: 14px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.donation .purpose .purpose__content .purpose__content__list .purpose__content__item::before {
  position: absolute;
  top: 0.85em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F58221;
  content: "";
}
.donation .purpose .purpose__img__wrapper .purpose__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .donation .purpose .purpose__img__wrapper .purpose__img {
    display: inherit;
    overflow: auto;
  }
}
.donation .purpose .purpose__img__wrapper .purpose__img .purpose__img__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: infinity-scroll 40s infinite linear 0.5s both;
          animation: infinity-scroll 40s infinite linear 0.5s both;
}
@media screen and (min-width: 1200px) {
  .donation .purpose .purpose__img__wrapper .purpose__img .purpose__img__list {
    -webkit-animation: none;
            animation: none;
  }
}
@media screen and (min-width: 1200px) {
  .donation .purpose .purpose__img__wrapper .purpose__img .purpose__img__list.sp {
    display: none;
  }
}
.donation .purpose .purpose__img__wrapper .purpose__img .purpose__img__list .purpose__img__item {
  width: 90vw;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 1200px) {
  .donation .purpose .purpose__img__wrapper .purpose__img .purpose__img__list .purpose__img__item {
    width: 33.3333333333%;
  }
}
.donation .flow .flow__txt {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .donation .flow .flow__txt {
    text-align: center;
  }
}
.donation .flow .flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 0;
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .donation .flow .flow__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 40px;
    margin-bottom: 80px;
  }
}
.donation .flow .flow__list .flow__item {
  background-image: linear-gradient(to right, #f58221, #f58221 2px, transparent 2px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 0 12px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.donation .flow .flow__list .flow__item .flow__link {
  font-size: 1.6rem;
  line-height: 1.7;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1200px) {
  .donation .flow .flow__list .flow__item .flow__link {
    padding-top: 12px;
  }
}
@media (hover: hover) {
  .donation .flow .flow__list .flow__item .flow__link:hover {
    opacity: 0.6;
  }
}
.donation .flow .flow__content {
  padding: 60px calc(50vw - 50%);
  margin: 0 calc(50% - 50vw) 80px;
  background: #FAF8F0;
}
@media screen and (min-width: 1200px) {
  .donation .flow .flow__content {
    margin: 0 0 80px;
    padding: 80px 0;
  }
}
.donation .flow .flow__content:last-of-type {
  margin-bottom: 0;
}
.donation .flow .flow__content:last-of-type .flow__content__txt {
  margin-bottom: 0;
}
.donation .flow .flow__content .flow__content__title {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .donation .flow .flow__content:first-of-type .flow__content__txt {
    text-align: center;
  }
}
.donation .flow .flow__content .flow__content__txt {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .donation .flow .flow__content .flow__content__txt {
    text-align: center;
  }
}
.donation .flow .flow__content .flow__content__btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
}
@media screen and (min-width: 1200px) {
  .donation .flow .flow__content .flow__content__btn__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin: 0 auto;
    width: 580px;
  }
}
.donation .flow .flow__content .flow__content__btn__wrapper .btn__wrapper {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .donation .flow .flow__content .flow__content__btn__wrapper .btn__wrapper {
    width: 284px;
  }
}
.donation .flow .flow__content .flow__content__btn__wrapper .btn__wrapper .btn {
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}
.donation .flow .flow__content .flow__content__inner {
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .donation .flow .flow__content .flow__content__inner {
    margin-bottom: 80px;
  }
}
.donation .flow .flow__content .flow__content__inner:first-of-type .flow__content__inner__txt {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .donation .flow .flow__content .flow__content__inner:first-of-type .flow__content__inner__txt {
    margin: 0 auto 20px;
  }
}
.donation .flow .flow__content .flow__content__inner:nth-child(2) .btn__wrapper {
  margin-bottom: 40px;
}
.donation .flow .flow__content .flow__content__inner:last-of-type {
  margin-bottom: 0;
}
.donation .flow .flow__content .flow__content__inner:last-of-type .flow__content__inner__txt {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .donation .flow .flow__content .flow__content__inner:last-of-type .flow__content__inner__txt {
    margin: 0 auto 20px;
  }
}
.donation .flow .flow__content .flow__content__inner .flow__content__inner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  margin-bottom: 20px;
  font-size: 2.4rem;
}
.donation .flow .flow__content .flow__content__inner .flow__content__inner__title .number {
  display: inline-block;
  padding: 4px 12px;
  color: #FFFFFF;
  font-size: 1.2rem;
  border-radius: 50%;
  background: #F58221;
}
.donation .flow .flow__content .flow__content__inner .flow__content__inner__txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .donation .flow .flow__content .flow__content__inner .flow__content__inner__txt {
    margin: 0 auto;
    width: 600px;
  }
}
.donation .flow .flow__content .flow__content__inner .flow__content__inner__address {
  padding: 20px 30px;
  background: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .donation .flow .flow__content .flow__content__inner .flow__content__inner__address {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.donation .flow .flow__content .flow__content__inner .flow__content__inner__address .flow__content__inner__address__txt {
  margin-bottom: 12px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.donation .flow .flow__content .flow__content__inner .flow__content__inner__address .flow__content__inner__address__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #F58221;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}

@-webkit-keyframes infinity-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.observatory .feature {
  padding-top: 60px;
}
@media screen and (min-width: 1200px) {
  .observatory .feature {
    padding-top: 120px;
  }
}
.observatory .feature .feature__list {
  counter-reset: number 0;
}
.observatory .feature .feature__list .feature__item {
  position: relative;
  padding: 80px 20px;
  margin-bottom: 80px;
  border: 2px solid #008CD1;
  border-radius: 24px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #E6EBEE calc(100% - 0px)), linear-gradient(90deg, transparent calc(100% - 1px), #E6EBEE calc(100% - 1px));
  background-size: 30px 30px;
}
@media screen and (min-width: 1200px) {
  .observatory .feature .feature__list .feature__item {
    padding: 80px;
    margin-bottom: 120px;
  }
}
.observatory .feature .feature__list .feature__item::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  padding: 8px 22px;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 500;
  border-radius: 50%;
  background: #008CD1;
  counter-increment: number 1;
  content: "0" counter(number);
}
.observatory .feature .feature__list .feature__item:nth-child(2) .feature__detail__txt {
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .observatory .feature .feature__list .feature__item:nth-child(2) .feature__detail__txt {
    margin-bottom: 20px;
  }
}
.observatory .feature .feature__list .feature__item:last-of-type .feature__content {
  margin-bottom: 0;
}
.observatory .feature .feature__list .feature__item .feature__content {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .observatory .feature .feature__list .feature__item .feature__content {
    margin: 0 auto 80px;
    width: 600px;
  }
}
.observatory .feature .feature__list .feature__item .feature__content .feature__content__img {
  margin-bottom: 20px;
}
.observatory .feature .feature__list .feature__item .feature__content .feature__content__title {
  margin: 0 auto 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  color: #008CD1;
}
.observatory .feature .feature__list .feature__item .feature__content .feature__content__txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
.observatory .feature .feature__list .feature__item .feature__detail__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
}
@media screen and (min-width: 1200px) {
  .observatory .feature .feature__list .feature__item .feature__detail__wrapper {
    gap: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .observatory .feature .feature__list .feature__item .feature__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 40px;
  }
}
.observatory .feature .feature__list .feature__item .feature__detail:first-of-type .feature__detail__img {
  overflow: hidden;
  border-radius: 24px 0 0 0;
}
@media screen and (min-width: 1200px) {
  .observatory .feature .feature__list .feature__item .feature__detail:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.observatory .feature .feature__list .feature__item .feature__detail:nth-child(2) .feature__detail__img {
  overflow: hidden;
  border-radius: 0 0 24px 0;
}
.observatory .feature .feature__list .feature__item .feature__detail .feature__detail__img {
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .observatory .feature .feature__list .feature__item .feature__detail .feature__detail__img {
    width: 30%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .observatory .feature .feature__list .feature__item .feature__detail .feature__detail__content {
    width: calc(70% - 40px);
  }
}
.observatory .feature .feature__list .feature__item .feature__detail .feature__detail__content .feature__detail__title {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .observatory .feature .feature__list .feature__item .feature__detail .feature__detail__content .feature__detail__title {
    font-size: 2.4rem;
  }
}
.observatory .feature .feature__list .feature__item .feature__detail .feature__detail__content .feature__detail__txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
.observatory .feature .feature__list .feature__item .feature__detail .feature__detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
  padding: 25px;
  background: #F7F7F7;
}
@media screen and (min-width: 1200px) {
  .observatory .feature .feature__list .feature__item .feature__detail .feature__detail__list .feature__detail__list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
  }
}
.observatory .feature .feature__list .feature__item .feature__detail .feature__detail__list .feature__detail__list__inner dt {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .observatory .feature .feature__list .feature__item .feature__detail .feature__detail__list .feature__detail__list__inner dt {
    width: 68.8px;
  }
}
.observatory .feature .feature__list .feature__item .feature__detail .feature__detail__list .feature__detail__list__inner dd {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .observatory .feature .feature__list .feature__item .feature__detail .feature__detail__list .feature__detail__list__inner dd {
    width: calc(100% - 30px - 64px - 4.8px);
  }
}
.observatory .observations {
  margin: 0 calc(50% - 50vw) 120px;
  padding: 80px calc(50vw - 50%);
  background: #FAF8F0;
}
@media screen and (min-width: 1200px) {
  .observatory .observations {
    padding: 120px calc(50vw - 50%);
  }
}
.observatory .observations .observations__txt {
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .observatory .observations .observations__txt {
    margin: 0 auto 80px;
    width: 600px;
  }
}
.observatory .observations .observations__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
  padding: 40px 20px;
  background: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .observatory .observations .observations__list {
    padding: 40px;
    margin: 0 auto;
    width: 600px;
  }
}
.observatory .observations .observations__list .observations__item .observations__item__title {
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
.observatory .observations .observations__list .observations__item .observations__item__title::before {
  position: absolute;
  top: 0.85em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F58221;
  content: "";
}
.observatory .observations .observations__list .observations__item .observations__item__txt {
  font-size: 1.6rem;
  line-height: 1.7;
}

.howto {
  padding-top: 60px;
  margin-bottom: 120px;
}
@media screen and (min-width: 1200px) {
  .howto {
    padding-top: 120px;
  }
}
.howto .room {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .howto .room {
    margin-bottom: 120px;
  }
}
.howto .room .room__container .room__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .howto .room .room__container .room__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 120px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .howto .room .room__container .room__content .room__img__wrapper {
    width: 40%;
  }
}
.howto .room .room__container .room__content .room__img__wrapper .room__img {
  margin-bottom: 20px;
  width: 100%;
  aspect-ratio: 1/1;
}
.howto .room .room__container .room__content .room__img__wrapper .room__img__name {
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}
.howto .room .room__container .room__content .room__item {
  border-radius: 25px;
  border: 1px solid #D6CDBB;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .howto .room .room__container .room__content .room__item {
    width: calc(60% - 120px);
  }
}
.howto .room .room__container .room__content .room__item .room__item__title {
  padding: 20px 0;
  font-size: 1.8rem;
  text-align: center;
  background: #FAF8F0;
}
.howto .room .room__container .room__content .room__item .room__item__list {
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .howto .room .room__container .room__content .room__item .room__item__list {
    padding: 20px 60px;
  }
}
.howto .room .room__container .room__content .room__item .room__item__list .room__item__item {
  position: relative;
  padding: 10px 0 10px 10px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.howto .room .room__container .room__content .room__item .room__item__list .room__item__item::before {
  position: absolute;
  top: calc(0.85em + 10px);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F58221;
  content: "";
}
.howto .room .room__txt {
  margin-bottom: 24px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .howto .room .room__txt {
    margin-bottom: 40px;
    text-align: center;
  }
}
.howto .classification {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .howto .classification {
    margin-bottom: 120px;
  }
}
.howto .classification .classification__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  padding: 40px;
  background: #FAF8F0;
}
@media screen and (min-width: 1200px) {
  .howto .classification .classification__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
    margin: 0 auto;
    width: 600px;
  }
}
.howto .classification .classification__list .classification__list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .howto .classification .classification__list .classification__list__inner {
    gap: 0 100px;
  }
}
.howto .classification .classification__list .classification__list__inner dt {
  font-weight: 400;
}
.howto .application {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .howto .application {
    margin-bottom: 120px;
  }
}
.howto .application .application__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
  padding: 40px 20px;
  background: #FAF8F0;
}
@media screen and (min-width: 1200px) {
  .howto .application .application__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 80px;
    padding: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .howto .application .application__container .application__content {
    width: 400px;
  }
}
.howto .application .application__container .application__content:first-of-type .application__content__txt {
  margin-bottom: 20px;
}
.howto .application .application__container .application__content .application__content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  margin-bottom: 12px;
  font-size: 2rem;
}
@media screen and (min-width: 1200px) {
  .howto .application .application__container .application__content .application__content__title {
    margin-bottom: 20px;
  }
}
.howto .application .application__container .application__content .application__content__title .number {
  display: inline-block;
  padding: 4px 12px;
  color: #FFFFFF;
  font-size: 1.2rem;
  border-radius: 50%;
  background: #F58221;
}
.howto .application .application__container .application__content .application__content__txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
.howto .application .application__container .application__content .application__address__wrapper {
  padding: 10px 40px;
  background: #FFFFFF;
}
.howto .application .application__container .application__content .application__address__wrapper .application__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
  color: #F58221;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}
.howto .application .application__container .application__content .application__address__wrapper .application__address__txt {
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
}
.howto .fee {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .howto .fee {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .howto .fee .fee__content .fee__table .fee__table__inner tr:nth-child(1) th {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .howto .fee .fee__content .fee__table .fee__table__inner tr:nth-child(2) th, .howto .fee .fee__content .fee__table .fee__table__inner tr:nth-child(3) th, .howto .fee .fee__content .fee__table .fee__table__inner tr:nth-child(4) th {
    width: 200px;
    text-align: center;
  }
}
.howto .attention {
  padding: 60px calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background: #E6EBEE;
}
@media screen and (min-width: 1200px) {
  .howto .attention {
    padding: 100px calc(50vw - 50%);
  }
}
.howto .attention .attention__content {
  padding: 25px 20px;
  background: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .howto .attention .attention__content {
    padding: 40px 60px;
  }
}
.howto .attention .attention__title {
  margin-bottom: 20px;
  font-size: 2.4rem;
  color: #008CD1;
  text-align: center;
}
.howto .attention .attention__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px 0;
}
.howto .attention .attention__list .attention__item {
  position: relative;
  padding-left: 14px;
  font-size: 2rem;
  line-height: 1.7;
}
.howto .attention .attention__list .attention__item::before {
  position: absolute;
  top: 0.85em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F58221;
  content: "";
}

.about__wrapper {
  background: #FAF8F0;
}
.about__wrapper .subpage__mainvisual {
  background: #FFFFFF;
}

.about {
  padding: 60px 0 120px;
  background: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .about {
    padding: 120px 0;
  }
}
.about .about-lead .about-lead__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .about .about-lead .about-lead__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.about .about-lead .about-lead__content .about-lead__copy {
  font-size: 3rem;
  line-height: 2;
}
.about .about-lead .about-lead__content .about-lead__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em 0;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .about .about-lead .about-lead__content .about-lead__txt {
    width: 600px;
  }
}
.about .about-lead .about-lead__img {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 1200px) {
  .about .about-lead .about-lead__img {
    margin: 0;
  }
}
.about .mascot {
  padding-top: 80px;
}
@media screen and (min-width: 1200px) {
  .about .mascot {
    padding-top: 120px;
  }
}
.about .mascot .mascot__content {
  padding: 60px 20px;
  background: #FAF8F0;
}
@media screen and (min-width: 1200px) {
  .about .mascot .mascot__content {
    padding: 60px;
    margin: 0 auto;
    width: 600px;
  }
}
.about .mascot .mascot__content .mascot__img {
  margin: 0 auto 40px;
  width: min(64%, 215px);
}
.about .mascot .mascot__content .mascot__name {
  margin-bottom: 25px;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .about .mascot .mascot__content .mascot__name {
    margin-bottom: 40px;
  }
}
.about .mascot .mascot__content .mascot__txt {
  margin-bottom: 25px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.about .mascot .mascot__content .mascot__designer {
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: center;
}
.about .building {
  padding-top: 80px;
}
@media screen and (min-width: 1200px) {
  .about .building {
    padding-top: 120px;
  }
}
.about .building .building__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media screen and (min-width: 1200px) {
  .about .building .building__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 60px;
  }
}
.about .building .building__content .building__img {
  width: 100%;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 1200px) {
  .about .building .building__content .building__img {
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .about .building .building__content .building__list {
    width: calc(100% - 400px - 60px);
  }
}
.about .building .building__content .building__list .building__list__inner {
  background-image: linear-gradient(to right, #F58221, #F58221 2px, transparent 2px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
  padding: 10px 0;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .about .building .building__content .building__list .building__list__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 80px;
    padding: 12px 0;
  }
}
@media screen and (min-width: 1200px) {
  .about .building .building__content .building__list .building__list__inner dt {
    width: 4.3em;
    font-weight: 400;
  }
}
@media screen and (min-width: 1200px) {
  .about .building .building__content .building__list .building__list__inner dd {
    width: calc(100% - 80px - 4.3em);
  }
}

.link {
  padding: 80px 0;
  background: #FAF8F0;
}
.link .link__container {
  padding: 40px 20px;
  background: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .link .link__container {
    padding: 80px 120px;
  }
}
.link .link__content {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .link .link__content {
    margin-bottom: 100px;
  }
}
.link .link__content:last-of-type {
  margin-bottom: 0;
}
.link .link__content .link__content__title {
  padding-bottom: 12px;
  margin-bottom: 24px;
  font-size: 2rem;
  text-align: center;
  background-image: linear-gradient(to right, #f58221, #f58221 2px, transparent 2px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 1200px) {
  .link .link__content .link__content__title {
    margin-bottom: 40px;
  }
}
.link .link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
}
@media screen and (min-width: 1200px) {
  .link .link__list {
    gap: 20px 0;
  }
}
.link .link__list .link__item .link__link {
  position: relative;
  padding-left: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1200px) {
  .link .link__list .link__item .link__link {
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .link .link__list .link__item .link__link:hover {
    color: #F58221;
  }
}
.link .link__list .link__item .link__link::before {
  position: absolute;
  top: 0.85em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F58221;
  content: "";
}

.planetarium {
  margin-bottom: 120px;
}
.planetarium .planetarium-about {
  padding-top: 60px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .planetarium .planetarium-about {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .planetarium .planetarium-about .planetarium-about__inner {
    padding-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .planetarium .planetarium-about .planetarium-about__pcleft {
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .planetarium .planetarium-about .planetarium-about__pcleft .sticky {
    position: sticky;
    top: 120px;
  }
}
.planetarium .planetarium-about .planetarium-about__list {
  padding: 25px 20px;
  background: #F7F7F7;
}
.planetarium .planetarium-about .planetarium-about__list.pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .planetarium .planetarium-about .planetarium-about__list.pc {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .planetarium .planetarium-about .planetarium-about__list.sp {
    display: none;
  }
}
.planetarium .planetarium-about .planetarium-about__list .planetarium-about__list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
  font-size: 1.6rem;
  line-height: 1.7;
}
.planetarium .planetarium-about .planetarium-about__list .planetarium-about__list__inner:first-of-type {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .planetarium .planetarium-about .planetarium-about__container {
    padding-left: 100px;
    width: 600px;
  }
}
.planetarium .planetarium-about .planetarium-about__container .planetarium-about__content {
  padding: 60px 20px;
  margin-bottom: 60px;
  border-radius: 25px;
  background: #008CD1;
}
@media screen and (min-width: 1200px) {
  .planetarium .planetarium-about .planetarium-about__container .planetarium-about__content {
    margin-bottom: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .planetarium .planetarium-about .planetarium-about__container .planetarium-about__content:last-of-type {
    margin-bottom: 0;
  }
}
.planetarium .planetarium-about .planetarium-about__container .planetarium-about__content .planetarium-about__content__copy {
  margin: 0 auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.7;
}
.planetarium .planetarium-about .planetarium-about__container .planetarium-about__content .planetarium-about__content__txt__wrapper {
  padding: 40px 20px;
  border-radius: 12px;
  background: #FFFFFF;
}
.planetarium .planetarium-about .planetarium-about__container .planetarium-about__content .planetarium-about__content__txt__wrapper .planetarium-about__content__img {
  margin: 0 auto 20px;
  width: min(29%, 87px);
}
.planetarium .planetarium-about .planetarium-about__container .planetarium-about__content .planetarium-about__content__txt__wrapper .planetarium-about__content__txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
.planetarium .schedule {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .planetarium .schedule {
    margin-bottom: 120px;
  }
}
.planetarium .schedule .schedule__inner {
  padding: 80px calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background: #E6EBEE;
}
.planetarium .schedule .schedule__content {
  padding: 40px 20px;
  margin-bottom: 40px;
  border-radius: 12px;
  background: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .planetarium .schedule .schedule__content {
    padding: 40px;
    margin: 0 auto 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.planetarium .schedule .schedule__list {
  border-top: 1px solid #008CD1;
  border-bottom: 1px solid #008CD1;
}
.planetarium .schedule .schedule__list .schedule__list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  padding: 18px 12px;
  margin: 0 12px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.planetarium .schedule .schedule__list .schedule__list__inner:not(:last-of-type) {
  background-image: linear-gradient(to right, #008CD1, #008CD1 2px, transparent 2px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 1200px) {
  .planetarium .schedule .schedule__list .schedule__list__inner {
    gap: 0 100px;
  }
}
.planetarium .schedule .schedule__list .schedule__list__inner dt {
  color: #008CD1;
  font-weight: 400;
}
.planetarium .schedule .schedule__txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .planetarium .schedule .schedule__txt {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .planetarium .planetarium-fee .planetarium-fee__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .planetarium .planetarium-fee .planetarium-fee__content {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .planetarium .planetarium-fee .planetarium-fee__btn {
    width: 50%;
  }
}
.planetarium .planetarium-fee .planetarium-fee__txt {
  margin-bottom: 74px;
  font-size: 1.6rem;
  text-align: center;
}
.planetarium .planetarium-fee .planetarium-fee__list {
  position: relative;
  margin-bottom: 60px;
  border-top: 1px solid #D6CDBB;
  border-bottom: 1px solid #D6CDBB;
}
.planetarium .planetarium-fee .planetarium-fee__list::after {
  position: absolute;
  top: -60px;
  left: 50%;
  z-index: -10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 96px;
  aspect-ratio: 192/120;
  background: url(../images/planetarium/img01.png) center center/cover;
  content: "";
}
@media screen and (min-width: 1200px) {
  .planetarium .planetarium-fee .planetarium-fee__list {
    margin: 0 auto;
    width: 400px;
  }
}
.planetarium .planetarium-fee .planetarium-fee__list .planetarium-fee__list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.7;
}
.planetarium .planetarium-fee .planetarium-fee__list .planetarium-fee__list__inner dt {
  padding: 15px 0;
  width: 50%;
  font-weight: 400;
  text-align: center;
  background: #FAF8F0;
}
.planetarium .planetarium-fee .planetarium-fee__list .planetarium-fee__list__inner dd {
  padding: 15px 0;
  width: 50%;
  text-align: center;
  background: #FFFFFF;
}

.exhibition {
  padding-top: 60px;
  margin-bottom: 120px;
}
@media screen and (min-width: 1200px) {
  .exhibition {
    padding-top: 120px;
  }
}
.exhibition .exhibition__txt {
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .exhibition .exhibition__txt {
    margin: 0 auto 60px;
    width: 600px;
  }
}
.exhibition .exhibition__img {
  margin-bottom: 80px;
  width: 100%;
  aspect-ratio: 3/2;
  background: #eee;
}
@media screen and (min-width: 1200px) {
  .exhibition .exhibition__img {
    margin-bottom: 120px;
  }
}
.exhibition .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.exhibition .tab-list .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  aspect-ratio: 1/1;
  color: #FFFFFF;
  font-size: 7rem;
  opacity: 0.6;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1200px) {
  .exhibition .tab-list .tab {
    padding: 100px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: min(16.25vw, 312px);
  }
}
.exhibition .tab-list .tab.-active {
  opacity: 1;
}
.exhibition .tab-list .tab:nth-child(1) {
  background: #57c44d;
}
.exhibition .tab-list .tab:nth-child(2) {
  background: #F58221;
}
.exhibition .tab-list .tab:nth-child(3) {
  background: #008CD1;
}
@media (hover: hover) {
  .exhibition .tab-list .tab:hover {
    opacity: 1;
  }
}
.exhibition .tab-panel {
  display: none;
  padding: 60px 0;
}
.exhibition .tab-panel.-active {
  display: block;
}
.exhibition .tab-panel:nth-child(1) {
  background: #57c44d;
}
.exhibition .tab-panel:nth-child(1) .exhibition__content .exhibition__detail .exhibition__detail__content .exhibition__detail__title {
  color: #57c44d;
}
.exhibition .tab-panel:nth-child(2) {
  background: #F58221;
}
.exhibition .tab-panel:nth-child(2) .exhibition__content .exhibition__detail .exhibition__detail__content .exhibition__detail__title {
  color: #F58221;
}
.exhibition .tab-panel:nth-child(3) {
  background: #008CD1;
}
.exhibition .tab-panel:nth-child(3) .exhibition__content .exhibition__detail .exhibition__detail__content .exhibition__detail__title {
  color: #008CD1;
}
.exhibition .tab-panel .exhibition__content {
  padding: 80px 20px;
  border-radius: 24px;
  background: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .exhibition .tab-panel .exhibition__content {
    padding: 80px 5%;
  }
}
.exhibition .tab-panel .exhibition__content .exhibition__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .exhibition .tab-panel .exhibition__content .exhibition__detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 80px;
  }
}
.exhibition .tab-panel .exhibition__content .exhibition__detail .exhibition__detail__img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .exhibition .tab-panel .exhibition__content .exhibition__detail .exhibition__detail__img {
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .exhibition .tab-panel .exhibition__content .exhibition__detail .exhibition__detail__content {
    width: 500px;
  }
}
.exhibition .tab-panel .exhibition__content .exhibition__detail .exhibition__detail__content .exhibition__detail__title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}
.exhibition .tab-panel .exhibition__content .exhibition__detail .exhibition__detail__content .exhibition__detail__txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
.exhibition .tab-panel .exhibition__content .exhibition__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
}
@media screen and (min-width: 1200px) {
  .exhibition .tab-panel .exhibition__content .exhibition__list {
    padding: 0 100px;
  }
}
.exhibition .tab-panel .exhibition__content .exhibition__list .exhibition__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media screen and (min-width: 1200px) {
  .exhibition .tab-panel .exhibition__content .exhibition__list .exhibition__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 20px;
  }
}
.exhibition .tab-panel .exhibition__content .exhibition__list .exhibition__item .exhibition__item__img {
  margin: 0 auto;
  width: max(59%, 200px);
}
@media screen and (min-width: 1200px) {
  .exhibition .tab-panel .exhibition__content .exhibition__list .exhibition__item .exhibition__item__img {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .exhibition .tab-panel .exhibition__content .exhibition__list .exhibition__item .exhibition__item__content {
    width: calc(100% - 20px - 200px);
  }
}
.exhibition .tab-panel .exhibition__content .exhibition__list .exhibition__item .exhibition__item__content .exhibition__item__title {
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .exhibition .tab-panel .exhibition__content .exhibition__list .exhibition__item .exhibition__item__content .exhibition__item__title {
    font-size: 2rem;
  }
}
.exhibition .tab-panel .exhibition__content .exhibition__list .exhibition__item .exhibition__item__content .exhibition__item__title::before {
  position: absolute;
  top: 0.85em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F58221;
  content: "";
}
.exhibition .tab-panel .exhibition__content .exhibition__list .exhibition__item .exhibition__item__content .exhibition__item__txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
.exhibition .tab-panel .inner {
  width: 90%;
}
.exhibition .exhibition__table__txt {
  padding-bottom: 6px;
  margin: 12px 0;
  font-size: 1.6rem;
  background-image: linear-gradient(to right, #F58221, #F58221 2px, transparent 2px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 1200px) {
  .exhibition .exhibition__table__txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.exhibition .exhibition__table {
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (min-width: 1200px) {
  .exhibition .exhibition__table {
    width: 50%;
  }
}
.exhibition .exhibition__table th {
  padding: 12px;
  text-align: center;
}
.exhibition .exhibition__table td {
  padding: 12px 0;
  text-align: center;
}

.policy {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (min-width: 1200px) {
  .policy {
    padding: 120px 0;
  }
}
.policy .policy__txt {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .policy .policy__txt {
    margin: 0 auto 80px;
    width: 600px;
    font-size: 2rem;
  }
}
.policy .policy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
}
@media screen and (min-width: 1200px) {
  .policy .policy__list {
    gap: 60px 0;
  }
}
.policy .policy__list .policy__item .policy__item__title {
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-size: 1.8rem;
  background-image: linear-gradient(to right, #008CD1, #008CD1 2px, transparent 2px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 1200px) {
  .policy .policy__list .policy__item .policy__item__title {
    padding-bottom: 12px;
    font-size: 2rem;
  }
}
.policy .policy__list .policy__item .policy__item__txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
.policy .policy__list .policy__item .policy__item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px 0;
}
.policy .policy__list .policy__item .policy__item__list .policy__item__item {
  font-size: 1.6rem;
  line-height: 1.7;
}

.contact .contact-tel {
  padding-top: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .contact .contact-tel {
    padding-top: 120px;
    margin-bottom: 120px;
  }
}
.contact .contact-tel .contact-tel__content {
  padding: 40px 0;
  text-align: center;
  background: #FAF8F0;
}
@media screen and (min-width: 1200px) {
  .contact .contact-tel .contact-tel__content {
    padding: 40px 80px;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.contact .contact-tel .contact-tel__content .contact-tel__number {
  margin-bottom: 8px;
  color: #F58221;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
}
.contact .contact-tel .contact-tel__content .contact-tel__attention {
  font-size: 1.6rem;
  font-weight: 500;
}
.contact .contact-mail {
  margin-bottom: 120px;
}
.contact .contact-mail .contact-mail__txt {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .contact .contact-mail .contact-mail__txt {
    margin: 0 auto 80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.contact .contact-mail .contact-mail__txt .contact-mail__txt__link {
  color: #F58221;
  text-decoration: underline;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (hover: hover) {
  .contact .contact-mail .contact-mail__txt .contact-mail__txt__link:hover {
    opacity: 0.6;
  }
}
.contact .contact-mail .form__wrapper {
  padding: 60px calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background: #E6EBEE;
}
@media screen and (min-width: 1200px) {
  .contact .contact-mail .form__wrapper {
    padding: 80px 120px;
    margin: 0;
  }
}
.contact .contact-mail .form__wrapper .form__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 36px;
  padding-bottom: 12px;
  margin: 0 auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: linear-gradient(to right, #008CD1, #008CD1 2px, transparent 2px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 1200px) {
  .contact .contact-mail .form__wrapper .form__navigation {
    padding-bottom: 20px;
    margin: 0 auto 60px;
  }
}
.contact .contact-mail .form__wrapper .form__navigation .form__navigation__item {
  padding: 2px 12px;
  font-size: 1.4rem;
  border: 1px solid #008CD1;
  border-radius: 50%;
}
.contact .contact-mail .form__wrapper .form__navigation .form__navigation__item.current {
  color: #FFFFFF;
  background: #008CD1;
}
.contact .contact-mail .form__wrapper .form__navigation .form__navigation__item:not(:last-child) {
  position: relative;
}
.contact .contact-mail .form__wrapper .form__navigation .form__navigation__item:not(:last-child)::after {
  position: absolute;
  right: -24px;
  color: #008CD1;
  font-size: 1.2rem;
  content: "→";
}
.contact .contact-mail .form__wrapper .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
}
.contact .contact-mail .form__wrapper .form .form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
}
@media screen and (min-width: 1200px) {
  .contact .contact-mail .form__wrapper .form .form__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 60px;
  }
}
@media screen and (min-width: 1200px) {
  .contact .contact-mail .form__wrapper .form .form__inner:nth-child(5) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact .contact-mail .form__wrapper .form .form__inner:nth-child(5) .form__area {
  height: 150px;
}
.contact .contact-mail .form__wrapper .form .form__inner .form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .contact .contact-mail .form__wrapper .form .form__inner .form__label {
    width: 210px;
  }
}
.contact .contact-mail .form__wrapper .form .form__inner .form__area {
  padding: 8px;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .contact .contact-mail .form__wrapper .form .form__inner .form__area {
    width: calc(100% - 60px - 210px);
  }
}
.contact .contact-mail .form__wrapper .form .form__inner .form__area.required {
  border-bottom: 2px solid #F58221;
}
.contact .contact-mail .form__wrapper .form .required {
  position: relative;
  padding-left: 8px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.contact .contact-mail .form__wrapper .form .required::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F58221;
  content: "";
}
.contact .contact-mail .form__wrapper .form .form__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px 12px;
}
@media screen and (min-width: 1200px) {
  .contact .contact-mail .form__wrapper .form .form__privacy {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
}
.contact .contact-mail .form__wrapper .form .form__privacy .checkbox {
  width: 20px;
  aspect-ratio: 1/1;
  border-bottom: 2px solid #F58221;
  background: #FFFFFF;
  accent-color: #F58221;
}
.contact .contact-mail .form__wrapper .form .form__privacy .form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
}
@media screen and (min-width: 1200px) {
  .contact .contact-mail .form__wrapper .form .form__privacy .form__label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 20px;
  }
}
.contact .contact-mail .form__wrapper .form .form__privacy .form__privacy__link {
  width: 100%;
  color: #F58221;
  font-size: 1.6rem;
  text-decoration: underline;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1200px) {
  .contact .contact-mail .form__wrapper .form .form__privacy .form__privacy__link {
    text-align: center;
  }
}
@media (hover: hover) {
  .contact .contact-mail .form__wrapper .form .form__privacy .form__privacy__link:hover {
    opacity: 0.6;
  }
}

.shop {
  margin-bottom: 120px;
}
.shop .shop-lead {
  padding-top: 60px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .shop .shop-lead {
    padding-top: 120px;
    margin-bottom: 120px;
  }
}
.shop .shop-lead .shop-lead__txt {
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .shop .shop-lead .shop-lead__txt {
    margin: 0 auto 60px;
    width: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .shop .shop-lead .shop-lead__list {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.shop .shop-lead .shop-lead__list .shop-lead__list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  padding: 0 8px 4px;
  font-size: 1.6rem;
  line-height: 1.7;
  background-image: linear-gradient(to right, #E6EBEE, #E6EBEE 2px, transparent 2px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 1200px) {
  .shop .shop-lead .shop-lead__list .shop-lead__list__inner {
    gap: 0 80px;
  }
}
.shop .shop-lead .shop-lead__list .shop-lead__list__inner:not(:last-child) {
  margin-bottom: 16px;
}
.shop .shop-lead .shop-lead__list .shop-lead__list__inner dt {
  color: #008CD1;
  font-weight: 400;
  width: 4.4em;
}
.shop .shop-lead .shop-lead__list .shop-lead__list__inner dd {
  width: calc(100% - 40px - 4.4em);
}
@media screen and (min-width: 1200px) {
  .shop .shop-lead .shop-lead__list .shop-lead__list__inner dd {
    width: calc(100% - 80px - 4.4em);
  }
}
.shop .shop-item .shop-item__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 20px;
}
@media screen and (min-width: 1200px) {
  .shop .shop-item .shop-item__container {
    gap: 60px 50px;
  }
}
.shop .shop-item .shop-item__container .shop-item__content {
  width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 1200px) {
  .shop .shop-item .shop-item__container .shop-item__content {
    width: calc((100% - 100px) / 3);
  }
}
.shop .shop-item .shop-item__container .shop-item__content .shop-item__img {
  margin-bottom: 12px;
  width: 100%;
  aspect-ratio: 1/1;
}
.shop .shop-item .shop-item__container .shop-item__content .shop-item__name {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .shop .shop-item .shop-item__container .shop-item__content .shop-item__name {
    font-size: 2rem;
  }
}

.floormap__wrapper {
  padding-top: 60px;
  background: #FAF8F0;
}
@media screen and (min-width: 1200px) {
  .floormap__wrapper {
    padding-top: 120px;
  }
}

.floormap {
  padding: 80px 0;
}
.floormap .floormap__inner {
  margin: 0 auto;
  width: min(90%, 1200px);
}
.floormap .floormap__inner .floormap__container .floormap__content {
  padding: 40px 20px;
  background: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .floormap .floormap__inner .floormap__container .floormap__content {
    padding: 80px;
  }
}
.floormap .floormap__inner .floormap__container .floormap__content .floormap__title {
  margin-bottom: 40px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .floormap .floormap__inner .floormap__container .floormap__content .floormap__title {
    margin-bottom: 60px;
    font-size: 2.4rem;
  }
}
.floormap .floormap__inner .floormap__container .floormap__content:nth-child(1) {
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .floormap .floormap__inner .floormap__container .floormap__content:nth-child(1) {
    margin-bottom: 120px;
  }
}
.floormap .floormap__inner .floormap__container .floormap__content:nth-child(2) .floormap__img {
  margin: 0 auto;
  width: 54.8944337812%;
}

.facility {
  padding: 60px 0 120px;
}
@media screen and (min-width: 1200px) {
  .facility {
    padding: 120px 0;
  }
}
.facility .facility__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px 0;
  padding: 80px 20px;
  background: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .facility .facility__container {
    gap: 80px 0;
    padding: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .facility .facility__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.facility .facility__content .facility__img {
  margin-bottom: 24px;
  width: 100%;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 1200px) {
  .facility .facility__content .facility__img {
    margin-bottom: 0;
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .facility .facility__content .facility__content__inner {
    width: calc(100% - 40px - 300px);
  }
}
.facility .facility__content .facility__title {
  margin-bottom: 20px;
  font-size: 2rem;
}
.facility .facility__content .facility__txt {
  margin-bottom: 24px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .facility .facility__content .facility__txt {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .facility .btn__wrapper {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}

.humberger[aria-expanded=true].humberger span {
  background: #FFFFFF;
  height: 2px;
}

.humberger[aria-expanded=true].humberger span:first-of-type {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.humberger[aria-expanded=true].humberger span:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.humberger[aria-expanded=true].humberger span::after {
  opacity: 0;
}

.humberger[aria-expanded=true].humberger::after {
  opacity: 0;
}

.is-drawerActive .navigation {
  opacity: 1;
  pointer-events: all;
  z-index: 100;
  visibility: visible;
}/*# sourceMappingURL=style.css.map */