@charset "utf-8";

/*--------------------------------------------------------------------
	general
--------------------------------------------------------------------*/

body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Serif JP', serif;
  color: #333;
  background: url('../../f-all/bg01.avif') center center;
  position: relative;
}

img {
  max-width: 100%;
  box-sizing: border-box;
  height: auto;
}

iframe {
  vertical-align: bottom;
}

@font-face {
  font-family: 'italiano';
  src: url('../font/Italianno-Regular.woff');
}

@font-face {
  font-family: 'roboto';
  src: url('../font/Roboto-Regular.woff');
}

.fontItaliano {
  font-family: italiano;
}

.fontRoboto {
  font-family: roboto;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 1250px) {
  body {
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0;
  }

  input,
  select,
  textarea {
    font-size: 1.0em;
  }
}

.fontArialBlack {
  font-family: 'arial black', sans-serif;
}

@font-face {
  font-family: MeiryoItalic;
  src: local('Meiryo'), local('メイリオ');
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul {
  list-style: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #4a2512;
}

header,
footer,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  box-sizing: border-box;
}

a,
span {
  position: relative;
}

.maxWidthFree img {
  max-width: 9999px;
}

@media screen and (min-width: 1251px) {

  a,
  .mouseHover {
    transition-property: all;
    transition: 0.1s linear;
    cursor: pointer;
  }

  a:hover,
  .mouseHover:hover,
  .mouseHoverImg:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    transition-property: all;
    transition: 0.1s linear;
    cursor: pointer;
  }

  a.noHover:hover,
  a.noHover:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
  }
}

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

  a,
  a:hover {
    text-decoration: none !important;
  }
}

/*--------------------------------------------------------------------
	h tag
--------------------------------------------------------------------*/

.h1Style01 {
  display: none;
}

/*----------------
	container
----------------*/

#container01 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  line-height: 1.6;
  overflow: hidden;
}

@media screen and (min-width: 1251px) {

  #container01 {
    font-size: 1.0rem;
  }

}

@media screen and (max-width: 1250px) {
  #container01 {
    font-size: 1.0rem;
  }
}

/*--------------------------------------------------------------------
	wrapper
--------------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1250px) {
  #wrapper01.typeContents {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #wrapper01.typeContents {
    padding-top: 30px;
  }
}

/*----------------
	contents
----------------*/

.contents01,
.contents02,
.contents04,
.contents06,
.contents08,
.contents10 {
  padding: 0 15px;
}

@media screen and (min-width: 1251px) {
  .contents01 {
    padding: 0 15px;
  }

  .contents02,
  .contents03 {
    max-width: 1900px;
    margin-left: auto;
    margin-right: auto;
  }

  .contents04,
  .contents05 {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .contents06,
  .contents07 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .contents08,
  .contents09 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .contents10,
  .contents11 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------------------------
	commmon
--------------------------------------------------------------------*/

@media screen and (min-width: 768px) {
  .titleCommon01 .dispTablePO p {
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .titleCommon01 .dispTablePO {
    padding: 10px 0;
  }
}

/*--------------------------------------------------------------------
	header
--------------------------------------------------------------------*/

#header01 {
  width: 100%;
  display: block;
  z-index: 101;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.265);
  transition: background-color 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

#header01 a {
  color: #ffffff;
}

#header01.scrolled {
  background-color: #ffffff;
}

#header01.scrolled a {
  color: #000000!important;
}

.headerLogo01 {
  z-index: 102;
}



.logo-scrolled {
  display: none;
}

#header01.scrolled .logo-default {
  display: none;
}

#header01.scrolled .logo-scrolled {
  display: inline-block;
}

.headerMenu>ul li {
  line-height: 1em;
  letter-spacing: .1em;
}

@media screen and (min-width: 1251px) {
  #header01 {
    width: 100%;
    height: 90px;
  }

  .headerLogo01 {
    position: absolute;
    width: 70px;
    left: 30px;
    top: 10px;
  }

  .headerMenu {
    padding: 35px 0;
  }

  .headerMenu > ul {
    display: flex;
    margin: 0;
  }

  .headerMenu>ul li {
    padding: 0px 20px 0px;
    position:relative;
  }

  .headerMenu>ul li span {
    line-height: 1em!important;
  }

  .headerMenu>ul li a {
    font-size: 0.9em;
  }

  .headerMenu>ul>li:nth-child(4) {
    margin-right: 0 !important;
  }

  .headerSP {
    display: none;
  }

  .naviSP,
  .naviSPBox {
    display: none;
  }
}

@media screen and (max-width: 1250px) {
  #header01 {
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
  }

  .headerLogo01 {
    position: absolute;
    width: auto;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }

  .headerPC {
    display: none;
  }

  .headerGnaviPC {
    display: none;
  }

  .fixNavi01 {
    display: none !important;
  }

  .headerSP {
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
  }

  .naviSP {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #391112;
    border-radius: 3px;
    position: absolute;
    color: #ffffff;
    font-size: 1.6em;
    top: 7px;
    right: 7px;
    z-index: 102;
  }

  .naviSPBox {
    background-color: #FFF;
    position: absolute;
    line-height: 1.2em;
    border-radius: 5px;
    font-size: 0.86rem;
    overflow: hidden;
    border: 1px solid #DDD;
    display: none;
    z-index: 101;
  }

  .naviSPBox li a {
    display: block;
    padding: 12px 5px 12px 23px;
  }

  .naviSPBox li:nth-child(n+2) a {
    border-top: 1px dotted #DDD;
  }

  .naviSPBox li a:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -8px;
  }

  .naviSPBoxTop {
    padding: 10px;
    border-bottom: 1px solid #DDD;
  }

  .naviSPBox li a {
    text-decoration: none;
    color: #111 !important;
  }

  .naviSPBox li a:link {
    text-decoration: none;
    color: #111 !important;
  }

  .naviSPBox li a:visited {
    text-decoration: none;
    color: #111 !important;
  }

  .naviSPBox li a:hover {
    text-decoration: none;
    color: #111 !important;
  }

  .naviSPBox li a:active {
    text-decoration: none;
    color: #111 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .naviSPBox {
    width: 300px;
    top: 60px;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .naviSPBox {
    width: calc(100vw - 20px);
    top: 60px;
    right: 10px;
  }
}

/*==============================================================================
	visual
==============================================================================*/

#visual01 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.swiperSlideCommon01 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

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

#visual02 {
  width: 100%;
  overflow: hidden;
}

/* #visual03 {
  width: 100%;
  overflow: hidden;
} */

.swiperSlideIndex01 {
  background-image: url('../../f-visual/photo01.webp')
}

.swiperSlideIndex02 {
  background-image: url('../../f-visual/photo02.webp')
}

.swiperSlideIndex03 {
  background-image: url('../../f-visual/photo03.webp')
}

.swiperSlideIndex04 {
  background-image: url('../../f-visual/photo04.webp')
}

.swiperSlideIndex05 {
  background-image: url('../../f-visual/photo05.webp')
}

.visual02Box01 {
  text-align: center;
  position: absolute;
}

.visual01Logo {
  position: absolute;
  z-index: 3;
}

.visual01Txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 2em;
}

#visual01 .swiper-container {
  overflow: hidden;
}

.visual-overlay-image {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 10;
  pointer-events: none;
  line-height: 0;
}

.visual-overlay-image img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-pagination-v {
  bottom: 15px!important;
  left: 50%;
  -webkit-transform: translateX(-50%)!important;
  -ms-transform: translateX(-50%)!important;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-pagination-r {
  bottom: 10px!important;
  left: 50%!important;
  -webkit-transform: translateX(-50%)!important;
  -ms-transform: translateX(-50%)!important;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-pagination-re {
  bottom: 10px!important;
  left: 50%!important;
  -webkit-transform: translateX(-50%)!important;
  -ms-transform: translateX(-50%)!important;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-pagination-c {
  bottom: 10px!important;
  left: 50%!important;
  -webkit-transform: translateX(-50%)!important;
  -ms-transform: translateX(-50%)!important;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-pagination-c2 {
  bottom: 10px!important;
  left: 50%!important;
  -webkit-transform: translateX(-50%)!important;
  -ms-transform: translateX(-50%)!important;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-pagination-c3 {
  bottom: 10px!important;
  left: 50%!important;
  -webkit-transform: translateX(-50%)!important;
  -ms-transform: translateX(-50%)!important;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-pagination-v.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px!important;
}

.swiper-pagination-r.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px!important;
}

.swiper-pagination-re.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px!important;
}

.swiper-pagination-c.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px!important;
}

.swiper-pagination-c2.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px!important;
}

.swiper-pagination-c3.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px!important;
}

@media screen and (min-width: 1251px) {

  #visual01 {
    height: auto;
  }

  .swiperSlideCommon01 {
    height: 850px;
  }

  #visual02 {
    height: 500px;
  }

  .visual01Logo01 {
    bottom: 70px;
    left: calc(50% - 600px);
  }

  .visual01Txt01 {
    font-size: 1.6rem;
    line-height: 2.4em;
  }

  .visual02Txt01 {
    font-size: 2.0rem;
    margin-bottom: 0.3rem;
  }

  .visual02Box01 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .visual02Title01 {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
  }

  
  .swiper-button-prev-m {
    left: -70px !important;
  }
  
  .swiper-button-next-m {
    right: -70px !important;
  }
  
  .swiper-button-prev-m::before {
    content: "<";
    font-size: 50px;
    margin-right: 4px;
    vertical-align: middle;
  }

  .swiper-button-prev-m::after {
    content: "Prev";
    font-size: 14px;
    vertical-align: middle;
  }

  .swiper-button-next-m::before {
    content: "Next";
    font-size: 14px;
    vertical-align: middle;
  }

  .swiper-button-next-m::after {
    content: ">";
    font-size: 50px;
    margin-left: 4px;
    vertical-align: middle;
  }

}

@media screen and (min-width: 768px) and (max-width: 1250px) {

  #visual01 {
    height: auto;
  }

  .swiperSlideCommon01 {
    height: 600px;
  }

  #visual02 {
    height: 300px;
    margin-top: 55px;
  }

  .visual01Logo01 {
    bottom: 50px;
    left: 50px;
    width: 280px;
  }

  .visual01Txt01 {
    font-size: 1.4rem;
    line-height: 2.4em;
  }

  .visual02 {
    height: 200px;
    background-position: left 5px bottom -25px, right 5px top -30px;
    background-size: 15%, 18%;
  }

  .visual02Txt01 {
    font-size: 2.0rem;
    margin-bottom: 0.3rem;
  }

  .visual02Box01 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .visual02Title01 {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }

  .visualFuji {
    width: 600px;
    height: 146px;
  }

  #visual01:before,
  #visual02:before {
    height: 32px;
  }

  #visual01:after,
  #visual02:after {
    height: 32px;
  }

  .plan-slider-container {
    width: 90%;
  }
  
  .swiper-button-prev-m {
    left: -5px !important;
  }
  
  .swiper-button-next-m {
    right: -5px !important;
  }
  
  .swiper-button-prev-m::before {
    content: "<";
    font-size: 30px;
    margin-right: 4px;
    vertical-align: middle;
  }

  .swiper-button-prev-m::after {
    content: "Prev";
    font-size: 12px;
    vertical-align: middle;
  }

  .swiper-button-next-m::before {
    content: "Next";
    font-size: 12px;
    vertical-align: middle;
  }

  .swiper-button-next-m::after {
    content: ">";
    font-size: 30px;
    margin-left: 4px;
    vertical-align: middle;
  }

}

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

  #visual01,
  .swiperSlideCommon01 {
    height: 50vh;
  }

  #visual02 {
    height: 250px;
    margin-top: 55px;
  }

  .visual01Logo01 {
    bottom: 40px;
    left: 20px;
    width: 200px;
  }

  .visual01Txt01 {
    font-size: 1.2rem;
    line-height: 1.8em;
    text-align: center;
  }

  .visual01Txt02 {
    width: 120px;
  }

  .visual02 {
    height: 220px;
    background-position: left 0 bottom -30px, right 20px top -35px;
    background-size: 20%, 27%;
  }

  .visual02Txt01 {
    font-size: 1.6rem;
    margin-bottom: 0.3rem;
  }

  .visual02Box01 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .visual02Title01 {
    font-size: 1.3rem;
  }

  .visualFuji {
    width: 600px;
    height: 146px;
  }

  .visualFuji p {
    bottom: 25%;
    right: 3%;
  }

  #visual01:before,
  #visual02:before {
    height: 24px;
  }

  #visual01:after,
  #visual02:after {
    height: 24px;
  }

}

