/* フロートサイドメニュー
/*modal=======================*/
#modal {
  display: block;
}
#c-modal {
  position: fixed;
  bottom: 90px;
  right: 10px;
  z-index: 500;
  width: 200px;
  width: 140px;
  margin: 0 auto;
  height: auto;
  /*  max-width: 400px;*/
  max-width: 260px;
}
.banner_box {
  display: flex;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.banner_box:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
.banner_img {
  aspect-ratio: 1 / 1;
}
.banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-modal_close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -9px;
  left: -9px;
  border: 1px solid #282828;
  background-color: #282828;
  color: #282828;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dli-close {
  display: inline-block;
  vertical-align: middle;
  color: #fbc600;
  line-height: 1;
  width: 9px;
  height: 1.5px;
  background: currentColor;
  /* border-radius: 0.1em;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.dli-close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  #c-modal {
    width: 84%;
    right: 30px;
    bottom: 30px;
  }
  #c-modal_close {
    width: 40px;
    height: 40px;
    top: -19px;
    left: -19px;
  }
  .dli-close {
    width: 13.5px;
  }
}
@media screen and (min-width: 1200px) {
  .dli-close {
    width: 18.5px;
  }
}
/***************************************
footer_container
***************************************/
#footer {
  margin-top: 6.4rem;
}
@media screen and (min-width: 768px) {
  #footer {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer {
    margin-top: 9.8rem;
  }
}
/*||footer_2col_block||*/
.footer_2col_block {
  background-color: #f5f5f5;
  padding: 6.5rem 8% 6.7rem;
}
.footer_logo_pc {
  display: none;
}
.footer_2col_unit01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.7rem;
}
.footer_2col_box {
  width: 48.5%;
}
.footer_2col_img {
  margin-bottom: 1rem;
}
.footer_2col_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer_2col_title {
  font-size: 1.07rem;
  text-align: center;
  margin-bottom: 1.45rem;
}
.footer_2col_btn {
  font-size: 0.785rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  max-width: 250px;
  margin: 0 auto;
  color: #fff;
  background-color: #1e283c;
  border-radius: 45px;
  transition: all 0.5s;
}
.footer_2col_btn:hover {
  opacity: 0.7;
  color: #fff;
  transition: all 0.5s;
}
.footer_logo_sp {
  margin-bottom: 3.8rem;
}
.footer_logo {
  display: flex;
  width: 250px;
}
.footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer_out_wrap > ul > li {
  padding-bottom: 1.45rem;
  border-bottom: 1px solid rgb(30, 40, 60, 0.5);
  margin-bottom: 1.3rem;
}
.footer_out_wrap {
  margin-bottom: 2.6rem;
}
.footer_out_wrap > ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.footer_out_txt {
  font-size: 0.857rem;
  line-height: 1.83;
}
.footer_out_txt_small {
  font-size: 0.75rem;
  text-align: justify;
}
.footer_tel_item {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.footer_tel_img {
  width: 40px;
  height: 26px;
  margin-right: 12px;
  position: relative;
}
.footer_tel_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/dial_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s ease-in-out;
}
.footer_tel {
  font-size: 2.21rem;
  line-height: 1;
  color: #282828;
  transition: all 0.5s;
}
.footer_tel:hover {
  color: #282828;
  transition: all 0.5s;
}
.footer_tel_txt {
  font-size: 0.857rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #282828;
}
@media screen and (min-width: 768px) {
  .footer_2col_block {
    padding: 8.5rem 8% 7.7rem;
  }
}
@media screen and (min-width: 992px) {
  .footer_logo_pc {
    display: block;
    margin-bottom: 3rem;
  }
  .footer_2col_item {
    display: flex;
    justify-content: space-between;
  }
  .footer_2col_unit01 {
    width: 60%;
    order: 2;
    margin-bottom: 0;
  }
  .footer_2col_btn {
    height: 50px;
  }
  .footer_2col_unit02 {
    width: 34%;
    order: 1;
  }
  .footer_logo_sp {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .footer_2col_block {
    padding: 9.5rem 6% 7.5rem;
  }
  .footer_logo_pc {
    margin-bottom: 4.2rem;
  }
  .footer_logo {
    width: 330px;
  }
  .footer_out_wrap {
    margin-bottom: 2.8rem;
  }
  .footer_out_wrap > ul > li {
    padding-bottom: 1.7rem;
    margin-bottom: 1.5rem;
  }
  .footer_out_txt {
    font-size: 0.9375rem;
  }
  .footer_out_txt_small {
    font-size: 0.8125rem;
    margin-top: 0.1rem;
  }
  .footer_tel_item {
    margin-bottom: 14px;
  }
  .footer_tel_img {
    width: 50px;
    height: 33px;
    margin-right: 15px;
  }
  .footer_tel {
    font-size: 2.3125rem;
    letter-spacing: 0.04em !important;
  }
  .footer_tel_txt {
    font-size: 0.9375rem;
  }
  .footer_2col_unit01 {
    width: 58%;
    padding-top: 0.45rem;
    /* max-width: 870px;*/
  }
  .footer_2col_img {
    margin-bottom: 2rem;
  }
  .footer_2col_title {
    font-size: 1.3125rem;
    margin-bottom: 1.8rem;
  }
  .footer_2col_btn {
    font-size: 0.9375rem;
    height: 60px;
  }
}
@media screen and (min-width: 1500px) {
  .footer_2col_unit02 {
    width: 28%;
  }
}
/*	@media screen and (min-width: 1800px) {
		  .footer_2col_block {
    padding-bottom: 8.5rem;
  }
}*/
/*||footer_link_block||*/
.footer_link_block {
  background-color: #282828;
  padding: 6.4rem 0;
}
.footer_link_inner {
  width: 84%;
  margin: 0 auto;
  max-width: 790px;
}
.footer_3col_wrap {
  margin-bottom: 3.7rem;
}
.footer_3col_wrap > ul > li {
  margin-bottom: 10px;
}
.footer_3col_wrap > ul > li:last-child {
  margin-bottom: 0;
}
.footer_3col_item {
  font-size: 0.857rem;
  color: #fff;
  border: 1px solid rgb(245, 248, 250, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  transition: all 0.5s;
}
.footer_3col_item:hover {
  color: #282828;
  background-color: #fff;
  transition: all 0.5s;
}
.footer_sns_wrap > ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.footer_sns_wrap > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 2.2rem;
}
.footer_sns_wrap > ul > li:nth-child(2) {
  padding-top: 2px;
  margin-right: 2.9rem;
}
.footer_sns_wrap > ul > li:last-child {
  padding-top: 2px;
  margin-right: 0;
}
.footer_sns_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.footer_sns_item:hover {
  opacity: 0.5;
  color: #fff;
  transition: all 0.5s;
}
.footer_sns_img {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.footer_sns_img01 {
  width: 35px;
  height: 35px;
  margin-bottom: 1.2rem;
}
.footer_sns_img02 {
  width: 45px;
  height: 31px;
  margin-bottom: 1.25rem;
}
.footer_sns_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer_sns_txt {
  font-size: 0.714rem;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer_3col_wrap > ul {
    display: flex;
    justify-content: center;
    gap: 2%;
  }
  .footer_3col_wrap > ul > li {
    width: calc((100% - 4%) / 3);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer_link_block {
    padding: 6.2rem 0 4.3rem;
  }
  .footer_3col_item {
    font-size: 0.9375rem;
    height: 60px;
  }
  .footer_sns_wrap > ul > li {
    margin-right: 2.1rem;
  }
  .footer_sns_wrap > ul > li:nth-child(2) {
    margin-right: 2.7rem;
  }
  .footer_sns_txt {
    font-size: 0.625rem;
  }
}
/*||footer_copy_block||*/
.footer_copy_block {
  background-color: #000;
  padding: 3.2rem 0 9.4rem;
  text-align: center;
}
.footer_policy_outer {
  margin-bottom: 0.8rem;
}
.footer_policy {
  font-size: 0.857rem;
  color: #fff;
  transition: all 0.5s;
}
.footer_policy:hover {
  opacity: 0.5;
  color: #fff;
  transition: all 0.5s;
}
.footer_copy {
  font-size: 0.857rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer_copy_block {
    padding: 3.2rem 0 3.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer_copy_block {
    padding: 3.4rem 0 3.8rem;
  }
  .footer_policy_outer {
    margin-bottom: 0.9rem;
  }
  .footer_policy {
    font-size: 0.9375rem;
  }
  .footer_copy {
    font-size: 0.9375rem;
  }
}
/***************************************
footer 固定メニュー
***************************************/
.footer_menu {
  width: 100%;
  overflow: hidden;
  display: flex;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.3s;
}
.f_unit {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: calc(100% / 3);
}
.footer_menu > li:nth-child(1) {
  background-color: #1e283c;
}
.footer_menu > li:nth-child(2) {
  background-color: #dbd1c3;
  color: #282828;
}
.footer_menu > li:nth-child(3) {
  background-color: #1e283c;
}
.f_unit a {
  font-size: 0.857rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  height: 80px;
  color: #fff;
  letter-spacing: 0;
}
.footer_menu > li:nth-child(1) a {
  color: #fff;
}
.footer_menu > li:nth-child(2) a {
  color: #282828;
}
.footer_menu > li:nth-child(3) a {
  color: #fff;
}
.f_unit_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.f_unit_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.f_unit_img01 {
  width: 24px;
  height: 24px;
}
.f_unit_img02 {
  width: 23px;
  height: 24px;
}
.f_unit_img03 {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 576px) {
  .footer_menu {
    display: none;
  }
}