/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2021 | 16:40:18 */
@charset "UTF-8";

/* ============================================
  top
============================================ */

/* top-mv
--------------------------------- */

#page .top-mv {
  position: relative;
  background: url("/wp-content/uploads/sites/535/2021/10/mv.jpg") no-repeat center top / cover;
  height: 100vh;
  min-height: 700px;
}
#page .top-mv::before {
  content: "";
  background: rgba(1, 100, 67, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#page .top-mv__inner {
  height: 100%;
  position: relative;
  z-index: 1;
}
#page .top-mv__logo {
  width: 15%;
  position: absolute;
  left: 2%;
  top: 140px;
  z-index: 1;
}
#page .top-mv__catch-wrap {
  width: 100%;
  padding-top: 10%;
}
#page .top-mv__catch {
  width: 100%;
  color: #fff;
}
#page .top-mv__catch-en {
  width: 38%;
  padding-left: 15px;
  margin-bottom: 20px;
}
#page .top-mv__catch-main {
  font-size: min(4.6vw, 8.2rem);
  font-weight: bold;
  line-height: 1.4;
}
#page .top-mv__catch-text {
  font-size: min(1.6vw, 2.6rem);
  font-weight: bold;
  line-height: 1.8;
  margin-top: 10px;
}

#page .top-mv__catch-main .split-text {
  opacity: 0;
}
#page .top-mv__catch-text .split-text {
  opacity: 0;
}
#page .js-inview_view.top-mv__catch-main .split-text,
#page .js-inview_view.top-mv__catch-text .split-text {
  opacity: 1;
}
#page .js-inview.top-mv__catch-main .split-text > span,
#page .js-inview.top-mv__catch-text .split-text > span {
  opacity: 0;
  position: relative;
  bottom: -7px;
  transition: opacity .5s, bottom .5s;
  transition-delay: 1s;
}
#page .js-inview_view.top-mv__catch-main .split.is-view,
#page .js-inview_view.top-mv__catch-text .split.is-view {
  opacity: 1;
  bottom: 0;
}


/* top-section__title
--------------------------------- */
#page .top-section__title {
  font-weight: bold;
}
#page .top-section__title .en {
  color: #006342;
  font-size: 4.5rem;
  line-height: 1.4;
  transition-delay: 0s;
}
#page .top-section__title .ja {
  font-size: 2rem;
  line-height: 1.4;
  display: block;
  transition-delay: 0.2s;
}


/* top-information
--------------------------------- */
#page .top-information__block {
  margin: 40px auto;
  padding: 0 30px 40px 0;
  max-height: 350px;
  overflow-y: auto;
}
.top-information__list .es-list-wrapper {
  padding: 0;
}
#page .top-information__list .es-list {
  font-size: inherit;
}
#page .top-information__list .es-list-item {
  margin-bottom: 40px;
  padding: 0;
  border: none;
}
#page .top-information__list .es-list-item .list_content {
  position: relative;
}
#page .top-information__list .date {
  display: inline-block;
  width: 140px;
  font-size: 1.6rem;
  line-height: inherit;
  padding-top: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
#page .top-information__list h3 {
  color: #810909;
  font-size: 2rem;
  line-height: inherit;
  font-weight: bold;
  flex: 1;
  padding-left: 140px;
}
#page .top-information__list .entry-content {
  margin-top: 20px;
  line-height: inherit;
}





#page .top-information__block::-webkit-scrollbar {
  width: 20px;
}
#page .top-information__block::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 20px;
}
#page .top-information__block::-webkit-scrollbar-thumb {
  box-shadow: none;
  background: #006342;
  border: solid 6px #fff;
  border-radius: 20px;
}


/* top-insta
--------------------------------- */
#page .top-insta__list {
  margin: 0 -1%;
}
#page .top-insta__list .item {
  width: 20%;
  padding: 1%;
}
#page .js-inview_list .item {
  opacity: 0;
  transition: opacity 1s, top 1s;
  position: relative;
  top: 30px;
}
#page .top-insta__list .item a {
  display: block;
  position: relative;
}
#page .top-insta__list .item-img {
  height: 246px;
}
#page .top-insta__list .item-hover {
  width: 100%;
  height: 100%;
  color: #006342;
  background: #f2f2f2;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .4s;
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#page .top-insta__list a:hover .item-hover {
  opacity: 1;
}
#page .top-insta__list .item-hover .icon {
  width: 22px;
  height: 22px;
  display: block;
  margin: auto;
  background: url("/wp-content/uploads/sites/535/2021/10/icon_insta_grn.png") no-repeat center center / 100% auto;
}
#page .top-insta__list .item-hover .title {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  margin-top: 10px;
}
#page .top-insta__list .item-hover .text {
  font-size: 1.3rem;
  line-height: 1;
  line-height: 1.8;
  min-height: calc(calc(1.3rem * 3) * 1.8);
  text-align: center;
  margin-top: 15px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#page .top-insta__list .item-hover .viewmore {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 calc(82% - 100px);
  margin-top: 10px;
}
#page .top-insta__list .item-hover .viewmore::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #006342;
  border-style: none solid solid none;
  transform: rotate(-45deg);
  margin-bottom: -1px;
  margin-left: 10px;
}
#page .top-insta__list .item-hover .viewmore::before {
  content: "";
  width: calc(82% - 110px);
  height: 1px;
  background: #006342;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

