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

/*==============================================================================
   丸賢山荘 サイト固有CSS
==============================================================================*/

:root {
  --c-bg:     #f4f0eb;
  --c-bg2:    #ece7df;
  --c-dark:   #1e1a16;
  --c-mid:    #5c5347;
  --c-light:  #9b9188;
  --c-border: #cec7bc;
  --c-terra:  #b05c3a;
  --c-terra2: #8a4729;
  --c-cream:  #faf6f0;
  --font-en:  'Cormorant Garamond', serif;
  --font-ja:  'Shippori Mincho', serif;
  --font-ui:  'Zen Kaku Gothic New', sans-serif;
}

body {
  background-color: var(--c-bg) !important;
  font-family: var(--font-ja) !important;
  color: var(--c-dark) !important;
  -webkit-font-smoothing: antialiased;
}
a, a:link, a:visited { color: var(--c-dark); text-decoration: none; }
img { display: block; max-width: 100%; }

/* ── SIDEBAR ── */
#sidebar {
  position: fixed;
  left: 0; top: 0; bottom: 0;
  width: 220px;
  background: var(--c-cream);
  border-right: 1px solid var(--c-border);
  z-index: 200;
  overflow-y: auto;
  overflow-x: hidden;
  transition: left .3s ease;
}
.sbInner { display: flex; flex-direction: column; min-height: 100%; }
.sbTop { padding: 18px 28px 0; flex: 1; }
.sbLine { width: 44px; height: 1px; background: var(--c-border); margin-bottom: 14px; }
.sbLogoWrap {
  margin-bottom: 20px; padding-bottom: 16px;
  border-bottom: 1px solid var(--c-border);
}
.sbLogoImg {
  display: block;
  width: 100%;
  max-width: 140px;
  height: auto;
}
.sbSpLogoImg {
  display: block;
  height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
}
.sbNav ul { list-style: none; padding: 0; margin: 0; }
.sbNav ul li { margin-bottom: 12px; }
.sbNav ul li a {
  font-family: var(--font-ui);
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--c-dark); font-weight: 700; transition: color .2s;
}
.sbNav ul li a:hover { color: var(--c-terra); opacity: 1; }
.sbBottom { padding: 0; }
.sbTime { padding: 14px 28px; border-top: 1px solid var(--c-border); }
.sbTimeItem { margin-bottom: 10px; }
.sbTimeLabel {
  font-family: var(--font-ui);
  font-size: .54rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--c-mid); display: block; margin-bottom: 3px;
}
.sbTimeVal {
  font-family: var(--font-ui); font-size: 1.05rem; letter-spacing: .03em;
  color: var(--c-dark); font-weight: 700; margin: 0;
}
.sbBook {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: #4a5240; height: 74px; padding: 0 16px;
  color: #fff !important;
  font-family: var(--font-ui); font-size: .78rem; letter-spacing: .22em;
  font-weight: 700; text-transform: uppercase; transition: background .3s;
}
.sbBook span {
  display: block; font-size: .6rem; letter-spacing: .12em;
  opacity: .7; margin-top: 5px; font-weight: 300; font-family: var(--font-ja);
}
.sbBook:hover { background: #363d30; opacity: 1; color: #fff !important; }

/* ── MAIN WRAP ── */
#main-wrap { margin-left: 220px; }

/* ── VERTICAL TEXT ── */
.sbVertText {
  position: fixed; right: 14px; top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-family: var(--font-ui); font-size: .52rem;
  letter-spacing: .3em; text-transform: uppercase;
  color: rgba(255,255,255,.55);
  z-index: 10; pointer-events: none; white-space: nowrap;
}

/* ── SP TOP BAR ── */
#sbSpBar { display: none; }
.sbSpLogo {
  font-family: var(--font-ja); font-size: .95rem;
  letter-spacing: .08em; color: #fff; line-height: 1.2;
}
.sbSpLogo small {
  display: block; font-family: var(--font-ui);
  font-size: .48rem; letter-spacing: .2em; opacity: .6;
  text-transform: uppercase; font-weight: 300; margin-top: 2px;
}
.sbHamBtn {
  background: none; border: none; padding: 6px; cursor: pointer;
  display: flex; flex-direction: column; gap: 5px; align-items: flex-end;
}
.sbHamBtn span { display: block; height: 1.5px; background: #fff; transition: all .3s; }
.sbHamBtn span:nth-child(1) { width: 22px; }
.sbHamBtn span:nth-child(2) { width: 16px; }
.sbHamBtn span:nth-child(3) { width: 22px; }
#sbOverlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.4); z-index: 190;
}
#sbOverlay.is-open { display: block; }

/* ── VISUAL / SLIDER ── */
#visual01 {
  position: relative;
  height: 100vh; min-height: 600px;
  overflow: hidden;
}
.mkSlide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center center;
  opacity: 0; transition: opacity 1.2s ease;
}
.mkSlide.is-active { opacity: 1; }
.mkSlide01 { background-image: url('../../f-visual/visual_01.jpg'); }
.mkSlide02 { background-image: url('../../f-visual/visual_02.jpg'); }
.mkSlide03 { background-image: url('../../f-visual/visual_03.jpg'); }
.mkSliderDots {
  position: absolute; bottom: 90px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 10px; z-index: 10;
}
.mkDot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,.4); border: none; cursor: pointer;
  padding: 0; transition: background .3s;
}
.mkDot.is-active { background: rgba(255,255,255,.9); }
.mkLangBtn {
  position: absolute; top: 22px; right: 24px; z-index: 10;
  font-family: var(--font-ui); font-size: .58rem; letter-spacing: .2em;
  text-transform: uppercase; color: #fff;
  background: var(--c-terra); border: 1px solid transparent; padding: 7px 16px;
  transition: background .2s;
}
.mkLangBtn:hover { background: var(--c-terra2); }
.mkLangNav { margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); }
.mkLangNav a {
  font-family: var(--font-ui); font-size: .58rem; letter-spacing: .2em;
  text-transform: uppercase; color: rgba(255,255,255,.36); transition: color .2s;
}
.mkLangNav a:hover { color: rgba(255,255,255,.72); }
.mkVisBookBar {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: #4a5240;
  display: flex; align-items: center;
  height: 74px; padding: 0 28px; gap: 14px; z-index: 10;
}
.mkBtnPri {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  color: #fff; background: var(--c-terra);
  padding: 16px 40px; font-weight: 400;
  transition: background .3s;
}
.mkBtnPri:hover  { background: var(--c-terra2); color: #fff; opacity: 1; }
.mkBtnPriSm { font-size: .66rem; padding: 12px 26px; }
.mkBtnOlW {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: .7rem; letter-spacing: .2em; text-transform: uppercase;
  color: #fff; border: 1px solid rgba(255,255,255,.55);
  padding: 14px 32px; font-weight: 400;
  transition: background .3s;
}
.mkBtnOlW:hover { background: rgba(255,255,255,.12); color: #fff; opacity: 1; }
.mkBtnOl {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: .7rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--c-dark); border: 1px solid var(--c-dark);
  padding: 14px 32px; font-weight: 400;
  transition: background .3s, color .3s;
}
.mkBtnOl:hover { background: var(--c-dark); color: #fff; opacity: 1; }
.mkRoomBookBtn {
  display: block; text-align: center;
  font-family: var(--font-ui); font-size: .65rem; letter-spacing: .18em;
  color: var(--c-terra); border: 1px solid var(--c-terra);
  padding: 11px 16px; margin: 0 20px 20px;
  transition: background .3s, color .3s;
}
.mkRoomBookBtn:hover { background: var(--c-terra); color: #fff; }
.mkScrollCue {
  position: absolute; bottom: 32px; right: 44px; z-index: 2;
  writing-mode: vertical-rl;
  font-family: var(--font-ui); font-size: .58rem; letter-spacing: .28em;
  color: rgba(255,255,255,.45); text-transform: uppercase;
}
.mkScrollCue::after {
  content: ''; display: block;
  width: 1px; height: 46px; background: rgba(255,255,255,.38);
  margin: 10px auto 0;
  animation: mkSL 1.8s ease-in-out infinite;
}
@keyframes mkSL {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ── 見出しシステム ── */
.mkTitleEn {
  font-family: var(--font-en);
  display: block; line-height: 1.05; letter-spacing: -.01em;
}
.mkTitleJa {
  font-family: var(--font-ui);
  display: block; letter-spacing: .18em;
  color: var(--c-light); font-weight: 300;
}
.mkTitleTag {
  font-family: var(--font-ui);
  display: block; font-size: .65rem; letter-spacing: .3em;
  text-transform: uppercase; color: var(--c-terra);
  font-weight: 400;
}
.mkRule { width: 34px; height: 2px; background: var(--c-terra); }

/* タイプA：左寄せ大 */
.mkTA .mkTitleEn { font-size: 3.4rem; color: var(--c-dark); }
.mkTA .mkTitleJa { font-size: .78rem; margin-top: 10px; }
/* タイプB：中央寄せ */
.mkTB { text-align: center; }
.mkTB .mkTitleEn { font-size: 2.8rem; color: var(--c-dark); }
.mkTB .mkTitleJa { font-size: .76rem; margin-top: 10px; }
.mkTB .mkRule   { margin: 18px auto 0; }
/* タイプC：ダーク背景用 */
.mkTC .mkTitleTag { color: rgba(255,255,255,.38); }
.mkTC .mkTitleEn { color: #fff; font-size: 3.0rem; }
.mkTC .mkTitleJa { color: rgba(255,255,255,.45); font-size: .76rem; margin-top: 10px; }

/* ── 背景 ── */
.mkBg1  { background-color: var(--c-cream); }
.mkBg2  { background-color: var(--c-bg);    }
.mkBg3  { background-color: var(--c-bg2);   }
.mkBgDk { background-color: var(--c-dark);  }
.mkBgPh {
  background-size: cover; background-position: center;
  background-attachment: fixed; position: relative;
}
.mkBgPh::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(10,8,4,.58); z-index: 0;
}
.mkBgPh > * { position: relative; z-index: 1; }

/* ── セクションパディング ── */
.mkSP  { padding-top: 120px; padding-bottom: 120px; }
.mkSPs { padding-top:  80px; padding-bottom:  80px; }

/* ── 本文テキスト ── */
.mkBody {
  font-family: var(--font-ja);
  font-size: .95rem; line-height: 2.2; letter-spacing: .05em;
  color: var(--c-mid); font-weight: 300;
}
.mkBodyEm { color: var(--c-dark); font-weight: 500; }

/* ── 本文テキストユーティリティ ── */
.mkBodyText   { font-family: var(--font-ja); font-size: .88rem; line-height: 2.1; color: var(--c-mid); font-weight: 300; }
.mkBodyTextB  { font-family: var(--font-ja); font-size: .85rem; line-height: 2.1; color: var(--c-mid); font-weight: 300; }
.mkBodyTextSm { font-family: var(--font-ja); font-size: .82rem; line-height: 2.1; color: var(--c-mid); font-weight: 300; }
.mkCaption    { font-family: var(--font-ui); font-size: .7rem; letter-spacing: .12em; color: var(--c-light); }
.mkNoticeSmall { font-family: var(--font-ui); font-size: .72rem; color: var(--c-light); margin-top: 14px; line-height: 1.8; letter-spacing: .04em; }

/* ── 数字バッジ ── */
.mkStat { border-top: 2px solid var(--c-terra); padding-top: 18px; padding-bottom: 18px; }
.mkStatN {
  font-family: var(--font-en);
  font-size: 3.6rem; line-height: 1;
  color: var(--c-terra); letter-spacing: -.02em; display: block;
}
.mkStatU { font-family: var(--font-ja); font-size: .95rem; color: var(--c-terra); }
.mkStatL {
  font-family: var(--font-ui); font-size: .64rem;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--c-light); display: block; margin-top: 7px;
}

/* ── 写真フレーム ── */
.mkPhoto { overflow: hidden; background: var(--c-bg3); }
.mkPhoto img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.mkPhoto:hover img { transform: scale(1.04); }
.mkPhotoMd { height: 320px; }

/* ── 客室カード 4列グリッド ── */
.mkRoom4Grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media screen and (max-width: 959px) {
  .mkRoom4Grid { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 767px) {
  .mkRoom4Grid { grid-template-columns: 1fr; gap: 12px; }
}

/* ── 客室カード ── */
.mkRoomCard { overflow: hidden; background: var(--c-cream); }
.mkRoomCard:hover { box-shadow: 0 6px 28px rgba(30,26,22,.1); }
.mkRoomPhoto { overflow: hidden; aspect-ratio: 4/3; }
.mkRoomPhoto img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.mkRoomCard:hover .mkRoomPhoto img { transform: scale(1.05); }
.mkRoomBody { padding: 22px 20px 26px; }
.mkRoomGrade {
  font-family: var(--font-ui); font-size: .58rem;
  letter-spacing: .28em; text-transform: uppercase;
  color: var(--c-terra); display: block; margin-bottom: 8px;
}
.mkRoomName {
  font-family: var(--font-ja); font-size: 1.05rem;
  letter-spacing: .06em; font-weight: 400; color: var(--c-dark); line-height: 1.5;
}
.mkRoomSpec {
  font-family: var(--font-ui); font-size: .74rem;
  color: var(--c-light); line-height: 1.9;
  border-top: 1px solid var(--c-border);
  margin-top: 13px; padding-top: 13px; font-weight: 300;
}

/* ── 設備カードグリッド ── */
.mkFacGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .mkFacGrid { grid-template-columns: repeat(2, 1fr); }
}

/* ── 設備カード ── */
.mkFac {
  padding: 30px 14px 26px; background: var(--c-cream); text-align: center;
  border-top: 2px solid transparent; transition: border-color .3s;
}
.mkFac:hover { border-top-color: var(--c-terra); }
.mkFacImg { overflow: hidden; height: 180px; margin-bottom: 14px; }
.mkFacImg img { width: 100%; height: 100%; object-fit: cover; }
.mkFacIcon { font-size: 1.6rem; color: var(--c-terra); display: block; margin-bottom: 12px; }
.mkFacName { font-family: var(--font-ja); font-size: .88rem; letter-spacing: .06em; color: var(--c-dark); font-weight: 400; line-height: 1.5; }
.mkFacDesc { font-family: var(--font-ja); font-size: .73rem; color: var(--c-light); margin-top: 6px; line-height: 1.85; font-weight: 300; }

/* ── アクセス情報 ── */
.mkInfo { border-left: 2px solid var(--c-terra); padding-left: 18px; }
.mkInfoL {
  font-family: var(--font-ui); font-size: .62rem;
  letter-spacing: .24em; text-transform: uppercase;
  color: var(--c-terra); display: block; margin-bottom: 7px;
}
.mkInfoT {
  font-family: var(--font-ja); font-size: .88rem;
  line-height: 1.95; color: var(--c-dark); font-weight: 300;
}
.mkInfoT strong { font-weight: 500; color: var(--c-dark); }
.mkInfoTLg { font-size: 1.4rem; letter-spacing: .04em; }
.mkAlert {
  background: rgba(176,92,58,.07);
  border-left: 3px solid var(--c-terra); padding: 15px 18px;
}
.mkAlertT {
  font-family: var(--font-ja); font-size: .8rem;
  line-height: 1.95; color: var(--c-mid); font-weight: 300;
}
.mkMapEmbed { border: 0; }
.mkGap14 { gap: 14px; }

/* ── スキーセクション ── */
.mkSkiBg { background-image: url('../../f-visual/visual_sub.jpg'); }
.mkSkiCatch {
  font-family: var(--font-en);
  font-size: 3.6rem; line-height: 1.15;
  color: #fff; letter-spacing: -.01em;
}
.mkSkiCatch em { font-style: italic; color: rgba(255,255,255,.72); }
.mkSkiBadge {
  display: inline-block;
  border: 1px solid rgba(255,255,255,.42); padding: 9px 20px;
  font-family: var(--font-ui); font-size: .68rem;
  letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.82);
  margin: 0 10px 10px 0;
}

/* ── カード（湯めぐり・観光） ── */
.mkCard { overflow: hidden; }
.mkCardPh { overflow: hidden; aspect-ratio: 3/2; }
.mkCardPh img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.mkCard:hover .mkCardPh img { transform: scale(1.05); }
.mkCardBody { padding: 16px 0 0; }
.mkCardTag {
  font-family: var(--font-ui); font-size: .6rem;
  letter-spacing: .24em; text-transform: uppercase;
  color: var(--c-terra); display: block; margin-bottom: 6px;
}
.mkCardTitle { font-family: var(--font-ja); font-size: 1rem; letter-spacing: .06em; font-weight: 400; color: var(--c-dark); line-height: 1.5; }
.mkCardDesc  { font-family: var(--font-ja); font-size: .77rem; color: var(--c-light); margin-top: 6px; line-height: 1.9; font-weight: 300; }

/* ── 予約セクション ── */
.mkResvBg { background-image: url('../../f-index/about_lobby.jpg'); }

/* ── 予約検索フォーム ── */
.mkResvForm {
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.12);
  padding: 28px 28px 24px;
  max-width: 960px;
  margin: 0 auto;
}
.mkResvFormRow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: flex-end;
  margin-bottom: 18px;
}
.mkResvFormItem {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mkResvFormItemTitle .mkBBInput { width: 160px; }
.mkResvFormNodate {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 4px;
}
.mkResvFormNodate input[type="checkbox"] {
  width: 15px; height: 15px;
  cursor: pointer;
  accent-color: var(--c-terra);
}
.mkResvFormNodate label {
  font-family: var(--font-ui);
  font-size: .62rem; letter-spacing: .1em;
  color: rgba(255,255,255,.75);
  cursor: pointer;
}
.mkResvFormActions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
}
.mkResvSearchBtn {
  background: var(--c-terra);
  border-color: var(--c-terra);
  padding: 0 28px;
  font-size: .7rem;
  letter-spacing: .1em;
  transition: background .3s;
}
.mkResvSearchBtn:hover { background: var(--c-terra2); border-color: var(--c-terra2); }
@media screen and (max-width: 767px) {
  .mkResvForm { padding: 20px 16px 18px; }
  .mkResvFormRow { gap: 10px 14px; }
  .mkResvFormItemTitle .mkBBInput { width: 100%; }
}

