@charset "UTF-8";
.access-renew {
  padding-bottom: 50px;
  background-color: white;
}
.access-renew .inner {
  margin: 0 auto;
  max-width: 1000px !important;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.access-renew .inner h2 {
  padding: 3.47222vw 0;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 767px) {
  .access-renew .inner h2 {
    font-size: 28px;
  }
}

.access-wrap {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
}
.access-wrap div,
.access-wrap p,
.access-wrap th,
.access-wrap td {
  font-size: 20px !important;
  font-family: "Noto Sans JP", sans-serif !important;
  letter-spacing: 0.05em !important;
  line-height: 175%;
}
@media screen and (max-width: 1024px) {
  .access-wrap div,
  .access-wrap p,
  .access-wrap th,
  .access-wrap td {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .access-wrap th,
  .access-wrap td {
    font-size: 14px !important;
  }
}
.access .txtWrap {
  background: #F5F3F4 !important;
}
.access .txtWrap p:nth-of-type(2n) {
  font-family: "Noto Sans JP", sans-serif !important;
}

.access iframe {
  width: 100% !important;
  height: 500px !important;
  bottom: 0%;
  right: 0% !important;
}
@media screen and (max-width: 767px) {
  .access iframe {
    height: 300px !important;
  }
}

.clinic-access iframe {
  width: 100% !important;
  height: 500px !important;
}
@media screen and (max-width: 767px) {
  .clinic-access iframe {
    height: 300px !important;
  }
}

main .access iframe {
  width: 100% !important;
  height: 500px !important;
  bottom: 0%;
  right: 0% !important;
}
@media screen and (max-width: 767px) {
  main .access iframe {
    height: 300px !important;
  }
}

.clinic-info {
  margin: 0 auto;
  padding: 0 !important;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 767px) {
  .clinic-info {
    width: 100%;
  }
}
.clinic-info .img-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.clinic-info .img-wrap img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .clinic-info .img-wrap img {
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.contact-info-box {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .contact-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 1rem !important;
  }
}
.contact-info-box:last-child {
  border-bottom: none !important;
}

.info-box {
  margin: 0.52vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-header {
  color: #fff;
  background-color: #D97B5A;
  padding: 0.52vw 1.04vw;
  font-weight: bold;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .info-header {
    margin-right: 0.1rem;
  }
}

.info-content {
  margin-left: 0.52vw;
  line-height: 140%;
}

.hours-table table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 0.5em;
}
.hours-table tr {
  display: table;
  width: 100%;
}
.hours-table tr.row-1 {
  background: #f3f3f3;
}
.hours-table tr.row-2 {
  background: #fff;
}
.hours-table th {
  background: initial !important;
}
.hours-table th,
.hours-table td {
  border: 1px solid #ddd !important;
  padding: 0.52vw;
  text-align: center;
  width: 14.285%;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.hours-table .column-1 {
  width: 25% !important;
}

.fa-phone {
  margin-right: 0.3rem;
  color: #D97B5A;
}

.tel-link {
  font-family: "Noto Sans JP", sans-serif !important;
  letter-spacing: 0.05em !important;
  font-size: 1.55vw !important;
}
@media screen and (max-width: 1024px) {
  .tel-link {
    font-size: 0.875rem !important;
  }
}

.hours-note {
  font-size: 0.9em;
  margin-top: 0.26vw;
}

.hours-note span {
  font-weight: bold;
}

.hours-note .dots {
  vertical-align: middle;
  font-weight: bold;
}

.gmap-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6vw;
}

/*------------------------------------------------------------------------------------
     * スケジュール - schedule
     * ------------------------------------------------------------------------------*/
.schedule .section_title h3 {
  color: rgba(171, 130, 75, 0.2) !important;
  font-size: 5.8vw !important;
  letter-spacing: 0.01em !important;
}
.schedule .inner .txtWrap .month,
.schedule .inner .txtWrap .week {
  border-color: #D2B15F !important;
}
.schedule .inner .txtWrap .week .col_01 {
  color: #D97B5A !important;
}
.schedule .inner .txtWrap .txt1 {
  color: #D2B15F !important;
}
.schedule .dayBox p {
  font-size: 1.55vw !important;
}

/*------------------------------------------------------------------------------------
     * アクセス - access
     * ------------------------------------------------------------------------------*/
.page_wrap section.access_sec1 {
  padding: 0 !important;
}
.page_wrap section.access_sec1 .page_inner {
  width: 59.02778vw;
}
@media screen and (max-width: 767px) {
  .page_wrap section.access_sec1 .page_inner {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .page_wrap section.access_sec1 iframe {
    width: 100% !important;
  }
}
.page_wrap section.access_sec1 .contect-info-wrap {
  margin-bottom: 1em;
}
.page_wrap section.access_sec1 .contact-info-box {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .page_wrap section.access_sec1 .contact-info-box .info-header {
    display: none !important;
  }
}

.half {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .half {
    width: 100%;
  }
}

.contact-info-cta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.contact-info-cta-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding: 0.75em 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif !important;
}

.contact-info-cta-box a.contact-info-cta-web {
  background: #2d457e;
}

.contact-info-cta-box a.contact-info-cta-line {
  background: #04c756;
}

.contact-info-cta-box a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-info-cta-box a.contact-info-cta-web::before {
  background-image: url(../../../../../wp-content/uploads/calendar-days-solid.png);
}

.contact-info-cta-box a.contact-info-cta-line::before {
  background-image: url(../../../../../wp-content/themes/the-first-machida/assets/images/common/icon_cta_line.svg);
}

.clinic {
  padding-top: 0px !important;
  background-color: white;
}

.clinic h2 {
  width: 100%;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#eec6ce), color-stop(20%, #eec6ce), color-stop(80%, #e4d0e1), to(#e4d0e1));
  background: linear-gradient(90deg, #eec6ce, #eec6ce 20%, #e4d0e1 80%, #e4d0e1);
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  font-weight: medium;
  color: #fff;
  line-height: 1.2;
}

.clinic h2 .title {
  /* font-size: 140px; */
  font-size: 120px;
}

.clinic h2 .subtitle {
  /* font-size: 50px; */
  font-size: 36px;
}

.clinic-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 90%;
  /* max-width: 1200px; */
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}

.clinic-img {
  width: 60%;
  margin: 0 auto;
}

.clinic-img img {
  width: 100%;
  height: auto;
}

.clinic-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #595959;
}
.clinic-data.clinic-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .clinic-data.clinic-col {
    gap: 10px;
  }
}

