@charset "utf-8";

/*------------------------------------------------
recommend
--------------------------------------------------*/
.pageTitle h1{
	background-image: url("../images/recommend/pageTitle.jpg") !important;
}
#recommendNav ul li a{
	display: block;
	height: 400px;
	margin-bottom: 40px;
	color: #FFFFFF;
	background-color: #000000;
}
#recommendNav ul li a:hover{
	opacity: 1;
}
.recommendNav_image{
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
#recommendNav ul li a:hover .recommendNav_image{
	opacity: 0.8;
}
#recommendNav ul li a h2{
	background-color: rgba(0,0,0,0.6);
	width: 500px;
	padding: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}
#recommendNav ul li a h2 span{
	display: block;
	text-align: center;
}
#recommendNav ul li a h2 span:nth-of-type(1){
	border-bottom: 1px solid #BFBFBF;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#recommendNav ul li a .btn03{
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -107px;
	border-color: #FFFFFF;
}
#recommendHeader{
	padding: 50px 0;
}
#recommendHeader h1 span:nth-of-type(2){
	padding-top: 260px;
	line-height: 2;
	text-shadow:0 0 5px #000000,-1px -1px 5px #000000,1px 1px 5px #000000;
}
.recommendSection h2{
	background: url("../images/home/home01List_h3.png") no-repeat center top;
	background-size: 28px;
	padding-top: 65px;
	line-height: 1.3;
	height: 155px;
	margin-bottom: 50px;
}
.recommendSection h2 span{
	display: block;
	text-align: center;
	margin-bottom: 5px;
}
.recommendList li{
	min-height: 492px;
	position: relative;
	overflow: hidden;
}
.recommendList_image01 {
    right: 50%;
    top: 0;
	width: 736px;
	height: 492px;
}
.recommendList_text{
	width: 480px;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	left: 50%;
	margin-left: 40px;
}
.recommendList_text h3{
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.recommendList_text h3 span:nth-of-type(1){
	display: block;
	width: 80px;
	height: 80px;
	background-color: #BFBFBF;
	text-align: center;
	line-height: 75px;
	border-radius: 100%;
}
.recommendList_text h3 span:nth-of-type(2){
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	left: 100px;
	line-height: 1.4;
}
.recommendList_p02{
	margin-top: 20px;
}
.recommendList_image02{
	display: none;
}
.layout_photoright .recommendList_image01{
	right: auto;
	left: 50%;
}
.layout_photoright .recommendList_text{
	left: auto;
	margin-left: 0;
	right: 50%;
	margin-right: 40px;
}
.layout_photoall .recommendList_image01{
	display: none;
}
.layout_photoall .recommendList_text{
	position: relative;
	top: auto;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	transform:translateY(0);
	left: auto;
	margin-left: 0;
	width: 1040px;
	overflow: visible;
	margin: 0 auto;
}
.layout_photoall .recommendList_image02{
	clear: both;
	display: block;
	width: 1280px;
	height: 500px;
	margin-top: 20px;
	margin-left: -120px;
}
.layout_photoall .recommendList_image02 img{
}
.layout_photoall .recommendList_p01{
	margin-top: 20px;
}
.layout_photoall .recommendList_p02{
	float: left;
	width: 530px;
	margin-right: 30px;
}
.layout_photoall .recommendList_spot{
	float: left;
}
.layout_photonone{
	min-height: 0 !important;
}
.layout_photonone .recommendList_image01{
	display: none;
}
.layout_photonone .recommendList_text{
	position: relative;
	width: 100%;
	top: auto;
	left: auto;
	margin-left: 0;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	transform:translateY(0);
}
.layout_photoall h3,
.layout_photonone h3{
	text-align: center;
}
.layout_photoall h3 span,
.layout_photonone h3 span{
	display: inline-block !important;
	float: none !important;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	margin-left: 0 !important;
	-webkit-transform:translateY(0) !important;
	-moz-transform:translateY(0) !important;
	transform:translateY(0) !important;
	margin-right: 20px;
}
.recommendList li + hr,
.recommendList_spot + hr{
	border: none;
	display: block;
	background: url("../images/recommend/recommendList_after.png") no-repeat center top;
	background-size: 40px;
	height: 30px;
	margin: 40px 0;
}
.recommendList li:last-of-type + hr,
.recommendList li:last-of-type + .recommendList_spot + hr{
	display: none;
}
.recommendList_spot{
	margin-top: 30px;
	border: 1px solid #BFBFBF;
}
.recommendList_spot > p{
	background-color: #BFBFBF;
	padding: 0 10px;
	color: #666666;
}
.recommendList_spot table{
	width: calc(100% - 20px);
	margin:0 auto;
	border-collapse:collapse;
}
.recommendList_spot table th,
.recommendList_spot table td{
	vertical-align:middle;
	line-height: 1.4;
	padding:10px 0;
	border-bottom:#666666 1px dotted;
}
.recommendList_spot table td .btn03{
	height: 40px;
	line-height: 40px;
	margin: 0 0 0 auto;
}
.recommendList_spot table th{
	padding-right: 20px;
}
.recommendList_spot table tr:last-of-type th,
.recommendList_spot table tr:last-of-type td{
	border:none;
}
#recommendFooterNav{
	margin-top: 80px;
}
#recommendFooterNav h2 + p{
	margin: 30px 0;
}
#recommendFooterNav ul li{
	width: 250px;
}
#recommendFooterNav ul li a{
	display: block;
	background-color: #000000;
}
.recommendFooterNav_p01{
	text-align: right;
}
.recommendFooterNav_image{
	width: 100%;
	height: 350px;
}
#recommendFooterNav ul li a:hover{
	opacity: 1;
}
.recommendFooterNav_image{
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
#recommendFooterNav ul li a:hover .recommendFooterNav_image{
	opacity: 0.8;
}

