@CHARSET "UTF-8";
/*
date: 2017.7.20
*/


/* = sp setting
-------------------------------------------------------------- */ 

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	overflow-y: scroll;
}
body {
	margin: 0 auto;
	overflow: hidden;
	color: #1d1e19;
	font-size: 18px;
	font-family:'Microsoft JhengHei', '微軟正黑體', 'PMingLiU' , sans-serif;
	font-weight: normal;
	line-height: 1.8;
	letter-spacing: .5px;
	width: 500px;
	-webkit-text-size-adjust: 100%;
}

a {
	outline: none;
	color: #1d1e19;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover {
	color: #847867;
	text-decoration: underline;
}
img{
	max-width: 100%;
	height: auto;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block;
}
a img:hover{
	opacity: .6;
}

iframe{
	max-width: 100%;
}

h1{
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 20px;
}
h2,h3{
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 15px;
}
h4,h5,h6{
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 15px;
}
p{
	margin-bottom: 20px;
}


/* Clearing floats */
.clear:after,
.wrapper:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after{
	display: table;
	content: "";
}

#page{
	padding-top: 97px;
}
.wrapper{
	padding: 0 25px;
}
.btn_more{
	text-align: center;
}
.flexslider .flex-control-nav{
	bottom: -50px;
}
.flexslider .flex-control-paging li a{
	width: 18px;
	height: 18px;
	background: #fff;
	border: #75735f solid 1px;
}
.flexslider .flex-control-paging li a.flex-active{
	background: #75735f;
}

.detail_list dl{
	border-bottom: #b3b08f solid 1px;
	padding: 25px 0;
	width: 100%;
	font-size: 20px;
}
.detail_list dt{
	position: relative;
	padding-left: 30px;
	font-weight: bold;
	font-size: 30px;
}
.detail_list dt::before,
.shop_time dt::before,
#manners_list li::before{
	content: '';
	background: url('../img/common/icon_dot.png');
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
}
.detail_list dd{
	padding-left: 30px;
}




/* = Header
-------------------------------------------------------------- */ 

#header{
	position: fixed;
	top: 0;
	background:#fff;
	width: 500px;
	z-index: 500;
}
.logo{
	padding: 15px 25px;
}
#btn_h_menu{
	position: absolute;
	top: 20px;
	right: 25px;
	cursor: pointer;
}
.box_h_abs{
	position: relative;
	z-index: 9999;
}
#box_nav{
	display: none;
	background: #fff;
	position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    padding-top: 19px;
    border-top: solid 1px #b0bf91;
}
#box_nav ul{
	padding-left: 25px;
    padding-right: 25px;
	padding-bottom: 20px;
}
#box_nav li{
	margin-bottom: 15px;
}
#btn_closenav{
	cursor: pointer;
}



/* = Top
-------------------------------------------------------------- */ 

.front_content{
	padding: 45px 0;
}
.front_content h2{
	margin-bottom: 30px;
	text-align: center;
}
.front_content h3{
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
}
.front_content p{
	margin-bottom: 40px;
}

#spa_info{
	padding-top: 0;
}
#room_search li{
	margin-bottom: 30px;
}
#room_search li:last-child{
	margin-bottom: 0;
}

#facilities_info__inner li{
	text-align: center;
	width: 214px;
	float: left;
	margin-right: 22px;
}
#facilities_info__inner li:nth-child(2n){
	margin: 0;
}
#facilities_info__inner li h3{
	height: 90px;
	line-height: 90px;
	margin: 0;
}
#facilities_info__inner li h3 img{
	vertical-align: middle;
}
#google_map{
	height: 375px;
	width: 100%;
	margin-bottom: 40px;
}

