/* ----- 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;
}

/* ----- 共通 ----- */

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

p{
	font-size: 13px;
	text-align: left;
	line-height: 24px;
}

ul li{
	text-align: left;
}

.fwb{
	font-weight: bold;
}

.red{
	color: #9D0000;
}

h1{
	margin-bottom: 40px;
	text-align: left;
}

h2{
	margin-bottom: 30px;
}

h3{
	margin: 0 auto 20px auto;
	padding: 10px 0;
	width: 250px;
	color: #FFF;
	background-color: #000;
	font-size: 18px;
	font-weight: bold;
}

#wrapper{
	padding: 50px 0 0 0;
	width: 100%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-attachment: fixed;
	position: relative;
}

#wrapper section{
	margin: auto;
	padding-right: 275px;
	width: 1175px;
	height: auto;
}

#overline{
	width: 100%;
	height: 16px;
	background-color: #352608;
	position: fixed;
	top: 0;
	z-index: 9999;
}

#underline{
	width: 100%;
	height: 16px;
	background-color: #352608;
	position: fixed;
	bottom: 0;
	z-index: 9989;
}

/* ----- フッター ----- */

footer{
	margin: auto;
	padding: 40px 170px 100px 0;
	width: 100%;
	font-weight: bold;
	line-height: 22px;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
}

body#down footer{
	background-image: url("../img/down-access-bg.png");
}

body#up footer{
	background-image: url("../img/up-access-bg.png");
}

footer h4{
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}

footer ul{
	margin: auto;
	width: 600px;
}

footer ul li{
	width: 300px;
	float: left;
}

footer ul li:last-child{
	padding-top: 80px;
}

footer .fb{
	margin-left: 10px;
}

#line-footer{
	padding-top: 15px;
	width: 100%;
	height: 33px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	background-image: url("../img/down-line-02.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	z-index: 9999;
}

/* ----- サイドバー ----- */

#nav{
	padding: 80px 0 0 20px;
	width: 275px;
	height: 100%;
	background-image: url("../img/nav-bg-long.png");
	-webkit-background-size: 100% 100%;
	     -o-background-size: 100% 100%;
	        background-size: 100% 100%;
	background-position: center 30px;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 16px;
	right: -15px;
	z-index: 9999;
}

#nav a{
	display: block;
}

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

#nav ul{
	margin: 50px auto 0 auto;
	display: table;
}

#nav ul li{
	margin-bottom: 10px;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #FFF;
}

#nav ul li:last-child{
	padding: 0;
	border: none;
}

/* ----- index ----- */

body#index{
	background-image: url("../img/bg.jpg");
	background-position: left top;
	-webkit-background-size: 100% 100%;
	     -o-background-size: 100% 100%;
	        background-size: 100% 100%;
	background-repeat: no-repeat;
}

body#index #wrapper{
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/main-bg.png");
	-webkit-background-size: auto;
	     -o-background-size: auto;
	        background-size: auto;
	background-position: right bottom;
	background-repeat: no-repeat;
}

body#index #wrapper #main{
	margin: auto;
	padding: 0;
	width: 1100px;
	overflow: hidden;
}

body#index #wrapper #main .slider{
	margin: 30px 0 0 0;
	width: 825px;
	height: 515px;
	float: left;
	position: relative;
}

body#index #wrapper #main .slider .main-cover{
	position: absolute;
	top: 0;
	left: 0;
}

body#index #wrapper #main .nav{
	padding-top: 30px;
	width: 275px;
	height: 545px;
	background-image: url("../img/nav-bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
}

body#index #wrapper #main .nav ul{
	margin: 80px auto 0;
	width: 158px;
}

body#index #wrapper #main .nav ul li{
	margin-right: 10px;
	float: left;
}

body#index #wrapper #main .nav ul li:last-child{
	margin-right: 0;
}

body#index #wrapper #main .catch{
	margin-top: 30px;
	float: left;
}

body#index #wrapper #main #line-footer{
	width: 100%;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
}

body#s_up #wrapper .main{
	margin-right: -300px;
	padding-right: 300px;
	width: 100%;
	height: 600px;
	text-align: right;
	background-image: url("../img/up-bg.png");
	-webkit-background-size: 100% 100%;
	     -o-background-size: 100% 100%;
	        background-size: 100% 100%;
	background-position: right bottom;
	background-repeat: no-repeat;
	float: left;
}

body#s_up #wrapper .side{
	width: 300px;
	height: 600px;
	background-color: #352608;
	opacity: 0.5;
	float: right;
}

/* ----- 上湯 メイン ----- */

