@charset "UTF-8";

.l-footer {
  width: 100%;
  background-color: #FDF2F5;
  padding-top: 3.4rem;
  padding-bottom: 96px;
  margin-top: 3rem;

}

@media only screen and (min-width:481px) and (max-width:769px),
only screen and (max-width:480px) {
  .l-footer {
    padding-top: 0;
    background-color: #FDF2F5;
  }
}

@media only screen and (max-width:480px) {
  .l-footer {
    padding-bottom: 72px
  }
}

.l-footer_inner {
  /*  max-width: 1056px;*/
  max-width: 800px;
  width: 100%;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
}

@media only screen and (max-width:480px) {
  .l-footer_inner {
    padding-left: 2.4rem;
    padding-right: 2.4rem
  }
}

.l-footer_btn {
  display: block;
  width: 130px;
  height: 100px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.4rem
}

.page-id-1063 .l-footer,
.page-id-1081 .l-footer {
  margin-top: 0;
}

@media only screen and (min-width:481px) and (max-width:769px),
only screen and (max-width:480px) {
  .l-footer {
    margin-top: 1rem;
  }

  .page-id-1063 .l-footer {
    margin-top: 0;
  }

  .l-footer_btn {
    display: none
  }

  .page-id-1063 .main {
    padding: 0;
  }
}

.l-footer_menu_box_left {
  width: 50%;
}

.l-footer_menu_box_right {
  width: 50%;
}

.l-footer_icon_sns {
  display: flex;
}

.l-footer_icon_sns li {
  margin-top: auto;
  padding: 10px;
}

.l-footer_icon_sns li img {
  width: 60px;
}

.l-footer_menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 5.6rem
}

@media only screen and (min-width:481px) and (max-width:769px),
only screen and (max-width:480px) {
  .l-footer_menu {
    display: none
  }
}

.l-footer_menu_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

}

.l-footer_menu_box_list {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-top: 4rem
}

.l-footer_menu_box_list:before {
  position: absolute;
  top: 0.5rem;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  content: '\f111';
  color: #f9a83d
}

.l-footer_menu_box_list a {
  margin-left: 1.6rem
}

.l-footer_menu_box_list a:hover {
  color: #fb9602
}

.l-footer_menu_box_list p {
  margin-left: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1rem
}

.l-footer_menu_box_list_small {
  /*    padding-right: 1.5rem;*/
  /*    margin-right: 1.5rem;*/
  /*    border-right: 1px solid #383838; */
  line-height: 2.0;
}

.l-footer_menu_box_list_small:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.l-footer_menu_box_list_small a {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #F9688F;
}

.l-footer_menu_box_list_small a:hover {
  text-decoration: underline
}

.l-footer small {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  color: #F9688F;
  padding-top: 2.0rem;
  padding-bottom: 2.4rem
}

@media only screen and (min-width:481px) and (max-width:769px),
only screen and (max-width:480px) {
  .l-footer small {
    padding-bottom: 1.6rem
  }
}

.l-footer_contact {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: darkslategray;
  width: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  z-index: 98
}

.l-footer_contact_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 15px
}

@media only screen and (max-width:480px) {
  .l-footer_contact_inner {
    padding-left: 0.8rem;
    padding-right: 0.8rem
  }

  .l-footer_menu_box {
    display: block;
  }

  .l-footer_menu_box_list_small {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    line-height: 1.2;
    text-align: center;
    margin-top: 0.8rem;
  }
}

.toTopbtn {
  position: fixed;
  bottom: 12%;
  right: 2%;
  background: #f9688f;
  width: 100px;
  height: 100px;
  display: block;
  text-align: center;
  border-radius: 50px;
  z-index: 99;
}

.toTopbtn a {
  width: 100%;
  height: 100%;
  padding: 10% 12% 0;
  display: block;
}

.l-footer_contact_backtotop img {
  width: 100%;
  height: 100%
}

@media only screen and (max-width:768px) {
  .toTopbtn {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (min-width:481px) and (max-width:769px) {
  .l-footer_contact_backtotop {
    width: 70px;
    height: 64px
  }
}

@media only screen and (max-width:480px) {
  .l-footer_contact_backtotop {
    width: 60px;
    height: 56px
  }
}

@media only screen and (max-width:321px) {
  .l-footer_contact_backtotop {
    display: none
  }
}

.l-footer_contact_box {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width:321px) {
  .l-footer_contact_box {
    width: 100%
  }
}

.l-footer_contact_box_btn {
  display: block;
  width: 49.5%;
  height: 80px;
  color: #fff;
  border: solid 2px #ff0000;
  background-color: #ff0000;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  padding-top: 0.8rem
}

@media only screen and (min-width:481px) and (max-width:769px) {
  .l-footer_contact_box_btn {
    height: 64px;
    font-size: 2.4rem;
    padding-top: 0rem
  }
}

@media only screen and (max-width:480px) {
  .l-footer_contact_box_btn {
    height: 56px;
    font-size: 2rem;
    padding-top: 0rem
  }
}

.l-footer_contact_box_btn:hover {
  background-color: #3cb6fa
}

.l-footer_contact_box_btn .small {
  display: block;
  font-size: 1.6rem;
  margin-bottom: -1.2rem
}

@media only screen and (min-width:481px) and (max-width:769px) {
  .l-footer_contact_box_btn .small {
    font-size: 1.4rem;
    margin-bottom: -0.8rem
  }
}

@media only screen and (max-width:480px) {
  .l-footer_contact_box_btn .small {
    font-size: 1.3rem;
    margin-bottom: -0.4rem
  }
}

.fa-light {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
}


.credit-banner {
  width: 100%;
  max-width: 810px;
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px 0px 20px;
}

.credit-banner-measeres {
  text-align: center;
  background-color: #fa3350;
}

/* 営業時間のみ表示対応 */
.floating_btn_wrap {
  width: 49.5%;
}

.floating_btn_wrap .l-footer_contact_box_btn {
  width: 100%;
}

.l-footer_contact_box {
  justify-content: center;
  gap: 0 1%;
}