@charset "UTF-8";
html { font-size: 62.5%; } 
body {
  color: #474747; 
  margin:0; 
  padding:0; 
  text-align:left; 
  font-size: 1.6rem; 
  line-height:1.8; 
  background-color:rgb(255 255 255);
  font-family: "Open Sans", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Yu Gothic local", sans-serif;
  -webkit-text-size-adjust: 100%;
}
* {
  -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;}
h1,h2,h3,ul,li{display: block; padding: 0;  margin: 0;font-weight: normal;}
.anchorlink a:last-child {
  margin-right: 0;
}

/* ----------------- commons ------------------ */

#mainbody{ width: 100%; margin: 0 auto;}

.serif {  
  font-family: Times, "Times New Roman" , "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  -webkit-font-smoothing: antialiased;
}
.serif2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pathway{
  font-family: 'Pathway Gothic One', sans-serif;
}
/* フェードイン */
.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);
}

/* object_fit */
.object_fit_img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}


/* ttl */
h2.ttl {
  font-size: 3.2rem;
  margin-bottom: 20px;
  line-height: 1.3;
}
h2.ttl span {
  font-size: 1.5rem;
  color: #777;
}

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

#tieup_head{
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  margin: 0;
}

#tieup_head .nav_bg {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 25px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
#tieup_head .nav_bg ul.navi {
  display: none;
}
#tieup_head .nav_bg ul.navi li.menu {
  display: block;
}
#tieup_head .nav_bg ul.navi li.menu a {
  color: #ffffff;
  padding: 0 20px;
  text-decoration: none;
}
#tieup_head .logo_ikyu{
  width: 80px;
  position: absolute;
  z-index: 999;
  top: 20px;
  right: 16px;
}
#tieup_head .logo_ikyu img {width: 100%;}

#tieup_head .ttl_top{
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100vh;
  padding: 0 10% 15%;
  color: #fff;
  text-align: left;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  flex-flow: column nowrap;
}
#tieup_head .ttl_top h1 {
  width: 120px;
  text-align: center;
  position: absolute;
  top: 13px;
  left: 15px;
}
#tieup_head .ttl_top h1 img {
  width: 100%;
  display: inline-block;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
#tieup_head .ttl_top p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#tieup_head .wide {
  position: absolute;
  z-index: -1;
}


@media screen and (max-width: 1600px) and (min-width: 801px){}


/* ----------------- content ------------------ */

.contents_wrpper{
  width:100%;
  margin:0 auto;
  padding: 0;
}

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

#topics {
  width: 100%;
  margin: 0 auto;
  padding: 60px 5%;
  background: url(https://www.img-ikyu.com/contents/dg/special/2021/00002627/image/tp_bk2.jpg) no-repeat 0% 0%;
  background-size: 100%;
  position: relative;
  z-index: 1;
}
  /*#topics:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 200px;
    left: 25%;
    width: 100%;
    height: calc(100% - 350px);
    background: rgba(239,239,239,0.5);
  }*/

#topics .tp1 {
  display: block;
  margin-bottom: 30px;
}
    #topics .tp1 .img {
      width: 100%;
      text-align: right;
    }
    #topics .tp1 .img img {
      width: 100%;
      display: block;
    }
    #topics .tp1 .img img.day {
      margin-bottom: 10px;
    }
    #topics .tp1 .img img.night {
      display: inline;
      width: 62%;
      vertical-align: bottom;
    }
    #topics .tp1 .txt {
      width: 100%;
    }
    #topics .tp1 .txt p,#topics .tp2 .txt p {
      font-size: 1.4rem;
      width: 100%;
    }

#topics .tp2 {
  width: 100%;
  padding-left: 0;
  display: block;
  display: -ms-flexbox;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
  #topics .tp2 .txt {
    width: 50%;
    padding: 0;
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    flex-direction: column;
  }
  #topics .tp2 .img {
    width: 100%;
  }
  #topics .tp2 .img img {
    width: 100%;
    vertical-align: bottom;
  }
  #topics .tp2 .txt {
    width: 100%;
    display: block;
  }
  #topics .tp2 .txt h2 em {
    font-size: 2.5rem;
    font-style: normal;
  }

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

