@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: #bd5c4c;
	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.2;
	background: url(../img/bg.jpg);
	font-family: Helvetica,Arial,sans-serif;
}
.wrap {
	margin: 0;
	padding: 10px;
	background-size: 100%;
}

/* =========================
	ヘッダー
========================= */
.ui-header {
	background: url(../img/logo_bg.jpg) repeat-x;
	background-size: 320px;
}
/*.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;
}
hr {
	display: none;
	clear:both;
	overflow: hidden;
	border: 0;
	border-top: dotted 1px #342419;
	margin: 10px 0 0 0;
}

/* =========================
	Menu
========================= */
ul.g_menu{
	overflow: hidden;
	background: url(../img/bg2.gif);
	border-bottom: 3px solid #573A6D;
}
ul.g_menu li{
	float: left;
	width: 50%;
	max-width: 180px;
}
ul.menu{
	overflow: hidden;
	margin: 15px auto;
	background: url(../img/bg2.gif);
}
.menu li {
	zoom: 1;
	margin: 0 auto;
	border-top: #E4BFBD 1px solid;
	border-bottom: #BD8991 1px solid;
	font-size:15px;
}
.menu li img {
	width: 300px;
}
.menu li a {
	display: block;
	color: #573A6D;
	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.kanko 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.kanko a{
	background: url(../img/menu_kanko.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: 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;
}

.content_box {
	margin: 0 0 15px;
	zoom: 1;
	overflow: hidden;
}
.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 p.text {
	margin: 0 0 10px;
}
.content_box p.text span{
	color: #BB0000;
}
.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;
}

/*見出し*/
.ui-content h2 img {
	width: 100%;
}
h2.title{
	text-align:center;
	width:100%;
	margin: 0 0 10px;
	font-size: 18px;}
h3.title_text {
	margin-bottom: 10px;
}
h3.title_text span {
	font-size: 14px;
}
h3.title_ul {
	border-bottom: #342419 2px solid;
}
h4.title_text {
	margin-bottom: 8px;
	font-size: 14px;
	background: url(../img/h4_bg.png) repeat-x center center;
	background-size: 182px 5.5px;
}
h4.title_text span {
	font-size: 12px;
}
h5.title_text {
	padding: 4px;
	font-size: 14px;
	color: #663300;
}
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 {
	float: left;
	margin: 0 10px 10px 0;
}
.left_photo img {
	width: 140px;
}
.left_photo img.mini {
	width: 100px;
}
.center_photo {
	text-align: center;
	margin-top: 10px;
}
.right_photo {
	width: 40%;
	float: right;
	margin: 0 0 10px 10px;
}
.right_photo img {
}
.right_text {
	/*overflow: hidden;*/
}
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;
}

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

#areaguide ul.areaguide {
	padding-top: 10px;
}
#areaguide ul.areaguide li {
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
}
#areaguide dt,
#areaguide dd {
	padding: 5px 0;
}
#areaguide dd > img {
	float: left;
	width: 100px;
	margin-right: 5px;
}
#areaguide dd + dd {
	clear: both;
}
#areaguide dd a {
	display: block;
	width: 80%;
	margin: auto;
}

/*地図*/
#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;
	background: #fff;
	color: #333;
	border: 1px solid #CCC;
}
th,
td{
	padding: 3px;
	border: 1px solid #CCC;
}
th {
	font-weight: normal;
	white-space: nowrap;
	font-weight: bold;
}
td {
	word-break: break-all;
}
td p {
	padding: 5px 0 0;
}
td span {
	word-break: break-all;
	color: #BB0000;
}
.att {
	margin: 5px 0 10px 0;
	font-size: 12px;
	text-align: center;
}
#gallery1 a,
#gallery2 a,
#gallery4 a {
	display: inline-block;
	width: 19%;
}
#gallery3 a {
	display: inline-block;
	width: 47%;
}
#gallery3 a:nth-child(odd) {
	margin: 0 3% 3% 0;
}
.kitayoshi {
	padding: 5px;
	background: url(../img/bg3.jpg);
}
.kitayoshi .kitayoshi {
	text-align: center;
}
.border {
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
}
/* =========================
	movie
========================= */
.movie_button {
	text-align: center;
	margin: 15px 0;
}
.movie_button img {
	max-width: 280px;
}
.movie_box {
	margin: 10px 0;
	text-align: center;
}
.movie_box video {
	vertical-align: bottom;
}

/* =========================
	footer
========================= */
/* footer */
.footer {
	padding: 10px;
	background: #573A6D;
	color: #fff;
}
.footer_copy {
	text-align: center;
	margin: 5px 0 0 0;
}
