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

#mainNav{
	width: 1512px;
	margin: 10px auto 15px auto;
	}

#mainNav .logo{
	width: 450px;
	padding:20px 0 0 0;
	margin-right: 118px;
}

#mainNav .mainNav{
	width: 236px;
}

#mainNav li{
	float: left;}

#contactMain{
	width: 100%;
	height: 280px;
	background-image: url(../img/contact/contact_main_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	}

#contactMain img{
	width: 188px;
	padding-top: 90px;
}

.conCopy{
	width: 1000px;
	margin: 80px auto;
	text-align: center;
	font-size: 20px;
	color: #3e3a39;
	line-height: 35px;
}

.conCopy_02{
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 26px;
	line-height: 40px;
	color: #3e3a39;
}

.conCopy_02 span{
	font-size: 40px;
	font-weight: bold;
	color: #00648b;
	text-decoration: underline;
}




table td{
	width: 500px;
	text-align: left;
	padding: 8px 8px 8px 8px;
	border-bottom: 1px dotted #3e3a39;
	line-height: 23px;
		text-align: justify;
text-justify: inter-ideograph;
}

table th{
	width: 150px;
	text-align: left;
	padding: 8px 0 8px 8px;
	border-bottom: 1px dotted #3e3a39;
	background-color: #e6f5ff;
	}

.contTh span{
	color: #e53828;
}

.w650{
	width: 650px;
	margin: 0 auto 0 auto;
}

.cont_Text{
	text-align: center;
	margin-top: 50px;
	line-height: 30px;
	margin-bottom: 50px;
	font-size: 18px;
}

.cont_Text a{
	color: #00648b;
	text-decoration: underline;
}

.cont_Text span{
	font-size: 25px;
	font-weight: bold;
	}

.contTable{
	width: 650px;
	margin: 30px auto;
}

.contTh,
.contTd{
	border-top:1px dotted #3e3a39;
}

.contTh{
	vertical-align: top;
	width: 630px;
}

input#name{
	width: 40%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
}

input#tel{
	width: 40%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
}

input#mail{
	width:100%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
}

input#zip11{
	width: 20%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
}

input#addr11{
	width: 20%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
}

#yubin{
	width: 40%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
}

#address{
	width: 100%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
	margin-top: 5px;
	}

textarea{
	font-size: 15px;
	min-width: 400px;
	min-height: 100px;
	max-width: 400px;
	max-height: 100px;
	}

.w1000_3{
	width: 1000px;
	margin: 0 auto 0 auto;
}

/*ボタン*/
#sousin {
  display: inline-block;
  width: 250px;
  height: 53px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
margin: 50px 0 0 482px;
}
#sousin::before,
#sousin::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#sousin,
#sousin::before,
#sousin::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#sousin {
  position: relative;
  z-index: 2;
  background-color: #f9ef00;
  border: 2px solid #f9ef00;
  color: #3e3a39;
  line-height: 50px;
	margin: 30px auto 0 auto;
	font-size: 18px;
}
#sousin:hover {
  background-color: #fff;
  border-color: #00648c;
  color: #00648c;
}
#sousin::before,
#sousin::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f9ef00;
}
#sousin::before {
  right: 0;
}
#sousin::after {
  left: 0;
}
#sousin:hover::before,
#sousin:hover::after {
  width: 0;
  background-color: #59b1eb;
}
/*ボタン*/

.recBtn{
	width: 1000px;
	text-align: center;
}

@media screen and (max-width: 750px) {
	
	
#mainNav{
	display: none;
	width: 1512px;
	margin: 10px auto 15px auto;
	}

#mainNav .logo{
	width: 450px;
	padding:20px 0 0 0;
	margin-right: 118px;
}

#mainNav .mainNav{
	width: 236px;
}

#mainNav li{
	float: left;}

#contactMain{
	width: 100%;
	height: 280px;
	background-image: url(../img/contact/contact_main_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	}

#contactMain img{
	width: 188px;
	padding-top: 90px;
}

.conCopy{
	width: 100%;
	margin: 80px auto;
	text-align: center;
	font-size: 16px;
	color: #3e3a39;
	line-height: 28px;
}

.conCopy_02{
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 22px;
	line-height: 37px;
	color: #3e3a39;
}

.conCopy_02 span{
	font-size: 35px;
	font-weight: bold;
	color: #00648b;
	text-decoration: underline;
}




	
table td{
	display: block;
	width: 100%;
	text-align: left;
	padding: 8px 8px 8px 8px;
	border-bottom: 1px dotted #3e3a39;
	line-height: 23px;
		text-align: justify;
text-justify: inter-ideograph;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

table th{
	display: block;
	width: 100%;
	text-align: left;
	padding: 8px 0 8px 8px;
	border-bottom: 1px dotted #3e3a39;
	background-color: #e6f5ff;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	}

.contTh span{
	color: #e53828;
}

.w650{
	width: 100%;
	margin: 0 auto 0 auto;
}

.cont_Text{
	text-align: center;
	margin-top: 50px;
	line-height: 30px;
	margin-bottom: 50px;
	font-size: 18px;
}

.cont_Text a{
	color: #00648b;
	text-decoration: underline;
}

.cont_Text span{
	font-size: 25px;
	font-weight: bold;
	}

.contTable{
	display: block;
	width: 100%;
	margin: 30px auto;
}

.contTh,
.contTd{
	display: block;
	border-top:none;
}

.contTh{
	display: block;
	vertical-align: top;
	width: 100%;
}

input#name{
	width: 95%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
}

input#tel{
	width: 95%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
}

input#mail{
	width:95%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
}

input#zip11{
	width: 20%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
}

input#addr11{
	width: 100%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
}

#yubin{
	width: 40%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
}

#address{
	width: 95%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
	margin-top: 5px;
	}

textarea{
	font-size: 15px;
	min-width: 95%;
	min-height: 100px;
	max-width: 95%;
	max-height: 100px;
	}

.w1000_3{
	width: 100%;
	margin: 0 auto 0 auto;
}

/*ボタン*/
#sousin {
  display: inline-block;
  width: 100%;
  height: 53px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
margin: 50px 0 0 482px;
}
#sousin::before,
#sousin::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#sousin,
#sousin::before,
#sousin::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#sousin {
  position: relative;
  z-index: 2;
  background-color: #f9ef00;
  border: 2px solid #f9ef00;
  color: #3e3a39;
  line-height: 50px;
	margin: 0px auto 0 auto;
	font-size: 18px;
}
#sousin:hover {
  background-color: #fff;
  border-color: #00648c;
  color: #00648c;
}
#sousin::before,
#sousin::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f9ef00;
}
#sousin::before {
  right: 0;
}
#sousin::after {
  left: 0;
}
#sousin:hover::before,
#sousin:hover::after {
  width: 0;
  background-color: #59b1eb;
}
	
textarea{
	font-size: 15px;
	min-width: 100%;
	min-height: 200px;
	max-width: 100%;
	max-height: 200px;
	border: 1px solid #727171;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*ボタン*/

.recBtn{
	width: 100%;
	text-align: center;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}	
	
input[type=”text”]{
box-sizing: border-box;
}
	
	
	
	
}