@charset "utf-8";


.container {
	width: 1601px;
	margin: 0 auto;
}
body {
	position: relative;
}
#header {
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top: 0;
	z-index: 200;

}
#header h1 {
	float: left;
	padding: 12px 0 10px 43px;
}
#header h1 img {
	width: 206px;
}
#header div.gnb_menu_wrap {
	float: right;
}
#header ul.gnb_menu {
	overflow: hidden;
	display: inline-block;
}
#header ul.gnb_menu li a {
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
}
#header ul.gnb_menu li a:hover {
	color: #FF9600;
}
#header ul.gnb_menu>li {
	float: left;
	text-align: center;
	font-size: 16px;
}
#header ul.gnb_menu .gnb_menu5 {
	text-align: left;
}
#header ul.gnb_menu .gnb_menu5>a{
	padding-left: 30px;
}
#header ul.gnb_menu .gnb_menu6{
	text-align: left;
}
#header ul.gnb_menu .gnb_menu6{
	width: 100px;
}
#header ul.gnb_menu .gnb_menu7{
	text-align: left;
}
#header ul.gnb_menu>li>a {
	color: #000;
	display: inline-block;
	width: 130px;
	height: 70px;
	line-height: 70px;
}

#header ul.sub_menu {
	display: none;
	height: 350px;
}
#header ul.sub_menu>li {
	text-align: left;
	font-size: 15px;
	letter-spacing: -1px;
}
#header ul.sub_menu>li>a {
	color: #000;
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
}

#header ul.sub1>li>a {
	width: 93px;
	padding-left: 37px;
}
#header ul.sub2>li>a {
	width: 95px;
	padding-left: 35px;
}
#header ul.sub3>li>a {
	width: 105px;
	padding-left: 25px;
}

#header ul.sub5>li>a {
	width: 120px;
	
}
#header ul.sub6>li>a {
	width: 100px;
	padding-left: 0px;
}
#header ul.sub7>li>a {
	width: 130px;
	padding-left: 0px;
}
#header ul.sub8>li>a {
	width: 114px;
	padding-left: 16px;
}
header button {
	display: inline-block;
	vertical-align: top;
	background: #FF9203;
	color: #fff;
	padding: 25px 29px 25px 28px;
	border: none;
	margin-left: 20px;
	cursor: pointer;
}
header button.reservation_button:hover{
	background: #000
}



header button img {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
header button img.ico2 {
	display: none;
}
header button span {
	vertical-align: middle;
	display: inline-block;
	color: #fff;
	font-size: 0.83vw;
}
header button.menu_open,
header button.menu_close {
	display: none;
}






#main_visual {
	position: relative;
	z-index: ;
/*	padding-top: 90px;*/
}
#main_visual .intro {
	position: absolute;
	z-index: 20;
	top: 49%;
	right: 29.5%;
	width: 42.2%;
	transition: all 1s;
}
#main_visual .intro img {
	max-width: 100%;
}
#main_visual .intro p {
	color: #fff;
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: 100;
	margin-top: 43px;
}


#main_visual .scroll_down {
	position: absolute;
	bottom: -1%;
	left: 50%;
	width: 59px;
	margin-left: -30px;
	z-index: 50;
}
#about_visual .scroll_down {
	bottom: 7%;
}
#main_visual .main_paging1,
#main_visual .main_paging2 {
	position: absolute;
	bottom: 1.5%;
	left: 46%;
	z-index: 50;
}
#main_visual .main_paging2 {
	left: 52.5%;
	opacity: 0.6;
}
#mobile {
	display: none;
}





#about {
	width: 100%;
	padding-top: 6.8%;
	padding-bottom: 8.5%;
	text-align: center;
	background: url(/img/about_bg2.jpg) 0 0 no-repeat;
	background-size: 100%;
	position: relative;
	z-index: 50;
}
#about h2 {
	margin-bottom: 3.2%;
}
#about h2+p {
	font-size: 1.55vw;
	margin-bottom: 14.8%;
	letter-spacing: -1px;
} 
#about .image {
	height: 700px;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	margin: 0 auto;
	transition: all 1s;
}
#about .image.active1 {
	width: 50%;
}
#about .image.active2 {
	width: 75%;
}
#about .image.active3 {
	width: 100%;
}
#about .image:after {
	content: '';
	display: block;
	width: 60%;
	height: 20px;
	background-color: #FF9203;
	position: absolute;
	bottom: -20px;
	right: 0;
}





