@charset "utf-8";

body,h1,h2,h3,h4,h5,ul,li,p,form{
	margin:0;
	padding:0;
	list-style:none;
	color:#333;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	position: relative;
}
a{ color:#333; }


table.ta1{ width:100%; }
table.ta1 th,table.ta1 td{
	padding:20px 10px;
	border-bottom:1px solid #ccc;
	font-size:14px;

}

table.ta2{	width:100%;}

table.ta2 th,table.ta2 td{
	padding:20px 10px;
	border-bottom:1px solid #ccc;
	font-size:14px;
	line-height:170%;
}
table.ta2 th{ width:20%;}
table.ta3{
	width:100%;
	margin-bottom:30px;
}
table.ta3 th,
table.ta3 td{
	padding:10px;
	border-bottom:1px solid #ccc;
}
table.ta3 th{
	background:#eee;
}
table.ta3 td{

}
.center{ text-align:center; }
.right{ text-align:right; }
.pt40{ padding-top:40px;}


/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.youtube{
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
width: 80%;
	margin: 0 auto;
	margin-bottom: 15px;
}
.youtube iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*===============================================
画面の横幅が620px以上
===============================================*/
@media screen and (min-width: 620px){
.pc{
	display: block;
}
.sp{
	display: none;
}
 
/* 構造 */
.container{
	width:1040px;
	margin:0 auto;
	position:relative;
}
#content{
	background:url(../../images/common/main_bg.png) no-repeat top left;
}
#main{
	width:770px;
	float:left;
}
#sub{
	width:240px;
	float:right;
	margin-left:20px;
}
/* ヘッダー */
#header{
	overflow:hidden;
	border-top:2px solid #B28500;
	background:url(../../images/common/hdr_bg.jpg) no-repeat top right;
}
#dscp{
	font-size:13px;
	color:#555;
	line-height:1;
	padding:18px 0 0 0;
}
#menu{
	display:none;
}
#header ul#nav{
	overflow:hidden;
	padding:22px 0;
	float:left;
	width:600px;
}
#header ul#nav li{
	float:left;
	padding-top:27px;
}
#header ul#nav li a{
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
	margin:0 8px 0 0 ;
	padding:0 8px 0 0;
	line-height:1;
	border-right:1px solid #DDD;
}
#hdr_tel1{
	font-size:13px;
	padding-bottom:8px;
	font-weight:bold;
}
#hdr_tel2{
	font-size:24px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	line-height:1;
	padding:0 0 10px 0;
	white-space:nowrap;
}
#hdr_tel3{
	font-size:14px;
	font-weight:bold;
}
#logo{
	float:left;
	width:170px;
	padding:10px 0 12px 0;
}
#hdr_info{
	float:right;
	width:260px;
	padding-top:8px;
}
#language{
	position:relative;
	z-index:100;
	width:250px;
	font-size:14px;
}

a#lang_btn{
	display:block;
	text-decoration:none;
	line-height:1;
	padding:5px 5px 5px 5px;
	width:90px;
	text-align:center;
	margin-bottom:10px;
	font-size:14px;
	background:#333;
	position:absolute;
	top:-2px;
	right:157px;
	color:#FFF;
}
ul#language{
	display:none;
	background:#FFF;
	width:86px;
	padding:9px 6px 4px 6px;
	position:absolute;
	top:19px;
	border:1px solid #ccc;
	right:157px;
}

ul#language a{
	text-decoration:none;
	font-size:13px;
	color:#333;
	display:block;
	padding:2px 2px 5px 4px;
}
#rsv_bar{
	background:#000;
	height:50px;
}
#footer{
	text-align:center;

}
#rsv_bar{
	text-align:right;
	color:#FFF;
	font-size:14px;
}
#rsv_bar .container{
	padding-top:10px;
}
#rsv_bar select{
	padding:3px;
	background:#eee;
	font-size:14px;
}
input.rsv_btn2{
	border:1px solid #666;
	background:#000;
	padding:7px 35px;
	color:#eee;
    border-radius: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
	background:url(../../images/common/arrow2.jpg) no-repeat center right;
}


