a:link {
  text-decoration: underline; }

.sec1 ul {
  display: flex;
  justify-content: space-between; }
  .sec1 ul li {
    width: 166px;
    height: 200px;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 2rem; }

.icon1_color {
  background: #fff5e5;
  color: #ff6f40; }

.icon2_color {
  background: #d8ffd8;
  color: #00827e; }

.icon3_color {
  background: #d8ffff;
  color: #0050cf; }

.icon4_color {
  background: #fdffd8;
  color: #ffc526; }

.icon5_color {
  background: #fffafc;
  color: #ff49b6; }

.sec2 .ttl {
  width: 100%;
  height: 66px;
  margin: auto;
  display: flex;
  align-items: center;
  font-size: 2.6rem; }
  .sec2 .ttl.icon1_color {
    border-bottom: 2px solid #ff6f40; }
  .sec2 .ttl.icon2_color {
    border-bottom: 2px solid #00827e; }
  .sec2 .ttl.icon3_color {
    border-bottom: 2px solid #0050cf; }
  .sec2 .ttl.icon4_color {
    border-bottom: 2px solid #ffc526; }
  .sec2 .ttl.icon5_color {
    border-bottom: 2px solid #ff49b6; }
  .sec2 .ttl h2 {
    display: block;
    width: 960px;
    height: auto;
    margin: auto; }

.sec3 {
  background: #FFF;
  padding: 40px 0 40px 0; }
  .sec3 .text1 {
    text-align: center;
    font-size: 2rem;
    line-height: 3.0rem;
    color: #770600; }
  .sec3 .price1 {
    padding: 40px 0 0 0; }
    .sec3 .price1 table {
      width: 100%;
      border-spacing: 0px;
      border-top: 2px solid #aa332d;
      border-left: 2px solid #aa332d;
      border-right: 2px solid #aa332d;
      font-size: 1.4rem; }
      .sec3 .price1 table th, .sec3 .price1 table td {
        padding: 10px;
        border-bottom: 2px solid #aa332d;
        box-sizing: border-box; }
      .sec3 .price1 table th {
        background: #edbfb2;
        color: #42210b; }
      .sec3 .price1 table td {
        text-align: center; }
  .sec3 .text2 {
    padding: 30px 0 0 0;
    text-align: center;
    font-size: 2rem;
    line-height: 3.0rem;
    color: #9b5454; }
    .sec3 .text2 span {
      color: #000000; }
  .sec3 .text3 {
    font-size: 1.4rem;
    text-align: center; }
  .sec3 .price2 {
    padding: 40px 0 0 0; }
    .sec3 .price2 table {
      width: 100%;
      border-spacing: 0px;
      border-top: 2px solid #aa332d;
      border-left: 2px solid #aa332d;
      font-size: 1.4rem; }
      .sec3 .price2 table th, .sec3 .price2 table td {
        padding: 10px;
        border-bottom: 2px solid #aa332d;
        box-sizing: border-box; }
      .sec3 .price2 table th {
        background: #eae5e3;
        color: #42210b; }
      .sec3 .price2 table td {
        text-align: center;
        border-right: 2px solid #aa332d; }
  .sec3 .map {
    padding: 40px 0 0 0;
    width: 100%;
    height: auto; }

@media all and (max-width: 896px) {
  .sec1 ul li {
    width: 18%;
    height: inherit;
    padding: 20px 4px;
    box-sizing: border-box;
    font-size: 1.2rem; }

  .sec2 .ttl {
    font-size: 2rem; }
    .sec2 .ttl h2 {
      display: block;
      width: 960px;
      height: auto;
      margin: auto; }

  .sec3 .text1 {
    font-size: 1.4rem;
    line-height: 2.0rem; }
  .sec3 .price1 {
    padding: 10px 0 0 0; }
  .sec3 .text2 {
    font-size: 1.4rem;
    line-height: 2.0rem; }
  .sec3 .text3 {
    font-size: 1.4rem;
    text-align: center; }
  .sec3 .price2 {
    padding: 10px 0 0 0; }
  .sec3 .map {
    padding: 40px 0 0 0;
    width: 100%;
    height: auto; } }


/* ==================================================
   駐車場料金表
================================================== */

.parking-fee-guide {
  --parking-orange: #ef7d00;
  --parking-orange-dark: #d96500;
  --parking-orange-deep: #b94f00;
  --parking-orange-light: #fff4e5;
  --parking-orange-pale: #fffaf3;
  --parking-border: #e6c49f;
  --parking-text: #333333;

  width: 100%;
  max-width: 1200px;
  margin: 50px auto 60px;
  color: var(--parking-text);
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
}

.parking-fee-guide,
.parking-fee-guide * {
  box-sizing: border-box;
}

/* 見出し
------------------------------ */

.parking-fee-guide__heading {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(217, 101, 0, 0.15);
}

.parking-fee-guide__heading h3 {
  margin: 0;
  padding: 25px 30px;
  background:
    linear-gradient(
      135deg,
      var(--parking-orange) 0%,
      var(--parking-orange-dark) 100%
    );
  color: #ffffff;
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.04em;
}

.parking-fee-guide__heading h3 span {
  display: inline-block;
  margin-left: 0.25em;
}

/* スマートフォン用スクロール案内
------------------------------ */

.parking-fee-guide__scroll {
  display: none;
  margin: 0 0 8px;
  color: #765b43;
  font-size: 13px;
  text-align: right;
}

/* テーブル外枠
------------------------------ */

.parking-fee-guide__table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 2px solid var(--parking-orange);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(93, 62, 30, 0.08);
  -webkit-overflow-scrolling: touch;
}

/* テーブル
------------------------------ */

.parking-fee-guide__table {
  width: 100%;
  min-width: 760px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  background: #ffffff;
}

.parking-fee-guide__table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.parking-fee-guide__category-col {
  width: 22%;
}

.parking-fee-guide__parking-col {
  width: 39%;
}

.parking-fee-guide__table th,
.parking-fee-guide__table td {
  padding: 25px 20px;
  border-right: 1px solid var(--parking-border);
  border-bottom: 1px solid var(--parking-border);
  vertical-align: middle;
  text-align: center;
  line-height: 1.55;
}

.parking-fee-guide__table tr > *:last-child {
  border-right: 0;
}

.parking-fee-guide__table tbody tr:last-child > * {
  border-bottom: 0;
}

/* 上部の駐車場名
------------------------------ */

.parking-fee-guide__table thead th {
  padding-top: 23px;
  padding-bottom: 23px;
  background: var(--parking-orange);
  color: #ffffff;
  font-size: clamp(17px, 1.8vw, 23px);
  font-weight: 700;
}

.parking-fee-guide__table thead th:first-child {
  background: var(--parking-orange-dark);
}

/* 左側の料金区分
------------------------------ */

.parking-fee-guide__table tbody th {
  background: var(--parking-orange-light);
  color: var(--parking-orange-deep);
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 700;
  white-space: nowrap;
}

/* 料金セル
------------------------------ */

.parking-fee-guide__table tbody td {
  background: #ffffff;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 600;
}

.parking-fee-guide__table tbody tr:nth-child(even) td {
  background: var(--parking-orange-pale);
}

.parking-fee-guide__time {
  display: block;
  margin-bottom: 4px;
  color: #4a4a4a;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.4;
}

.parking-fee-guide__price,
.parking-fee-guide__maximum {
  display: block;
  color: #333333;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 700;
}

.parking-fee-guide__price span,
.parking-fee-guide__maximum span {
  color: var(--parking-orange-dark);
  font-size: 1.12em;
}

.parking-fee-guide__combined {
  background:
    linear-gradient(
      145deg,
      #fffaf3 0%,
      #fff0da 100%
    ) !important;
}

.parking-fee-guide__wifi {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 14px;
  border-radius: 50px;
  background: var(--parking-orange);
  color: #ffffff;
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 700;
}

/* 無料サービス案内
------------------------------ */

.parking-fee-guide__service {
  margin-top: 25px;
  padding: 25px 30px;
  border: 2px solid var(--parking-orange);
  border-radius: 10px;
  background:
    linear-gradient(
      135deg,
      #fffaf3 0%,
      var(--parking-orange-light) 100%
    );
  text-align: center;
}

.parking-fee-guide__service-main {
  margin: 0;
  color: #3f3f3f;
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 700;
  line-height: 1.7;
}

.parking-fee-guide__service-main strong {
  color: var(--parking-orange-dark);
  font-size: 1.15em;
  white-space: nowrap;
}

.parking-fee-guide__note {
  margin: 8px 0 0;
  color: #555555;
  font-size: clamp(13px, 1.4vw, 17px);
  font-weight: 600;
  line-height: 1.7;
}

.parking-fee-guide__sp-br {
  display: none;
}

/* スマートフォン
------------------------------ */

@media screen and (max-width: 767px) {

  .parking-fee-guide {
    margin: 35px auto 45px;
  }

  .parking-fee-guide__heading {
    margin-bottom: 17px;
    border-radius: 7px;
  }

  .parking-fee-guide__heading h3 {
    padding: 18px 15px;
    font-size: 20px;
    line-height: 1.5;
  }

  .parking-fee-guide__heading h3 span {
    display: block;
    margin: 2px 0 0;
    font-size: 0.9em;
  }

  .parking-fee-guide__scroll {
    display: block;
  }

  .parking-fee-guide__table-wrap {
    border-radius: 7px;
  }

  .parking-fee-guide__table {
    min-width: 700px;
  }

  .parking-fee-guide__table th,
  .parking-fee-guide__table td {
    padding: 18px 12px;
  }

  .parking-fee-guide__table thead th {
    font-size: 17px;
  }

  .parking-fee-guide__table tbody th {
    font-size: 18px;
  }

  .parking-fee-guide__table tbody td {
    font-size: 18px;
  }

  .parking-fee-guide__time {
    font-size: 19px;
  }

  .parking-fee-guide__price,
  .parking-fee-guide__maximum {
    font-size: 21px;
  }

  .parking-fee-guide__service {
    margin-top: 18px;
    padding: 20px 15px;
    border-radius: 7px;
  }

  .parking-fee-guide__service-main {
    font-size: 17px;
    line-height: 1.8;
  }

  .parking-fee-guide__note {
    margin-top: 10px;
    font-size: 13px;
    text-align: left;
  }

  .parking-fee-guide__sp-br {
    display: block;
  }
}