/*
Title: ホテルいろは
Date created: 2025-08-18
Last Updated: 2025-08-29
Author: Ryu
*/

/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size:62.5%;
	color: #332f2a;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
}
body{ font-size:1.4rem; font-size: 1.4em; }
img{ vertical-align: bottom; }
a{
	color:#1a6bb5;
	transition: all 0.4s;
}
a:hover{
	color:#379af6;
	transition: all 0.4s;
}

.link_disabled {
  pointer-events: none;
  color: #999;
  text-decoration: none;
  cursor: default;
}


/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 2; }

.text_300{ font-weight: 300; }
.text_400{ font-weight: 400; }
.text_500{ font-weight: 500; }
.text_600{ font-weight: 600; }
.text_700{ font-weight: 700; }
.text_800{ font-weight: 800; }
.text_bold{ font-weight: bold; }
.text_normal{ font-weight: normal; }
.text_peta{ font-family: "Lexend Peta", sans-serif; }
.text_gray{ color: #bdbdbf; }

.lh_12{ line-height: 1.2; }
.lh_13{ line-height: 1.3; }
.lh_14{ line-height: 1.4; }
.lh_15{ line-height: 1.5; }
.lh_16{ line-height: 1.6; }
.lh_17{ line-height: 1.7; }
.lh_18{ line-height: 1.8; }
.lh_22{ line-height: 2.2; }
.lh_24{ line-height: 2.4; }

.ls_-1{ letter-spacing: -1px; }
.ls_1{ letter-spacing: 1px; }
.ls_2{ letter-spacing: 2px; }

.text_10{ font-size: 1rem; }
.text_12{ font-size: 1.2rem; }
.text_14{ font-size: 1.4rem; }
.text_16{ font-size: 1.6rem; }
.text_17{ font-size: 1.7rem; }
.text_18{ font-size: 1.8rem; }
.text_19{ font-size: 1.9rem; }
.text_20{ font-size: 2.0rem; }
.text_21{ font-size: 2.1rem; }
.text_22{ font-size: 2.2rem; }
.text_24{ font-size: 2.4rem; }
.text_26{ font-size: 2.6rem; }
.text_28{ font-size: 2.8rem; }
.text_30{ font-size: 3.0rem; }
.text_32{ font-size: 3.2rem; }
.text_35{ font-size: 3.5rem; }
.text_36{ font-size: 3.6rem; }

@media screen and (max-width: 1049px){

	.text_18{ font-size: 1.7rem; }
	.text_21{ font-size: max(2.01vw, 1.8rem); }
	.text_22{ font-size: max(2.09vw, 2rem); }
	.text_24{ font-size: max(2.28vw, 2rem); }
	.text_26{ font-size: max(2.47vw, 2.2rem); }
	.text_28{ font-size: max(2.66vw, 2.2rem); }
	.text_30{ font-size: max(2.85vw, 2.2rem); }
	.text_32{ font-size: max(3.07vw, 2.2rem); }
	.text_35{ font-size: max(3.36vw, 2.3rem); }
	.text_36{ font-size: max(3.36vw, 2.6rem); }

}/*END*/

@media screen and (max-width: 599px){

	p{ line-height: 1.8; }

}/*END*/


/*----------------------------------------
	共通
----------------------------------------*/

.inner_frame{
	max-width: 1090px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	box-sizing: border-box;
}

li{ list-style:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; }
.op{
	transition: all 0.4s;
}
.op:hover{
	filter: alpha(opacity=60);
	-moz-opacity:060;
	opacity:0.60;
}
#container{ overflow: hidden; }

.ttl_500{
	max-width: 500px;
	width: 100%;
}
.ttl_center{
	margin-left: auto;
	margin-right: auto;
}


@media print, screen and (min-width: 600px){

	.sp_br{
		display: none;
	}
	.pc_none{
		display: none !important;
	}

}/*END*/

@media screen and (max-width: 960px){
	.note_none{
		display: none !important;
	}
}

@media screen and (max-width: 768px){

	.inner_frame{
		padding-right: 3%;
		padding-left: 3%;
	}
	.sp_text_center{
	text-align: center;
}

}/*END*/

@media screen and (max-width: 599px){

	.inner_frame{
		padding-right: 4.5%;
		padding-left: 4.5%;
	}
	.point_ttl{
		width: 90%;
	}
	.sp_left{
		text-align: left;
	}
	.pc_br{
		display: none;
	}
	.sp_none{
		display: none !important;
	}

}/*END*/


/*----------------------------------------
	header
----------------------------------------*/

header{
	position: absolute;
	border-bottom: 1px solid #fff;
	width: 100%;
	z-index: 100;
}
header h1{
	width: calc((428/1350)*100%);
	max-width: 214px;
	float: left;
	margin-left: 3%;
	margin-top: 20px;
	margin-bottom: 30px;
}
header.fixed{
	position: fixed;
	border-bottom: 1px solid #332f2a;
	top: 0;
	left: 0;
	background: #fff;
}
header.fixed a{
	color: #332f2a;
}
.open header.fixed a{
	color: #fff;
}
header.fixed h1{
	background: url("../images/logo_b.png");
	background-size: 100%;
}
header.fixed h1 img{
	opacity: 0;
}
.drawer{
	float: right;
	width: 480px;
	margin-top: 35px;
}
.drawer li{
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	font-size: 700;
}
.drawer a{
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px 3px 8px 7px;
}

@media print, screen and (min-width: 700px){

	.drawer a:before,
	.drawer a:after{
		content: "";
		background: #fff;
		position: absolute;
		transition: all 0.4s;
	}
	.drawer a:before{
		width: 1px;
		height: 0;
		left: 0;
		top: 0;
	}
	.drawer a:after{
		width: 0;
		height: 1px;
		bottom: 0;
		right: 0;
	}
	.drawer a:hover:before{
		height: 100%;
	}
	.drawer a:hover:after{
		width: 100%;
	}

}/*END*/

@media screen and (max-width: 768px){

	.drawer li{
		margin-left: 8px;
		margin-right: 8px;
	}
	.drawer{
		width: 440px;
	}

}/*END*/

@media screen and (max-width: 699px){

	header h1{
		margin-bottom: 20px;
	}
	.drawer{
		display: none;
		position: fixed;
		background: rgba(0, 0, 0, 0.8);
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		color: #fff;
		display: flex;
		justify-content: center;
		visibility: hidden;
		transform: translateY(-100%);
		transition: 0.5s ease-in-out;
		z-index: 50;
		margin-top: 0;
	}
	.drawer nav{
		width: 100%;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.drawer ul li{
		float: none;
		margin-bottom: 30px;
		font-size: 1.6rem;
	}
	.open .drawer{
		visibility: visible;
		transform: translateX(0);
	}
	.open .drawer ul li{
		transform: translateX(0);
	}
	.drawer a{
		display: block;
	}
	.btn_menu{
		position: absolute;
		width: 50px;
		height: 50px;
		right: 20px;
		top: 20px;
		cursor: pointer;
		transition: all 0.5s;
		z-index: 51;
		background: #332f2a;
	}
	.btn_menu span{
		position: absolute;
		right: 10px;
		height: 1px;
		background: #fff;
		transition: all 0.4s;
	}
	.btn_menu span:nth-child(1){
		width: 30px;
		top: 22px;
	}
	.btn_menu span:nth-child(2){
		width: 20px;
		top: 30px;
	}
	.open .btn_menu span:nth-child(1){
		transform: rotate(45deg);
		top: 24px;
		right: 10px;
	}
	.open .btn_menu span:nth-child(2){
		width: 30px;
		transform: rotate(-45deg);
		top: 25px;
		right: 10px;
	}

}/*END*/

@media screen and (max-width: 599px){

	header h1{
		width: 150px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.btn_menu{
		width: 40px;
		height: 40px;
		right: 12px;
		top: 12px;
	}
	.btn_menu span:nth-child(1){
		width: 22px;
		top: 18px;
	}
	.btn_menu span:nth-child(2){
		width: 14px;
		top: 25px;
	}
	.open .btn_menu span:nth-child(1){
		top: 20px;
		right: 9px;
	}
	.open .btn_menu span:nth-child(2){
		width: 22px;
		top: 20px;
		right: 9px;
	}

}/*END*/


/*----------------------------------------
	side btn
----------------------------------------*/

.side_fixed{
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 10;
}
.side_fixed li{
	text-align: center;
}
.side_fixed li a{
	position: relative;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	width: 94px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 15px;
	color: #fff;
	text-decoration: none;
	right: -94px;
	transition: all 0.2s;
}
.side_fixed li a:hover{
	right: 0;
}
.side_fixed li:first-child a{
	/* background: #651414; */
	background: #999999;
	pointer-events: none;
	text-decoration: none;
	cursor: default;
	color: #333;
	opacity: 0.4;
}
.side_fixed li:last-child a{
	background: #143e65;
}

@media screen and (max-width: 768px){

	.side_fixed{
		display: none;
	}

}/*END*/


/*----------------------------------------
	sp btn
----------------------------------------*/

.sp_fixed{
	position: fixed;
	left: 0;
	bottom: -100px;
	width: 100%;
	transition: all 0.4s;
}
.sp_fixed li{
	float: left;
	width: 50%;
	text-align: center;
}
.sp_fixed li a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sp_fixed li:first-child a{
	background: #651414;
}
.sp_fixed li:last-child a{
	background: #143e65;
}

@media print, screen and (min-width: 700px){

	.sp_fixed{
		display: none;
	}

}/*END*/


/*----------------------------------------
	MV
----------------------------------------*/

.mv{
	position: relative;
/*
	aspect-ratio: 1350 / 997;
*/
	overflow: hidden;
	height: 100vh;
}
.mv p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 351px;
	width: 30%;
	z-index: 5;
}
.mv li{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	opacity: 0;
}
.mv_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mv_img.start{
	animation: mv 10s forwards;
}
@keyframes mv{
	0%{
		/* opacity: 0; */
		transform: translate(-50%,-50%) scale(1.0);
	}
	20%{
		opacity: 1;
	}
	80%{
		opacity: 1;
	}
	100%{
		/* opacity: 0; */
		transform: translate(-50%,-50%) scale(1.15);
	}

}

@media screen and (max-width: 945px){

	.mv p{
		width: 40%;
	}

}/*END*/

@media screen and (max-width: 599px){

	.mv p{
		width: 50%;
		margin-top: 20px;
	}

}/*END*/

@media screen and (max-width: 479px){

	.mv p{
		width: 60%;
	}

}/*END*/


/*----------------------------------------
	intro
----------------------------------------*/

.frame_intro{
	position: relative;
	max-width: 990px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

@media print, screen and (min-width: 600px){

	.intro_text{
		width: calc((420/950)*100%);
	}
	.intro_img{
		position: absolute;
		left: calc((550/950)*100%);
		top: 0;
		width: calc((600/950)*100%);
	}

}/*END*/

@media screen and (max-width: 599px){

	.intro_img{
		margin-top: 35px;
	}

}/*END*/


/*----------------------------------------
	rooms
----------------------------------------*/

#rooms{
	background: #e8eaee;
}
.frame_rooms{
	position: relative;
	max-width: 1280px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
.photo_frame{
	aspect-ratio: 50 / 37;
	overflow: hidden;
}

@media print, screen and (min-width: 600px){

	.frame_rooms ul{
		display: grid;
		grid-template-columns: repeat(3,1fr);
		gap: 20px;
	}

}/*END*/

@media screen and (max-width: 599px){

	.frame_rooms ul li{
		margin-bottom: 35px;
	}

}/*END*/


/*----------------------------------------
	facilities
----------------------------------------*/

.frame_facilities{
	position: relative;
	max-width: 1040px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
.frame_facilities dl{
	border-top: 1px solid #000;
	max-width: 750px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 2.8;
	padding-top: 20px;
	padding-bottom: 20px;
}
.frame_facilities dt{
	position: relative;
	font-weight: 500;
	cursor: pointer;
}
.frame_facilities dt span{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.frame_facilities dt span:before,
.frame_facilities dt span:after{
	content: "";
	width: 10px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.4s;
}
.frame_facilities dt span:before{
	transform: rotate(45deg);
	right: 7px;
}
.frame_facilities dt span:after{
	transform: rotate(-45deg);
}
.frame_facilities dt.open span:before{
	transform: rotate(-45deg);
}
.frame_facilities dt.open span:after{
	transform: rotate(45deg);
}
.frame_facilities dd{
	display: none;
	color: #707070;
	font-size: 1.2rem;
}

@media print, screen and (min-width: 600px){

	.facilities_text{
		float: right;
		width: calc((500/1000)*100%);
		margin-bottom: 120px;
	}
	.facilities_img{
		position: absolute;
		width: calc((550/1000)*100%);
		left: 0;
		margin-left: -16%;
		top: 0;
	}

}/*END*/

@media screen and (max-width: 599px){

	.facilities_img{
		margin-top: 35px;
		margin-bottom: 40px;
	}

}/*END*/


/*----------------------------------------
	access
----------------------------------------*/

#access{
	background: #dfdcdc;
}
.frame_access{
	position: relative;
	max-width: 940px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
#access table{
	width: 100%;
	max-width: 650px;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
}
#access table th,
#access table td{
	border-bottom: 1px solid #000;
	font-weight: 500;
	text-align: left;
	box-sizing: border-box;
	padding: 20px 0;
	vertical-align: top;
}
#access table th{
	width: 150px;
}
.map{
	max-width: 550px;
	width: 100%;
	aspect-ratio: 3/2;
}
.map iframe{
	width: 100%;
	height: 100%;
}

@media print, screen and (min-width: 600px){

	.access_ttl{
		float: left;
		width: calc((460/900)*100%);
	}
	.access_text{
		float: left;
		width: calc((300/900)*100%);
	}

}/*END*/

@media screen and (max-width: 599px){

	#access table th,
	#access table td{
		display: block;
		width: 100%;
	}
	#access table th{
		border-bottom: none;
		font-weight: 700;
		padding-bottom: 0;
	}
	#access table td{
		padding-top: 15px;
	}

}/*END*/


