@charset "utf-8";

/*======================================================================
 * access
======================================================================*/
.g-wrap .unker_links_tab {
  max-width: 1160px;
  margin: 0 auto;
  border-bottom: 1px solid #004471;
}

.g-wrap .unker_links {
  display: flex;
  justify-content: center;
  max-width: 1040px;
  margin: 80px auto 0;
}

.g-wrap .unker_links .unker_link_item {
  width: calc(100% / 5);
  margin: 0 15px;
}

.g-wrap .unker_links .unker_link_item:first-child {
  margin-left: 0;
}

.g-wrap .unker_links .unker_link_item:last-child {
  margin-right: 0;
}

.g-wrap .unker_links .unker_link_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 7px 14px;
  height: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  background-color: #FCFBF9;
  border: 1px solid #004471;
  border-bottom: none;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.g-wrap .unker_links .unker_link_item a.current {
  background-color: #004471;
  color: #fff;
}

@media (max-width: 1400px) {
  .g-wrap .unker_links_tab {
    max-width: 900px;
    margin: 0 auto;
  }

  .g-wrap .unker_links {
    max-width: 800px;
  }

  .g-wrap .unker_links .unker_link_item {
    margin: 0 8px;
  }

  .g-wrap .unker_links .unker_link_item a {
    font-size: 11px;
  }
}

@media (max-width: 936px) {
  .g-wrap .unker_links {
    padding: 0 5px;
  }
}

@media (max-width: 768px) {
  .g-wrap .unker_links_tab {
    border-bottom: none;
    position: relative;
  }

  .g-wrap .unker_links_tab::after {
    content: "";
    display: block;
    width: calc(100% + 12px);
    border-bottom: 1px solid #004471;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .g-wrap .unker_links {
    margin-top: 40px;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
    font-feature-settings: "palt";
  }

  .g-wrap .unker_links .unker_link_item {
    width: calc(100% / 3 - 4px);
    margin: 0 2px;
    position: relative;
  }

  .g-wrap .unker_links .unker_link_item::after {
    content: "";
    display: block;
    width: 8px;
    border-bottom: 1px solid #004471;
    position: absolute;
    right: -8px;
    bottom: 0;
  }

  .g-wrap .unker_links .unker_link_item:nth-child(1)::before,
  .g-wrap .unker_links .unker_link_item:nth-child(4)::before {
    content: "";
    display: block;
    width: 10px;
    border-bottom: 1px solid #004471;
    position: absolute;
    left: -10px;
    bottom: 0;
  }

  .g-wrap .unker_links .unker_link_item:nth-child(3)::after,
  .g-wrap .unker_links .unker_link_item:nth-child(6)::after {
    content: "";
    display: block;
    width: 10px;
    border-bottom: 1px solid #004471;
    position: absolute;
    right: -10px;
    bottom: 0;
  }

  .g-wrap .unker_links .unker_link_item:nth-child(-n+3) {
    margin-bottom: 12px;
  }

  .g-wrap .unker_links .unker_link_item:nth-child(3) {
    margin-right: 0;
  }

  .g-wrap .unker_links .unker_link_item:nth-child(4) {
    margin-left: 0;
  }

  .g-wrap .unker_links .unker_link_item a {
    font-size: 12px;
    letter-spacing: 0;
    padding: 8px 1px 5px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom: 1px solid #004471;
  }

  .g-wrap .unker_links .unker_link_item a span {
    transform: scale(0.9);
  }
}

.g-wrap .guide_content {
  max-width: 1040px;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .g-wrap .guide_content {
    max-width: 800px;
    margin: 0 auto;
  }
}

@media (max-width: 936px) {
  .g-wrap .guide_content {
    padding: 0 5px;
  }
}

.g-wrap .access_map_border {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #004471;
}

.g-wrap .access_map {
  margin-top: 80px;
}

.g-wrap .access_map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1040/625;
}

.g-wrap .access_detail {
  margin-top: 20px;
  display: flex;
}

.g-wrap .access_text {}

.g-wrap .access_name {
  font-size: 18px;
  font-weight: bold;
}

.g-wrap .access_list {
  font-size: 16px;
  margin-top: 0.8em;
}

.g-wrap .access_list li {
  display: inline-block;
  padding: 0.2em 0;
}

.g-wrap .access_list li._address {
  margin-right: 3em;
}

.g-wrap .access_detail .link_button_area {
  flex-shrink: 0;
  margin-top: 0;
  font-size: 14px;
  width: 230px;
}