body#up #wrapper{
	background-image: url("../img/up-bg.jpg");
	-webkit-background-size: 100% 100%;
	     -o-background-size: 100% 100%;
	        background-size: 100% 100%;
}

body#up #wrapper .main{
	position: relative;
}

body#up #wrapper .main .text{
	float: left;
	width: 398px;
	position: relative;
}

body#up #wrapper .main .text .up-leaves-01{
	position: absolute;
	top: -70px;
	left: -100px;
}

body#up #wrapper .main .text .up-leaves-02{
	position: absolute;
	bottom: -40px;
	left: 360px;
}

body#up #wrapper .main .text h2{
	margin: 0 0 10px 0;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}

body#up #wrapper .main dl{
	margin-top: 20px;
	width: 398px;
	font-size: 13px;
	line-height: 22px;
}

body#up #wrapper .main dl dt{
	margin-bottom: 10px;
	width: 50px;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	float: left;
	clear: both;
}

body#up #wrapper .main dl dd{
	width: 348px;
	text-align: left;
	float: right;
}

body#up #wrapper .main .image{
	float: right;
	width: 482px;
}

body#up #wrapper .rock{
	width: 100%;
	height: 100px;
	background-image: url("../img/up-rock.png");
	background-position: center bottom;
	background-repeat: repeat-x;
}

/* ----- 上湯 温泉 ----- */

body#up #wrapper .hot{
	padding-top: 30px;
	padding-bottom: 50px;
	position: relative;
}

body#up #wrapper .hot h2 img{
	margin: 0;
}

body#up #wrapper .hot img{
	margin-bottom: 10px;
}

body#up #wrapper .hot p{
	margin-bottom: 20px;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
}

body#up #wrapper .hot .hot-left{
	width: 418px;
	float: left;
	text-align: center;
}

body#up #wrapper .hot .hot-right{
	width: 418px;
	float: right;
	text-align: center;
}

body#up #wrapper .hot .hot-right p{
	text-align: center;
}

body#up #wrapper .hot .hot-right h3.charge{
	padding-left: 1em;
	width: 100%;
	text-align: left;
	color: #000;
	background-color: rgba(0, 0, 0, 0);
	border-left: 10px solid #000;
}

body#up #wrapper .hot .hot-right dl{
	margin: auto;
	width: 388px;
	font-size: 13px;
	line-height: 22px;
}

body#up #wrapper .hot .hot-right dl dt{
	width: 130px;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	float: left;
	clear: both;
}

body#up #wrapper .hot .hot-right dl dt p{
	text-align: left;
}

body#up #wrapper .hot .hot-right dl dd{
	padding-left: 15px;
	width: 240px;
	text-align: left;
	border-left: 3px solid #FFF;
	border-color: rgba(255, 255, 255, 0.5);
	float: right;
}

body#up #wrapper .hot .hot-img{
	position: absolute;
	right: 200px;
	bottom: 50px;
}

/* ----- 上湯 ライン ----- */

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

/* ----- 上湯 客室 ----- */

body#up #wrapper .room{
	padding: 30px 275px 0 0;
	background-image: url("../img/up-room-bg.png");
	background-position: left bottom;
	background-repeat: no-repeat;
}

body#up #wrapper .room h3{
	padding-left: 1em;
	width: 100%;
	text-align: left;
}

body#up #wrapper .room .room-01 img,
body#up #wrapper .room .room-02 img{
	margin-bottom: 20px;
}

body#up #wrapper .room .room-01{
	width: 431px;
	float: left;
}

body#up #wrapper .room .room-01 p{
	margin-bottom: 20px;
}

body#up #wrapper .room .room-01 dl.other dt{
	margin-bottom: 10px;
}

body#up #wrapper .room .room-02{
	width: 431px;
	float: right;
}

body#up #wrapper .room dl{
	margin-bottom: 20px;
}

body#up #wrapper .room dl dt{
	padding-right: 10px;
	width: 100px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	float: left;
}

body#up #wrapper .room dl dd{
	padding-left: 10px;
	font-size: 13px;
	line-height: 24px;
	border-left: 3px solid #FFF;
	border-color: rgba(255, 255, 255, 0.5);
	float: left
}

body#up #wrapper .room dl dt{
	clear: both;
}

/* ----- 上湯 食事 ----- */

body#up #wrapper .eat{
	padding-top: 30px;
	padding-bottom: 50px;
}

body#up #wrapper .eat h3{
	width: 100%;
}

body#up #wrapper .eat .img{
	width: 431px;
	height: 338px;
	float: left;
}

