@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
==========================*/
.main_address {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*-- スライダーの時 ------------*/
.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) {
  .mainimage .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}

/*==========================
	汎用に使えるボタン
==========================*/
.link_btn,
.btn-style {
  text-align: center;
}

.link_btn a {
  background: #4dc17f;
  width: 100%;
  max-width: 100%;
  padding: 0.8em 1.2em;
  text-align: center;
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  border-radius: 30px;
  position: relative;
}

.btn-style a {
  background: #ffa6a6;
  width: 280px;
  max-width: 100%;
  padding: 0.8em 1.2em;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  border-radius: 30px;
  position: relative;
}

.link_btn a span,
.btn-style a span {
  display: block;
  font-size: 12px;
}

.link_btn a::after,
.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);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link_btn a:hover:after,
.btn-style a:hover:after {
  right: 13px;
}

.link_btn a:hover,
.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.under .link_btn a,
.under .btn-style a {
  width: auto;
  min-width: 280px;
}

/*==========================
	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;
}

/*-- 新着情報 --------------*/
.sec_news {
  padding: 4em 0;
}

.sec_news .news {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec_news .news dl {
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sec_news .news dt {
  padding: 12px 1em 12px 0;
  display: table;
  float: left;
}

.sec_news .news dd {
  padding: 12px 1em 12px;
  display: table;
}

.news dd a {
  text-decoration: none;
  color: #222222;
}

.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: 26px;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  padding: 3px 10px 12px 0.5em;
  margin: 0 auto 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  border-radius: 0;
  border-bottom: solid 2px #4dc17f;
}

.sec_news .news .btn a {
  position: absolute;
  top: 11px;
  right: 0;
  color: #222222;
  font-size: 12px;
  display: table;
  padding: 1px 12px;
  text-decoration: none;
}

.sec_news .news .btn a:after {
  content: " ＞";
  font-weight: bold;
}

/*見出し*/
h2.h2_line {
  font-size: 40px;
  color: #222222;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 5%;
  background: url(img/line02.png) no-repeat center bottom;
  padding-bottom: 20px;
}

h3.h3_line {
  font-size: 20px;
  color: #222222;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
  background: url(img/line03.png) no-repeat center bottom;
  font-weight: bold;
  padding-bottom: 10px;
}

/*-- ボックスその他 --------------*/
.sec02,
.sec03,
.sec04 {
  padding: 4em 0;
}

.sec04 .table01 th,
.sec04 .table01 td {
  padding: 0.5em 0.2em 0.5em;
  border: none;
}

.sec04 .table01 th {
  width: 25%;
}

.sec04 .table01 a {
  color: #222222;
}

.sec04 .bg {
  background: url(img/bg02_2.png);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5.5% 3%;
  margin: 6% 0;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  /*================================
	mainimage　が一枚画像の場合
================================*/
  .mainimage {
    background: url(img/mainimage.jpg) no-repeat center/cover;
  }
  .mainimage .topinner {
    position: relative;
    height: 650px;
  }
  /*==========================
	　TOP コンテンツ
==========================*/
  /*-- FLEX設定 --------------*/
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .columns .column {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
  .columns.col3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .columns.col3 .column {
    max-width: 30%;
    -webkit-box-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin-right: 5%;
  }
  .columns.col3 .column:nth-of-type(3n) {
    margin-right: 0;
  }
  .columns.col4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .columns.col4 .column {
    max-width: 23.5%;
    -webkit-box-flex-basis: 23.5%;
    -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%;
    margin-right: 2%;
  }
  .columns.col4 .column:nth-of-type(4n) {
    margin-right: 0;
  }
  .col_align {
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /*-- ボックスその他 --------------*/
  .sec_news .con_l,
  .sec_news .con_r {
    width: 49%;
  }
  .sec04 .col_map {
    position: relative;
  }
  .sec04 .col_map .googlemap {
    position: inherit;
    padding-bottom: 0;
    width: 100%;
    height: 100%;
  }
}

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

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

@media screen and (max-width: 767px) {
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top #contents,
  .top #aside {
    margin-bottom: 0;
  }
  /*==========================
	　mainimage
==========================*/
  .mainimage,
  .slider {
    margin-bottom: 0;
  }
  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  .mainimage {
    position: relative;
  }
  .main_address {
    right: 1%;
    max-width: 45%;
    bottom: 1px;
  }
  /*==========================
	ボタン
==========================*/
  /*==========================
	loop
==========================*/
  .loopSlider {
    height: 100px;
  }
  .loopSlider ul {
    height: 100px;
  }
  .loopSlider ul li {
    width: 150px;
    height: 100px;
  }
  /*==========================
	　TOP コンテンツ
==========================*/
  .sp-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .sp-columns .column {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 2%;
  }
  .sec_news .news {
    padding-bottom: 1px;
  }
  .sec_news .news dt {
    width: 100%;
    padding: 5px 0 0;
  }
  .sec_news .news + .news {
    margin-top: 1.5em;
  }
  .sec_news .news dd {
    padding: 0 0 5px;
  }
  .sec_news .news dl {
    margin-top: 10px;
  }
  .sec_news .news .btn a {
    top: 7px;
  }
  /*-- 余白・背景 --------------*/
  .sec_news,
  .sec02,
  .sec03,
  .sec04 {
    padding: 2em 0;
  }
  /*-- 見出し --------------*/
  .sec_news .news h3 {
    font-size: 24px;
  }
  h2.h2_line {
    font-size: 24px;
  }
  .sec_news .news h3 {
    font-size: 17px;
  }
}

/*グーグルカレンダー設定*/
.cal_wrapper {
  max-width: 900px;
  /* 最大幅 */
  min-width: 260px;
  /* 最小幅 */
  margin: 2.0833% auto;
  padding: 0 0.5em;
}

.googlecal {
  position: relative;
  padding-bottom: 80%;
  /* 縦横比 */
  height: 0;
  overflow: hidden;
}

.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.calendar-container {
  position: relative !important;
  padding-bottom: 80%;
  padding-top: 30px;
  height: 0;
}

.calendar-container iframe,
.calendar-container object,
.calendar-container embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 460px) {
  .calendar-container {
    padding-bottom: 140%;
  }
}

.entry-content img,
#content embed,
#content object,
#content iframe,
#content video {
  padding: 6px !important;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .cal_wrapper {
    padding: 0 !important;
  }
  .googlecal {
    padding-bottom: 100%;
    /* 縦横比 */
  }
}