/*--------------------------------------------------------------------
	cloud
--------------------------------------------------------------------*/

/* 新しい雲海コンテナ */
.cloud-parallax-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 5;
}

/* 各雲レイヤーの共通スタイル */
.cloud-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: auto;
  will-change: transform;
  opacity: 0.9;
}

/* 奥の雲（一番遅い） */
.cloud-back {
  animation: cloudFloat1 40s ease-in-out infinite, cloudDrift1 50s linear infinite;
  opacity: 0.95;
  transform: scale(1.1);
}

/* 中間の雲 */
.cloud-middle {
  animation: cloudFloat2 15s ease-in-out infinite, cloudDrift2 20s linear infinite;
  opacity: 0.95;
  transform: scale(1.05);
}

/* 手前の雲（一番速い） */
.cloud-front {
  position: absolute;
  bottom: 0;
  width: 100%;
  animation: cloudFloat3 80s ease-in-out infinite, cloudDrift3 130s linear infinite;
  opacity: 0.95;
}

.cloud-front-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cloud-front:nth-child(1) { left: 0; }
.cloud-front:nth-child(2) { left: -100%; }

/* 水平移動アニメーション（奥） */
@keyframes cloudDrift1 {
  0% { transform: translateX(-10%) scale(1.1); }
  100% { transform: translateX(10%) scale(1.1); }
}

/* 水平移動アニメーション（中間） */
@keyframes cloudDrift2 {
  0% { transform: translateX(-8%) scale(1.05); }
  100% { transform: translateX(8%) scale(1.05); }
}

/* 水平移動アニメーション（手前） */
@keyframes cloudDrift3 {
  0% { transform: translateX(0%); }
  100% { transform: translateX(100%); }
}

/* 上下浮遊アニメーション（奥） */
@keyframes cloudFloat1 {
  0%, 100% { transform: translateY(0px) translateX(-10%) scale(1.1); }
  25% { transform: translateY(-2px) translateX(-5%) scale(1.1); }
  50% { transform: translateY(-1px) translateX(0%) scale(1.1); }
  75% { transform: translateY(-3px) translateX(5%) scale(1.1); }
}

/* 上下浮遊アニメーション（中間） */
@keyframes cloudFloat2 {
  0%, 100% { transform: translateY(0px) translateX(-8%) scale(1.05); }
  33% { transform: translateY(-3px) translateX(-3%) scale(1.05); }
  66% { transform: translateY(-1px) translateX(3%) scale(1.05); }
}

/* 上下浮遊アニメーション（手前） */
@keyframes cloudFloat3 {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-4px); }
}

@media (max-width: 768px) {
  .cloud-layer {
    width: 150%;
  }
  
  .cloud-back { animation-duration: 40s, 50s; }
  .cloud-middle { animation-duration: 28s, 35s; }
  .cloud-front { animation-duration: 20s, 25s; }
}

/*--------------------------------------------------------------------
	pageTop
--------------------------------------------------------------------*/

#pageTop a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #555;
  border-radius: 50%;
  color: #FFF !important;
  text-decoration: none !important;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0.5;
  z-index: 90;
}

@media screen and (max-width: 767px) {
  #pageTop a {
    bottom: 50px;
  }
}

/*--------------------------------------------------------------------
	fixedBtn
--------------------------------------------------------------------*/

.fixedBtn { position: fixed; z-index: 500; text-align: center; }
.fixedBtn li a { display: block; color: #FFF; }
.fixedBtn .rv a { background-color: #d56f11; }

@media screen and (min-width: 768px) {
  
  .fixedBtn { top: 115px; right: 0; width: 50px; background-color: #ffffff; }
  .fixedBtn .rv a { -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; -o-writing-mode: vertical-rl; writing-mode: vertical-rl; font-size: 1.2rem; line-height: 50px; }
  .fixedBtn .rv a { width: 50px; height: 180px!important; box-shadow: 3px 3px 5px rgba(0,0,0,0.4); font-size: 0.9em; letter-spacing: .2em; }
  
  }
  
  @media screen and (max-width: 767px) {
  
  .fixedBtn { bottom: 0; left: 0; width: 100%; }
  .fixedBtn .rv a { width: 120px; height: 50px!important; box-shadow: 3px 3px 5px rgba(0,0,0,0.4); font-size: 0.9em; letter-spacing: .1em; line-height: 50px; }
  
  }
  

/*--------------------------------------------------------------------
	reservation
--------------------------------------------------------------------*/

#reservation select {
  height: 30px;
  padding: 0 5px;
  margin: 0 0 5px 0;
  border: none;
  color: #333333;
  border-bottom: 1px solid #333333;
}

.reservationTop { padding: 0px; }

@media screen and (max-width: 1250px) and (min-width: 768px) {

#reservation select { font-size: 0.9rem; }

}

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

#reservation { font-size: 0.9rem; }

}

/*--------------------------------------------------------------------
	footer
--------------------------------------------------------------------*/

#footer01 {
  position: relative;
  text-align: center;
  background: url(../../f-all/foot_bg.avif) bottom center no-repeat;
  background-size: cover;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 960px) {

  #footer01 {
    padding: 120px 20px 400px;
  }

  #footer01 ul li {
    padding: 15px;
    letter-spacing: 0.1em;
  }

  .footerInfo {
    position: absolute;
    left: 0;
  }

  .footerNavi {
    position: absolute;
    right: 0;
  }

}

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

  #footer01 {
    padding: 50px 20px 100px;
  }

  #footer01 ul li {
    padding: 10px;
    letter-spacing: 0.1em;
  }

  .footerInfo {
    width: 100%;
    order: 3;
  }

  .footerNavi {
    width: 100%;
    justify-content: center;
    order: 2;
    padding: 40px 0;
  }

}

/*--------------------------------------------------------------------
	index
--------------------------------------------------------------------*/

@media screen and (min-width: 768px) {

  .charmImgBleed {
    overflow: hidden;
  }

  .charmImgBleed .contents04 {
    overflow: visible;
  }

  .charmImgBleed .charmArea:last-child {
    width: calc(60% + 10vw) !important;
    margin-right: -10vw;
  }

  .charmImgBleed .charmArea:first-child {
    width: calc(60% + 10vw) !important;
    margin-left: -10vw;
  }

  .charmImgBleed .charmArea img {
    width: 100%;
    display: block;
  }

}

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

  #point02>div:nth-child(1) {
    order: 2;
  }

  #point02>div:nth-child(2) {
    order: 1;
  }

  .charmImgBleed {
    overflow: hidden;
  }

  .charmImgBleed .contents04 {
    overflow: visible;
  }

  .charmImgBleed .w60po:last-child {
    width: 100% !important;
  }

  .charmImgBleed .w60po:first-child {
    width: 100% !important;
  }

  .charmImgBleed .w60po img {
    width: 100%;
    display: block;
  }

}

#plan .flexCommon01.flex3ColumnA li.planArea {
  display: flex;
  flex-direction: column;
}

.planExplanation {
  flex-grow: 1;
  padding: 0 15px;
  border-left: 1px solid #6E520F;
  border-right: 1px solid #6E520F;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cardHeightAlign .flex3ColumnA > * {
  display: flex;
  flex-direction: column;
}

.cardHeightAlign .planExplanation {
  flex-grow: 1;
}

@media screen and (min-width: 1251px) {

.facility-number {
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 35%;
  height: 35%;
  font-size: 2em;
}

}

@media screen and (min-width: 768px) and (max-width: 1250px) {

.facility-number {
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  height: 20%;
  font-size: 2em;
}

}

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

.facility-number {
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 30%;
  font-size: 1.6em;
}

}

/*--------------------------------------------------------------------
	restaurant
--------------------------------------------------------------------*/

@media screen and (min-width: 768px) {

  #re01 {
    background: url(../../f-restaurant/re01_bg.webp) top -150px left -15% no-repeat;
    background-size: 45% auto;
  }

}

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

  #re01 {
    background: url(../../f-restaurant/re01_bg.webp) top -5% right -10% no-repeat;
    background-size: 55vw;
  }
  
  }

@media screen and (min-width: 768px) {

  #re02 {
    background: url(../../f-restaurant/re02_bg.webp) top -150px right -15% no-repeat;
    background-size: 45% auto;
  }

}

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

  #re02 {
    background: url(../../f-restaurant/re02_bg.webp) top -5% right -10% no-repeat;
    background-size: 55vw;
  }
  
  }

/*--------------------------------------------------------------------
	micro cms
--------------------------------------------------------------------*/

.post {
  overflow: hidden;
  text-align: center;
}

.post img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.post h3 {
  margin-top: .5em;
}

.post a {
  display: block;
  color: #4a2512;
  font-weight: bold;
  text-decoration: none;
}

/*--------------------------------------------------------------------
	about
--------------------------------------------------------------------*/

.explanation {
  position: relative;
}

.explanationArea rt {
  position: absolute !important;
  top: -0.9em !important;
  left: 23% !important;
  transform: translateX(-50%);
}

.explanationArea ruby {
  position: relative !important;
}

@media screen and (min-width: 768px) {

.explanationArea {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 15px rgba(79, 21, 21, 0.5);
  width: 50%;
  height: auto;
  color: #ffffff;
  background-color:#4a2512cd;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

}

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

.explanationArea {
  position:static;
  width: 100%;
  height: auto;
  color: #333333;
}

}

/*--------------------------------------------------------------------
	rooms
--------------------------------------------------------------------*/

.swiperTumnails {
  width: 100%;
  z-index: 3;
  margin: 15px auto 0;
}

.swiperTumnails li {
  border: 2px solid #FFF;
  overflow: hidden;
  cursor: pointer;
}

.specList,.specList2 { border-bottom: 1px solid #c7b690; margin-bottom: .4em; padding-bottom: .4em; }

@media screen and (min-width: 1251px) {

.swiperTumnails li {
    margin: 0 5px;
    width: 150px;
    height: auto;
  }

.specList p:nth-child(1) { width: 140px; }

}

@media screen and (min-width: 768px) and (max-width: 1250px) {

  .swiperTumnails li {
    margin: 0 5px;
    width: 100px;
    height: auto;
  }

.specList p:nth-child(1) { width: 140px; }

}

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

  .swiperTumnails li {
    margin: 0 3px;
    width: calc((100% - 30.1px) / 4);
    height: auto;
  }

.specList p:nth-child(1) { width: 100%; }

}

/*--------------------------------------------------------------------
	access
--------------------------------------------------------------------*/

.route-map {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-x: auto;
}

.route-container {
  position: relative;
  height: auto;
  margin: 0 auto;
  padding-top: 5px;
}

.route-line {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 30px;
  position: relative;
}

