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


/* =========================
	Common
========================= */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	border: none;
	vertical-align: bottom;
}
a {
	color: #FF9B00;
	text-decoration: underline;
}
p.link {
	margin: 10px 0;
	text-align: right;
}
p.link a {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: #cb7d71 url(../img/link_bg.jpg);
	background-size: 80px 30px;
	border: #fff 1px double;
	box-shadow: #c87f70 0 0 2px;
}
ul {
	list-style: none;
}
em {
	color: #991111;
	font-style: normal	font-weight: bold;
}

/*自動改行*/
/* テキストを省略せずに表示する */
.ui-header .ui-title,            /* ヘッダー */
.ui-footer .ui-title,            /* フッター */
.ui-btn-inner,                /* ボタン */
.ui-li-heading,                /* リスト見出し */
.ui-li .ui-btn-text a.ui-link-inherit,    /* リンクリスト */
.ui-li-desc                /* リスト詳細 */
{
	overflow: visible;
	white-space: normal;
}

/* =========================
	Layout
========================= */
body {
	font-size: 13px;
	line-height: 1.5em;
	color: #333333;
	font-family: Helvetica,Arial,sans-serif;
	background-image: url(../img/all_bg.jpg);
}
.wrap {
	margin: 0;
	padding: 10px;
	background-size: 100%;
}

/* =========================
	header
========================= */
.header{	
	background: url(../img/header_bg.png) no-repeat top center;
	background-size: cover;
	}

h1   {
	text-align: center;
}
/*.ui-header h1.line2 {
	line-height: 1.2;
	padding: 7px 0 0;
}*/
.ui-header .ui-title {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	line-height: 1;
}
.clear {clear:both;}
.clear hr {
	display: none;
	overflow: hidden;
	border: 0;
}

/* =========================
	Menu
========================= */
ul.g_menu{
	overflow: hidden;
	background-image: url(../img/gmenu_bg.png);
}
ul.g_menu li{
	float: left;
	width: 50%;
}
ul.menu{
	overflow: hidden;
	margin: 15px auto;
}
.menu li {
	zoom: 1;
	margin: 0 auto;
	border-top: #ffffff 1px solid;
	border-bottom: 1px solid #d2be9c;
	font-size: 15px;
	background-image: url(../img/menu_bg.jpg);
	background-size: cover;
}
.menu li img {
	width: 600px;
}
.menu li a {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/menu_arrow.png) no-repeat right center;
	background-size: 20px 14px;
}
.menu li.panel a {
	background: url(../img/menu_arrow02.png) no-repeat right center;
	background-size: 22px 9px;
}
.menu li.back a {
	height :40px;
	background: url(../img/menu_arrow_back.png) no-repeat 22px center;
	background-size: 9px 14px;
	padding:8px 0 0 50px;
}
.menu li.pc a,
.menu li.english a,
.menu li.blog a,
.menu li.weather a {
	height: 40px;
	padding-left: 50px;
	line-height: 40px;
}
.menu li.pc a{
	background: url(../img/menu_pc.png) no-repeat 15px center;
	background-size: 25.5px 21px;
}
.menu li.english a{
	background: url(../img/menu_english.png) no-repeat 15px center;
	background-size: 25.5px 21px;
}
.menu li.blog a{
	background: url(../img/menu_blog.png) no-repeat 15px center;
	background-size: 25.5px 21px;
}
.menu li.weather a{
	background: url(../img/menu_weather.png) no-repeat 15px center;
	background-size: 25.5px 21px;
}
.menu li.active a {
	background: url(../img/menu_arrow04.png) no-repeat right center;
	background-size: 22px 9px;
}
.menu ul {
	display: none;
	border-top: #351b0c 1px solid;
	background: rgba(253,233,220,0.25);
	padding-bottom: 0px;
}
.menu ul li {
	border: none;
	border-bottom: #9b7e6f 1px solid;
}
.menu ul li:last-child {
	border: none;
}
.menu li.panel ul li a {
	padding: 10px 10px 10px 22px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	background: url(../img/menu_arrow03.png) no-repeat 10px center;
	background-size: 5px 6.5px;
}

ul.plan{
	text-align: center;
	overflow: hidden;
	width:100%;
	margin: 15px auto;
	list-style:none;
	padding:0;
}
.plan li {
	margin-bottom: 10px;
}
.plan img {
}
.buttons {
	text-align: right;
	list-style: none;
	margin: 10px auto;
}
.buttons a img {
	width: 165px;
}
.buttons li {
	margin-bottom: 10px;
}

