/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/************************************************************************************
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{
    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;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}
a img {border: none;}
.clean { clear:both;}
a {color: #292929; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur()); /* for IE */}
a:hover {text-decoration:none;}
a:focus{ -moz-outline-style: none;}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

html, body {
  overflow-x: hidden;
}

.block-first{overflow: hidden;padding-top: 100px;}

:root {
	--red-color:#dc0d1b;
  --white-color:#ffffff;
}


body {
  font-family: 'Poppins', 'Noto Sans TC', sans-serif;
}

.wrapper{
  margin-top: 40px;
}

/*選單*/
.nav{
	z-index: 9999;
  width: 100%;
  position: fixed; 
}

.line{
  width: 100%;
  height: 10px;
  background: #fe1020;
  
}

#block_menu{
	background: #fe1020;
	width: 730px;
	height: 65px;
	right: 0;
  top:-1px;
  float: right;
	border-radius: 0 0 0 60px;
  position: relative;
}

#block_menu::before{
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 11px;
  background: url("../images/curve.webp");
  left: -15px;
  top: 0px;
}

.nav ul{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 65px;
	gap:5px;
  overflow: hidden;
}

.nav ul li{
	display: block;
  height: 65px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
  padding-top: 20px;
}

.nav ul li a{
  display: block;
  height: 100%;
  padding:0 5px;
  box-sizing: border-box;
}

.nav ul li a:hover{
  background: linear-gradient(#fe1020,#000000);
  color: #FFFFFF;
}

.nav ul li a.active {
  background: linear-gradient(#fe1020, #000000);
  color: #ffffff;
}

.nav ul li span{
	display: block;
	font-size: 11px;
  margin-top: 5px;
}

.container{
  display: flex;
  width: 100%;
}


/*side bar*/
.side-bar {
  width: 10vw; 
  min-width: 100px; 
  max-width: 240px;  
  background: #fdf2f2;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 10vw;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #f69c9c;
  padding: 40px 0 40px 0px;
  text-align: left;
  letter-spacing: 4px;
  position: relative;
  z-index: 10;
  border-left: 30px solid #fe1020;
}

.side-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px; 
  width: 2px;
  height: 100%;
  background-color: #fe1020; 
  
}

.side-bar span{
   font-weight: 400;
}


/*右側主要內容*/
main {
  flex: 1;
  min-width: 0;
  padding: 0;
  position: relative;
  background: linear-gradient(#ffffff,#f0f0f0);
  background: url("../images/plate.webp")right top no-repeat;
  background-size: contain;
}


.kv{
   position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2vw;
   padding-inline: 5vw;
  padding-top: 8vh;
  flex-wrap: wrap; 
  margin-top: 30px;
  padding: 8vh 5vw clamp(80px, 10vh, 150px); /* 留空間給底圖 */
}

/* 城市插畫置底效果 */
.kv-cityline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
  transform: translateY(60px);
}

.kv-cityline img {
  width: 100%;
  max-width: 1400px;
  height: auto;
  object-fit: contain;
  animation: revealLine 2.5s ease-out forwards;
}
@keyframes revealLine {
  from {
    clip-path: inset(0 100% 0 0); /* 從左邊遮起來 */
  }
  to {
    clip-path: inset(0 0 0 0); /* 全部顯示 */
  }
}


.main-title {
 width: 48%;
  padding-top: 8vh;
  display: flex;
  flex-direction: column;
  align-items: center; 
  gap: 1.5vw;
}

.main-title h1{
  font-size: clamp(5vw, 8vw, 13vw); 
  color:  var(--red-color);
  font-weight: 400;
  white-space: nowrap;
}

.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.main-title .bk{
  color: #000000;
  
}

.main-title .bk em{
  font-size: clamp(4vw, 6vw, 8vw);
}

.subtitle{
   font-size: clamp(18px, 2.8vw, 50px); 
}

.subtitle span{
  display: block;
  margin-top: 10px;
  padding-left: 60px;
  
}


.photo {
 position: relative; 
  z-index: 1;  
  flex: 1 1 48%; 
  max-width: 50%;
  background: url('../images/photo.webp') center/cover no-repeat;
  aspect-ratio: 1.2 / 1;
}

.block-center{
	width: 95%;
	margin: 0 auto;
}





.title {
  font-size: 2.5vw;
  font-weight: bold;
  color: #d0021b;
  line-height: 1.4;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
  gap: 1vw;
}



.girl3{
  position: absolute;
  right: 0px;
  top: -100px;
  width: 15vw; 
  aspect-ratio: 1 / 1; 
  flex-shrink: 0;  
  transform: translateY(0.5vw);
}

.topic {
  background-color: var(--red-color);
  color: var(--white-color);
  padding: 0.7vw 1.5vw;
  border-radius: 40px 10px 40px 10px;
  display: inline-block;
  font-size: 3vw;
  width: auto;
  position: relative;
}

.topic::before {
  content: '';
  position: absolute;
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 50%;
  background: var(--red-color);
  right: -0.4vw;
  bottom: 0;
}

.sub-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--red-color);
  max-width: 70%; 
}