.route-point {
  background: white;
  border: 1px solid #333333;
  border-radius: 25px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.connector {
  position: relative;
  height: 1px;
  background: #333333;
  flex: 1;
  margin: 0 -2px;
}

.road-name {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  color: #666;
  background: white;
  padding: 2px 8px;
  border-radius: 10px;
  white-space: nowrap;
  z-index: 3;
}

@media (max-width: 1250px) {
  .container {
      padding: 15px;
  }

  .route-map {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: auto; /* Firefox */
    -ms-overflow-style: auto; /* IE/Edge */
}

.route-map::-webkit-scrollbar {
    height: 8px;
    background-color: #f1f1f1;
    border-radius: 4px;
}

.route-map::-webkit-scrollbar-thumb {
    background-color: #888888;
    border-radius: 4px;
}

.route-map::-webkit-scrollbar-thumb:hover {
    background-color: #333333;
}

  .route-container {
      width: 800px;
      height: auto;
      padding: 20px;
  }

  .route-line {
      margin-bottom: 25px;
  }

  .route-point {
      padding: 8px 12px;
      font-size: 12px;
  }

  .road-name {
      font-size: 10px;
      top: -20px;
  }
}

.gmap iframe,
.gmap2 iframe {
  width: 100%;
  vertical-align: bottom;
}

.gmap2 iframe {
  height: 200px;
}

@media screen and (min-width: 1251px) {
  .gmap iframe {
    height: 600px;
  }

  .gmap.typeA iframe {
    height: 200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .gmap iframe {
    height: 450px;
  }

  .gmap.typeA iframe {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .gmap iframe {
    height: 300px;
  }

  .gmap.typeA iframe {
    height: 200px;
  }

  .directionImg01 {
    min-width: 760px;
  }
}

/*--------------------------------------------------------------------
	sub
--------------------------------------------------------------------*/

.subIntro .sizeCommon01 {
  line-height: 1.6;
}

.photoTxt01 {
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.swiper-container2 .swiper-pagination {
  bottom: -40px !important;
}

@media screen and (min-width: 1251px) {
  .subLayout01>*:nth-child(1) {
    width: calc(37% - 20px);
  }

  .subLayout01>*:nth-child(2) {
    width: 63%;
  }

  .subLayout02>*:nth-child(1) {
    width: 60%;
  }

  .subLayout02>*:nth-child(2) {
    width: calc(40% - 20px);
  }

  .swiper-container2 .swiper-slide {
    width: 750px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .subLayout01>*:nth-child(1) {
    width: calc(40% - 20px);
  }

  .subLayout01>*:nth-child(2) {
    width: 60%;
  }

  .subLayout02>*:nth-child(1) {
    width: 60%;
  }

  .subLayout02>*:nth-child(2) {
    width: calc(40% - 20px);
  }

  .swiper-container2 .swiper-slide {
    width: 600px !important;
  }
}

@media screen and (min-width: 768px) {
  .subIntro>*:first-child {
    max-width: calc(100% - 300px);
  }

  .subIntro>*:last-child {
    max-width: 250px;
    margin-left: 50px;
  }

  .orderA>*:nth-child(1) {
    order: 2;
  }

  .orderA>*:nth-child(2) {
    order: 1;
  }

  .swiperContents .swiper-container,
  .swiperContents .swiper-wrapper,
  .swiperContents .swiper-slide {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .subIntro>*:last-child {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .subIntro>*:last-child p {
    max-width: 70%;
    margin: 0 auto;
  }

  .subLayout01>* {
    width: 100%;
  }

  .subLayout01>*:nth-child(2) {
    margin-top: 20px;
  }

  .subLayout02>* {
    width: 100%;
  }

  .swiper-container2 .swiper-slide {
    width: 100% !important;
  }
}

/*==============================================================================
	form
==============================================================================*/

.google-form-container {
    position: relative; 
    padding-bottom: 75%; 
    margin-bottom: 20px;
    overflow: hidden; 
    max-width: 100%;
}

.google-form-container iframe {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
}

/*==============================================================================
	sinsyu special
==============================================================================*/

#sinsyu {
    padding: 20px;
    background-color: #fff;
    border: 5px solid #18844f;
    text-align: center;
    letter-spacing: -.9em;
}

#sinsyu p { letter-spacing: normal!important; }

.contents_k {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.borderLine01 { border-bottom: 1px dotted #999; padding-bottom: 3px; }

@media screen and (min-width: 1251px) {

.contents_k { padding: 0 20px; }

}

@media screen and (min-width: 768px) and (max-width: 1250px) {

.contents_k { padding: 20px !important; }

}

@media screen and (min-width: 768px) {

.ml50po { margin-left: 50px !important; }
.fs16po {font-size:1.6em!important;}
.fs18po {font-size:1.8em!important;}

}

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

.contents_k { padding: 15px!important; }

}

/*==============================================================================
	sien
==============================================================================*/

.yoyakuBtn {
	text-decoration: none!important;
	border-radius: 8px;
	overflow: hidden;
	padding: 10px;
	font-weight: bold!important;
	color: #fdd428 !important;
	background-color: #c9151e !important;
}

.fcRed04 { color: #be0101; }
.marker_yellow { background-color: #ffff66; padding: .3rem; }

.ls00 { letter-spacing:0!important; }
.fs22 { font-size: 2.2em !important; }
.lh22 { line-height: 2.2em !important; }
.lh24 { line-height: 2.4em !important; }
.w200px { width: 200px!important; }
.borderCommon04 { border: 1px solid #aaaaaa; }

.vertical_dotted_line {
	border-left: 1px dotted #8e8e8e;
	height: auto;
}
.borderCommon03 {
	border: 1px solid #333;
  } 
.fcNavy01 { color: #33405a !important; }
.w50px { width: 50px!important; }

/*==============================================================================
	sien 20221216
==============================================================================*/

.borderCommon05 { border: 3px solid #aaaaaa; }
.fcLightblue { color: #22a1ce!important; }
.bgNavy02 { background-color: #163756 !important; }
.text1rem { padding-left: 1rem!important; }

.toggleCommon01Btn { cursor: pointer!important; }
.toggleCommon01Contents { display: none; }
.toggleCommon02Btn { cursor: pointer!important; }
.toggleCommon02Contents { display: none; }

/*--------------------------------------------------------------------
  サブページ ヒーローバナー
--------------------------------------------------------------------*/

.subpageHero01 {
  position: relative;
  height: auto !important;
}

.subpageHeroBg01 {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.subpageHeroBg01 .imgCover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.subpageHeroOverlay01 {
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 5, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}

.subpageHeroEn01 {
  font-size: 0.85rem;
  letter-spacing: 0.25em;
  color: rgba(255,255,255,0.65);
  margin-bottom: 0.6rem;
  display: block;
}

.subpageHeroTitle01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}

.subpageHeroDesc01 {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .subpageHeroBg01 {
    height: 240px;
  }
  .subpageHeroTitle01 {
    font-size: 1.4rem;
  }
  .subpageHeroDesc01 {
    font-size: 0.8rem;
  }
}

/*--------------------------------------------------------------------
  体験ページ 5×2 グリッド
--------------------------------------------------------------------*/

.expPageInner01 {
  max-width: 100%;
}

.expGrid5col {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.expCard5col {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 4 / 5;
  text-decoration: none;
}

.expCard5colImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.expCard5col:hover .expCard5colImg {
  transform: scale(1.07);
}

.expCard5colOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(20, 10, 5, 0.78) 0%,
    rgba(20, 10, 5, 0.25) 45%,
    transparent 100%);
  display: flex;
  align-items: flex-end;
  padding: 22px 18px;
  transition: background 0.4s ease;
}

.expCard5col:hover .expCard5colOverlay {
  background: linear-gradient(to top,
    rgba(20, 10, 5, 0.88) 0%,
    rgba(20, 10, 5, 0.45) 55%,
    rgba(20, 10, 5, 0.15) 100%);
}

.expCard5colBody {
  color: #fff;
  width: 100%;
}

.expCard5colNum {
  display: block;
  font-family: 'Dancing Script', cursive;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.08em;
  margin-bottom: 2px;
}

.expCard5colTitle {
  font-family: 'Noto Serif JP', serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  line-height: 1.55;
  margin-top: 0;
  margin-bottom: 8px;
}

.expCard5colPeriod {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.06em;
  padding-top: 6px;
  border-top: 1px solid rgba(255,255,255,0.25);
}

.expCard5col::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #602D1D;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.expCard5col:hover::after {
  transform: scaleX(1);
}

@media screen and (max-width: 1024px) {
  .expGrid5col {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .expGrid5col {
    grid-template-columns: repeat(2, 1fr);
  }
  .expCard5colTitle {
    font-size: 0.88rem;
  }
}

/*--------------------------------------------------------------------
  体験詳細リスト（1項目ずつ縦並び）
--------------------------------------------------------------------*/

.expDetailList01 {
  background: #faf8f4;
}

.expDetailItem01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  border-bottom: 1px solid #e8e0d0;
}

.expDetailItem01:first-child {
  border-top: 1px solid #e8e0d0;
  margin-top: 70px;
}

/* 偶数番目は画像と本文を左右反転 */
.expDetailItem01:nth-child(even) .expDetailImg01 { order: 2; }
.expDetailItem01:nth-child(even) .expDetailBody01 { order: 1; }

.expDetailImg01 {
  overflow: hidden;
}

.expDetailImg01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.expDetailItem01:hover .expDetailImg01 img {
  transform: scale(1.04);
}

.expDetailBody01 {
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.expDetailNum01 {
  display: block;
  font-family: 'Dancing Script', cursive;
  font-size: 0.9rem;
  color: #b0956a;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}

.expDetailTitle01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  color: #2a1a0a;
  line-height: 1.2 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 4px;
  border-bottom: none;
}
.expDetailTitle01::after {
  content: none;
  display: none;
}

.expDetailPeriod01 {
  font-size: 0.8rem;
  color: #602D1D;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e8e0d0;
}

.expDetailDesc01 {
  font-size: 0.93rem;
  line-height: 1.7;
  color: #4a3a2a;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.expDetailDesc01 p + p {
  margin-top: 0px;
}

.expDetailSpecs01 {
  display: flex;
  gap: 28px;
  padding: 5px 0;
  border-top: 1px solid #e8e0d0;
  border-bottom: 1px solid #e8e0d0;
  margin-bottom: 14px;
}

.expDetailSpec01 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.expDetailSpecLabel01 {
  font-size: 0.7rem;
  color: #8a7a5a;
  letter-spacing: 0.12em;
}

.expDetailSpecVal01 {
  font-size: 0.88rem;
  color: #2a1a0a;
  letter-spacing: 0.08em;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 1024px) {
  .expDetailItem01 {
    max-width: 100%;
  }
  .expDetailBody01 {
    padding: 40px 36px;
  }
}

@media screen and (max-width: 767px) {
  .expDetailItem01 {
    grid-template-columns: 1fr;
  }
  .expDetailItem01:nth-child(even) .expDetailImg01 { order: 0; }
  .expDetailItem01:nth-child(even) .expDetailBody01 { order: 0; }
  .expDetailBody01 {
    padding: 32px 24px;
  }
  .expDetailTitle01 {
    font-size: 1.4rem;
  }
  .expDetailDesc01 {
    font-size: 0.8rem;
  }
  .expDetailSpecVal01 {
    font-size: 0.75rem;
  }
}

/*--------------------------------------------------------------------
  パンくずリスト
--------------------------------------------------------------------*/

.breadcrumb01 {
  background: #f7f5ef;
  padding: 10px 5%;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  color: #8a7a5a;
}

.breadcrumb01 ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
}

.breadcrumb01 ul li:not(:last-child)::after {
  content: '›';
  margin: 0 8px;
  opacity: 0.4;
}

.breadcrumb01 a {
  color: #8a7a5a;
  text-decoration: none;
}

.breadcrumb01 a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------------
  font-size utilities（既存クラスに存在しないサイズ）
--------------------------------------------------------------------*/

.fs38 { font-size: 2.375rem; }

/*--------------------------------------------------------------------
  general / body
--------------------------------------------------------------------*/

body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", sans-serif;
  color: #1a1410;
  background-color: #f7f5ef;
  font-feature-settings: "palt";
}

/*--------------------------------------------------------------------
  container
--------------------------------------------------------------------*/

#container01 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  line-height: 1.8;
  overflow: hidden;
}

/*--------------------------------------------------------------------
  header
--------------------------------------------------------------------*/

#header01 {
  width: 100%;
  position: fixed;
  z-index: 101;
  background-color: rgba(0,0,0,0.45);
  transition: background-color 0.4s ease;
}

#header01.scrolled {
  background-color: #f7f5ef;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

#header01 a {
  color: #fff;
}

#header01.scrolled a {
  color: #1a1410 !important;
}

/* SPナビ展開中は背景色が常に暗色のため、スクロール状態に関わらずテキストは白で固定（視認性確保） */
#header01.scrolled .naviSPBox a {
  color: #fff !important;
}

.headerInner01 {
  padding: 0;
  transition: padding 0.3s ease;
}

#header01.scrolled .headerInner01 {
  padding: 0;
}

.headerLogoText {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 1;
}

.headerLogoImg01 {
  height: 250px;
  width: auto;
  display: block;
}

.logo-scrolled {
  display: none;
}

#header01.scrolled .logo-default {
  display: none;
}

#header01.scrolled .logo-scrolled {
  display: inline-block;
}

.headerMenu ul li {
  padding: 0 18px;
  letter-spacing: 0.1em;
  line-height: 1em;
}

.headerNavItem01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  text-decoration: none;
}

.headerNavEn01 {
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  opacity: 0.7;
  font-family: 'Dancing Script', cursive;
  line-height: 1;
}

.headerNavJa01 {
  font-size: 0.98rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (min-width: 1251px) {
  .headerMenu > ul > li:nth-child(4) {
    margin-right: 0 !important;
  }

  .headerLogo01 {
    position: fixed;
    width: auto;
    left: calc(7.5% - 1.5cm);
    top: 45px;
    transform: translateY(-50%);
    z-index: 102;
  }

  .headerInner01 {
    position: static;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding: 0 !important;
    height: 90px;
  }

  .headerMenu {
    padding: 0;
  }

  #header01.scrolled .headerInner01 {
    padding: 0 !important;
  }
}

.headerLogo01 {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
}

#header01.scrolled .headerLogoImg03 {
  filter: none;
}

/* SPナビ展開中は背景色が常に暗色のため、スクロール状態に関わらずロゴを白反転のまま固定（視認性確保） */
#header01.menuOpen .headerLogoImg03 {
  filter: brightness(0) invert(1) !important;
}

