/* CSS Document */
body {
  padding-bottom: 60px;
}

@media screen and (min-width: 640px), print {
  body {
    padding-bottom: 0;
  }
}
.btnarea {
  display: block;
  margin: 0 auto;
}

#footer {
  padding-bottom: 4em;
}
@media screen and (min-width: 1280px), print {
  #footer {
    padding-bottom: 0;
  }
}
#footer .sitemap {
  display: none;
}
@media screen and (min-width: 1280px), print {
  #footer .sitemap {
    font-size: 14px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3em;
    background: rgba(35, 24, 21, 0.1);
    padding: 1em 0;
  }
}
#footer .sitemap li {
  position: relative;
  padding: 0 1em;
}
#footer .sitemap li.dis {
  opacity: 0.4;
  pointer-events: none;
}
#footer .sitemap li span {
  position: absolute;
  top: -1em;
  left: 0;
  color: #ff0000;
  font-size: 10px;
}
#footer .sitemap li:not(:first-child) {
  border-left: 1px solid #000;
}

#footer .request,
#home .request,
#footer .reserve,
#home .reserve {
  margin: 1em auto;
  width: 95%;
  line-height: 1.6em;
}

@media screen and (max-width: 640px), print {
  #footer .request,
  #home .request,
  #footer .reserve,
  #home .reserve {
    margin: 1em auto;
    width: 95%;
    line-height: 1.2em;
  }
}
#footer .request a,
#home .request a,
#footer .reserve a,
#home .reserve a {
  color: #fff;
  background-image: url(../images/footer/request.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding: 1em;
  width: 100%;
  box-sizing: border-box;
}

#footer .reserve a,
#home .reserve a {
  background-image: url(../images/footer/reserve.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (min-width: 1280px), print {
  .btnarea {
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
  }
  #footer .request,
  #home .request,
  #footer .reserve,
  #home .reserve {
    margin: 2em 1%;
    width: 48%;
  }
  #footer .request a,
  #home .request a,
  #footer .reserve a,
  #home .reserve a {
    height: 100%;
    height: 100px;
  }
}
#footer .tel {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}

#footer .tel .align-left {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}

#footer .tel .align-left > p {
  line-height: 1.5em;
}

#footer .tel .align-right {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0.5em;
}

#footer .tel .align-right img {
  width: 410px;
}

#footer .tel .align-right p {
  margin-top: 0.5em;
}

#footer p.info {
  padding: 1em 0 0 0;
  color: #ff0000;
  text-align: center;
}

#footer p.info span {
  font-weight: bold;
}

@media screen and (max-width: 640px), print {
  #footer .tel .align-left {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #footer .tel .align-right {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #footer .tel .align-right img {
    width: 80%;
  }
  #footer p.info {
    font-size: 3.5vw;
  }
}
#footer .companies {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1004px;
  margin: 0 auto 2em;
  gap: 0;
}

#footer .companies p {
  margin: 1em 0 0;
  box-sizing: border-box;
}

#footer .companies p:nth-child(1) {
  width: 70%;
}

#footer .companies p:nth-child(2) {
  width: 50%;
}

#footer .companies p span {
  display: block;
  color: #231815;
  font-size: 12px;
  text-align: center;
}

#footer .companies p img {
  margin-top: 0.5em;
}

@media screen and (min-width: 640px), print {
  #footer .companies {
    gap: 10%;
    flex-wrap: nowrap;
    margin: 0 auto;
  }
  #footer .companies p {
    margin: 60px 0 80px;
    padding: 0;
  }
  #footer .companies p:nth-child(1) {
    width: 50%;
    max-width: 369px;
  }
  #footer .companies p:nth-child(2) {
    width: 50%;
    max-width: 255px;
  }
  #footer .companies p img {
    margin: 0;
  }
  #footer .tel .align-right img {
    mix-blend-mode: luminosity;
  }
  #footer .companies p img {
    margin: 0 auto;
  }
}
#footer .copyright {
  text-align: center;
  padding: 1.5em 0;
  line-height: 1.5em;
  font-size: min(2.4svw, 12px);
  background: url(../images/footer/bg-copy.png) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}

.pagetopb {
  text-align: center;
  height: 40px;
  width: 40px;
  cursor: pointer;
  position: fixed;
  right: -200px;
  bottom: 5em;
  background-color: rgba(0, 148, 190, 0.9);
  background-color: rgba(128, 128, 128, 0.9);
  z-index: 500;
  transition: 0.5s;
  text-shadow: 0 1px 1px rgba(0, 148, 190, 0.3);
  /*display: none;*/
}
@media screen and (min-width: 1280px), print {
  .pagetopb {
    bottom: 70px;
  }
}
.pagetopb a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagetopb::after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin: auto;
  border-left: #ffffff solid 1px;
  border-top: #ffffff solid 1px;
  transform: rotate(45deg);
}
.posfix .pagetopb {
  right: 5px;
}

#footer {
  font-family: "a-otf-ryumin-pr6n", serif;
  padding-bottom: 0;
}
@media screen and (min-width: 640px) {
  #footer {
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 769px) {
  #footer {
    padding-bottom: 0;
  }
}
#footer .btnarea {
  display: none;
}
#footer .sitemap {
  display: none;
}
#footer .tel {
  padding: 2em 0;
  margin-top: 0;
  border: 1px solid #707070;
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
#footer .tel p {
  font-size: min(2.8svw, 14px);
}
#footer p.corona a {
  padding: 1em;
  font-size: 14px;
}
#footer #footer .tel .align-left > p,
#footer #footer .tel .align-right p {
  font-size: min(3.2vw, 25px);
}
#footer .tel .align-right img {
  padding: 0.5em 0;
}/*# sourceMappingURL=footer.css.map */