@charset "utf-8";

#pageArea {
	padding: 20px 0 0;
	background: url(/nakazawa/images/topAreaBg.png) no-repeat center 0;
}
@media screen and (max-width: 600px) {
    .content {
        width: 90%;
    }
}

/*---------------------------------------------
	topArea
  ---------------------------------------------*/
#topArea h1.introductionTit {
	padding-bottom: 25px;
	line-height: 100%;
	display: flex;
	align-items: center;
}
#topArea h1.introductionTit:after {
	border-top: 5px solid #009944;
	content: "";
	flex-grow: 1;
	margin-left: 2%;
}
#topArea h1.introductionTit img {
	width: 33%;
}
@media screen and (max-width: 600px) {
	#topArea h1.introductionTit {
		padding-bottom: 20px;
	}
	#topArea h1.introductionTit img {
		width: 60%;
	}
}
#topArea h2 {
	font-size: 160%;
	font-weight: bold;
	color: #009944;
	line-height: 140%;
	padding-bottom: 25px;
}
@media screen and (max-width: 600px) {
	#topArea h2 {
		text-align: center;
		font-size: 4.6vw;
		font-weight: bold;
	}
}
#topArea p {
	padding-bottom: 50px;
}

/*---------------------------------------------
	viewArea
  ---------------------------------------------*/
.viewArea {
}
.viewArea h3 {
	padding: 15px 1em;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	background-color: #009944;
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
	border: solid 1px #fff;
}
.viewArea h3 br {
	display: none;
}
@media screen and (max-width: 600px) {
	.viewArea h3 {
		font-size: 100%;
	}
	.viewArea h3 br {
		display: block;
	}
}
.viewArea h3::before {
	content: "◼︎";
	margin-right: 0.2em;
}
.viewBlock {
	width: 100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 80px;
}
.viewBlock::before{
  content: "";
  display: block;
  width: 48.5%;
  order: 1;
}
.viewBlock::after {
	display: block;
	content: "";
	width: 48.5%;
}
.viewBox {
	display: -webkit-box;
	display: flex;
	flex-direction: column; /* 子要素を縦並べ */
	width: 48.5%;
    padding: 0;
	color: #1c2d51;
	background-color: #fff;
	border-radius: 3px;
	margin-top: 30px;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
}
.viewBox p {
    padding: 1em;
	line-height: 160%;
}
@media screen and (max-width: 600px) {
	.viewBox {
		width: 100%;
	}
}
/* ------ google-maps ------ */
.google-maps {
	position: relative;
	padding-bottom: 0; // これが縦横比
	overflow: hidden;
}
.google-maps iframe {
	height: 480px;
	width: 100%;
	vertical-align: bottom;
}




