@charset "UTF-8";

/*リセットここから*/
html,body,
h1,h2,h3,h4,h5,h6,p,
dl,dt,dd,ol,ul,li,
table,tr,th,td,
article,aside,footer,header,menu,section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	line-height: 100%;
}
img {
	border: none;
}
/*リセットここまで*/

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
ul,li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #484848;
}
a:hover {
	text-decoration: underline;
}
body {
	background: #000000 url(../images/back-main.jpg) center top;
}

#top-info {
	background-color: rgba(255,255,255,1);
}
#top-info div.width-set {
	max-width: 960px;
	width: 100%;
	height: 46px;
	margin: 0px auto;
	position: relative;
}
#top-info #top-tel {
	position: absolute;
	top: 14px;
	right: 160px;
}
#top-info #languages-box {
	position: absolute;
	top: 5px;
	right: 0px;
	z-index: 2000;
}
#top-info ul#languages-list {
	width: 144px;
	margin: 0px 0px 0px 0px;
}
#top-info ul#languages-list li {
	float: none;
	margin-right: 0px;
	padding-top: 0px;
	padding: 4px 0px;
	background: #64675A;
	text-align: left;
	border-right: 12px solid #777B69;
}
#top-info ul#languages-list li:last-child {
	border-radius: 0px 0px 6px 6px;
}
#top-info ul#languages-list li img {
	margin-left: 8px;
}

#bottom-info-sp {
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 3000;
}
#bottom-info-sp table {
	width: 100%;
	background: #99B332;
	border-collapse: collapse;
}
#bottom-info-sp table td {
	padding: 0px;
	border: 1px solid #99B332;
	width: 20%;
	vertical-align: top;
}
#bottom-info-sp table td a {
	display: block;
	padding: 14px 0px;
	background: #ffffff;
	font-size: 11px;
	text-align: center;
	border: 0px solid #ffffff;
	border-radius: 3px;
}
#bottom-info-sp table td:nth-child(1) a {
	background: #ECDEB8 url(../images/bottom-info-link-sp.png) center 6px no-repeat;
	padding: 25px 0px;
}
#bottom-info-sp table td:nth-child(2) a {
	background: #ECE9B8 url(../images/bottom-info-link-sp.png) center 6px no-repeat;
	padding: 25px 0px;
}
#bottom-info-sp table td:nth-child(3) a {
	background: #ECC9B8 url(../images/bottom-info-link-sp.png) center 6px no-repeat;
	padding: 25px 0px 9px 0px;
}
#bottom-info-sp table td:nth-child(4) a {
	background: #ECB8B8 url(../images/bottom-info-link-sp.png) center 6px no-repeat;
	padding: 25px 0px 9px 0px;
}
#bottom-info-sp table td:nth-child(5) a {
	background: #E0ECB8 url(../images/bottom-info-link-sp.png) center 6px no-repeat;
	padding: 25px 0px 9px 0px;
}
#bottom-info-sp table td a:hover {
	text-decoration: none;
	background: #ffffff url(../images/bottom-info-link-sp.png) center 6px no-repeat;
}

#pagetop {
	position: fixed;
	right: 10px;
	bottom: 120px;
	width: 70px;
	z-index: 4000;
}
#pagetop a {
	display: block;
	background: #ffffff;
	text-align: center;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 1px;
	border: 1px solid #999900;
	font-weight: bold;
	color: #666600;
	padding: 20px 0px;
}
#pagetop a:hover {
	background: #6E8318;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #cccc99;
}

nav {
	width: 100%;
	position: absolute;
	background-color: rgba(255,255,255,0.7);
	border-bottom: 1px solid #ffffff;
	z-index: 1000;
}
nav#top-set {
	position: fixed;
}
nav div {
	max-width: 960px;
	width: 100%;
	height: 46px;
	margin: 0px auto;
	text-align: right;
}
nav ul {
	width: 960px;
	margin: 6px 0px 4px auto;
}
nav ul li {
	float: left;
	margin-right: 36px;
	padding-top: 13px;
}
nav ul li:last-child {
	margin-right: 0px;
}
nav a:hover {
	opacity: 0.7;
}

#header-box {
	margin: 0px auto 0px auto;
	padding-bottom: 0px;
}
header {
	position: relative;
	width: 960px;
	height: 390px;
	margin: 0px auto;
	background: url(../images/back-logo.png) center top no-repeat;
}
header h1 {
	position: absolute;
	top: 160px;
	left: 270px;
}

