.summary{margin-bottom: 40px;}
.summary .flt_l span{
	display: block;
	margin-top: 30px;
	font-weight: normal;
}


.h01{
	margin-bottom: 30px;
	padding			: 6px 0 8px 20px;
	color			: #30834e;
	background-color: transparent;
	border-left		: 8px solid #30834e;
}

.marcheArea > section:not(:last-of-type){
	margin-bottom: 60px !important;
	padding-bottom: 60px;
	border-bottom: 1px solid #e6e6e6;
}
.marcheArea > section:nth-child(5n){
	padding-bottom: 0;
	border-bottom-width: 0;
}

.marcheArea .dtl{
	padding-right: 36%;
	position: relative;
}
.marcheArea h4{
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
}
.marcheArea h4 a{
	text-decoration: none;
	position: relative;
}
.marcheArea h4 a::after{
	width: 14px;
	height: 14px;
	content: "";
	background: url('/dosokai/common/img/icon/icon_link.png') no-repeat;
	background-size: contain;
	position: absolute;
	right: -16px;
	bottom: 6px;
}
.marcheArea h4 a:hover{
	opacity: 0.7;
}

.marcheArea .imgArea{
	width: 30%;
	position: absolute;
	top: 0;
	right: 0;
}
.marcheArea .imgArea p{
	margin: 0 0 14px !important;
}
.marcheArea .imgArea p img{
	width: 100%;
}

.marcheArea .multiDtl{
	width: 100%;
	padding-right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.marcheArea .multiDtl > p{
	width: 64%;
}
.marcheArea .multiDtl .imgArea{
	position: relative;
}
.marcheArea .multiDtl .multiShop{
	width: 48%;
}
.marcheArea .multiDtl .multiShop h5{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
.marcheArea .multiDtl .multiShop h5 a{
	text-decoration: none;
	position: relative;
}
.marcheArea .multiDtl .multiShop h5 a::after{
	width: 14px;
	height: 14px;
	content: "";
	background: url('/dosokai/common/img/icon/icon_link.png') no-repeat;
	background-size: contain;
	position: absolute;
	right: -16px;
	bottom: 6px;
}
.marcheArea .multiDtl .multiShop h5 a:hover{
	opacity: 0.7;
}

.marcheArea .multiDtl .multiShop .multiShopImgArea{
	margin-bottom: 30px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.marcheArea .multiDtl .multiShop .multiShopImgArea p{
	width: 49%;
	margin: 0 !important;
}
.marcheArea .multiDtl .multiShop .multiShopImgArea p img{
	width: 100%;
}

.marcheArea table{
	width: 100%;
	margin-bottom: 30px;
	font-size: 14px;
	text-align: left;
	box-sizing: border-box;
	border-collapse:collapse;
}
.marcheArea table tr{border-bottom: 1px solid #30834e;}
.marcheArea table tr:first-child{border-top: 1px solid #30834e;}

.marcheArea table tr th{
	width: 28%;
	padding: 10px 0;
	text-align: center;
	word-break : break-all;
	background-color: #eaf3ed;
}
.marcheArea table tr td{
	width: 72%;
	padding: 10px;
	word-break : break-all;
}

.marcheArea .mapArea iframe{
	width: 100%;
	height: 250px;
	box-sizing: border-box;
}
.marcheArea .mapArea p{
	font-size: 14px;
	text-align: right;
}



#publish{
	padding: 40px;
	border: 1px solid #ccc;
	position: relative;
	overflow: visible;
}
#publish h3{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #30834e;
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
}
#publish h3 span{
	background-color: #fff;
	padding: 0 20px;
}

#publish h3 + p{
	margin-bottom: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #30834e;
}

#publish ul {
	margin-bottom: 40px;
}
#publish ul li{
	text-align: left;
	position: relative;
	padding-left: 1.5rem;
}
#publish ul li:not(:last-child){margin-bottom: 16px;}
#publish ul li::before{
	content: "※";
	position: absolute;
	left: 0;
}
#publish ul + p{
	margin-bottom: 0;
	text-align: center;
}

.pagination {
	margin-bottom: 100px;
}


@media screen and (max-width: 768px) {
	.summary{margin-bottom: 20px;}
	.summary .flt_l{margin-bottom: 20px;}
	.summary .flt_l span{
		display: block;
		margin-top: 20px;
		text-align: center;
	}

	.h01{
		margin-bottom: 30px;
	}

	.marcheArea > section:not(:last-of-type){
		margin-bottom: 30px !important;
		padding-bottom: 30px;
	}

	.marcheArea .dtl{
		padding-right: 0;
	}

	.marcheArea .imgArea{
		width: 100%;
		margin-bottom: 30px;
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	.marcheArea .imgArea p{
		width: 49%;
		margin: 0 !important;
	}
	.marcheArea .imgArea p img{
		width: 100%;
	}
	.marcheArea .mapArea iframe{
		height: 50vw;
	}

	.marcheArea .multiDtl{
		display: block;
	}
	.marcheArea .multiDtl > p{
		width: 100%;
	}
	.marcheArea .multiDtl .imgArea{
		position: relative;
	}
	.marcheArea .multiDtl .multiShop{
		width: 100%;
	}

	#publish{
		padding: 40px 10px;
	}
}/* end @media */