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




/*PC用ソース*/
@media screen and (min-width:980px) {

#sub-title{
	margin-bottom:50px;
}

#sub-title h1{
	border-radius: 10px; /* 角丸CSS3 */
　　-webkit-border-radius: 10px; /* 角丸Safari,Google Chrome用 */
　　-moz-border-radius: 10px; /* 角丸Firefox用 */
　　behavior: url(../js/PIE.htc); /* 角丸IE用 */

    background-color: #d8a972;/*大項目文字背景色*/
    border-top: solid 1px #d8a972;
    margin-bottom: 1px;
	margin-left:30px;
    padding: 12px;
    position: relative;
    color: #FFF;/*大項目文字カラー*/
	font-size:24px;/*大項目文字サイズ*/
	text-indent:1em;
}
 
#sub-title h1 span{
    color: #FFF;/*大項目文字カラー*/
	font-size:18px;/*大項目文字サイズ*/
	margin:0 0 0 10px;
} 

dl#text{
	margin:0 0 0 60px;
	width:680px;
	font-size:16px;
	letter-spacing:0.2em;
	overflow:hidden;
}

dl#text dt{
	margin:0 0 5px 0;
}

dl#text dt span.pc{

}

dl#text dt span.nopc{
	display:none;
}

dl#text dd{
	margin:0 0 30px 0;
	color:#878787;
	}

dl#text dd.red{
	color:#F00;
}

dl#text dt.red{
	color:#F00;
	margin:30px 0 5px 0;
}

dl#text dt span.left1{
	clear:both;
	float:left;
	width:120px;
	letter-spacing:0.2em;
	margin:0 0 5px 0;
}

dl#text dt span.left2{
	clear:both;
	float:left;
	width:120px;
	letter-spacing:0.8em;
	margin:0 0 5px 0;
}

dl#text dt span.center{
	float:left;
	width:60px;
	margin:0 0 5px 0;
}

dl#text dt span.right{
	float:left;
	width:500px;
	margin:0 0 5px 0;
}

#line{
	width:680px;
	text-align:center;
	margin:0 0 60px 60px;
}

#line img{
	width:220px;
}


#mail-form{
	width:680px;
	text-align:center;
	margin:10px 0 70px 60px;
}

#btn-m{
	margin:20px 0 0 0;
    background: -moz-linear-gradient(top,#BFD9E5, #3D95B7 50%,#0080B3 50%,#0099CC);
    background: -ms-linear-gradient(top,#BFD9E5, #3D95B7 50%,#0080B3 50%,#0099CC);
    background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5,#3D95B7), color-stop(0.5,#0080B3), to(#0099CC));
    background: linear-gradient(top,#BFD9E5, #3D95B7 50%,#0080B3 50%,#0099CC);

    color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #0099CC;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    padding: 7px 25px;
	font-size:16px;
}

#btn-m a{
    color: #FFF;
	font-size:16px;
}

#push-tel{
	display:none;
}

#btn-t{
	display:none;
}

#btn-t a{
	display:none;
}

}
			

/*タブレット用ソース*/
@media screen and (max-width: 979px){

#sub-title{
	margin-bottom:5%;
}

#sub-title h1{
	border-radius: 10px; /* 角丸CSS3 */
　　-webkit-border-radius: 10px; /* 角丸Safari,Google Chrome用 */
　　-moz-border-radius: 10px; /* 角丸Firefox用 */
　　behavior: url(../js/PIE.htc); /* 角丸IE用 */

    background-color: #d8a972;/*大項目文字背景色*/
    border-top: solid 1px #d8a972;
    margin-bottom: 1px;
	margin-left:3%;
    padding: 12px;
    position: relative;
    color: #FFF;/*大項目文字カラー*/
	font-size:24px;/*大項目文字サイズ*/
	text-indent:1em;
}
 
#sub-title h1 span{
    color: #FFF;/*大項目文字カラー*/
	font-size:18px;/*大項目文字サイズ*/
	margin:0 0 0 1%;
} 

dl#text{
	margin:0 0 0 6%;
	width:94%;
	font-size:16px;
	letter-spacing:0.2em;
	overflow:hidden;
}

dl#text dt{
	margin:0 0 1% 0;
}

dl#text dt span.pc{
	display:none;
}

dl#text dt span.nopc{
}

dl#text dd{
	margin:0 0 3% 0;
	color:#878787;
}

dl#text dd.red{
	color:#F00;
}

dl#text dt.red{
	color:#F00;
	margin:3% 0 1% 0;
}

dl#text dt span.left1{
	clear:both;
	float:left;
	width:15%;
	letter-spacing:0.2em;
	margin:0 0 1% 0;
}

dl#text dt span.left2{
	clear:both;
	float:left;
	width:15%;
	letter-spacing:0.8em;
	margin:0 0 1% 0;
}

dl#text dt span.center{
	float:left;
	width:6%;
	margin:0 0 1% 0;
}

dl#text dt span.right{
	float:left;
	width:79%;
	margin:0 0 1% 0;
}