#plan {
  width: 100%;
  margin: 0 auto;
  padding: 30px 5%;
  background: rgba(239,239,239,0.5);
}
#plan h2.ttl {
  width: 100% !important;
  margin: 0 auto 25px;
  line-height: 1.1;
}
#plan .plan_bg {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#plan .plan_bg .plan_in { width: 100%; margin-bottom: 30px;}
#plan .plan_bg .plan_in img {
  width: 100%;
  margin-bottom: 10px;
}
#plan .plan_bg .plan_in h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
#plan .plan_bg .plan_in p {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

/*料金ボタン*/

.plan_rate{
  width: 100%;
  display: inline-block;
  padding: 8px 0;
  border: 1px solid #474747;
  font-size: 1.3rem;
  text-align: center;
  color: #ddd !important;
  background-color: #474747;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: 500;
}
.plan_rate:hover{
  background: transparent;
  color: #474747 !important;
  border: 1px solid #474747;
  background-color: transparent;
  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;
}
.shousai{
  font-size: 1.3rem !important;
  display: block;
}
.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;
}

@media screen and (max-width: 1430px) and (min-width: 801px){  
}


/* ----------------- photo gallery ------------------ */

#pg {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 50px;
}
#pg h2.ttl {
  width: 90%;
  margin: 0 auto 20px;
  line-height: 1.1;
}


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

#access {
  width: 100%;
  height: auto;
  padding: 60px 5%;
  position: relative;
  display: block;
  background: rgba(239,239,239,0.5);
}
#access h2.ttl {
  text-align: left;
  margin-bottom: 25px;
  line-height: 0.8;
}
.map_box{
  width: 100%;
  position: relative;
}
.map_box .ttl{
  width: 100%;
  margin: 0 auto 25px;
  text-align: center;
}
.map_in{
  width: 100%;
  margin: 0 auto;
  display: block;
}
.map {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
}
.fukid {font-size:12px; text-align:left; color:#474747; width:350px; height:80px;}
.fukid a {color: #474747; text-decoration: none;}
.map_photo{
  width:100px;
  height:75px;
  float:left;
  margin:0 10px 0 0;
  border:0px;
}
.hotel_detail{
  width: 100%;
  margin-right: 4vw;
  border: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hotel_detail_name{
  display: block;
  font-weight: bold;
  color: #474747 !important;
  font-size: 1.8rem;
  margin: 0 0 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-decoration: none;
}
.hotel_detail_name:hover{
  opacity: 0.8;
  text-decoration: none;
}
.hotel_detail_name span{
  font-size: 1.3rem;
  display: inline-block;
  font-weight: normal;
}
.hotel_detail_txt{
  font-size: 1.3rem;
  line-height: 1.8;
  color: #474747;
  margin-bottom: 20px;
}
.guide_link {
  background: #474747;
  border:1px solid #474747 !important;
  padding: 3px;
  text-align: center;
  color: #fff !important;
  font-size: 1.4rem;
  text-decoration: none;
  display: block;
  width: 200px;
  margin-bottom: 50px;
}
.guide_link:hover {
  text-decoration: none;
  border:1px solid #474747 !important;
  background-color: #ddd;
  color: #474747 !important;
}

@media screen and (max-width: 1600px) and (min-width: 801px){  
}


/* ----------------- footer ------------------ */

.ft2 {
  position: absolute;
  width: 100%;
  padding: 30px 5% 0;
  left: 0;
  bottom: 0;
}
.ft2 img { width: 100px; height: auto; }
address {
    font-style: normal;
    font-size: 1.1rem;
    color: #a2a2a2;
    font-family: helvetica, sans-serif, verdana;
    padding: 5px 0 15px 0;
    text-align: center;
}
.pr {
  font-size: 12px;
  margin-bottom: 20px;
  text-align: center;
  color: #a2a2a2;
}


/* ----------------- Page Top ------------------ */

#toPageTop {position:fixed; bottom:5px; right:20px; z-index: 9999;}
#toPageTop a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border-right: 2px solid #343434;
  border-top: 2px solid #343434;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#toPageTop a:hover img {visibility:hidden;}
.sd_none{display:none;}




