@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background: #fff;
	color: #000;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}
/*
a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}
*/
a {
	color:#81b526;
	text-decoration: none;
}
a:link {
}

a:visited {
}

img {
	vertical-align: top;
}

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

p, dl, ol, ul {
}

ol, ul {
	list-style:none;
}


/* --------------------------------------------------- */
/* 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 {
	width:100%;
	background:url(../img/bg.jpg) top center repeat-x;
	overflow:hidden;
}
header h1{
	width:76%;
	font-size:12px;
	margin-top:6%;
	display:inline-block;
	float:left;
}
header .logo{
	width:20%;
	text-align:left;
	margin:2%;
	float:left;
}
header .logo img{
	width:100%;
}

/* ---------------------------------------------------

pagetop

--------------------------------------------------- */

#pagetop {
	width:30px;
	height:30px;
	color:#ffffff;
	text-align:center;
	line-height:30px;
	background:#000000;
	position: fixed;
	left: 50%;
	bottom:-30px;
	margin-left: 120px;
	cursor:pointer;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	z-index: 9000;
}

#pagetop span {
	font-size:12px;
}


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

footer{
	padding: 0 0 0px;
	font-size:12px;
}
footer nav{
	margin:5px;
}
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 #84C223;
	width:100%;
	overflow:hidden;
	background: #f6fdde;
}
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 #84C223;
	border-right:1px solid #84C223;
}
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/arrow-next.png) right center no-repeat ;
	background-size: 25px 20px;
	-webkit-background-size: 25px 20px;
	-moz-background-size: 25px 20px;
	display:block;
	padding:8px;

}
footer .info {
	background:#eeeeee;
	margin:0 10px 20px 10px;
	padding:10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
footer .info a{

}
footer .under {

}
footer .under ul {
	width:100%;
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84C223;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #84C223;
	background: #f6fdde;
}
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;
}
footer .under ul li:first-child{
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #84C223;
}
footer .under ul li:nth-child(even){
	border-left:1px solid #84C223;
}
footer small {
	margin:0;
	padding:10px;
	display:block;
	font-size:10px;
	clear:both;
}
footer small#copy a{
	color:#464646;
}

/* ---------------------------------------------------- */
/* visual */
/* ---------------------------------------------------- */
.visual{
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #cbe496;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat-x;
	background-position: left bottom;
}

.visual p{
	text-align:center;
}
.visual.sub{
	background-size: 640px 174px;
	-webkit-background-size: 640px 174px;
	-moz-background-size: 640px 174px;
	background-image: url(../img/submainimg.jpg);
	height: 174px;
	background-repeat: no-repeat;
	background-position: center top;
}
.visual.sub p{
	text-align:left;
	height:45px;
	font-size:22px;
	padding:10px 10px 0px 20px;
	font-weight: bold;
	color:#fff;
	text-shadow: 1px 1px 3px #000;

}
/* ---------------------------------------------------- */
/* 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 #fff;
	-webkit-box-shadow: 1px -1px 1px #fff;
	-moz-box-shadow: 1px -1px 0px #fff;
	background-color:#6b9f00;
	font-size:18px;
	line-height:120%;
	padding:10px 8px 8px 8px;
	background-image: url(../img/bg_ttl.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #fff;
}
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;
}
section.content nav ul {
	width:100%;
	overflow:hidden;
	background: #fff;
}
section.content nav ul li {
	line-height:120%;
	border-bottom:1px solid #cccccc;
}
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-bottom:none;
}
*/
section.content nav ul li:first-child{
	border-top:none;
}
section.content nav ul li:last-child{
	border-bottom:none;
}

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 #cccccc;
}
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;
}

.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;
}

.text_small{
	font-size: 80%;
}

/* 写真つきリスト */

