@charset "utf-8";

/*=========================================*/
/* トップページ */
/*=========================================*/


/*-- SLIDER --*/

.top_page_main_slider_area{
	position:relative;
	width:100%;
	height:100vh;
	overflow:hidden;
}

.top_page_main_slider{
	position:relative;
	width:100%;
	height:100%;
	background-image:url(../images/top_page/top_page_slider_img_pc.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.top_page_main_slider_catch{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:auto;
	width:640px;
	height:208px;
	z-index:10;
}

.top_page_main_slider_catch img{
	width:100%;
}

@media print{

.top_page_main_slider_area{
	position:absolute;
	margin:60px 0px 0px 0px;
	top:0px;
	height:0px;
	padding-top:calc(540 / 960 * 100%);
	background-image:url(../images/top_page/top_page_slider_img_pc.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.top_page_main_slider{
	display:none;
}

}

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

.top_page_main_slider{
	background-image:url(../images/top_page/top_page_slider_img_sp.jpg);
}

}


/*-- SLIDER CATCH --*/

.top_page_main_slider_catch{
	position:absolute;
	top:12.5%;
	left:0px;
	right:0px;
	margin:auto;
	width:640px;
	height:208px;
	z-index:10;
}

.top_page_main_slider_catch img{
	width:100%;
}

@media print{

.top_page_main_slider_catch{
	width:360px;
	height:117px;
}

}

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

.top_page_main_slider_catch{
	width:540px;
	height:176px;
}

}

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

.top_page_main_slider_catch{
	width:480px;
	height:156px;
}

}

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

.top_page_main_slider_catch{
	width:360px;
	height:117px;
}

}

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

.top_page_main_slider_catch{
	width:320px;
	height:104px;
}

}


/*-- SLIDER ICON --*/

.top_page_slider_icon_stay{
	position:absolute;
	bottom:100px;
	left:10%;
	width:240px;
	height:240px;
	z-index:20;
}

.top_page_slider_icon_stay .name{
	position:absolute;
	bottom:8px;
	left:0px;
	right:0px;
	margin:auto;
	width:100%;
	height:28px;
	text-align:center;
	z-index:30;
}

.top_page_slider_icon_stay .name img{
	height:28px;
}

.top_page_slider_icon_stay .image{
	position:relative;
	width:100%;
	height:100%;
	filter:drop-shadow(0px 0px 15px rgba(0,0,0,0.5));
}

.top_page_slider_icon_stay .image p{
	overflow:hidden;
	/* radius */
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
}

.top_page_slider_icon_stay .image .circle_stay{
	border:10px solid rgba(85,145,45,1.0);
	box-sizing:border-box;
	/* radius */
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
}

.top_page_slider_icon_stay .image img{
	width:100%;
	transition:0.25s ease-out;
}

.top_page_slider_icon_stay a:hover .image img{
	transform:scale(1.1,1.1);
}

.top_page_slider_icon_stay a .image::after{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	opacity:0;
	visibility:hidden;
	content:'';
	box-sizing:border-box;
	transform:scale(1.2,1.2);
	transition:0.5s ease-out;
	/* radius */
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
}

.top_page_slider_icon_stay a.stay .image::after{ border:10px solid rgba(85,145,45,1.0); }

.top_page_slider_icon_stay a:hover .image::after{
	opacity:1;
	visibility:visible;
	transform:scale(1.0,1.0);
}

.top_page_slider_icon_restaurant{
	position:absolute;
	top:135px;
	right:60%;
	width:240px;
	height:240px;
	z-index:20;
}

.top_page_slider_icon_restaurant .name{
	position:absolute;
	bottom:8px;
	left:0px;
	right:0px;
	margin:auto;
	width:100%;
	height:28px;
	text-align:center;
	z-index:30;
}

.top_page_slider_icon_restaurant .name img{
	height:28px;
}

.top_page_slider_icon_restaurant .image{
	position:relative;
	width:100%;
	height:100%;
	filter:drop-shadow(0px 0px 15px rgba(0,0,0,0.5));
}

.top_page_slider_icon_restaurant .image p{
	overflow:hidden;
	/* radius */
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
}

.top_page_slider_icon_restaurant .image .circle_restaurant{
	border:10px solid rgba(210,80,100,1.0);
	box-sizing:border-box;
	/* radius */
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
}

.top_page_slider_icon_restaurant .image img{
	width:100%;
	transition:0.25s ease-out;
}

.top_page_slider_icon_restaurant a:hover .image img{
	transform:scale(1.1,1.1);
}

.top_page_slider_icon_restaurant a .image::after{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	opacity:0;
	visibility:hidden;
	content:'';
	box-sizing:border-box;
	transform:scale(1.2,1.2);
	transition:0.5s ease-out;
	/* radius */
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
}

.top_page_slider_icon_restaurant a.restaurant .image::after{ border:10px solid rgba(210,80,100,1.0); }

.top_page_slider_icon_restaurant a:hover .image::after{
	opacity:1;
	visibility:visible;
	transform:scale(1.0,1.0);
}

.top_page_slider_icon_spa{
	position:absolute;
	bottom:42.5%;
	right:5%;
	width:240px;
	height:240px;
	z-index:20;
}

.top_page_slider_icon_spa .name{
	position:absolute;
	bottom:8px;
	left:0px;
	right:0px;
	margin:auto;
	width:100%;
	height:28px;
	text-align:center;
	z-index:30;
}

.top_page_slider_icon_spa .name img{
	height:28px;
}

.top_page_slider_icon_spa .image{
	position:relative;
	width:100%;
	height:100%;
	filter:drop-shadow(0px 0px 15px rgba(0,0,0,0.5));
}

.top_page_slider_icon_spa .image p{
	overflow:hidden;
	/* radius */
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
}

.top_page_slider_icon_spa .image .circle_spa{
	border:10px solid rgba(200,140,30,1.0);
	box-sizing:border-box;
	/* radius */
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
}

.top_page_slider_icon_spa .image img{
	width:100%;
	transition:0.25s ease-out;
}

.top_page_slider_icon_spa a:hover .image img{
	transform:scale(1.1,1.1);
}

.top_page_slider_icon_spa a .image::after{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	opacity:0;
	visibility:hidden;
	content:'';
	box-sizing:border-box;
	transform:scale(1.2,1.2);
	transition:0.5s ease-out;
	/* radius */
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
}

.top_page_slider_icon_spa a.spa .image::after{ border:10px solid rgba(200,140,30,1.0); }

.top_page_slider_icon_spa a:hover .image::after{
	opacity:1;
	visibility:visible;
	transform:scale(1.0,1.0);
}

.top_page_slider_icon_restaurant a:hover .image::after{
	opacity:1;
	visibility:visible;
	transform:scale(1.0,1.0);
}

.top_page_slider_icon_sharehouse{
	position:absolute;
	top:50%;
	left:5%;
	width:240px;
	height:240px;
	z-index:20;
}

.top_page_slider_icon_sharehouse .name{
	position:absolute;
	bottom:8px;
	left:0px;
	right:0px;
	margin:auto;
	width:100%;
	height:28px;
	text-align:center;
	z-index:30;
}

.top_page_slider_icon_sharehouse .name img{
	height:28px;
}

.top_page_slider_icon_sharehouse .image{
	position:relative;
	width:100%;
	height:100%;
	filter:drop-shadow(0px 0px 15px rgba(0,0,0,0.5));
}

.top_page_slider_icon_sharehouse .image p{
	overflow:hidden;
	/* radius */
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
}

.top_page_slider_icon_sharehouse .image .circle_sharehouse{
	border:10px solid rgba(60,145,185,1.0);
	box-sizing:border-box;
	/* radius */
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
}

.top_page_slider_icon_sharehouse .image img{
	width:100%;
	transition:0.25s ease-out;
}

.top_page_slider_icon_sharehouse a:hover .image img{
	transform:scale(1.1,1.1);
}

.top_page_slider_icon_sharehouse a .image::after{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	opacity:0;
	visibility:hidden;
	content:'';
	box-sizing:border-box;
	transform:scale(1.2,1.2);
	transition:0.5s ease-out;
	/* radius */
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
}

.top_page_slider_icon_sharehouse a.sharehouse .image::after{ border:10px solid rgba(60,145,185,1.0); }

.top_page_slider_icon_sharehouse a:hover .image::after{
	opacity:1;
	visibility:visible;
	transform:scale(1.0,1.0);
}

