@charset "UTF-8";
html { font-size: 62.5%; } 
body {
  color: #fff; 
  background: #000;
  width:100%;
  margin:0 auto; 
  padding:0; 
  text-align:left; 
  font-size: 1.6rem; 
  line-height:1.6; 
  font-family: '游明朝体','Yu Mincho', 'YuMincho','HiraMinProN-W3',YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
  font-weight: 400;
}
h1,h2,h3,h4 {
  text-align: left;
  width: 100%;
  display: block;
  font-weight: bold;
  margin: 0;
  padding:0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a{text-decoration: none;}
p{margin:0;}

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

/* other */
.mainbody{ width: 100%; margin: 0 auto;}

.serif {/*font-family: 'Vollkorn', serif;*/
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝 Medium', 'YuMincho Medium', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;}
.serif2 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.gothic {
  font-family: "Open Sans", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Yu Gothic local", sans-serif;
}
.marcellus {font-family: 'Marcellus SC', serif;}
.tategaki {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}


/*========= fade ===============*/

/* フェードイン */
.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);
}

/*========= Loading ===============*/

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background:#fff;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:260px;
}

/* fadeUpをするアイコンの動き */

.fadeUp{
  animation-name: fadeUpAnime;
  animation-duration:2.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*========= midashi ===============*/

h2.ttl {
  margin: 0;
  letter-spacing: 5px;
  line-height: 1;
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 50px;
  font-family: 'Marcellus SC', serif;
  font-weight: normal;
}

h3.sub_ttl {
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.6;
}
h3.sub_ttl span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: normal;
}
h3.sub_ttl span em {
  font-style: normal;
}
h3.sub_ttl span em:nth-of-type(1) {
  padding-right: 10px;
  border-right: 1px solid #fff;
  margin-right: 10px;
}


/* ----------------- フォトギャラリー ------------------ */

.wide{position:relative; display:none; z-index: 1;}
.sp-arrow {
  width: 15px !important;
  height: 40px !important;
}
.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
    background-color: rgba(255,255,255,0.6) !important;
}
.wide2 .sp-buttons,
.wide3 .sp-buttons  {
  position: absolute !important;
  bottom: 10px !important;
}
.wide2 .sp-button,
.wide3 .sp-button {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255,255,255,0.8) !important;
}
.wide2 .sp-selected-button,
.wide3 .sp-selected-button {
  background-color: rgba(255,255,255,0.4);
}
.slider-pro img.sp-image {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: 50% 100%;
	font-family: 'object-fit: cover; object-position: 50% 100%;'
}
.slider-pro img.sp-image.middle {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: 50% 80%;
	font-family: 'object-fit: cover; object-position: 50% 100%;'
}
.sp-padding {
  display: none;
  width: 100%;
  color: #d3d2d2;
  padding: 10px 0;
  bottom: -50px !important;
  font-size: 1.3rem;
  opacity: 1.0 !important;
  text-shadow: 0 0 8px #000;
  background: -moz-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background: -webkit-gradient(linear, left bottom, left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
}

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

#header {
  width: 100%;
  height: 100vh;
}

/* トップスライド */
#topss{
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
}
#topss:after {
  position: absolute;
  z-index: 1000;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}
#topss .logo_hotel{
  position: absolute;
  z-index: 1001;
  width: 200px;
  height: 350px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: drop-shadow(0 0 5px rgba(0,0,0,0.8));
}
#topss .logo_hotel img {
  width: 100%;
}
.sp-caption-container {
  margin-top: 0 !important;
}

/* ナビゲーション */
#navi {
  width: 100%;
  height: 110px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  background: -moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background: -webkit-gradient(linear, left top, left bottom,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
}
#navi .logo_ikyu{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  width: 80px;
  height: auto;
  filter: drop-shadow(0 0 5px rgba(0,0,0,0.3));
}
#navi .logo_ikyu img {
  width: 100%;
}
#navi .logo_hotel {
  display: none;
}
#navi ul.menu {
  display: none;
  width: 530px;
  padding: 0;
  font-size: 1.7rem;
  list-style-type: none;
  letter-spacing: 2.2px;
  font-family: 'Marcellus SC', serif;
  font-weight: normal;
  position: absolute;
  z-index: 999;
  left: 40px;
  top: 15px;
  text-shadow:0 0 5px rgba(0,0,0,0.8);
}
#navi ul.menu li.link {
  display: flex;
  align-items: center;
  justify-content: center;
}
#navi ul.menu li.link a {
  color: #fff;
  padding: 0 20px;
  text-decoration: none;
}
#navi ul.menu li.link a:hover {opacity: 0.6;}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#navi.HeightMin{
	position: fixed;
  z-index: 999;/*最前面へ*/
  height: 45px;
	animation: DownAnime 0.5s forwards;
  overflow: hidden;
  background: rgba(0,0,0,0.7);
}
#navi.HeightMin .logo_hotel {
  display: block;
  position: absolute;
  z-index: 999;
  left: 15px;
  top: 10px;
  width: 90px;
}
#navi.HeightMin .logo_ikyu {
  position: absolute;
  top: 12px;
  right: 8px;
  z-index: 999;
  width: 70px;
  height: auto;
}

