@charset "UTF-8";
/*---------------------------------------------
    common
---------------------------------------------*/
h2 {
  color: #00A95C;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
h2 span {
  display: block;
  font-size: 1.2rem;
}

.button {
  text-align: center;
}
.button a::before {
  background: #000;
  bottom: 4px;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 8px;
  position: relative;
  width: 30px;
}

/*---------------------------------------------
    mv
---------------------------------------------*/
.mv {
  padding-top: 120px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .mv {
    padding-top: 80px;
  }
}
.mv h1 {
  background: #00A95C;
  color: #fff;
  left: 0;
  line-height: 1.3;
  margin: auto;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 220px;
  width: 240px;
}
@media screen and (max-width: 500px) {
  .mv h1 {
    top: 150px;
  }
}
.mv h1 span {
  display: block;
  font-size: 1.2rem;
}
.mv .illust {
  bottom: -28px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 68%;
}
.mv header {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 20px;
}
@media screen and (max-width: 500px) {
  .mv header {
    top: 14px;
  }
}
@media screen and (max-width: 500px) {
  .mv header .inner .logo {
    width: 176px;
  }
}

main {
  padding-top: 50px;
}

/*---------------------------------------------
    philosophy
---------------------------------------------*/
.philosophy {
  margin-bottom: 40px;
}
.philosophy h2::before {
  background: url(../images/common/icon_leaf_02.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 28px;
  left: -8px;
  position: relative;
  top: 2px;
  width: 28px;
}
.philosophy .inner {
  margin: 0 auto;
  width: 90%;
}
.philosophy .inner .text {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .philosophy .inner .text {
    font-size: 1.4rem;
  }
}
.philosophy .inner dl {
  margin-bottom: 20px;
}
.philosophy .inner dl dt {
  color: #00A95C;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .philosophy .inner dl dt {
    margin-bottom: 10px;
  }
}
.philosophy .inner dl dd {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .philosophy .inner dl dd {
    font-size: 1.4rem;
  }
}

/*---------------------------------------------
    facility
---------------------------------------------*/
.facility {
  margin-bottom: 40px;
  padding-top: 20px;
  position: relative;
}
.facility h2::before {
  background: url(../images/common/icon_leaf_02.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 28px;
  left: -8px;
  position: relative;
  top: 2px;
  width: 28px;
}
.facility .box {
  margin: 0 auto 20px;
  width: 90%;
}
.facility .box h3 {
  background: #E0EFE1;
  color: #00A95C;
  letter-spacing: 1px;
  margin-bottom: 8px;
  padding: 4px 20px;
}
.facility .box h3::before {
  content: "◎";
  margin-right: 4px;
}
.facility .box .inner {
  padding: 0 20px;
}
.facility .box .inner .am {
  color: #036EB8;
  line-height: 1.4;
}
.facility .box .inner .pm {
  color: #EA5514;
  line-height: 1.4;
}
.facility .box .inner .note {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 6px;
}
.facility .box.schedule .flex {
  display: flex;
}
.facility .box.schedule .flex .left, .facility .box.schedule .flex .center {
  text-align: center;
  width: 21%;
}
.facility .box.schedule .flex .left .head, .facility .box.schedule .flex .center .head {
  font-size: 1.6rem;
  margin-bottom: 4px;
}
@media screen and (max-width: 500px) {
  .facility .box.schedule .flex .left .head, .facility .box.schedule .flex .center .head {
    font-size: 1.4rem;
  }
}
.facility .box.schedule .flex .left ul, .facility .box.schedule .flex .center ul {
  position: relative;
}
.facility .box.schedule .flex .left ul::after, .facility .box.schedule .flex .center ul::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.facility .box.schedule .flex .left ul li, .facility .box.schedule .flex .center ul li {
  background: #fff;
  border-radius: 20px;
  font-size: 1.4rem;
  margin-bottom: 40px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 500px) {
  .facility .box.schedule .flex .left ul li, .facility .box.schedule .flex .center ul li {
    font-size: 1.2rem;
  }
}
.facility .box.schedule .flex .left ul li:nth-child(2), .facility .box.schedule .flex .center ul li:nth-child(2) {
  margin-bottom: 160px;
}
.facility .box.schedule .flex .left {
  margin-right: 2%;
}
.facility .box.schedule .flex .left ul::after {
  background: #036EB8;
  content: "";
}
.facility .box.schedule .flex .left ul li {
  border: #036EB8 solid 1px;
}
.facility .box.schedule .flex .center {
  margin-right: 6%;
}
.facility .box.schedule .flex .center ul::after {
  background: #EA5514;
  content: "";
}
.facility .box.schedule .flex .center ul li {
  border: #EA5514 solid 1px;
}
.facility .box.schedule .flex .right {
  width: 50%;
}
.facility .box.schedule .flex .right ul li {
  font-size: 1.6rem;
}
@media screen and (max-width: 500px) {
  .facility .box.schedule .flex .right ul li {
    font-size: 1.3rem;
  }
}
.facility .box.schedule .flex .right ul li::before {
  content: "・";
}
.facility .box.schedule .flex .right ul li:first-child {
  border-bottom: #3E3A39 dashed 1px;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.facility .box.schedule .flex .right ul li:last-child {
  border-top: #3E3A39 dashed 1px;
  margin-top: 4px;
  padding-top: 4px;
}
.facility .box.price .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.facility .box.price .flex .flex-box {
  width: 49%;
}
.facility .box.price .flex .flex-box table {
  width: 100%;
}
.facility .box.price .flex .flex-box table th, .facility .box.price .flex .flex-box table td {
  border: #3E3A39 solid 1px;
  font-size: 1.6rem;
  padding: 6px 8px;
}
@media screen and (max-width: 500px) {
  .facility .box.price .flex .flex-box table th, .facility .box.price .flex .flex-box table td {
    font-size: 1.2rem;
  }
}
.facility .box.price .flex .flex-box table th {
  text-align: center;
}
.facility .box.price .flex .flex-box table td {
  text-align: right;
}
.facility .box.price .flex .flex-box:first-child table th {
  background: #FFFABA;
}
.facility .box.price .flex .flex-box:last-child table th {
  background: #E6F4FD;
}
.facility .box.price .note {
  background: #FCE9F2;
  padding: 10px 14px;
}
@media screen and (max-width: 500px) {
  .facility .box.price .note {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
  .facility .box.other ul li {
    font-size: 1.4rem;
  }
}
.facility .box.other ul li::before {
  content: "・";
}

.slider {
  margin-bottom: 40px;
  overflow: hidden;
}
.slider li {
  margin: 0 10px;
}
.slider .bx-wrapper {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  max-width: 300px !important;
}
.slider .bx-viewport {
  margin: 0 auto;
  overflow: visible !important;
  width: 320px !important;
}
@media screen and (max-width: 500px) {
  .slider .bx-viewport {
    width: 310px !important;
  }
}

/*---------------------------------------------
    staff
---------------------------------------------*/
@media screen and (max-width: 500px) {
  .staff h2 {
    font-size: 2.6rem;
  }
}
.staff .inner {
  margin: 0 auto 40px;
  width: 90%;
}

#loading {
  display: none;
}