body#up #wrapper .eat .text{
	width: 446px;
	height: 338px;
	background-image: url("../img/up-eat-bg01.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	float: right;
}

body#up #wrapper .eat .egg{
	padding-top: 30px;
	clear: both;
}

body#up #wrapper .eat .egg .text{
	width: 476px;
	height: 266px;
	background-image: url("../img/up-eat-bg02.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	float: left;
}

body#up #wrapper .eat .egg .img{
	width: 401px;
	height: 266px;
	float: right;
}

/* ----- 上湯 地獄 ----- */

body#up #wrapper .hell{
	padding: 30px 275px 80px 0;
	background-image: url("../img/up-hell-bg.png");
	background-position: 100% bottom;
	background-repeat: no-repeat;
	position: relative;
}

body#up #wrapper .hell p{
	margin-top: 10px;
	text-align: center;
}

/* ----- 上湯 歴史 ----- */

body#up #wrapper .history{
	padding: 30px 275px 80px 0;
	background-image: url("../img/up-history-bg.png");
	background-position: -40% bottom;
	background-repeat: no-repeat;
	position: relative;
}

body#up #wrapper .history .img{
	margin-bottom: 20px;
	clear: left;
}

body#up #wrapper .history p{
	margin: 0 20px 0 10px;
	width: 430px;
	float: left;
}

body#up #wrapper .history p:last-child{
	margin: 0 10px 0 0;
}

/* ----- 下湯 アクセス----- */

body#up #wrapper .access{
	padding: 40px 275px 0 0;
}

body#up #wrapper .access h2{
	margin-bottom: 50px;
}

/* ----- 下湯 メイン ----- */

body#down #wrapper{
	background-image: url("../img/down-bg.jpg");
	-webkit-background-size: 100% 100%;
	     -o-background-size: 100% 100%;
	        background-size: 100% 100%;
}

body#down #wrapper .main .text{
	float: left;
	width: 398px;
	position: relative;
}

body#down #wrapper .main .text .down-cherry-01{
	position: absolute;
	top: -50px;
	left: -80px;
}

body#down #wrapper .main .text .down-cherry-02{
	position: absolute;
	bottom: 50px;
	left: 360px;
}

body#down #wrapper .main .text h2{
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

body#down #wrapper .main .text h2:nth-child(3){
	margin-bottom: 1em;
}

body#down #wrapper .main .image{
	float: right;
	width: 482px;
}

body#down #wrapper .main dl{
	margin-top: 20px;
	width: 398px;
	font-size: 13px;
	line-height: 22px;
}

body#down #wrapper .main dl dt{
	margin-bottom: 10px;
	width: 50px;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	float: left;
	clear: both;
}

body#down #wrapper .main dl dd{
	width: 348px;
	text-align: left;
	float: right;
}

body#down #wrapper .wave{
	width: 100%;
	height: 120px;
	background-image: url("../img/down-wave.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}

/* ----- 下湯 温泉 ----- */

body#down #wrapper .hot{
	padding-top: 30px;
	padding-bottom: 50px;
	margin-bottom: 20px;
	background-image: url("../img/down-hot-bg.png");
	background-position: 80% bottom;
	background-repeat: no-repeat;
}

body#down #wrapper .hot h2{
	clear: both;
}

body#down #wrapper .hot h2 img{
	margin: 0;
}

body#down #wrapper .hot img{
	margin-bottom: 10px;
}

body#down #wrapper .hot p{
	font-size: 13px;
	text-align: center;
}

body#down #wrapper .hot p.wide{
	margin: 0 auto 20px;
	padding-right: 200px;
	width: 720px;
	text-align: left;
}

body#down #wrapper .hot .hot-01{
	margin-bottom: 20px;
	float: left;
}

body#down #wrapper .hot .hot-02{
	margin-bottom: 20px;
	float: right;
}

body#down #wrapper .hot .charge{
	margin: 0 auto 40px;
	display: table;
	clear: both;
}

body#down #wrapper .hot .charge dl dt,
body#down #wrapper .hot .charge dl dd{
	font-size: 13px;
	line-height: 40px;
	float: left;
}

body#down #wrapper .hot .charge dl dt{
	margin-right: 2em;
	font-weight: bold;
}

body#down #wrapper .hot .charge dl dd.share{
	line-height: 20px;
	text-align: left;
}

body#down #wrapper .hot .charge dl dd.share p{
	font-weight: bold;
}

body#down #wrapper .hot .hot-img{
	position: absolute;
	left: -50px;
	bottom: 10px;
}

