@charset "UTF-8";
/*----------------------------------------------------- */
/*  footer           */
/*----------------------------------------------------- */
.pc {
  display: block;
}
.sp {
  display: none;
}
.footer {
  background: linear-gradient(90deg, #78EFDA 0%, #36CFCF 100%);
  position: relative;
  z-index: 10;
  overflow-x: hidden;
  border-radius: 80px 80px 0 0;
}

.footer-bg01 {
  width: 149px;
  height: 95px;
  background: url(../images/cloud_1_pc.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 10%;
  left: 10.6%;
  z-index: 1;
}
.footer-bg02 {
  width: 212px;
  height: 197px;
  background: url('../images/cloud_2_pc.webp') no-repeat;
  background-size: contain;
  position: absolute;
  top: 11%;
  right:0%;
  z-index: 1;
}
.footer-bg03 {
  width: 198px;
  height: 139px;
  background: url('../images/cloud_3_pc.webp') no-repeat;
  background-size: contain;
  position: absolute;
  top: 37%;
  left: 0%;
  z-index: 1;
}
.footer-bg04 {
  width: 121px;
  height: 75px;
  background: url('../images/cloud_4_pc.webp') no-repeat;
  background-size: contain;
  position: absolute;
  top: 44.5%;
  right: 11%;
  z-index: 1;
}
.footer-bg05 {
  width: 147px;
  height: 92px;
  background: url('../images/cloud_5_pc.webp') no-repeat;
  background-size: contain;
  position: absolute;
  top: 70%;
  left: calc(17.6% - 150px);
  z-index: 1;
}
.footer-bg06 {
  width: 142px;
  height: 90px;
  background: url('../images/cloud_6_pc.webp') no-repeat;
  background-size: contain;
  position: absolute;
  top: 69%;
  right: 1%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .footer-bg01 {
    width: 112px;
    height: 72px;
    background: url('../images/cloud_1_sp.webp') no-repeat;
    background-size: contain;
    position: absolute;
    top: 1.6%;
    left: -5.2%;
    z-index: 1;
  }
  .footer-bg02 {
    width: 172px;
    height: 75px;
    background: url('../images/cloud_2_sp.webp') no-repeat;
    background-size: contain;
    position: absolute;
    top: 17%;
    right: -22.8%;
    z-index: 1;
  }
  .footer-bg03 {
    width: 177px;
    height: 117px;
    background: url('../images/cloud_3_sp.webp') no-repeat;
    background-size: contain;
    position: absolute;
    top: 36%;
    left: -9%;
    z-index: 1;
  }
  .footer-bg04 {
    width: 91px;
    height: 57px;
    background: url('../images/cloud_4_sp.webp') no-repeat;
    background-size: contain;
    position: absolute;
    top: 48.5%;
    right: -3.2%;
    z-index: 1;
  }
  .footer-bg05 {
    width: 111px;
    height: 70px;
    background: url('../images/cloud_5_sp.webp') no-repeat;
    background-size: contain;
    position: absolute;
    top: 62%;
    left: -5.4%;
    z-index: 1;
  }
  .footer-bg06 {
    width: 107px;
    height: 68px;
    background: url('../images/cloud_6_sp.webp') no-repeat;
    background-size: contain;
    position: absolute;
    top: 80.6%;
    right: -0.3%;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .footer a:hover {
    text-decoration: underline;
  }
}
.footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 16px;
}

.footer-sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-sns-item {
  width: 40px;
  margin-right: 24px;
}

.footer-sns-item:last-child {
  margin-right: 0px;
}


@media screen and (min-width: 768px) {
  .footer-sns-item a {
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }
  .footer-sns-item a:hover {
    opacity: 0.7;
  }
}
.footer-inner {
  box-sizing: content-box;
  max-width: 970px;
  padding: 24px 2% 0;
  position: relative;
  margin: 0 auto;
  /* height: 84vh; */
}

.footer__section {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 24px 24px 0;
}
/* .footer__section:first-of-type {
  padding: 24px 24px 0;
} */

.footer__section__bottom {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 24px 24px 30px;
}

.footer__section-wrapper {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 16px 16px 32px rgba(0,0,0,0.1);
  position: relative;
  width: 980px;
  z-index: 12;
}
.footer__section__station {
  margin-bottom: 40px;
}
.footer__section-title {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #333333;
  margin-bottom: 15px;
  padding: 0 0 0px 16px;
  position: relative;
  letter-spacing: 0.8px;
}

.footer__section-title::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0%;
  width: 10px;
  height: 10px;
  background-color: #00BDBD;
  border-radius: 50%;
}

.footer__section-title.title-prefectures::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0%;
  width: 10px;
  height: 10px;
  background-color: #F97B81;
  border-radius: 50%;
}

