/* reset
---------------------------------------------------- */
html, body, div, span, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, images, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, li,
time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, li{
	display:block;
}
ul{
	list-style:none;
}
blockquote, q{
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content:'';
	content:none;
}
a{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
	/* [disabled]display: block; */
	-webkit-tap-highlight-color: rgba(255,255,555,0.5); /*白背景・不透明度50％*/
}
.paragraph {
	line-height: 1.8;/* 1.6から1.8推奨 */
}
ins{
	color:#000;
	text-decoration:none;
}
mark{
	color:#000;
	font-style:italic;
	font-weight:bold;
}
red{
	color:#ff0000;
	font-weight:bold;
}
yellow{
	color:#eeeb00;
	font-weight:bold;
}
blue{
	color:#0000ff;
	font-weight:bold;
}
del{
	text-decoration:line-through;
}
abbr[title], dfn[title]{
	border-bottom:1px dotted #000;
	cursor:help;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
hr{
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select{
	vertical-align:middle;
}
em{
	color: #db0000;
}
strong {
	font-weight: bold;
}
b {
	font-weight: normal ;
	}
* {
    word-break: break-all;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(255,255,0,0.4);
}


/* clearfix */
*:after {
	display:block; clear:both;
}

a {
	color:#666633;
	text-decoration:none;
}
a:hover {
	color:#666633;
	text-decoration:underline;
}

/* 
---------------------------------------------------- */
body{
	font-family:"HraKakuProN-W6", "HelveticaNeue";
	line-height:1.3;
	-webkit-text-size-adjust:none;
}
#individual_contents{
	width:100%;
	background-color:#ffffff;
	color:#333;
}
#wrap{
	padding:0 10px 0 10px;
}


/* header
---------------------------------------------------- */
header{
	height:50px;
	background-color:#;
	border-bottom:# 2px solid;
	margin-bottom:14px;
	background:url(../images/header_logobg.png);

}
header h1{
	float:left;
	background:url(../images/header_logo.png) no-repeat 0 0;
	-webkit-background-size:150px;
	background-size:150px;
	text-indent:-9999px;
	width:150px;
	
	margin:5px 0 0 10px;
}
header h1 a{
	display: block ;
}
header p.tel_no{
	display:block;
	float:right;
	height:27px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:url(../images/hd_ico_sphone.png) no-repeat 3px 13px;
	-webkit-background-size:16px 15px,auto;
	background-size:16px 15px; 
	font-size:8px;
	font-weight:bold;
	color:#000000;
	margin:11px 10px 0 0;
}
header p.tel_no a{
	font-size:15px;
	padding-left:22px;
	color:#797649;
}
header p.tel_no span{
	display:block;
	margin:9px 0 0 27px;
}


/* reservation
---------------------------------------------------- */
p.bt_reservation a{
	display:block;
	width:250px;
	text-align:center;
	border:1px solid #939393;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:url(../images/bt_reserv.png) no-repeat 15% center,-webkit-gradient(linear, left top, left bottom, from(#ded6c1), to(#857139));
	background:url(../images/bt_reserv.png) no-repeat 15% center,-moz-linear-gradient(top, #ded6c1,#857139);
	background:url(../images/bt_reserv.png) no-repeat 15% center,-o-linear-gradient(top, #ded6c1,#857139);
	background:url(../images/bt_reserv.png) no-repeat 15% center,-ms-linear-gradient(top, #ded6c1,#857139);
	background-size:auto 25px,auto;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	margin:0px auto;
	padding:15px 0px 15px 30px;
}


/* pagetop
---------------------------------------------------- */
p.toPageTop{
	float:right;
	margin:15px 5px 20px 0;
}
p.toPageTop a{
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#999966;
	background:url(../images/arrow_top.png) no-repeat right center;
	-webkit-background-size:10px 6px;
	background-size:10px 6px;
	padding-right:18px;
}


/* gNav
---------------------------------------------------- */
#gNav{
	clear:both;
}
/* PC_page
---------------------------------------------------- */
#gNav nav{
	border:1px solid #cccccc;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	background:#f3f3ed;
	font-size:16px;
	letter-spacing:1px;
}
#gNav ul li a{
	display:block;
	color:#666666;
	font-size:14px;
	line-height:1.5;
	font-weight:normal;
	padding:10px;
	border-bottom:1px solid #a4adb1;
	background:url(../images/gnav_next.png) no-repeat right center;
	-webkit-background-size:21px 14px;
	background-size:21px 14px;
}
#gNav ul li.pcSite a{
	background:url(../images/gnav_pc.png) no-repeat right center;
	-webkit-background-size:30px 19px;
	background-size:30px 19px; 
}


