@charset "UTF-8";
html { font-size: 62.5%; } 
body {
  width:100%;
  margin:0 auto; 
  padding:0; 
  text-align:left; 
  font-size: 1.6rem; 
  letter-spacing: 0.02em;
  line-height:1.8; 
  color: #333333; 
  background-color:#ffffff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}


/* ----------------- common ------------------ */

/* base */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
h1,h2,h3,h4 {
  text-align: left;
  width: 100%;
  display: block;
  font-weight: 400;
  margin: 0;
  padding:0;
}
a{
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a:hover {
	opacity: 0.8;
}
p{margin:0;}
img{vertical-align: bottom;}

/* For modern browsers */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
 
/* font */
.gothic {
  font-family: 'Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Yu Gothic local", sans-serif;
}
.serif {
  font-family: "游明朝体","Yu Mincho","YuMincho","yu-mincho-pr6n","ヒラギノ明朝 Pro","Hiragino Mincho Pro","source-han-serif-japanese",serif;}
.serif2 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.tategaki {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.ttl_main {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0;
  width: auto;
  text-align: center;
}
.ttl_sub {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
  font-family: 'Noto Serif JP','ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝 Medium', 'YuMincho Medium', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

/* 効果 */
/* フェードイン */
.list-mv01 {
  opacity: 0;
}
.mv01 {
  opacity: 1.0;
}
/* フェードイン（下から） */
.list-mv02{
  opacity: 0;
  transform: translate(0,60px); 
  -webkit-transform: translate(0,60px);
  transition: 2.5s;
}
.mv02{
  opacity: 1.0;
  transform: translate(0,0); 
  -webkit-transform: translate(0,0);
}
/*zoom*/
.move03 {
	animation: zoom 2.25s;
	animation-fill-mode: forwards;
	opacity: 1;
}
img.zoom {
	transform: scale(1.11);
}
@keyframes zoom {
	0% {
		transform: scale(1.11);
	}
	100% {
		transform: scale(1);
	}
}

/* animation delay */
.animation-delay02 {
  -webkit-animation-delay: .2s !important;
  animation-delay: .2s !important;
}
.animation-delay04 {
  -webkit-animation-delay: .4s !important;
  animation-delay: .4s !important;
}
.animation-delay08 {
  -webkit-animation-delay: .8s !important;
  animation-delay: .8s !important;
}
.animation-delay12 {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}
.animation-delay16 {
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}
.animation-delay20 {
  -webkit-animation-delay: 2.0s !important;
  animation-delay: 2.0s !important;
}

/* スライダー */
#topics .ryokan .tp1-slider,
#topics .ryokan .tp2-slider,
#topics .ryokan .tp3-slider  {
  position: relative;
  z-index: 1;
  overflow: hidden;
	width: 100% !important;
  height: auto !important;
  margin: 0;
}
#topics .ryokan .tp1-slider .swiper-wrapper,
#topics .ryokan .tp2-slider .swiper-wrapper,
#topics .ryokan .tp3-slider .swiper-wrapper {
	width: 100%;
  height: auto;
}
#topics .ryokan .tp1-slider .swiper-slide,
#topics .ryokan .tp2-slider .swiper-slide,
#topics .ryokan .tp3-slider .swiper-slide {
	position: relative;
	z-index: 999;
}
#topics .ryokan .tp1-slider .swiper-slide img,
#topics .ryokan .tp2-slider .swiper-slide img,
#topics .ryokan .tp3-slider .swiper-slide img {
	width: 100%;
}
  /*キャプション（共通）*/
  .swiper-caption {
    bottom: 23px;
    left: 25px;
    position: absolute;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.8);
  }
  /*ボタン（共通）*/

  /*ボタン（共通）*/
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px !important;
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: center;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255,255,255,1) !important;
    opacity: 0.4 !important;
  }
  .swiper-pagination-bullet-active {
      opacity: 1 !important;
  }


/* other */
.pc_none {
  display: none;
}

/*ボタン*/
header nav .info {
  display: block;
  position: absolute;
  left: 75px;
  top: 20px;
}
#access .access_txt .info {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .info h1{
  font-size: 2rem;
  margin-right: 20px;
  line-height: 1;
  margin-right: 20px;
  letter-spacing: 0.1em;
}
#access .access_txt h3 {
  font-size: 1.8rem;
  width: auto;
  margin-right: 20px;
  letter-spacing: 0.1em;
  display: inline-block;
}
header nav .btn,
#access .access_txt .btn {
  padding: 0;
}
#access .access_txt .btn {
  line-height: 1;
}
header nav .btn a,
#access .access_txt .btn a {
  display: inline-block;
  width: 100px;
  color: #333;
  line-height: 20px;
  text-align: left;
  font-size: 1.0rem;
  letter-spacing: 0.15em;
  padding-left: 8px;
  position: relative;
  z-index: 1;
  background: #e8f1f6;
}
header nav .btn a:hover,
#access .access_txt .btn a:hover {
  opacity: 0.5;
}
header nav .btn a:after,
#access .access_txt .btn a:after {
  display: block;
  position: absolute;
  z-index: 2;
  top: calc(50% - 3px);
  right: 10px;
  width: 5px;
  height: 5px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav .btn a:hover:after,
