/*
Theme Name: Taiyokan Theme
Author: admin
Description: 太陽館の公式サイト用カスタムテーマ
Version: 1.0
*/

@charset "utf-8";
html {
  scroll-behavior: smooth;
}

.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";
}

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);
        }
/* ========================
       グラデーションアニメーション背景色のクラス
       ======================== */

.bg-grad-anime {
    background: radial-gradient(
    circle at right center,    /* 中心を「右端の真ん中」に設定 */
    rgba(182, 145, 102, 0.4)  0%, /* 右端（中心）の色：ベージュ透過 */
    rgba(255, 216, 172, 0.3) 40%,   /* 左に向かって消えていく：70%地点で透明 */
    rgba(182, 145, 102, 0.4) 100%   /* 左に向かって消えていく：70%地点で透明 */
    /* transparent 100%           */
    );
  background-size: 800% 800%;
  animation: bgAnime 4s linear infinite;
 }

@keyframes bgAnime { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

/* ========================
       inviewによるふわっとした表示
       ======================== */
.js-fade {
    opacity: 0;
    transform: translateY(10px);
    transition: 0.8s ease-in-out;
}

.inview {
  opacity: 1;
  transform: translateX(0);
}
/* ========================
       1文字ずつの表示
       ======================== */
.font-delay-Anime span {
  opacity: 0;
display: inline-block; /* 必ずinline-blockにする */
  will-change: transform, opacity; /* 描画を最適化 */
  /* CSS側のアニメーション設定を確認してください */  
}
.font-delay-Anime {
  opacity: 0; /* 最初は親ごと消す */
}

/* JSで文字分割が完了した後に透明度を戻す、あるいは以下の設定 */
.font-delay-Anime.appeartext {
  opacity: 1;
}

.font-delay-Anime.appeartext span {
    animation: text_anime_on 1s ease-in-out forwards 1s;
}

.font-delay-Anime {
  overflow: hidden;
  
}


.font-delay-Anime span {
opacity: 0;
  transform: translateY(10px);
  animation: smoothFade 0.5s forwards;
}

.font-delay-Anime.appeartext span {
  animation: text_anime_on 1s ease-in-out forwards 1s;
}

@keyframes text_anime_on {
  /* 0% {
    opacity: 0;
    transform: translateX(20%);
  } */

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ========================
       ヘッダー
       ======================== */

header {
  color: white;
  width: 100vw;
  position: relative;
  z-index: 1;
  padding-top: 13px;
  padding-bottom: 13px;
  position: fixed;
  background:#3d3c3c40;
  transition: all 1.5s;  
  top: 0 !important;
  left: 0 !important;   /* これが抜けていると、縦画面で浮くことがあります */
  right: 0 !important;  /* 幅を100%にする代わりに左右を0に固定 */
  width: auto !important; /* 一旦autoにして左右固定に任せる */

background: linear-gradient(
  to bottom,
  rgba(61, 60, 60, 0.25) 0%,   /* 上端：現在の色（#3d3c3c40と同じ） */
  rgba(61, 60, 60, 0) 100%     /* 下端：同じ色味のまま完全に透明 */
);  
}

.open header {
  /* background:none; */
  background: #ffffff;
  
}

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

  display: flex;
  align-items: center;
  gap: 20px; /* 要素間の隙間 */
  -webkit-justify-content: space-around;
  justify-content: space-around;         
}
.header-contents div:nth-child(2) {
  margin-left: auto; /* これが魔法の1行です */
}

.header-logo {
  /* z-index: 4; */
  position: relative;
  width: 176px;
  transition: all 0.5s;  
  opacity:1;
}

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

.open .header-logo,
.open header .footer-receive-btn1 {
  opacity:0;
}


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

/*============
.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: #000;
}
body .main-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 87px;
  pointer-events: none;
}

.open .main-nav {
  opacity: 1;
  z-index: 3;
  pointer-events: auto;
}

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

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



/* 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;
  position:relative;
  margin-top:-12px;
}
.open .toggle_btn {
  /* margin-left:auto; */
  position:relative;
  z-index:4;
}
.toggle_btn span {
  display: block;
  position: absolute;
  right: 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: 5px;
}

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

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

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

.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: 14px;
}

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

.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; /* クリックも無効化 */
}

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

.arrow2 {
  position: relative;
  display: inline-block;
  width: 141px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  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: #000000;
  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 {
  /* z-index: -2; ←これを削除または 0 に変更 */
  background-size:cover;
  z-index: 0;
  width: 100%;
  color: #fff;
  position: relative;
  line-height: 2;  
  overflow: hidden; /* はみ出し防止 */
}


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

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

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

.hero-jp-text {
  font-size: 36px;
  right: 0px;
}
.hero-jp-text2 {
  margin-top:200px;
}
.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;
}



/* --- 追加：画像の上にグラデーションの膜を載せる --- */
.hero-slick-img::after {
  content: "";
  position: absolute;
  inset: 0;          /* 上下左右 0px */
  z-index: 1;        /* 画像(指定なし=0)より上 */
  
  /* グラデーション：お好みに合わせて調整してください */
  /* 例：全体を20%黒くしつつ、下側をさらに濃くして文字を読みやすくする */
  /* background: linear-gradient(
    to bottom,
    rgba(96, 62, 3, 0.2) 0%,
    rgba(123, 175, 73, 0.5) 100%
  ); */

/* 右から左に向かってグラデーション */
  /* 右端(0%)を40%の黒、左に向かって透明にする */
  background: linear-gradient(to left, rgba(108, 65, 4, 0.4) 0%, transparent 100%);
  /* background: linear-gradient(to left, rgba(217, 175, 217, 0.6)  0%, rgba(151, 217, 225, 0.4) 60%,transparent 100%); */
  
  pointer-events: none; /* 念のためクリックを透過させる */
}
/* --- 修正：テキストを最前面（グラデーションより上）に持ってくる --- */
.top-hero-contents {
  position: relative;
  z-index: 2; /* グラデーションの 1 より大きい数値 */
  writing-mode: vertical-rl;
}

