@charset "utf-8";
/* CSS Document */
/*google font icon*/
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  src: url(https://example.com/material-symbols.woff) format('woff');
}
.tour .material-symbols-outlined {
  font-family: 'Material Symbols Outlined'!important;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}
.tour .material-icons {
  font-size: 18px!important; 
  margin-right: 2px;
	padding-top: 5px;
}

.tour .material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 40
}


/*tour*/
.tour{
	width: 100%;
	max-width:1150px;
	padding-left: 0!important;
	padding-right:0!important;
	margin: auto;
	box-sizing: border-box;	 
	display: table;
	
}
.tour .row {
  margin-left: 0px!important;
	margin-right:0px!important;

}
.tour img{
	margin: 0 auto;
	max-width: 100%;
}

.tour h1{
    width: 100%;
    float: left;
    font-size: 31px !important;
    line-height: 1.5 !important;
    text-align: left;
    /* font-family: 'Noto Serif TC', serif !important; */
    margin-top: 0%;
    margin-bottom: 0%;
    color: #6c846e;
    font-weight: 600;
}

.tour h2{
    width: 100%;
    float: left;
    font-size: 14px!important;
    line-height: 1.5!important;
    text-align: left;
    font-family: 'Noto Serif TC', serif!important;
	margin-top: 0%;
	margin-bottom: 1%;
	color:	#888888;
}
.tour h3{
   width: 100%;
    float: left;
    margin-top: 2%;
    margin-bottom: 2%;
    color: rgb(102, 102, 102);
    font-weight: bold;
    font-size: 22px !important;
    line-height: 1.5 !important;
    font-family: "Noto Serif TC", serif !important;
    
}
.tour h4{
    width: 100%;
    float: left;
    font-size: 24px !important;
    line-height: 1.5 !important;
    text-align: left;
    font-family: 'Noto Serif TC', serif !important;
    margin-top: 4%;
    margin-bottom: 0%;
    color: #000000;
    
}
.tour h5{
	text-align: center;
    line-height: 1;
    margin-top: 2%;
    margin-bottom: 2%;
    color: rgb(255, 255, 255);
    background: #e2683b;
    display: inline-block;
    border-radius: 15px;
    font-weight: 400;
    font-size: 17px !important;
    padding: 8px 14px !important;
}

.tour h6 {
    /*width: 100%; */
    display: inline-block;
    margin-top: 2%;
    margin-bottom: 3%;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 1 !important;
    color: #555555;
    padding: 8px !important;
    border-radius: 8px;
    border: 1px solid #555555;
}


.tour h7 {
    width: 100%;
    float: left;
    font-size: 30px !important;
    line-height: 1 !important;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    font-weight: 600;
    /* text-decoration-line: underline; */
    /* text-decoration-style: solid; */
    color: #666666;
	font-family: 'Noto Serif TC', serif!important;
	
}
.tour .foodtitle{
    width: 100%;
    float: left;
    margin-top: 3%;
    margin-bottom: 2%;
    color: rgb(72 72 72);
    font-weight: bold;
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-family: 'Noto Serif TC', serif !important;
}
.tour .foodtitle span{
	background: #4ab6b3;
    color: #fff;
    font-size: 14px;
    padding: 2px 8px;
    margin-right: 5px;
    border-radius: 5px;
    font-weight: 600;
}

.tour .text-box{    width: 98%;
    float: left;
    padding: 2%;
    background: #fff;
margin: 0 1%;}
.tour .text-box-50{    width: 48%;
    float: left;
    padding: 2%;
	margin: 0 1%;
    background: #fff;}
/***vieeo****/
.tour .video-container{
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;height:0;overflow:hidden;
    
    margin-top: 2%;
}
.tour .video-container iframe,
.tour .video-container object,
.tour .video-container embed{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.BGyellow{background: #f6e6b4;width: 100%;margin: 0;}
.BGgrey{background: #f0efeb;width: 100%;margin: 0;}
/*手機版*/
@media all and (max-width:980px){
	.tour .text-box{width: 98%; padding: 2%;margin: 0 auto;        }
	.tour .text-box-50{width: 98%; padding: 2%;margin: 0 auto;        }
	.tour h1{font-size: 24px!important;}
	.tour h4{font-size: 21px!important;}
	.tour h5{font-size: 14px!important;}
	.tour h6{font-size: 16px!important;}
	.tour .foodtitle{font-size: 17px!important;}
	.tour .foodtitle span {font-size: 12px;}
}