@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: #163259;
	text-decoration: underline;
}

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.4;
	background:url(../img/bg.png) repeat;
	background-size:200px;
	font-family: Helvetica,Arial,sans-serif;
	color:#4e3a2d;
}
.wrap { background:url(../img/bg02.png) no-repeat top left;background-size:30% auto;
	margin: 0;
	padding: 10px;
}

/* =========================
	ヘッダー
========================= */
.ui-header{padding:10px 0;}
.ui-header h1 { text-align:center; padding:10px 0; margin:0 auto;}
.ui-header h1 img{width:60%; max-width:180px;}
.ui-header .ui-title {
	padding: 0;
}
hr {
	display: none;
	clear:both;
	overflow: hidden;
	border: 0;
	margin: 10px 0;
}

/* =========================
	Menu
========================= */
ul.g_menu{
	overflow: hidden;
	background:#4e3a2d;
	padding:5px 0 10px 0;
}
.g_menu_outer:after{clear:both; content:""; display:block;}
ul.g_menu li{
	float: left;
	width: 35%;
	text-align:center;
	margin:0 7%;
	max-width: 180px;
}
ul.menu{
	overflow: hidden;
	margin: 15px auto;
	
	padding:5px 0 20px 0;
}
.menu li { background:#d9b592;
	zoom: 1;
	margin: 0 auto;
	border-top: #fffaf6 1px solid;
	font-size:15px;
	padding:5px;
}
.menu li img {
	max-width:250px;
}
.menu li a {
	display: block;
	color: #4e3a2d;
	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;
	background: url(../img/menu_pc.png) no-repeat 15px center;
	background-size: 25.5px 21px;
}
.menu li.blog a{
	height: 40px;
	padding-left: 50px;
	line-height: 40px;
	background: url(../img/menu_blog.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 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; color:#4e3a2d;
}
.plan li a{color:#fffaf6;}
.plan img { width:100%;
}
.buttons {
	text-align: right;
	list-style: none;
	margin: 10px auto;
}
.buttons a img {
	width: 165px;
}
.buttons li {
	margin-bottom: 10px;
}
.center{text-align:center;}
.right{text-align:right;}
/* =========================
	Content
========================= */
.page_header {
	margin-bottom: 15px;
}

.content_box {
	margin: 0 0 15px; /*padding:20px 5px 40px 5px;*/
	zoom: 1;
	overflow: hidden;
}
.sub_box {
	clear: both;
	margin: 15px 0;
}

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

.content_box p.text {
	margin: 10px 0;
}

.content_box .tel {
	color: #B20000;
	font-weight: bold;
	font-size: x-large;
	margin: 0 0 10px;
	text-align: center;
}

/*見出し*/
h2{ text-align:center;margin: 0 0 10px;font-size: 18px;}
h3{ margin:0 0 10px 0;}
h3.center{text-align:center;}
h3.text{}
h4.basecamp{ font-size:16px; margin:0 0 10px 0; font-weight:normal;}
h4{ font-size:14px; margin:0 0 10px 0;font-weight:normal;}
h5{ font-size:14px; margin:0 0 10px 0;}
/* イメージ */
.main_photo {
	text-align:center;
	margin-bottom:10px;
	padding:0;
}
.main_photo img{ width:100%;}


/* ページトップ */
.pagetop{ background:#b1a3a1; height:10px; text-align:center; padding:5px 0;}
.pagetop a{color:#000; text-decoration:none;}

div.buttun_box{background:#fffaf6; border:#555 solid 1px;border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;}

.i_bn{margin:0 0 20px 0;}.i_bn:after{clear:both; display:table; content:"";}
.i_bn li{width:100%; margin:0 auto 20px auto;text-align:center;}
.i_bn li img{width:80%;}

/*追加*/
.link{ background:#618336; color:#eee6d0; font-size:20px; text-align:center; padding:10px; display:block; text-decoration:none;}

/* =========================
	Top
========================= */
#slide {
	/*margin: 0 10px;*/
	padding: 0;
}
/* =========================
	Contents
========================= */
div#map{
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	height: 250px;
}
div#map2{
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	height: 250px;
}
#gallery{ margin:20px 0 0 0;}
#gallery a img{width: 49%;margin-bottom: 5px;}
#gallery2 a img {width: 32%;margin-bottom: 5px;}
/* テーブル */
/*table { width:100%; border-collapse: collapse;border-spacing: 0;margin-bottom: 20px;border-top:#163259 solid 1px;border-left:#163259 solid 1px;}
th,td { padding: 10px;border-right:#163259 solid 1px;border-bottom:#163259 solid 1px; vertical-align:middle;}
th {background:#ecffed;text-align:left; font-weight:normal;}
td{background:#fffaf6; color:#000;}*/
table.type01 {
	width:100%;
	margin:0 auto;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	font-weight: bold;
	font-size:15px;
	border-top: 1px solid #86786a;
}
table.type01 th {
/*	width: 20%;
*/	padding: 0 5px;
	vertical-align: top;
	border-bottom: 1px solid #86786a;
}
table.type01 td {
	padding: 0 5px;
	vertical-align: top;
	border-bottom: 1px solid #86786a;
}

table.type02 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	font-size:12px;
	border-top: 1px solid #86786a;
}
table.type02 th {
	width: 20%;
	padding: 0 5px;
	vertical-align: top;
	border-bottom: 1px solid #86786a;
}
table.type02 td {
	padding: 0 5px;
	vertical-align: top;
	border-bottom: 1px solid #86786a;
}
.w20{ width:20%;}
.w40{ width:70%;}
.v_bottom{vertical-align:bottom;}
table table{border:none; margin:0;}
table table th , table table td{background:none; border:none;}
table table th{text-align:right;}
table.center th , table.center td{ text-align:center;}

.att {
	margin-bottom: 10px;
	font-size: 12px;
	text-align: center;
}
.events {margin:0 0 24px 0; padding:0; border:1px solid #3B3029;}
.events th { width:25%; background-color: #BBA992;  border:1px solid #3B3029; padding:5px;}
.events td { border:1px solid #3B3029; padding:5px;}

/* =========================
	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 {
	background:#4a3d31; color:#fffaf6;
}
.footer p {
	padding: 10px;
}
p.footer_copy {
	text-align: center;
}
.footer a {
	color:#fffaf6;
	text-decoration: underline;
}
.footer_line a{ color:#4a3d31;}