@charset "utf-8";
/* CSS Document */
#item{
	width:100%;
	max-width:1100px;
}
#item01{
	width:100%;
	height:650px;
	margin:0px auto 100px;
}
#item02{
	width:100%;
	height:650px;
	margin:30px auto 100px;
}
#item03{
	width:100%;
	height:650px;
	margin:0 auto 50px;
}
.left{
	display:inline-block;
	width:480px;
	height:560px;
	float:left;
}
.right{
	display:inline-block;
	width:480px;
	height:560px;
	float:right;
}
.left img,.right img{
	width:99%;
	margin:0 auto;
	text-align:center;
 border-left:1px solid #eee;
 border-right:1px solid #eee;

}

.price{
	display:inline-block;
	width:97%;
	margin-top:-10px;
	background:#069;
	color:#ffffff;
	font-size:150%;
	text-align:right;
	font-weight:bold;
	padding:5px;
		border:1px #ddd solid;

}
.shop{
	display:block;
	width:60%;
	margin:35px auto;
	background:#072853;
	color:#ffffff;
	font-size:130%;
	text-align:center;
	font-weight:bold;
	padding:5px;
	  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
		border:1px #ddd solid;

}

/*ノートPC*/
@media screen and (max-width: 1366px){
#item{
	width:100%;
	max-width:900px;
}
#item01{
	width:100%;
	height:550px;
	margin:0 auto 100px;
}
#item02{
	width:100%;
	height:550px;
	margin:30px auto 100px;
}
#item03{
	width:100%;
	height:550px;
	margin:0 auto 50px;
}
.left{
	display:inline-block;
	width:420px;
	height:450px;
	float:left;
}
.right{
	display:inline-block;
	width:420px;
	height:450px;
	float:right;
}
.left img,.right img{
	width:90%;
	margin:0 auto;
	text-align:center;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
 	border-right:1px solid #eee;
}
.price{
	display:inline-block;
	width:90%;
	margin-top:-10px;
	background:#069;
	color:#ffffff;
	font-size:150%;
	text-align:right;
	font-weight:bold;
	padding:5px;
		border:1px #ddd solid;

}
.shop{
	display:block;
	width:60%;
	margin:35px auto;
	background:#072853;
	color:#ffffff;
	font-size:130%;
	text-align:center;
	font-weight:bold;
	padding:5px;
	  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
		border:1px #ddd solid;

}	
}

/*タブレット*/
@media screen and (max-width: 1024px){
#item{
	width:95%;
	height:auto;
	margin:0 auto 60px;
}
#item01{
	display:block;
	width:90%;
	height:auto;
	margin:0 auto 50px;
}
#item02{
	display:block;
	width:90%;
	height:auto;
	margin:30px auto 50px;
}
#item03{
	display:block;
	width:90%;
	height:auto;
	margin:0 auto 50px;
}

.left{
	display:inline-block;
	width:100%;
	height:auto;
	margin:0 auto;
	float:left;
	margin-bottom:50px;
	font-size:130%;
}
.right{
	display:inline-block;
	width:100%;
	height:auto;
	float:left;
	font-size:130%;

}
.left img,.right img{
	width:98%;
	border:none;

}
.price{
	display:inline-block;
	width:96.1%;
	background:069;
	color:#ffffff;
	font-size:150%;
	text-align:right;
	font-weight:bold;
	padding:1%;
}
.shop{
	display:block;
	width:60%;
	margin:35px auto;
	background:#072853;
	color:#ffffff;
	font-size:130%;
	text-align:center;
	font-weight:bold;
	padding:5px;
	  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;

}	
.company_contact {
	display:block;
	width: 95%;
	height:380px;
	padding:30px;
	text-align: center;
	vertical-align:middle;
	margin: 150px auto 5%;
	font-size: 110%;

}

.company_contact_title{
	text-align: center;
	font-weight: bold;
  font-size: 160%;
  letter-spacing: 5px;
  margin-bottom: 10px;
}

	
	
}

/*スマホ*/
@media screen and (max-width: 767px){
#item{
	width:95%;
	height:auto;
	margin:0 auto 50px;
	padding:0 auto 80px;
	clear:both;
}
#item01{
	display:block;
	width:95%;
	height:auto;
	margin:0 auto 50px;
}
#item02{
	display:block;
	width:90%;
	height:auto;
	margin:30px auto 300px;
}
.left{
	display:inline-block;
	width:100%;
	height:auto;
	margin:0 auto;
	float:none;
	margin-bottom:50px;
		text-align:center;

}
.right{
	display:inline-block;
	width:100%;
	height:auto;
	margin:0 auto;
		text-align:center;

}

.left img,.right img{
	width:98%;
	border:none;
	margin:0 auto;

}
.price{
	display:inline-block;
	width:90%;
	background:#069;
	color:#ffffff;
	font-size:150%;
	text-align:right;
	font-weight:bold;
	padding:1%;
}

.shop{
	display:block;
	width:60%;
	margin:35px auto;
	background:#072853;
	color:#ffffff;
	font-size:130%;
	text-align:center;
	font-weight:bold;
	padding:5px;
	  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
		border:1px #ddd solid;

}	

.company_contact {
	display:block;
	width: 95%;
	height:380px;
	padding:30px 10px;
	text-align: center;
	vertical-align:middle;
	margin: 200px auto 100px;
	font-size: 110%;

}

.company_contact_title{
	text-align: center;
	font-weight: bold;
  font-size: 130%;
  letter-spacing: 5px;
  margin-bottom: 10px;
}

}

