@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
/* english.css */

/* about-us */
.sec-about-us {
  padding: 100px 0;
}

.about-us__concept {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 5%;
}

.about-us__concept .text-area {
  max-width: 490px;
  width: 100%;
}


.about-us__head {
  color: #EA5E37;
}

.about-us__title {
  font-size: 16px;
  color: #EA5E37;
}

.about-us__subtitle {
  font-size: 20px;
}

.about-us__text {
  margin-top: 50px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.about-us__img {
  max-width: 600px;
}

.about-us__img img {
  aspect-ratio: 1/0.7;
  object-fit: cover;
}

/* Location */
.location__head {
  color: #EA5E37;
}

.location__title {
  font-size: 16px;
  color: #EA5E37;
}

.location__subtitle {
  font-size: 20px;
}

.location__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-top: 50px;
}
/* Access */
.info__desc-item {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  display: grid;
  column-gap: 10px;
  grid-template-columns: 8% 92%;
}

.info__icon {
  display: grid;
  place-content: center;
}

.info__icon img {
  width: 36px !important;
}

img.icon-train {
  width: 24px !important;
}
/* Reviews */

.reviews__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  column-gap: 60px;
  /* 高さ揃えのため */
  align-items: stretch;
  /* 各カードの高さを揃える */
}

.reviews__item {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.reviews__star-wrap {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  height: 35px;
  display: flex;
  align-items: center;
}

.reviews__star {
  color: #EA5E37;
  font-size: 1.4rem;
  display: grid;
  place-content: center;
}

.reviews__rating {
  color: #EA5E37;
  display: inline-block;
  margin-left: 10px;
}

.reviews__text {
  margin-top: 30px;
  flex: 1;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.reviews__date {
  color: #EA5E37;
  margin-top: auto;
}

/* faq */
.faq {
    padding: 100px 15px;
}

.faq__list {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 60px;
}

.faq__item {
    margin-bottom: 2.5rem;
}

.faq__question {
    background-color: #EA5E37;
    color: #fff;
    padding: 0.8rem 1rem;
    font-size: 1.6rem;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.faq__answer {
    display: flex;
    gap: 0.5rem;
    padding: 1rem 0;
    line-height: 1.6;
    font-size: 1.4rem;
    width: 80%;
    margin-inline: auto;
}

.faq__answer-label {
    font-weight: bold;
    font-size: 1.4rem;
    color: #EA5E37;
}

.faq__answer-text {
    flex: 1;
    color: #333;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

/* header */
.header__inner {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 20px 10px;
          gap: 30px;
}
.header__reserve {
  margin-left: clamp(20px, 5vw, 100px);
}
img.header-logo {
  width: 160px!important;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}
.nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 5vw, 40px);
}

.nav__link {
  font-size: clamp(12px, 1.2vw, 14px);
  display: grid;
  place-items: center;
  row-gap: clamp(10px, 1.5vw, 15px);
  padding: clamp(16px, 2.5vw, 24px) clamp(6px, 1vw, 10px) clamp(14px, 2vw, 20px);
  font-family: 'Libre Baskerville', serif;
}

.nav__label-ja {
  color: #EA5E37;
  font-size: clamp(9px, 1vw, 11px);
}

.reserve-button {
  background-color: #EA5E37;
  color: #fff;
  white-space: nowrap;
  padding: 20px 24px;
  font-size: 18px;
}

.reserve-button__text {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 14px;
}
.calendar-icon {
  width: 14px!important;
}
      
      
      @media (max-width: 768px) {
  .nav {
    display: none;
  }	
  /* about-us */
  .sec-about-us .txt-en.tit-en {
    text-align: center;
  }

  .about-us__concept {
    flex-direction: column-reverse;
    row-gap: 36px;
  }

  .about-us__head {
    text-align: center;
  }
  /* Location */
  .location__head {
    text-align: center;
  }
  /* Reviews */
  .reviews__items {
    grid-template-columns: initial;
    row-gap: 60px;
    margin-top: 60px;
  }
  /* faq */
    .faq__answer {
        width: 90%;
    }
    /* フロートボタン */
    .ft_fixed-btn a {
  display: block;
  background: #EA5E37;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 2.8px;
  padding: 23px 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.ft_fixed-btn {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.ft_fixed-btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

}


