/*
Theme Name: Nasu Morizou
Theme URI: https://nasu-morizou.com
Author: Nasu Morizou
Description: Custom theme for Nasu Morizou
Version: 1.0.0
Text Domain: nasu-morizou
*/


@charset "utf-8";
.footer-access-route dt,
.footer-access-route dd,
.room-content dt,
.room-content dd {
  margin: 0;
  font-weight: 300;
}
a {
  transition: all 0.5s;
}
dt {
  font-weight: normal;
}
html, body { height: 100%; overflow-x: clip; }
@supports not (overflow-x: clip) {
  html, body { overflow-x: hidden; }
}
/* 2) 斜めドラッグでも縦スクロールだけ受け付ける（横パン抑止） */
body { overscroll-behavior-x: none; touch-action: pan-y; }

/* 3) よくある犯人を事前に抑える */
img, svg, video, canvas { max-width: 100%; height: auto; display: block; }
.slick-slider, .slick-list, .slick-track { overflow: hidden; } /* スライダーの横はみ出し対策 */
html {
  font-size: 16px;
}
body {
  line-height: 1.7;
  color: #333;
  background-color: white;
  font-family: "Noto Sans JP", "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.inner-contents {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.headline-en {
  color: #c1dc00;
}

a:hover  {
  color: #8d781b;
}
@media (max-width: 560px) {
  .inner-contents {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.font-noto-serif {
  font-family: "Noto Serif JP", serif;
}

.font-shippori {
  font-family: "Shippori Mincho", serif;
}

.font-tiro {
  font-family: "Tiro Tamil";
}

.sikiri {
  background-color: #698470;
  width: 100%;
  height: 100px;
  background-image: url(../img/pt-rogo.png);
  background-repeat: repeat-x;
  background-size: 292px auto;
  background-position: center;
}
a:hover .page-link-text {
  color: #8d781b;
}
.top-sight-content a:hover .page-link-text {
  color: white;
}

a.receive-btn-link:hover .receive-btn {
  background-color: #698470;
  color: white;
}
a.receive-btn-link:hover .arrow1,
a.receive-btn-link:hover .arrow1::before {
  background-color: white;
}

a:hover .arrow2,
a:hover .arrow2::before {
  background-color: #8d781b;
}
.top-sight-content a:hover .arrow2,
.top-sight-content a:hover .arrow2::before {
  background-color: white;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0); /* 古いブラウザ用 */
  clip-path: inset(50%); /* 新しめ */
  border: 0;
  white-space: nowrap; /* 折返し防止 */
}

.red {
  color:red;
}
/* SlickのCSS */
.slick-dots li button:before {
  font-size: 8px;
}
.slick-dots {
  right: 0;
  width: auto;
  text-align: right;
  bottom: 8px;
  position: relative;  
}
.slick-dots li.slick-active button:before {
  color: #8d781b;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity:.25;
}
.room-content .slider {
  opacity: 0;
}
.room-content .slider.slick-initialized {
  opacity: 1;
  transition: opacity .3s;
}
/* reCAPTCHAバッジを通常フローに置く（固定をやめる） */
.grecaptcha-badge{
  position: static !important;
  display: inline-block;
  margin-top: 12px;            /* フォームとの間隔 */
  box-shadow: none !important; /* 影が強すぎる場合 */
  transform: none !important;  /* 念のためスケール等を無効化 */
}

.gt_float_switcher {
  border-radius:7px;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  display:none;
}
/* ラベル文字だけを見えなくする */
.gt_options .nturl[data-gt-lang="zh-TW"],
.gt_options .nturl[data-gt-lang="en"],
.gt_options .nturl[data-gt-lang="ja"],
.gt_options .nturl[data-gt-lang="ko"],
.gt_options .nturl[data-gt-lang="zh-CN"] {
  font-size: 0;                 /* テキストノードを視覚的に消す */
  align-items: center;
  gap: 0;                       /* 余白が要らなければ 0 */
}

/* 旗アイコンはそのまま表示 */
.gt_options .nturl img {
  font-size: initial;           /* 念のためリセット */
  line-height: 1;
  vertical-align: middle;
}

.gtranslate_wrapper .gt_float_switcher .gt_options {
  transform: translateY(30px);
}

#gt_float_wrapper {
  z-index:10!important;
}
.gt_float_switcher {
    /* box-shadow: 0 0 3px #b0b3b1!important; */
}

/* ========================
       アニメーションセクション
       ======================== */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .fade-in {
            animation: fadeInUp 1.8s ease-out;
        }

        /* スクロール効果 */
        .scroll-reveal {
            opacity: 0;
            transform: translateY(40px);
            transition: all 1.5s ease;
        }

        .scroll-reveal.active {
            opacity: 1;
            transform: translateY(0);
        }

/* ========================
       ヘッダー
       ======================== */

header {
  color: white;
  /* background-color: #698470; */
  width: 100%;
  /* margin-bottom: -108px; */
  position: relative;
  z-index: 1000001;
  padding-top: 24px;
  /* padding-bottom: 24px; */
  position: fixed;
}

.header-contents {
  max-width: 1130px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
  margin: 0 auto;
  min-height: 60px;
  display: relative;
}

.header-logo {
  /* z-index: 4; */
  position: relative;
  width: 127px;
}

.header-logo img {
  width: 100%;
  height: auto;
}

/* ========================
      ハンバーガーメニュー
       ======================== */

/*============
.main-nav
=============*/
.main-nav .inner ul {
  display: flex;
  justify-content: space-evenly;
  /* 均等配置 */
  margin: 0;
  padding: 0;
  /* writing-mode: vertical-lr; */
}

.main-nav .inner li a {
  display: flex;
  flex-direction: column; /* 縦並び */
  align-items: center; /* 中央寄せ */
  text-align: center;
}
.main-nav .inner ul li a:hover {
  color: white;
}
body .main-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: #698470;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 206px;
  pointer-events: none;
}

.open .main-nav {
  opacity: 0.93;
  z-index: 1000000;
  pointer-events: auto;
}

.main-nav .inner {
  width: 1060px;
  margin: 0 auto;
  margin-top: 112px;
  color: #dae5da;
}

.main-nav .inner ul li a {
  display: block;
  color: #dae5da;
  transition-duration: 0.2s;
}

