@charset "UTF-8";
html { font-size: 62.5%; } 
body {
  color: #333333; 
  width:100%;
  margin:0 auto; 
  padding:0; 
  text-align:left; 
  font-size: 1.6rem; 
  line-height:1.6; 
  background-color:#ffffff;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝 Medium', 'YuMincho Medium', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
 
.cf:after {
  clear: both;
}
 
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
p{margin:0;}

#all_contents {width:100%; padding:0; margin:0; display:block;}
#all_contents2 {width:100%;}
.mainbody{ width: 100%; margin: 0 auto; background: #ffffff;}

.gothic {
  font-family: "Open Sans", "游ゴシック 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;
}
.reverse{ flex-direction: row-reverse;}
 
/* object_fit */
.object_fit_img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

/* フェードイン */
.list-mv01 {
  opacity: 0;
}
.mv01 {
  opacity: 1.0;
}
/* フェードイン（下から） */
.list-mv07{
  opacity: 0;
  transform: translate(0,60px); 
  -webkit-transform: translate(0,60px);
  transition: 2.5s;
}
.mv07{
  opacity: 1.0;
  transform: translate(0,0); 
  -webkit-transform: translate(0,0);
}


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

#tieup_head{
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: #000;
}
#tieup_head::after{
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
#tieup_head #controls-wrapper #slidecaption {
  position: fixed;
  font-size: 1.4rem;
  z-index: -1;
	right: 10px;
	bottom: 10px;
  color: #ddd;
  font-weight: normal;
}
.logo_ikyu{
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 999;
  width: 110px;
  height: auto;
}
.tieup_img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
}
.tieup_img .img {
  width: 50%;
  height: 100vh;
}
.tieup_img .img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.tieup_ttl{
  position: absolute;
  z-index: 998;
  top: calc(50% - 200px);
  left: calc(50% - 202.5px);
  width: 405px;
  height: 400px;
  color: #ffffff;
  padding: 50px 40px;
  background: rgba(24,22,31,1);
}

.tieup_ttl h1  {
  font-size: 5.3rem;
  letter-spacing: 28px;
  line-height: 1;
  display: block;
  text-align: center;
}
.tieup_ttl h2 {
  font-weight: normal;
  font-size: 1.6rem;
  margin: 0px auto 25px;
  padding: 5px 0;
  text-align: center;
  letter-spacing: 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tieup_ttl .lead {
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.5px;
  width: 290px;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
}
.f42 {
  font-size: 4.2rem;
}
.r-l {
  letter-spacing: 0;
}
.sub {
  font-size: 2rem;
  letter-spacing: 10px;
  display: block;
  margin-top: 25px;
  margin-bottom: 30px;
  margin-left: 5px;
}

.anchorlink {
  position: absolute;
  z-index: 999;
  top: 35px;
  left: 0;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.anchorlink a {
  color: #fff;
  margin-left: 50px;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.anchorlink a:hover {
  color:rgba(255,255,255,0.5);
}
.anchorlink a:last-child {
  margin-right: 0;
}

/* ----------------- about ------------------ */


#about {
  width: 100%;
  margin: 0 auto;
  padding: 0 8vw;
  position: relative;
  z-index: 3;
}

#about .intro {
  line-height: 2;
  text-align: left;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 5vh 0;
  display: flex;
  justify-content: space-between;
}
#about .intro .lead {
  width: calc(50% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#about .intro .lead h2 {
  font-size: 2rem;
  width: 1500px;
  max-width: 100%;
  line-height: 1;
  letter-spacing: 8px;
  margin: 0 0 40px;
}
#about .intro .lead p.txt {
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 30px;
}
#about .intro .lead p.txt b {
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 10px;
}

#about .about_img {
  width: calc(50% - 60px);
}
#about .about_img img {
  width: 100%;
  height: 90vh;
  max-height: 800px;
  min-height: 700px;
  object-fit: cover;
}

@media screen and (max-width: 1600px) and (min-width: 801px){   
  #about {
    padding: 0 10vw;
  }
  #about .intro .lead p.txt {
    font-size: 0.9vw;
  }
  #about .intro .lead h2 {
    font-size: 1.2vw;
  }
  #about .intro .lead p.txt b {
    font-size: 1vw;
  }
}


/* ----------------- plan ------------------ */

#spplan {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
}
#spplan .plan {
  width: 100%;
  padding: 0 15px;
  margin: -90px auto 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
