/* reset */
* {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	vertical-align: top;
}
input, textarea {
	outline: none;
}
header, section, footer, aside, nav, main, article, figure {
	display: block;
}
/* Paragraphs */
* p:last-child {
	margin-bottom: 0;
}
/* Lists */
ul {
	list-style: outside disc;
}
ol {
	list-style: outside decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
/* Quotes */
blockquote {
	font-style: italic;
}
/* Tables */
table {
	margin: .5em auto 1.5em auto;
	width: 98%;
}
/* Thead */
thead th {
	padding: .5em .4em;
	text-align: left;
}
/* Tbody */
tbody td {
	padding: .5em .4em;
}
/* Tfoot */
/* classes */
.clear {
	clear: both;
	height: 0;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.nomargin {
	margin: 0 !important;
}
.nopaddingleft {
	padding-left: 0 !important;
}
.noBorder {
	border: 0 !important;
}
.wrap {
	width: 1260px;
	margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
.wrap {
	width: 96%;
	margin: 0 2%;
}
}
body {
	background: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #2a2a2a;
}
header figure {
	padding: 45px 20px 30px;
	float: left;
}

@media only screen and (max-width: 860px) {
header figure {
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
}
header .right {
	float: right;
	padding: 55px 0 40px;
}

@media only screen and (max-width: 860px) {
header .right {
	padding: 0 0 20px;
}
}

@media only screen and (max-width: 400px) {
header .right {
	float: none;
	width: 100%;
	text-align: right;
}
}
header .phone {
	float: left;
}

@media only screen and (max-width: 400px) {
header .phone {
	float: none;
}
}
header .phone a {
	font-weight: bold;
	color: #4c3f39;
	font-size: 40px;
	line-height: 44px;
	text-decoration: none;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	transition: all, 0.3s;
}

@media only screen and (max-width: 400px) {
header .phone a {
	font-size: 24px;
	line-height: 30px;
}
}
header .sns {
	float: right;
}

@media only screen and (max-width: 400px) {
header .sns {
	float: none;
}
}
header .email {
	padding: 5px 0 0;
	clear: both;
}
header .email a {
	color: #4c3f39;
	font-size: 30px;
	line-height: 34px;
	text-decoration: none;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	transition: all, 0.3s;
}

@media only screen and (max-width: 400px) {
header .email a {
	font-size: 24px;
	line-height: 30px;
}
}
.phone a:hover, .email a:hover {
	color: #0071bd;
}
nav {
	border-bottom: 7px solid #65c7d0;
	background: #0071bd;
}

@media only screen and (max-width: 560px) {
nav .wrap {
	width: 100%;
	margin: 0;
}
}
nav ul {
	list-style: none;
	margin: 0;
	float: left;
	width: 100%;
}

@media only screen and (max-width: 560px) {
nav ul {
	background: #0088e3;
}
}
nav ul li {
	float: left;
	width: 20%;
	padding: 11px 0 9px;
	text-align: center;
}

@media only screen and (max-width: 560px) {
nav ul li {
	width: 100%;
	padding: 0;
}
}
nav ul li a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

@media only screen and (max-width: 560px) {
nav ul li a {
	display: block;
	width: 90%;
	padding: 15px 5%;
	text-align: left;
}
nav ul li a:hover {
	background: #007cd0;
}
}


@media only screen and (max-width: 560px) {
nav .hide {
	display: none;
}
}
nav .mobileMenu {
	display: none;
	background: url(../images/menu-mobile.png) no-repeat 10px center #0071bd;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

@media only screen and (max-width: 560px) {
nav .mobileMenu {
	display: block;
}
}
nav .mobileMenu:hover {
	background-color: #0088e3;
}
/* footer */
footer {
	background: url(../images/bg-footer.png) repeat-x center 0 transparent;
	padding: 100px 0 0;
	margin-top: -90px;
	position: relative;
	z-index: 99;
}
#inner footer{
	margin: 0;
}
footer div {
	background: #0071bd;
	padding: 15px 0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
footer div a {
	color: #fff;
}
/* CSS Document */
p, h1, h2, h3, h4 {
	margin: 0 0 15px;
}
ul, ol {
	margin: 0 0 15px 25px;
}
strong, b, h1, h2, h3, h4, h5 {
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
}
em, i {
	font-family: "Open Sans", sans-serif;
	font-style: italic;
}
/* Anchors */
a {
	color: #2a2a2a;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0px;
	text-decoration: none;
}
.subTitle {
	font-size: 40px;
	line-height: 44px;
	color: #0071bd;
	margin: 0 0 25px;
}
/* CSS Document */
/* CSS Document */
#banner {
	text-align: center;
}
#banner img {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
main {
	padding: 35px 0;
}
.leftCol {
	float: left;
	width: 59%;
}

@media only screen and (max-width: 860px) {
.leftCol {
	width: 100%;
	margin: 0 0 30px;
}
}
.rightCol {
	float: right;
	width: 37%;
}

@media only screen and (max-width: 860px) {
.rightCol {
	width: 100%;
}
.rightCol figure {
	text-align: center;
}
}
#boxes {
	background: #65c7d0;
	padding: 40px 0 130px;
	position: relative;
	z-index: 1;
}
#boxes .box {
	float: left;
	padding: 0.3%;
	background: #fff;
	width: 30.5%;
	margin: 0 3% 20px 0;
	text-align: center;
}

@media only screen and (max-width: 780px) {
#boxes .box {
	width: 47.9%;
}
}

