@charset "UTF-8";
/*  
Theme Name:Original Style - 1column
Version:1.2
*/


.home #contents > .inner {/* トップページ幅 100% */
	width:100%;
	max-width:100%;
}
.topinner {/* コンテンツは1000pxに */
	width:1000px;
	margin:0 auto;
	max-width:96%;
}

/* tinyMCE用に見出しをリセット */
.toppage h3,
.toppage h4,
.toppage h5 {
	background:none;
	border:none;
	color:inherit;
	font-size:inherit;
	line-height:inherit;
	margin:0;
	padding:0;
}
.toppage h3::before,
.toppage h3::after ,
.toppage h4::before,
.toppage h4::after,
.toppage h5::before,
.toppage h5::after {
	display:none;
}


/*==========================
	　mainimage
==========================*/

/*-- スライダーの時 ------------*/

.slider { }
.slick-slide img { margin:0 auto;}

button.slick-arrow {/* 矢印ボタン */
	background:none;
	border:none;
	position:absolute;
	top:50%;
	margin-top:-20px;
	height:40px;
	width:16px;
	text-indent:-9px;
	z-index:1;
}
button.slick-arrow:hover {
 	cursor:pointer;
	opacity:0.7;
}
button.slick-prev {/* 矢印（前へ）ボタン */
	background:url(img/btn_prev.png) no-repeat;
	left:18%;
	margin-left:-16px;
}
button.slick-next {/* 矢印（次へ）ボタン */
	background:url(img/btn_next.png) no-repeat;
	right:18%;
	margin-right:-16px;
}
@media screen and (max-width: 1650px) {
button.slick-prev {	left:13.7%;}
button.slick-next {	right:13.7%;}
}
@media screen and (max-width: 1400px) {
button.slick-prev {	left:8%;}
button.slick-next {	right:8%;}
}
@media screen and (min-width: 1200px) {
.slick-track {}
.mainimage .slick-slide:not(.slick-center) {/* 前と次の画像を半透明に */
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}
}


/*==========================
	汎用に使えるボタン
==========================*/
.btn-style { text-align:center; }
.btn-style a {
	background:#7bae6f;
	width:280px;
	max-width:100%;
	padding:1em 1.5em;
	text-align:center;
	color:#fff;
	display:inline-block;
	text-decoration:none;
	line-height:1.2;
	box-sizing:border-box;
	font-size:18px;
	border-radius:6px;
	position:relative;
}
.btn-style a::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-style a:hover:after{
	right:13px;
}
.btn-style a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
 	cursor:pointer;
}
.under .btn-style a {
	width:auto;
	min-width:280px;
}
.link_btn {
    text-align: center;
}
.link_btn a {
    background: #fff;
    display: block;
    color: #6db91b;
    position: relative;
    padding: 12px 20px 10px;
    width: 100%;
    max-width: 480px;
    text-align: center;
    transition: all .3s;
    margin: 0 auto;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid #6db91b;
    font-weight: bold;
}
.link_btn a:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #6db91b;
    border-right: 1px solid #6db91b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link_btn a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
}
.btns {
    text-align: center;
    margin: 1em auto 0;
}
.link_btn.btns a {
    display: inline-block;
    width: 48%;
    max-width: 300px;
    margin: 0 1% 2%;
}
/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 200px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 200px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 300px;
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}

/*==========================
	　TOP コンテンツ
==========================*/