#recommendFooterNav ul li a h3{
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	position: absolute;
	top: 10px;
	left: 0;
}
#recommendFooterNav ul li a h3 span{
	display: block;
	padding: 10px;
	color: #FFFFFF;
	width: 235px;
}
#recommendFooterNav ul li a h3 span:nth-of-type(1){
	border-bottom: 1px solid #BFBFBF;
}
#recommendFooterNav ul li a .btn03{
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -107px;
	border-color: #FFFFFF;
	height: 40px;
	line-height: 35px;
}





/*------------------------------------------------
sp
--------------------------------------------------*/
@media screen and (max-width: 768px) {
	.pageTitle h1{
		background-image: url("../images/sp/recommend/pageTitle.jpg") !important;
	}
	#recommendNav ul li a{
		height: auto;
	}
	#recommendNav ul li a h2{
		width: 100%;
		left: 0;
		margin-left: 0;
		top: 20px;
		-webkit-transform:translateY(0) !important;
		-moz-transform:translateY(0) !important;
		transform:translateY(0) !important;
		padding: 0;
	}
	#recommendNav ul li a h2 span{
		width: 300px;
		padding: 20px;
		margin: 0 !important;
		text-align: left;
	}
	#recommendNav ul li a .btn03{
		bottom: 20px;
	}
	#recommendHeader h1 span:nth-of-type(2){
		padding-top: 12vw;
	}
	.recommendSection h2{
		margin-bottom: 30px;
	}
	.recommendList{
		padding: 0 5vw;
	}
	.recommendList li{
		min-height: 0;
	}
	.recommendList_image01{
		display: none;
	}
	.recommendList_text{
		width: 100% !important;
	}
	.recommendList_text h3 span:nth-of-type(2){
		position: absolute !important;
		top: 50% !important;
		left: 100px !important;
		width: calc(100% - 100px);
		-webkit-transform:translateY(-50%) !important;
		-moz-transform:translateY(-50%) !important;
		transform:translateY(-50%) !important;
	}
	.recommendList_image02{
		display: block;
		width: 100% !important;
		height: 60vw !important;
		margin: 0 !important;
	}
	.recommendList_spot{
		padding: 0;
		margin-top: 20px;
		width: 100%;
	}
	.recommendList_spot table{
		width: calc(100% - 15px);
	}
	.recommendList_spot table th,
	.recommendList_spot table td{
		display: block;
		width: 100%;
		padding: 0 0 10px;
		border: none;
	}
	.recommendList_spot table th{
		padding-top: 10px;
	}
	.recommendList_spot table td .btn03{
		width: 100%;
	}
	.recommendList li + hr,
	.recommendList_spot + hr{
		margin: 20px 0;
	}
	.layout_photoall h3,
	.layout_photonone h3{
		text-align: left;
	}
	.layout_photoall .recommendList_p01{
		margin-top: 0;
	}
	.layout_photoall .recommendList_p02{
		width: 100%;
	}
	.layout_photonone .recommendList_image02{
		display: none !important;
	}
	#recommendFooterNav ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	.recommendFooterNav_image{
		height: 200px;
	}
	#recommendFooterNav ul li a h3 span{
		width: 95%;
	}
	#recommendFooterNav h2 + p{
		margin: 20px 0;
	}
	

}



