@charset "UTF-8";
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  display: block;
}

a, img {
  border: none;
}

a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

h1 {
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    width: 100%;
}

.wrapper {
    height: auto;
    font-family: arial, 微軟正黑體;
    background: #864364;
    background: linear-gradient(135deg, #eeeeee 0%, #c8c8c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#c8c8c8', GradientType=1);
}

/*選單*/
#menu {
    width: 100%;
    position: sticky;
    top: 40px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    background: #FFF;
    box-sizing: border-box;
}

#menu ul {
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
}

#menu ul li {
    border-right: 1px solid #9F9C9C;
    display: flex;
    align-items: center;
}

#menu ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    color: #000;
    padding: 0 10px;
}

#menu ul li a:hover {
    color: #C1A482;
}

.container1 {
    width: 100%;
    position: relative;
} 

/*==========================Main Slider CSS============================*/


/*主要內文*/
.main {
    max-width: 960px;
	margin: 0 auto;
	padding: 60px 0;
}

.hotel {
    display: flex;
    margin-bottom: 60px;
    padding-bottom: 50px;
    justify-content: space-between;
    gap: 20px;
} 

.hotel li {
    list-style-type: none;
    list-style-image: url(../img/icon.png);
    margin-bottom: 5px;
    list-style-position: outside;
}

.hotel .info {
    width: 400px;
    padding-top: 45px;
}

.hotel .info .name {
    color: #b0a45c;
    font-size: 30px;
    border-right: 15px solid #fffff3;
    border-bottom: 15px solid #fffff3;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.hotel .info .address {
    font-size: 20px;
    color: #646464;
    margin-top: 10px;
    line-height: 26px;
    display: flex;
    gap: 5px;
    align-items: flex-start;
}

.hotel .info .address img {
	width: 18px;
}

.hotel .info .note {
    font-size: 14px;
    color: #575757;
    line-height: 28px;
    letter-spacing: 0px;
    border-left: 15px solid #fffff3;
    padding-left: 25px;
    padding-top: 10px;
}

.hotel .photo {
    width: 529px;
    height: 424px;
    background-image: url(../img/p-bg.png);
    box-sizing: content-box;
}

.hotel .photo img {
    max-width: 495px;
    padding-top: 42px;
}

.hotel .order {
    width: 195px;
    height: 64px;
    background-image: url(../img/order.png);
    margin-top: 20px;
}

.hotel .order#soon {
    background-image: url(../img/soon.png);
}  
.hotel#side1{
    flex-direction: row-reverse;
}
.hotel#side1 .info .name {
    border-left: 15px solid #fffff3;
    border-bottom: 15px solid #fffff3;
    padding-left: 10px;
    border-right: 0px;
    align-items: flex-start;
}

.hotel#side1 .info .note {
    border-right: 15px solid #fffff3;
    padding-right: 10px;
    border-left: 0px;
}

.mySwiper {
    height: 573px;
}
.mySwiper img {
    height: 100%;
    object-fit: cover;

    transition: 1s linear 2s;
    transform: scale(1.2, 1.2);
}
.swiper-slide-active img {
    transition: 5.5s linear;
    transform: scale(1, 1);
}
.photo .slick-next:before {
    content: '▶';
}
.photo .slick-prev:before {
    content: '◀';
}
.photo .slick-next {
    right: 10%
}
.photo .slick-prev {
    left: 5%;
    z-index: 99;
}
.wrapper .swiper-pagination-bullet{
	background: #4a4a4a;
	opacity: 1;
	width: 12px;
	height: 12px;
}
.wrapper .swiper-pagination-bullet-active{
	background: #fff;
	opacity: 1;
}
.wrapper .swiper-pagination{
	bottom: 20px;
} 
.photo .slick-dots li button:before{
	font-size: 12px;
	opacity: .25;
}
.photo .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #fff;
}
.anchor{
    margin-top: -120px;
    padding-top: 120px;
}
@media screen and (max-width: 960px) {
    #menu{
        padding: 0 10px;
    }
    .main {
        padding: 60px 20px;
    }
}

@media screen and (max-width: 768px) {
    #menu{
        display: none;
    }
    .hotel#side1,
    .hotel{
        flex-direction: column;
        margin-bottom: 0;
    }
    .hotel .info {
        width: 100%;
    }
    .hotel .photo {
        width: 100%;
        height: auto;
        background-image: none;
    }
    .hotel .photo img {
        padding-top: 0;
        max-width: 100%;
    }
    .photo .slick-next {
        right: 1%
    }
    .photo .slick-prev {
        left: 1%;
    }
    .anchor{
        margin-top: 0;
        padding-top: 0;
    }
}

@media screen and (min-width: 360px) and (max-width: 575px) {
}
