@charset "utf-8";

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

body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Serif JP', serif;
  color: #333;
  background-color: #F7F5F1;
  position: relative;
}

img {
  max-width: 100%;
  box-sizing: border-box;
  height: auto;
  filter: saturate(90%);
}

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: #142148;
}

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

  /* お好みから選ぶ、遊星館の食事／ひと皿から知る、南信州の物語：カードを大きく見せるため全幅化 */
  #preferenceGuide .contents06,
  #foodStory .contents06 {
    max-width: none;
  }
}


/*--------------------------------------------------------------------
	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.6s cubic-bezier(.19, 1, .22, 1);
  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;
}

.logoDark {
  filter: invert(1) brightness(0.75);
}

.footerLogo img {
  width: 300px !important;
}

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

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

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

.navLinkH35 {
  display: inline-block;
  height: 35px;
  line-height: 35px;
}

/*--------------------------------------------------------------------
	宿泊検索バー（固定表示）
--------------------------------------------------------------------*/

.reserveSearchBar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 400;
  background-color: #142148;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
}

.reserveSearchBar__inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0 0 0 20px;
  gap: 14px;
  overflow-x: auto;
  height: 54px;
}

.reserveSearchBar__title {
  color: #d9c9b8;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .15em;
  white-space: nowrap;
}

.reserveSearchBar__badge {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 8px;
  background-color: #CAA944;
  color: #142148;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: .05em;
  white-space: nowrap;
  border-radius: 2px;
  flex-shrink: 0;
}

.reserveSearchBar__label {
  color: #ffffff;
  font-size: 0.8rem;
  white-space: nowrap;
}

.reserveSearchBar__inner select,
.reserveSearchBar__text {
  height: 32px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  background-color: #24325e;
  color: #ffffff;
  font-size: 0.8rem;
  flex-shrink: 0;
}

.reserveSearchBar__text {
  width: 140px;
}

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

.reserveSearchBar__checkbox {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ffffff;
  font-size: 0.8rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.reserveSearchBar__buttons {
  display: flex;
  align-items: stretch;
  margin-left: auto;
  flex-shrink: 0;
  height: 54px;
}

.reserveSearchBar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 24px;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none !important;
  cursor: pointer;
  border: none;
}

.reserveSearchBar__btn--primary {
  background-color: #CAA944;
  color: #142148;
}

.reserveSearchBar__btn--outline {
  background-color: transparent;
  color: #ffffff;
  border-left: 1px solid rgba(151, 124, 43, 0.5);
}

@media screen and (min-width: 1251px) {
  body {
    padding-bottom: 54px;
  }
}

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

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

  .headerLogo01 {
    position: absolute;
    width: 242px;
    left: calc(50% - 131px);
    top: 15px;
  }

  .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: 150px;
    top: 6px;
    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: "\203A";
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -11px;
  }

  .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;
  filter: saturate(90%);
}

.swiperSlideCommon03 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  filter: saturate(90%);
}

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

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

.swiperSlideIndex01 {
  background-image: url('../../f-index/irori-kawazakana.jpg')
}

.swiperSlideIndex02 {
  background-image: url('../../f-index/shinryoku-road.jpg')
}

.swiperSlideIndex03 {
  background-image: url('../../f-index/starrynight-view.jpg')
}

.swiperSlideIndex04 {
  background-image: url('../../f-index/teien-rotenburo.jpg')
}

.swiperSlideIndex05 {
  background-image: url('../../f-index/matsutake-ryori.jpg')
}

.swiperSlideIndex06 {
  background-image: url('../../f-index/aerial-forest.jpg')
}


.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: calc(100vh - 54px);
    height: calc(100svh - 54px);
  }

  #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: 100vh;
    height: 100svh;
    min-height: 480px;
  }

  #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 { top: 7px; right: 55px; left: auto; bottom: auto; width: auto; z-index: 103; }
  .fixedBtn .rv a { width: auto; height: 40px!important; padding: 0 12px; box-shadow: none; border-radius: 3px; font-size: 0.75em; letter-spacing: .05em; line-height: 40px; white-space: nowrap; }
  
  }
  

/*--------------------------------------------------------------------
	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.jpg) 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: #142148;
  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:#142148cd;
  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;
  filter: grayscale(100%);
}

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

/*==============================================================================
  MIYABI RESORT（サイト固有）
  新規作成: 既存クラスでは表現不可のコンポーネント（ヒーロースライドショー、
  予約検索ボックス、ルームカード、ニュースリスト、チェックリスト）のみ追加。
==============================================================================*/

/* ---- ヘッダー内 予約CTA ---- */
.headerReserveBtn {
  background-color: #142148;
  color: #FFF !important;
}

#header01.scrolled .headerReserveBtn {
  color: #FFF !important;
}

/* ---- ヒーロー：クロスフェードスライドショー ---- */
.heroSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 1.8s ease-in-out;
}

.heroSlide.isActive {
  opacity: 1;
  z-index: 2;
}

.heroDots {
  position: absolute;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.heroDots button {
  border: 1px solid #FFF;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}

.heroDots button.isActive {
  background-color: #FFF;
}

.heroScrollCue {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  color: #FFF;
  text-align: center;
  animation: heroScrollCueBounce 2.2s ease-in-out infinite;
}

.heroScrollCueText {
  display: block;
  writing-mode: vertical-rl;
}

.heroScrollCueArrow {
  display: block;
  width: 8px;
  height: 8px;
  margin: 10px auto 0;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: rotate(45deg);
  animation: heroScrollCueArrow 2.2s ease-in-out infinite;
}

@keyframes heroScrollCueBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: .7; }
  50%      { transform: translateX(-50%) translateY(8px); opacity: 1; }
}

