@charset "utf-8";

#gmap {
    width: 100%;
    /* height: 60vh; */
    height: 640px;
}

.gm-style {
    font-family: "TBゴシック R", "TBGothic R", "YakuHanJP", "Noto Sans JP", Arial, メイリオ, sans-serif !important;
}
.gm-style .gm-style-iw-c {
    width: 200px;
    border-radius: 3px;
    padding: 15px;
}
#gmap .bukken_name {
    position: relative;
    font-weight: 500;
    color: #131431;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
#gmap .bukken_catg {
    font-size: 12px;
    color: #131431;
    margin-top: 5px;
    font-weight: 400;
}
#gmap .bukken_add {
    font-size: 12px;
    color: #131431;
    font-weight: 400;
}
#gmap .bukken_url {
    margin-top: 10px;
}
#gmap .bukken_url a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background: #131431;
    text-align: center;
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    letter-spacing: 0.2em;
}
#gmap .bukken_url:hover {
    background: #9cafc5;
}
.category_list {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 30px;
}

.category_list input[type="radio"] {
    display: none;
    /* 標準スタイルを非表示にする */
}

input[type="radio"]:checked + label {
    background: #aa8944;
    /* マウス選択時の背景色を指定する */
    color: #fff;
    /* マウス選択時のフォント色を指定する */
}

.category_list li {
    flex-basis: 30%;
    max-width: 250px;
}

.category_list .label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #aa8944;
    margin: 5px;
    /* height: 30px; */
    padding: 5px 20px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border: 2px solid #aa8944;
    border-radius: 3px;
    background: #fff;
    transition: 0.3s;
    position: relative;
}
.category_list .label:hover {
    top: 4px;
    box-shadow: none;
    opacity: 1;
}

.map-tab_item {
    display: inline-block;
    padding: 8px 15px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    #gmap {
        height: 375px;
    }
    .category_list li {
        flex-basis: auto;
    }
}