.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{
	margin-bottom:10px;
	border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	background-color:#ffffff;
	margin-bottom:10px;
	border:1px solid #84c223;
}
.container h2{
	background-size: 1px 100%;
	-webkit-background-size: 1px 100%;
	-moz-background-size: 1px 100%;
	background-color:#cde14c;
	font-size:16px;
	line-height:120%;
	padding:7px 8px 5px 8px;
	margin:20px 0px 5px 0px;
	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: #9acd34;
	font-weight: bold;
}
.container h2:first-child{
	margin-top:0px;
}
.container p{
	margin:10px;
}

.container ol{
	margin:10px;
}

.container table{
	margin:10px;
}

.map{
	text-align:center;
	margin-top: 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 #cccccc;
	-webkit-box-shadow:1px 2px 1px #cccccc;
	-moz-box-shadow: 1px 2px 1px #cccccc;
	line-height:100%;
	font-size:18px;
	text-align:center;
	margin:10px 0px 15px 0px;
}
.btn a,.listbtn li a{
	background:url(../img/icon_arrow.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:#e5f2b8;
}
.btn.detailbtn{
	background-color:#2e9d50;
	padding:0px;
	line-height: 22px;
}

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

.btn.detailbtn3{
	background-color:#ff9933;
	padding:0px;
	line-height: 22px;
}
.btn.detailbtn3 a{
	color: #fff;
}
.btn.graybtn{
	background-color:#f9f9f9 ;
}
.btn.graybtn a{
	color: #000;
}
.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;
	color:#c80000;
}


.green {
	color:#009900;
}

.red{
	color:#FF0000;
}
.blue {
	color: #003366;
}
.orange {
	color: #ff6600;
}

.bold {
	font-weight:bold;
}



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


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

}
.center {
	text-align: center;
}
.container h3 {
	background-size: 1px 100%;
	-webkit-background-size: 1px 100%;
	-moz-background-size: 1px 100%;
	background-color:#FFFFFF;
	font-size:16px;
	color:#000000;
	line-height:120%;
	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: #bfbfbf;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #32aaef;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.belt {
	background-color: #ececec;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px dashed #bfbfbf;
}

.fb{
	overflow: hidden;
	margin-bottom: 30px;
}
.fb p{
	text-align: center;
}

.contact p{
	text-align: center;
}

.blog div.container ul{
	overflow: none;
}

.mrg{
	margin:10px;
}

.container dl{
	margin:10px;
}

table {
	font-size:12px;
	border-collapse:separate;
	border-spacing:0;
	margin:0;
	text-align:left;
}
	table th {
		padding:14px 10px;
		color:#4444444;
		font-weight:bold;
		text-align:center;
		border-top:#cccccc 1px solid;
		border-left:#cccccc 1px solid;
		background:#f1f5ff;
	}
	table td {
		padding:14px 10px;
		color:#444444;
		font-weight:bold;
		text-align:center;
		border-top:#cccccc 1px solid;
		border-left:#cccccc 1px solid;
		background:#f0f3f7;
	}
	table td.price {
		white-space: nowrap;
	}
	table td:last-child
	{
		white-space: nowrap;
		border-right:#cccccc 1px solid;
	}
	table tbody tr:last-child td
	{
		border-bottom:#cccccc 1px solid;
	}

a.btn{
	width:90%;
	height:60px;
	line-height:60px;
	text-align:center;
	text-decoration:none;
	display:block;
	margin:0 auto 20px auto;
	padding:0 10px;
	font-size:1.2rem;
	color:#ffffff !important;
	background:#82ad00;
	background: -webkit-gradient(linear, left top, left bottom,from(#82ad00),color-stop(0.96, #82ad00),color-stop(0.96, #2c4e00),to(#2c4e00));
	background: -webkit-linear-gradient(top,#82ad00 0%,#82ad00 96%,#2c4e00 96%,#2c4e00);
	background: -moz-linear-gradient(top,#82ad00 0%,#82ad00 96%,#2c4e00 96%,#2c4e00);
	background: -o-linear-gradient(top,#82ad00 0%,#82ad00 96%,#2c4e00 96%,#2c4e00);
	background: linear-gradient(top,#82ad00 0%,#82ad00 96%,#2c4e00 96%,#2c4e00);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style]{ width: 100%!important; }