@charset "UTF-8";
/* ==========================================================

title : 多度温泉
scope : 客室写真集 トップ

last modify : 2016/03/14 266_shintani

========================================================== */

/* ----------------------------------------------------------
	reset
---------------------------------------------------------- */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,s
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	background: #000;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration:none;
}

a:link {
	color:#0000FF;
}
 
a:visited {
	color:#0000FF;
}

a:hover {
	color:#FF0000;
}

a:hover .hover {
	opacity: 0.7;
}

/* ----------------------------------------------------------
	共通
	===========================================================
	E[foo$="bar"]
---------------------------------------------------------- */
[id$="_area"] {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 47px 0 0 0;
	overflow: hidden;
}

[id$="_area"] ul li {
	float: left;
	margin: 12px 12px 0 0;
}

[id$="_area"] .last {
	margin: 12px 0 0 0;
}

[id$="_area"] .reset {
	clear: both;
}

/* ----------------------------------------------------------
	wrapper
---------------------------------------------------------- */
.wrapper {
	position: relative;
	width: 100%;
	/*min-width: 1024px;*/
}

/* ----------------------------------------------------------
	header
---------------------------------------------------------- */
header {
	width: 900px;
	margin: 25px auto 0 auto;
	padding: 0 0 218px 0;
	background: url(../image_top/main_img.jpg) 0 0 no-repeat;
}

/* ----------------------------------------------------------
	nav
---------------------------------------------------------- */
nav {
	background: #1c1a1a;
	padding: 20px 0;
}

nav ul {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

nav li {
	float: left;
	margin: 0 27px 0 0;
}

nav li:nth-last-of-type(1) {
	float: left;
	margin: 0 0 0 0;
}
/* ----------------------------------------------------------
	#honkan_area
---------------------------------------------------------- */
#honkan_area {
	background: url(../image_top/bg_main_building.png) right 100px no-repeat;
}
/* ----------------------------------------------------------
	#himizukaze_area
---------------------------------------------------------- */
#himizukaze_area {
	background: url(../image_top/img_bg_himizukaze.png) right 100px no-repeat;
}

#himizukaze_area li:nth-of-type(1) {
	margin: 12px 0 0 0;
}

/* ----------------------------------------------------------
	#residence_area
---------------------------------------------------------- */
#residence_area {
	background: url(../image_top/img_bg_residence.png) 686px 405px no-repeat;
}

/* ----------------------------------------------------------
	footer
---------------------------------------------------------- */
footer {
	border-top: 1px solid #a58218;
	margin: 50px 0 0 0;
	padding: 25px 0;
	line-height: 1;
}

footer small {
	width: 900px;
	margin: 0 auto;
	color: #FFF;
	display: block;
	text-align: center;
}















