@charset "UTF-8";
/* ******************************************************************

	--home.css--

	1. Layout setting

****************************************************************** */


/*==================================================================
	1. Layout setting
===================================================================*/
.imageHead {
	margin-bottom: 60px;
}
.mHead {
	font-size: 20px;
	font-family: "Sawarabi Mincho";
	margin-bottom: 20px;
}
.mhEng {
	font-size: 14px;
}
.mbText {
	margin-bottom: 55px;
}
.block {
	margin-bottom: 95px;
}
.facebookUrl {
	background: url(../common/images/ico_next.png) no-repeat left center;
	background-size: 7px auto;
	padding-left: 10px;
	margin-bottom: 39px;
}
.facebookUrl a {
	color: #333;
}
.facebookUrl img {
	height: 17px;
	vertical-align:text-top;
	width: auto;
}
h4 {
	border-bottom: 1px solid #262626;
	margin-bottom: 34px;
	padding: 0 0 13px 4px;
	letter-spacing: 2px;
}
h5 {
	font-weight:bold;
	letter-spacing: 2px;
	margin-top:10px;
}
.scenery .sceneryList {
	margin-bottom: 62px;
}
.scenery ul li {
	float: left;
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 45px;
	margin-right: 1%;
	width: 32.6333%;
	display: inline-block;
	}
.scenery ul li:nth-child(3n) {
	margin-right: 0;
	float: right;
}
.scenery ul li:nth-child(6n) {
	margin-right: 0;
	float: right;
}
.scenery ul li .image {
	margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
	.detail {
		padding: 44px 47px;
	}
	.scenery ul li {
		width: 49%;
		margin-right: 0;
	}
	.scenery ul li:nth-child(2n) {
		float: right;
	}
	.scenery ul li:nth-child(3n) {
		float: left;
	}
	.scenery ul li:nth-child(4n) {
		float: right;
	}
	.scenery ul li:nth-child(5n) {
		float: left;
	}
	.scenery ul li:nth-child(6n) {
		float: right;
	}
}
@media screen and (max-width: 480px) {
	.scenery ul li {
		float: none;
		width: 100%;
	}
	.scenery ul li img {
		width: 100%;
	}
}