/*----------------------------------------
	faq
----------------------------------------*/

.faq_access{
	position: relative;
	max-width: 790px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
.faq_access dl{
	border-top: 1px solid #000;
	max-width: 750px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 2.8;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.faq_access dt{
	position: relative;
	font-weight: 500;
	cursor: pointer;
}
.faq_access dt span{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.faq_access dt span:before,
.faq_access dt span:after{
	content: "";
	width: 10px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.4s;
}
.faq_access dt span:before{
	transform: rotate(45deg);
	right: 7px;
}
.faq_access dt span:after{
	transform: rotate(-45deg);
}
.faq_access dt.open span:before{
	transform: rotate(-45deg);
}
.faq_access dt.open span:after{
	transform: rotate(45deg);
}
.faq_access dd{
	color: #707070;
	font-size: 1.2rem;
	display: none;
}

@media screen and (max-width: 599px){

	.faq_access dl{
		padding-right: 30px;
		line-height: 2.2;
	}
	.faq_access dt span{
		right: -30px;
	}

}/*END*/


/*----------------------------------------
	form
----------------------------------------*/

#contact{
	background: #e8eaee;
}
.frame_contact{
	position: relative;
	max-width: 780px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
.hissu,
.nini{
	line-height: 1;
	display: inline-block;
	font-size: 1.4rem;
	padding: 3px 5px;
	margin-left: 8px;
	vertical-align: 0;
	font-weight: normal;
}
.hissu{
	background: #143e65;
	color: #fff;
}
.nini{
	background: #fff;
	color: #000;
}
.contact{
	width: 100%;
	line-height: 1.8;
}
.contact th,
.contact td{
	text-align: left;
	box-sizing: border-box;
	font-weight: 500;
	padding-left: 10px;
	padding-right: 10px;
}
.contact th{
	font-size: 1.6rem;
	padding-top: 8px;
	padding-bottom: 5px;
}
.contact td{
	padding-top: 10px;
	padding-bottom: 15px;
}
td.error{
	background: #ffecec;
}
div.error{
	color: #e70000;
	padding-top: 8px;
	font-size: 1.4rem !important;
}
.privacy_check .error{
	background: #ffecec;
	padding: 8px 10px;
}

@media screen and (max-width: 599px){

	.contact th{
		font-size: 1.4rem;
	}
	.privacy_check{
		font-size: 1.4rem !important;
	}

}/*END*/


/*フォーム基本設定*/
select,
textarea,
input[type="text"],
input[type="number"],
input[type="url"],
input[type="email"],
input[type="tel"]{
	border: none;
	padding: 12px 15px;
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", sans-serif;
	-webkit-appearance: none;
	transition: all 0.4s;
	border: 1px solid #b3b3b3;
	background: #fff;
	line-height: 1;
	font-size: 1.6rem;
	width: 100%;
}
select{
	padding: 18px 15px;
}
textarea{
	line-height: 1.6;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus{
	outline: none;
	border: 1px solid #143e65;
}

.form_submit a{
	display: block;
	transition: all 0.4s;
	width: 320px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.form_submit a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 479px){

	.form_submit a{
		width: 100%;
	}

}/*END*/


/*----------------------------------------
	checkbox radiobtn
----------------------------------------*/

.radio input[type="radio"],
.check input[type="checkbox"]{
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(0, 0, 0, 0);
}
.radio label,
.check label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 12px;
	padding-left: 22px;
	line-height: 3;
}
.radio label,
.check label{
	margin-right: 20px;
}
.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	border-radius: 50%;
	border: 1px solid #b3b3b3;
	background: #fff;
}
.check label:before{ border-radius: 0; }
.radio label,
.check label{
	margin-left: 0\9;
	padding: 11px\9;
}
.radio label:not(:target),
.check label:not(:target){
	margin-left: 10px\9;
	padding: 11px 0 11px 25px\9;
}
.radio label:before,
.check label:before{
	display: none\9;
}
.radio label:not(:target):before,
.check label:not(:target):before{
	display: inline-block\9;
}
.radio input[type="radio"]:checked + label:after{
	position: absolute;
	content: "";
	box-sizing: border-box;
	top: 50%;
	left: -4px;
	width: 12px;
	height: 12px;
	margin-top: -5px;
	border-radius: 50%;
	background: #4591d8;
}
.check input[type="checkbox"]:checked + label:after{
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: -7px;
	width: 18px;
	height: 10px;
	margin-top: -6px;
	border-left: 4px solid #143e65;
	border-bottom: 4px solid #143e65;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.radio input[type="radio"]:focus + label:before,
.check input[type="checkbox"]:focus + label:before{
	box-shadow: 0 0 3px 0 #143e65;
}


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

footer{
	background: #332f2a;
	color: #fff;
}
.foot_inner{
	max-width: 790px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	color: #fff;
}
.foot_logo{
	display: block;
	width: 214px;
}
.foot_menu{
	line-height: 3.5;
	margin-bottom: 80px;
}
.foot_menu li{
	position: relative;
	cursor: pointer;
}
.foot_menu a{
	color: #fff;
	text-decoration: none;
}
.foot_menu li:after{
	content: "";
	position: absolute;
	background: #fff;
	width: 0;
	height: 1px;
	left: 0;
	bottom: 0;
	transition: all 0.4s;
}
.foot_menu li:hover:after{
	width: 100%;
}
small{
	display: block;
	text-align: center;
}
.icon_map{
	display: block;
	width: 137px;
}
.foot_bnr a{
	transition: all 0.4s;
}
.text_privacy{
	color: #1a6bb5;
	border-bottom: #1a6bb5 1px solid;
	cursor: pointer;
}

@media print, screen and (min-width: 600px){

	.foot_add{
		float: left;
		width: 60%;
	}
	.foot_menu{
		float: right;
		width: 40%;
	}
	.foot_bnr a{
		display: block;
		width: calc((350/750)*100%);
	}
	.foot_bnr a:first-child{
		float: left;
	}
	.foot_bnr a:last-child{
		float: right;
	}

}/*END*/

@media screen and (max-width: 599px){

	.icon_map{
		margin-bottom: 40px;
	}
	.foot_bnr a{
		display: block;
		margin-bottom: 20px;
	}

}/*END*/


/*----------------------------------------
	popup
----------------------------------------*/

.overlay{
	display: none;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
}
.popup{
	display: none;
	position: fixed;
	width: 94%;
	max-width: 700px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 10px;
	max-height: 90%;
	overflow-y: scroll;
}
.close{
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
	background: #143e65;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.4s;
}
.close:before,
.close:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 14px;
	height: 1px;
}
.close:before{
	transform: translate(-50%, -50%) rotate(45deg);
}
.close:after{
	transform: translate(-50%, -50%) rotate(-45deg);
}
.close:hover{
	transform: rotate(360deg);
}


/*----------------------------------------
	animation
----------------------------------------*/

#contact h2,
.faci_frame,
#faq h2,
#access table,
.faq_frame,
#rooms h2,
.intro_text .text_10,
.intro_text .text_24{
	opacity: 0;
	transform: translateY(50px);
}
.fade_up{
	animation: fade_up 0.6s ease-in-out forwards;
}
@keyframes fade_up{
	0%{
		opacity: 0;
		transform: translateY(50px);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}

#access h2,
#facilities h2{
	opacity: 0;
	transform: translateX(80px);
}

.slide{
	animation: slide 0.6s ease-in-out forwards;
}
@keyframes slide{
	0%{
		opacity: 0;
		transform: translateX(80px);
	}
	100%{
		opacity: 1;
		transform: translateX(0);
	}
}

.facilities_img,
#rooms li,
.intro_img{
	overflow: hidden;
}
.facilities_img img,
#rooms li img,
.intro_img img{
	transform: scale(1.2);
	filter: blur(2px);
}
.scale{
	animation: scale 2.5s cubic-bezier(.27,.67,.42,.73) forwards;
}
@keyframes scale{
	0%{
		transform: scale(1.2);
		filter: blur(2px);
	}
	100%{
		transform: scale(1);
		filter: blur(0);
	}
}