#access .access_txt .btn a:hover:after  {
  right: 5px;
}



/* ----------------- head ------------------ */

header{
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  z-index: 1;
	height: calc(var(--vh, 1vh) * 100);
}

/* ナビゲーション */
header nav {
  width: 100%;
  height: 80px;
  position: absolute;
  z-index: 999;
  background: #fff;
}
header nav ul.menu {
  position: absolute;
  top: 40px;
  right: 150px;
  z-index: 1;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  list-style-type: none;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: none;
}
header nav ul.menu li.link {
  padding: 0;
  margin-right: 2.08vw;
}
header nav ul.menu li.link.snone {display: none;}
header nav ul.menu li.link a {
  color: #111;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 1;
}
header nav ul.menu li.link a:hover {
  opacity: 0.6;
}
header nav ul.menu li.link a span {
  display: block;
  font-size: 1.2rem;
  color: #ddd;
}
header nav .logo_ikyu{
  position: absolute;
  top: 25px;
  right: 22px;
  z-index: 1;
  width: 80px;
  height: auto;
}
header nav .logo_ikyu img {width: 100%;}
header nav .logo_ryokan {
  display: inline-block;
  width: 35px;
  height: 50px;
  left: 20px;
  top: 18px;
  position: absolute;
}
header nav .logo_ryokan img {width: 100%;}

/* スライダー画像 */
header .ss-slider {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100vh - 85px);
  z-index: 3;
}
header .ss-slider .swiper-slide {
	position: relative;
	z-index: 999;
  overflow: hidden;
}
header .ss-slider .swiper-slide img {
	width: 100%;
  height: calc(100vh - 85px);
	object-fit: cover;
	object-position: 50% 100%;
}
header .ss-slider .swiper-slide:nth-of-type(2) img {
	object-position: 47% 100%;
}
header .ss-slider .swiper-slide:nth-of-type(3) img {
	object-position: 60% 100%;
}
header .ss-slider .swiper-slide:nth-of-type(4) img {
	object-position: 30% 100%;
}
header .ss-slider .swiper-slide.swiper-slide-00 .logo.fade {
	opacity: 0;
}



/* ----------------- about ------------------ */
#about {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 3;
}
#about .intro {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
}
#about .intro p.txt {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.01em;
}



/* ----------------- topics ------------------ */
#topics {
  width: 100%;
  margin: 0 auto;
  padding: 50px 5% ;
  background: rgb(232 241 246 / 60%);
  position: relative;
  z-index: 1;
}
#topics .ryokan {
  width: 100%;
  display: block;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0 0;
}
#topics .ryokan .swiper-container {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 30px;
}
#topics .ryokan .txt {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 1.5625vw;
  display: block;
  flex-direction: column;
  justify-content: center;
}
#topics .ryokan .txt p {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
#topics .ryokan .txt .menu {
  font-size: 1.2rem;
  list-style-type: none;
  padding: 0;
  margin: 10px 0 20px;
  letter-spacing: 0.1em;
}
#topics .ryokan .txt .menu li {
  position: relative;
  padding-left: 5px;
  margin: 0;
  line-height: 2.2;
}
#topics .ryokan .txt .menu li:before {
  content: "-　";
}
#topics .ryokan .txt .ex {
  font-size: 1.2rem;
}
#topics .ryokan.reverse {
  margin-bottom: 0;
}
#topics .ryokan .txt .ttl_sub .ex {
  display: inline-block;
  font-size: 1.2rem;
  padding: 5px 10px;
  background: #dbe8f1;
  letter-spacing: 0.1em;
  margin-right: 10px;
  font-weight: 400;
}
#topics .ryokan .txt .ttl_sub .ttl {
  display: block;
}



/* ----------------- plan ------------------ */
#spplan {
  width: 100%;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background: #e9f2f7;
}
#spplan::before {
  position: absolute;
  z-index: 2;
  top: 50px;
  left: -5%;
  content: "";
  width: calc(100% + 5%);
  height: calc(100% - 100px);
  background: #f5f8fb;
  mix-blend-mode: multiply;
}
#spplan .ttl_main {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
#spplan .plan {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#spplan .plan .plan_img {
  width: 100%;
  background: #111;
  display: flex;
  overflow: hidden;
}
#spplan .plan .plan_img img{
  width: 50%;
  vertical-align:bottom;
}
#spplan .plan .plan_txt {
  width: 100%;
  background: #fff;
  padding: 20px 5% 30px;
  display: block;
  justify-content: space-between;
}
#spplan .plan .plan_txt h3 {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}
  #spplan .plan .plan_txt h3 .main {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1.4rem;
    padding: 5px 8px;
    background: #f1f1f1;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
  #spplan .plan .plan_txt h3 .sub {
    font-weight: 400;
    display: inline-block;
    line-height: 1.8;
    font-family: 'Noto Serif JP','ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝 Medium', 'YuMincho Medium', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  }


