.container {
	max-width: 1000px;
	margin: 0 auto;
}

.post_content_item.shop {
	padding: 100px 0;
}

.post_content_item.shop .catch.common_catch.kamekichi {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: "Kaisei HarunoUmi", serif !important;
}

.post_content_item .post_content {
	margin-top: 40px;
}

/* area_card_lists */

.post_content_item.shop {
	line-height: 1.7;
}

.area_card_lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
	list-style: none;
}

.area_card_lists_item {
	width: calc(33.3333333% - 14px);
	margin-left: 21px;
	background-color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 40px;
	border-radius: 20px;
	font-weight: 700;
	line-height: 1.3;
	list-style: none;
}

.area_card_lists_item:nth-child(3n + 1) {
	margin-left: 0;
}

.area_card_lists_item:nth-child(n + 4) {
	margin-top: 21px;
}

@media only screen and (max-width: 800px) {
	.post_content_item.shop {
		padding: 40px 20px;
	}
	.post_content_item.shop .catch.common_catch.kamekichi span {
		margin-top: 0;
		text-align: center;
		line-height: 1.3;
	}
	.area_card_lists {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 20px;
		padding: 0 20px;
	}
	.area_card_lists_item {
		width: calc(50% - 10px);
		margin-left: 20px;
		background-color: #fff;
		font-size: 16px;
		text-align: center;
		padding: 10px;
		border-radius: 10px;
		font-weight: 700;
	}
	.area_card_lists_item:nth-child(3n + 1) {
		margin-left: 20px;
	}
	.area_card_lists_item:nth-child(2n + 1) {
		margin-left: 0;
	}
	.area_card_lists_item:nth-child(n + 4) {
		margin-top: 10px;
	}
	.area_card_lists_item:nth-child(n + 3) {
		margin-top: 10px;
	}
}

/* souba_main */

.souba_main {
	margin-top: 60px;
}

.souba_main_price {
	font-size: 28px;
	font-weight: 400;
	line-height: 130%;
	text-align: center;
}

.souba_main_price span {
	background: linear-gradient(transparent 60%, #ffe54c 60%);
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	font-size: 2.5em;
	padding: 10px 0
}

.souba_main_text {
	font-size: 16px;
	line-height: 2;
	margin: 40px auto 0;
	display: table;
}

.joseikin_main {
	background: #f4f4f4;
	padding: 20px 40px;
	border-radius: 20px;
	position: relative;
	z-index: 0;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
}

.post_content p.joseikin_main_attention {
	text-align: right;
	margin-top: 10px;
}

.souba_main_content {
	background: #f4f4f4;
	padding: 40px;
	position: relative;
	z-index: 0;
	/* box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16); */
}

.souba_main_line {
	margin-top: 40px;
}

.souba_main_line_text {
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
}

.link_button.colum.line {
	margin-top: 20px;
}

.link_button a.button_001.line {
	background-color: #00B901;
	border: 2px #00B901 solid;
}

.link_button a.button_001.line:hover {
	color: #00B901!important;
	background-image: url(../img/common/cta_line_arrow_hover.png)!important;
}

@media only screen and (max-width: 800px) {
	.souba_main {
		margin-top: 0;
	}
	.souba_main_price {
		font-size: 20px;
	}
	.souba_main_price span {
		font-size: 2em;
	}
	.post_content_item.shop .post_content {
		margin-top: 0;
	}
	.post_content_item.shop .souba_main .post_content {
		margin-top: 20px;
	}
	.souba_main_text {
		font-size: 14px;
		margin: 20px auto 0;
	}
	.souba_main_content {
		padding: 20px;
	}
	.joseikin_main {
		padding: 20px;
		border-radius: 20px;
		box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
	}
	.post_content p.joseikin_main_attention {
		text-align: left;
		margin-top: 10px;
	}
	.souba_main_line_text {
		font-size: 16px;
	}
}

.post_content p.joseikin_main_aiu_title {
	font-size: 24px;
	position: relative;
	z-index: 0;
	margin: 0;
	cursor: pointer;
	font-weight: bold;
}

.post_content p.joseikin_main_aiu_title::before {
	content: "";
	width: 30px;
	height: 3px;
	position: absolute;
	top: 28px;
	right: 0;
	line-height: 1;
	background-color: #000;
	transition: 0.3s;
}

.post_content .joseikin_main p.joseikin_main_aiu_title::after {
	content: "";
	width: 3px;
	height: 30px;
	position: absolute;
	top: 14px;
	right: 13px;
	line-height: 1;
	background-color: #000;
	opacity: 1;
}

.post_content .joseikin_main.open p.joseikin_main_aiu_title::after {
	opacity: 0;
}

.joseikin_main+.joseikin_main {
	margin-top: 20px;
}

.joseikin_main_aiu_content {
	display: none;
	padding-top: 20px;
}

@media only screen and (max-width: 800px) {
	.post_content p.joseikin_main_aiu_title::before {
		width: 20px;
		height: 2px;
		top: 22px;
		right: 0;
		line-height: 1;
		background-color: #000;
		transition: 0.3s;
	}
	.post_content .joseikin_main p.joseikin_main_aiu_title::after {
		width: 2px;
		height: 20px;
		top: 13px;
		right: 9px;
	}
}