@charset "UTF-8";
{load_hfdesign}


/*------------------------------
TOP画像
-------------------------------*/
.topimg{
	background-color: #FFF;
	margin-right:auto;
	margin-left:auto;
}

@media screen and (min-width: 2001px){
.topimg{
	width: 100%;
	max-width: 2000px;
	height: 900px;
}
}
@media screen and (min-width: 1601px)and (max-width: 2000px){
.topimg{
	width: 100%;
	height: 700px;
}
}
@media screen and (min-width: 1451px)and (max-width: 1600px){
.topimg{
	background-color: #FFF;
	width:100%;
	height: 600px;
	margin-right:auto;
	margin-left:auto;
}
}
@media screen and (min-width: 1301px)and (max-width: 1450px){
.topimg{
	width: 100%;
	height: 550px;
}
}

@media screen and (min-width: 1200px)and (max-width: 1300px){
.topimg{
	width:100%;
	height: 480px;
}
}

@media screen and (min-width: 1001px)and (max-width: 1199px){
.topimg{
	width:100%;
	height: 400px;
	}
}
@media screen and (min-width: 891px)and (max-width: 1000px){
.topimg{
	width:100%;
	height: auto;
	}
}
#topimg{
	width: 100%;
	margin-right:auto;
	margin-left:auto;
}
	
#viewer {
	width: 100%;
	margin:0px auto;
	position: relative;
}

#viewer img {
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	position: absolute;
}

@media screen and (min-width: 681px)and (max-width: 890px){
.topimg{
	background-color: #FFF;
	width: 100%;
	height: 370px;
	padding: 0px;
	margin: 0 auto;
}

#topimg{
	width: 100%;
	height: 370px;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
}


#viewer {
	width: 100%;
	height: 370px;
	text-align: left;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;	
}


#viewer img {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: auto;
}
}
@media screen and (max-width: 680px){
.topimg{
	background-color: #FFF;
	width: 680px;
	height: 317px;
	padding: 0px;
	margin: 0 auto;
}

#topimg{
	width: 680px;
	height: 317px;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
}


#viewer {
	width: 680px;
	height: 317px;
	text-align: left;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	
}


#viewer img {
	top: 0;
	left: 0;
	position: absolute;
	height: 317px;
	width: 680px;
}
}	
/* ------------------ TOPページスライダー ------------------ */


@media screen and (min-width: 2001px){
#topslider{
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding-bottom: 20px;
	margin: 50px auto 10px;

}

.slider {
	width: 750px;
	margin: 40px auto 80px;
}
.slick-slide img {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.mypattern{
width: 100%;
}
.mypattern .slick-slide{margin: 20px 30px;}
	}

@media screen and (min-width: 1801px)and (max-width: 2000px){
#topslider{
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding-bottom: 20px;
	margin: 50px auto 10px;

}

.slider {
	width: 600px;
	margin: 40px auto 80px;
}
.slick-slide img {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.mypattern{
width: 100%;
}
.mypattern .slick-slide{margin: 20px 30px;}
	}
	
@media screen and (min-width: 891px)and (max-width: 1800px){
#topslider{
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 30px auto;
	position: relative;
}

	
.slider {
width: 100%;
margin: 20px auto 60px;
	z-index: 0;
}
.slick-slide img {
	width: 100%;
	max-width: 600px;
	height: auto;

}
.mypattern{
width: 100%;
}
.mypattern .slick-slide{margin: 10px;}
}


@media screen and (max-width: 890px){

#topslider{
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-top: 30px;;
	padding-bottom: 20px;
	
}

.slider {
width: 100%;
margin: 20px auto 60px;
	z-index: 0;
}
.slick-slide img {
width: 100%;
height: auto;

}
.mypattern{
width: 100%;
}
.mypattern .slick-slide{margin: 10px;}
}