.clinic-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.clinic-tel-title {
  background-color: #e47873;
  color: #fff;
  /* font-size: 36px; */
  font-size: 26px;
  padding: 5px 20px;
  font-weight: bold;
}

.clinic-tel-icon {
  width: 7%;
  height: auto;
}

.clinic-tel-text {
  /* font-size: 40px; */
  font-size: 30px;
  font-weight: bold;
}

.clinic-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: bold;
}

.clinic-address-title {
  background-color: #e47873;
  color: #fff;
  /* font-size: 36px; */
  font-size: 26px;
  padding: 5px 20px;
}

.clinic-address-text {
  /* font-size: 30px; */
  font-size: 20px;
  font-weight: bold;
}

.clinic-schedule {
  width: 100%;
  padding: 60px 0 40px;
  border-bottom: 1px solid #595959;
}

.clinic-schedule-table {
  width: 100%;
  border-collapse: collapse;
}

.clinic-schedule-table th {
  background-color: #d2d2d2;
  border-right: 1px solid #595959;
  border-top: 1px solid #595959;
  /* font-size: 38px; */
  font-size: 28px;
  padding: 10px 20px;
}

.clinic-schedule-table th:first-of-type {
  border-left: 1px solid #595959;
}

.clinic-schedule-table td {
  border-right: 1px solid #595959;
  border-top: 1px solid #595959;
  border-bottom: 1px solid #595959;
  /* font-size: 32px; */
  font-size: 22px;
  text-align: center;
  color: #e47873;
  padding: 10px 20px;
}

.clinic-schedule-table td:first-of-type {
  border-left: 1px solid #595959;
  color: #424242;
}

