/*1792px*/
:root {
	--px1:0.055804vw;
	--px2:0.111607vw;
	--px3:0.167411vw;
	--px4:0.223214vw;
	--px5:0.279018vw;
	--px6:0.334821vw;
	--px7:0.390625vw;
	--px8:0.446429vw;
	--px9:0.502232vw;
	--px10:0.558036vw;
	--px11:0.613839vw;
	--px12:0.669643vw;
	--px13:0.725446vw;
	--px14:0.781250vw;
	--px15:0.837054vw;
	--px16:0.892857vw;
	--px17:0.948661vw;
	--px18:1.004464vw;
	--px19:1.060268vw;
	--px20:1.116071vw;
	--px21:1.171875vw;
	--px22:1.227679vw;
	--px23:1.283482vw;
	--px24:1.339286vw;
	--px25:1.395089vw;
	--px26:1.450893vw;
	--px27:1.506696vw;
	--px28:1.562500vw;
	--px29:1.618304vw;
	--px30:1.674107vw;
	--px31:1.729911vw;
	--px32:1.785714vw;
	--px33:1.841518vw;
	--px34:1.897321vw;
	--px35:1.953125vw;
	--px36:2.008929vw;
	--px37:2.064732vw;
	--px38:2.120536vw;
	--px39:2.176339vw;
	--px40:2.232143vw;
	--px41:2.287946vw;
	--px42:2.343750vw;
	--px43:2.399554vw;
	--px44:2.455357vw;
	--px45:2.511161vw;
	--px46:2.566964vw;
	--px47:2.622768vw;
	--px48:2.678571vw;
	--px49:2.734375vw;
	--px50:2.790179vw;
	--px51:2.845982vw;
	--px52:2.901786vw;
	--px53:2.957589vw;
	--px54:3.013393vw;
	--px55:3.069196vw;
	--px56:3.125000vw;
	--px57:3.180804vw;
	--px58:3.236607vw;
	--px59:3.292411vw;
	--px60:3.348214vw;
	--px61:3.404018vw;
	--px62:3.459821vw;
	--px63:3.515625vw;
	--px64:3.571429vw;
	--px65:3.627232vw;
	--px66:3.683036vw;
	--px67:3.738839vw;
	--px68:3.794643vw;
	--px69:3.850446vw;
	--px70:3.906250vw;
	--px71:3.962054vw;
	--px72:4.017857vw;
	--px73:4.073661vw;
	--px74:4.129464vw;
	--px75:4.185268vw;
	--px76:4.241071vw;
	--px77:4.296875vw;
	--px78:4.352679vw;
	--px79:4.408482vw;
	--px80:4.464286vw;
	--px81:4.520089vw;
	--px82:4.575893vw;
	--px83:4.631696vw;
	--px84:4.687500vw;
	--px85:4.743304vw;
	--px86:4.799107vw;
	--px87:4.854911vw;
	--px88:4.910714vw;
	--px89:4.966518vw;
	--px90:5.022321vw;
	--px91:5.078125vw;
	--px92:5.133929vw;
	--px93:5.189732vw;
	--px94:5.245536vw;
	--px95:5.301339vw;
	--px96:5.357143vw;
	--px97:5.412946vw;
	--px98:5.468750vw;
	--px99:5.524554vw;
	--px100:5.580357vw;
}
.rwd:after{
	content: 'ALL';
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
}
body {
    font-family: 'Noto Sans TC', sans-serif;
}
section{
	padding: 80px 0px;
}
hr{
	background-color: #555;
	opacity: .7;
}
img{
	vertical-align: middle;
	width: 100%;
}
.pic{
	position: relative;
}
.img_txt{
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 99;
	color: #fff;
	font-size: 12px;
	text-shadow: 1px 1px 2px #333;
}
.box{
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}
/*============slick-slide============*/
/* the slides */
.slick-slide {
    /*margin: 0 5px;*/
}
/* the parent */
.slick-list {
    /*margin: 0 -5px;*/
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-dots {
	bottom: 20px;
}
.slick-dots li button:before{
	font-size: 14px;
	color: #fff;
	opacity: 1;
}
.slick-dots li.slick-active button:before{
	color: #604c3f;
	opacity: 1;
}
.slick-one .img{
	position: relative;
}
/*============文字============*/
h1{
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
h2{
    font-size: var(--px36);
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    font-family: 'Noto Serif TC', sans-serif;
}
h3{
    font-size: var(--px30);
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}
p{
    font-size: var(--px16);
    font-weight: 350;
    line-height: 1.8;
    letter-spacing: .2em;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #000;
}
/*=====手機下方選單=====*/
.menu_mobile{
	justify-content: space-between;
    position: sticky;
    bottom: -2px;
    z-index: 999;
    width: 100%;
    text-align: center;
	background-color: #000;
    z-index: 99999;
    border-top:0px solid #fff; 
}
.menu_mobile a{
    text-decoration: none;
    color: #B5B5B6;
    font-size: 12px;
    font-weight: 500 !important;
	display: block;
	width: 100%;
	padding: 10px 0;
}
.menu_mobile a + a{
	border-left: 1px solid #595757;
}
.menu_mobile i{
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}
.menu_mobile{
	display: none;
}
/*============單元============*/
.kv{
	width: 100%;
	height: 100vh;
	background-color: #f9d5d9;
	position: relative;
}
.kv h2{
	color: #E50057;
	text-align: center;
	letter-spacing: .5em;
}
.kv .logo-block{
	position: absolute;
	z-index: 2;
	width: 30%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.kv .logo-block .logo{
	width: 95%;
	margin: 0 auto;
	margin-bottom: 5%;
}
.kv .flower{
	position: absolute;
	width: 40%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
/**/
.s1 .box{
	display: flex;
	flex-direction: row-reverse;
	gap: 5%;
}
.s1 .box .text{
	width: 40%;
	padding-top: 12%;
}
.s1 .box .image{
	width: 60%;
}
.s1 .box .text p{
	width: fit-content;
	margin: 0 auto;
	border-left: 1px solid #999;
	padding-left: 5%;
	margin-bottom: 12%;
}
.s1 .box .image .img_txt{
	font-size: 20px;
	color: #fff;
	right: auto;
	left: 10px;
	text-shadow: unset;
}
/**/
.glogo{
	position: relative;
}
.glogo .pic{
	width: 12%;
	margin-left: 60%;
	background-color: #fff;
	position: relative;
	z-index: 2;
	padding: 0 15px;
}
.glogo:after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #999;
	position: absolute;
	top: 52%;
	left: 0;
}
/**/
.s2 .box .image{
	width: 35%;
}
.s2 .box{
	position: relative;
}
.s2 .text{
	width: 30%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.s2 .text h2{
	margin-bottom: var(--px30);
	transform: translateX(-10%);
}
.s2 .text p{
	padding-left: var(--px30);
}
.s2 .photo{
	display: flex;
	gap: 1%;
	margin-top: 80px;
	position: relative;
}
.s2 .photo .pic{
	width: 33.333333%;
}
.s2 .photo .vline{
	position: absolute;
	z-index: 2;
	width: 1px;
	background-color: #999;
	right: 33.7%;
	transform: translateY(-100%);
}
.s2 .slick-1{
	display: none;
}
/**/
.s3{
	position: relative;
}
.s3:after{
	content: '';
	width: 1px;
	height: 160px;
	background-color: #999;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%);
}
.s3 .box{
	margin-right: 0;
	border: 1px solid #999;
	border-right: 0px;
	padding: 3%;
}
/*.s3 .box .photo{
	display: flex;
	gap: 3%;
}*/
.s3 .box .photo .img_txt{
	display: none;
}
.s3 .box .photo p{
	color: #BF956D;
	margin-top: 10px;
}
.s3 .slick-slide {
    margin: 0 10px;
}
.s3 .slick-list {
    margin: 0 -10px;
}
/**/
.s4{
	position: relative;
}
.s4:after{
	content: '';
	width: 1px;
	height: 160px;
	background-color: #999;
	position: absolute;
	top: 0;
	left: 40%;
	transform: translateY(-50%);
}
.s4 .box{
	position: relative;
	margin-left: 0;
}
.s4 .text{
	display: flex;
	flex-direction: row-reverse;
/*	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;*/
	width: fit-content;
	position: relative;
	z-index: 2;
	margin-left: 45%;
	margin-bottom: -15%;
	transform: translateY(10px);
}
.s4 .text h2,
.s4 .text p{
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.s4 .img_txt{
	color: #BF956D;
	text-shadow: unset;
	bottom: 15%;
}
.s4 .m{
	display: none;
}
/**/
.s5{
	position: relative;
}
.s5:after{
	content: '';
	width: 1px;
	height: 160px;
	background-color: #999;
	position: absolute;
	top: 0;
	left: 20%;
	transform: translateY(-50%);
}
.s5 .bg{
	background-color: #f9d5d9;
}
.s5 .box1{
	display: flex;
	align-items: center;
	gap: 40%;
}
.s5 .box1 .text{
	width: 30%;
}
.s5 .box1 .image{
	width: 30%;
}
.s5 .m{
	display: none;
}
.s5 .box1 .text .logo{
	width: 50%;
	margin-bottom: var(--px30);
	margin-left: 20%;
}
.s5 .box1 .text h2{
	margin-bottom: var(--px20);
}
.s5 .box1 .text p{
	margin-left: 20%;
}
.s5 .box2{
	display: flex;
	align-items: flex-end;
	gap: 3%;
	margin-top: -5%;
}
.s5 .box2 .pic:nth-child(1){
	width: 30%;
}
.s5 .box2 .pic:nth-child(2){
	width: 70%;
}
.s5 .big{
	margin-top: 40px;
}
.s5 .big.slick-1{
	display: none;
}
.s5 .box3,
.s5 .box4{
	display: flex;
	gap: 40px;
}
.s5 .box3 .image,
.s5 .box4 .pic{
	width: 50%;
}
.s5 .box4{
	margin-top: 40px;
}
.s5 .box3 .image:nth-child(1){
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.s5 .box3 .image.m{
	display: none;
}
.s5 h3{
	text-align: center;
	padding: 50px 0;
	letter-spacing: .5em;
}
/**/
.s6{
	background-color: #f9d5d9;
}
.s6 .text{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
}
.s6 .text .en{
	color: #fff;
	font-size: var(--px26);
}
.s6 .text h2{
	letter-spacing: .5em;
}
.s6 .pic img{
	border-radius: 30px;
}
.s6 .pic .svg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.s6 .pic + .pic{
	margin-top: 30px;
}
.s6 .m{
	display: none;
}
/**/
nav{
	position: fixed;
	z-index: 9;
	top: 20px;
	right: 20px;
	display: flex;
	gap: 15px;
}
nav a{
	text-decoration: none;
	text-align: center;
}
nav i{
	font-size: 22px;
	color: #000;
}
nav div{
	font-size: 12px;
	color: #000;
	text-align: center;
	margin-top: 10px;
}
/**/
input,select{
	background-color: #fff;
	border-radius: 0px; 
	color: #000;
	border: 0px solid #333;
	padding-left: 10px;
}
input[type="text"],input[type="phone"],input[type="email"],select{
	height: 45px;
	width: 100%;
	/*margin-bottom: 20px;*/
	box-shadow: 2px 2px 10px #999;
}
select{
	width: calc(50% - 10px);
}
textarea{
	width: 100%;
	color: #000;
	margin-bottom: 15px;
	padding: 10px 0 0 10px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, .5) !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, .5) !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0, 0, 0, .5) !important;
}
.reservation{
	position: relative;
	background-color: #f9d5d9;
	padding-bottom: 0;
}
.reservation .box{
	display: flex;
	align-items: center;
	gap: 8%;
}
.reservation .box .text{
	width: 50%;
	position: relative;
}
.reservation .box .form-block{
	width: 50%;
}
.reservation .box .text .logo{
	position: relative;
	z-index: 2;
	width: 60%;
	margin: 0 auto;
	margin-bottom: var(--px30);
}
.reservation .box .text .t1{
	position: relative;
	z-index: 2;
}
.reservation .box .text .flower{
	width: 100%;
	margin: 0 auto;
	margin-top: -25%;
}
.reservation .box .text p{
	font-size: 12px;
	position: relative;
	z-index: 3;
	text-align: center;
	color: #fff;
	margin-top: 10%;
}
.reservation .box .form-block .input-block{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}


.reservation .form_check_txt{
	color: #333;
	margin-left: 10px;
	line-height: 1.8;
}
.reservation .form_check_txt a{
	text-decoration: none;
	color: #333;
}
.reservation .reg_btn{
	background-color: #333;
	color: #fff;
	width: 100%;
    font-size: 20px;
    font-weight: 400;
    border: 0px solid #fff;
    margin-top: 20px;
    padding: 10px 0;
    box-shadow: 2px 2px 10px #999;
}
.reservation .reg_disabled{
    cursor: no-drop;
    opacity: 0.6;
}
.reservation .reg_btn:hover{
    background-color: #222;
    color: #fff;
    opacity: 1;
}
.reservation .reg_disabled:hover{
	background-color: #333;
	opacity: 0.6;
}
.reservation .msgerror{
	color: #333;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
/**/
.modal.fade h3{
	color: #333;
}
.modal-body h5{
	margin-bottom: 10px;
	color: #333;
}
.modal-body li{
	line-height: 2;
}
/**/

footer{
	background-color: #333;
}
footer p{
	background-color: #333;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
    text-justify: auto;
    padding: 15px 0px;
}