.top .mainblock a {
	text-decoration:none;
}
.top .mainblock a:hover {
}
/*-- 新着情報 --------------*/
.sec_news {
    padding: 4em 0;
}
.sec_news .news {
    position: relative;
    box-sizing: border-box;
}
.sec_news dl {
    line-height: 1.3;
}
.sec_news .news dt {
    float: left;
    color: #584634;
}
.news dd a {
    text-decoration: none;
    color: #584634;
}
.sec_news .news dt {
    padding: 15px 5px;
    width: 100px;
}
.sec_news .news dd {
    padding: 15px 5px;
    border-bottom: 1px solid #ccc;
}
.sec_news .news dd a:hover {
    text-decoration: underline;
}
.sec_news .news .btn a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}
.sec_news .news h3 {
    font-size: 30px;
    color: #62be4c;
    line-height: 1.5;
    letter-spacing: 0.1em;
    position: relative;
    padding: 10px 10px 10px 0;
    margin: 0 auto 10px;
    box-sizing: border-box;
    text-align: left;
    background: url(img/h2_icon.png) no-repeat center;
	border-bottom:1px solid #999;
}
.sec_news .news .btn a {
    position: absolute;
    top: 19px;
    right: 0;
    color: #fff;
    font-size: 15px;
    background: #62be4c;
    display: table;
    padding: 4px 12px;
	line-height:1.5;
	letter-spacing:0.05em;
}
.sec_news .news .btn a:after {
    content: " >";
    font-weight: bold;
}

/*-- 余白・背景 --------------*/
.sec01{
		padding:4% 0 ;
		background:#dff1da;
}
.sec02{
	padding:4% 0 2%;
}
.sec03{
	padding:4% 0 2%;
	background:#f3fcf1;
}
/*-- 見出し --------------*/

.top h2{
	color:#3f922b;
	text-align:center;
	letter-spacing:0.1em;
	font-size:30px;
	line-height:1.3;
	margin-bottom:1.3em;
	background:url(img/icon01.png) no-repeat center top;
	padding-top:85px;
}