/* --- 修正：画像が最背面になるように明示 --- */
.hero-slick-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0; /* グラデーションより下 */
}
/* ========================
       トップ　メッセージ
       ======================== */
.top-message {
  text-align:center;
  padding-top:80px;
  margin-bottom:140px;
  display: flex;
  align-items: center;
  gap: 40px; /* 要素間の隙間 */
  min-height: 406px;
  -webkit-justify-content: space-around;
  justify-content: space-around;         
  background-image: url(../img/top-bg1.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;

}
.top-message h2 {
  font-weight: 500;
  font-size: 24px;
  line-height:2;
  margin-bottom:30px;
}
.top-message-desc {
  font-size: 15px;
  line-height:2.5;
}
/* 画像の共通設定 */
.top-message-img1,
.top-message-img2 {
  max-width: 430px;
  flex:1;
  
}

.top-message-img1 img,
.top-message-img2 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.top-message-img1 img {
  max-width:300px;
  margin: 0 auto;
}

/* 中央テキストの設定 */
.top-message-text {
  text-align: center;
  line-height: 2.5; /* 行間を広げてゆとりを出す */
  letter-spacing: 0.1em; /* 字間を少し広げる */
  min-width:426px;
  width:426px;
  flex-grow:426px;
        }



/* ========================
       トップ　お料理、温泉、お部屋
       ======================== */

.top-content-ptn1,
.top-content-ptn2 {
  margin-bottom:120px;
}
.top-content-ptn1 .inner-contents,
.top-content-ptn2 .inner-contents {
  display:flex;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  gap: 40px;
}
.top-content-ptn1 .inner-contents {
  -webkit-align-items: row;
  align-items: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.top-content-ptn2 .inner-contents {
  -webkit-align-items: row-reverse;
  align-items: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;  
}
.top-content-left {
  min-width:425px;
  width:425px;
  min-height:500px;
  height:500px;
  position:relative;
}
.top-content-right {
  max-width:530px;
}
.top-content-ptn1 .top-content-headline {
  writing-mode: vertical-rl;
  margin-left:auto;
}
.top-content-ptn2 .top-content-headline {
  writing-mode: vertical-rl;
  margin-right:auto;
}
.top-headline-JP {
    font-size: 20px;
    border: solid 1px black;
    padding: 19px 14px;
    letter-spacing: 7px;
    font-weight: 100;
}
.top-content-ptn2 .top-headline-JP {
    font-size: 20px;
    border: solid 1px black;
    padding: 26px 14px;
    letter-spacing: 7px;
    font-weight: 100;
}


.top-headline-en {
  font-size:12px;
  margin-left:4px;
  letter-spacing:3px;
}
.top-content-right {
   display:flex;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-align-items: column;
  align-items: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 40px; 
}
.top-content-bottom {
  margin-top:auto;
}

.top-content-pagelink {
    margin-bottom: -18px;
    /* color: #000000; */
    margin-top: 30px;
    font-size: 0.875rem;
    transition: all 0.5s;
    font-size:16px;
}
.top-content-text {
  font-size:15px;
  line-height:2.5;
}

.slick-dots li {
  margin:0 0px;
}
.top-content-ptn1 .slick-dots {
  margin-right:-6px;
}
.top-content-ptn2 .slick-dots{
  margin-left:-6px;
  text-align:left;
}

/*　水玉のCSSでの表示 */
/* .top-content-ptn1 .top-content-left::before {
    content: "";
    position: absolute;
    top: -68px;
    left: -21px;
    width: 140px;
    height: 140px;
    border-radius: 100px;
    background-image: radial-gradient(circle, rgba(255, 226, 171,0.7) 0%, rgba(255, 226, 171, 0) 70%);
    z-index: -1;
} */
 /*　水玉のhtmlでの表示 */
.top-content-ptn1 .circle_bg {
    position: absolute;
    top: 400px;
    left: 100px;
    width: 220px;
    z-index:-1;
}
.top-content-ptn2 .circle_bg {
    position: absolute;
    top: 400px;
    right: 100px;
    width: 220px;
    z-index:-1;    
}
/* ========================
       トップ　観光・最新情報共通部分
       ======================== */
.top-content-ptn3 {
  margin-bottom:120px;
}
.top-content-ptn3 .top-content-subheadline,
.top-content-ptn4 .top-content-subheadline {
  writing-mode: vertical-rl;
  margin:0 auto;
  border-left: solid 1px black;
  border-right: solid 1px black;
  display:flex;
  justify-content: center; /* 左右中央 */
  align-items: center;     /* 上下中央 */
  -webkit-align-items: column;
  align-items: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 30px 25px;  
  margin-bottom:60px;
}       

.top-subheadline-JP {
    font-size: 20px;
    letter-spacing: 7px;
    font-weight: 100;
}

.top-subheadline-en {
  font-size:12px;
  letter-spacing:3px;
}


/* ========================
       トップ　観光情報
       ======================== */
.top-sight-content {
  display:flex;
  justify-content: space-evenly; /* 左右中央 */
  align-items: center;     /* 上下中央 */
  -webkit-align-items: row;
  align-items: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  gap:40px; 
}

.top-sight-link a {
    display:block;
    border: solid #000 1px;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    border-radius: 90px;
    margin-top: 40px;
    padding: 14px 20px;
    width: 220px;
  transition: all 0.5s;      
}

/* 外枠：はみ出た分を隠す */
.top-sight-wrapper {
  overflow: hidden;
  width: 100%;
  background: #fff; /* 必要に応じて */
}

/* 画像を並べるコンテナ */
.top-sight-content {
  display: flex;
  width: fit-content; /* 中身の幅に合わせる */
  animation: loop-slide 30s linear infinite; /* 40秒で1周（数字を小さくすると速くなる） */
}

/* 各画像の設定 */
.top-sight-content p {
  flex-shrink: 0; /* 画像が潰れないようにする */
  width: 237px;   /* 画像の横幅（お好みで調整） */
  margin: 0 10px; /* 画像同士の隙間 */
}

.top-sight-content img {
  width: 100%;
  height: auto;
  display: block;
}

/* アニメーション：1セット分（50%）移動したら0に戻す */
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* マウスを乗せた時に一時停止させる（お好みで） */
/* .top-sight-wrapper:hover .top-sight-content {
  animation-play-state: paused;
} */

a:hover {
  color:#8d781b;
  /* color:#d4cfbd; */
}
footer .footer-menu1 a:hover {
  opacity:0.6;
  color:#fff;
}
.top-content-ptn3  .top-sight-link a:hover {
  background-color:#C18558;
  border:solid 1px #C18558;
  color:white;
}
/* ========================
       最新情報
       ======================== */
.top-content-ptn4 {
    background-image: url(../img/top-bg2.webp);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat; 
    padding-bottom:320px;
}
/* ========================
       フッター アクセス
       ======================== */
.footer-access {
  background: #EEE8E1;
  color:#4C4945;
  padding-top: 100px;
  padding-bottom: 120px;
  font-size:15px;
}

.top-content-ptn4 .top-content-subheadline {
  writing-mode: vertical-rl;
  margin:0 auto;
  border-left: solid 1px #4C4945;
  border-right: solid 1px #4C4945;
  display:flex;
  justify-content: center; /* 左右中央 */
  align-items: center;     /* 上下中央 */
  -webkit-align-items: column;
  align-items: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 20px 25px;  
  margin-bottom:60px;
}       

.footer-access-map iframe {
  width: 100%;
}

.footer-access-info {
  text-align: center;
  margin-top: 26px;
  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: 13px 24px;
  border-bottom: 1px solid #4C4945;
  box-sizing: border-box;
}

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

.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;
    gap: 0px;
  }
.footer-access-route dl dd {
  font-size:14px;
}
  .footer-access-route dt {
    flex: 0 0 30px;
  }
.inner-contents {
    padding-left: 18px;
    padding-right: 18px;  
}  
}



