@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

.btn-flat-vertical-border {
  margin-top: 30px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  border-left: solid 4px #668ad8;
  border-right: solid 4px #668ad8;
  color: #668ad8;
  background: #e1f3ff;
  transition: .4s;
}

.btn-flat-vertical-border:hover {
  background: #668ad8;
  color: #FFF;
}

#menu {
	z-index: 1000000;
	width: 100%;
	position: fixed;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
}

#menu img {
	height: 50px;
	float: left;
	padding: 20px 0;
	margin-left: 20px;
}

.menu ul {
	float: right;
	margin-right: 30px;
}

.menu li {
	float: left;
	width: auto;
	padding: 20px 20px;
	list-style: none;
	font-size: 20px;
	font-weight: bold;
}

.menu a {
	text-decoration: none;
	color: white;
}

.header_img {
	color: black;
	width: 100%;
	height: 100vh;
	background-attachment: fixed;
	background-image: url(../img/main_img.jpg);
}

.header_img_text {
	width: 370px;
	position: absolute;
	top: 100px;
	right: 0;
	bottom: 0;
	left: 30px;
	height: 300px;
}

.header_img_text h1 {
	font-size: 40px;
}

.header_img_text h2 {
	font-size: 30px;
}

.point_text {
	width: 60%;
	margin: 50px auto;
	font-size: 16px;
	text-align: center;
}

.point_text h2 {
	font-size: 35px;
}

.point_text h3 {
	font-size: 18px;
	color: #98fb98;
}

.point_text p {
	margin: 50px 0;
	float: left;
}

.point_img {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.point_img img {
	width: 25%;
	margin: 20px;
}

.information {
	margin: 100px auto;
	text-align: center;
}

.information_text h2{
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
}

.information_text p {
	font-size: 16px;
}

.information_text span {
	color: #00ff00;
	margin-right: 30px;
}

.services {
	width: 100%;
	background-image: url(../img/service03.jpg);
}

.service {
	width: 80%;
	margin: 0 auto;
	padding: 50px 30px;
	background-color: 
	font-size: 16px;
	background-color: rgba(255, 255, 255, 0.5);
}

.service_etc {
	width: 80%;
	margin: 0 auto;
}

.service h2 {
	font-size: 35px;
	margin-bottom: 20px;
	font-weight: bold;
}

.service_title {
	text-align: center;
}

.service_text {
	margin: 100px auto;
}

.service_text li {
	margin: 20px auto;
	width: 90%;
}

.service_text h2 {
	border-bottom: 2px solid green;
}

/*.service_text p {
	width: 90%;
	margin: 20px auto;
}*/

.service_text_img {
	display: flex;
	justify-content: center;
}

.service_text_img img {
	width: 45%;
	margin: 20px;
}

.overviews {
	width: 70%;
	margin: 100px auto;
}

.overview h2 {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 50px;
}

.overview li {
	list-style: none;
	font-size: 18px;
	padding: 15px 0;
	border-top: 1px solid black;
}

.overview li:last-child {
	border-bottom: 1px solid black;
}

.overview span {
	margin-right: 30px;
}

.googlemap_pc {
	text-align: center;
	margin-top: 50px;
}

.googlemap_mobail {
	display: none;
}

.contact {
	width: 350px;
	margin: 100px auto;
	text-align: center;
	font-size: 18px;
}

.contact h2 {
	font-size: 35px;
}

.contact p {
	margin: 20px 0 10px 0;
}

footer {
	background-color: #808080;
	width: 100%;
	height: 100px;
	text-decoration: none;
	color: white;
	text-align: center;
}

.footers a { 
	margin: 0 20px;
	text-align: center;
}

.footers {
	padding: 20px 0;
}

@media all and (max-width: 800px) {

	.menu li {
		padding: 10px 10px;
	}

	.point_text {
		width: 90%;
	}
	
	.point_img img {
		width: 30%;
		margin: 10px;
	}

	.header_img_text {
		width: 300px;
	}

	.service_text_img img {
		width: 50%;
		margin: 10px;
	}

	.footers a {
		margin: 0 5px;
	}

	.overviews {
		width: 90%;
	}

	.googlemap_pc {
		display: none;
	}

	.googlemap_mobail {
		text-align: center;
		margin-top: 50px;
	}
}