@media only screen and (min-width: 751px) {
	.box_pc {
		display: block;
	}

	.box_sp {
		display: none;
	}
}

.pink_bg {
	background: #E5A9B7;
}

.blue_bg {
	background: #A9DBE5;
}

.yellow_bg {
	background: #ECDC72;
}

#contents {
	box-sizing: border-box;
	margin: 0 auto;
}

section {
	padding: 80px 0;
}

.under_h1 {
	margin-bottom: 0;
}

.mamakai_ttl01 {
	text-align: center;
	font-family: "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #333333;
	font-weight: 300;
	margin-bottom: 10px;
}

.mamakai_ttl02 {
	text-align: center;
	font-family: "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #333333;
	font-weight: 300;
	line-height: 1.5em;
	margin-bottom: 40px;
}

.association {
	padding: 50px 0;
}

.mamakai_ttl02_sub01 {
	padding: 0.2em 0;
	background-repeat: repeat-x;
	background-size: 1em 0.2em;
	background-position: top left;
	background-image: -webkit-gradient(radial, center center, 0, center center, 1.5, from(#E5A9B7), color-stop(0.5, #E5A9B7), color-stop(0.9, transparent), to(transparent));
	background-image: -webkit-radial-gradient(center center, 0.1em 0.1em, #E5A9B7, #E5A9B7 95%, transparent 95%, transparent);
	background-image: radial-gradient(0.1em 0.1em at center center, #E5A9B7, #E5A9B7 95%, transparent);
}

.association_bx {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.association_it {
	position: relative;
	width: 90%;
	margin-right: 0;
	margin-bottom: 30px;
	padding: 30px 15px;
	box-sizing: border-box;
}

.association_it:before {
	position: absolute;
	content: "";
	background: url("/images/enkai/no1/mamakai/laurel_wreath_l.png") no-repeat;
	width: 56px;
	height: 130px;
	left: 40px;
	top: 35%;
}

.association_it:after {
	position: absolute;
	content: "";
	background: url("/images/enkai/no1/mamakai/laurel_wreath_r.png") no-repeat;
	width: 56px;
	height: 130px;
	right: 40px;
	top: 35%;
}

.mamakai_ttl03 {
	position: relative;
	margin: 0 auto 50px auto;
	border-bottom: 2px solid #E5A9B7;
	color: #333333;
	font-size: 20px;
	font-family: "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 300;
	text-align: center;
	line-height: 1.5em;
	box-sizing: border-box;
}

.mamakai_ttl03_sub {
	font-size: 30px;
	font-weight: 600;
}

.mamakai_ttl03:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 10px 0 10px;
	border-color: #e5a9b7 transparent transparent transparent;
	bottom: -30px;
	left: calc(50% - 16px);
}

.association_it:last-child {
	margin-right: 0;
}

.association_img {
	margin-bottom: 18px;
}

.association_des {
	font-size: 11px;
	font-family: "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 300;
	color: #000;
}

.association_note {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	color: #000;
	font-family: "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.association_ttl01 {
	text-align: center;
	font-size: 16px;
	color: #000;
	font-family: "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
}

.reason_mamakai_bx {
	padding-bottom: 150px;
}

.reason_mamakai_h3 {
	display: flex;
	flex-direction: column;
}

.reason_mamakai_bx03 .reason_mamakai_ttl {
	width: calc(100% - 56px);
}

.reason_mamakai_ico {
	text-align: center;
	margin-bottom: 15px;
}

.reason_mamakai_ico img {
	width: 50px;
	max-width: 100%;
}

.reason_mamakai_ttl {
	padding: 0 90px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 65px;
}

.reason_mamakai_ttl:before {
	position: absolute;
	content: "";
	background: url("/images/enkai/no1/mamakai/laurel_wreath_l.png") no-repeat;
	background-size: 56px auto;
	width: 56px;
	height: 130px;
	bottom: 0;
	left: 0;
}

.reason_mamakai_ttl:after {
	position: absolute;
	content: "";
	background: url("/images/enkai/no1/mamakai/laurel_wreath_r.png") no-repeat;
	background-size: 56px auto;
	width: 56px;
	height: 130px;
	bottom: 0;
	right: 0;
}

.reason_bx {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-family: 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.reason_mamakai_ttl01 {
	font-size: 24px;
	line-height: 1em;
	font-weight: 800;
}

.reason_mamakai_ttl01_sub01 {
	font-size: 42px;
	font-weight: bold;
}

.reason_mamakai_ttl02_sub01 {
	font-size: 16px;
	text-align: center;
	line-height: 1.2em;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic Pro", 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.reason_mamakai_ttl02 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4em;
	font-family: "Hiragino Kaku Gothic Pro", 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.reason_bx .reason_mamakai_ttl_it:nth-child(1) {
	margin-right: 10px;
}

.blue_color .reason_mamakai_ttl01,
.blue_color .reason_mamakai_ttl02_sub01 {
	color: #A9DBE5;
}

.pink_color .reason_mamakai_ttl01,
.pink_color .reason_mamakai_ttl02_sub01 {
	color: #E5A9B7;
}

.yellow_color .reason_mamakai_ttl01,
.yellow_color .reason_mamakai_ttl02_sub01 {
	color: #ECDC72;
}

.point_area .point_area_it:nth-of-type(n+2) {
	margin-top: -7px;
}

.point_area .point_area_txt {
	padding: 35px 40px;
	box-sizing: border-box;
}

.point_area_ttl01 {
	font-size: 23px;
	color: #fff;
	text-align: center;
	font-family: "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin-bottom: 20px;
}

.point_area_des {
	font-size: 16px;
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro", 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.association_ttl02 {
	font-size: 27px;
	font-weight: 800;
	color: #fff;
	font-family: "Hiragino Kaku Gothic Std", 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.association_ttl02_sub01 {
	font-size: 41px;
	font-weight: 800;
}

.point_area_txt01 {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1em;
	margin: 0 auto 20px auto;
}

.point_area_txt01_sub01 {
	font-size: 40px;
	color: #cbcbcb;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro", 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 600;
}

.mamakai_bnr {
	padding: 60px 0;
	box-sizing: border-box;
}

.list_bnr {
	display: grid;
	row-gap: 20px;
}

.list_bnr li{
	margin: 0 auto;
}

.list_bnr li img {
	width: 100%;
	max-width: 380px;
}

.btn2 a {
	background: #fff;
	color: #F16060;
	padding: 6px 0px 8px;
	display: block;
	margin: 20px 0 0;
	width: calc(100% - 4px);
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	border: 2px solid #F16060;
}

.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}

.arrow::before,
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.btn2 a::before {
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #F16060;
}

.btn2 a::after {
	right: 5px;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 8px solid #fff;
}

@media only screen and (max-width: 750px) {
	.box_pc {
		display: none;
	}

	.box_sp {
		display: block;
	}

	.inner {
		width: 100%;
	}

	.association_img img {
		width: 60px;
		max-width: 100%;
	}

	.association_it::before,
	.association_it::after {
		width: 40px;
		height: 93px;
		background-size: 40px 93px;
		top: 43%;
	}

	.association_des {
		font-size: 3.5vw;
	}

	.association_ttl01 {
		font-size: 4vw;
		margin-bottom: 10px;
	}

	.association_it::before {
		left: 3%;
	}

	.association_it::after {
		right: 3%;
	}

	.association_ttl02 {
		font-size: 7vw;
		line-height: 1em;
	}

	.association_ttl02_sub01 {
		font-size: 8vw;
	}

	.association_it:last-child {
		margin-bottom: 10px;
	}

	.reason_mamakai_bx01 .reason_mamakai_ttl,
	.reason_mamakai_bx02 .reason_mamakai_ttl {
		width: 90%;
		padding: 0;
		margin: 0 auto 20px auto;
	}

	.reason_mamakai_ttl01 {
		font-size: 6vw;
	}

	.reason_mamakai_ttl01_sub01 {
		font-size: 10vw;
	}

	.reason_mamakai_ttl::before,
	.reason_mamakai_ttl::after {
		width: 7vw;
		height: 17vw;
		background-size: 7vw 17vw;
	}

	.point_area .point_area_it {
		display: block;
	}

	.point_area .point_area_txt {
		width: 100%;
		padding: 10% 5%;
		box-sizing: border-box;
	}

	.point_area .point_img {
		width: 100%;
	}

	.point_area .point_img img {
		width: 100%;
	}

	.point_area_des {
		font-size: 3.8vw;
	}

	.reason_mamakai_bx03 .reason_mamakai_ttl {
		width: 90%;
		margin: 0 auto 20px auto;
		padding: 0;
	}

	.reason_mamakai_bx {
		padding-bottom: 50px;
	}

	.reason_mamakai_bx.reason_mamakai_bx03 {
		padding-bottom: 0;
	}

	.mamakai_bnr {
		padding: 40px 0;
		box-sizing: border-box;
	}

	/* .mamakai_bnr .inner {
		padding: 0 10px;
		box-sizing: border-box;
	} */

	.list_bnr {
		width: 100%;
		display: block;
	}

	.list_bnr li {
		margin: 0 0 20px 0;
	}

	.list_bnr img {
		width: 100%;
	}
}

/* zashiki */
.title_diamond {
	position: relative;
	font-size: 16px;
	padding: 0 0 0 24px;
	margin: 0 0 14px 0;
}

.title_diamond::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 1px;
	margin: auto;
	width: 12px;
	height: 12px;
	background: #C9151E;
	transform: rotate(45deg);
}

.wrap_shop_zashiki {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	margin: 0 0 20px 0;
}

.wrap_shop_zashiki dl {
	background: #CBEEF6;
	padding: 8px;
	color: #4F4F4F;
}

.wrap_shop_zashiki dt {
	font-weight: 600;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(79, 79, 79, 0.3);
}

.wrap_shop_zashiki dt:first-of-type {
	border-top: unset;
}

.wrap_shop_zashiki dd {
	padding: 0 0 0 10px;
	font-size: 12px;
}

.wrap_shop_zashiki dd.name_shop {
	background: #fff;
	text-align: center;
	font-weight: 600;
	padding: 8px 0;
}

.wrap_shop_zashiki dd.img_shop {
	padding: 0;
}

@media only screen and (max-width: 750px) {
	.wrap_shop_zashiki {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px 10px;
	}
}