/* ========================
       フッター 
       ======================== */

.tell-number  {
font-size:22px;
}
.tell-info  {
font-size:16px;
}

footer {
  background: #988D80;
  color: white;
  padding-bottom:10px;
}


header .footer-receive-btn1 a,
header .footer-receive-btn2 a {
  text-align: center;
  width: 120px;
  height:40px;
  font-size: 14px;
  /* border-radius: 6px; */
  display: flex;
  align-items: center;     /* 上下中央 */
  justify-content: center; /* 左右中央 */  
  line-height:1.4;
}
/* header .footer-receive-btn1 a {
 border: solid #C18558 1px;
 color:#C18558;
  background: linear-gradient(135deg,
  #fff 0%, 
    #fff 30%, 
    #e7d9d3 50%,  
    #e7d9d3 55%, 
    #e7d9d3 60%,  
    #fff 70%,
    #fff 100%
    );
  background-size: 400% 100%;
  background-position: 0% 0%; 
  transition: background-position 1s ease;
} */
header .footer-receive-btn1 a {
 background: linear-gradient(135deg,
  /* 最初 */  
 #C18558 0%, 
  #C18558 40%, 
  /* 中間 */  
  #d39566 50%,  
  #c3926d 55%, 
  #d39566 60%,  
  /* 最後 */  
  #C18558 80%,
  #C18558 100%
  );
border: solid white 1px;
background-size: 400% 100%;
background-position: 0% 0%; /* 初期位置 */
transition: background-position 1s ease; /* 滑らかに動かす */  
}
header .footer-receive-btn1 a:hover {
/* 背景を右端(100%)まで動かすことで、最後の「白」を表示させる */
  background-position: 100% 0;
  color:#C18558;
  color:white;
  background: #c3926d;
}
footer .footer-receive-btn1 a,
footer .footer-receive-btn2 a {
  text-align: center;
  width: 147px;
  height:58px;
  font-size: 15px;
  border-radius: 6px;
  display: flex;
  align-items: center;     /* 上下中央 */
  justify-content: center; /* 左右中央 */  
  line-height:1.4;
}