/* フッター */
#footer{
	background:url(../../images/common/ftr_bg.jpg) no-repeat center top #EBE8E7;
}
a.rsv_btn{
	display:block;
	text-align:center;
	color:#FFF;
	width:340px;
	line-height:1;
	padding:15px 10px;
	margin:0 auto;
	text-decoration:none;
	font-size:17px;
    border-radius: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
	background:#000 url(../../images/common/arrow1.png) no-repeat right center;
	box-shadow:rgba(0, 0, 0, 0.35) 4px 5px 8px -4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.35) 4px 5px 8px -4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.35) 4px 5px 8px -4px;
	font-weight:bold;
}
#ftr_tel{
	font-size:24px;
	padding:10px 0 15px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
}
#ftr_tel span{
	font-size:13px;;
	font-weight:bold;
}
#ftr_logo{
	padding:40px 0 20px 0;
}
#ftr_bestrate{
	padding-bottom:50px;
	font-size:14px;
}
#copyright{
	padding-bottom:50px;
	font-size:13px;
	letter-spacing:1px;
}
/* メイン */
#mv{
	height:260px;
	border-bottom:1px solid #ccc;
	background:#eee;
	padding:100px 0 0 0;

	overflow:hidden;
}
#mv h1{
	background:#000;
	color:#FFF;
	text-align:center;
	width:400px;
	margin: 0 auto 0 auto;
	padding:30px 0;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
#mv h1 span{
	font-size:16px;
	padding:10px 0 0 0;
	display:block;
	letter-spacing:2px;
}
.tbox{
	padding-bottom:30px;
	font-size:16px;
	line-height:180%;
}
.tbox2{
	padding-bottom:10px;
	font-size:16px;
	line-height:180%;
	width:1100px;
	margin:0 auto;
}
.tbox3{
	margin-bottom:30px;
	font-size:16px;
	text-align:center;
	background:#eee;
	padding:20px 10px;
}
.tbox4{
	margin-bottom:40px;
	font-size:16px;
	text-align:center;
	background:#F0F0E1;
	padding:20px 10px;
	line-height:180%;
}
ul#room_list{
	width:1100px;
	margin:0 auto;
}
ul#room_list .inner{
	padding:15px 25px;
}
ul#room_list li{
	width:260px;
	background:#FFF;
	float:left;
	border:1px solid #ccc;
	margin:0 13px 13px 0;
	box-shadow:rgba(0, 0, 0, 0.35) 4px 5px 8px -4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.35) 4px 5px 8px -4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.35) 4px 5px 8px -4px;
}
ul#room_list li:nth-child(4n+1) {
	clear:both;
}
ul#room_list h3{
	padding-bottom:15px;
	font-size:16px;
	line-height:140%;

}
ul#room_list a{
	display:block;
	text-decoration:none;

}
ul#room_list p{
	font-size:13px;
	padding-bottom:8px;
}
.room_more{
	text-align:right;
	font-size:13px;
	font-weight:bold;
	padding-top:6px;
}
.room_thumb{
	height:175px;
	overflow:hidden;
}
#banner_area{
	padding:30px 0 50px 0;
}
#banner_area ul{
	width:860px;
	margin:0 auto;
}

#banner_area li{
	float:left;
	padding-left:20px;
}
#room_search{
	padding-bottom:30px;
}
#room_search ul{
	padding:15px;;
	background:#eee;
}

#room_search li{
	float:left;
	padding:0 10px 0;
}
#topic_pass{
	text-align:right;
	padding:20px 0 30px 0;
	font-size:13px;
}

.t1{
	padding:0 0 30px 0;
	margin:0 0 30px 0;
}
.t2{
	margin:0 0 20px 0;
	font-size:20px
}
.t3{
	margin:0 0 40px 0;

	font-size:32px;
	text-align:center;

}
.t3 span{
	border-bottom:1px solid #333;
	padding:0 20px 10px 20px;
}
.t4{
	margin:0 0 10px 0;

	font-size:22px;
	text-align:center;

}

#room_img_main{
	width:800px;
	height:450px;
	overflow:hidden;
}
#room_img_main{
}
#room_img_sub{
	background:#eee;
	padding:10px;
	margin-bottom:20px;
}
#room_img_sub li{
	float:left;
	padding:0 10px 0 0;
}
ul.side_nav{
	background:#FFF;
	padding:15px;
	
}
ul.side_nav li{

}
ul.side_nav a{
	background:#FFF;
	padding:5px 5px 10px 5px;
	border-bottom:1px solid #ccc;
	text-decoration:none;
	display:block;
	margin-bottom:10px;
	font-size:14px;
	line-height:160%;
}
.side_tit{
	text-align:center;
	border-bottom:2px solid #333;
	padding:20px 0;
	font-size:18px;
}





