/* フッターセクション */

.footer {
  background-image: url(/wp-content/themes/swell_child/image/LINE_LP/background001.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 79vw;
}

/* LINE登録セクション */
.section-line-touroku {
  height: 32vw;
  position: relative;
}

.section-line-touroku__img {
  position: absolute;
  bottom: 0;
  right: 30%;
  transform: translateX(50%);
  width: 27%;
}

.section-line-touroku__content {
  text-align: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transform: translateX(-50%);
}

.section-line-touroku__content>p {
  font-size: 44px;
  line-height: 1.4;
  color: #053656;
  font-weight: 500;
  margin-bottom: 7%;
}

.section-line-touroku__content>a {
  margin-top: 30px;
}

.section-line-touroku__content>a>img {
  width: 38%;
  height: auto;
}

@media (max-width: 1439px) {
  .section-line-touroku__content {
    text-align: center;
    position: absolute;
    top: 35%;
    left: 35%;
    transform: translateX(-50%);
  }

  .section-line-touroku__content>p {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 7%;
  }
}

@media (max-width: 1330px) {
  .section-line-touroku__content>p {
    font-size: 35px;
    line-height: 1.4;
    color: #053656;
  }

  .section-line-touroku__img {
    position: absolute;
    bottom: 0;
    right: 28%;
    transform: translateX(50%);
    width: 27%;
  }
}

@media (max-width: 1020px) {
  .section-line-touroku .section-line-touroku__content>p {
    font-size: 29px;
    line-height: 1.4;
  }

  .section-line-touroku__content>a>img {
    width: 48%;
  }

  .section-line-touroku .section-line-touroku__img {
    position: absolute;
    bottom: 0;
    right: 25%;
    transform: translateX(50%);
    width: 27%;
  }
}

@media (max-width: 950px) {
  .section-line-touroku .section-line-touroku__content {
    text-align: center;
    position: absolute;
    top: 35%;
    left: 37%;
    transform: translateX(-50%);
  }
}

@media (max-width: 850px) {
  .footer {
    background-image: unset;
    height: 112vw;
  }

  .section-line-touroku {
    height: 35vw;
    position: relative;
  }

  .footer__inner .section-line-touroku .section-line-touroku__content {
    text-align: left;
    position: absolute;
    top: 19%;
    left: 33%;
    transform: translateX(-50%);
  }

  .footer__inner .section-line-touroku .section-line-touroku__content>p {
    font-size: 32px;
    line-height: 1.4;
  }

  .section-line-touroku__content>a {
    display: block;
    width: 48%;
    margin: 0 auto;
  }

  .section-line-touroku .section-line-touroku__content>a>img {
    width: 85%;
  }

  .footer__inner .section-line-touroku .section-line-touroku__img {
    position: absolute;
    bottom: 0;
    right: 23%;
    transform: translateX(50%);
    width: 27%;
  }
}

@media (max-width: 700px) {
  .footer .footer__inner .section-line-touroku .section-line-touroku__content>p {
    font-size: 29px;
    line-height: 1.4;
  }
}

@media (max-width: 650px) {
  .section-line-touroku .section-line-touroku__content {
    position: absolute;
    top: 25%;
    left: 30%;
  }

  .body-inner .footer .footer__inner .section-line-touroku .section-line-touroku__content>p {
    font-size: 22px;
    line-height: 1.4;
  }

  .section-line-touroku .section-line-touroku__content>a {
    display: block;
    width: 63%;
    margin: 0 auto;
    margin-top: 3%;
  }
}

@media (max-width: 500px) {
  .footer__inner .section-line-touroku .section-line-touroku__content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }

  .footer .footer__inner .section-line-touroku .section-line-touroku__img {
    position: absolute;
    bottom: 0;
    right: 23%;
    transform: translateX(50%);
    width: 27%;
  }

  .footer .footer__inner .section-line-touroku .section-line-touroku__content>p {
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 3%;
  }
}

@media (max-width: 480px) {
  body .body-inner .footer .footer__inner .section-line-touroku .section-line-touroku__content>p {
    font-size: 16px;
    line-height: 1.7;
  }
}

@media (max-width: 400px) {
  .footer .footer__inner .section-line-touroku .section-line-touroku__content {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
  }
}

/* ルームピアのリンクセクション */
.section-roompialink {
  background-image: url(/wp-content/themes/swell_child/image/LINE_LP/contact_background001.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 32vw;
}

.section-roompialink>a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.section-roompialink>a>img {
  width: 18%;
  display: inline-block;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-roompialink>a>p {
  display: inline-block;
  color: #fff;
  font-size: 21px;
  margin-bottom: 10px;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

@media (max-width: 900px) {
  .section-roompialink>a>img {
    width: 18%;
    display: inline-block;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .section-roompialink>a>p {
    display: inline-block;
    color: #fff;
    font-size: 21px;
    margin-bottom: 10px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .footer__inner .section-roompialink>a>p {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    top: 38%;
  }

  .footer__inner .section-roompialink>a>img {
    width: 36%;
    display: inline-block;
    top: 63%;
  }
}

@media (max-width: 450px) {
  .footer .footer__inner .section-roompialink>a>p {
    display: inline-block;
    color: #fff;
    font-size: 14px;
  }
}

/* フッターセクション */
.section-footer {
  height: 15vw;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.section-footer__box {
  display: flex;
  align-items: center;
  margin-top: 4%;
  margin-left: 4%;
}

.section-footer__box>img {
  width: 7%;
}

.section-footer__box>p {
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #333;
  line-height: 1.8;
  margin-left: 2%;
  margin-top: 0%;
  font-family: 'Noto Sans JP', sans-serif;
}

.section-footer__box>p>a {
  color: #333;
}

.section-footer__content {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 850px) {
  .section-footer {
    height: 45vw;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .section-footer .section-footer__box {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 3%;
    margin-left: 0;
  }

  .section-footer__box>img {
    width: 19%;
    margin-bottom: 3%;
  }

  .section-footer__box>p {
    font-size: 16px;
    letter-spacing: 2px;
    color: #333;
    line-height: 1.8;
    margin-left: 0%;
    margin-top: 0%;
  }

  .section-footer__box>p>a {
    pointer-events: none;
  }

  .section-footer__content {
    text-align: center;
    margin-bottom: 2.5%;
  }
}

@media (max-width: 650px) {
  .section-footer .section-footer__box>p {
    font-size: 12px;
    letter-spacing: 2px;
    color: #333;
    line-height: 1.8;
    margin-left: 0%;
    margin-top: 0%;
  }

  .section-footer .section-footer__content {
    text-align: center;
    margin-bottom: 2.5%;
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  .section-footer .section-footer__box>img {
    width: 15%;
    margin-bottom: 3%;
  }

  body .section-footer .section-footer__box>p {
    font-size: 10px;
    letter-spacing: 0px;
    color: #333;
    line-height: 1.8;
    margin-left: 0%;
    margin-top: 0%;
  }

  body .section-footer .section-footer__content {
    text-align: center;
    margin-bottom: 2.5%;
    font-size: 10px;
  }
}