.localnav {
  background: #F6F6F6;
  padding: 30px 0;
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .localnav {
    padding: 4vw 0;
    margin-bottom: 12vw;
  }
}

.localnav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.localnav ul li {
  width: 50%;
  height: 60px;
  border: 1px solid #ccc;
  background: #fff;
}

@media screen and (min-width: 751px) {
  .localnav ul li {
    width: 25%;
  }
  .localnav ul li + li {
    border-left: 0;
  }
}

@media screen and (max-width: 750px) {
  .localnav ul li {
    width: 100%;
    height: 14.1333333333vw;
  }

  .localnav ul li + li {
    border-top: 0;
  }
}

.localnav ul li a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  color: #333;
  line-height: 1.4;
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  .localnav ul li a {
    font-size: 28px;
    font-size: 3.7333333333vw;
    padding-left: 4.6666666667vw;
  }
}

.localnav ul li a:before {
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  content: '';
  background: #2C893A;
}

.localnav ul li a:after {
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  right: 24px;
  width: 8px;
  height: 2px;
  display: block;
  content: '';
  background: #2C893A;
}

.tpl-tab2 {
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  .tpl-tab2 {
    margin-top: 8vw;
  }
}

.section:first-of-type {
  margin-top: 0;
}

.komorebi .tpl-btn {
  width: 345px;
  height: 50px;
}
@media screen and (max-width: 750px) {
  .komorebi .tpl-btn {
    width: 85vw;
  }
}

.center .tpl-btn {
  width: 440px;
  height: 50px;
  margin-top: 30px;
}

.center .tpl-btn br {
  display: none;
}

@media screen and (max-width: 750px) {
  .center .tpl-btn {
    width: 66.6666666667vw;
    height: 17vw;
    margin-top: 8vw;
  }
  .center .tpl-btn br {
    display: inline;
  }
}

.center .announce {
  font-weight: bold;
  font-size: 2rem;
  padding-top: 3rem;
}

@media screen and (max-width: 750px) {
  .center .announce {
    font-size: 4.2666666667vw;
    padding-top: 12vw;
  }
}

.eventspace .tpl-btn {
  width: 440px;
  height: 50px;
  margin-top: 30px;
}

.eventspace .tpl-btn br {
  display: none;
}

@media screen and (max-width: 750px) {
  .eventspace .tpl-btn {
    width: 66.6666666667vw;
    height: 17vw;
    margin-top: 8vw;
  }
  .eventspace .tpl-btn br {
    display: inline;
  }
}

.whats .copy {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .whats .copy {
    font-size: 34px;
    font-size: 4.5333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.whats .intro {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.whats .intro li {
  width: calc(50% - 10px);
}

@media screen and (max-width: 750px) {
  .whats .intro li {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .whats .intro li figure {
    margin-top: 12vw;
  }
}

.whats .intro li figure img {
  width: 100%;
}

.whats .intro .intro-ttl {
  font-size: 2.0rem;
  color: #2C893A;
  padding: 10px 0;
}

@media screen and (max-width: 750px) {
  .whats .intro .intro-ttl {
    font-size: 32px;
    font-size: 4.2666666667vw;
    padding: 4vw 0 2.6666666667vw;
  }
}

.whats .intro .intro-txt {
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  .whats .intro .intro-txt {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}

.environment .intro {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.environment .intro li {
  width: calc(50% - 10px);
}

@media screen and (max-width: 750px) {
  .environment .intro li {
    width: 100%;
  }
}

.environment .intro li figure img {
  width: 100%;
}

.environment .intro .intro-ttl {
  font-size: 2.0rem;
  color: #2C893A;
  padding: 10px 0;
}

@media screen and (max-width: 750px) {
  .environment .intro .intro-ttl {
    font-size: 32px;
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 0;
  }
}

/*# sourceMappingURL=facility--guide.css.map */