/* フォトギャラリー */
.swiper-container{
	width:800px;
	margin:0 auto 20px auto !important;
	position:relative;
	padding-bottom:32px;
}

.slider_img{
	width:800px;
	height:450px;
	overflow:hidden;
	position:relative;

}
.slider_img p{
	width:100%;
	background:#000;
	color:#FFF;
	position:absolute;
	left:0;
	bottom:0;
	padding:10px;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.button-next{
	position:absolute;
	top:160px;
	right:10px;
}
.button-prev{
	position:absolute;
	top:160px;
	left:10px;
}
.button-next,
.button-prev{
	width:48px;
	height:59px;
	z-index:999;
}
.button-next img,
.button-prev img{
	width:100%;
}
.swiper-pagination{
	text-align:right;
}

/* よくある御質問 */
.qa_box{
	border-bottom:1px solid #ccc;
	padding-bottom:30px;
	margin-bottom:30px;
}

.qbox{
	width:20%;
	float:left;
	text-align:right;
}
.qbox h3{
	font-size:22px;
}
.abox{
	width:72%;
	float:right;
	border-left:1px solid #ccc;
	padding-left:3%;
}
.q{
	font-size:38px;
}


table.ta3{
	width:100%;
	margin-bottom:30px;
}
table.ta3 th,
table.ta3 td{
	padding:10px;
	border-bottom:1px solid #ccc;
}
table.ta3 th{
	background:#eee;
}
table.ta3 td{

}
/* ホーム */
.fbox{
	padding:0 0 45px 0;
	margin:0 0 45px 0;
	border-bottom:1px solid #ccc;
}
.fbox h3{
	font-size:33px;
	text-align:center;
	margin-bottom:40px;
	
}
.fbox h3 img{
	vertical-align:middle;	
}
.fimg{
	width:47%;
	float:left;
}
.fimg img{
	width:100%;
}
.ftxt{
	width:50%;
	float:right;
	line-height:200%;
	position:relative;
}

a.btn_detail{
	display:block;
	text-decoration:none;
	color:#FFF;
	line-height:1;
	padding:14px 20px;
	width:120px;
	text-align:center;
    border-radius: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
	background:#000 url(../../images/common/arrow2.jpg) no-repeat center right;
	float:right;

}
.gallery{
	padding-bottom:40px;
}
.search_btn{
	line-height:1;
	background-color:#000;
	border:none;
	color:#FFF;
	padding:10px 25px;

}
.sbox{
	text-align:center;
	padding:20px 15px 0 15px;
}


#blog{
	position:absolute;
	width:207px;
	height:70px;
	top:20px;
	right:-165px;

}
	
/* メールフォーム */
	.mailform{
		
	}
	.mfrm{
		overflow: hidden;
		margin: 0 auto;
		width: 815px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.fr1{
		width: 225px;
		float: left;
		font-size: 14px;
		font-weight: bold;
		padding-top: 10px;

	}
	.fr2{
		width: 575px;
		float: left;
	}
	.fr2 span{
		background: #B2243C;
		color: #FFF;
		width: 50px;
		line-height: 1;
		border-radius:2px;
		text-align: center;
		font-size: 10px;
		display: inline-block;
		padding: 4px 0;
		margin-left: 10px;
	}
	.fr2 strong{
		display: block;
		font-size:12px;
		padding-top: 8px;
		padding-bottom: 5px;
	}
	.fr2 input{
		width: 215px;
		padding: 10px;
		border-radius:3px;
		border: 1px solid #ccc;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.fr2 p{
		font-size:11px;
		line-height: 150%;
	}
	.frm_error{
		font-size:12px;
		color: #BC1F22;
		padding: 5px 0;
	}
	.frm_tit{
		text-align: center;
		padding: 40px 0 40px 0;
	}
	.mb30{
		margin-bottom: 30px;
	}
	.mb50{
		margin-bottom: 50px;
	}
	.txtarea{
		width: 80%;
		padding: 10px;
		border-radius:3px;
		border: 1px solid #ccc;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;

	}
	.frm_btn{
		width: 200px;
		background: #000;
		color: #fff;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		font-size: 15px;
		padding: 8px 0;
	}
	input.emailform{
		width: 315px;
		padding: 15px;
		font-size: 16px;
	}
	.err_frm{
		background: #FFE7E7;
		border: 2px solid #B2243C !important;
	}
}