@media (max-width:1400px) {
  .g-wrap .access_map {
    margin-top: 40px;
  }

  .g-wrap .access_detail {
    display: block;
  }

  .g-wrap .access_detail .link_button_area {
    margin-top: 40px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .g-wrap .access_map_border {
    border-radius: 12px;
  }

  .g-wrap .access_map iframe {
    aspect-ratio: 1;
  }

  .g-wrap .access_detail {
    margin-top: 18px;
  }

  .g-wrap .access_name {
    font-size: 15px;
  }

  .g-wrap .access_list {
    font-size: 13px;
    margin-top: 1em;
  }

  .g-wrap .access_list li._address {
    margin-right: 0;
  }
}


/*======================================================================
 * アクセス詳細
======================================================================*/
.g-wrap .access_section {
  border-top: 1px solid #004471;
  padding-top: 60px;
  margin-top: 80px;
}

.g-wrap .title_access {
  font-size: 32px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
}

.g-wrap .title_access::before {
  content: "";
  display: inline-block;
  aspect-ratio: 64/64;
  width: 64px;
  margin-right: 20px;
}

.g-wrap .access_section p {
  font-size: 18px;
}

.g-wrap .access_section .note {
  font-size: 13px;
}

.g-wrap .info_def dt {
  font-weight: 400;
  font-size: 22px;
  font-weight: bold;
  margin-top: 1em;
}

.g-wrap .info_def dt span {
  font-size: 18px;
}

.g-wrap .info_def dd {
  font-size: 18px;
}

.g-wrap .info_def dd strong {
  font-size: 22px;
}

.g-wrap .info_def .note {
  font-size: 18px;
  margin-top: 1.25em;
}

@media (max-width: 768px) {
  .g-wrap .title_access {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
  }

  .g-wrap .title_access::before {
    width: 32px;
    margin-right: 7px;
  }

  .g-wrap .access_section {
    margin-top: 30px;
    padding-top: 25px;
  }

  .g-wrap .access_section p {
    font-size: 14px;
  }

  .g-wrap .info_def dt {
    font-size: 14px;
  }

  .g-wrap .info_def dd {
    font-size: 14px;
  }

  .g-wrap .info_def dd strong {
    font-size: 12px;
  }

  .g-wrap .access_section .note {
    font-size: 12px;
  }
}


/*------------------------------------------------------------
 * 電車
------------------------------------------------------------*/
.g-wrap #train .title_access::before {
  background: url(../images/access/icon_access_train.svg) no-repeat center / contain;
}

/*------------------------------------------------------------
 * バス
------------------------------------------------------------*/
.g-wrap #bus .title_access::before {
  background: url(../images/access/icon_access_bus.svg) no-repeat center / contain;
}

.g-wrap #bus h3 {
  margin-top: 1em;
  font-size: 18px;
}

.g-wrap #bus .bus_access_list {
  margin-top: 1em;
  font-size: 22px;
  font-weight: bold;
}

.g-wrap #bus .bus_access_list li {
  margin-top: 1em;
}

.g-wrap #bus .bus_access_list li span {
  font-weight: 400;
  font-size: 18px;
}

.g-wrap #bus .bus_access_note {
  margin-top: 22px;
}

.g-wrap #bus .link_text a {
  text-decoration: underline;
}

.g-wrap #bus .link_text a[target=_blank]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  background: url(../images/access/icon_blank.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .g-wrap #bus h3 {
    font-size: 14px;
  }

  .g-wrap #bus .bus_access_list {
    font-size: 14px;
  }

  .g-wrap #bus .bus_access_list li span {
    font-size: 12px;
  }

  .g-wrap #bus .link_text a[target=_blank]:after {
    width: 14px;
    height: 14px;
  }
}

/*------------------------------------------------------------
 * 自動車・バイク
------------------------------------------------------------*/
.g-wrap #car .title_access::before {
  background: url(../images/access/icon_access_car.svg) no-repeat center / contain;
}

.g-wrap #car .info_def dt {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .g-wrap #car .title_access {
    letter-spacing: -0.03em;
  }

  .g-wrap #car .info_def dt {
    margin-top: 20px;
  }
}

/*------------------------------------------------------------
 * 飛行機
------------------------------------------------------------*/
.g-wrap #airplane .title_access::before {
  background: url(../images/access/icon_access_airplane.svg) no-repeat center / contain;
}

.g-wrap #airplane .info_def dt {
  margin-top: 40px;
}

.g-wrap #airplane .info_def dt::before {
  content: "●";
}

