@charset "UTF-8";
/* CSS Document */

/*

使用フォント

日本語
font-family: fot-rodin-pron, sans-serif;

日本語 明朝
font-family: "ten-mincho-antique", sans-serif;
EL200
L300
R400
M500
B700

英語
font-family: "avenir-lt-pro", sans-serif;
Light : 200
Book: 300
Roman: 400
Medium: 500
Heavy: 700
Black: 800

*/

body{
	font-family: fot-rodin-pron, sans-serif;
	font-size: 16px;
}

.eng{
	font-family: "avenir-lt-pro", sans-serif;
}

.btn1{
	font-family: "avenir-lt-pro", sans-serif;
	font-size: 18px;
}

.fs36{
	font-size: 36px;
	line-height: 1.4;
}

@media screen and (max-width:600px) {
	.btn1{
		font-size: 16px;
	}
	
	.fs36{
		font-size: 24px;
	}
}

.top_main_text_wrap{
	width:100%;
	height: 100dvh;
	padding:5dvh 20px;
	position: absolute;
	top:0;
	left: 0;
}

.top_main_text_wrap > img{
	display: block;
	height: 20%;
	margin:0 auto 5dvh;
}

.top_main_text_wrap > p{
	font-family: "ten-mincho-antique", sans-serif;
	font-weight: 200;
	font-size: 5dvh;
	color:#fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin:0 auto;
	letter-spacing: 2px;
}

.top_main_text_wrap > p span{
	display: inline-block;
	transform: rotate(92deg);
}

.h_nav > li:last-of-type a:hover {
	opacity: 0.6;
}

.h_nav > li a img{
	height: 30px;
}

.ham_logo_wrap > div > a:nth-of-type(2) img{
	height: 30px;
}

.ham_nav > li a p{
	width:140px;
}

@media screen and (max-width:1150px) {
	.h_nav{
		display: none;
	}
}

@media screen and (min-width:801px) {
	.ham_nav > li a img{
		width:calc( 100% - 140px );
	}
}

@media screen and (max-width:800px) {
	.ham_logo_wrap > div > a:nth-of-type(2) img{
		height: 24px;
	}
}

.ham_ft_p{
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 200;
	margin-top: 70px;
	color:#fff;
}

.ham_ft_p span{
	display: inline-block;
}

@media screen and (max-width:600px) {
	.ham_ft_p{
		display: none;
	}
}

@media screen and (min-width:601px) {
	.abo_pro_img{
		width:48%;
		padding-right: 40px;
	}
	.abo_pro_text{
		width:52%;
	}
	
	.room_sec_box_h{
		font-size: 18px;
	}
	
	.acs_box_h{
		width:340px;
	}
	
	.acs_ul1_flex li > p{
		width:260px;
	}
	
	.acs_ul1_flex li > div{
		width:calc( 100% - 260px );
	}
	
	.as_top{
		font-size: 48px;
	}
}

@media screen and (max-width:600px) {
	body{
		font-size: 14px;
	}
	
	.room_faci_h{
		width:80px;
	}
	
	.room_faci_text{
		width:calc( 100% - 80px );
	}
	
	.room_sec_box_h{
		font-size: 16px;
	}
	
	.acs_box_h{
		width:260px;
	}
	
	.acs_notes_h{
		font-size: 16px;
	}
}























