@charset "utf-8";

/*  PC to SP */
/*========= レイアウト ===============*/
/* access */
/* アクセス */
.p-access-upbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin-bottom: 120px;
  padding-top: 58px;
  position: relative;
}

.p-access-upbox__textinner {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(284/1080 * 100%);
  position: relative;
  z-index: 5;
}

.p-access-upbox__head {
  display: inline-block;
  color: var(--base_green);
  /* font-size: clamp(20px, 1.46vw, 28px); */
  font-size: 28px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  line-height: calc(48/28);
  letter-spacing: 0.04em;
  text-align: left;
  width: 517px;
  /* padding-bottom: min(1.56vw, 30px); */
  padding-bottom: 30px;
}

.p-access-upbox__desc {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: var(--black);
  font-family: 'Noto Serif JP', serif;
  /* font-size: clamp(14px, 1.3vw, 16px); */
  font-size: 16px;
  font-weight: 200;
  line-height: 2;
  letter-spacing: 0.01em;
  width: 101%;
  /* padding-bottom: min(1.875vw, 36px); */
  padding-bottom: 30px;
}

.p-access-upbox__underimg {
  width: 100%;
  position: relative;
}

.p-access-upbox__underimgcmt {
  display: inline-block;
  color: var(--white);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: var(--black-a60);
  width: auto;
  margin: 0 10px 10px 0;
  padding: 6px 4px 6px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.p-access-upbox__img {
  display: block;
  width: calc(730/1080 * 100%);
  position: relative;
  z-index: 0;

}


.p-access-midbox-wrap {
  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;
  width: 100%;
  margin-bottom: 142px;
}

.p-access-midbox__img {
  width: 100%;
}

.p-access-midbox__img-sp {
  display: none;
}

/* location */

.p-loc-map-apltxt {
  display: block;
  text-align: center;
  /* width: calc(952/1080 * 100%); */
  width: 100%;
  margin: 0 auto;
  margin-bottom: 66px;
}

.p-loc-map-apltxt span {
  display: block;
  font-size: 16px;
  /* font-size: min(1.17vw, 16px); */
  font-weight: 400;
  /* line-height: calc(46/16); */
  line-height: calc(32/16);
  letter-spacing: 0.020em;
}




/* location parts */
.p-loc {
  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;
  width: 100%;
}

.p-loc__logo {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 35px;
  position: relative;
}

.p-loc__logo::before {
  content: '';
  display: block;
  background-color: var(--base_green);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.p-loc__logotxt {
  display: inline-block;
  color: var(--base_green);
  font-family: 'Cardo', serif;
  /* font-size: 14px; */
  /* font-size: clamp(12px, 0.73vw, 14px); */
  font-size: 14px;
  font-weight: 400;
  line-height: calc(32/14);
  letter-spacing: 0.800em;
  margin-right: -0.800em;
  padding-top: 8px;
  position: relative;
}


.p-loc-map {
  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;
  width: 100%;
  height: 100%;
  position: relative;
}

.p-loc-map-box-wrap {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  /* width: 706px; */
  background-color: var(--white);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-bottom: 62px;
  position: relative;
  z-index: 0;
}

.p-loc-map-box-wrap::before {
  content: '';
  display: block;
  /* background-color: var(--base_green); */
  background-color: var(--green-a05);
  width: 100%;
  height: calc(197/597 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  /* opacity: 0.05; */
}


.p-loc-map-box {
  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: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 706px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}


.p-loc-map-box img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid var(--loc_gray);
  /* box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.20); */

}

.p-loc-map-box-undercmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
  bottom: -15px;
  right: 0;
}

.p-loc-map-box-undercmt-cirbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-loc-map-box-undercmt-redcir {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--loc_red);
  border-radius: 50%;
  margin-right: 4px;

}

.p-loc-map-box-undercmt-txt {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: 0.04em;
  margin-left: 4px;

}


.p-loc-box {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}

