@charset "utf-8";

/*お問い合わせ
-----------------------------------------------*/

	
/*header image
----------------------------------------------*/

.top_images{
	background:url(../images/topimg_pc.jpg) center center /cover no-repeat fixed;
	}


@media only screen and (max-width:900px) {
.top_images{
	background:url(../images/topimg_pc.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position:relative;
	}

}

@media only screen and (max-width:480px) {
.top_images{
	background:url(../images/topimg_sp.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position:relative;
	}

}


/*section1
----------------------------------------------*/


@media only screen and (max-width:900px) {

}

@media only screen and (max-width:480px) {

}


/*section2
----------------------------------------------*/

.phone_waku{
	width:auto;
	height:auto;
	border-bottom:1px dotted #4d4d4d;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	}
.phone_catch{
	font-family:'MPLUSRounded1c-700',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:24px;
	line-height:1.4;
	margin:0 0 20px 0;
	color:#3173B3;
	}
.phone_number{
	font-family:'MPLUSRounded1c-700',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:47px;
	line-height:1.4;
	margin:0 0 20px 0;
	}
.phone_number a{
	text-decoration:none;
	color:#3173B3;
	}
.phone_number a:hover{
	color:#b9967e;
	text-decoration:underline;
	}
.phone_number a span{
	width:auto;
	height:auto;
	}	
.phone_number a span img{
	width:50px;
	height:auto;
	position:relative;
	top:-2px;
	transition: 0.5s;
	transform: rotateZ( 0deg );
	position:relative;
	margin:0 10px 0 0;
	}
.phone_number a span img:hover{
	transform: rotateZ( 360deg );
	opacity:1;
	}
	
@media only screen and (max-width:900px) {

.phone_catch{
    font-size:20px;
	margin:0 0 25px 0;
	}	
.phone_number{
	font-size:45px;
	}
}

@media only screen and (max-width:480px) {

.phone_catch{
    font-size:18px;
	margin:0 0 30px 0;
	}	
.phone_number{
	font-size:32px;
	margin:0 0 30px 0;
	}
.phone_number a span img{
	width:30px;
	top:-2px;
	margin:0 5px 0 0;

	}

}

/*section3
----------------------------------------------*/

.contact_waku{
	width:auto;
	height:auto;	
	}
.contents p.contact_taxt{
	margin:0 auto 33px auto;
	}
.contents p.contact_taxt a{
	text-decoration:none;
	}
.attention_waku {
	width: auto;
	height: auto;
	border: 2px solid #3173b3;
	padding: 20px;
	margin-bottom:33px;
	border-radius: 8px;        
    -webkit-border-radius: 8px;   
    -moz-border-radius: 8px;
	}
table.type01 {
	border-collapse: collapse;
	text-align: left;
	font-size: 18px;
	width:100%;
	margin-top:15px;
	}
table.type01 th {
	width: 2%;
	vertical-align: top;
}
table.type01 td {
	width: 100%;
	vertical-align: top;
}
.essential {
	display : inline-block;
	color : #ffffff;
    padding: 5px 11px 3px 11px;
	border-radius : 3px;
	text-shadow : 0px -1px 0px #222222;
	width:auto;
	text-align: center;
	background : rgba(255, 0, 0, 0.8);
	font-size:14px;
	
}
.mailform_waku{
	width:auto;
	height:auto;
	margin:20px 0px 12px 0px;
	}
.mailform_attention {
	width: auto;
	height: auto;
}

table.type02 {
	border-collapse: collapse;
	text-align: left;
	font-size: 18px;
	width:100%;
	}
table.type02 th {
	width: 2%;
	vertical-align: top;
}
table.type02 td {
	width: 100%;
	vertical-align: top;
}



@media only screen and (max-width:900px) {
.contact_taxt{
	margin:-5px auto 33px auto;
	}
.essential {
    padding: 4px 11px 3px 11px;
	font-size:12px;
}
	
table.type01 {
	font-size: 16px;
}
.mailform_waku{
	margin:20px 0px 10px 0px;
	}

table.type02 {
	font-size: 16px;
}
	

}
@media only screen and (max-width:480px) {
.contact_taxt{
	margin:-3px auto 35px auto;
	}
	
table.type01 {
	font-size: 14px;
}
.mailform_waku{
	margin:25px 0px 14px 0px;
	}
table.type02 {
	font-size: 14px;
}
	
	

}

