@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;
  -webkit-text-size-adjust: 100%;
}

/* 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: #000000;
}
#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: 20px;
  right: 15px;
  z-index: 999;
  width: 80px;
  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% - 195px);
  left: calc(50% - 160px);
  width: 320px;
  height: 390px;
  padding: 40px 20px;
  color: #ffffff;
  background: rgba(24,22,31,0.8);
}

.tieup_ttl h1  {
  font-size: 4.3rem;
  letter-spacing: 26px;
  line-height: 1;
  display: block;
  text-align: center;
}
.tieup_ttl h2 {
  font-weight: normal;
  font-size: 1.55rem;
  margin: 0px auto 25px;
  padding: 5px 0 5px 5px;
  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;
  letter-spacing: 0.5px;
  width: 250px;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
}
.tieup_ttl .lead br {display: none;}
.f42 {
  font-size: 3.9rem;
}
.r-l {
  letter-spacing: 0;
}
.sub {
  font-size: 1.8rem;
  letter-spacing: 10px;
  display: block;
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: 5px;
}

.anchorlink {
  display: none;
}


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


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

#about .intro {
  line-height: 1.8;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  flex-direction: column-reverse;
}
#about .intro .lead {
  width: 100%;
  margin-bottom: 30px;
}
#about .intro .lead h2 {
  font-size: 1.7rem;
  width: 100%;
  line-height: 1;
  letter-spacing: 3px;
  margin: 0px 0 20px;
}
#about .intro .lead p.txt {
  width: 100%;
  font-size: 1.44rem;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 20px;
}

#about .intro .lead p.txt b {
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 7px;
}

#about .about_img {
  width: 100%;
  margin-bottom: 30px;
}
#about .about_img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

/* ----------------- topics ------------------ */

#topics {
  width: 100%;
  padding: 0;
  background: #fff;
}

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

#spplan {
  width: 100%;
  color: #fff;
}
#spplan .plan {
  width: 100%;
  padding: 0;
  margin: 0 auto 0;
}
#spplan .plan h2 {
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 3px;
  margin: 0px 0 20px;
  width: 100%;
  color: #ddd;
}
#spplan .plan .plan_img {
  width: 100%;
}
#spplan .plan .plan_img img{
  width: 100%;
  height: 300px;
}
#spplan .plan .plan_txt {
  width: 100%;
  padding: 30px 7vw 40px;
  background: #333;
}
#spplan .plan .plan_txt h3 {
  margin: 20px 0;
  font-size: 1.7rem;
  display: block;
  line-height: 1.8;
  width: 100%;
}
#spplan .plan .plan_txt h3 span.plan_ttl {
  display: inline;
  font-size: 1.4rem;
}
#spplan .plan .plan_txt p {
  margin: 30px 0 0;
}


a.plan_rate{
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 5px 0 3px;
  border: 1px solid #333;
  text-align: center;
  color: #333 !important;
  background-color: #ddd;
  -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 #333;
  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: 1.8rem !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;
}




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


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

#tp .shef {
  line-height: 1.8;
  text-align: left;
  width: 100%;
  margin: 0 auto 0;
  padding: 30px 0;
}

#tp .shef .shef_txt {
  width: 100%;
}
#tp .shef .shef_txt h2 {
  font-size: 1.7rem;
  width: 100%;
  line-height: 1;
  letter-spacing: 3px;
  margin: 0 0 15px;
}
#tp .shef .shef_txt p.txt {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 30px;
}
#tp .shef .shef_txt p.txt b {
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 7px;
}

#tp .shef_img {
  width: 100%;
  margin-bottom: 30px;
}
#tp .shef_img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
#tp .shef .shef_txt .clink {
  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: 130px;}
#tp .shef .shef_txt .clink .concierge img {width: 100%;}
#tp .shef .shef_txt .clink .entry {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 10px 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0;
}



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


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

#info .ryokan {
  line-height: 1.8;
  text-align: left;
  width: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto 0;
}


#info .ryokan .ryokan_txt {
  width: 100%;
}
#info .ryokan .ryokan_txt h2 {
  font-size: 1.7rem;
  width: 100%;
  line-height: 1;
  letter-spacing: 3px;
  margin: 0 0 15px;
}
#info .ryokan .ryokan_txt p.txt {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 20px;
}
#info .ryokan .ryokan_txt p.txt b {
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 10px;
}
#info .ryokan_map {
  width: 100%;
  margin-bottom: 30px;
}
#info .ryokan_map .map {
  width: 100%;
  height: 260px;
}
#info .ryokan .ryokan_img {
  width: 100%;
  margin-bottom: 20px;
}
#info .ryokan .ryokan_img img {
  width: 100%;
  height: 230px;
}


/*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.3rem;
  letter-spacing: 1px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #bbaf8a;
  padding: 10px 20px 5px 10px;
  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: 10px;
  transform: rotate(45deg);
  bottom: 3px;
  right: -1px;
}

/* ----------------- map ------------------ */
.access {
  width: 100%;
  padding: 50px 0 0;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.access_box{
  width: 100%;
  padding: 0;
  position: relative;
}
.access_in{
  margin: 0 auto;
  display: flex;
  display:-ms-flexbox;
  justify-content: space-between;
}
.map {
  width: 100%;
  height: 300px;
}
.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;
}
.hotel_detail{
  width: 540px;
  margin:0;
  border:0;
  padding-top: 40px;
}
.hotel_detail_name{
  display: block;
  color: #555  !important;
  font-size: 2.7rem;
  margin-bottom: 30px;
  line-height: 1.37;
  text-align: center;
}
.hotel_detail_name:hover{
  opacity: 0.8;
  text-decoration: none;
}
.hotel_detail_name span {
  font-size: 1.4rem;
  margin-top: 10px;
  display: block;
}
.hotel_detail_txt{
  font-size: 1.5rem;
  line-height: 2;
  color: #555  !important;
}
.guide_link {
  background: #102431;
  padding: 10px;
  display: block;
  text-align: center;
  margin: 30px auto;
  color: #fff !important;
  font-size: 1.7rem;
}

.guide_link:hover {
  opacity: 0.8;
  text-decoration: none;
}
/* ----------------- footer ------------------ */
.ft2 {
  width: 100%;
  padding: 50px 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:0; right:10px;z-index: 9999;}
#toPageTop a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border-right: 3px solid #bbaf8a;
  border-top: 3px 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;}

.sd_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)";
  }


