@media only screen and (min-width:320px) and (max-width:559px) {
    .pc_only {
        display: none;
    }
    table {
        border: 0;
        width: 100%;
        color: #4a220c;
    }
    table th {
        font-size: 1.2rem;
        display: block;
        border-right: none;
        margin-bottom: 10px;
        padding: 10px 20px;
        background: #f2f2f2;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        display: block;
        margin-bottom: 2em;
        border-bottom: 1px solid #4a220c;
    }
    table td {
        font-size: 1.2rem;
        border-bottom: 1px solid #bbb;
        display: block;
        line-height: 1.6;
        text-align: left;
        position: relative;
        padding: 10px;
        border-right: none;
    }
    table th.no_disp {
        display: none;
    }
    table td::before {
        content: attr(data-label);
        font-weight: bold;
        position: absolute;
        left: 10px;
    }
    table td:last-child {
        border-bottom: 0;
    }
    table tr td a {
        display: inline-block;
        color: #4a220c;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    table tr td a:hover {
        color: #fcc800;
    }
    .btm_10 {
        margin-bottom: 10px;
        display: inline-block;
    }
    .btm_10_r5 {
        margin-bottom: 10px;
        margin-right: 5px;
        display: inline-block;
    }
    /*.axgmap, .gmap {
    margin-top: 30px;
    width: 100%;
    height: 300px;
  }*/
    .axgmap p {
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .space {
        margin-left: 20px;
    }
}

@media only screen and (min-width:560px) and (max-width:959px) {
    .sp_only {
        display: none;
    }
    table {
        border-collapse: collapse;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        min-width: 540px;
        max-width: 940px;
        table-layout: fixed;
        color: #4a220c;
        font-size: 1.4rem;
        line-height: 2;
        display: table;
    }
    .space {
        margin-left: 20px;
    }
    table tr {
        background-color: #fff;
        border-bottom: 1px solid #4a220c;
    }
    table tr.b_none {
        border-bottom: none;
    }
    table tr.btm_0 td,
    table tr.btm_0 th {
        padding-bottom: 5px;
    }
    table tr.btm_top_10 td,
    table tr.btm_top_10 th {
        padding: 10px 0 15px;
    }
    table tr.top_0 td,
    table tr.top_0 th {
        padding-top: 0;
    }
    table tr.top_10 td,
    table tr.top_10 th {
        padding-top: 10px;
    }
    table tr td a {
        display: inline-block;
        color: #4a220c;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    table tr td a:hover {
        color: #fcc800;
    }
    table tr:first-child {
        border-top: 2px solid #4a220c;
    }
    table tr:last-child {
        border-bottom: 2px solid #4a220c;
    }
    table th,
    table td {
        font-size: 1.4rem;
        padding: 35px 10px 35px 0;
    }
    tbody th {
        font-weight: 500;
        width: 25%;
    }
    table th {
        width: 15%;
    }
    table td {
        width: 85%;
    }
    .txt {
        width: 15%;
    }
    .txt2 {
        text-align: left;
    }
    .price {
        text-align: right;
    }
    /*.axgmap, .gmap {
    margin-top: 30px;
    width: 100%;
    height: 600px;
  }*/
    .axgmap p {
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
    }
}

@media only screen and (min-width:320px) and (max-width:959px) {}

@media only screen and (min-width:960px) {
    .sp_only {
        display: none;
    }
    .category_top {
        padding-top: 120px;
        color: #4a220c;
        text-align: center;
    }
    .category_top svg {
        width: 10%;
        fill: #4a220c;
        display: block;
        margin: 0 auto 20px;
    }
    .category_name {
        font-size: 2.4rem;
        letter-spacing: 1px;
        font-weight: 700;
    }
    table {
        border-collapse: collapse;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        min-width: 920px;
        max-width: 1100px;
        table-layout: fixed;
        color: #4a220c;
        font-size: 1.4rem;
        line-height: 2;
        display: table;
    }
    .space {
        margin-left: 20px;
    }
    table tr {
        background-color: #fff;
        border-bottom: 1px solid #4a220c;
    }
    table tr.b_none {
        border-bottom: none;
    }
    table tr.btm_0 td,
    table tr.btm_0 th {
        padding-bottom: 5px;
    }
    table tr.btm_top_10 td,
    table tr.btm_top_10 th {
        padding: 10px 0 15px;
    }
    table tr.top_0 td,
    table tr.top_0 th {
        padding-top: 0;
    }
    table tr.top_10 td,
    table tr.top_10 th {
        padding-top: 10px;
    }
    table tr td a {
        display: inline-block;
        color: #4a220c;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    table tr td a:hover {
        color: #fcc800;
    }
    table tr:first-child {
        border-top: 2px solid #4a220c;
    }
    table tr:last-child {
        border-bottom: 2px solid #4a220c;
    }
    table th,
    table td {
        padding: 35px 10px 35px 0;
    }
    tbody th {
        font-weight: 500;
        width: 25%;
    }
    table th {
        width: 15%;
    }
    table td {
        width: 85%;
    }
    .txt {
        width: 15%;
    }
    .txt2 {
        text-align: left;
    }
    .price {
        text-align: right;
    }
    /* .axgmap, .gmap {
    margin-top: 30px;
    width: 100%;
    height: 600px;
  }*/
    .axgmap p {
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .txt_right {
        text-align: right;
        right: 10px;
    }
}

.comp_mb {
    margin-bottom: 15px;
    display: inline-block;
}

.gmap_wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.gmap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.gmap-info-window {
    position: relative;
    width: 250px;
    padding: 10px 15px;
    background-color: #fff;
}

.gmap-info-window:before {
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    box-shadow: -2px 2px 2px 0 rgb(178 178 178 / 40%);
    content: "";
    height: 15px;
    left: 50%;
    bottom: -15px;
    position: absolute;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 15px;
}

.gmap-info-window-title {
    color: #4a220c;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.gmap-info-window-address {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #4a220c;
    text-align: center;
}

.infobox-marker {
    width: 60px;
    height: 90px;
    background: url("../images/common/mappin.png");
    background-size: 100% auto;
    text-align: center;
}