@charset "UTF-8";

.section-common-primary.is-address .section-body .wrapper {
  position: relative;
}

.section-common-primary.is-address .body-info {
  background-color: #fff;
}

.section-common-primary.is-address .contact-logo {
  display: block;
  position: relative;
}

.section-common-primary.is-address .body-thumbnail {
  overflow: hidden;
}

.section-common-primary.is-address .contact-phone {
  margin: 0;
}

.section-common-primary.is-address .contact-phone .phone-wrapper {
  display: block;
  width: 100%;
}

/* -------------------------------
* ▼ SP表示
* -------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-primary.is-address .body-info {
    margin-bottom: 0.3rem;
    border-radius: 0.2rem;
  }

  .section-common-primary.is-address .info-contact {
    padding: 0.16rem 0.1rem;
  }

  .section-common-primary.is-address .contact-logo {
    margin-bottom: 0.15rem;
  }

  .section-common-primary.is-address .contact-address {
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
  }

  .section-common-primary.is-address .list-common-place {
    margin-bottom: 0.15rem;
  }

  .section-common-primary.is-address .contact-phone {
    width: 66.6666666667%;
  }

  .section-common-primary.is-address .body-thumbnail {
    border-radius: 0.2rem;
  }
}

/* -------------------------------
* ▼ PC表示
* -------------------------------- */
@media print, (min-width: 768px) {
  .section-common-primary.is-address .section-heading {
    padding-bottom: 20px;
  }

  .section-common-primary.is-address .section-body .wrapper {
    display: -ms-flexbox;
    display: flex;
  }

  .section-common-primary.is-address .body-info {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 480px;
    margin-right: 40px;
    border-radius: 30px;
  }

  .section-common-primary.is-address .info-contact {
    min-height: 343px;
    padding: 30px;
  }

  .section-common-primary.is-address .contact-logo {
    width: 95%;
    margin-bottom: 16px;
  }

  .section-common-primary.is-address .contact-address {
    margin-bottom: 7px;
    font-size: 0.18rem;
    line-height: 1.75;
  }

  .section-common-primary.is-address .list-common-place {
    margin-bottom: 12px;
  }

  .section-common-primary.is-address .contact-phone {
    width: 57.1428571429%;
    pointer-events: none;
  }

  .section-common-primary.is-address .body-thumbnail {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 30px;
  }
}

.section-common-primary.is-access .body-banner {
  margin: 0 auto;
}

.section-common-primary.is-access .button-common-primary {
  width: 100%;
  max-width: 2.3rem;
  min-height: 0.62rem;
  border-radius: 0.4rem;
}

.section-common-primary.is-access .button-common-primary .button-wrapper {
  padding: 0.05rem 0.5rem 0.05rem 0.4rem;
}

.section-common-primary.is-access .button-common-primary .button-wrapper::after {
  top: calc(50% - 0.06rem);
  width: 0.12rem;
  height: 0.12rem;
}

.section-common-primary.is-access .title-common-teriary {
  border-radius: 0;
}

.section-common-primary.is-access .body-controller {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* -------------------------------
* ▼ SP表示
* -------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-primary.is-access {
    margin-bottom: 0;
  }

  .section-common-primary.is-access .body-banner {
    margin-bottom: 0.2rem;
  }

  .section-common-primary.is-access .body-controller {
    margin-bottom: 0.3rem;
  }

  .section-common-primary.is-access .body-controller {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-common-primary.is-access .button-common-primary:not(:last-child) {
    margin-bottom: 0.15rem;
  }

  .section-common-primary.is-access .block-wrapper {
    padding: 0.16rem 0.1rem;
    border-radius: 0 0 0.1rem 0.1rem;
    background: #fff;
  }

  .acc_map_detail{
    margin-bottom: 0.3rem;
  }

  .acc_map_detail>p{
    font-size: 0.2rem;
    padding-left: 0.15rem;
    position: relative;
    margin-bottom: 0.1rem;
    font-weight: bold;
  }

  .acc_map_detail>p::before{
    content: "";
    position: absolute;
    width: 5px;
    height: 30px;
    top: 5px;
    left: 0;
    background-color: #005fc8;
  }
}

/* -------------------------------
* ▼ PC表示
* -------------------------------- */
@media print, (min-width: 768px) {
  .section-common-primary.is-access {
    margin-bottom: 0;
  }

  /* .section-common-primary.is-access .wrapper{
    max-width: 800px;
  } */

  .section-common-primary.is-access .section-heading {
    padding-bottom: 20px;
  }

  .section-common-primary.is-access .section-body {
    padding-bottom: 100px;
    padding-top: 40px;
  }

  .section-common-primary.is-access .body-banner {
    width: 900px;
    margin-bottom: 40px;
  }

  .section-common-primary.is-access .body-controller {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    width: 800px;
    margin: 0 auto 50px;
  }

  .section-common-primary.is-access .button-common-primary {
    margin: 5px 30px;
  }

  .section-common-primary.is-access .block-wrapper {
    padding: 18px 15px 25px;
    background-color: #fff;
    border-radius: 0 0 0.1rem 0.1rem;
  }

  .acc_map_detail{
    margin-bottom: 0.6rem;
  }

  .acc_map_detail>p{
    font-size: 0.26rem;
    padding-left: 0.15rem;
    position: relative;
    margin-bottom: 0.4rem;
    font-weight: bold;
  }

  .acc_map_detail>p::before{
    content: "";
    position: absolute;
    width: 5px;
    height: 45px;
    top: 1px;
    left: 0;
    background-color: #005fc8;
  }

  .acc_map_detail .title-common-tertiary{
    font-size: 0.2rem;
    padding: 0px 26px;
    min-height: 39px;
    border-radius: 0.1rem 0.1rem 0 0;
  }
}

.list-access-flow {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  list-style: none;
}

.list-access-flow .list-item {
  display: -ms-flexbox;
  display: flex;
}

.list-access-flow .list-item:nth-child(1)::before {
  background-image: url(../img/acc/icon_number_01.svg);
}

.list-access-flow .list-item:nth-child(2)::before {
  background-image: url(../img/acc/icon_number_02.svg);
}

.list-access-flow .list-item::before {
  content: "";
  display: block;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: top center/100% auto no-repeat;
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.list-access-flow .item-label {
  display: block;
  position: relative;
  top: 0.01rem;
}
.access_time{
  border-bottom: 1px dashed #005fc8;
  font-size: 18px;
}

/* -------------------------------
* ▼ SP表示
* -------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-access-flow .list-item:not(:last-child) {
    margin-bottom: 0.1rem;
  }

  .list-access-flow .list-item::before {
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.05rem;
    margin-top: 0.05rem;
  }
  .access_time{
    font-size: 0.16rem;
  }
}

/* -------------------------------
* ▼ PC表示
* -------------------------------- */
@media print, (min-width: 768px) {
  .list-access-flow {
    font-size: 0.18rem;
    line-height: 1.75;
  }

  .list-access-flow .list-item:not(:last-child) {
    margin-bottom: 11px;
  }

  .list-access-flow .list-item::before {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    margin-top: 5px;
  }
}
