.nagahama-wide-img {
	width:770px;
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto;
	box-sizing:border-box;
}

.s_box .nagahama-photo-pair {
	display:flex;
	gap:20px;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
}

.s_box .nagahama-photo-item {
	width:350px;
	max-width:100%;
	margin:0;
	padding:0;
	box-sizing:border-box;
	text-align:center;
}

.s_box .nagahama-photo-item .jimg {
	width:100%;
	max-width:100%;
	height:auto;
	display:block;
	float:none;
	margin:0 auto;
	box-sizing:border-box;
}

.s_box .nagahama-photo-item .yoko {
	text-align:left;
}

@media screen and (max-width:605px) {
	.nagahama-wide-img {
		width:100% !important;
		max-width:100% !important;
		height:auto !important;
		display:block !important;
		float:none !important;
		margin-left:auto !important;
		margin-right:auto !important;
		box-sizing:border-box;
	}

	.s_box .nagahama-photo-pair {
		display:block;
		width:100%;
		margin:0;
		padding:0;
		box-sizing:border-box;
	}

	.s_box .nagahama-photo-item {
		width:100%;
		max-width:100%;
		margin:0 auto 20px auto;
		padding:0;
		box-sizing:border-box;
		text-align:center;
	}

	.s_box .nagahama-photo-item .jimg {
		width:auto !important;
		max-width:100% !important;
		height:auto !important;
		display:block !important;
		float:none !important;
		margin-left:auto !important;
		margin-right:auto !important;
		box-sizing:border-box;
	}

	.s_box .nagahama-photo-item .yoko {
		text-align:left;
	}
}

@media screen and (max-width:605px) {
	.s_box .nagahama-photo-pair {
		width:100%;
		margin:0;
		padding:0;
	}

	.s_box .nagahama-photo-item {
		width:100%;
		margin:0;
		padding:0;
		text-align:center;
	}

	.s_box .nagahama-photo-item .jimg {
		display:block !important;
		float:none !important;
		width:auto !important;
		max-width:calc(100% - 20px) !important;
		height:auto !important;
		margin-left:auto !important;
		margin-right:auto !important;
	}

	.s_box .nagahama-photo-item .yoko {
		display:block;
		width:auto;
		margin-left:0;
		margin-right:0;
		text-align:left;
	}
}