#main-image {
	background: url(../images/back-black.jpg) center center repeat-x;
	border-top: 2px solid #111111;
	border-bottom: 2px solid #111111;
	margin-bottom: 36px;
	padding: 20px 0px;
}
#main-image div.width-set {
	width: 960px;
	margin: 0px auto;
}
#main-image div.width-set .bx-wrapper {
	padding: 3px 0px;
}

h2 {
	height: 47px;
	padding-top: 30px;
	background-image: url(../images/back-category-title-left.png),url(../images/back-category-title-right.png);
	background-position: left top,right top;
	background-repeat: no-repeat,no-repeat;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}
h3 {
	height: 22px;
	padding-top: 10px;
	padding-left: 40px;
	background: url(../images/back-sub-title.png) left center no-repeat;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
}

#about {
	margin-bottom: 36px;
	color: #ffffff;
}
#about h2 {
	width: 270px;
	margin: 0px auto 24px auto;
	text-align: center;
}
#about p {
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 140%;
}
#about div.width-set {
	width: 960px;
	margin: 0px auto;
}
#about div.width-set #image-about {
	float: left;
}
#about div.width-set #about-info {
	float: right;
	width: 440px;
	padding-top: 82px;
}
#about div.width-set ul {
}
#about div.width-set ul li {
	padding: 0px 0px 19px 20px;
	background: url(../images/listmark.png) left 8px no-repeat;
	color: #D5A13D;
	font-size: 18px;
	line-height: 160%;
}

#about div.width-set table {
	width: 100%;
	margin: 0px 0px 0px 0px;
	border-right: 2px solid #9B6702;
	border-bottom: 2px solid #9B6702;
	border-collapse: collapse;
	font-size: 13px;
	color: #000000;
}
#about div.width-set table td {
	border: 1px solid #9B6702;
	padding: 6px;
	text-align: center;
}
#about div.width-set table tr:nth-child(1) td:nth-child(1) {
	background: #FFE8BA;
	font-weight: bold;
	vertical-align: middle;
	line-height: 130%;
}
#about div.width-set table tr:nth-child(1) td:nth-child(2),
#about div.width-set table tr:nth-child(2) td:nth-child(1),
#about div.width-set table tr:nth-child(3) td:nth-child(1),
#about div.width-set table tr:nth-child(4) td:nth-child(1) {
	text-align: left;
}
#about div.width-set table tr:nth-child(1) td:nth-child(2),
#about div.width-set table tr:nth-child(2) td:nth-child(1),
#about div.width-set table tr:nth-child(3) td:nth-child(1),
#about div.width-set table tr:nth-child(4) td:nth-child(1) {
	background: #FFE8BA;
}
#about div.width-set table tr:nth-child(1) td:nth-child(3),
#about div.width-set table tr:nth-child(2) td:nth-child(2),
#about div.width-set table tr:nth-child(3) td:nth-child(2),
#about div.width-set table tr:nth-child(4) td:nth-child(2) {
	background: #ffffff;
}

#about div.width-set #cancel-sp {
	display: block;
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	border: 2px solid #9B6702;
	margin-top: 10px;
}
#about div.width-set #cancel-sp dt,
#about div.width-set #cancel-sp dd {
	padding: 8px;
}
#about div.width-set #cancel-sp dt {
	background-color: #9B6702;
	color: #ffffff;
	line-height: 150%;
}
#about div.width-set #cancel-sp dd {
	padding: 4px 8px;
	line-height: 150%;
}
#about div.width-set #cancel-sp dd span {
	padding-right: 30px;
}
#about div.width-set #cancel-sp {
	display: none;
}

#onsen,
#rooms,
#access {
	background-image: url(../images/back-main2.png);
	background-position: center top;
	background-repeat: repeat;
}

