.ggmap{position:relative;padding-top:50%;width:100%;height:520px}.ggmap #map{position:absolute;width:100%;height:100%;top:0}@media screen and (max-width: 768px){.ggmap{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.ggmap iframe,.ggmap object,.ggmap embed{position:absolute;top:0;left:0;width:100%;height:100%}}#shop-detail #wrapper-main .main{width:100%;max-width:1000px;margin:0 auto}#shop-detail #wrapper-main .main .left-column{float:left;width:60%;max-width:600px}@media only screen and (max-width: 767px){#shop-detail #wrapper-main .main .left-column{float:none;width:100%;max-width:none}}#shop-detail #wrapper-main .main .btn-auto{font-weight:bold;border-radius:5px;padding:3px 10px}@media only screen and (max-width: 767px){#shop-detail #wrapper-main .main .btn-auto{font-size:1.2rem;padding:8px 10px}}#shop-detail #wrapper-main .main .right-column{float:right;width:36%;max-width:360px;font-size:1.6rem}#shop-detail #wrapper-main .main .right-column .tit{font-size:1.6rem;font-weight:bold;margin-top:1.5em;border-top:solid 1px #ccc;padding-top:1.5em}#shop-detail #wrapper-main .main .right-column .tit span{font-weight:normal;margin-left:.5em}#shop-detail #wrapper-main .main .right-column [class*=icon_]{padding-left:25px;background-size:18px}#shop-detail #wrapper-main .main .right-column .icon_train{background:url(../../assets/images/icon/icon_train.png) no-repeat left 3px}#shop-detail #wrapper-main .main .right-column .icon_car{background:url(../../assets/images/icon/icon_car.png) no-repeat left 3px}#shop-detail #wrapper-main .main .right-column .icon_bus{background:url(../../assets/images/icon/icon_bus.png) no-repeat left 3px}#shop-detail #wrapper-main .main .right-column .icon_info{background:url(../../assets/images/icon/icon_info.png) no-repeat left 3px}@media only screen and (max-width: 767px){#shop-detail #wrapper-main .main .right-column{float:none;width:100%;max-width:none;margin-top:10px;font-size:1.4rem}#shop-detail #wrapper-main .main .right-column .tit{font-size:1.4rem;margin-top:1.0em;padding-top:1.0em}#shop-detail #wrapper-main .main .right-column .tit span{font-size:1.2rem}#shop-detail #wrapper-main .main .right-column [class*=icon_]{background-size:14px}}#shop-detail #wrapper-main [class*=-column]{margin-bottom:50px}@media only screen and (max-width: 767px){#shop-detail #wrapper-main #flex-column{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap}#shop-detail #wrapper-main [id*=flex-column]{width:100%}#shop-detail #wrapper-main #order-column01{order:3}#shop-detail #wrapper-main #order-column01+.btn{order:4}#shop-detail #wrapper-main #order-column02{order:5}#shop-detail #wrapper-main #order-column03{order:6}#shop-detail #wrapper-main #order-column04{order:1}#shop-detail #wrapper-main #order-column05{order:2}#shop-detail #wrapper-main [class*=-column]{margin-bottom:15px}}.list-products{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;margin-top:10px;margin-bottom:0 !important}.list-products li{color:#114786;font-size:1.5rem;font-weight:bold;line-height:40px;padding-right:10px;width:50%}.list-products li img{margin-right:8px}@media only screen and (max-width: 767px){.list-products li{font-size:1.4rem;line-height:35px}.list-products li img{width:35px}}.slick-dots li{width:12px;height:12px;margin:0 8px}.slick-dots li button{width:12px;height:12px}.slick-dots li button:before{font-size:0;background:#50463c;border-radius:50%;width:12px;height:12px;opacity:1}@media only screen and (max-width: 767px){.slick-dots li button:before{width:8px;height:8px}}.slick-dots li.slick-active button:before{background:#fff}.slick-dots{bottom:15px}@media only screen and (max-width: 767px){.slick-dots{bottom:10px}}.slick-slide img{width:100%}.slick-dotted.slick-slider{margin:0}

.hochoki-soundan__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    width: 100%;
    padding: 0.5em 1em;
    border: 2px solid #114786;
    border-radius: 5px;
    color: #114786;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.hochoki-soundan__btn::before {
    content: '';
    display: block;
    background-image: url(../../assets/images/icon/icon_hearing_aid_blue.png);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.75em;
    height: auto;
    aspect-ratio: 1/1;
    /* background-color: #f7f7f7; */
}
.hochoki-soundan__btn::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    right: 2rem;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    border-top: 2px solid #114786;
    border-right: 2px solid #114786;
}