@charset "UTF-8";
/* =========================================
information
========================================= */
.pg_mv img {
  width: 100%;
  height: auto;
}

.pg_information_title {
  position: relative;
  margin: 80px 0 74px;
  padding-bottom: 94px;
  text-align: center;
}
.pg_information_title .ja {
  display: block;
  padding-left: 0.1em;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.pg_information_title .en {
  display: block;
  padding-left: 0.1em;
  color: var(--color_accent);
  font-family: var(--font_accent);
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.pg_information_title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 13px;
  height: 20px;
  margin: 0 auto;
  background: url(../../img/common/title_bg.svg) no-repeat 0 0/contain;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_information_title {
    position: relative;
    margin: 47px auto 48px;
    padding-bottom: 63px;
  }
  .pg_information_title .ja {
    font-size: 1.6rem;
    margin-bottom: 2px;
  }
  .pg_information_title .en {
    font-size: 1.3rem;
  }
  .pg_information_title::after {
    width: 10px;
    height: 16px;
  }
}
/* =========================================
pg_access
========================================= */
.pg_access {
  margin-bottom: 95px;
}

.pg_access_title {
  max-width: 500px;
  margin: 0 auto 45px;
  padding: 0 0 15px 0.1em;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--color_accent);
  font-size: 2rem;
  border-bottom: 1px solid var(--color_accent);
}

.pg_access_item + .pg_access_item {
  margin-top: 105px;
}

.pg_access_box {
  max-width: 500px;
  margin: 0 auto 32px;
}

.pg_access_item_title {
  margin: 0 auto 25px;
  padding-left: 0.1em;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--color_accent);
  font-size: 1.5rem;
}

.pg_access_lists li {
  padding-left: 0.1em;
  letter-spacing: 0.1em;
  text-align: center;
}
.pg_access_lists .opening_hours {
  margin-top: 1.6em;
}

.pg_googlemap {
  max-width: 1000px;
  margin: 0 auto 40px;
}

.pg_neighborhood_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  border: 2px solid var(--color_accent);
  border-radius: 10px;
  overflow: hidden;
}
.pg_neighborhood_map iframe {
  display: block;
}

.pg_neighborhood_map_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 285px;
  background-color: #ffc200;
  text-align: center;
}

.pg_neighborhood_map_title {
  margin-top: 6px;
  padding-left: 17px;
}
.pg_neighborhood_map_title .en {
  display: block;
  max-width: 182px;
  margin-bottom: 17px;
}
.pg_neighborhood_map_title .en img {
  display: block;
  width: 100%;
  height: auto;
}
.pg_neighborhood_map_title .ja {
  color: var(--color_accent);
  font-size: 1.5rem;
}

.pg_neighborhood_map_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 17px 30px;
  background-color: rgb(255, 249, 229);
}

.pg_neighborhood_map_img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #969696;
}
.pg_neighborhood_map_img img {
  display: block;
}

.pg_neighborhood_map_supplement {
  position: absolute;
  left: 510px;
  bottom: 14px;
}
.pg_neighborhood_map_supplement .icon_p {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(../../img/information/icon_p.svg) no-repeat 0 0/contain;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_access {
    margin-bottom: 60px;
  }
  .pg_access_title {
    margin: 0 15px 25px;
    padding: 0 0 16px 0.1em;
    font-size: 1.6rem;
  }
  .pg_access_item + .pg_access_item {
    margin-top: 67px;
  }
  .pg_access_box {
    max-width: initial;
    margin: 0 auto 25px;
    padding: 0 15px;
  }
  .pg_access_item_title {
    margin-bottom: 22px;
    font-size: 1.4rem;
  }
  .pg_access_lists li {
    font-size: 1.4rem;
  }
  .pg_googlemap {
    margin: 0 0 25px;
  }
  .pg_googlemap iframe {
    width: 100%;
    height: 280px;
  }
  .pg_neighborhood_map {
    display: block;
    margin: 0 15px;
  }
  .pg_neighborhood_map_header {
    display: block;
    width: auto;
    padding: 28px 0 20px;
  }
  .pg_neighborhood_map_title {
    margin: 0;
    padding-left: 0;
    text-align: center;
  }
  .pg_neighborhood_map_title .en {
    max-width: 146px;
    margin: 0 auto 8px;
  }
  .pg_neighborhood_map_title .ja {
    font-size: 1.4rem;
  }
  .pg_neighborhood_map_body {
    padding: 19px 10px 8px;
  }
  .pg_neighborhood_map_supplement {
    margin-top: 5px;
    position: static;
    text-align: right;
    font-size: 1.3rem;
  }
  .pg_neighborhood_map_supplement .icon_p {
    top: 3px;
  }
}
/* =========================================
pg_management
========================================= */
.pg_management_box {
  max-width: 500px;
  margin: 0 auto 90px;
}

