@charset "utf-8";
/* CSS Document */
/* ------------------------------ 共通パーツ */
/* -------------------- heading */
#main h1 {
  position: relative;
  margin: 16px 0;
  padding: 0 0 24px 0;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
#main h1::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 6px;
  margin: auto;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--color-primaty) 0%, var(--color-primaty) 50%, #b4e8a3 50%, #b4e8a3 100%);
}
#main h2 {
  position: relative;
  margin: 56px 0 28px 0;
  padding: 0.5em 0.5em 0.5em 32px;
  border-radius: 8px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
#main h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  width: 6px;
  height: 18px;
  margin: auto;
  border-radius: 100vh;
  background: #fff;
}
/* -------------------- float */
#main .f_left {
  float: left;
  margin: 0;
  padding: 0;
}
#main .f_left img {
  margin: 0 24px 24px 0;
}
#main .f_right {
  float: right;
  margin: 0;
  padding: 0;
}
#main .f_right img {
  margin: 0 0 24px 24px;
}
/* -------------------- リスト */
#main ul, #main ol {
  margin: 24px 0;
  padding: 0 0 0 40px;
}
#main ul {
  list-style: disc;
}
#main ol {
  list-style: decimal;
}
/* ------------------------------ ページのcss */
#main .parking_list {
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px 16px;
  margin: 40px 0;
  padding: 0;
}
#main .parking_list li {
  width: 200px;
}
#main .parking_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .parking_list li a {
  display: block;
  position: relative;
  padding: 16px 56px 16px 32px;
  border-radius: 100vh;
  background: #e5e5e5;
  /*box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.1);*/
  color: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  transition: all 0.4s;
}
#main .parking_list li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border-radius: 100vh;
  background: #fff url("../img/icon_arrow_green.svg") center center no-repeat;
  background-size: 50% auto;
  transform: rotate(90deg);
  transition: all 0.4s;
}
#main .access_list {
  position: relative;
  margin: 0;
  padding: 0 0 0 28px;
  list-style: none;
}
/*点線*/
#main .access_list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(20% + 28px); /*picの半分+28px*/
  max-width: calc(160px + 28px); /*picの半分+28px*/
  height: calc(100% - 20px);
  border-right: 8px dotted #ccc;
}
/**/
#main .access_list li {
  display: flex;
  gap: 0 16px;
  position: relative;
  margin: 48px 0 0 0;
}
#main .access_list li .number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 100vh;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
#main .access_list li .pic {
  width: 40%;
  max-width: 320px;
}
#main .access_list li .pic img {
  margin: 0 0 5px 0;
  border-radius: 8px;
}
#main .access_list li:last-of-type .pic::before {
  content: none;
}
#main .access_list li .txt {
  flex: 1;
}
#main .access_list li .txt p:first-of-type {
  margin-top: 0;
}
#main .btn_link {
  margin: 32px 0;
}
#main .btn_link a.btn {
  background: #e5e5e5;
  color: inherit;
}
#main .btn_link a.btn::before {
  content: none;
}
#main .btn_link a.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  border-radius: 100vh;
  background: url("../img/icon_external_green.svg") center center no-repeat;
  background-size: 50% auto;
  transition: all 0.4s;
}
/*-------------------- teigai1 */
#main .teigai1 h2 {
  background: #b4e8a3;
}
#main .teigai1 .access_list li .number {
  background: var(--color-primaty);
}
/*-------------------- teigai2 */
#main .teigai2 h2 {
  background: #ffd283;
}
#main .teigai2 .access_list li .number {
  background: #f4683d;
}
/*-------------------- omiya */
#main .omiya h2 {
  background: #ffd7dc;
}
#main .omiya .access_list li .number {
  background: #f46ca4;
}
/*-------------------- kagamiiwa */
#main .kagamiiwa h2 {
  background: #aeeaf4;
}
#main .kagamiiwa .access_list li .number {
  background: #5098ef;
}
/* -------------------- sample */
/* ---------- sample */
/*sample*/