/*
Theme Name: TOKONAME INN HITOTOKI
Description:Original WordPress theme for TOKONAME INN HITOTOKI.
Version: 1.0
Author: Mizuki Kuwayama
*/

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: sans-serif;
  line-height: 1.8;
  color: #222;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.site-header {
  height: 65px;
  display: flex;
  align-items: center;
  background: #fff;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 20px;
  flex-shrink: 0;
}

.header-logo a {
  display: block;
  flex-shrink: 0;
}

.header-logo img {
  height: 45px;
  width: auto;
  display: block;
}

.menu-toggle {
  display: none;
}

.site-title {
  margin: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.2;
  color: #333;
  white-space: nowrap;
}

.header-nav-area {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  align-items: center;
}

.global-nav {
  margin-right: 20px;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 32px; /*メニュー同士の間隔 */
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu a {
  display: flex;
  flex-direction: column; /*英語と日本語を縦並び*/
  align-items: center;
  text-decoration: none;
}

.main-menu .en {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.main-menu .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 3px;
}

.main-menu a {
  transition: opacity 0.3s;
}

.main-menu a:hover {
  opacity: 0.7;
}

.header-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 12px 24px;
  background: #cab18a;
  color: #fff;
  text-decoration: none;
}

.header-button .en {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.header-button .jp {
  margin-top: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
}

.header-button:hover {
  opacity: 0.8;
}

.first-view {
  overflow: hidden;
}

.first-view-inner {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.first-view-inner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.first-view-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(25, 33, 42, 0.32);
  z-index: 1;
}

.first-view-copy {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
}

.first-view-sub {
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
}

.first-view-copy h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}

.first-view-text {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 40px;
}

.fv-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 220px;
  padding: 18px 32px;

  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;

  transition: 0.3s;
}

.fv-button:hover {
  background: #fff;
  color: #333;
}