.g-wrap #airplane .expressway_map {
  margin-top: 20px;
  margin-left: -1px;
  margin-right: -1px;
}

.g-wrap #airplane .expressway_map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.75/1;
}

.g-wrap #airplane .cap {
  display: flex;
  flex-direction: row;
  gap: 60px;
  margin-top: 30px;
}

.g-wrap #airplane .expressway,
.g-wrap #airplane .localroad {
  display: flex;
  align-items: center;
  position: relative;
}

.g-wrap #airplane .expressway::before,
.g-wrap #airplane .localroad::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 9999px;
  margin-right: 5px;
}

.g-wrap #airplane .expressway::before {
  background-color: #12E4E4;
}

.g-wrap #airplane .localroad::before {
  background-color: #04F345;
}

@media (max-width: 768px) {
  .g-wrap #airplane .info_def dt {
    margin-top: 20px;
  }

  .g-wrap #airplane .expressway_map iframe {
    aspect-ratio: 1;
  }

  .g-wrap #airplane .cap {
    margin-top: 15px;
    gap: 20px;
  }
}

/*------------------------------------------------------------
 * 駐車場・駐輪場
------------------------------------------------------------*/
.g-wrap #parking .title_access::before {
  background: url(../images/access/icon_access_parking.svg) no-repeat center / contain;
}

.g-wrap #parking .parking_guide_content {
  margin-bottom: 80px;
}

.g-wrap #parking .parking_guide_content:last-child {
  margin-bottom: 0;
}

.g-wrap #parking .subtitle_access {
  font-size: 24px;
  font-weight: bold;
  padding: 12px 0;
  margin-bottom: 50px;
  background-color: #CCD9E2;
  border-radius: 9999px;
}

.g-wrap #parking .subtitle_access span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.g-wrap #parking .subtitle_access span::before {
  content: "";
  display: inline-block;
  aspect-ratio: 32/32;
  width: 32px;
  margin-right: 14px;
}

.g-wrap #parking .map_parking {
  margin-top: 55px;
  margin-left: -1px;
  margin-right: -1px;
}

.g-wrap #parking .info_def dd .price {
  margin-top: 15px;
  font-size: 26px;
}

.g-wrap #parking .fs-l {
  font-size: 34px;
  font-weight: bold;
}

.g-wrap #parking .fs-m {
  font-size: 28px;
  font-weight: bold;
}

.g-wrap #parking .fw-b {
  font-weight: bold;
}

.g-wrap #parking .txt-red {
  color: #ff0000;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .g-wrap #parking .txt-red {
    padding-left: 0;
    display: block;
  }
}

.g-wrap #parking .mb-10 {
  margin-bottom: 10px;
  display: inline-block;
}

.g-wrap #parking .pt-10 {
  padding-top: 10px;
}

.g-wrap #parking .pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .g-wrap #parking .pb-40 {
    padding-bottom: 25px;
  }
}

.g-wrap #parking .title_ribbon._yellow {
  width: calc(100% - 80px);
  width: 100%;
  margin: 55px auto 0;
  font-size: 22px;
  font-weight: bold;
}

.g-wrap #parking .title_ribbon._yellow::before,
.g-wrap #parking .title_ribbon._yellow::after {
  min-height: 40px;
  background-size: auto calc(100% + 2px);
}

.g-wrap #parking .title_ribbon._yellow span {
  min-height: 40px;
  justify-content: center;
}

.g-wrap #parking .title_ribbon._yellow span::before,
.g-wrap #parking .title_ribbon._yellow span::after {
  content: none;
}

@media (max-width: 768px) {
  .g-wrap #parking .title_access {
    letter-spacing: -0.03em;
  }

  .g-wrap #parking .parking_guide_content {
    margin-bottom: 40px;
  }

  .g-wrap #parking .subtitle_access {
    font-size: 14px;
    padding: 6px 0;
    margin-bottom: 20px;
  }

  .g-wrap #parking .subtitle_access span::before {
    width: 15px;
    margin-right: 7px;
  }

  .g-wrap #parking .map_parking {
    margin-top: 25px;
  }

  .g-wrap #parking .fs-l {
    font-size: 17px;
  }

  .g-wrap #parking .fs-m {
    font-size: 14px;
  }

  .g-wrap #parking .title_ribbon._yellow {
    font-size: 12px;
    width: fit-content;
    min-width: 60%;
    margin-top: 25px;
  }

  .g-wrap #parking .title_ribbon._yellow::before,
  .g-wrap #parking .title_ribbon._yellow::after {
    min-height: 24px;
  }

  .g-wrap #parking .title_ribbon._yellow span {
    min-height: 24px;
  }
}