/* footer
---------------------------------------------------- */
footer{
	padding:0 0 15px 0;
}
footer .f_nb{
	clear:both;
	display:block;
}
footer .f_nb p.h_contact a{
	display:block;
	float:right;
	width:72px;
	height:27px;
	border:1px solid #a4adb1;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:url(../images/hd_ico_mail.png) no-repeat 6px center,-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e6ea));
	background:url(../images/hd_ico_mail.png) no-repeat 6px center,-moz-linear-gradient(top, #ffffff,#e0e6ea);
	background:url(../images/hd_ico_mail.png) no-repeat 6px center,-o-linear-gradient(top, #ffffff,#e0e6ea);
	background:url(../images/hd_ico_mail.png) no-repeat 6px center,-ms-linear-gradient(top, #ffffff,#e0e6ea);
	-webkit-background-size:16px 15px,auto;
	background-size:16px 15px,auto;
	font-size:8px;
	font-weight:bold;
	color:#4b5b6b;
	margin:15px 10px 15px 0;
}
footer .f_nb p.h_contact span{
	display:block;
	margin:8px 0 0 27px;
}
footer .f_nb p.toPc a{
	display:block;
	float:right;
	width:72px;
	height:27px;
	border:1px solid #a4adb1;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:url(../images/hd_ico_pc.png) no-repeat 6px center,-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e6ea));
	background:url(../images/hd_ico_pc.png) no-repeat 6px center,-moz-linear-gradient(top, #ffffff,#e0e6ea);
	background:url(../images/hd_ico_pc.png) no-repeat 6px center,-o-linear-gradient(top, #ffffff,#e0e6ea);
	background:url(../images/hd_ico_pc.png) no-repeat 6px center,-ms-linear-gradient(top, #ffffff,#e0e6ea);
	-webkit-background-size:16px 15px,auto;
	background-size:16px 15px,auto;
	font-size:8px;
	font-weight:bold;
	color:#4b5b6b;
	margin:15px 10px 15px 0;
}
footer .f_nb p.toPc span{
	display:block;
	margin:8px 0 0 27px;
}
/* footer_color
---------------------------------------------------- */
.cb{
	clear:both;
	display:block;
	background-color:#c3c0a3;
	padding:20px 0px;
	margin-top:10px;
}
.cb small{
	display:block;
	font-size:9px;
	line-height:1.3;
	color:#666666;
	font-family:HelveticaNeue;
	font-weight:normal;
	margin:0 10px;
}
/* メインビジュアル
---------------------------------------------------- */
#mainVisualContainer{
	text-align:center;
	width:100%;
	overflow:hidden;
	z-index:1;
	margin:0 auto 0 auto;
	padding-bottom:10px;
}
#mainVisualContainer img{
	text-align:center;
	width:100%;
	overflow:hidden;
	z-index:1;
	margin:0 auto 0 auto;
}

/* localNav
---------------------------------------------------- */
#hdNav{
	margin:10px 0px 10px 0px;
}
/* mainbotton
---------------------------------------------------- */
ul#nav1st{
	border:1px solid #d8dce0;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e5d8),to(#c3c0a4));
	background-image: -moz-linear-gradient(top, #e6e5d8,#c3c0a4);
	background-image: -o-linear-gradient(top, #e6e5d8,#c3c0a4);
	background-image: -ms-linear-gradient(top, #e6e5d8,#c3c0a4);
		margin-bottom:5px;
}
#hdNav:after{
	display:block;
	margin-top:-1px;
	height:1px;
	content:"";
	clear:both;
}
#hdNav ul:after{
	display:block;
	margin-top:-1px;
	height:1px;
	content:"";
	clear:both;
}
.br_b{
	border-right:1px solid #d8dce0;
}
#hdNav ul li{
	float:left;
	width:33.3%;
	text-align:center;
	border-bottom:1px solid #d8dce0;
}
/* mainbotton_text
---------------------------------------------------- */
ul#nav1st li a{
	height:60px;
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#444444;
	padding:10px 0px 10px;
	background-repeat:no-repeat;
	background-position:center bottom;
}
#hdNav ul li.down{
	float:left;
	width:33.3%;
	text-align:center;
	border-bottom:none;
}
/* mainbotton_text
---------------------------------------------------- */
ul#nav1st li.down a{
	height:60px;
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#444444;
	padding:10px 0px 10px;
	background-repeat:no-repeat;
	background-position:center bottom;
}
ul#nav1st li:nth-child(1) a{
	background-image:url(../images/top_ic_hotel.png);
	-webkit-background-size:41px 52px;
	background-size:41px 52px;
}
ul#nav1st li:nth-child(2) a{
	background-image:url(../images/top_ic_beer.png);
	-webkit-background-size:41px 52px;
	background-size:41px 52px;
}
ul#nav1st li:nth-child(3) a{
	background-image:url(../images/top_ic_foods.png);
	-webkit-background-size:41px 52px;
	background-size:41px 52px;
}
ul#nav1st li:nth-child(4) a{
	background-image:url(../images/top_ic_onsen.png);
	-webkit-background-size:41px 52px;
	background-size:41px 52px;
}
ul#nav1st li:nth-child(5) a{
	background-image:url(../images/top_ic_access.png);
	-webkit-background-size:41px 52px;
	background-size:41px 52px;
}
ul#nav1st li:nth-child(6) a{
	background-image:url(../images/top_ic_contact.png);
	-webkit-background-size:41px 52px;
	background-size:41px 52px;
}