@media screen and (max-width: 1030px) {
  .main-nav .inner ul {
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-align-items: column;
    align-items: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .main-nav .inner ul li {
    margin-bottom: 30px;
  }
  .main-nav .inner {
    width: 60%;
    margin-top: 120px;
  }
  body .main-nav {
  top: 46px;

    height: 100%;
  inset: 0;               /* top:0; right:0; bottom:0; left:0 の短縮 */
  height: 100vh;   /* 古いブラウザ用 */
  height: 100svh;  /* “小さい”表示域（URLバー展開時） */
  height: 100dvh;  /* “動的”表示域（URLバーに追従） */
  height: 100lvh;  /* “最大”表示域（URLバー収納時も最大まで） */
  /* ノッチ/ホームバーの下にも色を回したいときの余白対策 */
  padding-bottom: env(safe-area-inset-bottom, 0);
  padding-top: env(safe-area-inset-top, 0);    
  }
  .open .main-nav {
    opacity:0.97;
  }
}

/* bodyにこのクラスが付いたらスクロール禁止 */
.no-scroll {
  height: 100%;
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: absolute;
  top: 10px;
  right: 32px;
  width: 82px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 82px;
  height: 1px;
  background-color: white;
  border-radius: 4px;
  transition: all 0.5s;
  box-shadow:0 1px 2px #cbcaca;
}

.toggle_btn span:nth-child(1) {
  top: 4px;
}

.toggle_btn span:nth-child(2) {
  top: 19px;
}

.toggle_btn span:nth-child(3) {
  top: 34px;
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(16px) rotate(-340deg);
  transform: translateY(16px) rotate(-340deg);
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-15px) rotate(340deg);
  transform: translateY(-15px) rotate(340deg);
}

.menu-jp {
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
}

.menu-en {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  border-bottom: 1px solid #dae5da;
  padding-bottom: 3px;
  margin-bottom: 3px;
  font-family: "Tiro Tamil";
  width: max-content;
  margin-inline: auto;
  white-space: nowrap;
}

.main-nav-list > li {
  flex: 1; /* ← 全項目を等幅に */
}

.main-nav-list > li > a {
  align-items: center;
  padding: 16px 0;
}

/* ========================
       予約ボタン
       ======================== */
.receive-btn {
  background-color: white;
  border-radius: 100%;
  width: 189px;
  height: 189px;
  position: fixed;
  bottom: 27px;
  right: 20px;
  font-size: 1.5rem;
  color: #698470;
  padding: 24px;
  padding-top: 46px;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
  box-shadow: rgba(0,0,0,0.15) 0 5px 15px;
  z-index: 3;
  transition: all 0.5s; 

}
.receive-btn.hidden,
.gtranslate_wrapper.hidden {
  opacity: 0;
  pointer-events: none; /* クリックも無効化 */
}

/* ========================
       矢印
       ======================== */

.arrow1 {
  position: relative;
  display: inline-block;
  width: 84px;
  height: 1px;
  margin-top: 4.3px;
  border-radius: 9999px;
  background-color: #698470;
  margin-top: -10px;
  transition: all 0.5s;
}

.arrow1::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #698470;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
  transition: all 0.5s;
}

.arrow2 {
  position: relative;
  display: inline-block;
  width: 141px;
  height: 1px;
  border-radius: 9999px;
  background-color: #698470;
  margin-top: -10px;
  transition: all 0.5s;
}

.arrow2::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #698470;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
  transition: all 0.5s;
}

.page-link-text {
  margin-bottom: -18px;
  color: #698470;
  font-family: "Tiro Tamil";
  margin-top: 60px;
  font-size: 0.875rem;
  transition: all 0.5s;
}

.arrow-white .arrow2 {
  background-color: white;
}

.arrow-white .arrow2::before {
  background-color: white;
}

.arrow-white .page-link-text {
  color: white;
}

/* ========================
       ヒーロー
       ======================== */
.top-hero {
  background-size: cover;
  width: 100%;
  color: #fff;
  font-size: 3.3rem;
  position: relative;
  line-height: 2;
  z-index:-2;
}

/* テキストは前面へ */
.top-hero-contents {
  position: relative;
  z-index: 1;
}

/* 既存指定 */
.top-hero h1,
.top-hero p {
  position: relative;
  top: 106px;
  height: 458px;
  letter-spacing: 0.1em;
}

.top-hero-contents {
  writing-mode: vertical-rl;
}

.hero-jp-text {
  font-size: 2rem;
  right: 0px;
}

.hero-en-text {
  font-size: 1.125rem;
  margin-right: 20px;
}



/* ===== heroスライダーを“背景”として敷く（レイアウトに影響させない） ===== */
.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* Slickの内側まで高さを伝播 */
.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slider .hero-slick-img {
  height: 100%;
}

/* 画像をコンテナいっぱいに”背景風”で表示 */
.hero-slick-img {
  position: relative;
}
.hero-slick-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 背景cover相当 */
}

/* ===== Ken Burns（拡大） ===== */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  } /* 拡大量はお好みで */
}

/* 拡大はスライドに付与されたクラスをトリガーに、内側の画像へ適用 */
.add-animation img {
  animation: zoomUp 10s linear 0s both;
}

/* ========================
       メッセージ
       ======================== */
.top-message {
  width: 100%;
  margin-top: 124px;
  position: relative;
}