/* ==================================================================================*/
@media screen and (max-width:619px){
	
.container{
	width:90%;
	margin:0 auto;
	position:relative;

}
.pc{
	display: none;
}
.sp{
	display: block;
}
#blog{
	display:none;

}
#content{
	background:url(../../images/common/main_bg.png) no-repeat top left;
}
#main{
	width:100%;
	float:none;
}
#topic_pass{
	display:none;
}
#header{
	border-top:3px solid #B28500;
	background:none;
	height:85px;
	width:100%;
	z-index:9999;
	position:relative;
}
#mv{
	height:260px;
	position: relative;
	margin-bottom: 15px;

}
#mv img{
	height:100% !important;
	width:auto !important;
}
#mv h1{
	background:#000;
	color:#FFF;
	text-align:center;
	margin: 0 5% 0 5%;
	padding:10px 0;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
	position: absolute;
	top:70px;
	width: 90%;
	font-size:24px;
}
#mv h1 span{
	font-size:14px;
	padding:0px 0 0 0;
	display:block;
	letter-spacing:2px;
	font-weight: normal;
}
#logo{
	width:160px;
	float:left;
	margin-top:10px;
}
#dscp{
	display:none;
}
#hdr_info{
	display:none;
}

/* ホーム */
.fbox{
	padding:0 0 45px 0;
	margin:0 0 45px 0;

}
.fbox h3{
	font-size:23px;
	margin-bottom:15px;
	line-height:120%;
	text-align:center;
}
.fbox h3 img{
	display:block;
	width:60px;
	height:auto;
	margin:0 auto 15px auto;
}
.fimg{
	width:100%;
	float:none;
}
.fimg img{
	width:100%;
	height:auto;
}
.ftxt{
	width:100%;
	float:none;
	line-height:200%;
	position:relative;
}
ul#nav{
	display:none;
}
#language{
	position:relative;
	z-index:100;
	width:250px;
	font-size:14px;
}
a#lang_btn{
	display:block;
	text-decoration:none;
	line-height:1;
	padding:5px 5px 5px 5px;
	width:90px;
	text-align:center;
	margin-bottom:10px;
	font-size:14px;
	background:#333;
	position:absolute;
	top:-2px;
	right:0px;
	color:#FFF;
}
ul#language{
	display:none;
	background:#FFF;
	width:86px;
	padding:9px 6px 4px 6px;
	position:absolute;
	top:19px;
	border:1px solid #ccc;
	right:0px;
	z-index:999;
}

ul#language a{
	text-decoration:none;
	font-size:13px;
	color:#333;
	display:block;
	padding:2px 2px 5px 4px;
}
#menu{
	width:40px;
	height:40px;
	position:absolute;
	top:30px;
	z-index:999;
	right:20px;
}
#menu img{
	width:100%;
	height:auto;
}
nav ul{

}
nav ul li{

}
nav ul a{
	color:#fff;
	text-decoration:none;
	line-height:1;
	padding:20px;
	border-bottom:1px solid #333;
	display:block;
}
#rsv_bar{
	background:#000;
	padding-bottom:10px;
	display:none;
}
#footer{
	text-align:center;

}
#rsv_bar{
	text-align:right;
	color:#FFF;
	font-size:14px;
}
#rsv_bar .container{
	padding-top:10px;
}
#rsv_bar select{
	padding:3px;
	background:#eee;
	font-size:14px;
}
input.rsv_btn2{
	border:1px solid #666;
	background:#000;
	padding:7px 35px;
	color:#eee;
    border-radius: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
	background:url(../../images/common/arrow2.jpg) no-repeat center right;
}
#footer{
	background:url(../../images/common/ftr_bg.jpg) no-repeat center top #EBE8E7;
}
a.rsv_btn{
	display:block;
	text-align:center;
	color:#FFF;
	width:240px;
	line-height:1;
	padding:15px 10px;
	margin:0 auto;
	text-decoration:none;
	font-size:17px;
    border-radius: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
	background:#000 url(../../images/common/arrow1.png) no-repeat right center;
	box-shadow:rgba(0, 0, 0, 0.35) 4px 5px 8px -4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.35) 4px 5px 8px -4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.35) 4px 5px 8px -4px;
	font-weight:bold;
}
#ftr_tel{
	font-size:24px;
	padding:10px 0 15px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
}
#ftr_tel span{
	font-size:13px;;
	font-weight:bold;
}
#ftr_logo{
	padding:40px 0 20px 0;
}
#ftr_logo img{
	width:50%;
	height:auto;
}
#ftr_bestrate{
	padding-bottom:50px;
	font-size:14px;
}
#copyright{
	padding-bottom:50px;
	font-size:13px;
	letter-spacing:1px;
}
a.btn_detail{
	display:block;
	text-decoration:none;
	color:#FFF;
	line-height:1;
	padding:14px 20px;
	width:80%;
	text-align:center;
    border-radius: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
	background:#000 url(../../images/common/arrow2.jpg) no-repeat center right;
	margin:0 auto;


}
.gallery{
	padding-bottom:40px;
}
.search_btn{
	line-height:1;
	background-color:#000;
	border:none;
	color:#FFF;
	padding:10px 25px;

}
.sbox{
	text-align:center;
	padding:20px 15px 0 15px;
}


