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

/* header */


/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss 
****************************************************************** */

#page_head{
	margin-top: 130px;
	background:url('../img/head_img.png') no-repeat;
	background-size: cover;
	height: 590px;
}
h4.gosic {
	margin-bottom:0.25em;
	font-size:18px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
	font-weight: bold;
}
.gray_back{
	background:url('../img/gray_back.png') no-repeat;
	background-size: cover;
	height: 274px;
	padding: 0;
	margin: 0;
}
.float_l{
	float: left; 
}
.right_box{
	width: 500px;
	float: right;
	padding: 30px 20px;	
}
.botan04{
	width: 370px;
	padding: 20px;
	background-color: #000;
	text-align: center;
	display: block;
	color: #fff;
	opacity:0.5;
	margin: 15px auto;
}
.section01{
	padding: 70px 30px 0px;
	background:url('../img/back_base.jpg') no-repeat;
	background-size: cover;
}

.section02
{
	padding: 0px;
	background:#000 no-repeat;
	
}

.h3_ttl{
	font-weight: bold;
}



/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */

@media screen and (max-width: 560px) {
#page_head{
	margin-top: 50px;
	background:url('../img/head_img_sp.png') no-repeat;
	background-size: cover;
	height: 400px;
}
.h1_model{
		padding-top: 150px;
	}
.gray_back{
	background:url('../img/gray_back.png') no-repeat;
	background-size: cover;
	height: auto;
	padding: 0;
	margin: 0;
}
.float_l{
	float: none; 
}
	.float_l img{
		width: 100%;
	}
.right_box{
	width: 90%;
	float: none;
	padding: 5%;	
}
	.section02
{
	padding: 20px 0px 0px;
	background:#000 no-repeat;
	
}
.section01{
	padding: 0px 30px 0px;
	background:url('../img/back_base.jpg') no-repeat;
	background-size: cover;
}
.twoColInner div {
	width:100%;
	float:none;
	margin-right:0%;
	margin-bottom: 30px;
}	
	
	
.botan04{
	width: auto;
	padding: 20px;
	margin: 3px auto;
}
	
}