@charset "UTF-8";

#shop ul {

}
#shop ul li,
#photo ul li{
list-style: none !important;
width: 30%;
display: inline-block;
vertical-align: top !important;
margin: 8px;
box-shadow: 0 0 2px gray;
}



#shop dl dt,
#shop dl dd,

#photo dl dt,
#photo dl dd{
margin: 10px;
padding: 0;
}

#shop dl dd {
margin: 0 10px;
}


#shop dl dt {
text-align: center;
color: #fff;
font-weight: bold;
font-size: 0.7em;
border-radius: 2px;
}

.shop_txt {
display: none;
}

.shop_info {
margin-top: 1em !important;
font-size: 0.8em !important;
}

.shop_name {
font-weight: bold;
}


.shop_img {
text-align: center;
}
.shop_img img {
border-radius: 2px;
width: 90%;
height: autol
}

.shop_sns img {
width: 30px;
height: 30px;
}

#photo dt {
font-weight: bold;
}

.shop_color_aka {
background-color: #cc0000;
}

.shop_color_ki {
background-color: #F0E050;
color: #000 !important;
}

.shop_color_ao {
background-color: #1060A0;
}

.shop_color_midori {
background-color: #00A050;
}

@media screen and (max-width: 767px){
#shop ul li,
#photo ul li{
width: 90%;
}
}