.headerLogoImg03 {
  height: 90px;
  width: auto;
  display: block;
  transition: height 0.3s ease;
  filter: brightness(0) invert(1);
}

/* 空室情報 枠付きボタン */
.headerNavBox01 {
  border: 1px solid #7a4e2d;
  padding: 5px 10px !important;
  border-radius: 3px;
  transition: background 0.2s ease, color 0.2s ease;
  background-color: #7a4e2d;
  color: #fff !important;
}

#header01:not(.scrolled) .headerNavBox01 {
  border-color: #7a4e2d;
  background-color: #7a4e2d;
  color: #fff !important;
}

#header01.scrolled .headerNavBox01 {
  border-color: #7a4e2d;
  background-color: #7a4e2d;
  color: #fff !important;
}

.headerMenu ul li a {
  position: relative;
  padding-bottom: 4px;
}

.headerMenu ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

@media screen and (min-width: 1251px) {
  .headerMenu ul li a:hover::after {
    width: 100%;
    opacity: 1;
  }
}

/* SP ハンバーガー */
.naviSP {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.naviSP span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease;
}

#header01.scrolled .naviSP span {
  background-color: #1a1410;
}

.naviSP.open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

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

.naviSP.open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* open時はスクロール状態に関わらず×を白く保つ */
.naviSP.open span {
  background-color: #fff !important;
}

/* SP ナビメニュー */
.naviSPBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(58, 46, 34, 0.97);
  z-index: 100;
  padding-top: 60px;
  border: none;
  border-radius: 0;
  overflow: hidden;
}

.naviSPBox ul {
  padding: 5px 20px;
}

.naviSPBox ul li {
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

/* 旧CSS（max-width:1250px）の color:#111 !important を上書き — 疑似クラス含め全て白に */
.naviSPBox ul li a,
.naviSPBox ul li a:link,
.naviSPBox ul li a:visited,
.naviSPBox ul li a:hover,
.naviSPBox ul li a:active {
  color: #fff !important;
  text-decoration: none;
}

.naviSPBox ul li a {
  display: block;
  padding: 12px 10px;
  font-size: 0.85rem !important;
  letter-spacing: 0.1em;
}

/* 旧CSS の FontAwesome アイコン（\f0da）を シンプルな矢印に置換 */
.naviSPBox ul li a::before {
  content: "›";
  font-family: inherit;
  position: static;
  top: auto;
  left: auto;
  margin-top: 0;
  margin-right: 8px;
  font-size: 1.1em;
}

.naviSPBox.open {
  display: block;
}

@media screen and (max-width: 1250px) {
  .headerPC {
    display: none;
  }

  /* ロゴを二回り縮小してヘッダー高さ（55px）に収める */
  .headerLogoImg03 {
    height: 55px;
  }

  /* headerInner01 に明示的な高さを与え、flexMiddle の縦中央揃えを有効化 */
  /* z-index:102 で naviSPBox(z-index:100) より前面に出し、ロゴ・ボタンを overlay の上に保つ */
  .headerInner01 {
    height: 55px;
    z-index: 102;
  }

  /* 旧 structure.css の position:absolute を打ち消して flex アイテムとして扱う */
  .naviSP {
    display: flex;
    position: static;
    top: auto;
    right: auto;
    width: 28px;
    height: 20px;
    background: none;
    border-radius: 0;
    line-height: normal;
    font-size: inherit;
    color: inherit;
    z-index: 102;
    margin-left: auto;
    flex-shrink: 0;
    padding-right: 4px;
  }
}

@media screen and (min-width: 1251px) {
  .headerSP {
    display: none;
  }
}

/*--------------------------------------------------------------------
  main visual (#visual01)
--------------------------------------------------------------------*/

#visual01 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.visualBg01 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.visualBg01 img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* スライダー */
.visualSlider01 {
  position: relative;
  width: 100%;
  height: 100%;
}

.visualSlide01 {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.visualSlide01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.visualSlide01.is-active {
  opacity: 1;
}

.visualBg01 {
  aspect-ratio: 16 / 9;
  min-height: 400px;
  max-height: 90vh;
}

.visualBg01 img {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .visualBg01 {
    height: 340px;
    aspect-ratio: unset;
    min-height: unset;
    max-height: unset;
  }
  .visualSlide01 img {
    object-fit: cover;
    object-position: center;
  }
}


/* 前後ボタン＋ドット まとめて下部に配置 */
.visualSliderBtn01 {
  position: absolute;
  bottom: 10px;
  top: auto;
  transform: none;
  z-index: 10;
  background: rgba(255,255,255,0.25);
  border: none;
  color: #fff;
  font-size: 1.4rem;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(2px);
}

.visualSliderBtn01:hover {
  background: rgba(255,255,255,0.45);
}

.visualSliderPrev01 { left: calc(50% - 70px); }
.visualSliderNext01 { right: calc(50% - 70px); }

/* ドット */
.visualSliderDots01 {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
  align-items: center;
}

.visualSliderDot01 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: background 0.3s ease;
}

.visualSliderDot01.is-active {
  background: #fff;
}

/* キャッチコピー（左下） */
/* top: calc(50% + Xpx) → 50% が常に画像の垂直中心、Xpx が中心からの固定オフセット */
.visualCatch01 {
  position: absolute;
  left: calc(50% - 550px);
  bottom: 50px;
  z-index: 2;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0,0,0,0.45);
}

.visualCatchMain01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.92rem;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin-bottom: 16px;
}

.visualCatchSub01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.92rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
  opacity: 0.9;
}

/* ロゴ（左上） */
.visualLogo01 {
  position: absolute;
  top: calc(8% + 0.5cm);
  left: calc(6% - 1.5cm);
  z-index: 2;
}

.visualCenterLogoImg01 {
  width: 360px;
  height: auto;
  filter: brightness(0) invert(1);
}

/* .visualBg01 img の catch-all ルールを上書きしてロゴ画像サイズを保護 */
.visualLogo01 .visualCenterLogoImg01 {
  width: 360px;
  height: auto;
  object-fit: initial;
  display: inline-block;
  filter: brightness(0) invert(1);
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .visualLogo01 {
    position: absolute;
    top: calc(4% + 0.5cm);
    left: calc(6% - 1.5cm);
    z-index: 2;
  }
  
  .visualLogo01 .visualCenterLogoImg01 {
    width: 250px;
    height: auto;
    object-fit: initial;
    display: inline-block;
  }

  .visualCatch01 {
    left: 50px;
  }
  .visualCatchMain01 {
    font-size: 1.45rem;
  }
  .visualCatchSub01 {
    font-size: 1.45rem;
  }  
}

@media screen and (max-width: 767px) {
  .visualCatch01 {
    display: none !important;
  }
  /* .visualCatchMain01 {
    font-size: 1.3rem;
  }
  .visualCatchSub01 {
    font-size: 1.3rem;
  } */
  .visualLogo01 {
    display: none !important;
  }
}



/* ロゴ（左下） */
/* .visualCopy01 {
  position: absolute;
  bottom: 180px;
  left: 6%;
  z-index: 2;
}

.visualLogoImg01 {
  width: 200px;
  height: auto;
}

.footerLogoImg01 {
  width: 240px;
  max-width: 100%;
  height: auto;
} */

/* @media screen and (min-width: 768px) and (max-width: 1250px) {
  .visualCopy01 {
    bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .visualCopy01 {
    bottom: 160px;
    left: 5%;
  }
} */

/*--------------------------------------------------------------------
  reservation（予約UI）
--------------------------------------------------------------------*/

.reservationBox01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: rgba(58, 46, 34, 0.82);
  backdrop-filter: blur(4px);
}

.reservationInner01 {
  padding: 20px 30px;
  gap: 20px;
  flex-wrap: wrap;
}

.reservationItem01 {
  flex: 1 1 160px;
  min-width: 140px;
}

.reservationItem01 input,
.reservationItem01 select {
  width: 100%;
  padding: 8px 10px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
  font-family: inherit;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  appearance: none;
}

.reservationItem01 input::placeholder {
  color: rgba(255,255,255,0.6);
}

.reservationItem01 option {
  color: #333;
  background: #fff;
}

.reservationBtn01 {
  padding: 10px 24px;
  background-color: #8b6914;
  color: #fff !important;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  margin-top: 20px;
}

@media screen and (min-width: 1251px) {
  .reservationBtn01:hover {
    background-color: #a07e25;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 767px) {
  .reservationInner01 {
    padding: 15px;
    gap: 12px;
  }

  .reservationItem01 {
    flex: 1 1 100%;
  }

  .reservationBtn01 {
    width: 100%;
    padding: 14px;
  }
}

/*--------------------------------------------------------------------
  concept section
--------------------------------------------------------------------*/

.conceptWrap01 {
  position: relative;
  overflow: hidden;
}

.conceptImg01 {
  width: 100%;
  display: block;
  margin-top: -3cm;
}

.conceptOverlay01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.25) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 0 40px calc(50px + 1cm);
  box-sizing: border-box;
}

@media screen and (min-width: 1251px) {
  .conceptImg01 {
    height: 560px;
    object-fit: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .conceptImg01 {
    height: 420px;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .conceptImg01 {
    height: 300px;
    object-fit: cover;
  }
  .conceptOverlay01 {
    padding: 0 0 24px 24px;
  }
}

.conceptFloatImg01 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
  border-radius: 35%;
  transform-origin: right bottom;
  animation: conceptFloatBloom 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s both;
}

@keyframes conceptFloatBloom {
  0%   { transform: scale(0.15); opacity: 0; }
  60%  { opacity: 1; }
  100% { transform: scale(1);    opacity: 1; }
}

@media screen and (max-width: 767px) {
  .conceptFloatImg01 {
    width: 65%;
    right: 0;
    bottom: 0;
  }
}

/*--------------------------------------------------------------------
  owner letter
--------------------------------------------------------------------*/

#ownerLetter .contents08 {
  max-width: 1150px;
}

/*--------------------------------------------------------------------
  News セクション
--------------------------------------------------------------------*/

.newsLayout01 {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 24px;
  align-items: center;
}

@media screen and (min-width: 1251px) {
  #news .contents08 {
    max-width: 1100px;
  }
}

.newsHeading01 {
  text-align: center;
}

.newsTitleJa01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  color: #3a7a8a;
  line-height: 1.4;
}

.newsTitleEn01 {
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  color: #3a7a8a;
  margin-top: 4px;
}

.newsList01 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.newsItem01 {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #e0d8cc;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
}

.newsItem01:first-child {
  border-top: 1px solid #e0d8cc;
}

.newsDate01 {
  color: #6a5a4a;
  min-width: 90px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

.newsCat01 {
  color: #6a8a9a;
  font-size: 0.78rem;
  white-space: nowrap;
  letter-spacing: 0.06em;
}

.newsTitle01 {
  color: #2a1a0a;
}

.newsBtn01 {
  white-space: nowrap;
}

@media screen and (max-width: 1250px) {
  .newsLayout01 {
    grid-template-columns: 160px 1fr;
  }
  .newsBtn01 {
    grid-column: 1 / -1;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .newsLayout01 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .newsHeading01 {
    text-align: left;
  }
  .newsItem01 {
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .newsTitle01 {
    width: 100%;
    text-align: left;
  }
}

/* Owner's Letter 新レイアウト */
.ownerLetterLayout01 {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  align-items: start;
}

.ownerLetterTitle01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.15;
  color: #2a1a0a;
  margin-bottom: 16px;
}

.ownerLetterImg01 {
  width: 100%;
  margin-top: 28px;
  border-radius: 6px;
  display: block;
  object-fit: cover;
}

.ownerLetterRight01 {
  padding: 2.5rem;
  margin-top: 4rem;
}

.ownerLetterBody01 {
  font-size: 0.95rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  color: #3a2a1a;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .ownerLetterLayout01 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ownerLetterTitle01 {
    font-size: 1.3rem;
  }
  .ownerLetterRight01 {
    margin-top: 0;
    padding: 0;
  }
}

.letterBox01 {
  background-color: #fffdf7;
  border: 1px solid #e0d5c0;
  font-family: 'Klee One', cursive;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
}

.letterHeader01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e0d5c0;
  padding-bottom: 20px;
}

