@charset "utf-8";

body,h1,h2,h3,h4,p,ul,li,img,dl,dt,dd,div{
	margin:0;
	padding:0;
}
body{
	background: seashell;
	/*background: seashell url(../images/bg.png) repeat-x center top;*/
	font-family: 'Hiragino Kaku Gothic Pro',
	'ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: black;
	font-size: 15px;
}
a{
	color: black;
	text-decoration: none;
	transition: 0.3s;
}
a:hover{
	opacity: 0.8;
}
ul,li{
	list-style: none;
}
img,svg{
	vertical-align: bottom;
}


/*header---------------------*/

header{
	background: url(../../../images/bg.png) repeat-x center top;
	width: 100%;
	margin-bottom: 50px;
}
#header_message{
	background: #2b4545;
	color: white;
	text-align: center;
	padding: 3px 0;
}
#header_inner{
	max-width: 1080px;
	height: 180px;
	margin: 0 auto;
	position: relative;
}
header h1{
	position: absolute;
	top: 40px;
	left: 0;
}
header h1 img{
	width: 280px;
}

#nav_btn{
	display: none;
}

nav{
	position: absolute;
	top: 25px;
	right: 0;
}
nav ul{
}
nav li{
	display: inline;
}
nav li a{
	display: inline-block;
	margin-left: 30px;
	text-align: center;
	font-size: 16px;
	color: white;
}
nav li a:hover{
}


#searchform{
	position: absolute;
	bottom: 60px;
	right: 0;
}
#searchform input[type="text"]{
	width: 210px;
	height: 40px;
	background: white;
	border: none;
	padding: 0 10px;
	color: #666;
	font-size: 14px;
	vertical-align: top;
	display: inline;
}
#searchform #searchsubmit{
	width: 50px;
	height: 40px;
	border-radius: 0;
	transition: 0.3s;
	font-size: 18px;
	color: white;
	background: darkslategray;
	border:none;
}
#searchform #searchsubmit:hover{
	opacity: 0.8;
	cursor: pointer;
}


/*common---------------------*/

#wrap{
	width: 1080px;
	margin: 0 auto 60px;
}
#wrap h1{
	margin: 0 0 20px;
}


.ad{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}


.caption{
	text-align: center;
	margin: 50px 0 25px;
}
.caption h2{
	font-family: 'Viga', sans-serif;
	font-size: 64px;
	color: salmon;
	font-weight: normal;
}
.caption p span{
	font-family: 'Viga', sans-serif;
	color: salmon;
	font-size: 24px;
}


.sozai_list ul{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
	margin-bottom: 50px;
	overflow: hidden;
}
.sozai_list li{
	width: 24%;
	margin: 5px;
	background: #f6e0d3;
}
.sozai_list li a{
	display: block;
	padding: 10px;
}
.sozai_list li img{
	width: 100%;
	margin-bottom: 10px;
}


#wp_page_numbers ul{
	display: flex;
	justify-content: center;
	margin: 50px 0;
}
#wp_page_numbers li{
	line-height: 2.7;
	font-size: 16px;
	margin: 0 5px;
}
#wp_page_numbers li.page_info{
	height: 45px;
	padding: 0 18px;
	background: #fff;
}
#wp_page_numbers li.active_page a{
	background: salmon;
}
#wp_page_numbers li a{
	display: inline-block;
	height: 45px;
	padding: 0 18px;
	background: darkslategray;
	color: white;
}

/*wp-pagenavi*/
.wp-pagenavi {
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #fff;
	background-color: darkslategray;
	padding: 15px 20px;
	margin: 0 3px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover{
	color: #FFF;
	background-color: darkslategray;
}
.wp-pagenavi span.current{
	color: #FFF;
	background-color: salmon;
	font-weight: bold;
}


/*index---------------------*/

#index{
	background: seashell url(../../../images/index.png);
	width: 100%;
	height: 480px;
	margin: 50px 0;
	position: relative;
}
#index p{
	position: absolute;
	top: 155px;
	left: 100px;
	font-size: 18px;
}
#index p b{
	font-size: 36px;
}


/*page---------------------*/

#page{
	display: flex;
	justify-content: space-between;
}
.page_box{
}
.page_ad{
	width: 160px;
	height: 600px;
}
#page h2{
	color: salmon;
	font-size: 32px;
	margin-bottom: 20px;
}
#page h3{
	font-size: 18px;
	padding-bottom: 10px;
	margin: 30px 0 10px;
	border-bottom: 1px dashed gray;
}
#page ul li{
	margin-bottom: 8px;
}


