@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

form {
  margin: 0;
  padding: 0;
}

label {
  display: inline-block;
}

input,
button,
select,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:hover,
button:hover,
select:hover,
textarea:hover {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button,
select {
  text-transform: none;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.c-form-submit::-moz-foucus-inner {
  padding: 0;
  border: none;
}

/* Font-Family
================= */
/* Font-Weight
================= */
/* Line-Height
================= */
/* Letter-Spacing
================= */
/* Color
================= */
/* Transparency
================= */
/* Inner
================= */
/* Padding
================= */
/* Layer
================= */
/* Breakpoint
================= */
/* Mediaquery
================= */
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: max(4.2666666667vw, 10px);
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: max(1.6666666667vw, 10px);
  }
}
@media (min-width: 960px) {
  html {
    font-size: 16px;
  }
}

body {
  position: relative;
  z-index: -9999;
  background-color: #fff;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: #000;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

b,
strong {
  font-weight: 700;
}

table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid;
}

th,
td {
  padding: 4px 6px;
  border: 1px solid;
  text-align: left;
  vertical-align: top;
}

.l-footer {
  padding: 35px 0 20px;
  padding: 2.1875rem 0 1.25rem;
}

.l-footer__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: 20px;
  gap: 1.25rem;
}

.l-footer__contact {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
.l-footer__contact p + p {
  margin-top: 0.2em;
}
.l-footer__contact .l-footer__tel {
  pointer-events: auto;
}

.l-footer__logo {
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-inline: auto;
  text-align: center;
  width: 57.62744%;
}
.l-footer__logo img {
  height: auto;
  display: inline-block;
}
.l-footer__logo-teiju {
  margin-top: 15px;
  margin-top: 0.9375rem;
  width: 100%;
  max-width: 320px;
  max-width: 20rem;
  margin-inline: auto;
}

.l-footer__copyright {
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0;
  margin-top: 17px;
  margin-top: 1.0625rem;
}

@media (hover: hover) and (pointer: fine) {
  .l-footer__tel {
    pointer-events: none;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1010px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-wrapper {
  width: 100%;
}

.l-center {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-center {
    max-width: 375px;
  }
}

.l-side {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-side {
    display: block;
    position: fixed;
    top: 0;
    width: calc(50vw - 187.5px);
    height: 100vh;
    overflow: hidden;
    background-color: #dcf0fb;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
  }
  .l-side--left {
    left: 0;
    background-image: url(../images/side-img_left.png);
    background-position: right center;
  }
  .l-side__content {
    position: absolute;
    right: 4.375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    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: 1.5rem;
    width: 21.75rem;
    max-width: calc(50vw - 187.5px - 4.375rem);
    padding-left: 0.625rem;
  }
  .l-side__logo {
    width: 100%;
  }
  .l-side--right {
    right: 0;
    background-image: url(../images/side-img_right.png);
    background-position: left center;
  }
}
.p-section--about {
  padding-top: 18px;
  padding-top: 1.125rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}

.p-about__present {
  margin: 0;
}
.p-about__present img {
  width: 95%;
  height: auto;
  display: block;
  margin-inline: auto;
}
.p-about__list {
  margin: 20px 0 0;
  margin: 1.25rem 0 0;
}
.p-about__list img {
  width: 100%;
  height: auto;
  display: block;
}
.p-about__accordion {
  margin-top: 28px;
  margin-top: 1.75rem;
  border: 2px solid #ec7c93;
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-about__accordion-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  gap: 0.3125rem;
  width: 100%;
  padding: 14px 16px;
  padding: 0.875rem 1rem;
  background: #ec7c93;
  border: none;
  cursor: pointer;
  text-align: left;
}
.p-about__accordion-title {
  width: 269.653px;
  width: 16.85333125rem;
}
.p-about__accordion-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  color: #fff;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  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;
}
.p-about__accordion-arrow svg {
  width: 100%;
  height: 100%;
}
.p-about__accordion-btn[aria-expanded=true] .p-about__accordion-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-about__accordion-body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  background: #ec7c93;
}
.p-about__accordion-body[aria-hidden=false] {
  max-height: 400px;
}
.p-about__accordion-text {
  margin: 0 9px 9px;
  margin: 0 0.5625rem 0.5625rem;
  padding: 16px;
  padding: 1rem;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.80136923;
  color: #4d4397;
  background: #fff;
  border-radius: 0.5rem;
  letter-spacing: 0.045em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}
.p-about__recommendation {
  margin: 33px 0 0;
  margin: 2.0625rem 0 0;
}

.p-section--archive {
  padding-top: 57px;
  padding-top: 3.5625rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.p-archive__title {
  margin: 0 0 36px;
  margin: 0 0 2.25rem;
}
.p-archive__title img {
  width: 181.396px;
  width: 11.3372625rem;
  margin-inline: auto;
}
.p-archive__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  gap: 1.5625rem;
}
.p-archive__item {
  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: 8px;
  gap: 0.5rem;
}
.p-archive__year {
  margin: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #4d4397;
  text-align: center;
  letter-spacing: 0.11em;
}
.p-archive__link {
  display: block;
  width: 290px;
  width: 18.125rem;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-archive__link:hover {
  opacity: 0.8;
}
.p-archive__link img {
  width: 100%;
  height: auto;
  display: block;
}

.p-section--banner {
  padding: 42px 0 40px;
  padding: 2.625rem 0 2.5rem;
  background: #fef9d7;
}

.p-banner__group + .p-banner__group {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-banner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  margin: 0 0 14px;
  margin: 0 0 0.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #4d4397;
  letter-spacing: 0.11em;
  line-height: 1.3;
}
.p-banner__title::before, .p-banner__title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 4px;
  min-width: 0.25rem;
  height: 1px;
  background: currentColor;
}
.p-banner__title-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: center;
}
.p-banner__items {
  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: 14px;
  gap: 0.875rem;
}
.p-banner__link {
  display: block;
  width: 100%;
  max-width: 500px;
  max-width: 31.25rem;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-banner__link:hover {
  opacity: 0.8;
}
.p-banner__link:focus-visible {
  outline: 2px solid #4d4397;
  outline-offset: 3px;
  outline-offset: 0.1875rem;
}
.p-banner__link img {
  width: 100%;
  height: auto;
  display: block;
}

.p-fixed-entry {
  position: fixed;
  right: -10px;
  right: -0.625rem;
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 9999;
  display: block;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .p-fixed-entry {
    right: calc(50vw - 187.5px - 0.625rem);
  }
}

.p-fixed-entry.is-hidden {
  display: none;
}

.p-fixed-entry a {
  display: block;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.p-fixed-entry__close {
  position: absolute;
  right: 10px;
  right: 0.625rem;
  bottom: 0;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border-radius: 999px;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto;
  z-index: 2;
}

.p-fixed-entry__close:focus-visible {
  outline: 2px solid #0b7bdc;
  outline-offset: 3px;
}

.p-fixed-entry img {
  display: block;
  width: 90px;
  width: 5.625rem;
  height: auto;
}

.p-fixed-entry a:hover,
.p-fixed-entry a:focus-visible {
  opacity: 0.9;
}

@media (max-width: 767px) {
  .p-fixed-entry__close {
    right: 4px;
    bottom: 4px;
    width: 28px;
    height: 28px;
  }
}
.p-section--join {
  padding: 53px 0 48px;
  padding: 3.3125rem 0 3rem;
  background: #e3f3fc;
}

.p-join__title {
  margin: 0 0 25px;
  margin: 0 0 1.5625rem;
}
.p-join__title img {
  width: 154.396px;
  width: 9.6497625rem;
  margin-inline: auto;
}
.p-join__map-wrap {
  position: relative;
  width: 100%;
}
.p-join__map-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.p-mv {
  padding: 30px 0 0;
  padding: 1.875rem 0 0;
  text-align: center;
}
.p-mv__lead img {
  width: 193.901px;
  width: 12.1188375rem;
  margin-inline: auto;
}
.p-mv__logo {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-section--tour {
  padding-top: 17px;
  padding-top: 1.0625rem;
  padding-bottom: 46px;
  padding-bottom: 2.875rem;
}

.p-tour__title {
  margin: 0 0 19px;
  margin: 0 0 1.1875rem;
  text-align: center;
}
.p-tour__title img {
  width: 169.396px;
  width: 10.5872625rem;
  margin-inline: auto;
}
.p-tour__list {
  list-style: none;
  margin: 0;
  padding: 0;
  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;
  gap: 1.25rem;
}
.p-tour__item {
  width: 100%;
}
.p-tour__link {
  display: block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-tour__link:hover {
  opacity: 0.8;
}
.p-tour__link img {
  width: 100%;
  height: auto;
  display: block;
}
.p-tour__figure {
  margin: 0;
}
.p-tour__figure img {
  width: 100%;
  height: auto;
  display: block;
}
/*# sourceMappingURL=style.css.map */