.pg_management_title {
  margin-bottom: 22px;
  padding: 0 0 15px 0.1em;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--color_accent);
  font-size: 2rem;
  border-bottom: 1px solid var(--color_accent);
}

.pg_management_lists li {
  padding-left: 0.05em;
  text-align: center;
  line-height: 2;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_management_box {
    max-width: initial;
    margin: 0 auto 62px;
    padding: 0 15px;
  }
  .pg_management_title {
    margin-bottom: 18px;
    padding: 0 0 16px 0.1em;
    font-size: 1.6rem;
  }
  .pg_management_lists li {
    line-height: 1.6;
    font-size: 1.4rem;
  }
}
/* =========================================
pg_equipment
========================================= */
.pg_equipment {
  padding: 95px 0 45px;
  background: url(../../img/common/bg_pattern_01.jpg) center 0 repeat;
}

.pg_equipment_box {
  position: relative;
  max-width: 1026px;
  margin: 0 auto 35px;
  min-height: 72px;
}
.pg_equipment_box::before, .pg_equipment_box::after {
  content: "";
  display: block;
  position: absolute;
  top: 27px;
  width: 154px;
  height: 41px;
  background: url(../../img/information/dec_01.svg) no-repeat 0 0/contain;
  opacity: 0.4;
}
.pg_equipment_box::before {
  left: 0;
}
.pg_equipment_box::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.pg_equipment_title {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 22px;
  padding: 0 0 15px 0.1em;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--color_accent);
  font-size: 2rem;
  border-bottom: 1px solid var(--color_accent);
}

.pg_equipment_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

.pg_equipment_item {
  width: 450px;
}
.pg_equipment_item img {
  display: block;
  border-radius: 5px;
  margin-bottom: 17px;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_equipment {
    padding: 47px 15px 45px;
    background: url(../../img/common/bg_pattern_01.jpg) center 0 repeat;
  }
  .pg_equipment_box {
    margin: 0 auto 32px;
    min-height: initial;
  }
  .pg_equipment_box::before, .pg_equipment_box::after {
    display: none;
  }
  .pg_equipment_title {
    margin-bottom: 0;
    padding: 0 0 11px 0.1em;
    font-size: 1.6rem;
  }
  .pg_equipment_column {
    display: block;
    font-size: 1.4rem;
  }
  .pg_equipment_item {
    width: 100%;
  }
  .pg_equipment_item img {
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .pg_equipment_item + .pg_equipment_item {
    position: relative;
    margin-top: 24px;
    padding-top: 63px;
  }
  .pg_equipment_item + .pg_equipment_item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 106px;
    height: 28px;
    margin: 0 auto;
    background: url(../../img/information/dec_01.svg) no-repeat 0 0/contain;
    opacity: 0.4;
  }
}
/* =========================================
pg_sdgs
========================================= */
.pg_sdgs {
  padding: 93px 0;
}

.pg_sdgs_inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.pg_sdgs_title {
  max-width: 500px;
  margin: 0 auto 39px;
  padding: 0 0 15px 0.1em;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--color_accent);
  font-size: 2rem;
  border-bottom: 1px solid var(--color_accent);
}

.pg_sdgs_logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 49px;
}

.pg_sdgs_dl {
  margin-bottom: 39px;
  color: #d09105;
}
.pg_sdgs_dl dt {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
.pg_sdgs_dl dt img {
  margin-bottom: 46px;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_sdgs {
    padding: 66px 15px 50px;
  }
  .pg_sdgs_inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }
  .pg_sdgs_title {
    margin-bottom: 30px;
    padding: 0 0 11px 0.1em;
    font-size: 1.6rem;
  }
  .pg_sdgs_logo {
    width: 200px;
    margin: 0 auto 30px;
  }
  .pg_sdgs_dl {
    margin-bottom: 20px;
    color: #d09105;
    font-size: 1.4rem;
  }
  .pg_sdgs_dl dt {
    width: 88px;
    margin: 0 auto 21px;
  }
  .pg_sdgs_dl dt img {
    margin-bottom: 25px;
  }
  .pg_sdgs_dl dd {
    text-align: left;
  }
  .pg_sdgs_text {
    font-size: 1.4rem;
    text-align: left;
  }
}