@charset "utf-8";
/* CSS Document */


/*PC*/
@media screen and (min-width: 901px){
.titLine01 {
	width: 960px;
	margin: 0 auto 25px;
	background: url(../../images/hotel-uniform/front/bg_h2_pc.gif) no-repeat center center;
	text-align: center;
}
.titLine01 h2 {
	font-size: 28px;
	background: #FFFFFF;
	padding: 2px 20px;
	display: inline-block;
}
.titLine01 h2 .spStyle01 {
	display: none;
}
}

/*SP*/
@media screen and (max-width: 900px){
.titLine01 h2 {
	font-size: 5.6vw;
	text-align: center;
	margin-bottom: 20px;
}
}

/*---------------------------------------
.main_img
-----------------------------------------*/
.main_img {
	text-align: center;
	color: #FFFFFF;
}

/*PC*/
@media screen and (min-width: 901px){
.main_img {
	background: url(../../images/hotel-uniform/front/bg_mv_pc.png) no-repeat center center;
	height: 220px;
    padding: 120px 0 0 0;
	background-size: cover;
}
.main_img .spStyle01 {
	display: none;
}
.main_img h1 {
	padding: 80px 0 20px;
	background: url(../../images/hotel-uniform/front/bg_h1_pc.gif) no-repeat center bottom;
	font-size: 38px;
}
}
/*SP*/
@media screen and (max-width: 900px){
.main_img {
	background: url(../../images/hotel-uniform/front/bg_mv_sp.jpg) no-repeat center center;
	height: 240px;
    padding: 60px 0 0 0;
	background-size: cover;
}
.main_img h1 {
	padding: 70px 0 4%;
	background: url(../../images/hotel-uniform/front/bg_h1_sp.gif) no-repeat center bottom;
	font-size: 32px;
	background-size: 10%;
}
}
/*---------------------------------------
#cleanerUni
-----------------------------------------*/
/*PC*/
@media screen and (min-width: 901px){
#cleanerUni {
	width: 960px;
	margin: 0 auto 60px;
}
#cleanerUni .secIntro01 {
	margin-bottom: 50px;
}
#cleanerUni .itemList01 {
	overflow: hidden;
}
#cleanerUni .itemList01 li {
	width: 306px;
	float: left;
	margin: 0 20px 40px 0;
}
#cleanerUni .itemList01 li:nth-child(3n) {
	margin-right: 0;
}
#cleanerUni .itemList01 li .pic01 {
	margin-bottom: 10px;
}
#cleanerUni .itemList01 li .pic01 img {
	width: 100%;
}
}

/*SP*/
@media screen and (max-width: 900px){
#cleanerUni {
	width: 89.5%;
	margin: 0 auto 50px;
}
#cleanerUni .secIntro01 {
	margin-bottom: 50px;
}
#cleanerUni .itemList01 {
	overflow: hidden;
}
#cleanerUni .itemList01 li {
	width: 48%;
	margin-bottom: 40px;
}
#cleanerUni .itemList01 li:nth-child(odd) {
	float: left;
	clear: both;

}
#cleanerUni .itemList01 li:nth-child(even) {
	float: right;
}
#cleanerUni .itemList01 li .pic01 {
	margin-bottom: 10px;
}
#cleanerUni .itemList01 li .pic01 img {
	width: 100%;
}

}

