@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 {
	width: 100%;
	border: none;
	vertical-align: bottom;
}
a {
	color: #4f94f3;
	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;
}
.small {
	font-size: 12px;
	font-weight: normal;
}
.red { color: red; }
.pink { color: #ff9191; }
/*自動改行*/
/* テキストを省略せずに表示する */
.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;
}
#dialog1,
#dialog2,
#dialog3,
#dialog4,
#dialog5,
#dialog6 {
	background: #fff;
	color: #333;
	text-shadow: none;
}
.center {
	text-align: center;
}
/* =========================
	Layout
========================= */
body {
	font-size: 13px;
	line-height: 1.5;
	background: url(../img/bg.jpg);
	-webkit-background-size: 320px;
	background-size: 320px;
	color: #321;
	font-family: Helvetica,Arial,sans-serif;
}
.wrap {
	margin: 0;
	padding: 10px 10px 0;
}

/* =========================
	ヘッダー
========================= */
.ui-header {
	background: url(../img/bg_logo.png);
	-webkit-background-size: 100%;
	background-size: 100%;
}
/*.ui-header h1.line2 {
	line-height: 1.2;
	padding: 7px 0 0;
}*/
.ui-header .ui-title {
	width: 320px;
	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: url(../img/bg2.jpg);
	-webkit-background-size: 320px;
	background-size: 320px;
}
ul.g_menu li{
	float: left;
	width: 50%;
	max-width: 180px;
}
ul.menu{
	overflow: hidden;
	margin: 15px auto;
	background: url(../img/bg2.jpg);
	-webkit-background-size: 320px;
	background-size: 320px;
}
.menu li {
	zoom: 1;
	margin: 0 auto;
	border-top: #5765aa 1px solid;
	border-bottom: #222C5D 1px solid;
	font-size:15px;
}
.menu li img {
	width: 300px;
}
.menu li a {
	display: block;
	color: #fff;
	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 {
	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.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);
}
.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: #fce8da;
	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: 20px auto 0;
	padding:0 0 35px;
	list-style:none;
}
.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: 10px 0 15px;
}

.content_box {
	margin: 0 0 25px;
	zoom: 1;
}
.content_box2 {
	margin: 0 0 25px;
	padding: 5px 10px;
	background: url(../img/mat.png);
	-webkit-background-size: 100%;
	background-size: 100%;
}
.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.white {
	color: #fff;
}
p.text_right {
	margin-bottom: 8px;
	text-align: right;
}
.content_box p.text {
	margin: 0 0 10px;
}
.content_box p.text .bold {
	font-weight: bold;
}
.content_box p.text2 {
	color: #BB0000;
}
.content_box p.text3 {
	margin: 0 0 10px;
	margin-top: 0px;
	padding: 10px;
	border: 1px solid #860000;
	color: #BB0000;
}
.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;}
/*見出し*/
.ui-content h2 img {
	width: 100%;
}
h2,h3,h4 {
	margin-bottom: 12px;
	font-weight: normal;
}
h2.title {
	text-align:center;
	width:100%;
	font-size: 18px;
}
h3.title_text {
	font-size: 24px;
}
h4.title_text {
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}
h5.title_text {
	margin: 10px 0;
	font-size: 16px;
	border-bottom: dotted 1px #333;
}
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;}

/* イメージ */
.main_photo {
	text-align:center;
	margin-bottom: 10px;
}
.main_photo img.mini {
	width: 100px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}
.main_photo img.half {
	width: 45%;
	margin: 0 5px;
}
.left_photo {
	width: 49%;
	float: left;
	margin: 0 2% 5px 0;
}
.left_photo img {
}
.left_photo img.mini {
	width: 100px;
}
.left_photo.mini {
	width: 100px;
	margin: 0 1% 0 0;
}
.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;*/
	text-align: right;
}
span.attention,p.attention,strong.attention,u.attention {
	color: #8e2f00;
}
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;
}
#index .content_box2 {
	background: url(../img/mat.png),url(../img/top_bg.png) bottom center no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
/* =========================
	Contents
========================= */
.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: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	height: 250px;
}