#navi.HeightMin ul.menu {
  display: none;
}

@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-170px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}


/* ----------------- about ------------------ */
.about_wp {
  padding: 50px 0 0;
}

#about {
  width: 100vw;
  margin: 0 auto 100px;
  padding: 0;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;

}
#about:before {
}
#about:after {
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  top: -15%;
  position: absolute;
  z-index: -2;
  background: url(https://www.img-ikyu.com/contents/dg/special/2022/00002443/image/aboutbg.svg) no-repeat center center;
  background-size: 120% auto;
  opacity: 0.8;
}
#about .txt_wp {
  width: 90%;
  margin: 0 auto;
}
#about .txt_wp .txt {
  width: 100%;
  padding: 0;
}
#about .txt_wp h2 {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
#about .txt_wp p {
  font-size: 1.3rem;
  line-height: 2;
  text-align: left;
}
#about .txt_wp p br {display: none;}
#about .img_wp {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 80%;
  margin-bottom: 80px;
}
#about .img_wp .img:nth-of-type(1){
  position: absolute;
  top: 0;
  left: 7.5%;
  width: 85%;
  height: auto;
}
#about .img_wp .img:nth-of-type(2){
  position: absolute;
  top: 70%;
  right: 14%;
  width: 35%;
  height: auto;
  z-index: 2;
  box-shadow: 0 0 8px rgba(0,0,0,0.2)
}
#about .img_wp .img:nth-of-type(3){
  position: absolute;
  top: 85%;
  left: 14%;
  width: 35%;
  height: auto;
  box-shadow: 0 0 8px rgba(0,0,0,1)
}
#about .img_wp .img img {
  width: 100%;
}


.container {
  margin: 0;
  width: 100%;
  height: 550px;
  background-image: url(https://www.img-ikyu.com/contents/dg/special/2022/00002964/image/about_img.jpg?auto=compress,format&lossless=0);
  /*background-size: cover;
  background-position: center top;*/
  background-attachment: fixed;
}

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

}

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

#topics {
  width: 90%;
  padding: 0;
  margin: 0 auto 100px;
  position: relative;
  z-index: 2;
}
#topics h2.ttl {
  margin-bottom: 30px;
}
#topics .topics_in{
  width: 100%;
  padding: 0;
  margin: 0 auto 35px;
}
#topics .topics_in p{
  font-size: 1.3rem;
  text-align: center;
  line-height: 2;
}
#topics .topics_in .txt {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#topics .topics_in .txt p {
  text-align: left;
  width: 100%;
}
#topics .topics_in .txt p br {display: none;}
#topics .topics_in .wide2 {
  width: 100% !important;
  margin-bottom: 20px;
}
.reverse {flex-direction: row-reverse;}

/* ----------------- plan ------------------ */
#spplan {
  width: 100%;
  padding: 15vw 5% 0;
  margin-bottom: 100px;
}

#spplan h2.ttl {
  width: 90%;
  margin: 0 auto 30px;
}

#spplan .plan {
  width: 100%;
  position: relative;
  z-index: 1;
  justify-content: flex-start;
}

#spplan .plan:nth-of-type(1) {
  margin-bottom: 16vw;
}

#spplan .plan:nth-of-type(2) {
  margin-bottom: 9vw;
}

.end {
  justify-content: flex-end !important;
}
#spplan .plan .photo {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
}
#spplan .plan .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

#spplan .detail {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#spplan .detail h3 {
  font-size: clamp(16px,4.2vw,18px);
  width: auto;
  line-height: 2;
  text-align: center;
  margin: 15px 0;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#spplan .detail h3 .sp_only {
  display: block;
}

#spplan .detail h3 span {
  text-indent: -0.6em;
  display: inline-block;
}

/*other*/
#spplan .detail h4 span {
  display: block;
  font-size: 2rem;
  margin-bottom: 10px;
}
#spplan .plan .detail {
  width: 100%;
}

#spplan .plan .detail:last-child {
  margin-top: 16vw;
}

#spplan .plan .detail img {
  width: 100%;
}

