﻿
.tbanner{
    width:100%;
    background-color:#000;
}
.tbanner .maintm{
    position:relative;
}
.tbanner .hbslogan{
    position:absolute;
    left:0;
    bottom:360px;
    color:#fff;
    text-align:left;
}
.tbanner .hbslogan .t1{
    font-size:64px;
    font-weight:600;
    line-height:1.4;
}
.tbanner .hbslogan .t1 span{
    color:#8DC01F;
}
.tbanner .hbslogan .t2{
    font-size:14px;
    font-weight:400;
    max-width:534px;
    line-height:1.5;
	margin:30px 0px;
}
@media screen and (min-width: 1599px) and (max-width: 1800px) {
	.tbanner .hbslogan {
		bottom: 250px;
	}
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
	.tbanner .hbslogan {
		bottom: 250px;
	}
}
@media screen and (max-width: 767px) {
	.tbanner .hbslogan {
		bottom: 80px;
		text-align: center;
		padding: 0px 50px;
	}
    .tbanner .hbslogan .t1{
        font-size:24px;
    }
	.tbanner .hbslogan .t1 span{
		font-style:italic;
	}
    .tbanner .hbslogan .t2{
        font-size:12px;
        margin:30px auto;
    }
}

.tbanner .obslogan{
    position:absolute;
    left:0;
    bottom:450px;
    color:#fff;
    text-align:center;
    width:100%;
	display:flex;
	justify-content:space-between;
	align-items:end;
}
.tbanner .obslogan .t1{
    color: #fff;
    text-align: left;
}
.tbanner .obslogan .t1{
    font-size:64px;
    font-weight:600;
    line-height:1.4;
}
.tbanner .obslogan .t1 span{
    color:#8DC01F;
}
.tbanner .obslogan .t2{
    font-size:14px;
    font-weight:500;
    line-height:1.5;
	width:309px;
	text-align:left;
	margin-bottom:10px;
}
@media screen and (min-width: 1599px) and (max-width: 1800px) {
	.tbanner .obslogan {
		bottom: 350px;
	}
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
	.tbanner .obslogan {
		bottom: 350px;
	}
}
@media screen and (max-width: 767px) {
    .tbanner .obslogan{
        bottom:110px;
		display:block;
		padding:0px 50px;
    }
    .tbanner .obslogan .t1{
        font-size:24px;
		text-align:center;
		margin:0px auto;
    }
	.tbanner .obslogan .t1 span {
		font-style: italic;
	}
    .tbanner .obslogan .t2{
		width:auto;
        text-align:center;
        font-size:14px;
		margin:20px auto 0px;
    }
}

.carouselbar {
	width: 100%;
	padding-bottom: 60px;
	background-color: #fff;
}
.carousel-indicators {
	bottom: -100px;
	background-color: #fff;
}
.carousel-indicators [data-bs-target] {
	width: 6px;
	height: 6px;
	border-radius: 50% !important;
	margin-left: 0.3rem;
	margin-right: 0.3rem;
	background-color: #D9D9D9;
}
.carousel-item img {
	border-radius: 0px 0px 80px 80px;
}
.carousel-indicators .active {
	opacity: 1;
	background-color: #757575;
}
.ccarroricon {
	width: 50px;
	height: 50px;
}
@media screen and (max-width: 1360px) {
	.carousel-item img {
		border-radius: 0px 0px 30px 30px;
	}
}

@media screen and (max-width: 1024px) {
	.carousel-item img {
		border-radius: 0px 0px 25px 25px;
	}
	.carouselbar {
		padding-bottom: 60px;
	}
	.carousel-indicators {
		bottom: -58px;
	}
	.carousel-indicators [data-bs-target] {
		width: 8px;
		height: 8px;
	}
}
@media screen and (max-width: 767px) {
	.carousel-item img {
		border-radius: 0px 0px 20px 20px;
	}
	.carouselbar {
		padding-bottom: 45px;
	}
	.carousel-indicators {
		bottom: -45px;
	}
	.carousel-indicators [data-bs-target] {
		width: 6px;
		height: 6px;
	}
	.ccarroricon {
		width: 32px;
		height: 32px;
		color: #fff;
	}
}

