@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.hidden-sp {
  display: none;
}

.text-inline-block {
  display: inline-block;
  font-weight: inherit;
}

.fv {
  position: relative;
}

.fv__action {
  display: none;
  max-width: 472px;
  width: 38%;
}
@media screen and (min-width: 768px) {
  .fv__action {
    position: absolute;
    top: 0;
    right: 4.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.2%;
  }
}

@media screen and (min-width: 768px) {
  .fv__action__tel a[href^="tel:"] {
    pointer-events: none;
  }
}

.sp__action {
  padding-block: 20px;
  padding-inline: 18px;
  background-color: #ffffff;
}

.sp__content__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.access__map {
  position: relative;
  width: 100%;
  margin-inline: auto;
  margin-top: 20px;
  padding-top: 90%;
  height: 0;
}
@media screen and (min-width: 768px) {
  .access__map {
    width: 79%;
    padding-top: 43%;
  }
}

.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer {
  background-color: #f9fbf1;
  width: 100%;
}

.footer__inner {
  padding-block: 35px;
  padding-inline: 18px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 1200px;
    padding-block: 70px;
    padding-inline: 20px;
    margin-inline: auto;
  }
}

.footer__logo {
  margin-bottom: 36px;
  width: 45%;
  max-width: 230px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 148px;
    margin-bottom: 36px;
  }
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__content__information {
  margin-left: 13px;
  margin-right: 13px;
}
@media screen and (min-width: 768px) {
  .footer__content__information {
    margin-left: 20px;
    margin-right: 20px;
    width: 60%;
    max-width: 480px;
  }
}

.footer__information__img {
  width: 100%;
  max-width: 400px;
}
.footer__content__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 11px;
  margin-bottom: 43px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__content__action {
    margin-top: 66px;
    margin-bottom: 0px;
    margin-right: 0px;
    gap: 3.2%;
  }
}

@media screen and (min-width: 768px) {
  .footer_action__tel a[href^="tel:"] {
    pointer-events: none;
  }
}