/* 英語 */
.fv-button .en {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

/* 日本語 */
.fv-button .jp {
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
/*footer*/
.site-footer {
  padding: 48px 24px;
  background: #ffffff;
  color: #3e3e3e;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.site-footer small {
  font-size: 12px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.footer-menu a {
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  color: #3e3e3e;
}

.footer-menu li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-menu li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid #3e3e3e;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.footer-menu a:hover {
  opacity: 0.7;
}

/*=====conceptセクション=====*/

.concept-section {
  padding: 40px 0;
  background: #fff;
  text-align: center;
}

.section-inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.section-label {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: bold;
  color: #777;
  letter-spacing: 0.12em;
}

.section-inner h2 {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 1.5;
}

.section-lead {
  max-width: 720px;
  margin: 0 auto 38px;
  font-size: 16px;
  line-height: 2;
}

/*=====roomセクション=====*/
.room-section {
  padding: 40px 0;
  background: #fff;
  text-align: center;
}

.room-list {
  display: flex;
  gap: 32px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.room-item {
  flex: 1;
  background: #f8f8f8;
  border-radius: 20px;
  overflow: hidden;
}

.room-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.room-item h3 {
  margin: 24px 0;
  padding: 0 24px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: left;
}

.room-item p {
  padding: 0 24px 32px;
  line-height: 1.8;
  text-align: left;
}

.room-item > p:last-child {
  margin: 0;
}

/*=====facilitiesセクション=====*/

.facilities-section {
  padding: 80px 0;
  background: #f7f7f7;
}

.facilities-section .section-label {
  margin-bottom: 12px;
  text-align: center;
}

.facilities-section .section-lead {
  max-width: 700px;
  margin: 0 auto 56px;
  line-height: 1.9;
  text-align: center;
}

.facilities-section h2 {
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
}
/*===== facilities上段二枚 =====*/
.facilities-feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.facilities-feature-item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.facilities-feature-item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.facilities-feature-body {
  padding: 28px;
}

/*===== facilities下段三枚 =====*/
.facilities-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;

  margin-top: 40px;
  padding: 0;
  list-style: none;
}

.facilities-item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.facilities-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.facilities-item-body {
  padding: 24px;
}

/*===== facilities共通 =====*/
.facilities-category {
  margin-bottom: 8px;

  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #888;
}

.facilities-feature-item h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.facilities-item h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.facilities-feature-item p,
.facilities-item p {
  line-height: 1.8;
}

.facilities-feature-body > p:last-child,
.facilities-item-body > p:last-child {
  margin: 0;
}

/*===== .other-facilities =====*/
.other-facilities {
  margin-top: 60px;
  padding: 40px;
  background: #fff;
}

.other-facilities h3 {
  margin-bottom: 30px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 24px;
}

.other-facilities-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 30px 50px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.other-facilities-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}

.other-facilities-list i {
  width: 22px;
  color: #8c7b5a;
  font-size: 18px;
  text-align: center;
}
/*=====accessセクション=====*/
.access-section {
  padding: 80px 0 120px;
  background: #f0eeeb;
  text-align: center;
}

.access-section h2 {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 1.5;
}

.service-section .section-lead {
  max-width: 780px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 2;
}

/* Googleマップ */

.access-map {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(32, 32, 32, 0.08);
}

.access-map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

/* チェックイン・チェックアウト */
.check-time {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 20px;
  padding: 12px 0;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.check-item + .check-item {
  padding-left: 50px;
  border-left: 1px solid #e5e5e5;
}

.check-item i {
  font-size: 17px;
  color: #8c7b5a;
}

.check-item span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #888;
  margin-bottom: 2px;
}

.check-item p {
  margin-top: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.access-section dl {
  display: grid;
  grid-template-columns: 170px 1fr;
  max-width: 100%;
  margin: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(29, 29, 29, 0.06);
}

.access-section dt,
.access-section dd {
  margin: 0;
  padding: 24px 28px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.access-section dt {
  background: #f3f1ec;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.access-section dd {
  background: #fff;
  line-height: 1.8;
}

/*=====ctaセクション=====*/
.cta-section {
  padding: 80px 0;
  background: #e8e2d8;
  color: #333;
  text-align: center;
}

.cta-section h2 {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 1.5;
}

.cta-section .section-lead {
  max-width: 780px;
  margin: 0 auto 36px;
  font-size: 16px;
  line-height: 2;
}

.cta-section a {
  display: inline-block;
  min-width: 260px;
  padding: 18px 36px;
  color: #8c7b5a;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  border-radius: 999px;
}

.cta-section a:hover {
  background: #cab18a;
  transform: translateY(-2px);
}

/*=====第１２章：トップページ全体の仕上げ=====*/

.opening-section,
.body-section,
.service-section,
.works-section,
.flow-section,
.price-section,
.cta-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.opening-section h2,
.body-section h2,
.service-section h2,
.works-section h2,
.flow-section h2,
.price-section h2,
.cta-section h2 {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 1.5;
}

.room-section li,
.facilities-section li {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

/*=====第１３章：レスポンシブ対応=====*/

@media (max-width: 768px) {
  .section-inner {
    width: calc(100% - 32px);
    max-width: none;
    margin: 0 auto;
  }

  .concept-section,
  .room-section,
  .facilities-section,
  .access-section,
  .cta-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .concept-section h2,
  .room-section h2,
  .facilities-section h2,
  .access-section h2,
  .cta-section h2 {
    font-size: 28px;
    line-height: 1.5;
  }

  .section-lead {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 1.9;
  }

  /*ＦＶ：スマホではスマホ用画像を比率のまま表示*/
  .first-view {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .first-view-inner {
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .first-view-inner picture {
    display: block;
    width: 100%;
  }

  .first-view-inner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  .first-view-copy {
    left: 24px;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
  }

  .first-view-sub {
    font-size: 12px;
    letter-spacing: 0.15em;
    margin-bottom: 12px;
  }

  .first-view-copy h1 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 16px;
  }

  .first-view-text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 28px;
  }

  .fv-button {
    width: 220px;
    padding: 16px 24px;
  }

  .fv-button .en {
    font-size: 14px;
  }

  .fv-button .jp {
    font-size: 11px;
  }

  /*Ｈeader*/
  .site-header {
    height: auto;
    padding: 0;
  }

  .site-header .section-inner {
    display: block;
  }

  .site-title {
    margin: 0 0 10px;
    text-align: center;
  }

  .header-logo img {
    width: 70px;
    height: auto;
    max-height: none;
  }

  /*Room:スマホでは必ず一列*/
  .room-section ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .room-section li {
    width: 100%;
    margin: 0 0 20px;
    padding: 24px;
  }

  .room-section li:last-child {
    margin-bottom: 0;
  }

  .room-section li img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 0 20px;
  }

  .room-section li h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.5;
  }
  .room-section li p {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
  }

  /*facilities-section*/
  /* 上段：Beauty / Training */
  .facilities-feature-list {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }

  .facilities-feature-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .facilities-feature-body {
    padding: 20px;
  }

  .facilities-feature-body h3 {
    font-size: 19px;
  }

  .facilities-feature-body > p:last-child {
    font-size: 14px;
    line-height: 1.8;
  }
  /* 下段：Kitchen / Amenities / Family */
  .facilities-list {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
  }

  .facilities-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .facilities-item-body {
    padding: 18px 20px 22px;
  }

  .facilities-item-body h3 {
    font-size: 19px;
  }

  .facilities-item-body > p:last-child {
    font-size: 14px;
    line-height: 1.8;
  }
  /* Beauty / Relax / Kitchenなど */
  .facilities-category {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  /* Other Facilities */
  .other-facilities {
    margin-top: 40px;
  }

  .other-facilities h3 {
    margin-bottom: 24px;
    font-size: 20px;
    text-align: center;
  }

  .other-facilities-list {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    gap: 20px 40px;
    margin: 0;
    padding: 0;
  }

  .other-facilities-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
  }

  .other-facilities-list i {
    width: 20px;
    font-size: 17px;
    text-align: center;
  }

  /* access-section*/
  .access-content {
    display: block;
  }
  /* Google Map */
  .access-map {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
  }

  .access-map iframe {
    width: 100%;
    height: 280px;
    display: block;
    border: 0;
  }

  /* Check-in / Check-out */
  .check-time {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 12px;
    margin-top: 16px;
  }

  .check-item {
    padding: 16px 8px;
    text-align: center;
  }

  .check-item span {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
  }

  .check-item p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .check-item i {
    margin-right: 5px;
    font-size: 14px;
  }

  /* アクセス情報 */
  .access-info-area {
    margin-top: 32px;
  }

  .access-info dt {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
  }

  .access-info dd {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
  }

  /*ＣＴＡ*/
  .cta-section a {
    width: 100%;
    min-width: 0;
    padding: 18px 24px;
  }

  /*=====第１４章：スマホ用ハンバーガーメニュー=====*/

  /*ＰＣではハンバーガーメニューを非表示*/
  .menu-toggle {
    display: none;
  }

  /*ＰＣ用：header-nav-areaの中でナビとボタンを横並びにする*/
  .header-nav-area {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding: 0;
  }

  .header-nav-area .global-nav {
    margin-right: 30px;
  }

  .header-nav-area .header-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*スマホ表示*/
  @media (max-width: 768px) {
    .site-header {
      position: relative;
      z-index: 1000;
      padding: 0;
      box-sizing: border-box;
    }

    .site-header .section-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
    }

    .header-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
    }

    .header-logo a {
      display: block;
      line-height: 1;
    }

    .header-logo img {
      width: 70px;
      height: auto;
      display: block;
    }

    .site-title {
      margin: 0;
      font-size: 12px;
      line-height: 1.2;
    }

    .menu-toggle {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      width: 44px;
      height: 44px;
      padding: 0;
      border: 1px solid #cccccc;
      border-radius: 8px;
      background: #fff;
      cursor: pointer;
      flex-shrink: 0;
      margin-left: auto;
      z-index: 1002;
    }

    .menu-toggle span {
      display: block;
      width: 22px;
      height: 2px;
      margin: 0 auto;
      background: #333333;
    }

    .header-nav-area {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      padding: 0 16px 20px;
      box-sizing: border-box;
      background: #f7f7f7;
      z-index: 1001;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

    .header-nav-area.is-open {
      display: block;
    }

    .header-nav-area .global-nav {
      margin-right: 0;
    }

    .main-menu,
    .sub-menu {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0;
    }

    .main-menu li,
    .sub-menu li {
      display: block;
      border-bottom: 1px solid #e3e3e3;
    }

    /* メインメニュー */

    .main-menu {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0;
    }

    .main-menu li {
      display: block;
      border-bottom: 1px solid #e3e3e3;
    }
    .main-menu a {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
      padding: 18px 0;
      font-weight: 500;
      text-align: center;
    }

    /* 英語 */
    .main-menu .en {
      font-size: 13px;
      line-height: 1.3;
    }

    /* 日本語 */
    .main-menu .jp {
      font-size: 11px;
      line-height: 1.3;
    }

    /* サブメニュー */
    .sub-menu a {
      display: block;
      padding: 18px 0;
      font-size: 13px;
      font-weight: 500;
      line-height: 1.5;
      text-align: center;
    }
    .sub-menu {
      margin-top: 0;
    }

    .sub-menu li {
      gap: 0;
    }

    .sub-menu li::before {
      display: none;
    }

    .header-nav-area .header-button {
      width: 100%;
      max-width: none;
      height: 56px;
      margin-top: 20px;
      font-size: 14px;
    }
    /*footerメニュー*/
    .site-footer {
      padding: 36px 16px;
    }
    .footer-menu {
      gap: 10px;
      margin-bottom: 20px;
    }
    .site-footer small {
      font-size: 10px;
      line-height: 1.6;
    }
  }
}

/*固定ページ*/
.page-main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-title {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}

.page-body {
  font-size: 16px;
  line-height: 1.9;
}

.page-body h2 {
  margin-top: 48px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 1px solid #dddddd;
}

.page-body h3 {
  margin-top: 36px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.5;
}

.page-body p {
  margin-bottom: 20px;
}

.page-body ul,
.page-body ol {
  margin-bottom: 24px;
  padding-left: 1.5em;
}

.page-body li {
  margin-bottom: 8px;
}

.page-body table {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  border-collapse: collapse;
}

.page-body th,
.page-body td {
  padding: 14px 16px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

.page-body th {
  width: 30%;
  background: #f7f7f7;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .page-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-content {
    max-width: 100%;
  }

  .page-title {
    margin-bottom: 24px;
    font-size: 26px;
  }

  .page-body {
    font-size: 15px;
  }

  .page-body h2 {
    margin-top: 40px;
    font-size: 22px;
  }

  .page-body h3 {
    margin-top: 32px;
    font-size: 18px;
  }

  .page-body table {
    font-size: 14px;
  }

  .page-body th,
  .page-body td {
    display: block;
    width: 100%;
  }
}

/*ブログ一覧*/
.blog-main,
.archive-main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-heading,
.archive-heading {
  margin-bottom: 40px;
  text-align: center;
}

.blog-title,
.archive-title {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.5;
}

.blog-lead {
  font-size: 16px;
  line-height: 1.8;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
}

.blog-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.blog-card-image {
  aspect-ratio: 3 / 2;
  background: #f7f7f7;
}

.blog-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-body {
  padding: 24px;
}

.blog-date {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  color: #777;
}

.blog-card-title {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.5;
}

.blog-excerpt {
  font-size: 15px;
  line-height: 1.8;
}

.blog-pagination {
  margin-top: 40px;
  text-align: center;
}

.blog-pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  text-decoration: none;
}

