﻿
/************************************************************************************
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; /* for Firefox */hlbr:expression(this.onFocus=this.blur()); /* for IE */-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
button, p { /* for IE */-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
a:hover {text-decoration:none;}
a:focus{ -moz-outline-style: none;}

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;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}


/*基本變數*/

:root {
	/*基本*/
	--white-color:#ffffff;
	--black-color:#5f5f5f;
	--normal-color:#333333;
	--family-basic:Verdana,'微軟正黑體';
	--family-noto:"Noto Sans TC",Verdana;
	--family-serif:"Noto Serif TC";
	--family-charm:"Charm",Verdana;

	--basic-yellow:#b69150;
	--basic-brown:#6c4e3f;
	--basic-brown-light:#8e766a;
	--bot-color:#e1c296;
	--line-brown:#d3c7b4;
	--line-product:#e5d6c7;
	--bk-light:#fbf8f2;
	--bk-dark:#f3eee7;
	--bk-middle:#faf6f2;
	--bk-tkt:#f6ebe0;
	--prices-color:#c12727;
	
}

:root {
	scroll-padding-top: 60px;
}


#back-top {
	right: 5%;
    z-index: 4;
	left: inherit !important;
}


/*PC
-----------------------------------------------------------------*/


/*主框架*/
.container {
	width:100%;
	margin: auto;
	font-family: var(--family-basic);
}

.block-center {
	width: 100%;
	clear: both;
	box-sizing: border-box;
	max-width: 1350px;
	margin: 0 auto;
}

/*共通*/
.type-big-title {
	width: 100%;
	min-height: 140px;
	text-align: center;
}

.type-big-title strong {
	display: inline-block;
	text-align: center;
	color: var(--basic-brown);
	font-family: var(--family-noto);
	font-weight: 500;
	font-size: 18px;
	width: 100%;
}

.type-big-title h2 {
	color: var(--white-color);
	font-family: var(--family-serif);
	letter-spacing: 3px;
	font-size: 36px;
	width: 100%;
	text-align: center;
	display: inline-block;
	font-weight: 700;
	padding: 13px 0 0 0;
	box-sizing: border-box;
}


/*主視覺*/
.block-main {
	width: 100%;
	min-height: 615px;
	background: url(../images/main_pc_bk.webp) no-repeat center top;
}

.main-title {
	margin: 0 auto;
	text-align: center;
	padding: 100px 0 0 0;
	box-sizing: border-box;
}

.header-mobile {
	display: none;
	line-height: 0;
}

/*導覽列*/
.block-menu {
	width: 100%;
	min-height: 172px;
	background: url(../images/menu_all_bk.webp) no-repeat center top;
	text-align: center;
	box-sizing: border-box;
	padding: 60px 0 0 0;
}

.honeymoon .block-menu {
	background: url(../images/menu_moon_bk.webp) no-repeat center top;
}

.menu-sticky {
	width: 100%;
	min-height: 64px;
}

.menu-sticky.sticky {
	top: 40px !important;
}

.menu-sticky.sticky ul ,.menu-sticky.sticky div {
	box-shadow:0px 0px 17px #ddd3c8;
}

.menu-sticky ul ,.menu-sticky div {
	display: inline-flex;
	margin: 0 auto;
	padding: 7px;
	background: var(--white-color);
	box-shadow:0px 0px 17px var(--black-color);
	border-radius: 10px;
	gap: 10px;
}

.menu-sticky li {
	display: inline-block;
}

.menu-sticky a {
	display: inline-block;
	border-radius: 10px;
	box-sizing: border-box;
	background: var(--white-color);
	color: var(--black-color);
	font-family: var(--family-noto);
	font-weight: 500;
	padding: 15px 20px;
	font-size: 20px;
	letter-spacing: 0.5px;
}

.menu-sticky a:hover ,.menu-sticky .menu-active a ,.menu-sticky a.active {
	background: var(--basic-yellow);
	color: var(--white-color);
}

/*節慶*/
.block-fest {
	box-sizing: border-box;
	padding: 40px 0 60px 0;
	width: 100%;
	clear: both;
	background: url(../images/fest_big_bk.webp) no-repeat center top var(--bk-light);
	height: 847px;
}

.block-fest .type-big-title {
	background: url(../images/type_title_festival.webp) no-repeat center;
}

.fest-space {
	width: 100%;
}

.fest-slide {
	width: 100%;
	max-width: 1020px;
	margin: 40px auto 0 auto;
}

