@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background: #f3f2ed;
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

a {
	color: #8c5b47;
	text-decoration: none;
}
/*
a:visited {
	text-decoration: none;
}
*/
img {
	vertical-align: top;
}

img:not([width]) {
	zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

p, dl, ol, ul {
}

ol, ul {
	list-style:none;
}
.center{
	text-align: center;
}
.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}
.mr30{
	margin-right: 30px;
}
.b_img{
	vertical-align: bottom;
}
/* --------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------- */
#wrapper {
	background-size: 100% 355px ;
	-webkit-background-size: 100% 355px ;
	-moz-background-size:  100% 355px ;
	overflow: hidden;
	margin: 0 auto;
}

/* ---------------------------------------------------- */
/* ランドスケープ表示 */
/* ---------------------------------------------------- */
@media all and (orientation:landscape) {
	#wrapper {
		width: 100%;
	}
}

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
header {
	background: #fff;
	padding-bottom: 20px;
}
header h1{
	font-size:12px;
}

header .logo{
	text-align:center;
}

header .logo img{
	vertical-align: bottom;
}


/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer{
	padding: 0 0 0px;
	font-size:12px;
	background: #fdfdfd;
}
footer nav{
	margin:5px;
}
nav.homenav div{
	float:left;
	width:48%;
	background-color:#8c5b47;
	margin-bottom:10px;
	margin-top:30px;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
nav.homenav div a{
	display:block;
	padding:5px;
	color: #fff;
}
nav.homenav div:nth-child(even){
	float:right;
}
footer nav ul{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #e4dfc2;
	width:100%;
	overflow:hidden;
	margin-top:20px;
	background-color:#a1715d;
}
footer nav ul li{
	float:left;
	width:50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom:1px solid #e4dfc2;
	border-right:1px solid #e4dfc2;
}
footer nav ul li:nth-last-child(2),
footer nav ul li:last-child{
	border-bottom:none;
}
footer nav ul li:nth-child(even){
	border-right:none;
}

footer nav ul li a{
	background:url(../img/icon_arrow.png) right center no-repeat ;
	background-size: 25px 20px;
	-webkit-background-size: 25px 20px;
	-moz-background-size: 25px 20px;
	display:block;
	padding:8px;
	color: #fff;
}
footer .info {
	margin:10px;
}

footer .info a {
	color: #8c5b47;
}

footer .under {
}
footer .under ul {
	width:100%;
	overflow:hidden;
	background-color:#a1715d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4dfc2;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e4dfc2;
}
footer .under ul li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
	width:50%;
	text-align:center;
}
footer .under ul li a {
	display:block;
	padding:10px 10px;
	color: #fff;
}
footer .under ul li:first-child{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e4dfc2;
}
footer .under ul li:nth-child(even){
	border-left:1px solid #e4dfc2;
}
footer small {
	margin:0;
	padding:10px;
	display:block;
	font-size:10px;
	clear:both;
	text-align: center;
  	background-color: #A1715D;
  	color: #fff;
}
footer small#copy a{
}

