/*
 * ご当地ほりにし v1.0
 * Copyright TO-ON Design
 * 制作 TO-ON Design
 */

 @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;700&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP);
@import url('https://fonts.googleapis.com/css2?family=Amiko:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap');
/*------------------------------------
  Default Styles
------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  overflow-x:hidden;
}

body {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Spartan", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  background-color: #f7f3ee;
/***  background-color: #ededdf; ***/
  color: #1b1e24;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  /* 大画面対応 最大幅定義 */
  max-width: 1980px;
  margin: 0 auto;
}

a {
  color: #007eb1;
}

a:hover {
  color: #007eb1;
}

.bg-footer a {
  color: #fff;
}

.bg-footer a:hover {
  color: #fff;
}

a:focus {
  outline: none;
}

p {
  line-height: 1.8;
  letter-spacing: 0.2rem;
  text-align: justify; /* テキスト両端揃え */
}

figure {
  margin-bottom: 0;
}

hr {
  border-color: #e6e7e9;
}

[role=button] {
  cursor: pointer;
}

/*------------------------------------
  Headings
------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
  color: #fff;
  background-color: #C6E8F5;
/*  background-color: #59287a; */
}

::selection {
  color: #fff;
  background-color: #C6E8F5;
/*  background-color: #59287a; */
}

.bg-primary ::-moz-selection {
  color: #007eb1;
/*  color: #59287a; */
  background-color: #fff;
}

.bg-primary ::selection {
  color: #007eb1;
/*  color: #59287a; */
  background-color: #fff;
}

/*----------------------------------
  Border Radius
------------------------------------*/
.rounded-md {
  border-radius: .625rem;
}

.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*----------------------------------
  Modals
------------------------------------*/
.modal-content {
  box-shadow: 0 0.25rem 0.6rem rgba(27, 30, 36, 0.07);
}

@media screen and (min-width: 576px) {
  .modal-content {
    box-shadow: 0 0.5rem 1.625rem rgba(27, 30, 36, 0.07);
  }
}

/*----------------------------------
  Popover
------------------------------------*/
.popover {
  box-shadow: 0 0.25rem 0.6rem rgba(27, 30, 36, 0.07);
}

/*----------------------------------
  Progress Bars
------------------------------------*/
.progress--pill {
  border-radius: 6.25rem;
}

/*----------------------------------
  Blockquote-v2
------------------------------------*/

.u-clients__image {
  width: 100%;
}

.u-clients__image img {
  border-radius: 10px;
}

/*------------------------------------
  Icon
------------------------------------*/
.u-icon {
  position: relative;
  z-index: 1;
  line-height: .7;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.125rem;
  border-radius: .25rem;
  transition: .3s ease-in-out;
}

.u-icon__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.u-icon__inner-bottom-minus {
  top: 90%;
}

/*------------------------------------
  Icon Block
------------------------------------*/
.u-icon-block__col {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 992px) {
  .u-icon-block {
    border-bottom: solid 1px #e6e7e9;
  }
  .u-icon-block__col--left-brd {
    border-left: solid 1px #e6e7e9;
  }
}

/*----------------------------------
  Header
------------------------------------*/
@media screen and (max-width: 767px) {
  .navbar-expand-sm.fixed-top {
    background-color: rgba(136, 177, 222, 0.3);
/*    background-color: rgba(27, 30, 36, 0.3); */
  }
}

@media screen and (max-width: 991px) {
  .navbar-expand-md.fixed-top {
    background-color: rgba(136, 177, 222, 0.3);
/*    background-color: rgba(27, 30, 36, 0.3); */
  }
}

@media screen and (max-width: 1199px) {
  .navbar-expand-lg.fixed-top {
    background-color: rgba(136, 177, 222, 0.3);
/*    background-color: rgba(27, 30, 36, 0.3); */
  }
}

.navbar-bg-onscroll.fixed-top {
  background-color: #74b2e0;
/*  background-color: #672e8d; */
  transition: all .3s ease-out;
}

.navbar-bg-onscroll.fixed-top--fade {
  transition: all .4s ease-out;
}

/* スマホ時のみ改行実行 */
@media screen and (min-width: 768px) {
  .br-sp {
    display:none;
  }
}