#page .top-insta__list .item.js-inview_view {
  top: 0;
  opacity: 1;
}
#page .top-insta__list .item:nth-child(1) {
  transition-delay: 0;
}
#page .top-insta__list .item:nth-child(2) {
  transition-delay: 0.2s;
}
#page .top-insta__list .item:nth-child(3) {
  transition-delay: 0.4s;
}
#page .top-insta__list .item:nth-child(4) {
  transition-delay: 0.6s;
}
#page .top-insta__list .item:nth-child(5) {
  transition-delay: 0.8s;
}

/* top-gm
--------------------------------- */
#page .top-gm {
  background: url("/wp-content/uploads/sites/535/2021/10/bg_grandmast.jpg") no-repeat center center / cover;
  position: relative;
}
#page .top-gm::before {
  content: "";
  background: rgba(1, 100, 67, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#page .top-gm__head {
  background: rgba(255, 255, 255, .9);
  width: 700px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 40px;
}
#page .top-gm__logo {
  max-width: 423px;
  margin: auto;
}
#page .top-gm__info {
  position: relative;
  padding: 250px 0 120px;
  text-align: center;
  color: #fff;
}
#page .top-gm__title {
  line-height: 1.4;
  font-weight: bold;
}
#page .top-gm__title .en {
  font-size: 4.5rem;
  font-weight: 500;
  display: block;
}
#page .top-gm__title .ja {
  font-size: 2rem;
  display: block;
  margin-top: 10px;
}
#page .top-gm__text {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 60px;
}


/* top-bkn
--------------------------------- */
#page .top-bkn__list {
  padding: 3%;
}
#page .top-bkn__box {
  width: calc(100% / 4);
  padding: 1%;
}
#page .js-inview_top.top-bkn__box {
  opacity: 0;
  transition: opacity 1s, top 1s;
  position: relative;
  top: 30px;
}
#page .js-inview_view.top-bkn__box {
  top: 0;
  opacity: 1;
}
#page .top-bkn__box:nth-child(1) {
  transition-delay: 0;
}
#page .top-bkn__box:nth-child(2) {
  transition-delay: 0.2s;
}
#page .top-bkn__box:nth-child(3) {
  transition-delay: 0.4s;
}
#page .top-bkn__box:nth-child(4) {
  transition-delay: 0.6s;
}

#page .top-bkn__box .bkn-img {
  height: 15vw;
  min-height: 240px;
}
#page .top-bkn__box a {
  display: block;
}
#page .top-bkn__box .bkn-img-wrap {
  position: relative;
}
#page .top-bkn__box .bkn-img-hover {
  font-family: 'Libre Baskerville', serif;
  color: #fff;
  font-size: min(1.6vw, 3rem);
  line-height: 1.6;
  text-align: center;
  background: rgba(1, 100, 67, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .4s;

  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#page .top-bkn__box .bkn-img-hover::before {
  content: "";
  display: block;
  border: 2px solid #fff;
  border-style: solid solid none solid;
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  position: absolute;
  left: 10px;
  top: 10px;
}
#page .top-bkn__box a:hover .bkn-img-hover {
  opacity: 1;
}
#page .top-bkn__box .bkn-name {
  color: #006342;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 15px;
  padding-top: 4px;
  border-left: 5px solid #006342;
  margin: 20px 0;
}
#page .top-bkn__box .btn-contact {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 40px;
}
#page .top-bkn__box .btn-contact a {
  display: block;
  padding: 20px 10px;
  color: #fff;
  background: #810909;
  transition: opacity .2s;
}
#page .top-bkn__box .btn-contact a:hover {
  opacity: 0.7;
}
#page .top-bkn__box .bkn-area {
  margin-top: 40px;
  position: relative;
}
#page .top-bkn__box .bkn-addr {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 0 130px 0 0;
}
#page .top-bkn__box .bkn-map-link {
  width: 120px;
  position: absolute;
  right: 0;
  top: -6px;
}
#page .top-bkn__box .bkn-map-link a {
  display: block;
  padding: 10px 20px 10px 10px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-family: 'Libre Baskerville', serif;
  background: #006342;
  border-radius: 30px;
  text-align: center;
  transition: opacity .2s;
}
#page .top-bkn__box .bkn-map-link a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-style: none solid solid none;
  transform: rotate(-45deg);
  position: absolute;
  right: 16px;
  top: 11px;
}
#page .top-bkn__box .bkn-map-link a:hover {
  opacity: 0.7;
}
#page .top-bkn__box .bkn-map {
  background: #eee;
  height: 15vw;
  min-height: 240px;
  margin-top: 10px;
}