#line{
	width:94%;
	text-align:center;
	margin:0 0 6% 6%;
}

#line img{
	width:30%;
}

#mail-form{
	width:94%;
	text-align:center;
	margin:2% 0 7% 6%;
}

#btn-m{
	margin:2% 0 0 0;
    background: -moz-linear-gradient(top,#BFD9E5, #3D95B7 50%,#0080B3 50%,#0099CC);
    background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5,#3D95B7), color-stop(0.5,#0080B3), to(#0099CC));
    color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #0099CC;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    padding: 1.5% 5%;
	font-size:16px;
}

#btn-m a{
    color: #FFF;
	font-size:16px;
}

#push-tel{
	width:94%;
	text-align:center;
	margin:2% 0 7% 6%;
}

#btn-t{
	margin:2% 0 0 0;
    background: -moz-linear-gradient(top,#ff6868, #ff4e4e 50%,#ff1a1a 50%,#ff0000);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6868), color-stop(0.5,#ff4e4e), color-stop(0.5,#ff1a1a), to(#ff0000));
    color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ff0000;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    padding: 1.5% 8.5%;
	font-size:16px;
}

#btn-t a{
    color: #FFF;
	font-size:16px;
}



/*タブレット用ソース2*/
@media screen and (max-width: 760px){

#sub-title h1{
	margin-left:3%;
    padding: 12px;
    color: #FFF;/*大項目文字カラー*/
	font-size:24px;/*大項目文字サイズ*/
	text-indent:1em;
}

#sub-title h1 span{
    color: #FFF;/*大項目文字カラー*/
	font-size:18px;/*大項目文字サイズ*/
	margin:0 0 0 1%;
} 

dl#text{
	margin:0 0 0 6%;
	width:94%;
	font-size:14px;
	letter-spacing:0.2em;
}

dl#text dd{
	margin:0 0 5% 0;
}

dl#text dt.red{
	margin:5% 0 1% 0;
}

dl#text dt span.left1{
	width:17%;
	letter-spacing:0.2em;
}

dl#text dt span.left2{
	width:17%;
	letter-spacing:0.8em;
}

dl#text dt span.center{
	width:6%;
}

dl#text dt span.right{
	width:77%;
}

#line{
	width:94%;
	margin:0 0 6% 6%;
}

#line img{
	width:35%;
}


#mail-form{
	width:94%;
	margin:2% 0 9% 6%;
}

#btn-m{
    padding: 1.5% 5%;
	font-size:16px;
}

#btn-m a{
	font-size:16px;
}

#push-tel{
	width:94%;
	margin:2% 0 9% 6%;
}

#btn-t{
    padding: 1.5% 10%;
	font-size:16px;
}

#btn-t a{
	font-size:16px;
}
}

/*タブレット用ソース3*/
@media screen and (max-width: 620px){

#sub-title h1{
	margin-left:3%;
    padding: 12px;
    color: #FFF;/*大項目文字カラー*/
	font-size:24px;/*大項目文字サイズ*/
	text-indent:1em;
}

#sub-title h1 span{
    color: #FFF;/*大項目文字カラー*/
	font-size:16px;/*大項目文字サイズ*/
	margin:0 0 0 1%;
} 

dl#text{
	margin:0 0 0 6%;
	width:94%;
	font-size:12px;
	letter-spacing:0.1em;
}

dl#text dd{
	margin:0 0 5% 0;
}

dl#text dt span.left1{
	width:17%;
	letter-spacing:0.2em;
}

dl#text dt span.left2{
	width:17%;
	letter-spacing:0.8em;
}

dl#text dt span.center{
	width:6%;
}

dl#text dt span.right{
	width:77%;
}

#line{
	width:94%;
	margin:0 0 9% 6%;
}

#line img{
	width:40%;
}


#mail-form{
	width:94%;
	margin:2% 0 12% 6%;
}

#btn-m{
    padding: 1.5% 5%;
	font-size:16px;
}

#btn-m a{
	font-size:16px;
}	

#push-tel{
	width:94%;
	margin:2% 0 12% 6%;
}

#btn-t{
    padding: 1.5% 11%;
	font-size:16px;
}

#btn-t a{
	font-size:16px;
}	
}



/*スマホ用ソース1*/
@media screen and (max-width:540px){

#sub-title h1{
	margin-left:3%;
    padding: 10px;
    color: #FFF;/*大項目文字カラー*/
	font-size:20px;/*大項目文字サイズ*/
	text-indent:0.5em;
}

#sub-title h1 span{
    color: #FFF;/*大項目文字カラー*/
	font-size:16px;/*大項目文字サイズ*/
	margin:0 0 0 1%;
} 

dl#text{
	margin:0 0 0 6%;
	width:94%;
	font-size:12px;
	letter-spacing:0.1em;
}

dl#text dd{
	margin:0 0 5% 0;
}

dl#text dt span.left1{
	width:17%;
	letter-spacing:0.2em;
}

dl#text dt span.left2{
	width:17%;
	letter-spacing:0.8em;
}