@media print{

.top_page_slider_icon_stay{
	display:none;
}

.top_page_slider_icon_restaurant{
	display:none;
}

.top_page_slider_icon_spa{
	display:none;
}

.top_page_slider_icon_sharehouse{
	display:none;
}

}

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

.top_page_slider_icon_stay{
	bottom:35px;
	left:55%;
	width:200px;
	height:200px;
}

.top_page_slider_icon_stay .name{
	height:25px;
}

.top_page_slider_icon_stay .name img{
	height:25px;
}

.top_page_slider_icon_restaurant{
	top:115px;
	right:55%;
	width:200px;
	height:200px;
}

.top_page_slider_icon_restaurant .name{
	height:25px;
}

.top_page_slider_icon_restaurant .name img{
	height:25px;
}

.top_page_slider_icon_spa{
	bottom:42.5%;
	right:5%;
	width:200px;
	height:200px;
}

.top_page_slider_icon_spa .name{
	height:25px;
}

.top_page_slider_icon_spa .name img{
	height:25px;
}

.top_page_slider_icon_sharehouse{
	top:50%;
	left:5%;
	width:200px;
	height:200px;
}

.top_page_slider_icon_sharehouse .name{
	height:25px;
}

.top_page_slider_icon_sharehouse .name img{
	height:25px;
}

}

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

.top_page_slider_icon_stay{
	bottom:35px;
	left:15%;
	width:200px;
	height:200px;
}

.top_page_slider_icon_stay .name{
	height:23px;
}

.top_page_slider_icon_stay .name img{
	height:23px;
}

.top_page_slider_icon_restaurant{
	top:95px;
	right:15%;
	width:200px;
	height:200px;
}

.top_page_slider_icon_restaurant .name{
	height:23px;
}

.top_page_slider_icon_restaurant .name img{
	height:23px;
}

.top_page_slider_icon_spa{
	bottom:85px;
	right:15%;
	width:200px;
	height:200px;
}

.top_page_slider_icon_spa .name{
	height:23px;
}

.top_page_slider_icon_spa .name img{
	height:23px;
}

.top_page_slider_icon_sharehouse{
	top:145px;
	left:15%;
	width:200px;
	height:200px;
}

.top_page_slider_icon_sharehouse .name{
	height:23px;
}

.top_page_slider_icon_sharehouse .name img{
	height:23px;
}

}

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

.top_page_slider_icon_stay{
	bottom:25px;
	left:5%;
	width:180px;
	height:180px;
}

.top_page_slider_icon_stay .name{
	height:20px;
}

.top_page_slider_icon_stay .name img{
	height:20px;
}

.top_page_slider_icon_restaurant{
	top:85px;
	right:5%;
	width:180px;
	height:180px;
}

.top_page_slider_icon_restaurant .name{
	height:20px;
}

.top_page_slider_icon_restaurant .name img{
	height:20px;
}

.top_page_slider_icon_spa{
	bottom:55px;
	right:5%;
	width:180px;
	height:180px;
}

.top_page_slider_icon_spa .name{
	height:20px;
}

.top_page_slider_icon_spa .name img{
	height:20px;
}

.top_page_slider_icon_sharehouse{
	top:115px;
	left:5%;
	width:180px;
	height:180px;
}

.top_page_slider_icon_sharehouse .name{
	height:20px;
}

.top_page_slider_icon_sharehouse .name img{
	height:20px;
}

}

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

.top_page_slider_icon_stay{
	bottom:25px;
	left:3.5%;
	width:160px;
	height:160px;
}

.top_page_slider_icon_restaurant{
	top:85px;
	right:3.5%;
	width:160px;
	height:160px;
}

.top_page_slider_icon_spa{
	bottom:55px;
	right:3.5%;
	width:160px;
	height:160px;
}

.top_page_slider_icon_sharehouse{
	top:115px;
	left:3.5%;
	width:160px;
	height:160px;
}

}



/*=========================================*/
/* ↓前サイトからのコピー */
/*=========================================*/


/*-- NOTICE --*/

@media all and (min-width:1281px), print{

#notice_area{
	padding:80px 70px 70px 70px;
	background-color:rgba(15,10,10,0.1);
	border-bottom:1px solid #beb9b4;
}

.notice{
	margin:0px 0px 10px 0px;
	width:100%;
	background-color:#ffffff;
	border:2px solid #cc0000;
	box-sizing:border-box;
	/* radius */
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
}

.notice .title{
	padding:50px 50px 10px 50px;
	font-size:175%;
	line-height:150%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#cc0000;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
}

.notice .text{
	padding:2px 50px 45px 50px;
	font-size:100%;
	line-height:180%;
	color:#231914;
	text-align:center;
}

.notice .text a{
	transition:0.5s ease-out;
}

.notice .text a:link{ color:#231914; text-decoration:underline; }
.notice .text a:visited{ color:#231914; text-decoration:underline; }
.notice .text a:hover{ color:#827d78; text-decoration:underline; }
.notice .text a:active{ color:#827d78; text-decoration:underline; }

}

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

#notice_area{
	padding:70px 60px 60px 60px;
	background-color:rgba(15,10,10,0.1);
	border-bottom:1px solid #beb9b4;
}

.notice{
	margin:0px 0px 10px 0px;
	width:100%;
	background-color:#ffffff;
	border:2px solid #cc0000;
	box-sizing:border-box;
	/* radius */
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
}

.notice .title{
	padding:40px 40px 10px 40px;
	font-size:150%;
	line-height:150%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#cc0000;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
}

.notice .text{
	padding:2px 40px 35px 40px;
	font-size:95%;
	line-height:180%;
	color:#231914;
	text-align:center;
}

.notice .text a{
	transition:0.5s ease-out;
}

.notice .text a:link{ color:#231914; text-decoration:underline; }
.notice .text a:visited{ color:#231914; text-decoration:underline; }
.notice .text a:hover{ color:#827d78; text-decoration:underline; }
.notice .text a:active{ color:#827d78; text-decoration:underline; }

}

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

#notice_area{
	padding:60px 40px 50px 40px;
}

.notice .title{
	padding:30px 30px 8px 30px;
	font-size:125%;
}

.notice .text{
	padding:2px 30px 25px 20px;
	font-size:85%;
}

}

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

#notice_area{
	padding:50px 20px 45px 20px;
}

.notice{
	margin:0px 0px 5px 0px;
}

.notice .title{
	padding:25px 15px 6px 15px;
	font-size:110%;
}

.notice .text{
	padding:2px 15px 20px 15px;
	font-size:80%;
}

}


/*-- BANNER --*/

@media all and (min-width:1561px), print{

#pickup_bnr_area{
	padding:30px 0px 20px 0px;
	background-color:rgba(15,10,10,0.1);
	border-bottom:1px solid #beb9b4;
}

.pickup_bnr{
	margin:0px auto 0px auto;
	max-width:1560px;
	overflow:hidden;
}

.pickup_bnr .bnr{
	float:left;
	width:33%;
}

.pickup_bnr .bnr p{
	padding:0px 5px 10px 5px;
}

.pickup_bnr .bnr img{
	width:100%;
}

}

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

#pickup_bnr_area{
	padding:30px 45px 20px 45px;
	background-color:rgba(15,10,10,0.1);
	border-bottom:1px solid #beb9b4;
}

.pickup_bnr{
	margin:0px auto 0px auto;
	max-width:1560px;
	overflow:hidden;
}

.pickup_bnr .bnr{
	float:left;
	width:100%;
}

.pickup_bnr .bnr p{
	padding:0px 5px 10px 5px;
}

.pickup_bnr .bnr img{
	width:100%;
}

}

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

#pickup_bnr_area{
	padding:25px 40px 15px 40px;
}

.pickup_bnr .bnr{
	width:100%;
}

.pickup_bnr .bnr p{
	padding:0px 0px 10px 0px;
}

}

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

#pickup_bnr_area{
	padding:20px 20px 15px 20px;
}

.pickup_bnr .bnr p{
	padding:0px 0px 5px 0px;
}

}


/*-- お知らせ --*/

