@charset "utf-8";
#category .inner.ajiwai_map_inner {
    margin-bottom: 40px;
}
.ajiwai_map_area {

}
.ajiwai_map_ttl {
    text-align: left;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 500;
}
.ajiwai_map_txt {
    text-align: left;
    font-size: 22px;
    margin-bottom: 15px;
}
.ajiwai_map {
    width: 100%;
    height: 750px;
    overflow: hidden;
}
.ajiwai_map_btm_link {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 30px;
    position: relative;
}
.ajiwai_map_btm_linkitem {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4E2513;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 28px 0;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    transition: .3s;
    width: 260px;
}
.ajiwai_map_btm_linkitem:hover {
    background: #F9EFD7;
    transition: .3s;
}
.ajiwai_map_separate {
    content: "";
    width: 100%;
    background: url("https://gigaplus.makeshop.jp/38kumate/image/pc/common/bg_stripe_or.svg") repeat-x;
    height: 12px;
    bottom: unset;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ajiwai_map_btm_txt {
    text-align: left;
    font-size: 22px;
}
@media screen and (max-width: 750px) {
    .ajiwai_map {
        aspect-ratio: 1 / 1;
        height: auto;
    }
}