/* ---------------------------------------------------- */
/* visual */
/* ---------------------------------------------------- */
.visual{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*
	background-image: url(../img/bg_visual.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	*/
}

.visual p{

}
.visual.sub p{
	text-align:center;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	height: 75px;
	font-size:16px;
	padding-top: 30px;
	margin: 0px;
	color: #447a00;
	background-image: url(../img/mainimage_sub.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-shadow: 1px 1px 2px #fff;
}
/* ---------------------------------------------------- */
/* content */
/* ---------------------------------------------------- */

.container-content{
	padding:5px;
}

.container-content p{
	margin-bottom:15px;
}

section.content {
	margin-bottom:20px;
	margin-top: 10px;

}
section.content h1 {
	background-size: 3px 20px;
	-webkit-background-size: 3px 20px;
	-moz-background-size: 3px 20px;
	border-radius:6px 6px 0px 0px;
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-radius:6px 6px 0px 0px;
	box-shadow: 1px -1px 1px #8c5b47;
	-webkit-box-shadow: 1px -1px 1px #8c5b47;
	-moz-box-shadow: 1px -1px 0px #8c5b47;
	background-color:#7e5240;
	font-size:18px;
	color:#fff;
	font-weight: bold;
	line-height:120%;
	padding:10px 8px 8px 8px;
	background-image: url(../img/bg_ttl.gif);
	background-repeat: repeat-x;
	background-position: left top;

}
section.content nav{
	margin-bottom:10px;
	border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	margin-bottom:10px;
	border:1px solid #e4dfc2;
}
section.content nav ul {
	width:100%;
	overflow:hidden;
	background: #fff;
}
section.content nav ul li {
	line-height:120%;
	border-top:1px solid #e4dfc2;
	border-bottom:1px solid #e4dfc2;
}
section.content nav ul li a{
	background:url(../img/icon_arrow.png) right center no-repeat ;
	background-size: 25px 20px;
	-webkit-background-size: 25px 20px;
	-moz-background-size: 25px 20px;
	display:block;
	padding:12px;
}
section.content nav ul li:last-child {
	border-top:none;
	border-bottom:none;
}
section.content nav ul li:first-child{
	border-top:none;
	border-bottom:none;
}

section.content nav ul li span{
	padding-right: 10px;
	font-weight: bold;
}

section.content nav.search li{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:50%;
	float:left;
}
section.content nav.search li:nth-child(2n){
	border-left:1px solid #e4dfc2;
}
section.content nav.search ul li:nth-last-child(2) {
	border-bottom:none;
}
section.content nav.search ul li:nth-child(2){
	border-top:none;
}


.left{
	float:left;
	margin: 10px 20px 10px 0px;

}

.right{
	float:right;
}

.clear{
	clear:both;
}

.list-base li{
	height:100%;
}


.list-base2 li{
	height:150px;
}


.sticking_ph{
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}

.tit_l{
	font-size:12px;
}




/* 写真つきリスト */

.list-base{
	margin-bottom:10px;
	border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	margin-bottom:10px;
	border:1px solid #153ff6;
}
.list-base li {
	line-height:120%;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #cccccc;
}
.list-base li:last-child {
	border-bottom:none;
}
.list-base li:first-child{
	border-top:none;
}
.list-base li a{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:100%;
	overflow:hidden;
	display:block;
	padding: 0px;
}
.list-base div{
	float:right;
	padding:0px 0px 0px 10px;
}

.list-base span{
	display:inline-block;
	color:#464646;
	font-size:12px;
	margin-left: 10px;
	margin-top: 10px;
}
.list-base p{
	padding-right:10px;
	margin-left: 10px;
}
.list-base dl{
	display:block;
	padding:10px;
}

.list-base dt{
	background-color:#f3f3f3;
	border-bottom:1px solid #a1de51;
	font-size:12px;
	padding:5px 8px 3px 8px;
	margin:10px 0px 5px 0px;
}
.list-base dd{
	margin:10px;
	font-size:12px;
}

#searchlist .list-base li{
	border-bottom:1px solid #ff5a00;
	padding-bottom:20px;
	padding-top:8px;
}
#searchlist .list-base a p{
	font-size:16px;
	line-height:140%;
}


.list-base2{
	margin-bottom:10px;
	border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	margin-bottom:10px;
	border:1px solid #ff5a00;
}
.list-base2 li {
	line-height:120%;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #cccccc;
}
.list-base2 li:last-child {
	border-bottom:none;
}
.list-base2 li:first-child{
	border-top:none;
}
.list-base2 li a{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:100px;
	overflow:hidden;
	display:block;
	padding:10px;
	float: left;
}
.list-base2 div{
	float:right;
	padding:0px 0px 0px 10px;
}

