@charset "utf-8";
.sub_main_img {
    background: url(../images/contact_main.jpg) no-repeat center;
    background-size: cover;
}
/* お問い合わせ */
#submit_btn {
	padding: 10px 80px;
    font-size: 1.2em;
    background: #811925;
    color: #fff;
    border-style: none;
	border-radius:5px;
	border: 2px solid #811925;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	font-weight:600;
	text-shadow:none;
	text-align:center;
	width:250px;
}
#submit_btn:hover {
	background: none;
	padding: 10px 80px;
    font-size: 1.2em;
    color: #811925;
    border: 2px solid #811925;
	border-radius:5px;
	transition: all .3s;
}
#reset_btn {
	padding: 10px 80px;
    font-size: 1.2em;
    background: #B5B5B6;
    color: #fff;
    border-style: none;
	border-radius:5px;
	border: 2px solid #B5B5B6;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	font-weight:600;
	text-shadow:none;
	text-align:center;
	width:250px;
}
#reset_btn:hover {
	background: none;
	padding: 10px 80px;
    font-size: 1.2em;
    color: #B5B5B6;
    border: 2px solid #B5B5B6;
	border-radius:5px;
	transition: all .3s;
}
.wl {
	width: 100%;
	border:none;
}
.wm {
	width: 100%;
	background:#FFF;
	border:none;
	margin-bottom:20px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.ws {
	width: 100%;
}
.waku {
	width:65%;
	border:none;
	padding:10px;
}
.post_number{
	padding:10px 15px;
	background:#811925;
	border:none;
	color:#FFF;
}
table.tac2 {
	width:100%;
	margin-top:50px;
}
table.tac2 td {
	line-height: 2;
	padding: 10px;
	width: 80%;
	font-size: 15px;
	margin:auto;
    border-bottom: none;
}
table.tac2 td p {
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: 500;
	font-size: 16px;
	font-weight:700;
	
}
table.tac2 td input {
	margin-bottom: 10px;
}
.wm {
	width: 100%;
}
.komoku{
	background:#B5B5B6;
	width:210px;
	border-radius:3px;
	line-height:45px;
	height:45px;
	text-align:center;
	color:#FFF;
	float:left;
}
.required{
	background:#811925;
	width:60px;
	border-radius:3px;
	line-height:45px;
	height:45px;
	text-align:center;
	color:#FFF;
	margin-left:10px;
	float:left;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div.mfp_ok {
	border-radius: 5px;
	background-color: #4C6633;
	border: solid 1px #4C6633;
	display: inline-block;
	line-height: 1.5em;
	padding: 0px 5px;
	margin: 0px 2px;
	color: #FFF;
	font-size: 10px;
	background-size: 100% 100%;
	display: none;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

@media (max-width: 320px) {
.komoku{
	width:190px;
}
.required{
	width:70px;
}
.waku {
	width:59%;
}
}

@media (min-width: 768px) {
.waku {
	width:70%;
}
}

@media (min-width: 1200px) {
/* お問い合わせ */
table.tac2 {
	width: 60%;
	margin-top:100px;
}
table.tac2 td {
	line-height: 2;
	padding: 10px;
	width: 70%;
	font-size: 15px;
	margin:auto;
	
}
.komoku{
	width:210px;
	line-height:45px;
	height:45px;
}
.required{
	width:125px;
	line-height:45px;
	height:45px;
}
.thanks_text{
	width:40%;
}
.wm {
	margin-left:0;
	margin-right:0;

}
.koumoku_box{
	margin-left:0;
	margin-right:0;
}
}