@charset "utf-8";
/* CSS Document */
#pc_fix_nav {
    top:0px;
   
}
.main-content{
	width: 80%;
	margin:0 auto;
	padding-top:150px;
	max-width: 900px;
}

.main-content h1{
	font-family: 'gidole';
	letter-spacing: 0.05em;
	font-size: 4.3em;
	line-height: 1;
	width: 100%;
	margin-bottom:10px
}
.contact_title{
	font-size: 1.2rem;
margin-bottom:50px;
}


.title{
	font-weight: bold;

}
.mast{ 
	    color: red;
    display: inline-block;
    margin-left: 5px;

}
form{
		font-size: 1rem;

}
form input,form textarea{
	width: 100%;
	border: 1px solid #e7e7e7;
    padding: 15px;
	font-size: 15px;
}
form  p{

margin-bottom:20px

}

.contact_btn{
	width: 30%;
	margin:30px;
	max-width: 250px;
	
}
.btn_wrapper{
	

width: 100%;
    display: block;
    text-align: center;

}



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

.main-content h1{
		font-size: 3.5rem;
	}	
	
	.contact_btn {
    width: 100%;
   margin: 15px auto;
      max-width: initial;
}
	}

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

.main-content h1{
		font-family: "Hiragino Kaku Gothic Pro", YuGothic,"Meiryo","Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","sans-serif";
	letter-spacing: 0.05em;
	font-size:2.4em;
	line-height: 1;
	width: 100%
	}	
	
	
	}
