@charset "utf-8";

.machimori_wrap {
    width: 100%;
    position: relative;
    border-top: solid var(--theme-color);
}
.machimori_ttl {
    color: var(--theme-color);
}
.japan_map {
    height: auto;
    margin-inline: auto;
    display: block;
}
.map_off {
    fill: #ccc;
    fill-rule: evenodd;
}
.machimori_ttl {
    position: absolute;
    top: 0;
    left: 0;
}
.city_info {
    display: flex;
    opacity: 0.5;
    visibility: hidden;
    position: absolute;
    left: 0;
}
.is_visible {
    opacity: 1;
    visibility: visible;
}
.is_active {
    fill: var(--theme-color);
}
.city_info_img {
    width: 100%;
}
/*点・・を表示する場合*/
.city_info_info_ttl {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}
.city_info_info_txt {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.city_info_info_taglist {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
}
.city_info_info_tag_pref {
    background-color: var(--color-black);
    color: var(--color-white);
}
.city_info_info_tag_category {
    border: 1px solid #808080;
}

@media (min-width: 769px) {
    .business_kv_inner {
        height: 440rem;
    }
    .business_kv_ttl {
        margin-right: -60rem;
        position: relative;
        z-index: 1;
    }
    .business_kv_img {
        width: 340rem;
    }
    .japan_map {
        width: 100%;
        max-width: 720rem;
    }
    .machimori_ttl {
        font-size: 48rem;
        line-height: calc(72 / 48);
        top: 48rem;
    }
    .machimori_wrap {
        padding-top: 120rem;
        padding-bottom: 85rem;
        border-top-width: 4rem;
    }
    .city_info {
        top: 223rem;
        max-width: 630rem;
        column-gap: 15rem;
    }
    .city_info_img_wrap {
        width: 240rem;
    }
    .city_info_info_wrap {
        flex: 1;
    }
    .city_info_info_taglist {
        font-size: 12rem;
        gap: 4rem;
    }
    .city_info_info_tag_pref,
    .city_info_info_tag_category {
        padding: 3.5rem 4rem;
    }
    .city_info_info_ttl {
        font-size: 20rem;
        line-height: calc(28 / 20);
        margin-top: 10rem;
    }
    .city_info_info_txt {
        font-size: 14rem;
        line-height: calc(22 / 14);
        margin-top: 8rem;
    }
    @media (hover: hover) {
        .city_link:hover .city_info_info_ttl {
            text-decoration: underline;
        }
    }
}
@media (max-width: 768px) {
    .business_kv_ttl {
        width: 100%;
    }
    .business_kv_img {
        width: 680rem;
    }
    .point_sub_list_wrap {
        padding: 10rem 22rem 13rem;
    }
    .machimori_ttl {
        font-size: 72rem;
        line-height: calc(108 / 72);
        top: 77rem;
    }
    .machimori_wrap {
        border-top-width: 8rem;
    }
    .city_info {
        flex-direction: column;
        max-width: 330rem;
        row-gap: 24rem;
        top: 380rem;
        width: 100%;
    }
    .japan_map_wrap {
        overflow-x: auto;
        padding-top: 503rem;
        padding-bottom: 192rem;
        margin-block: -32rem;
        -ms-writing-mode: tb-rl;
        max-width: calc(100% + 64rem);
        writing-mode: vertical-rl;
    }
    .japan_map {
        max-width: 1347rem;
    }
    .city_info_info_taglist {
        font-size: 20rem;
        gap: 8rem;
    }
    .city_info_info_tag_pref,
    .city_info_info_tag_category {
        padding: 8rem 7rem;
    }
    .city_info_info_ttl {
        font-size: 36rem;
        line-height: calc(56 / 36);
        -webkit-line-clamp: 4;
        margin-top: 12rem;
    }
    .city_info_info_txt {
        -webkit-line-clamp: 5;
        font-size: 28rem;
        line-height: calc(48 / 28);
        margin-top: 6rem;
    }
    .icon_flick {
        position: absolute;
        left: 50%;
        bottom: 110rem;
        translate: 0;
        margin-left: -159rem;
        width: 318rem;
    }
}
