@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap");

/*2306追加*/
.p-page-campaign-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  gap: 10px;
}

.p-page-campaign-intro__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-access-items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-access-time {
  flex-shrink: 1;
  position: relative;
}

.p-access-time-table table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  white-space: nowrap;
}

.p-access-time-table th {
  font-size: 14px;
  color: #333333;
  background-color: #f6f6f6;
  font-weight: 700;
  border: 1px solid #d9d9d9;
  padding: 1.25em 0.64em;
}

.p-access-time-table th:nth-child(1) {
  width: 143px;
}
.p-access-time-table td.c-day-consultation {
  padding-left: 46px;
  background: url(../images/page/access/icon_day.svg) no-repeat left 12px center;
}
.p-access-time-table td.c-night-consultation {
  padding-left: 46px;
  background: url(../images/page/access/icon_night.svg) no-repeat left 12px
    center;
}

.p-access-time-table td {
  padding: 1.25em 0.64em;
  font-size: 0.875rem;
  font-weight: 400;
  border: 1px solid #d9d9d9;
}

.p-access-time-table span {
  font-size: 0.5rem;
}

.p-access-time-table img {
  width: 11px;
}

.p-access-tel {
  flex-shrink: 0;
  padding: 1em 0.45em 0.7em;
  background-color: #f6f6f6;
  margin-left: 1.52%;
  position: relative;
}

.p-access-tel-title {
  color: #0fb4ff;
  font-weight: 700;
  font-size: clamp(18px, 2.286vw, 24px);
  margin-right: 5px;
}

.p-access-tel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.p-access-tel-num {
  font-size: clamp(18px, 2.286vw, 24px);
  font-weight: 500;
  font-family: "Jost", sans-serif;
}

.p-access-tel-img {
  width: clamp(80px, 11.3vw, 119px);
}
.p-access-tel-num a {
  position: relative;
}
.p-access-tel-icon {
  width: 29px;
}
.p-access-tel .c-txt-ruby {
  width: 100%;
  font-size: 10px;
  text-align: right;
  font-weight: 700;
}
.p-access-tel .c-txt-ruby .c-ruby-919 {
  letter-spacing: -0.1em;
}
.p-access-tel .c-txt-ruby .c-ruby-2323 {
  margin-left: 0.7em;
  letter-spacing: 0.4em;
}

.p-access-time-table-supplement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 24px;
  justify-content: flex-end;
  position: absolute;
  bottom: -32px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-access-time-table-supplement {
    bottom: -23px;
  }
}

.p-access-time-table-supplement-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.p-access-time-table-supplement span {
  font-size: 0.5rem;
}

/**/

.p-access-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-access-info-map iframe {
  width: 100%;
  height: 400px;
}
.p-access-info-items {
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #262626;
}
.p-access-info-items:not(:last-child) {
  margin-bottom: 24px;
}
.c-access-info-term {
  width: 140px;
  flex-basis: 140px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 770;
  line-height: 1.6;
}
.c-access-info-description {
  font-size: 16px;
  line-height: 1.6;
}
.c-access-info-description ul {
  margin-left: 1rem;
}
.c-access-info-description ul li {
  list-style-type: disc;
}
.p-access-info {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1000px) {
  .p-access-info-address,
  .p-access-info-map {
    width: 476px;
  }
}
@media screen and (max-width: 999px) {
  .p-access-info-address,
  .p-access-info-map {
    width: 48%;
  }
}
@media screen and (max-width: 622px) {
  .p-page-campaign-intro {
    flex-direction: column;
  }

  .p-page-campaign-intro__right {
    flex-direction: row;
  }

  .p-page-campaign-intro__right img {
    max-width: calc(50vw - 25px);
  }
  .p-access-info {
    flex-flow: column;
  }
  .p-access-time-table th {
    font-size: clamp(14px, 4.27vw, 16px);
    padding: 0.5em 0.3em;
  }

  .p-access-time-table th:nth-child(1) {
    /*width: clamp(90px, 27.5vw, 103px);*/
    width: 33.333vw;
  }

  .p-access-time-table td {
    padding: 0.5em;
  }

  .p-access-time-table td.c-day-consultation {
    padding-left: 8.533vw;
    background: url(../images/page/access/icon_day.svg) no-repeat left 2.133vw
      center;
    background-size: 5.866vw;
  }
  .p-access-time-table td.c-night-consultation {
    padding-left: 8.533vw;
    background: url(../images/page/access/icon_night.svg) no-repeat left 2.133vw
      center;
    background-size: 5.866vw;
  }

  .p-access-info-address,
  .p-access-info-map {
    width: 100%;
  }
  .c-access-info-term {
    width: 33.066vw;
    flex-basis: 33.066vw;
    flex-shrink: 0;
  }
  .p-access-info-address {
    margin-bottom: 6.4vw;
  }
  .p-access-info-map iframe {
    height: 75.2vw;
  }
}

.p-page-content__lead {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.p-offer-line-friend.c-offer-access {
  width: clamp(260px, 86vw, 335px);
  margin: 40px auto;
}
.p-page-access__inner .c-line-btn {
  background-color: #06c755;
  max-width: 303px;
  height: 56px;
  margin: 16px auto 0;
}
.p-heading--cta-line {
  text-align: center;
}
.p-offer-line-id {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.p-page-access__inner .c-line-btn a {
  width: 100%;
  height: 100%;
}

.p-page-access__inner .c-line-btn a .c-line-btn__text {
  padding-left: 8px;
  font-size: 16px;
}

.p-page-access__inner .c-line-btn img {
  width: 24px;
  width: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-page-content__lead {
    text-align: left;
  }

  .p-page-access__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .p-access-items {
    flex-direction: column;
  }

  .p-access-tel {
    flex-shrink: 0;
    padding: 1em 3.2vw 1.25em;
    background-color: #f6f6f6;
    margin-left: 1.52%;
  }

  .p-access-tel-title {
    font-size: 14px;
    margin-right: 5px;
  }

  .p-access-tel-num {
    font-size: 6.93vw;
    font-weight: 500;
  }

  .p-access-tel-img {
    display: none;
  }

  .p-access-tel {
    width: 100%;
    justify-content: space-between;
    flex-shrink: 1;
    background-color: #f6f6f6;
    margin-left: 0;
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .p-access-tel .c-txt-ruby {
    padding: 0;
    font-size: 2.666vw;
    font-weight: 400;
  }
  .p-access-tel .c-txt-ruby .c-ruby-919 {
    letter-spacing: -0.48vw;
  }
  .p-access-tel .c-txt-ruby .c-ruby-2323 {
    margin-left: 3.6vw;
    letter-spacing: 1.333vw;
  }
  .p-access-tel-title br {
    display: none;
  }

  .p-access-tel-box:nth-child(1) {
    display: block;
  }
}

@media screen and (max-width: 374px) {
  .p-access-tel-num {
    font-size: 6.93vw;
  }
}

/* Youtube */

.l-common-section-margin.p-top-youtube {
  background: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .l-common-section-margin.p-top-youtube {
    background: #fff;
    margin: 0;
  }
}
.p-page-campaign-intro {
  margin-bottom: 40px;
}

.l-common-margin.p-page-access-how {
  margin-bottom: 112px;
}