.letterBox01 .mincho {
  font-family: 'Klee One', cursive;
}

@media screen and (min-width: 1251px) {
  .letterBox01 {
    padding: 60px 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .letterBox01 {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 767px) {
  .letterBox01 {
    padding: 35px 25px;
  }
}

.letterClosing01 {
  border-top: 1px dashed #c9b99a;
  padding-top: 30px;
}

.letterOwnerRow01 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 20px;
}

.letterOwnerImg01 {
  width: 240px;
  height: auto;
  margin-right: 4cm;
}

.letterSign01 {
  max-width: 160px;
  height: auto;
}

/*--------------------------------------------------------------------
  experience pickup (PICK UP 3-column)
--------------------------------------------------------------------*/

.expPickupGrid01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.expPickupCard01 {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 1 / 1;
  text-decoration: none;
}

.expPickupBg01 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.expPickupCard01:hover .expPickupBg01 {
  transform: scale(1.05);
}

.expPickupInner01 {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.38);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 40px 24px;
  text-align: center;
}

.expPickupNum01 {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  margin-bottom: 28px;
}

.expPickupTitle01 {
  font-size: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 14px;
}

.expPickupPeriod01 {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

.expPickupView01 {
  position: absolute;
  bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
}

.expPickupGrid02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.expPickupGrid02 .expPickupCard01 {
  aspect-ratio: 1 / 1;
  height: auto;
}

@media screen and (max-width: 767px) {
  .expPickupGrid01,
  .expPickupGrid02 {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------------
  experience card text padding override
--------------------------------------------------------------------*/

.experienceText01 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/*--------------------------------------------------------------------
  experience filter buttons
--------------------------------------------------------------------*/

.expFilterBtns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.expFilterBtn {
  padding: 8px 26px;
  border-radius: 999px;
  border: 1.5px solid #b8a88a;
  background-color: #fff;
  color: #5a4a38;
  font-family: 'Noto Serif JP', serif;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

/* すべて */
.expFilterBtn[data-filter="all"]:hover,
.expFilterBtn[data-filter="all"].active {
  background-color: #3a2e22;
  border-color: #3a2e22;
  color: #fff;
}

/* 自然体験 */
.expFilterBtn[data-filter="自然体験"] {
  border-color: #3d7a8a;
  color: #3d7a8a;
}
.expFilterBtn[data-filter="自然体験"]:hover,
.expFilterBtn[data-filter="自然体験"].active {
  background-color: #3d7a8a;
  color: #fff;
}

/* 暮らし体験 */
.expFilterBtn[data-filter="暮らし体験"] {
  border-color: #6b8c5a;
  color: #6b8c5a;
}
.expFilterBtn[data-filter="暮らし体験"]:hover,
.expFilterBtn[data-filter="暮らし体験"].active {
  background-color: #6b8c5a;
  color: #fff;
}

/* 文化体験 */
.expFilterBtn[data-filter="文化体験"] {
  border-color: #8b6914;
  color: #8b6914;
}
.expFilterBtn[data-filter="文化体験"]:hover,
.expFilterBtn[data-filter="文化体験"].active {
  background-color: #8b6914;
  color: #fff;
}

/*--------------------------------------------------------------------
  experience cards
--------------------------------------------------------------------*/

.experienceCard01 {
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.10);
  transition: box-shadow 0.2s ease;
}

@media screen and (min-width: 1251px) {
  .experienceCard01:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.16);
  }
}

.experienceTag01 {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 3px 10px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #fff;
}

.experienceTag01.tagA {
  background-color: #6b8c5a;
}

.experienceTag01.tagB {
  background-color: #3d7a8a;
}

.experienceTag01.tagC {
  background-color: #8b6914;
}

.experienceTag01.tagD {
  background-color: #c07a3a;
}

.experienceImgWrap01 {
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.experienceImgMulti01 {
  display: flex;
}

.experienceImgMulti01 .experienceImgWrap01 {
  flex: 1;
  border-radius: 0;
}

.experienceImgMulti01 .experienceImgWrap01:first-child {
  border-radius: 10px 0 0 0;
}

.experienceImgMulti01 .experienceImgWrap01:last-child {
  border-radius: 0 10px 0 0;
}

.experienceImgWrap01 img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
  object-fit: cover;
}

@media screen and (min-width: 1251px) {
  .experienceImgWrap01 {
    height: 200px;
  }

  .experienceCard01:hover .experienceImgWrap01 img {
    transform: scale(1.04);
    opacity: 1 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .experienceImgWrap01 {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .experienceImgWrap01 {
    height: 160px;
  }
}

/*--------------------------------------------------------------------
  チャーとメイ 散歩体験 フィーチャー
--------------------------------------------------------------------*/

.dogWalkFeature01 {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.10);
  margin-top: 40px;
  margin-bottom: 40px;
}

/* 左：写真2枚横並び */
.dogWalkPhotosLeft01 {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
}

.dogWalkPhotosLeft01 img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.dogWalkPhotosLeft01 img:first-child {
  border-right: 2px solid #f5f0e8;
}

/* 中央：横書きテキスト */
.dogWalkBody01 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 28px;
  gap: 8px;
}

.dogWalkTitle01 {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 6px;
}

.dogWalkFree01 {
  font-size: 0.9rem;
}

.dogWalkDesc01 {
  font-size: 0.82rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #5a5a5a;
  margin-bottom: 12px;
}

/* 右：写真 */
.dogWalkPhotoRight01 {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.dogWalkPhotoRight01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 767px) {
  .dogWalkFeature01 {
    flex-direction: column;
  }

  .dogWalkPhotosLeft01 {
    width: 100%;
  }

  .dogWalkPhotosLeft01 img {
    width: 50%;
    height: 160px;
  }

  .dogWalkBody01 {
    height: auto;
    padding: 20px;
  }

  .dogWalkTitle01 {
    font-size: 1.2rem;
  }

  .dogWalkPhotoRight01 {
    width: 100%;
    height: 160px;
  }
}

/*--------------------------------------------------------------------
  culture section（コラージュ風）
--------------------------------------------------------------------*/

.cultureImgBlock01 {
  overflow: hidden;
  border-radius: 10px;
}

.cultureImgBlock01 img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

@media screen and (min-width: 1251px) {
  .cultureImgBlock01 {
    height: 300px;
  }

  .cultureImgBlock01:hover img {
    transform: scale(1.04);
    opacity: 1 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .cultureImgBlock01 {
    height: 240px;
  }
}

@media screen and (max-width: 767px) {
  .cultureImgBlock01 {
    height: 200px;
  }
}

/*--------------------------------------------------------------------
  artist images（culture section）
--------------------------------------------------------------------*/

.artistImgBlock01 {
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 4 / 3;
}

.artistImgBlock01 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/*--------------------------------------------------------------------
  winery section
--------------------------------------------------------------------*/

.wineryWrap01 {
  overflow: hidden;
  background-image: url('../../f-index/img_reserve_01.jpg');
  background-size: cover;
  background-position: center;
}

.wineryOverlay01 {
  background: rgba(20, 15, 8, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}

/* ワインカード */
.wineList01 {
  display: grid;
  grid-template-columns: 320px 320px;
  grid-template-rows: repeat(5, auto);
  column-gap: 28px;
  justify-content: center;
  margin-top: 50px;
  width: 100%;
}

.wineList01 .wineCard01 {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  width: auto;
}

.wineCard01 {
  box-sizing: border-box;
  width: 320px;
  border: 1px solid rgba(255,255,255,0.3);
  padding: 2rem 1.6rem;
  text-align: center;
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(4px);
}

.wineCardEn01 {
  font-family: 'Dancing Script', cursive;
  font-size: 1.5rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.05em;
  margin-bottom: 0.4rem;
}

.wineCardName01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.12em;
  margin-bottom: 0.9rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.wineCardDesc01 {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.68);
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 1.2rem;
}

.wineCardMeta01 {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255,255,255,0.15);
  text-align: left;
}

.wineCardMetaLabel01 {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.08em;
  margin-bottom: 0.3rem;
}

.wineCardMetaValue01 {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.wineCardGrapeList01 {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.68);
  line-height: 1.85;
  letter-spacing: 0.04em;
  columns: 2;
  column-gap: 1rem;
}

@media screen and (max-width: 767px) {
  .wineryOverlay01 {
    padding: 60px 16px;
  }
  .wineList01 {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    row-gap: 14px;
    margin-top: 32px;
    justify-items: center;
  }
  .wineList01 .wineCard01 {
    grid-template-rows: auto;
    grid-row: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
  }
}

/*--------------------------------------------------------------------
  winery grape circles
--------------------------------------------------------------------*/

.grapeCircleRow01 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
  margin-top: 30px;
}

.grapeCircle01 {
  overflow: hidden;
  flex-shrink: 0;
  border: 1.5px solid rgba(255,255,255,0.5);
}

.grapeCircle01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.grapeCircleA {
  width: 240px;
  height: 240px;
  border-radius: 62% 38% 46% 54% / 60% 44% 56% 40%;
}

.grapeCircleB {
  width: 180px;
  height: 180px;
  border-radius: 42% 58% 67% 33% / 38% 65% 35% 62%;
}

.grapeCircleC {
  width: 280px;
  height: 280px;
  border-radius: 55% 45% 38% 62% / 48% 55% 45% 52%;
}

.grapeCircleD {
  width: 210px;
  height: 210px;
  border-radius: 48% 52% 60% 40% / 55% 38% 62% 45%;
}

@media screen and (max-width: 767px) {
  .grapeCircleA { width: 110px; height: 110px; }
  .grapeCircleB { width:  85px; height:  85px; }
  .grapeCircleC { width: 130px; height: 130px; }
  .grapeCircleD { width: 100px; height: 100px; }

  .grapeCircleRow01 {
    gap: 10px;
    flex-wrap: wrap;
  }
}

/*--------------------------------------------------------------------
  お部屋ページ
--------------------------------------------------------------------*/

.roomsPageInner01 { max-width: 100%; }

.roomsIntro01 {
  max-width: 740px;
  margin: 0 auto 60px;
  text-align: center;
}

.roomsIntroText01 {
  font-size: 0.97rem;
  line-height: 2.1;
  letter-spacing: 0.07em;
  color: #4a3a2a;
}

.roomThumbGrid01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: 40%;
  margin: 0 auto;
}

.roomThumbCard01 {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 4 / 5;
  text-decoration: none;
}

.roomThumbImg01 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.roomThumbCard01:hover .roomThumbImg01 { transform: scale(1.07); }

.roomThumbOverlay01 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,10,5,0.78) 0%, rgba(20,10,5,0.2) 45%, transparent 100%);
  display: flex;
  align-items: flex-end;
  padding: 18px 16px;
  transition: background 0.4s ease;
}

.roomThumbCard01:hover .roomThumbOverlay01 {
  background: linear-gradient(to top, rgba(20,10,5,0.88) 0%, rgba(20,10,5,0.45) 55%, rgba(20,10,5,0.15) 100%);
}

.roomThumbBody01 { color: #fff; width: 100%; }

.roomThumbNum01 {
  display: block;
  font-family: 'Dancing Script', cursive;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.08em;
  margin-bottom: 2px;
}

.roomThumbTitle01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  margin-top: 0;
  margin-bottom: 6px;
}

.roomThumbSpec01 {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.06em;
  padding-top: 5px;
  border-top: 1px solid rgba(255,255,255,0.25);
}

.roomThumbCard01::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 3px;
  background: #602D1D;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.roomThumbCard01:hover::after { transform: scaleX(1); }

@media screen and (max-width: 1024px) {
  .roomThumbGrid01 { grid-template-columns: repeat(2, 1fr); max-width: 70%; }
}
@media screen and (max-width: 600px) {
  .roomThumbGrid01 { grid-template-columns: repeat(1, 1fr); max-width: 100%; }
}

