@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  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 {
  clear: both;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  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, 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, 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;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  -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;
}

summary {
  list-style: none; /* Safari対応 */
}

summary::-webkit-details-marker {
  display: none; /* Chrome / Safari / Edge対応 */
}

.text {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .text {
    font-size: 1.5rem;
  }
}

.text {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .text {
    font-size: 1.5rem;
  }
}

.text {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .text {
    font-size: 1.5rem;
  }
}
/* archivo-narrow-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Archivo Narrow";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/archivo-narrow-v35-latin-regular.woff2") format("woff2");
  unicode-range: U+0041-005A, U+0061-007A;
}
html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #391D13;
  letter-spacing: 0;
  background: #FCF3EF;
}
body.u-noscroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: hidden;
}
body.u-noscroll::-webkit-scrollbar {
  display: none;
}

.header,
.footer {
  font-family: Archivo Narrow, sans-serif, "Noto Sans JP", sans-serif;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  display: block;
  cursor: pointer;
}

button {
  cursor: pointer;
}

.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.u-tab-only {
  display: none;
}
@media screen and (min-width: 992px) {
  .u-tab-only {
    display: block;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.pc-only-inline {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only-inline {
    display: inline;
  }
}

.sp-only-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  .sp-only-inline {
    display: none;
  }
}

.sp-only-flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .sp-only-flex {
    display: none;
  }
}

/* animation */
/* スクロールアニメーション */
.inview {
  opacity: 0;
}
.inview.animate {
  animation: inview_slide_up 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.4s;
}

.inview_group .animate_item {
  opacity: 0;
}
.inview_group .animate_item.animate {
  animation: inview_slide_up 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.5s;
}
@keyframes inview_slide_up {
  0% {
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header {
  background-color: #FCF3EF;
}
.header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 2rem;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 992px) {
  .header .header__inner {
    padding-block: 3rem;
    max-width: 96rem;
    width: 100%;
    margin-inline: auto;
  }
}
.header .header__logo {
  max-width: 12rem;
}
@media screen and (min-width: 768px) {
  .header .header__logo {
    max-width: 17.2rem;
    margin-right: auto;
  }
}
.header .header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header .header__nav {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .header .header__nav-list {
    display: flex;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .header .header__nav-link {
    font-size: 1.2rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .header .header__nav-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
.header .header__hamburger {
  position: relative;
  z-index: 10000;
  width: 3.2rem;
  height: 1.4rem;
  background: none;
  border: none;
  padding: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .header .header__hamburger {
    display: none !important;
  }
}
.header .header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.14px;
  background-color: #391D13;
  transition: all 0.3s;
}
.header .header__hamburger span:nth-child(1) {
  top: 0;
}
.header .header__hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header .header__hamburger span:nth-child(3) {
  bottom: 0;
}
.header .header__hamburger.is-open span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.header .header__hamburger.is-open span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.header .header__hamburger-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #FCF3EF;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header__hamburger-nav.is-open {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .header .header__hamburger-nav {
    display: none;
  }
}
.header .header__hamburger-nav-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  text-align: center;
}

.footer {
  background-color: #634837;
  color: #fff;
  text-align: center;
}
.footer .footer__nav-list {
  display: flex;
  row-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  border-bottom: 1px solid #7C6050;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer .footer__nav-list {
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 3rem;
    padding-top: 3rem;
  }
}
.footer .footer__nav-item:nth-child(4) {
  flex-basis: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .footer__nav-item:nth-child(4) {
    flex-basis: auto;
    text-align: left;
  }
}
.footer .footer__nav-link {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .footer .footer__nav-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
.footer .footer__copy {
  font-size: 1.2rem;
  color: #fff;
  padding-block: 1rem 2rem;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .footer .footer__copy {
    padding-bottom: 3rem;
  }
}

.section-inner {
  max-width: 34.5rem;
  width: 100%;
  padding-block: 5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .section-inner {
    max-width: 96rem;
    width: 100%;
    padding-block: 6rem;
  }
}

.section-title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 5rem;
  text-align: center;
  display: flex;
  align-items: center; /* 文字と線を上下中央で揃える */
  justify-content: center; /* 全体を中央寄せにする */
  gap: 1rem; /* 文字と線の間の隙間*/
  /* 文字の「左側」の線 */
}
.section-title::before {
  content: "";
  flex-grow: 1; /* 伸ばせるだけ伸ばす */
  max-width: 3rem;
  height: 1px; /* 線の太さ */
  background-color: #C5B7AA;
}
@media screen and (min-width: 768px) {
  .section-title::before {
    max-width: 6rem;
  }
}
.section-title {
  /* 文字の「右側」の線 */
}
.section-title::after {
  content: "";
  flex-grow: 1;
  max-width: 3rem;
  height: 1px; /* 線の太さ */
  background-color: #C5B7AA;
}
@media screen and (min-width: 768px) {
  .section-title::after {
    max-width: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .section-title {
    margin-bottom: 6rem;
  }
}

/* ======================================================
   Hero
   ====================================================== */
.hero {
  position: relative;
  width: 100%;
}
.hero .hero__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 375/600;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .hero .hero__img {
    aspect-ratio: 1440/590;
  }
}
.hero .hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
.hero .hero__title {
  font-size: 3.6rem;
  font-weight: bold;
}

