@charset "utf-8";

/*****************************************************************

	下階層ページ用CSS

*****************************************************************/

/*============================================================
	topicPath
============================================================*/
dl#path ol{
	line-height:  1.3;
	list-style: none;
	font-size: 75%;
	overflow: hidden;
	min-height: 1em;
	height: 1%;
}

html>body dl#path ol{
	height: auto;
}

dl#path ol:after{
	display: block;
	content: "";
	clear: both;

}

dl#path ol li{
	margin-left: -17px;
	padding: 0 18px;
	background: url(../images/path.png) no-repeat 5px 50%;
	float: left;
}

dl#path a{
	color: #666;
}

dl#path a:hover{
	color: #666;
}

dl#path em{
	font-weight: bold;
	color: #000;
}

/*============================================================
	Common
============================================================*/


#main .change{
	text-align: center;
}

.btn{
	border: 0;
	display: inline-block; *display: inline; zoom: 1;
	text-decoration: none;
	letter-spacing: 0;
	-moz-border-radius: 5px; webkit-border-radius: 5px; border-radius: 5px;
}



/*============================================================
	Flick Page
============================================================*/
/* ==== イメージ用 ==== */
.fl_image{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	
}

.fl_image ul{
	margin: 0;
}

.fl_image li{
	width: 100%;
	float: left;
	text-align: center;
}

.fl_image img{
	width: 100%;
}

.fl_image ul:after{ display: block; clear: both; content: "";}

.fl_image .page{
	text-align: center;
	margin: 0;
	padding-top: 3px;
	font-size: 68%;
}

.fl_image .prev,
.fl_image .next{
	position: absolute;
	top: 50%;
	width: 20px; height: 40px;
	z-index: 5;
	margin: -20px 0 0 0;
}


.fl_image .prev{
	left: 5px;
	background: url(../images/bg_a_left.png) no-repeat 0 0;
}

.fl_image .next{
	right: 5px;
	background: url(../images/bg_a_right.png) no-repeat 0 0;
}

.fl_image span{
	color: #fff;
	text-shadow: #999 0 0 4px;
	margin: 0 0.25em;
}

.fl_image .on{
	color: #3565ca;
}

/* ==== 個別イメージ用 ==== */
#main .scr_item{
	position: relative;
	margin: 0;
	width: 100%;
	overflow: hidden;
}

#main .scr_item .mark_p{
	background: url(../images/bg_a_left.png) no-repeat 0 0;
	position: absolute;
	display: block;
	width: 30px;
	height: 40px;
	top: 50%;
	left: 0;
	margin-top: -20px;
}
#main .scr_item .mark_n{
	background: url(../images/bg_a_right.png) no-repeat 0 0;
	position: absolute;
	display: block;
	width: 30px;
	height: 40px;
	top: 50%;
	right: 0;
	margin-top: -20px;
}

#main .scr_item ul{
	margin: 0;
	min-width: 100%;
	overflow: hidden;
}

#main .scr_item ul:after{ display: block; clear: both; content: "";}

#main .scr_item .mask{
	width: 100%;
	position: relative;
	overflow: hidden;
}

#main .scr_item li{
	float: left;
	position: relative;
	width: 50%;
	margin: 0 0 10px 0;
	padding: 5px 0;

  word-break:break-all;
  word-wrap:break-word;
  overflow:hidden;
	text-align: center;
}

#main .scr_item li img{
	width: 100%;
}

/*============================================================
	PC 横スクロール Page
============================================================*/
.image_scroll{
	width: 300px;
	overflow: hidden;
	position: relative;
}

.image_scroll ul{
	width: 100%;
	height: auto;
	position: relative;
	overflow: visible;
}

.image_scroll li img{
	width: 100%;
}

.image_scroll .mask{
	width: 100%;
	min-height: 300px;
	overflow: hidden;
	position: relative;
}

.image_scroll li{
	width: 100px;
	float: left;
}
.image_scroll .next,
.image_scroll .prev{
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -80px;
	background: url(../images/bg_arrow_scroll.png) no-repeat  #ddd;
	background-position: 0 0;
	width: 41px; height: 42px;
	z-index: 10;
}
.image_scroll .next{
	left: auto;
	right: 5px;
	background-position: 100% 0;
}

