@charset "utf-8";

/* CSS Document */

/* ---------------------------
service
------------------------------ */

#service {
	clear:both;
	max-width:950px;
	width: 100%;
	margin:0px auto;
	padding:50px 0px 0px;
	text-align: center;
	}


#service ul{
	margin: 0 -15px 50px 0;
	
}

#service ul li{
	float:left;
	margin-right: 15px;
}


div#headerWrapper {
	background-color: #2b2b2b;
}
#header{
	background-color: #2b2b2b;
	border-color:#2b2b2b;
}


div#contents {
	color:#555;
}

#details {
	margin:0px auto;
	max-width:950px;
	width: 100%;
	margin-top: 0px;
	padding: 10px 0 50px;
	font-size: 16px;
	}

th {
	text-align:left;
	white-space: nowrap;
	padding-right: 30px;
	}	

.wakugaiyo td , .wakugaiyo th {
	line-height:210%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-align:left;
}

.form {
	padding-top: 100px;
	text-align: center;
	}

#gmap {
	margin-top:100px;
	width:100%;
	}


.text {
	margin:0px 0px 30px;
	}	

a {
		color:#666;
	}


/*スマホ表示*/
@media (max-width: 767px) {
  #details table {
    width: 100%;
  }
  #details table th, #details table td {
    display: block;
    width: 100%;
    height: auto;
    border-block-end: 0px;
    padding: 3px 10px;
  }
  #details table th {
    background-color: #DDDAD178;
  }
}
/* CSS Document */

