﻿@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:100%;
	margin:5px auto;
	font-size:14px;
	color:#382400;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background-color:#fffffc;
}
header {
	width:960px;
	margin:10px auto;
	background-image: url("img/hedimg.png");
}
nav {
	width:100%;
}
#contents {
	width:960px;
	margin:10px auto;
}
main {
	float:left;
	width:66%;
	/*width:65.625%;*/
}
aside {
	float:right;
	width:31%;
	/*width:31.25%;*/
}
/*#subnav {
	display:none;
}*/
a {
	color:#000076;
}
a:hover {
	color:#e78f00;
}
h1 {
	color:#f19500;;
	font-size:20px;
	line-height:1.3;
	/*margin-top:5px;
	margin-left:5px;*/
}
h1 a {
	color:#000;
	text-decoration:none;
}
h1 a:hover {
	color:#e78f00;
	text-decoration:none;
}
h2 {
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:18px;
	color:#000;
	border-left:5px solid #e78f00;
}
h3 {
	clear:both;
	margin-top:20px;
	margin-bottom:0.5em;
	padding:2px 5px;
	color:#e78f00;
	font-size:16px;
	border-bottom:1px solid #e78f00;
}
h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#333;
}
h4:before {
	content:"\002605";
	/*content:"\002668";*/
	color:#f19500;
}
h5 {
	margin-bottom:0.25em;
	padding:2px;
	color:#000;
	font-size:16px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#f1f1f1;
}
h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}
p {
	margin:0 0 1em 0;
}
img {
	vertical-align:bottom;
	margin-bottom:5px;
}
em {
	font-weight:bold;
}
strong {
	font-weight:bold;
	color:#f19500;
}
pre {
	margin:1em 0;
	padding:1em;
}
blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}
ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}
table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f5f5f5;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}
main img {
	max-width: 100%;
	height: auto;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
header h1 {
	margin-bottom:20px;
}
.sitemap {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}
.sitemap a {
	display:block;
	padding:4px 10px 4px 28px;
	color:#fff;
	background:#f19500;
	border-radius:4px;
	text-decoration:none;
	background:#bae088 url(img/sosikizu.png) 8px 50% no-repeat;
}
.sitemap a:hover {
	color:#fff;
	background:#e79c2a url(img/sosikizu.png) 8px 50% no-repeat;
}
.summary {
	clear:both;
	margin:10px 0 -7px 0;
	font-size:17px;
}
header img {
	max-width: 100%;
	height: auto;
}
/*================================================
 *  ナビゲーション
 ================================================*/
nav {
	margin-bottom:10px;
	padding:0;
	background:#eceed4;
	overflow:hidden;
}
nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:16.666%;
	margin:0;
	padding:0;
}
nav li a {
	display:block;
	padding:5px 0;
	color:#000;
	text-align:center;
	text-decoration:none;
}
nav li a:hover {
	color:#000;
	text-decoration:none;
	background:#f7f5de;
}
.sentaku{
	background:#f6d4a6;
}
/*================================================
 *  サブ
 ================================================*/
#ichiran {
	margin-bottom:20px;
}
#ichiran li {
	margin:0;
	padding:0;
	list-style:none;
	white-space: nowrap;
	marker-offset:10px;
}
#ichiran li a:before {
	content:"\002668";
	color:#c29440;
}
#ichiran li a {
	display:block;
	padding:5px 2px 5px;
	color:#000076;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
#ichiran li a:hover {
	color:#e78f00;
}
/*.ichiran img{
	width:100%;
	margin-bottom:6px;
}*/
.bnr {
	margin:0;
	padding-top:7px;
}
.bnr li {
	list-style:none;
	margin:-6px 0 15px 0;
	line-height:1.6;
	padding-top:2px;
}
.bnr img {
	max-width: 100%;
	height: auto;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.kanrinin img {
	float:left;
	max-width: 100%;
	margin:0.2em 0.8em 1em 0.2em;
}
#seasonphoto img {
	max-width: 100%;
	height: auto;
}
/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	padding-top:150px;
	overflow:hidden;
}
#footlink {
	overflow:hidden;
	padding-top:15px;
	border-top:1px solid #e78f00;
	padding-left:80px;
}
#footlink ul {
	position:relative;
	float:left;
	left:50%;
	clear:both;
	margin:0;
}
#footlink li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	padding:0 40px;
	font-size:12px;
}
#footlink img {
	clear:both;
	position:relative;
	float:left;
	left:50%;
	padding-top:20px;
}
.copyright {
	clear:both;
	padding:20px 0;
	font-size:10px;
	text-align:center;
	background:#eceed4;
}

/*================================================
 *  ページトップへ
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#4c9c2a;
}
.totop img:hover {
	background:#e79c2a;
}

/*================================================
 *  クラス
 ================================================*/
/*.textL {
	text-align:left;
}

.textR {
	text-align:right;
}*/
.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(img/check.png) 0 5px no-repeat;
}
.photo {
	overflow:hidden;
	margin:20px 0;
	padding:15px 15px 0px 15px;
	border:5px solid #eceed4;
	background:#fff;
}
.imgL {
	float:left;
	margin:0.5em 1.3em 0em 0.2em;
}

.imgR {
	float:right;
	margin:0.5em 0.2em 1em 0.8em;
}
.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px dotted #eceed4;
}
/*.imgM {
	margin:0 0.2em 1em 0;
}*/

/*================================================
 *  コンテンツトップ ～スライドショー/トップナビ
 ================================================*/
/* スライドショー */
.slide {
	position:relative;
	overflow:hidden;
}
.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}
.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}
.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}
.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}
.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
	max-width:100%;
	height:auto;
}
.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}
.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}
.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#94d264;
}

/* トップナビ */
* html .topNavi {
	height:1em;
	overflow:visible;
}
.topNavi {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:20px;
	margin-bottom:20px;
}
.topNaviColumn {
	display:inline;
	width:32.302%;
	float:left;
	margin-right:1.030%;
}
.topNaviCon {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f2f8e2;
	border:1px solid #eceed4;
	border-radius:4px;
}
.topNaviCon:hover {
	color:#000;
	background:#f7f5de none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#f19500;
	border:none;
}
.topNaviCon:hover h2 {
	color:#f19500;
}
.topNaviCon p {
	margin:10px;
}
.topNaviPhoto img {
	width:100%;
	height:auto;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
	header {
		width:100%;
	}
	nav ul {
		width:100%;
	}
	#contents {
		width:100%;
	}
	#footlink {
		padding-left:60px;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.sitemap {
		position:relative;
		float:right;
		margin:10px 0;
	}
	header h1 {
		margin-bottom:0;
	}
	main {
		float:none;
		width:100%;
	}
	aside {
		float:none;
		width:100%;
	}
/*	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}
	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}
	/* メインメニュー */
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h2 {
		cursor:pointer;
		margin-bottom:0;
		color:#444;
		font-size:13px;
		font-weight:bold;
		background:#eceed4;
		border:none;
	}
	nav h2:after {
		position:absolute;
		content:"\0025bc";
		color:#000;
		top:3px;
		right:5px;
	}
	nav h2.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}
	nav li {
		width:50%;
		margin:0;
		padding:0;
		list-style:none;
		line-height:1;
	}
	nav li:first-child a {
		width:100%;
	}
	nav li a {
		/*display:block;*/
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}
	/* トップナビ */
	.topNavi {
		margin-right:0;
	}
	.topNaviColumn {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}
	#footlink {
		padding-left:20px;
	}
}