.htit1 {
	font-size: 16px;
	font-weight: 500;
	color: #b7c79c;
	line-height: 1;
}
.htit2 {
	font-size: 40px;
	font-weight: 700;
	color: #8dc01f;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Playfair Display', Arial, sans-serif;
}
.htit2 i{
	font-style:normal;
}
@media screen and (max-width: 767px) {
	.htit1 {
		font-size: 14px;
	}

	.htit2 {
		font-size: 25px;
	}
}

.hsection1 {
	display: flex;
	align-items: center;
	padding: 30px 0px 100px;
}
.hsection1 .hs1left {
	flex: 1;
	text-align: left;
	padding-right: 114px;
}
.hsection1 .hs1right {
	width: 533px;
}
.hsection1 .htit2 {
	font-size: 48px;
	line-height: 1.2;
}
.hsection1 .htit2 span {
	color: #424245;
}
.hsection1 .t2 {
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
}
.hsection1 .b1 {
	margin-top: 20px;
}
.hsection1 .hs1right img {
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
	.hsection1 {
		display: block;
		padding: 15px;
	}
	.hsection1 .hs1left {
		padding-right: 0px;
	}
	.hsection1 .htit2 {
		font-size: 24px;
		line-height: 1.2;
	}
	.hsection1 .hs1right {
		width: 100%;
		margin-top:20px;
	}
}


.hsection2 {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0px;
}
.hsection2 .htit2 {
	margin: 30px auto;
}
.hsection2 .t2 {
	font-size: 14px;
	font-weight: 500;
	max-width: 730px;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5;
	color: #424245;
}

@media screen and (max-width: 767px) {
	.hsection2 {
		padding: 60px 15px;
	}
	.hsection2 .htit2 {
		font-size: 25px;
	}
	.hsection2 .t2 {
		font-size: 12px;
	}
}

