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

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

body {
	background: #fff;
	line-height: 2em;
	letter-spacing: 1px;
	font-size: 13px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #333;
}

p {
	padding: 0 2%;
	color: #333;
}

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

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: underline;
	word-break: break-all;
	font-weight: bold;
	color: #333;
}

a:focus {
	outline: none;
}

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

table span {
	display: inline-block;
}

th {
	padding: 8px 2%;
	background: #f8e9a5;
	border: 1px solid #ecd35f;
}

td {
	width: auto;
	padding: 8px 2%;
	border: 1px solid #ecd35f;
}

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

dl {
	padding: 0 2%;
	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;
}


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

.g_menu {
	margin: 0 0 -2px;
	padding: 15px 0 0;
	background: #f9e792;
	position: relative;
	z-index: 10;
}

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

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

.g_menu li:first-child {
	display: inline-block;
	float: left;
	width: 40%;
	margin: 0;
	padding: 0 5%;
	text-align: center;
}

.g_menu li:last-child {
	display: inline-block;
	float: right;
	width: 40%;
	margin: 0;
	padding: 0 5%;
	text-align: center;
}

@media screen and (max-width: 380px) {
	.g_menu li:first-child {
		padding: 0 0 0 5%;
		text-align: left;
	}
	
	.g_menu li:last-child {
		padding: 0 5% 0 0;
		text-align: right;
	}
}

.g_menu a {
	display: block;
}

.g_menu img {
	max-width: 120px;
}


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

.header {
	min-height: 210px;
	background: url(../img/base/header.jpg) repeat-x top center;
	line-height: 0;
	position: relative;
	z-index: 8;
}

.header_top {
	margin: 0 0 -10px;
	background: url(../img/base/header_top.png) repeat-x bottom center;
	position: relative;
	z-index: 6;
}

h1 {
	margin: 0;
	padding: 0 10%;
	text-align: center;
	position: relative;
	z-index: 4;
}


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

.slider_box {
	margin: -29px 0 0;
	line-height: 0;
}


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

.menu {
	padding: 0 0 35px;
	background: url(../img/base/header.jpg);
}

.menu ul {
	width: 96%;
	max-width: 700px;
	margin: 0 auto 40px;
	padding: 0;
	line-height: 0;
	text-align: center;
	list-style: none;
}

.menu ul li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.menu ul li a {
	display: block;
	padding: 18px 5% 20px;
	background: url(../img/menu/arrow.png) no-repeat 95% 50%;
	background-size: auto 10px;
	font-size: 15px;
	color: #351d00;
	text-decoration: none;
}


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

.footer_menu {
	text-align: center;
}

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

/* =========================
	f_menu
========================= */

.f_menu {
	width: 96%;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
	line-height: 0;
	text-align: center;
}

.f_menu ul {
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
	padding: 0;
}

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

.f_menu li:first-child {
	display: block;
	float: left;
	width: 49%;
	text-align: left;
	list-style: none;
}

.f_menu li:last-child {
	display: block;
	float: right;
	width: 49%;
	text-align: right;
	list-style: none;
}

.f_menu a {
	display: block;
	padding: 0 5%;
}

.f_menu a img {
	max-width: 120px;
}


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

.footer {
	padding: 50px 0 0;
	background: #fffefa;
}

.footer_inner {
	width: 90%;
	max-width: 350px;
	margin: 30px auto;
}

.footer_inner p {
	margin: 5px 0 0;
	color: #000;
}

.footer_inner span {
	display: inline-block;
}

.copyright {
	padding: 8px 2% 5px;
	background: #faf6e1;
	text-align: center;
}

.copyright p {
	margin: 0;
	font-size: 10px;
	color: #000;
}


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

.lead {
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
	padding: 40px 0 0;
}

.lead h3 {
	margin: 0 0 20px;
	line-height: 60px;
	text-align: center;
	
}

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

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

