@charset "utf-8";

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

body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Shippori Mincho', 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: 1251px) {}

@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: 161px;
    left: calc(50% - 80px);
    top: 25px;
  }

  .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: 300px !important;
  }

  .headerMenu>ul>li:nth-child(5) {

  }

  .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: 200px;
    top: 5px;
    left: 10px;
  }

  .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 {
    /* margin-top: 90px; */
  }

  #visual01,
  .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,
  .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 (min-width: 768px) {
  
}

@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
--------------------------------------------------------------------*/

/* 既存のoverlay-image-containerを非表示 */
.overlay-image-container {
  /* display: none; */
}

/* 新しい雲海コンテナ */
.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 (min-width: 1251px) {


}

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

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

}

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


}

@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 (min-width: 768px) {}

@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; }