.sub-en {
  font-size: 1vw;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.sub-text {
  font-size: 2.8vw;
  line-height: 1.2;
  white-space: nowrap;
}

.section-desc {
  font-size: clamp(16px, 1.8vw, 24px);
  line-height: 1.8;
  color: #333;
  margin-inline: auto;
  text-align: justify;
}

.section-desc strong {
  font-weight: 900;
}

.food-circles{
  position: relative;
  padding-bottom: 100px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}

.tableware1{
  position: absolute;
  right: 0;
  bottom: 5%;
}

.tableware2{
  position: absolute;
  left: 15%;
  bottom: 20%;
}

.tableware3{
  position: absolute;
  left: 0%;
  top: 0;
}

.star{
  position: absolute;
  right: 0;
  top: 0;
}

.star1{
  position: absolute;
  right: 30%;
  bottom: 0%;
}


.girl2{
  position: absolute;
  
  width: 18%;
  max-width: 233px;
  bottom: 0;
  left: 0;
}

.girl2 img{
  width: 100%;
}

.circle-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2%;
  width: 88%;
}

.circle {
  width: 30%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 10px solid #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden; /* 一定要加，讓 img 被裁剪成圓 */
  box-sizing: border-box;
}

.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shape-2{
  margin-top: 100px;
}

/*米其林星級*/
.michelinstars-content{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap:2%;
}

.stars {
  width: 45%; 
  max-width: none; 
  margin: 0 auto;
  box-sizing: border-box;
  
}

.stars ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stars li {
  display: flex;
  align-items: center;
  gap: 2.5%;
  font-size: 1.6vw; /* 稍微放大 */
  line-height: 1.45; /* 提高可讀性，避免擠壓感 */
  margin-bottom: 1.5vw; /* 增加區塊間距 */
}

.stars li h3{
  font-weight: normal;    
  font-size: inherit;    
  margin: 0;             
  display: inline;

}

.star-icon {
  width: clamp(40px, 5vw, 80px); /* 最小 40px，最大 80px，中間按視窗比例調整 */
  height: auto;
  flex-shrink: 0;
}

.star-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.stars p {
  position: relative;
  flex: 1;
  margin: 0;
}



/* 響應式調整：手機尺寸時加大字級 */
@media (max-width: 768px) {
  .stars li {
    font-size: 3.8vw;
    gap: 4%;
  }
  .star-icon {
    width: 10vw;
  }
}

.star-pic{
  width: 50%;  
  background: #faefef;
  padding: 30px;
  border-radius: 20px;
  position: relative;
}
.product-slide{
  width: 100%;
}

.sticker{
  position: absolute;
  right: -6px;
  top: -6px;
  z-index: 999;
}

.img-box{
  width: 100%;
}
.img-box img{border-radius: 10px;width: 100%;}

/*行程*/
.tour{
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 50px;
}
.tour-boder {
  background: url('../images/tourboder.webp') no-repeat center top;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  height: 43px;
  padding: 0 3vw; /* ← 更彈性 */
  box-sizing: border-box;
  position: relative;
}

.tour-boder.bottom {
  transform: scaleY(-1);
}

.tour-boder span {
  display: inline-block;
  position: absolute; 
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  color: var(--red-color);
  background: #FFFFFF;
  font-size: clamp(16px, 3.5vw, 30px);
  padding: 0 1em;
  white-space: nowrap; /* ← 關鍵 */
}

.tour-list{
  width: 99%;
  margin: 0 auto;
  padding-top: 20px;
}

.tour-title{
  font-size: 30px;
  color: #ca000e;
  margin-bottom: 20px;
}
.tour-title span{
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-bottom: solid 1px;
  padding-bottom: 2px;
  color: #FF8A92;
}

.tour-txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 5px;
}

