@charset "UTF-8";/* 2024.08.27 */

.bg_01 {
  margin-top: -250px;
  position: absolute;
  z-index: -1;
}
.img_01 {
  padding: 6vw 8vw 0;
  display: flex;
  justify-content: center;
}
.img_03 {
  padding-bottom: 20px;
}
.ttl_02 {
  padding-bottom: 3.5rem;
}
.txt1 {
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .bg_01 {
    margin-top: -310px;
  }
  .ttl_02 {
      padding-bottom: 5rem;
  }
  .img_01 {
    padding: 5rem 0 0;
  }
  .txt1 {
    text-align: center;
  }
}
.border_01 {
  margin: 35px 0;
}
#sec01 {
  padding-bottom: 120px;
}
#sec02 {
  padding-bottom: 60px;
}
#sec03 {
  padding-bottom: 100px;
}
#sec03 .box01 {
  padding-top: 35px;
}

.btn_02 {
  margin-bottom: 10px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.list_01 li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
.list_01 li:nth-child(1) a {
  background: #fff67f;
}
.list_01 li:nth-child(2) a {
}
.list_01 li:nth-child(3) a {
  background: #c0dd98;
}
.list_01 li:nth-child(4) a {
  background: #f7c9dd;
}
.list_01 li:nth-child(4) a span {
}
.map_01 {
  position: relative;
  z-index: 1;
}
.btn_02 span {
  padding-top: 5px;
}

@media (min-width: 768px) {
  .img_03 {
    padding-bottom: 30px;
  }
  .border_01 {
    margin: 50px 0;
  }
  #sec01 {
    padding-bottom: 180px;
  }
  #sec02 {
    padding-bottom: 100px;
  }
  #sec03 .box01 {
    padding-top: 50px;
  }
  .list_01 li a {
    font-size: 1.8rem;
    min-height: 98px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1081px) {
  #sec01 {
    margin-top: -10px;
  }
  .list_01 {
    width: 348px;
    flex: inherit;
  }
  .map {
    flex: 1;
  }
}

/* クリッカブルマップズレ解消  画像を縮小に追随させる */
.map img[usemap]{
  max-width: 100%;
  height: auto;
  display: block; /* 余計な隙間防止 */
}
/* iOSで<area>がタップしづらい場合の保険（任意） */
map area { cursor: pointer; }


