@charset "UTF-8";

#l-footer__inquiry {
  padding: 70px 0;
  text-align: center;
}

#l-footer__inquiry h2 {
  font-size: 24px;
  font-weight: bold;
}

#l-footer__inquiry a {
  width: 330px;
  margin: 32px 0 40px;
}

#l-footer__inquiry div {
  margin: 12px 0 24px;
  font-size: 42px;
  font-weight: bold;
}

#l-footer__inquiry p {
  font-size: 14px;
}

#l-footer__inquiry p a {
  color: #231815;
  text-decoration: underline;
}

#l-footer__fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 98;
  transform: translateY(135px);
  width: 100%;
  padding: 30px 0 26px;
  background-color: rgba(35, 24, 21, 0.85);
  color: #fff;
  transition: transform .3s ease;
  height: 135px;
}

#l-footer__fixed-cta.is-fade {
  transform: translateY(0);
}

#l-footer__fixed-cta-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

#l-footer__fixed-cta p {
  padding-right: 24px;
}

#l-footer__fixed-cta ul {
  display: flex;
}

#l-footer__fixed-cta a {
  position: relative;
  width: 400px;
  min-height: 63px;
  margin-left: 10px;
  overflow: hidden;
  border: solid 1px #B6111C;
  transition: .3s;
}

#l-footer__fixed-cta a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  background-color: #fff;
  content: '';
  transition: transform .3s;
}

#l-footer__fixed-cta a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

#l-footer__fixed-cta a:hover {
  border: 1px solid #B6111C;
  color: #B6111C;
}

#l-footer__fixed-cta a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}

.l-footer-space {
  height: 135px;
}

#l-footer {
  padding: 40px 0;
  background: #666;
  color: #fff;
}

#l-footer a {
  color: #fff;
}

#l-footer a:hover {
  opacity: 0.7;
}

#l-footer__link {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 32px;
  border-bottom: solid 1px #888;
  margin-bottom: 16px;
}

#l-footer__link ul {
  display: flex;
  justify-content: space-between;
}

#l-footer__link li {
  min-width: 80px;
  line-height: 1.8;
}

#l-footer__link dt {
  font-size: 18px;
  font-weight: normal;
}

#l-footer__link dd {
  margin-left: 24px;
  font-size: 14px;
}

#l-footer__link dd+dt {
  margin-top: 20px;
}

.l-footer-iner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

#l-footer__bottom {
  font-size: 12px;
}

#l-footer__bottom2 {
  padding-top: 32px;
  border-top: solid 1px #888;
  margin-top: 32px;
}

#l-footer__bottom ul,
#l-footer__bottom2 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#l-footer__bottom li, #l-footer__bottom2 .scceed_link {
  margin-right: 40px;
  margin-top: 16px;
}

.l-footer-tel {
  margin-left: 24px;
}

.l-footer-tel span {
  font-size: 24px;
}

.l-footer_grid {
  display: grid;
  column-gap: 40px;
  row-gap: 10px;
}

.l-footer_list_1 .l-footer_grid {
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
}

.l-footer_grid-title {
  font-weight: bold;
  font-size: 14px;
}

.l-footer_list_1 .l-footer_grid-title {
  grid-column: 1 / 4;
  grid-row: 1 / 2;
}

.l-footer_grid-item {
  font-size: 12px;
}

.footer_bottom_title {
  font-size: 14px;
  font-weight: bold;
  margin-right: 16px;
}

.footer_bottom_description {
  font-size: 12px;
}

.scceed_link {
  font-size: 12px;
}


@media only screen and (max-width: 1250px) {
  #l-footer__fixed-cta-inner {
    width: 98%;
    margin: 0 auto;
  }

  .l-footer-tel .pc-view small {
    display: block;
  }

  #l-footer__fixed-cta p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1000px) {
  #l-footer__fixed-cta p {
    font-size: 16px;
  }

  #l-footer__fixed-cta a {
    width: 310px;
  }
}


