@charset "UTF-8";
/* CSS Document */

/* 中身-モバイルファースト======================================================================================================== */


#shop_list .l_common_title em + * {
margin-top: 30px;
margin-bottom: 40px;
}
#shop_list_inner{
background-color: #e4e4e4;
}
#shop_list_inner .l_contents_size{
padding-right: 20px;
padding-left: 20px;
}
#shop_list .article{
background-color: #fff;
padding: 40px 20px;
margin-bottom: 40px;
text-align: center;
}
#shop_list .article:last-child{
margin-bottom: 0px;
}
#shop_list .article h3{
font-size: 20px;
font-weight: 600;
letter-spacing: .2em;
}
#shop_list .article .tel a{
font-size: 30px;
letter-spacing: 0.13em;
text-decoration: none;
}
#shop_list .article .time{
font-size: 1.4vh;
margin-bottom: 20px;
}
#shop_list .article .time .font_en{
letter-spacing: 0.1em;
}
#shop_list .article .info{
text-align: left;
font-size: 13px;
margin-top: 5px;
}
#shop_list .article .info li{
margin-bottom: 0;
margin-left: 10px;
}
#shop_list .article .info li:last-child{
margin-bottom: 0px;
}
#shop_list .article .address::before{
content: "";
display: inline-block;
vertical-align: middle;
background-image: url(images/icon-map.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: auto 100%;
width: 18px;
height: 18px;
line-height: 1px;
margin-right: 5px;
}
#shop_list .article .train::before{
content: "";
display: inline-block;
vertical-align: middle;
background-image: url(images/icon-train.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: auto 100%;
width: 20px;
height: 20px;
line-height: 1px;
margin-right: 5px;
}




/* PCのみ======================================================================================================== */
@media print, screen and (min-width: 751px){

#shop_list_inner .l_contents_size{
padding-right: 0px;
padding-left: 0px;
display: flex;
justify-content: space-between;
}
#shop_list .article{
width: 30%;
height: 100%;
margin-bottom: 0px;
}




}