/*============================================================
	Main Image
============================================================*/
.image_view{
	position: relative;
	overflow: hidden;
}
.image_view ul{
	width: 100%;
	height: 100%;
	position: relative;
}
.image_view li{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.image_view li img{
	width: 100%;
}
.image_view .mark_p,
.image_view .mark_n{
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: 0;
	display: none;
}
.image_view .mark_p{ left: 0;}
.image_view .mark_n{ right: 0;}
.image_view .mark{ text-align: center;display: none;}
.image_view .mark span{}
.image_view .mark .on{ color: #c00;}

/*============================================================
	map Page
============================================================*/
.g_map{
	width:  400px;
	height:  250px;
}

/*============================================================
	youtube
============================================================*/

.video_area{
    position:relative;
    padding-bottom: 56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.video_area iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}



/*============================================================
	EV Page
============================================================*/
#main .news_article{
	padding: 0 0 100px 0;
}
#main .news_article .date{
	margin-bottom: 0.5em;
}
#main .news_article h3{
	font-size: 150%;
	margin-bottom: 1em;
}
/*============================================================
	STAT Page
============================================================*/
.free_page #main .top_sec {
	margin-top: 5em;
	margin-top: 0;
}
.free_page #main .top_room h2,
.free_page #main .top_osusume h2{ margin: 1em 0 1em 0 !important;}

#main .room_image {
	margin: 0 0 3em 0;
}

.room_image .on{ color: #990000;}

#main .room_image ul{
	margin: 0;
}

.room_image .prev, .room_image .next{
	background: none;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	width: 50px;
	height: 50px;
}
.room_image .prev{
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
left: 20px;
}
.room_image .next{
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	right: 20px;
}

#main .room_read{
	text-align: center;
	line-height: 2;
	margin-bottom: 3em;
}

#main .room_data{
	margin: 0 auto 3em auto;
	width: 80%;
}
#main .room_data .room_spec{
	width: 50%;
	float: left;
	border-right: 1px solid #ccc;
}
#main .room_data table{
	width: 100%;
	margin-bottom: 1em;
}
#main .room_data .pic{
	width: 50%;
	float: left;
	text-align: center;
}
#main .room_data th,
#main .room_data td{
	padding: 5px 0;
}
#main .room_data th{
	width: 40%;
}
#main .room_data td{
	width: 60%;
}
#main .stay_data{
	width: 100%;
	border: 1px solid #ccc;
}
#main .stay_data th,
#main .stay_data td{
	border: 1px solid #ccc;
	padding: 10px;
}
#main .stay_data th{
	width: 30%;
	background: #f2f2f2;
}
#main .stay_data td{
	width: 70%;
}

#main .room_list{
	margin: 0;
}
#main .room_list li{
	margin: 0 5% 5% 0;
	float: left;
	width: 30%;
	text-align: center;
}
#main .room_list img{
	margin-bottom: 10px;
}
#main .room_list li:nth-of-type(3n){
	margin: 0 0 5% 0;
}
#main .room_list a{
	text-decoration: none;
}
#main .room_list .btn_more{
	margin-top: 1em;
	border-width: 1px;
	display: block;
}
.free_page .top_osusume{
	padding: 2em 0 0 0;
	background: none;
}

#main .tel_sec{
	clear: both;
}

#main .tel_sec .top_head{
	margin: 0 0 1em 0;
}

#main .tel_sec p{
	text-align: center;
}

#main .tel_sec strong{
	font-size: 200%;
}

#main .tel_sec i{
	color: #999;
	margin-right: 0.25em;
}
/*============================================================
	free_page Page
============================================================*/
.free_page{
	padding:0;
}
.free_page.inner{
	padding:0 10px;
}
.page_head{
	padding: 2em;
	text-align: center;
	background: #999;
	font-size: 200%;
	color: #fff;
	margin-bottom: 2em;
}
#main .news_article .date{
	margin: 0;
	color: #999;
	margin-bottom: 0.5em;
	font-size: 75%;
}
#main .news_article h3{
	border-bottom: 1px dotted #eee;
	padding-bottom: 10px;
	margin-bottom: 1em;
	font-size: 150%;
}

/*============================================================
	news Page
============================================================*/


#main .plan_list *,
#main .news_list *{
	overflow: hidden;
	zoom: 1;
}

#main .room_list .plan_img{
	overflow: hidden;
	height: 0;
	padding-top: 65%;
	width: 100%;
	position: relative;
}

.top_plan a .txt_c, 
#main .plan_list .plan_img{
	margin: 0;
	overflow: hidden;
	height: 0;
	padding-top: 75%;
	width: 100%;
	position: relative;
}
.top_plan a .txt_c{ margin-bottom: 1em;}
 