.blog-pagination .current {
  background: #333;
  color: #fff;
}

/*記事詳細*/
.single-main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.single-content {
  max-width: 800px;
  margin: 0 auto;
}

.single-header {
  margin-bottom: 40px;
  text-align: center;
}

.single-date {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  color: #777;
}

.single-title {
  font-size: 32px;
  line-height: 1.5;
}

.single-eyecatch {
  margin-bottom: 40px;
}

.single-eyecatch img {
  display: block;
  width: 100%;
  height: auto;
}

.single-body {
  font-size: 16px;
  line-height: 1.9;
}

.single-body h2 {
  margin-top: 48px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
}

.single-body h3 {
  margin-top: 36px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.5;
}

.single-body p {
  margin-bottom: 20px;
}

.single-body ul,
.single-body ol {
  margin-bottom: 24px;
  padding-left: 1.5em;
}

.single-body li {
  margin-bottom: 8px;
}

.single-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
}

.single-nav a,
.back-to-blog a {
  text-decoration: underline;
}

.back-to-blog {
  margin-top: 32px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .blog-main,
  .archive-main,
  .single-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-heading,
  .archive-heading {
    margin-bottom: 32px;
  }

  .blog-title,
  .archive-title,
  .single-title {
    font-size: 26px;
  }

  .blog-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog-card-body {
    padding: 20px;
  }

  .single-header {
    margin-bottom: 32px;
  }

  .single-eyecatch {
    margin-bottom: 32px;
  }

  .single-body {
    font-size: 15px;
  }

  .single-body h2 {
    margin-top: 40px;
    font-size: 22px;
  }

  .single-body h3 {
    margin-top: 32px;
    font-size: 18px;
  }

  .single-nav {
    display: block;
  }

  .single-nav-prev,
  .single-nav-next {
    margin-bottom: 16px;
  }
}

/*お問い合わせフォーム*/
.page-body .wpcf7-form {
  max-width: 640px;
  margin: 0 auto;
}

.page-body .wpcf7-form p {
  margin-bottom: 20px;
}

.page-body .wpcf7-form label {
  display: block;
  font-weight: 700;
}

.page-body .wpcf7-form input[type="text"],
.page-body .wpcf7-form input[type="email"],
.page-body .wpcf7-form input[type="tel"],
.page-body .wpcf7-form select,
.page-body .wpcf7-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 1.6;
}

.page-body .wpcf7-form textarea {
  min-height: 180px;
}

.page-body .wpcf7-form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 14px 20px;
  border: none;
  background: #8c7b5a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.page-body .wpcf7-form input[type="submit"]:hover {
  background: #6f6148;
}

.page-body .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 14px;
  color: #c00;
}

.page-body .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 16px;
}

/* お問い合わせラベル */
.form-en {
  display: block;
  margin-bottom: 4px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #333;
}

.form-jp {
  display: block;
  margin-bottom: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #777;
}