.clinic-schedule-detail {
  /* font-size: 30px; */
  font-size: 20px;
  padding: 20px 0;
}

.clinic-schedule-detail span {
  color: #e47873;
  /* font-size: 30px; */
  font-size: 20px;
}

.clinic-schedule-text {
  /* font-size: 30px; */
  font-size: 20px;
}

.clinic-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  width: 100%;
  padding: 40px 0 40px;
  gap: 4%;
}

.clinic-payment-title {
  background-color: #e47873;
  color: #fff;
  /* font-size: 36px; */
  font-size: 26px;
  padding: 10px 20px;
}

.clinic-payment-detail {
  /* font-size: 30px; */
  font-size: 20px;
  font-weight: bold;
}

.clinic-access {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.clinic-access-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  width: 100%;
  padding: 40px 0 40px;
  gap: 4%;
}

.clinic-access-title {
  background-color: #e47873;
  color: #fff;
  font-size: 24px;
  padding: 10px 20px;
}

.clinic-access-detail {
  /* font-size: 30px; */
  font-size: 20px;
  font-weight: bold;
}

.access.access-renew .gmap-wrap iframe {
  position: relative !important;
  width: 100% !important;
}

@media screen and (max-width: 1250px) {
  .clinic-inner {
    padding: 10% 0;
  }
  .clinic-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .clinic-tel {
    padding: 3% 0;
    border-bottom: 1px solid #595959;
    width: 100%;
  }
  .clinic-tel-icon {
    width: 4%;
  }
  .clinic-address {
    padding: 3% 0 0;
  }
  .clinic-tel-title,
  .clinic-address-title,
  .clinic-payment-title,
  .clinic-access-title,
  .clinic-tel-text,
  .clinic-address-text,
  .clinic-payment-detail,
  .clinic-access-detail {
    /* font-size: 3.2vw; */
    font-size: 2.6vw;
  }
  .clinic-payment-title,
  .clinic-access-title {
    width: 30%;
    text-align: center;
  }
  .clinic-payment-title {
    padding: 2% 1%;
  }
  .clinic-payment-detail,
  .clinic-access-detail {
    width: 66%;
  }
  .clinic-schedule {
    padding-top: 0;
  }
  .clinic-schedule-table th:first-of-type,
  .clinic-schedule-table td:first-of-type {
    width: 36%;
  }
  .clinic-schedule-table th,
  .clinic-schedule-table td {
    /* font-size: 3.2vw; */
    font-size: 2.6vw;
    padding: 1% 2%;
  }
  .clinic-schedule-detail {
    /* font-size: 2.2vw; */
    font-size: 1.6vw;
  }
  .clinic-schedule-detail span {
    /* font-size: 2.2vw; */
    font-size: 1.6vw;
  }
  .clinic-schedule-text {
    /* font-size: 2.8vw; */
    font-size: 1.8vw;
  }
  .clinic-access iframe {
    width: 80%;
    height: 40vw;
  }
  .clinic h2 .title {
    font-size: 12.6vw;
  }
  .clinic h2 .subtitle {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .clinic h2 {
    padding: 20px 0;
    gap: 10px;
  }
  .clinic-inner {
    padding: 5% 0;
  }
  .clinic-data {
    padding: 20px 0;
  }
  .clinic-schedule {
    padding: 0px 0 20px;
  }
  .clinic-schedule-table th,
  .clinic-schedule-table td {
    font-size: 3.2vw;
  }
  .clinic-schedule-detail {
    font-size: 3vw;
    padding: 10px 0;
  }
  .clinic-schedule-detail span {
    font-size: 3vw;
  }
  .clinic-schedule-text {
    font-size: 3vw;
  }
  .clinic-payment {
    padding: 20px 0;
  }
  .clinic-access-text {
    padding: 20px 0;
  }
  .clinic-tel-title,
  .clinic-address-title,
  .clinic-payment-title,
  .clinic-access-title,
  .clinic-tel-text,
  .clinic-address-text,
  .clinic-payment-detail,
  .clinic-access-detail {
    font-size: 3.2vw;
  }
  .clinic-access-title {
    padding: 2% 1%;
  }
}