#spplan .plan h2 {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 6px;
  margin: 0px 0 20px;
  width: 100%;
  color: #ddd;
}
#spplan .plan .plan_img {
  width: 65vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#spplan .plan .plan_img img{
  width: 100%;
  height: 75vh;
  max-height: 800px;
}
#spplan .plan .plan_txt {
  width: 35vw;
  height: calc(100vh + 100px);
  min-height: 800px;
  max-height: 1000px;
  padding: 5vw;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#spplan .plan .plan_txt h3 {
  margin: 25px 0;
  font-size: 1.15vw;
  display: block;
  line-height: 2;
  width: 100%;
  margin-left: -0.7vw;
}
#spplan .plan .plan_txt h3 span.plan_ttl {
  display: block;
  font-size: 0.97vw;
  margin-left: 0.6vw;
}
#spplan .plan .plan_txt p {
  margin: 50px 0 0;
}


a.plan_rate{
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px 0 7px;
  border: 1px solid #333;
  text-align: center;
  color: #333 !important;
  background-color: #ddd;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 1.6rem;
  font-family: "Open Sans", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Yu Gothic local", sans-serif !important;
}
a.plan_rate:hover{
  border: 1px solid #333;
  opacity: 0.6;
  text-decoration:none;
}
.plan_rate b {
  font-size: 2.3rem;
  line-height: 1.3;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.off {
  display: block;
}
.off strong{
  font-size: 1.6rem !important;
  display: block;
}
.shousai{
  font-size: 1.6rem !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: 2rem !important;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 1600px) and (min-width: 801px){  
  #spplan .plan .plan_img {
    width: 63vw !important;
  }
  #spplan .plan .plan_txt {
    width: 38vw !important;
    height: 100vh !important;
    min-height: 800px;
    padding: 4vw;
  }
  #spplan .plan h2 {
    font-size: 1.2vw;
  }
  #spplan .plan .plan_txt h3{
    font-size: 1.3vw !important;
  }
  #spplan .plan .plan_txt h3 span.plan_ttl {
    font-size: 1.1vw;
  }
}


/* ----------------- shef ------------------ */


#tp {
  width: 100%;
  margin: 0 auto;
  padding: 0 8vw;
  position: relative;
  z-index: 3;
}

#tp .shef {
  line-height: 2;
  text-align: left;
  width: 1400px;
  max-width: 100%;
  margin: -100px auto 0;
  padding: 5vh 0;
  display: flex;
  justify-content: space-between;
}


#tp .shef .shef_txt {
  width: calc(50% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#tp .shef .shef_txt h2 {
  font-size: 2rem;
  width: 1500px;
  max-width: 100%;
  line-height: 1;
  letter-spacing: 6px;
  margin: 0 0 40px;
}
#tp .shef .shef_txt p.txt {
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 30px;
}
#tp .shef .shef_txt p.txt b {
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 10px;
}
#tp .shef_img {
  width: calc(50% - 60px);
}
#tp .shef_img img {
  width: 100%;
  height: 90vh;
  max-height: 800px;
  min-height: 700px;
  object-fit: cover;
}
#tp .shef .shef_txt .clink {
  width: 100%;
  padding: 20px;
  border: 1px solid #ddd;
}
#tp .shef .shef_txt .clink {
  padding: 20px;
  border: 1px solid #ddd;
}
#tp .shef .shef_txt .clink a {
  display: inline-block;
  color: #333333;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#tp .shef .shef_txt .clink a:hover {
  opacity: 0.5;
}
#tp .shef .shef_txt .clink .concierge {width: 30%;}
#tp .shef .shef_txt .clink .concierge img {width: 170px;}
#tp .shef .shef_txt .clink .entry {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 10px 0 0;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0;
}


@media screen and (max-width: 1600px) and (min-width: 801px){    
  #tp {
    padding: 0 10vw;
  }
  #tp .shef {
    margin: -80px auto 0 !important;
  }
  #tp .shef .shef_txt h2 {
    font-size: 1.2vw;
  }
  #tp .shef .shef_txt p.txt {
    font-size: 0.9vw;
  }
  #tp .shef .shef_txt p.txt b {
    font-size: 1vw;
  }
  #tp .shef .shef_txt .clink .entry {
    font-size: 1vw;
  }
  #tp .shef .shef_txt .clink .concierge img {width: 145px;}
}


/* ----------------- ryokan ------------------ */


#info {
  width: 100%;
  margin: 0 auto;
  padding: 0 8vw;
  position: relative;
  z-index: 3;
}

#info .ryokan {
  line-height: 2;
  text-align: left;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto 50px;
  padding: 5vh 0;
  display: flex;
  justify-content: space-between;
}


