/* --------------------------------------------------
Reset CSS
-------------------------------------------------- */

* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: none;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
	width: 100%;
	height: 100%;
}
body {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	position: relative;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
}
article, aside, dialog, figure, footer, header, main, menu, nav, section {display: block;
}
audio, canvas, video {
	display: inline-block;
}
br, hr {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input,select {
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

/* --------------------------------------------------
共通設定
-------------------------------------------------- */

body section{
	margin: auto;
	padding: 0 5%;
	width: 100%;
}

body section.main{
	padding-top: 50px;
}

body section.main h2{
	margin: 15px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 22px;
}

body section.main dl{
	margin: 15px auto;
	text-align: left;
	line-height: 20px;
	display: table;
}

body section.main dl dt{
	margin-bottom: 5px;
	width: 20%;
	font-size: 16px;
	font-weight: bold;
	float: left;
	clear: both;
}

body section.main dl dd{
	width: 80%;
	font-size: 14px;
	float: right;
}

body section img{
	width: 100%;
	height: auto;
}

body section img.title-img{
	width: 80px;
	height: auto;
}

body section img.title-access{
	width: 250px;
	height: auto;
}

body div.line{
	width: 100%;
	height: 17px;
	background-image: url("../../img/up-line-01.png");
	background-position: center center;
	clear: both;
}

body#top{
	position: relative;
}

h1{
	margin: 20px auto;
}

h2{
	margin: 20px auto;
}

h3{
	margin: 10px auto;
	padding: 10px 0;
	width: 60%;
	color: #FFF;
	background-color: #000;
	font-weight: bold;
}

p{
	font-size: 14px;
	text-align: left;
	line-height: 20px;
}

.red{
	color: #9D0000;
	font-size: 12px;
}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* --------------------------------------------------
header footer
-------------------------------------------------- */

header{
	width: 100%;
	height: 50px;
	text-align: left;
	color: #FFF;
	background-color: #3C2B03;
	position: fixed;
}

header #title-img{
	margin: 15px 10px 0 20px;
}

header #up-button-img,
header #down-button-img{
	margin-bottom: -2px;
}

#menu{
	margin-bottom: 14px;
	width: 91px;
	height: 17px;
	display:block;
	cursor:pointer;
	position: absolute;
	top: 19px;
	right: 5px;
}

header ul {
	display: none;
	position: absolute;
	top: 50px;
	right: 0;
}

header ul li{
	padding: 10px 0;
	width: 115px;
	color: #FFF;
	background-color: #3C2B03;
	text-align: center;
}

header ul li:last-child{
	font-size: 12px;
}

section.access{
	padding-bottom: 50px;
	background-image: url("../../img/up-access-bg.png");
	-webkit-background-size: 300px auto;
	     -o-background-size: 300px auto;
	        background-size: 300px auto;
	background-position: 40px 101.5%;
	background-repeat: no-repeat;
}

section.access iframe{
	margin: 10px auto;
}

section.access dl{
	margin: 10px 0;
}

section.access dl dt{
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
}

section.access dl dt img{
	margin-right: 10px;
	width: 100px;
	height: auto;
	vertical-align:middle;
}

section.access dl dd{
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

section.access dl dd+dd{
	margin-top: 10px;
}

section.access #tel{
	margin-right: 10px;
	width: 120px;
	height: auto;
}

section.access #fb{
	width: 20px;
	height: auto;
}

section.access #contact-button{
	margin-bottom: 15px;
}

footer{
	padding: 10px 0;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #3C2B03;
}

body#top footer{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

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

section ol{
	display: block!important;
}

#eat-banner{
	margin-bottom: 20px;
	text-align: center;
}

#eat-banner img{
	width: auto;
	height: auto;
}

/* --------------------------------------------------
index.html
-------------------------------------------------- */

body#top{
	background-image: url("../img/main-bg.jpg");
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body#top header{
	padding: 20px 0;
	height: auto;
	text-align: center;
	background-color: #3C2B03;
	position: fixed;
}

body#top .wrapper{
	padding: 62px 5% 0;
	width: 100%;
	height: 100%;
	background-image: url("../../img/main-bg.png");
	-webkit-background-size: 150% auto;
	     -o-background-size: 150% auto;
	        background-size: 150% auto;
	background-position: -50px 96.5%;
	background-repeat: no-repeat;
}

body#top .slider{
	margin: 20px 0;
	width: 100%;
	height: auto;
}

body#top .wrapper .button{
	width: 100%;
	height: auto;
}

body#top .wrapper p+p{
	margin-top: 10px;
}

/* --------------------------------------------------
up.html
-------------------------------------------------- */

body#up{
	background-image: url("../img/up-bg.jpg");
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body#up section.main{
	padding-bottom: 30px;
	background-image: url("../../img/up-rock.png");
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}

/* --------------------------------------------------
up.html hot
-------------------------------------------------- */

body#up section.hot{
	margin-bottom: 10px;
	padding-bottom: 30px;
	background-image: url("../../img/up-hot.png");
	-webkit-background-size: 30% auto;
	     -o-background-size: 30% auto;
	        background-size: 30% auto;
	background-position: 95% bottom;
	background-repeat: no-repeat;
}

section.hot p+img{
	margin-top: 25px;
}

section.hot dl{
	margin: 15px auto;
	line-height: 22px;
	display: table;
}