@media only screen and (max-width: 400px) {
#boxes .box {
	width: 99.4%;
	margin: 0 0 20px;
}
}
#boxes .box:nth-child(3) {
	margin-right: 0;
}
#boxes .box:nth-child(1) .boxWrap {
	padding-bottom: 40px;
}

@media only screen and (max-width: 780px) {
#boxes .box:nth-child(1) .boxWrap {
	padding-bottom: 0;
}
}
#boxes .box:nth-child(1) span {
	margin: 15px 30px;
	display: inline-block;
}
#boxes .box:nth-child(1) span:first-child {
	display: block;
}

@media only screen and (max-width: 780px) {
#boxes .box:nth-child(1) span:first-child {
	display: inline-block;
}
}
#boxes .box:nth-child(1) span img {
	border: 0;
}

@media only screen and (max-width: 780px) {
#boxes .box:nth-child(1) span {
	margin: 15px 3%;
}
}

@media only screen and (max-width: 780px) {
#boxes .box:nth-child(1) {
	width: 99.4%;
	margin: 0 0 20px;
}
}
#boxes .box .boxWrap {
	background: #fff;
	border: 3px solid #65c7d0;
}
#boxes .box h2 {
	padding: 10px 0;
	margin: 0;
}
#boxes .box h2 a {
	text-decoration: none;
	font-size: 30px;
	line-height: 34px;
	color: #65c7d0;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	transition: all, 0.3s;
}
#boxes .box h2 a:hover {
	color: #0071bd;
}
#boxes .box img {
	border-bottom: 3px solid #65c7d0;
}

/*# sourceMappingURL=main.css.map */

.cForm{
	float: left;
	width: 100%;
}
.cForm input[type="text"],
.cForm textarea{
	font-size:18px;
	line-height:24px;
	color:#b7b7b7;
	font-family: "Open Sans", sans-serif;
	
	padding:10px 5%;
	width:90%;
	margin-bottom:15px;
	
	border:1px solid #e1e1e1;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
}
.cForm textarea{
	height:190px;
	resize:none;
}
.cForm input[type="submit"]{
	font-size:18px;
	line-height:24px;
	color:#fff;
	background:#0071bd;
	padding:13px 0;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	border:0;
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.cForm input[type="submit"]:hover{ background:#0088e3; }
.inputFormField, .InputFormField{ display:none; }
.gmaps{ width:100%; float:left; }
