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


/*------------------------------
背景画像
-------------------------------*/

.parallax-iron {
  background-image:url(../commonimg/background-Iron.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 100px;
}

.parallax-iron2 {
  background-image:url(../commonimg/background-Iron.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 150px;
}

.parallax-shirt-top {
  background-image:url(../commonimg/background-shirt.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 835px;
	padding-top: 50px;
}

.parallax-suit {
  background-image:url(../commonimg/suit.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 150px;
}

.parallax-shirt {
  background-image:url(../commonimg/shirt.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 150px;
}
.parallax-shirt2 {
  background-image:url(../commonimg/background-shirt2.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 150px;
}

.parallax-water {
  background-image:url(../commonimg/option.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 150px;
}

.parallax-shoplist {
  background-image:url(../commonimg/background-shoplist.jpg);
	background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 150px;
}

.parallax-laundry {
  background-image:url(../commonimg/background-hanger.jpg);
	background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 150px;
}

.parallax-clothespins {
  background-image:url(../commonimg/background-clothespins.jpg);
	background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 150px;
}