/* =========================
	Content
========================= */
.page_header {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.content_box {
	margin: 0 0 15px;
	zoom: 1;
	overflow: hidden;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333333;
}

.content_box_bg {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../img/bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 250px;
	text-align: center;
	font-size: 1.2em;
	line-height: 150%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	width: 90%
%;
	width: 90%
%;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 100px;
}

.sub_box {
	clear: both;
	margin: 15px 0;
}
.point_box {
	padding: 10px;
	background-color: #f0d1c1;
}
.point_box .main_photo {
	margin: 10px 0 0;
}

/* 大きいコンテンツスクロール用 */
.x_scroll {
	position: relative;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
p.text {
	margin-bottom: 8px;
}
p.text_right {
	margin-bottom: 8px;
	text-align: right;
}

.content_box .text {
	color: #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content_box .text2 {
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content_box p.text3 {
	margin: 0 0 10px;
	margin-top: 0px;
	padding: 10px;
}
.content_box p.text3 span{
	margin-bottom: 10px;
	font-weight: bold;
}
.content_box .tel {
	color: #B20000;
	font-weight: bold;
	font-size: x-large;
	margin: 0 0 10px;
	text-align: center;
}
.size20 {font-size: 20px;}
.bold {
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*見出し*/
.ui-content h2 img {
	width: 100%;
}
h2.title{
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
h3.title_text {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
h3.title_text span {
	font-size: 14px;
}
h3.title_ul {
	border-bottom: #342419 2px solid;
}
h4.title_text {
	margin-bottom: 8px;
	border-bottom: 1px dotted #999;
	font-weight: normal;
	font-size: 16px;
	color: #069;
}
h4.title_text span {
	font-size: 12px;
}
h5.title_text {
	padding: 4px 0 4px 15px;
	font-size: 14px;
/*	font-weight: normal;
	color: #0066cc;*/
	background: url(../img/icn1.png) no-repeat left 8px;
	background-size: 10px;
}
h5.title_text {
}
p.com{padding:0;}
.r_com{ background:#231c16; margin:10px 0; padding:10px;}
.r_com p{color:#fffff0;}
.r_com p span{color:#ae9995;}
.r_com h4{color:#ae9995; font-size:18px; border-bottom:#ae9995 solid 2px;}


.midashi {
	font-size: 1.3em;
	padding: 6px 10px 4px 20px;
	width: 300px;
	background-color: #3E3932;
	color: #fff;
	border-radius: 4px;
	opacity: 0.7;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

/* イメージ */
.main_photo {
	text-align: center;
	margin-bottom: 10px;
	clear: both;
}
.main_photo img.mini {
	width: 100px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}
.main_photo img.half {
	width: 45%;
	margin: 0 5px;
}

.main_photo .small {
	margin: 0 auto;
	padding: 5px;
}

.left_photo {
	float: left;
	margin: 0 1% 5px 0;
	width: 200px;
}
.left_photo img {
}
.left_photo img.mini {
	width: 100px;
}
.left_photo.mini {
	width: 100px;
}
.center_photo {
	text-align: center;
	margin-top: 10px;
}
.right_photo {
	/*width: 40%;*/
	width: 49%;
	float: right;
	margin: 0 0 5px 1%;
}
.right_photo img {
}
.right_text {
	/*overflow: hidden;*/
}
span.attention,p.attention,strong.attention,u.attention {
}
p.attention span {color: red;}
/* ページトップ */
.pagetop{ background:#b1a3a1; height:10px; text-align:center; padding:5px 0;}
.pagetop a{color:#000; text-decoration:none;}

/* =========================
	Top
========================= */
#slider_box {
	/*margin: 0 10px;*/
	padding: 0;
}

/* =========================
	Cuisine
========================= */
 #target01 img{
 width= 100%;
 padding:5px;
 border:1px solid #D8D2B3;
 background:#FFFFFF;
 margin: 0 auto;
 }


/* =========================
	予約ページ
========================= */
/*料金表*/

/*----------table ----------*/
table.standard_table{
	width: 100%;
	border: 1px solid #664814;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
table.standard_table th,table.standard_table td{
	padding: 0.5em 0.2em;
	border: 1px solid #664814;
	text-align: center;
	
}
table.standard_table th{
	color: #FFFFFF;
	vertical-align: middle;
	background-color: #5E5856;
}
table.standard_table td{
	background: rgba(255,255,255,0.8);
	color: #333333;
	width:15%;
}
.border_table_wp{
	border: solid 5px rgba(0,53,100,0.2);
    outline: solid 1px rgba(0,53,100,1);
	padding: 10px 20px;
}
table.border_table{
	width: 100%;
}
table.border_table th,
table.border_table td{
	padding: 0.5em 0;
}
table.border_table th{
	font-weight:bold;
	width: 240px;
	vertical-align:middle;
}
table.border_table p{
	border-left: 6px solid #01aedb;
	padding-left: 0.5em;
}

/*----------table ----------*/
table.cancel_table{
	width: 90%;
	border: 1px solid #664814;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
table.cancel_table th,table.cancel_table td{
	padding: 0.5em 1em;
	border: 1px solid #664814;
	text-align: center;
}
table.cancel_table th{
	color: #FFFFFF;
	background-color: rgba(94,88,86,1.00);
	vertical-align: middle;
	width: 25%;
}
table.cancel_table td{
	background: rgba(255,255,255,0.8);
	color: #333333;
}


/* =========================
	Contents
========================= */
p.text.bg {
	background: url(../img/bg.jpg) no-repeat center bottom;
	background-size: 100%;
	padding: 0 2.5% 120px;
	text-shadow: 1px 1px 1px #fff;
}
.color1_text {
	padding: 10px 0 10px;
	color: #FFFFFF;
	border: 1px solid #2D1A1A;
	background-image: url(../img/contents_color_bg1.png);
	background-repeat: repeat;
	margin-bottom: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.color2_text {
	padding: 10px 0 10px;
	border: 1px solid #2D1A1A;
	background-image: url(../img/contents_color_bg2.png);
	background-repeat: repeat;
	margin-top: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.content_box.access01 {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: 1px solid #898989;
	margin-top: 0px;
}

.content_box.info01 {
	padding: 10px 0 10px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-position: right bottom;
}

.content_box.color01 {
	padding: 10px 0 10px;
	color: #623A3A;
	margin-bottom: 10px;
	background-position: right bottom;
	border: 1px solid #2D1A1A;
	background-image: url(../img/contents_color_bg1.png);
	background-repeat: repeat;
}
.content_box.color02 {
	padding: 10px 0 10px;
	color: #623A3A;
	border: 1px solid #2D1A1A;
	background-image: url(../img/contents_color_bg2.png);
	background-repeat: repeat;
}
.content_box.color03 {
	padding: 10px 0 10px;
	background-repeat: repeat;
	color: #623A3A;
	background-color: #FFFCF4;
}
.content_box.color04 {
	padding: 10px 0 10px;
	background: #f5eace;
	color: #623A3A;
}
.content_box.color01 p.text,
.content_box.color02 p.text,
.content_box.color03 p.text,
.content_box.color04 p.text,
.content_box.color01 h3,
.content_box.color02 h3,
.content_box.color03 h3,
.content_box.color04 h3 {
	margin: 0 5% 10px;
}

/*地図*/
#access .content_box {
	overflow: auto;
}
div#map{
	width: 98%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	height: auto;
	border: 1px solid #632F00;
	background-color: #FFFCF5;
}

.baloon1 {
	font-size: 1.3em;
padding:4px 24px;
	display:inline-block;
	background:#000;
	color:#fff;
	border-radius:4px;
	opacity:0.7;
	position:relative;
	margin-bottom: 20px;
}
.baloon1:before{
	content:"";
	display:block;
	height:8px;
	border:4px solid transparent;
	border-top:8px solid #000;
	position:absolute;
	left:50%;
	bottom:-20px;
	margin-left:-4px;
}



.example2 dl {
	border-collapse: collapse;
	background-color: #FAF1CC;
	border-style: none;
	margin-bottom: 20px;
}
.example2 dt {
	padding: 1em;
	background-color: #F2E29E;
	text-align: left;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	border-style: none;
}
.example2 dd {
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #7C5F05;
	font-size: 13px;
}
.ura-bandai {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
.att {
	margin: 5px 0 10px 0;
	font-size: 12px;
	text-align: center;
	color: #623A3A;
}
.bird li {
	clear: left;
	text-align: left;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
}

.gallery a {
	display: inline-block;
	margin-bottom: 1%;
}
#gallery1 a,
#gallery2 a,
#gallery4 a {
	display: inline-block;
	width: 24%;
	margin-bottom: 1%;
}
#gallery3 a,
#gallery6 a {
	display: inline-block;
	width: 32%;
	margin-bottom: 1%;
}
#gallery5 a,
#gallery7 a,
#gallery8 a {
	display: inline-block;
	width: 49%;
	margin-bottom: 1%;
}
.border {
	padding: 10px;
	border: 1px solid #80B6E2;
}
.bigger {
	padding-bottom: 10px;
	padding-top: 10px;
}
.midashi_bg_text   {
	background-image: url(../img/midashi_bg.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.attention {
	border: 1px dotted #96908D;
	padding: 1em;
	text-align: left;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.attention.access  {
	text-align: left;
}
.attention dt {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 3px;
	letter-spacing: 5px;
	font-weight: bold;
	color: #4A3410;
	border-top: 1px solid #755419;
	border-bottom: 1px double #755419;
	background-color: #ECDABA;
}
.attention dd {
	padding-top: 15px;
	padding-bottom: 30px;
}
.attention ul li {
	text-align: left;
	list-style: disc;
	margin: 0 0 0.5em 1em;
}
.point {
	font-weight: bold;
	border-bottom: 1px dotted #cd595e;
}

/* =========================
	gallery
========================= */
	.photo li{
		float: left;
		margin-right: 40px;
		margin-bottom: 30px;
		display: inline-block;
		width: 300px;
		height: 220px;
		background:#ddd; 
	}
	.photo li:nth-child(3n){
		margin-right: 0px;
	}


/* =========================
	movie
========================= */
.movie_button {
	text-align: center;
	margin: 15px 0;
}
.movie_button img {
	max-width: 300px;
}
.movie_box {
	margin: 10px 0;
	text-align: center;
	padding-bottom: 50px;
	background-image: url(../img/hana.png);
	padding-top: 10px;
}
.movie_box video {
	vertical-align: bottom;
}
/* =========================
	footer
========================= */
/* footer */
.footer {
	padding: 0;
	background: url(../img/footer_bg.jpg) no-repeat top center;
	background-size: auto auto;
	background-size: cover;
}
.footer1 {
	padding: 0;
	background: url(../img/footer_bg.jpg) no-repeat top center;
	background-size: auto auto;
	background-size: cover;
}
.footer2 {
	padding: 0;
	background: url(../img/footer_bg.jpg) no-repeat top center;
	background-size: auto auto;
	background-size: cover;
}
.footer3 {
	padding: 0;
	background: url(../img/footer_bg.jpg) no-repeat top center;
	background-size: auto auto;
	background-size: cover;
}
.footer4 {
	padding: 0;
	background: url(../img/footer_bg.jpg) no-repeat top center;
	background-size: auto auto;
	background-size: cover;
}
.footer5 {
	padding: 0;
	background: url(../img/footer_bg.jpg) no-repeat top center;
	background-size: auto auto;
	background-size: cover;
}
.footer6 {
	padding: 0;
	background: url(../img/footer_bg.jpg) no-repeat top center;
	background-size: auto auto;
	background-size: cover;
}
.footer7 {
	padding: 0;
	background: url(../img/footer_bg.jpg) no-repeat top center;
	background-size: auto auto;
	background-size: cover;
}
.footer8 {
	padding: 0;
	background: url(../img/footer_bg.jpg) no-repeat top center;
	background-size: auto auto;
	background-size: cover;
}


.footer_line {
	margin-bottom: 10px;
	color: undefined;
}
.footer_line a {
	color: #fff;
}
.footer p ,.footer1 p ,.footer2 p ,.footer3 p ,.footer4 p ,.footer5 p,.footer6 p,.footer7 p,.footer8 p {
	padding: 5px 10px;
	color: #FFFFFF;
	text-align: center;
}
.footer a ,.footer1 a,.footer2 a,.footer3 a,.footer4 a,.footer5 a,.footer6 a,.footer7 a,.footer8 a{
	color: #FFFBFB;
}
.footer_copy {
	margin-top: 10px;
	text-align: center;
	background-color: #4b3410;
	color: #e4d6ca;
}
