@charset "utf-8";
.mainWrap {
	background-image: url(../img/sub/main_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
	background-size: cover;
	height: 217px;
}
.main_titleBox {
	position: relative;
	height: 100%;
}
.main_title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 75px;
	margin: auto;
	font-size: 37px;
	font-weight: bold;
	line-height: 1;
}
.main_title span {
	display: block;
}

/*-------------------------------------
	sec1
---------------------------------------*/
.sec1{
	padding: 85px 0 60px;
	font-weight: 500;
	text-align: center;
}
.sec1 .w1000{
	display: table;
	width: 100%;
}
.sec1 table{
	display: table-cell;
	vertical-align: top;
}
.sec1 table.sec1_table01{
	width: 390px;
}
.sec1 table.sec1_table02{
	padding-left: 60px;
	width: 610px;
}
.sec1 table tr{
	border-bottom: solid 1px #000;
}
.sec1 table th{
	padding: 20px 24px;
	width: 140px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec1 table td{
	padding: 20px 24px;
	font-size: 18px;
	line-height: 2;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec1 table.sec1_table01 th,
.sec1 table.sec1_table01 td{
	padding: 12px 24px;
}
.sec1 table.sec1_table02 .first th,
.sec1 table.sec1_table02 .first td{
	padding: 12px 24px 20px;
}

/*-------------------------------------
	sec2
---------------------------------------*/
.sec2,
.sec3{
	padding: 60px 0 20px;
	font-weight: 500;
	text-align: center;
}
.sec3{
	padding: 60px 0 170px;
}
.sec2 h2,
.sec3 h2{
	border-bottom: solid 1px #000;
	margin-bottom: 25px;
	padding-bottom: 5px;
	font-size: 28px;
	font-weight: bold;
}
.sec2 .sec2_text01,
.sec3 .sec3_text01 {
	margin-bottom: 25px;
	font-size: 18px;
}
.sec2 ul li,
.sec3 ul li{
	float: left;
	margin-left: 2%;
	width: 49%;
}
.sec2 ul li:first-child,
.sec3 ul li:first-child{
	margin-left: 0;
}
.map_canvas{
	width: 100%;
	height: 100%;
}
.gmap{
	position: relative;
	z-index: 1;	
}
.gmap img{
	position: relative;
	z-index: 1;	
}
.gmap iframe{
	position: absolute;
	z-index: 5;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;	
}


@media screen and (max-width: 1249px) {
}
@media screen and (max-width: 999px) {
/*-------------------------------------
	sec1
---------------------------------------*/
.sec1{
	padding: 85px 0 60px;
	font-weight: 500;
	text-align: center;
}
.sec1 .w1000{
	display: block;
	width: auto;
}
.sec1 table{
	display: table;
}
.sec1 table.sec1_table01{
	width: 100%;
}
.sec1 table.sec1_table02{
	padding-left: 0;
	width: 100%;
}
.sec1 table th{
	line-height: 1.6;
}
.sec1 table td{
	line-height: 1.6;
}

}
@media screen and (max-width: 679px) {
.mainWrap {
	height: 150px;
}
.main_title {
	height: 48px;
	font-size: 25px;
}
.main_title span img {
	width: 126px;
}

/*-------------------------------------
	sec1
---------------------------------------*/
.sec1{
	padding: 40px 0 30px;
}
.sec1 table th{
	display: block;
	padding: 15px 0 5px;
	width: 100%;
	font-size: 15px;
	text-align: left;
}
.sec1 table td{
	display: block;
	padding: 0 0 15px;
	font-size: 15px;
}
.sec1 table.sec1_table01 th{
	padding: 15px 0 5px;
}
.sec1 table.sec1_table01 td{
	padding: 0 0 15px;
}
.sec1 table.sec1_table02 .first th{
	padding: 15px 0 5px;
}
.sec1 table.sec1_table02 .first td{
	padding: 0 0 15px;
}

/*-------------------------------------
	sec2
---------------------------------------*/
.sec2,
.sec3{
	padding: 30px 0 10px;
}
.sec3{
	padding: 30px 0 80px;
}
.sec2 h2,
.sec3 h2{
	margin-bottom: 15px;
	font-size: 20px;
}
.sec2 .sec2_text01,
.sec3 .sec3_text01 {
	margin-bottom: 15px;
	font-size: 15px;
}

}

/* Portrait */
@media screen and (max-width:479px) {
/*-------------------------------------
	sec2
---------------------------------------*/
.sec2 ul li,
.sec3 ul li{
	float: none;
	margin-left: 0;
	width: 100%;
}
.sec2 ul li:first-child,
.sec3 ul li:first-child{
	margin-left: 0;
	margin-bottom: 15px;
}
.map_canvas{
	width: 100%;
	height: 170px;
}	
}
