/* 前サイトから */
.nav_ppl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.nav_ppl li{
	margin-top: 10px;
}
.nav_ppl li span {
	background: #ffdbc7;
	padding: 4px 12px;
	display: block;
	border: 1px solid #ffdbc7;
}
.nav_ppl li a {
	background: #fff;
	border: 1px solid #ffdbc7;
	display: block;
	padding: 4px 12px;
	color: #000;
}
.nav_ppl li a:hover{
	color: #fff;
	background-color: #ffdbc7;
	transition: 0.5s;
	opacity: 1;
}
.ttl_ppl {
	background: #ea5632;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	margin: 4rem 0 2rem;
}
.bold {
	font-weight: bold;
}
@media screen and (max-width: 769px){
	.nav_ppl li{
		width: 25%;
		font-size: 1.2rem;
	}
	.nav_ppl li span, .nav_ppl li a{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		padding: 2%;
		text-align: center;
	}
	.ttl_ppl {
		margin: 2rem 0 1rem;
	}
}
.tbl2 {
	border-top: 1px solid #000;
	width: 100%;
	border-collapse: collapse;
	margin: 4rem 0 0;
}
.tbl2 th {
	padding: 14px 24px;
	background: #ffdbc7;
	width: 25%;
	font-weight: bold;
}
.tbl2 td {
	padding: 14px 24px;
}
.tbl2 tr {
	border-bottom: 1px solid #000;
}
.tbl2.menu th {
	width: 80%;
}
@media screen and (max-width: 769px) {
	.tbl2 {
		margin: 20px 0 0;
	}
	.tbl2 th, .tbl2 td {
		font-weight: bold;
		font-size: 13px;
		padding: 3px;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.tbl2 tr {
		border-bottom: none;
	}
	.tbl2 {
		border-top: none;
	}
	.tbl2.menu th {
		width: 100%;
	}
}




.shop_wrap h2 {
	font-size: 26px;
	line-height: 36px;
	font-weight: 700;
}
.shop_wrap h3 {
	font-size: 23px;
	line-height: 34px;
	font-weight: 500;
}
.shop_wrap h4 {
	font-size: 23px;
	line-height: 34px;
	font-weight: 400;
}
.shop_wrap h5 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
}
.shop_wrap p, .shop__bg div {
	line-height: 1.875;
}
.shop__bg {
	background: linear-gradient(180deg, #fff 0%, #fff 5%, #FFFFF8 5%, #FFFFF8 100%);
	padding: 0 3rem 3rem;
}
.shop__bg iframe {
  display: block;
}
@media (max-width: 768px) {
	.shop__bg {
		margin:0 -200%;
		padding:0 200%;
	}
}
.shop_title {
	padding: 14px 0 14px 30px;
	background-color: #FFF8F8;
	margin: 56px 0 20px;
}
.shop_title h1 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.35714;
}
.shop_description {
	font-size: 16px;
	margin-bottom: 20px;
}
.slider-pro {
	margin: 50px auto 40px;
	max-width: 100% !important;
}
.slider-pro p.sp-layer {
	text-align: center;
	font-size: 13px;
}
.sp-next-arrow {
	transform: none;
}
.sp-next-arrow:before {
	content:'' !important;
	display: block;
	background: url(../img/sp-next.png) no-repeat left top;
	background-size: contain;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	transform: none;
	right: 0;
	left: auto;
}
.sp-next-arrow::after {
	display: none;
}
.sp-previous-arrow:before {
	content:'' !important;
	display: block;
	background: url(../img/sp-prev.png) no-repeat left top;
	background-size: contain;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	transform: none;
	left: 0;
	right: auto;
}
.sp-previous-arrow::after {
	display: none;
}
.shop_table {
	margin: 50px auto 40px;
	width: 100%;
	background-color: #fff;
}
.shop_table th {
	width: 27%;
	text-align: center;
	vertical-align: middle;
	background-color: #F2F2F2;
	font-size: 20px;
}
.shop_table td {
	width: 73%;
	vertical-align: middle;
	padding: 22px 0 22px 32px;
	font-size: 16px;
	line-height: 1.4375;
	word-break: break-all;
}
.shop_table tr:not(:last-of-type) {
	border-bottom: 1px dotted #707070;
}
.shop_map {
	text-align: center;
	margin-bottom: 40px;
}
.footer-share.head-content {
/* 	justify-content: center; */
	margin-bottom: 50px;
  line-height: 1;
}
.shop_wrap .head-content-list {
	justify-content: center;
	margin-bottom: 50px;
}
.near_box_wrap {
	margin: 50px auto 60px;
}
.near_box_title {
	text-align: center;
	margin-bottom: 50px;
}
.near_box_title img {
	width: 47px;
	margin-bottom: 12px;
}
.near_box_title {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3846;
	padding-bottom: 20px;
	position: relative;
}
.near_box_title::after {
	position: absolute;
	bottom: 0;
	content: '';
	display: block;
	width: 70px;
	height: 3px;
	background-color: #404040;
	left: 50%;
	transform: translatex(-50%);
}
.near_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.near_box_content {
	width: 30%;
}
.near_box_content_title {
	font-size: 16px;
	line-height: 1.625;
	font-weight: 500;
}
.near_box_content_img {
	margin-bottom: 20px;
}
.near_box_content_img img {
	aspect-ratio: 3/2;
}
.related-post {
	margin: 50px auto;
	max-width: 860px;
}
.related-post h2 {
	text-align: center;
	position: relative;
	padding-bottom: 19px;
	margin-bottom: 40px;
	font-size: 26px;
}
.related-post h2::after {
	display: block;
	position: absolute;
	content: '';
	background-color: #404040;
	width: 70px;
	height: 3px;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
}
.related-post a {
	display: flex;
	padding: 20px 25px;
}
.related-post li {
	margin-bottom: 20px;
	border: 1px solid #BFBFBF;
	position: relative;
}
.related-post li > a > img,
.related-post li > a > picture {
	max-width: 15.58%;
	height: 100%;
	width: 100%;
	max-height: 134px;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 10px;
}