.mail_form form{
	padding: 20px 0;
}
.mail_form form p{
	padding: 0 0 15px 0;
}
.mail_form .wpcf7{
}
.mail_form input[type="text"],.mail_form input[type="email"],.mail_form textarea{
	width: 100%;
	max-width: 400px;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #ccc;
}
.mail_form input[type="submit"]{
	width: 180px;
	margin-top: 20px;
	padding: 15px 0;
	background: #222;
	color: white;
	border: none;
	font-size: 14px;
}
.mail_form input[type="submit"]:hover{
	opacity: 0.8;
	cursor: pointer;
}
.mail_form span.rq{
	color: red;
	font-weight: bold;
}
div.wpcf7-validation-errors {
	border: 2px solid #f80000;
}


/*single---------------------*/

.key,.single_key{
	margin-bottom: 10px;
}
.single_key{
}
.key ul{
	margin-top: 10px;
}
.key ul li{
	display: inline;
}
.key ul li a{
	display: inline-block;
	margin-bottom: 6px;
	padding: 5px 10px;
	background: #ededed;
}
.key ul li a:hover{
}

#map_content{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
#eyecatch{
	background: white;
	width: 580px;
	height: 580px;
	border: 10px solid #f6e0d3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#eyecatch img{
	max-width: 460px;
	max-height: 460px;
}
#map_detail{
	width: 440px;
}
#map_detail h1{
	margin-bottom: 15px;
}
#comment a{
	color: salmon;
}


ul.keyword{
	margin: 30px 0 35px;
}
ul.keyword li{
	display: inline-block;
	margin: 0 8px 8px 0;
}
ul.keyword li a{
	background: darkslategray;
	color: white;
	padding: 8px 12px;
	text-align: center;
	font-size: 16px;
}
ul.keyword li a:hover{
}

#dl_btn{
	text-align: center;
}
#dl_btn a{
	background: salmon;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	padding: 15px 0;
	color: white;
	font-size: 22px;
	text-align: center;
	cursor: pointer;
}


#soazi_all{
	margin-bottom: 40px;
}
#soazi_all ul{
	display: flex;
	justify-content: center;
}
#soazi_all li{
	width: 30%;
	margin: 15px;
	text-align: center;
}
#soazi_all img{
	width: auto;
	max-width: 100%;
	max-height: 420px;
}


#notes{
	background: white;
	margin-bottom: 30px;
	padding: 30px;
	border: 10px solid #f6e0d3;
	color: black;
	text-align: center;
}
#notes a{
	color: salmon;
}


#share{
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px;
}
#share a{
	display: inline-block;
	width: 32%;
	padding: 15px 0;
	color: white;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
#share a.twitter{
	background: #0FA3B1;
}
#share a.facebook{
	background: #33658A;
}
#share a.line{
	background: #87A330
}


#pn_navi{
	margin: 50px 0 60px;
	display: flex;
	justify-content: space-between;
}
#pn_navi a{
	display: inline-block;
	width: 32%;
	padding: 15px 0;
	color: white;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	background: darkslategray;
}


/*footer---------------------*/

#foot_cate{
	margin-top: 80px;
}
#foot_cate ul{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#foot_cate li{
	display: inline-block;
	width: 24%;
	margin: 5px;
}
#foot_cate li a{
	display: block;
	background: salmon;
	color: white;
	padding: 10px 0;
	font-size: 22px;
}

#foot_tag{
	background: white;
	padding: 40px 0 30px;
}
#foot_tag_inner{
	max-width: 1080px;
	margin: 0 auto;
}
#foot_tag h3{
}
#foot_tag ul{
	padding: 15px 0;
}
#foot_tag li{
	display: inline-block;
}
#foot_tag li a{
	display: block;
	background: #eee;
	padding: 8px 12px;
	margin: 0 10px 10px 0;
	text-align: center;
	font-size: 16px;
}
#foot_tag li a:hover{
}

footer{
	background: darkslategray;
	color: white;
	text-align: center;
	padding: 70px 0;
}
ul#foot_nav{
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
ul#foot_nav li{
	margin: 0 10px;
}
ul#foot_nav li a{
	color: white;
}