.r10 img { 
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
	

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

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

.index_lead {
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 0 0;
	background: url(../img/index/index_lead.jpg) no-repeat top center;
}

@media screen and (max-width: 560px) {
	.index_lead {
		background-size: 96% auto;
	}
}

.index_lead h2 {
	margin: 0 5% 13%;
	line-height: 60px;
	text-align: center;
	
}

@media screen and (max-width: 560px) {
	.index_lead h2 {
		margin: 15% 2% 10px;
	}
}

.index_lead p {
	padding: 0 5%;
	line-height: 32px;
	font-size: 15px;
}

.index_img {
	padding: 50px 0 0;
	line-height: 0;
}

.index_img strong img {
	width: 100%;
}

.index_img span {
	display: none;
}

@media screen and (max-width: 490px) {
	.index_img strong {
		display: none;
	}
	
	.index_img span {
		display: inline-block;
	}
}

.index_appeal {
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.index_appeal div {
	margin: 50px 0 0;
	padding: 0 0 25px;
	background: url(../img/base/header.jpg) repeat center center;
}

.index_appeal h3 {
	margin: 10px 5% 15px;
	line-height: 50px;
}

.index_appeal a {
	display: inline-block;
	margin: 0 5%;
}


/*------------------ cuisine ------------------*/

.cuisine_title {
	margin: -29px 0 0;
	background: url(../img/cuisine/title.png) no-repeat center center,
	url(../img/cuisine/title_back.jpg) no-repeat 50% 50%;
	background-size: auto,
	cover;
	line-height: 0;
}

@media screen and (max-width: 460px) {
	.cuisine_title {
		background-size: 55% auto,
		cover;
	}
}

.cuisine {
	margin: 50px 0 0;
	padding: 50px 0 40px;
	background: url(../img/cuisine/cuisine.jpg) no-repeat center center;
	background-size: cover;
}

.cuisine h3 {
	margin: 0 0 30px;
	text-align: center;
}

.cuisine_l1,
.cuisine_l2 {
	margin: 30px 0 0;
}

.cuisine2 {
	padding: 50px 0 40px;
}

.cuisine2 h3 {
	margin: 0 0 30px;
	text-align: center;
}

.cuisine_info {
	margin: 25px 3% 0;
	padding: 5%;
	background: #fcf8e4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	text-align: center;
}

.cuisine_info h4 {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 2px dotted #f9e792;
	font-size: 18px;
	color: #333;
}

.cuisine_info ul li {
	display: inline-block;
	margin: 0 10px;
	font-size: 15px;
	list-style: none;
}

.cuisine3 {
	padding: 50px 0 40px;
	background: url(../img/cuisine/cuisine3.jpg) no-repeat center center;
	background-size: cover;
}

.cuisine3 h3 {
	margin: 0 0 30px;
	text-align: center;
}


/*------------------ rooms ------------------*/

.rooms_title {
	margin: -29px 0 0;
	background: url(../img/rooms/title.png) no-repeat center center,
	url(../img/rooms/title_back.jpg) no-repeat 50% 0;
	background-size: auto,
	cover;
	line-height: 0;
}

@media screen and (max-width: 460px) {
	.rooms_title {
		background-size: 55% auto,
		cover;
	}
}

.rooms_lead {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
}

.rooms_lead div {
	margin: 50px 0 0;
}

.rooms_lead h3 {
	margin: 10px 0 -8px;
}

.rooms {
	margin: 50px 0 0;
	padding: 50px 0 40px;
	background: url(../img/rooms/rooms.jpg) no-repeat center center;
	background-size: cover;
}

.rooms h3 {
	margin: 0 0 30px;
	text-align: center;
}

.rooms strong {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 18px;
	color: #333;
}

.rooms strong span {
	display: inline-block;
	margin: 10px 0 0;
	font-size: 15px;
}

.rooms_info {
	margin: 30px 3% 0;
	padding: 5%;
	background: #eaeaea;
}

.rooms_info li {
	font-weight: bold;
}

.rooms_table {
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
	padding: 50px 0 40px;
}

.rooms_table h3 {
	margin: 0 0 30px;
	text-align: center;
}

.rooms_table th {
	width: 35%;
	font-weight: normal;
}


/*------------------ reserve ------------------*/

.reserve_title {
	margin: -29px 0 0;
	background: url(../img/reserve/title.png) no-repeat center center,
	url(../img/reserve/title_back.jpg) no-repeat 50% 0;
	background-size: auto,
	cover;
	line-height: 0;
}

@media screen and (max-width: 460px) {
	.reserve_title {
		background-size: 55% auto,
		cover;
	}
}


.reserve_table {
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
	padding: 50px 0 40px;
}

.reserve_table h3 {
	margin: 0 0 30px;
	text-align: center;
}

.reserve_table p strong {
	display: inline-block;
}

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

.reserve_table thead th {
	background: #f8e9a5;
}

.reserve_table tbody th {
	width: 30%;
	background: #f9f2d0;
	font-weight: normal;
}

.reserve_table tbody td {
	text-align: left;
}

.reserve_table .news{
	width:100%;
	max-width:700px;
	padding:13px 10px 7px;
	background:#fff;
	border:dotted 2px #ecd35f;
	margin:0px auto 20px;
	box-sizing: border-box;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.reserve_table .news > h3{
    font-size:22px;
	font-weight:550;
	text-align:center;
	color:#F58900;
	margin-bottom:15px;
}
.reserve_table .news > p{
    font-size:16px;
	text-align:center;
	color:#222;

}
@media screen and (max-width:740px){
	.reserve_table .news > p{
	text-align:left;
}
}
.reserve_info {
	font-weight: bold;
	color: #a72604;
}


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

.access_title {
	margin: -29px 0 0;
	background: url(../img/access/title.png) no-repeat center center,
	url(../img/access/title_back.jpg) no-repeat 35% 0;
	background-size: auto,
	cover;
	line-height: 0;
}

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

.g_map {
	margin: 50px 0 0;
	padding: 3px;
	background: #f9e792;
	line-height: 0;
}

.access {
	width: 90%;
	max-width: 460px;
	margin: 0 auto 50px;
}

.access h3 {
	margin: 80px 0 0;
	text-align: center;
}

.access p strong {
	display: inline-block;
	margin: 30px 0 0;
	text-align: center;
	font-size: 16px;
}


/*------------------ sightseeing ------------------*/

.sightseeing_title {
	margin: -29px 0 0;
	background: url(../img/sightseeing/title.png) no-repeat center center,
	url(../img/sightseeing/title_back.jpg) no-repeat 50% 50%;
	background-size: auto,
	cover;
	line-height: 0;
}

@media screen and (max-width: 460px) {
	.sightseeing_title {
		background-size: 55% auto,
		cover;
	}
}

.sightseeing {
	width: 96%;
	max-width: 700px;
	margin: 50px auto 40px;
}

.sightseeing h3 {
	min-height: 30px;
	margin: 40px 0 5px;
	padding: 12px 0 0 35px;
	background: url(../img/sightseeing/sightseeing_midashi.png) no-repeat 5px 3px;
	border-bottom: 1px dotted #f7e79e;
	font-size: 18px;
}

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

.sightseeing_img span:first-child {
	float: left;
	width: 49%;
	text-align: center;
}

.sightseeing_img span:last-child {
	float: right;
	width: 49%;
	text-align: center;
}


/* =========================
	dialog
========================= */

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

.ui-dialog {
	background: url(../img/base/header.jpg) !important;
}

.ui-dialog-contain {
	width: 96%;
	max-width: 700px;
	margin: 10% auto;
	padding: 0 0 40px;
	background: #fff !important;
	position: relative;
	top: -1em;
}

.dialog {
	padding: 0 2% ;
}

.dialog h3 {
	text-align: center;
}

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

.dialog dl {
	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;
}

.left {
	text-align: left;
}

.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;
	text-align: left;
}

.img_right {
	width: 49%;
	float: right;
	text-align: right;
}


/*------------------ link_button ------------------*/

.link_button {
	max-width: 250px;
	margin: 0 auto;
	background: #f9e792;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow:  1px 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow:  1px 1px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

.link_button a {
	display: block;
	padding: 15px 5px 12px;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}


/*------------------ anchor ------------------*/

.anchor_link {
	text-align: center;
}

.anchor_link a {
	display: inline-block;
	width: 200px;
	margin: 10px 2%;
	padding: 8px 10px 5px;
	background: url(../img/cuisine/arrow.png) no-repeat 95% 50%,
	rgba(85,12,13,1);
	background-size: auto 12px,
	auto;
	color: #ebeaea;
	text-decoration: none;
}

.return {
	width: 96%;
	max-width: 700px;
	margin: 30px auto 0;
	text-align: right;
}

.return a {
	color: #fefefe;
	text-decoration: none;
}


/*------------------ shadow ------------------*/

.img_shadow img {
	box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

.text_shadow {
	text-shadow: 1px 1px 3px #fff,
	-1px  1px 3px #fff,
	1px -1px 3px #fff,
	-1px -1px 3px #fff;
}


/*------------------ box_sizing ------------------*/

.box {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}


/*------------------ radius ------------------*/

.radius { 
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}


/*------------------ lightbox ------------------*/

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

.lightbox a {
	display: block;
	margin: 0 0 2%;
	position: relative;
}

.lightbox a span {
	position: absolute;
	right: 0;
	bottom: 0;
}

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

.lightbox div a:nth-child(odd) {
	display: block;
	float: left;
	width: 49%;
}

.lightbox div a:nth-child(even) {
	display: block;
	float: right;
	width: 49%;
}

.l_small {
	line-height: 0;
}

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

.l_small a:nth-child(1) {
	display: inline-block;
	float: left;
	width: 32%;
	margin: 0 0 2%;
}

.l_small a:nth-child(2) {
	display: inline-block;
	float: left;
	width: 32%;
	margin: 0 2% 2%;
}

.l_small a:nth-child(3) {
	display: inline-block;
	float: right;
	width: 32%;
	margin: 0 0 2%;
}

.l_small2 {
	line-height: 0;
	text-align: center;
}

.l_small2 img {
	width: 47%;
	max-width: 250px;
	margin: 1%;
}


/*------------------ youtube ------------------*/

.youtube {
	position: relative;
	width: 100%;
	margin-top: 30px;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


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

.m0 {
	margin: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt80 {
	margin-top: 80px;
}

.mt0 {
	margin-top: 0;
}


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

.line_height {
	margin: 0;
	line-height: 0;
	text-align: center;
}