﻿/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, figure, mark ,main {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    background: transparent;
}
body {line-height: 1; -webkit-text-size-adjust: none;}
ol, ul { list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}
a img {border: none;}
img {max-width: 100%;image-rendering: -webkit-optimize-contrast;}
.clean { clear:both;}
a {color: #333333; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none;}
a:hover {text-decoration:none;}
a:focus{ -moz-outline-style: none;}

body {
	margin: 0;
	padding: 0;
	font-size:14px;
	overflow-x: hidden;

}

h1, h2, h3, h4, h5 {
	text-decoration: inherit;
	font: inherit;
	font-weight: inherit;
}

header h1 {
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}

* {
	scroll-behavior: smooth;
	box-sizing: border-box;
}

#back-top {
    right: 2%;
    z-index: 4;
    left: inherit !important;
}

.container a {
	/* for IE */-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#app {clear: both;}


/*字體*/
:root {
	/*基本*/
	--white-color:#ffffff;
	--black-color:#333333;
	--gray-color:#777777;
	--gray-line:#e1e1e1;
	--gray-line-light:#e5e5e526;
	--family-basic:Verdana,'微軟正黑體';
	--family-noto:"Noto Serif TC",Verdana;
	--family-hand:"Yusei Magic",Verdana;
	--family-star:"Yomogi",Verdana;

	/*顏色*/
	--basic-white:#ffffff;
	--basic-brown:#574646;
	--basic-brown-light:#b59f9f;
	--basic-green:#496a07;
	--basic-red:#a40000;
	--basic-orange:#eb6100;
	--basic-pink:#fd8484;
	--basic-yellow:#feab71;
	--basic-lightgreen:#a8c371;
}


/*wow*/
.wow:first-child {
visibility: hidden;
visibility:visible \9;
}


/*PC
-----------------------------------------------------------------*/

/**/
.header { width: 100%; float:left; position: relative; margin-bottom:-11px; z-index: 10; position: relative; overflow: hidden; max-height:850px; }
.header:after {
	content: '';
	width:100%;
	height:17px;
	display: block;
	position: absolute;
	bottom: 0;
}
.header-title {
	/*position: absolute;
	top:20%;
	left: 35px;
	z-index: 9;
	width: 510px;*/
	aspect-ratio: 25 / 19;
	position:absolute; 
	top:10%;
	left:50%;
	transform: translateX(-50%);
	z-index:100;
}
.header-title img {max-width:450px;}
.bigpic {width:100%; float:left; /*padding-bottom:120px;*/ overflow: hidden; /*aspect-ratio: 16 / 9;*/ }

/*主框架*/
.container {
	width:100%;
	margin: auto;
	font: "Noto Serif TC", arial;
}

.block-center {
	width: 100%;
	max-width:960px;
	margin: auto;
	clear: both;
	position: relative;
	padding: 3rem 0;
}
.block-main {
	width: 100%;
	clear: both;
	text-align: center;
}
.main-banner{
	min-height: 788px;
	background-image: url('../images/head_bg.webp');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-title img {
	position: absolute;
    top: 150px;
    right: 13%;
    margin: 0 auto;
}

.main-mobile ,.main-mobile-phone {
	display: none;
	line-height: 0;
}

.block-main .slick-dots {
	position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots .slick-active button {
	background: #999999;
}

.slick-dots button {
	background:#d9d9d9;
    border: 1px solid #ffffff;
    border-radius: 50px;
    display: inline-block;
	text-indent: -9999px;
	line-height: 0px;
	height: 15px;
	width: 15px;
}

.slick-dots button:hover {
	cursor: pointer;
	background: #656464;
}

.section-scroll {
	scroll-margin-top: 150px
}

#maple {clear: both; margin-top: -11px;}

/*主選單*/
.main-tabs{position: sticky; top: 40px; z-index: 100; clear: both; background: url(../images/navbg.webp) repeat-x center center; min-height:101px;}
.sticky{top:40px !important; }
.block-menu{width: 100%;}
.block-menu >ul.tabs{
    width: 960px;
    margin: 0 auto;
	display: flex;
	justify-content: center;
	position: relative;
}
.block-menu >ul.tabs>li{
	text-align: center;
}
.block-menu >ul.tabs>li>a{
	display: flex;
    width:285px;
	font-size: 24px;
	font-weight: 700;
	color: var(--basic-brown);
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
	/*background: url(../images/navbg.png) center no-repeat;
    background-position: center;
    background-repeat: no-repeat;*/
    transition: all .3s linear;
    line-height: 68px;
}

.block-menu >ul.tabs>li>a.m1 {
	display: flex;
    width:240px;
	background: url(../images/navclick.webp) no-repeat 0 0;
    /*transition: all .3s linear;*/
    text-indent: -9999px;
	margin-top:14px;
}

.block-menu >ul.tabs>li>a.m2 {
	display: flex;
    width:240px;
	background: url(../images/navclick.webp) no-repeat -240px 0;
    /*transition: all .3s linear;*/
    text-indent: -9999px;
	margin-top:14px;
}

.block-menu >ul.tabs>li>a.m3 {
	display: flex;
    width:240px;
	background: url(../images/navclick.webp) no-repeat -480px 0;
    /*transition: all .3s linear;*/
    text-indent: -9999px;
	margin-top:14px;
}


i[class*="nav-icon-"]{
	display: block;
	width: 31px;
	height: 25px;
	margin-right: 0.5rem;
	background-repeat: no-repeat;
	background-position: center;
}
i.nav-icon-a{
	background-image: url(../images/navicon_01.png);
}
i.nav-icon-b{
	background-image: url(../images/navicon_02.png);
}
i.nav-icon-c{
	background-image: url(../images/navicon_03.png);
}
ul.tabs>li#MENU1:hover>a,
ul.tabs>li#MENU1>a.active{
	width:240px;
	background: url(../images/navhover.webp) 0 0;
}
ul.tabs>li#MENU2:hover>a,
ul.tabs>li#MENU2>a.active{
	color: white;
	background: url(../images/navhover.webp) -240px 0;
}
ul.tabs>li#MENU3:hover>a,
ul.tabs>li#MENU3>a.active{
	color: white;
	background: url(../images/navhover.webp) -480px 0;
}
ul.tabs>li#MENU1:hover>a>i.nav-icon-a,
ul.tabs>li#MENU1>a.active>i.nav-icon-a{
	background-image: url(../images/navhover_01.png);
}
ul.tabs>li#MENU2:hover>a>i.nav-icon-b,
ul.tabs>li#MENU2>a.active>i.nav-icon-b{
	background-image: url(../images/navhover_02.png);
}
ul.tabs>li#MENU3:hover>a>i.nav-icon-c,
ul.tabs>li#MENU3>a.active>i.nav-icon-c{
	background-image: url(../images/navhover_03.png);
}


