@charset "utf-8";


/*==================================================
  StoreSite
==================================================*/
#storesite{
}


.storesite_title{
	background: url(../images/information_img_01.jpg) no-repeat left center;
	background-size: cover;
	width: 300px;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	right: 0;
}


.storesite_title h2{
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}




.storesite_inner{
	background-color: #ffffff;
	width: 100%;
	margin: 0;
	padding: 0 300px 0 0;
	box-sizing: border-box;
}


.storesite_bg{
	background: url(../images/bg_gray.png) center top;
	background-size: contain;
	width: 90%;
	margin: 0;
	padding: 5%;
}


.storesite_image{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 3% auto;
	padding: 0;
	box-shadow: 0 1px 8px 2px rgba(0,0,0,0.3);
}


.storesite_board{
	background-color: rgba(255,255,255,0.5);
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 8% 0;
	border-radius: 5px;
	box-shadow: 0 1px 8px 2px rgba(0,0,0,0.3);
}


.storesite_board h2{
	background-color: #ff6600;
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-size: 3.0rem;
	color: #ffffff;
	line-height: 1.5;
	margin: 0 0 50px 0;
	padding: 25px 30px 24px 30px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


.storesite_board h3{
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-size: 2.5rem;
	color: #ff6600;
	line-height: 1.5;
	width: 90%;
	margin: 0 5%;
	padding: 50px 0 10px 0;
	border-bottom: dotted 1px #cccccc;
}


.storesite_board h4{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 2.0rem;
	color: #ff9900;
	line-height: 1.5;
	width: 90%;
	margin: 0;
	padding: 20px 5% 10px 5%;
}


.storesite_board p{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.6rem;
	color: #333333;
	line-height: 1.9;
	width: 90%;
	margin: 0;
	padding: 0 5% 20px 5%;
}


.storesite_board p a{
	color: #3c549b;
	text-decoration: underline;
}


.storesite_board p a:hover{
	color: #ff9900;
	text-decoration: underline;
}


.storesite_board h4 span{
	font-size: 1.6rem;
	color: #666666;
	padding: 0 10px 0 0;
}


.storesite_board p span{
	color: #ff3300;
}


#kaihatsu_fax{
	width: 220px;
	margin: 0 5% 5px 5%;
	padding: 0;
	border: solid 2px #cccccc;
	text-align: center;
}


#kaihatsu_fax a{
	display: block;
	font-size: 1.5rem;
	line-height: 24px;
	color: #ff6600;
	padding: 20px 0;
	text-decoration: none;
}


#kaihatsu_fax a img{
	padding: 0 5px 0 0;
}


#kaihatsu_fax a:hover{
	background-color: #efefef;
}


.fax_number img{
	max-width: 380px;
}




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

	.storesite_board h2{
		background-color: #ff6600;
		font-family: "Noto Sans JP";
		font-weight: 700;
		font-size: 2.8rem;
		color: #ffffff;
		line-height: 1.5;
		margin: 0 0 40px 0;
		padding: 25px 30px 24px 30px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

}




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

	.storesite_title{
		display: none;
	}


	.storesite_inner{
		background-color: #ffffff;
		width: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

}




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

	.storesite_board h2{
		background-color: #ff6600;
		font-family: "Noto Sans JP";
		font-weight: 700;
		font-size: 2.4rem;
		color: #ffffff;
		line-height: 1.5;
		margin: 0 0 30px 0;
		padding: 25px 30px 24px 30px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}


	.storesite_board h3{
		font-family: "Noto Sans JP";
		font-weight: 700;
		font-size: 2.0rem;
		color: #ff6600;
		line-height: 1.5;
		width: 90%;
		margin: 0 5%;
		padding: 40px 0 10px 0;
		border-bottom: dotted 1px #cccccc;
	}


	.storesite_board h4{
		font-family: "Noto Sans JP";
		font-weight: 400;
		font-size: 1.8rem;
		color: #ff9900;
		line-height: 1.5;
		width: 90%;
		margin: 0;
		padding: 20px 5% 10px 5%;
	}


	.storesite_board p{
		font-family: "Noto Sans JP";
		font-weight: 400;
		font-size: 1.4rem;
		color: #333333;
		line-height: 1.9;
		width: 90%;
		margin: 0;
		padding: 0 5% 20px 5%;
	}

}




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

	.storesite_board h2{
		background-color: #ff6600;
		font-family: "Noto Sans JP";
		font-weight: 700;
		font-size: 2.0rem;
		color: #ffffff;
		line-height: 1.5;
		margin: 0 0 20px 0;
		padding: 25px 30px 24px 30px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}


	.storesite_board h3{
		font-family: "Noto Sans JP";
		font-weight: 700;
		font-size: 1.8rem;
		color: #ff6600;
		line-height: 1.5;
		width: 90%;
		margin: 0 5%;
		padding: 30px 0 10px 0;
		border-bottom: dotted 1px #cccccc;
	}


	.storesite_board h4{
		font-family: "Noto Sans JP";
		font-weight: 400;
		font-size: 1.6rem;
		color: #ff9900;
		line-height: 1.5;
		width: 90%;
		margin: 0;
		padding: 20px 5% 10px 5%;
	}


	.storesite_board p{
		font-family: "Noto Sans JP";
		font-weight: 400;
		font-size: 1.4rem;
		color: #333333;
		line-height: 1.9;
		width: 90%;
		margin: 0;
		padding: 0 5% 15px 5%;
	}

}