dl#text dt span.center{
	width:6%;
}

dl#text dt span.right{
	width:77%;
}

#line{
	width:94%;
	margin:0 0 9% 6%;
}

#line img{
	width:40%;
}


#mail-form{
	width:94%;
	margin:2% 0 12% 6%;
}

#btn-m{
    padding: 1.5% 5%;
	font-size:16px;
}

#btn-m a{
	font-size:16px;
}	

#push-tel{
	width:94%;
	margin:2% 0 12% 6%;
}

#btn-t{
    padding: 1.5% 12%;
	font-size:16px;
}

#btn-t a{
	font-size:16px;
}	

}
/*スマホ用ソース2*/
@media screen and (max-width:480px){

#sub-title h1{
	margin-left:3%;
    padding: 8px;
    color: #FFF;/*大項目文字カラー*/
	font-size:17px;/*大項目文字サイズ*/
	text-indent:0.5em;
}

#sub-title h1 span{
    color: #FFF;/*大項目文字カラー*/
	font-size:14px;/*大項目文字サイズ*/
	margin:0 0 0 0%;
} 

dl#text{
	margin:0 0 0 6%;
	width:94%;
	font-size:12px;
	letter-spacing:0em;
}

dl#text dd{
	margin:0 0 7% 0;
}

dl#text dt span.left1{
	width:17%;
	letter-spacing:0.2em;
}

dl#text dt span.left2{
	width:17%;
	letter-spacing:0.8em;
}

dl#text dt span.center{
	width:6%;
}

dl#text dt span.right{
	width:77%;
}

#line{
	width:94%;
	margin:0 0 11% 6%;
}

#line img{
	width:50%;
}


#mail-form{
	width:94%;
	margin:2% 0 14% 6%;
}

#btn-m{
    padding: 1.5% 5%;
	font-size:16px;
}

#btn-m a{
	font-size:16px;
}	

#push-tel{
	width:94%;
	margin:2% 0 14% 6%;
}

#btn-t{
    padding: 1.5% 13%;
	font-size:16px;
}

#btn-t a{
	font-size:16px;
}	

}

/*スマホ用ソース3*/
@media screen and (max-width:410px){

#sub-title h1{
	margin-left:3%;
    padding: 8px;
    color: #FFF;/*大項目文字カラー*/
	font-size:16px;/*大項目文字サイズ*/
	text-indent:0em;
}

#sub-title h1 span{
    color: #FFF;/*大項目文字カラー*/
	font-size:12px;/*大項目文字サイズ*/
	margin:0 0 0 0;
} 

dl#text{
	margin:0 0 0 6%;
	width:94%;
	font-size:12px;
	letter-spacing:0.0em;
}

dl#text dd{
	margin:0 0 8% 0;
}

dl#text dt span.left1{
	width:22%;
	letter-spacing:0.2em;
}

dl#text dt span.left2{
	width:22%;
	letter-spacing:0.8em;
}

dl#text dt span.center{
	width:6%;
}

dl#text dt span.right{
	width:72%;
}

#line{
	width:94%;
	margin:0 0 12% 6%;
}

#line img{
	width:55%;
}


#mail-form{
	width:94%;
	margin:2% 0 15% 6%;
}

#btn-m{
    padding: 1.5% 5%;
	font-size:16px;
}

#btn-m a{
	font-size:16px;
}	

#push-tel{
	width:94%;
	margin:2% 0 15% 6%;
}

#btn-t{
    padding: 1.5% 14%;
	font-size:16px;
}

#btn-t a{
	font-size:16px;
}	

}

/*スマホ用ソース3*/
@media screen and (max-width:380px){


#sub-title h1{
	margin-left:3%;
    padding: 7px;
    color: #FFF;/*大項目文字カラー*/
	font-size:13px;/*大項目文字サイズ*/
	text-indent:0.5em;
}

#sub-title h1 span{
    color: #FFF;/*大項目文字カラー*/
	font-size:9px;/*大項目文字サイズ*/
	margin:0 0 0 0%;
} 

dl#text{
	margin:0 0 0 6%;
	width:94%;
	font-size:11px;
	letter-spacing:0.0em;
}

dl#text dd{
	margin:0 0 10% 0;
}

dl#text dt span.left1{
	width:25%;
	letter-spacing:0.2em;
}

dl#text dt span.left2{
	width:25%;
	letter-spacing:0.8em;
}

dl#text dt span.center{
	width:6%;
}

dl#text dt span.right{
	width:69%;
}

#line{
	width:94%;
	margin:0 0 14% 6%;
}

#line img{
	width:60%;
}


#mail-form{
	width:94%;
	margin:2% 0 17% 6%;
}

#btn-m{
    padding: 1.5% 5%;
	font-size:16px;
}

#btn-m a{
	font-size:16px;
}	

#push-tel{
	width:94%;
	margin:2% 0 17% 6%;
}

#btn-t{
    padding: 1.5% 16%;
	font-size:16px;
}

#btn-t a{
	font-size:16px;
}	


}

}