html { font-size: 62.5%; }

body {
	position: relative;
	margin: 0;
	background: #ffffff;
	color: #333333;
	font-size: 1.6rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.104vw;
	line-height: 2;
	overflow-x: hidden;
}

/* common
 ----------------------------------------------- */
a {
	color: #001aac;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:hover {
	opacity: 0.8;
}

p { margin:0; }
.serif { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.pc { display: block; }
.sd { display: none; }

h2 {
	position: relative;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto 50px auto;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}

h2 span {
	display: block;
	font-size: 1.8rem;
}

h3 {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto 40px auto;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}

h3 span {
	display: block;
	font-size: 1.6rem;
}

.move01 {
	animation: fade 3.5s;
	animation-fill-mode: forwards;
	opacity: 1;
}

.move02 {
	animation: bottom-to-top 2.25s;
	animation-fill-mode: forwards;
	opacity: 1;
}

.move03 {
	animation: bottom-to-top 2.25s;
	animation-fill-mode: forwards;
	animation-delay: 0.5s;
	opacity: 1;
}

.move04 {
	animation: bottom-to-top 2.25s;
	animation-fill-mode: forwards;
	animation-delay: 1s;
	opacity: 1;
}

.move05 {
	animation: zoom 2.25s;
	animation-fill-mode: forwards;
	opacity: 1;
}

img.zoom {
	transform: scale(1.11);
}

/* fade */
@keyframes fade {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* 下から上 */
@keyframes bottom-to-top {
	0% {
		opacity: 0;
		transform: translateY(50px);/* Y軸方向に50px */
	}
	100% {
		opacity: 1;
		transform: translateY(0);/* Y軸方向に0px */
	}
}

@keyframes zoom {
	0% {
		transform: scale(1.11);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes top-to-bottom {
	0% {
		opacity: 0;
		transform: translateY(-60px);/* Y軸方向に-60px */
	}
	60% {
		opacity: 0;
		transform: translateY(-60px);/* Y軸方向に-60px */
	}
	100% {
		opacity: 1;
		transform: translateY(0);/* Y軸方向に0px */
	}
}

@keyframes left-to-right {
	0% {
		opacity: 0;
		transform: translateX(-50px);/* X軸方向に-50px */
	}
	40% {
		opacity: 0;
		transform: translateX(-50px);/* X軸方向に-50px */
	}
	100% {
		opacity: 1;
		transform: translateX(0);/* X軸方向に0px */
	}
}

/* header
 ----------------------------------------------- */

header {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100vh;
}

header::before {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin: auto;
	background: rgba(0, 0, 0, 0.2);
	content: "";
	z-index: 0;
}

header h1 {
	position: relative;
	margin: -30px 0 0 0;
	line-height: 1;
	text-align: center;
	z-index: 9999;
}

header h1 img {
	display: inline-block;
	margin: 0 0 0 -25px;
}

header h1 span {
	display: inline-block;
	margin: 20px 0 0;
	color: #ffffff;
	font-size: 3.6rem;
	letter-spacing: 0;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

header .logo-ikyu {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 100px;
	height: 29px;
	z-index: 999;
}

header .logo-ikyu img {
	display: block;
	width: 100%;
	height: auto;
}

header .fade {
	opacity: 0;
}

/* about
 ----------------------------------------------- */
#about {
	width: 100%;
	margin: 0 auto 20px;
	padding: 120px 10.42vw;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
}

#about.bottom-to-top {
	opacity: 0;
}

#about h2 {
	color: #fff;
}

#about .txt {
	margin: 0 auto 50px;
	color: #fff;
}

#about .img {
	width: 100%;
	height: 39.06vw;
	margin: 0 auto;
	overflow: hidden;
}

#about .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover;'
}

/* topics
 ----------------------------------------------- */
.bg {
	position: relative;
	width: 100%;
	padding: 120px 0 0;
	background: linear-gradient(to bottom, transparent 0%, transparent 5%, #fff 10%, #fff 100%);
	z-index: 5;
}

#topics {
	position: relative;
	width: 1200px;
	margin: 0 auto 120px;
	padding: 55px 20px 20px;
	background: url(https://www.img-ikyu.com/contents/dg/special/2021/00001891/image/bg_topics01.jpg?auto=compress,format&lossless=0&q=75) no-repeat 50% 0;
	text-align: center;
	z-index: 9;
}

#topics h3 {
	position: relative;
	margin-top: -30px;
	padding: 30px 0 0;
}

#topics h3::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	height: 3px;
	margin: 0 0 0 -25px;
	background: rgba(138, 113, 56, 0.5);
	content: "";
}

#topics.bottom-to-top {
	opacity: 0;
}

#topics .topics {
	display: flex;
	position: relative;
	width: 100%;
	height: 450px;
	margin: 0 auto;
}

#topics .topics:nth-of-type(2) {
	flex-direction: row-reverse;
}

#topics .topics:last-child {
	margin-bottom: 0;
}

#topics .img {
	width: 50%;
	height: 450px;
	margin: 0;
	overflow: hidden;
}

#topics .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 40%;
	font-family: 'object-fit: cover; object-position: 50% 40%;';
}

#topics .topics .txt {
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	width: 50%;
	margin: 0;
	background: rgba(255, 255, 255, 0.2);
}

#topics .topics .txt p {
	width: 100%;
}

#topics .topics .txt p:first-child {
	position: relative;
	margin: 0 auto 10px;
	/*padding: 60px 0 0;*/
	font-size: 1.8rem;
}