/*-- ボックスその他 --------------*/
.sec01 h2{
	text-align:left;
	font-size:24px;
	color:#3f922b;
	font-weight:normal;
	line-height: 1.5;
	padding:0;
	background:none;
	margin-bottom:0.6em;
}
.sec02 .columns .column {
    margin-bottom: 4%;
}
.sec03 p.p01 {
    font-size: 20px;
    color: #3f922b;
    background: url(img/icon_ar.png) no-repeat left 3px;
	padding-left:28px;
	display:table;
	margin:0 auto 1.5em;
}
.sec03 p.p01 a{
	color:#3f922b;
background: rgba(0, 0, 0, 0) linear-gradient(transparent 90%, #daf2c2 0%) repeat scroll 0 0;
background: -webkit-rgba(0, 0, 0, 0) linear-gradient(transparent 90%, #daf2c2 0%) repeat scroll 0 0;
background: -moz-rgba(0, 0, 0, 0) linear-gradient(transparent 90%, #daf2c2 0%) repeat scroll 0 0;
}
.sec03 p.p01 a:hover{
	color:#62be4c;
	background:none;
}
.sec03 .column > ul {
    margin-bottom: 1.5em;
}
.sec03 .column > ul > li{
	font-size:20px;
	color:#333;
	position:relative;
}
.sec03 .column > ul > li > span{
	border-bottom:1px solid #cdcdcd;
	display:block;
}
.sec03 .column > ul > li > span:before{
	content:"●";
	color:#b4dc8c;
	font-size:30px;
	position: relative;
    top: 3px;
}
.sec03 .column > ul > li ul {
    margin-top: 0.6em;
    margin-left: 6px;
}
.sec03 .column > ul ul li {
    margin-bottom: 3px;
	position:relative;
	padding-left:28px;
	line-height:1.3;
	margin-bottom: 6px;
}
.sec03 .column > ul ul li a{
	font-size:16px;
	color:#3f922b;
}
.sec03 .column > ul ul li:before{
	content:"";
	width:20px;
	height:20px;
    background: url(img/icon_ar.png) no-repeat;
	position:absolute;
	left:0;
	top:3px;
}

.sec03 ul li a:hover{
	color:#62be4c;
    cursor: pointer;
	text-decoration:underline;
}

/********************************
	Responsive
*********************************/

@media screen and (min-width: 768px) {/* タブレットまで */

/*==========================
	mainimage
==========================*/

/*-- 一枚画像の時 ------------*/

/*==========================
	　TOP コンテンツ
==========================*/
/*-- FLEX設定 --------------*/
.columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.col_wrap{
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /*IE10*/
	-webkit-flex-wrap: wrap; /* Safari6.1以降 */
}
.columns.reverse{
-webkit-box-direction:reverse;
    -moz-box-direction:reverse;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row-reverse;
    -moz-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
.columns .column {
    max-width: 48%;
    -webkit-box-flex-basis: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
}
.columns .column.col20 {
    max-width: 48%;
    -webkit-box-flex-basis: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
}
.columns .column.col30 {
    max-width: 32%;
    -webkit-box-flex-basis:  32%;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
}
.sec01 .columns .column {
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis:49%;
}
.sec02 .columns.col1 .column {
    max-width: 48%;
    -webkit-box-flex-basis: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
}
.sec02 .columns.col2 .column {
    max-width: 23%;
    -webkit-box-flex-basis: 23%;
    -webkit-flex-basis: 23%;
    flex-basis: 23%;
}
.sec03 .columns .col1{
    max-width: 30%;
    -webkit-box-flex-basis:  30%;
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
}
.sec03 .columns .col2{
    max-width: 34%;
    -webkit-box-flex-basis:  34%;
    -webkit-flex-basis: 34%;
    flex-basis: 34%;
}
.sec03 .columns .col3 {
    max-width: 32%;
    -webkit-box-flex-basis:  32%;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
}
/*-- ボックスその他 --------------*/
.mainimage{
	background:url(img/mainimage.jpg) no-repeat 60% / cover;
	height:600px;
}

}

@media screen and (min-width: 768px)  and (max-width: 1280px) {/* 程よいブラウザサイズでメインイメージを縮小 */
.mainimage{
	height:450px;
	background-size:cover;
}
}
@media screen and (min-width: 768px)  and (max-width: 1041px) {

}

@media screen and (max-width: 1041px) {/*コンテンツが横幅いっぱいになったら*/
.sec_news .news h3 {
    font-size: 20px;
}
.sec_news .news .btn a {
    top: 10px;
}
.sec01 h2 {
    font-size: 20px;
}
}

@media screen and (max-width: 767px) {/* スマホ */
.top #contents, .top #aside {
    margin-bottom: 0;
}
.topinner {
	width:420px;
	margin:0 auto;
	box-sizing:border-box;
}

/*==========================
	　mainimage
==========================*/
.mainimage, .slider {
    margin-bottom: 0;
}
.mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
}
/*==========================
	ボタン
==========================*/

.link_btn a {
    margin: 0 auto 10px;
    font-size: 14px !important;
}
.link_btn.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
}

/*==========================
	loop
==========================*/
.loopSlider {    height: 100px;}
.loopSlider ul {    height: 100px;}
.loopSlider ul li {
    width: 150px;
    height: 100px;
}

/*==========================
	　TOP コンテンツ
==========================*/
.sec_news .news dt {
    width: 100%;
}
.sec_news .news dt{
	padding:10px 0 0;
}
.sec_news .news dd{
	padding: 0 0 10px;
}
/*-- 余白・背景 --------------*/
.sec_news{
	padding:2em 0;
}
.sec_news .news{
	margin-bottom:1.5em;
}

.sec03 .bg {
    padding: 4% 0 1%;
}
.sec04 .bg {
    padding: 4% 0 0;
}
/*-- 見出し --------------*/
.top h2 {
    margin-bottom: 3%;
    font-size: 26px;
}
.sec01 h2 {
    font-size: 20px;
}
/*-- ボックスその他 --------------*/
.sec02 .columns.col2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
		flex-wrap: wrap;
	-ms-flex-wrap: wrap; /*IE10*/
	-webkit-flex-wrap: wrap; /* Safari6.1以降 */

}
.sec02 .columns{
	margin-bottom:1.5em;
}
.sec02 .columns.col2 .column {
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis:49%;
    flex-basis:49%;
}

}

@media screen and (max-width: 480px) {/* スマホ480px */
.sec01 h2 {
    font-size: 18px;
}

}

@media screen and (max-width: 320px) {/* スマホ320px */
}

