@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 auto 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: 10;
  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::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 4px;
  height: 11px;
  width: 12px;
  background: url(../img/cta_arrow_white.svg) no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

#l-footer__fixed-cta a:hover::after  {
  background-image: url('../img/cta_arrow_red.svg');
}

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

.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: 940px;
  margin: 0 auto;
}
#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__bottom, #l-footer__bottom2 {
  width: 1040px;
  margin: 24px auto 0;
  padding-top: 24px;
  border-top: solid 1px #888;
  font-size: 14px;
}
#l-footer__bottom ul, #l-footer__bottom2 ul {
  display: flex;
}
#l-footer__bottom li, #l-footer__bottom2 li {
  margin-right: 24px;
}
.l-footer-tel {
  margin-left: 24px;
}
.l-footer-tel span {
  font-size: 24px;
}

@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: 1040px) {
  #l-footer__link {
    width: 90%;
  }

  #l-footer__bottom, #l-footer__bottom2 {
    width: 96%;
  }
}

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

@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 auto 0;
  }
  #l-footer__inquiry p {
    margin-top: 20px;
    font-size: 11px;
    line-height: 20px;
  }
  .l-footer-tel .pc-view {
    text-align: center;
  }
}

@media only screen and (max-width: 675px) {
  #l-footer__link ul {
    display: flex;
	  flex-wrap: wrap;
  }
  #l-footer__link ul li {
    width: 50%;
    margin-bottom: 24px;
  }
  #l-footer__link ul li.l-footer__link-sp-width {
    width: 100%;
  }

  #l-footer__bottom, #l-footer__bottom2 {
    width: 90%;
  }
  #l-footer__bottom ul, #l-footer__bottom2 ul {
    display: block;
    line-height: 1.8;
  }
}

.footer_bottom_title {
  margin-top: 16px;
  margin-left: 24px;
  font-size: 18px;
}
.footer_bottom_description {
  margin-top: 20px;
  font-size: 12px;
  color: #dcdcdc;
}
.scceed_link {
  margin-top: 16px;
  margin-left: 72px;
  font-size: 14px;
}

@media only screen and (max-width: 1039px) {
  .footer_bottom_title {
    margin-top: 0;
    margin-left: 0;
    font-size: 20px;
  }
  .footer_bottom_description {
    margin-top: 0;
    margin-left: 8px;
    font-size: 12px;
  }
  .scceed_link {
    margin-top: 14px;
    margin-left: 24px;
  }
}

/* /////////////////////// 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;
	}
}
/* /////////////////////// contact footer end //////////////////////////// */

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

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