#rooms {
	background: url(/img/room_title_bg.jpg) 0 0 no-repeat;
	overflow: hidden;
	background-size: contain;
}
#rooms h2.pc_tit {
	padding-top: 9px;
	font-size: 130px;
	color: #fff;
	font-family: 'mod';
}
#rooms h2.mobile_tit {
	display: none;
}
#rooms .text,
#sub_rooms .text{
	width: 25.4%;
	float: left;
	margin-top: 150px;
}
#rooms h3,
#sub_rooms h3{
	margin-bottom: 20px;
}
#rooms p.content,
#sub_rooms p.content{
	font-size: 0.83vw;
	text-align: center;
	width: 350px;
}
#rooms .room_list,
#sub_rooms .room_list{
	margin-top: 4%;
}
#rooms figure {
/*	opacity: 0;*/
}
#rooms figure,
#sub_rooms figure{
	float: left;
	text-align: center;
	margin: 0 1.8% 2% 0;
	width: 23.6%;
}
#rooms figure .img_wrap,
#sub_rooms figure .img_wrap{
	position: relative;
}
#rooms figure.room2,
#sub_rooms figure.room2{
	margin-right: 0;
}
#rooms figure:nth-child(3),
#sub_rooms figure:nth-child(3){
	margin-right: 0;
}
#rooms figure:nth-child(7),
#sub_rooms figure:nth-child(7){
	margin-right: 0;
}
#rooms figure:nth-child(11),
#sub_rooms figure:nth-child(11){
	margin-right: 0;
}
#rooms figure div.over,
#sub_rooms figure div.over{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 99%;
	background-color: rgba(0,0,0,0.5);

	opacity: 0;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#rooms figure div.over:hover,
#sub_rooms figure div.over:hover{
	opacity: 1;
}
#rooms figure div.over img,
#sub_rooms figure div.over img{
	padding-top: 180%;
	max-width: 100%;
}
#rooms figure div.over a,
#sub_rooms figure div.over a{
	display: block;
	width: 23%;
	margin: 0 auto;
}
#rooms figure .pension_img,
#sub_rooms figure .pension_img{
	width: 100%;
}
#rooms figure figcaption,
#sub_rooms figure figcaption{
	font-size: 1.04vw;
	font-weight: 500;
	margin: 5px 0;
}
#rooms figure p,
#sub_rooms figure p{
	font-size: 0.73vw;
}
#rooms figure .mobile_img,
#sub_rooms figure .mobile_img{
	display: none;
}
#rooms .main_reser a,
#sub_rooms .main_reser a{
	margin-top: 18.4%;
	display: inline-block;
	width: 23.6%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #FF9203;
	font-size: 1.15vw;
	transition: all 0.2s;
	display: none;
}
#rooms .main_reser a:hover,
#sub_rooms .main_reser a:hover{
	background-color: #000;
}
#rooms .main_reser a img,
#sub_rooms .main_reser a img{
	margin: 0 0 7px 40px;
}
#sub_rooms {
	margin-bottom: 13%;
}







#facilities {
	margin-top: 5%;
	overflow: hidden;
	background: url(/img/facilities_title_bg.jpg) 0 0 no-repeat;
	position: relative;
	background-size: contain;
}
#facilities .pc_facilities h2 {
	margin: 10px 0 60px 0;
	font-size: 130px;
	color: #fff;
	font-family: 'mod';
}
#facilities .pc_facilities .img_list {
	float: left;
	width: 72%;
}
#facilities .pc_facilities .img_list img {
	width: 100%;
}
#facilities .pc_facilities .img_list a:first-child {
	display: block;
}
#facilities .pc_facilities .img_list a {
	display: none;
}
#facilities .pc_facilities .text_list {
	float: right;
	width: 25.6%;
	margin-left: 0px;
}
#facilities .pc_facilities .text_list div:first-child {
	display: block;
}
#facilities .pc_facilities .text_list div {
	display: none;
	width: 100%;
}
#facilities .pc_facilities .text_list .title {
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 100;
	margin-bottom: 30px;
}
#facilities .pc_facilities .text_list .title span {
	font-size: 50px;
	display: block;
	font-weight: 500;
	letter-spacing: -2px;
}
#facilities .pc_facilities .text_list .content {
	font-size: 15px;
	line-height: 26px;
}
#facilities .pc_facilities .text_list .content span {
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}
#facilities .pc_facilities .title_list {
	position: absolute;
	top: 74%;
	right: 17%;
	float: right;
}
#facilities .pc_facilities .title_list span {
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #000;
	margin: 0 26px 5px 0;
	
} 
#facilities .pc_facilities .title_list a {
	display: inline-block;
	color: #000;
	width: 230px;
	height: 46px;
	line-height: 46px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#facilities .pc_facilities .title_list a.active {
	background-color: #FF9203;
	color: #fff;
}
#facilities .pc_facilities .title_list a:hover {
	background-color: #FF9203;
	color: #fff;
}
#facilities .pc_facilities .title_list a:hover span{
	background-color: #fff;
	width: 30px;
}
#facilities .pc_facilities .title_list a span.active {
	background-color: #fff;
	width: 30px;
}
#facilities .mobile_facilities {
	display: none;
}