.tour-list ul{
  width: 94%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.tour-list li{
  list-style-type: none;
  position: relative; 
  border-bottom: dashed 1px;
  padding-bottom: 0px;
  margin-bottom: 15px;
  width: 100%; 
  height:100%;
  transition: transform .3s ease;

}
.tour-list li a{display: block;transition: background-color 0.5s ease; }
.tour-list li::before{
  position: absolute;
  content: '';
  width: 13px;
  height: 13px; 
  background: url("../images/icon-tour.webp") ;
  left:-25px;
  top: 10px;
}
.tour-list li:hover {
  transform: scale(0.99);
}
.list-name{ 
  flex: 1;       
  min-width: 0;  
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 34px;}
.list-name span{
  padding: 0 5px 2px 5px;
  background: #ff8989;
  color: #FFFFFF;
  margin-right: 8px;
  border-radius: 10px 5px 10px 5px;
}
.list-name em{
  font-style: normal;
  font-size: 18px;
  color: #FF882D;
  display: block;
  margin-top: 10px;
}
.list-price {
  flex-shrink: 0;      
  white-space: nowrap; 
  margin-left: 10px;
  font-size: 18px;
  line-height: 34px;
}
.list-price strong {
  color: var(--red-color);
  font-size: 22px;
  margin: 0 2px 0 4px;
}

/*米其林餐盤*/
.title-wrap{
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
}
.girl4{
}

.michelinplate-content{ 
  background: #faefef;
  padding: 30px;
  border-radius: 20px;
  
}



.plate-pic{position: relative;}

.plate-pic img{width: 100%;}

.sticker2{
  position: absolute;
  left: -18px;
  top: -15px;
  z-index: 999;
}


/* 900px 以下 */
@media screen and (max-width:900px) {
  .stars {width: 55%; }
  .star-pic{width: 43%; }  
  
}




/* 769px 以上 */
@media screen and (min-width:769px) {
  .kv-s{display: none;}
  }

/* 768px 以下：手機版調整 */
@media screen and (max-width:768px) {
  .block-first{overflow: hidden;padding-top: 50px;}
   #block_menu{display: none;}
  .line{height: 0px;}
  .city{top: -5px;}
  .tour-txt{flex-direction: column;width: 95%;margin: 0 auto;}
  .list-name{width: 100%;font-size: 18px;}
  .list-name em{
  font-size: 15px;
  margin-top: 0px;
}
  .tour-list li a{padding-bottom: 10px;}
  .tour-list li .link-city a{padding-bottom: 3px;}
  .tour-list li::before{left:-10px;}
  .list-price{width: 100%;text-align:right;}
  .michelinstars-content{flex-direction: column;}
  .stars {width: 100%;}
  .star-pic{ width:100%;margin: 0 auto;padding: 20px;box-sizing: border-box; }
  .title {
    flex-direction: column;
    align-items: flex-start;
    font-size: 5vw;
  }
  .topic::before {
    width: 2vw;
    height: 2vw;
    right: -1vw;
  }  
  .topic {font-size: 5vw;} 
  .sub-en { font-size: 2vw;}
  .sub-text {font-size: 3.2vw;line-height: 1.2;} 
  .kv{display: none;}
  .food-circles{padding-bottom: 40px;margin-top: 20px;}  
  .circle-group {gap: 2%;width:100%;padding-top: 10px;}

.circle {
  width: 30%;
  aspect-ratio: 1 / 1;
  border-radius: 30%;
  border: 5px solid #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden; /* 一定要加，讓 img 被裁剪成圓 */
}

.shape-2{ margin-top: 0px;}  
.girl3{display: none;}
.girl2{width: 10%;}
.sticker{width: 100px;}
.sticker img{width: 100%;}  
.sticker2{width: 100px;}
.sticker2 img{width: 100%;}   
  /*行程*/
.tour{margin-top:30px;}

}



/* 600px 以下 */
@media screen and (max-width:600px) {
  .tour-list li{ }
  .main-title {width:70%;}
  .photo {
  position: relative; 
  z-index: 1;  
  flex: 1 1 30%; 
  max-width: 50%;
  background: url('../images/photo.webp') center/cover no-repeat;
  aspect-ratio: 1.2 / 1;}
  .michelinplate-content{ 
  padding: 10px;
  border-radius: 20px;}
  .sticker{width: 60px;}
  .sticker2{width: 60px;}
  .topic {font-size: 7vw;padding: 0.7vw 3vw;}
.sub-text {font-size: 5vw;white-space: wrap;}
  .sub-en {font-size: 3vw;}
  .side-bar{display: none;}
.tableware1,.tableware2,.tableware3{display: none;}
  .title-wrap{flex-direction: column;}
  .girl4{width: 40%;margin: 0 auto;}
  .girl5{display: none;}
  .sub-title {max-width: 100%; }
  .stars li {font-size: 4vw;}
  .michelinplate-content.bib{ margin-top:30px;}
  .star-pic{ width:100%;}
}