#access_route dt img.route_arrow{
	vertical-align: middle;
	margin: 0 10px;
	padding-bottom: 3px;
	display: inline-block;
}
#detail_info{
	padding-bottom: 70px;
}
#facilities_detail dl:last-child{
	border: 0;
}
#facilities_detail dt{
	color: #535353;
}
#facilities_detail dd li{
	line-height: 2;
}
#facilities_detail dd li{
	display: table;
}
#facilities_detail dd span{
	display: table-cell;
	padding-left: 10px;
	width: 160px;
}
#parking_list li span.list_tit{
	display: table-cell;
	width: 170px;
	padding-right: 20px;
	padding-left: 0;
	text-align-last: justify;
	position: relative;
	vertical-align: top;
}
#parking_list li span.list_tit::after{
	content: ':';
	padding-left: 10px;
	position: absolute;
	top: 0;
	right: 0;
}
.unavailable_list li{
	position: relative;
	padding-left: 30px;
}
.unavailable_list li::before{
	content: '';
	background: url('../img/common/sp/icon_circle.png');
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}
.unavailable_list li.unavailable::before{
	background: url('../img/common/sp/icon_cross.png');
	background-size: 18px 18px;
}






/* = Page_common
-------------------------------------------------------------- */ 


.page_container{
	padding: 50px 0 120px;
}

#page_title{
	text-align: center;
	margin-bottom: 50px;
}
#page_title img{
	border-bottom: #1d1e19 solid 1px;
}
#page_mainImg{
	margin-bottom: 45px;
}

.content_sec{
	padding: 40px 0;
}
.content_sec h2{
	padding-left: 50px;
	position: relative;
	margin-bottom: 30px;
}
.content_sec h2::before{
	content: '';
	display: block;
	background: #85887a;
	width: 1px;
	height: 170px;
	position: absolute;
	top: 0;
	left: 25px;
}
.section_intro{
	position: relative;
	z-index: 2;
}
.section_intro h3{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

.page_links li{
	margin-bottom: 30px;
}

.photo_bnr{
	display: block;
	margin-bottom: 40px;
}

.txt_caution{
	color: #c70000;
}




/* = Restaurant
-------------------------------------------------------------- */ 

.restaurant_sec{
	padding: 40px 0;
}
.restaurant_sec h2{
	padding-left: 50px;
	position: relative;
	margin-bottom: 40px;
}
.restaurant_sec h2::before{
	content: '';
	display: block;
	background: #85887a;
	width: 1px;
	height: 170px;
	position: absolute;
	top: 0;
	left: 25px;
}
.restaurant_sec__intro{
	position: relative;
	z-index: 2;
}
#section_dinner{
	padding-top: 80px;
}
#section_lunch{
	padding-bottom: 0;
}
.shop_wrap{
	padding: 50px 0;
}
.shop_wrap h3{
	text-align: center;
	margin-bottom: 35px;
}
.shop_info{
	background: #f2f2f2;
	padding: 35px;
	margin-top: 40px;
}
.shop_info h4{
	text-align: center;
	margin-bottom: 20px;
}
.shop_info h4 span{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.shop_info__inner{
	overflow: hidden;
	padding-top: 30px;
}

.shop_time{
	border-top: #b3b08f solid 1px;
	border-bottom: #b3b08f solid 1px;
	padding: 20px 0;
}
.shop_time dt{
	padding-left: 30px;
	font-weight: bold;
	font-size: 30px;
	position: relative;
	color: #535353;
}
.shop_time dd{
	padding-left: 30px;
	font-size: 20px;
}
.shop_info .clear{
	margin-bottom: 40px;
}
.shop_info .clear:last-child{
	margin: 0;
}




/* = Spa
-------------------------------------------------------------- */ 

#spa_intro{
	padding-top: 0;
}
#spa_intro h2{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 35px;
	padding: 0;
	letter-spacing: 1px;
	line-height: 1.5;
}
#spa_intro h2::before{
	content: none;
}

#section_womenspa .section_intro p{
	margin-bottom: 45px;
}

.spa_content h2{
	margin-bottom: 30px;
	text-align: center;
}
#spa_about{
	margin-bottom: 80px;
}
#spa_detail{
	margin-bottom: 35px;
}
#spa_detail dt{
	color: #535353;
}
#spa_attention li{
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 1.5;
}

#spa_manners{
	margin-bottom: 90px;
}
#manners_list{
	margin-bottom: 50px;
}
#manners_list li{
	position: relative;
	padding-left: 25px;
	font-size: 20px;
	color: #1d1e19;
	margin-bottom: 20px;
	letter-spacing: 0;
}
#manners_list li::before{
	top: 8px;
	margin-top: 0;
}
#manners_info h3{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
}