@media all and (min-width:1281px), print{

.news_category_title{
	margin:0px 0px 20px 10px;
	width:250px;
}

.news_category_title p{
	padding:5px 10px 5px 10px;
	background-color:rgba(15,10,10,1.0);
	font-size:87.5%;
	line-height:150%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#ffffff;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
	/* radius */
	-webkit-border-radius:50px;
	   -moz-border-radius:50px;
	        border-radius:50px;
}

.news_category_title a:link{ color:#ffffff; text-decoration:none; }
.news_category_title a:visited{ color:#ffffff; text-decoration:none; }
.news_category_title a:hover{ color:#ffffff; text-decoration:none; }
.news_category_title a:active{ color:#ffffff; text-decoration:none; }

}

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

.news_category_title{
	margin:0px 0px 20px 10px;
	width:225px;
}

.news_category_title p{
	padding:5px 10px 5px 10px;
	background-color:rgba(15,10,10,1.0);
	font-size:87.5%;
	line-height:150%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#ffffff;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
	/* radius */
	-webkit-border-radius:50px;
	   -moz-border-radius:50px;
	        border-radius:50px;
}

.news_category_title a:link{ color:#ffffff; text-decoration:none; }
.news_category_title a:visited{ color:#ffffff; text-decoration:none; }
.news_category_title a:hover{ color:#ffffff; text-decoration:none; }
.news_category_title a:active{ color:#ffffff; text-decoration:none; }

}

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

.news_category_title{
	margin:0px 0px 15px 10px;
	width:225px;
}

.news_category_title p{
	font-size:75%;
}

}

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

.news_category_title p{
	font-size:70%;
}

}


/*-- NEWS AREA --*/

@media all and (min-width:1281px), print{

#news_area{
	margin:0px auto 0px auto;
	max-width:1560px;
	overflow:hidden;
}

#event_area{
	float:left;
	width:50%;
	/*--border-right:1px solid #beb9b4;--*/
	box-sizing:border-box;
}

#topics_area{
	float:left;
	width:50%;
	border-right:1px solid #beb9b4;
	box-sizing:border-box;
}

.news_flame{
	padding:80px 50px 50px 50px;
	overflow:hidden;
}

.news_title{
	padding:0px 0px 50px 0px;
	overflow:hidden;
}

.news_title_area{
	float:left;
	margin:0px 0px 0px 10px;
}

.news_title .title{
	padding:2px 0px 10px 0px;
	font-size:200%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#0f0a0a;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:left;
}

.news_title .text{
	padding:2px 0px 0px 0px;
	font-size:85%;
	line-height:180%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#555050;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:left;
}

.news_title .nav{
	float:right;
	margin:30px 10px 0px 0px;
	width:100px;
}

.news_title .nav a{
	padding:10px 0px 8px 0px;
	width:100%;
	border:1px solid #0f0a0a;
	box-sizing:border-box;
	font-size:85%;
	color:#0f0a0a;
	font-family:'Amiri', serif;
	text-align:center;
	display:block;
	transition:0.5s ease-out;
}

.news_title .nav a:link{ color:#0f0a0a; text-decoration:none; }
.news_title .nav a:visited{ color:#0f0a0a; text-decoration:none; }
.news_title .nav a:hover{ color:#ffffff; text-decoration:none; background-color:#0f0a0a; }
.news_title .nav a:active{ color:#ffffff; text-decoration:none; background-color:#0f0a0a; }

.news_list{
	width:100%;
	overflow:hidden;
}

.news_article{
	float:left;
	position:relative;
	padding:10px 0px 0px 0px;
	width:50%;
}

.article_flame{
	position:relative;
	margin:0px 10px 30px 10px;
}

.article_flame .image_box img{
	transition:0.5s ease-out;
}

.article_flame .image{
	position:relative;
	width:100%;
}

.article_flame .box_fit:before{
	content:"";
	display:block;
	padding-top:56.25%;
}

.article_flame .image p{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	overflow:hidden;
}

.article_flame .image p img{
	object-fit:cover;
	width:100%;
	height:auto;
}

.article_flame .image p img{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	   -moz-transform:translate(-50%,-50%);
	        transform:translate(-50%,-50%);
}

.article_flame .text_box{
	position:relative;
	width:100%;
	overflow:hidden;
	display:block;
}

.article_flame .text_box .date{
	padding:20px 3px 3px 3px;
	font-size:100%;
	color:#555050;
	font-family:'Khand', sans-serif;
	text-align:left;
}

.article_flame .text_box .text{
	padding:0px 2px 0px 2px;
	font-size:85%;
	line-height:180%;
	color:#231914;
	text-align:left;
	transition:0.5s ease-out;
}

.article_flame:hover .text_box .text{
	color:#827d78;
}

.article_flame .article_link a{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block;
	filter:alpha(opacity=0);
	transition:0.5s ease-out;
}

}

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

#news_area{
	width:100%;
	overflow:hidden;
}

#event_area{
	width:100%;
	/*--border-right:1px solid #beb9b4;--*/
	box-sizing:border-box;
}

#topics_area{
	width:100%;
	border-bottom:1px solid #beb9b4;
	box-sizing:border-box;
}

.news_flame{
	padding:70px 50px 50px 50px;
	overflow:hidden;
}

.news_title{
	margin:0px auto 0px auto;
	padding:0px 0px 50px 0px;
	max-width:1020px;
	overflow:hidden;
}

.news_title_area{
	padding:0px 0px 30px 0px;
}

.news_title .title{
	padding:2px 0px 10px 0px;
	font-size:200%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#0f0a0a;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
}

.news_title .text{
	padding:2px 0px 0px 0px;
	font-size:85%;
	line-height:180%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#555050;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
}

.news_title .nav{
	margin:0px auto 0px auto;
	width:100px;
}

.news_title .nav a{
	padding:8px 0px 6px 0px;
	width:100%;
	border:1px solid #0f0a0a;
	box-sizing:border-box;
	font-size:85%;
	color:#0f0a0a;
	font-family:'Amiri', serif;
	text-align:center;
	display:block;
	transition:0.5s ease-out;
}

.news_title .nav a:link{ color:#0f0a0a; text-decoration:none; }
.news_title .nav a:visited{ color:#0f0a0a; text-decoration:none; }
.news_title .nav a:hover{ color:#ffffff; text-decoration:none; background-color:#0f0a0a; }
.news_title .nav a:active{ color:#ffffff; text-decoration:none; background-color:#0f0a0a; }

.news_list{
	margin:0px auto 0px auto;
	max-width:1020px;
	overflow:hidden;
}

.news_article{
	float:left;
	position:relative;
	padding:10px 0px 0px 0px;
	width:33.33333%;
}

.article_flame{
	position:relative;
	margin:0px 10px 30px 10px;
}

.article_flame .image_box img{
	transition:0.5s ease-out;
}

.article_flame .image{
	position:relative;
	width:100%;
}

.article_flame .box_fit:before{
	content:"";
	display:block;
	padding-top:56.25%;
}

.article_flame .image p{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	overflow:hidden;
}

.article_flame .image p img{
	object-fit:cover;
	width:100%;
	height:auto;
}

.article_flame .image p img{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	   -moz-transform:translate(-50%,-50%);
	        transform:translate(-50%,-50%);
}

.article_flame .text_box{
	position:relative;
	width:100%;
	overflow:hidden;
	display:block;
}

.article_flame .text_box .date{
	padding:20px 3px 3px 3px;
	font-size:100%;
	color:#555050;
	font-family:'Khand', sans-serif;
	text-align:left;
}

.article_flame .text_box .text{
	padding:0px 2px 0px 2px;
	font-size:85%;
	line-height:180%;
	color:#231914;
	text-align:left;
	transition:0.5s ease-out;
}

.article_flame:hover .text_box .text{
	color:#827d78;
}

.article_flame .article_link a{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block;
	filter:alpha(opacity=0);
	transition:0.5s ease-out;
}

}

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

.news_flame{
	padding:60px 30px 40px 30px;
}

.news_title{
	padding:0px 0px 40px 0px;
}

.news_title_area{
	padding:0px 0px 25px 0px;
}

.news_title .title{
	padding:2px 0px 8px 0px;
	font-size:175%;
}

.news_title .text{
	font-size:80%;
}

.news_title .nav{
	width:80px;
}

.news_title .nav a{
	padding:7px 0px 5px 0px;
	font-size:80%;
}

.news_list{
	max-width:600px;
}

.news_article{
	width:50%;
}

.article_flame .text_box .text{
	font-size:80%;
}

}

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

.news_flame{
	padding:50px 15px 30px 15px;
}

.news_title{
	padding:0px 0px 30px 0px;
}

.news_title_area{
	padding:0px 0px 20px 0px;
}

.news_title .title{
	font-size:150%;
}

.news_title .text{
	font-size:75%;
}

.news_title .nav{
	width:70px;
}

.news_title .nav a{
	padding:6px 0px 4px 0px;
	font-size:75%;
}

.news_list{
	max-width:300px;
}

.news_article{
	width:100%;
}

}


/*-- BLOG --*/

@media all and (min-width:1601px), print{

#blog_area{
	padding:80px 50px 80px 50px;
	border-top:1px solid #beb9b4;
	box-sizing:border-box;
	overflow:hidden;
}

.blog_title_area{
	padding:0px 0px 50px 0px;
	overflow:hidden;
}

.blog_title_area .title{
	padding:2px 0px 10px 0px;
	font-size:200%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#0f0a0a;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
}

.blog_title_area .text{
	padding:2px 0px 0px 0px;
	font-size:85%;
	line-height:180%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#555050;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
}

#blog_bnr_area{
	margin:0px auto 0px auto;
	width:1500px;
	overflow:hidden;
}

#blog_bnr{
	padding:0px 30px 0px 30px;
	overflow:hidden;
}

.blog_bnr_list{
	float:left;
	position:relative;
	width:33.33333%;
}

.blog_bnr_list .image{
	margin:0px 10px 10px 10px;
}

.blog_bnr_list .image img{
	width:100%;
}

.blog_text_box{
	margin:0px 10px 0px 10px;
	border-bottom:1px solid #beb9b4;
	overflow:hidden;
}

.blog_date_box{
	width:100%;
	overflow:hidden;
}

.blog_text_box .date{
	float:left;
	padding:15px 3px 3px 3px;
	font-size:100%;
	color:#555050;
	font-family:'Khand', sans-serif;
	text-align:left;
}

.blog_date_box .blog_new_icon{
	float:left;
	padding:14px 3px 3px 10px;
}

.blog_text_box .text{
	padding:0px 2px 10px 2px;
	font-size:85%;
	line-height:180%;
	color:#231914;
	text-align:left;
	transition:0.5s ease-out;
}

.blog_text_box .text a:link{ color:#231914; text-decoration:underline; }
.blog_text_box .text a:visited{ color:#231914; text-decoration:underline; }
.blog_text_box .text a:hover{ color:#555050; text-decoration:none; }
.blog_text_box .text a:active{ color:#555050; text-decoration:none; }

.blog_nav{
	margin:30px auto 0px auto;
	padding:0px 0px 30px 0px;
	width:100px;
}

.blog_nav a{
	padding:10px 0px 8px 0px;
	width:100%;
	border:1px solid #0f0a0a;
	box-sizing:border-box;
	font-size:85%;
	color:#0f0a0a;
	font-family:'Amiri', serif;
	text-align:center;
	display:block;
	transition:0.5s ease-out;
}

.blog_nav a:link{ color:#0f0a0a; text-decoration:none; }
.blog_nav a:visited{ color:#0f0a0a; text-decoration:none; }
.blog_nav a:hover{ color:#ffffff; text-decoration:none; background-color:#0f0a0a; }
.blog_nav a:active{ color:#ffffff; text-decoration:none; background-color:#0f0a0a; }

}

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

#blog_area{
	padding:70px 50px 70px 50px;
	border-top:1px solid #beb9b4;
	box-sizing:border-box;
	overflow:hidden;
}

.blog_title_area{
	padding:0px 0px 50px 0px;
	overflow:hidden;
}

.blog_title_area .title{
	padding:2px 0px 10px 0px;
	font-size:200%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#0f0a0a;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
}

.blog_title_area .text{
	padding:2px 0px 0px 0px;
	font-size:85%;
	line-height:180%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#555050;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
}

#blog_bnr_area{
	width:100%;
	overflow:hidden;
}

#blog_bnr{
	padding:0px 50px 0px 50px;
	overflow:hidden;
}

.blog_bnr_list{
	float:left;
	position:relative;
	width:33.33333%;
}

.blog_bnr_list .image{
	margin:0px 10px 10px 10px;
}

.blog_bnr_list .image img{
	width:100%;
}

.blog_text_box{
	margin:0px 10px 0px 10px;
	border-bottom:1px solid #beb9b4;
	overflow:hidden;
}

.blog_date_box{
	width:100%;
	overflow:hidden;
}

.blog_text_box .date{
	float:left;
	padding:15px 3px 3px 3px;
	font-size:100%;
	color:#555050;
	font-family:'Khand', sans-serif;
	text-align:left;
}

.blog_date_box .blog_new_icon{
	float:left;
	padding:14px 3px 3px 10px;
}

.blog_text_box .text{
	padding:0px 2px 10px 2px;
	font-size:85%;
	line-height:180%;
	color:#231914;
	text-align:left;
	transition:0.5s ease-out;
}

.blog_text_box .text a:link{ color:#231914; text-decoration:underline; }
.blog_text_box .text a:visited{ color:#231914; text-decoration:underline; }
.blog_text_box .text a:hover{ color:#555050; text-decoration:none; }
.blog_text_box .text a:active{ color:#555050; text-decoration:none; }

.blog_nav{
	margin:30px auto 0px auto;
	padding:0px 0px 30px 0px;
	width:100px;
}

.blog_nav a{
	padding:8px 0px 6px 0px;
	width:100%;
	border:1px solid #0f0a0a;
	box-sizing:border-box;
	font-size:85%;
	color:#0f0a0a;
	font-family:'Amiri', serif;
	text-align:center;
	display:block;
	transition:0.5s ease-out;
}

.blog_nav a:link{ color:#0f0a0a; text-decoration:none; }
.blog_nav a:visited{ color:#0f0a0a; text-decoration:none; }
.blog_nav a:hover{ color:#ffffff; text-decoration:none; background-color:#0f0a0a; }
.blog_nav a:active{ color:#ffffff; text-decoration:none; background-color:#0f0a0a; }

}

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

#blog_area{
	padding:60px 40px 60px 40px;
}

.blog_title_area{
	padding:0px 0px 40px 0px;
}

.blog_title_area .title{
	padding:2px 0px 8px 0px;
	font-size:175%;
}

.blog_title_area .text{
	font-size:80%;
}

#blog_bnr_area{
	margin:0px auto 0px auto;
	max-width:960px;
}

.blog_bnr_list{
	width:50%;
}

.blog_text_box .text{
	font-size:80%;
}

}

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

#blog_area{
	padding:50px 10px 50px 10px;
}

.blog_title_area{
	padding:0px 0px 30px 0px;
}

.blog_title_area .title{
	font-size:150%;
}

.blog_title_area .text{
	font-size:75%;
}

#blog_bnr_area{
	max-width:300px;
}

#blog_bnr{
	padding:0px 25px 0px 25px;
}

.blog_bnr_list{
	width:100%;
}

.blog_text_box .text{
	font-size:75%;
}

}


/*-- 宿泊 --*/

@media all and (min-width:1561px), print{

#stay_area{
	width:100%;
	height:500px;
	overflow:hidden;
}

#stay_text_area{
	float:left;
	position:relative;
	width:30%;
	height:500px;
	background-color:rgba(85,145,45,1.0);
}

#stay_text_area .title{
	padding:100px 80px 30px 80px;
	text-align:center;
}

#stay_text_area .title img{
	max-width:400px;
	width:100%;
}

#stay_text_area .text{
	padding:2px 20px 2px 20px;
	font-size:100%;
	line-height:150%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#ffffff;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
}

#stay_text_area .more_link{
	position:absolute;
	bottom:100px;
	left:0px;
	right:0px;
	margin:0px auto;
	width:40%;
	border:1px solid #ffffff;
	box-sizing:border-box;
}

#stay_text_area .more_link a{
	padding:15px 0px 13px 0px;
	font-size:115%;
	color:#ffffff;
	text-align:center;
	font-family:'Amiri', serif;
	display:block;
	transition:0.5s ease-out;
}

