@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, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 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, ul, li, 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;}

ul {list-style: none;}
ol {list-style-type: decimal !important;}
ol li {padding: 5px 0;}
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:#FF9900;text-decoration:none;}
a:hover{color:#FF9933;}
a:active, a:focus {outline:0;}


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

.inner{
margin:0 auto;
width:100%;
}
.bold {
	font-weight: bold;
	color: #393779;
}


/*************
/* ヘッダー
*************/
#header{
	height: 110px;
	width: 100%;
}

h2 {
	padding:7px 5px 5px;
	margin: 10px 0;
	font:bold 16px/1.6 Arial, Helvetica, sans-serif;
	text-align:center;
	color:#655;
	border-top:1px dashed #aaa;
	border-bottom:1px dashed #aaa;
	background:#eee;
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
}

h3 {
	position:relative;
	padding-left:30px;
	border-bottom:1px solid #ccc;
	font-weight: bold;
	font-size: 14px;
	line-height: 34px;
	margin: 10px 0;
}
h3:after, h3:before {
	content:'';
	height:18px;
	width:4px;
	display:block;
	background:#FF9900;
	position:absolute;
	top:8px;
	left:15px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
h3:before {
	height:10px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	top:16px;
	left:7px
}
.link_btn ul li a {
border:1px solid #4b4837; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #6B674F; background-image: -webkit-gradient(linear, left top, left bottom, from(#6B674F), to(#7D7650));
 background-image: -webkit-linear-gradient(top, #6B674F, #7D7650);
 background-image: -moz-linear-gradient(top, #6B674F, #7D7650);
 background-image: -ms-linear-gradient(top, #6B674F, #7D7650);
 background-image: -o-linear-gradient(top, #6B674F, #7D7650);
 background-image: linear-gradient(to bottom, #6B674F, #7D7650);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6B674F, endColorstr=#7D7650);
	float: left;
	width: 46%;
	margin: 2%;
	padding: 8px 10px;
	color: #FFFFFF;
	text-align: center;
}



/*************
/* ロゴ
*************/
#header{
	height: auto;
	padding: 10px 0 ;
}
.logo {
	float: left;
	width: 120px;
	padding: 5px 0 0 ;
}
.logo img {
	float: left;
}
.logo span {
	display: block;
}
.alignleft,.alignright{
	float: none;
	display: block;
	margin: 0 auto 10px;
}
#gallery .grid {
	float: left;
}

/*************
/* 電話番号
*************/
.info {
	float:right;
	padding: 0 10px 10px 0;
	text-align: right;
}
.info .open {
	font-size: 70%;
}

.info_footer {
	width: 100%;
	height: auto;
	padding: 10px auto;
	border : 4px solid #CCC;
	margin-bottom: 10px;
	background: #FCFCFC;
}
.info_footer .tel,
.info_footer .open,
.info_footer .welcome {
	text-align: center;
}
.info_footer .welcome {
	font-size: 18px;
	padding-bottom: 0;
	font-weight: bold;
	color: #666;
}
.info_footer .tel {
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
}
.info_footer .tel span {
	font-size: 90%;
	font-weight: normal;
	color: #333;
}
.info_footer .open {
	font-size: 80%;
	margin-bottom: 10px;
}



/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel {
	color:#8aaa16;
	font-size: 15px;
	font-weight:bold;
}

.logo span,.info span {
	color:#333;
	font-size: 65%;
	font-weight: normal;
}

/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#main_vis {
	width: 99%;
	height: 174px;
	text-align: left;
	line-height:0;
	border: 4px solid #ebebeb;
	margin: 5px auto;
	padding:0;
	position: relative;
	z-index:0;
}
#mainBanner {
	margin: 5px auto;
	padding:0;
	width: 100%;
	position:relative;
	line-height:0;
}
#mainBanner img{
	width: 100%;
	border: 4px solid #ebebeb;
}
.main_title {
	position:absolute;
	max-width:100%;
	height:auto;
	bottom: 4px;
	left: 4px;
	padding: 5px 10px;
	line-height:1.4;
	color:#fff;
	background-color: rgba(0,0,0,0.4);
}
.main_title h1 {
	padding:5px 0 0;
	font-size: 18px;
	font-weight: bold;
}
#main_vis .main_title {
	bottom: 0;
	left: 0;
}
.grid {
	width:100%;
}
.box img{
	max-width: 100px;
}
.box p {
	margin-top :10px;
}