/* 駐車場のご案内 */
.g-wrap #parking .parking_guide_content._parking .subtitle_access span::before {
  background: url(../images/access/icon_parking.svg) no-repeat center / contain;
}

.g-wrap #parking .parking_guide_content._parking h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}

.g-wrap #parking .parking_guide_content._parking .parking_list li {
  margin-bottom: 40px;
}

.g-wrap #parking .parking_guide_content._parking .parking_list li dl {
  display: flex;
  flex-direction: row;
}

.g-wrap #parking .parking_guide_content._parking .parking_list li dl dt {
  width: 160px;
  font-size: 18px;
  font-weight: 400;
  margin-right: 10px;
}

.g-wrap #parking .parking_guide_content._parking .parking_list li dl dd {
  display: flex;
  flex-direction: row;
  font-size: 18px;
  width: calc(100% - 170px);
}

.g-wrap #parking .parking_guide_content._parking .parking_list li dl dd .desc_detail {
  font-size: 21px;
  display: flex;
  flex-direction: column;
  margin-left: 40px;
  font-weight: bold;
}

.g-wrap #parking .parking_guide_content._parking .parking_list li ._price .price {
  padding-bottom: 0;
}

.g-wrap #parking .parking_guide_content._parking .note {
  font-size: 13px;
  margin-top: 15px;
  font-weight: 400;
}

.g-wrap #parking .parking_guide_content._parking .flow {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .g-wrap #parking .parking_guide_content._parking .note {
    font-size: 12px;
    margin-top: 10px;
  }

  .g-wrap #parking .parking_guide_content._parking h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .g-wrap #parking .parking_guide_content._parking .parking_list li {
    margin-bottom: 25px;
  }

  .g-wrap #parking .parking_guide_content._parking .parking_list li dl {
    flex-direction: column;
  }

  .g-wrap #parking .parking_guide_content._parking .parking_list li dl dt {
    font-size: 14px;
    width: 100%;
    font-feature-settings: "palt";
  }

  .g-wrap #parking .parking_guide_content._parking .parking_list li dl dd {
    flex-direction: column;
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
  }

  .g-wrap #parking .parking_guide_content._parking .parking_list li dl dd .desc_detail {
    margin-left: 0;
    margin-top: 12px;
    font-size: 14px;
  }
}

/* 駐車場料金 */
.g-wrap #parking .parking_guide_content._price .subtitle_access span::before {
  background: url(../images/access/icon_yen.svg) no-repeat center / contain;
}

.g-wrap #parking .parking_guide_content._price .price {
  font-size: 26px;
  padding-bottom: 40px;
  text-align: center;
}

.g-wrap #parking .parking_guide_content._price .price_list li {
  padding-bottom: 40px;
}

.g-wrap #parking .parking_guide_content._price .price_list dl {
  display: flex;
  flex-direction: row;
}

.g-wrap #parking .parking_guide_content._price .price_list dt {
  font-size: 18px;
  font-weight: 400;
  width: 128px;
  margin-right: 10px;
  flex-shrink: 0;
}

.g-wrap #parking .parking_guide_content._price .price_list dd {
  font-size: 18px;
}

.g-wrap #parking .parking_guide_content._price .free_list {
  margin-bottom: 50px;
}

.g-wrap #parking .parking_guide_content._price .free_list li {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #004471;
  display: flex;
  align-items: center;
  justify-content: center;
}

.g-wrap #parking .parking_guide_content._price .free_list li .fee {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 580px;
  font-size: 28px;
  margin-right: 10px;
  position: relative;
}

.g-wrap #parking .parking_guide_content._price .free_list li .fee::after {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22dot%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2060%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7Bfill%3A%20%23004471%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22dot-2%22%20data-name%3D%22dot%22%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2230%22%20cy%3D%2230%22%20r%3D%2230%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: 10px 100%;
  background-repeat: repeat-x;
  background-position: center;
  margin-left: 10px;
}

.g-wrap #parking .parking_guide_content._price .free_list li .free_time {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
}

.g-wrap #parking .parking_guide_content._price .text {
  font-size: 22px;
}

