@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.04em;
  line-height:1.8; 
  color: #333333; 
  background-color:#ffffff;
  font-family: "游明朝体","Yu Mincho","YuMincho","yu-mincho-pr6n","ヒラギノ明朝 Pro","Hiragino Mincho Pro","source-han-serif-japanese",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: 2rem;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  margin: 0 0 25px;
  font-family: 'Noto Serif JP','ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝 Medium', 'YuMincho Medium', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
.ttl_sub {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  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;
}

/* スライダー */
#info .ryokan_tp .tp1-slider,
#info .ryokan_tp .tp2-slider,
#access .pg-slider  {
  position: relative;
  z-index: 1;
  overflow: hidden;
	width: 100% !important;
  height: auto !important;
  margin-bottom: 30px;
}
#info .ryokan_tp .tp1-slider .swiper-wrapper,
#info .ryokan_tp .tp2-slider .swiper-wrapper,
#access .pg-slider .swiper-wrapper {
	width: 100%;
  height: auto;
}
#info .ryokan_tp .tp1-slider .swiper-slide,
#info .ryokan_tp .tp2-slider .swiper-slide,
#access .pg-slider .swiper-slide {
	position: relative;
	z-index: 999;
}
#info .ryokan_tp .tp1-slider .swiper-slide img,
#info .ryokan_tp .tp2-slider .swiper-slide img,
#access .pg-slider .swiper-slide img {
	width: 100%;
}
#access .swiper-caption {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  font-size: 1.3rem;
  text-align: center;
  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: 12px;
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: center;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px !important;
  }
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255,255,255,0.8);
  }
  .swiper-pagination-bullet-active {
      opacity: 1;
      background: #fff;
  }

  @media screen and (max-width: 1600px) and (min-width: 801px){   
    .ttl_main {
      font-size: 1.45vw;
    }
  }

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



/* ----------------- 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: 120px;
  position: absolute;
  z-index: 999;
}
header nav ul.menu {
  display: none;
  position: absolute;
  top: 45px;
  left: 45px;
  z-index: 1;
  width: calc(100% - 500px);
  margin: 0;
  padding: 0;
  font-size: 0.833vw;
  list-style-type: none;
  letter-spacing: 2px;
  font-weight: 400;
  text-shadow: 0 0 5px rgba(0,0,0,0.6);
  font-family: 'Noto Serif JP','ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝 Medium', 'YuMincho Medium', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
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: #fff;
  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;
  letter-spacing: 1px;
  color: #ddd;
}
header nav .logo_ikyu{
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  width: 80px;
  height: auto;
}
header nav .logo_ikyu img {width: 100%;}

/* 背景画像 */
header .header_img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
	height: calc(var(--vh, 1vh) * 100);
}
header .header_img .img {
  width: 50%;
  height: 100vh;
  overflow: hidden;
  background: #111;
	height: calc(var(--vh, 1vh) * 100);
}
header .header_img .img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  opacity: 0.7;
	height: calc(var(--vh, 1vh) * 100);
}

/* タイトル（大） */
header .header_ttl{
  position: absolute;
  z-index: 998;
  top: 52%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 300px;
  height: 300px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
  header .header_ttl_bk {/* 背景 */
    position: absolute;
    z-index: 997;
    top: 52%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
/* タイトル（大）テキスト */
header .header_ttl h1  {
  font-size: 4.4rem;
  letter-spacing: 0.5em;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  padding-top: 0;
}
  header .header_ttl h1 .no {
    font-size: 4.0rem;
    margin-left: -0.15em;
  }
  header .header_ttl h1 .tabi {
    letter-spacing: 0;
    font-size: 4.2rem;
    margin-left: -0.1em;
  }
  header .header_ttl h1 .sub {
    font-size: 1.5rem;
    letter-spacing: 0.7em;
    text-indent: 0.7em;
    display: block;
    margin-top: 15px;
    margin-bottom: 25px;
  }
header .header_ttl h2 {
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0px auto 20px;
  text-align: center;
  letter-spacing: 0.3em;
  text-indent: 0.5em;
  line-height: 1;
}
header .header_ttl .lead {
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.01em;
  width: 220px;
  font-weight: 400;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* ----------------- about ------------------ */
#about {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  z-index: 3;
}
#about .intro {
  line-height: 2;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  display: block;
}
#about .intro .lead {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
#about .intro .lead p.txt {
  width: 100%;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.01em;
}
#about .about_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#about .about_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100%;
}



/* ----------------- plan ------------------ */
#spplan {
  width: 100%;
  position: relative;
  z-index: 2;
}
#spplan .ttl_main {
  padding: 0 5%;
}
#spplan .plan {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background: #f7f7f5;
}
#spplan .plan .plan_img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#spplan .plan .plan_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}
#spplan .plan .plan_txt {
  width: 90%;
  margin: 30px auto 0;
}
#spplan .plan .plan_txt h3 {
  font-size: 1.8rem;
  color: #111;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