.top-message-contents {
  background-image: url(../img/top-message.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 76%;
  background-size: cover;
  width: 100%;
  width: 77%;
  height: 600px;
  margin-left: auto;
  padding-bottom: 8%;
  margin-bottom: 120px;
  border-radius: 8px 0px 0px 8px;
}

.top-message-contents-textbox {
    background-color: white;
    opacity: 0.95;
    width: 676px;
    position: absolute;
    left: 0;
    top: 25px;
    padding-left: 10%;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 8px;
}

.top-message-contents-textbox h2 {
  font-size: 1.5rem;
  margin-bottom: 24px;
  color: #698470;
}

@media (max-width: 672px) {
  .top-message-contents-textbox {
    width: 86%;
    top: 280px;
  }
  .top-message-contents {
    width: 87%;
    height: 400px;
    margin-bottom: 580px;
  }
}
@media (max-width: 480px) {
  .top-message-contents {
    width: 91%;
  }
  .top-message-contents-textbox {
    width: 100%;
  }
  .top-message-contents-textbox p {
    line-height: 1.8;
  }
}

/* ========================
       お知らせ
       ======================== */
.top-news {
  max-width: 966px;
  position: relative;
  margin-top: -30px;
  margin-right: 32px;
}

.top-news-container {
  border: solid 2px #698470;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #698470;
  position: relative;
  border-radius: 0 8px 8px 0;
}

.top-news-headline {
  color: #dae5da;
  width: 191px;
  line-height: 39px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  height: 100%;
  display: -webkit-flex;
  display: flex;
    -webkit-justify-content: center;
    justify-content: end;
    -webkit-align-items: center;
    align-items: center;
    gap: 4px;
    webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-align-items: column;
    align-items: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.top-news-contents {
  flex-grow: 5;
  background: white;
  /* padding-top: 10px;
  padding-bottom: 10px; */
  border-radius: 0 8px 8px 0;
}

.top-news-headline-en {
  font-size: 1.875rem;
  font-family: "Tiro Tamil";
  margin-bottom: -16px;
}

.top-news-headline-jp {
  font-size: 0.875rem;
  font-family: "Noto Serif JP", serif;
}

.top-news-contents dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #eaeaea;
  font-size: 0.875rem;
  align-items: center;
}

.top-news-contents dl dt:nth-of-type(1) {
  -webkit-flex-basis: 108px;
  flex-basis: 108px;
}

.top-news-contents dl dt:nth-of-type(2) {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.top-news-contents a:last-child dl {
  border-bottom: none;
}


.top-news-contents dt {
  color: #698470;
  font-family: "Shippori Mincho", serif;
  font-size: 1.0625rem;
  min-width:110px;
}

.top-news-contents dd {
  font-size: 0.875rem;
}
.top-news-contents a:hover {
  color:#333;
}
.news-page-link {
  color: #698470;
  font-family: "Tiro Tamil";
  position: absolute;
  right: 0;
  bottom: -40px;
  margin-bottom: -10px;
}
.top-news-contents a dl {
  transition: all 0.5s;
}
.top-news-contents a:hover {
  opacity: 0.8;
}
.top-news-contents a:hover dl {
  background-color: #f8fcef;
}

.news-content .nav-links {
  text-align:center;
}

@media screen and (max-width: 600px) {
  .top-news-container {
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-align-items: column;
    align-items: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .top-news-container {
    padding-top: 7px;
  }
  .top-news-contents {
    border-radius: 0 0 8px 0;
    width:100%;
  }
  .top-news-headline {
    align-items: baseline;
    flex-direction: row;
    padding-top: 26px;
    padding-bottom: 26px;    
    width:174px;
    justify-content: center;
    width:100%;
  }
}
/* ========================
       トップ サウナ&ペット
       ======================== */

.top-sauna {
  position: relative;
  height: 900px;
}

.top-sauna::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 50%; /* 左半分だけ */
  background: url(../img/top-sauna1.webp) center/cover no-repeat;
}

.top-sauna::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  aspect-ratio: 4 / 2;
  background: url(../img/top-sauna2.webp) center / cover no-repeat;
  border-radius: 8px 0px 0px 0px;
}

.top-sauna-text-content {
  width: 510px;
  position: absolute;
  right: 0;
  top: 53px;
  background: white;
  padding: 60px;
  border-radius: 8px;
  line-height: 2;
  z-index: 1;
  opacity: 0.95;
}

.top-sauna-headline {
  color: #698470;
  font-size: 1.5625rem;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
}

.top-sauna-headline-en {
  color: #dae5da;
  font-size: 3.125rem;
  font-family: "Tiro Tamil";
  writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}

@media (max-width: 1035px) {
  .top-sauna {
    height: 748px;
  }
  .top-sauna-text-content {
    margin-right: 30px;
  }
  .top-cuisine-text-content {
    margin-right: 30px;
  }
}
@media (max-width: 760px) {
  .top-sauna {
    height: 620px;
  }
}
@media (max-width: 560px) {
  .top-sauna {
    margin-bottom: 300px;
  }

  .top-sauna-text-content {
    width: 95%;
    top: 435px;
    padding: 30px;
    margin-right: 0;
    left: 0;
  }
  .top-sauna::after {
    border-left: 2px solid white;
    border-top: 2px solid white;
    border-bottom: 1px solid white;
    top: 292px;
    width: 80%;
  }
  .top-sauna::before {
    width: 70%;
    height: 400px;
  }
}

/* ========================
       トップ お部屋
       ======================== */

.top-room {
  position: relative;
  margin-bottom: 100px;
}
.top-room-bg {
  background: url(../img/top-room1.webp) center/cover no-repeat;
  height: 300px;
  width: 100%;
  position: relative;
}

.top-room-bg2 {
  background: url(../img/top-room2.webp) center/cover no-repeat;
  width: 48%;
  position: relative;
  aspect-ratio: 4 / 2.1;
  border-radius: 8px 0px 0px 8px;
  margin-left: auto;
  margin-top: -660px;
  min-height: 420px;
  margin-bottom: 160px;
}

.top-room-text-content {
  max-width: 510px;
  background: white;
  padding: 60px;
  border-radius: 8px;
  line-height: 2;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
  opacity: 0.95;
}

.top-room-headline {
  color: #698470;
  font-size: 1.563rem;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
}

.top-room-headline-en {
  color: #dae5da;
  font-size: 3.125rem;
  font-family: "Tiro Tamil";
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  top: 329px;
  line-height: 1;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .top-room-bg2 {
    margin-top: -200px;
    width: 70%;
        min-height: 200px;
        margin-bottom: 0;
  }
}
@media screen and (max-width: 560px) {
  .top-room-text-content {
    padding: 30px;
  }
}

/* ========================
       トップ お料理
       ======================== */
.top-cuisine {
  position: relative;
  height: 560px;
}

.top-cuisine::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 50%;
  background: url(../img/top-cuisine1.webp) center/cover no-repeat;
}

.top-cuisine-text-content {
  max-width: 510px;
  background: white;
  padding: 60px;
  border-radius: 8px;
  line-height: 2;
  position: absolute;
  right: 0;
  top: 26px;
  opacity: 0.95;
}

.top-cuisine-headline {
  color: #698470;
  font-size: 1.563rem;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
}

.top-cuisine-headline-en {
  color: #dae5da;
  font-size: 3.125rem;
  font-family: "Tiro Tamil";
  writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .top-cuisine::before {
    width: 70%;
  }
}
@media screen and (max-width: 560px) {
  .top-cuisine-text-content {
    position: relative;
    margin-right: 0px;
    top: 340px;
    padding: 30px;
  }
  .top-cuisine::before {
    width: 82%;
  }
  .top-cuisine {
    margin-bottom: 220px;
  }
}

/* ========================
       トップ 周辺観光案内
       ======================== */
.top-sight {
  background-image: url(../img/top-sightseeing.webp);
  background-size: cover;
  width: 100%;
  height: 700px;
  color: white;
  position: relative;
  line-height: 2;
  padding-top: 200px;
  position: relative;
}
.top-sight-headline-en {
  position: absolute;
  top: 20px;
  left: 15%;
  font-size: 66px;
  color: #dae5da;
  font-family: "Tiro Tamil";
  opacity: 0.3;
}
.top-sight-content {
  max-width: 660px;
  margin: auto;
  padding: 60px 120px;
  border: solid 1px white;
  border-radius: 8px;
  width: 80%;
  transition: all 0.5s;
}

.top-sight-headline {
  font-size: 1.563rem;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 575px) {
  .top-sight-headline-en {
    font-size: 50px;
    left: 16px;
  }
}
@media (max-width: 410px) {
  .top-sight-headline-en {
    font-size: 40px;
  }
}
@media (max-width: 340px) {
  .top-sight-headline-en {
    display: none;
  }
}