#onsen {
	padding: 36px 0px;
}
#onsen h2 {
	width: 250px;
	margin: 0px auto 36px auto;
	text-align: center;
}
#onsen #oshikirigawa-furo {
	float: left;
	width: 468px;
}
#onsen #himesayuri-furo {
	float: right;
	width: 468px;
}
#onsen p {
	text-align: left;
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 140%;
}
#onsen div.width-set {
	width: 960px;
	margin: 0px auto 12px auto;
}
#onsen div.width-set .onsen-info {
	padding-top: 20px;
}
#onsen div.width-set .onsen-info p {
	margin-bottom: 0px;
	text-align: left;
	font-size: 15px;
}
#onsen div.width-set #image-onsen {
	float: right;
	width: 468px;
	height: 324px;
	margin: 0px auto 0px auto;
}
#onsen-kashikiri {
	width: 960px;
	margin: 30px auto 20px auto;
}
#onsen-kashikiri #onsen-kashikiri-info {
	float: left;
	width: 415px;
	margin-bottom: 0px;
	margin-right: 20px;
}
#onsen h3 {
	margin-bottom: 20px;
}
#onsen-kashikiri #onsen-kashikiri-info p {
	text-align: left;
}
#onsen-kashikiri .onsen-kashikiri-image {
	float: left;
	width: 256px;
	margin-bottom: 0px;
	margin-right: 13px;
}
#onsen-kashikiri .onsen-kashikiri-image:last-child {
	margin-right: 0px;
}
#onsen-kashikiri .onsen-kashikiri-image p {
	margin: 0px;
	padding: 0px;
}

#onsen #about-info {
	width: 960px;
	margin: 0px auto;
	padding: 15px 0px;
	background: #ffffff;
}
#onsen #about-info table {
	margin: 0px 15px;
}
#onsen #about-info table td:nth-child(1),
#onsen #about-info table td:nth-child(2) {
	width: 150px;
}
#onsen #about-info table td:nth-child(2) {
	padding-left: 40px;
}
#onsen #about-info table td:last-child {
	padding-left: 40px;
}
#onsen #about-info dl dt,
#onsen #about-info dl dd {
	color: #9B6702;
	font-size: 15px;
	line-height: 140%;
}
#onsen #about-info dl dt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background: url(../images/listmark.png) left 4px no-repeat;
	font-weight: bold;
}
#onsen #about-info dl dd {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 0px 20px;
	border-bottom: 1px dashed #D9D4C1;
}
#onsen #about-info dl dd:last-child {
	margin: 0px 0px 0px 0px;
}
#onsen div.width-set #onsen-other-image {
	float: left;
	width: 468px;
	margin: 0px auto 0px auto;
}
#onsen #onsen-other p {
	float: right;
	width: 468px;
	font-size: 15px;
}
#onsen div.width-set {
	margin: 0px auto 30px auto;
}
#onsen .bx-wrapper .bx-pager {
	width: 115px;
}
#onsen #onsen-other-image .bx-wrapper .bx-pager {
	width: 70px;
}

#cuisine {
	padding: 36px 0px;
	color: #ffffff;
}
#cuisine h2 {
	width: 250px;
	margin: 0px auto 36px auto;
	text-align: center;
}
#cuisine p {
	text-align: left;
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 140%;
}
#cuisine div.width-set {
	width: 960px;
	margin: 0px auto;
}
#cuisine div.width-set p {
	float: left;
	width: 460px;
}
#cuisine div.width-set #image-cuisine {
	float: right;
	width: 468px;
}
#cuisine #cuisine-text {
	margin-top: 30px;
}
#cuisine #cuisine-text p {
	float: none;
	width: 100%;
}
#cuisine .bx-wrapper .bx-pager {
	width: 135px;
}

#rooms {
	padding: 36px 0px;
}
#rooms div.width-set {
	width: 960px;
	margin: 0px auto 36px auto;
}
#rooms #image-rooms {
	float: left;
	width: 468px;
	margin: 0px auto 0px auto;
}
#rooms #rooms-info {
	width: 468px;
	float: right;
}
#rooms h2 {
	width: 250px;
	margin: 0px auto 36px auto;
	text-align: center;
}
#rooms p {
	text-align: left;
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 140%;
}
#rooms .bx-wrapper .bx-pager {
	width: 115px;
}
#rooms h3 {
	margin-bottom: 10px;
}
#rooms table {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
#rooms table th,
#rooms table td {
	background: #ffffff;
	padding: 8px;
	font-size: 13px;
}
#rooms table th {
	background: #D2D2F0;
	padding: 8px;
	font-size: 13px;
}
#rooms table td:nth-child(1) {
	width: 150px;
	text-align: left;
}
#rooms .text-list {
	margin-top: 20px;
}