/* 料金ボタン */
#spplan .plan .plan_txt .btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
a.plan_rate{
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 6px 0 4px;
  letter-spacing: 0;
  border: 1px solid #bbaf8a;
  text-align: center;
  color: #fff !important;
  background-color: #bbaf8a;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 1.3rem;
  font-family: "Open Sans", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Yu Gothic local", sans-serif !important;
}
a.plan_rate:hover{
  border: 1px solid #bbaf8a;
  opacity: 0.6;
  text-decoration:none;
}
.plan_rate b {
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.off {
  display: block;
}
.off strong{
  font-size: 1.3rem !important;
  display: block;
}
.shousai{
  font-size: 1.3rem !important;
  line-height: 1.15;
  margin-bottom: 5px;
  display: block;
}
.shousai b{
  font-size: 2rem !important;
}
.shousai .ll{
  display: none !important;
}
.shousai .s{
  font-size:1.3rem !important;
}
.after_point_rate,.plan_rate .off b {
  font-size: 1.8rem !important;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/* ----------------- photo gallery ------------------ */
#pg {
	width: 100%;
	margin: 0;
  padding: 50px 5% 0;
}
#pg .ttl_main {
  margin-bottom: 30px;
}

#pg .pg-slider {
  width: 100%;
  padding: 0 0 30px;
}

#pg .pg-slider .swiper-slide {
	position: relative;
	cursor: move;
}

#pg .pg-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover;';
}

#pg .swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgb(157 157 157 / 80%);
  border-radius: 0;
  left: 0;
  top: 0;
}
#pg .swiper-container-horizontal>.swiper-scrollbar {
  background: rgb(157 157 157 / 30%);
  left: 0;
  width: 100%;
  height: 2px;
}
#pg .pg-slider .swiper-button-next {
	transform: translateY(-15px);
}

#pg .pg-slider .swiper-button-prev {
	transform: translateY(-15px);
}

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

#access {
  width: 100%;
  padding: 50px 5% 80px;
  position: relative;
  z-index: 1;
}
#access .ttl_main {
  margin-bottom: 30px;
}

#access .access_map{
  width: 100%;
  padding: 0;
  position: relative;
  margin-bottom: 30px;
}
#access .access_map .map {
  width: 100%;
  margin: 0 auto;
  height: 300px;
}

/*詳細情報＆リンク*/
#access .access_txt {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#access .access_txt .detail {
  width:100%;
  display: block;
  display: -ms-flexbox;
  align-items: center;
  justify-content: flex-start;
}
#access .access_txt .detail p {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.01em;
}
#access .access_txt .detail p br {display: none;}
#access .access_txt .detail .address {
  font-size: 1.2rem;
  line-height: 2;
}
#access .access_txt .detail .logo_hotel_b img {width: 100%;}
#access .access_txt .lead {margin-bottom: 30px;}
#access .access_txt .lead p {line-height: 2;}


/* mapパーツ */
.fukid {font-size:1.2rem; text-align:left; color:#333; width:350px; height:80px;}
.fukid a {color: #333;}
.map_photo{
  width:100px;
  height:75px;
  float:left;
  margin:0 10px 0 0;
  border:0px;
}

/*to_link*/
#access .access_wp .access_txt .to_link {
  width: 100%;
  margin-bottom: 20px;
  text-align: right !important;
}
#access .access_wp .access_txt .to_link a {
  font-size: 0.833vw;
  letter-spacing: 0.04em;
  color: #333;
  text-decoration: none;
  padding: 10px 35px;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#access .access_wp .access_txt .to_link a:hover {
  opacity: 0.5;
}
#access .access_wp .access_txt .to_link a:after {
  position: absolute;
  z-index: 2;
  content: "";
  border-bottom: 1px solid #bbaf8a;
  width: 15px;
  transform: rotate(45deg);
  bottom: 5px;
  right: -1px;
}
#access .access_wp .access_txt .to_link a:before {
  border-bottom: 1px solid #bbaf8a;
  z-index: 2;
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  right: 0px;
}
#access .access_wp .access_txt .to_link a:hover:after {
  right: -10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#access .access_wp .access_txt .to_link a:hover:before {
  right: -10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/* ----------------- footer ------------------ */
footer {
  width: 100%;
  height: 80px;
  padding: 10px 0 0;
  background: rgb(232 241 246 / 60%);
  position: relative;
  z-index: 1;
}
footer::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% + 50px);
  background: #f5f8fb;
  mix-blend-mode: multiply;
}
footer .logo_ikyu_ft {
  text-align: center;
}
footer img { 
  width: 80px;
  height: auto;
}
address {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    padding: 5px 0 20px 0;
    color: #333;
    text-align: center;
}


/* ----------------- Page Top ------------------ */
#toPageTop {position:fixed; bottom:10px; right:20px;z-index: 9999;}
#toPageTop a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border-right: 3px solid #1a4678;
  border-top: 3px solid #1a4678;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#toPageTop a:hover img {visibility:hidden;}

