@charset "UTF-8";

/** wp-pagenavi
---------------------------------------------**/
.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi a {
  display: inline-block;
  min-width: 25px;
  border: 1px solid #1eaa39 !important;
  color: #1eaa39;
  line-height: 1.4;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  display: inline-block;
  min-width: 25px;
  background-color: #1eaa39;
  border-color: #1eaa39 !important;
  color: #fff;
  line-height: 1.4;
}


/** 下層ベース
---------------------------------------------**/
.page-container {
  padding: 80px 0 85px;
}

.content-area:last-child {
  margin-bottom: 0;
}

.container-inner {
  width: 1100px;
  margin: 0 auto;
}

.title-area {
  display: flex;
  justify-content: center;
  min-height: 200px;
  background-image: url(../images/bg_sub_title.jpg);
  background-repeat: no-repeat;
  background-position: top 10% center;
  background-size: 140%;
}

.page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 3.5rem;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

/* パンくず */
.path-list {
  display: flex;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 1.3rem;
}

.path-list li:not(:last-child) {
  margin-right: 10px;
}

.path-list .arrow {
  color: #1eaa39;
}

.content-inner .wrap {
  margin-bottom: 40px;
}


/** 下層共通ベース
---------------------------------------------**/
/* 見出し */
.wrap h3 {
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.section-title::after {
  content: '';
  display: block;
  width: 240px;
  height: 5px;
  margin-top: 40px;
  background: url(../images/title_line.png) no-repeat center;
}

.title-blue {
  margin-bottom: 25px;
  font-size: 2rem;
  color: #4fb1c7;
  text-align: center;
}


/* マップ */
.pc-map-area {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.sp-map-area {
  display: none;
}


/* 分割レイアウト */
.half-area {
  display: flex;
  flex-wrap: wrap;
}

.half-area .box {
  width: 530px;
  margin: 0 40px 60px 0;
}

.half-area .box:nth-of-type(2n) {
  margin-right: 0;
}

.box .thumb {
  margin-bottom: 15px;
}

.box-title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #4fb1c7;
}

.box-col-area {
  display: flex;
  flex-wrap: wrap;
}

.box-col-area .box {
  width: 530px;
  margin: 0 40px 40px 0;
}

.box-col-area .box:nth-of-type(2n) {
  margin-right: 0;
}


/* フォトギャラリー */
.photo-gallery {
  display: flex;
  flex-wrap: wrap;
}

.photo-box {
  margin: 0 40px 40px 0;
}

.photo-box:nth-of-type(3n) {
  margin-right: 0;
}


/* メニューPDF リスト */
.menu-list li:not(:last-child) {
  margin-bottom: 20px;
}

.menu-list .more-btn-square {
  background-color: #1eaa39;
  border: 1px solid #1eaa39;
  color: #fff;
}

.menu-list .more-btn-square::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.menu-list .more-btn-square:hover {
  background-color: #118d23;
  border: 1px solid #118d23;
  color: #fff;
}


/* バナー */
.banner-center {
  margin-bottom: 100px;
  text-align: center;
}


/* サブメニュー */
.sub-nav ul {
  display: flex;
}

.sub-nav li {
  margin-right: 40px;
  position: relative;
}

.sub-nav .overlap {
  width: 100%;
  padding: 20px;
  background-color: rgba(30, 170, 57, 0.65);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.sub-nav .title {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}


/* テキスト補足 */
.remarks {
  margin-bottom: 35px;
  font-size: 2.2rem;
  color: #616161;
}


/* マップ */
.map {
  margin-bottom: 60px;
}


/* 送迎マップ */
.transfer-map {
  margin-bottom: 60px;
}


@media screen and (max-width: 768px) {
/** 下層ベース
---------------------------------------------**/
  .container-inner {
    width: 100%;
    padding: 0 15px;
  }

  .title-area {
    min-height: 110px;
    background-size: 200%;
  }

  .page-title {
    font-size: 2.2rem;
  }

  .path-area {
    display: none;
  }

  .page-container {
    padding: 30px 0 45px;
  }

  .content-inner {
    padding: 0;
  }

  .content-inner .wrap {
    margin-bottom: 30px;
  }

  .wrap h3 {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }


  /** 下層パーツ
  ---------------------------------------------**/
  /* 見出し */
  .section-title {
    margin-bottom: 20px;
  }

  .section-title::after {
    width: 120px;
    height: 2.5px;
    margin-top: 15px;
    background-image: url(../images/title_line_2x.png);
    background-size: contain;
  }


  /* マップ */
  .pc-map-area {
    display: none;
  }

  .sp-map-area {
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }


  /* 分割レイアウト */
  .half-area .box {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .box-col-area .box {
    width: 100%;
    margin: 0 0 20px;
  }


  /* フォトギャラリー */
  .photo-box {
    width: 49%;
    margin: 0 1% 15px 0;
  }

  .photo-box:nth-of-type(3) {
    margin-right: 1%;
  }

  .photo-box:nth-of-type(2n) {
    margin-right: 0;
  }


  /* メニューPDF リスト */
  .menu-list li:not(:last-child) {
    margin-bottom: 15px;
  }


  /* バナー */
  .banner-center {
    margin-bottom: 50px;
  }


  /* サブメニュー */
  .sub-nav ul {
    flex-wrap: wrap;
  }

  .sub-nav li {
    width: 49%;
    margin: 0 1% 20px 0;
  }

  .sub-nav .overlap {
    padding: 10px;
  }

  .sub-nav .title {
    font-size: 1.4rem;
  }


  /* テキスト補足 */
  .remarks {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }


  /* マップ */
  .map {
    margin-bottom: 30px;
  }

  .map iframe {
    width: 100%;
    height: 350px;
  }


}