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

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  background: #fff;
  line-height: 1.6;
}

.contact {
  background-color: #f2f2f2;
  min-height: 100vh;
  padding: 60px 40px;
  position: relative;
}
.contact__inner {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}
.contact__logo {
  width: 10rem;
  margin-bottom: 100px;
}
.contact__logo img {
  width: 100%;
  filter: brightness(0);
}
.contact__details {
  margin-bottom: 100px;
}
.contact__row {
  display: flex;
  margin-bottom: 24px;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.contact__label {
  width: 120px;
  color: #333;
  font-weight: normal;
}
.contact__value {
  color: #333;
}
.contact__value a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.contact__value a:hover {
  border-bottom-color: #333;
}
.contact__action {
  text-align: center;
  margin-top: 60px;
}

.button--booking {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 12px 80px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  transition: opacity 0.3s;
}
.button--booking:hover {
  opacity: 0.8;
}

.stay {
  background-color: #f2f2f2;
  min-height: 100vh;
  position: relative;
  text-align: center;
}
.stay__logo {
  position: absolute;
  top: 60px;
  left: 40px;
  width: 10rem;
}
.stay__logo img {
  width: 100%;
  filter: brightness(0);
}
.stay__inner {
  padding: 220px 20px 100px;
  max-width: 800px;
  margin: 0 auto;
}
.stay__section {
  margin-bottom: 40px;
}
.stay__title {
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  margin-bottom: 40px;
  font-weight: normal;
}
.stay__lead {
  font-size: 0.9rem;
  line-height: 2;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
}
.stay__images {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.stay__images img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.stay__info {
  text-align: left;
  margin-top: 40px;
}
.stay__time {
  font-size: 0.85rem;
  text-align: center;
  margin-bottom: 40px;
}
.stay__line {
  border: none;
  border-top: 1px solid #ccc;
  margin: 40px 0;
}
.stay__sub-title {
  font-size: 0.9rem;
  margin-bottom: 15px;
  font-weight: normal;
}
.stay__text {
  font-size: 0.8rem;
  line-height: 1.8;
}
.stay__notes {
  text-align: center;
  margin-top: 60px;
}
.stay__notes .stay__note-text {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #666;
}
.stay__action {
  margin-top: 80px;
}

.nav__list {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f2f2f2;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding: 60px 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.nav__list--active {
  opacity: 1;
  visibility: visible;
}
.nav__list .nav__logo-menu {
  width: 10rem;
  margin-bottom: 80px;
  list-style: none;
}
.nav__list .nav__logo-menu img {
  width: 100%;
  filter: brightness(0);
}
.nav__item {
  list-style: none;
  margin-bottom: 1.2rem;
  margin-left: 1.5rem;
}
.nav__link {
  color: #333;
  text-decoration: none;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.nav__link:hover {
  opacity: 0.6;
}
.nav__toggle {
  display: flex;
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 2000;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
}
.nav__toggle-line {
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease;
}
.page-contact .nav__toggle-line {
  background: #333;
}
.page-stay .nav__toggle-line {
  background: #333;
}
.nav__toggle.is-active .nav__toggle-line {
  background: #333;
}
.nav__toggle.is-active .nav__toggle-line:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
}
.nav__toggle.is-active .nav__toggle-line:nth-child(2) {
  opacity: 0;
}
.nav__toggle.is-active .nav__toggle-line:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../img/top/main.webp") no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 300px;
  padding: 0 20px;
}
.hero__logo img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.button--black {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px 40px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 10px;
  transition: opacity 0.3s;
}
.button--black:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */

/* ===================================================
   News
=================================================== */
.news {
  background-color: #f2f2f2;
  min-height: 100vh;
  padding: 60px 40px;
  position: relative;
}
.news__logo {
  width: 10rem;
  /* margin-bottom: 80px; */
}
.news__logo img {
  width: 100%;
  filter: brightness(0);
}
.news__inner {
  max-width: 800px;
  margin: 0 auto;
}
.news__title {
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  margin-bottom: 40px;
  font-weight: normal;
  text-align: center;
}
.news__list {
  border-top: 1px solid #ccc;
}
.news__item {
  border-bottom: 1px solid #ccc;
}
.news__item a {
  display: flex;
  flex-direction: column;
  padding: 24px 10px;
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s;
}
/* PCなどの横長画面では日付とタイトルを横並びに */
@media (min-width: 768px) {
  .news__item a {
    flex-direction: row;
    align-items: center;
  }
}
.news__item a:hover {
  opacity: 0.6;
}
.news__date {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  width: 140px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .news__date {
    margin-bottom: 0;
  }
}
.news__item-title {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
}
.news__empty {
  padding: 40px 0;
  text-align: center;
  font-size: 0.9rem;
}

/* トグルボタン（ハンバーガーメニュー）を黒にするための設定 */
.page-news .nav__toggle-line {
  background: #333;
}

/* ===================================================
   News Detail (Single Post)
=================================================== */
.news-detail {
  background-color: #f2f2f2;
  min-height: 100vh;
  padding: 60px 40px;
  position: relative;
}
.news-detail__logo {
  width: 10rem;
  margin-bottom: 80px;
}
.news-detail__logo img {
  width: 100%;
  filter: brightness(0);
}
.news-detail__inner {
  max-width: 800px;
  margin: 0 auto;
}
.news-detail__header {
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.news-detail__date {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: #666;
}
.news-detail__title {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
}
.news-detail__content {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 60px;
}
/* WordPressのエディタから出力されるタグへの基本スタイル */
.news-detail__content p {
  margin-bottom: 1.5em;
}
.news-detail__content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
.news-detail__content h2,
.news-detail__content h3 {
  margin: 1.5em 0 0.5em;
  font-weight: normal;
}
.news-detail__action {
  text-align: center;
  margin-top: 60px;
}

/* 一覧へ戻るボタン（枠線のみのデザイン） */
.button--back {
  display: inline-block;
  background-color: transparent;
  color: #333;
  padding: 12px 60px;
  border: 1px solid #333;
  border-radius: 30px;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
.button--back:hover {
  background-color: #333;
  color: #fff;
}

/* 投稿の個別ページでハンバーガーメニューを黒にするための設定 */
.single-post .nav__toggle-line {
  background: #333;
}

/* ===================================================
   スマホ向け調整（画面幅767px以下）
=================================================== */
@media screen and (max-width: 767px) {

  /* 1. ハンバーガーメニューの上下位置 */
  .nav__toggle {
    top: 60px; /* ★ここを基準にします */
    right: 20px;
  }

  /* 2. 各ページのロゴの上余白（nav__toggleのtopと数値を合わせる） */
  .contact,
  .news,
  .news-detail {
    padding-top: 25px; /* ★ハンバーガーと合わせる */
    padding-left: 20px;
    padding-right: 20px;
  }

  /* 3. stayページのロゴの上下位置（絶対配置なのでtopで合わせる） */
  .stay__logo {
    top: 25px; /* ★ハンバーガーと合わせる */
    left: 20px;
  }

  /* 4. 開いたメニュー画面内のロゴの上余白 */
  .nav__list {
    padding-top: 25px; /* ★ハンバーガーと合わせる */
    padding-left: 20px;
    padding-right: 20px;
  }

  /* ---------------------------------------------------
     以下はロゴのサイズ縮小と、下の余白の調整
  --------------------------------------------------- */
  .contact__logo,
  .stay__logo,
  .news__logo,
  .news-detail__logo,
  .nav__list .nav__logo-menu {
    width: 6rem; /* スマホ用のロゴサイズ */
    margin-bottom: 40px; 
  }

  .stay__inner {
    padding-top: 100px; 
  }
}