@charset "UTF-8";
/*  
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/

.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 {
}
.slick-slide:not(.slick-center) { /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
}
}
/*==========================
	汎用に使えるボタン
==========================*/
.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%;
}
/*==========================
	汎用に使えるボタン
==========================*/
.btn-style { text-align:center; }
.btn-style a {
	background: #eb6113;
	width:190px;
	max-width:100%;
	padding:0.8em 1em;
	text-align:center;
	color:#fff;
	display:inline-block;
	text-decoration:none;
	line-height:1.2;
	box-sizing:border-box;
	font-size:16px;
	border-radius:4px;
	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 {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
 	cursor:pointer;
}
.btn-style a:hover:after{
	right:13px;
}
.under .btn-style a {
	width:auto;
	min-width:280px;
}
/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 180px;
    overflow: hidden;
    position: absolute;
}
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 180px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider ul {
    height: 180px;
    float: left;
    overflow: hidden;
}
.loopSlider ul li {
    width: 250px;
    height: 180px;
    float: left;
    display: inline;
    overflow: hidden;
}
.loopSlider ul li img {
    width: 100%;
}
/*==========================
	　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 .news dt {
    float: left;
    color: #333;
}
.news dd a {
    text-decoration: none;
    color: #333;
}
.sec_news .news dt {
    padding: 12px 5px;
    width: 100px;
}
.sec_news .news dd {
    padding: 12px 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: 24px;
    color: #79b13e;
    line-height: 1.5;
    letter-spacing: 0.1em;
    position: relative;
    font-weight: bold;
    padding: 5px 10px 3px 0;
    border-bottom: 1px solid #cedd4c;
    margin: 0 auto 10px;
    box-sizing: border-box;
}
.sec_news .news .btn a {
    position: absolute;
    top: 7px;
    right: 0;
    color: #fff;
    font-size: 15px;
    background: #eb6113;
    display: table;
    padding: 1px 12px;
}
.sec_news .news .btn a:after {
    content: " >";
    font-weight: bold;
}

.top h2{
	    font-size: 36px;
    color: #79b13e;
    line-height: 1.3;
    text-align: center;
    display: table;
    margin: 0 auto 0.8em;
    letter-spacing: 0.05em;
    border-bottom: 6px dotted #cedd4c;
    font-weight: bold;
    padding-bottom: 0.3em;
}


/*sec01*/
.sec01 .bg{
	padding:4em 0;
}
.sec01 .bg1{background:url(img/sec01_bg01.jpg) no-repeat center / cover;}
.sec01 .bg2{background:url(img/sec01_bg02.jpg) no-repeat center / cover;}
.sec01 .bg3{background:url(img/sec01_bg03.jpg) no-repeat center / cover;}
.sec01 .bg1 p{
	text-align:center;
}

/*sec02*/
.sec02{
	background:url(img/sec02_bg.png);
	padding-bottom:3em;
}
.sec02 .h2_ttl{
	background:url(img/h2_bg.jpg) no-repeat center;
}
.sec02 .h2_ttl h2{
	margin:0;
	display:block;
	color:#fff;
	border:none;
	padding:1.5em 0 1.3em;
}
.sec02 .h2_ttl h2 span.line{
	text-decoration:underline;
}
.sec02 ul {
    display: table;
    margin: 4em auto 1em;
}
.sec02 ul li{
	font-size:32px;
	background:url(img/sec02_no1.png) no-repeat left top;
	line-height: 1.3;
    padding: 1em 0 1em 87px;
}
.sec02 ul li:nth-child(2){
	background:url(img/sec02_no2.png) no-repeat left top;
}
.sec02 ul li:nth-child(3){
	background:url(img/sec02_no3.png) no-repeat left top;
}
/*sec03*/
.sec03{
	background:url(img/sec03_bg.png);
	padding:3em 0;
}
.sec03 .columns{
	margin-bottom:3em;
}
.sec03 .columns .column{
	box-sizing:border-box;
	border:5px solid #79b13e;
	border-radius:4px;
	background:#fff;
	position:relative;
	padding-bottom:60px;
	max-width:320px;
	margin:0 auto 1.5em;
}
.sec03 .columns .column:nth-of-type(even){
	border-color:#6bc8f2;	
}
.sec03 h3{
	font-size: 24px;
    color: #79b13e;
    line-height: 1.2;
    text-align: center;
    display: table;
    margin: 0 auto 0.8em 0;
    letter-spacing: 0.1em;
    border-bottom: 5px dotted #cedd4c;
    font-weight: bold;
    padding-bottom: 0.4em;
	padding-top: 5px;
}
.sec03 .columns h3{
    margin: 0 auto 0.8em;
    color: #eb6113;
}
.sec03 .columns .column:nth-of-type(even) h3{
border-color:#006ebc;
}
.sec03 .col_txt{
	padding:5% 5% 0;
}
.fs0{
	font-size:0;
}
.sec03 ul li{
	margin-bottom:60px;
}
.sec03 .tel{
	font-size:20px;
}
.sec03 .tel a{
	text-decoration:none!important;
	border-bottom:2px solid #638c0b;
}
@media screen and (max-width:1200px) {
}