#stay_text_area .more_link a:link{ color:#ffffff; text-decoration:none; }
#stay_text_area .more_link a:visited{ color:#ffffff; text-decoration:none; }
#stay_text_area .more_link a:hover{ color:#0f0a0a; text-decoration:none; background-color:#ffffff; }
#stay_text_area .more_link a:active{ color:#0f0a0a; text-decoration:none; background-color:#ffffff; }

#stay_image_area{
	float:right;
	width:70%;
	height:500px;
	background-image:url(../images/top_page/stay_img_pc.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

}

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

#stay_area{
	width:100%;
	height:450px;
	overflow:hidden;
}

#stay_text_area{
	float:left;
	position:relative;
	width:35%;
	height:450px;
	background-color:rgba(85,145,45,1.0);
}

#stay_text_area .title{
	padding:90px 80px 25px 80px;
	text-align:center;
}

#stay_text_area .title img{
	max-width:400px;
	width:100%;
}

#stay_text_area .text{
	padding:2px 20px 2px 20px;
	font-size:100%;
	line-height:150%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#ffffff;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
}

#stay_text_area .more_link{
	position:absolute;
	bottom:90px;
	left:0px;
	right:0px;
	margin:0px auto;
	width:40%;
	border:1px solid #ffffff;
	box-sizing:border-box;
}

