@charset "UTF-8";
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
/* Footer */
footer {
  position: relative;
  padding-top: 90px;
  background: url(../img/footer-bg01.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 20px 0 20px;
  }
}

.footer-tel-area {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-tel-area {
    margin-bottom: 40px;
  }
}
.footer-tel-area__title {
  margin-bottom: 25px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .footer-tel-area__title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.footer-tel-area__tel {
  margin-bottom: 20px;
  font-size: 60px;
  font-family: "fot-rodin-pron", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer-tel-area__tel {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
.footer-tel-area__tel span {
  padding-right: 20px;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .footer-tel-area__tel span {
    padding-right: 10px;
    font-size: 22px;
  }
}
.footer-tel-area__tel a {
  color: #fff;
}
.footer-tel-area__time {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer-tel-area__time {
    font-size: 14px;
  }
}

.footer-banner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .footer-banner {
    gap: 10px 0px;
    margin-bottom: 50px;
  }
}
.footer-banner__item {
  display: block;
  position: relative;
  width: 590px;
  max-width: 100%;
  height: 150px;
  background-color: #6f1821;
  color: #fff;
  text-align: center;
  font-family: "fot-rodin-pron", sans-serif;
  font-size: 30px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer-banner__item {
    height: 90px;
    font-size: 20px;
  }
}
.footer-banner__item:hover {
  opacity: 0.8;
}
.footer-banner__item::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 50px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .footer-banner__item::after {
    right: 30px;
  }
}
.footer-banner__item img {
  position: absolute;
}
.footer-banner__item01 {
  padding: 60px 0 0 120px;
}
@media screen and (max-width: 767px) {
  .footer-banner__item01 {
    padding: 39px 0 0 40px;
  }
}
.footer-banner__item01 img {
  bottom: 0;
  left: 17px;
}
@media screen and (max-width: 767px) {
  .footer-banner__item01 img {
    width: 120px;
    left: 10px;
  }
}
.footer-banner__item02 {
  padding: 60px 0 0 100px;
}
@media screen and (max-width: 767px) {
  .footer-banner__item02 {
    padding: 39px 0 0 76px;
  }
}
.footer-banner__item02 img {
  top: 42px;
  left: 80px;
}
@media screen and (max-width: 767px) {
  .footer-banner__item02 img {
    width: 70px;
    top: 21px;
    left: 37px;
  }
}

/* Footer Menu */
.footer-menu {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0px 0 50px 0;
}
@media screen and (max-width: 1050px) {
  .footer-menu {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 40px 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu {
    padding: 20px 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu > div {
    width: 50%;
  }
}
.footer-menu .menu {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .footer-menu .menu {
    padding: 0;
  }
}
.footer-menu .menu > li {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer-menu .menu > li {
    margin-bottom: 10px;
  }
}
.footer-menu .menu > li > a {
  color: #fff;
}
.footer-menu .sub-menu {
  margin: 20px 0 0 0;
  padding: 0 0 0 0px;
}
@media screen and (max-width: 767px) {
  .footer-menu .sub-menu {
    display: none;
  }
}
.footer-menu .sub-menu > li {
  margin-bottom: 15px;
}
.footer-menu .sub-menu > li > a {
  color: #fff;
}

.p-front-info {
  color: #fff;
}
.p-front-info figure {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-front-info figure {
    margin-bottom: 15px;
  }
}
.p-front-info p {
  margin-bottom: 15px;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .p-front-info p {
    font-size: 14px;
  }
}
.p-front-info p > span {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-front-info p > span {
    font-size: 18px;
  }
}
.p-front-info p a {
  color: #fff;
}

.p-info {
  display: none;
}

.p-copyright {
  background-color: transparent !important;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-copyright {
    font-size: 14px;
  }
}