@charset "UTF-8";
/* CSS Document */

#header #hgroup {
    background: #fff;
}
#header h1 {
	color: #180a00 !important;
}
#frontWrap h2 {
	display: none !important;
}
#mainNav a { color: #2a0900}

#footer-partial-wrap {color: #fff;}

#navInfo2, #navInfo2 a { color: #2a0900}

#subwrap a {
	color:#180a00;
}
#subwrap a:hover {
	color:#180a00;
	text-decoration: underline;
}
#copyright { color: #fff;}
#mainImg .main_img_text { top: 150px;}

.wpcf7-form-control-wrap.menu input {
	width: auto
}
.wpcf7-form-control-wrap.menu span {
	display: inline-block;
	padding-right: 10px;
}
input[type="tel"], input[type="email"]{
    vertical-align: middle;
    max-width: 90%;
    line-height: 30px;
    height: 30px;
    padding: 1px 5px;
    border: 1px solid #d4d4d7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 100%;
    color: #555;
    background: #fcfcfc;
}
input[type="submit"], input[type="reset"], input[type="button"] {
    padding: 10px;
    background: #ff4715;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 100%;
    color: #fff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background:#180a00 !important;
}
.req {
	color:#ff4715;
	font-size: 90%;
}

#cboxCurrent { display:none!important;}
footer a { color:#fff;}
/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px) {




}

/* コンテンツ　タブレット用
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
	#mainImg .main_img_text {
		top: 50px;
	}



}

/* コンテンツ　幅648px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 648px) {
	#btn-links-wrap li {
		margin-bottom: 30px;
	}

	#footer-partial-wrap {
		padding: 20px 0;
	}
	#subwrap section {
		margin: 0 2%;
	}

}