/* stayplan
---------------------------------------------------- */
#stayplan{
	clear:both;
	margin-top:20px;
}
/* stayplan_text
---------------------------------------------------- */
#stayplan h2{
	display:block;
	color:#60a27d;
	border-bottom:#60a27d 3px double;
	font-size:16px;
	letter-spacing:1px;
	padding-bottom:3px;
}

.campaign{
	display:block;
	overflow:hidden;
	border-bottom:1px solid #c0c9cd;
}

.campaign p{
	font-size:12px;
	padding-top:10px;
	width:auto;
	color:#666666;
}
.campaign dl{
	overflow:hidden;
	list-style-type:none;
}
.campaign dl dt{
	float:left;
	display:table-cell;
	width:80px;
	vertical-align:middle;
	padding-right:10px;
}
.campaign dl dd{
	display:table-cell;
	vertical-align:middle;
	font-size:13px;
	line-height:1.5;
	color:#666666;
}

#campaign div:after{
	display:block;
	margin-top:-1px;
	height:1px;
	content:"";
	clear:both;
}

*+html .campaign div{
	min-height:1%;
}

*html .campaign div{
	height:1%;
	overflow:visible;
}


/* news
---------------------------------------------------- */
#news{
	clear:both;
	margin-top:20px;
}
/* stayplan_text
---------------------------------------------------- */
#stayplan h2{
	display:block;
	color:#666633;
	border-bottom:#666633 3px double;
	font-size:16px;
	letter-spacing:1px;
	padding-bottom:3px;
}
/* news_text
---------------------------------------------------- */
#news h2{
	color:#666633;
	border-bottom:#666633 3px double;
	font-size:16px;
	letter-spacing:1px;
	padding-bottom:3px;
}