/* 部屋詳細 */
.roomDetailList01 { background: #faf8f4; }

.roomDetailItem01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid #e8e0d0;
}

.roomDetailItem01:first-child { border-top: 1px solid #e8e0d0; margin-top: 70px; }

.roomDetailItem01:nth-child(even) .roomDetailImg01 { order: 2; }
.roomDetailItem01:nth-child(even) .roomDetailBody01 { order: 1; }

.roomDetailImg01 { overflow: hidden; }

.roomDetailImg01 img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.6s ease;
}

.roomDetailItem01:hover .roomDetailImg01 img { transform: scale(1.04); }

.roomDetailBody01 {
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.roomDetailNum01 {
  display: block;
  font-family: 'Dancing Script', cursive;
  font-size: 0.9rem;
  color: #b0956a;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}

.roomDetailTitle01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  color: #2a1a0a;
  line-height: 1.2 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 6px;
  border-bottom: none;
}
.roomDetailTitle01::after {
  content: none;
  display: none;
}

.roomDetailType01 {
  font-family: 'Dancing Script', cursive;
  font-size: 1rem;
  color: #b0956a;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8e0d0;
}

.roomDetailDesc01 {
  font-size: 0.93rem;
  line-height: 1.7;
  color: #4a3a2a;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.roomDetailSpecs01 {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 5px 0;
  border-top: 1px solid #e8e0d0;
  border-bottom: 1px solid #e8e0d0;
  margin-bottom: 14px;
}

.roomDetailSpec01 { display: flex; flex-direction: column; gap: 5px; }

.roomDetailSpecLabel01 {
  font-size: 0.7rem;
  color: #8a7a5a;
  letter-spacing: 0.12em;
}

.roomDetailSpecVal01 {
  font-size: 0.88rem;
  color: #2a1a0a;
  letter-spacing: 0.06em;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .roomDetailItem01 { grid-template-columns: 1fr; }
  .roomDetailItem01:nth-child(even) .roomDetailImg01 { order: 0; }
  .roomDetailItem01:nth-child(even) .roomDetailBody01 { order: 0; }
  .roomDetailBody01 { padding: 32px 24px; }
  .roomDetailTitle01 { font-size: 1.4rem; }
}

/* サムネイルグリッド センタリング */
.roomThumbGrid01 {
  justify-content: center;
}

/* 客室概要 */
.roomAmenitiesSection01 {
  background: #f7f5ef;
  padding: 70px 0 10px;
}

.roomInfoTable01 {
  max-width: 860px;
  margin: 0 auto;
  border-top: 2px solid #b8aa8a;
}

.roomInfoRow01 {
  display: grid;
  grid-template-columns: 160px 1fr;
  border-bottom: 1px solid #d8ceb8;
}

.roomInfoLabel01 {
  padding: 22px 24px;
  font-size: 0.88rem;
  font-family: 'Noto Serif JP', serif;
  color: #4a3a2a;
  letter-spacing: 0.1em;
  background: #ede8de;
  display: flex;
  align-items: flex-start;
  padding-top: 26px;
}

.roomInfoContent01 {
  padding: 22px 32px;
  font-size: 0.9rem;
  color: #3a2a1a;
  letter-spacing: 0.07em;
  line-height: 1.85;
  background: #fff;
}

.roomInfoContent01 p {
  margin-bottom: 1em;
}

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

.roomInfoRowCancel01 .roomInfoLabel01 {
  align-items: flex-start;
  padding-top: 26px;
}

@media screen and (max-width: 767px) {
  .roomInfoRow01 {
    grid-template-columns: 1fr;
  }
  .roomInfoLabel01 {
    padding: 14px 20px;
    border-bottom: 1px solid #d8ceb8;
  }
  .roomInfoContent01 {
    padding: 18px 20px;
  }
}

/*--------------------------------------------------------------------
  CTA Button（枠線ボタン／furusatokan.jp風）
--------------------------------------------------------------------*/

.ctaBtn01 {
  display: inline-block;
  border: 1px solid #9a7a50;
  border-left: 3px solid #9a7a50;
  background: #fff;
  color: #9a7a50;
  padding: 15px 32px;
  font-size: 0.92rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.14em;
  text-decoration: none;
  transition: background 0.2s ease;
}

.ctaBtn01:hover {
  background: #f5ede0;
}

.ctaBtn01--light {
  background: transparent;
  border-color: rgba(255,255,255,0.8);
  border-left-color: #c9a46a;
  color: #fff;
}

.ctaBtn01--light:hover {
  background: rgba(255,255,255,0.1);
}

@media screen and (max-width: 767px) {
  .ctaBtn01 {
    font-size: 0.73rem;
    padding: 12px 14px;
  }
}

/*--------------------------------------------------------------------
  Cuisine セクション
--------------------------------------------------------------------*/

.cuisineLayout01 {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 80px;
  align-items: start;
}

.cuisineLeft01 {
  padding-top: 3em;
}

.cuisineHeading01 {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 28px;
}

.cuisineNum01 {
  font-size: 3rem;
  font-family: 'Noto Serif JP', serif;
  color: #4a8fa8;
  line-height: 1;
}

.cuisineTitle01 {
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.12em;
  color: #2a1a0a;
}

.cuisineEn01 {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  color: #4a8fa8;
  margin-top: 4px;
}

.cuisineCatch01 {
  font-size: 1.15rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  line-height: 2.2;
  color: #2a1a0a;
  margin-bottom: 32px;
}

.cuisineSubImg01 {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}

.cuisineMainImg01 {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  margin-bottom: 32px;
  max-height: 600px;
}

.cuisineRightBottom01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.cuisineBodyText01 {
  font-size: 0.92rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #3a2a1a;
  margin-bottom: 24px;
}

.cuisineDiningImg01 {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .cuisineLayout01 {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cuisineLeft01 {
    padding-top: 0;
  }
  .cuisineRightBottom01 {
    grid-template-columns: 1fr;
  }
  #cuisine h2 {
    margin-bottom: 15px !important;
  }
}

/* ワイナリー プランボタン */
.wineryBtn01 {
  display: inline-block;
  border: 1px solid #b8926a;
  background: rgba(245,235,220,0.92);
  color: #5a3a1a;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, serif;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  padding: 12px 28px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.wineryBtn01:hover {
  background: rgba(230,215,195,0.95);
}

/*--------------------------------------------------------------------
  footer
--------------------------------------------------------------------*/

/* ========== FOOTER（新デザイン）========== */

#footer01 {
  background: none;
  border-top: none;
  padding: 0;
}

.footerBg01 {
  position: relative;
  overflow: hidden;
}

.footerBgImg01 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.footerOverlay01 {
  position: relative;
  z-index: 1;
  background: rgba(5, 12, 35, 0.72);
  padding: 53px 5% 40px;
}

.footerLogoWrap01 {
  margin-bottom: 24px;
}

.footerLogoImg01 {
  width: 134px;
  max-width: 60vw;
  height: auto;
}

.footerInfo01 {
  color: #fff;
  margin-bottom: 40px;
}

.footerMainLogo01 {
  width: 200px;
  max-width: 70vw;
  height: auto;
  display: block;
  margin: 0 auto 18px;
  filter: brightness(0) invert(1);
}

.footerAddress01 {
  font-style: normal;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
  opacity: 0.85;
}

.footerNavGrid01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 600px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 29px;
}

.footerNavCol01 {
  padding: 0 40px;
  border-left: 1px solid rgba(255,255,255,0.2);
}

.footerNavCol01:first-child {
  border-left: none;
  padding-left: 0;
}

.footerNavCol01 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerNavCol01 ul li {
  padding: 0 0 12px !important;
}

.footerNavCol01 ul li a {
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  transition: opacity 0.2s;
}

.footerNavCol01 ul li a:hover {
  opacity: 0.65;
}

.footerNavBtn01 {
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.6) !important;
  padding: 8px 22px;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .footerNavGrid01 {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .footerNavCol01 {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 24px 0 0;
    margin-bottom: 8px;
  }
  .footerNavCol01:first-child {
    border-top: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .footerNavGrid01 {
    max-width: 100%;
  }

  .gmap iframe {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  #footer01 {
    padding: 50px 0 0;
  }

  .footerInner01 > * {
    width: 100% !important;
  }

  .gmap iframe {
    height: 220px;
  }
}

/*--------------------------------------------------------------------
  bgCommon01 override（手紙・背景セクション）
--------------------------------------------------------------------*/

.bgCommon01 {
  background-color: #f5f0e8;
}

/*--------------------------------------------------------------------
  ニュースリンク
--------------------------------------------------------------------*/

a.newsTitleLink01 {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

a.newsTitleLink01:hover {
  opacity: 0.65;
}

/*--------------------------------------------------------------------
  モーダル（宿泊税）
--------------------------------------------------------------------*/

.modal01 {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9000;
  align-items: center;
  justify-content: center;
}

.modal01.is-open {
  display: flex;
}

.modal01Overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.modal01Box {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 600px;
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 4px;
  padding: 48px 40px 40px;
  z-index: 1;
}

.modal01Close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 1.3rem;
  cursor: pointer;
  color: #555;
  line-height: 1;
}

.modal01Close:hover {
  color: #000;
}

.modal01Title {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}

.modal01Lead {
  font-size: 0.9rem;
  line-height: 1.9;
  margin-bottom: 24px;
  color: #444;
}

.modal01List dt {
  font-size: 0.9rem;
  font-weight: 500;
  margin: 20px 0 6px;
  color: #333;
}

.modal01List dd {
  font-size: 0.88rem;
  line-height: 2;
  color: #555;
  margin-left: 0;
}

.modal01Note {
  font-size: 0.82rem;
  color: #777;
}

/*--------------------------------------------------------------------
  体験案内ブロック
--------------------------------------------------------------------*/

.expNotice01 {
  max-width: 800px;
  margin: 0 auto 50px;
  background: #fff;
  border-radius: 6px;
  border-top: 5px solid #f5c400;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.expNoticeTitle01 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #333;
  padding: 22px 36px 10px;
  margin: 0;
  text-align: left;
}

.expNoticeText01 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.9;
  color: #333;
  padding: 0 36px 22px;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
}

.expNoticeImgWrap01 {
  display: block;
  padding: 20px 36px 26px;
  box-sizing: border-box;
}

.expNoticeImg01 {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .expNoticeText01 {
    font-size: 0.9rem;
    padding: 18px 18px 14px;
  }
  .expNoticeImg01 {
    padding: 12px 18px 16px;
  }
}

@media screen and (max-width: 767px) {
  .modal01Box {
    padding: 40px 22px 30px;
  }
}

/*--------------------------------------------------------------------
  structureCommon01Box（セクション共通余白）
--------------------------------------------------------------------*/

.structureCommon01Box {
  padding: 80px 0;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .structureCommon01Box {
    padding: 60px 0;
  }
}

/* dogWalkFeature01のmargin-bottomがcontents06を突き抜けて相殺されるのを防ぐ */
@media screen and (min-width: 768px) {
  #experience .contents06 {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .structureCommon01Box {
    padding: 50px 0;
  }
  #visual01 + .structureCommon01Box {
    padding-top: 25px;
  }
}

/*--------------------------------------------------------------------
  scriptEn — 手書き風英字セクションラベル
--------------------------------------------------------------------*/

.scriptEn {
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  font-size: 4.5rem;
  letter-spacing: 0.02em;
  line-height: 1;
  display: inline-block;
  transform: rotate(-5deg);
  transform-origin: left center;
  opacity: 0;
}

.scriptEn.kacun {
  animation: kacunDrop 0.55s ease forwards;
}

@keyframes kacunDrop {
  0%   { transform: rotate(-18deg) translateY(-18px); opacity: 0; }
  55%  { transform: rotate(-2deg)  translateY(6px);   opacity: 1; }
  75%  { transform: rotate(-7deg)  translateY(-2px);              }
  90%  { transform: rotate(-4deg);                               }
  100% { transform: rotate(-5deg)  translateY(0);     opacity: 1; }
}

/* 白地セクション（コンセプトオーバーレイなどfcWhite親） */
.fcWhite .scriptEn,
[class*="Overlay"] .scriptEn {
  color: inherit;
}

/* Culture セクションの scriptEn は常時表示 */
#culture .scriptEn {
  opacity: 1 !important;
  transform: rotate(-5deg) !important;
}