#stay_text_area .more_link a{
	padding:15px 0px 13px 0px;
	font-size:110%;
	color:#ffffff;
	text-align:center;
	font-family:'Amiri', serif;
	display:block;
	transition:0.5s ease-out;
}

#stay_text_area .more_link a:link{ color:#ffffff; text-decoration:none; }
#stay_text_area .more_link a:visited{ color:#ffffff; text-decoration:none; }
#stay_text_area .more_link a:hover{ color:#0f0a0a; text-decoration:none; background-color:#ffffff; }
#stay_text_area .more_link a:active{ color:#0f0a0a; text-decoration:none; background-color:#ffffff; }

#stay_image_area{
	float:right;
	width:65%;
	height:450px;
	background-image:url(../images/top_page/stay_img_pc.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

}

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

#stay_area{
	height:400px;
}

#stay_text_area{
	width:40%;
	height:400px;
}

#stay_text_area .title{
	padding:70px 50px 20px 50px;
}

#stay_text_area .title img{
	max-width:360px;
}

#stay_text_area .text{
	font-size:95%;
}

#stay_text_area .more_link{
	bottom:70px;
}

#stay_text_area .more_link a{
	padding:14px 0px 12px 0px;
	font-size:100%;
}

#stay_image_area{
	width:60%;
	height:400px;
}

}

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

#stay_area{
	height:350px;
}

#stay_text_area{
	width:50%;
	height:350px;
}

#stay_text_area .title{
	padding:65px 40px 20px 40px;
}

#stay_text_area .title img{
	max-width:320px;
}

#stay_text_area .text{
	font-size:85%;
}

#stay_text_area .more_link{
	bottom:65px;
}

#stay_text_area .more_link a{
	padding:12px 0px 10px 0px;
	font-size:95%;
}

#stay_image_area{
	width:50%;
	height:350px;
	background-image:url(../images/top_page/stay_img_sp.jpg);
}

}

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

#stay_area{
	height:300px;
}

#stay_text_area{
	height:300px;
}

#stay_text_area .title{
	padding:50px 30px 20px 30px;
}

#stay_text_area .title img{
	max-width:300px;
}

#stay_text_area .text{
	font-size:80%;
}

#stay_text_area .more_link{
	bottom:50px;
}

#stay_text_area .more_link a{
	padding:10px 0px 8px 0px;
	font-size:85%;
}

#stay_image_area{
	height:300px;
}

}

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

#stay_area{
	height:250px;
}

#stay_text_area{
	height:250px;
}

#stay_text_area .title{
	padding:40px 20px 15px 20px;
}

#stay_text_area .text{
	padding:2px 15px 2px 15px;
	font-size:70%;
}

#stay_text_area .more_link{
	bottom:40px;
	width:50%;
}

#stay_text_area .more_link a{
	padding:8px 0px 6px 0px;
	font-size:80%;
}

#stay_image_area{
	height:250px;
}

}

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

#stay_area{
	height:200px;
}

#stay_text_area{
	height:200px;
}

#stay_text_area .title{
	padding:35px 15px 10px 15px;
}

#stay_text_area .text{
	font-size:65%;
}

#stay_text_area .more_link{
	bottom:35px;
}

#stay_text_area .more_link a{
	padding:7px 0px 5px 0px;
	font-size:75%;
}

#stay_image_area{
	height:200px;
}

}


/*-- レストラン --*/

@media all and (min-width:1561px), print{

#restaurant_area{
	width:100%;
	height:500px;
	overflow:hidden;
}


#restaurant_text_area{
	float:right;
	position:relative;
	width:30%;
	height:500px;
	background-color:rgba(210,80,100,1.0);
}

#restaurant_text_area .title{
	padding:100px 80px 30px 80px;
	text-align:center;
}

#restaurant_text_area .title img{
	max-width:400px;
	width:100%;
}

#restaurant_text_area .text{
	padding:2px 20px 2px 20px;
	font-size:100%;
	line-height:150%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#ffffff;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
}

#restaurant_text_area .more_link{
	position:absolute;
	bottom:100px;
	left:0px;
	right:0px;
	margin:0px auto;
	width:40%;
	border:1px solid #ffffff;
	box-sizing:border-box;
}

#restaurant_text_area .more_link a{
	padding:15px 0px 13px 0px;
	font-size:115%;
	color:#ffffff;
	text-align:center;
	font-family:'Amiri', serif;
	display:block;
	transition:0.5s ease-out;
}

#restaurant_text_area .more_link a:link{ color:#ffffff; text-decoration:none; }
#restaurant_text_area .more_link a:visited{ color:#ffffff; text-decoration:none; }
#restaurant_text_area .more_link a:hover{ color:#0f0a0a; text-decoration:none; background-color:#ffffff; }
#restaurant_text_area .more_link a:active{ color:#0f0a0a; text-decoration:none; background-color:#ffffff; }

#restaurant_image_area{
	float:left;
	width:70%;
	height:500px;
	background-image:url(../images/top_page/restaurant_img_240227_pc.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

}

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

#restaurant_area{
	width:100%;
	height:450px;
	overflow:hidden;
}

#restaurant_text_area{
	float:right;
	position:relative;
	width:35%;
	height:450px;
	background-color:rgba(210,80,100,1.0);
}

#restaurant_text_area .title{
	padding:90px 80px 25px 80px;
	text-align:center;
}

#restaurant_text_area .title img{
	max-width:400px;
	width:100%;
}

#restaurant_text_area .text{
	padding:2px 20px 2px 20px;
	font-size:100%;
	line-height:150%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#ffffff;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
}

#restaurant_text_area .more_link{
	position:absolute;
	bottom:90px;
	left:0px;
	right:0px;
	margin:0px auto;
	width:40%;
	border:1px solid #ffffff;
	box-sizing:border-box;
}

#restaurant_text_area .more_link a{
	padding:15px 0px 13px 0px;
	font-size:110%;
	color:#ffffff;
	text-align:center;
	font-family:'Amiri', serif;
	display:block;
	transition:0.5s ease-out;
}

#restaurant_text_area .more_link a:link{ color:#ffffff; text-decoration:none; }
#restaurant_text_area .more_link a:visited{ color:#ffffff; text-decoration:none; }
#restaurant_text_area .more_link a:hover{ color:#0f0a0a; text-decoration:none; background-color:#ffffff; }
#restaurant_text_area .more_link a:active{ color:#0f0a0a; text-decoration:none; background-color:#ffffff; }

#restaurant_image_area{
	float:left;
	width:65%;
	height:450px;
	background-image:url(../images/top_page/restaurant_img_240227_pc.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

}

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

#restaurant_area{
	height:400px;
}

#restaurant_text_area{
	width:40%;
	height:400px;
}

#restaurant_text_area .title{
	padding:70px 50px 20px 50px;
}

#restaurant_text_area .title img{
	max-width:360px;
}

#restaurant_text_area .text{
	font-size:95%;
}

#restaurant_text_area .more_link{
	bottom:70px;
}

#restaurant_text_area .more_link a{
	padding:14px 0px 12px 0px;
	font-size:100%;
}

#restaurant_image_area{
	width:60%;
	height:400px;
}

}

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

#restaurant_area{
	height:350px;
}

#restaurant_text_area{
	width:50%;
	height:350px;
}

#restaurant_text_area .title{
	padding:65px 40px 20px 40px;
}

#restaurant_text_area .title img{
	max-width:320px;
}

#restaurant_text_area .text{
	font-size:85%;
}

