@charset "UTF-8";
/* CSS Document */
@media (max-width: 700px) {
#shop{
    padding-top: 20%;
    padding-bottom: 16.15%;
}
.shop_img{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:32px;
	position: relative;
}
.shop_img::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  bottom: -10px;
  width: 10px;
   border-top: 1.2px solid #c02a2c;
  border-right: 1.2px solid #c02a2c;
}

.shop_img::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;       /* 左端から */
  right: -10px;  /* 右端まで = 下辺全体 */
  height: 0;
  border-bottom: 1.2px solid #c02a2c;
  border-left: 1.2px solid #c02a2c; /* 左辺16px分 */
  height: 10px;  /* 左辺の高さ分だけ */
}
#shop p{
	text-align: center;
}
.shop_name_ja{
	font-weight: 500;
    font-size: 1.12em;
    line-height: 1.4em;
	    position: relative;
	text-align: center;
}
.shop_name_ja::after{
	        content: "";
        position: absolute;
           left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
        background-image: url(../images/section-title_after.svg);
        background-repeat: no-repeat;
        background-size: 80px auto;
        background-position: center bottom;
        width: 80px;
        height: 80px;
}
.shop_name_eng{
    margin-top: 20px;
    padding-top: 16px;
    color: #c02a2c;
    text-decoration: none;
    letter-spacing: 0.064em;
    font-size: 0.em;
    line-height: 1.4em;
    margin-bottom: 16px;
}
.shop_txt{
	    line-height: 1.7em;
}
}
