@charset "utf-8";
/* CSS Document */


/*------------------------------------------------------------
	デフォルトスタイル #FECBCD
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

body{
	overflow-x:hidden;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#000;
	-webkit-text-size-adjust:100%;
}

img{
	margin:0;
	padding:0;
	vertical-align:bottom;
}

section{
	margin:0 auto;
	width:96%;
}

/*------------------------------------------------------------
	top_img
------------------------------------------------------------*/
#top_img{
	clear:left;
	width:100%;
	height:auto;
}

#top_img p img{
	width:100%;
	height:auto;
}

#viewer{
	clear:left;
	margin:0 auto;
	width:100%;
	text-align:left;
	overflow:hidden;
	position:relative;
	background:#000;
}

#viewer section{
	margin-top:55px;
	width:100%;
	height:auto;
}

#viewer img{
	padding:0;
	top:0;
	left:0;
	width:100%;
	position:absolute;
}


/*------------------------------------------------------------
	ご宿泊予約
------------------------------------------------------------*/
.b_plan a{
    display:block;
	text-align:center;
	padding-top:23px;
	padding-bottom:25px;
    color:#FFF;
	font-weight:bold;
	letter-spacing:1px;
    text-decoration:none;
    background:#006699;
    transition:all 0.2s ease 0s;
}
.b_plan a:hover {
    background:#003366;
    transition:all 0.2s ease 0s;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
#content{
	clear:left;
	width:100%;
	height:auto;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
footer{
	clear:left;
	padding-bottom:50px;
	width:100%;
	height:auto;
	background:#380001;
}

footer ul{
	float:none;
	margin:0 auto;
	width:90%;
	
	text-align:center;
	font-size:13px;
	color:#FFF;
	line-height:1.8em;
}

footer li img{
	margin-top:50px;
	margin-bottom:10px;
}

#b_footer a{
	float:none;
    display:block;
	margin-top:5px;
	margin-right:1px;
    padding:8px 25px;
	
	font-size:12px;
    color:#FFF;
    background:#562627;
	border:#2B0001 1px dotted;
    text-decoration:none;
}

#b_footer a:hover{
    color:#FFF;
	background:#220001;
	border:#150001 1px dotted;
}

/*------------------------------------------------------------
	copyright #375A7F
------------------------------------------------------------*/
#copyright{
	clear:both;
	width:100%;
	height:50px;
	
	text-align:center;
	font-size:10px;
	color:#FFF;
	line-height:50px;
	background:#996600;
}

/*------------------------------------------------------------
	ページトップ
------------------------------------------------------------*/
.pagetop {
    display:none;
    position:fixed;
    bottom:15px;
    right:15px;
}
.pagetop a{
	display:block;
    text-decoration:none;
	background:#600;
}
 
.pagetop a:hover{
	background:#220001;
}

/*------------------------------------------------------------
	height
------------------------------------------------------------*/
.height5{
	margin:0;
	padding:0;
	width:auto;
	height:5px;
}

.height10{
	margin:0;
	padding:0;
	width:auto;
	height:10px;
}

.height15{
	margin:0;
	padding:0;
	width:auto;
	height:15px;
}

.height20{
	margin:0;
	padding:0;
	width:auto;
	height:20px;
}

.height30{
	margin:0;
	padding:0;
	width:auto;
	height:30px;
}

.height50{
	margin:0;
	padding:0;
	width:auto;
	height:50px;
}