@keyframes heroScrollCueArrow {
  0%, 100% { opacity: .4; transform: translateY(0) rotate(45deg); }
  50%      { opacity: 1; transform: translateY(6px) rotate(45deg); }
}

@media (prefers-reduced-motion: reduce) {
  .heroScrollCue,
  .heroScrollCueArrow {
    animation: none;
  }
}

/* ---- ヒーロー：期間限定バナー（画面右下に固定） ---- */
.heroFloatBanner {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 60;
  width: 440px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}

.heroFloatBanner a {
  display: block;
}

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

.heroFloatBanner:hover {
  transform: translateY(-4px);
}

.heroFloatBannerClose {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 1;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 50%;
  background-color: #333;
  color: #FFF;
  font-size: 1rem;
  line-height: 26px;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .heroFloatBanner {
    right: 10px;
    bottom: 70px;
    width: 300px;
  }
  .heroFloatBannerClose {
    top: -10px;
    right: -10px;
    width: 22px;
    height: 22px;
    font-size: .85rem;
    line-height: 22px;
  }
}

/* ---- ヒーロー：予約検索ボックス（ヒーローとコンテンツの境界にまたがる） ---- */
.heroSearch01 {
  position: relative;
  z-index: 6;
  background-color: #FFF;
  box-shadow: 0 10px 30px rgba(74, 37, 18, 0.15);
}

.heroSearch01 select,
.heroSearch01 input[type="date"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  color: #333;
}

.heroSearch01 label {
  display: block;
  color: #142148;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .heroSearch01 {
    position: relative;
    margin-top: -45px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
  }
}

@media screen and (max-width: 767px) {
  .heroSearch01 {
    border-radius: 0;
  }
}

/* ---- ルームカード ---- */
.roomCard01 {
  background-color: #FFF;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(74, 37, 18, 0.08);
}

.roomCard01 .priceTag {
  background-color: #142148;
  color: #FFF !important;
  display: inline-block;
}

/* ---- チェックリスト（設備・アメニティ）---- */
.checkList01 li {
  padding-left: 1.6em;
}

.checkList01 li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #142148;
  font-weight: bold;
}

/* ---- ニュースリスト ---- */
.newsList01 > li {
  border-bottom: 1px solid #DDD;
}

.newsList01 .newsDate {
  color: #8a7460;
  letter-spacing: .05em;
}

.newsCategory {
  display: inline-block;
  border: 1px solid #142148;
  color: #142148;
  text-align: center;
}

/* ---- 信州特典ボックス（既存 #sinsyu を流用） ---- */
#sinsyu a { color: #18844f !important; text-decoration: underline; }

/* ---- 予約セクション：見出し帯 ---- */
.reserveHead01 {
  background-color: #142148;
  color: #FFF;
}

@media screen and (min-width: 1251px) {
  .heroDots { bottom: 30px; }
  .heroDots button { width: 10px; height: 10px; border-radius: 50%; margin: 0 6px; }
  .heroScrollCue { bottom: 90px; font-size: .8rem; letter-spacing: .2em; }
  .roomCard01 .priceTag { padding: 6px 16px; font-size: .95rem; border-radius: 3px; }
  .newsList01 > li { padding: 18px 0; }
  .newsCategory { width: 110px; font-size: .8rem; padding: 4px 0; border-radius: 3px; }
}

@media screen and (max-width: 1250px) {
  .heroDots { bottom: 18px; }
  .heroDots button { width: 8px; height: 8px; border-radius: 50%; margin: 0 4px; }
  .heroScrollCue { display: none; }
  .roomCard01 .priceTag { padding: 5px 14px; font-size: .85rem; border-radius: 3px; }
  .newsList01 > li { padding: 14px 0; }
  .newsCategory { width: 90px; font-size: .75rem; padding: 3px 0; border-radius: 3px; }
}

@media screen and (max-width: 767px) {
  .newsList01 .newsTitle {
    flex-basis: 100%;
    margin-top: 8px;
    font-size: .85rem !important;
  }
}

/* #plans のプラン紹介カードは、スマホ幅でも3枚横並びを維持する */
@media screen and (max-width: 767px) {
  #plans .flex3ColumnA > * {
    width: calc((100% - 16px) / 3);
    margin-top: 0;
  }

  #plans .flex3ColumnA > *:not(:nth-child(3n)) {
    margin-right: 8px;
  }

  #plans .flex3ColumnA > *:nth-child(n+4) {
    margin-top: 8px;
  }

  /* プランカードの文字サイズを×0.7に縮小 */
  #plans .roomCard01 h3 {
    font-size: 0.98rem !important;
  }

  #plans .roomCard01 p {
    font-size: 0.84rem !important;
  }

  #plans .roomCard01 .buttonCommon01 {
    font-size: 0.77rem !important;
  }

  /* 各セクション本文テキストを×0.7に縮小 */
  .experienceMainText p {
    font-size: 0.91rem !important;
  }

  .onsenIntroBody {
    font-size: 0.91rem !important;
  }

  .diningIntroText p {
    font-size: 0.91rem !important;
  }

  #onsenGallery p,
  .onsenIndoorNoteText p,
  #diningGallery p,
  #matsutakePlan p.fs12,
  #matsutakePlan dl,
  #nature p.fs12,
  #rooms .roomCard01 p,
  #access p.fs12 {
    font-size: 0.84rem !important;
  }

  #nature p.fs13 {
    font-size: 0.91rem !important;
  }
}