.related-post li > a > picture > img {
	border-radius: 10px;
	height: 100%;
}

.related-post__right {
	margin-left: 20px;
}
.related-post__right h3 {
	font-size: 16px;
	color: #707070;
	line-height: 1.875;
	padding-bottom: 15px;
	border-bottom: 1px dashed #707070;
	margin-bottom: 13px;
	letter-spacing: -.05em;
}
.related-post__right p {
	font-size: 16px;
	line-height: 1.625;
	margin-bottom: 55px;
	letter-spacing: -.05em;
}
.related-post__right .more {
	position: absolute;
	display: inline-block;
	background-color: #E57A7A;
	color: #fff;
	text-align: center;
	width: 225px;
	padding: 8px 0;
	font-size: 16px;
	font-weight: 700;
	bottom: -1px;
	right: -1px;
	letter-spacing: -.05em;
}
.related-post__right .more__arrow {
	position: absolute;
	bottom: 12px;
	right:16px;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 12px solid #fff;
	border-bottom: 6px solid transparent;
}

@media (max-width: 768px) {
	.shop_title {
		padding: 15px 0 15px 20px;
		margin: 20px 0 14px;
	}
	.shop_title h1 {
		font-size: 24px;
	}
	.shop_wrap {
		width: 95%;
		margin: 0 auto;
	}
	.slider-pro {
		margin: 38px auto 20px;
	}
	.shop_table {
		margin: 27px auto;
	}
	.shop_table tr:not(:last-of-type) {
		border-bottom: none;
	}
	.shop_table th,
	.shop_table td {
		display: block;
		width: 100%;
		padding: 20px 10px;
		text-align: center;
	}
	.shop_map {
		margin-bottom: 30px;
	}
	.near_box_wrap {
		margin: 43px auto 30px;
	}
	.near_box_title {
		margin-bottom: 30px;
	}
	.near_box_title img {
		width: 38px;
		margin-bottom: 10px;
	}
	.near_box_title {
		font-size: 20px;
		line-height: 1.8;
		padding-bottom: 16px;
	}
	.near_box_title::after {
		width: 41px;
	}
	.near_box {
		flex-wrap: wrap;
	}
	.near_box_content {
		width: 100%;
		margin-bottom: 20px;
	}
	.related-post {
		margin: 35px auto 30px;
	}
	.related-post h2 {
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.related-post a {
		padding: 10px;
	}
	.related-post li > a > img,
	.related-post li > a > picture {
		width: 78px;
		height: 78px;
		max-width: initial;
	}
	.related-post__right h3 {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
		font-size: 14px;
	}
	.related-post__right p {
		display: none;
	}
	.related-post__right .more {
		width: 159px;
		padding: 6px 0;
		font-size: 14px;
	}

}