/**************************
/* ボックス系
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}


.box,
.box02 {
	margin: 10px 0;
	padding: 5px;
	width: 100%;
	overflow: hidden;
}

.box img {
	max-width:100%;
	height:auto;
}

.box h2, .box p{text-align:left;}

.box p.readmore{
	padding:10px 5px 5px;
	text-align:right;
}

.box02 div p a img {
	width: 50%;
	float: left;
	padding: 2%;
	text-align: center;
}

#vacation_sp {
    width: 95%;
    margin: 1% auto 0% auto;
    padding: 1% 2% 2%;
    border: 3px solid #DDD;
}
.ttl_vacation{
	font-weight:bold;
	margin-bottom:2%;
	text-align:left;
}
.period_vacation{
    font-size: 9px;
    font-size:0.9rem;
    color: #FF0000;
    font-weight: bold;
}

/*************
メイン コンテンツ
*************/
section.content article{
padding:20px;
margin-bottom:20px;
border:1px solid #ebebeb;
overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

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

section.content img{
max-width:90%;
height:auto;
}

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

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid img,.border{border:4px solid #ebebeb;}



/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:5px auto 15px auto;
}

table.table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
vertical-align: middle;
}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding: 8px;
vertical-align: middle;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:2px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*************
/* フッター
*************/
#footer{
clear:both;
overflow:hidden;
padding:10px 10px 0px 10px;
background:#e8e8e8;
}

* html #footer{height:1%;}

#footer .grid{
padding:10px 0 5px;
margin:0;
background:transparent;
}

#footer #info .logo, #footer #info .info{float:none;}

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

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{font-size:12px;}

ul.footnav{
float:right;
width:620px;
padding:10px 0;
}

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

#footer a{color:#333;}

#footer a:hover{color:#888;}

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




	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}

	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: rgb(85,73,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(85,73,55,1) 0%, rgba(79,66,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,73,55,1)), color-stop(100%,rgba(79,66,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(85,73,55,1) 0%,rgba(79,66,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(85,73,55,1) 0%,rgba(79,66,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(85,73,55,1) 0%,rgba(79,66,51,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(85,73,55,1) 0%,rgba(79,66,51,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#554937', endColorstr='#4f4233',GradientType=0 ); /* IE6-9 */
	border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height: 36px;
	line-height:36px;
	font-weight: bold;
	text-align:left;
	color: #FFF;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav > a span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}
	nav#mainNav a#menu:hover{cursor:pointer;}
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	color: #FFF;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	background:url(images/bg.png);
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:12px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	color: #FFF;
	}

	nav#mainNav ul li a span{padding-left:10px;}

	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}

	nav#mainNav ul li:last-child a{border:0;}

	nav#mainNav ul li.active a{	color:#FFF;}

	nav div.panel{float:none;}

	#subpage #mainBanner{max-width:720px;}

	#sidebar article{padding:7px 8px;}

	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

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

	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}

	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}

	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .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;}



/* よくあるご質問 */
.qaBox {
	margin: 20px 0;
	padding: 0;
}
.h2_faq {
	width: 100%;
	padding: 10px 10px 10px 40px;
	line-height: 1.5;
	color: #000;
	text-align: left;
	font-size: 110%;
	-webkit-box-shadow: 0px 2px 2px #EEE;
	-moz-box-shadow: 0px 2px 2px #EEE;
	box-shadow: 0px 2px 2px #EEE;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-bottom: 0;
}
.answer {
	width: 100%;
	background: #FFF;
	border-left: #DBDBDB 1px solid;
	border-right: #DBDBDB 1px solid;
	border-bottom: #DBDBDB 1px solid;
	padding: 10px ;
	margin-top: 0;
	-webkit-box-shadow: 0px 2px 2px #EEE;
	-moz-box-shadow: 0px 2px 2px #EEE;
	box-shadow: 0px 2px 2px #EEE;
	font-size: 100%;
}
.answer p {
	padding: 0 5px;
}
.close {
	border: 1px solid #DBDBDB;
	cursor: pointer;
	background:#EEF5F7 url(images/faq/icon01.png) no-repeat 13px center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.open_faq {
	border: 1px solid #DBDBDB;
	cursor: pointer;
	background:#EEF5F7 url(images/faq/icon02.png) no-repeat 13px center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


table.form {
	width: 100%;
}
table.form th {
	width: 110px;
	height: 20px;
	padding: 10px 10px 10px 0;
	text-align: right;
}
.form td {
	width: auto;
	height: 20px;
	padding: 10px 0;
}
.form td input {
	width: 100%;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
textarea {
	width: 100%;
}
.necessary {
	color : #990000;
}
#formBtn {
	text-align: center;
	margin: 0 auto 20px;
}
#formBtn input {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}

#formBtn input:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
#formBtn input:active {
	position:relative;
	top:1px;
}