@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap");
main {
  position: relative;
  padding-bottom: 115px;
}
@media screen and (max-width: 480px) {
  main {
    padding: 5px 0 55px;
  }
  main .p_ttl img {
    width: 170px;
    height: auto;
  }
}
main .p_lead {
  margin-top: 135px;
}
@media screen and (max-width: 480px) {
  main .p_lead {
    margin-top: 70px;
    width: 100%;
    overflow: hidden;
  }
  main .p_lead img {
    margin-left: calc(50% - 168px);
    width: 376px;
    height: auto;
  }
}
main .p_txt {
  margin-top: 45px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  main .p_txt {
    margin-top: 1em;
    font-size: 1.4rem;
  }
}
main .guide_list {
  width: 760px;
  margin: 75px auto 0;
  text-align: left;
}
@media screen and (max-width: 480px) {
  main .guide_list {
    width: 86.7%;
    margin: 25px auto 0;
  }
}
main .guide {
  border-top: 1px solid #000;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  main .guide {
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
main .guide.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  main .guide.center {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
main .guide:last-child {
  border-bottom: 1px solid #000;
}
main .guide .ttl {
  width: 145px;
  font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
  font-size: 1.6rem;
  line-height: 1.44;
  margin: -0.22em 0;
}
@media screen and (max-width: 480px) {
  main .guide .ttl {
    width: auto;
    line-height: 1;
    margin: 0 0 25px;
  }
  main .guide .ttl br {
    display: none;
  }
}
main .guide .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  line-height: 2;
}
main .guide .detail:not(.open) > p:first-child {
  margin-top: -0.5em;
}
main .guide .detail:not(.open) > p:last-child {
  margin-bottom: -0.5em;
}
main .guide .detail:not(.open) .list + p,
main .guide .detail:not(.open) > p + p {
  margin-top: 1.5em;
}
main .guide .detail:not(.open) .list + p.notes,
main .guide .detail:not(.open) > p + p.notes {
  margin-top: 0.5em;
}
@media screen and (max-width: 480px) {
  main .guide .detail {
    font-size: 1.4rem;
    line-height: 1.86;
  }
  main .guide .detail:not(.open) > p:first-child {
    margin-top: -0.43em;
  }
  main .guide .detail:not(.open) > p:last-child {
    margin-bottom: -0.43em;
  }
}
main .guide .notes {
  font-size: 1.2rem;
  line-height: 1.67;
}
@media screen and (max-width: 480px) {
  main .guide .notes {
    font-size: 1rem;
    line-height: 1.6;
  }
}
main .guide .open {
  margin: -10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  main .guide .open {
    margin: 0;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
main .guide .open .week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
main .guide .open .week li {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}
main .guide .open .time {
  margin-left: 20px;
  font-size: 1.6rem;
}
main .guide .open .notes {
  margin-left: 25px;
}
@media screen and (max-width: 480px) {
  main .guide .open .notes {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
main .guide .card {
  padding-left: 100px;
  position: relative;
}
main .guide .card::before {
  content: "";
  display: block;
  aspect-ratio: 138/110;
  width: 69px;
  background: url("/img/i_card.png") no-repeat 0 0/contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 480px) {
  main .guide .card {
    padding-left: 0;
  }
  main .guide .card::before {
    position: relative;
    margin-bottom: 15px;
  }
}
main .guide .booking_list {
  margin-top: 25px;
  border-top: 1px solid #e9e9e9;
}
@media screen and (max-width: 480px) {
  main .guide .booking_list {
    margin-top: 12px;
  }
  main .guide .booking_list .btn.s {
    padding: 0 10px;
  }
  main .guide .booking_list .btn.s::before {
    margin-right: 0.3em;
  }
}
main .guide .booking_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (max-width: 480px) {
  main .guide .booking_list li {
    padding: 15px 0;
  }
}
main .guide .booking_list p {
  font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  main .guide .booking_list p {
    font-size: 1.25rem;
    line-height: 1;
  }
}
main .guide .booking_list p .notes {
  font-family: "秀英丸ゴシック L", "DNPShueiMGoStd-L", sans-serif;
  padding-left: 1em;
}
@media screen and (max-width: 480px) {
  main .guide .booking_list p .notes {
    display: block;
    padding-left: 0;
    margin-top: 6px;
    line-height: 1;
  }
}
main .guide .service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-top: 25px;
  width: 540px;
  gap: 35px 60px;
}
@media screen and (max-width: 480px) {
  main .guide .service_list {
    width: 100%;
    gap: 25px 0;
  }
}
main .guide .service_list li {
  width: 90px;
  text-align: center;
  font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  main .guide .service_list li {
    width: 25%;
    line-height: 1.5;
  }
}
main .guide .service_list li::before {
  content: "";
  display: block;
  aspect-ratio: 220/160;
  margin: 0 auto 10px;
  width: 85px;
}
@media screen and (max-width: 480px) {
  main .guide .service_list li::before {
    width: 60px;
    max-width: 100%;
    margin: 0 auto 4px;
  }
}
main .guide .service_list li:nth-child(1)::before {
  background: url("/img/top_service1.png?v2") no-repeat center center/contain;
}
main .guide .service_list li:nth-child(2)::before {
  background: url("/img/top_service2.png?v2") no-repeat center center/contain;
}
main .guide .service_list li:nth-child(3)::before {
  background: url("/img/top_service3.png?v2") no-repeat center center/contain;
}
main .guide .service_list li:nth-child(4)::before {
  background: url("/img/top_service4.png?v2") no-repeat center center/contain;
}
main .guide .service_list li:nth-child(5)::before {
  background: url("/img/top_service5.png?v2") no-repeat center center/contain;
}
main .guide .service_list li:nth-child(6)::before {
  background: url("/img/top_service6.png?v2") no-repeat center center/contain;
}
main .guide .service_list li:nth-child(7)::before {
  background: url("/img/top_service7.png?v2") no-repeat center center/contain;
}
main .guide .service_list li:nth-child(8)::before {
  background: url("/img/top_service8.png?v2") no-repeat center center/contain;
}
main .guide .list li {
  position: relative;
  padding-left: 1em;
}
main .guide .list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
main .txt_btm {
  margin-top: 40px;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  main .txt_btm {
    margin-top: 35px;
    font-size: 1rem;
  }
}