/*-------------
 	General
-------------*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font: normal 16px sans-serif;
	color: #4a4a4a;
}

ul, nav{
	list-style: none;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	opacity: 0.9;
}

a:hover{
	opacity: 1;
}

a.btn{
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #2196F3;
	font-weight: 800;
	text-align: center;
}

section{
	display: flex;
	flex-direction: column;
}

@media (max-width: 1000px){

	section{
		display: block;
	}

}


@media (max-width: 600px){

	section p{
		padding: 0;
	}

}


/*-------------
 	Header
-------------*/

 .corp{
	position: relative;
	min-height: 100vh;
	color: #000;
	background-color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.corp img{
	margin-bottom: 15px;
}


.rabbit-search {
	margin : 24px 80px;
}

.rabbit-search img {
	width: 200px;
}


@media (max-width: 1000px){
	.corp{
		padding: 20px 50px;
	}
}

@media (max-width: 800px){

	.corp{
		min-height: 600px;
	}

	.corp h1{
		font-size: 48px;
	}

	.corp h2{
		font-size: 24px;
	}

}

@media (max-width: 600px){

	.corp img{
		width: 300px
	}

	.rabbit-search {
		margin : 24px 36px;
	}
	
	.rabbit-search img {
		width: 140px;
	}

}



/*--------------------
 	Our Work Section
---------------------*/

.works{
	background-color: #FBF9F2;
}
.our-work{
    display: flex;
    width: 100%;
    background-color: #FBF9F2;
    margin: 0 auto;
}

.our-work .left-wrapper{
	width:100%;
	padding:0 80px;
}

.our-work .right-wrapper{
	width: 100%;
	height: auto;
    background: url("../img/rabbit.jpg") top center/cover no-repeat;
}

.our-work h1{
	font-family: 'Quicksand', sans-serif;
    font-size: 1.5rem;
    padding: 100px 0 36px 0;
}

.our-work p{
	max-width: 800px;
    text-align: left;
    margin-bottom: 100px;
    padding: 0 36px;
    line-height: 2;
}

@media (max-width: 1000px){

	.our-work{
		display: block;
	}

	.our-work .right-wrapper{
		height: 600px;
	}

}


@media (max-width: 600px){

	.our-work .left-wrapper{
		padding:0 36px;
	}


}

/*----------------------
 	list Section
----------------------*/

.list {
	margin: 36px 80px 40px;
}

.list h1 {
	margin : 0 0 16px;
}

.list h2 {
	font-size:1.2em;
	margin : 0 0 16px;
}

.list ul {
	margin: 0 0 16px;
}

ul.types_section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	grid-row-gap: 6px;
	grid-column-gap: 6px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.types_section li {
	margin-right: 2px;
	margin-bottom: 2px;
	box-sizing: border-box;
	background: url("../img/list-icon.png") no-repeat 4px 4px;
	padding : 0 24px;
}


ul.list-section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	grid-row-gap: 6px;
	grid-column-gap: 6px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.list-section li {
	padding: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	box-sizing: border-box;
}

.list-section ul li {
	background: url("../img/list-icon.png") no-repeat 4px 4px;
	padding : 0 24px;
}

@media (max-width: 600px){

	.list {
		margin : 24px 36px 24px;
	}

	ul.list-section{
		display: block;
	}

	ul.types_section {
		display: block;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-rows: 1fr;
	}
	ul.types_section li {
		margin: 0 2px 8px 0;
	}

}


/*----------------------
 	article Section
----------------------*/

.article, .search-text{
	background-color: #fff;
	padding: 0px 80px 40px 80px;
}

.article h2.title, .article h1, .search-text h1{
	font-family: 'Quicksand', sans-serif;
	font-size: 1.5rem;
	padding: 0 0 36px 0;
	font-weight: bold;
	text-align: left;
}

.article ul.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.article .grid li{
	margin: 0 12px 36px 12px;
	flex-basis: 30%;
	text-align: left;
	box-shadow: 0 10px 10px 0 rgba(150, 150, 150, 0.3);
	border-radius: 4px;
}

.article .grid li img{
	width:380px;
}

.article .grid li h3, .article .grid li h2, .search-text h2{
    font-size: 1.125rem;
    margin: 16px 16px 8px 16px;
	font-family: 'Quicksand', sans-serif;
}

.article .grid li h2.blog-title{
    font-size: 1.125rem;
    margin: 16px 16px 24px 16px;
	font-family: 'Quicksand', sans-serif;
}

.article .grid li p {
	margin: 0px 0px 16px 16px;
    color: #444444;
    font-size: 0.8rem;
}

.article .grid li span{
    margin: 0px 0px 24px 16px;
    display: inline-block;
    padding: 8px;
    background: #FBB62D;
    border-radius: 4px;
    color: #fff;
}

@media (max-width: 1000px){



	.article .grid li:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 600px){

	.article, .search-text{
		padding: 0px 36px 40px;
	}

	.article ul.grid{
		display: block;
		flex-wrap: wrap;
		justify-content: center;
	}

	.article .grid li img{
		width:100%;
	}

	.article .grid li{
		display: flex;
	}

}


/*----------------------
 	search-text Section
----------------------*/

.search-text h1{
	font-family: 'Quicksand', sans-serif;
	font-size: 1.5rem;
	padding: 0 0 8px 0;
	font-weight: bold;
	text-align: left;
}

.search-text-flex {
	display:flex;
	flex-direction: row;
	margin: 0px 16px 8px 16px;
}

.search-text-flex-img{
	width: 320px;
    margin: 0 0px 0 0;
}

.search-text-flex img{
	width: 100%;
}

.search-text p{
	margin: 0 16px;
}

@media (max-width: 600px){
	
	.search-text{
		padding: 0px 36px 40px;
	}

	.search-text-flex{
		display: block;
		flex-wrap: wrap;
		justify-content: center;
	}
	.search-text-flex-img{
		width: 100%;
	}

}


/*----------------------
 	servise Section
----------------------*/

.service{
	background-color: #fff;
	padding: 0px 80px 100px 80px;
}

.service h2{
	font-family: 'Quicksand', sans-serif;
	font-size: 1.5rem;
	padding: 0 0 36px 0;
	font-weight: bold;
	text-align: left;
}

.service ul.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.service .grid li{
	margin: 0 12px 36px 12px;
	flex-basis: 30%;
	text-align: left;
}

.service .grid li img{
	width:240px;
}


@media (max-width: 1000px){



	.service .grid li:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 600px){

	.service{
		padding: 0px 36px 100px 36px;
	}

	.service .grid li{
		flex-basis: 100%;
	}

}


/*----------------------
 	search-list Section
----------------------*/

.search-list{
	padding: 0px 80px;
}

.search-quantity {
	background-color: #FBF9F2;
	padding: 8px 16px;
	margin: 0 0 36px 0;
	border-top: #e5e5e5 solid 1px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.search-list h1{
	font-size: 0.8rem;
	font-weight: bold;
}

.search-list span{
	font-size: 0.8rem;
}

.search-list p.non-search-result {
	text-align: center;
    margin: 24px 0 40px;
}

.search-list a.non-search-result-link {
	text-align: center;
    display: block;
    margin: 0 auto 40px;
    padding: 16px;
    background: #27AE60;
    width: 50%;
    border-radius: 4px;
    color: #fff;
	font-weight: 600;
}

.search-list ul.grid{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.search-list .grid li{
	margin: 0 12px 36px 12px;
	width:380px;
	text-align: left;
	box-shadow: 0 10px 10px 0 rgba(150, 150, 150, 0.3);
	border-radius: 4px;
}

.search-list .grid li img{
	width:100%;
}

.search-list .grid li h2{
    font-size: 1.125rem;
    margin: 16px 16px 8px 16px;
	font-family: 'Quicksand', sans-serif;
}

.search-list .grid li p {
	margin: 0px 0px 16px 16px;
    color: #444444;
    font-size: 0.8rem;
}

.search-list .grid li span{
    margin: 0px 0px 24px 16px;
    display: inline-block;
    padding: 8px;
    background: #FBB62D;
    border-radius: 4px;
    color: #fff;
}

@media (max-width: 600px){
	.search-list{
		padding: 0px 36px;
	}

	.search-list ul.grid{
		justify-content: center;
	}
}

/*----------------------
 	pagination Section
----------------------*/

.pagination {
	padding: 36px 80px;
}

.pagination div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.pagination button {
	background-color: #fff;
	border: 1px solid #E5e5e5;
	border-radius: 4px;
	padding: 8px 12px;
	cursor: pointer;
}

.pagination button a{
	color: #27AE60;
}

.pagination button:active{
	border: 4px solid rgba(39, 174, 96, 0.5);
}




@media (max-width: 600px){
	.pagination{
		padding: 24px 36px;
	}


}

/*----------------------
 	detail Section
----------------------*/

.detail-title{
	margin: 0 80px 40px;
	display: flex;
	flex-direction: row;
}

.detail-image {
	width:100%;
}

.detail-image img{
	width: 100%;
}

.detail-subtitle{
	margin: 0 0 0 24px;
}

.detail-subtitle h1 {
	font-size: 1.5rem;
	margin: 8px 0 16px 0;
}

.detail-subtitle h2 {
	font-size: 1.2rem;
	margin: 0 0 8px 0;
}

.detail-table,
.detail-address,
.detail-service,
.detail-recommend,
.ad {
	margin: 0 80px 40px;
}

.detail-table h2,
.detail-address h2,
.detail-service h2,
.detail-recommend h2{
	font-size: 1.2rem;
	margin: 0 0 16px 0;
}

.detail-table table{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.9rem;
	width: 100%;
}

.detail-table table tr th,
.detail-table table tr td{
	border: 1px solid #E5E5E5;
	padding: 8px;
}

.detail-table table tr th{
	background: #FBF9F2;
}

.detail-gmap{
	height: 0;
	overflow: hidden;
	padding-bottom: 25%;
	position: relative;
	margin: 0 0 24px 0;
}

.detail-gmap iframe{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.detaile-address h3,
.detail-service h3,
.detail-recommend h3{
	margin: 0 0 8px 0;
}

.detail-service svg, 
.detail-service img {
    top: 5px;
    position: relative;
    margin: 0 4px 0 0;
} {
	top: 5px;
	position: relative;
	margin: 0 4px 0 0 ;
}

.detail-address dl,
.detail-service dl {
	font-size:0.9rem;
	margin: 0 0 24px 0;
	display: flex;
	flex-wrap: wrap;
}

.detail-address dl dt,
.detail-service dl dt{
	width:30%;
	margin: 0 2% 1% 0;
	font-weight: bold;
}

.detail-address dl dd,
.detail-service dl dd{
	width:66%;
	margin: 0 2% 1% 0;
}


.detail-service p,
.detail-recommend p {
	font-size: 0.9rem;
	margin: 0 0 16px 0 ;
}

.detail-recommend p iframe {
	margin: 8px;
}

.detail-service p a,
.detail-recommend p a{
	color: #27AE60;
}

.detail-p-right{
	text-align: right;
}

.detail-service hr{
	margin: 40px 0 0 0;
	height: 1px;
	background-color: #cacaca;
	border: 0;
}

@media (max-width: 600px){

	.detail-title{
		margin: 0 0 40px 0;
		display:block;
	}

	.detail-image {
		width:100%;
	}
		
	.detail-image img{
		margin: 0 0 24px 0;
	}
		
	.detail-subtitle{
		margin: 0 0 0 24px;
	}

	.detail-table, .detail-address, .detail-service, .detail-recommend {
		margin: 0 36px 40px;
	}


}


/*----------------------
 	page-top Section
----------------------*/

.page-top p{
	text-align: center;
    color: #a4a4a4;
    font-size: 0.8em;
}

.page-top div{
	margin: 60px 0;
}

.page-top div img{
	display: block;
    margin: 0 auto;
}

.page-top hr{
	height: 1px;
	background-color: #cacaca;
	border: 0;
	margin: 0 80px;
}

@media (max-width: 600px){

	.page-top hr{
		margin: 0px 36px;
	}

}

/*-------------
 	Footer
-------------*/

footer{
	padding: 60px 80px;
}

footer hr{
	width: 100%;
	height: 1px;
	background-color: #cacaca;
	border: 0;
	margin-bottom: 60px;
}

.footer-wrapper{
    display: flex;
	flex-direction: row;
	justify-content: space-between;
}

footer p{
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	color: #4a4a4a;
}

footer p a{
	color: #27AE60;
}

@media (max-width: 600px){

	footer{
		padding: 60px 36px;
	}

}


