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

/* =========================
	body
========================= */

body {
	background: url(../img/base/body.jpg),
	#e7e1d5;
	line-height: 2em;
	letter-spacing: 1px;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #333;
}

p {
	color: #333;
}

img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	border: none;
}

a:link,
a:visited {
	text-decoration: underline;
	word-break: break-all;
	color: #333;
}

a:focus {
	outline: none;
}

table {
	width: 100%;
	/*border-collapse: collapse;*/
	border-spacing: 2px;
	word-break: break-all;
	font-size: 12px;
	color: #333;
}

table span {
	display: inline-block;
}

th {
	padding: 5px 2%;
	background: rgba(0,0,0,0.25);
}

td {
	width: auto;
	padding: 5px 2%;
	background: rgba(0,0,0,0.1);
}

ul {
	margin: 0;
	padding: 0 20px;
	color: #333;
}

dl {
	margin: 0;
	padding: 0;
	color: #333;
}

dl:after {
	content: "";
	display: block;
	clear: both;
}

dt {
	clear: both;
	float: left;
	width: 8%;
	max-width: 20px;
	margin: 0;
}

dd {
	float: left;
	width: 92%;
	margin: 0;
}


/* =========================
	header
========================= */

.header_index {
	position: relative;
	z-index: 15;
}

.header_index2 {
	width: 100%;
	height: 40px;
	padding: 20px 0;
	background: url(../img/base/header.png) no-repeat top center;
	background-size: 100% 100%;
	box-shadow: 0 1px 6px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 6px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 6px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 6px 1px rgba(0,0,0,0.2);
	line-height: 0;
	position: absolute;
	top: 0;
	z-index: 10;
}

.header {
	height: 40px;
	padding: 20px 0;
	background: url(../img/base/header.png) no-repeat top center;
	background-size: 100% 100%;
	box-shadow: 0 1px 6px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 6px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 6px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 6px 1px rgba(0,0,0,0.2);
	line-height: 0;
	position: relative;
	z-index: 10;
}

.header_inner {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
}

.header_inner:after {
	content: "";
	display: block;
	clear: both;
}


/* =========================
	logo
========================= */

h1 {
	float: left;
	width: 43%;
	margin: 0;
}

h1 img {
	margin: 0 0 0 5%;
}


/* =========================
	g_menu
========================= */

.g_menu {
	float: right;
	width: 57%;
	text-align: right;
}

.g_menu a img {
	max-width: 130px;
	margin: 5px 0 0;
}

.g_menu .sp {
	display: none;
}

@media screen and (max-width: 480px) {
	.g_menu .sp {
		display: inline-block;
		margin: 0 2%;
	}
	
	.g_menu .pc {
		display: none;
	}
	
	.g_menu a img {
		max-width: 35px;
	}
}


/* =========================
	slider
========================= */




/* =========================
	menu
========================= */

.menu {
	padding: 0 2%;
	background: url(../img/base/header.png) no-repeat top center;
	background-size: 100% 100%;
	box-shadow: 0 1px 6px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 6px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 6px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 6px 1px rgba(0,0,0,0.2);
	line-height: 0;
	text-align: center;
}

.menu ul {
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
}

.menu li {
	border-bottom: 1px solid rgba(51,51,51,0.2);
	list-style: none;
}

.menu li:last-child {
	border-bottom: none;
}

.menu a {
	display: block;
	padding: 25px 0;
	background: url(../img/menu/arrow.png) no-repeat 95% 50%;
	background-size: auto 12px;
	text-decoration: none;
}


/* =========================
	footer_menu
========================= */

.footer_menu {
	width: 96%;
	margin: 0 auto;
	text-align: center;
}

.footer_menu a {
	display: inline-block;
	margin: 0 0 30px;
}


/* =========================
	f-menu
========================= */

.f_menu {
	width: 96%;
	max-width: 800px;
	margin: 20px auto 0;
	padding: 10px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	line-height: 0;
}