.p-loc-boxlist {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 6px;
  grid-column-gap: calc(24/1080 * 100%);
  width: 100%;
}

.p-loc-boxlist__item {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.p-loc-boxlist__thumb {
  max-width: 252px;
  height: auto;
}

.p-loc-boxlist__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-loc-boxlist__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* font-size: 16px; */
  font-size: clamp(13px, 1.272vw, 14px);
  font-weight: 400;
  line-height: calc(22/14);
  letter-spacing: 0.02em;
  text-align: center;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 22px;
  min-height: 0vw;
}

.p-loc-boxlist__item:nth-child(1),
.p-loc-boxlist__item:nth-child(2),
.p-loc-boxlist__item:nth-child(3),
.p-loc-boxlist__item:nth-child(4) {
  grid-row: 1;
}

.p-loc-boxlist__item:nth-child(5),
.p-loc-boxlist__item:nth-child(6),
.p-loc-boxlist__item:nth-child(7),
.p-loc-boxlist__item:nth-child(8) {
  grid-row: 2;
}

.p-loc-boxlist__item:nth-child(9),
.p-loc-boxlist__item:nth-child(10),
.p-loc-boxlist__item:nth-child(11),
.p-loc-boxlist__item:nth-child(12) {
  grid-row: 3;
}

.p-loc-notice {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: calc(15/10);
  letter-spacing: 0.04em;

}

.p-loc-notice span {
  display: block;
  width: 100%;
}

.p-loc-notice span .sp-space {
  display: none;
}

/* ------ */
/*1249px以下 (コンテンツ幅が1080以下になるあたり）*/
@media screen and (max-width: 1249px) {

  .p-access-upbox__textinner {
    /* width: calc(310/1080 * 100%); */
  }

  .p-access-upbox__head {
    font-size: clamp(20px, 2.24vw, 28px);
    min-height: 0vw;
    padding-bottom: calc(30/1249 * 100vw);
  }

  .p-access-upbox__desc {
    font-size: clamp(14px, 1.28vw, 16px);
    min-height: 0vw;
    padding-bottom: min(2.4vw, 30px);
    width: 110%;
  }

  .p-loc__logotxt {
    font-size: clamp(12px, 1.12vw, 14px);
    min-height: 0vw;
  }

  .p-loc-map-apltxt span {
    font-size: clamp(14px, 1.28vw, 16px);
    min-height: 0vw;

  }

}