/*========= 途中からハンバーガーメニューに変化するのためのCSS ===============*/

/*----------------------------------
  Header (soji)
------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 1000;
  background: transparent;
/*  background: #f7f3ee;
  transition: background-color .4s ease; */
}

/* #header.header_transparent {
  background: transparent;
} */

.header_inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 40px;
}

#g-navi {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: #f7f3ee;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .4s, visibility .4s;
}

#header.panelactive #g-navi {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#g-navi ul {
  position: absolute;
  top: calc(50% + 45px);
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#g-navi li {
  margin: 18px 0;
}

#g-navi a {
  color: #273c2d;
  text-decoration: none;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}

.header_left {
  justify-self: start;
}

.header_center {
  justify-self: center;
}

.header_right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
}

.header_center img {
  width: 110px;
  height: auto;
}

.header_insta {
  font-size: 1.5rem;
  color: #555;
}

.checkinn-reservation-button {
  display: inline-block;
  padding: 3px 28px;
  border-radius: 999px;
  background-color: #2d3b2a;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}

.checkinn-reservation-button:hover {
  color: #fff;
  opacity: 0.8;
}

.openbtn {
  position: relative;
  z-index: 1000;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2d3b2a;
}

.openbtn span {
  position: absolute;
  left: 12px;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  transition: all .4s;
}

.openbtn span:nth-of-type(1) {
  top: 13px;
}

.openbtn span:nth-of-type(2) {
  top: 20px;
}

.openbtn span:nth-of-type(3) {
  top: 27px;
}

.openbtn.active span:nth-of-type(1) {
  top: 20px;
  transform: rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 20px;
  transform: rotate(45deg);
}

/*========= 767px以下：ロゴを左へ ===============*/
@media screen and (max-width: 767px) {
  #header {
    height: 72px;
  }

  .header_inner {
    grid-template-columns: auto 1fr;
    padding: 0 16px;
  }

  .header_left {
    display: none;
  }

  .header_center {
    justify-self: start;
  }

  .header_center img {
    width: 70px;
  }

  .header_right {
    justify-self: end;
    gap: 10px;
  }

  .checkinn-reservation-button {
    padding: 3px 20px;
    font-size: 0.8rem;
  }

  .openbtn {
    width: 38px;
    height: 38px;
  }

  .openbtn span {
    left: 11px;
    width: 16px;
  }

  .openbtn span:nth-of-type(1) {
    top: 12px;
  }

  .openbtn span:nth-of-type(2) {
    top: 18px;
  }

  .openbtn span:nth-of-type(3) {
    top: 24px;
  }

}

.recipe_route_btn img {
  transition: .3s;
}

.recipe_route_btn img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px){

  .main_logo_head img {
    width: 100px;
  }
  
}

@media screen and (max-width: 600px){
  .main_logo_head {
    top: 30px;
    left: 30px;
  }

}