@media screen and (max-width: 767px) {
  .scriptEn {
    font-size: 22px;
  }
  .page-top #experience h2,
  .page-top #cuisine h2,
  .page-top #winery h2,
  .page-top #culture h2 {
    font-size: 1.5rem !important;
  }
  /* 各個別ページのセクションタイトルh2 - index.html SP（1.5rem）と統一 */
  #experience h2,
  #rooms h2,
  .accessSection01 h2,
  .sightSection01 h2,
  .facilitySection01 h2,
  .mealsSection01 .mealsSectionTitle01 {
    font-size: 1.5rem !important;
  }
  /* 各個別ページの説明文 - index.html SP（13px）と統一 */
  #experience p.fcGray02,
  .accessSection01 p.fcGray02,
  .sightSection01 p.fcGray02 {
    font-size: 13px !important;
  }
  .page-top #experience p.fcGray02,
  .page-top #cuisine p.fcGray02,
  .page-top #culture p.fcGray02,
  .page-top #winery p.fs14 {
    font-size: 13px !important;
    text-align: left !important;
  }
  .page-top #culture .contents10 p {
    font-size: 13px !important;
  }
}

/*--------------------------------------------------------------------
  素材画像（セクション装飾）
--------------------------------------------------------------------*/
.sozaiImg01 {
  max-width: 160px;
  height: auto;
  display: inline-block;
}

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

.sozaiImg01Tilt {
  transform: rotate(8deg);
}

/*--------------------------------------------------------------------
  蝶アニメーション（ビジュアルエリア）
--------------------------------------------------------------------*/
.butterflyWrap01 {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
}

/* 蝶本体：羽2枚を横並び */
.butterfly01 {
  position: absolute;
  display: flex;
  align-items: center;
}

/* 羽の基本形 */
.bfWing01 {
  width: 18px;
  height: 24px;
  border-radius: 50% 50% 40% 40%;
  background: rgba(255, 220, 180, 0.75);
  border: 1px solid rgba(220, 160, 80, 0.5);
}
.bfWingL01 {
  transform-origin: right center;
  animation: bfFlapL 0.45s ease-in-out infinite alternate;
}
.bfWingR01 {
  transform-origin: left center;
  animation: bfFlapR 0.45s ease-in-out infinite alternate;
}

@keyframes bfFlapL {
  from { transform: rotateY(0deg) scaleY(1); }
  to   { transform: rotateY(70deg) scaleY(0.7); }
}
@keyframes bfFlapR {
  from { transform: rotateY(0deg) scaleY(1); }
  to   { transform: rotateY(-70deg) scaleY(0.7); }
}

/* 各蝶の飛行パス・タイミング */
.bf01 { animation: bfFly01 14s ease-in-out infinite; top: 20%; left: -5%; }
.bf02 { animation: bfFly02 18s ease-in-out infinite 3s; top: 55%; left: -5%; }

.bf01 .bfWingL01,.bf01 .bfWingR01 { animation-duration: 0.42s; }
.bf02 .bfWingL01,.bf02 .bfWingR01 { animation-duration: 0.38s; background: rgba(200,230,180,0.75); border-color: rgba(120,180,80,0.5); }

@keyframes bfFly01 {
  0%   { transform: translate(0,0)      rotate(10deg);  opacity:0; }
  5%   { opacity:1; }
  30%  { transform: translate(35vw,-12vh) rotate(-8deg); }
  60%  { transform: translate(70vw, 8vh) rotate(5deg);  }
  90%  { transform: translate(108vw,-5vh) rotate(-5deg); opacity:1; }
  100% { transform: translate(110vw,-5vh); opacity:0; }
}
@keyframes bfFly02 {
  0%   { transform: translate(0,0)       rotate(-6deg); opacity:0; }
  5%   { opacity:1; }
  25%  { transform: translate(28vw, 15vh) rotate(12deg); }
  55%  { transform: translate(60vw,-8vh)  rotate(-4deg); }
  90%  { transform: translate(105vw, 6vh) rotate(8deg);  opacity:1; }
  100% { transform: translate(108vw, 6vh); opacity:0; }
}

/*--------------------------------------------------------------------
  フッターロゴ 蝶の飛来アニメーション（初回1回のみ）
--------------------------------------------------------------------*/
.footerBf01 {
  position: absolute;
  top: 14px;
  left: calc(50% + 58px);
  display: flex;
  align-items: center;
  opacity: 0;
  animation: footerBfFly 3s cubic-bezier(0.3, 0.6, 0.4, 1) 1s forwards;
}

.footerBfWing01 {
  width: 12px;
  height: 16px;
  border-radius: 50% 50% 40% 40%;
  background: rgba(135, 210, 245, 0.92);
  border: 1px solid rgba(100, 190, 235, 0.6);
}

.footerBfWingL01 {
  transform-origin: right center;
  animation: footerBfFlapL 0.38s ease-in-out infinite alternate;
}

.footerBfWingR01 {
  transform-origin: left center;
  animation: footerBfFlapR 0.38s ease-in-out infinite alternate;
}

@keyframes footerBfFly {
  0%   { transform: translate(280px, -180px) rotate(25deg);  opacity: 0; }
  8%   { opacity: 1; }
  45%  { transform: translate(80px, -70px)  rotate(-18deg); }
  70%  { transform: translate(18px, 8px)    rotate(10deg);  }
  85%  { transform: translate(-4px, -6px)   rotate(-4deg);  }
  95%  { transform: translate(2px, 1px)     rotate(2deg);   }
  100% { transform: translate(0, 0)         rotate(0deg);   opacity: 1; }
}

@keyframes footerBfFlapL {
  from { transform: rotateY(0deg)  scaleY(1);   }
  to   { transform: rotateY(65deg) scaleY(0.75); }
}

@keyframes footerBfFlapR {
  from { transform: rotateY(0deg)   scaleY(1);   }
  to   { transform: rotateY(-65deg) scaleY(0.75); }
}

/* フッター内はデコレーションなしの通常書体 */
#footer01 .scriptEn {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  transform: none;
  opacity: 1;
  animation: none;
}

/*--------------------------------------------------------------------
  固定予約バー（画面下部）
--------------------------------------------------------------------*/
.bookingBar01 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #602D1D;
  border-top: 2px solid #7a3a26;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.25);
  z-index: 999;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, serif;
}

.bookingBarInner01 {
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.bookingBarTitle01 {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  writing-mode: vertical-rl;
  white-space: nowrap;
  padding: 10px 8px;
  border-right: 1px solid rgba(255,255,255,0.35);
  margin-right: 18px;
  flex-shrink: 0;
}

.bookingBarForm01 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  padding: 8px 0;
  flex: 1;
}

.bookingBarGroup01 {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.bookingBarLabel01 {
  font-size: 0.72rem;
  color: #ffd8de;
  white-space: nowrap;
}

.bookingBarFields01 {
  display: flex;
  align-items: center;
  gap: 4px;
}

.bookingBarSelect01 {
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%238b1a2a'/%3E%3C/svg%3E") no-repeat right 7px center;
  background-size: 8px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 4px;
  padding: 4px 22px 4px 8px;
  font-size: 0.8rem;
  color: #3a0010;
  cursor: pointer;
  min-width: 60px;
}

.bookingBarCheck01 {
  font-size: 0.75rem;
  color: #ffd8de;
  display: flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  white-space: nowrap;
}

.bookingBarBtns01 {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.bookingBarBtn01 {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.bookingBarBtn01:hover { opacity: 0.8; }

.bookingBarBtnSearch01 {
  background: #fff;
  color: #8b1a2a;
  font-weight: 700;
  border: none;
  cursor: pointer;
  appearance: none;
}

.bookingBarBtnAll01 {
  background: #f0d878;
  color: #4a2a10;
  border: none;
}

.bookingBarBtnCancel01 {
  background: #fdf6e3;
  color: #4a2a10;
  border: none;
}

.bookingBarConfirm01 {
  border-left: 1px solid rgba(255,255,255,0.35);
  padding-left: 14px;
  margin-left: 6px;
  flex-shrink: 0;
}

.bookingBarConfirm01 a {
  font-size: 0.72rem;
  color: #ffd8de;
  text-decoration: none;
  line-height: 1.5;
  display: block;
}
.bookingBarConfirm01 a:hover { text-decoration: underline; }

/* バーの高さ分だけbodyに余白を確保 */
body { padding-bottom: 64px; }

/* SP：縦積みレイアウト */
@media screen and (max-width: 767px) {
  .bookingBarTitle01 {
    writing-mode: horizontal-tb;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.35);
    margin-right: 0;
    margin-bottom: 6px;
    padding: 6px 0;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
  }

  .bookingBarInner01 {
    flex-direction: column;
    padding: 8px 20px;
  }

  .bookingBarForm01 {
    width: 100%;
    justify-content: center;
    gap: 8px 12px;
  }

  .bookingBarBtns01 {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .bookingBarBtnSearch01 {
    width: 100%;
    justify-content: center;
  }

  .bookingBarBtnAll01,
  .bookingBarBtnCancel01 {
    flex: 1;
    justify-content: center;
  }

  .bookingBarConfirm01 {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.35);
    padding-left: 0;
    padding-top: 6px;
    margin-left: 0;
    margin-top: 4px;
    width: 100%;
    text-align: center;
  }

  .bookingBarConfirm01 a {
    white-space: nowrap;
    display: inline;
  }

  body { padding-bottom: 200px; }
}

/* タブレット：タイトル＋フォームを一体として中央配置 */
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .bookingBarInner01 {
    justify-content: center;
  }
  .bookingBarForm01 {
    flex: 0 1 720px;
  }
}

/* PC最小幅：bookingBarConfirm01が折り返さないよう間隔を詰める */
@media screen and (min-width: 1251px) {
  .bookingBarForm01 {
    gap: 10px 10px;
  }
  .bookingBarTitle01 {
    margin-right: 12px;
  }
}

/*--------------------------------------------------------------------
  書体・雰囲気リファイン（furusatokan参照）
--------------------------------------------------------------------*/

/* 字間ユーティリティ（未定義だったため追加） */
.ls1 { letter-spacing: 0.1em !important; }
.ls2 { letter-spacing: 0.2em !important; }

/* 明朝体：見出し・ブランド要素 */
.mincho,
h1, h2, h3 {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", serif;
  font-feature-settings: "palt";
}

/* 見出しの字間を広げ、上品さを強調 */
h2 {
  letter-spacing: 0.2em;
}

/* ナビ・ラベル類も明朝で統一 */
.headerMenu ul li a,
.naviSPBox ul li a {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, serif;
  letter-spacing: 0.15em;
}

/* Concept・Winery・Experience 等のセクション説明文（fcGray02）はゴシックで読みやすく */
.fcGray02 {
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", sans-serif;
  color: #4a4035 !important;
}

/* オーナーレター本文 */
.letterBody01 {
  font-family: 'Klee One', 'Noto Sans JP', cursive;
  line-height: 2.0;
  letter-spacing: 0.08em;
}

/* 体験カード・犬散歩説明文 */
.dogWalkDesc01,
.experienceText01 p {
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", sans-serif;
}

/* scriptEn（Conceptなど英字ラベル）の色調整 */
.scriptEn {
  color: #7a6248;
}

/* セクションラベル（Owner's Letter等）の色調整 */
.fcGray01 {
  color: #7a6248 !important;
}

/* wineryBtn の色をより洗練された茶系へ */
.wineryBtn01 {
  border-color: #9a7a50;
  background: rgba(247, 245, 239, 0.95);
  color: #3a2515;
  letter-spacing: 0.15em;
}

/*--------------------------------------------------------------------
  お料理ページ（meals.html）
--------------------------------------------------------------------*/

.mealsSection01 { background: #faf8f4; padding-bottom: 80px; }

.mealsSectionInner01 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 5% 0;
}

.mealsSectionHead01 { text-align: center; margin-bottom: 50px; }

.mealsSectionEn01 {
  font-size: 0.85rem;
  letter-spacing: 0.25em;
  color: rgba(0,0,0,0.35);
  margin-bottom: 6px;
  display: block;
}

.mealsSectionTitle01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  color: #2a1a0a;
}

.mealsBlock01 { margin-bottom: 20px; }
.mealsBlockHead01 { margin-bottom: 32px; }

.mealsBlockLabel01 {
  font-family: 'Dancing Script', cursive;
  font-size: 0.9rem;
  color: #b0956a;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.mealsBlockTitle01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  color: #2a1a0a;
  line-height: 1.6;
  margin-bottom: 8px;
}