section.hot dl dt{
	padding-right: 10px;
	font-size: 16px;
	font-weight: bold;
	float: left;
	clear: both;
}

section.hot dl dd{
	padding-left: 10px;
	font-size: 14px;
	text-align: left;
	border-left: 3px solid #000;
	float: right;
}

section.hot dl dd ul li:first-child{
	font-weight: bold;
}

/* --------------------------------------------------
up.html room
-------------------------------------------------- */

body#up section.room{
	padding-bottom: 90px;
	background-image: url("../../img/up-room-bg.png");
	-webkit-background-size: 50% auto;
	     -o-background-size: 50% auto;
	        background-size: 50% auto;
	background-position: 95% bottom;
	background-repeat: no-repeat;
}

body#up section.room img+img{
	margin-top: 15px;
}

section.room h3{
	padding-left: 1em;
	width: 100%;
	text-align: left;
}

section.room h3.tax{
	font-size: 13px;
}

section.room dl{
	margin: auto;
	width: 100%;
	line-height: 22px;
	display: table;
}

section.room dl dt{
	margin-bottom: 10px;
	padding-right: 10px;
	width: 30%;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	float: left;
	clear: both;
}

section.room dl dt p{
	font-size: 13px;
}

section.room dl dd{
	margin-bottom: 10px;
	padding-left: 10px;
	width: 70%;
	font-size: 14px;
	text-align: left;
	border-left: 3px solid #FFF;
	border-color: rgba(255, 255, 255, 0.5);
	float: right;
}

section.room dl dd ol li{
	font-size: 13px;
}

/* --------------------------------------------------
up.html eat
-------------------------------------------------- */

body#up section.eat .eat-01{
	margin-bottom: 10px;
	padding-bottom: 50px;
	background-image: url("../../img/up-eat-bg01.png");
	-webkit-background-size: 30% auto;
	     -o-background-size: 30% auto;
	        background-size: 30% auto;
	background-position: 95% 95%;
	background-repeat: no-repeat;
}

body#up section.eat .eat-02{
	margin-bottom: 10px;
	padding-bottom: 50px;
	background-image: url("../../img/up-eat-bg02.png");
	-webkit-background-size: 30% auto;
	     -o-background-size: 30% auto;
	        background-size: 30% auto;
	background-position: 95% 100%;
	background-repeat: no-repeat;
}

body#up section.eat img+p{
	margin-top: 10px;
}

/* --------------------------------------------------
up.html hell
-------------------------------------------------- */

body#up section.hell{
	padding-bottom: 50px;
	background-image: url("../../img/up-hell-bg.png");
	-webkit-background-size: 50% auto;
	     -o-background-size: 50% auto;
	        background-size: 50% auto;
	background-position: 120% 100%;
	background-repeat: no-repeat;
}

/* --------------------------------------------------
up.html history
-------------------------------------------------- */

section.history img+p{
	margin: 10px 0;
}

section.history p+img{
	margin: 10px 0;
}

/* --------------------------------------------------
down.html main
-------------------------------------------------- */

body#down{
	background-image: url("../img/down-bg.jpg");
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body#down section.main{
	padding-bottom: 30px;
	background-image: url("../../img/down-wave.png");
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}

/* --------------------------------------------------
down.html hot
-------------------------------------------------- */

body#down section.hot{
	margin-bottom: 10px;
	padding-bottom: 40px;
	background-image: url("../../img/down-hot-bg.png");
	-webkit-background-size: 30% auto;
	     -o-background-size: 30% auto;
	        background-size: 30% auto;
	background-position: 95% bottom;
	background-repeat: no-repeat;
}

body#down section.hot .title-rental{
	width: 120px;
	height: auto;
}

body#down section.hot span.small{
	font-size: 12px;
}

/* --------------------------------------------------
down.html room
-------------------------------------------------- */

body#down section.room{
	padding-bottom: 50px;
	background-image: url("../../img/down-room-bg.png");
	-webkit-background-size: 30% auto;
	     -o-background-size: 30% auto;
	        background-size: 30% auto;
	background-position: 5% bottom;
	background-repeat: no-repeat;
}

/* --------------------------------------------------
down.html eat
-------------------------------------------------- */

body#down section.eat .eat-01{
	margin-bottom: 10px;
	padding-bottom: 50px;
	background-image: url("../../img/up-eat-bg01.png");
	-webkit-background-size: 30% auto;
	     -o-background-size: 30% auto;
	        background-size: 30% auto;
	background-position: 95% 95%;
	background-repeat: no-repeat;
}

body#down section.eat .eat-02{
	margin-bottom: 10px;
	padding-bottom: 50px;
	background-image: url("../../img/up-eat-bg02.png");
	-webkit-background-size: 30% auto;
	     -o-background-size: 30% auto;
	        background-size: 30% auto;
	background-position: 95% 100%;
	background-repeat: no-repeat;
}

body#down section.eat h2+p{
	margin-bottom: 10px;
	text-align: center;
}

body#down section.eat img+p{
	margin-top: 10px;
}

/* --------------------------------------------------
down.html history
-------------------------------------------------- */

body#down section.history{
	padding-bottom: 100px;
	background-image: url("../../img/down-history-bg.png");
	-webkit-background-size: 80% auto;
	     -o-background-size: 80% auto;
	        background-size: 80% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}