.g-wrap #parking .parking_guide_content._price .note {
  font-size: 13px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .g-wrap #parking .parking_guide_content._price .price {
    font-size: 13px;
    text-align: center;
    padding-bottom: 20px;
  }

  .g-wrap #parking .parking_guide_content._price .free_list {
    margin-bottom: 25px;
  }

  .g-wrap #parking .parking_guide_content._price .free_list li {
    justify-content: space-between;
    margin-top: 25px;
    padding-bottom: 20px;
  }

  .g-wrap #parking .parking_guide_content._price .free_list li .fee {
    font-size: 13px;
    width: 68%;
    margin-right: 5px;
    letter-spacing: 0;
  }

  .g-wrap #parking .parking_guide_content._price .free_list li .fee::after {
    height: 2px;
    background-size: 5px 100%;
    margin-left: 5px;
    width: 32%;
  }

  .g-wrap #parking .parking_guide_content._price .free_list li .free_time {
    font-size: 17px;
  }

  .g-wrap #parking .parking_guide_content._price .text {
    font-size: 13px;
  }

  .g-wrap #parking .parking_guide_content._price .note {
    font-size: 12px;
    margin-top: 25px;
  }

  .g-wrap #parking .parking_guide_content._price .price_list li {
    padding-bottom: 25px;
  }

  .g-wrap #parking .parking_guide_content._price .price_list dl {
    align-items: flex-start;
  }

  .g-wrap #parking .parking_guide_content._price .price_list dt {
    font-size: 14px;
    width: 90px;
    font-feature-settings: "palt";
  }

  .g-wrap #parking .parking_guide_content._price .price_list dd {
    font-size: 14px;
  }
}

/* 提携駐車場のご案内 */
.g-wrap #parking .parking_guide_content._affiliated-parking .price_list li {
  padding-bottom: 40px;
}

.g-wrap #parking .parking_guide_content._affiliated-parking .price_list dl {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.g-wrap #parking .parking_guide_content._affiliated-parking .price_list li:nth-child(2) dl {
  align-items: flex-start;
}

.g-wrap #parking .parking_guide_content._affiliated-parking .price_list dt {
  font-size: 18px;
  font-weight: 400;
  width: 180px;
  margin-right: 10px;
}

.g-wrap #parking .parking_guide_content._affiliated-parking .price_list dd {
  font-size: 21px;
  font-weight: bold;
  width: calc((100% - 180px) - 10px);
}
.g-wrap #parking .parking_guide_content._affiliated-parking .price_list dd a.-exlink {
  text-decoration: underline;
}

.g-wrap #parking .parking_guide_content._affiliated-parking .price_list dd p.-note {
  text-indent: -1.2em;
  margin-top: 1em;
  padding-left: 1.2em;
}

.g-wrap #parking .parking_guide_content._affiliated-parking .price_list dl.-full {
  display: block;
  align-items: flex-start;
}

.g-wrap #parking .parking_guide_content._affiliated-parking .price_list dl.-full > dt {
  font-weight: normal;
  width: 100%;
}

.g-wrap #parking .parking_guide_content._affiliated-parking .price_list dl.-full dd {
  font-size: 18px;
  font-weight: normal;
}

.g-wrap #parking .parking_guide_content._affiliated-parking .price_list dl.-full dd dl {
  align-items: flex-start;
}
.g-wrap #parking .parking_guide_content._affiliated-parking .price_list dl.-full dd dt {
  width: 128px;
}
.g-wrap #parking .parking_guide_content._affiliated-parking .price_list dl.-full dd dd {
  width: calc(100% - 128px);
}

@media (max-width: 768px) {
  .g-wrap #parking .parking_guide_content._affiliated-parking .price_list li {
    padding-bottom: 25px;
  }

  .g-wrap #parking .parking_guide_content._affiliated-parking .price_list dl {
    flex-direction: column;
    align-items: flex-start;
  }

  .g-wrap #parking .parking_guide_content._affiliated-parking .price_list dt {
    font-size: 14px;
    width: 100%;
    font-feature-settings: "palt";
  }

  .g-wrap #parking .parking_guide_content._affiliated-parking .price_list dd {
    font-size: 14px;
    width: 100%;
    margin-top: 5px;
  }

  .g-wrap #parking .parking_guide_content._affiliated-parking .price_list dl.-full dd {
    font-size: 14px;
    width: 100%;
    margin-top: 0;
  }
  .g-wrap #parking .parking_guide_content._affiliated-parking .price_list dl.-full dd dt {
    width: 90px;
  }
  .g-wrap #parking .parking_guide_content._affiliated-parking .price_list dl.-full dd dd {
    width: calc(100% - 90px);
  }
}

