@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
	padding-bottom: 0;
	background: none;
}

.mainVisual {
	height: 565px;
}

.mainVisual .mainImg {
	height: 565px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 106px;
}

.mainVisual .mainImg li {
	height: 565px;
	float: left;
}

.mainVisual .mainImg .pic01 {
	background: url(../img/top/main_img01.jpg) no-repeat center center;
	background-size: cover;
}

.mainVisual .mainImg .pic02 {
	background: url(../img/top/main_img02.jpg) no-repeat center center;
	background-size: cover;
}

.mainVisual .mainImg .pic03 {
	background: url(../img/top/main_img03.jpg) no-repeat center center;
	background-size: cover;
}

.mainVisual .mainImg .pic04 {
	background: url(../img/top/main_img04.jpg) no-repeat center center;
	background-size: cover;
}

.mainVisual .sns {
	margin-top: -61px;
	position: fixed;
	right: 20px;
	top: 50%;
	z-index: 100;
}

.mainVisual .sns li {
	margin-bottom: 8px;
}

.mainVisual .sns li a img {
	transition: all .8s;
	-webkit-transition: all .8s;
}

.mainVisual .sns li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: all .8s;
	-webkit-transition: all .8s;
}

.mainVisual .sns li:last-child {
	margin-bottom: 0;
}

#main {
	padding-top: 0;
}

#main .inner {
	margin-top: -20px;
	padding: 73px 0 77px;
	position: relative;
	background: url(../img/common/com_bg.png) repeat-x left top;
}

#main .inner h2 {
	margin-bottom: 32px;
	color: #FFF;
    font-family: 'a1minchostd';
	font-size: 33px;
	font-weight: normal;
	line-height: 1.85;
	letter-spacing: 3px;
	text-align: center;
}

#main .inner p {
	color: #FFF;
    font-family: 'a1minchostd';
	font-size: 18px;
	line-height: 2.2;
	letter-spacing: 2px;
	text-align: center;
}

#main .recommend {
	padding-bottom: 67px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.mainVisual {
		height: 262px;
	}
		
	.mainVisual .mainImg {
		height: 262px;
		top: 46px;
	}
	
	.mainVisual .mainImg li {
		height: 262px;
	}
	
	.mainVisual .mainImg .pic01 {
		background: url(../img/top/sp_main_img01.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.mainVisual .mainImg .pic02 {
		background: url(../img/top/sp_main_img02.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.mainVisual .mainImg .pic03 {
		background: url(../img/top/sp_main_img03.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.mainVisual .mainImg .pic04 {
		background: url(../img/top/sp_main_img04.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.mainVisual .sns {
		display: none;
	}
		
	#main .inner {
		margin-top: -20px;
		padding: 30px 0 36px;
		position: relative;
		background: url(../img/common/sp_com_bg.png) repeat-x left top;
		background-size: 55px 530px;
	}
	
	#main .inner h2 {
		margin-bottom: 10px;
		font-size: 22px;
		line-height: 1.75;
		letter-spacing: 0;
	}
	
	#main .inner p {
		font-size: 13px;
		line-height: 1.85;
		letter-spacing: 0;
	}
		
	#main .recommend {
		padding-bottom: 35px;
	}
}