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

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
/* Footer */
footer {
  position: relative;
  background: #333;
  color: #fff;
}

/* お問い合わせ */
.p-footer-contact {
  padding: 50px 0 65px 0;
  background: url(../img/img_footerBg.png) no-repeat 50% 50%;
  background-size: cover;
}
.p-footer-contact__list {
  display: flex;
  flex-wrap: wrap;
}
.p-footer-contact__item {
  width: 50%;
  height: 278px;
  padding: 36px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .p-footer-contact__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-footer-contact__item {
    height: auto;
    padding: 36px 15px 20px 15px;
  }
}
.p-footer-contact__item:first-child {
  background-color: #cce8cd;
  color: #354d36;
}
.p-footer-contact__item:last-child {
  background-color: #bfc9bf;
  color: #393e39;
}
.p-footer-contact__item--general {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer-contact__item--general {
    display: block;
  }
}

.p-footer-contact-general {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

.p-footer-contact-general-contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100px;
  padding: 25px 0 20px 65px;
  background: url(../img/icon_comment.png) no-repeat 0% 0%;
}
@media screen and (max-width: 767px) {
  .p-footer-contact-general-contents {
    display: block;
    padding: 25px 20px 20px 20px;
    background-size: 90px;
    background-position: 0 10px;
    text-align: center;
  }
}
.p-footer-contact-general-contents__title {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-footer-contact-general-contents__title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.p-footer-contact-general-contents__title > span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-footer-contact-general-contents__title > span {
    font-size: 16px;
  }
}
.p-footer-contact-general-contents__tel {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-footer-contact-general-contents__tel {
    font-size: 24px;
  }
}
.p-footer-contact-general-contents__tel > span {
  padding-right: 5px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-footer-contact-general-contents__tel > span {
    font-size: 18px;
  }
}

.p-footer-contact-genaral-link {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .p-footer-contact-genaral-link {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-footer-contact-genaral-link {
    display: block;
  }
}
.p-footer-contact-genaral-link a:last-child {
  margin-left: 37px;
}
@media screen and (max-width: 1200px) {
  .p-footer-contact-genaral-link a:last-child {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .p-footer-contact-genaral-link a {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer-contact-genaral-link a {
    margin: 0 auto 10px auto;
  }
}

.p-footer-contact-company {
  width: 700px;
  max-width: 100%;
  margin: auto;
  background: url(../img/icon_search.png) no-repeat 0% 0%;
}
@media screen and (max-width: 767px) {
  .p-footer-contact-company {
    background-size: 65px;
  }
}
.p-footer-contact-company__title {
  padding: 25px 0 20px 65px;
  min-height: 100px;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-footer-contact-company__title {
    min-height: 70px;
    padding: 25px 10px 20px 10px;
    font-size: 20px;
    text-align: center;
  }
}
.p-footer-contact-company__title > span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-footer-contact-company__title > span {
    font-size: 16px;
  }
}
.p-footer-contact-company > a {
  margin: auto;
}

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

.p-info {
  border-bottom: none;
}