#facility {
	padding: 36px 0px;
	color: #ffffff;
}
#facility div.width-set {
	width: 960px;
	margin: 0px auto 36px auto;
}
#facility div.width-set:nth-of-type(1) {
	margin: 0px auto 0px auto;
}
#facility #image-facility {
	float: right;
	width: 468px;
	margin: 0px auto 0px auto;
}
#facility #facility-info {
	float: left;
	width: 468px;
}
#facility h2 {
	width: 250px;
	margin: 0px auto 36px auto;
	text-align: center;
}
#facility p {
	text-align: left;
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 140%;
}
#facility #image-facility2 {
	float: left;
	width: 468px;
	margin: 0px auto 0px auto;
}
#facility #facility-info2 {
	float: right;
	width: 468px;
}
#image-facility .bx-wrapper .bx-pager {
	width: 160px;
}

#access {
	padding: 36px 0px;
}
#access div.width-set {
	width: 960px;
	margin: 0px auto;
}
#access h2 {
	width: 250px;
	margin: 0px auto 36px auto;
	text-align: center;
}
#access iframe {
	margin-bottom: 36px;
}
#access #access-map {
	margin-bottom: 36px;
}
#access h3 {
	margin-bottom: 24px;
}
#access ul li {
	padding-bottom: 30px;
}
#access ul li:last-child {
	padding-bottom: 0px;
}

#reserve {
	padding: 36px 0px;
	color: #ffffff;
}
#reserve h2 {
	width: 190px;
	margin: 0px auto 36px auto;
	text-align: center;
}
#reserve #reserve-box {
	text-align: left;
	margin: 0px auto;
	padding-bottom: 0px;
}
#reserve a {
	display: block;
	width: 400px;
	margin: 0px auto;
	padding: 10px 0px 20px 0px;
	background: #e0e8f0;
	border: 1px solid #00355F;
	color: #ffffff;
	text-align: center;
}
#reserve a:hover {
	background: #ffffff;
	text-decoration: none;
}
#reserve a #reserve-yado {
	display: block;
	margin-bottom: 20px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#reserve a #reserve-name {
	display: block;
	margin-bottom: 3px;
	color: #00355F;
	font-size: 13px;
	font-weight: bold;
}
#reserve a #reserve-site {
	display: block;
	color: #00355F;
	font-size: 20px;
	font-weight: bold;
}

footer {
	padding: 24px 0px 0px 0px;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	color: #ffffff;
}
footer img {
	margin-bottom: 12px;
}
footer #ribbon {
	width: 100%;
	margin: 0px auto;
}
footer p {
	margin-top: 8px;
	margin-bottom: 24px;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 150%;
}
#copyright {
	margin-bottom: 55px;
	padding: 20px 0px;
	background: #64675A;
	text-align: center;
	letter-spacing: 1px;
	font-size: 12px;
	color: #ffffff;
}
#copyright2 {
	padding: 20px 0px;
	background-color: #2A1708;
	text-align: center;
	letter-spacing: 1px;
	font-size: 12px;
	color: #ffffff;
}

/* スライダー部分ここから */
.bx-wrapper {
	margin: 0px;
}
.bx-wrapper img {
	height: auto;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0px #ccc;
	-webkit-box-shadow: 0 0 0px #ccc;
	box-shadow: 0 0 0px #ccc;
	border: 0px solid #fff;
	left: -0px;
	background: none;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 115px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 0px;
	right: 0px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #9B6702;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0px 10px 0px auto;
	outline: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
#main-image .bx-wrapper img {
	height: 488px;
}

/* スライダー部分ここまで */