/* 駐輪場のご案内 */
.g-wrap #parking .parking_guide_content._bicycle-parking .subtitle_access span::before {
  background: url(../images/access/icon_parking.svg) no-repeat center / contain;
}

.g-wrap #parking .parking_guide_content._bicycle-parking .bicycle-parking_list {
  margin-bottom: 40px;
}

.g-wrap #parking .parking_guide_content._bicycle-parking .bicycle-parking_list li {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}

.g-wrap #parking .parking_guide_content._bicycle-parking .bicycle-parking_list li::before {
  content: "";
  aspect-ratio: 27/27;
  width: 27px;
  margin-right: 15px;
}

.g-wrap #parking .parking_guide_content._bicycle-parking .bicycle-parking_list li:nth-child(1)::before {
  background: url(../images/access/num_1.svg) no-repeat center / contain;
}

.g-wrap #parking .parking_guide_content._bicycle-parking .bicycle-parking_list li:nth-child(2)::before {
  background: url(../images/access/num_2.svg) no-repeat center / contain;
}

.g-wrap #parking .parking_guide_content._bicycle-parking .bicycle-parking_list li span {
  display: inline-block;
  line-height: 1;
}

.g-wrap #parking .parking_guide_content._bicycle-parking .price_list li {
  padding-bottom: 40px;
}

.g-wrap #parking .parking_guide_content._bicycle-parking .price_list dl {
  display: flex;
  flex-direction: row;
  font-size: 18px;
  font-weight: 400;
}

.g-wrap #parking .parking_guide_content._bicycle-parking .price_list dt {
  width: 160px;
  margin-right: 10px;
  font-weight: 400;
}

.g-wrap #parking .parking_guide_content._bicycle-parking .price_list ._price .price {
  padding-bottom: 0;
}

/* map_icon */
.g-wrap #parking .parking_guide_content._bicycle-parking .map_icon {
  margin: 40px 0 40px;
}

.g-wrap #parking .parking_guide_content._bicycle-parking .map_icon_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.g-wrap #parking .parking_guide_content._bicycle-parking .map_icon_item {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.g-wrap #parking .parking_guide_content._bicycle-parking .map_icon_image {
  display: block;
  width: 45px;
}

.g-wrap #parking .parking_guide_content._bicycle-parking .map_icon_text {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .g-wrap #parking .parking_guide_content._bicycle-parking .bicycle-parking_list {
    margin-bottom: 30px;
  }

  .g-wrap #parking .parking_guide_content._bicycle-parking .bicycle-parking_list li {
    font-size: 14px;
    margin-bottom: 7px;
    letter-spacing: 0;
  }

  .g-wrap #parking .parking_guide_content._bicycle-parking .bicycle-parking_list li::before {
    width: 15px;
    margin-right: 7px;
  }

  .g-wrap #parking .parking_guide_content._bicycle-parking .price_list li {
    padding-bottom: 25px;
  }

  .g-wrap #parking .parking_guide_content._bicycle-parking .price_list dl {
    font-size: 14px;
    font-feature-settings: "palt";
    flex-direction: column;
  }

  .g-wrap #parking .parking_guide_content._bicycle-parking .price_list dt {
    width: 100%;
    margin-right: 0;
  }

  .g-wrap #parking .parking_guide_content._bicycle-parking .price_list dd {
    margin-top: 5px;
  }

  /* map_icon */
  .g-wrap #parking .parking_guide_content._bicycle-parking .map_icon {
    margin: 10px 0 30px;
  }

  .g-wrap #parking .parking_guide_content._bicycle-parking .map_icon_list {
    margin-left: -16px;
  }

  .g-wrap #parking .parking_guide_content._bicycle-parking .map_icon_item {
    margin-left: 16px;
  }

  .g-wrap #parking .parking_guide_content._bicycle-parking .map_icon_image {
    width: 35px;
  }

  .g-wrap #parking .parking_guide_content._bicycle-parking .map_icon_text {
    font-size: 14px;
    margin-left: 8px;
  }
}

/* 駐輪場料金 */
.g-wrap #parking .parking_guide_content._price._bicycle-parking_price .price_list li dt {
  width: auto;
}

.g-wrap #parking .parking_guide_content._price._bicycle-parking_price .price_list li dd {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .g-wrap #parking .parking_guide_content._price._bicycle-parking_price .price_list li dt {
    width: 30%;
  }

  .g-wrap #parking .parking_guide_content._price._bicycle-parking_price .price_list li dd {
    font-size: 14px;
  }
}