.main_wrap {
	padding: 30px 0 135px;
	background-image: url(../img/bg_dot01.png);
	background-size: 15px;
	background-repeat: repeat;
	background-position: center center;
}

.wrap_content {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.top_text {
	font-size: 24px;
	line-height: 32px;
	color: #5cb531;
	text-align: center;
	letter-spacing: 5px;
	text-indent: 5px;
}

.top_text span {
	display: inline-block;
}

.sub_page_ttl {
	width: 71.25%;
	display: block;
	margin: 15px auto 0;
}

.event_head {
	width: 100%;
	margin: 15px auto 0;
}

.event_head img {
	width: 100%;
}
.event_head img.sp {
	display: none;
}

.biz_head {
	width: 478px;
	height: 86px;
	border-radius: 43px;
	margin: 50px auto 0;
	background-color: #fcee21;
	border: solid 4px #39b54a;
	display: flex;
	align-items: center;
	justify-content: center;
}

.biz_head p {
	font-size: 28px;
	color: #39b54a;
}

.biz_detail {
	width: 100%;
	margin: 25px auto 0;
	padding: 15px 40px 40px;
	background-color: white;
	border-radius: 31.5px;
}

.top_info {
	width: 100%;
	padding: 25px 20px;
	border-bottom: solid 1.5px #5cb531;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px 25px;
}

.top_info .ti_item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

/* .top_info .ti_item.biz_name {
	max-width: calc(100% - 430px);
} */

.top_info .ti_item.period {
	max-width: 430px;
}

.top_info .ti_item .head {
	width: 135px;
	min-width: 135px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #5cb531;
	border-radius: 12px;
	font-size: 20px;
	color: white;
}

.top_info .ti_item p {
	font-size: 24px;
	line-height: 32px;
	min-height: 55px;
	display: flex;
	align-items: center;
}

h1 {
	font-size: 28px;
	line-height: 38px;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.main_img {
	max-width: 980px;
	width: 100%;
	display: block;
	margin: 25px auto 50px;
}

.detail_item {
	width: 100%;
	padding: 30px 20px;
	border-top: solid 1.5px #5cb531;
}

.detail_item .head {
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #5cb531;
	border-radius: 12px;
}

.detail_item .head h2 {
	font-size: 20px;
	color: white;
}

.detail_item .bf_block {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 50px;
}

.detail_item .bf_block + .bf_block {
	margin-top: 15px;
}

.detail_item .bf_block .head {
	width: 135px;
}

.detail_item .bf_block p {
	width: calc(100% - 185px);
	min-height: 54px;
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 30px;
}

.detail_item.main_text p {
	max-width: 975px;
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 40px;
}

.detail_item .addr_block {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.detail_item .addr_block .head {
	width: 210px;
}

.detail_item .addr_block .addr {
	width: calc(100% - 230px);
}

.detail_item .addr_block .addr .name {
	font-size: 20px;
	line-height: 30px;
}

.detail_item .addr_block .addr .addr_tel {
	font-size: 16px;
	line-height: 20px;
	margin-top: 3px;
}

.detail_item .map_block {
	max-width: 980px;
	width: 100%;
	aspect-ratio: 980/570;
	margin: 25px auto 0;
}

.detail_item .map_block iframe {
	width: 100% !important;
	height: 100% !important;
}

.detail_item .img_block {
	max-width: 980px;
	width: 100%;
	margin: 25px auto 0;
	display: flex;
	gap: 12px;
}

.detail_item .img_block img {
	width: calc(calc(100% - 12px) / 2);
	/* aspect-ratio: 482/312; */
	object-fit: cover;
}

.detail_item .info_block {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

.detail_item .info_block .head {
	width: 135px;
}

.detail_item .info_block .info {
	width: calc(100% - 175px);
	padding-top: 10px;
}

.detail_item .info_block .info h3 {
	font-size: 24px;
	line-height: 34px;
}

.detail_item .info_block .info .info_item {
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
}

.detail_item .info_block .info .info_item p {
	font-size: 18px;
	line-height: 26px;
}

.detail_item .info_block .info .info_item p.ht {
	width: 135px;
	min-width: 135px;
}

.list_btn {
	width: 478px;
	height: 86px;
	border-radius: 43px;
	margin: 45px auto 0;
	background-color: #fcee21;
	border: solid 4px #39b54a;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list_btn p {
	font-size: 28px;
	color: #39b54a;
}

@media screen and (max-width: 1000px) {
	.sub_page_ttl {
		width: 85%;
	}

	.biz_head,
	.list_btn {
		width: 400px;
		height: 70px;
		border-radius: 35px;
		top: -35px;
	}

	.biz_head h3,
	.list_btn p {
		font-size: 24px;
	}

	.biz_detail {
		padding: 15px 30px 40px;
	}

	.top_info {
		padding: 25px 15px;
	}

	/* .top_info .ti_item {
		width: 100%;
	} */

	.top_info .ti_item .head {
		width: 110px;
		min-width: 110px;
		height: 45px;
		font-size: 18px;
	}

	.top_info .ti_item p {
		font-size: 20px;
		line-height: 28px;
		min-height: 45px;
	}

	h1 {
		font-size: 24px;
		line-height: 32px;
		margin-top: 25px;
	}

	.detail_item {
		padding: 30px 15px;
	}

	.detail_item .head {
		height: 45px;
	}

	.detail_item .head h2 {
		font-size: 18px;
	}

	.detail_item .bf_block {
		gap: 10px;
		flex-wrap: wrap;
	}

	.detail_item .bf_block + .bf_block {
		margin-top: 20px;
	}

	.detail_item .bf_block .head {
		width: 110px;
	}

	.detail_item .bf_block p {
		width: 100%;
		font-size: 18px;
		line-height: 26px;
		min-height: 0;
	}

	.detail_item.main_text p {
		font-size: 16px;
		line-height: 28px;
	}

	.detail_item .addr_block {
		gap: 10px;
		flex-wrap: wrap;
	}

	.detail_item .addr_block .head {
		width: 165px;
	}

	.detail_item .addr_block .addr {
		width: 100%;
	}

	.detail_item .addr_block .addr .name {
		font-size: 18px;
		line-height: 28px;
	}

	.detail_item .addr_block .addr .addr_tel {
		font-size: 14px;
		margin-top: 3px;
	}

	.detail_item .info_block {
		flex-wrap: wrap;
		gap: 10px;
	}

	.detail_item .info_block .head {
		width: 110px;
	}

	.detail_item .info_block .info {
		width: 100%;
	}

	.detail_item .info_block .info h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.detail_item .info_block .info .info_item p {
		font-size: 16px;
		line-height: 24px;
	}

	.detail_item .info_block .info .info_item p.ht {
		width: 120px;
		min-width: 120px;
	}
}

@media screen and (max-width: 600px) {
	.main_wrap {
		padding-bottom: 85px;
	}

	.top_text {
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 2px;
		text-indent: 2px;
	}

	.sub_page_ttl {
		width: 100%;
	}

	.event_head img {
		width: 100%;
		display: none;
	}
	.event_head img.sp {
		display: block;
	}

	.biz_head {
		height: 60px;
		border-radius: 30px;
		border: solid 3px #39b54a;
		width: 250px;
		padding: 0 30px;
	}

	.list_btn {
		height: 60px;
		border-radius: 30px;
		border: solid 3px #39b54a;
		max-width: 320px;
		width: 100%;
		padding: 0 30px;
	}

	.biz_head p,
	.list_btn p {
		font-size: 18px;
		white-space: nowrap;
	}

	.biz_detail {
		padding: 15px 20px 40px;
		border-radius: 20px;
	}

	.top_info {
		padding: 15px 5px;
	}

	.top_info .ti_item {
		gap: 10px;
		flex-wrap: wrap;
		align-items: center;
	}

	.top_info .ti_item .head {
		width: 95px;
		min-width: 95px;
		height: 40px;
		font-size: 16px;
		border-radius: 8px;
	}

	.top_info .ti_item p {
		/* width: 100%; */
		font-size: 16px;
		line-height: 24px;
		min-height: 0;
	}

	h1 {
		font-size: 20px;
		line-height: 28px;
		margin-top: 20px;
	}

	.detail_item {
		padding: 20px 5px;
	}

	.detail_item .head {
		height: 40px;
		border-radius: 8px;
	}

	.detail_item .head h2 {
		font-size: 16px;
	}

	.detail_item .bf_block .head {
		width: 95px;
	}

	.detail_item .bf_block p {
		font-size: 16px;
		line-height: 24px;
		font-weight: 500;
	}

	.detail_item.main_text p {
		font-size: 14px;
		line-height: 24px;
	}

	.detail_item .addr_block .head {
		width: 140px;
	}

	.detail_item .map_block {
		aspect-ratio: 1/1;
	}

	.detail_item .img_block {
		flex-wrap: wrap;
		gap: 10px;
	}

	.detail_item .img_block img {
		width: 100%;
	}

	.detail_item .info_block .head {
		width: 95px;
	}

	.detail_item .info_block .info h3 {
		font-size: 18px;
		line-height: 26px;
	}

	.detail_item .info_block .info .info_item {
		gap: 5px;
		flex-wrap: wrap;
	}

	.detail_item .info_block .info .info_item p {
		font-size: 14px;
		line-height: 20px;
		padding-left: 10px;
	}

	.detail_item .info_block .info .info_item p.ht {
		width: 100%;
		min-width: 0;
		padding-left: 0;
	}
}

@media screen and (max-width: 450px) {
	.top_text {
		font-size: 16px;
		line-height: 24px;
	}
}
