@charset "UTF-8";
/*-----「Footer Wide」-----*/
/*-------------------------------------------------------------------------------*/
.footer_wide {
  clear: both;
  background-color: transparent;
  width: 100%;
  min-width: 1200px;
}
@media only screen and (max-width: 1199px) {
  .footer_wide {
    min-width: 0;
  }
}

.fw01 {
  background-color: #fffbcc; /* 東京予防医療クリニック */
}

/*-----「Footer Side」-----*/
/*-------------------------------------------------------------------------------*/
.footer_side {
  clear: both;
  background-color: transparent;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
  .footer_side {
    padding: 0 10px;
  }
}

/*-----「Footer Wrapper」-----*/
/*-------------------------------------------------------------------------------*/
.footer_wrapper {
  clear: both;
  background-color: transparent;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 60px 0;
  font-size: 10px;
}
@media only screen and (max-width: 599px) {
  .footer_wrapper {
    padding: 30px 0;
  }
}

.fw01 .footer_wrapper {
  padding: 60px 0;
}

.footer_info:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.footer_info > div:nth-of-type(1) {
  width: calc((100% - 50px) / 2);
  float: right;
}
.footer_info > div:nth-of-type(2) {
  width: calc((100% - 50px) / 2);
  float: left;
}
@media only screen and (min-width: 600px) and (max-width: 1199px) {
  .footer_info > div:nth-of-type(1) {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 599px) {
  .footer_info > div:nth-of-type(1),
  .footer_info > div:nth-of-type(2) {
    width: 100%;
    float: none;
  }
  .footer_info > div:nth-of-type(1) {
    margin-bottom: 30px;
  }
}

.footer_wrapper .sitetitlebox {
  width: 370px;
  height: 73px;
  margin-bottom: 20px;
  position: relative;
  top: auto;
  left: auto;
}
@media only screen and (max-width: 599px) {
  .footer_wrapper .sitetitlebox {
    width: 310px;
    height: 70px;
    margin: 0 auto 15px;
  }
  .footer_wrapper .sitetitlebox .logo {
    width: auto;
  }
  .footer_wrapper .sitetitlebox .clinic_name {
    font-size: 2em;
    letter-spacing: 0;
    top: 20px;
  }
  .footer_wrapper .sitetitlebox .medical_corporation {
    font-size: 1.2em;
    top: 4px;
    left: 45px;
  }
  .footer_wrapper .sitetitlebox .medical_courses {
    font-size: 1em;
    line-height: 1.17;
    padding: 5px 5px 6px;
    top: 47px;
  }
}

.address_data:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.address_data > div:nth-of-type(1) {
  width: calc((100% - 30px) * 145 / 545);
  float: left;
}
.address_data > div:nth-of-type(1) figure {
  text-align: center;
}
.address_data > div:nth-of-type(2) {
  width: calc((100% - 30px) * 400 / 545);
  float: right;
}
@media only screen and (min-width: 600px) and (max-width: 1199px) {
  .address_data > div:nth-of-type(1) {
    width: calc((100% - 20px) * 145 / 545);
  }
  .address_data > div:nth-of-type(2) {
    width: calc((100% - 20px) * 400 / 545);
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .address_data > div:nth-of-type(1) {
    display: none;
  }
  .address_data > div:nth-of-type(2) {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 599px) {
  .address_data > div:nth-of-type(1) {
    display: none;
  }
  .address_data > div:nth-of-type(2) {
    width: 100%;
    float: none;
  }
}

.footer_wrapper .address_info {
  font-size: 1.6em;
  line-height: 1.38;
  margin-bottom: 12px;
}
.footer_wrapper .address_info span {
  font-size: 0.7em;
  position: relative;
  top: -3px;
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .footer_wrapper .address_info {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .footer_wrapper .address_info {
    width: 310px;
    margin: 0 auto 15px;
  }
}

.footer_wrapper .traffic_access {
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .footer_wrapper .traffic_access {
    letter-spacing: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .footer_wrapper .traffic_access {
    width: 310px;
    margin: 0 auto 15px;
  }
}

.footer_wrapper .telbox {
  width: 210px;
  height: 60px;
  position: relative;
  top: auto;
  right: auto;
}
.footer_wrapper .telbox .icon {
  margin-bottom: 0;
  top: 4px;
}
.footer_wrapper .telbox .phone_number {
  margin-bottom: 0;
  letter-spacing: 0;
  left: 20px;
}
.footer_wrapper .telbox .consultation_hour {
  font-size: 1.2em;
  line-height: 1.28;
  letter-spacing: 0;
}
@media only screen and (max-width: 599px) {
  .footer_wrapper .telbox {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
  .footer_wrapper .sitetitlebox {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .footer_wrapper .sitetitlebox {
    width: 280px;
    height: 70px;
  }
}/*# sourceMappingURL=footer-custom.css.map */