/* top-reason
--------------------------------- */
#page .top-reason__row.col2 {
  margin: 0 -1.5%;
}
#page .top-reason__row.col4 {
  margin: 0 -1%;
}
#page .top-reason__row.col2 .top-reason__box {
  width: 50%;
  padding: 2% 1.5%;
}
#page .top-reason__row.col4 .top-reason__box {
  width: 25%;
  padding: 2% 1%;
}
#page .top-reason__box .box-info-dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 20px 0;
}
#page .top-reason__box .box-info-dt .num {
  color: #006342;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}



/* top-facility
--------------------------------- */
#page .top-facility__list {
  margin-left: -1%;
  margin-right: -1%;
}
#page .top-facility__box {
  width: 25%;
  padding: 1%;
}
#page .js-inview_list .top-facility__box {
  opacity: 0;
  transition: opacity 1s, top 1s;
  position: relative;
  top: 30px;
}
#page .js-inview_list .top-facility__box.js-inview_view {
  top: 0;
  opacity: 1;
}
#page .top-facility__box .box-caption {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 10px;
}



/* top-voice
--------------------------------- */
#page .top-voice__title {
  line-height: 1.4;
}
#page .top-voice__title .en {
  font-size: 4.5rem;
  font-weight: bold;
  display: block;
}
#page .top-voice__title .ja {
  color: #006342;
  font-size: 4rem;
  font-weight: bold;
  display: block;
}
#page .top-voice__img {
  width: 46%;
  padding-left: 4%;
}
#page .top-voice__info {
  flex: 1;
}
#page .top-voice__block {
  height: 88vw;
  max-height: 1230px;
  background: url("/wp-content/uploads/sites/535/2021/10/bg_voice.png") no-repeat center center / 100% auto;

  font-size: min(1.4vw, 1.8rem);
  line-height: 2;
}
#page .top-voice__box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
#page .top-voice__box.box-01,
#page .top-voice__box.box-02,
#page .top-voice__box.box-06,
#page .top-voice__box.box-07 {
  width: 48%;
  padding: 1% 3% 4em 3.5%;
  margin: 1%;
}
#page .top-voice__box.box-03,
#page .top-voice__box.box-04,
#page .top-voice__box.box-05 {
  width: 31.33%;
  padding: 1% 2% 3em 2.5%;
  margin: 1%;
}
#page .top-voice__box .box-inner {
  margin-top: -2em;
}

#page .top-voice__box .box-name {
  color: #006342;
  font-size: min(1.4vw, 2rem);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  width: 86%;
  height: calc(2em * 1.6);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 2em;
}


@media only screen and (min-width: 768px) and (max-width: 1450px) {

  #page .top-bkn__list {
    padding: 2%;
  }
  #page .top-bkn__box {
    width: 50%;
    padding: 2%;
  }
  #page .top-bkn__box .bkn-img,
  #page .top-bkn__box .bkn-map {
    height: 29vw;
  }

}

