@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
/*
@function rem($px) {
	@return 100vw * $px / $pcWidth;
}
  */
.page-wrapper {
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .page-wrapper {
    padding-top: 0.6rem;
  }
}

#page-header {
  height: 1.8rem;
  background: #6eb92c;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page-header {
    height: 1.4rem;
  }
}
#page-header h1 {
  color: #fff;
  font-size: 0.48rem;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #page-header h1 {
    font-size: 0.32rem;
  }
}

.page-ttl {
  font-size: 0.32rem;
  color: #6eb92c;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-ttl {
    font-size: 0.24rem;
  }
}
.page-ttl span {
  position: relative;
  letter-spacing: 0.08em;
}
.page-ttl span:after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.03rem;
  border-radius: 5px;
  background: #6eb92c;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-ttl span:after {
    height: 0.02rem;
  }
}

#schedule {
  padding-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  #schedule {
    padding-top: 0.6rem;
  }
}
#schedule .sch-table {
  margin-top: 0.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #schedule .sch-table {
    overflow-x: auto;
  }
}
#schedule .sch-table table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #schedule .sch-table table {
    width: 8.8rem;
  }
}
#schedule .sch-table table th,
#schedule .sch-table table td {
  height: 0.5rem;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #008ecc;
  border-bottom: 1px solid #008ecc;
}
#schedule .sch-table table thead th {
  background: #00a1e9;
  color: #fff;
  font-weight: 700;
  font-size: 0.18rem;
}
#schedule .sch-table table thead th:not(:first-child) {
  width: 1rem;
}
#schedule .sch-table table tbody th {
  background: #00a1e9;
  color: #fff;
  font-weight: 700;
  font-size: 0.18rem;
  letter-spacing: 0.08em;
}
#schedule .sch-table table tbody td {
  font-size: 0.18rem;
  color: #00a1e9;
  font-weight: 700;
}
#schedule .note {
  margin-top: 0.2rem;
  font-size: 0.18rem;
}
@media screen and (max-width: 768px) {
  #schedule .note {
    font-size: 0.16rem;
  }
}
#schedule .note .caution {
  color: #ff0000;
  font-weight: 700;
}

#service {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #service {
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
  }
}
#service .service-list {
  margin-top: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
#service .service-list li {
  display: flex;
  align-items: center;
  gap: 0.24rem;
}
@media screen and (max-width: 768px) {
  #service .service-list li {
    flex-direction: column;
    gap: 0.08rem;
  }
}
#service .service-list li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #service .service-list li:nth-child(even) {
    flex-direction: column;
    gap: 0.16rem;
  }
}
#service .service-list li figure {
  width: calc((100% - 0.24rem) / 2);
  overflow: hidden;
  border-radius: 0.08rem;
}
@media screen and (max-width: 768px) {
  #service .service-list li figure {
    width: 100%;
    order: 2;
  }
}
#service .service-list li .txt-area {
  width: calc((100% - 0.24rem) / 2);
}
@media screen and (max-width: 768px) {
  #service .service-list li .txt-area {
    width: 100%;
    display: contents;
  }
}
#service .service-list li .txt-area h3 {
  font-size: 0.24rem;
  color: #00a1e9;
}
@media screen and (max-width: 768px) {
  #service .service-list li .txt-area h3 {
    order: 1;
  }
}
#service .service-list li .txt-area p {
  font-size: 0.16rem;
  color: #333;
  margin-top: 0.08rem;
}
@media screen and (max-width: 768px) {
  #service .service-list li .txt-area p {
    order: 3;
  }
}

#intro {
  padding-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  #intro {
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
  }
}
#intro .intro-top {
  display: flex;
  align-items: flex-start;
  gap: 0.24rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  #intro .intro-top {
    flex-direction: column;
    gap: 0.08rem;
  }
}
#intro .intro-top figure {
  width: calc((100% - 0.24rem) / 2);
  overflow: hidden;
  border-radius: 0.08rem;
}
@media screen and (max-width: 768px) {
  #intro .intro-top figure {
    width: 100%;
    order: 2;
  }
}
#intro .intro-top .txt-area {
  width: calc((100% - 0.24rem) / 2);
}
@media screen and (max-width: 768px) {
  #intro .intro-top .txt-area {
    width: 100%;
    display: contents;
  }
}
#intro .intro-top .txt-area h3 {
  font-size: 0.24rem;
  color: #00a1e9;
}
@media screen and (max-width: 768px) {
  #intro .intro-top .txt-area h3 {
    order: 1;
  }
}
#intro .intro-top .txt-area p {
  font-size: 0.16rem;
  color: #333;
  margin-top: 0.08rem;
}
@media screen and (max-width: 768px) {
  #intro .intro-top .txt-area p {
    order: 3;
  }
}
#intro .intro-bottom {
  margin-top: 0.4rem;
}
#intro .intro-bottom h3 {
  font-size: 0.24rem;
  color: #00a1e9;
}
@media screen and (max-width: 768px) {
  #intro .intro-bottom h3 {
    order: 1;
  }
}
#intro .intro-bottom dl {
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  #intro .intro-bottom dl {
    display: block;
  }
}
#intro .intro-bottom dl div {
  letter-spacing: 0.08em;
}
#intro .intro-bottom dl div dt {
  font-size: 0.18rem;
}
#intro .intro-bottom dl div dt:before {
  content: "■";
}
#intro .intro-bottom dl div dd {
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #intro .intro-bottom dl div dd {
    font-size: 0.16rem;
  }
}