/* ======================================================
   About
   ====================================================== */
.about .about__body {
  text-align: center;
}
.about .about__text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

/* ======================================================
   Guide (Cards)
   ====================================================== */
.guide {
  background-color: #F8EFEA;
  padding-block: 5rem;
  border-block: 1px solid #C5B7AA;
}
@media screen and (min-width: 768px) {
  .guide {
    padding-block: 6rem;
  }
}
.guide .guide-inner {
  max-width: 34.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .guide .guide-inner {
    max-width: 96rem;
    background-color: #fff;
  }
}
.guide .guide__items {
  display: grid;
  gap: 1.5rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .guide .guide__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}
.guide .guide__items-card {
  background-color: #F7EDE3;
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  max-width: 30.4rem;
}
@media (any-hover: hover) {
  .guide .guide__items-card:hover {
    transform: translateY(-5px);
  }
}

.card__img {
  border-radius: 1rem 1rem 0 0;
}

.card__img-unit {
  padding-block: 2rem 4.7rem;
  padding-inline: 3rem;
  width: 100%;
  transition: transform 0.5s ease;
}

.card__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  /* テキストの下の飾り線 */
}
.card__title::after {
  content: "";
  display: block;
  width: 29.7rem;
  height: 1px; /* 線の太さ */
  background-color: #C5B7AA;
}
@media screen and (min-width: 768px) {
  .card__title::after {
    width: 24.4rem;
  }
}

.card__text {
  font-size: 1.6rem;
}

.faq {
  border-top: #C5B7AA;
}
.faq .faq__wrapper {
  max-width: 34.5rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .faq .faq__wrapper {
    max-width: 96rem;
  }
}
.faq .faq__item {
  padding: 2.4rem 1.5rem;
  border-bottom: 1px solid #C5B7AA;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .faq .faq__item {
    max-width: 96rem;
    padding-inline: 3rem;
  }
}
.faq .faq__question {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  line-height: 1.6;
  color: #391D13;
}
@media screen and (min-width: 768px) {
  .faq .faq__question {
    font-size: 1.8rem;
  }
}
.faq .faq__icon {
  font-size: 3.2rem;
  font-weight: bold;
  color: #391D13;
  line-height: 1.2;
}
.faq .faq__question-text {
  flex: 1;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.faq .faq__answer {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #391D13;
}
@media screen and (min-width: 768px) {
  .faq .faq__answer {
    font-size: 1.5rem;
  }
}
.faq .faq__answer-text {
  flex: 1;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.5;
}

/* ======================================================
   Access
   ====================================================== */
.access .access__content {
  gap: 3.6rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .access .access__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 3.6rem;
  }
}
.access .access__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.access .access__list-row {
  display: flex;
  padding: 1rem;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid #C5B7AA;
}
.access .access__list-term {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .access .access__list-term {
    width: 10rem;
  }
}
.access .access__list-desc {
  margin: 0;
  flex: 1;
  font-weight: bold;
  font-size: 1.6rem;
  white-space: nowrap;
}
.access .access__map {
  width: 100%;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .access .access__map {
    flex: 0 0 46.75rem;
  }
}
.access .access__iframe {
  width: 100%;
  height: 100%;
  border: 0;
  aspect-ratio: 345/315;
  filter: saturate(0.85) contrast(0.92) sepia(0.08) hue-rotate(-15deg);
}
@media screen and (min-width: 768px) {
  .access .access__iframe {
    aspect-ratio: 467.5/315;
  }
}
.access .access__info {
  width: 100%;
  padding-block: 3rem;
  aspect-ratio: 345/246;
}
@media screen and (min-width: 768px) {
  .access .access__info {
    flex: 1;
    padding-block: 6rem;
    aspect-ratio: 405/322;
  }
}/*# sourceMappingURL=style.css.map */