/*#topics .topics .txt p:first-child::before {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 50%;
	width: 35px;
	height: 35px;
	margin-left: calc(-35px / 2);
	padding: 3px 0 0 2px;
	content: "一";
	color: #fff;
	font-weight: bold;
	z-index: 99;
}

#topics .topics:nth-of-type(2) .txt p:first-child::before {
	content: "二";
}

#topics .topics:nth-of-type(3) .txt p:first-child::before {
	content: "三";
}

#topics .topics .txt p:first-child::after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 35px;
	height: 35px;
	margin-left: calc(-35px / 2);
	content: "";
	background: #19191a;
	transform: rotate(45deg);
	z-index: 9;
}*/

#topics .topics .txt p:nth-of-type(2) {
	margin: 0 auto 10px;
	font-size: 3.0rem;
	font-weight: bold;
}

/* plan
 ----------------------------------------------- */
#plan {
	position: relative;
	margin: 0 auto 120px;
}

#plan h3 {
	margin: 0 0 30px;
	color: #fff;
	font-size: 2.0rem;
	line-height: 1.8;
	text-align: center;
}

#plan .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - 5.20vw);
	margin: 0 auto;
}

#plan .inner.bottom-to-top {
	opacity: 0;
}

#plan .plan {
	width: calc((100% - 2.60vw) / 2);
	margin-right: 2.60vw;
	padding: 0 0 50px;
	background: #19191a;
}

#plan .plan:last-child {
	margin-right: 0;
}

#plan .plan-slider {
	margin: 0 0 20px;
	padding: 0 0 40px;
}

#plan .plan-slider .swiper-wrapper {}

#plan .inner .plan-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 31.25vw;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}

#plan .inner .plan-slider .swiper-button-next,
#plan .inner .plan-slider .swiper-button-prev {
	top: auto;
	right: 40%;
	bottom: 5px;
	width: 26px;
	height: 15px;
	background: none;
	outline: none;
	z-index: 9999;
}

#plan .inner .plan-slider .swiper-button-prev {
	left: 40%;
}

#plan .inner .plan-slider .swiper-button-prev::before {
	display: block;
	position: absolute;
	left: 0;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	content: "";
	transform: rotate(-45deg);
}

#plan .inner .plan-slider .swiper-button-next::before {
	display: block;
	position: absolute;
	right: 0;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	transform: rotate(45deg);
}

#plan .plan .plan-slider .swiper-pagination {
	bottom: 0;
	z-index: 99;
}

#plan .plan .plan-slider .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.5;
	outline: none;
}

#plan .plan .plan-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

/* 料金BOX */
.btn {
	margin: 0 2.60vw;
	letter-spacing: 0;
	line-height: 1.5;
}

.btn a {
	display: block;
	width: 100%;
	padding: 10px 0;
	background: #19191a;
	border: 1px solid #c3b084;
	color: #c3b084;
	font-size: 1.6rem;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.btn a:hover {
	background: #c3b084;
	color: #fff;
	opacity: 1;
}

.btn b {
	font-size: 2.0rem;
}

.off {
	display: block;
	font-size: 2.0rem !important;
}

.off strong {
	font-size: 1.2rem !important;
	display: block;
}

.shousai {
	font-size: 1.6rem !important;
	display: block;
}

.shousai .ll {
	display: none !important;
}

.shousai .s {
	font-size: 1.2rem !important;
}

.after_point_rate {
	font-size: 2.0rem !important;
}

/* movie
	----------------------------------------------- */
#movie {
	margin: 0 auto 120px;
}

#movie .concept {
	position: relative;
	width: 100%;
	height: 820px;
	cursor: pointer;
	overflow: hidden;
	transition: all .5s;
}

#movie .concept video {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	max-width: 100%;
	cursor: pointer;
	transform: translateY(-50%);
}

#movie .concept .stop {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84px;
	height: 84px;
	margin: -42px 0 0 -42px;
	opacity: 0;
	z-index: 99;
}

#movie .concept .start {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84px;
	height: 84px;
	margin: -42px 0 0 -42px;
	opacity: 0;
	z-index: 99;
}

#movie .concept .hide {
	display: none;
}

#movie .concept .display {
	animation: fadeout 1.25s;
}

/* fade */
@keyframes fadeout {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* access
 ----------------------------------------------- */
#access {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto 120px;
	padding: 0;
}

#access #gglmap {
	width: 575px;
	height: 500px;
	margin: 0;
	letter-spacing: 0;
}

#access .hotel {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	width: 575px;
	padding: 0 0 10px;
}

#access .hotel h3 {
	width: 100%;
	margin: 0 0 30px;
}

#access .hotel p {
	font-size: 1.4rem;
}

/* footer
 ----------------------------------------------- */

footer {
	width: 100%;
	padding: 0 0 50px;
	text-align: center;
}

footer .logo-ikyu {
	width: 100px;
	margin: 0 auto 10px;
	text-align: center;
}

footer .logo-ikyu a {
}

footer .logo-ikyu a:hover {
	opacity: 0.6;
}

footer .logo-ikyu img {
	display: block;
	width: 100%;
	height: auto;
}

footer .copyright {
	width: 100%;
	color: #666666;
	font-size: 1.2rem;
	letter-spacing: 0;
}

/* page top
 ----------------------------------------------- */

.pagetop { display: none; position: fixed; right: 20px; bottom: 20px; cursor: pointer; z-index: 9999; }
.pagetop img { display: block; width: 60px; }
.pagetop a:hover img { opacity: 0.8; -webkit-transition: all .3s; transition: all .3s; }