/* ----- 下湯 ライン ----- */

body#down #wrapper .line{
	margin-right: -170px;
	height: 17px;
	width: 100%;
	background-image: url("../img/down-line-01.png");
	background-position: center center;
	clear: both;
}

/* ----- 下湯 客室 ----- */

body#down #wrapper .room{
	padding: 30px 275px 150px 0;
	background-image: url("../img/down-room-bg.png");
	background-position: 70% bottom;
	background-repeat: no-repeat;
}

body#down #wrapper .room .left{
	width: 415px;
	float: left;
}

body#down #wrapper .room .right{
	width: 415px;
	float: right;
}

body#down #wrapper .room h3{
	margin: 0 0 10px 0;
	padding: 10px 0 10px 1em;
	width: 100%;
	text-align: left;
}

body#down #wrapper .room p{
	margin-bottom: 1em;
}

body#down #wrapper .room dl{
	margin-bottom: 20px;
}

body#down #wrapper .room dl dt{
	padding-right: 10px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	float: left;
	clear: both;
}

body#down #wrapper .room dl dt p{
	margin-bottom: 0;
	font-size: 13px;
	font-weight: normal;
}

body#down #wrapper .room dl dd{
	padding-left: 10px;
	font-size: 13px;
	line-height: 24px;
	border-left: 3px solid #FFF;
	border-color: rgba(255, 255, 255, 0.5);
	float: left
}

body#down #wrapper .room .normal dd{
	border: none;
}

body#down #wrapper .room .break dt{
	width: 140px;
}

/* ----- 下湯 食事 ----- */

body#down #wrapper .eat{
	padding-top: 30px;
	padding-bottom: 50px;
}

body#down #wrapper .eat h3{
	width: 100%;
}

body#down #wrapper .eat .catch{
	margin: 30px 0;
	width: 100%;
	text-align: center;
}

body#down #wrapper .eat .img{
	width: 431px;
	height: 338px;
	float: left;
}

body#down #wrapper .eat .text{
	width: 446px;
	height: 338px;
	background-image: url("../img/up-eat-bg01.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	float: right;
}

body#down #wrapper .eat .egg{
	padding-top: 30px;
	clear: both;
}

body#down #wrapper .eat .egg .text{
	width: 476px;
	height: 266px;
	background-image: url("../img/up-eat-bg02.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	float: left;
}

body#down #wrapper .eat .egg .img{
	width: 401px;
	height: 266px;
	float: right;
}

#eat-banner{
	margin-top: 40px;
}

/* ----- 下湯 歴史 ----- */

body#down #wrapper .history{
	padding: 30px 275px 230px 0;
	background-image: url("../img/down-history-bg.png");
	background-position: 40% bottom;
	background-repeat: no-repeat;
	position: relative;
}

body#down #wrapper .history .img{
	width: 441px;
	float: left;
}

body#down #wrapper .history .text{
	width: 446px;
	float: right;
}

body#down #wrapper .history .text p{
	margin-top: 2em;
	font-size: 13px;
}

/* ----- 下湯 料金 ----- */

body#down #wrapper .info{
	padding: 30px 275px 20px 0;
	background-image: url("../img/down-info-bg.png");
	background-position: 80% bottom;
	background-repeat: no-repeat;
}

body#down #wrapper .info h2 img{
	margin: 0;
}

body#down #wrapper .info img{
	margin-bottom: 10px;
}

body#down #wrapper .info .left{
	width: 415px;
	float: left;
}

body#down #wrapper .info .right{
	width: 415px;
	float: right;
}

body#down #wrapper .info h3{
	margin: 0 0 10px 0;
	padding: 10px 0 10px 1em;
	width: 100%;
	text-align: left;
}

body#down #wrapper .info p{
	margin-bottom: 1em;
}

body#down #wrapper .info dl{
	margin-bottom: 20px;
}

body#down #wrapper .info dl dt{
	padding-right: 10px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	float: left;
	clear: both;
}

body#down #wrapper .info dl dt p{
	margin-bottom: 0;
	font-size: 13px;
	font-weight: normal;
}

body#down #wrapper .info dl dd{
	padding-left: 10px;
	font-size: 13px;
	line-height: 24px;
	border-left: 3px solid #FFF;
	border-color: rgba(255, 255, 255, 0.5);
	float: left
}

body#down #wrapper .info .normal dd{
	border: none;
}

body#down #wrapper .info .break dt{
	width: 140px;
}

/* ----- 下湯 アクセス ----- */

body#down #wrapper .access{
	padding: 40px 275px 0 0;
}