@charset "utf-8";



/* Reset Setting
---------------------------------------------------------- */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article,aside,canvas,details,figcaption,figure, footer,header,hgroup,menu,nav,section,summary {  display:block; }
img {
	border: 0;
	vertical-align: bottom;
}
ul, ol { list-style: none; }
table {
	border-spacing: 0;
	empty-cells: show;
}


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



/* Container
---------------------------------------------------------- */
header { padding: 12px 0; }
section { padding: 0; }

.imgMdl { vertical-align: text-middle; margin-right: 6px; }



/* Common Elements - 
---------------------------------------------------------- */

/* Footer */
footer ul {
	clear: both;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e8e8e8), color-stop(0.98, #f8f8f8), color-stop(0.95, #fff));
	background: -webkit-linear-gradient(top, #fff 95%, #f8f8f8 98%, #e8e8e8 100%);
	background: linear-gradient(to bottom, #fff 95%, #f8f8f8 98%, #e8e8e8 100%);
}
footer ul li {
	text-align: center;
	padding: 0;
	font-size: 11px;
}
footer ul li a {
	padding: 9px 0 7px;
	display: block;
	border: 1px solid #f6f6f6;
}
footer ul li img { vertical-align: text-bottom; margin-right: 10px; }

footer address {
	padding: 12px 0 24px;
	background: #493c2b;
	font-size: 11px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	font-style: normal;
}
footer .copyright {
	clear: both;
	padding: 12px 0 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ededed), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #ededed);
	background: linear-gradient(#fff, #ededed);
	
	text-align: center;
	font-size: 11px;
	line-height: 1.4;
}

/* Inquiry Button */
.inquiryBtn {
	clear: both;
	overflow: hidden;
	margin: 15px 0 0;
	padding: 0;
	text-align: center;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c8d7dc), color-stop(0.00, #f2f5f6));
	background: -webkit-linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%);
	background: linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #bbb;
}
.inquiryBtn a {
	display: block;
	padding: 10px 0 8px;
	text-align: center;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f9f0), color-stop(0.50, #eff6e8), color-stop(0.0, #f5f9f0));
	background: -webkit-linear-gradient(top, #f5f9f0 0%, #eff6e8 50%, #f5f9f0 100%);
	background: linear-gradient(to bottom, #f5f9f0 0%, #eff6e8 50%, #f5f9f0 100%);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	border: solid 1px #fff;
}



/* Top page
---------------------------------------------------------- */
body#top header { padding: 180px 10px 0; }

body#top h1 { text-indent: -9999px; }
body#top h2 {
	margin: 0 0 7px 12px;
	padding: 0;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
}
body#top h3 {
	overflow: hidden;
	margin: 0 0 10px;
	padding: 10px 12px 8px;
	color: #333;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f9f0), color-stop(0.50, #eff6e8), color-stop(0.0, #f5f9f0));
	background: -webkit-linear-gradient(top, #f5f9f0 0%, #eff6e8 50%, #f5f9f0 100%);
	background: linear-gradient(to bottom, #f5f9f0 0%, #eff6e8 50%, #f5f9f0 100%);
	border-top: 1px solid #dde7d4;
	border-bottom: 1px solid #dde7d4;
}

ul.circleList { margin: 0 12px 15px; }
ul.circleList li {
	padding: 0 0 0 1em;
	text-indent: -1em;
	list-style: disc inside;
	font-size: 14px;
}

body#top .read {
	margin: 0 12px;
	padding: 0 0 15px;
	font-size: 12px;
	line-height: 1.5;
	color: #555;
}

/*@media screen and (max-width: 640px){
body#top {
	background: url(../image/top/bg_wrapper640.jpg) no-repeat center top;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
}

@media screen and (max-width: 320px){*/
body#top {
	background: url(../image/top/bg_wrapper320.jpg) no-repeat center top;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}


/* Navigation */
ul#gNav {
	margin: 0 0 20px;
	border: 1px solid #bbb;
	background: url(../image/top/bg_gNav.png);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
ul#gNav li {
	padding: 0;
	border-bottom: 1px solid #fff;
	background: url(../image/top/ico_navArrow.gif) no-repeat right center;
}
ul#gNav li a {
	font-size: 14px;
	line-height: 1;
	display: block;
	border-bottom: 1px solid #bbb;
	padding: 13px 13px 13px 40px;
}
ul#gNav li.g01 a { background: url(../image/top/ico_gNav01.png) no-repeat 13px center; }
ul#gNav li.g02 a { background: url(../image/top/ico_gNav02.png) no-repeat 13px center; }
ul#gNav li.g03 a { background: url(../image/top/ico_gNav03.png) no-repeat 13px center; border-bottom: 0; }
ul#gNav li.g03 { border-bottom: 0; }



/* Local page
---------------------------------------------------------- */
body#local h1 {
	width: 150px;
	margin: 0 auto;
}
body#local h1 a { padding: 15px 0; }


body#local h2 {
	margin: 0;
	padding: 12px 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #493c2b), color-stop(0.00, #655848));
	background: -webkit-linear-gradient(top, #655848 0%, #493c2b 100%);
	background: linear-gradient(to bottom, #655848 0%, #493c2b 100%);
	text-shadow: 1px 1px 1px #16120e; 

	font-size: 14px;
	line-height: 1;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

#roomlist .odd, #roomlist .even { padding: 15px; }
#roomlist .odd { background: #fff; }
#roomlist .even { background: #f6f6f6; }

#roomlist p {
	float: left;
	width: 64%;
	font-size: 12px;
}
#roomlist p a { color: #438bc5; text-decoration: underline; }
#roomlist span { display: block; margin-bottom: 3px; }

#roomlist .listImg {
	float: left;
	width: 32%;
	height: auto;
	margin: 0 12px 12px 0;
}
#roomlist .name {
	margin-top: -1px;
	font-size: 16px;
	font-weight: bold;
}
#roomlist .map {
	padding-left: 14px;
	background: url(../image/ico_map.gif) no-repeat left 2px;
	-webkit-background-size: 9px auto;
	background-size: 9px auto;
}