footer .footer-receive-btn1 a {
  margin-bottom:20px;
 background: linear-gradient(135deg,
  /* 最初 */  
 #C18558 0%, 
  #C18558 40%, 
  /* 中間 */  
  #d39566 50%,  
  #c3926d 55%, 
  #d39566 60%,  
  /* 最後 */  
  #C18558 80%,
  #C18558 100%
  );
border: solid white 1px;
background-size: 400% 100%;
background-position: 0% 0%; /* 初期位置 */
transition: background-position 1s ease; /* 滑らかに動かす */
}
footer .footer-receive-btn1 a:hover {
  background-position: 100% 0;
  color:white;
}
footer .footer-receive-btn2 a {
  margin-bottom:1px;
  border: solid white 1px;
  color:#424242;  
  background: linear-gradient(135deg,
    /* 最初 */  
  #D4D4D4 0%, 
    #D4D4D4 40%, 
    /* 中間 */  
    #f0f0f0 50%,  
    #e1e1e1 55%, 
    #f0f0f0 60%,  
    /* 最後 */  
    #D4D4D4 80%,
    #D4D4D4 100%
    );
  border: solid white 1px;
  background-size: 400% 100%;
  background-position: 0% 0%; /* 初期位置 */
  transition: background-position 1s ease; /* 滑らかに動かす */
}
footer .footer-receive-btn2 a:hover {
  background-position: 100% 0;
  color:#424242;  
}
.footer-content {
  display:flex;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  gap: 30px;
  -webkit-align-items: end;
  align-items: end;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-top:100px;
  padding-bottom:100px;
}

.footer-content2 li{
  margin-bottom:6px;
}

.footer-rogo {
  margin-bottom: 12px;
}
.footer-rogo img {
  width: 208px;
  height: 87px;
}


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




.copyright {
  text-align: center;
}

.footer-sns {
  display:flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: row;
    gap: 18px;
    margin-bottom: 15px;
}
.footer-sns img {
  width:26px;
}
.icon_facebook img {
  width:24px;
}

 @media  (max-width: 1000px) {
  .footer-right-content > ul {
    justify-content: center;
  }
}


/* ========================
       個別ページ　お料理、お風呂、お部屋　共通部分
       ======================== */
.right-content {
  font-size:15px;
  line-height:2;
}

.single-page .top-content-headline {
  margin-top:100px;
  margin-left:20px;
}
.page-hero {
  background-size: cover;
  width: 100%;
  height: 340px;
display: flex;
  justify-content: center; /* 左右（主軸）の中央寄せ */
  align-items: center;     /* 上下（交差軸）の中央寄せ */  
  position:relative;
  color:white;
  background-position: center;
}
/* フィルター層 */
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /* ここで色と透過度を調整 */
  background: rgb(180 143 94 / 50%);
  /* background: rgba(255, 255, 255, 0.3); 明るくしたい場合は白 */
}

.page-hero .top-headline-JP {
  border:solid 1px white;
}

/* --- 修正：テキストを最前面（グラデーションより上）に持ってくる --- */
.top-content-headline {
  position: relative;
  /* z-index: 0; */
  writing-mode: vertical-rl;
}

/* --- 修正：画像が最背面になるように明示 --- */
.hero-slick-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0; /* グラデーションより下 */
}
.page-desc {
  text-align:center;
  line-height:2.6;
  font-size:16px;
  margin-top:30px;
  margin-bottom:120px;
}
.page-desc .inner-contents {
  max-width: 677px;
}
.page-sight .page-desc .inner-contents {
  max-width: 725px;  
}
.page-content-ptn1,
.page-content-ptn2,
.page-content-ptn6
 {
  position:relative;
  margin-bottom:120px;
}
.page-content-ptn1 .inner-contents,
.page-content-ptn2 .inner-contents {
    margin-bottom:30px;
}    

.page-content-subheadline {
  writing-mode: vertical-rl;
  margin:0 auto;
  border-left: solid 1px black;
  border-right: solid 1px black;
  display:flex;
  justify-content: center; /* 左右中央 */
  align-items: center;     /* 上下中央 */
  -webkit-align-items: column;
  align-items: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 30px 25px;  
  margin-bottom:60px;
  padding: 30px 20px 30px 25px;
}       
.page-subheadline-JP {
    font-size: 20px;
    letter-spacing: 7px;
    font-weight: 100;
}