/*----------------------------------
  Spaces
------------------------------------*/
.u-content-space {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.u-content-space-top {
  padding-top: 6.25rem;
}

.u-content-space-bottom {
  padding-bottom: 6.25rem;
}

.u-content-half-space {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.u-content-half-space-top {
  padding-top: 3rem;
}

.u-content-half-space-bottom {
  padding-bottom: 3rem;
}

/*----------------------------------
  Pull
------------------------------------*/
.u-pull-half {
  transform: translate3d(0, -50%, 0);
}

/*----------------------------------
  Links
------------------------------------*/
.u-link {
  color: #1b1e24;
  text-decoration: none;
}

.u-link:hover {
  color: #007eb1;
/*  color: #59287a; */
  text-decoration: none;
}

/*----------------------------------
  Box Shadow
------------------------------------*/
.u-box-shadow-sm {
  box-shadow: 0 0.2rem 1.25rem 0 rgba(27, 30, 36, 0.07);
}

.u-box-shadow-lg {
  box-shadow: 0 0.4rem 2.2rem 0 rgba(27, 30, 36, 0.1);
}

/*----------------------------------
  Hero Image
------------------------------------*/
.u-hero-img {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

/*----------------------------------
  Overlays
------------------------------------*/
.u-overlay {
  position: relative;
}

.u-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.u-overlay--dark::after {
  background-color: rgba(27, 30, 36, 0.3);
}

.u-overlay--light::after {
  background-color: rgba(255, 255, 255, 0.3);
}

.u-overlay__inner {
  position: relative;
  z-index: 1;
}

/*----------------------------------
  Block Alignments
------------------------------------*/
.u-ver-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate3d(0, -50%, 0);
}

.u-ver-bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
}

/*----------------------------------
  Others
------------------------------------*/
/* 文字列にアンダーアインを入れる */
.under {
  background: linear-gradient(transparent 50%, #ffff00 50%);
}


/*==============================================
 メインビジュアル用スライダーのためのCSS
 ==============================================*/
.wrapper {
  position: relative;
  padding: 80px 0 0;
  overflow: hidden;
}

.main_slider {
  position: relative;
  z-index: 1;
}

.main_slider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: calc((100vh - 80px) * 0.7);
  transform: translateY(-50%);
  background: #2d3b2a;
  z-index: 0;
  pointer-events: none;
}

.main_slider .slick-list {
  position: relative;
  z-index: 1;
}
 
 .slider-item {
  position: relative;
   height: 100vh;
   margin: auto;
   max-height: 100%;
   max-width: 100%;
   width: 100vw;
   background-repeat: no-repeat;
   background-position: center;
   object-fit: cover;
   background-size: cover;
   overflow: hidden;
 }

.slider-item {
  height: 100vh;
  padding: 40px 30px;
  box-sizing: border-box;
}

.slider-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

 /* slick-slideに指定 */
 .slick-slide {
  margin: 0;
  padding: 40px 30px;
  box-sizing: border-box;
}

/* スライドに乗せる画像（中央・右下） */
.slide_overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;   /* スライド操作の邪魔をしない */
}

.slide_obj {
  position: absolute;
  opacity: 0;                       /* 初期：透明 */
  transform: translateY(40px);      /* 初期：少し下に沈める */
  transition: opacity .9s ease, transform .9s ease;
}

/* 中央配置 */
.slide_obj_center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 40px));  /* 中央＋下に40px */
  width: 320px;          /* 画像幅。お好みで */
  height: auto;
}

/* 右下配置 */
.slide_obj_corner {
  right: 6%;
  bottom: 8%;
  width: 220px;
  height: auto;
}

/* 表示状態（JSでこのクラスが付く） */
.slider-item.is-active .slide_obj_center {
  opacity: 1;
  transform: translate(-50%, -50%);   /* 定位置へ（沈み解除） */
}

.slider-item.is-active .slide_obj_corner {
  opacity: 1;
  transform: translateY(0);           /* 定位置へ */
}

 @media screen and (max-width: 900px) {
  .wrapper {
    position: relative;
    padding: 40px 0 0;
  }

  .main_slider::before {
    height: calc((80vh - 80px) * 0.7);
  }

  .slider-item {
    width: 100vw;
    height: 80vh;
  }
  
 }

  @media screen and (max-width: 767px) {
    .main_slider {
      width: 108vw;
      margin-left: -4vw;
    }
    .slide_obj_center {
      width: 200px;
    }
    .slide_obj_corner {
      width: 130px;
      right: 12%;
      bottom: 10%;
    }
  }

 /* ドットナビゲーションの設定 */
 .slick-dots {
   position: relative;
   z-index: 3;
   text-align: center;
   margin: 150px 0 0 0;
 }

 .slick-dots li {
   display: inline-block;
   margin: 0 5px 40px;
 }

 .slick-dots button {
   color: transparent;
   outline: none;
   width: 15px;
   height: 15px;
   display: block;
   border-radius: 15px;
   background: #fff;
 }

 .slick-dots .slick-active button {
   background: #333;
 }

 /*========== メインビジュアル用スライドのレイアウトのためのCSS ==============*/
 /*=========== レイアウトのためのCSS ===========*/
 ul.main_slider {
  position: relative;
  z-index: 1;
  width: 118vw;
  margin: 0 0 0 -14vw;
  padding: 0;
  list-style: none;
}

 a.main_slider{
   color: #fff;
 }

 a.main_slider:hover,
 a.main_slider:active{
   text-decoration: none;
 }

 .main_slider .titles_v {
   display: inline-block;
   padding: 10px 15px;
   font-size: 110%;
   font-weight: bold;
   letter-spacing: 1pt;
   text-align: center;
   color: #fff;
   background-color: rgba(142,191,225,0.8);
   position: absolute;
   bottom: 40px;
   left: 40px;
 }

 @media screen and (max-width: 767px) {

    .slick-slide {
      margin: 40px 15px;
    }
  
   .main_slider .titles_v{
     font-size: 60%;
     padding: 5px 8px;
     bottom: 20px;
     left: 20px;
   }

 }