#main .news_list img{
	width: 150px;
	float: left;
	margin: 0 20px 0 0;
}
#main .room_list .plan_img img,
.top_plan a .txt_c img,
#main .plan_list a img{
	position: absolute;
	top: 0;
	left: 0;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}

@media screen and (min-width: 960px) {
#main .room_list a:hover .plan_img img,
.top_plan a:hover .txt_c img,
#main .plan_list a:hover img{
	-moz-transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
}
}
#main .news_list a{
	text-decoration: none;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
#main .news_list span{
	color: #999;
	font-size: 88%;
	line-height: 2;
}

#main .plan_list img{
	display: block;
	margin: 0 auto 5px auto;
}
#main .plan_list a{
	text-decoration: none;
	display: block;
	padding: 0;
}
#main .plan_list span{
	color: #999;
	font-size: 88%;
	line-height: 2;
}

#main .plan_list li{
	width: 32%;
	margin: 0 2% 5%  0;
	float: left;
}

#main .plan_list li:nth-of-type(3n){
	margin-right: 0;
}

#main .plan_list li:nth-of-type(3n+1){
	clear: both;
}

#main.news_archive{
	width: 70%;
	float: left;
}
#sub{
	width: 25%;
	float: right;
}
#sub h3{
	margin-bottom: 0.5em;
}
#sub ul{
	margin-bottom: 4em;
	font-size: 88%;
}
#sub a{
	color: #999;
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}
#sub li{
	line-height: 1.6;
}
#sub a:hover{
	color: #555;
}




.page_title_image img{
	width: 100%;
}
.page_title_image{
	position: relative;
	width: 100%;
	margin-bottom: 0;
}
#main .page_title_image .title{
	-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
	position: absolute;
	top: 40%;
	text-align: center;
	width: 100%;
	color: #fff;
	margin: auto;
}
#main .page_title_image h2{
	text-align: center;
	font-size: 125%;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 2em;
}
#main .page_title_image h2 span{
	text-align: center;
	font-size: 175%;
}
#main .page_title_image p{
	text-align: center;
	padding:2em 0;
	margin: 0 10%;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.50);
	border-bottom: 1px solid rgba(255,255,255,0.50);
	font-size: 125%;
}
/*============================================================
	FROOT Page
============================================================*/

#main .floor{
	width: 100%;
	max-width: 800px;
	margin: auto;
}

#main .floor th,
#main .floor td{
	padding: 0.5em 0;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	width: 80%;
}
#main .floor th{
	font-size: 200%;
	color: #990000;
	width: 20%;
}

#main .page_read{
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 100%;
}


#main .ban_room{
	margin-bottom: 2em;
	width: 100%;
	border: 1px solid #ccc;
}

#main .ban_room th,
#main .ban_room td{
	width: auto;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}

#main .ban_room th{
	background: #eee;
}
#main .ban_room .nob{
	border-bottom: 0 none;
}
#main .ban_room .nob_2{
	border-top: 0 none;
}

#main .room_floor_img{
	text-align: center;
	float: left;
	width: 50%;
	padding-top: 2em;
}

#main .room_floor_img img{
	max-width: 90%;
}

#main .room_floor_data{
	float: right;
	width: 50%;
	padding-top: 2em;
}

#main .room_floor_data_detail{
	width: 100%;
}

#main .room_floor_data table{
	width: 100%;
	margin-bottom: 1em;
}

#main .room_floor_data th,
#main .room_floor_data td{
	border-bottom: 1px solid #ccc;
	padding: 0.5em 0;
	vertical-align: middle;
}
#main .room_floor_data th{ font-size: 150%;}
#main .room_floor_data td{ font-weight: bold; text-align: right;}


#main .room_floor_data .ban_room th{ font-size: 75%; text-align: center;
font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体", "Yu Gothic","メイリオ","meiryo","MS P Gothic","ＭＳ Ｐゴシック","Osaka", sans-serif;}
#main .room_floor_data .ban_room td{ font-weight: normal; text-align: center;}


#main .room_floor_data_detail{
	margin-bottom: 4em;
}

#main .room_floor_data_detail .pic{
	width: 48%;
	float: left;
}
#main .room_floor_data_detail .data{
	width: 50%;
	float: right;
}
#main .room_floor_data_detail h4,
#main .room_floor_data_detail h5{
	margin-bottom: 0.5em;
	clear: both;
}

