@charset "utf-8";
/* CSS Document */
/*-------------------- 共通パーツ */
/* ---------- heading */
#main .heading {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 0 52px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
}
/* ---------- list */
#main ul.list, #main ol.list {
  margin: 20px 0;
  padding: 0 0 0 40px;
}
#main ul.list {
  list-style: disc;
}
#main ol.list {
  list-style: decimal;
}
/* ---------- btn */
#main .btn_txt {
  margin: 20px 0 0 0;
}
/* -------------------- parking */
#parking {
  position: relative;
  margin: 0 0 40px 0;
}
/* ---------- update */
#parking .update {
  margin: 0 0 8px 0;
  text-align: right;
}
#parking .update .txt {
  position: relative;
  padding: 0 0 0 1.5em
}
#parking .update .txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1.1em;
  height: 1.1em;
  margin: auto;
  background: url("../img/icon_time.svg") center center no-repeat;
}
/**/
#parking .parking_data {}
#parking .parking_data .box {
  display: flex;
  gap: 0 8px;
  margin: 16px 0 0 0;
}
#parking .parking_data .box:first-of-type {
  margin: 0;
}
#parking .parking_data .box .title, #parking .parking_data .box .inner {
  width: 50%;
  padding: 16px;
  font-size: 2.4rem;
  font-weight: 500;
}
#parking .parking_data .box .title {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
#parking .parking_data .box.teigai1 .title {
  background: #b4e8a3;
}
#parking .parking_data .box.teigai2 .title {
  background: #ffd283;
}
#parking .parking_data .box.omiya .title {
  flex-direction: column;
  background: #ffd7dc;
}
#parking .parking_data .box.omiya .title .note {
  color: #ff334c;
  font-size: 1.5rem;
}
#parking .parking_data .box.kagamiiwa .title {
  background: #aeeaf4;
}
#parking .parking_data .box.kagamiiwa .title .note {
  margin: 0 0 0 10px;
  padding: 0.4em 0.8em;
  border: 2px solid #ff334c;
  border-radius: 100vh;
  color: #ff334c;
  font-size: 1.5rem;
  line-height: 1;
}
#parking .parking_data .box .inner {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 3px dotted #ccc;
}
#parking .parking_data .box .inner .txt {
  flex: 1;
  padding: 0 1em;
  text-align: center;
}
#parking .parking_data .box .inner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 100vh;
  color: #fff;
}
#parking .parking_data .box .inner .icon.aki {
  background: #3399ff;
}
#parking .parking_data .box .inner .icon.kon {
  background: #f9a723;
}
#parking .parking_data .box .inner .icon.man {
  background: #ff334c;
}
#parking .parking_data .box .inner .icon.hei {
  background: #666666;
}
#parking .parking_data .box.omiya .inner_wrap {
  width: 50%;
}
#parking .parking_data .box.omiya .inner_wrap .inner {
  width: 100%;
}
#parking .example {
  margin: 10px 0 0 0;
  font-size: 1.5rem;
}
#parking .example .icon {
  display: inline-block;
  padding: 5px;
  border-radius: 100vh;
  color: #fff;
  text-align: center;
  line-height: 1;
}
#parking .example .icon.aki {
  background: #3399ff;
}
#parking .example .icon.kon {
  background: #f9a723;
}
#parking .example .icon.man {
  background: #ff334c;
}
#parking .example .icon.hei {
  background: #666666;
}
/* -------------------- fee */
#fee {
  position: relative;
  margin: 40px 0;
}
#fee .heading {}
#fee .heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  background: url("../../img/icon_fee.svg") center center no-repeat;
  background-size: contain;
}
#fee table.table_fee {
  width: 100% !important;
  margin: 0;
  border-collapse: separate;
  border-spacing: 1px 0;
}
#fee table.table_fee th, #fee table.table_fee td {
  padding: 16px 24px;
  text-align: center;
  vertical-align: middle;
}
#fee table.table_fee th {
  background: #49b591;
  color: #fff;
  font-weight: 500;
}
#fee table.table_fee td {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  /*word-break: break-all;*/ /*長いテキストをはみ出させない*/
}
#fee table.table_fee td.title {
  background: #f5f5f5;
}
#fee table.table_time {
  width: 100% !important;
  margin: 20px 0;
}
#fee table.table_time th, #fee table.table_time td {
  padding: 16px 24px;
  background: #f0faed;
  text-align: center;
  vertical-align: middle;
}
#fee table.table_time th {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: var(--color-primaty);
  font-size: 1.8rem;
  font-weight: 500;
}
#fee table.table_time td {
  padding-left: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  /*word-break: break-all;*/ /*長いテキストをはみ出させない*/
}
#fee table.table_time td .inner {
  padding: 0 0 0 8px;
  border-left: 3px dotted #49b591;
}
/* -------------------- info */
#info {
  position: relative;
  margin: 40px 0;
}
#info .heading {}
#info .heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  background: url("../../img/icon_info.svg") center center no-repeat;
  background-size: contain;
}
#info .date {
  color: #999999;
  font-size: 1.7rem;
  font-weight: 700;
}
#info .txt {}
/* -------------------- map */
#map {
  position: relative;
  margin: 40px 0;
}
#map .heading {}
#map .heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  background: url("../../img/icon_map.svg") center center no-repeat;
  background-size: contain;
}
#map .pic {}
/* -------------------- access */
#access {
  position: relative;
  margin: 40px 0;
}
#access .heading {}
#access .heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  background: url("../../img/icon_access.svg") center center no-repeat;
  background-size: contain;
}
#access .inner {}
#access .access_list {
  display: flex;
  gap: 20px;
  margin: 0;
  flex-wrap: wrap;
}
#access .access_list li {
  position: relative;
  width: calc(50% - 10px);
}
#access .access_list li a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 12px 40px 12px 14px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  color: inherit;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.4s;
}
#access .access_list li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  border-radius: 100vh;
  background: #999999 url("../img/icon_arrow_white.svg") center center no-repeat;
  background-size: 50% auto;
  transition: all 0.4s;
}
@media (any-hover: hover) {
  #access .access_list li a:hover {
    opacity: 0.8;
  }
  #access .access_list li a:hover::before {
    right: 8px;
  }
}
#access .access_list li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 24px;
  margin: auto;
  transform: translateX(-50%);
  border-radius: 100vh;
}
#access .access_list li.teigai1 a::after {
  background: #b4e8a3;
}
#access .access_list li.teigai2 a::after {
  background: #ffd283;
}
#access .access_list li.omiya a::after {
  background: #ffd7dc;
}
#access .access_list li.kagamiiwa a::after {
  background: #aeeaf4;
}
#access .access_list li a .pic {
  width: 80px;
  margin: 0 16px 0 0;
}
#access .access_list li a .pic img {
  border-radius: 8px;
}
/* -------------------- other */
#other {
  position: relative;
  margin: 40px 0;
}
#other .inner {}
#other .textbox {
  margin: 40px 0;
  padding: 32px;
  border-radius: 16px;
  border: 2px solid var(--color-primaty);
  text-align: center;
}
#other .textbox p:first-of-type {
  margin-top: 0;
}
/* -------------------- contact */
#contact {
  position: relative;
  margin: 56px 0 0 0;
}
#contact .block_common p:last-of-type {
  margin-bottom: 0;
}
#contact h2 {
  position: relative;
  margin: 0;
  padding: 0 0.5em 0.5em 28px;
  border-bottom: 1px solid #cccccc;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
#contact h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 18px;
  height: 6px;
  border-radius: 100vh;
  background: var(--color-primaty);
}
/* -------------------- sample */
/* ---------- sample */
/*sample*/