#spplan .plan .plan_txt h3 .main {
  margin-bottom: 20px;
  line-height: 1.6;
  display: inline-block;
}
#spplan .plan .plan_txt h3 .sub {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.8;
  display: inline-block;
}
#spplan .plan .ex {
  width: 100%;
  padding: 10px 5% 40px;
  font-size: 11px;
  text-align: right;
}

/* 料金ボタン */
a.plan_rate{
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 5px 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.6rem;
  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: 1.6rem !important;
}
.shousai .ll{
  display: none !important;
}
.shousai .s{
  font-size:1.3rem !important;
}
.after_point_rate,.plan_rate .off b {
  font-size: 1.6rem !important;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/* ----------------- topics -シェフのご紹介- ------------------ */
#topics {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

#topics .shef {
  line-height: 2;
  text-align: left;
  width: 100%;
  padding: 40px 0;
}
#topics .shef .shef_txt {
  width:100%;
  display: block;
}
#topics .shef .shef_txt p.txt {
  width: 100%;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.02em;
  /*text-align: justify;
  text-justify: inter-ideograph;*/
  margin-bottom: 20px;
}
#topics .shef_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#topics .shef_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 30%;
}
#topics .shef .shef_txt .clink {
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
#topics .shef .shef_txt .clink {
  padding: 15px;
  border: 1px solid #ddd;
}
#topics .shef .shef_txt .clink a {
  display: inline-block;
  color: #333333;
}
#topics .shef .shef_txt .clink a:hover {
  opacity: 0.5;
}
#topics .shef .shef_txt .clink .concierge {width: 100%; line-height: 1;}
#topics .shef .shef_txt .clink .concierge img {
  width: 140px;
}
#topics .shef .shef_txt .clink .entry {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 12px 0 0;
  font-size: 1.1rem;
  line-height: 2;
  text-align: left;
}



/* ----------------- info -旅館のご紹介- ------------------ */
#info {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  background: #f7f7f5;
}
#info .ryokan {
  line-height: 2;
  text-align: left;
  width: 100%;
  padding: 40px 0 0;
  border-bottom: 1px solid #707070;
}
#info .ryokan .ryokan_txt p.txt {
  width: 100%;
  margin-bottom: 30px;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: justify;
  text-justify: inter-ideograph;
}
#info .ryokan_wp {
  width: 100%;
  display: block;
}
#info .ryokan_wp .ryokan_tp {
  width: 100%;
}
#info .ryokan_wp .ryokan_tp .photo {
  z-index: 1;
  overflow: hidden;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 30px;
}
#info .ryokan_wp .ryokan_tp .photo img {
  width: 100%;
}
#info .ryokan_wp .ryokan_tp .txt p {
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 30px;
  letter-spacing: 0.01em;
  text-align: justify;
  text-justify: inter-ideograph;
}



/* ----------------- access ------------------ */
#access {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  background: #f7f7f5;
}
#access .access_wp {
  line-height: 2;
  text-align: left;
  width: 100%;
  padding: 40px 0 50px;
  display: block;
  justify-content: space-between ;
}
#access .access_wp .access_txt {
  width: 100%;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.01em;
}
#access .access_wp .access_txt .add {
  margin-bottom: 20px;
  font-size: 1.2rem;
  text-align: center;
}
#access .access_wp .access_txt .logo_ryokan {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
#access .access_wp .access_txt .logo_ryokan img {
  width: 140px;
}
#access .access_wp .access_map {
  width: 100%;
}

#access .access_wp .access_map .map {
  width: 100%;
  height: 300px;
}

/* 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: 30px;
  text-align: right !important;
}
#access .access_wp .access_txt .to_link a {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #333;
  text-decoration: none;
  padding: 10px 20px 10px 10px;
  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;
}

@media screen and (max-width: 1600px) and (min-width: 801px){  
  #access .access_wp .access_txt{
    font-size: 0.9375vw;
    line-height: 2.2;
  }
  #access .access_wp .access_txt .to_link a{
    font-size: 0.9375vw;
  }
  #access .access_wp .access_txt .add {
    font-size: 0.9375vw;
  }
}



/* ----------------- footer ------------------ */
footer {
  width: 100%;
  padding: 6.25vw 0 0px;
  background: rgb(51,51,51);
}
footer .logo_ikyu_ft {
  text-align: center;
  margin-bottom: 10px;
}
footer img { 
  width: 80px;
  height: auto;
}
address {
    font-style: normal;
    font-weight: 200;
    font-size: 1rem;
    color: #fff;
    padding: 5px 0 20px 0;
    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: 4px solid #bbaf8a;
  border-top: 4px solid #bbaf8a;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#toPageTop a:hover img {visibility:hidden;}

