﻿html { font-size: 62.5%; }

body {
	position: relative;
	margin: 0;
	background: #111111;
	color: #ffffff;
	font-size: 1.4rem;
	font-family: 'Noto Serif JP', "游明朝", 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;
}

a:hover {
	opacity: 0.8;
}

p { margin:0; }
img { width: 100%; height: auto; }
.serif { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.pc { display: none; }
.sd { display: block; }

h2 {
	width: 100%;
	max-width: 100%;
	margin: 0 auto 30px auto;
	padding: 0 0 0 5px;
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

h2 span {
	display: inline-block;
	position: relative;
	margin: 0 0 0 -5px;
	padding: 0 50px;
	color: #888888;
	font-size: 1.2rem;
	text-align: center;
}

h2 span::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 1px;
	background: #888888;
	content: "";
}

h2 span::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 1px;
	background: #888888;
	content: "";
}

h3 {
	margin: 0 0 20px;
	font-size: 2.8rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
}

h3 span {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: normal;
}

h4 {
	font-weight: 500;
}

.move01 {
	animation: fade 3.5s;
	animation-fill-mode: forwards;
	opacity: 1;
}

.move02 {
	animation: bottom-to-top 2s;
	animation-fill-mode: forwards;
	opacity: 1;
}

.move03 {
	animation: top-to-bottom 3s;
	animation-fill-mode: forwards;
	opacity: 1;
}

.move04 {
	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-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}

header::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin: auto;
	background: rgba(0, 0, 0, 0.25);
	content: "";
	z-index: 99;
}

header nav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 99;
}

header nav {
	opacity: 0;
}

header h1 {
	margin: 0 0 0 20px;
	width: 145px;
	height: 29px;
}

header h1 img {
	display: block;
	width: 100%;
	height: auto;
}

header nav ul {
	display: none;
}

header .logo-ikyu {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 80px;
	height: 23px;
	z-index: 999;
}

header .logo-ikyu img {
	display: block;
	width: 100%;
	height: auto;
}

header .ss-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}

header .ss-slider .swiper-slide {
	position: relative;
	overflow: hidden;
}

header .ss-slider .swiper-slide.swiper-slide-00 {
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	background: #111111;
	text-align: center;
}

header .ss-slider .swiper-slide.swiper-slide-00 .logo {
	position: relative;
	right: -10px;
	width: 50px;
	height: 255px;
	z-index: 9999;
}

header .ss-slider .swiper-slide.swiper-slide-00 .logo img {
	display: block;
	width: 100%;
	height: auto;
}

header .ss-slider .swiper-slide.swiper-slide-00 .catch {
	position: relative;
	right: -10px;
	margin: 35px 0 0 10px;
	font-size: 1.6rem;
	font-weight: 300;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 9999;
}

header .ss-slider .swiper-slide img {
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover;'
}

header .fade {
	opacity: 0;
}

/* about
 ----------------------------------------------- */

#about {
	width: 100%;
	margin: 0 auto 0;
	padding: 80px 5%;
}

#about .img {
	width: 100%;
	margin: 0;
}

#about .img.bottom-to-top {
	opacity: 0;
}

#about .img p {
	width: 100%;
	/*margin: 0 0 5px;*/
}

#about .img p:nth-of-type(1) {
	overflow: hidden;
}

#about .img p:nth-of-type(2) {
	display: flex;
	justify-content: space-between;
}

#about .img p:nth-of-type(3) {
	margin: 0;
	overflow: hidden;
}

#about .img p span {
	display: block;
	width: calc(50% - 2.5px);
	overflow: hidden;
}

#about .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover;'
}

#about .img p:nth-of-type(1) img,
#about .img p:nth-of-type(3) img {
	object-position: 80% 50%;
}

#about .txt {
	margin: 0 0 50px 0;
	text-align: center;
}

#about .txt.bottom-to-top {
	opacity: 0;
}

#about .txt .detail {
	margin: 0 0 50px;
}

#about .link {
	display: flex;
	align-content: flex-end;
	justify-content: space-between;
	list-style: none;
}

#about .link li {
	width: calc(50% - 2.5px);
	margin: 0;
	padding: 0;
}

#about .link li:last-child {
	margin: 0;
}

#about .link li a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 50px;
	padding: 0 30px 0 20px;
	background: #c9bc9c;;
	color: #333;
}

#about .link li a::before {
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #313131;
	border-right: 1px solid #313131;
	content: "";
	transform: rotate(45deg);
}

/* topics
 ----------------------------------------------- */

#topics {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 80px;
	background: #ede4d5;
	color: #333333;
}

#topics .topics {
	position: relative;
	width: 100%;
	margin: 0 0 50px;
}

#topics .topics:last-child {
	margin-bottom: 0;
}

#topics .topics.bottom-to-top {
	opacity: 0;
}

#topics .topics-slider {
	width: 100%;
	margin: 0 0 20px;
	overflow: hidden;
}

