/*
BASE
*/
body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
a, a:hover, a:active, a:focus, button, button:focus {
	text-decoration: none;
	border: none;
	outline: none;
}
a, a:hover, a:active, a:focus {
	color: inherit;
}
input, textarea {
	border: 0;
	outline: 0;
}

/*
COMMON
*/
.section {
	padding: 60px 0;
}
.section p {
	font-weight: 300;
	color: #46645a;
	margin-bottom: 15px;
}
.section p:last-child {
	margin-bottom: 0;
}
.section h3 {
	font-size: 36px;
	font-weight: 300;
	line-height: 40px;
	margin-bottom: 30px;
}
.section h3 span {
	color: #325546;
}
.section h4 {
	font-size: 20px;
	line-height: 30px;
}
.section ul {
	padding-left: 21px;
	margin-bottom: 0;
}
.section li {
	color: #46645a;
}
.section-green {
	background-color: #325546;
}
.section-grey {
	background-color: #e6f0eb;
}
.section-green h3, .section-green p, .section-green li {
	color: #fff;
}
.pc, .banner-pc {
	display: block;
}
.sp, .banner-sp, .banner-absolute {
	display: none;
}

/*
HEADER
*/
.logo {
	text-align: center;
	background: url(../img/icon-logo.jpg) no-repeat;
	padding-left: 75px;
	margin-right: 50px;
}
.logo h1 {
	font-family: 'Belleza', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 35px;
	margin-bottom: 5px;
}
.logo p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.section-header {
	padding: 15px 0;
}
.header-contact p {
	font-size: 14px;
	color: #46645a;
	line-height: 20px;
	text-align: center;
	margin-bottom: 0px;
}
.header-contact a {
	font-size: 20px;
	font-weight: 700;
	color: #3c3c3c;
	line-height: 25px;
	display: block;
}


/*
BANNER
*/
.section-banner {
	background: url(../img/banner-bg.png) top left repeat #e6f0eb;
}
.banner-tagline h2 {
	font-size: 48px;
	font-weight: 400;
	color: #325546;
	line-height: 52px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.banner-tagline h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 56px;
	color: #3c3c3c;
	line-height: 60px;
	font-weight: 400;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}
.banner-tagline h3::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #96c864;
	position: absolute;
	bottom: 0;
	left: 0;
}
.banner-tagline p {
	font-size: 24px;
	color: #46645a;
	line-height: 30px;
	margin-bottom: 0;
}
.banner-contents {
	min-height: 640px;
}
.banner-image {
	align-self: flex-end;
}
.section-tagline-sp {
	background: #325546;
	padding-top: 0 !important;
}
.tagline-wrap {
	background: #fff;
	padding: 15px;
}

/*
INTRO
*/
.section-intro {
	text-align: center;
}

/*
AD
*/
.section-ad {
	color: #fff;
	background-image: url(../img/bg-ad.jpg);
	background-size: cover;
	text-align: center;
}
.section-ad h3 {
	font-family: 'Roboto', sans-serif;
	width: 60%;
	margin: 0 auto 30px;
}
.section-ad h3:last-child {
	margin-bottom: 0;
}
.section-ad p {
	font-size: 24px;
	line-height: 32px;
	color: #96c864;
}
.section-ad p i {
	font-size: 18px;
}
.section-ad p a {
	color: #c8ff3c;
}

/*
ENQUIRY FORM
*/
.section-enquiry {
	text-align: center;
}
.section-enquiry h3 {
	font-size: 24px !important;
	color: #96c864;
	line-height: 30px;
	width: 75%;
	margin: 0 auto 5px;
}
.section-enquiry p {
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
}
.section-enquiry input[type="text"], .section-enquiry input[type="submit"], .section-enquiry textarea {
	font-size: 14px;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	padding: 0 15px;
}
.section-enquiry textarea {
	height: 120px;
	padding: 15px;
	resize: none;
}
.section-enquiry input[type="submit"] {
	color: #fff;
	background-color: transparent;
	margin-bottom: 0;
	border: 1px solid #fff;
}

/*
ABOUT
*/
.section-about li, .section-services ul li{
	font-weight: 300;
	margin-bottom: 5px;
}
.section-about li:last-child, .section-services ul li:last-child {
	margin-bottom: 0;
}