/* ======== アニメーション */
.wow {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fadeInUpMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpMin {
  -webkit-animation-name: fadeInUpMin;
          animation-name: fadeInUpMin;
}

.text-center {
  text-align: center;
}

@media (min-width: 768px) {
  .pc-text-center {
    text-align: center;
  }
}

.dib {
  display: inline-block;
}

@media (min-width: 768px) {
  .pc-dib {
    display: inline-block;
  }
}

.sec01 .lead {
  color: #50c081;
  font-size: 1.6em;
}

.sec01 h3 span {
  font-size: 0.7em;
  color: #50c081;
  margin-left: 1em;
  font-weight: normal;
}

.sec02 {
  background: url(img/bg01.jpg);
}

.sec02 h2 span.marker {
  color: #e87171;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, rgba(232, 113, 113, 0.5)));
  background: linear-gradient(transparent 60%, rgba(232, 113, 113, 0.5) 50%);
}

.sec03 .lead {
  font-size: 1.7em;
  position: relative;
  padding-bottom: 35px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .sec03 .lead {
    font-size: 1.2em;
  }
}

.sec03 .lead:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 21px;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(img/arrow_line.png) no-repeat center;
}

.sec03 .bg-block2 {
  position: relative;
}

@media (min-width: 1000px) {
  .sec03 .bg-block2 {
    padding: 2em 16.5% 2em;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .sec03 .bg-block2 {
    padding: 2em 5% 2em;
  }
}

.sec03 .ul_check2 {
  font-size: 1.3em;
}

@media (min-width: 768px) {
  .sec03 .sec03_img {
    position: absolute;
    right: 5%;
    left: auto;
    bottom: 3%;
    top: auto;
  }
}

@media (max-width: 767px) {
  .sec03 .sec03_img {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .sec03 .sec03_img img {
    max-width: 80%;
  }
}

.sec04 {
  background: url(img/bg02.jpg) no-repeat right bottom/cover;
}

.sec04 h2.h2_line {
  color: #4dc17f;
}

@media (min-width: 768px) {
  .sec04 .bg-block2 {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=index.css.map */