/* テーブル */
table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px solid #876;
}
th,
td{
	padding: 5px 3px;
	border: 1px solid #876;
}
th {
	font-weight: normal;
	white-space: nowrap;
	font-weight: bold;
	background: #E2E0DA url(../img/mat.png);
}
td {
	word-break: break-all;
}
td p {
	padding: 5px 0 0;
}
.example table {
	border: 1px #f0787d solid;
	border-collapse: collapse;
	color: #f0787d;
}
.example2 table {
	border: 1px #f29c9f solid;
	border-collapse: collapse;
	background-color: #fff;
}
#price .example .midashi {
	width: 20%;
	vertical-align: middle;
	font-weight: bold;
}
#price .example td {
	border: 1px dotted #f29c9f;
}
.example th {
	font-size: 15px;
	line-height: 46px;
	height: 46px;
	vertical-align: middle;
	border: 1px #f29c9f solid;
	border-bottom: 1px #fcebec solid;
	background: url(../img/table_bg.jpg) no-repeat center right #fcebec;
	padding: 0 0 0 1em;
}
.example2 th {
	padding: 1em;
	background: #FFF1F1;
	border: 1px #f29c9f dotted;
	text-align: left;
	vertical-align: middle;
	font-size: 13px;
	font-weight: normal;
}
.example2 th a {
	color: #4f2300;
}
.example td {
	border: 1px #f29c9f solid;
	padding: 1em;
	background-color: #fff;
	font-size: 13px;
}
.example2 td {
	border: 1px #f29c9f dotted;
	text-align: left;
	vertical-align: middle;
	padding: 1em;
	color: #f0787d;
	font-size: 13px;
}
.att {
	margin: 5px 0 10px 0;
	font-size: 12px;
	text-align: center;
}
#gallery1 a,
#gallery2 a {
	display: inline-block;
	width: 49%;
	margin-bottom: 1%;
}
.border {
	padding: 10px;
	border: 1px solid #80B6E2;
}
.attention {
	border: 2px solid #cd595e;
	padding: 1em;
	text-align: center;
	color: #cd6d80;
}
.attention h3 {
	font-size: 16px;
	margin-bottom: 0.5em;
}
.attention dt {
	width: 180px;
	margin: 0 auto;
	font-weight: bold;
	border-bottom: 1px dotted #cd595e;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
}
.attention dd {
	margin-bottom: 1em;
}
.point {
	font-weight: bold;
	border-bottom: 1px dotted #cd595e;
}
ul.disc {
	margin-bottom: 10px;
}
ul.disc li {
	list-style: disc;
	margin-left: 1.5em;
}
ul.disc li span {
	display: inline-block;
	float: right;
}
ul.disc li:after {
	clear: both;
	content: '';
	display: none;
	overflow: hidden;
	visibility: hidden;
}
dl dt {
	padding: 5px 0;
	margin-bottom: 5px;
	background: url(../img/mat.png);
}
dl dd {
	padding: 5px 0;
	margin-bottom: 10px;
}
.bg_brown {
	padding: 5px 10px 10px;
	margin-bottom: 25px;
	background: url(../img/cuisine_bg.png);
	-webkit-background-size: 100%;
	background-size: 100%;
}
/* =========================
	movie
========================= */
.movie_button {
	text-align: center;
	margin: 15px 0;
}
.movie_button img {
	max-width: 300px;
}
.movie_box {
	margin: 10px 0;
	text-align: center;
}
.movie_box video {
	vertical-align: bottom;
}
/* =========================
	footer
========================= */
/* footer */
.footer ul {
	background: rgba(255,255,255,.6);
}
.footer a {
	color: #666;
}
.footer p {
	padding: 10px 10px 5px;
	background: url(../img/bg2.jpg);
	-webkit-background-size: 320px;
	background-size: 320px;
	color: #fff;
}
.footer .footer_copy {
	text-align: center;
	background: #333;
}

.kanibus_title{font-size:21px; margin:1rem 0 0 0; color:#7d0022;}
.kani_message{margin:0 0 3rem 0;}