@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, 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 {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:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#fff;
-webkit-text-size-adjust: none;
}

html{background:#fff;}

/* テキスト設定
------------------------------------------------------------*/
.u {
text-decoration: underline;
}
.b {
font-weight: bold;
}
.txt-r {
text-align: right;
}
.txt-l {
text-align: left;
}
.center {
text-align: center;
}
.blue {
color: #0066CC;
}
.grn {
color: #5B8800;
}
.ora {
color: #FF4400;
}

/* リンク設定
------------------------------------------------------------*/
a{color:#5B8800;}
a:hover{
color:#FF6600;
background:#FFEED5;
}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
font-size: 16px;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
h1{
font-size:10px;
line-height:1.6;
font-weight:normal;
background:#FF9900;
color:#fff;
}

#header{
overflow:hidden;
padding:5px 0 15px;
}

* html #header{height:1%;}


/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding:5px 0 0;
}

.logo a{
font-size:20px;
font-weight:bold;
line-height:1;
color:#FF9900;
text-decoration:none;
}

.logo span{
font-size:14px;
font-weight:normal;
color:#694701;
}

.info{
float:right;
padding:20px 0 0;
}

.tel strong{
font-size:16px;
font-weight:bold;
}

/**************************
/* トップナビゲーション
**************************/
ul#topnav{
overflow:hidden;
margin:10px 0;
border-left:1px solid #FFF;
}

* html ul#topnav{height:1%;}

ul#topnav li{
float:left;
text-align:center;
}

ul#topnav a{
color:#FFF;
width:155px;
font-size:16px;
font-weight:bold;
display:block;
padding:5px 0;
background:#FF9900;
border-right:1px solid #FFF;
text-decoration:none;
}

ul#topnav li:first-child a,ul#topnav li:last-child a{width:156px;}

ul#topnav li.active a,ul#topnav a:hover{
color:#fff;
background:#694701;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:4px auto 10px;
padding:4px;
position:relative;
line-height:0;
background:#FFEED5;
}

#mainBanner img{
max-width:100%;
height:auto;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:2px;
left:4px;
padding:2px 2px;
line-height:1;
color:#fff;
background-color:#E3D6C9;
}

.slogan h2{
padding-bottom:2px;
font-size:12px;
color:#fff;
}

.slogan h3{
font-size:12px;
color:#fff;
}


/**************************
/* グリッド
**************************/
.gridWrapper{
clear:both;
padding:6px 0;
overflow:hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}

.colDark,.colLight{
padding-bottom:5px;
color:#fff;
background:#1c1c1c;
}

.colLight{background:#005c98;}

.colDark h3,.colLight h3{
margin:10px 10px 5px;
font-size:14px;
font-weight:bold;
}

.colDark a,.colLight a{
display:block;
padding:3px;
border-radius:3px;
color:#fff;
background:#005c98;
}

.colLight a{background:#1c1c1c;}

.colLight a:hover,.colDark a:hover{
color:#1c1c1c;
background:#fff;
}

#sub .grid h3{
padding:4px 0 4px 7px;
margin:10px 8px 12px 0;
font-size:18px;
color:#694701;
background-color:#F8F4F1;
border-left:4px solid #C4AB91;
border-bottom:dotted 1px #C4AB91;
}
#sub .grid h3 a{
color:#694701;
}
#sub .grid h3 a:hover{
color:#694701;
background:#FFEED5;
}

#sub .grid h4{
padding:2px 0 2px 7px;
margin:10px 8px 12px 8px;
font-size:16px;
font-weight:bold;
color:#AA4400;
background-color:#F8F4F1;
border-left:4px solid #AA4400;
}
#sub .grid h4 a{
color:#AA4400;
}
#sub .grid h4 a:hover{
color:#AA4400;
background:#FFEED5;
}

.grid p{
padding:5px 10px;
}

.grid ul{margin:5px 10px;}

.grid li{
padding:3px 0;
font-size:14px;
list-style:inside;
border-bottom:1px dashed #e5e2cd;
}
.grid a{
color:#694701;
text-decoration:none;
}
.grid a:hover{
color:#FD6900;
text-decoration:none;
}

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

/* フッター内のグリッド(3カラム) */
#footer .grid{
background:transparent;
}

#footer .col3 ul{margin:0 0 10px 5px;}

#footer .col3 li{
padding:0 6px 0 5px;
margin-bottom:3px;
list-style:none;
border-bottom:0;
display:inline-block;
border-right:1px solid #e5e2cd;
}

/*************
パンくず
*************/

#pan {
font-size:14px;
color: #666666;
line-height: 16px;
margin-left:10px;
}

/*************
メイン コンテンツ
*************/
section.content{
margin-bottom:32px;
overflow:hidden;
}

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

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