/* よくある御質問 */
.qa_box{
	border-bottom:1px solid #ccc;
	padding-bottom:30px;
	margin-bottom:30px;
}

.qbox{
	width:20%;
	float:left;
	text-align:right;
}
.qbox h3{
	font-size:22px;
}
.abox{
	width:72%;
	float:right;
	border-left:1px solid #ccc;
	padding-left:3%;
}
.q{
	font-size:38px;
}


.tbox{
	padding-bottom:30px;
	font-size:16px;
	line-height:180%;
}
.tbox2{
	padding-bottom:10px;
	font-size:14px;
	line-height:180%;
	width:100%;
}
.tbox3{
	margin-bottom:30px;
	font-size:14px;
	text-align:center;
	background:#eee;
	padding:20px 10px;
}
.tbox4{
	margin-bottom:40px;
	font-size:16px;
	text-align:center;
	background:#F0F0E1;
	padding:20px 10px;
	line-height:180%;
}

ul#room_list .inner{
	padding:15px 25px;
}
ul#room_list li{
	width:100%;
	background:#FFF;
	border:1px solid #ccc;
	margin:0 13px 13px 0;
	box-shadow:rgba(0, 0, 0, 0.35) 4px 5px 8px -4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.35) 4px 5px 8px -4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.35) 4px 5px 8px -4px;
}

ul#room_list h3{
	padding-bottom:15px;
	font-size:16px;
	line-height:140%;

}
ul#room_list a{
	display:block;
	text-decoration:none;

}
ul#room_list p{
	font-size:13px;
	padding-bottom:8px;
}
.room_more{
	text-align:right;
	font-size:13px;
	font-weight:bold;
	padding-top:6px;
}
.room_thumb{

	overflow:hidden;
}
#banner_area{
	padding:30px 0 50px 0;
}
#banner_area ul{
	width:860px;
	margin:0 auto;
}

#banner_area li{
	float:left;
	padding-left:20px;
}
#room_search{
	padding-bottom:30px;
}
#room_search ul{
	padding:15px;;
	background:#eee;
}

#room_search li{
	float:left;
	padding:0 10px 0;
}
/* フォトギャラリー */
.swiper-container{
	width:100%;
	margin:0 auto 20px auto !important;
	position:relative;
	padding-bottom:32px;
}

.slider_img{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;

}
.slider_img img{
	width:100%;
	height:auto;

}
.slider_img p{
	width:100%;
	background:#000;
	color:#FFF;
	position:absolute;
	left:0;
	bottom:0;
	padding:10px;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	line-height:1;
	font-size:14px;
}
.button-next{
	position:absolute;
	top:160px;
	right:10px;
}
.button-prev{
	position:absolute;
	top:160px;
	left:10px;
}
.button-next,
.button-prev{
	width:48px;
	height:59px;
	z-index:999;
}
.button-next img,
.button-prev img{
	width:100%;
}
.swiper-pagination{
	text-align:right;
}


.t1{
	padding:20px 0 10px 0;
	margin:0 0 30px 0;
	font-size: 24px;
	border-bottom: 1px solid #000;
}
.t2{
	margin:0 0 20px 0;
	font-size:20px
}
.t3{
	margin:0 0 20px 0;
	padding-top:25px;
	font-size:22px;
	text-align:center;
	line-height:140%;

}
.t3 span{

	padding:0 20px 10px 20px;
}
#access iframe{
	height:280px;
}
#access table.ta3 th{
	background:#eee;
	white-space:normal;
	width:40%;
	font-size:14px;
	line-height:1.3;
}
#access table.ta3 td{
	width:60%;
	font-size:14px;
	line-height:1.3;
}
.youtube{
width: 100%;
}

}
/* チャット */
#chat{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10;
	text-align: right;
}

