@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: #abdadc;
    display: block;
    color: #fff;
    position: relative;
    padding: 12px 20px 10px;
    width: 100%;
    max-width: 480px;
    text-align: center;
    transition: all .3s;
    margin: 0 auto 1em;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid #abdadc;
    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 #fff;
    border-right: 1px solid #fff;
    -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: 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: 20%;
}
.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: 28px;
    color: #4e6b2f;
    line-height: 1.5;
    letter-spacing: 0.1em;
    position: relative;
    font-weight: bold;
    padding: 5px 10px 5px 0;
    border-bottom: 1px solid #666;
    margin: 0 auto 10px;
    box-sizing: border-box;
}
.sec_news .news .btn a {
    position: absolute;
    top: 10px;
    right: 0;
    color: #fff;
    font-size: 14px;
    background: #6db91b;
    display: table;
    padding: 1px 12px;
}
.sec_news .news .btn a:after {
    content: " >";
    font-weight: bold;
}
.sec{
  padding:75px 0;
}
/*CUSTOM*/
a img:hover{
  opacity: .7;
  transition: .3s;
}
.sec01{
  background: url(img/top_bg_img1.jpg)no-repeat center/cover;
}
.sec h2{
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #54b05d;
  text-align: center;
  margin-bottom: 1em;
}
.sub{
  font-size: 16px;
  color: #8fca2e;
}
.columns1{
  margin-bottom: 3em;
}
.columns2 .column:nth-child(2){
  text-align: center;
}
.top_h3{
  font-size: 28px;
  text-align: left;
  margin-bottom: 0.3em;
}
.top_h4{
  font-size: 22px;
  text-align: left;
  margin-bottom: 0.5em;
}
.sec03{
  background: #fffcee;
}
.sec03 h3{
  text-align: center;
  font-size: 19px;
  color: #f8ac29;
  border-bottom: 2px dotted #f8ac29;
  padding: 8px 0;
  margin-bottom: 1em;
}
.sec05{
  background: #fffcee;
}
.sec05 .news h3{
  color: #fff;
  font-size: 30px;
  background: url(img/top_news_bg.jpg)no-repeat center/cover;
  text-align: center;
  position: relative;
  padding: 20px 0;
  line-height: 1;
  margin-bottom: 1.5em;
}
.allnews{
  font-size: 16px;
  display: block;
  color: #f5a845;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  right: 3%;
  top: 31%;
  width: 118px;
  height: 25px;
  line-height: 1.7;
}
.allnews:hover{
  opacity: .7;
  transition: .3s;
}
.news{
  margin-bottom: 2em;
}
.news dl{
  border-bottom: 1px solid #e3e2da;
}
.news dl dt{
  display: inline-block;
  padding: 5px 4em 5px 1em;
}
.news dl dd{
  display: inline-block;
  padding:0;
}
.btn_column:first-child{
  text-align: right;
}
#footer .table01 tr:first-child{
  border-top: 1px solid #e3e2da;
}
#footer h4{
  font-size: 22px;
  color: #f8ac29;
  margin-bottom: 0.5em;
}
#footer .menu{
  list-style:disc;
  color: #f8ac29;
}
.under-page .link_btn a{
  max-width: 240px;
}
/********************************
	Responsive
*********************************/
/*PC*/
@media screen and (min-width: 768px){
  .columns .column {
    width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
  }
  .columns .btn_column {
    width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
  }
	.sec02 .columns2{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -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;
}
  .sec03 .column,.sec04 .column{
    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;
  }
  .sec04 figure{
    text-align: center;
  }
  .sec04 p{
    max-width: 278px;
    display: block;
    margin: 0.5em auto;
  }
  .sec04 .link_btn a{
    max-width: 278px;
  }
  .map{
    height: 490px;
  }
  .map iframe{
    width: 100%;
    height: 490px;
  }
  .column:not(:last-child){
    margin-bottom: 3em;
  }
  .sec03 .column:not(:last-child){
    margin-bottom: 1em;
  }
  #footer .menu{
    padding-left: 23px;
  }
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
  .link_btn a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }
  .top_h3{
    text-align: center;
  }
  .top_h4{
    text-align: center;
  }
  .sec figure{
    text-align: center;
  }
  .sec h2{
    font-size: 26px;
  }
  .map{
    height: 300px;
  }
  .map iframe{
    width: 100%;
    height: 300px;
  }
  .column{
    margin-bottom: 3em;
  }
  .btn_column:first-child {
    margin-bottom: 2em;
  }
  .sp_allnews{
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 1em;
    display: block;
    text-align: center;
   }
  #footer h4{
    text-align: center;
  }
  #footer ul li {
    border-bottom: 1px solid #e3e2da;
  }
}
/*SP*/
@media screen and (max-width: 420px) {
  .sec{
    padding:30px 0;
  }
  .topinner {
      width: 420px;
      margin: 0 auto;
      box-sizing: border-box;
  }
}
@media screen and (max-width: 320px) {
}
/* スマホ */

/*==========================
      　mainimage
  ==========================*/
.mainimage, .slider {
    margin-bottom: 0;
}
.mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
}
/*==========================
      新着情報
  ==========================*/
.sec_news {
    padding: 2em 0;
}
/*==========================
      電話ボタン
  ==========================*/
#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 {
}