.fest-slide-box {
	box-sizing: border-box;
	margin: 0 10px;
	border: 10px solid var(--white-color);
	background: var(--white-color);
	border-radius: 15em 15em 10px 10px;
	overflow: hidden;
	text-align: center;
}

.fest-slide-pic {
	overflow: hidden;
	line-height: 0;
	box-sizing: border-box;
	position: relative;
	padding: 0 0 30px 0;
}

.fest-slide-pic img {
	border-radius: 0 0 10px 10px;
}

.fest-slide ul.slick-dots {
	text-align: center;
	display: inline-flex;
	margin: 20px 0 0 0;
	width: 100%;
	justify-content: center;
	gap: 10px;
}

.fest-slide .slick-dots li {
	display: inline-block;
}

.fest-slide .slick-dots li button {
	display: inline-block;
	background: var(--basic-yellow);
	border-radius: 50em;
	text-indent: -9999px;
	width: 14px;
	height: 14px;
	line-height: 0px;
	border: 0px;
}

.fest-slide .slick-dots li button:hover ,.fest-slide .slick-dots .slick-active button {
	cursor: pointer;
	background: var(--basic-brown);
}

.fest-slide button.slick-arrow {
	text-indent: -9999px;
	border: 0;
	position: absolute;
	width: 82px;
	height: 73px;
}

.fest-slide button.slick-arrow:hover {
	cursor: pointer;
	z-index: 5;
}

.slick-next {
	right: -90px;
	top: 45%;
	background: url(../images/fest_arrow_right.png) no-repeat center;
}

.slick-prev {
	left: -90px;
	top: 45%;
	background: url(../images/fest_arrow_left.png) no-repeat center;
}


.fest-pic-date {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 10px;
	color: var(--white-color);
	background: url(../images/fest_date_bk.png) no-repeat center;
	height: 47px;
	text-align: center;
	box-sizing: border-box;
	line-height: 25px;
}

.fest-pic-date strong {
	position: absolute;
    top: 11px;
    display: inline-block;
    width: 100%;
    text-align: center;
    left: 0;
    font-family: var(--family-noto);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 1px;
}

.fest-slide-title {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 10px;
}

.fest-slide-title span {
	display: inline-block;
	text-align: center;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	font-family: var(--family-noto);
	font-weight: 400;
	color: var(--basic-brown);
}

.fest-slide-title strong {
	display: inline-block;
	text-align: center;
	width: 100%;
	font-size:25px;
	line-height: 35px;
	font-family: var(--family-serif);
	font-weight: 800;
	color: var(--basic-brown);
}

.fest-slide-title em {
	display: inline-block;
	text-align: center;
	width: 100%;
	font-size:20px;
	line-height: 30px;
	font-family: var(--family-charm);
	color: var(--basic-yellow);
	font-style: normal;
	margin: 0px 0 5px 0;
}

.fest-slide-text {
	display: inline-block;
	text-align: left;
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	font-family: var(--family-noto);
	font-weight: 400;
	color: var(--basic-brown);
	padding: 0 10px 10px 10px;
	box-sizing: border-box;
}


/*自由行*/
.block-pkg {
	width: 100%;
	clear: both;
	box-sizing: border-box;
	padding:100px 0;
	background: url(../images/pkg_big_bk.webp) no-repeat center top var(--bk-dark);
}

.block-pkg .type-big-title {
	background: url(../images/type_title_pkg.webp) no-repeat center;
}

.pkg-product-space {
	width: 100%;
	clear: both;
	display: flex;
	position: relative;
}

.tabs-space {
	display: flex;
	gap: 10px;
	width: calc(100% - 380px);
	margin: 25px 0 0 0;
}

.tabs-nav {
	width: 190px;
}

.tabs-nav li ,.tabs-nav a {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	background: var(--bk-middle);
	border: 1px solid var(--bk-middle);
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	font-family: var(--family-serif);
	letter-spacing: 1px;
	font-weight: 800;
	color: var(--basic-brown-light);
}

.tabs-nav li {
	margin: 0 0 10px 0;
	padding: 3px;
	position: relative;
}

.tabs-nav li.active::after {
	content: '';
	width: 12px;
	height: 15px;
	background: url(../images/tab_arrow.png) no-repeat center;
	position: absolute;
	right: -13px;
    top: 21px;
}

.tabs-nav li:hover ,li.active {
	border: 1px solid var(--basic-brown);
	color: var(--basic-brown);
}

.tabs-nav li:hover a ,li.active a {
	color: var(--basic-brown);
	border: 1px solid var(--line-brown);
}

.tabs-nav a {
	padding: 10px;
}