/* SP all */
@media screen and (max-width: 1024px) {

  /* アクセス */
  .p-access-upbox-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 38px;
    padding-top: 8px;
  }

  .p-access-upbox__underimg,
  .p-access-upbox__underimgcmt {
    display: none;
  }

  .p-access-upbox__textinner {
    display: contents;
    width: 100%;
    /* order: 1;
    gap: 47px; */
    padding-bottom: 40px;
  }

  .p-access-upbox__head {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 20px;
    line-height: calc(32/20);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0px;
    padding-bottom: 21px;
  }

  /* .p-access-upbox__desc{
    display: none;
  } */

  .p-access-upbox__desc {
    display: block;
    /* display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; */
    font-size: 14px;
    font-weight: 400;
    line-height: calc(26/14);
    letter-spacing: 0.04em;
    width: 100%;
    /* margin-bottom: 40px; */
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;

  }

  .p-access-upbox__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 27px;
  }

  .p-access-midbox-wrap {
    margin-bottom: 40px;
  }

  .p-access-midbox__img {
    width: calc(432/544 * 100%);
  }

  .p-access-midbox__img-sp {
    display: block;
    width: calc(432/544 * 100%);
  }

  /* p-loc SP */

  .p-loc-map-box-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .p-loc__logo {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .p-loc-map {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .p-loc__logotxt {
    font-size: 10px;
    line-height: calc(32/10);
  }

  .p-loc-map-box-wrap::before {
    display: none;
  }

  .p-loc-map-box {
    /* display: block; */
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 0px;
  }

  .p-loc-boxlist {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-rows: unset;
    grid-template-columns: repeat(auto-fill, minmax(-webkit-min-content, 161px));
    grid-template-columns: repeat(auto-fill, minmax(min-content, 161px));
    grid-row-gap: 20px;
    /* grid-column-gap: 20px; */
    grid-column-gap: min(calc(30/544 * 100%), 30px);

    width: 100%;
  }

  .p-loc-boxlist__item {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }

  .p-loc-boxlist__thumb {
    max-width: 161px;
    height: auto;
  }

  .p-loc-boxlist__item img {
    width: 100%;
    height: auto;
    border-radius: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .p-loc-boxlist__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 10px;
    font-weight: 400;
    line-height: calc(16/10);
    letter-spacing: 0.02em;
    text-align: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 0px;

  }

  .p-loc-boxlist__txt span {
    text-align: center;
  }

  .p-loc-boxlist__item:nth-child(1),
  .p-loc-boxlist__item:nth-child(2),
  .p-loc-boxlist__item:nth-child(3) {
    grid-row: unset;
  }

  .p-loc-boxlist__item:nth-child(4),
  .p-loc-boxlist__item:nth-child(5),
  .p-loc-boxlist__item:nth-child(6) {
    grid-row: unset;
  }

  .p-loc-boxlist__item:nth-child(7),
  .p-loc-boxlist__item:nth-child(8),
  .p-loc-boxlist__item:nth-child(9) {
    grid-row: unset;
  }

  .p-loc-boxlist__item:nth-child(10),
  .p-loc-boxlist__item:nth-child(11),
  .p-loc-boxlist__item:nth-child(12) {
    grid-row: unset;
  }

  .p-loc-notice {
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: calc(16/10);
    letter-spacing: 0.05em;

  }

  .p-loc-notice span {
    display: block;
    width: 100%;
  }

  .p-loc-notice span .sp-space {
    display: inline-block;
    width: auto;
  }


  .p-loc-map-box-undercmt {
    display: block;
    bottom: -6px;
    line-height: 1.2;
  }

  .p-loc-map-box-undercmt-cirwrap {
    display: block;
    float: left;
    margin-top: 9px;
  }

  .clearfix ::after {
    content: '';
    display: block;
    clear: both;
  }

  .p-loc-map-box-undercmt-txt-sp {
    /* margin-top: -10px; */
  }

  .p-loc-map-apltxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: justify;
    width: 100%;
    margin-bottom: 4px;
    padding-top: 14px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .p-loc-map-apltxt span {
    font-size: 14px;
    /* font-size: min(1.17vw, 16px); */
    font-weight: 400;
    /* line-height: calc(46/16); */
    line-height: calc(26/14);
    letter-spacing: 0.020em;
  }

  .sp-space {
    display: inline-block;
    width: auto;
  }

  .p-loc-map-box-undercmt-redcir {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: var(--loc_red);
    border-radius: 50%;
    margin-right: 4px;

  }

  .p-loc-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }



}

/*576px以下*/
@media screen and (max-width: 576px) {

  .p-access-upbox__textinner {
    padding-bottom: 36px;
  }

  .p-access-upbox-wrap {
    margin-bottom: 37px;

  }

  .p-access-midbox-wrap {
    grid-row-gap: 2px;
    margin-bottom: 40px;
  }

  .p-access-midbox__img,
  .p-access-midbox__img-sp {
    width: 100%;
  }

  .p-access-upbox__head {
    padding-bottom: 31px;
  }

}

/*400px以下*/
/* grid 1rowにならないようにする */
@media screen and (max-width: 400px) {

  .p-loc-boxlist {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-rows: unset;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: calc(20/342 * 100%);
    width: 100%;
  }

  .footer_03__timeinfo {
    font-size: clamp(12px, 3.7vw, 14px);
    min-height: 0vw;
    font-weight: 400;
    line-height: calc(26/14);
    letter-spacing: 0.04em;
    margin-bottom: 30px;
  }


}