#spplan .plan .detail .lead {
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #fff;
}

/*料金ボタン*/
#spplan .plan .detail .btn {
  width: 100%;
}
a.plan_rate {
  width: 100%;
  display: block;
  margin: 0;
  padding: 8px 0;
  text-align: center;
  color: #111 !important;
  background-color: #fff; /*#b08f46*/
  font-size: 1.2rem;
  text-decoration: none;
  letter-spacing: 0;
  border: solid 1px;
  font-family: "Open Sans", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック,
    "Yu Gothic", "Yu Gothic local", sans-serif;
}
a.plan_rate:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff !important;
  background-color: #a0945e;
}
.plan_rate b {
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho,
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.off {
  display: block;
}
.off strong {
  font-size: 1.2rem !important;
  display: block;
}
.shousai {
  font-size: 1.2rem !important;
  line-height: 1.15;
  display: block;
}
.shousai b {
  font-size: 1.8rem !important;
}
.shousai .ll {
  display: none !important;
}
.shousai .s {
  font-size: 1.3rem !important;
}
.after_point_rate {
  font-size: 1.9rem !important;
}

/* ----------------- photo gallery ------------------ */
#pg {
  width: 100%;
  padding: 0 0 100px;
  margin: 0 auto;
}
#pg h2.ttl {
  width: 90%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1600px) and (min-width: 1px) { 
}

/* ----------------- map ------------------ */
#access {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
}

#access:after {
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  bottom: -5%;
  position: absolute;
  z-index: -2;
  background: url(https://www.img-ikyu.com/contents/dg/special/2022/00002443/image/allbg.svg) no-repeat center bottom;
  background-size: 100% auto;
  opacity: 0.8;
}
#access h2.ttl {
  width: 100%;
  margin: 0 auto 30px;
}
#access .access_box{
  width: 100%;
  position: relative;
}
#access .access_box .link {
	display: flex;
	justify-content: center;
	margin: 0 auto;
  width: 100%;
  padding: 0;
}
#access .access_box .link li {
	width: 130px;
	margin: 0 10px 0 0;
	font-size: 1.3rem;
	list-style: none;
}
#access .access_box .link li:last-child {
	margin: 0;
}
#access .access_box .link a {
	display: block;
	position: relative;
	padding: 5px 0;
	background: #000;
	color: #fff;
  border: 1px solid #626262;
}
#access .access_box .link a::before {
	position: absolute;
	top: 50%;
  right: 5px;
  width: 7px;
  height: 7px;
	border-top: 1px solid #626262;
	border-right: 1px solid #626262;
	content: "";
	transform: rotate(45deg) translateX(-50%);
}
#access .access_box .detail {
  text-align: center;
  padding: 30px 0;
  width: 90%;
  margin: 0 auto;
}
#access .access_box .detail h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 20px;
}
#access .access_box .detail h3 span {
  font-size: 1.2rem;
}
#access .access_box .detail p.lead {
  margin-bottom: 30px;
  font-size: 1.4rem;
}


.map {
  width: 100%;
  height: 220px;
}
#access .contents{
  width: 100%;
  padding: 0 170px;
  margin: 25px auto;
  display: flex;
  line-height: 1;
  align-items: center;
}
#access .contents h3 { 
  font-size: 1.8rem;
  display: inline-block;
  margin-right: 30px;
}
#access .contents .txt {
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 30px;
}
#access .contents .link {
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 30px;
}
#access .contents .link a {
  background: #435495;
  font-size: 1.1rem;
  color: #fff;
  padding: 4px 10px;
  line-height: 1;
  text-decoration: none;
}

.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;
}
.map_directory_wp {
  width: 100%;
  max-width: 100%;
}
.map_directory {width:1200px; max-width: 100%; text-align:center; margin:0 auto; padding:15px 0;}
.map_directory a {color:#333; margin:0 7px; font-size:1.5rem; margin-right: 1em;}


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

/* ----------------- footer ------------------ */
.ft2 {
  width: 100%;
  padding: 50px 0 20px;
}
.ft2 img { width: 100px; height: auto; }
address {
  font-style: normal;
  font-size: 1.1rem;
  color: #ffffff;
  font-family: helvetica, sans-serif, verdana;
  padding: 15px 0 20px 0;
  text-align: center;
}
/* ----------------- Page Top ------------------ */
#toPageTop {position:fixed; bottom:5px; right:20px;z-index: 999;}
#toPageTop a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border-right: 3px solid #a0945e;
  border-top: 3px solid #a0945e;
  -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;}
.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;}
.pb220{ padding-bottom: 220px;}


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