.f_menu:after {
	content: "";
	display: block;
	clear: both;
}

.f_menu ul {
	max-width: 500px;
	margin: 0 auto;
	padding: 0;
}

.f_menu li {
	float: left;
	width: 50%;
	list-style: none;
}

.f_menu img {
	width: 90%;
	max-width: 140px;
}


/* =========================
	footer
========================= */

.footer {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 2% 0;
}

.footer_inner {
	margin: 10px 0 0;
	border-top: 1px solid #999;
}

.footer_inner p {
	max-width: 380px;
	margin: 20px auto 0;
	font-size: 12px;
}

.footer span {
	display: inline-block;
}

.copyright {
	margin: 30px 0 0;
	padding: 10px 2%;
	background: url(../img/base/copyright.png) no-repeat top center;
	background-size: 100% 100%;
	text-align: center;
}

.copyright p {
	margin: 5px 0 0;
	font-size: 11px;
	color: #fff;
}


/* =========================
	Contents
========================= */

.contents {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
}

.contents p {
	padding: 0 2%;
}

.contents_line {
	padding: 40px 0 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.link_button {
	text-align: center;
}

.link_button a {
	display: block;
	max-width: 200px;
	margin: 0 auto;
	padding: 15px 15px 13px;
	background: rgba(51,51,51,0.6);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.lightbox_info {
	margin: 0;
	text-align: center;
	font-size: 11px;
}

.inner span,
.inner strong {
	display: inline-block;
	font-weight: normal;
}

.midashi {
	margin: 0 0 30px;
	background: url(../img/base/midashi.png) no-repeat 50% 15px;
	line-height: 0;
	text-align: center;
}

@media screen and (max-width: 420px) {
	.midashi {
		background: none;
	}
}

.midashi2 {
	background: url(../img/base/midashi2.png) no-repeat center center;
	line-height: 0;
	text-align: center;
}

@media screen and (max-width: 320px) {
	.midashi2 {
		background: none;
	}
}


/* =========================
	page
========================= */

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

.index_lead {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
}

.index_lead h2 {
	padding: 30px 0;
	background: url(../img/index/index_lead.png) no-repeat bottom center;
	background-size: 100% 11px;
	text-align: center;
}

.index_lead h2 img {
	width: 60%;
	max-width: 260px;
}

.index_lead p {
	max-width: 420px;
	margin: 0 auto;
	padding: 10px 2% 30px;
}


/*------------------ taste ------------------*/

.taste_title {
	margin: -80px 0 0;
	position: relative;
	z-index: 5;
	background: url(../img/taste/title.png) no-repeat 50% 70%,
	url(../img/base/title_pattern.png),
	url(../img/taste/title_back.jpg) no-repeat center center;
	background-size: auto,
	auto,
	cover;
	line-height: 0;
}

@media screen and (max-width: 360px) {
	.taste_title {
		background-size: 100% auto,
		auto,
		auto;
	}
}

.taste_lead {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
}

.taste_lead h3 {
	padding: 30px 0;
	background: url(../img/index/index_lead.png) no-repeat bottom center;
	background-size: 100% 11px;
	text-align: center;
}

.taste_lead p {
	margin: 0;
	padding: 10px 2% 50px;
}

.taste_link {
	width: 96%;
	max-width: 800px;
	margin: 10px auto 0;
	padding: 40px 0 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	text-align: center;
}

.taste_link div {
	display: inline-block;
	width: 48%;
	margin: 1%;
	line-height: 0;
}

@media screen and (max-width: 700px) {
	.taste_link div {
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}
}

.taste_link p {
	margin: 30px 0 0;
}

.taste {
	width: 96%;
	max-width: 800px;
	margin: 50px auto 0;
	padding: 40px 0 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	text-align: center;
}

.taste h3 {
	marign: 0;
	text-align: center;
}

.taste h4 {
	margin: 30px 0 -30px;
	text-align: center;
	font-size: 14px;
}

.taste_img {
	max-width: 700px;
	margin: 30px auto 0;
	line-height: 0;
}

.taste_img:after {
	content: "";
	display: block;
	clear: both;
}

.taste_left {
	float: left;
	width: 49%;
	margin: 2% 0 0;
}

.taste_right {
	float: right;
	width: 49%;
	margin: 2% 0 0;
}

.taste p {
	max-width: 700px;
	margin: 30px auto 0;
	text-align: left;
}

.lightbox_taste {
	max-width: 500px;
	margin: 15px auto 0;
	text-align: center;
	line-height: 0;
}

.lightbox_taste div a {
	display: inline-block;
	width: 48%;
	margin: 1%;
}

.winter_l1 div {
	margin: -10px 0 15px;
}

.taste_text {
	max-width: 500px;
	margin: 0 auto;
}


/*------------------ spa ------------------*/

.spa_title {
	margin: -80px 0 0;
	position: relative;
	z-index: 5;
	background: url(../img/spa/title.png) no-repeat 50% 70%,
	url(../img/base/title_pattern.png),
	url(../img/spa/title_back.jpg) no-repeat center center;
	background-size: auto,
	auto,
	cover;
	line-height: 0;
}

@media screen and (max-width: 360px) {
	.spa_title {
		background-size: 100% auto,
		auto,
		auto;
	}
}

.spa_lead {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
}

.spa_lead h3 {
	padding: 30px 0;
	background: url(../img/index/index_lead.png) no-repeat bottom center;
	background-size: 100% 11px;
	text-align: center;
}

.spa_lead p {
	margin: 0;
	padding: 10px 2% 20px;
}

.spa_img {
	max-width: 560px;
	margin: 20px auto 0;
}

.spa_table {
	margin: 30px 0;
}

.spa_table th {
	width: 25%;
	font-weight: normal;
}


/*------------------ guest ------------------*/

.guest_title {
	margin: -80px 0 0;
	position: relative;
	z-index: 5;
	background: url(../img/guest/title.png) no-repeat 50% 70%,
	url(../img/base/title_pattern.png),
	url(../img/guest/title_back.jpg) no-repeat bottom center;
	background-size: auto,
	auto,
	cover;
	line-height: 0;
}

@media screen and (max-width: 360px) {
	.guest_title {
		background-size: 100% auto,
		auto,
		auto;
	}
}

.guest_link {
	margin: 60px 0 0;
	line-height: 0;
	text-align: center;
}

.guest_link a {
	display: inline-block;
	width: 48%;
	margin: 20px 1% 0;
}

@media screen and (max-width: 640px) {
	.guest_link a {
		width: 98%;
		max-width: 374px;
	}
}

.guest {
	max-width: 530px;
	margin: 40px auto 0;
}

.guest_text {
	margin: 25px 0;
	padding: 20px 0 !important;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.guest_text2 {
	padding: 0 !important;
}

.guest_text2 strong {
	display: inline-block;
	margin: 5px 10px 5px 0;
	padding: 2px 5px;
	background: #ccc;
	font-weight: normal;
}

.lightbox_guest div {
	max-width: 530px;
	margin: 25px auto 0;
	text-align: center;
	line-height: 0;
}

.lightbox_guest div a {
	display: inline-block;
	width: 48%;
	margin: 1%;
}


/*------------------ facilities ------------------*/

.facilities_title {
	margin: -80px 0 0;
	position: relative;
	z-index: 5;
	background: url(../img/facilities/title.png) no-repeat 50% 70%,
	url(../img/base/title_pattern.png),
	url(../img/facilities/title_back.jpg) no-repeat 60% 100%;
	background-size: auto,
	auto,
	cover;
	line-height: 0;
}

@media screen and (max-width: 360px) {
	.facilities_title {
		background-size: 100% auto,
		auto,
		auto;
	}
}

.facilities_lead {
	width: 92%;
	max-width: 800px;
	margin: 60px auto 0;
}

.facilities_lead p {
	margin: 30px 0 0;
}

.facilities_img {
	max-width: 700px;
	margin: 30px auto 0;
}

.facilities_img div {
	line-height: 0;
}

.facilities_img div:after {
	content: "";
	display: block;
	clear: both;
}

.facilities_left {
	float: left;
	width: 49%;
	margin: 2% 0 0;
}

.facilities_right {
	float: right;
	width: 49%;
	margin: 2% 0 0;
}


/*------------------ access ------------------*/

.access_title {
	margin: -80px 0 0;
	position: relative;
	z-index: 5;
	background: url(../img/access/title.png) no-repeat 50% 70%,
	url(../img/base/title_pattern.png),
	url(../img/access/title_back.jpg) no-repeat 40% 100%;
	background-size: auto,
	auto,
	cover;
	line-height: 0;
}

@media screen and (max-width: 360px) {
	.access_title {
		background-size: 100% auto,
		auto,
		auto;
	}
}

.g_map {
	margin: 30px 0 0;
	padding: 10px;
	border: 1px solid #777;
	line-height: 0;
}

.address {
	max-width: 580px;
	margin: 50px auto 0;
}

.address p {
	margin: 10px 0 20px;
}

.address span {
	display: inline-block;
}

.access {
	margin: 60px auto 0;
}

.tourism {
	width: 96%;
	max-width: 800px;
	margin: 120px auto 100px;
}

.tourism table {
	margin: 30px 0 0;
}

.tourism th {
	width: 50%;
	text-align: left;
	font-weight: normal;
}

.tourism a {
	display: block;
	text-decoration: none;
}
	
	
/* =========================
	dialog
========================= */

.ui-header {
	padding: 10px 0 0 !important;
	text-shadow: none;
}

.ui-dialog {
	background: none !important;
}

.ui-dialog-contain {
	width: 96%;
	max-width: 800px;
	margin: 10% auto;
	padding: 0 0 40px;
	background: rgba(255,255,255,0.9);
	position: relative;
	top: -1em;
}

.dialog {
	padding: 0 2% ;
}

.dialog h3 {
	margin: 30px 0;
	text-align: center;
	font-size: 18px;
	color: #333;
	text-shadow: none;
}

.dialog h4 {
	margin: 10px 0 0;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	text-shadow: none;
}

.dialog p {
	color: #333;
	text-shadow: none;
}

.dialog span {
	display: inline-block;
}

.dialog table {
	text-shadow: none;
}

.close {
	max-width: 120px;
	margin: 30px auto 0;
	fon-size: 15px;
}


/* =========================
	others
========================= */

/*------------------ float ------------------*/

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

.float_clear:after {
	content: "";
	display: block;
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.img_left {
	width: 49%;
	float: left;
	margin: 1% 0;
	line-height: 0;
	text-align: left;
}

.img_right {
	width: 49%;
	float: right;
	margin: 1% 0;
	line-height: 0;
	text-align: right;
}


/*------------------ margin ------------------*/

.m0 {
	margin: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}


.mt80 {
	margin-top: 80px;
}


/*------------------ line_height ------------------*/

.line_height {
	margin: 0;
	line-height: 0;
	text-align: center;
}
/*メッセージ*/

.message{
	width:100%;
	padding: 15px 0px 20px 0px;
    margin: 1em auto 2em auto;
    color: #2c2c2f;
    background: rgba(255,250,250,0.5);
	box-shadow: -10px -10px 30px rgba(0,0,0,0.1) inset;
/*    border-top: solid 5px #bc8f8f;
    border-bottom: solid 2px #bc8f8f;*/
}
.message span{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size:1em;
	text-align: center;
	font-weight:bold;
}