#restaurant_text_area .more_link{
	bottom:65px;
}

#restaurant_text_area .more_link a{
	padding:12px 0px 10px 0px;
	font-size:95%;
}

#restaurant_image_area{
	width:50%;
	height:350px;
	background-image:url(../images/top_page/restaurant_img_240227_sp.jpg);
}

}

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

#restaurant_area{
	height:300px;
}

#restaurant_text_area{
	height:300px;
}

#restaurant_text_area .title{
	padding:50px 30px 20px 30px;
}

#restaurant_text_area .title img{
	max-width:300px;
}

#restaurant_text_area .text{
	font-size:80%;
}

#restaurant_text_area .more_link{
	bottom:50px;
}

#restaurant_text_area .more_link a{
	padding:10px 0px 8px 0px;
	font-size:85%;
}

#restaurant_image_area{
	height:300px;
}

}

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

#restaurant_area{
	height:250px;
}

#restaurant_text_area{
	height:250px;
}

#restaurant_text_area .title{
	padding:40px 20px 15px 20px;
}

#restaurant_text_area .text{
	padding:2px 15px 2px 15px;
	font-size:70%;
}

#restaurant_text_area .more_link{
	bottom:40px;
	width:50%;
}

#restaurant_text_area .more_link a{
	padding:8px 0px 6px 0px;
	font-size:80%;
}

#restaurant_image_area{
	height:250px;
}

}

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

#restaurant_area{
	height:200px;
}

#restaurant_text_area{
	height:200px;
}

#restaurant_text_area .title{
	padding:35px 15px 10px 15px;
}

#restaurant_text_area .text{
	font-size:65%;
}

#restaurant_text_area .more_link{
	bottom:35px;
}

#restaurant_text_area .more_link a{
	padding:7px 0px 5px 0px;
	font-size:75%;
}

#restaurant_image_area{
	height:200px;
}

}


/*-- 温泉 --*/

@media all and (min-width:1561px), print{

#spa_area{
	width:100%;
	height:500px;
	overflow:hidden;
}

#spa_text_area{
	float:left;
	position:relative;
	width:30%;
	height:500px;
	background-color:rgba(200,140,30,1.0);
}

#spa_text_area .title{
	padding:100px 80px 30px 80px;
	text-align:center;
}

#spa_text_area .title img{
	max-width:400px;
	width:100%;
}

#spa_text_area .text{
	padding:2px 20px 2px 20px;
	font-size:100%;
	line-height:150%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#ffffff;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
}

#spa_text_area .more_link{
	position:absolute;
	bottom:100px;
	left:0px;
	right:0px;
	margin:0px auto;
	width:35%;
	border:1px solid #ffffff;
	box-sizing:border-box;
}

#spa_text_area .more_link a{
	padding:15px 0px 13px 0px;
	font-size:115%;
	color:#ffffff;
	text-align:center;
	font-family:'Amiri', serif;
	display:block;
	transition:0.5s ease-out;
}

#spa_text_area .more_link a:link{ color:#ffffff; text-decoration:none; }
#spa_text_area .more_link a:visited{ color:#ffffff; text-decoration:none; }
#spa_text_area .more_link a:hover{ color:#0f0a0a; text-decoration:none; background-color:#ffffff; }
#spa_text_area .more_link a:active{ color:#0f0a0a; text-decoration:none; background-color:#ffffff; }

#spa_image_area{
	float:right;
	width:70%;
	height:500px;
	background-image:url(../images/top_page/spa_img_pc.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

}

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

#spa_area{
	width:100%;
	height:450px;
	overflow:hidden;
}

#spa_text_area{
	float:left;
	position:relative;
	width:35%;
	height:450px;
	background-color:rgba(200,140,30,1.0);
}

#spa_text_area .title{
	padding:90px 80px 25px 80px;
	text-align:center;
}

#spa_text_area .title img{
	max-width:400px;
	width:100%;
}

#spa_text_area .text{
	padding:2px 20px 2px 20px;
	font-size:100%;
	line-height:150%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#ffffff;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
}

#spa_text_area .more_link{
	position:absolute;
	bottom:90px;
	left:0px;
	right:0px;
	margin:0px auto;
	width:40%;
	border:1px solid #ffffff;
	box-sizing:border-box;
}

#spa_text_area .more_link a{
	padding:15px 0px 13px 0px;
	font-size:110%;
	color:#ffffff;
	text-align:center;
	font-family:'Amiri', serif;
	display:block;
	transition:0.5s ease-out;
}

#spa_text_area .more_link a:link{ color:#ffffff; text-decoration:none; }
#spa_text_area .more_link a:visited{ color:#ffffff; text-decoration:none; }
#spa_text_area .more_link a:hover{ color:#0f0a0a; text-decoration:none; background-color:#ffffff; }
#spa_text_area .more_link a:active{ color:#0f0a0a; text-decoration:none; background-color:#ffffff; }

#spa_image_area{
	float:right;
	width:65%;
	height:450px;
	background-image:url(../images/top_page/spa_img_pc.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

}

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

#spa_area{
	height:400px;
}

#spa_text_area{
	width:40%;
	height:400px;
}

#spa_text_area .title{
	padding:70px 50px 20px 50px;
}

#spa_text_area .title img{
	max-width:360px;
}

#spa_text_area .text{
	font-size:95%;
}

#spa_text_area .more_link{
	bottom:70px;
}

#spa_text_area .more_link a{
	padding:14px 0px 12px 0px;
	font-size:100%;
}

#spa_image_area{
	width:60%;
	height:400px;
}

}

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

#spa_area{
	height:350px;
}

#spa_text_area{
	width:50%;
	height:350px;
}

#spa_text_area .title{
	padding:65px 40px 20px 40px;
}

#spa_text_area .title img{
	max-width:320px;
}

#spa_text_area .text{
	font-size:85%;
}

#spa_text_area .more_link{
	bottom:65px;
}

#spa_text_area .more_link a{
	padding:12px 0px 10px 0px;
	font-size:95%;
}

#spa_image_area{
	width:50%;
	height:350px;
	background-image:url(../images/top_page/spa_img_sp.jpg);
}

}

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

#spa_area{
	height:300px;
}

#spa_text_area{
	height:300px;
}

#spa_text_area .title{
	padding:50px 30px 20px 30px;
}

#spa_text_area .title img{
	max-width:300px;
}

#spa_text_area .text{
	font-size:80%;
}

#spa_text_area .more_link{
	bottom:50px;
}

#spa_text_area .more_link a{
	padding:10px 0px 8px 0px;
	font-size:85%;
}

#spa_image_area{
	height:300px;
}

}

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

#spa_area{
	height:250px;
}

#spa_text_area{
	height:250px;
}

#spa_text_area .title{
	padding:40px 20px 15px 20px;
}

#spa_text_area .text{
	padding:2px 15px 2px 15px;
	font-size:70%;
}

#spa_text_area .more_link{
	bottom:40px;
	width:50%;
}

#spa_text_area .more_link a{
	padding:8px 0px 6px 0px;
	font-size:80%;
}

#spa_image_area{
	height:250px;
}

}

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

#spa_area{
	height:200px;
}

#spa_text_area{
	height:200px;
}

#spa_text_area .title{
	padding:35px 15px 10px 15px;
}

#spa_text_area .text{
	font-size:65%;
}

#spa_text_area .more_link{
	bottom:35px;
}

#spa_text_area .more_link a{
	padding:7px 0px 5px 0px;
	font-size:75%;
}

#spa_image_area{
	height:200px;
}

}


/*-- シェアハウス --*/

@media all and (min-width:1561px), print{

#sharehouse_area{
	width:100%;
	height:500px;
	overflow:hidden;
}


#sharehouse_text_area{
	float:right;
	position:relative;
	width:30%;
	height:500px;
	background-color:rgba(60,145,185,1.0);
}

#sharehouse_text_area .title{
	padding:100px 80px 30px 80px;
	text-align:center;
}

#sharehouse_text_area .title img{
	max-width:400px;
	width:100%;
}

#sharehouse_text_area .text{
	padding:2px 20px 2px 20px;
	font-size:100%;
	line-height:150%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#ffffff;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
}

#sharehouse_text_area .more_link{
	position:absolute;
	bottom:100px;
	left:0px;
	right:0px;
	margin:0px auto;
	width:40%;
	border:1px solid #ffffff;
	box-sizing:border-box;
}

