@charset "UTF-8";
/* CSS Document */

/*===================================================
	トップページ用CSS
===================================================*/
/*  キービジュアル
-------------------------------------------------- */
header #cloud {
	min-height: 460px;
	position: relative;
	z-index: 1;
	background: url("../../usagi/common/img/1x/bg_index.png") no-repeat;
	background-size: auto 597px;
	background-position: center;
	background-position-x: 50%;
	/* background-position-y: calc(-40px + 80%); */
	/* background-position-x: 60%;*/
}
@media only screen and (min-width: 1500px){
	header #cloud {
		background: url("../../usagi/common/img/1x/bg_index.png") no-repeat;
		background-position: center;
		background-size: auto 597px;
	}
	header .headMain h1 + p{
		margin: 0 auto 10px;
	}
}
/*===================================================
	Retina対応
===================================================*/

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and ( min-resolution: 2dppx){

}

.searchCnt {
	padding-bottom: 20px;
}