.hservices {
	width: 100%;
	background-color: #fff;
	padding-bottom: 100px;
}
.hservices .maintm {
	border-top: 1px solid #b7c79c;
	padding-top: 55px;
	text-align: left;
}
.hservices .htit2 {
	margin-top: 24px;
}
.hservices .hsgrid {
	display: flex;
	flex-wrap: wrap;
	margin-top: 44px;
	align-items: stretch;
}
.hsgrid .griditem {
	width: 403.33px;
	height: 403.33px;
	margin-right: 15px;
	border-radius: 10px;
	margin-top: 15px;
	background-color: #f4f1ea;
	text-align: center;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.hsgrid .griditem:nth-child(3n) {
	margin-right: 0px;
}
.hsgrid .griditem .i {
	text-align: center;
}
.hsgrid .griditem .t {
	text-align: center;
	color: #424245;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 20px;
}
.hservices .hsbookbar {
	border: 1px solid #424245;
	border-radius: 10px;
	margin-top: 15px;
	padding: 30px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hservices .hsbookbar .hsbleft {
	font-size: 24px;
	font-weight: 400;
	max-width: 450px;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.hservices {
		padding-bottom: 50px;
	}
	.hservices .maintm {
		padding: 35px 15px 0px;
	}
	.hservices .htit2 {
		margin-top: 14px;
	}
	.hservices .hsgrid {
		margin-top: 10px;
	}
	.hsgrid .griditem {
		width: calc((100vw - 45px) / 2);
		height: calc((100vw - 45px) / 2);
	}
	.hsgrid .griditem:nth-child(3n) {
		margin-right: 15px;
	}
	.hsgrid .griditem:nth-child(2n) {
		margin-right: 0px;
	}
	.hsgrid .griditem .t {
		font-size: 16px;
		margin-top: 20px;
	}
	.hsgrid .griditem:first-child{
		order:1;
	}
	.hsgrid .griditem:nth-child(2){
		order:6;
	}
	.hsgrid .griditem:nth-child(3){
		order:4;
		margin-right:0px;
	}
	.hsgrid .griditem:nth-child(4){
		order:2;
	}
	.hsgrid .griditem:nth-child(5) {
		order: 5;
	}
	.hsgrid .griditem:nth-child(6) {
		order: 3;
		margin-right:15px;
	}
	.hservices .hsbookbar {
		padding: 15px 15px;
		display:block;
	}
	.hservices .hsbookbar .hsbleft {
		font-size: 16px;
	}
	.hservices .hsbookbar .hsbright {
		margin-top:15px;
	}
}

.hfaq {
	width: 100%;
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
}
.hfaq .hfaqimg {
	flex: 1;
}
.hfaq .hfaqright {
	flex: 1;
	margin-left: 100px;
}
.hfaq .hfaqcon {
	max-width: 520px;
	margin-top: 100px;
	text-align: left;
}
.hfaq .hfaqcon .htit2 {
	margin: 20px auto 30px;
	text-align: left;
}
.hfaq .hfaqcon .t1 {
	font-size: 14px;
	font-weight: 500;
}
.hfaq .accordion {
	margin-top: 30px;
}
.hfaq .accordion-item {
	background-color: transparent !important;
}
.hfaq .accordion-button {
	background-color: transparent !important;
}
.accordion-button:not(.collapsed)::after {
}
@media screen and (max-width: 767px) {
	.hfaq {
		display: block;
	}
	.hfaq .hfaqright {
		margin-left: 0px;
	}
	.hfaq .hfaqcon {
		margin: 20px 15px;
	}
	.hfaq .hfaqcon .htit2 {
		margin: 10px auto 20px;
	}
	.hfaq .hfaqcon .t1 {
		font-size: 12px;
		font-weight: 400;
	}
	.hfaq .accordion {
		margin-top: 20px;
		font-size:12px;
	}
	.accordion-button {
		font-size:14px;
	}
}


.hsection5 {
	background-color: #fff;
	width: 100%;
	padding: 100px 0px 60px;
}
.hsection5 .maintm {
	position: relative;
}
.hsection5 .hs5bg {
	border-radius: 10px;
}
.hsection5 .hs5bg img {
	border-radius: 10px;
}
.hsection5 .hs5conwrap {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hsection5 .hs5con {
	text-align: center;
	margin: 0 auto;
	width: 724px;
}
.hsection5 .htit2 {
	color: #fff;
}
.hsection5 .t1 {
	font-size: 14px;
	font-weight: 500;
	margin: 30px auto 50px;
}
@media screen and (max-width: 767px) {
	.hsection5 {
		padding: 50px 0px 30px;
	}
	.hsection5 .maintm {
		margin:0px 15px;
	}
	.hsection5 .hs5bg img {
		height:300px;
	}
	.hsection5 .hs5con {
		margin: 15px;
		width: auto;
	}
}


.hsection6 {
	width: 100%;
	background-color: #fff;
}

.hsection7 {
	width: 100%;
	background-color: #fff;
	padding: 50px 0px 100px;
}
.hsection7 .htit2 {
	margin-top: 20px;
}
.hsection7 .carousel {
	margin-top: 50px;
	padding-bottom: 60px;
}

.hsection7 .carousel-indicators li {
	list-style-type: none;
}
.hsection7 .carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50% !important;
	margin-left: 8px;
	margin-right: 8px;
	background-color: #d9d9d9;
}
.hsection7 .carousel-indicators .active {
	opacity: 1;
	background-color: #424245;
}
.hsection7 .hs7imgs {
	display: flex;
}
.hsection7 .hs7imgs .img {
	margin-right: 15px;
	border-radius: 10px;
	width: 299px;
}
.hsection7 .hs7imgs .img:nth-child(4) {
	margin-right: 0px;
}
.hsection7 .hs7imgs .img img {
	border-radius: 10px;
}
.hsection7swiper {
	width: 100%;
	height: 100%;
	margin-top: 50px;
	padding-bottom: 40px !important;
}
.hsection7swiper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .hsection7swiper .swiper-slide img {
    display: block;
    object-fit: cover;
    width:100%;
    height:100%;
    border-radius:10px;
}
 .hsection7swiper .swiper-pagination-bullet {
    width:10px !important;
    height:10px !important;
    background: #D9D9D9 !important;
    opacity:1 !important;
}
.hsection7swiper .swiper-pagination-bullet-active {
    background: #424245 !important;
    opacity:1 !important;
}
@media screen and (max-width: 767px) {
	.hsection7 {
		width: 100%;
		padding: 50px 15px 30px;
	}
	.hsection7 .htit2 {
		margin-top: 10px;
	}
	.hsection7 .carousel {
		margin-top: 20px;
		padding-bottom: 45px;
	}
	.hsection7 .carousel-indicators [data-bs-target] {
		width: 6px;
		height: 6px;
	}
}

.hsection8 {
	width: 100%;
	background-color: #fff;
	position: relative;
}
.hsection8 .hs8bg {
	width: 100%;
}
.hsection8 .hs8conwarp {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hsection8 .hs8con {
	width: 650px;
	margin: 0 auto;
	border-radius: 15px;
	background-color: #f4f1ead9;
	padding: 50px;
	text-align: center;
	color: #424245;
}
.hsection8 .qmark {
	width: 70px;
	margin: 0 auto;
}
.hsection8 .t1 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 10px;
}
.hsection8 .t2 {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.hsection8 {
		margin:0px 0px;
	}
	.hsection8 .hs8con {
		width: 80%;
		border-radius: 15px;
		padding: 10px;
	}
	.hsection8 .qmark {
		width: 35px;
	}
	.hsection8 .t1 {
		font-size: 12px;
		font-weight: 500;
	}
	.hsection8 .t2 {
		font-size: 12px;
		font-weight: 400;
	}

}

.hsection9 {
	background-color: #fff;
	padding: 100px 0px;
	width: 100%;
}
.hsection9 .htit2 {
	margin-top: 20px;
}
.hsection9 .hstorelist {
	margin-top: 50px;
	display: flex;
	align-items: stretch;
}
.hstorelist .hstoreitem {
	margin-right: 10px;
	width: 276px;
	height: 485px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	cursor: pointer;
}
.hstorelist .hstoreitem:nth-child(5n) {
	margin-right: 0px;
}
.hstorelist .hstoreitem .hsibg {
	width: 100%;
	border-radius: 10px;
}
.hstorelist .hstoreitem .hsibg img {
	border-radius: 10px;
	height: 485px;
}
.hstorelist .hstoreitem .hsicon {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 100px 20px 20px 20px;
	text-align: left;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) -0.08%, rgba(0, 0, 0, 0.5) 58.14%);
	border-radius: 10px;
}
.hstorelist .hstoreitem .name {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}
.hstorelist .hstoreitem .mobile {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin: 20px auto;
}
.hstorelist .hstoreitem .location {
	display:inline-block;
	width: 100%;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 500;
	color: #3f7148;
	background-color: #fff;
}
.hstorelist .hstoreitem.expand {
	width: 350px;
}
.hstorelist .hstoreitem.expand .hsicon {
	display: block;
}

@media screen and (max-width: 767px) {
	.hsection9 {
		padding: 50px 15px;
	}
	.hsection9 .htit2 {
		margin-top: 10px;
	}
	.hsection9 .hstorelist {
		margin-top: 30px;
		flex-wrap:wrap;
	}
	.hstorelist .hstoreitem {
		margin-right: 0px;
		margin-bottom: 15px;
		width: 100%;
		height: auto;
	}
	.hstorelist .hstoreitem.expand {
		width: 100%;
	}
	.hstorelist .hstoreitem .hsicon {
		display: block;
	}
}