#sharehouse_text_area .more_link a{
	padding:15px 0px 13px 0px;
	font-size:115%;
	color:#ffffff;
	text-align:center;
	font-family:'Amiri', serif;
	display:block;
	transition:0.5s ease-out;
}

#sharehouse_text_area .more_link a:link{ color:#ffffff; text-decoration:none; }
#sharehouse_text_area .more_link a:visited{ color:#ffffff; text-decoration:none; }
#sharehouse_text_area .more_link a:hover{ color:#0f0a0a; text-decoration:none; background-color:#ffffff; }
#sharehouse_text_area .more_link a:active{ color:#0f0a0a; text-decoration:none; background-color:#ffffff; }

#sharehouse_image_area{
	float:left;
	width:70%;
	height:500px;
	background-image:url(../images/top_page/sharehouse_img_pc.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

}

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

#sharehouse_area{
	width:100%;
	height:450px;
	overflow:hidden;
}

#sharehouse_text_area{
	float:right;
	position:relative;
	width:35%;
	height:450px;
	background-color:rgba(60,145,185,1.0);
}

#sharehouse_text_area .title{
	padding:90px 80px 25px 80px;
	text-align:center;
}

#sharehouse_text_area .title img{
	max-width:400px;
	width:100%;
}

#sharehouse_text_area .text{
	padding:2px 20px 2px 20px;
	font-size:100%;
	line-height:150%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#ffffff;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
}

#sharehouse_text_area .more_link{
	position:absolute;
	bottom:90px;
	left:0px;
	right:0px;
	margin:0px auto;
	width:40%;
	border:1px solid #ffffff;
	box-sizing:border-box;
}

#sharehouse_text_area .more_link a{
	padding:15px 0px 13px 0px;
	font-size:110%;
	color:#ffffff;
	text-align:center;
	font-family:'Amiri', serif;
	display:block;
	transition:0.5s ease-out;
}

#sharehouse_text_area .more_link a:link{ color:#ffffff; text-decoration:none; }
#sharehouse_text_area .more_link a:visited{ color:#ffffff; text-decoration:none; }
#sharehouse_text_area .more_link a:hover{ color:#0f0a0a; text-decoration:none; background-color:#ffffff; }
#sharehouse_text_area .more_link a:active{ color:#0f0a0a; text-decoration:none; background-color:#ffffff; }

#sharehouse_image_area{
	float:left;
	width:65%;
	height:450px;
	background-image:url(../images/top_page/sharehouse_img_pc.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

}

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

#sharehouse_area{
	height:400px;
}

#sharehouse_text_area{
	width:40%;
	height:400px;
}

#sharehouse_text_area .title{
	padding:70px 50px 20px 50px;
}

#sharehouse_text_area .title img{
	max-width:360px;
}

#sharehouse_text_area .text{
	font-size:95%;
}

#sharehouse_text_area .more_link{
	bottom:70px;
}

#sharehouse_text_area .more_link a{
	padding:14px 0px 12px 0px;
	font-size:100%;
}

#sharehouse_image_area{
	width:60%;
	height:400px;
}

}

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

#sharehouse_area{
	height:350px;

}

#sharehouse_text_area{
	width:50%;
	height:350px;
}

#sharehouse_text_area .title{
	padding:65px 40px 20px 40px;
}

#sharehouse_text_area .title img{
	max-width:320px;
}

#sharehouse_text_area .text{
	font-size:85%;
}

#sharehouse_text_area .more_link{
	bottom:65px;
}

#sharehouse_text_area .more_link a{
	padding:12px 0px 10px 0px;
	font-size:95%;
}

#sharehouse_image_area{
	width:50%;
	height:350px;
	background-image:url(../images/top_page/sharehouse_img_sp.jpg);
}

}

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

#sharehouse_area{
	height:300px;
}

#sharehouse_text_area{
	height:300px;
}

#sharehouse_text_area .title{
	padding:50px 30px 20px 30px;
}

#sharehouse_text_area .title img{
	max-width:300px;
}

#sharehouse_text_area .text{
	font-size:80%;
}

#sharehouse_text_area .more_link{
	bottom:50px;
}

#sharehouse_text_area .more_link a{
	padding:10px 0px 8px 0px;
	font-size:85%;
}

#sharehouse_image_area{
	height:300px;
}

}

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

#sharehouse_area{
	height:250px;
}

#sharehouse_text_area{
	height:250px;
}

#sharehouse_text_area .title{
	padding:40px 20px 15px 20px;
}

#sharehouse_text_area .text{
	padding:2px 15px 2px 15px;
	font-size:70%;
}

#sharehouse_text_area .more_link{
	bottom:40px;
	width:50%;
}

#sharehouse_text_area .more_link a{
	padding:8px 0px 6px 0px;
	font-size:80%;
}

#sharehouse_image_area{
	height:250px;
}

}

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

#sharehouse_area{
	height:200px;
}

#sharehouse_text_area{
	height:200px;
}

#sharehouse_text_area .title{
	padding:35px 15px 10px 15px;
}

#sharehouse_text_area .text{
	font-size:65%;
}

#sharehouse_text_area .more_link{
	bottom:35px;
}

#sharehouse_text_area .more_link a{
	padding:7px 0px 5px 0px;
	font-size:75%;
}

#sharehouse_image_area{
	height:200px;
}

}


/*-- SHIROKANE --*/