.footer_info {
    letter-spacing: 0.1rem;
    line-height: 1.2rem;
    font-size: 0.8rem;
    font-weight: 400;    
}

.footer_logo {
  width: 180px;
  margin: 0 auto;
}

.footer_logo img {
  transition: .3s;
}

.footer_logo img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .footer_logo {
    width: 120px;
  }
}

/* gurtenbergを使用して画像を差し込んだ際に縦伸びしたものをアス比を維持 */
.wp-block-image img {
  max-width: 100%;
  height: auto!important;
}

/* フェードイン、右から左へスライドインアニメーション */
.fadeIn {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  animation-name: fadeInAnime;
  animation-fill-mode: backwards;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
  opacity: 0;
}

.fadeUpTrigger{
  opacity: 0;
}

.fadeUp{
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.fadeRightTrigger{
  opacity: 0;
}

.fadeRight{
  animation-name: fadeRightAnime;
  animation-duration: 1.5s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeLeftTrigger{
  opacity: 0;
}

.fadeLeft{
  animation-name: fadeLeftAnime;
  animation-duration: 1.5s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


.contest_btn {
  min-width: 280px;
  background-color: #e60000;
}

/*----------------------------------
  concept
------------------------------------*/
.concept {
  width: 100%;
  padding: 100px 0 80px;
  position: relative;   /* ← 追加。光レイヤーの基準にする */
  overflow: hidden;     /* ← 追加。にじんだ光がはみ出さないように */
}

.sec_label {
  text-align: center;
  font-size: 0.95rem;
  letter-spacing: 0.25em;
  color: #6b6b5e;
  margin: 0 0 18px;
}

.concept_title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: #2d3b2a;
  margin: 0 0 60px;
}

.concept_body {
  display: flex;
  align-items: center;
  gap: 56px;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

.concept_text {
  flex: 1 1 0;
}

.concept_text p {
  font-size: 1rem;
  line-height: 2.4;
  letter-spacing: 0.12em;
  text-align: left;
  margin: 0 0 1.6em;
}

.concept_text p:last-child {
  margin-bottom: 0;
}

.concept_image {
  flex: 1 1 0;
  overflow: hidden;        /* はみ出した画像を切り取る枠にする */
  aspect-ratio: 4 / 5;     /* 枠の形を固定（縦長。写真に合わせて調整可） */
}

.concept_image img {
  width: 100%;
  height: 118%;            /* 枠より少し高く＝動く余白を作る */
  object-fit: cover;
  display: block;
  will-change: transform;
  transform: translateY(0);
}
/*
.concept_image {
  flex: 1 1 0;
}

.concept_image img {
  width: 100%;
  height: auto;
  display: block;
}
*/

/* スマホ：タイトル → イメージ → 文章 の縦積み */
@media screen and (max-width: 767px) {
  .concept {
    padding: 70px 0 50px;
  }

  .concept_title {
    font-size: 1.25rem;
    margin-bottom: 40px;
  }

  .concept_body {
    flex-direction: column;
    gap: 32px;
    width: 86%;
  }

  /* 記述順が「イメージ→文章」なので、order指定なしで意図どおり積まれる */
  .concept_text p {
    line-height: 2.2;
  }

  .concept_image {
    flex: none;      /* flex-basis:0 をやめる → aspect-ratio が高さを算出できる */
    width: 100%;
  }

}

@media screen and (min-width: 768px) {
  .concept_text { order: 1; }
  .concept_image { order: 2; }
}

/*----------------------------------
  marquee（無限横スクロール）
------------------------------------*/
.marquee {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to bottom, #f7f3ee 0%, #f7f3ee 50%, #e8dcc4 50%, #e8dcc4 100%);
}

.marquee_track {
  display: flex;
  width: max-content;
  animation: marquee_scroll 40s linear infinite;
}

.marquee_track img {
  width: 450px;
  height: 300px;     /* 900:600 = 3:2 を維持 */
  object-fit: cover;
  display: block;
  flex-shrink: 0;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .marquee_track img {
    width: 300px;
    height: 200px;
    margin-right: 16px;
  }
}

@keyframes marquee_scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* 視差・酔いに配慮：アニメ抑制設定の人には止める */
@media (prefers-reduced-motion: reduce) {
  .marquee_track {
    animation: none;
  }
}


/*----------------------------------
  各エリア共通
------------------------------------*/

/* エリア別背景色設定 */
.concept_color {
  background-color: #e8dcc4;
  color: #2d3b2a;
}
.stay_color {
  background-color: #4a4438;
  color: #f7f3ee
}
.facility_color {
  color: #2d3b2a;
}
.experience_color {
  background-color: #e8dcc4;
  color: #2c2c2c;
}


.content_area_label {
  text-align: center;
  font-size: 0.95rem;
  letter-spacing: 0.25em;
  margin: 0 0 18px;
}

.content_area_title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  margin: 0 0 60px;
}

.content_area {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 80px 0 80px 0;
}

.content_area_title img {
  width: 500px;
  height: auto;
}

.content_area_text {
  padding: 0 0 60px;
}

.content_area_text p {
  text-align: justify;
  font-size: 1rem;
  line-height: 2.4;
  letter-spacing: 0.12em;
  text-align: left;
  margin: 0 0 1.6em;
}

@media screen and (max-width: 991px){

  .content_area_area_text {
    padding: 0 40px 60px;
  }

}

@media screen and (max-width: 600px) {

  .content_area_title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 40px;
  }

  .content_area_title img {
    width: 350px;
    height: auto;
  }


}

@media screen and (max-width: 400px) {

  .content_area_title img {
    width: 300px;
    height: auto;
  }

  .content_area_text p {
    text-align: justify;
    font-size: 1.0rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }

}

/*----------------------------------
  soji swiper（stay / experience 共通）
------------------------------------*/
.soji_swiper {
  /* 左端を他セクション本文ラインに合わせ、右は画面外へ流す */
  width: 100%;
  /* padding-left: 16.6%;   /* ← 本文の左端基準 */
  padding-right: 0;
  margin: 0 auto 60px;
  overflow: visible;   /* 右へはみ出させるため */
}

/* Swiper本体は見えている範囲だけ切り取る */
.soji_swiper .swiper-wrapper {
  /* 既定のまま。flexで横並び */
}

/* スライドを固定幅に。これが variableWidth 相当 */
.soji_swiper .swiper-slide {
  width: 420px;        /* カード固定幅。お好みで */
  margin-right: 24px;  /* カード間の余白 */
}

.soji_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 280px;       /* 高さ固定で帯を揃える */
  object-fit: cover;
}
/* ページネーション（進捗バー風） */
.soji_swiper .swiper-pagination {
  position: static;     /* 既定のabsoluteを解除して下に置く */
  display: flex;
  gap: 8px;
  width: auto;
  margin: 32px 0 0 16.6%;  /* 本文左端に合わせる */
}

