@charset "utf-8";
/* ------------------------------------------------------------------------------
会社概要 outline（店舗情報　shop）
------------------------------------------------------------------------------ */
.shopMapCont {
margin-bottom: 25px;
}
#shopMap {
position: relative;
width: 100%;
height: 350px;
padding-top: 50%;
overflow: hidden;
background-color: #e7e1db;
}
#shopMap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 200%;
margin-top: -40%;
}
.shopList div:before {
display: none;
}
.shopList dt {
position: relative;
width: 30%;
font-weight: bold;
font-size: 16px;
font-size: 1.6rem;
}
.shopList dt:before {
display: block;
content: '';
position: absolute;
top: 50%;
left: -1em;
width: 5px;
height: 2px;
background-color: #2e2727;
}
.shopList dd {
width: 70%;
text-align: left;
}
dd.shopNote {
width: 100%;
}
@media screen and (max-width: 751px) {
/* ---------- SP ---------- */
.shopList dt {
width: 100%;
}
.shopList dd {
width: 100%;
}
@media screen and (min-width: 751px) {
/* ---------- PC用 ---------- */
.shopMapCont {
position: relative;
margin-bottom: 40px;
}
#shopMap {
height: 650px;
padding-top: 50%;
overflow: hidden;
background-color: #e7e1db;
}
#shopMap iframe {
height: 200%;
margin-top: -25%;
}
.shopList {
max-width: 800px;
}
.shopList div {
width: 100%;
flex-wrap: nowrap;
justify-content: flex-start;
}
.shopList dt {
width: 20%;
font-size: 18px;
font-size: 1.8rem;
}
.shopList dd {
width: 80%;
}
.shopNote {
width: 80%;
margin-left: auto;
}
.shopTell a {
pointer-events: none;
font-size: 14px;
font-size: 1.4rem;
color: #555050;
text-decoration: none;
}
}