@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, a, ul, li, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */
body {
	color:#333;
	font-size:small;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	background:#f1f1f1;
	-webkit-text-size-adjust: none;
}
/* リンク設定
------------------------------------------------------------*/
/*
緑系
a color:#8aaa16		2箇所
a:hover color:#708c0c	3箇所
topnavSepG.png		1箇所
青系
a color:#00a0e9
a:hover color:#006699
topnavSepB.png

grid3 -> 3列の表示
grid4 -> 4列の表示
.calender td -> カレンダーの高さを揃える

*/
a{color:#8aaa16;text-decoration:none;}
a:hover{color:#708c0c;}
a:active,
a:focus {outline:0;}

/* 全体
------------------------------------------------------------*/
.body {
	margin:0 auto;
	padding:0 1%;
	width:98%;
	position:relative;
	background:#fff;
}

/*  メイン画像（トップページ+サブページ）
------------------------------------------------------------*/
.mainBanner{
	margin:17px auto;
	padding:0;
	width:100%;
	position:relative;
	line-height:0;
}

.mainBanner img{
	max-width:100%;
	height:auto;
	border:4px solid #ebebeb;
}

.mainBanner .slogan{
	position:absolute;
	max-width:100%;
	height:auto;
	bottom:10px;
	left:10px;
	padding:5px 10px;
	line-height:1.4;
	color:#fff;
	background-color: rgba(0,0,0,0.4);
}

.mainBanner .slogan h2{
	padding-bottom:5px;
	font-size:20px;
}

/* テーブル設定
------------------------------------------------------------*/

/** Simple Tables **/

.simpletable {
	margin-left: 5%;
	width: 90%;
}

.simpletable table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
}
.simpletable th {
	border:0;
	font-weight:bold;
	text-align: left;
	padding:4px;
}
.simpletable .leftlabel th {
	width:20%;
}

.simpletable th a:hover {
	color: #888;
}
.simpletable th a {
	color: #333;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
.simpletable  tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
.simpletable  tr:nth-child(even) {
	background: #f9f9f9;
}
.simpletable td.actions {
	text-align: center;
	white-space: nowrap;
}
.simpletable td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

/*  メイン コンテンツ
------------------------------------------------------------*/
.content {
	clear:both;
	width 100%;
	margin-top: 12px;
}
.content article{
	padding:20px;
	margin-bottom:0px;
	border:1px solid #ebebeb;
	overflow:hidden;
}
.content article{height:1%;}
.content p{margin-bottom:5px;}

.content h3 {
	font-weight:normal;
	margin: 10px, 0, 10px;
	padding:0 10px;
	line-height:36px;
	color:#fff;
	background:url(../img/heading3.png) repeat-x 0 0;
}
.content img{
	max-width:90%;
	height:auto;
}

.content .aligncenter {
	text-align:center;
}

.alignleft{
	float:left;
	clear:left;
	margin:3px 10px 10px 0;
}

.alignright{
	float:right;
	clear:right;
	margin:3px 0 10px 10px;
}
.border{border:4px solid #ebebeb;}

/*  サイドバー
------------------------------------------------------------*/
.sidebar ul{padding-top:10px;}

.sidebar h3 {
	font-weight:normal;
	margin: 10px, 0, 10px;
	padding:0 10px;
	line-height:36px;
	color:#fff;
	background:url(../img/heading3.png) repeat-x 0 0;
}

.sidebar li{
	margin-bottom:10px;
	padding-bottom:10px;
	list-style:none;
	border-bottom:1px dashed #ebebeb;
}

.sidebar li:last-child{
	border:0;
	margin-bottom:0px;
}

.sidebar li a{display:block;}

.sidebar ul.list li{
	clear:both;
	margin-bottom:5px;
	padding:5px 0;
	overflow:hidden;
}

.sidebar ul.list li{height:1%;}

.sidebar ul.list li img{
	float:left;
	margin-right:10px;
}

.sidebar ul.list li{
	font-size:12px;
	line-height:1.35;
}

/* ヘッダー
------------------------------------------------------------*/
.header{
	height:4em;
	padding: 10px;
}

.header h1{
	padding:5px 0 10px 10px;
	font-size:12px;
	font-weight:normal;
}
/* ロゴ
------------------------------------------------------------*/
.header .logo{
	float:left;
}
.header .logo p{float:left;}
.header .logo img{
	float:left;
	width:auto;
	padding:0 5px 0 10px;
}
.header .logo span{display:block;}

/* 電話番号
------------------------------------------------------------*/
.header .info{
	float:right;
	padding-right:1em;
	text-align:right;
}

.header .info .open{font-size:1.1em;}
/* ロゴ+電話番号
------------------------------------------------------------*/
.header .logo,
.header .info {
	color:#8aaa16;
	font-size:1.5em;
	font-weight:bold;
}

.header .logo span,
.header .info span,
.footer .logo span,
.footer .info span {
	color:#333;
	font-size:.6em;
	font-weight:normal;
}

/* フッター
------------------------------------------------------------*/
.footer {
	clear:both;
	width:100%;
	overflow:hidden;
	padding:10px;
	background:#e8e8e8;
}
.footer a{color:#333;}
.footer a:hover{color:#888;}

.footer .logo p,
.footer .logo img{
	float:left;
}
.footer .logo{
	float:left;
	padding:0;
	margin:0;
	background:transparent;
	font-size:0.9em;
}
.footer .logo img{
	width:auto;
	padding:0 5px 0 10px;
}
.footer .logo p {
	font-size:1.5em;
	font-weight:bold;
}
.footer .logo span{display:block;}

.footer .info{
	clear:both;
	float:left;
	padding:5px 0 0 15px;
	text-align:left;
}

.footer .info span{
	display:inline-block;
}
.footer .info a{
	font-size:0.8em;
	font-weight:bold;
	color:#8aaa16;
}

.footer .footnav{
	float:right;
	width:60%;
	padding:10px 0;
}

.footer .footnav li{
	float:left;
	margin-bottom:10px;
	padding:0 7px 0 8px;
	border-right:1px solid #b6b6b6;
}


address{
	clear:both;
	padding:5px;
	text-align:center;
	font-style:normal;
	font-size:12px;
	color:#fff;
	background:#333;
}

/* PC用大画面
****************************
------------------------------------------------------------*/
@media only screen and (min-width: 960px){




/*	menu_A	メインメニュー・デフォルト設定
	menu_K	黒系
	menu_Y	黄色系
	menu_G	緑系
---------------------------------------------------*/
.menu_K{
	background:url(../img/background1.png);
}
.menu_Y{
	background:url(../img/background2.jpg);
}
.menu_G{
	background:url(../img/topnavSepG.png);
}
.menu_K li.last a{
	border-right:2px solid #727677;
}
.menu_G li.last a,
.menu_Y li.last a {
	border-right:1px solid #ebebeb;
}

.menu_K li a{
	color:#fff;
	border-left:2px solid #727677;
}
.menu_G li a{
	color:#333;
	border-left:1px solid #ebebeb;
	background:url(../img/topnavSepG.png);
}
.menu_G li a span{
	color:#708c0c;
}

.menu_Y li a{
	color:#000;
	border-left:1px solid #ebebeb;
}

.menu_A{
	padding:0 14px;
	clear:both;
	overflow:hidden;
	position:relative;
}

.menu_A li{
	float: left;
	position: relative;
}
.menu_A li a{
	display: block;
	text-align: center;
	float:left;
	font-size:14px;
	//font-family:'Candara',Geniva,Sans-Serif;
	width:154px;
	height:45px;
	padding-top:15px;
}
.menu_A li a span{
	font-size:0.8em;
	display:block;
}

.menu_Y a:hover,
.menu_Y li.active a,
.menu_K a:hover,
.menu_K li.active a{
	font-weight: bold;
	background:rgba(255,255,255,0.3);
}
.menu_G a:hover,
.menu_G li.active a{
	color:#fff;
	background-position:0 -60px;
	padding-top:15px;
}

.menu_A a.menu{
	display:none;
}

.menu_A div.panel{
	display:block !important;
	float:left;
}


	.mainBanner{margin-left:15px;}

	.body {
		width:960px;
		padding:0;
		padding-bottom:20px;
	}
	
	.main{
		float:right;
		width:717px;
		padding-right:15px;
	}
	
	.sidebar {
		float:left;
		width:195px;
		padding:15px 0 0 15px;
		overflow:hidden;
	}
	
	.sidebar article{
		padding:7px;
		margin-bottom:20px;
		border:1px solid #ebebeb;
		overflow:hidden;
	}
	
}
@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}

	.menu_K a {
		color: white;
		background-color: black;
	}
	.menu_Y a {
		color: black;
		background-color: yellow;
	}
	.menu_K li.active a{color:yellow;}
	.menu_Y li.active a{color:orange;}

	.menu_A{
		clear:both;
		width:100%;
		margin:0 auto;
		padding:0;
		border:1px solid #e4e4e4;
	}

	.menu_A a.menu{
		width:100%;
		display:block;
		height:40px;
		line-height:40px;
		font-weight: bold;
		text-align:left;
	}

	.menu_A a#menu span{padding-left:10px;}
	.menu_A > a span:before{content: "→ ";}
	.menu_A a.menuOpen span:before{content: "↓ ";}
	.menu_A a#menu:hover{cursor:pointer;}

		nav .panel{
		display: none;
		width:100%;
		position: relative;
		right: 0;
		top:0;
		z-index: 1;
		}

	.menu_A ul li{
		float: none;
		clear:both;
		width:100%;
		height:auto;
		line-height:1.2;
		background:url(/booking/img/bg.png);
	}

	.menu_A ul li a,
	.menu_A ul li.current-menu-item li a{
		display: block;
		padding:15px 10px;
		text-align:left;
		border-bottom:1px dashed #ccc;
	}
		
	.menu_A ul li a span{padding-left:10px;}
	.menu_A ul li:first-child a{
		border-top:1px solid #e4e4e4;
	}

	.menu_A ul li:last-child a{border:0;}
	nav div.panel{float:none;}

		

	/* フッター
	------------------------------------------------------------*/
	.footer .logo,
	.footer .footnav{
		float:none;
		width:100%;
		text-align:center;
	}

	.footer .footnav li{
		float:none;
		display:inline-block;
	}

	.footer img,
	.footer .info{float:none;}
	.footer .info{
		float:none;text-align:center;
	}

	.footer .logo,
	.footer .info{
		width:100%;
		float:none;
	}
	.footer .logo p{float:none;display:block;}
	.footer .logo img{float:none;padding:0;}

}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	.header{
		height:auto;
		padding-bottom:20px;
	}

	.header h1,
	.header .logo,
	.header .logo span,
	.header .info span,
	.header .info{
		clear:both;
		width:100%;
		float:none;
		text-align:center;
		display:block;
	}
	
	.header .logo p{float:none;display:block;}
	.header .logo img{float:none;padding:0;}

	.alignleft,
	.alignright{
		float:none;
		display:block;
		margin:0 auto 10px;
	}
}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.mainBanner h2,
	.mainBanner p{font-size:80%;}

}