.soji_swiper .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: 0;
  background: #c9c2b4;
  opacity: 1;
}

.soji_swiper .swiper-pagination-bullet-active {
  background: #2d3b2a;
}

/* 前後ボタン（右下にまとめる） */
.soji_swiper_nav {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  padding-right: 16.6%;
  margin-top: -15px;   /* バーと同じ高さに引き上げ */
}

.soji_swiper_prev,
.soji_swiper_next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #b3ac9d;
  cursor: pointer;
  position: relative;
}

.soji_swiper_prev::before,
.soji_swiper_next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2d3b2a;
  border-right: 1px solid #2d3b2a;
}

.soji_swiper_prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.soji_swiper_next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

/* 矢印の色は背景に応じて。stayは暗背景なので白に */
.stay_color .soji_swiper_prev,
.stay_color .soji_swiper_next {
  border-color: rgba(247,243,238,0.5);
}
.stay_color .soji_swiper_prev::before,
.stay_color .soji_swiper_next::before {
  border-color: #f7f3ee;
}
.stay_color .swiper-pagination-bullet {
  background: rgba(247,243,238,0.4);
}
.stay_color .swiper-pagination-bullet-active {
  background: #f7f3ee;
}

.soji_swiper .swiper-pagination-bullet {
  width: 20px;              /* 非アクティブ：短く */
  height: 3px;
  border-radius: 0;
  background: #c9c2b4;
  opacity: 1;
  transition: width .4s ease;   /* 幅の変化をアニメーションに */
}