h3.heading{
margin: 0 0 18px 0;
padding:4px 0 4px 12px;
font-size:26px;
color:#694701;
background-color:#F8F4F1;
border-top:dotted 1px #C4AB91;
border-bottom:solid 2px #C4AB91;
}

h4{
margin:26px 0 12px 6px;
padding:4px 0 4px 7px;
font-size:22px;
color:#5B8800;
background-color:#FAF5F3;
border-left:6px solid #5B8800;
}

h5{
padding:0px 0px 0px 7px;
margin:20px 0 17px 4px;
font-size:20px;
font-weight:bold;
color:#694701;
}

h5:before {
    content: "▼ ";
    color: #694701;
}

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

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

img.frame,#gallery img{
border:4px solid #fff;
box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
}

#gallery .gridWrapper{padding:0;}

#gallery img{
margin:5px;
}

section#gallery{overflow:visible;}

section#main {
margin-top:28px;
}
#main p{
margin:16px 0 16px 10px;
}
#main .list1{
list-style:inside;
}
#main .list2{
list-style:inside decimal;
}
.content ul{
margin:14px 0;
}
.content li{
margin:0 0 10px 22px;
padding:2px 0;
}
.content a{
color:#5B8800;
text-decoration:underline;
}
.content a:hover{
color:#FF6600;
background:#FFEED5;
}

.bnr320{
margin:20px 0 0 15px}

/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table th,table.table td{
padding:10px;
border:1px solid #dad6bb;
}

table.table th{
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
background:#e5e2cd;
}


/*************
/* フッター
*************/
#footer{
clear:both;
padding:10px 0 40px 0;
overflow:hidden;
font-size:11px;
background:#995B00;
border-top:1px solid #FF9900;
}

* html #footer{height:1%;}

#footer a{color:#fff;}

#footer a:hover{color:#995B00;}

#footer .copyright{
margin-top:20px;
font-size:10px;
}


/* PC用 */
@media only screen and (min-width:940px){	
	#wrapper,.inner{
	width:940px;
	padding:0;
	}
	
	#wrapper{padding-bottom:20px;}
	
	#main{
	float:right;
	width:690px;
	margin-top:20px;
	}
	
	#subpage #sub{
	float:left;
	width:235px;
	overflow:hidden;
	margin-top:20px;
	}
	
	/* グリッド */
	.grid{width:235px;}
	.col2{width:470px;}
	.col3{width:705px;}
	#gallery .grid{width:230px;}
	#subpage #sub .grid{
	width:100%;
	float:none;
	padding-bottom:30px;
	}
	
}


/* モニター幅960px以下 */
@media only screen and (max-width:960px){
	h1 p.inner{padding:0 2%;width:96%}
	#header .logo{padding-left:10px;}
	#header .info{padding-right:10px;}
	
	ul#topnav{
	clear:both;
	width:100%;
	}

	ul#topnav li{
	width:33%;
	margin:0 0 5px;
	border-right:1px solid #1c1c1c;
	 box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}

	ul#topnav li:nth-child(3n){border-right:0;width:34%;}

	ul#topnav li a{
	width:100%;
	border-top:0;
	}

	ul#topnav li:first-child a,ul#topnav li:last-child a{width:100%;}
	
	.grid{
	width:50%;
	margin:2px 0;
	}
	
	.col2{
	float:none;
	width:100%;
	margin:0 0 20px;
	}
	
	.grid img{
	float:left;
	margin-right:5px;
	}
	
	#gallery .grid{
	width:31%;
	margin:0 1%;
	padding:0;
	}
	
	#gallery .grid img{
	float:none;
	}
	
	section.content{padding:0 10px;}
	
	section.content img{
  max-width:90%;
	height:auto;
	}
	
	#sub .grid{padding-bottom:20px;}
	
	#footer{padding:0;}
	
	#footer .grid{
	float:none;
	width:100%;
	margin-bottom:5px;
	text-align:center;
	}
}


/* iPad 縦 */
@media only screen and (max-width:768px){
  #header{padding-bottom:0;}	
	#mainBanner{padding:3px;}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	.grid{width:100%;}
	
	.grid img{
	float:none;
	margin:20px auto 10px;
	}
	
	.grid p{text-align:left;}
	
	img.frame,#gallery img{border-width:2px;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#footer .grid p{text-align:center;}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	#header .logo{padding-top:10px;}
  .info{padding:10px 0 0;}
	
	ul#topnav li{width:50%;}

	ul#topnav li:nth-child(3n){
	border-right:1px solid #1c1c1c;
	width:50%;
	}
	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-right:0;}
	
	#mainBanner{margin-left:1px;}
	#mainBanner h2,#mainBanner h3{font-size:80%;}
}