@charset "UTF-8";
/* CSS Document */

#shop{
	padding-top: 8.46%;
	padding-bottom: 6.92%;
}
.shop_img{
	width: 76.92%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:56px;
	position: relative;
}
.shop_img::after {
  content: "";
  position: absolute;
  top: 16px;
  right: -16px;
  bottom: -16px;
  width: 16px;
   border-top: 1.2px solid #c02a2c;
  border-right: 1.2px solid #c02a2c;
}

.shop_img::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 16px;       /* 左端から */
  right: -16px;  /* 右端まで = 下辺全体 */
  height: 0;
  border-bottom: 1.2px solid #c02a2c;
  border-left: 1.2px solid #c02a2c; /* 左辺16px分 */
  height: 16px;  /* 左辺の高さ分だけ */
}
#shop p{
	text-align: center;
}
.shop_name_ja{
	font-weight: 500;
    font-size: 1.24rem;
    line-height: 1.4em;
	    position: relative;
	text-align: center;
}
.shop_name_ja::after{
	content: "";
    position: absolute;
        left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
    background-image: url(../images/section-title_after.svg);
    background-repeat: no-repeat;
    background-size: 96px auto;
    background-position: center bottom;
    width: 96px;
    height: 96px;
}
.shop_name_eng{
    margin-top: 26px;
    padding-top: 20px;
    color: #c02a2c;
    text-decoration: none;
    letter-spacing: 0.064em;
    font-size: 1rem;
    line-height: 1.4em;
    margin-bottom: 24px;
}
.shop_txt{
    line-height: 1.5em;
    font-size: 0.9rem;
}
.shop_txt + .shop_txt {
  margin-top: 8px;
	margin-bottom: 24px;
	line-height: 1.2em;
}

#shop .link-btn a{
    padding: 0 16px 0 16px;
    width: 64px;
    font-size: 1.2rem;
}
#shop .link-btn a::after{
  right:12px;
}