.soji_swiper .swiper-pagination-bullet-active {
  width: 48px;             /* アクティブ：長く */
  background: #2d3b2a;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .soji_swiper {
    padding-left: 7%;
  }
  .soji_swiper .swiper-slide {
    width: 280px;
    margin-right: 16px;
  }
  .soji_swiper .swiper-slide img {
    height: 200px;
  }
  .soji_swiper .swiper-pagination {
    margin-left: 7%;
  }
  .soji_swiper_nav {
    padding-right: 7%;
  }
}

.green_box {
  background-color: #2d3b2a;
  padding: 60px;
  border-radius: 0 0 40px 0;
  color: #f7f3ee;
}

.green_box ul {
  padding: 20px 15px;
}

.green_box p {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: left;
  margin: 0 0 1.6em;
}

/*----------------------------------
  access（行程表）
------------------------------------*/
.access_color {
  background-color: #f7f3ee;
  color: #2d3b2a;
}

.access_inner {
  padding-bottom: 40px;
}

.access_block_title {
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 48px 0 28px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cfc6b5;
}

.access_block_title:first-child {
  margin-top: 0;
}

/* 1行ぶんの行程 */
.route {
  display: flex;
  align-items: stretch;
  margin: 0 0 14px;
}

/* 起点・終点 */
.route_from,
.route_to {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26%;
  padding: 18px 10px;
  border: 1px solid #cfc6b5;
  text-align: center;
}

.route_place {
  font-size: 1rem;
  letter-spacing: 0.08em;
}

/* 中央：手段＋所要時間。矢印でつなぐ */
.route_via {
  position: relative;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  text-align: center;
}

.route_means {
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  color: #5a5446;
}

.route_time {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: #8a8270;
  margin-top: 4px;
}

/* 矢印：細い横線＋穂先（擬似要素で描画） */
.route_via::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  right: 8px;
  height: 1px;
  background: #b3ac9d;
  z-index: 0;
}

.route_via::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #b3ac9d;
  border-right: 1px solid #b3ac9d;
  transform: translateY(-50%) rotate(45deg);
}

/* 手段テキストを線の上に浮かせ、線が文字と重ならないように */
.route_means,
.route_time {
  position: relative;
  z-index: 1;
  background: #f7f3ee;
  padding: 0 8px;
}

.access_note {
  font-size: 0.8rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #6b6457;
  margin: 20px 0 0;
}

/* スマホ：縦積み＋矢印を下向きに */
@media screen and (max-width: 767px) {
  .route {
    flex-direction: column;
    margin-bottom: 28px;
  }

  .route_from,
  .route_to {
    flex: none;
    width: 100%;
    padding: 14px 10px;
  }

  .route_via {
    width: 100%;
    padding: 26px 10px;
  }

  /* 横線を縦線に */
  .route_via::before {
    top: 8px;
    bottom: 8px;
    left: 50%;
    right: auto;
    width: 1px;
    height: auto;
  }

  /* 穂先を下向きに */
  .route_via::after {
    top: auto;
    bottom: 6px;
    right: 50%;
    transform: translateX(50%) rotate(135deg);
  }

  .route_means {
    background: #f7f3ee;
    padding: 4px 8px;
  }
}

/*----------------------------------
  faq（よくあるご質問）
------------------------------------*/
.faq_color {
  background-color: #f7f3ee;
  color: #2d3b2a;
}

.faq_inner {
  padding-bottom: 40px;
}

.faq_block_title {
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 48px 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cfc6b5;
}

.faq_block_title:first-child {
  margin-top: 0;
}

/* 1問ぶん */
.faq_item {
  border-bottom: 1px solid #ddd5c6;
}