.page-subheadline-en {
  font-size:12px;
  letter-spacing:3px;
}
.single-page .inner-contents {
  display:flex;
  justify-content: center; /* 左右中央 */
  align-items: center;     /* 上下中央 */
  -webkit-align-items: row;
  align-items: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  gap:60px;
  /* margin-bottom:30px; */
}
.page-content-ptn2 .inner-contents {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.single-page .page-content-ptn1 .left-content,
.single-page .page-content-ptn2 .left-content {
  min-width:512px;
  width:512px;
}
.single-page h4 {
  font-size:22px;
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid #000;
}
.single-page .right-text {
  font-size:15px;
  line-height:2.2;
}
/* ========================
       個別ページ　お部屋　差分部分
       ======================== */
.page-room .page-hero {
  background-image: url(../img/room-header.webp);
}
.page-room .page-content-ptn1,
.page-room .page-content-ptn2 {
  display:flex;
   -webkit-flex-direction: column;
    flex-direction: column;
}



.page-room .page-content-subheadline {
  writing-mode: horizontal-tb;
  display:inline-block;
  text-align:center;
}
.page-room .page-content-ptn1 .inner-contents
.page-room .page-content-ptn2 .inner-contents {
    -webkit-align-items: stretch;
    align-items: stretch;
}
.page-room .right-content {
  display:flex;
  flex: 1;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-align-items: column;
    align-items: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 40px;

}
.page-room .left-content {
  min-width:612px;
  width:612px;
  height: 419px;
    min-height: 419px;
    position: relative;
}
.page-room h4 {
  border:none;
  padding-bottom:0;
}


/* スライド間の隙間をゼロにする */
.page-room .thumb .slick-track {
  display: flex !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.page-room .thumb .slick-slide {
  height: auto; /* 高さを揃える */
  padding: 0;   /* Slickのデフォルトパディングをリセット */
}

/* 画像が親要素いっぱいに広がるようにする */
.page-room .thumb .slick-slide img {
  width: 100%;
  display: block;
}
.page-room .thumb  .slick-track {
  transform: unset !important;
}

.room-info {
  margin-top:auto;
  border-top: 1px solid #ccc;
  width: 100%;
  font-size:15px;
}


.table-row {
  display: flex;
  border-bottom: 1px solid #ccc;
  align-items: stretch; /* 高さを揃える */
}
.table-label,
.table-content {
  padding: 15px;
}
.table-label {
  width: 20%; /* 左列の幅 */
  background-color: #f9f9f9;
  display: flex;
  align-items: center; /* 文字を上下中央に */
}

.table-content {
  width: 70%; /* 右列の幅 */
}

/* スマホでは縦並びにする場合 */
@media (max-width: 600px) {
  .table-row {
    flex-direction: column;
  }
  .table-label, .table-content {
    width: 100%;
  }
}

.room-border {
  /* background: #EEE8E1; */
    width: 100%;
    height: 209px;
    position: absolute;
    z-index: -1;
    top: 75px;
    /* position:relative;
    top:400px;     */
}   

.page-room .page-content-ptn6 .left-content {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: row;
    align-items: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    gap: 60px;
    /* margin-bottom: 30px;   */
    min-width: 200px;
    width: auto;    
    height:auto;
    min-height:auto;
}
.ptn6-text {
  margin-top:10px;
}
/* ========================
       個別ページ　お風呂、お部屋　共通部分
       ======================== */


.single-page .sliderArea {
  max-width: 100%;
  margin: 0 auto;
  /* padding: 0 25px; */
}
.single-page .sliderArea.w300 {
  /* max-width: 300px; */
}
.single-page .slick-slide {
  margin: 0 5px;
}
.single-page .slick-slide img {
  width: 100%;
  height: auto;
}
.single-page .slick-prev, .slick-next {
  z-index: 1;
}
.single-page  .slick-prev:before, 
.single-page  .slick-next:before {
  color: #000;
}
.single-page  .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.single-page  .slick-active {
  opacity: 1;
}
.single-page  .thumb {
  margin: 20px 0 0;
}
.single-page .thumb .slick-slide {
  cursor: pointer;
}
.single-page .thumb .slick-slide:hover {
  opacity: .7;
}
.single-page .thumb .slick-current {
  opacity:0.7;
}

/* ========================
       個別ページ　お風呂　差分部分
       ======================== */
.page-hotspring .page-hero {
  background-image: url(../img/hotspring-header.webp);
}

.page-hotspring .top-headline-JP {
  padding: 30px 14px;
}
.page-hotspring .slick-dotted.slick-slider {
  margin-bottom:0px;
}
.page-hotspring h4 {
  font-size:20px;
  border-bottom:1px solid #e7e7e7;
  color:#333;

}
.hotspring_price dl:first-child {
   border-top:1px solid #fff; 
   padding-top:20px;
}

.hotspring_price dl {
  display:flex;;
  justify-content: start; /* 左右中央 */
  align-items: top;     /* 上下中央 */
  -webkit-align-items: row;
  align-items: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  gap:60px;
  margin-bottom:20px;
  border-bottom:1px solid #fff;
  padding-bottom:20px;
}
.hotspring_price dt {
  min-width:80px;
}
.page-hotspring .hotspring_price {
  font-size:15px;
}
/* .page-content-ptn5 .right-content {
  flex:1;
} */
.page-content-ptn5 .right-content {
    min-width: 512px;
    width: 512px;
}
.page-content-ptn5 {
  background-image:url(../img/hotspring_10.webp);
  background-size: cover;
  width: 100%;
  min-height: 400px;
  display: flex;
  justify-content: center; /* 左右（主軸）の中央寄せ */
  align-items: center;     /* 上下（交差軸）の中央寄せ */  
  position:relative;
  color:white;
  background-position:center;
  text-shadow: 1px 1px 1px #7a7a7a;  
}
.page-content-ptn5::before {
    content: "";
    position: absolute;
    inset: 0;
    background:rgb(89 57 15 / 50%);
}
.page-content-ptn5 .page-content-subheadline {
  border-left: solid 1px white;
    border-right: solid 1px white;
}
.single-page .page-content-ptn5 .inner-contents {
  gap:80px;
}
/* ========================
       個別ページ　お料理　差分部分
       ======================== */
.page-cuisine .page-hero {
  background-image: url(../img/cuisine-header.webp);
}

.cuisine-line-img {
  margin-bottom:120px;
}
.cuisine-line-img1 img,
.cuisine-line-img2 img {
  width:300px;
  height:auto;
}
.cuisine-line-img1,
.cuisine-line-img2 {
display: flex;
  justify-content: center;
  align-items: center;    /* align-items: rowは無効なので修正 */
  flex-direction: row;
  width: 100%;
  /* margin-bottom: 14px; */
  /* 固定のgapではなく、画面幅に応じた可変のgapにするのがコツ */
  gap: 5vw;

}
.cuisine-line-img2 {
  justify-content: center;
  gap: 140px;
  /* margin-bottom:120px; */
}
.cuisine-line-img1 {
  gap:120px;
  justify-content: center; /* 左右中央 */

}
/*
.cuisine-img11,
.cuisine-img12 {
  margin-top:300px;
}
.cuisine-img13{
margin-top:-300px;
}
.cuisine-img14{
  margin-top:500px;
} */

/* 外枠：ここで「ふわっと」させる */
.fade-in-box {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
  /* パララックスではみ出る画像を隠すなら以下を追加 */
  /* overflow: hidden; */
}

/* クラスがついたら表示 */
.fade-in-box.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* 中の画像：simpleParallaxがここを操作する */
.rellax1,
.rellax2,
.rellax3,
.rellax4 {
  display: block;
  width: 100%;
}
.cuisine-line-area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 画像の間の隙間を一定にする */
  gap: 30px;
}
.cuisine-border {
  /* background: #EEE8E1; */
   /* position:relative;
    top:400px;     */
    
    width: 100%;
  height: 140px; /* 帯の高さ */
  position: absolute;
  z-index: -1;
  
  /* 中央配置の魔法のセット */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  margin: 0; /* 余計なマージンをリセット */
}    




/* ========================
       個別ページ　観光　差分部分
       ======================== */
.page-sight .page-hero {
  background-image: url(../img/sight_header.webp);
}
.page-sight .inner-contents {
    align-items: flex-start;
    -webkit-align-items: flex;
}
.page-sight .page-content-ptn10 .left-content{
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: row;
    align-items: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    gap: 60px;
    margin-bottom: 30px;  
    min-width: 100px;
    width: auto;    
    height:auto;
    min-height:auto;
    position:relative;
}
.sight-gal-bottom {
    margin-top:60px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: row;
    align-items: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    gap: 60px;
    min-height:auto;
    line-height:2;
}
.sight-gal-bottom h3 {
  font-size:19px;
  margin-top:6px;
  text-align:center;
}
/* 固定したい小見出しの親要素 */
.page-sight .page-content-ptn10 .left-content {
  position: -webkit-sticky;
  position: sticky;
  top: 84px;
  will-change: transform;
/* 描画の遅延（ジャギー）を抑える */
  transform: translateZ(0);
  backface-visibility: hidden;
}

.page-content-ptn10
 {
  position:relative;
  margin-bottom:220px;
}

.page-content-subheadline {
  margin-bottom: 30px;  
}
.single-page .top-content-ptn1 .left-content,
.single-page .top-content-ptn2 .left-content {
    min-width: auto;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
.single-page .inner-contents {
  gap:20px;
}


/* ========================
       個別ページ　お問合せページ　差分部分
       ======================== */
.page-contact .page-hero {
  background-image: url(../img/contact-header.webp);
}
.page-contact .inner-contents {
  display:block;
}
.page-contact .page-desc .inner-contents {
  max-width:740px;
}
.contact-headline {
    /* color: #C18558; */
    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: #C18558;
    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;
}

.banar-02 img {
  width: 420px;
  height:auto;
}

.banar-area {
  display:flex;
  justify-content: space-around; /* 左右中央 */
  align-items: center;     /* 上下中央 */
  -webkit-align-items: row;
  align-items: row;
  -webkit-flex-direction: row;
  flex-direction: row;
    margin-bottom: 120px;
    margin-top: 80px;
    border-top: 1px solid #e3e2e2;
    padding-top: 60px;
    gap:30px;
}
@media (max-width: 746px) {
  .banar-area {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
    .contact-headline {
        font-size: 1.2rem;
    }
}

/* ========================
    オールインクルーシブページの修正
       ======================== */
.bath-time-list {
  display:flex;
}
.bath-time-list dt{
  font-weight:300;
}
.bath-time-list dd {
  flex:1
}
.right-content {
  width:100%
}
.page-allin .page-hero {
    background-image: url(../img/allinclusive-header.webp);
}
.page-allin .page-content-subheadline {
 writing-mode: vertical-rl; 
}
.page-allin .page-desc .inner-contents {
  max-width: 755px;
}
.page-allin .allin-furo .left-content {
  margin-bottom:-50px;
}

@media screen and (max-width: 776px) {
.page-allin .allin-furo .left-content {  
    margin-bottom:0px;
}
}
/* ========================
        20260201の修正分①
       ======================== */

       /* 要望を受けての修正 */
.top-message-text {
  text-align:left;
}
.top-content-right {
  width:530px;
}
.top-message-text h2 {
  margin-bottom:12px;
}
.top-message .top-content-ptn1 {
  margin-top:0px;
}
.top-message {
  min-height:auto;
  /* margin-bottom:0px; */
}
.link-btn p {
  padding: 12px 20px;
    background: #988e81;
    /* width: 140px; */
    text-align: center;
    display: inline-block;
    color: white;
    font-size: 15px;
    margin-top: 16px;  
    transition: all 0.5s;
}
.link-btn p:hover {
  background: #C18558; 
}
.main-nav .inner {
  color:white;
    text-shadow: 0 0px 7px #8d8d8dad;  
}
.main-nav .inner ul li a {
  color:white;  

}
.main-nav .inner ul li a:hover {
  opacity:0.9;
  color:white!important;
}
.open header {
  background:none;
}
.open .header-logo, 
.open header .footer-receive-btn1 {
  opacity:1;
}
.open header {
  background:linear-gradient(
  to bottom,
  rgba(61, 60, 60, 0.25) 0%,   /* 上端：現在の色（#3d3c3c40と同じ） */
  rgba(61, 60, 60, 0) 100%     /* 下端：同じ色味のまま完全に透明 */
)
}
header .footer-receive-btn1 {
  width:120px;
}
body .main-nav {
  position:unset;
  opacity:1;
  flex:1;

}
.header-logo {
  min-width:150px;
}
.main-nav .inner {
  width:auto;
}
.open .main-nav {
  width:100%;
}
.main-nav .inner {
  text-shadow: 0 1px 2px #4b4b4b;
}

body .main-nav {
  pointer-events:unset;
}

@media screen and (min-width: 951px) {  
.toggle_btn {
  display:none;
}
.main-nav {
  position: unset;
}
.main-nav  {
  display:none;
}

}
@media screen and (max-width: 950px) {  
body .main-nav .inner {
  text-shadow:none;
  margin-top: 90px;
} 
.main-nav .inner ul li a,
.main-nav .inner ul li a:hover {
  color:#000!important;
}
body .main-nav {
  position:unset;
  display:none;

}
body.open .main-nav {
  position:fixed;
  display:block;
}
.main-nav .inner ul li a:hover {
  opacity:0.8;
}
.toggle_btn {
  display:block;
}

header {
  height:100px;
}
.footer-receive-btn1 {
  margin-left: auto;
}
}
/* ========================
    2026/2/11の修正分
       ======================== */
.cuisine-img-cap {
  font-size: 12px;
  line-height: 2;
  color: #666;
}

/* ========================
    2026/2/6の修正分
       ======================== */

.page-cuisine .page-content-ptn1 {
  margin-top:120px;
}

/* ========================
       スマホ文字サイズ対応＆文字サイズ変更に伴う調整
       ======================== */
@media screen and (max-width: 950px) {
  .menu-jp {
    font-size:16px;
  }
  .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;
    gap:12px;
  }
  .main-nav .inner ul li {
    margin-bottom: 42px;
  }
  .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;
    background:white;
  }
}
@media screen and (max-width: 823px) {
  .top-message h2 {
    font-size:20px;
    margin-bottom:10px;
  }
  .top-message {
    flex-direction: column;
    padding-top:0px;
    margin-bottom:30px;
  }
  .top-message-img1,
  .top-message-img2 {
    display:none;
  }
  .top-message-text {
    width:auto;
    min-width:auto;
    padding:0 12px;
  }
.top-content-left {
    min-width: 50%;
    width: 50%;
    height:auto;
    min-height:auto;
}
.slick-dotted.slick-slider {
  margin-bottom:0px;
}
/* 
.top-content-ptn1 .inner-contents {
  align-items: end;
} */

/* 親要素を縦並びのFlexboxにする */
  .top-content-ptn1 .inner-contents,
  .top-content-ptn2 .inner-contents {
    display: flex;
    flex-direction: column;
  }

  /* 中間の入れ物(.top-content-right)の枠組みを無視させる */
  .top-content-right {
    display: contents;
  }

  /* 順番を個別に指定 */
  .top-content-headline {
    order: 1;
    /* writing-mode: horizontal-tb;  */
    margin: 0 0 20px 0;         /* 余白の調整 */
  }

  .top-content-left {
    order: 2;
    width: 100% !important;     /* 横幅を画面いっぱいに */
    min-width: auto !important;
    height: auto !important;    /* 高さを自動調整 */
  }

  .top-content-bottom {
    order: 3;
    /* margin-top: 20px;         */
  }


.top-content-left {
    /* height: 300px !important; */
    overflow: hidden;
}
  /* 画像自体のサイズ調整 */
  .top-content-left img {
    width: 100%;
    height: auto;
    /* margin-top:-200px; */
  }
.top-content-ptn1 .inner-contents, 
.top-content-ptn2 .inner-contents {
  gap:0px;
}
.footer-access-route dl {
  padding:13px 10px;
}

}
@media screen and (max-width: 765px) {
.footer-content {
    display: flex;
    flex-wrap: wrap;             /* 折り返しを許可 */
    justify-content: space-between; /* 1と3を左右の端に寄せる */
    align-items: flex-end;     /* 上揃えに変更（元の end だと崩れやすいため） */
        gap: 30px 10px;
        padding-top: 50px;
    padding-bottom: 50px;
    font-size:15px;
  }

.footer-rogo img {
    width: 155px;
    height: auto;
}
.tell-number {
  font-size:18px;
}
.tell-info {
  font-size:15px;
}
  /* --- 1番目（左上） --- */
  .footer-content1 {
    order: 1;
  }

  /* --- 3番目（右上） --- */
  .footer-content3 {
        order: 2;
        /* width: 35%; */
        display: flex;
        flex-direction: row;
        /* align-items: flex-end; */
        gap: 30px;
  }

  /* --- 2番目（下段） --- */
  .footer-content2 {
    order: 3;                    /* 本来2番目の要素を最後に配置 */
    width: 100%;                 /* 幅100%で1行専有させる */
    border-top: 1px solid #ccc;  /* 必要であれば区切り線 */
    padding-top: 20px;
    text-align: center;          /* メニューを中央寄せ */
  }

  /* メニューを横に並べたい場合（お好みで） */
  .footer-menu1 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 720px) {
.footer-content {
  justify-content:center;
  }
}
@media screen and (max-width: 520px) {
  .hero-jp-text {
  font-size:28px;
  }
}
@media screen and (max-width: 1030px) {
.cuisine-line-img1 {
  gap:80px;
}
.cuisine-line-img2 {
  gap:54px;
}
}
@media screen and (max-width: 980px) {
.single-page .page-content-ptn1 .left-content,
.single-page .page-content-ptn2 .left-content {  
  min-width:50%;
  }
}
@media screen and (max-width: 830px) {
.cuisine-line-img1 img {
  width:230px;
}
}
@media screen and (max-width: 776px) {
.single-page .inner-contents {
  flex-direction: column;
  gap:0px;
}
.single-page .page-content-ptn5 .inner-contents {
  padding-top:60px;
  padding-bottom:60px;
  gap:14px;
}
.hotspring_price dl {
  gap:20px;
}
.page-content-ptn5 .right-content {
  min-width:auto;
  width:100%;
}
.page-room .left-content {
  height:auto;
  min-height:auto;
}
.single-page .page-content-ptn1 .left-content, 
.single-page .page-content-ptn2 .left-content {
  width:100%;
}
.page-room .right-content {
  width:100%;
}
.table-label,
.table-content {
  padding:6px 15px;
}
.page-room h4 {
  margin-bottom:6px;
}
.page-room .right-content {
  gap:20px;
}
.page-room .thumb {
    margin: 10px 0 0;
}
.page-room .inner-contents {
  gap:10px;
}
.page-cuisine h4 {
        margin-bottom: 9px;
        padding-bottom: 9px;
        margin-top: 9px;
}
.page-hotspring h4 {
        margin-bottom: 9px;
        padding-bottom: 9px;
        /* margin-top: 9px; */
}
.page-sight .page-content-subheadline {
  background:white;
}
.sight-gal-bottom {
  position:relative;
  z-index:-1;
  gap:26px;
  margin-top:26px;
}
.page-sight .page-content-ptn10 .left-content {
  min-width: 0px;
}
.sight-gal-bottom h3 {
  font-size:18px;
}

.page-subheadline-JP { 
  font-size: 18px;
}
.sight-gal-bottom {
  flex-direction: column;
}
.page-sight .right-content {
  margin-top:-100px;
}
.page-sight .page-content-ptn10 .left-content {
  position:relative;
  top:20px;
}
.br-pc {
  display:none;
}
.page-desc {
  text-align:left;
}
}

@media screen and (max-width: 600px) {
.single-page h4 {
  font-size:20px;
}  
/* .cuisine-line-img1 {
    gap: 55px;
}
.cuisine-line-img2 {
gap: 18px;
            padding-left: 10px;
            padding-right: 10px;
}
.cuisine-border {
  height:83px;
} */
 .cuisine-line-img1 img {
  width:300px;
}
.line-img-none {
  display:none;
}
    .cuisine-line-img1,
        .cuisine-line-img2 {
        gap: 3%;
    justify-content: center;        
    }
.cuisine-line-img1 img, .cuisine-line-img2 img {
  width:240px;
}
.cuisine-line-area {
  gap:18px;
}


}

@media screen and (max-width: 530px) {
.header-logo {
  width:150px;
}

  .toggle_btn span {
    width:48px;
  }
  .toggle_btn{
    width:48px;
  }
.header-contents {
  gap:20px;
}
header .footer-receive-btn1,
header .footer-receive-btn1 a, 
header .footer-receive-btn2 a {
  width:96px;
}

.main-nav {
  touch-action: none;  /* ★これが重要：二本指操作（ピンチ）などのジェスチャーを無効化 */
}
.page-desc {
  font-size:14px;
}
.room-info {
  font-size:14px;
}
}

/* 光らせたい要素（画像やボタンなど）の親 */
.glitter-box {
  position: relative;
  overflow: hidden; /* 枠外にはみ出る光を隠す */
  display: inline-block;
}

/* 光の筋を擬似要素で作る */
.glitter-box::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -150%; /* 枠の左側に隠しておく */
  width: 20%;   /* 光の太さ */
  height: 200%;
  background: rgba(255, 255, 255, 0.5); /* 半透明の白 */
  transform: rotate(30deg); /* 斜めにする */
  
  /* アニメーションの設定 */
  animation: flare 3s infinite;
}

@keyframes flare {
  0% { left: -150%; }
  30% { left: 150%; } /* スッと通り過ぎる */
  100% { left: 150%; } /* しばらく待機 */
}


/* =========================================================
   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;
}

/* 最新情報 */
.top-info-content {
  display: flex;
  justify-content: space-between;
  gap:30px;
}
.fb-page {
  height:540px;
}
.insta-page {
  max-width:500px;
  width:100%;
}
/* Instagram埋め込みを横幅いっぱいに広げる */
@media screen and (max-width: 1110px) {
.top-info-content {
  flex-direction: column;    
  align-items: center;
  gap:60px;
}
.instagram-media {
    width: 100% !important;
    min-width: auto !important; /* 最小幅の制限を解除 */
    max-width: 100% !important; /* 親要素を突き抜けないようにする */
}

}

/* ========================
        20260201の修正分②
       ======================== */

@media screen and (max-width: 823px) {
    .top-message {
      padding-top:60px;
      padding-bottom:60px;
    }
}
