/****************************** mobile,cpmmon ******************************/
.s_rsn_list {
	margin-bottom: 25px;
}

.s_rsn_item {
	background-size: cover;
	border-bottom: 1px dotted var(--corp_color);
	padding-bottom: 35px;
}
.s_rsn_item:not(:last-child) {
	margin-bottom: 40px;
}

.s_rsn_item > img {
	border-radius: 10px;
	height: 150px;
	margin-bottom: 15px;
}

/* スワイパー */
.s_rsn_list .swiper-container {
	margin-top: 15px;
}
.s_rsn_list .swiper-container img {
	height: 120px;
}

.s_rsn_list .s_reason_swiper_2 img {
	border-radius: 10px;
	height: 200px;
}


.s_rsn_item_head p {
	font-weight: 500;
	margin-bottom: 10px;
}
.s_rsn_item_head p span:first-child {
	font-size: 18px;
	padding-right: 20px;
	position: relative;
}
.s_rsn_item_head p span:first-child:after {
	content: '';
	height: 1px;
	width: 15px;
	background: var(--corp_color);
	position: absolute;
	top: 10px;
	right: 0;
}
.s_rsn_item_head p span:last-child {
	font-weight: 600;
}

/* レクリエーション */
.s_rsn_rec_list {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	flex-wrap: wrap;
}
.s_rsn_rec_item {
	width: 48%;
	border: 1px solid #E5E5EA;
  border-radius: 3px;
	text-align: center;
	margin-bottom: 10px;
	padding: 15px 0 10px;
}
.s_rsn_rec_item img {
	width: auto;
	height: 70px;
	margin: 0 auto 8px;
}
.s_rsn_rec_item h4 {
	line-height: 22px;
	padding: 0 15px;
}

/****************************** tablet ******************************/
@media (min-width: 600px){
	.s_rsn_item > img {
		height: 300px;
		margin-bottom: 25px;
	}

	.s_rsn_item_head p span:first-child {
		font-size: 20px;
	}
	.s_rsn_item_head p span:last-child {
		font-size: 18px;
	}

	/* スワイパー */
	.s_rsn_list .swiper-container {
		margin-top: 25px;
	}
	.s_rsn_list .swiper-container img {
		height: 150px;
	}

	.s_rsn_list .s_reason_swiper_2 img {
		border-radius: 10px;
		height: 250px;
	}

}

/****************************** PC ******************************/
@media (min-width: 1025px){

}