/* 質問（クリックで開閉） */
.faq_q {
  position: relative;
  list-style: none;        /* デフォルトの三角を消す */
  cursor: pointer;
  padding: 20px 44px 20px 28px;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}

/* Safari等のマーカーも消す */
.faq_q::-webkit-details-marker {
  display: none;
}

/* 行頭の Q 記号 */
.faq_q::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: #8a8270;
}

/* 右端の開閉アイコン（＋／×） */
.faq_q::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 12px;
  height: 12px;
  background:
    linear-gradient(#8a8270, #8a8270) center / 12px 1px no-repeat,
    linear-gradient(#8a8270, #8a8270) center / 1px 12px no-repeat;
  transform: translateY(-50%);
  transition: transform .3s ease;
}

/* 開いているとき、縦棒を回して × に */
.faq_item[open] .faq_q::after {
  transform: translateY(-50%) rotate(135deg);
}

/* 回答 */
.faq_a {
  overflow: hidden;
  height: 0;                    /* JS制御。閉が初期 */
  transition: height .35s ease;
  padding: 0 28px;
}

/* 開いたときの下余白は内側で */
.faq_a p {
  font-size: 0.95rem;
  line-height: 2.0;
  letter-spacing: 0.06em;
  color: #4a4438;
  margin: 0;
  padding-bottom: 24px;
}

/* キャンセルポリシー表 */
.faq_table {
  width: 100%;
  border-collapse: collapse;
  margin: 4px 0 0;
}

.faq_table th,
.faq_table td {
  border: 1px solid #cfc6b5;
  padding: 12px 16px;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-align: left;
  background: transparent;
}

.faq_table th {
  width: 40%;
  font-weight: 500;
  color: #2d3b2a;
}

.faq_table td {
  color: #4a4438;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .faq_q {
    padding: 18px 38px 18px 24px;
    font-size: 0.95rem;
  }

  .faq_q::before {
    top: 18px;
  }

  .faq_a {
    padding: 0 24px 20px;
  }

  .faq_table th {
    width: 45%;
  }
}

/*----------------------------------
  スマホ表示調整（soji 追記）
------------------------------------*/
@media screen and (max-width: 767px) {

  /* 全体を一律縮小（rem基準の文字すべてに効く） */
  html {
    font-size: 85%;
  }
  /* ① セクションタイトルを改行されない大きさに */
  .content_area_title {
/*    font-size: 1.15rem; */
    letter-spacing: 0.08em;
    padding: 0 16px;        /* 左右に余白、端付き防止 */
    margin: 0 0 40px;
  }

  .content_area_label {
/*    font-size: 0.85rem; */
  }

  /* ③ 本文ブロックの左右余白 */
  .content_area_text {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* ② スワイパーのバーとボタンの重なり解消 */

  /* ナビ（前後ボタン）の引き上げをやめ、バーの下へ落とす */
  .soji_swiper_nav {
    margin-top: 16px;       /* -28px をやめて下に配置 */
    padding-right: 7%;
    gap: 12px;
  }

  /* ボタンを少し小さく */
  .soji_swiper_prev,
  .soji_swiper_next {
    width: 40px;
    height: 40px;
  }

  /* バーの下に余白を足し、ボタンと縦に分ける */
  .soji_swiper .swiper-pagination {
    margin-top: 24px;
    margin-bottom: 4px;
    gap: 6px;
  }

  /* バー自体もスマホでは少し短く */
  .soji_swiper .swiper-pagination-bullet {
    width: 16px;
  }
  .soji_swiper .swiper-pagination-bullet-active {
    width: 36px;
  }

  /* スワイパー下の本文との間隔 */
  .soji_swiper {
    margin-bottom: 40px;
  }
}

/*----------------------------------
  concept 木漏れ日エフェクト
------------------------------------*/
.komorebi {
  position: absolute;
  inset: 0;
  z-index: 0;            /* 文章より奥に置く */
  pointer-events: none;  /* クリックの邪魔をしない */
  opacity: 0;            /* 初期は消えている */
  transition: opacity 2s ease;
}

/* スクロールで concept に入ったら光が差し込む */
.komorebi.is-lit {
  opacity: 1;
}

.komorebi_light {
  will-change: transform, opacity;
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle closest-side,
    rgba(122, 31, 31, 0.20),
    rgba(122, 31, 31, 0) 70%);
/*  background: radial-gradient(circle closest-side,
    rgba(45, 59, 42, 0.20),
    rgba(45, 59, 42, 0) 70%); */
  filter: blur(28px);   /* 少し締めて葉影らしいエッジに */
}

