.info_shopimg{
    margin-bottom: 20px;
}
.info_shopimg img{
    border-radius: 15px;}

.outline > li{
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
}
.add{text-indent: 32px; background: url("../../img/icon/icon_spot.svg") left 10px center no-repeat;background-size: 18px;}
.time{text-indent: 32px; background: url("../../img/icon/icon_time.svg") left 10px center no-repeat;background-size: 18px;}
.tel{text-indent: 32px; background: url("../../img/icon/icon_tel.svg") left 10px center no-repeat;background-size: 18px;}
.spec{
    display: flex;
}
.spec ul{
    padding-left: 20px;
}

/*icon*/

.info_button{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0 40px 0;
}
.info_button li{
    position: relative;
    transition: .5s;
}
.info_button li a{
    display: block;
    width: 50px;
    height: 50px;
}
.info_button li p{
    display: block;
    width: 50px;
    position: absolute;
    bottom: -30px;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
}

.ic_pw{background: url("../../img/icon/icn_pw.svg") no-repeat #000;background-size: 50px 50px;border-radius: 25px;}
.ic_dm{background: url("../../img/icon/icn_dmm.svg") no-repeat #000;background-size: 50px 50px;border-radius: 25px;}
.ic_xt{background: url("../../img/icon/icn_x.svg") no-repeat #000;background-size: 50px 50px;border-radius: 25px;}
.ic_ig{background: url("../../img/icon/icn_inst.svg") no-repeat #000;background-size: 50px 50px;border-radius: 25px;}
.ic_ln{background: url("../../img/icon/icn_line.svg") no-repeat #000;background-size: 50px 50px;border-radius: 25px;}

.ic_pw:hover{background-color: #C40012;}
.ic_dm:hover{background-color: #333;}
.ic_xt:hover{background-color: #ccc;}
.ic_ig:hover{background-color: #fc0060;}
.ic_ln:hover{background-color: #06C755;}


/**/


#access h3,#parking h3{
    margin: 20px 0 10px 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
    text-indent: 32px;
}
#access p,#parking p{
    padding-bottom: 10px;
    line-height: 1.25rem;
}
.acc_car{
    background: url("../../img/icon/icon_car.svg") left 10px center no-repeat;
    background-size: 18px;}
.acc_train{
    background: url("../../img/icon/icon_train.svg") left 10px center no-repeat;
    background-size: 18px;
}
.parking_map{
    margin-top: 50px;
    padding: 20px;
}

/**/

#google-map{
    margin-top: 50px;
    overflow: hidden;
}
#google-map iframe{
    width: 100%;
    height: 100%;
}