/*
SERVICES
*/
.section-services ul {
	padding-left: 0;
	list-style-type: none;
}
.section-services ul li {
	font-weight: 400;
	background: url(../img/bullet-leaf.png) top left no-repeat;
	padding-left: 30px;
}
.services-list {
	text-align: center;
}
.services-list div {
	width: 70%;
	margin: 0 auto 20px;
}
.services-list div:last-child {
	margin-bottom: 0;
}
.services-list img {
	margin-bottom: 0 !important;
}
.services-list p {
	font-weight: 400;
}

/*
FAQ
*/
.section-faq h3 {
	text-align: center;
}
.info-content {
	margin-bottom: 5px;
}
.info-button {
	font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #325546;
    text-align: left;
    background: transparent;
    padding: 10px 20px;
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #325546 !important;
    cursor: pointer;
    -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.info-button:hover {
	color: #fff !important;
	background-color: #325546;
}
.info-button i {
	margin-left: 10px;
}
.info-details {
	background: #fff;
	padding: 20px;
	border: 1px solid #b4b4b4;
	border-top: none;
}
.info-details ul {
	margin-bottom: 10px;
}
.info-details ul:last-child {
	margin-bottom: 0;
}
.info-details li {
	text-align: justify;
}
a[aria-expanded=true] {
	color: #fff !important;
	background: #325546;
}
a[aria-expanded=false] {
	color: #325546 !important;
   	background: transparent;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}


/*
CONTACT
*/
.section-contact h3 span {
	display: block;
}

/*
FOOTER
*/
.section-footer {
	background-color: #325546;
	padding: 30px 0;
}
.section-footer p {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	margin-bottom: 0;
	opacity: 0.5;
}

/*
THANK YOU
*/
.section-thankyou {
	text-align: center;
}
.back-index {
	font-size: 14px;
	color: #325546;
	line-height: 20px;
	text-transform: uppercase;
	width: 240px;
    height: 40px;
    background-color: transparent;
    padding: 10px 15px;
    margin: 40px auto 0;
    border: 1px solid #325546 !important;
    display: block;
    -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.back-index:hover {
	color: #fff;
	background-color: #325546;
}

@media (max-width: 991px) {
	.banner-contents {
		min-height: auto;
	}
	.banner-tagline {
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 20px;
	}
	.banner-tagline h2 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.banner-tagline h3 {
		font-size: 40px;
		line-height: 45px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.section-banner p {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}
}
@media (max-width: 768px) {
	.section-banner {
		padding-top: 30px;
	}
	.banner-pc {
		display: none;
	}
	.banner-sp {
		display: block;
	}
}
@media (max-width: 575px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.section {
		padding: 40px 0;
	}
	.section h3 {
		font-size: 30px;
		line-height: 35px;
	}
	.section-header {
		padding: 10px 0;
	}
	.logo {
		margin-bottom: 20px;
	}
	.section-banner {
		min-height: 360px;
		padding: 30px 0;
		position: relative;
	}
	.section-banner .container {
		position: relative;
		z-index: 100;
	}
	.banner-tagline {
		margin-top: -40px;
		margin-bottom: 0;
		position: relative;
		z-index: 200;
	}
	.banner-tagline h2 {
		font-size: 27px;
		font-weight: 400;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.banner-tagline h3 {
		font-size: 35px;
		line-height: 40px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.section-banner h3::after {
		height: 1px;
	}
	.banner-tagline p {
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
	}
	.banner-absolute {
		height: 95%;
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	.banner-sp {
		display: none;
	}
	.section-enquiry h3 {
		font-size: 20px !important;
		line-height: 25px;
		margin: 0 auto;
	}
	.section-enquiry p {
		font-size: 20px;
		line-height: 24px;
	}
	.section-about img, .section-services img, iframe {
		margin-bottom: 30px;
	}
	.section-services {
		text-align: center;
	}
	.section-ad-1 {
		background-position: top center;
	}
	.section-ad-2 {
		background-position: left center;
	}
	.section-ad-3 {
		background-position: right center;
	}
	.section-ad h3 {
		width: 100%;
	}
	.section-ad p {
		font-size: 20px;
		line-height: 28px;
	}
	.section-ad p i {
		font-size: 14px;
	}
	.section-contact {
		text-align: center;
	}
	.section-contact h3 {
		width: 75%;
		margin: 0 auto 20px;
	}
}