/* 3つの光を、大きさ・位置・動きを変えて配置 */
.komorebi_light01 {
  width: 380px;
  height: 380px;
  top: 50px;
  left: 8%;
  border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
}

.komorebi_light02 {
  width: 280px;
  height: 280px;
  top: 30%;
  right: 6%;
  border-radius: 45% 55% 40% 60% / 60% 40% 55% 45%;
}

.komorebi_light03 {
  width: 220px;
  height: 220px;
  bottom: 15%;
  left: 30%;
  border-radius: 55% 45% 60% 40% / 45% 55% 50% 50%;
}

.komorebi_light04 {
  width: 150px;
  height: 150px;
  top: 15%;
  left: 55%;
  border-radius: 50% 60% 40% 55% / 55% 45% 60% 40%;
}

.komorebi_light05 {
  width: 480px;
  height: 480px;
  top: 80px;
  right: 18%;
  border-radius: 55% 45% 50% 50% / 50% 55% 45% 50%;
}

/* 本文・タイトルを光より前面に */
.concept_head,
.concept_body,
.concept .fadeUpTrigger {
  position: relative;
  z-index: 1;
}

/* 動きを抑えたい人には揺れを止める（酔い配慮） */
@media (prefers-reduced-motion: reduce) {
  .komorebi_light {
    animation: none;
  }
}

/* アクセスマップ */
#map {
  width: 100%;
  height: 500px;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#map iframe {
  width: 100%;
  height: 500px;
/*  margin-top: -150px; */
}

/*----------------------------------
  floor plan（間取りモーダル）
------------------------------------*/
.floorplan_trigger_wrap {
  text-align: center;
  padding-bottom: 20px;
}

/* stayは暗背景なので、線と文字は明色。access矢印やswiper丸ボタンと同じ質感 */
.floorplan_btn {
  display: inline-block;
  padding: 12px 34px;
  background: transparent;
  border: 1px solid rgba(247, 243, 238, 0.5);
  border-radius: 999px;
  color: #f7f3ee;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  cursor: pointer;
  transition: opacity .3s ease;
}

.floorplan_btn:hover {
  opacity: 0.7;
}

/* オーバーレイ＋パネル。初期は非表示 */
.floorplan_modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .5s ease, visibility .5s ease;
}

.floorplan_modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* 背景：sojiの暗色を透過で。真っ黒にしない */
.floorplan_overlay {
  position: absolute;
  inset: 0;
  background: rgba(45, 59, 42, 0.55);
}

/* パネル：green_box と同じ角の抜きでブランドを揃える */
.floorplan_panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  overflow: auto;
  padding: 40px;
  background: #f7f3ee;
  border-radius: 0 0 40px 0;
  transform: translateY(16px);   /* 初期：わずかに沈める */
  transition: transform .5s ease;
}

.floorplan_modal.is-open .floorplan_panel {
  transform: translateY(0);      /* 静かに定位置へ */
}

.floorplan_image img {
  display: block;
  width: 100%;
  height: auto;
}

.floorplan_caption {
  margin: 20px 0 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #4a4438;
}

/* 閉じる（×） */
.floorplan_close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.floorplan_close::before,
.floorplan_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: #2d3b2a;
}

.floorplan_close::before { transform: translate(-50%, -50%) rotate(45deg); }
.floorplan_close::after  { transform: translate(-50%, -50%) rotate(-45deg); }

/* スマホ */
@media screen and (max-width: 767px) {
  .floorplan_panel { padding: 24px; }
  .floorplan_close { top: 8px; right: 8px; }
}

/* 酔い配慮：動きを止める */
@media (prefers-reduced-motion: reduce) {
  .floorplan_modal { transition: opacity .01ms, visibility .01ms; }
  .floorplan_panel { transform: none; transition: none; }
}