@charset "utf-8";

.contact_reception {
  margin-top: 1.5vw;
  padding: 20px;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
  font-size: 18px;
}
.contact_reception span {
  display: inline-block;
  margin-right: 20px;
}


.contact_call {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 2;
}

.contact_ttl {
  width: max(calc(260 / 964 * 100%) ,270px);
  text-align: center;
  padding: 40px 30px;
  margin-right: min(3vw, 60px);
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact_address {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 20px;
}

.contact_number {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  margin-left: auto;
}
.contact_number p span {
  display: inline-block;
  width: 80px;
}
.contact_number p + p {
  margin-top: 10px;
}

.contact_reception {
  padding: 20px;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
  font-size: 18px;
}
.contact_reception span {
  display: inline-block;
  margin-right: 20px;
}

.contactList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d5d5d5;
}
.contactList + .contactList {
  border-top: none;
}

.contactList_ttl {
  width: 50%;
  background: #f2f2f2;
  border-right: 1px solid #d5d5d5;
  padding: 10px 20px;
}

.contactList_data {
  width: 50%;
}
.contactList_data a {
  display: block;
  padding: 10px 20px;
}
.contactList_data a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icon_tel.svg) center center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
  vertical-align: sub;
}

@media not all and (min-width: 768px) {
  .contact_reception {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .contact_reception span {
    font-size: 18px;
  }
  .contact_call {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  .contact {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact_ttl {
    font-size: 18px;
    padding: 5px;
    width: 250px;
    margin-right: 0;
  }
  .contact_address {
    margin-top: 10px;
    font-size: 16px;
  }
  .contact_number {
    margin-left: 0;
    font-size: 24px;
    margin-top: 10px;
  }
  .contact_number p + p {
    margin-top: 0;
  }
  .contact_number p span {
    width: 60px;
  }
  .contactList {
    display: block;
  }
  .contactList_ttl {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d5d5d5;
    padding: 5px 10px;
  }
  .contactList_data {
    width: 100%;
  }
  .contactList_data a {
    padding: 10px;
  }
}