#summary {
  padding-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  #summary {
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
  }
}
#summary .summary-list {
  margin-top: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}
#summary .summary-list div {
  display: flex;
}
@media screen and (max-width: 768px) {
  #summary .summary-list div {
    flex-direction: column;
  }
}
#summary .summary-list div dt {
  width: 30%;
  background: #00a4e6;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #summary .summary-list div dt {
    width: 100%;
    font-size: 0.16rem;
  }
}
#summary .summary-list div dd {
  width: 70%;
  font-size: 0.18rem;
  background: #f1f1f1;
  padding-left: 0.24rem;
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
  padding-right: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #summary .summary-list div dd {
    width: 100%;
    font-size: 0.16rem;
  }
}

#access {
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  #access {
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
  }
}
#access .txt {
  text-align: center;
  font-size: 0.16rem;
  margin-top: 0.24rem;
}
#access .map {
  width: 100%;
  height: auto;
  aspect-ratio: 1080/500;
  display: block;
  margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  #access .map {
    aspect-ratio: 4/6;
  }
}

#privacy {
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
}
#privacy h2 {
  font-size: 0.24rem;
  margin-top: 0.24rem;
}
@media screen and (max-width: 768px) {
  #privacy h2 {
    font-size: 0.18rem;
  }
}
#privacy p:not(:first-of-type) {
  margin-top: 0.24rem;
}
#privacy div > ul {
  margin-top: 0.16rem;
}
#privacy div > ul > li {
  list-style: disc;
  margin-left: 0.2rem;
}
#privacy div > ul > li li {
  list-style: circle;
  margin-left: 0.3rem;
}

#contact-page {
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  #contact-page {
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
  }
}
#contact-page .txt {
  text-align: center;
  margin-top: 0.4rem;
}
#contact-page .contact-tel {
  display: block;
  margin-top: 0.16rem;
  font-size: 0.32rem;
  color: #6eb92c;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #contact-page .contact-tel {
    font-size: 0.18rem;
  }
}
#contact-page .frm_form_fields label {
  display: block;
  margin-top: 0.4rem;
  font-weight: 700;
}
#contact-page input[type=text],
#contact-page input[type=email] {
  font-size: 0.18rem;
  height: 0.5rem;
}
#contact-page textarea {
  height: 3rem;
}
#contact-page .frm_button_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 3rem;
  width: 100%;
  height: 0.5rem;
  background: #96df56;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
  border-radius: 0.5rem;
  margin: 0.4rem auto 0;
  border: 4px solid #6eb92c;
}

#article-area {
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  #article-area {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
}
#article-area .article-header {
  margin-bottom: 0.24rem;
}
#article-area h1 {
  font-size: 0.32rem;
  color: #6eb92c;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.08rem;
}
@media screen and (max-width: 768px) {
  #article-area h1 {
    font-size: 0.24rem;
  }
}
#article-area time {
  display: block;
  text-align: right;
}
#article-area p {
  margin-top: 0.08rem;
  font-size: 0.16rem;
}
@media screen and (max-width: 768px) {
  #article-area p {
    font-size: 0.14rem;
  }
}
#article-area h2 {
  font-size: 0.24rem;
  margin-top: 0.16rem;
}
@media screen and (max-width: 768px) {
  #article-area h2 {
    font-size: 0.18rem;
  }
}
#article-area h3 {
  font-size: 0.18rem;
  margin-top: 0.16rem;
}
@media screen and (max-width: 768px) {
  #article-area h3 {
    font-size: 0.16rem;
  }
}
#article-area h4 {
  font-size: 0.16rem;
  margin-top: 0.16rem;
}
@media screen and (max-width: 768px) {
  #article-area h4 {
    font-size: 0.14rem;
  }
}

#page-news {
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  #page-news {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
}
#page-news dl {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}
#page-news dl div {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.16rem;
}
#page-news dl div dt {
  font-size: 0.18rem;
  width: 20%;
}
#page-news dl div dd {
  font-size: 0.18rem;
  font-weight: 900;
  line-height: 1.5;
}/*# sourceMappingURL=page.css.map */