body {
  background-color: #e4e7ed;
  margin: 0;
}

#map-container {
  /* background-color: #f2eedc; */
  position: relative;
  height: 620px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.69;
  margin-right: 10.4px;
  float: left;
}
dd {
  display: block;
  margin: 0;
  padding: 0;
}
.lp {
  text-align: center;
  width: 50%;
  min-width: 700px;
  max-width: 700px;
  margin: 0 25%;
  gap: 0px;
  opacity: 0px;
  background-color: #fff;
  color: #212630;
  font-family: 'Yu Gothic Pr6N', 'san-self';
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

#map-container svg {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#map-container #map-contents {
  top: 20px;
  left: 50px;
  position: absolute;
}

#map-container .map {
  fill: #e4e7ed;
  stroke: #fff;
  stroke-width: 0.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

#map-container .region {
  width: 250px;
  position: absolute;
  text-align: left;
}

#articles .image-area,
#plan .image-area,
#recommend-spot-area .image-area {
  text-align: center;
  background-color: #e8e8e8;
  overflow: hidden;
}

#map-container .region a {
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#articles .guide-item .article-delivery-start-time > a,
#articles .guide-item .article-label > a,
#articles .guide-item .guide-name > a,
#recommend-spot-area #spotlist-frame .spot-item .spot-name > a,
#recommend-spot-area .image-area > a {
  color: #000;
  cursor: pointer;
}
#map-container .region > dd {
  position: absolute;
}

#map-container .region#A01 {
  top: 150px;
  left: 460px;
  width: 180px;
}

#map-container .region#A02 {
  top: 280px;
  left: 420px;
  width: 130px;
}

#map-container .region#A03 {
  top: 170px;
  left: 220px;
  width: 150px;
}

#map-container .region#A04 {
  top: 370px;
  left: 295px;
  width: 120px;
}

#map-container .region#A05 {
  top: 240px;
  left: 100px;
  width: 140px;
}

#map-container .region#A06 {
  top: 410px;
  left: 200px;
  width: 100px;
}

#map-container .region#A07 {
  top: 400px;
  left: 20px;
  width: 120px;
}

#map-container .region#A08 {
  top: 240px;
  left: 100px;
  width: 200px;
}

#map-container .region#A09 {
  top: 420px;
  left: 180px;
  width: 100px;
}

#map-container .region#A10 {
  top: 400px;
  left: 20px;
  width: 120px;
}

#map-container #okinawa-line {
  position: absolute;
  left: 470px;
  top: 400px;
  pointer-events: none;
}

#map-container .region .prefecture-name {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.69;
  margin-right: 10.4px;
  float: left;
}

#map-container .region .prefecture-name .prefecture {
  text-decoration: none;
}

#map-container .region .region-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.19;
  margin-bottom: 3px;
}

/* <!-- mobile --> */
#map-container-mobile .map {
  fill: #e4e7ed;
  stroke: #fff;
  stroke-width: 0.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

#map-container-mobile .region-mobile {
  width: 250px;
  position: absolute;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

#map-container .region-mobile .prefecture-name {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.69;
  margin-right: 10.4px;
  float: left;
}

/* #map-container-mobile .region-mobile {
    border: solid 1px;
    border-radius: 4px;
    color: #0F4587;
    padding: 4px 8px;
} */

#map-container-mobile .region-mobile a {
  color: rgba(0, 0, 0, 0.8);
}

#map-container-mobile .region-mobile > dd {
  position: absolute;
}

#map-container-mobile .region-mobile#A01-mobile {
  top: 160px;
  left: 76%;
  width: 80px;
}

#map-container-mobile .region-mobile#A02-mobile {
  top: 260px;
  left: 73%;
  width: 80px;
}

#map-container-mobile .region-mobile#A03-mobile {
  top: 190px;
  left: 45%;
  width: 60px;
}

#map-container-mobile .region-mobile#A04-mobile {
  top: 305px;
  left: 50%;
  width: 60px;
}

#map-container-mobile .region-mobile#A05-mobile {
  top: 250px;
  left: 24%;
  width: 80px;
}

#map-container-mobile .region-mobile#A06-mobile {
  top: 325px;
  left: 39%;
  width: 60px;
}

