.l-header .l-header__list {
  gap: 0;
}
.l-header .l-header__list li {
  cursor: pointer;
}
@media only screen and (min-width: 1280px) {
  .l-header .l-header__list li:hover .l-header__child {
    opacity: 1;
    visibility: visible;
  }
}
.l-header .l-header__list li > a, .l-header .l-header__list li > span {
  padding: 5px 12px;
}
@media only screen and (max-width: 1279px) {
  .l-header .l-header__list li > a, .l-header .l-header__list li > span {
    text-align: left;
  }
}
.l-header .l-header__list li > a::before, .l-header .l-header__list li > span::before {
  width: calc(100% - 24px);
  left: 12px;
}
.l-header .l-header__list li:not(:last-child):after {
  right: 0;
}
.l-header .l-header__child {
  position: fixed;
  width: 100vw;
  left: 0;
  top: 100px;
  background-color: #f5ada5;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media only screen and (min-width: 1280px) {
  .l-header .l-header__child:hover {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 1279px) {
  .l-header .l-header__child {
    opacity: 1;
    visibility: visible;
    display: none;
    position: static;
    width: 100%;
    background-color: transparent;
    padding-left: 20px;
  }
}
.l-header .l-header__child-inner {
  margin: 0 auto;
  padding: 20px 50px;
}
@media only screen and (max-width: 1279px) {
  .l-header .l-header__child-inner {
    padding: 10px 0;
  }
}
.l-header .l-header__child-ttl {
  width: 80%;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1279px) {
  .l-header .l-header__child-ttl {
    border: none;
    margin-bottom: 0;
    color: #333;
    font-size: 15px;
  }
  .l-header .l-header__child-ttl + .l-header__child-list {
    padding-left: 20px;
  }
}
.l-header .l-header__child-list li::after {
  content: none !important;
}
.l-header .l-header__child-list li a {
  text-align: left;
  padding: 0;
  padding-right: 45px;
  color: #fff;
  font-size: 14px;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 1279px) {
  .l-header .l-header__child-list li a {
    color: #333;
    padding: 5px 0;
    border: none;
  }
}
.l-header .l-header__child-list li a:hover {
  opacity: 0.7;
}
.l-header .l-header__child-list li a::after {
  background: 50%/contain no-repeat url(../img/common/icon_arrow_right.svg);
  content: "";
  right: 15px;
  position: absolute;
  top: 50%;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 15px;
}
@media only screen and (max-width: 1279px) {
  .l-header .l-header__child-list li a::after {
    content: none;
  }
}
.l-header .l-header__child-list li a.-fz16 {
  font-size: 16px;
}
@media only screen and (max-width: 1279px) {
  .l-header .l-header__child-list li a.-fz16 {
    font-size: 15px;
  }
}
.l-header .l-header__child .-grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1279px) {
  .l-header .l-header__child .-grid4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 1279px) {
  .l-header .l-header__nav .l-header__list li span {
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 1.875;
    padding: 5px 12px;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  .l-header .l-header__nav .l-header__list li span.l-header__parent::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: auto;
    width: 15px;
    height: 2px;
    background-color: #f5ada5;
  }
  .l-header .l-header__nav .l-header__list li span.l-header__parent::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
    left: auto;
    width: 2px;
    height: 15px;
    background-color: #f5ada5;
  }
}

@media only screen and (min-width: 1310px) {
  .l-footer .l-footer__subList {
    grid-template-rows: repeat(7, auto);
  }
}

#top .p-mv .swiper-slide {
  position: relative;
}
#top .p-mv .swiper-slide .p-mv__txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.9);
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  #top .p-mv .swiper-slide .p-mv__txt {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  #top .p-mv .swiper-slide .p-mv__txt {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-about {
    padding-bottom: 50px;
  }
}
#top .p-appointment {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  #top .p-appointment {
    margin-bottom: 80px;
  }
}
#top .p-appointment .c-ttl {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  #top .p-appointment .c-ttl {
    margin-bottom: 25px;
  }
}
#top .p-appointment .p-appointment__wrap {
  border-radius: 20px;
}
@media only screen and (min-width: 992px) {
  #top .p-appointment .p-appointment__wrap {
    padding: 45px 50px;
  }
}
#top .p-appointment .p-appointment__txt {
  margin-bottom: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 576px) {
  #top .p-appointment .p-appointment__txt {
    line-height: 2.5;
    text-align: center;
  }
}
#top .p-appointment .p-appointment__txt a {
  color: #e87e99;
  display: inline;
}
#top .p-appointment .p-appointment__txt span {
  font-size: 18px;
  display: inline-block;
  z-index: 2;
  position: relative;
}
#top .p-appointment .p-appointment__txt span::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #ffd5b7;
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  #top .p-appointment .p-appointment__txt span::before {
    height: 10px;
    bottom: 8px;
  }
}
#top .p-appointment .p-appointment__links {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 576px) {
  #top .p-appointment .p-appointment__links {
    max-width: 830px;
    margin: 0 auto;
  }
}
#top .p-appointment .p-appointment__link {
  padding: 10px 0;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #f5ada5;
  border-radius: 40px;
}
@media only screen and (min-width: 576px) {
  #top .p-appointment .p-appointment__link {
    max-width: 405px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-appointment .p-appointment__link {
    padding: 24px 0;
    font-size: 25px;
    line-height: 1.2;
  }
}
#top .p-appointment .p-appointment__icon {
  height: 25px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-bottom;
}
@media only screen and (min-width: 992px) {
  #top .p-appointment .p-appointment__icon {
    height: 32px;
    margin-right: 10px;
  }
}
#top .p-appointment .p-appointment__qrWrap {
  text-align: center;
}
#top .p-appointment .p-appointment__qr {
  max-width: 250px;
  margin: 0 auto 10px;
  display: block;
}
#top .p-appointment .p-appointment__notice {
  font-size: 13px;
  color: #999;
}
@media only screen and (min-width: 992px) {
  #top .p-appointment .p-appointment__links {
    display: none;
  }
}
#top .p-lead__wrap {
  margin-top: 25px;
}
@media only screen and (min-width: 992px) {
  #top .p-lead__wrap {
    margin-top: 40px;
  }
}
#top .p-lead__btn-box {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width: 992px) {
  #top .p-lead__btn-box {
    margin-top: 40px;
    gap: 15px;
    flex-direction: row;
  }
}
#top .p-lead__btn-box .c-btn {
  min-width: 345px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #top .p-lead__btn-box .c-btn {
    min-width: 250px;
  }
}

#first .p-method {
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  #first .p-method {
    margin-top: 60px;
  }
}
#first .p-method__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 700px) {
  #first .p-method__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
#first .p-initial__catch {
  margin-top: 40px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  #first .p-initial__catch {
    font-size: 17px;
  }
}
@media only screen and (max-width: 575px) {
  #first .p-initial__catch {
    font-size: 15px;
  }
}

#medical .p-medical__txt {
  margin: 0 auto 20px;
}
@media only screen and (max-width: 575px) {
  #medical .p-medical__txt {
    max-width: 345px;
  }
}

#access .l-access__note:nth-of-type(n + 2) {
  margin-top: -3px;
}/*# sourceMappingURL=add.css.map */