/******768px*******/
@media screen and (max-width:768px){
	header{
		margin-bottom: 20px;
	}
	#header_inner{
		position: static;
		height: auto;
	}
	#header_inner p{
		display: none;
	}
	header h1{
		position: static;
	}
	header h1 img{
		width: 220px;
		margin: 20px 10px;
	}
	#nav_btn{
		display: inline;
		position: absolute;
		top: 35px;
		right: 10px;
		font-size: 40px;
		color: white;
	}

	nav{
		background: salmon;
		display: none;
		width: 100%;
		position: static;
	}
	nav li a{
		display: block;
		width: 100%;
		margin: 0;
		padding: 10px 0;
		border-top: 1px solid white;
	}

	#searchform{
		position: static;
		width: 100%;
		background: #f6e0d3;
		padding: 10px 0;
	}

	#head_tag{
		display: none;
	}

	#index_map{
		display: none;
	}

	#wrap{
		width: 100%;
		display: block;
	}

	.caption{
		width: 90%;
		margin: 30px auto 10px;
	}
	.caption h2{
		font-size: 44px;
	}

	.sozai_list ul{
		margin-bottom: 30px;
	}
	.sozai_list li{
		width: 47%;
	}

	#wp_page_numbers li{
		line-height: 2.5;
		font-size: 14px;
		margin-bottom: 5px;
	}
	#wp_page_numbers li.page_info{
		height: 35px;
		padding: 0 15px;
	}
	#wp_page_numbers li a{
		height: 35px;
		padding: 0 15px;
	}

	/*index---------------------*/

	#index{
		/*background: seashell url(../../../images/index.png) center left;*/
		background: white;
		width: 85%;
		height: auto;
		margin: 20px auto 30px;
		padding: 15px;
		position: static;
	}
	#index p{
		position: static;
		font-size: 14px;
	}
	#index p b{
		font-size: 20px;
	}

	/*page---------------------*/

	#page{
		display: inline-block;
	}
	#page h2{
		font-size: 24px;
	}
	.page_box{
		width: 90%;
		margin: 0 auto;
	}

	.mail_form input[type="text"],.mail_form input[type="email"],.mail_form textarea{
		width: 90%;
	}

	/*single---------------------*/

	.key,.single_key{
		padding: 0 10px;
		height: auto;
	}

	#map_content{
		display: inline-block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#eyecatch{
		width: 75%;
		height: auto;
		/*transform: scale(0.5,0.5);*/
		padding: 20px;
		margin: 0 auto 20px;
	}
	#eyecatch img{
		max-height: 420px;
		max-width: 90%;
	}
	#map_detail{
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}
	#map_detail h1{
		font-size: 22px;
	}

	#customize_caption{
		display: none;
	}
	#customize{
		display: none;
	}

	#dl_btn a{
		width: 90%;
		margin-bottom: 0;
	}

	#notes{
		width: 85%;
		padding: 10px;
		margin: 30px auto 0;
	}

	#share{
		width: 90%;
		margin: 30px auto 0;
	}
	#share a{
		display: inline-block;
		width: 32%;
		padding: 15px 0;
		color: white;
		font-size: 14px;
		text-align: center;
		cursor: pointer;
	}

	#soazi_all{
		margin-bottom: 30px;
	}
	#soazi_all ul{
		display: block;
	}
	#soazi_all li{
		width: 80%;
		margin: 20px auto;
	}
	#soazi_all img{
		max-height: 320px;
	}

	#pn_navi{
		width: 90%;
		margin: 0 auto;
	}
	#pn_navi a{
		width: 45%;
	}

	#side{
		border-top: 1px solid #ddd;
		padding: 20px 0;
	}
	#side ul.side_new,#searchform{
		text-align: center;
	}

	.none404 ul{
		padding: 10px;
		margin-left: 0;
		text-align: center;
	}
	.none404 ul li{
		margin: 10px 5px;
	}

	#foot_cate{
	}
	#foot_cate ul{
	}
	#foot_cate li{
		width: 47%;
	}
	#foot_cate li a{
		font-size: 18px;
	}

	#foot_tag{
		padding: 30px 0 10px;
	}
	#foot_tag_inner{
		width: 90%;
	}

	footer{
		padding: 20px 0;
	}
	ul#foot_nav{
		margin-bottom: 20px;
		display: inline-block;
	}
	ul#foot_nav li{
		margin: 5px 0;
	}
}