.list-base2 span{
	display:inline-block;
	color:#7FA50A;
	font-size:14px;
	margin-left: 20px;
	margin-top: 10px;
	font-weight:bold;
}
.list-base2 p{
	display:block;
	padding-right:20px;
	margin-left: 120px;
}
.list-base2 dl{
	display:block;
	padding:10px;
}

.list-base2 dt{
	background-color:#f3f3f3;
	border-bottom:1px solid #a1de51;
	font-size:12px;
	padding:5px 8px 3px 8px;
	margin:10px 0px 5px 0px;
}
.list-base2 dd{
	margin:10px;
	font-size:12px;
}

#searchlist .list-base2 li{
	border-bottom:1px solid #ff5a00;
	padding-bottom:20px;
	padding-top:8px;
}
#searchlist .list-base2 a p{
	font-size:16px;
	line-height:140%;
}

/* 汎用 */
.container{
	border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	margin-bottom:10px;
	border:1px solid #d5d5d5;
	padding-left: 10px;
	overflow: hidden;
	background: #fff;

}
.container h2{
	background-size: 1px 100%;
	-webkit-background-size: 1px 100%;
	-moz-background-size: 1px 100%;
	background-color:#8c5b47;
	color: #fff;
	font-size:16px;
	line-height:120%;
	padding:7px 8px 5px 8px;
	margin:20px 0px 15px -10px;
	background-image: url(../img/bg_op.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8c5b47;
}
.container h2:first-child{
	margin-top:0px;
}

.container p{
	margin-top:10px;
	margin-right: 10px;
}

.map{
	text-align:center;
	margin-bottom: 15px;
}

/* ---------------------------------------------------- */
/* btn */
/* ---------------------------------------------------- */

/* btn ベース */

.btn,.listbtn li{
	background:url(../img/bg_op.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	border-radius:6px ;
	-moz-border-radius:6px ;
	-webkit-border-radius:6px ;
	box-shadow: 1px 2px 1px ##e4dfc2;
	-webkit-box-shadow:1px 2px 1px ##e4dfc2;
	-moz-box-shadow: 1px 2px 1px ##e4dfc2;
	line-height:100%;
	font-size:18px;
	text-align:center;
	margin:10px 0px 15px 0px;
}
.btn a,.listbtn li a{
	background:url(../img/arrow-next.png) right center no-repeat ;
	background-size: 26px 22px ;
	-webkit-background-size: 26px 22px ;
	-moz-background-size: 26px 22px ;
	padding:18px 7px;
	display:block;
	color:#ffffff;
}

/* btn各カスタマイズ */

.btn.entrybtn{
	background-color:#ff8818;
}
.btn.detailbtn{
	background-color:#2e9d50;
	padding:0px;
	line-height: 22px;
}

.btn.detailbtn2 {
	background-color:#0eb089;
	padding:0px;
}

.btn.graybtn{
	background-color:#ddd ;
}
.btn.graybtn a{
	color:#666666 ;
}
.listbtn li{
	background:url(../img/bg_op40.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	background-color:#eaeaea ;
	margin:8px 0px;
}
.listbtn li a{
	padding:12px 5px;
	color:#666666;
}


/* ---------------------------------------------------- */
/* detail */
/* ---------------------------------------------------- */

/* iconlist */

.iconlist{
	width:100%;
	overflow:hidden;
	margin:5px;
}

.iconlist li{
	float:left;
	background:url(../img/bg_op40.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	background-color:#eeeeee;
	width:19%;
	margin:2px 2px;
	padding:5px 0px;
	font-size:12px;
}

/* ---------------------------------------------------- */
/* form */
/* ---------------------------------------------------- */

.content input{
	vertical-align:bottom;
}
.content form p input{

}
.imgbtn{
	text-align:center;
	margin-bottom:25px;
}
.img{
	text-align:center;
	margin:0px auto;
}
.img img{
	border-radius:3px ;
	-moz-border-radius:3px ;
	-webkit-border-radius:3px ;
}
.es{
	color:#c80000;
}
.form-btn{
	text-align:center;
}
.form-btn input{
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow: 1px 2px 1px #cccccc;
	-webkit-box-shadow:1px 2px 1px #cccccc;
	-moz-box-shadow: 1px 2px 1px #cccccc;
	border:none;
	text-align:center;
	background-color:#1e6dc5;
	font-size:16px;
	color:#fff;
	padding:10px 30px;
}
.rec{
	background-color:#f3f3f3;
	padding:7px 8px 7px 8px;
}
.rec dt{
	color:#c80000;
	font-size:16px;
	border-bottom:1px solid #dddddd;
	margin-bottom:7px;
	padding-bottom:7px;
}

/* pagenavi */

.pagenavi {
	/zoom: 1;
	overflow: hidden;
	margin: 10px 0px 10px 0px;
	padding: 0px 5px;
}
.pagenavi li {
	float: left;
	margin: 0 2px 2px 0;
	text-align:center;
}
.pagenavi li span,
.pagenavi li a {
	float: left;
	color:#ffffff;
	font-weight:bold;
	padding: 5px 0px;
	width:30px
}
.pagenavi li a.link_before,
.pagenavi li a.link_next {
	width:62px;
}
.pagenavi li a {
	background: #aaaaaa;
}
.pagenavi li span {
	background: #ff6022;
}

.catch{
	font-size:16px;
	font-weight: bold;
	color: #554800;
}

.green {
	color:#009900;
}

.red{
	color:#FF0000;
}

.blue {
	color: #003366;
}

.bold {
	font-weight:bold;
}

.under_line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e4dfc2;
}

.small{
	font-size: 90%;
}

@media only screen and (orientation : landscape) { /*横向き*/


}
@media only screen and (orientation : portrait) { /*縦向き*/
.pagenavi li:nth-child(9n) {
	clear:both;
}

}
.center {
	text-align: center;
}
.belt {
	background-color: #ececec;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px dashed #bfbfbf;
}

/*
横並び画像1列2枚
*/

ul.sp2{
	overflow: hidden;
}
ul.sp2 li{
	text-align:center;
	margin:0px 0px 10px;
	padding:10px 5px;
	width:45%;
	float:left;
	overflow: hidden;
	background: #fff;
	border-top:#715042 5px solid;
}


ul.sp2 li:nth-child(2n){
	float:right;
}


ul.sp2 li p{
	text-align:left;
	margin:0px;
	font-size:12px !important;
	margin-top:5px;
	height: 40px;
}


ul.sp2 li img{
	padding:0px;
}

ul.sp4{
	overflow: hidden;
}
ul.sp4 li{
	text-align:center;
	margin:5px 0px;
	padding:10px 5px;
	width:45%;
	float:left;
	overflow: hidden;
}


ul.sp4 li:nth-child(2n){
	float:right;
}


ul.sp4 li p{
	text-align:left;
	margin:0px;
	font-size:12px !important;
	margin-top:5px;
}


ul.sp4 li img{
	padding:0px;
}

/*
横並び画像1列3枚
*/
ul.sp3{
	font-size:14px;
	color:#666;
	padding:0px;
	margin:5px;
	overflow: hidden;
}


ul.sp3 li{
	width:32%;
	float:left;
	color:#666;
	margin:2px;
	padding-top:2px;
	overflow:hidden;
}


ul.list li{
	clear:both;
	}

.container table{
	width: 98%;
	margin: 20px 0px;
}

.container table th{
	background: #eee;
	border: 1px solid #ddd;
	text-align: left;
	padding: 10px;
}
.container table td{
	border: 1px solid #ddd;
	padding: 10px;
}

.container dt{
	padding: 5px;
	background: #eee;
	margin-right: 10px;
	margin-bottom: 10px;
}

.container dd{
	margin-bottom: 20px;
}

.fb{
	max-width:500px;
	display:block;
	margin:30px auto;
	text-align:center;
}