@media screen and (max-width:1000px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (min-width: 768px) {
.mainimage{
	background:url(img/mainimage.jpg) no-repeat center / cover;
	height:700px;
}
.sec01 .con_l,
.sec01 .con_r{
	width:49%;
}
.columns .column {
    max-width: 48%;
    -webkit-box-flex-basis: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
}
.sec03 .columns .column {
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
}
.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以降 */
}
.sec03 .column .btn-style{
	position:absolute;
	bottom:3%;
	left:0;
	right:0;
	margin:0 auto;
}
.sec03 ul li {
    float: left;
    width: 32.1%;
}
.sec03 ul li:not(:first-child) {
	margin-left:1.85%;
}
}

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

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

@media screen and (min-width: 768px) and (max-width: 1041px) {

}

@media screen and (max-width: 1041px) {
.sec_news .news h3 {
    font-size: 17px;
}
.sec_news .news .btn a {
    font-size: 12px;
    padding: 1px 8px;
	top:0;
}
.top h2 {
    font-size: 32px;
}
.sec02 ul li {
    font-size: 26px;
    padding: 1em 0 1em 70px;
    background-size: 60px;
}
.sec03 h3 {
    font-size: 20px;
}
}

@media screen and (max-width: 767px) {
.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;
}
/* スマホ */
.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%;
}
/*==========================
      新着情報
  ==========================*/
#main .news {
    margin-bottom: 1.5em;
    position: relative;
}
#main .news h3 .subtitle {
    font-size: 12px;
    margin-left: 0;
}
.sec_news {
    padding: 2em 0;
}
#main .news dt {
    padding: 0;
}
#main .news dd {
    padding: 0 0 10px;
}
#main .news .btn a {
    font-size: 12px;
}
/*==========================
      電話ボタン
  ==========================*/
#main > .telbtn {
    margin-bottom: 1.2em;
}
.telbtn {
    text-align: center;
    margin-bottom: 1em;
}
.telbtn a {
    background: #ff0000;
    text-align: center;
    width: 280px;
    max-width: 100%;
    color: #fff;
    display: inline-block;
    padding: 10px 5px 10px;
    text-decoration: none;
    font-size: 24px;
    box-sizing: border-box;
    letter-spacing: 0.08em;
    border-radius: 4px;
    line-height: 1.2em;
}
.telbtn a .subtxt {
    font-size: 14px;
    display: block;
    margin-bottom: 1px;
}
.telbtn a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
/*==========================
      loop
  ==========================*/
.loopSlider {
}
.loopSlider ul {
}
.loopSlider ul li {
}
/*==========================
      　TOP コンテンツ
  ==========================*/
  /*-- 余白・背景 --------------*/
  /*-- 見出し --------------*/
  /*.top h2 {*/
  /*font-size: 28px;*/
  /*}*/
.sec_news .news dt {
    width: 100%;
}
.sec01 .bg {
    padding: 2em 0;
}
	.sec01 .bg1,
.sec01 .bg2{
	background-position:left;
}
.sec01 .bg3{
	background-position:right;
}
.sec02{
	padding-bottom:2em;
}
.top h2 {
    font-size: 26px;
}
.sec02 h2 {
    font-size: 23px;
}
.sec02 ul {
    display: table;
    margin: 2em auto 0;
}
.sec02 ul li {
    font-size: 21px;
    padding: 1em 0 1em 62px!important;
    background-size: 50px!important;
    margin-bottom: 4px!important;
    background-position: left 30%!important;
}
.sec03{
	padding:2em 0;
}
.sec03 .columns .column {
    padding-bottom: 3%;
}
.sec03 ul{
	margin-bottom:20px;
}
.sec03 ul li {
    margin-bottom: 10px;
}
}

@media screen and (max-width: 420px) {

}

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