#main .room_floor_data_detail .notes{
	padding-top: 10px;
	border-top: 1px solid #ccc;
	font-size: 75%;
}

#main .room_floor_data_detail ul{
	margin-bottom: 3em;
}
#main .room_floor_data_detail .bloc,
#main .room_floor_data_detail li{
	width: 32%;
	float: left;
	margin-right: 1%;
}
#main .room_floor_data_detail .bloc li{
	width: 100%;
	float: none;
}

/*============================================================
	ACCESSPage
============================================================*/

#main .access_page_map{
	height: 400px;
}
.access_1,
.access_2{
	background: #eee;
	margin-bottom: 1em;
}
#main .access_1 .pic,
#main .access_2 .pic{
	width: 60%;
	margin: 0;
}
#main .access_1 .pic img,
#main .access_2 .pic img{
	width: 100%;
}
.access_1 .pic{ float: left;}
.access_2 .pic{ float: right;}
.access_1 .text{ float: right;}
.access_2 .text{ float: left;}

.access_1 .text,
.access_2 .text{
	width: 40%;
	padding: 10px;
}

.free_page #main #access{margin-top: 0;
}



.map_link a{
	display: inline-block; *display: inline; zoom: 1;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 0.5em 0.5em 0;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
.map_link a:hover{background: #fff;
	color: #000;
}
#main .access_read{
	text-align: center;
	margin-bottom: 4em;
}
#main .bus_sec{
	max-width: 800px;
	border: 5px solid #eee;
	padding: 20px ;
	margin: auto auto 2em auto;
}
#main .bus_sec_grp{
	max-width: 800px;
	margin: auto auto 2em auto;
}
#main .bus_sec_grp h3,
#main .bus_sec_grp h4,
#main .bus_sec h3,
#main .bus_sec h4{
	margin-bottom: 0.5em;
}
#main .bus{ color: #900; margin-top: 2em;}
#main .bus:first-child{margin-top: 0;}

#main .time{
	margin-bottom: 1em;
	border: 1px solid #999;
	width: 100%;
}
#main .time th,
#main .time td{
	padding: 10px;
	border: 1px solid #999;
	width: auto;
	text-align: center;
}
#main .time th{
	background: #eee;
}
/*============================================================
	access Page
============================================================*/
#main .map_sec .access_read{
	margin: 4em 0;
}
#main .map_sec .top_head{
	margin: 2em 0 !important;
}

#main .st_list li{
	width: 49%;
	float: left;
	margin-bottom: 2em;
	overflow: hidden;
}
#main .st_list li:nth-of-type(2n){
	float: right;
}
#main .st_list li:nth-of-type(2n+1){
	clear: both;
}
#main .st_list h3,
#main .st_list p{
	margin-left: 230px;
}
#main .st_list img{
	float: left;
}

#main .st_list h3{
	margin-bottom: 1em;
	line-height: 1.5;
}
#main .local_map_link{
	margin: 1em 0;
}

#main .local_map_link a{
	display: inline-block; *display: inline; zoom: 1;
	padding: 5px 10px;
	margin: 0 0.25em 0.5em 0;
	border: 1px solid #ccc;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	text-decoration: none; 
}
#main .local_map_link a:hover{
	background: #efefef;
}
/*============================================================
	faq Page
============================================================*/
 #main .faq_area .tab_area .tab_btn li{
	width: 20%;
}
#main .faq_a,
#main .faq_q{
	position: relative;
	padding-top: 10px;
	padding-left: 60px;
}
#main .faq_a{
	min-height: 4em;
	margin-bottom:1em;
}
#main .faq_q{
	min-height: 2em;
	margin-bottom:1em;
}

#main .faq_a:before,
#main .faq_q:before{
	display: inline-block; *display: inline; zoom: 1;
	content: "Q";
	font-size: 20px;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
	color: #fff;
	background: #900;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
}
#main .faq_a:before{
	content: "A";
	background: #ff5959;
}


#main .faq_foot{
	padding: 30px 0;
	text-align: center;
}

#main .faq_foot a{
	border: 2px solid #ccc;
	padding: 10px 3em;
	display: inline-block; *display: inline; zoom: 1;
	text-decoration: none;
}
/*============================================================
contact	Page
============================================================*/
.contact_sec{
	margin: auto;
	max-width: 900px;
}
#main .contact_sec .top_head{
	font-size: 150%;
	margin: 0 0 1em 0;
}