/* = Room
-------------------------------------------------------------- */ 

#section_washitu{
	padding-top: 0;
}
#amenities_info{
	margin-bottom: 50px;
}
#amenities_info h2{
	text-align: center;
	margin-bottom: 40px;
}
#amenities_info__inner{
	border-top: #b3b08f solid 1px;
	padding: 20px 30px;
}
#amenities_info__inner li{
	font-size: 21px;
	line-height: 2;
}






/* = Facilities
-------------------------------------------------------------- */ 

#section_lobby{
	padding-top: 0;
}
#page_facilities .content_sec h2,
#page_room .content_sec h2{
	padding-left: 25px;
}
#page_facilities .content_sec h2::before,
#page_room .content_sec h2::before{
	left: 0;
}

#page_facilities #room_search{
	margin-top: 60px;
}




/* = Access
-------------------------------------------------------------- */ 

#access_detail{
	margin-bottom: 50px;
}
#access_detail p{
	text-align: center;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 1.2;
}

#contact_info li{
	margin-bottom: 30px;
}



/* = Footer
-------------------------------------------------------------- */ 

.btn.grn {
    background-color: #2f4014;
}
#footer{
	font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004","Garamond" , "Times New Roman" , "serif", "Arial" , "Noto Sans CJK JP" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
}
#footer a{
	text-decoration: none;
}
.btn_gotop{
	position:relative;
	display: block;
	width: 100%;
	text-align: center;
	height:auto;
	line-height: 19px;
	padding-bottom: 14px;
	padding-top:11px;
	margin-bottom: 25px;
}
.btn_gotop img{
	width: 174px;
}
.halfbtns{
	overflow: hidden;
	padding: 0;
	margin: 0 0 24px;
}
.halfbtns a{
	width: 220px;
	height: 52px;
	line-height:45px;
	border-radius: 5px;
	text-align: center;
	padding:0 0 0.25em;
}
.halfbtns a img{
	vertical-align: middle;
}
.halfbtns a:first-child{
	background:#930e10;
	float:left;
}
.halfbtns a:last-child{
	float:right;
}
footer a[href^=tel]{
	margin-bottom: 24px;
}
footer a[href^=tel]+a{
	margin-bottom: 25px;
}
.f_nav_l{
	padding:0;
	margin-top:0;
	margin-bottom: 0;
	list-style-type: none;
}
.f_nav_l li{
	padding: 25px;
	border-top: solid 1px #f3f3f1;
	font-size: 24px;
}
.f_nav_l a{
	display: block;
	height: 100%;
	color: #5c331b;
}
.f_nav_l a:before{
	content:"-";
	display: inline-block;
	margin: 0 21px 0 0;
}
.f_nav_s{
	list-style-type: none;
	background-color: rgba(178, 185, 168, 0.2);
	overflow: hidden;
	padding:11px 0 11px 25px;
	box-sizing: border-box;
	margin-top:0;
	margin-bottom:0;
}
.f_nav_s li{
	width: 50%;
	float:left;
	font-size: 20px;
	line-height: 50px;
}
.f_nav_s li:before{
	content:'●';
	font-size: 36px;
	display: inline-block;
	color: #e2e4de;
	margin-right: 11px;
}
.f_bottom{
	background-color: #2f4014;
	padding: 35px 0 41px;
}
#nav_translate{
	margin-bottom: 20px;
}
#nav_translate li{
	float: left;
	margin-right: 40px;
}
#nav_translate li:last-child{
	margin: 0;
}
#nav_translate li img{
	opacity: .4;
}
#nav_translate li.on img{
	opacity: 1;
}
.f_bottom a.btn_pc{
	display:block;
	margin:0 25px 39px 25px;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: #2f4014;
	border: solid 1px #e2e4de;
}
.f_bottom a>span{
	margin: 5px 4px;
	display: block;
	background:#e2e4de;
}
.copy{
	color:#fff;
	font-size: 17px;
	text-align:center;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}