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: .7;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    -webkit-transition: .8s;
    transition: .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,.8);
    -webkit-transition: .3s;
    transition: .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: 0px;
    left: 530px;
    width: 200px
}

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

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

#map-container .region#A04 {
    top: 275px;
    left: 430px;
    width: 180px
}

#map-container .region#A05 {
    top: 105px;
    left: 225px;
    width: 165px
}

#map-container .region#A06 {
    top: 350px;
    left: 370px;
    width: 150px
}

#map-container .region#A07 {
    top: 400px;
    left: 285px;
    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: .7;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    -webkit-transition: .8s;
    transition: .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,.8);
}

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

#map-container-mobile .region-mobile#A01-mobile {
    top: 60px;
    left: 77%;
    width: 60px;
}


#map-container-mobile .region-mobile#A02-mobile {
    top: 155px;
    left: 77%;
    width: 60px;
}

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

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

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

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

#map-container-mobile .region-mobile#A07-mobile {
    top: 310px;
    left: 46%;
    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;
    font-family: 'Yu Gothic Pr6N';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}
.message-mobile {
    position: absolute;
    top: 36px;
    padding: 8px 16px 0px 16px;
    width: 234px;
    font-family: 'Yu Gothic Pr6N';
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
}
.rankingInfo {
    display: flex;
}

.prefectureName{
    font-family: "Yu Gothic Pr6N";
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    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: 0 5% 8px;
    font-family: "Yu Gothic Pr6N";
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
}

.separete {
    width: 90%;
    height: 1px;
    gap: 0px;
    margin-left: 5%;
    margin-right: 5%;
    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;
}