#tourist {
	background: url(/img/tour_title_bg.jpg) 0 0 no-repeat;
	margin-top: 120px;
	height: 1000px;
	overflow: hidden;
	background-size: contain;
}
#tourist h2 {
	padding-top: 10px;
	font-size: 130px;
	font-family: 'mod';
	color: #fff;
}
#tourist .tour_list {
	overflow: hidden;
	margin: 50px 0 80px 0;
}
#tourist .tour_list .line {
	width: 100%;
}
#tourist .tour_list li {
	float: left;
	width: 12.5%;
	text-align: center;
	position: relative;
	margin-top: 1.2%;
	font-size: 0.89vw;
}
#tourist .tour_list li a {
	color: #000;
	padding: 0 15px;
	transition: all 0.2s;
}
#tourist .tour_list li img {
	display: block;
	position: absolute;
	top: -160%;
	left: 45%;
}
#tourist .tour_list li img.over {
	display: none;
}
#tourist .tour_list li .over{
	display: block;
}
#tourist .tour_list li a:hover .over{
	display: block;
}
#tourist .tour_list li a:hover .out{
	display: none;
}
#tourist .tour_list li a img.active1 {
	display: none;
}
#tourist .tour_list li a img.active2 {
	display: block;
}
#tourist .tour_list li a.active,
#tourist .tour_list li a:hover {
	color: #fff;
	background-color: #FF9203;
}
#tourist .tour_text div:first-child {
	float: left;
	display: block;
}
#tourist .tour_text div {
	display: none;
	width: 100%;
}
#tourist .tour_text p.title {
	font-size: 30px;
	margin-bottom: 10px;
	letter-spacing: -2px;
}
#tourist .tour_text {
	float: left;
	width: 28%;
}
#tourist .tour_text p.content {
	font-size: 15px;
	line-height: 26px;
}
#tourist .tour_img {
	float: right;
	width: 71%;
}
#tourist .tour_img img:first-child {
	display: block;
}
#tourist .tour_img img {
	display: none;
	width: 100%;
}
#tourist .tour_text .content a {
	color: #000;
	text-decoration: underline;
}






#service {
	height: 600px;
	background: url(/img/service_bg.jpg) 0 0 no-repeat fixed;
	text-align: center;
	background-size: cover;
}
#service h2 {
	padding: 70px 0 90px 0;
	font-size: 100px;
	color: #fff;
	font-family: 'mod';
}
#service ul {
	overflow: hidden;
}
#service ul li:first-child {
	margin-left: 7%;
}
#service ul li {
	float: left;
	margin-right: 14.6%;
	text-align: center;
	
}
#service ul li.wifi {
	margin-right: 0;
}
#service ul li p {
	font-size: 22px;
	color: #fff;
	padding: 3px 10px;
	margin: 15px auto 0;
	transition: all 0.2s;
}
#service ul li:hover p {
	color: #FF9600;
	background-color: #000;
}




#exterior {
	background: url(/img/exterior_bg.jpg) 0 0 no-repeat fixed;
/*	height: 880px;*/
	text-align: center;
	background-size: cover;
	padding-bottom: 15%;
}
#exterior h2 {
	padding: 19.7% 0 2.6% 0;
	margin: 0 auto;
	font-family: 'mod';
	font-size: 100px;
	color: #fff;
}
#exterior h2 img {
	max-width: 100%;
}
#exterior p a {
	display: inline-block;
	color: #fff;
	width: 19.5%;
	height: 85px;
	line-height: 85px;
	background-color: #FF9600;
	font-size: 1.15vw;
	margin: 0 auto;
	transition: all 0.2s ease-in-out;
	position: relative;
	overflow: hidden;
}
#exterior p a:before {
	content: "";
	background-color: rgba(255,255,255,0.1);
	height: 100%;
	width: 3em;
	display: block;
	position: absolute;
	top: 0;
	left: -5em;
	transform: skewX(-45deg) translateX(0);
	transition: none;
}
#exterior p a:hover {
	background-color: #000;
}
#exterior p a:hover:before {
	transform: skewX(-45deg) translateX(23.5em);
	transition: all 0.5s ease-in-out;
}







#footer {
	width: 100%;
	height: 300px;
	background-color: #222222;
	font-size: 14px;
	overflow: hidden;
	
}
#footer h2 {
	width: 300px;
	margin: 0 auto 28px;
	padding: 16% 0 4% 0;
	border-bottom: 1px solid #323232;
}
#footer div {
	float: left;
}
#footer div.contact {
	padding: 6% 0 0 8%;
	width: 25%;
}
#footer div.contact .reservation {
	background: url(/img/phone_ico.png) 0 0 no-repeat;
	padding-left: 60px;
}
#footer div.contact .bank {
	background: url(/img/bank_ico.png) 0 0 no-repeat;
	padding-left: 60px;
}
#footer div.company_info {
	padding: 0 6.7%;
	background-color: #000;
	width: 19%;
	height: 301px;
	text-align: center;
}
#footer p.company_info_txt {
	margin: 3px 0 20px 0;
	color: #afafaf;
	line-height: 26px;
}
#footer p.copy,
#footer p.copy a {
	color: #afafaf;
}
#footer div.company_map {
	padding: 6% 0 0 4%;
	overflow: hidden;
	position: relative;
	width: 27%;
}
#footer p {
	color: #fff;
}
#footer p.tit {
	color: #AFAFAF;
	font-size: 15px;
}
#footer p.num {
	font-size: 26px;
	margin-bottom: 26px;
}



#footer div.company_map a.map_img {
	display: inline-block;
	margin-top: 5px;
	width: 100%;
	height: 153px;
}
#footer div.company_map a.top {
	position: absolute;
	top: 10%;
	left: 90%;
}