@media only screen and (max-width: 860px) {
  #l-footer__fixed-cta a {
    width: 252px;
  }

  #l-footer__fixed-cta a span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer-space {
    height: 106px;
  }

  #l-footer__fixed-cta {
    width: 100vw;
    padding: 0;
    transform: translateY(151px);
    padding: 20px 0;
    height: 106px;
  }

  #l-footer__fixed-cta-inner {
    display: block;
  }

  #l-footer__fixed-cta p {
    padding: 7px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }

  #l-footer__fixed-cta ul {
    display: flex;
    justify-content: space-between;
  }

  #l-footer__fixed-cta li {
    width: 49%;
  }

  #l-footer__fixed-cta a {
    width: 100%;
    margin-left: 0;
    padding: 10px 0;
    line-height: 18px;
  }

  #l-footer__inquiry h2 {
    font-size: 21px;
  }

  #l-footer__inquiry small {
    font-size: 16px;
    font-weight: normal;
  }

  #l-footer__inquiry a {
    width: 90%;
    margin: 10px 0 0;
  }

  #l-footer__inquiry p {
    margin-top: 20px;
    font-size: 11px;
    line-height: 20px;
  }

  .l-footer-tel .pc-view {
    text-align: center;
  }

  #l-footer__link ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #l-footer__link ul li {
    width: 100%;
    margin-bottom: 24px;
  }
  .l-footer_list_1 .l-footer_grid {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 1fr 1fr 1fr;
  }

  .l-footer_list_2 .l-footer_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .l-footer_list_2 .l-footer_grid-title {
    grid-column: 1 / 4;
  }
  .l-footer_grid-title {
    font-size: 18px;
  }
  .l-footer_grid-item {
    font-size: 14px;
  }
  #l-footer__link ul li.l-footer_list_3, #l-footer__link ul li.l-footer_list_4 {
    width: 34%;
  }
  .l-footer_grid {
    column-gap: 24px;
  }
  .scceed_link {
    font-size: 14px;
  }
}

@media only screen and (max-width: 675px) {

  #l-footer__link ul li.l-footer__link-sp-width {
    width: 100%;
  }

  #l-footer__bottom ul,
  #l-footer__bottom2 ul {
    line-height: 1.5;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1039px) {
  .footer_bottom_title {
    margin-top: 0;
    margin-left: 0;
  }

  .footer_bottom_description {
    margin-top: 0;
    font-size: 12px;
  }
}

/* /////////////////////// contact footer //////////////////////////// */
.all-contact-footer-up .contact-btn-ttl {
  font-size: 24px;
}

a.contact-btn {
  display: inline-block;
  max-width: 350px;
  width: 100%;
  height: 56px;
  line-height: 2;
  margin: 0px auto 0 auto;
  padding: 12px;
  background: #d1000d;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border-bottom: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

.tips {
  font-size: 16px;
  margin-top: 36px;
}

.tips a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .baitai-sp {
    width: 100%;
    font-size: 24px;
    line-height: 1.4;
  }

  .all-contact-footer-up .contact-btn-ttl {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 0;
    margin-top: 24px;
  }

  .tips {
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: -0.05em;
  }

  .footer_bottom_title {
    font-size: 18px;
  }

  #l-footer__bottom {
    font-size: 14px;
  }
}

/* /////////////////////// contact footer end //////////////////////////// */

@media screen and (max-width: 479px) {
  .l-footer-space {
    height: 106px;
  }
  .l-footer_list_1 .l-footer_grid {
    grid-template-rows: repeat(6, auto);
    grid-template-columns: 1fr 1fr;
  }
  .l-footer_list_2 .l-footer_grid {
    grid-template-columns: auto;
  }
  #l-footer__link ul li.l-footer_list_3, #l-footer__link ul li.l-footer_list_4 {
    width: 50%;
  }
}

@media only screen and (max-width: 375px) {
  .footer_bottom_description {
    font-size: 10px;
  }
}