.toggle {
	display: none;
}
.toggle:before {
	content:" ";
	display: block;
	height: 30px;
	background: url( ../images/back-toggle-open.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.toggle.active:before {
	content:" ";
	display: block;
	height: 30px;
	background: url( ../images/back-toggle-close.png) center center no-repeat;
}

.languages {
	display: inline;
	display: block;
	width: 144px;
	height: 36px;
}
.languages:before {
	content:" ";
	display: block;
	height: 36px;
	background: url( ../images/back-languages-open-sc.png);
	background-position: center left;
	background-repeat: no-repeat;
}
.languages.active:before {
	content:" ";
	display: block;
	height: 36px;
	background: url( ../images/back-languages-close-sc.png);
	background-position: center left;
	background-repeat: no-repeat;
}
#languages-list {
	display: none;
}

.text-list li {
	padding: 0px 0px 0px 17px;
	text-indent: -17px;
	font-size: 14px;
	line-height: 150%;
}
#plane-title {
	height: 22px;
	margin-bottom: 10px;
	padding: 10px 0px 0px 40px;
	background: url(../images/back-plane.png) left top no-repeat;
	font-size: 18px;
	font-weight: bold;
}
#jr-title {
	height: 22px;
	margin-bottom: 10px;
	padding: 10px 0px 0px 30px;
	background: url(../images/back-jr.png) left top no-repeat;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width: 480px) {
	.toggle {
		width: 100%;
		display: block;
		height: 30px;
		margin: 5px auto 5px auto;
	}
	.languages {
		width: 144px;
		display: block;
		height: 36px;
		margin: 0px auto 0px 0px;
	}
	#top-info #top-wifi {
		position: absolute;
		top: 45px;
		left: 0px;
		z-index: 2000;
	}
	#top-info #top-tel {
		position: absolute;
		top: 18px;
		right: 0px;
		left: 5px;

		width: 150px;
		height: auto;
	}

	#bottom-info-sp {
		display: block;
	}

	#pagetop {
		display: none;
	}

	nav div {
		max-width: 100%;
		height: auto;
		text-align: left;
	}
	nav ul {
		width: 100%;
		margin: 0px 0px 0px 0px;
		display: none;
	}
	nav ul li {
		float: none;
		margin-right: 0px;
		padding-top: 20px;
		padding-left: 10px;
	}
	nav ul li:last-child {
		padding-top: 20px;
		padding-bottom: 10px;
	}

	header {
		width: 100%;
		height: 230px;
		background: url(../images/back-logo.png) center -11px no-repeat;
	}
	header h1 {
		position: static;
		text-align: center;
		padding-top: 120px;
	}
	header h1 img {
		width: 70%;
		height: auto;
	}

	#main-image div.width-set {
		width: 90%;
		margin: 0px auto;
	}
	#main-image .bx-wrapper img {
		height: auto;
	}

	#about,
	#onsen,
	#cuisine,
	#rooms,
	#facility,
	#access,
	#reserve {
		padding-right: 15px;
		padding-left: 15px;
	}

	#about h2,
	#onsen h2,
	#cuisine h2,
	#rooms h2,
	#facility h2,
	#access h2,
	#reserve h2 {
		width: 100%;
		background-position: left 15px,right top;
		background-size: 15% auto;
		padding-top: 50px;
	}

	#about p {
		text-align: left;
	}
	#about div.width-set {
		width: 100%;
		margin: 0px auto;
	}
	#about div.width-set #image-about {
		float: none;
		width: 100%;
		height: auto;
	}
	#about div.width-set #about-info {
		float: none;
		width: 100%;
		padding-top: 24px;
	}
	#about div.width-set #about-info img {
		width: 300px;
		height: auto;
	}
	#about div.width-set #about-info img:nth-child(2) {
		margin-left: 20px;
	}

	#about div.width-set #cancel-pc {
		display: none;
	}
	#about div.width-set #cancel-sp {
		display: block;
	}

	#onsen #onsen-man,
	#onsen #onsen-woman {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	#onsen p {
		text-align: left;
		margin-bottom: 24px;
	}
	#onsen div.width-set {
		width: 100%;
		margin: 0px auto 12px auto;
	}
	#onsen div.width-set #onsen-info {
		float: none;
		width: 100%;
	}
	#onsen div.width-set #image-onsen {
		float: none;
		width: 100%;
		height: auto;
		margin: 0px auto 0px auto;
	}
	#onsen #about-info {
		width: 100%;
		margin: 0px auto;
		padding: 15px 0px 15px 0px;
		background: #ffffff;
	}
	#onsen #about-info table {
		margin: 0px 15px;
	}
	#onsen #about-info table td {
		display: inline;
	}
	#onsen #about-info table td:first-child {
		width: 100%;
	}
	#onsen #about-info td:nth-child(2) li:nth-child(1),
	#onsen #about-info td:nth-child(2) li:nth-child(2) {
		margin: 15px 0px 0px 0px;
	}
	#onsen-kashikiri {
		width: 100%;
		margin: 40px auto 20px auto;
	}
	#onsen-kashikiri #onsen-kashikiri-info {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
	#onsen-kashikiri .onsen-kashikiri-image {
		float: none;
		width: 256px;
		margin: 0px auto 20px auto;
		text-align: center;
	}
	#onsen-kashikiri .onsen-kashikiri-image:last-child {
		margin: 0px auto 0px auto;
	}
	#onsen-kashikiri .onsen-kashikiri-image p {
		text-align: center;
	}

	#onsen #oshikirigawa-furo,
	#onsen #himesayuri-furo {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}
	#onsen div.width-set #onsen-other-image {
		float: none;
		width: 100%;
		margin: 30px 0px 20px 0px;
	}
	#onsen #onsen-other p {
		float: none;
		width: 100%;
	}

	#cuisine p {
		text-align: left;
	}
	#cuisine div.width-set {
		width: 100%;
		text-align: center;
	}
	#cuisine div.width-set #image-cuisine {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 15px;
		text-align: left;
	}
	#cuisine div.width-set #image-cuisine2 {
		float: none;
		width: 100%;
		height: auto;
		margin: 0px auto;
	}
	#cuisine div.width-set p {
		float: none;
		width: 100%;
	}
	#cuisine div.width-set #image-cuisine {
		float: none;
		width: 100%;
	}
	#rooms div.width-set {
		width: 100%;
	}
	#rooms #image-rooms {
		float: none;
		width: 100%;
		height: auto;
	}
	#rooms #rooms-info {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#rooms table td:nth-child(1) {
		width: 45%;
		text-align: left;
	}
	#rooms table td span {
		display: block;
	}
	#rooms-ozashiki {
		width: 100%;
		margin: 0px auto;
	}
	#rooms-ozashiki #rooms-ozashiki-info {
		float: none;
		width: 100%;
		margin-bottom: 0px;
	}
	#rooms-ozashiki #rooms-ozashiki-info h3 {
		margin-bottom: 36px;
	}
	#rooms-ozashiki #rooms-ozashiki-image {
		float: none;
		width: 300px;
		margin: 0px auto;
	}
	#rooms-ozashiki #rooms-ozashiki-image td {
		display: inline;
	}
	#rooms-ozashiki #rooms-ozashiki-image img {
		width: 100%;
		height: auto;
	}
	#rooms #rooms-ozashiki-image p {
		margin-bottom: 20px;
		text-align: left;
	}
	#rooms #rooms-ozashiki-image p:last-child {
		margin-bottom: 0px;
	}
	#facility div.width-set {
		width: 100%;
	}
	#facility #image-facility {
		float: none;
		width: 100%;
	}
	#facility #facility-info {
		float: none;
		width: 100%;
	}
	#facility #image-facility2 {
		float: none;
		width: 100%;
	}
	#facility #facility-info2 {
		float: none;
		width: 100%;
	}
	#access div.width-set {
		width: 100%;
		margin: 0px auto;
	}
	#access h2 {
		text-align: center;
		margin-bottom: 36px;
	}
	#access iframe {
		width: 100%;
		height: auto;
	}
	#access #access-map {
		width: 100%;
		height: auto;
	}
	#access h3 {
		margin-bottom: 24px;
	}
	#access ul li img {
		width: 100%;
		height: auto;
	}

	#reserve #reserve-box {
		width: 99%;
	}
	#reserve a {
		width: 99%;
	}

	footer img:nth-of-type(1) {
		width: 90%;
		height: auto;
	}
	footer #ribbon {
		width: 90%;
	}
	footer #ribbon img {
		width: 100%;
		height: auto;
	}
	footer p {
		text-align: left;
		padding-right: 50px;
	}
	footer p span {
		display: block;
	}

	footer #copyright {
		text-align: left;
	}

/* bxslider関連 */
	.bx-wrapper {
		margin-bottom: 30px;
	}
	#cuisine .bx-wrapper {
		margin-bottom: 0px;
	}
	.bx-wrapper .bx-pager,
	#onsen .bx-wrapper .bx-pager,
	#onsen #onsen-other-image .bx-wrapper .bx-pager,
	#cuisine .bx-wrapper .bx-pager,
	#rooms .bx-wrapper .bx-pager,
	#image-facility .bx-wrapper .bx-pager {
		width: 100%;
		bottom: -35px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		margin: 0px 20px 0px auto;
		background: #ffffff;
	}
	#cuisine .bx-wrapper .bx-caption span,
	#rooms .bx-wrapper .bx-caption span {

		padding: 10px 10px 10px 10px;
	}
}