/* ── ご利用案内 ── */
.mkNotice { background: var(--c-cream); padding: 30px 32px; border-top: 3px solid var(--c-terra); }
.mkNoticeTitle { font-family: var(--font-ja); font-size: .96rem; letter-spacing: .1em; color: var(--c-dark); font-weight: 500; padding-bottom: 13px; border-bottom: 1px solid var(--c-border); margin-bottom: 17px; }
.mkNoticeTitle i { margin-right: 8px; color: var(--c-terra); }
.mkNoticeList { list-style: none; padding: 0; }
.mkNoticeList li { font-family: var(--font-ja); font-size: .82rem; line-height: 1.9; color: var(--c-mid); font-weight: 300; padding-left: 1.4em; position: relative; margin-top: 6px; }
.mkNoticeList li::before { content: '—'; position: absolute; left: 0; color: var(--c-terra); font-size: .7rem; top: .15em; }
.mkPolicy { width: 100%; border-collapse: collapse; }
.mkPolicy th, .mkPolicy td { font-family: var(--font-ja); font-size: .85rem; padding: 11px 13px; border-bottom: 1px solid var(--c-border); text-align: left; line-height: 1.7; vertical-align: top; }
.mkPolicy th { font-weight: 400; color: var(--c-dark); width: 44%; }
.mkPolicy td { color: var(--c-mid); font-weight: 300; }
.mkPolicy td strong { color: var(--c-terra); font-weight: 500; }