.tabs-con {
	width: calc(100% - 190px);
	border-radius: 10px;
	background: var(--white-color);
	box-sizing: border-box;
	padding: 30px;
}

.pkg-slide {
	width: 380px;
	box-sizing: border-box;
	padding: 0 0 0 10px;
	position: relative;
}

.pkg-slide img {
	border-radius: 10px 200px 10px 10px;
	border: 2px solid var(--white-color);
	box-sizing: border-box;
}

.pkg-slide figcaption {
	display: inline-block;
	background: var(--basic-brown);
	color: var(--white-color);
	font-size: 13px;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 10px;
	border-radius: 15px;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.pkg-slide .slick-dots {
	width: 100%;
	margin: 10px 0 0 10px;
	box-sizing: border-box;
	padding:0 273px 0 0;
}

.pkg-slide .slick-dots li ,.pkg-slide .slick-dots button {
	display: inline-block;
	border: 0;
	text-indent: -9999px;
	border-radius: 100px;
	width: 14px;
	height: 14px;
	background: var(--white-color);
	margin:0 10px 10px 0;
}

.pkg-slide .slick-dots li:hover ,.pkg-slide .slick-dots button:hover ,.pkg-slide .slick-dots li.slick-active {
	cursor: pointer;
	background: var(--bot-color);
}

.pkg-eng {
	position: absolute;
	right: -30px;
	top: 80%;
	z-index: 5;
}

.pkg-product-area {
	width: 100%;
	clear: both;
}

.pkg-product-box {
	box-sizing: border-box;
	padding: 12px 15px;
	border-bottom: 1px dashed var(--line-product);
	background: var(--white-color);
	color: var(--normal-color);
	font-size: 18px;
	font-weight: bold;
	display: inline-flex;
	width: 100%;
	align-items: center;
}

.pkg-product-box:hover {
	border-bottom: 1px solid var(--line-product);
	background: var(--bk-middle);
}

.pkg-product-name {
	width: calc(100% - 170px);
	display: inline-block;
	text-align: left;
	line-height: 30px;
}

.pkg-product-name span {
	display: inline-block;
	box-sizing: border-box;
	padding:2px 10px;
	color: var(--white-color);
	background: var(--basic-brown);
	text-align: center;
	margin: 0 3px 0 0;
	border-radius: 10px;
}

.pkg-product-price {
	width: 170px;
	text-align: right;
	font-weight: normal;
}

.pkg-product-price strong {
	color:var(--prices-color);
	display: inline-block;
	margin: 0 2px 0 0;
	font-weight: bold;
}

.pkg-country {
	width: 100%;
	clear: both;
	margin: 60px auto 0 auto;
}

.pkg-country-title {
	width: 100%;
	font-family: var(--family-serif);
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 2px;
	color: var(--basic-brown);
	text-align: center;
	background: url(../images/pkg_city_titleline.png) no-repeat center bottom;
	box-sizing: border-box;
	padding: 0 0 20px 0;
	font-weight: 700;
}

.pkg-link-space {
	width: 100%;
	max-width: 1020px;
	clear: both;
	margin: 20px auto 0 auto;
	position: relative;
	display: flex;
	text-align: center;
    justify-content: center;
	gap: 10px;
}

.pkg-dec-left ,.pkg-dec-right {
	position: absolute;
	top: 20%;
}

.pkg-dec-left {
	left: -40px;
}

.pkg-dec-right {
	right: -40px;
}

.pkg-link-box {
	display: inline-flex;
	min-height: 175px;
	min-width: 120px;
	align-items: flex-end;
}

.pkg-link-box:hover {
	-webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.pkg-link-box.link1 {
	background: url(../images/pkg_city1-a.png) no-repeat center top;
}

.pkg-link-box.link1:hover {
	background: url(../images/pkg_city1-b.png) no-repeat center top;
}

.pkg-link-box.link2 {
	background: url(../images/pkg_city2-a.png) no-repeat center top;
}

.pkg-link-box.link2:hover {
	background: url(../images/pkg_city2-b.png) no-repeat center top;
}

.pkg-link-box.link3 {
	background: url(../images/pkg_city3-a.png) no-repeat center top;
}

.pkg-link-box.link3:hover {
	background: url(../images/pkg_city3-b.png) no-repeat center top;
}

.pkg-link-box.link4 {
	background: url(../images/pkg_city4-a.png) no-repeat center top;
}

.pkg-link-box.link4:hover {
	background: url(../images/pkg_city4-b.png) no-repeat center top;
}

.pkg-link-box.link5 {
	background: url(../images/pkg_city5-a.png) no-repeat center top;
}

.pkg-link-box.link5:hover {
	background: url(../images/pkg_city5-b.png) no-repeat center top;
}

.pkg-link-box.link6 {
	background: url(../images/pkg_city6-a.png) no-repeat center top;
}

.pkg-link-box.link6:hover {
	background: url(../images/pkg_city6-b.png) no-repeat center top;
}

.pkg-link-box.link7 {
	background: url(../images/pkg_city7-a.png) no-repeat center top;
}

.pkg-link-box.link7:hover {
	background: url(../images/pkg_city7-b.png) no-repeat center top;
}

.pkg-link-box h3 {
	width: 100%;
	display: inline-block;
	font-size: 20px;
	font-family: var(--family-noto);
	color: var(--basic-brown);
	font-weight: 600;
	line-height: 25px;
}

.pkg-link-box:hover h3 {
	color: var(--prices-color);
}

/*機票*/
.block-tkt {
	width: 100%;
	clear: both;
	box-sizing: border-box;
	padding:100px 0;
	background: url(../images/normal_big_bk.webp) no-repeat center bottom var(--bk-middle);
}

.block-tkt .type-big-title {
	background: url(../images/type_title_tkt.webp) no-repeat center;
}

.tkt-map-space {
	width: 100%;
	margin: 20px 0 0 0;
}

.tkt-float {
	position: absolute;
	width: 100%;
	max-width: 190px;
	border: 2px solid var(--basic-brown);
	text-align: center;
	display: inline-block;
	padding: 6px;
	box-sizing: border-box;
	background: var(--bk-middle);
}

.tkt-area1 {
	left: 60px;
	top: 80px;
}

.tkt-area2 {
	left: 313px;
    top: 80px;
}

.tkt-area3 {
	left: 100px;
    top: 320px;
}

.tkt-area4 {
	left: 100px;
    top: 500px;
}

.tkt-area5 {
	left: 100px;
	bottom: 150px;
}

.tkt-area6 {
	left: 415px;
    bottom: 50px;
}

.tkt-area7 {
	right: 60px;
    top: 200px;
}

.tkt-area8 {
	right: 60px;
    top: 400px;
}

.tkt-area9 {
	right: 60px;
	bottom: 240px;
}

.tkt-area10 {
	right: 60px;
	bottom:56px;
}

.tkt-float:hover {
	background: var(--bk-tkt);
}

.tkt-float h3 {
	color: var(--basic-brown);
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 5px 4px 5px;
	font-family: var(--family-noto);
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	width: 100%;
	font-weight: 700;
}

.tkt-area-pic {
	width: 100%;
}

.tkt-map-bk {
	background: url(../images/tkt_map_bk.webp) no-repeat center top;
	min-height:985px;
	width: 100%;
	position: relative;
}

/*訂房*/
.block-hotel {
	width: 100%;
	clear: both;
	box-sizing: border-box;
	padding:100px 0;
	background: url(../images/hotel_big_bk.webp) no-repeat center top var(--bk-dark);
}

.block-hotel .type-big-title {
	background: url(../images/type_title_hotel.webp) no-repeat center;
}

.block-hotel .tabs-space {
    width: 100%;
}

.hotel-note-space {
	width: 100%;
	border-radius: 10px;
	background: url(../images/hotel_note_bk.png) no-repeat 97% 110px var(--bk-middle);
	margin: 35px 0 0 0;
	box-sizing: border-box;
	padding: 15px;
	display: inline-flex;
}

.hotel-note-photo-box {
	width: 440px;
	position: relative;
	min-height: 260px;
}

.hotel-note-photo-inside {
	background:url(../images/hotel_note_white.png) no-repeat center;
	padding: 40px;
    box-sizing: border-box;
	position: absolute;
	top: -74px;
	display: inline-block;
	line-height: 0;
}

.hotel-note-photo-eng {
	position: absolute;
    bottom: -3%;
    right: 6%;
    display: inline-block;
    line-height: 0;
    z-index: 1;
}

.hotel-note-infor {
	width: calc(100% - 440px);
}

.hotel-note-infor h2 {
	display: inline-block;
	background: url(../images/hotel_note_tag.png) no-repeat center;
	text-align: center;
	width: 144px;
	height: 53px;
	color: var(--white-color);
	font-size: 26px;
	box-sizing: border-box;
	padding: 12px 0 0 15px;
	font-family: var(--family-serif);
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 10px 0 0;
}

.hotel-note-infor strong {
	font-size: 24px;
	line-height: 30px;
	display: inline-block;
	color: var(--basic-brown);
}

.hotel-note-text {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 14px 0px 10px;
    text-align: left;
    font-size: 20px;
    line-height: 32px;
	color: var(--basic-brown);
}

.hotel-product-space {
	width: 100%;
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 30px auto;
	gap: 20px;
	background-image: url(../images/hotel_product_bk.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}

.hotel-product-box {
	border-radius: 15em 15em 10px 10px;
    overflow: hidden;
    text-align: center;
    display: inline-flex;
    border: 1px solid var(--white-color);
    min-height: 373px;
    position: relative;
    align-items: flex-end;
	background-repeat: no-repeat;
	background-position: center;
}

.hotel-product-box:hover {
	border: 1px solid var(--basic-brown);
}

.hotel-product-mask {
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	background: rgb(108,78,63);
	background:linear-gradient(0deg, rgba(108,78,63,.9) 10%, rgba(108,78,63,0) 30%);
	-webkit-transition: all 0.3s;-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.hotel-product-box:hover .hotel-product-mask {
	background: rgb(108,78,63);
	background: linear-gradient(0deg, rgba(108,78,63,1) 30%, rgba(108,78,63,0) 70%);
	-webkit-transition: all 0.3s;-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.hotel-product-box:hover .hotel-product-infor p {
	display: inline-block;
	-webkit-transition: all 0.3s;-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.hotel-product-infor {
	color: var(--white-color);
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding: 0 10px 10px 10px;
	width: 100%;
}

.hotel-product-infor h3 {
	display: inline-block;
	font-size: 20px;
    line-height: 24px;
	width: 100%;
	margin: 0 0 10px 0;
	text-align: center;
	font-weight: 700;
	font-family: var(--family-noto);
	text-shadow: 0px 0px 5px var(--basic-brown);
}

.hotel-product-infor strong {
	font-size: 18px;
    font-weight: 300;
    line-height: 24px;
	width: 100%;
	display: inline-block;
	margin: 0 0 5px 0;
}

.hotel-product-infor p {
	font-size: 15px;
	line-height: 22px;
	font-family: var(--family-noto);
	font-weight: 300;
	letter-spacing: 1px;
	display: none;
}

.hotel-product-more {
	width: 100%;
	text-align: center;
}

.hotel-product-more a {
	display: inline-block;
	box-sizing: border-box;
	padding: 15px 44px 15px 30px;
	text-align: center;
	font-family: var(--family-serif);
	font-size: 20px;
	line-height: 24px;
	color: var(--basic-brown);
	background: var(--bk-middle);
	font-weight: 700;
	position: relative;
	border-radius: 5px;
}

.hotel-product-more a:hover {
	background: var(--bk-dark);
}

.hotel-product-more a::after {
	content: '';
	width: 11px;
	height: 17px;
	position: absolute;
	background: url(../images/normal_more_arrow.png) no-repeat center;
	right: 25px;
    top: 20px;
}

/*票券*/
.block-coupon {
	width: 100%;
	clear: both;
	box-sizing: border-box;
	padding:100px 0;
	background: url(../images/normal_big_bk.webp) no-repeat center bottom var(--bk-middle);
}

.block-coupon .type-big-title {
	background: url(../images/type_title_coupon.webp) no-repeat center;
}

.coupon-link-space {
	width: 100%;
	clear: both;
	display: flex;
	gap: 20px;
	margin: 20px 0 0 0;
}

.coupon-link-box {
	width: 20%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 400ms ease;
	display: inline-flex;
	border-radius: 5px;
	border: 1px solid var(--bk-middle);
	min-height: 586px;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
}

.coupon-link-box:hover {
	width: 50%;
	border: 1px solid var(--basic-brown);
}

.coupon-link-box:hover h3::before {
	-webkit-transition: all 0.5s;-moz-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotate(320deg);
}

.coupon-link-box h3 {
	position: relative;
	display: inline-block;
    text-align: left;
	z-index: 2;
	color: var(--white-color);
	font-size: 23px;
	font-family: var(--family-noto);
	font-weight: 500;
	line-height: 32px;
	box-sizing: border-box;
	padding: 0 0 20px 55px;
	text-shadow: 0px 0px 5px var(--basic-brown);
}

.coupon-link-box h3::before {
	position: absolute;
	left: 20px;
	bottom: 20px;
	content: '';
	width: 28px;
	height: 28px;
	background: url(../images/coupon_arrow.png) no-repeat center;
}

.coupon-mask {
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	background: rgb(108,78,63);
	background: linear-gradient(0deg, rgba(108,78,63,.9) 0%, rgba(108,78,63,0) 50%);
	-webkit-transition: all 0.3s;-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.coupon-link-box:hover .coupon-mask {
	background: rgb(108,78,63);
	background: linear-gradient(0deg, rgba(108,78,63,1) 0%, rgba(108,78,63,0) 80%);
}

/*蜜月*/
.block-moon {
	width: 100%;
	clear: both;
	box-sizing: border-box;
	background: url(../images/moon_title_bk.webp) no-repeat center top var(--bk-middle);
}

.block-moon .type-big-title {
	background: url(../images/type_title_moon.webp) no-repeat center;
	margin: 0px 0 50px 0;
	min-height: 145px;
}

.block-moon .type-big-title h2 {
    padding: 10px 0 0 0;
}

.moon-all-space {
	width: 100%;
	clear: both;
	min-height: 700px;
}

.moon-it.moon-all-space {
	background: url(../images/honeymoon_it_bk.webp) no-repeat center top;
}

.moon-fr.moon-all-space {
	background: url(../images/honeymoon_fr_bk.webp) no-repeat center top;
}

.moon-ach.moon-all-space {
	background: url(../images/honeymoon_ach_bk.webp) no-repeat center top;
}

.moon-gs.moon-all-space {
	background: url(../images/honeymoon_gs_bk.webp) no-repeat center top;
}

.moon-tk.moon-all-space {
	background: url(../images/honeymoon_tk_bk.webp) no-repeat center top;
}

.moon-country-name {
	text-align: center;
	color: var(--white-color);
	width: 100%;
	margin: 100px auto;
	display: inline-block;
}

.moon-country-name * {
	display: inline-block;
	width: 100%;
	text-shadow: 0px 0px 10px var(--basic-brown);
}

.moon-country-name span {
	font-family: var(--family-charm);
	font-size: 40px;
	font-weight: 500;
	line-height: 45px;
}

.moon-country-name strong {
	font-family: var(--family-serif);
	font-size: 60px;
	font-weight: 600;
	line-height: 70px;
	letter-spacing: 4px;
}

.moon-country-name i {
	font-size: 18px;
    font-style: normal;
    margin: 10px 0 0 0;
    line-height: 20px;
}

.moon-infor-space {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 0 0 40px 0;
}

.moon-infor-pic {
	width: 100%;
	line-height: 0;
}

.moon-infor-name {
	width: 100%;
	text-align: left;
	font-size: 25px;
	font-family: var(--family-noto);
	font-weight: 700;
	display: inline-block;
	margin: 10px 0;
	line-height: 32px;
	color: var(--basic-brown);
}

.moon-infor-text {
	width: 100%;
	text-align: left;
	color: var(--normal-color);
	font-size: 15px;
	line-height: 22px;
	font-family: var(--family-noto);
	font-weight: 400;
}

.moon-link {
	width: 100%;
	text-align: center;
	padding: 0 0 120px 0;
	box-sizing: border-box;
}

.moon-link * {
	display: inline-block;
}

.moon-link span {
	position: relative;
	font-size: 20px;
	line-height: 24px;
	font-family: var(--family-serif);
	font-weight: 700;
    margin: 0 20px 0 0;
    color: var(--basic-brown);
    padding: 0 20px 0 0;
}

.moon-link span::after {
	content: '';
    width: 11px;
    height: 17px;
    position: absolute;
    background: url(../images/normal_more_arrow.png) no-repeat center;
	right: -4px;
    top: 4px;
}

.moon-link a {
    box-sizing: border-box;
    padding: 6px 10px;
    color: var(--white-color);
    background: var(--basic-brown);
    text-align: center;
    margin: 0 8px 0 0;
    border-radius: 10px;
	font-size: 20px;
	line-height: 24px;
	font-family: var(--family-serif);
	font-weight: 600;
}

.moon-link a:hover {
	background: var(--basic-brown-light);
}

.basic-notice-space {
	width: 100%;
	max-width: 960px;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	background#ffffff;
	border-radius: 10px;
	border-left: 5px solid var(--basic-brown);
    border-right: 5px solid var(--basic-brown);
    margin: 20px auto;
    background: var(--white-color);
}

.notice-title {
	color: #333333;
	font-size: 24px;
    font-weight: bold;
    line-height: 30px;
	width: 100%;
	margin: 0 0 10px 0;
}

.notice-text {
	text-align: center;
	width: 100%;
	font-size: 15px;
	color: #8d8d8d;
	line-height: 22px;
}



/*中間調度區
-----------------------------------------------------------------*/
@media screen and (max-width: 1350px) {
	html,
    body {
        width: 100%;
        min-height: 100%;
	}

	.block-center{
		width: 95%;
	}

	.pkg-slide {
		width: 250px;
	}

	.tabs-space {
		width: calc(100% - 250px);
	}

	.tabs-nav {
		width: 155px;
	}
	
	.tabs-con {
		width: calc(100% - 155px);
		padding: 20px;
	}

	.pkg-slide .slick-dots {
		padding: 0 30px 0 0;
	}

	.hotel-note-photo-box {
		min-height: auto;
	}

	.hotel-note-photo-box ,.hotel-note-infor {
		width: 50%;
	}

	.hotel-note-infor {
		box-sizing: border-box;
		padding: 20px 0 0 0;
	}

	.hotel-note-space {
		background: url(../images/hotel_note_bk.png) no-repeat 97% 140px var(--bk-middle);
		gap: 20px;
		margin: 0;
	}

	.hotel-note-photo-box {
		box-sizing: border-box;
	}

	.hotel-note-photo-eng {
		bottom: -10%;
	}

	.hotel-note-photo-inside {
		background: transparent;
		padding: 0px;
		border: 10px solid var(--white-color);
		box-shadow: 0px 0px 15px var(--bk-dark);
		top: unset;
        position: unset;
	}

	.coupon-link-space {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.coupon-link-box {
		width: 100%;
		min-height: 300px;
	}

	.coupon-link-box:hover {
		width: 100%;
	}

	/*隱藏區*/
	.pkg-eng {
		display: none;
	}

}

@media screen and (max-width: 1260px) {
	.tkt-float {
		position: unset;
	}

	.tkt-map-bk {
		background:transparent;
		min-height: auto;
		display: inline-flex;
		flex-wrap: wrap;
		gap: 30px 20px;
		justify-content: center;
	}

	.tkt-float {
		max-width: 280px;
	}
}

@media screen and (max-width: 1080px) {
	.block-fest {
		height: auto;
		background: var(--bk-light);
	}

	.tabs-space {
		width: 100%;
	}

	.pkg-product-box {
		flex-wrap: wrap;
	}

	.pkg-product-name ,.pkg-product-price {
		width: 100%;
	}

	.pkg-link-space {
		flex-wrap: wrap;
	}

	.tkt-map-bk {
		gap: 20px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.tkt-float {
		max-width: unset;
		width:100%;
	}

	.hotel-note-infor strong {
		margin: 5px 0 0 0;
	}

	.hotel-note-text {
		padding: 15px 0px 0px 0px;
	}

	.hotel-note-space {
		background: var(--bk-middle);
	}

	/*隱藏區*/
	.pkg-slide.slick-slider ,.pkg-dec-left ,.pkg-dec-right ,.hotel-note-text br ,.hotel-note-photo-eng {
		display: none;
	}
	
	

}


/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	.header-mobile {
		display: inline-block;
		text-align: center;
		margin: 40px 0 0 0;
	}

	.tabs-space {
		flex-wrap: wrap;
	}

	.tabs-nav ,.tabs-con {
		width: 100%;
	}

	.tabs-nav ul {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}

	.block-hotel .tabs-nav ul {
		grid-template-columns: repeat(3, 1fr);
	}

	.tabs-nav {
		position: sticky;
		top: 0px;
		z-index: 3;
		background: var(--bk-dark);
		box-sizing: border-box;
		padding: 10px 0;
	}

	.tabs-nav li.active::after {
        width: 100%;
        top: auto;
		bottom: -14px;
        left: 0px;
        transform: rotate(90deg);
	}

	.tabs-nav li, .tabs-nav a {
		font-size: 20px;
		line-height: 24px;
		height: 100%;
		display: inline-grid;
		align-items: center;
	}

	.tabs-nav a {
		padding: 6px;
	}

	.pkg-product-box {
		font-size: 16px;
		padding: 10px 5px;
	}

	.pkg-product-name span {
		padding: 0px 8px;
	}

	.tabs-con {
		padding: 15px 10px;
	}

	.hotel-note-infor {
		width: 100%;
		padding: 0;
	}

	.hotel-note-space {
		background: url(../images/pkg_city_titleline.png) no-repeat center bottom;
		padding: 0 0 20px 0;
	}

	.hotel-note-infor h2 {
		background: transparent;
        width: 100%;
        padding: 0 10px;
        color: var(--basic-brown);
		font-size: 30px;
        line-height: 40px;
        height: auto;
	}

	.hotel-note-infor strong {
		width: 100%;
		text-align: center;
        font-size: 15px;
        line-height: 20px;
		margin: 0 auto;
	}

	.hotel-product-space {
		display: flex;
		flex-wrap: wrap;
		background-image: unset;
	}

	.hotel-product-box {
		border-radius: 10px;
        width: 100%;
        background-position: center;
        min-height: unset;
        flex-direction: row-reverse;
        background-size: cover;
        min-height: 200px;
	}

	.hotel-product-mask ,.hotel-product-box:hover .hotel-product-mask {
		display: none;
	}

	.hotel-product-infor {
		text-align: left;
        padding: 10px;
        background: rgb(108, 78, 63);
        background: linear-gradient(360deg, rgba(108, 78, 63,1) 40%, rgba(108, 78, 63, 0) 100%);
	}

	.hotel-product-infor h3 {
		text-align: left;
		font-size: 20px;
        line-height: 24px;
        margin: 0 0 5px 0;
	}

	.hotel-product-infor p {
		display: inline-block;
	}

	.hotel-product-infor strong {
		font-weight: 600;
	}

	.coupon-link-box {
		min-height: 200px;
	}

	.coupon-link-space {
		grid-template-columns: repeat(2, 1fr);
	}

	.block-moon {
		padding: 60px 0 0 0;
	}

	.moon-country-name {
		margin: 40px 0;
	}

	.moon-infor-space {
		box-sizing: border-box;
		gap: 10px;
		padding: 15px;
		background: var(--white-color);
		grid-template-columns: repeat(2, 1fr);
		border: 5px;
		box-shadow: 0px 0px 20px #e1c2964a;
	}

	/*隱藏區*/
	.block-main ,.block-menu ,.hotel-note-photo-box ,.hotel-note-text {
		display: none;
	}
}


/*中間調度區
-----------------------------------------------------------------*/
@media screen and (max-width:550px) {
	.moon-infor-space {
		grid-template-columns: repeat(1, 1fr);
		gap:40px;
	}

	.hotel-product-box {
        background-position: bottom center;
        min-height: 280px;
	}
}

/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
	.block-fest ,.block-pkg ,.block-tkt ,.block-hotel ,.block-coupon {
		padding:40px 0;
	}

	.pkg-country {
		margin: 40px auto 0 auto;
	}

	.tabs-nav li, .tabs-nav a {
		font-size: 18px;
        line-height: 20px;
	}

	.tabs-nav a {
		padding: 3px;
	}

	.tabs-nav li {
		margin: 0 0 5px 0;
	}

	.tabs-space {
		gap: 5px;
	}

	.type-big-title ,.block-moon .type-big-title {
		background: var(--basic-brown) !important;
        padding: 15px 0;
        border-radius: 20em;
        min-height: unset;
		width: 80%;
        margin: 0 auto;
	}

	.type-big-title h2 ,.block-moon .type-big-title h2 {
        font-weight: 800;
        padding: 0;
	}

	.type-big-title h2 {
		font-size: 34px;
	}

	.type-big-title strong {
		color: var(--bk-dark);
		font-size: 15px;
		font-weight: 400;
	}

	.fest-slide {
		margin: 20px auto 0 auto;
	}

	.hotel-product-box {
		background-position:center;
	}

	.hotel-product-mask ,.hotel-product-box:hover .hotel-product-mask {
		background: rgb(108,78,63);
		background: linear-gradient(0deg, rgba(108,78,63,1) 0%, rgba(108,78,63,.8) 70%);
		-webkit-transition: all 0.3s;-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.hotel-product-infor {
		width: 100%;
	}

	.hotel-product-space {
		margin: 15px auto;
	}

	.coupon-link-box h3 {
		padding: 0 0 9px 45px;
        font-size: 22px;
	}

	.coupon-link-box h3::before {
		left: 13px;
		bottom: 9px;
	}

	.block-moon {
		padding: 20px 0 0 0;
	}

	.moon-all-space {
		margin: 20px 0 0 0;
	}

	.moon-country-name span {
		font-size: 30px;
		line-height: 35px;
	}

	.moon-country-name strong {
		font-size: 40px;
		line-height: 45px;
	}

	.moon-country-name {
        margin: 20px 0;
    }

	.moon-infor-name {
		font-size: 20px;
		margin: 10px 0 5px 0;
		line-height: 26px;
	}

	.moon-link {
		padding: 0 0 40px 0;
	}

	.notice-title {
		font-size: 20px;
    	line-height: 25px;
	}
		
}

@media (max-width: 320px) {
	.tkt-float {
		width: 100%;
	}
}
