@charset "utf-8";
/* CSS Document */

@media print, screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/*▼資料ダウンロード▼*/
#document {
  margin-bottom: 3em;
}
#document .p-info-item {
  background-color: #e9ecf2;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-view-list-button-l {
    width: 300px !important;
  }
  .p-info-item__head_dl {
    height: 250px !important;
  }
  .p-info-item__head_dl img {
    width: 80% !important;
    margin: 0 10% !important;
  }
}
@media not all and (min-width: 768px) {
  .p-info-item__head_dl {
    height: 200px !important;
  }
  .p-view-list-button {
    width: 100%;
  }
}
/*▲資料ダウンロード▲*/

#map a:hover {
  filter: alpha(opacity=70);
  opacity: 0.8;
}

.area > *:not(:first-child) {
  margin-top: 24px;
}

.area > * {
  display: block;
}

.city {
  background-color: #f7f8f8;
  border: solid 5px #658ec3;
  padding: 1.2rem;
  display: flex;
}

.city_name {
  font-size: 1.45rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
  border-bottom: solid 1px black;
}

.city_name span {
  font-size: 1.2rem;
  font-family: "Mrs Saint Delafield", serif;
  font-style: italic;
  font-weight: 100;
  margin-left: 5px;
}

@media not all and (min-width: 768px) {
  .area {
    padding: 0 6.4%;
  }

  .city {
    flex-direction: column;
  }

  .city img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }

  .city_detail {
    margin-top: 12px;
  }
}

@media all and (min-width: 768px) {
  .area {
    clear: both;
    max-width: 100%;
    width: 1200px;
    height: 800px;
    margin: 0 auto;
    background: url("../images/map.webp") no-repeat;
    position: relative;
    background-size: cover;
    background-position: clamp(-410px, -71.1806rem + 94.9074vw, 0px);
  }

  .img_map {
    display: none;
  }

  .city {
    width: 500px;
  }

  .city_ph {
    width: 200px;
  }

  .city_detail {
    margin-left: 1.5rem;
    width: 300px;
  }

  .l_han {
    position: absolute;
    top: 40px;
    right: 80px;
  }

  .l_dad {
    position: absolute;
    top: 285px;
    right: 20px;
  }

  .l_sgn {
    position: absolute;
    top: 530px;
    right: 80px;
  }
}