/* ── 湯めぐり ── */
.mkOnsenHead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.mkOnsenHeadText { flex: 1; }
.mkOnsenH {
  font-family: var(--font-ja);
  font-size: 1.9rem; line-height: 1.6;
  color: var(--c-dark); font-weight: 400; letter-spacing: .05em;
  margin-bottom: 20px;
}
.mkOnsenImgWrap {
  width: 660px;
  flex-shrink: 0;
  overflow: hidden;
}
.mkOnsenImgWrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mkOnsenFeat {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.mkOnsenFeatPh { width: 48%; flex-shrink: 0; overflow: hidden; }
.mkOnsenFeatPh img { width: 100%; aspect-ratio: 40/21; object-fit: cover; display: block; }
.mkOnsenFeatBody { flex: 1; padding-top: 10px; }
.mkOnsenFeatName {
  font-family: var(--font-ja);
  font-size: 1.2rem; color: var(--c-dark); font-weight: 400;
  letter-spacing: .05em; margin-bottom: 14px;
}
.mkOnsenBathGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 16px;
}
.mkOnsenBathImg { overflow: hidden; aspect-ratio: 4/3; margin-bottom: 10px; }
.mkOnsenBathImg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mkOnsenBathName {
  font-family: var(--font-ja);
  font-size: .88rem; color: var(--c-dark); font-weight: 400;
  margin-bottom: 6px; letter-spacing: .03em; line-height: 1.5;
}
.mkOnsenBathDesc {
  font-family: var(--font-ja);
  font-size: .72rem; color: var(--c-mid); line-height: 1.85; font-weight: 300;
}
@media screen and (max-width: 767px) {
  .mkOnsenHead { flex-direction: column; gap: 20px; }
  .mkOnsenImgWrap { width: 100%; }
  .mkOnsenH { font-size: 1.4rem; }
  .mkOnsenFeat { flex-direction: column; }
  .mkOnsenFeatPh { width: 100%; }
  .mkOnsenBathGrid { grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
}

/* ── 周辺観光 ── */
.mkSightH {
  font-family: var(--font-ja);
  font-size: 1.6rem; text-align: center;
  color: #4a5240; font-weight: 400; letter-spacing: .1em;
}
.mkSightCatBar {
  background: #4a5240; color: #fff;
  font-family: var(--font-ja); font-size: .9rem;
  letter-spacing: .08em; padding: 12px 20px; font-weight: 400;
}
.mkSightGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}
.mkSightCardName {
  font-family: var(--font-ja); font-size: .9rem;
  color: var(--c-dark); font-weight: 500;
  margin-bottom: 10px; letter-spacing: .03em;
}
.mkSightCardImg { overflow: hidden; aspect-ratio: 4/3; margin-bottom: 10px; }
.mkSightCardImg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mkSightCardDist {
  display: inline-block;
  font-family: var(--font-ui); font-size: .62rem;
  letter-spacing: .1em; color: var(--c-mid);
  background: var(--c-bg2); padding: 5px 10px; margin-bottom: 12px;
}
.mkSightCardDesc {
  font-family: var(--font-ja); font-size: .75rem;
  line-height: 1.95; color: var(--c-mid); font-weight: 300;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mkSightGrid { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 767px) {
  .mkSightGrid { grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
}

/* ── 固定予約検索バー ── */
#mkBookBar {
  position: fixed; bottom: 0; left: 220px; right: 0;
  background: #4a5240;
  display: flex; align-items: center;
  height: 74px; padding: 0 28px; gap: 14px;
  z-index: 300;
  transform: translateY(100%);
  transition: transform .35s ease;
}
#mkBookBar.is-visible { transform: translateY(0); }
.mkBBLabel {
  font-family: var(--font-ui); font-size: .6rem;
  letter-spacing: .28em; color: rgba(255,255,255,.45);
  text-transform: uppercase; white-space: nowrap; flex-shrink: 0;
}
.mkBBGroup { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.mkBBGroupLabel {
  font-family: var(--font-ui); font-size: .62rem;
  letter-spacing: .08em; color: rgba(255,255,255,.75); white-space: nowrap;
}
.mkBBInput {
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3);
  color: #fff; font-family: var(--font-ui); font-size: .68rem;
  padding: 0 10px; height: 30px; width: 128px;
  color-scheme: dark;
}
.mkBBSelect {
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3);
  color: #fff; font-family: var(--font-ui); font-size: .68rem;
  padding: 0 28px 0 10px; height: 30px;
  appearance: none; -webkit-appearance: none;
  background-image: 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='rgba(255,255,255,.55)'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 10px center;
  color-scheme: dark;
  cursor: pointer;
}
.mkBBInput:focus, .mkBBSelect:focus { outline: none; border-color: rgba(255,255,255,.7); }
.mkBBSelect option { background: #4a5240; color: #fff; }
.mkBBBtn {
  flex-shrink: 0;
  background: transparent; border: 1px solid rgba(255,255,255,.65);
  color: #fff; font-family: var(--font-ui); font-size: .7rem;
  letter-spacing: .15em; padding: 0 22px; height: 30px;
  cursor: pointer; white-space: nowrap; transition: background .3s;
}
.mkBBBtn:hover { background: rgba(255,255,255,.15); }
a.mkBBCancel,
a.mkBBCancel:link,
a.mkBBCancel:visited {
  font-family: var(--font-ui); font-size: .6rem;
  letter-spacing: .08em; color: #fff;
  text-decoration: underline; text-decoration-color: rgba(255,255,255,.5);
  white-space: nowrap; flex-shrink: 0; transition: opacity .2s;
}
a.mkBBCancel:hover { opacity: .7; }
.mkBBNodateLabel {
  font-family: var(--font-ui); font-size: .62rem;
  color: rgba(255,255,255,.75); white-space: nowrap;
  display: flex; align-items: center; gap: 5px;
  cursor: pointer; flex-shrink: 0;
}
.mkBBNodateLabel input { cursor: pointer; }
.mkBBSelYear { width: 70px; }
.mkBBInputSm { width: 90px; }
@media screen and (max-width: 1250px) {
  .mkVisBookBar,
  #mkBookBar {
    height: auto;
    flex-wrap: wrap;
    padding: 10px 28px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  #mkBookBar { display: none; }
  .mkVisBookBar { display: none; }
}

/* ── SP専用検索バー ── */
#mkSpSearchBar {
  background: #4a5240;
  padding: 18px 16px 16px;
}
.mkSpBBGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}
.mkSpBBGroup {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mkSpBBGroupFull { grid-column: span 2; }
.mkSpDateRow {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}
#mkSpSearchBar .mkBBInput { width: 100%; height: 36px; }
#mkSpSearchBar .mkBBSelect { width: 100%; height: 36px; }
#mkSpSearchBar .mkSpDateRow .mkBBSelect { width: auto; height: 32px; }
#mkSpSearchBar .mkSpDateRow .mkBBSelYear { width: 70px; }
.mkSpBBBottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#mkSpSearchBar .mkBBBtn { width: 100%; margin-left: 0; height: 44px; }
.mkSpBBLinks {
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* ── フッター ── */
#footer01 { background-color: var(--c-dark); padding: 70px 0 28px; }
.mkFtLogo { font-family: var(--font-en); font-size: 1.45rem; color: #fff; letter-spacing: .05em; line-height: 1.3; }
.mkFtLogo small { display: block; font-family: var(--font-ui); font-size: .54rem; letter-spacing: .22em; opacity: .45; margin-top: 4px; text-transform: uppercase; font-weight: 300; }
.mkFtLogoImg { height: 72px; width: auto; filter: brightness(0) invert(1); display: inline-block; }
.mkFtInfo { font-family: var(--font-ja); font-size: .82rem; line-height: 2.0; color: rgba(255,255,255,.5); font-weight: 300; }
.mkFtInfo a { color: rgba(255,255,255,.5); }
.mkFtInfo a:hover { color: #fff; opacity: 1; }
.mkFtPdfLink { font-family: var(--font-ja); font-size: .78rem; letter-spacing: .04em; color: rgba(255,255,255,.38); font-weight: 300; text-decoration: underline; text-underline-offset: 3px; transition: color .2s; }
.mkFtPdfLink:hover { color: rgba(255,255,255,.72); }
.mkFtNavHead { font-family: var(--font-ui); font-size: .56rem; letter-spacing: .28em; text-transform: uppercase; color: var(--c-terra); display: block; margin-bottom: 13px; }
.mkFtNav { list-style: none; padding: 0; }
.mkFtNav li { margin-bottom: 7px; }
.mkFtNav li a { font-family: var(--font-ja); font-size: .8rem; letter-spacing: .04em; color: rgba(255,255,255,.48); font-weight: 300; transition: color .2s; }
.mkFtNav li a:hover { color: #fff; opacity: 1; }
.mkFtCopy { font-family: var(--font-ui); font-size: .64rem; letter-spacing: .1em; color: rgba(255,255,255,.24); border-top: 1px solid rgba(255,255,255,.1); }

/* ── SP固定バー ── */
.mkFixBar { display: none; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 300; background: var(--c-terra); }
.mkFixBar a { display: block; text-align: center; color: #fff; padding: 16px; font-family: var(--font-ui); font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; }

#pageTop a { background-color: var(--c-terra); border-radius: 0; }

/* ── 朝食グリッド ── */
.mkBreakfastGrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; }
.mkBreakfastGrid img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }

/* ── キャッチコピー ── */
.mkCatch {
  font-family: var(--font-ja);
  font-size: 2.6rem; line-height: 1.35;
  color: var(--c-dark); font-weight: 400; letter-spacing: .02em;
}
.mkCatchEn {
  font-family: var(--font-en);
  font-size: 1.2rem; font-style: italic;
  color: var(--c-light); letter-spacing: .04em;
}

/* ── About メイン画像 ── */
.mkAboutPh {
  overflow: hidden;
  height: 600px;
}
.mkAboutPh img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.mkAboutPhSp { overflow: hidden; }
.mkAboutPhSp img { width: 100%; height: auto; display: block; }

/* ── 2×2 フォトコラージュ ── */
.mkCollage2x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.mkCollage2x2 > * { overflow: hidden; }
.mkCollage2x2 img {
  width: 100%; aspect-ratio: 4/3;
  object-fit: cover; display: block; transition: transform .7s;
}
.mkCollage2x2 > *:hover img { transform: scale(1.04); }

/* ── 写真ストリップ4列 ── */
.mkPhotoStrip4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.mkPhotoStrip4 > * { overflow: hidden; }
.mkPhotoStrip4 img {
  width: 100%; aspect-ratio: 3/2;
  object-fit: cover; display: block; transition: transform .7s;
}
.mkPhotoStrip4 > *:hover img { transform: scale(1.04); }
.mkPhotoStrip3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.mkPhotoStrip3 > * { overflow: hidden; }
.mkPhotoStrip3 img {
  width: 100%; aspect-ratio: 3/2;
  object-fit: cover; display: block; transition: transform .7s;
}
.mkPhotoStrip3 > *:hover img { transform: scale(1.04); }

/* ── レスポンシブ ── */
@media screen and (min-width: 1251px) {
  .mkAboutL > *:nth-child(1) { width: 46%; }
  .mkAboutL > *:nth-child(2) { width: 50%; }
  .mkBreakL > *:nth-child(1) { width: 46%; }
  .mkBreakL > *:nth-child(2) { width: 50%; }
  .mkAboutPh  { height: 580px; }
  .mkBreakPh  { height: 420px; }
  .mkVisEn    { font-size: 6rem; }
  .mkSkiCatch { font-size: 4.0rem; }
  .mkTA .mkTitleEn { font-size: 3.8rem; }
  .mkTB .mkTitleEn { font-size: 3.2rem; }
  .mkTC .mkTitleEn { font-size: 3.4rem; }
  .mkNotice   { padding: 34px 40px; }
  .mkCatch    { font-size: 3.2rem; }
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .mkAboutL > *:nth-child(1) { width: 46%; }
  .mkAboutL > *:nth-child(2) { width: 50%; }
  .mkBreakL > *:nth-child(1) { width: 48%; }
  .mkBreakL > *:nth-child(2) { width: 48%; }
  .mkAboutPh  { height: 440px; }
  .mkBreakPh  { height: 360px; }
  .mkVisEn    { font-size: 4.0rem; }
  .mkSkiCatch { font-size: 2.8rem; }
  .mkSP  { padding-top: 90px; padding-bottom: 90px; }
  .mkSPs { padding-top: 65px; padding-bottom: 65px; }
  .mkTA .mkTitleEn { font-size: 3.0rem; }
  .mkTB .mkTitleEn { font-size: 2.5rem; }
  .mkTC .mkTitleEn { font-size: 2.8rem; }
  .mkCatch    { font-size: 2.2rem; }
}

@media screen and (max-width: 767px) {
  #sidebar { left: -220px; }
  #sidebar.is-open { left: 0; }
  .sbBottom { display: none; }
  #sbSpBar {
    display: flex; align-items: center; justify-content: space-between;
    position: fixed; top: 0; left: 0; right: 0; height: 55px;
    padding: 0 16px; background: rgba(10,8,4,.72);
    backdrop-filter: blur(8px); z-index: 195;
  }
  #main-wrap { margin-left: 0; padding-top: 55px; }
  .sbVertText { display: none; }

  #visual01 { height: 56.25vw; min-height: 260px; max-height: 520px; }
  .mkBgPh, .mkSkiBg, .mkResvBg { background-attachment: scroll; }
  .mkVisEn    { font-size: 2.6rem; }
  .mkVisCont  { padding-bottom: 80px; }
  .mkScrollCue { display: none; }
  .mkAboutL > *, .mkBreakL > * { width: 100% !important; }
  .mkAboutPh  { height: 240px; }
  .mkBreakPh  { height: auto; }
  .mkBreakPh .mkPhoto { height: 200px; }
  .mkSP  { padding-top: 62px; padding-bottom: 62px; }
  .mkSPs { padding-top: 48px; padding-bottom: 48px; }
  .mkTA .mkTitleEn { font-size: 2.2rem; }
  .mkTB .mkTitleEn { font-size: 2.0rem; }
  .mkTC .mkTitleEn { font-size: 2.0rem; }
  .mkSkiCatch { font-size: 2.0rem; }
  .mkFixBar { display: block; }
  #pageTop a  { bottom: 62px; }
  .mkNotice   { padding: 20px; }
  .mkPolicy th, .mkPolicy td { display: block; width: 100%; }
  .mkPolicy th { background: var(--c-bg2); }
  .mkStatN { font-size: 2.8rem; }
  .mkBreakfastGrid { grid-template-columns: repeat(3,1fr); }
  .mkFacImg { height: 120px; }
  .mkCatch  { font-size: 1.8rem; }
  .mkPhotoStrip4 { grid-template-columns: repeat(2, 1fr); }
  .mkPhotoStrip3 { grid-template-columns: repeat(3, 1fr); }
  .mkCollage2x2 { gap: 3px; }
}