@charset "UTF-8";

/* ---------------------------------------------------
	header
---------------------------------------------------- */
.header.pc {
	position: relative;
	display: flex;
	justify-content: center;
}

.header.pc h1,
.header.sp h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 40%;
}

.header.sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.header.pc {
		display: none;
	}
	.header.sp {
		display: block;
		position: relative;
	}
	.header.sp h1 {
		width: 80%;
	}	
}

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

@keyframes fadeUpAnime {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.delay01 {
	animation-delay: 0.5s;
}

.delay02 {
	animation-delay: 1s;
}

.delay03 {
	animation-delay: 1.5s;
}

/* ---------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	padding-top: 50px;
}

@media screen and (max-width: 768px) {
	.footer {
		padding-top: 13.33333vw;
	}
}

/*
	hotelNav
------------------------------ */
.footer__hotelNav {
	line-height: 1;
	color: rgb(var(--blk));
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer__hotelNav li {
	margin: 0 0 1rem;
	text-indent: 0;
	display: flex;
	position: relative;
}

.footer__hotelNav li:first-of-type::before,
.footer__hotelNav li::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.footer__hotelNav li:first-of-type::before {
	left: 0;
	content: "|";
}

.footer__hotelNav li::after {
	right: 0;
	content: "|";
}

.footer__hotelNav li a {
	padding: 0 1em;
	color: rgb(var(--blk));
	text-decoration: none;
	display: inline-block;
}

.footer__hotelNav li a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.footer__hotelNav {
		text-align: center;
		display: block;
	}

	.footer__hotelNav li:first-of-type::before,
	.footer__hotelNav li::after {
		content: "";
	}

	.footer__hotelNav li {
		margin-bottom: 1rem;
		justify-content: center;
	}

	.footer__hotelNav li a {
		display: inline-block;
		position: relative;
	}

	.footer__hotelNav li a::before,
	.footer__hotelNav li a::after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		content: "|";
	}

	.footer__hotelNav li a::before {
		left: 0;
	}

	.footer__hotelNav li a::after {
		right: 0;
	}
}

/*
	copy
------------------------------ */
.copy {
	padding: 2rem 0 3rem;
	color: rgba(var(--blk), 0.5);
	font-size: 12px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.copy {
		font-size: 2.93333vw;
	}
}

/*
	footer__address
------------------------------ */
.footer__address {
	text-align: center;
}

.footer__address .hotelName {
	font-size: 25px;
	font-weight: normal;
}

.footer__address .hotelAddress {
	margin-bottom: 2rem;
	font-size: 18px;
}

.footer__address .sns {
	margin-bottom: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer__address .sns li {
	margin: 0 1rem;
}

@media screen and (max-width: 768px) {
	.footer__address .hotelName {
		font-size: 6.13333vw;
		font-weight: normal;
	}

	.footer__address .hotelAddress {
		margin-bottom: 2rem;
		font-size: 4.26667vw;
	}
}

/*
	map
------------------------------ */
.map {
	margin-bottom: 4rem;
}

.map iframe {
	width: 100%;
	height: 360px;
}

/*
	共通
------------------------------ */
.w630 {
	max-width: 630px;
	margin: 0 auto;
}

.w950 {
	max-width: 950px;
	margin: 0 auto;
}

.w840 {
	max-width: 840px;
	margin: 0 auto;
}

.w850 {
	max-width: 850px;
	margin: 0 auto;
}

.w1150 {
	max-width: 1150px;
	margin: 0 auto;
}

.inline {
	display: inline !important;
}

.note {
	font-size: 13px;
}

a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	padding: 20px 0;
	text-decoration: none;
}

ul.box,
ul.box2 {
	display: flex;
	justify-content: space-between;
	padding: 100px 0;
}

ul.box li,
ul.box2 li {
	width: 48%;
}

@media screen and (max-width: 768px) {
	ul.box,
	ul.box2 {
		display: block;
		padding: 50px 0 0;
	}
	ul.box li,
	ul.box2 li {
		width: 100%;
		padding: 0 20px;
	}
}

/*
	バーガーメニュー
------------------------------ */
/* アイコン用 */
.menu-btn {
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background: rgb(255,128,155);
	background: linear-gradient(142deg, rgba(255,128,155,1) 0%, rgba(255,196,141,1) 100%);
	border-bottom-left-radius: 30px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 2px;
	width: 25px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
}
.menu-btn span {
	content: '';
	background-image: url(../img/sp_icon_menu.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 35px;
	height: 35px;
	top: 15px;
	left: 15px;
}
.menu-btn span:before {
	bottom: 8px;
	left: 5px;
}
.menu-btn span:after {
	top: 16px;
	left: 5px;
}

#menu-btn-check:checked ~ .menu-btn  {
	background: none;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-image: url(../img/sp_icon_close.png);
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 10px;
	transform: rotate(27deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 23px;
	transform: rotate(-27deg);
}

#menu-btn-check {
	display: none;
}

/* メニュー */
.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80;
	background: rgb(255,128,155);
	background: linear-gradient(142deg, rgba(255,128,155,1) 0%, rgba(255,196,141,1) 100%);
}
.menu-content ul li {
	width: 40%;
	margin: 50px auto;
	list-style: none;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	color:#ffffff;
	text-decoration: none;
	position: relative;
}
.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 80;
	transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-content {
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
}

/*
	スライド
------------------------------ */
.slider {
	position: relative;
	width: 100%;
	height: 61vw;
	overflow: hidden;
	margin: auto;
}
.slide,
.slide2 {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: transform 1.3s ease-in-out, opacity 0.9s linear;
}

.slide img,
.slide2 img {
	width: 100%;
}

.sp_slider {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 200vw;
	overflow: hidden;
}

.fade-in {
	position: absolute;
	width: 100%;
	height: auto;
	opacity: 0;
	transition: opacity 2s;
}
.active {
	opacity: 1;
}