/*次選單*/
ul.s-menu-a,ul.s-menu-b,ul.s-menu-c {
	width: 80%;
	height: 55px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-content: center;
	top: 65px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 30px;
	margin-top:20px;
}
ul.s-menu-a{background:var(--basic-red);}
ul.s-menu-b{background:var(--basic-orange);}
ul.s-menu-c{background:var(--basic-green);}

ul.s-menu-a>li.s-tabs,ul.s-menu-b>li.s-tabs,ul.s-menu-c>li.s-tabs {
	display: inline-block;
	line-height:60px;
}

ul.s-menu-a>li.s-tabs>a,ul.s-menu-b>li.s-tabs>a,ul.s-menu-c>li.s-tabs>a{
	display: block;
	padding: 0 10px;
	font-size: 18px;
    font-weight: 500;
	position: relative;
    top: -3px;
}
ul.s-menu-a>li.s-tabs>a{color: #d49292;}
ul.s-menu-b>li.s-tabs>a{color: #f0ae7f;}
ul.s-menu-c>li.s-tabs>a{color: #8aa25b;}

ul.s-menu-a>li.s-tabs:hover>a,ul.s-menu-b>li.s-tabs:hover>a,ul.s-menu-c>li.s-tabs:hover>a{
	color: white;
	position: relative;
}

ul.s-menu-a>li.s-tabs:hover>a::before,ul.s-menu-b>li.s-tabs:hover>a::before,ul.s-menu-c>li.s-tabs:hover>a::before{
	content: "";
    width: 12px;
    height: 14px;
    background: url(../images/secmenu-icon.png) center;
    position: absolute;
    left: 0;
    top: 25px;
}
ul.s-menu-a,ul.s-menu-b,ul.s-menu-c{display: none;}

li#MENU1:hover > ul.s-menu-a{display: block;}
li#MENU2:hover > ul.s-menu-b{display: block;}
li#MENU3:hover > ul.s-menu-c{display: block;}

#map {clear: both; margin-top: -11px; position: relative;}



/*內容*/
.main-wraper{
	margin-bottom: 6rem;
	position: relative;
}

.interval_1 {padding-top:30px;}

.interval_2 {padding-top:135px;}

.main-map {width:90%; max-width:1500px; margin:0 auto; padding-top:30px; padding-bottom:100px;}
.map {float:left; width:100%;}
.map_m {display: none;}

section[class*="contentbg-"]{
	background-size: 100%;
    padding-bottom: 1rem;
	background-repeat: no-repeat;
}
.contentbg-a{
	padding-top: 2rem;
}
.contentbg-b {
    padding-top: 50px;
    background: url(../images/bg-maple.webp) no-repeat center top;
	scroll-margin-top: 50px;
	padding-bottom:50px;
}
.contentbg-c {
    padding-top: 50px;
    background: url(../images/bg-ginkgo.webp) no-repeat center top;
	scroll-margin-top: 50px;
	padding-bottom:50px;
}
.contentbg-d {
    padding-top: 50px;
    background: url(../images/bg-miscanthus.webp) no-repeat center bottom;
	scroll-margin-top: 50px;
	padding-bottom:50px;
}
.contentbg-f {
    background-image: url(../images/bg06.png);
}

.contentbg-map {background: url(../images/bg-map.webp) repeat-y center top; float: left; width:100%; padding-bottom:100px;}
.contentbg-maple {background: url(../images/bg-maple2.webp) repeat-y center top;}
.contentbg-ginkgo {background: url(../images/bg-ginkgo2.webp) repeat-y center top;}
.contentbg-miscanthus {background: url(../images/bg-miscanthus2.webp) repeat-y center top;}


.top-title {
    text-align: center;
    /*margin-bottom: 3rem;*/
}
.title-box {
	/*margin: 40px 0 0px 0;
	background: url(../images/title_bk.webp) no-repeat center top;*/
	min-height: 124px;
	color: var(--basic-white);
	text-align: center;
	word-spacing: 3px;
	padding-top:50px;
}

.title-box strong {
	display: inline-block;
	width: 100%;
	/*font-family: var(--family-hand);*/
	font-size: 45px;
    line-height: 95px;
	font-weight: normal;
	font-weight: 700;
}

.title-box span {
	display: inline-block;
	font-family: "Noto Serif TC", arial;
	font-weight: 500;
    position: relative;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 30px;
    padding: 10px 0 0 0;
}

.title-box span::before {
	position: absolute;
    left: -15%;
    top: 20%;
    content: '—';
    font-weight: 500;
	color: var(--basic-brown);
}

.title-box span::after {
	position: absolute;
    right: -15%;
    top: 20%;
    content: '—';
    font-weight: 500;
	color: var(--basic-brown);
}

.tt_map {background: url(../images/title_bk_map.webp) no-repeat center center; display: flex; width:100%; min-height: 124px;}
.tt_maple {background: url(../images/title_bk_maple.webp) no-repeat center center; display: flex; width:100%; min-height: 124px;}
.tt_ginkgo {background: url(../images/title_bk_ginkgo.webp) no-repeat center center; display: flex; width:100%; min-height: 124px;}
.tt_miscanthus {background: url(../images/title_bk_miscanthus.webp) no-repeat center center; display: flex; width:100%; min-height: 124px;}


.areabg{
	text-align: center; 
	position: relative; 
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px auto 25px auto;
}
.content {
    margin: -100px auto 0 auto;
	width: 90%;
    max-width: 1500px;
	position: relative;
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	padding: 0px 20px 0px 20px;
}
article[class*="titlewraper_"]{
	padding: 30px;
    border-radius: 1rem;
	text-align: center;
	color: white;
	/*position: absolute;
    right: 10%;
    top: 10%;
    max-width: 400px;
    z-index: 1;*/
}
.titlewraper_g{background-color: var(--basic-green);}
.titlewraper_r{background-color: var(--basic-red);}
.titlewraper_o{background-color: var(--basic-orange);}
h2.title_v1{
	font-weight: 700;
    font-size: 40px;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid var(--gray-line-light);
}
h2.title_v1>i{
	margin: 0 5px 0 0;
    display: inline-block;
    width: 40px;
    position: relative;
    top:6px;
}
span.s-title{
	display: block;
    width: 100%;
    font-size: 18px;
    letter-spacing: 4px;
    margin: 15px 0 0px 0;
    line-height: 22px;
	font-weight: 500;
}
.line {
    margin-bottom: 1rem;
}
article[class*="titlewraper_"] p {
    font-size: 15px;
    line-height:28px;
    text-align: justify;
	letter-spacing: 1px;
}

.area_hotel {width:70%; float:left; padding:0px 20px; order:1;}
.area_con {width:30%; float:right; display:flex; flex-wrap:wrap; flex-direction:column; order:2;}
.area_con p {text-align: left; line-height: 26px;}

.hotel-space {
	/*width: 100%;*/
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.hotel_wraper{
	background-color: white;
	border-radius: 1rem;
	padding: 10px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-between;
}
.card-left {
    width: 100%;
    display: block;
}
.card-left:hover{
	background-color: #ffffff;
}

.card-img {
	width: 100%;
	text-align: center;
}

.card-img img {
	border-radius: 10px;
}

.card-text {
	font-size: 15px;
    color: #707070;
    line-height: 24px;
    margin: 5px 0 0 0;
    display: inline-block;
    width: 100%;
	padding:5px 10px 15px 10px;
	margin-left:10px;
}

.card-text > li {
  list-style: disc;
}

.txt-sp-maple {
	font-size: 18px;
    line-height: 24px;
    margin: 5px 0 0 0;
    display: inline-block;
    width: 100%;
	margin-left:10px;
	color:var(--basic-orange);
}

.txt-sp-ginkgo {
	font-size: 18px;
    line-height: 24px;
    margin: 5px 0 0 0;
    display: inline-block;
    width: 100%;
	margin-left:10px;
	color:var(--basic-green);
}

.txt-sp-miscanthus {
	font-size: 18px;
    line-height: 24px;
    margin: 5px 0 0 0;
    display: inline-block;
    width: 100%;
	margin-left:10px;
	color:var(--basic-orange);
}

.btn-wraper{
	text-align: center;
	margin: 0 0 10px 0;
}

a.btn-g,a.btn-m,a.btn-mg {
	display: inline-block;
	padding: 0.75rem 2rem;
	border-radius: 0.5rem;
	color: white;
	font-size: 16px;
	font-family: var(--family-noto);
	font-weight: 600;
}
a.btn-g{
	background-color: var(--basic-yellow);
	box-shadow: 1px 3px 0 #fc9b57;
}
a.btn-g:hover{
	background-color: #f88839;
	box-shadow: 1px 1px 0 #f88839;
	transform: translateY(2px);
}
a.btn-m{
	background-color: var(--basic-pink);
	box-shadow: 1px 3px 0 #fd6b6b;
}
a.btn-m:hover{
	background-color: #fd7575;
	box-shadow: 1px 1px 0 #fd7575;
	transform: translateY(2px);
}
a.btn-mg{
	background-color: var(--basic-lightgreen);
	box-shadow: 1px 3px 0 #8ea958;
}
a.btn-mg:hover{
	background-color: #7f9949;
	box-shadow: 1px 1px 0 #7f9949;
	transform: translateY(2px);
}

a.btn-r{
	background-color: var(--basic-red);
	box-shadow: 1px 3px 0 #8f3829;
}
a.btn-r:hover{
	background-color: #8f3829;
	box-shadow: 1px 1px 0 #8f3829;
	transform: translateY(2px);
}
a.btn-b{
	background-color: var(--basic-blue);
	box-shadow: 1px 3px 0 #135979;
}
a.btn-b:hover{
	background-color: #135979;
	box-shadow: 1px 1px 0 #135979;
	transform: translateY(2px);
}
.card-right {
    width: 66%;
	text-align: left;
}
ul.slick-dots {
    text-align: center;
    margin-top: 0.5rem;
}
h3.h-title-maple {
	color: var(--basic-red);
    font-size: 20px;
    line-height: 1.3;
    border-bottom: 1px solid var(--gray-line);
    padding: 0 0 10px 0;
    font-family: var(--family-noto);
    font-weight: 700;
    margin: 10px 0 5px 0;
    text-align: center;
}

.h-title-maple span {
	text-align: center;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    font-family: var(--family-noto);
	color: var(--basic-brown-light);
    letter-spacing: 4px;
}

h3.h-title-ginkgo {
	color: var(--basic-orange);
    font-size: 20px;
    line-height: 1.3;
    border-bottom: 1px solid var(--gray-line);
    padding: 0 0 10px 0;
    font-family: var(--family-noto);
    font-weight: 700;
    margin: 10px 0 5px 0;
    text-align: center;
}

.h-title-ginkgo span {
	text-align: center;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    font-family: var(--family-noto);
	color: var(--basic-orange);
    letter-spacing: 4px;
}

h3.h-title-miscanthus {
	color: var(--basic-green);
    font-size: 20px;
    line-height: 1.3;
    border-bottom: 1px solid var(--gray-line);
    padding: 0 0 10px 0;
    font-family: var(--family-noto);
    font-weight: 700;
    margin: 10px 0 5px 0;
    text-align: center;
}

.h-title-miscanthus span {
	text-align: center;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    font-family: var(--family-noto);
	color: var(--basic-green);
    letter-spacing: 4px;
}
/*
ul[class*="list-"]{
	display: block;
	padding: 1rem;
	margin-top: 1rem;

}

ul[class*="list-g"] li{
	list-style-image: url(../images/g-dot.png);
}
ul[class*="list-r"] li{
	list-style-image: url(../images/r-dot.png);
}
ul[class*="list-b"] li{
	list-style-image: url(../images/b-dot.png);
}*/
.more-wraper {
    text-align: center;
    margin-top: 2rem;
	order:3;
}
a.more-maple {
	padding: 0.8rem 1rem;
    border-radius: 0.5rem;
	color: var(--white-color);
	background: var(--basic-red);
	display: inline-block;
    font-size: 15px;
	font-family: var(--family-basic);
	font-weight: 600;
	margin:5px 10px;
}
a.more-maple:hover{
	background: #8f0101;
	color: white;
} 

a.more-ginkgo {
	padding: 0.8rem 1rem;
    border-radius: 0.5rem;
	color: var(--white-color);
	background: var(--basic-orange);
	display: inline-block;
    font-size: 15px;
	font-family: var(--family-basic);
	font-weight: 600;
	margin:5px 10px;
}
a.more-ginkgo:hover{
	background: #dc5c02;
	color: white;
} 

a.more-miscanthus {
	padding: 0.8rem 1rem;
    border-radius: 0.5rem;
	color: var(--white-color);
	background: var(--basic-green);
	display: inline-block;
    font-size: 15px;
	font-family: var(--family-basic);
	font-weight: 600;
	margin:5px 10px;
}
a.more-miscanthus:hover{
	background: #3b5605;
	color: white;
} 


.main-mobile {display: none;}
.main-phone {display: none;}

/*中間調度區
-----------------------------------------------------------------*/


@media screen and (max-width: 1550px) {
	html,
    body {
        width: 100%;
        min-height: 100%;
	}
	
	.main-title img {
		right: 2%;
	}
}
@media screen and (max-width: 1400px) {
	.main-wraper{
		margin-bottom: 4rem;
	}
	
	.contentbg-b {
		background-position: center top 0px;
	}
	#app {
		width: 100%;
		/*padding: 0 10px;*/
		margin: 0 auto;
		clear:both;
	}
	
	.header { width: 100%; float:left; position: relative; overflow: hidden; max-height:650px; }
}

@media screen and (max-width: 1300px) {
	.header-title img {max-width:380px;}	
}


@media screen and (max-width: 1180px) {
	/*.content {
		width: 100%;
		margin: 0 auto;
	}*/
	.main-title img {
		position: initial;
		top: 0px;
		left: 0;
		right: 0;
		margin: 230px auto 0;
	}
	.header-title img {max-width:320px;}	
}

@media screen and (max-width: 1150px) {
	
	/*.content {
		width: 100%;
		margin: 0 auto;
		flex-direction: column;
		padding:0px;
	}*/
	
	.area_con {
    	order: 1; 
  	}
	
	.area_hotel {
		order: 2; 
		width: 100%;
	 }
	
	.more-wraper {
		order: 3; 
	 }
	
	.hotel-space {display: flex; flex-wrap: wrap; justify-content: center;} 
	
	.hotel_wraper {width:31%;}
	
	article[class*="titlewraper_"] {
		position: relative;
        max-width: unset;
        width: 90%;
        margin: 80px auto 20px auto;
		/*padding: 1rem;*/
		border-radius: 1rem;
        right: unset;
	}

	h2.title_v1 {
		font-size: 36px;
	}
	section[class*="contentbg-"] {
		margin-bottom: 4rem;
    	background-image: none;
	}
	
	.areabg {width:90%;}
	
	.content {
		margin: -185px auto 0 auto;
	}
	
	.contentbg-b {
		scroll-margin-top: 100px;
	}
	
	.main-wraper {
        margin-bottom: 4rem;
		padding-top:135px;
		margin-top:-135px;
	}
	
	
	
}
@media screen and (max-width: 1100px) {
	.main-mobile {
		display: block;
	}
	/*.block-main {
		display: none;
	}*/
}

@media screen and (max-width: 960px) {
	.header {max-height:480px; }
	
	.block-center {
		width: 95%;
		margin: 0 auto;
	}
	.block-menu >ul.tabs {
		width: 100%;
	}

	.block-menu >ul.tabs>li {
		font-size: 20px;
		width: 100%;
		background-size: contain;
	}
	.block-menu >ul.tabs>li:hover,	
	.block-menu >ul.tabs>li.active{
		background-size: contain;
	}
	.contentbg-b{padding-top: 0;}

	.hotel-space {
		gap: 10px;
		grid-template-columns: repeat(3, 1fr);
	}

	.card-img img {
		/*border-radius: 50%;*/
	}
	
	
	ul.s-menu-a,ul.s-menu-b,ul.s-menu-c{
		width: 95%;
		height: 55px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		justify-content: center;
		align-content: center;
		top: 65px;
		background-repeat: no-repeat;
		background-position: center;
		border-radius: 30px;
		margin-top:20px;
}
	
	
}


/*平板
-----------------------------------------------------------------*/


@media screen and (max-width: 768px) {	
	nav.main-tabs {
		display: none;
	}
	.block-center {
		padding: 3rem 0;
	}
	section[class*="contentbg-"] {
		margin-bottom: 2rem;
	}

	.title-box {
		/*margin: 40px 0 20px 0;*/
		padding-top: 30px;
		margin-bottom: -30px;
	}

	.title-box strong {
		font-size: 45px;
    	line-height: 97px;
	}

	.title-box span {
		padding: 5px 0 0 0;
	}

	.title-box span::before ,.title-box span::after {
		top: 15%;
	}
	
	.hotel_wraper {width:100%;}
	
	.hotel-space {
		gap: 30px;
	}
	
	article[class*="titlewraper_"] {margin: 50px auto 30px auto;}

	h2.title_v1 {
		font-size: 30px;
        line-height: 40px;
	}

	span.s-title {
		margin: 5px 0 0px 0;
	}

	.section-scroll {
		scroll-margin-top: 0px
	}
	
	.contentbg-a {
		padding-top: 1rem;
	}

	.contentbg-b {
		scroll-margin-top: 40px;
		padding-bottom:30px;
	}

	.more-wraper {
		text-align: center;
	}
	
	.main-pc {display: none;}
	.main-mobile {display: block;}
	.main-phone {display: none;}
	
	
	.map {display: none;}
	
	.map_m {display: block;}
	
	.contentbg-map {padding-bottom:0px}
	
	.main-map {padding-bottom:0px;}
	
	.areabg {width:80%;}
	
	.content {
		margin: -74px auto 0 auto;
	}
	
	
	.interval_2 {
		padding-top: 50px;
	}
	
	.main-wraper {
		padding-top: 40px;
        margin-top: 0px;
	}
	
	
}

/*中間調度區
-----------------------------------------------------------------*/

@media (max-width:600px) {

	
	.card-left,.card-right{width: 100%;}
	.hotel_wraper {
		padding: 1rem;
		flex-direction: column;
		justify-content: space-between;
		align-content: space-between;
	}
	.card-left {
		width: 100%;
		height: auto;
	}
	
	h3.h-title {
		text-align: center;
	}
	
	.title-box {
		/*margin: 0;
		padding: 2rem;*/
		background-image:url(../images/title_bk.webp);
		background-position:center top;
		background-repeat: no-repeat;
		background-size: contain;
	}

	article[class*="titlewraper_"] {
		width: 100%;
	}

	article[class*="titlewraper_"] p {
		line-height: 24px;
	}
	
	.areabg {
        width: 87%;
    }
	
}
@media (max-width:500px) {
	
	.header {max-height:300px; }
	
	.card {
		flex-wrap: wrap;
		padding: 1rem;
		}
	.card-left {
		width: 100%;
	}
	h2[class*="location-"] {
		margin-bottom: 1rem;
    	margin-top: 1rem;
	}
	.card-right {
		width: calc(100%);
	}
	.slick-slide img {
		display: block;
		margin: 0 auto;
	}

	.hotel-space {
		grid-template-columns: repeat(1, 1fr);
	}

	.hotel_wraper {
		padding: 10px;
	}

	/*.areabg {
		text-align: center;
		position: relative;
		margin: 0 0 10px 0;
		border-radius: 30px;
		overflow: hidden;
		display: inline-block;
	}*/
	
	article[class*="titlewraper_"] {
		margin: 0 auto 10px auto;
	}
	
	.areabg {
        width: 95%;
		margin: 0px auto;
    }
	
	.main-wraper {
	   /*padding: 0;*/
	}
	
	.content {margin:0 auto; padding:0px;}
	

}

/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
	.title-box strong {
		font-size: 30px;
        line-height: 95px;
	}

	.title-box span {
		padding: 2px 0 0 0;
	}
	.main-pc {display: none;}
	.main-mobile {display: none;}
	.main-phone {display: block;}
	
	.tt_map {background: url(../images/title_bk_map_m.webp) no-repeat center center; display: flex; width:100%; min-height: 124px;}
	.tt_maple {background: url(../images/title_bk_maple_m.webp) no-repeat center center; display: flex; width:100%; min-height: 124px;}
	
	
}