#topics .topics-slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 40%;
	font-family: 'object-fit: cover; object-position: 50% 40%;';
}

#topics .topics .topics-slider .swiper-pagination-bullet {
	background: #ffffff;
	opacity: 0.5;
	outline: none;
}

#topics .topics .topics-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

#topics .topics .txt {
	position: relative;
	width: 90%;
	margin: 0 5%;
	padding: 0;
}

#topics .topics .txt h3 {
	position: relative;
	margin: 0 0 25px;
	padding: 30px 0 0 0;
	letter-spacing: 2px;
	line-height: 1.6;
	font-size: 2.0rem;
	text-align: left;
}

#topics .topics .txt h3::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 1px;
	background: #888888;
	content: "";
}

#topics .topics .txt p {
	padding: 25px 0;
	letter-spacing: 0.05em;
	line-height: 2.0;
	text-align: left;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

/*#topics .topics:nth-of-type(2) .txt h3 {
	width: 2em;
}*/

/*#topics .topics:nth-of-type(2) .txt p {
	height: 350px;
}*/

#topics .topics .txt p span {
	display: contents;
	text-combine-upright: all;
}

/* plan
 ----------------------------------------------- */

#plan {
	position: relative;
	margin: 0 auto;
	padding: 80px 0 0;
}

#plan .plan {
	position: relative;
	width: 100%;
	margin: 0 0 50px;
}

#plan .plan.bottom-to-top {
	opacity: 0;
}

#plan .plan:last-child {
	margin-bottom: 0;
}

#plan .plan .txt {
	width: 90%;
	margin: 0 5%;
}

#plan .plan:last-child .txt {
	right: 5.20vw;
	left: auto;
}

#plan h3 {
	margin: 0 0 20px;
	color: #ffffff;
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1.8;
	text-align: left;
}

#plan h3 span {
	display: inline-block;
	margin: 0 0 10px;
	padding: 3px 20px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#plan .plan .img {
	height: 50vw;
	margin: 0 0 20px;
	overflow: hidden;
}

#plan .plan img {
	display: block;
	width: 100%;
	height: 50vw;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}

/* 料金BOX */
.btn {
	width: 100%;
	padding: 0;
	letter-spacing: 0;
	line-height: 1.5;
}

.btn a {
	display: block;
	width: 100%;
	padding: 10px 0 12px;
	background: #860d83;
	color: #ffffff;
	font-size: 1.4rem;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.btn a:hover {
	background: #ffffff;
	opacity: 1;
}

.btn b {
	font-size: 1.6rem;
}

.off {
	display: block;
	font-size: 1.6rem !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: 1.6rem !important;
}

/* photo gallery
	----------------------------------------------- */

#pg {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
}

#pg .pg-slider {
	position: relative;
	width: 100%;
}

#pg .pg-slider.bottom-to-top {
	opacity: 0;
}

#pg .pg-slider .swiper-slide {
	padding: 0 0 20px;
	cursor: move;
}

#pg .pg-slider .swiper-slide .caption {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 1.2rem;
}

#pg .pg-slider .swiper-slide img {
	width: 100%;
	height: 100%;
}

#pg .pg-slider .swiper-button-next {
	margin-top: -32px;
}

#pg .pg-slider .swiper-button-prev {
	margin-top: -32px;
}

/* access
 ----------------------------------------------- */

#access {
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 80px;
	background: #ede4d5;
	color: #333333;
}

#access #gglmap {
	width: 100%;
	height: 400px;
	margin: 0;
	letter-spacing: 0;
}

#access .hotel {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 80px 5% 0 5%;
}

#access .hotel h3 {
	width: 100%;
	margin: 0 0 30px;
}

#access .hotel h3 span {
	display: inline-block;
	margin: 0 0 0 1em;
}

#access .hotel p {
	margin: 0 0 20px;
	font-size: 1.4rem;
}

#access .hotel .btn {
	width: 100%;
	margin: 0 0 30px;
	letter-spacing: 3px;
}

#access .hotel .btn a {
	background: #c9bc9c;
}

/* footer
 ----------------------------------------------- */

footer {
	width: 100%;
	padding: 0 0 50px;
	text-align: center;
}

footer .logo-ikyu {
	width: 100%;
	margin: 0 auto 10px;
}

footer .logo-ikyu a {
	display: block;
	width: 80px;
	height: 23px;
	margin: 0 auto;
}

footer .logo-ikyu a:hover {
	opacity: 0.8;
}

footer .logo-ikyu a img {
	display: block;
	width: 100%;
	height: auto;
}

footer .copyright {
	width: 100%;
	color: #999999;
	font-size: 1.2rem;
	letter-spacing: 0;
}

/* page top
 ----------------------------------------------- */

.pagetop { display: none; position: fixed; right: 0; bottom: 20px; cursor: pointer; z-index: 9999; }
.pagetop img { display: block; width: 30px; }
.pagetop img:hover { opacity: 0.8; }

