@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);
  }
}
/*==========================
汎用に使えるボタン
==========================*/
.btn-style { text-align:center; }
.btn-style a {
  background: #fff;
  border: 1px solid #d9d5ce;
  color: #78c0b4;
  width:100%;
  max-width:260px;
  padding: 1em 1em 1em 2em;
  text-align:center;
  display:inline-block;
  text-decoration:none;
  line-height:1.2;
  box-sizing:border-box;
  font-size: 14px;
  font-weight: bold;
  position:relative;
  transition: 200ms;
}
.btn-style a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 13px;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #78c0b4;
  border-right: 1px solid #78c0b4;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 200ms;
}
.btn-style a:hover {
  color: #fff;
  background: #78c0b4;
  border-color: #78c0b4;
}
.btn-style a:hover:after {
  left: 15px;
  border-color: #fff;
}
.under .btn-style a {
  width:auto;
  min-width: 260px;
}
/*==========================
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 コンテンツ
==========================*/
/* リンクボックス */
.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  transition: 200ms;
}
/*----------------------*/
.top .mainblock a {
  text-decoration: none;
}
.top .mainblock a:hover {
}
.sec_news {
  padding: 4% 0;
}
.sec_news .news {
  position: relative;
  box-sizing: border-box;
}
.news dd a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
}
.sec_news .news dt {
  padding: 15px 0 0;
  color: #3581b1;
  font-size: 15px;
  font-weight: bold;
}
.sec_news .news dd {
  padding: 0 0 15px;
  border-bottom: 1px solid #d9d5ce;
}
.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: #6ebcb0;
  font-size: 12px;
  background: #fff;
  border: 1px solid #d9d5ce;
  display: table;
  padding: 1px 1.5em 1px 2.5em;
  transition: 200ms;
}
.sec_news .news .btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.8em;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #6ebcb0;
  border-right: 1px solid #6ebcb0;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.sec_news .news .btn a:hover {
  background: #6ebcb0;
  color: #fff;
  border: 1px solid #6ebcb0;
}
.sec_news .news .btn a:hover:before {
  border-color: #fff;
}

.top h2{
  display: table;
  font-size: 28px;
  margin: 0 auto 1em;
  padding: 0.5em 0 0 55px;
  letter-spacing: 2px;
  position: relative;
color:#3c2b2b;
}
.top h2:before{
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
  width: 36px;
  height: 39px;
  background: url(img/h2_icon.png);
}
.top h2 span{
  text-align: center;
  display: block;
  color: #957c5a;
  font-size: 12px;
  letter-spacing: 2px;
}
.sec02{
  padding: 5% 0;
  background: url(img/bg_img001.png);
}
.sec02 .info-table{
  margin-bottom: 3em;
}
.sec02 .time-table + p{
  font-size: 12px;
}
.sec02 .googlemap{
  padding-bottom: 70%;
  margin-bottom: 2em;
}
.sec03{
  padding: 5% 0;
  background: url(img/bg_img002.png) no-repeat bottom center / auto;
}
.sec03 h2 + p{
  max-width: 420px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 2em;
}
.sec03 h3{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #3c2b2b;
  margin: 1em 0 0.7em;
}
.sec04{
  padding: 5% 0;
}
.sec04 h2 + figure{
  margin-bottom: 3em;
}
.sec04 .column{
  position: relative;
  text-align: center;
  padding: 4% 3% 45px;
}
.sec04 .column:after{
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #6ebcb0;
  border-right: 1px solid #6ebcb0;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.sec04 .column a{
  transition: 200ms;
}
.sec04 .column a:hover{
  background: rgba(42,123,174,.2);
}
.sec04 .column img{
  margin-bottom: 1em;
}
.sec04 .column h3{
  font-size: 18px;
  color: #3c2b2b;
  font-weight: bold;
}
.sec05{
  padding: 5% 0;
  margin-bottom: 5%;
}
.sec05 .txt-box{
  padding: 4%;
  background: url(img/bg_img004.png);
  margin-bottom: 5%;
}
.sec05 .txt-box p{
  max-width: 600px;
  display: block;
  margin: 0 auto;
}


@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{
  }
  /*
  .columns .column {
  width: 49%;
  -webkit-box-flex-basis: 49%;
  -webkit-flex-basis: 49%;
  flex-basis: 49%;
  }*/
  .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;
  }
  .column{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .columns:not(:last-child){
    margin-bottom: 2%;
  }
  .col_2{
    width: 49%;
  }
  .col_3{
    width: 32%;
  }
  .col_4{
    width: 23.5%
  }
  .col_2:not(:nth-child(2n+1)){
    margin-left: 2%;
  }
  .col_3:not(:nth-child(3n+1)){
    margin-left: 2%;
  }
  .col_4:not(:nth-child(4n+1)){
    margin-left: 2%;
  }

  .con_l,.con_r{
    width: 49%;
  }
  .con_r{
    margin-left: 2%;
  }
  .sec04 .columns{
    margin: 0;
  }
  .sec04 .column{
    width: 50%;
    margin: 0;
  }
  .sec04 .column:not(:last-child){
    border-right: 1px solid #d9d5ce;
  }
  .sec04 .columns:nth-of-type(1) .column{
    border-bottom: 1px solid #d9d5ce;
  }
  .sec05{
    background: url(img/bg_img003.jpg) no-repeat center / cover;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1041px) {
.sec04 .column h3 {
    font-size: 17px;
	}
}

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

@media screen and (max-width: 767px) {
  .btn-style a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }
  .btn-style.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: 19px;
    padding-left: 45px;
  }
  .top h2:before {
    top: 3px;
  }
  .sec_news .news dt {
    width: 100%;
  }
  .sec_news .news .btn a {
    top: 105%;
  }
  .sec_news .clearfix{
    overflow: visible;
  }
  .sec04 .column{
    border-bottom: 1px solid #d9d5ce;
  }
  .sec04 .columns:last-child .column:last-child{
    border: 0;
  }
}

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

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