/* kv */
.kv-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 545px;
  background-image: url("../images/access_bg.jpg");
  background-position: center;
  background-size: cover;
}
.kv-wrapper {
  color: #fff;
  text-align: center;
}
.kv-subtitle {
  font-size: 1rem;
  font-weight: 700;
  text-shadow: 0px 0px 4px #000000;
}
.kv-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 0px 4px 30px #000000;
}

@media (max-width: 767px) {
  .kv-section {
    height: 240px;
    background-image: url("../images/access_bg_sp.jpg");
  }
  .kv-wrapper {
    text-align: center;
  }
  .kv-subtitle {
    margin: 0 0 8px;
    font-size: 0.75rem;
  }
  .kv-title {
    font-size: 1.25rem;
  }
}

/* コンタクトセクション*/
.contact-section {
  padding: 100px 30px 0;
}
.contact-section-inner {
  max-width: 1080px;
  padding: 0 0 56px;
  margin: 0 auto;
  border-bottom: solid 1px #cecece;
}
.contact-title-wrapper {
  margin: 0 0 48px;
}
.contact-subtitle {
  margin: 0 0 20px;
  font-size: 1rem;
  font-weight: bold;
  color: #0f3e8f;
}
.contact-title {
  font-size: 2.5rem;
  font-weight: bold;
}
.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  margin: 0 0 40px;
  background-color: #fff;
}
.contact-card-text {
  margin: 0 0 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #5b677a;
}
.contact-card-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  font-size: 5rem;
  font-weight: bold;
  color: #0f3e8f;
}
.contact-card-phone::before {
  width: 5rem;
  height: 5rem;
  content: "";
  background-image: url("../images/icon_phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-card-hours {
  margin: 0 0 24px;
  font-size: 2rem;
  font-weight: bold;
  color: #232323;
}
.contact-card-note {
  font-size: 1rem;
  font-weight: bold;
  color: #5f6b7d;
}
.contact-link-container {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
}
.contact-link-text {
  font-size: 1rem;
  font-weight: bold;
  color: #5f6b7d;
}
.contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
  background-color: #0f3e8f;
  border-radius: 4px;
}
.contact-link:hover {
  background-color: #0d3570;
}
.contact-link::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  content: "";
  background-image: url("../images/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .contact-section {
    padding: 60px 20px 0;
  }
  .contact-section-inner {
    padding: 0 0 40px;
    border-bottom: none;
  }
  .contact-title-wrapper {
    margin: 0 0 30px;
  }
  .contact-subtitle {
    margin: 0 0 8px;
    font-size: 1rem;
  }
  .contact-title {
    font-size: 1.25rem;
  }
  .contact-card {
    padding: 20px;
    margin: 0 0 8px;
  }
  .contact-card-text {
    font-size: 0.9rem;
  }
  .contact-card-phone {
    font-size: 2rem;
    margin: 0 0 4px;
  }
  .contact-card-phone::before {
    width: 2rem;
    height: 2rem;
  }
  .contact-card-hours {
    font-size: 1rem;
  }
  .contact-card-note {
    font-size: 0.8rem;
    font-weight: normal;
  }
  .contact-link {
    font-size: 1rem;
  }
  .contact-link-container {
    flex-direction: column;
  }
  .contact-link-text {
    font-size: 0.8rem;
  }
}

/* アクセスセクション */
.access-section {
  padding: 80px 30px 184px;
}
.access-section-inner {
  max-width: 1080px;
  padding: 0;
  margin: 0 auto;
}
.access-title-wrapper {
  margin: 0 0 48px;
}
.access-subtitle {
  margin: 0 0 20px;
  font-size: 1rem;
  font-weight: 700;
  color: #0f3e8f;
}
.access-title {
  font-size: 2.5rem;
  font-weight: 700;
}
.access-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}

.access-info {
  flex: 0 1 360px;
  padding: 0 0 0 24px;
  border-left: solid 4px #0f3e8f;
}
.access-info-content {
  padding: 20px 0;
  margin: 0;
  border-bottom: solid 1px #cecece;
}
.access-info-content:first-child {
  padding: 0 0 20px;
}
.access-info-content:last-child {
  padding: 20px 0 0;
  border-bottom: none;
}
.access-info-title {
  margin: 0 0 16px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1b1a1a;
}
.access-info-text {
  font-size: 1rem;
  font-weight: normal;
  color: #1b1a1a;
}
.access-info-text.address {
  font-weight: bold;
}
.access-map {
  flex: 0 1 500px;
}
.map-wrapper {
  width: 100%;
  height: 300px;
  margin: 0 0 40px;
}
.map-wrapper iframe {
  width: 100%;
  height: 100%;
}
.map-note {
  font-size: 0.85rem;
  font-weight: normal;
  color: #5f6b7d;
}
@media (max-width: 767px) {
  .access-section {
    padding: 60px 20px 60px;
  }
  .access-title-wrapper {
    margin: 0 0 20px;
  }
  .access-subtitle {
    margin: 0 0 8px;
    font-size: 1rem;
  }
  .access-title {
    font-size: 1.25rem;
  }
  .access-container {
    display: flex;
    flex-direction: column;
  }
  .access-info {
    flex: 1;
    padding: 0;
    border-left: none;
  }
  .access-info-content {
    padding: 20px 0;
    margin: 0;
    border-bottom: solid 1px #cecece;
  }
  .access-info-content:first-child {
    padding: 20px 0;
    border-top: solid 1px #cecece;
  }
  .access-info-content:last-child {
    padding: 20px 0;
    border-bottom: none;
  }
  .access-info-title {
    margin: 0 0 8px;
    font-size: 1rem;
  }
  .access-info-text {
    font-size: 0.9rem;
  }
  .access-map {
    flex: 1;
  }
  .map-wrapper {
    height: 200px;
    margin: 0 0 20px;
  }

  .map-note {
    font-size: 0.75rem;
  }
}
