@charset "shift_jis";
/*
	2018/ver5
*/

/* --------------------------------------------------

-------------------------------------------------- */

#right_container h1{
	/*background-image:url(../image/bg_h2.jpg);*/
	background-repeat:  no-repeat;
	background-color: #01b0dc;
	border-bottom: 1px solid #fff;
}


/*.shokai*/
#right_container div.shokai{
	background-image: url("../image/mainimage.jpg");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	height: 500px;
}
#right_container .toparea p{
	text-align: left;
	padding: 20px 0 0 0;
	line-height: 1.8em;
	max-width: 600px;
}

#right_container .toparea div.shosai {
    background-image: url(../image/bg_shosai.png);
    padding: 10px;
    margin: 0px auto 10px auto;
	max-width: 600px;
	
}
#right_container .toparea div.shosai p {
    background-color: #fff;
    width: auto;
	max-width: 600px;
    padding: 10px;
    margin: 0;
    font-weight: normal;
    font-size: 16px;
	text-align: center;
}

#right_container .notice{
	text-align: center;
	background-color: #ffeaec;
	width: 96%;
	max-width: 600px;
	margin: 0 auto 20px auto;
	padding: 10px;
	color: #e00;
}
#right_container .notice a{
	display: block;
	text-decoration: underline;
}


/* --------------------------------------------------
-----------------------------------------------------
window size 600-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:600px){
/* --------------------------------------------------
wb_@header --tablet
-------------------------------------------------- */
	/*.shokai*/
	#right_container div.shokai{
		height: 700px;
		background-position: top center;
		background-size: 100% auto;
	}
}


/* --------------------------------------------------
-----------------------------------------------------
window size 900-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:900px){

	#right_container img.title_lady {
		display: none
	}
	/*.shokai*/
	#right_container div.shokai{
		background-size: 100% auto;
		max-width: none;
		text-align: left;
		height: 150px;
		position: relative;
		z-index: -5;
		margin-bottom: 0px;
		
		height: 700px;
	}
	
	#right_container .toparea p{
		text-align: left;
		padding: 0px 0 0 0;
		margin: -70px auto 0 auto;
		line-height: 1.8em;
		max-width: none;
		width: 90%;
		color: #000;
		font-size: 14px;
	}
	#right_container .toparea div.shosai {
		margin: 60px auto 10px auto;
	}
	#right_container .notice a{
		display: inline;
	}
	
}