#map-container-mobile .region-mobile#A07-mobile {
  top: 310px;
  left: 7%;
  width: 60px;
}

#map-container-mobile .region-mobile#A08-mobile {
  top: 240px;
  left: 30%;
  width: 60px;
}
#map-container-mobile .region-mobile#A09-mobile {
  top: 320px;
  left: 34%;
  width: 60px;
}
#map-container-mobile .region-mobile#A10-mobile {
  top: 345px;
  left: 5%;
  width: 80px;
}

#map-container-mobile #okinawa-line-mobile {
  position: absolute;
  top: 305px;
  width: 55px;
  margin-left: 23%;
}

.title {
  position: absolute;
  font-family: 'Yu Gothic Pr6N';
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
.message {
  position: absolute;
  top: 24px;
  padding: 0 10px 40px 0;
  width: 234px;
  font-family: 'Yu Gothic Pr6N';
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
}

.title-mobile {
  position: absolute;
  padding: 16px 16px 0 16px;
  line-height: 24px;
  text-align: left;
  width:260px;
}
.title-mobile-font {
  font-family: 'Yu Gothic Pr6N';
  font-size: 16px;
  font-weight: 700;
}
.message-mobile-font {
  font-family: 'Yu Gothic Pr6N';
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}
.rankingInfo {
  display: flex;
}

.prefectureName {
  margin: 3px 4px 0;
  font-family: 'Yu Gothic Pr6N';
  font-size: 10px;
  font-weight: 600;
  line-height: 8px;
  text-align: left;
  color: #777983;
}

.touringroadName {
  margin: 6px 4px 0;
  font-family: 'Yu Gothic Pr6N';
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.explanation {
  margin: 8px 30px 8px 4px;
  font-family: 'Yu Gothic Pr6N';
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
}
.selectedAreaName {
  margin: 6px 5% 24px;
  font-family: 'Yu Gothic Pr6N';
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.separete {
  width: 90%;
  height: 1px;
  gap: 0px;
  margin: 6px 5% 6px;
  opacity: 0px;
  background: #87a2c3;
}
.end_separete {
  width: 90%;
  height: 16px;
  gap: 0px;
  margin-left: 5%;
  margin-right: 5%;
  opacity: 0px;
  background: #e4e7ed;
}

.f-corp {
  font-family: 'Hiragino Sans';
  font-size: 8px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
}

._touring_road_image {
  width: 120px;
  height: 80px;
}

.footer {
  align-items: center;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
.footer_body {
  align-items: center;
  background: #0f4587;
  flex-direction: column;
  gap: 0px;
  height: auto;
  justify-content: flex-start;
  margin: 0px;
  padding: 24px 40px 24px 40px;
  max-width: 100%;
}
.footer_mobile {
  margin: 0px;
  align-items: center;
  background: #0f4587;
  flex-direction: column;
  text-align: center;
}
.sns_mobile {
  padding-top: 24px;
  /* margin-bottom: 8px; */
}
.footer_1st {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  height: auto;
  justify-content: space-between;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
}
.footer_links {
  text-decoration: none;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  height: auto;
  justify-content: flex-start;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
.footer_links_mobile {
  display: flex;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 0px;
  margin-bottom: 16px;
  width: auto;
  max-width: 100%;
}
.footer_links_p {
  color: #ffffff;
  flex: none;
  font-family: var(--s-font-c995f805);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  height: auto;
  letter-spacing: 0px;
  line-height: 1.5;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  text-decoration: none;
}
.footer_log {
  align-items: flex-end;
  flex: none;
  flex-direction: column;
  gap: 4px;
  height: auto;
  justify-content: flex-start;
  padding: 0px;
  max-width: 100%;
}
.footer_logo {
  text-align: end;
  min-height: 26px;
}
.footer_log_mobile {
  max-width: 100%;
}

.logo_end {
  text-align: end;
  height: 26px;
}

.logo {
  text-align: center;
  margin-bottom: 10px;
  width: 50%;
}

.footer_separete {
  height: 1px;
  gap: 0px;
  opacity: 0px;
  background: #ffffff;
}

.footer_rc {
  font-family: 'Hiragino Sans';
  font-size: 8px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  color: #ffffff;
  padding-top: 16px;
  padding-bottom: 13px;
  margin: 0;
}