#info .ryokan .ryokan_txt {
  width: calc(50% - 60px);
  max-height: 800px;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#info .ryokan .ryokan_txt h2 {
  font-size: 2rem;
  width: 1500px;
  max-width: 100%;
  line-height: 1;
  letter-spacing: 6px;
  margin: 0 0 40px;
}
#info .ryokan .ryokan_txt p.txt {
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 35px;
}
#info .ryokan .ryokan_txt p.txt b {
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 10px;
}
#info .ryokan_map {
  width: calc(50% - 60px);
}
#info .ryokan_map .map {
  width: 100%;
  height: 90vh;
  max-height: 800px;
  min-height: 700px;
}
#info .ryokan .ryokan_img {
  width: 100%;
  margin-bottom: 40px;
}
#info .ryokan .ryokan_img img {
  width: 100%;
  height: 300px;
}


/*to_link*/
#about .intro .to_link,
#spplan .plan .to_link,
#tp .shef .shef_txt .to_link ,
#info .ryokan .ryokan_txt .to_link {
  width: 100%;
  margin-bottom: 20px;
  text-align: right !important;
}
#about .intro .to_link a,
#spplan .plan .to_link a,
#tp .shef .shef_txt .to_link a,
#info .ryokan .ryokan_txt .to_link a {
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #bbaf8a;
  padding: 10px 35px;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#spplan .plan .to_link a {
  color: #bbaf8a !important;
}
#about .intro .to_link a:hover,
#spplan .plan .to_link a:hover,
#tp .shef .shef_txt .to_link a:hover ,
#info .ryokan .ryokan_txt .to_link a:hover {
  opacity: 0.5;
}
#about .intro .to_link a:after,
#spplan .plan .to_link a:after,
#tp .shef .shef_txt .to_link a:after,
#info .ryokan .ryokan_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;
}

@media screen and (max-width: 1600px) and (min-width: 1051px){  
  #info {
    padding: 0 10vw;
  }
  #info .ryokan {
    margin: 0 auto 50px !important;
  }
  #info .ryokan .ryokan_img img {
    height: 250px;
  }
  #info .ryokan .ryokan_img {
    margin-bottom: 20px;
  }
  #info .ryokan .ryokan_txt .to_link {
    margin-bottom: 0 !important;
  }
  #info .ryokan .ryokan_txt h2 {
    font-size: 1.2vw;
  }
  #info .ryokan .ryokan_txt p.txt {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 1050px) and (min-width: 801px){
  #tp .shef_img img {
    width: 100%;
    height: 90vh;
    max-height: 800px;
    min-height: 700px;
    object-fit: cover;
  }
  #info .ryokan_map .map {
      width: 100%;
      height: 90vh;
      max-height: 800px;
      min-height: 700px;
  }
}




/* ----------------- map ------------------ */

.map {
  width: 100%;
}
.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;
}

/* ----------------- footer ------------------ */
.ft2 {
  width: 100%;
  padding: 100px 0 20px;
  background: rgb(51,51,51);
}
.ft2 img { width: 100px; height: auto; }
address {
    font-style: normal;
    font-size: 1.1rem;
    color: #fff;
    font-family: helvetica, sans-serif, verdana;
    padding: 5px 0 20px 0;
    text-align: center;
}


/* ----------------- Page Top ------------------ */
#toPageTop {position:fixed; bottom:10px; right:50px;z-index: 9999;}
#toPageTop a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  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;}


/* ----------------- 共通 ------------------ */
.tp100 {margin-top:100px;}
.tp80 {margin-top:80px;}
.tp60 {margin-top:50px;}
.tp50 {margin-top:50px;}
.tp45 {margin-top:45px;}
.tp40 {margin-top:40px;}
.tp35 {margin-top:35px;}
.tp30 {margin-top:30px;}
.tp25 {margin-top:25px;}
.tp20 {margin-top:20px;}
.tp15 {margin-top:15px;}
.tp10 {margin-top:10px;}
.tp5 {margin-top:5px;}
.tp0{ margin-top: 0px;}
.bm230 {margin-bottom:230px;}
.bm100 {margin-bottom:100px;}
.bm50 {margin-bottom:50px;}
.bm45 {margin-bottom:45px;}
.bm40 {margin-bottom:40px;}
.bm35 {margin-bottom:35px;}
.bm30 {margin-bottom:30px;}
.bm25 {margin-bottom:25px;}
.bm20 {margin-bottom:20px;}
.bm15 {margin-bottom:15px;}
.bm10 {margin-bottom:10px;}
.bm5 {margin-bottom:5px;}
.pb0{ padding-bottom: 0px;}

.pc_none{display:none !important;}
.pc_space:after{
  content:'　\A';
  white-space: pre;
}
.opc :hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
  }