.footer__section-table {
  width: 100%;
  font-size: 1.4rem;
}

.footer__section-th {
  text-align: left;
  font-weight: 700;
  width: 13.5%;
  padding: 0 0 0 10px;
}
.footer__section-th .footer__section-p{
  padding: 4px 0;
}

.footer__section-p {
  display: inline-block;
  font-size: 14px;
  padding: 8px 12px;
  letter-spacing: 0.7px;
}

.footer__section-p.highlight {
  background-color: #fff;
  color: #00bdbd;
  border-radius: 3px;
}

.footer__section-td {
  width: 87%;
}

.footer__section-list {
  display: flex;
  flex-wrap: wrap;
}

.footer__section-item {
  line-height: 1;
}
.footer__section-item a {
  color: #333333;
}

.footer__section-p.active {
  /* background-color: #00BDBD;
  color: #fff;
  border-radius: 88px; */
}

.footer-logo {
  max-width: 120px;
  margin: 0 auto;
  padding: 16px 0;
  text-align: center;
  position: relative;
}
.footer-logo img {
  object-fit: contain;
}

.footer-list {
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto 48px;
  color: #fff;
  position: relative;
  z-index: 12;
}

.footer-list li a {
  color: #fff;
  letter-spacing: 0.7px;
}

.footer-item {
  margin: 0 15px;
  margin-bottom: 8px;
}

.footer-item a {
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .footer-item a {
    font-size: 13px;
  }
}

.footer-logo-town {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 115px;
  margin-top: -30px;
  background: url('../images/footer_logo_town.webp');
  background-repeat: repeat-x;
  /* background-size: contain; */
}
.footer-logo-town img{
  width: 100%;
  /* height: 115px; */
  height: 70px;

}

.footer-copy {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  margin-top: -2px;
}

.footer-copy p {
  color: #fff;
}

.footer-sns-item__twitter {
  width: 35px;
  height: 35px;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .footer-sns-item__twitter {
    width: 26px;
    height: 26px;
  }
}
.footer-sns-item__facebook {
  width: 35px;
  height: 35px;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .footer-sns-item__facebook {
    width: 26px;
    height: 26px;
  }
}
.footer-sns-item__line {
  width: 35px;
  height: 40px;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .footer-sns-item__line {
    width: 26px;
    height: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .footer__section-wrapper {
    width: 98%;
  }
}

@media screen and (max-width: 892px) {
  .footer-inner {
    height: 90vh;
  }
}

@media screen and (max-width: 795px) {
  .footer-inner {
    height: 93vh;
  }
}

@media screen and (max-width: 769px) {
  .footer-inner {
    height: 96vh;
  }
}


@media screen and (max-width: 767px) {
  .footer {
    border-radius: 40px 40px 0 0;
  }

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .footer__section-wrapper {
    position: relative;
    transform:inherit;
    margin: 0 auto;
    opacity: 0.93;
    width: 100%;
  }
  .footer-bg-top::before,
  .footer-bg-top::after {
    display: none;
  }
  .footer-sns {
    margin-bottom: 12px;
  }
  .footer-sns-item {
    width: 24px;
  }
  .footer-inner {
    padding: 16px 3% 0;
    height: auto;
  }
  .footer__section {
    padding: 16px;
    margin: 0 auto 24px;
  }

  .footer__section-th .footer__section-p {
    color: #333333;
    font-size: 14px;
    border: none;
  }
  .footer__section-p {
    color: #00BDBD;
    font-size: 14px;
    border: 1px solid #00BDBD;
    border-radius: 88px;

  }
    .footer__section-th {
    width: 100%;
    display: block;
    padding: 8px 0 0 0;
  }

  .footer__section__station {
    display: none;
  }
  .footer__section__prefectures {
    margin-bottom: 0px;
  }
  .footer__section-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .footer__section-table {
    font-size: 1.3rem;
  }
  .footer__section-td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .footer__section-list {
    display: flex;
    row-gap: 8px;
    padding: 7px 0;
  }
  .footer__section-item {
    margin-right: 8px;
  }
  .footer__section-sitemap-title-sub {
    color: #333333;
    font-size: 1.4rem;
    font-weight: 700;
    border: none;
  }
  .footer-logo {
    padding: 0;
    position: inherit;
    transform: none;
    top: inherit;
    left: inherit;
    max-width: 82px;
  }
  .footer-logo img {
    max-width: 82px;
  }
  .footer-list {
    font-size: 1.3rem;
    font-weight: 400;
    position: inherit;
    display: block;
    text-align: center;
  }
  .footer-item {
    margin: 0 5px;
    margin-bottom: 8px;
  }
  .footer-copy {
    font-size: 12px;
  }
}

/** Loading 中のフッター制御 */
body:has([class*='is-whole-loading']) .footer {
  display: none;
}