.mealsBlockSub01 { font-size: 1rem; font-weight: normal; margin-left: 8px; }

.mealsBlockNote01 {
  font-size: 0.82rem;
  color: #8a7a5a;
  letter-spacing: 0.06em;
  margin-top: 6px;
}

.mealsLayout01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.mealsLayoutDinner01 {
  grid-template-columns: 1.4fr 1fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 20px;
}

.mealsLayoutReverse01 .mealsLayoutImg01 { order: 2; }
.mealsLayoutReverse01 .mealsLayoutBody01 { order: 1; }

.mealsLayoutImg01 { overflow: hidden; border-radius: 2px; }

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

.mealsLayoutBody01 { display: flex; flex-direction: column; gap: 24px; }

.mealsDesc01 {
  font-size: 0.95rem;
  line-height: 2;
  color: #4a3a2a;
  letter-spacing: 0.07em;
}

.mealsCourseGrid01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 50px;
}

.mealsCourseImgWrap01 { overflow: hidden; margin-bottom: 14px; }

.mealsCourseImgWrap01 img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.mealsCourseCard01:hover .mealsCourseImgWrap01 img { transform: scale(1.04); }

.mealsCourseTitle01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  color: #2a1a0a;
  text-align: center;
  margin-bottom: 16px;
}

.mealsCourseBtn01 {
  text-align: center;
  margin-top: 4px;
}

.mealsPremiumBlock01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  background: #f5ede0;
  padding: 40px;
}

.mealsPremiumImg01 img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.mealsPremiumBody01 { display: flex; flex-direction: column; gap: 20px; }

.mealsPremiumLabel01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  color: #602D1D;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e0d0;
}

.mealsWineBlock01 {
  background: #1a1208;
  padding: 60px 40px;
  text-align: center;
}

.mealsWineInner01 { max-width: 720px; margin: 0 auto; }

.mealsWineBlock01 .mealsDesc01 { color: rgba(255,255,255,0.7); }

.mealsWineEn01 {
  font-size: 0.85rem;
  letter-spacing: 0.25em;
  color: rgba(255,255,255,0.45);
  margin-bottom: 10px;
  display: block;
}

.mealsWineTitle01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  color: #fff;
  margin-bottom: 24px;
}

.mealsDivider01 {
  border: none;
  border-top: 1px solid #d8ceb8;
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  .mealsLayout01,
  .mealsCourseGrid01,
  .mealsPremiumBlock01 { grid-template-columns: 1fr; gap: 24px; }
  .mealsLayoutReverse01 .mealsLayoutImg01 { order: 0; }
  .mealsLayoutReverse01 .mealsLayoutBody01 { order: 0; }
  .mealsPremiumBlock01 { padding: 24px; }
  .mealsWineBlock01 { padding: 40px 20px; }
  .mealsSectionTitle01 { font-size: 2.0rem; }
}

.mealsDrinkPlan01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  background: #fff;
  padding: 36px 40px;
  margin-top: 28px;
  border-top: 1px solid #e8e0d0;
}

.mealsDrinkPlanImg01 img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.mealsDrinkPlanBody01 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mealsDrinkPlanTitle01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #2a1a0a;
}

@media screen and (max-width: 767px) {
  .mealsDrinkPlan01 {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 20px;
  }
}
.mealsInfoBlock01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  background: #fff;
  padding: 40px;
}

.mealsInfoImg01 img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.mealsInfoBody01 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.mealsInfoTitle01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #2a1a0a;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e0d0;
}

.mealsInfoDl01 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mealsInfoDlRow01 {
  display: flex;
  gap: 20px;
  align-items: baseline;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  color: #3a2a1a;
}

.mealsInfoDlRow01 dt {
  min-width: 3em;
  color: #8a7a5a;
  font-size: 0.82rem;
}

.mealsInfoDlRow01 dd {
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .mealsInfoBlock01 {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 24px;
  }
}
/*--------------------------------------------------------------------
  施設ページ（facilities.html）
--------------------------------------------------------------------*/

.facilitySection01 {
  background: #faf8f4;
  padding-top: 60px;
}

.facilitySectionInner01 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5% 80px;
}

.facilityItem01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #e8e0d0;
  background: #fff;
}

.facilityItem01:first-of-type {
  border-top: 1px solid #e8e0d0;
}

.facilityItem01:nth-child(even) .facilityItemImg01 { order: 2; }
.facilityItem01:nth-child(even) .facilityItemBody01 { order: 1; }
.facilityItem01:nth-child(even) .facilityItemDoubleImgs01 { order: 2; }

.facilityItemImg01 {
  overflow: hidden;
}

.facilityItemImg01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.facilityItem01:hover .facilityItemImg01 img { transform: scale(1.04); }

/* 施設スライダー */
.facilitySlider01 {
  position: relative;
}

.facilitySliderTrack01 {
  width: 100%;
  height: 100%;
}

.facilitySlide01 {
  display: none;
  width: 100%;
  height: 100%;
}

.facilitySlide01.is-active {
  display: block;
}

.facilitySlide01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facilitySliderPrev01,
.facilitySliderNext01 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.35);
  color: #fff;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 0.85rem;
  cursor: pointer;
  z-index: 2;
  line-height: 1;
}

.facilitySliderPrev01 { left: 10px; }
.facilitySliderNext01 { right: 10px; }

.facilitySliderDots01 {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.facilitySliderDot01 {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
}

.facilitySliderDot01.is-active {
  background: #fff;
}

/* 2枚画像レイアウト */
.facilityItemDouble01 {
  grid-template-columns: 1fr 1fr;
}

.facilityItemDoubleImgs01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.facilityItemDoubleImgs01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4 / 3;
  transition: transform 0.6s ease;
}

.facilityItem01:hover .facilityItemDoubleImgs01 img { transform: scale(1.04); }

.facilityItemBody01 {
  padding: 50px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  background: #fff;
}

.facilityItemEn01 {
  font-family: 'Dancing Script', cursive;
  font-size: 0.9rem;
  color: #b0956a;
  letter-spacing: 0.1em;
}

.facilityItemTitle01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #2a1a0a;
  line-height: 1.4 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 2px;
  border-bottom: 1px solid #e8e0d0;
}
.facilityItemTitle01::after {
  content: none;
  display: none;
}

.facilityItemDesc01 {
  font-size: 0.93rem;
  line-height: 1.7 !important;
  margin-top: 12px !important;
  color: #4a3a2a;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .facilityItem01,
  .facilityItemDouble01 {
    grid-template-columns: 1fr;
  }
  .facilityItem01:nth-child(even) .facilityItemImg01 { order: 0; }
  .facilityItem01:nth-child(even) .facilityItemBody01 { order: 0; }
  .facilityItem01:nth-child(even) .facilityItemDoubleImgs01 { order: 0; }
  .facilityItemBody01 { padding: 32px 24px; }
  .facilityItemTitle01 { font-size: 1.3rem; }
}
/*--------------------------------------------------------------------
  アクセス・観光ページ（access.html）
--------------------------------------------------------------------*/

.accessSection01 {
  background: #faf8f4;
  padding-top: 60px;
  padding-bottom: 70px;
}

.accessLayout01 {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 50px;
  align-items: start;
}

.accessInfo01 {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.accessInfoTitle01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  color: #2a1a0a;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d8ceb8;
}

.accessInfoText01 {
  font-size: 0.92rem;
  line-height: 1.9;
  color: #4a3a2a;
  letter-spacing: 0.06em;
}

.accessMapLabel01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  color: #2a1a0a;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d8ceb8;
}

.accessMapIframe01 {
  position: relative;
  width: 100%;
  height: 400px;
}

.accessMapIframe01 iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* 周辺観光 */
.sightSection01 {
  background: #fff;
  padding-top: 70px;
}

.sightGrid01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 48px;
}

.sightCard01 {
  display: flex;
  flex-direction: column;
}

.sightCardImg01 {
  overflow: hidden;
  margin-bottom: 16px;
}

.sightCardImg01 img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.sightCard01:hover .sightCardImg01 img { transform: scale(1.04); }

.sightCardBody01 {
  flex: 1;
}

.sightCardHead01 {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e0d0;
}

.sightCardTitle01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  color: #2a1a0a;
}

.sightCardTime01 {
  font-size: 0.78rem;
  color: #602D1D;
  letter-spacing: 0.06em;
  white-space: nowrap;
  flex-shrink: 0;
}

.sightCardDesc01 {
  font-size: 0.88rem;
  line-height: 1.85;
  color: #4a3a2a;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .accessLayout01 {
    grid-template-columns: 1fr;
  }
  .accessMapIframe01 {
    height: 280px;
  }
  .sightGrid01 {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
/* 交通手段ブロック */
.accessTransportBlock01 {
  background: #fff;
  border: 1px solid #e8e0d0;
  margin-bottom: 28px;
  overflow: hidden;
}

.accessTransportHead01 {
  background: #602D1D;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.accessTransportIcon01 {
  font-size: 1.2rem;
}

.accessTransportTitle01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  color: #fff;
}

.accessTransportText01 {
  padding: 22px 28px 10px;
  font-size: 0.92rem;
  line-height: 1.9;
  color: #3a2a1a;
  letter-spacing: 0.06em;
}

/* ルート図 */
.accessRouteWrap01 {
  position: relative;
}
.accessRouteWrap01::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: calc(100% - 5px);
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.92));
  pointer-events: none;
}
.accessRoute01 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  padding: 20px 28px 28px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #b0956e #f0ece4;
}
.accessRoute01::-webkit-scrollbar { height: 5px; }
.accessRoute01::-webkit-scrollbar-track { background: #f0ece4; border-radius: 3px; }
.accessRoute01::-webkit-scrollbar-thumb { background: #b0956e; border-radius: 3px; }

.accessRoutePoint01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.88rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 8px 16px;
  white-space: nowrap;
  flex-shrink: 0;
}

.accessRouteStart01 {
  background: #602D1D;
  color: #fff;
  border-radius: 2px;
}

.accessRouteEnd01 {
  background: #602D1D;
  color: #fff;
  border-radius: 2px;
}

.accessRouteArrow01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 4px;
  flex-shrink: 0;
  position: relative;
}

.accessRouteSignal01 {
  font-size: 1rem;
  line-height: 1;
}

.accessRouteRoad01 {
  font-size: 0.72rem;
  color: #2a1a0a;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.accessRouteTurn01 {
  font-size: 0.7rem;
  color: #602D1D;
  font-weight: bold;
  white-space: nowrap;
}

.accessRouteRoadLine01 {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #8a7a5a;
  letter-spacing: 0.04em;
  padding: 0 8px;
  white-space: nowrap;
  flex-shrink: 0;
}

.accessRouteRoadLine01::before,
.accessRouteRoadLine01::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #b0a080;
  margin: 0 4px;
  vertical-align: middle;
}

/* 電車・バスレイアウト */
.accessTrainLayout01 {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 24px 28px;
  flex-wrap: wrap;
}

.accessTrainFrom01,
.accessTrainTo01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 10px 18px;
  background: #602D1D;
  color: #fff;
  border-radius: 2px;
  white-space: nowrap;
  flex-shrink: 0;
}

.accessTrainOptions01 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 20px;
  border-left: 2px solid #d8ceb8;
  border-right: 2px solid #d8ceb8;
  margin: 0 8px;
}

.accessTrainOption01 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed #e8e0d0;
}

.accessTrainOption01:last-child { border-bottom: none; }

.accessTrainOptionIcon01 {
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.accessTrainOptionTitle01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  color: #2a1a0a;
  margin-bottom: 4px;
}

.accessTrainOptionNote01 {
  font-size: 0.82rem;
  color: #5a4a30;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.accessTrainAlert01 {
  color: #602D1D;
  font-weight: bold;
}

.accessTel01 {
  color: #602D1D;
  font-weight: bold;
  text-decoration: none;
}

.accessTel01:hover { text-decoration: underline; }

.accessRentalNote01 {
  padding: 0 28px 20px;
  font-size: 0.82rem;
  color: #602D1D;
  letter-spacing: 0.04em;
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .accessRoute01 { gap: 4px; }
  .accessTrainLayout01 { flex-direction: column; align-items: flex-start; gap: 12px; }
  .accessTrainOptions01 { border-left: none; border-right: none; border-top: 1px solid #d8ceb8; border-bottom: 1px solid #d8ceb8; padding: 12px 0; margin: 0; width: 100%; }
}