#main .contact_sec table{
	margin-bottom: 2em;
	width: 100%;
}
#main .contact_sec table th,
#main .contact_sec table td{
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}
#main .contact_sec table th{
	width: 50%;
	font-weight: normal;
}
#main .contact_sec table .tel{
	width: 30%;
}
#main .contact_sec table a{
	font-size: 150%;
	font-weight: bold;
}
#main .contact_sec table i{
	font-size: 150%;
	color: #999;
}
#main .contact_sec table .tel_time{
	width: 20%;
}
#main .contact_sec table th strong{
	font-size: 125%;
}

#main .contact_sec .contact_form th{
	width: 30%;
}
#main .contact_sec .contact_form td{
	width: 70%;
}

.req{ display: inline-block; *display: inline; zoom: 1;
padding: 2px 8px;
color: #fff;
background: #900;
font-size: 75%;}

.wysija-input,
.wpcf7-text,
.wpcf7-textarea{
	width: 70%;
	border: 1px solid #ccc;
	padding: 4px;
	background: #fafafa;
	vertical-align: middle;
}
.wpcf7-select{
	height: 3em;
	border: 1px solid #ccc;
	padding: 4px;
	background: #fafafa;
}
.wysija-input:focus,
.wpcf7-select:focus,
.wpcf7-text:focus,
.wpcf7-textarea:focus{
	background: #fff;
}

input.wysija-submit,
input.wpcf7-submit{
	display: inline-block; *display: inline; zoom: 1;
	padding: 10px 60px;
	color: #fff;
	background: #900;
	border: 0;
	font-size: 16px;
}
#main .screen-reader-response{
}
#main .screen-reader-response,
#main .screen-reader-response li{
	line-height: 1.6;
	text-align: center;
}
#main .screen-reader-response ul{ margin: 0;}
#main .wpcf7-not-valid-tip{ display: block; font-size: 88%; color: #900; margin-top: 0.4em;}

.sent .change,
.sent table{ display: none;}

#main .wpcf7-response-output{
	text-align: center;
	padding: 3em 0;
	margin: 0;
	font-size: 88%;
}
/*============================================================
	concept Page
============================================================*/
#main .concept_page{
	margin-bottom: 2em;
}
#content.free_page #main .concept_page .top_head{
	margin-bottom: 1em;
}
#content.free_page #main .concept_page p+.top_head{
	margin-top: 5em;
}

#main .rec_form{
	border: 1px solid #ccc;
	margin: 0 auto 2em auto;
	max-width: 800px
}

#main .rec_form th,
#main .rec_form td{
	border: 1px solid #ccc;
	padding: 10px;
	border: 1px solid #eee;
}
#main .rec_form th{ width: 20%;}
#main .rec_form td{ width: 80%;}

#main .wysija-paragraph{
	padding: 20px;
	background: #fafafa;
	text-align: center;
}
#main .widget_wysija{
	text-align: center;
}
.wysija-required{
	color: #900;
	vertical-align: bottom;
}
.widget_wysija_cont .wysija-submit{ display: inline-block !important; *display: inline; zoom: 1;}
.widget_wysija_cont p label{ display: inline !important;}


.widget_wysija_cont .error, .widget_wysija_cont .xdetailed-errors{
	font-size: 100% !important;
	color: #900 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
}
.widget_wysija_cont .allmsgs li{
	text-align: center;
}

.widget_wysija_cont .updated, .widget_wysija_cont .login .message{
	font-size: 100% !important;
	color: #900 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
}
.widget_wysija_cont .allmsgs li{
	text-align: center;
}

/*============================================================
	news Page
============================================================*/

/*============================================================
	NEWS
============================================================*/


#main .page_nav{
	text-align: center;
	padding-bottom: 3em;
}

#main .page_nav li{
	display: inline-block; *display: inline; zoom: 1;
}

#main .page_nav a{
	display: block;
	padding: 10px 2em;
	border: 1px solid #666;
	text-decoration: none;
	color: #fff;
	background: #666;
}
#main .page_nav a:hover{
	background: #999;
}

/*============================================================
	Page
============================================================*/
/*============================================================
	Page
============================================================*/
/*============================================================
	Page
============================================================*/
/*============================================================
	Page
============================================================*/
/*============================================================
	Page
============================================================*/
/*============================================================
	Page
============================================================*/
/*============================================================
	Page
============================================================*/
/*============================================================
	Page
============================================================*/
/*============================================================
	Page
============================================================*/
/*============================================================
	Page
============================================================*/
/*============================================================
	Page
============================================================*/