/* ========================
       フッター アクセス
       ======================== */
.footer-access {
  background: #79897D;
  color: white;
  padding-top: 100px;
  padding-bottom: 160px;
}

.footer-access-headline {
  color: #dae5da;
  margin-bottom: 24px;
}

.footer-access-headline-en {
  font-size: 3.125rem;
  font-family: "Tiro Tamil";
}

.footer-access-headline-jp {
  font-size: 1.125rem;
  font-family: "Shippori Mincho", serif;
}

.footer-access-map iframe {
  border-radius: 8px;
  width: 100%;
}

.footer-access-info {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 26px;
}

.access-rogo {
  margin-bottom: 20px;
    text-align: center;
    display: inline-block;  
}

.access-rogo img {
  width: 200px;
  height: auto;
}

.footer-access-route {
  max-width: 924px;
  margin: 0 auto;
  font-size: 1.125rem;
}

.footer-access-route dl {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 18px 24px;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
}

.footer-access-route dl:first-child {
  border-top: 1px solid #eaeaea;
}

.footer-access-route dt {
  flex: 0 0 180px;
  margin: 0;
}

.footer-access-route dd {
  flex: 1;
  margin: 0;
}
@media screen and (max-width: 550px) {
  .footer-access-route dl {
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-align-items: column;
    align-items: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .footer-access-route dt {
    flex: 0 0 30px;
  }
  .footer-access-route dl {
    gap: 6px;
  }
}

/* ========================
       フッター ご予約
       ======================== */
.footer-receive {
  background-image: url(../img/footer-receive.webp);
  background-size: cover;
  width: 100%;
  height: 440px;
  color: white;
  position: relative;
  line-height: 2;
  padding-top: 80px;
  text-align: center;
  background-position: center;
}
.footer-receive-headline {
  font-size: 1.75rem;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 12px;
}
.footer-receive-desc {
  font-size: 1.125rem;
  margin-bottom: 30px;
}
.footer-receive-btn {
  border: solid 1px white;
  padding: 20px 4%;
  margin: 0 auto;
  font-size: 1.25rem;
  font-family: "Shippori Mincho", serif;
  border-radius: 8px;
  transition: all 0.5s;
}
.footer-receive-btn-box {
  display:flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.footer-receive-btn-box a {
  width:328px;
}
.top-sight-content.is-hover {
  background-color: rgb(255 255 255 / 20%);
  transition: background-color 0.25s ease;
}
.footer-receive-content a:hover{
  color:white;
}

a:hover .footer-receive-btn {
  background-color: rgb(255 255 255 / 20%);
}

.footer-receive-content {
  padding: 30px;
}
@media (max-width: 730px) {
.footer-receive-btn-box {
  flex-direction: column;
  gap: 16px;
}
.footer-receive {
  padding-top:24px;
}
}

@media (max-width: 500px) {
.footer-receive-btn-box a {
  width:100%;
}
}

/* ========================
       フッター 
       ======================== */
footer {
  background: #698470;
  padding-top: 100px;
  color: #dae5da;
  padding-bottom: 10px;
}
.footer-content {
  display: flex;
  box-sizing: border-box;
     -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-align-items: column;
    align-items: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }  
  .footer-left-content {
  margin: 0;
  width: 356px;
  flex: 0 0 50px;
}

  .footer-right-content {
    margin-top: 16px;
    justify-content: center;
  }
  .footer-right-content > ul > li + li::before {
    margin: 0 clamp(12px, 2vw, 12px); /* 線の左右を同じだけ空け＝中央に見える */
  }
  .footer-right-content > ul {
    justify-content: start;
  }
  .footer-right-content > ul.footer-menu1 {
      margin-bottom: 200px;
      justify-content: center;
      letter-spacing:0px;
  }
  .footer-right-content > ul.footer-menu2 {
    justify-content: center;
    
  }

.footer-rogo {
  margin-bottom: 12px;
}
.footer-rogo img {
  width: 127px;
  height: 58px;
}


/* ===== footer .main-nav（仕切り線を中央に） ===== */
.footer-right-content > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0; /* スペースは ::before の margin で作る */
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-right-content > ul > li {
  display: flex; /* 疑似要素を含め横並び */
  align-items: center;
}

/* 2個目以降の“間”に区切り線を差し込む */
.footer-right-content > ul > li + li::before {
  content: "";
  width: 1px;
  height: 1em; /* 文字サイズに追随（短くしたければ .8em など） */
  background: rgba(255, 255, 255, 0.7); /* 線色 */
  margin: 0 clamp(6px, 2vw, 12px); /* 線の左右を同じだけ空け＝中央に見える */
  align-self: center; /* 縦中央 */
}

.footer-right-content > ul a {
  display: block;
  padding: 0.4rem 0; /* クリックしやすく */
  text-decoration: none;
  transition: all 0.5s;  
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: .6em;                  /* 少し遠くに置く */
  transition: text-decoration-color .8s ease,
              text-underline-offset .8s ease;
}
.footer-right-content > ul a:hover {
  color: white;
  text-decoration-color: currentColor;
  text-underline-offset: .5em;                 /* 文字に近づく */
}



.footer-address {
  margin-bottom:10px;
}

/* スマホで余白を少し詰める例（任意） */
@media (max-width: 640px) {
  .footer-right-content > ul > li + li::before {
    margin: 0 16px;
    height: 0.9em;
  }
}
@media (max-width: 440px) {
  .footer-right-content > ul {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top:20px;
  }
  .footer-right-content > ul > li + li::before {
    display:none;
  } 
   .footer-right-content > ul a {
    padding:1rem 0;
    margin: 0 auto;
   }
.footer-right-content > ul > li {
    border-top: solid #dae5da 1px;
    width: 100%;
    text-align: center;
}
.footer-right-content > ul > li:last-child {
  border-bottom: solid 1px #dae5da;
}
}


.copyright {
  text-align: center;
}

/* .footer-mail,
.footer-tel {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    padding-left: 39px;
    line-height: 2.7;
    vertical-align: middle;
}
.footer-mail {
  background-image:url(../img/icon-mail.png);
}
.footer-tel {
  background-image:url(../img/icon-tel.png);
} */
 @media  (max-width: 1000px) {
  .footer-right-content > ul {
    justify-content: center;
  }
}
/* ========================
       トップページ　レスポンシブ対応
       ======================== */

@media (max-width: 800px) {
  .top-sight-content {
    padding: 20px 40px;
  }
}

@media (max-width: 760px) {
  .top-news-contents dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-news-contents dl dt:nth-of-type(1) {
    -webkit-flex-basis: 0px;
    flex-basis: 0px;
  }
  .top-news-headline {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 550px) {
  .top-sight-content {
    padding: 20px 40px;
    width: 90%;
  }
}

/* ========================
       サウナ＆ペットページ　
       ======================== */

.sauna-pet-hero {
  background-image: url(../img/sauna-header.webp);
  background-size: cover;
  width: 100%;
  height: 340px;
}
.page-intro {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
}
.page-headline-en {
  color: #698470;
  font-size: 3.125rem;
  font-family: "Tiro Tamil";
  overflow-wrap: anywhere;
     line-height: 1.1;
    /* margin-bottom: 20px;  */
}
.page-headline-jp {
  font-size: 1.5rem;
  font-family: "Shippori Mincho";
  margin-bottom: 30px;
}

.page-intro-text {
  /* font-family: "Shippori Mincho"; */
  text-align: left;
  max-width: 910px;
  margin: 0 auto;
}
.sauna-content01-img {
  max-width: 910px;
  margin-right: 130px;
}
.sauna-content01-img img {
  width: 100%;
}
.sauna-content01-textbox {
  max-width: 570px;
  padding: 60px 30px 60px 60px;
  background: white;
  opacity: 0.95;
  margin-left: auto;
  margin-top: -220px;
  border-radius: 8px 0 0 8px;
}
.page-textbox-copy {
  font-family: "Shippori Mincho";
  color: #698470;
  font-size: 1.75rem;
  margin-bottom: 16px;
}
.sauna-content02 {
  position: relative;
  height: 400px;
  width: 100%;
  margin-bottom: 80px;
  margin-top: 80px;
}
.sauna-content02::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 30%;
  background: url(../img/sauna-02.webp) center/cover no-repeat;
  border-radius: 0px 6px 6px 0;
}
.sauna-content02::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 66%;
  height: 400px;
  background: url(../img/sauna-03.webp) center/cover no-repeat;
  border-radius: 6px 0 0 6px;
}

.sauna-content03-textbox {
  max-width: 570px;
  width: 50%;
  padding: 60px 60px 60px 30px;
  background: white;
  opacity: 0.95;
  border-radius: 0px 8px 8px 0px;
}

.sauna-content03 {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  margin-top: 80px;
}
.sauna-content03::before {
  content: "";
  position: absolute;
  right: 0;
  width: 46%;
  background: url(../img/sauna-04.webp) center/cover no-repeat;
  border-radius: 6px 0 0 6px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

/*ペット コンテンツ*/

.pet-content01-textbox {
  width: 570px;
  padding: 60px 30px 60px 60px;
  background: white;
  opacity: 0.95;
  border-radius: 8px 0 0 8px;
  margin-left: auto;
}
.pet-content01 {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  margin-top: 80px;
}
.pet-content01::before {
  content: "";
  position: absolute;
  left: 0;
  width: 46%;
  background: url(../img/pet-01.webp) center/cover no-repeat;
  border-radius: 0px 6px 6px 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.pet-content02 {
  position: relative;
  height: 400px;
  width: 100%;
  margin-bottom: 80px;
  margin-top: 80px;
}
.pet-content02::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 66%;
  background: url(../img/pet-02.webp) center/cover no-repeat;
  border-radius: 0px 6px 6px 0;
}
.pet-content02::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  height: 400px;
  background: url(../img/pet-03.webp) center/cover no-repeat;
  border-radius: 6px 0 0 6px;
}
.pet-content03-textbox {
  max-width: 570px;
  width: 50%;
  padding: 60px 60px 60px 30px;
  background: white;
  opacity: 0.95;
  border-radius: 0px 8px 8px 0px;
}
.pet-content03 {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  margin-top: 80px;
}
.pet-content03::before {
  content: "";
  position: absolute;
  right: 0;
  width: 46%;
  background: url(../img/pet-04.webp) center/cover no-repeat;
  border-radius: 6px 0 0 6px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media (max-width: 1117px) {
  .sauna-content01-img {
    width: 90%;
    margin-right: 0px;
  }
  .sauna-content01-textbox {
    margin-top: -80px;
  }
  .sauna-content03::before,
  .pet-content03::before,
  .pet-content01::before {
    width: 49%;
  }
  .sauna-content03-textbox,
  .pet-content03-textbox,
  .pet-content01-textbox {
    width: 49%;
  }
}
@media (max-width: 740px) {
  .pet-content01-textbox {
    width: 96%;
    max-width: 100%;
    margin-top: 300px;
  }
  .sauna-content03-textbox,
  .pet-content03-textbox {
    width: 96%;
    max-width: 100%;
    margin-bottom: 300px;
  }
  .pet-content01::before {
    width: 75%;
    top: -230px;
    margin: 0;
    height: 300px;
  }
  .sauna-content03::before,
  .pet-content03::before {
    width: 75%;
    top: 520px;
    margin: 0;
    height: 300px;
  }
  .sauna-content02,
  .pet-content02 {
    height: 250px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sauna-content02::after,
  .pet-content02::after {
    height: 250px;
  }
  .sauna-content03,
  .pet-content03 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 420px) {
  .sauna-content03::before,
  .pet-content03::before,
  .pet-content01::before {
    width: 96%;
  }
}
/* ========================
       お料理ページ　
       ======================== */
.cuisine-content .sauna-content03-textbox {
  border-radius: 8px;
}

.textbox-waku {
  position: relative;
}
.textbox-waku::after {
  content: "";
  position: absolute;
  background-color: #dae5da;
  height: 130%;
  width: 66%;
  top: -48px;
  left: 0;
  z-index: -1;
  border-radius: 0 8px 8px 8px;
}
.cuisine-hero {
  background-image: url(../img/cuisine-header.webp);
  background-size: cover;
  width: 100%;
  height: 340px;
}

.cuisine-content .pet-content01::before {
  background: url(../img/cuisine-01.webp) center/cover no-repeat;
}
.cuisine-content .sauna-content03::before {
  background: url(../img/cuisine-06.webp) center/cover no-repeat;
}

.cuisine-content02 {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
  /* gap: 20px; */
}
/* 子要素（画像や画像を包む要素）を4列→2列に */
.cuisine-content02 div {
  flex: 0 1 calc(25% - 20px); /* 4列 */
  max-width: calc(25% - 20px);
}
.cuisine-content02 img {
  width: 100%;
  height: auto;
}
@media (max-width: 740px) {
  .textbox-waku::after {
    width: 100%;
  }
  /* .cuisine-content .pet-content01 {
    margin-bottom: 20px;
  } */
  .cuisine-content02 div {
    flex: 0 1 calc(50% - 20px); /* 2列 */
    max-width: calc(50% - 20px);
    margin-bottom: 12px;
  }
  .cuisine-content02 {
    /* margin-top: 40px; */
    margin-top:-50px;
  }
  .cuisine-content .sauna-content03-textbox {
    margin-bottom: 300px;
  }
}

/* ========================
       お部屋ページ　
       ======================== */
.room-content01-textbox {
  width: 570px;
  padding: 0px 30px 60px 60px;
  /* background:white; */
  opacity: 0.95;
  border-radius: 8px 0 0 8px;
  margin-left: auto;
  margin-left: auto;
  position: relative;
  top: 51px;
}
.room-content01 {
  position: relative;
  /* height:400px; */
  width: 100%;
  margin-bottom: 80px;
  margin-top: 80px;
}

.room-hero {
  background-image: url(../img/room-header.webp);
  background-size: cover;
  width: 100%;
  height: 340px;
}
.room-content .page-textbox-copy {
  border-bottom: #698470 solid 1px;
  padding-bottom: 15px;
}

.room-content .inner-contents {
  min-height: 400px;
}

.room-content02 {
  background-color: #f2f2f2;
  padding-top: 120px;
  margin-top: -158px;
  margin-bottom: 100px;
  position: relative;
  z-index: -1;
}
.room-content02::before {
  content: "";
  background-color: #dae5da;
  position: absolute;
  top: -16px;
  width: 100%;
  height: 16px;
  z-index: -2;
}

.room-content dl {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 18px 24px;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
}

.room-content dl:first-child {
  border-top: 1px solid #eaeaea;
}

.room-content dt {
  flex: 0 0 100px;
  margin: 0;
  color: #8d781b;
}

.room-content dd {
  flex: 1;
  margin: 0;
}

.room-content .room-content01 {
  position: relative;
}
.room-slide {
  width: 620px;
  position: absolute;
  left: 0;
  top: 0;
  overflow:hidden;
  z-index:2;
}

.room-slide img {
  width: 100%;
  height: auto;
  border-radius:0 8px 8px 0;
}


@media (max-width: 1400px) {
  .room-slide {
    width: 560px;
  }
}

@media (max-width: 1117px) {
  .room-content01-textbox {
    width: 40%;
    padding: 0;
  }
  .room-slide {
    width: 520px;
  }
  .room-content .inner-contents {
    min-height: 300px;
  }
  .room-content02 {
    padding-top: 68px;
    margin-top: -60px;
  }
  .room-content02 {
    padding-bottom: 60px;
  }
}

@media (max-width: 890px) {
  .room-content01-textbox {
    top: -229px;
    margin-top: 300px;
    width: 100%;
    margin: 0 auto;
    margin-top: 300px;
  }
}

@media (max-width: 570px) {
  .room-content dl {
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-align-items: column;
    align-items: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: left;
    gap: 6px;
  }
  .room-content dt {
    flex: 0 0 30px;
  }
  .room-slide {
    width: 480px;
  }
  .room-content02 {
    padding-top: 76px;
    margin-top: -110px;
  }
}
@media (max-width: 500px) {
  .room-slide {
    max-width: 380px;
    width: 95%;
  }
  .room-content02 {
    padding-top: 80px;
    margin-top: -171px;
  }
}

/* ========================
  周辺観光案内ページ       
       ======================== */
.sight-img {
  max-width: 100%;
}
.sight-img img {
  width: 100%;
  height: auto;
}

.sightseeing-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 160px);
  margin-inline: auto;
}

/* スマホは1列 */
@media (max-width: 768px) {
  .sightseeing-main {
    grid-template-columns: 1fr;
  }
}

/* ===== Card（各スポット） ===== */
.sight-block {
  display: flex;
  flex-direction: column;
}

/* テキスト */
.sight-text {
  text-align: center;
  padding: 10px 8px 0;
}
.sight-block-head {
  margin: 10px 0 6px;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #698470;
  font-family: "Shippori Mincho", serif;
}
.sight-block-desp {
  margin: 0;
  color: #444;
  font-size: clamp(0.92rem, 0.9rem + 0.2vw, 1rem);
  line-height: 1.9;
}
.sight-content {
  margin-bottom: 120px;
}
.sight-hero {
  background-image: url(../img/sight-header.webp);
  background-size: cover;
  width: 100%;
  height: 340px;
  background-position: left bottom;
}
@media (max-width: 768px) {
  .sight-content .inner-contents {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* ========================
  お知らせ一覧ページ       
       ======================== */

.news-hero {
  background-image: url(../img/news-header.webp);
  background-size: cover;
  width: 100%;
  height: 340px;
  background-position: left bottom;
}
.news-content {
  margin-bottom: 120px;
}
.page-news-contents .pagination {
  margin-top:20px;
}
.page-news-contents .nav-links {
  color:#ccc;
}
.page-news-contents .nav-links .current {
  color:#333;
}
.page-news-contents .nav-links a:hover {
  color:#698470;
}

.page-news-contents dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;

  padding-top: 30px;
  padding-bottom: 30px;
  border-top: solid 1px #eaeaea;
  font-size: 0.875rem;
  align-items: center;
  transition: all 0.5s;
}

.page-news-contents dl dt:nth-of-type(1) {
  width: 160px;
}

.page-news-contents dl dt:nth-of-type(2) {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-news-contents > a:last-of-type dl {
  border-bottom: 1px solid #eaeaea;
}

.page-news-contents dl dt {
  color: #698470;
  font-family: "Shippori Mincho", serif;
  font-size: 1.0625rem;
}

.page-news-contents dd {
  font-size: 0.875rem;
}

.page-news-contents a:hover {
  opacity: 0.8;
}
.page-news-contents a:hover{
  color:#333;
}
.page-news-contents a:hover dl {
  background-color: #fcfbef;
  background-color: #f8fcef;
}

/* ========================
  お知らせ個別ページ       
       ======================== */

.news-single-content {
  margin-bottom: 120px;
}

.news-single-date {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.0625rem;
}
.news-single-title {
  color: #698470;
  font-size: 1.5625rem;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: solid 1px #f2f2f2;
}
.news-single-main {
  max-width:700px;
  margin:0 auto;
  margin-bottom: 230px;
  position: relative;
}

.news-page-link2 {
  color: #698470;
  font-family: "Tiro Tamil";
  position: absolute;
  right: 0;
  bottom: -140px;
}
/* .news-single-textcontent {
  line-height:2;
} */

/* ========================
  お問い合わせページ       
       ======================== */

.contact-hero {
  background-image: url(../img/contact-header.webp);
  background-size: cover;
  width: 100%;
  height: 340px;
  background-position:center; 
}
.contact-headline {
  color:#698470;
  text-align:center;
  margin-bottom:40px;
  font-size: 1.75rem;  
  font-family: "Shippori Mincho";
}
.contact-content01-box {
  position: relative;                /* ← 縦線の絶対配置の基準にする */
  gap: 32px;                         /* 任意：左右の余白。なければ削除OK */
  border:solid 1px #333;
  padding:60px 0;
  max-width:880px;
  margin:0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  text-align:center;
  border-radius:8px;
  margin-bottom:120px;
}
.contact-content01-box-left,
.contact-content01-box-right {
  flex: 1;
}
/* 真ん中の縦線 */
.contact-content01-box::before {
  content: "";
  position: absolute;
  top: 16px;                         /* ボックスの内側に余白を少し残す */
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;                        /* 太さ */
  background: #333;                  /* 色 */
  pointer-events: none;              /* クリックを邪魔しない */
}

.contact-content02-box input,
.contact-content02-box textarea {
  border:solid #333 1px;
  border-radius: 4px;
  width:100%;
  padding:2px 8px;
  margin-bottom:2px;
}
.contact-content02-box textarea {
  line-height:1.1;
  line-height: 1.5;
  padding: 8px 8px;
}
.wpcf7-not-valid-tip {
  margin-bottom:4px;
}
.contact-content02-box {
  margin-bottom:120px;
  line-height:2;
}

.contact-content02-box p {
  margin-bottom:6px;
}
.contact-content02-box .wpcf7 {
  max-width:400px;
  margin:0 auto;
}
.contact-content02-box .contact-form-submit {
    margin-top: 20px;
    text-align: center;
    display: block;
    width: 110px;
    margin-left: auto;
    height: auto;
}
.contact-content02-box .contact-form-submit input {
    background-color: #698470;
    color: white;
    padding: 6px 30px;
    border-radius: 4px;
    border:none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-radius:6px;
}
.contact-content02-box  .wpcf7-spinner {
  display:block;
}
.contact-content02-box .wpcf7 form.invalid .wpcf7-response-output, 
.contact-content02-box .wpcf7 form.unaccepted .wpcf7-response-output, 
.contact-content02-box .wpcf7 form.payment-required .wpcf7-response-output {
  border-radius:4px;
}

/* スマホなど縦積み時は縦線を消す（任意） */
@media (max-width: 880px) {
  .contact-content01-box {
    flex-direction: column;          /* 必要なら縦並びに */
    gap: 20px;
    width:100%;
    padding-top:40px;
    padding-bottom:40px;
  }
  .contact-content01-box::before {
    display: none;
  }
}

.contact-tell,
.contact-mail {
  font-size:1.5625rem;
  font-family: "Tiro Tamil";
}
.contact-tell {
    background-image: url(../img/icon_black_phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding-left: 35px;
    background-size: 30px;
    font-family: 'Shippori Mincho';    
}
.contact-mail {
    background-image: url(../img/icon_black_mail.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding-left: 35px;
    background-size: 30px;
}


/* 問い合わせのFAQ欄 */
/* faq用CSS */

.contact-content03 {
  max-width:910px;
  width: 100%;
  margin:0 auto;
  margin-bottom:120px;
}
.contact-content03 dl {
  margin-bottom:20px;
}
.contact-content03 dt {
  /* background: #182158;
  color: #fff; */
  /*	padding: 8px 12px; */
    padding:17px 0px 17px 48px;
    text-indent: -48px;
  border-bottom: 1px solid #eaeaea;
  font-weight:300;
}

.contact-content03 dt:before {
    content: "Q";
    margin-right: 14px;
    background: #698470;
    padding: 2px 9px 5px 9px;
    color: white;
    font-weight: 500;
    border-radius: 100%;
    border: solid 1px #698470;
}

.contact-content03 dd {
    padding: 13px 0px 17px 48px;
    text-indent: -48px;
    text-align: left;
}

.contact-content03 dd:before {
    content: "A";
    margin-right: 14px;
    background: white;
    padding: 2px 9px 5px 10px;
    color: #8d781b;
    font-weight: 500;
    border-radius: 100%;
    border: solid 1px #8d781b;
}



/* ========================
  プライバシーポリシーページ       
       ======================== */
/* ===== Privacy Policy ===== */

.policy-hero {
  background-image: url(../img/policy-header.webp);
  background-size: cover;
  width: 100%;
  height: 340px;
  background-position:center; 
}
.policy-main {
  max-width:760px;
  margin:0 auto;
  margin-bottom:120px;
}
.policy-main section {
  margin-bottom:46px;
}

.policy-main h2 {
    font-size: 1.375rem;
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
.policy-main p {
  margin-bottom:6px;
}
.policy-main ul {
  margin-left:21px;
}
.policy-main ul li {
  list-style-type: disc;
}
.policy-org {
  margin-bottom:12px;
  font-size:1.2rem;
}
.policy-address {
    margin-bottom: 10px;
}

/* ========================
  愛犬同伴宿泊規約ページ
       ======================== */
.dog-stay-policy-main {
  max-width:910px;
  margin:0 auto;
  margin-bottom:160px;
}
.dog-stay-policy-main p {
  margin-bottom:30px;
}
.dog-stay-policy-main ul li {
    margin-bottom: 20px;
    text-indent: -23px;
    padding-left: 21px;
}

/* ========================
  特定商取引法ページ       
       ======================== */

.stl-hero {
  background-image: url(../img/stl-header.webp);
  background-size: cover;
  width: 100%;
  height: 340px;
  background-position:center; 
}
.stl-main {
  /* max-width:760px; */
  max-width: 543px;
  margin:0 auto;
  margin-bottom:120px;
}
.stl-section dl{
  margin-bottom:40px;
}
.stl-section dt {
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    font-size: 1.1rem;
    font-weight:300;    
}
.stl-section dd {
  font-weight:100;
}
.stl-main ul {
  margin-left:21px;
}
.stl-main ul li {
  list-style-type: disc;
}


/* ========================
       スマホ文字サイズ対応＆文字サイズ変更に伴う調整
       ======================== */

@media (max-width: 800px) {
  .sauna-pet-hero,
  .cuisine-hero,
  .room-hero,
  .sight-hero,
  .news-hero,
  .policy-hero,
  .contact-hero,
  .stl-hero {
    height: 240px;
  }
}
@media (max-width: 580px) {
  .page-news-contents dl {
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-align-items: column;
    align-items: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-news-contents dl dt:nth-of-type(1) {
    margin-bottom: 12px;
  }
}

@media (max-width: 500px) {
  body {
    font-size: 0.938rem;
  }
.top-hero h1 {
  font-size:1.6rem;
}
.hero-en-text,
.policy-org {
  font-size:1rem;
}
  /*22px*/
  .top-message-contents-textbox h2,
  .top-sauna-headline,
  .top-room-headline,
  .top-cuisine-headline,
  .top-sight-headline,
  .footer-receive-headline,
  .page-textbox-copy,
  .news-single-title{
    font-size: 1.375rem;
    margin-bottom: 12px;
  }
  .contact-headline {
    font-size:1.2rem
  }
  /*14px*/
  .footer-access,
  .footer-access-route {
    font-size: 0.875rem;
  }
  /*40px*/
  .footer-access-headline-en {
    font-size: 2.5rem;
  }
  /*18px*/
  .footer-access-headline-jp,
  .footer-receive-btn,
  .receive-btn,
  .page-headline-jp,
  .contact-tell,
  .contact-mail,
  .policy-main h2 {
    font-size: 1.125rem;
  }

  .receive-btn {
    width: 135px;
    height: 135px;
    padding-top: 34px;
  }
  .arrow1 {
    width: 68px;
  }
  .arrow1::before {
    width: 6.5px;
  }
  .footer-receive-desc {
    font-size: 0.938rem;
  }
  /*13px*/
  .menu-jp {
    font-size: 0.92rem;
  }
  .menu-en {
    padding-bottom: 2px;
    margin-bottom: 2px;
  }
.policy-main {
  border:none;
  padding:0px;
}

  /*
  スマホ版その他のレスポンシブ対応
 */
  .header-logo {
    width: 96px;
  }
  header {
    padding-top: 45px;
  }
  .toggle_btn span {
    width: 71px;
  }
  .toggle_btn {
    top: 0px;
    width: 74px;
  }
  .top-hero-contents {
    height: 600px;
  }
  .top-message-contents {
    height: 280px;
  
  }
  .sikiri {
    height: 55px;
  }
  .top-sauna {
    margin-top: 40px;
  }
  .top-sauna-headline-en {
    top: -26px;
  }

  .top-message-contents-textbox,
  .top-sauna-text-content,
  .top-room-text-content,
  .top-cuisine-text-content,
  .sauna-content01-textbox,
  .sauna-content03-textbox,
  .pet-content01-textbox,
  .pet-content03-textbox {
    padding: 32px;
    width: 100%;
  }
  .cuisine-content .sauna-content03-textbox {
    width: 96%;
  }
  .top-sauna-text-content {
    top: 454px;
  }
  .top-sauna::before {
    border-radius: 0 8px 8px 0;
  }
  .top-room .inner-contents,
  .top-cuisine .inner-contents,
  .sauna-content .inner-contents,
  .pet-content .inner-contents,
  .cuisine-content .inner-contents {
    padding-left: 0px;
    padding-right: 0px;
  }
  .top-room-headline-en {
    top: 38px;
  }
  .top-room-bg {
    height: 244px;
    width: 86%;
    margin-left: auto;
  }
  .top-room-bg2 {
    margin-top: -116px;
  }
  .top-cuisine::before {
    height: 367px;
  }
  .top-cuisine-text-content {
    top: 342px;
  }
  .top-cuisine-headline-en {
    top: 90px;
  }

  .footer-access-route dt {
    flex: 0 0 19px;
  }
  .footer-access-route dl {
    gap: 3px;
  }
  .sauna-content01-textbox {
    margin-top: -10px;
  }
  .sauna-content03::before,
  .pet-content03::before {
    top: 511px;
    width: 90%;
    height: 466px;
  }
  .pet-content .pet-content03::before {
    height: 231px;
    top: 555px;
  }

  .sauna-pet-hero,
  .cuisine-hero,
  .room-hero,
  .sight-hero,
  .news-hero,
  .policy-hero,
  .contact-hero,
  .stl-hero {
    height: 180px;
  }
  .news-single-title {
    padding-bottom: 12px;
  }
  /* .news-single-date {
    margin-bottom: 3px;
  } */
.access-rogo img {
  width: 140px;
}
  .top-message-contents{
    margin-bottom:570px;
  }
.top-message-contents-textbox {
        top: 245px;
        padding-top: 44px;
  }
.sight-content .page-headline-en {
  font-size: 2.8rem;
}
.top-sight-headline-en {
  top:80px;
}
}

@media (max-width: 410px) {
  .top-message-contents{
    margin-bottom:665px;
  }
}
@media (max-width: 740px) {
    .cuisine-content .sauna-content03::before{
        top: 280px;
    }
    .sauna-content .sauna-content03::before
    {
      top:270px;
    }
}
@media (max-width: 500px) {
    .cuisine-content .sauna-content03::before{
        top: 270px;
        height:247px;
    }
    .sauna-content .sauna-content03::before
    {
      top:270px;
      height: 212px;
    }
    .sauna-content .pet-content03::before {
      height:226px;
    }
}


.room-content .slick-slider .slick-list {
  border-radius:0 8px 8px 0;
}


.dog-stay-policy-link {
    color: #698470;
    font-weight: 400;
}




/* =========================================================
   WordPress 投稿本文（.news-single-textcontent）内の基本装飾を復元
   ========================================================= */
.news-single-textcontent h2 {
  font-size: 1.6em;
  font-weight: 600;
  margin: 1.5em 0 0.8em;
  border-left: 4px solid #698470;
  padding-left: 10px;
  line-height: 1.4;
}

.news-single-textcontent h3 {
  font-size: 1.3em;
  font-weight: 600;
  margin: 1.2em 0 0.6em;
  color: #334;
}

.news-single-textcontent p {
  margin-bottom: 1.2em;
  line-height: 1.8;
  color: #333;
}

.news-single-textcontent strong {
  font-weight: bold;
  color: #222;
}

.news-single-textcontent em {
  font-style: italic;
  color: #555;
}

/* ✅ 引用ブロック */
.news-single-textcontent blockquote {
  border-left: 4px solid #698470;
  background: #f7f9f7;
  padding: 1em 1.5em;
  margin: 1.5em 0;
  font-style: italic;
  color: #444;
}
.news-single-textcontent blockquote p {
  margin: 0;
}

/* ✅ 番号付きリスト（ol） */
.news-single-textcontent ol {
  margin: 1em 0 1.5em 1.8em;
  padding: 0;
  list-style-type: decimal; /* 数字を明示 */
}

.news-single-textcontent ul {
  margin: 1em 0 1.5em 1.8em;
  padding: 0;
  list-style-type: disc; /* 点リスト */
}

.news-single-textcontent li {
  margin-bottom: 0.5em;
  line-height: 1.7;
}

/* ✅ 引用・リストの入れ子時も見やすく */
.news-single-textcontent ol ol,
.news-single-textcontent ul ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.news-single-textcontent a {
  color: #2a6f4a;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.news-single-textcontent a:hover {
  color: #3c8c63;
}

.news-single-textcontent img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1em 0;
}

/* ✅ 引用内の引用（入れ子対応） */
.news-single-textcontent blockquote blockquote {
  border-color: #9ba9a0;
  background: #fafafa;
  margin: 1em 0;
}