@media all and (min-width:1281px), print{

#shirokane_area{
	padding:80px 50px 80px 50px;
	background-image:url(../images/top_page/shirokane_bg_img.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100% auto;
	border-top:1px solid #beb9b4;
	box-sizing:border-box;
	overflow:hidden;
}

.shirokane_title_area{
	padding:0px 0px 50px 0px;
	overflow:hidden;
}

.shirokane_title_area .title{
	padding:2px 0px 10px 0px;
	font-size:275%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#0f0a0a;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
}

.shirokane_title_area .eng{
	padding:2px 0px 0px 0px;
	font-size:80%;
	line-height:180%;
	color:#827d78;
	font-family:'Josefin Slab', serif;
	font-weight:normal;
	text-align:center;
}

.shirokane_text_area{
	margin:0px auto 0px auto;
	padding:0px 0px 50px 0px;
	max-width:1200px;
	overflow:hidden;
}

.shirokane_text_area .text{
	padding:2px 0px 20px 0px;
	font-size:145%;
	line-height:220%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#0f0a0a;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
	/* shadow */
	text-shadow:0px 0px 15px #f5f0e6, 0px 0px 15px #f5f0e6;
}

.shirokane_list{
	margin:0px auto 0px auto;
	padding:0px 0px 80px 0px;
	max-width:1200px;
	overflow:hidden;
}

.shirokane_list .list{
	float:left;
	width:20%;
}

.shirokane_list .list a{
	margin:5px 5px 5px 5px;
	padding:22px 40px 22px 18px;
	background-color:#231914;
	background-image:url(../images/top_page/shirokane_list_icon.png);
	background-repeat:no-repeat;
	background-position:right 18px center;
	font-size:95%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#ffffff;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:left;
	/* radius */
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
}

.shirokane_list .list a{
	display:block;
	transition:0.5s ease-out;
}

.shirokane_list .list a:link{ color:#ffffff; text-decoration:none; }
.shirokane_list .list a:visited{ color:#ffffff; text-decoration:none; }
.shirokane_list .list a:hover{ color:#ffffff; text-decoration:none; background-color:#a09b96; }
.shirokane_list .list a:active{ color:#ffffff; text-decoration:none; background-color:#a09b96; }

}

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

#shirokane_area{
	padding:70px 50px 70px 50px;
	background-image:url(../images/top_page/shirokane_bg_img.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100% auto;
	border-top:1px solid #beb9b4;
	box-sizing:border-box;
	overflow:hidden;
}

.shirokane_title_area{
	padding:0px 0px 50px 0px;
	overflow:hidden;
}

.shirokane_title_area .title{
	padding:2px 0px 10px 0px;
	font-size:245%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#0f0a0a;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
}

.shirokane_title_area .eng{
	padding:2px 0px 0px 0px;
	font-size:75%;
	line-height:180%;
	color:#827d78;
	font-family:'Josefin Slab', serif;
	font-weight:normal;
	text-align:center;
}

.shirokane_text_area{
	padding:0px 0px 50px 0px;
	width:100%;
	overflow:hidden;
}

.shirokane_text_area .text{
	padding:2px 0px 20px 0px;
	font-size:125%;
	line-height:220%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#0f0a0a;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:center;
	/* shadow */
	text-shadow:0px 0px 15px #f5f0e6, 0px 0px 15px #f5f0e6;
}

.shirokane_list{
	margin:0px auto 0px auto;
	padding:0px 0px 80px 0px;
	max-width:1200px;
	overflow:hidden;
}

.shirokane_list .list{
	float:left;
	width:33.33333%;
}

.shirokane_list .list a{
	margin:3px 3px 3px 3px;
	padding:20px 35px 20px 15px;
	background-color:#231914;
	background-image:url(../images/top_page/shirokane_list_icon.png);
	background-repeat:no-repeat;
	background-position:right 15px center;
	background-size:7px auto;
	font-size:85%;
	letter-spacing:0px;
	font-feature-settings:"palt" 1;
	color:#ffffff;
	font-family:"ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", 'Noto Serif JP', serif;
	font-weight:normal;
	text-align:left;
	/* radius */
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
}

.shirokane_list .list a{
	display:block;
	transition:0.5s ease-out;
}

.shirokane_list .list a:link{ color:#ffffff; text-decoration:none; }
.shirokane_list .list a:visited{ color:#ffffff; text-decoration:none; }
.shirokane_list .list a:hover{ color:#ffffff; text-decoration:none; background-color:#a09b96; }
.shirokane_list .list a:active{ color:#ffffff; text-decoration:none; background-color:#a09b96; }

}

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

#shirokane_area{
	padding:60px 40px 60px 40px;
}

.shirokane_title_area{
	padding:0px 0px 40px 0px;
}

.shirokane_title_area .title{
	padding:2px 0px 8px 0px;
	font-size:175%;
}

.shirokane_title_area .eng{
	font-size:65%;
	line-height:150%;
}

.shirokane_text_area{
	padding:0px 0px 40px 0px;
}

.shirokane_text_area .text{
	padding:2px 30px 15px 30px;
	font-size:105%;
	line-height:200%;
}

.shirokane_list{
	padding:0px 0px 70px 0px;
	max-width:768px;
}

.shirokane_list .list{
	width:50%;
}

.shirokane_list .list a{
	margin:2px 2px 2px 2px;
	padding:20px 35px 20px 15px;
}

}

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

#shirokane_area{
	padding:50px 20px 50px 20px;
}

.shirokane_title_area{
	padding:0px 0px 30px 0px;
}

.shirokane_title_area .title{
	font-size:150%;
}

.shirokane_title_area .eng{
	font-size:75%;
}

.shirokane_text_area{
	padding:0px 0px 30px 0px;
}

.shirokane_text_area .text{
	padding:2px 20px 10px 20px;
	font-size:85%;
	line-height:180%;
	text-align:left;
}

.shirokane_text_br{
	display:none;
}

.shirokane_list{
	padding:0px 0px 60px 0px;
}

.shirokane_list .list a{
	padding:15px 30px 15px 10px;
	background-position:right 10px center;
	font-size:75%;
}

}


/*-- APPLICATION --*/

@media screen and (min-width:1101px){

#app_line{
	border-top:1px solid #e9e8e8;
}

#app_area{
	margin:0px auto;
	padding:80px 0px 80px 0px;
	width:1060px;
	overflow:hidden;
}

#fb_area{
	float:left;
	position:relative;
	margin:0px 10px 0px 10px;
	padding:30px;
	background-color:#ffffff;
}

#fb_area .icon{
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	z-index:50;
}

#ig_area{
	float:left;
	position:relative;
	margin:0px 10px 0px 10px;
	padding:30px;
	background-color:#ffffff;
}

#ig_area .icon{
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	z-index:50;
}

.fb_box{
	width:450px;
	height:450px;
	overflow:hidden;
}

.fb_box a:link{ color:#e9e8e8; text-decoration:none; }
.fb_box a:visited{ color:#e9e8e8; text-decoration:none; }
.fb_box a:hover,active{ color:#e9e8e8; text-decoration:none; }

.ig_box{
	width:450px;
	height:450px;
	overflow:hidden;
}

.ig_box img{
	max-width:450px;
	width:100%;
}

.ig_box a:link{ color:#e9e8e8; text-decoration:none; }
.ig_box a:visited{ color:#e9e8e8; text-decoration:none; }
.ig_box a:hover,active{ color:#e9e8e8; text-decoration:none; }

}

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

#app_line{
	border-top:1px solid #e9e8e8;
}

#app_area{
	margin:0px auto;
	padding:80px 0px 80px 0px;
	width:960px;
	overflow:hidden;
}

#fb_area{
	float:left;
	position:relative;
	margin:0px 10px 0px 10px;
	padding:30px;
	background-color:#ffffff;
}

#fb_area .icon{
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	z-index:50;
}

#ig_area{
	float:left;
	position:relative;
	margin:0px 10px 0px 10px;
	padding:30px;
	background-color:#ffffff;
}

#ig_area .icon{
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	z-index:50;
}

.fb_box{
	width:400px;
	height:400px;
	overflow:hidden;
}

.fb_box a:link{ color:#e9e8e8; text-decoration:none; }
.fb_box a:visited{ color:#e9e8e8; text-decoration:none; }
.fb_box a:hover,active{ color:#e9e8e8; text-decoration:none; }

.ig_box{
	width:400px;
	height:400px;
	overflow:hidden;
}

.ig_box img{
	max-width:450px;
	width:100%;
}

.ig_box a:link{ color:#e9e8e8; text-decoration:none; }
.ig_box a:visited{ color:#e9e8e8; text-decoration:none; }
.ig_box a:hover,active{ color:#e9e8e8; text-decoration:none; }

}

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

#app_area{
	padding:70px 0px 70px 0px;
	width:880px;
}

.fb_box{
	width:360px;
	height:360px;
}

.line_box{
	width: 358px;
	height: 358px;
}

.ig_box{
	width:360px;
	height:360px;
}

.info_box{
	width: 358px;
	height: 358px;
}

.pickup_banner_pc img{
	max-width:860px;
}

}

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

#app_area{
	padding:60px 0px 60px 0px;
	width:700px;
}

.fb_box{
	width:270px;
	height:360px;
}

.ig_box{
	width:270px;
	height:360px;
}

}

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

#app_area{
	padding:50px 0px 50px 0px;
	width:540px;
}

#fb_area{
	float:none;
	margin:0px 0px 20px 0px;
}

#ig_area{
	float:none;
	margin:0px 0px 0px 0px;
}

.fb_box{
	width:480px;
	height:480px;
}

.ig_box{
	width:480px;
	height:480px;
}

}

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

#app_area{
	padding:40px 0px 40px 0px;
	width:420px;
}

.fb_box{
	width:360px;
	height:360px;
}

.ig_box{
	width:360px;
	height:360px;
}

}

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

#app_area{
	width:330px;
}

.fb_box{
	width:270px;
	height:360px;
}

.ig_box{
	width:270px;
	height:270px;
}

}

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

#app_area{
	width:280px;
}

#fb_area{
	padding:20px;
}

#fb_area .icon{
	width:80px;
	height:80px;
}

#fb_area .icon img{
	width:80px;
}

#ig_area{
	padding:20px;
}

#ig_area .icon{
	width:80px;
	height:80px;
}

#ig_area .icon img{
	width:80px;
}

.fb_box{
	width:240px;
	height:320px;
}

.ig_box{
	width:240px;
	height:240px;
}

}


/*-- ACCESS MAP --*/

@media all and (min-width:1281px), print{

#access_map_area{
	padding:80px 80px 80px 80px;
	background-color:rgba(15,10,10,0.1);
	border-top:1px solid #beb9b4;
}

#map_canvas{
	width:100%;
	height:500px;
	background-color:#ffffff;
	border:1px solid #afaaa5;
}

}

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

#access_map_area{
	padding:70px 70px 70px 70px;
	background-color:rgba(15,10,10,0.1);
	border-top:1px solid #beb9b4;
}

#map_canvas{
	width:100%;
	height:450px;
	background-color:#ffffff;
	border:1px solid #afaaa5;
}

}

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

#access_map_area{
	padding:60px 50px 60px 50px;
}

#map_canvas{
	height:400px;
}

}

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

#access_map_area{
	padding:50px 20px 50px 20px;
}

#map_canvas{
	height:350px;
}

}