@media only screen and (max-width: 767px) {

  #page .top-mv__logo {
    width: 150px;
    position: absolute;
    left: 10px;
    top: 70px;
    line-height: 1;
  }

  #page .top-mv {
    height: 60vh;
    min-height: 300px;
  }
  #page .top-mv__catch-main {
    font-size: min(7vw, 4rem);
  }
  #page .top-mv__catch-text {
    font-size: min(2.6vw, 1.8rem);
  }
  #page .top-mv__catch-en {
    width: 68%;
    max-width: 400px;
    padding-left: 1vw;
    margin-bottom: 10px;
    line-height: 1;
  }

  #page .top-section__title .en {
    font-size: 2.6rem;
  }
  #page .top-section__title .ja {
    font-size: 1.6rem;
  }

  #page .top-information__block {
    margin: 30px auto;
    padding: 0 10px 20px 0;
    }
  #page .top-information__list .date {
    width: 100%;
    font-size: 1.4rem;
    padding-top: 0;
    position: static;
  }
  #page .top-information__list h3 {
    font-size: 1.8rem;
    flex: auto;
    line-height: 1.6;
    padding-left: 0;
  }
  #page .top-information__list .entry-content {
    font-size: 94%;
  }


  #page .top-information__block::-webkit-scrollbar {
    width: 10px;
  }
  #page .top-information__block::-webkit-scrollbar-thumb {
    border: solid 2px #fff;
  }


  #page .top-insta__list .item {
    width: 50%;
  }
  #page .top-insta__list .item:last-child {
    display: none;
  }
  #page .top-insta__list .item-img {
    height: 43vw;
    min-height: 160px;
  }
  #page .top-insta__list .item-hover {
    padding: 10px;
  }
  #page .top-insta__list .item-hover .text {
    font-size: 1.1rem;
    line-height: 1.6;
    min-height: calc(calc(1.1rem * 3) * 1.6);
    margin-top: 8px;
  }
  #page .top-insta__list .item-hover .title {
    font-size: 1.4rem;
    margin-top: 6px;
  }
  #page .top-insta__list .item-hover .viewmore {
    font-size: 1.1rem;
    padding: 0 0 0 calc(95% - 100px);
    margin-top: 4px;
  }
  #page .top-insta__list .item-hover .viewmore::before {
    content: "";
    width: calc(95% - 110px);
  }


  #page .top-gm__head {
    width: 300px;
    padding: 20px;
  }
  #page .top-gm__logo {
    max-width: 200px;
  }
  #page .top-gm__info {
    padding: 120px 0 60px;
  }
  #page .top-gm__title .en {
    font-size: 3rem;
    font-weight: bold;
  }
  #page .top-gm__title .ja {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #page .top-gm__text {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 40px;
    text-align: left;
  }


  #page .top-bkn__list {
    padding: 0;
  }
  #page .top-bkn__box {
    width: 100%;
    padding: 20px;
  }
  #page .top-bkn__box .bkn-img-hover {
    font-size: min(6vw, 2rem);
  }
  #page .top-bkn__box .bkn-img {
    height: 58vw;
    min-height: auto;
  }
  #page .top-bkn__box .bkn-addr {
    padding: 0;
  }
  #page .top-bkn__box .bkn-map-link {
    width: 100px;
  }
  #page .top-bkn__box .bkn-map-link a {
    font-size: 0.9rem;
  }
  #page .top-bkn__box .bkn-map-link a::after {
    right: 12px;
    top: 11px;
  }
  #page .top-bkn__box .btn-contact {
    margin-top: 20px;
  }
  #page .top-bkn__box .bkn-area {
    margin-top: 20px;
  }


  #page .top-reason__row.col2,
  #page .top-reason__row.col4 {
    margin: 0 -2%;
  }
  #page .top-reason__row.col2 .top-reason__box {
    width: 100%;
    padding: 3% 2%;
  }
  #page .top-reason__row.col4 .top-reason__box {
    width: 100%;
    padding: 4% 2%;
  }
  #page .top-reason__box .box-info-dt .num {
    font-size: 3.6rem;
    margin-right: 12px;
  }
  #page .top-reason__box .box-info-dt {
    font-size: 1.8rem;
    margin: 15px 0 10px;
  }

  #page .top-facility__list {
    margin-left: -2%;
    margin-right: -2%;
  }
  #page .top-facility__box {
    width: 50%;
    padding: 2%;
  }
  #page .top-facility__box .box-caption {
    font-size: 1.2rem;
    margin-top: 5px;
  }


  #page .top-voice {
    padding-top: 0;
  }
  #page .top-voice__info {
    width: 100%;
    flex: auto;
  }
  #page .top-voice__img {
    max-width: 583px;
    width: 80%;
    padding: 0;
    margin: 4% auto;
  }
  #page .top-voice__title .en {
    font-size: 3rem;
  }
  #page .top-voice__title .ja {
    font-size: 2rem;
    margin-top: 5px;
  }

  #page .top-voice__block {
    height: auto;
    max-height: inherit;
    background: none;
    font-size: 1.4rem;
    line-height: 2;
  }
  #page .top-voice__block .top-voice__box {
    width: 100%;
    height: auto;
    padding: 5% 6%;
    margin: 0 auto 20px;
    border: 2px solid #006342;
    border-radius: 20px;
  }
  #page .top-voice__box .box-inner {
    margin-top: 0;
  }
  #page .top-voice__box .box-name {
    position: static;
    font-size: inherit;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 2em;
  }

}



