﻿@charset "utf-8";
/* CSS Document */

html,body{ height:100%;}
body {
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
	font-weight:300;
	letter-spacing:3px;
	line-height:150%;
	font-size:15px;
	text-align:center;
	}

* {
	margin:0;
	padding:0;
	text-decoration:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
ul,
ol,
li{
	padding:0;
	margin:0;
	list-style:none;
	}
/** 重置超連結元素 **/
a,
a:active,
a:focus,
a:hover,
a:visited{ text-decoration:none;} 
a img,
a:hover img,
a:active img{ border:none;}
/** 重置圖片元素 **/
img{ border:0; vertical-align:top; } 
/** 重置表格元素 **/
table{ border-collapse:collapse; border-spacing:0; }
.h1, .h2, .h3, h1, h2, h3 {
	margin:0;
	}
.font-size_20px{
	font-size:20px;
	}
	
.margin_25px0{
	margin:25px 0;
	}
.margin_25px025px15px{
	margin:25px 0 25px 15px;
	}
.clear_both{ clear:both;}
.text_left{text-align:left;}
.text_center{text-align:center;}
.text_right{text-align:right;}
.float_right{float:right;}
.float_left{float:left;}
.float_none{float:none;}
header{
	border-top:7px solid #F1F1F1;
	padding:37px 60px 29px 60px;
	text-align:left;
	position:relative;
	}
header .logo,
header .tit,
header .tit span{
	display:inline-block;
	word-spacing: normal;
    vertical-align: middle;
    *display:inline;
    *zoom:1;
	}
header .tit{
	font-size:24px;
	font-weight:400;
	color:#000000;
	margin:0 25px;
	}
header .card_a{
	position:absolute;
	right:60px;
	top:23px;
	}
@media screen and (max-width:1200px){
header .card_a{
	display:none;
	}
}

#eat_banner{
	box-shadow:0 -5px 7px #BCBCBC;
	background:url(../_images/eat/banner_di.jpg) no-repeat 100% 50% #6f1b14;
	background-size:55% auto;
	text-align:left;
	position:relative;
	z-index:5;
	}
@media screen and (max-width:1611px){
#eat_banner{
	background-size:auto 100%;
	}
}

#eat_banner img{
	position:absolute;
	top:50%;
	margin-top:-116px;
	left:12%;
	z-index:10;
	}
#eat_banner,
#eat_banner .di_b,
#eat_banner .di_a{
	height:380px;
}
@media screen and (max-width:1440px){
#eat_banner{
	height:380px;
	}
}
@media screen and (max-width:1365px){
#eat_banner{
	height:380px;
	}
}
@media screen and (max-width:1270px){
#eat_banner{
	height:380px;
	}
}
@media screen and (max-width:1150px){
#eat_banner{
	height:350px;
	}
#eat_banner img{
	margin-top:-100px;
	left:5%;
	margin-left:0;
	height:200px;
	width:auto;
	}
}
@media screen and (max-width:1000px){
#eat_banner{
	background-size:100% auto;
	}
}
@media screen and (max-width:595px){
#eat_banner{
	background:url(../_images/eat/banner_di.jpg) no-repeat 100% 50% #00253D;
	background-size:auto 100%;
	height:300px;
	}
#eat_banner .color_box{
	background:#00253D;
	opacity:0.6;
	width:100%;
	height:300px;
	position:absolute;
	top:0;
	left:0;
	z-index:6;
	}
#eat_banner img{
	position:absolute;
	top:50%;
	margin-top:-116px;
	left:10%;
	width:80%;
	max-width:400px;
	height:auto;
	}
}

#eat_banner .di_a{
	background:url(../_images/index/banner_di_a.png) no-repeat left bottom;
	background-size:100% auto;
	position:absolute;
	left:0;
	bottom:0;
	z-index:10;
	width:60%;
	}
#eat_banner .di_b{
	background:url(../_images/index/banner_di_b.png) no-repeat right bottom;
	background-size:100% auto;
	position: absolute;
	right:0;
	bottom:0;
	z-index:10;
	width:55%
	}
	
	
#index_menu{
	background:#FFFFFF;
	box-shadow:0 0 12px #636363;
	}
#index_menu li{
	display:inline-block;
	word-spacing: normal;
    vertical-align: top;
    *display:inline;
    *zoom:1;
	padding:25px 20px;
	border-right:1px dashed #333333;
	font-size:25px;
	line-height:30px;
	text-align:center;
	font-weight:400;
	letter-spacing:1px;
	width:calc(100%/5);
	height:240px;
	margin-left:-7px;
	}
	
#index_menu li:last-child{
	border-right:1px solid #ffffff;
	margin-right:7px;
	}
#index_menu i{
	font-size:70px;
	display:block;
	margin:0 auto;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border:7px solid #B6B7B7;
	padding-top:47px;
	width:115px;
	height:115px;
	margin-bottom:13px;
	}
#index_menu b{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6.5px 0 6.5px;
	border-color: #333333 transparent transparent transparent;
	line-height: 0px;
	_border-color: #333333 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	display:none;
	margin:0 auto;
	}
#index_menu a{
	color:#000000;
	display:block;
	}
#index_menu a i{
	border-color:#B6B7B7;
	}
#index_menu a:hover{
	color:#08234A;
	}
#index_menu a:hover i{
	padding-top:24px;
	padding-bottom:23px;
	border-color:#08234A;
	}
#index_menu a:hover b{
	display:block;
	}
#index_offer_content{
	border-top:6px solid #D6DC4E;
	margin-top:3px;
	background-image:url(../_images/index/index_offer_content_di_a.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100% 840px;
	background-color:#DADADB;
	}
#index_offer_content .di_a{
	background-image:url(../_images/index/index_offer_content_di_a.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}
#index_offer_content .di_b{
	background-image:url(../_images/index/index_offer_content_di_b.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:100% auto;
	}
#index_offer_content .di_c{
	background-image:url(../_images/index/index_offer_content_di_c.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size:100% auto;
	text-align:center;
	}
#index_offer_content ul{
	width:960px;
	padding:50px 0 30px 0;
	margin:0 auto;
	}	
	
#index_offer_content li{
	display:inline-block;
	word-spacing: normal;
    vertical-align: top;
    *display:inline;
    *zoom:1;
	text-align:left;
	color:#FFFFFF;
	width:49%;
	margin-top:25px;
	font-size:16px;
	line-height:28px;
	}
#index_offer_content h3{
	font-size:20px;
	border:5px solid #FFFFFF;
	padding:10px 25px;
	font-weight:500;
	display:inline-block;
	}
#index_offer_content span{
	display:block;
	padding:16px 12px;
	}
#index_interest_rate{
	background:#E6E4E5;
	text-align:center;
	font-size:15;
	font-weight:500;
	color:#676666;
	padding:10px 15px;
	box-shadow:0 0 12px #636363;
	}
#index_interest_rate h3,
#index_interest_rate span{
	display:inline-block;
	word-spacing: normal;
    vertical-align: middle;
    *display:inline;
    *zoom:1;
	margin:5px;
	}
#index_interest_rate h3{
	border:1px solid #676666;
	padding:10px 15px;
	display:inline-block;
	font-size:25px;
	}
#copyright{
	color:#000000;
	font-size:13px;
	letter-spacing:1px;
	padding:20px;
	}
#index_interest_rate a,
#copyright a{
	color:#000000;
	border-bottom:1px solid #333333;
	}
@media screen and (max-width:875px){
	#index_menu li{
		font-size:20px;
		height:190px;
		}
	#index_menu i{
		font-size:55px;
		border:5px solid #B6B7B7;
		padding-top:30px;
		width:90px;
		height:90px;
	}
}
@media screen and (max-width:768px){
	header{
		padding: 35px 30px 23px 30px;
		text-align: center;
		line-height:26px;
		}
	header .logo{
		width:140px;
		height:auto;
		}
	header .tit{
		font-size:22px;
		margin-top:10px;
		}
	#index_banner .di_a{
		background-size:80% auto;
		}
	#index_banner .di_b{
		background-size:80% auto;
		}
	#index_menu li{
		width:50%;
		padding:18px 30px;
		}
	#index_menu li:nth-child(2n){
		border-right:1px solid #ffffff;
		margin-right:7px;
		}
	#index_menu i{
		font-size:55px;
		border:5px solid #B6B7B7;
		padding-top:30px;
		width:90px;
		height:90px;
	}

	#index_offer_content ul{
		width: auto;
		padding:30px 20px;
		margin:0 auto;
		}
	#index_offer_content span{
		padding-right:0;
		width:auto;
		}
}
@media screen and (max-width:415px){
	header{
		padding: 35px 0 20px 0;
		line-height:22px;
		}
	header .tit{
		font-size:20px;
		argin-top:7px;
		}
	#index_offer_content li{
		display:block;
		width:auto;
		text-align:center;
		}
}



#inpage_menu{
	background:#FFFFFF;
	box-shadow:0 0 12px #636363;
	}
#inpage_menu li{
	display:inline-block;
	word-spacing: normal;
    vertical-align: top;
    *display:inline;
    *zoom:1;
	padding:25px;
	border-right:1px dashed #333333;
	font-size:20px;
	line-height:30px;
	text-align:center;
	font-weight:400;
	letter-spacing:1px;
	}
#inpage_menu li:last-child{
	border-right:0;
	}
#inpage_menu i{
	font-size:40px;
	margin:0 auto;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border:4px solid #B6B7B7;
	padding-top:12px;
	width:55px;
	height:55px;
	margin-right:13px;
    vertical-align: middle;
	}
#inpage_menu b{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #333333 transparent transparent transparent;
	line-height: 0px;
	_border-color: #333333 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	display:none;
	margin:0 auto;
	}
#inpage_menu a{
	color:#000000;
	display:block;
	}
#inpage_menu a i{
	border-color:#B6B7B7;
	}
#inpage_menu a:hover{
	color:#08234A;
	}
#inpage_menu a:hover i{
	padding-top:8px;
	padding-bottom:7px;
	border-color:#08234A;
	}
#inpage_menu a:hover b{
	display:block;
	}
@media screen and (max-width:1118px){
	#inpage_menu li{
		padding:15px 10px 13px 10px;
		border-right:1px dashed #333333;
		font-size:18px;
		}
	#inpage_menu i{
		font-size:30px;
		border:3px solid #B6B7B7;
		padding-top:14px;
		width:45px;
		height:45px;
		margin-top:-3px;
		}
}
@media screen and (max-width:900px){
	#inpage_menu li{
		padding:15px 10px 13px 5px;
		border-right:1px dashed #333333;
		font-size:16px;
		}
	#inpage_menu i{
		font-size:21px;
		border:2px solid #B6B7B7;
		padding-top:10px;
		width:35px;
		height:35px;
		margin-right:8px;
		}
}
@media screen and (max-width:763px){
	#inpage_menu li{
		padding:15px 10px 13px 5px;
		border-right:1px dashed #333333;
		font-size:13px;
		}
	#inpage_menu i{
		font-size:20px;
		padding-top:3px;
		width:25px;
		height:25px;
		margin-right:5px;
		}
	#inpage_menu a:hover i{
		padding-top:2px;
		}
	#inpage_menu a:hover b{
		display:none;
		}
}
@media screen and (max-width:624px){
	#inpage_menu li{
		width: auto;
		padding:10px 10px 0 10px;
		text-align: center;
		}
	#inpage_menu li i{
		display:block;
		margin:0 auto;
		}
}
@media screen and (max-width:525px){
	#inpage_menu li{
		width:calc(100%/5);
		padding:10px;
		min-height:80px;
		text-align: center;
		line-height:15px;
		}
	#inpage_menu li i{
		margin-bottom:5px;
		}
}
@media screen and (max-width:415px){
	#inpage_menu li{
		width:calc(100%/5);
		padding:17px 6px 0 5px;
		height:100px;
		}
}


#inpage_offer_content{
	background:#EDEDED;
	font-weight:300;
	text-align:left;
	padding:40px 40px;
	}
#inpage_offer_content h2{
	font-size:20px;
	color:#00254D;
	margin-top:35px;
	}
#inpage_offer_content h2 span,
#inpage_offer_content h2 a{
	display:inline-blockl;
	word-spacing: normal;
    vertical-align: middle;
    *display:inline;
    *zoom:1;
	}
#inpage_offer_content h2 a{
	font-size:17px;
	font-weight:300;
	float:right;
	margin-top:-15px;
	margin-right:20px;
	}
@media screen and (max-width:700px){
	#inpage_offer_content h2{
		text-align:center;
		}
	#inpage_offer_content h2 span{
		display:block;
		}
	#inpage_offer_content h2 a{
		float: none;
		margin-top:20px;
		margin-right:10px;
		}
}
@media screen and (max-width:620px){
	#inpage_offer_content h2{
		text-align: center;
		}
	#inpage_offer_content h2 a{
		float: none;
		margin-right:0;
		}
}
@media screen and (max-width:462px){
	#inpage_offer_content h2 a{
		float: none;
		display:block;
		margin-top:10px;
		width:auto;
		}
}

#inpage_offer_content .preferential_way{
	font-size:14px;
	color:#000000;
	border-bottom:1px solid #DFDFDF;
	padding:30px 0 20px 0;
	line-height:170%;
	word-break: break-all;
	}
.preferential_way h3{
	font-size:16px;
	text-align:left;
	color:#007D7D;
	line-height:130%;
	font-weight:400;
	}
.preferential_way div{
	margin-top:10px;
	}
.preferential_way ul{
	margin:0;
	padding:0;
	}
.preferential_way ul li{
	list-style:decimal;
	padding:5px 0;
	margin-left:30px;
	color:#000000;
	text-align:left;
	}
.preferential_way li li{
	list-style:upper-alpha;
	padding:2px 0;
	margin-left:28px;
	border-bottom: none;
	}
.preferential_way li li li{
	list-style:lower-alpha;
	padding:0;
	margin-left:30px;
	border-bottom: none;
	}
.preferential_way table{
	width:100%;
	margin-top:10px;
	text-align:center;
	border:1px solid #B0B0B0;
	}
.preferential_way .overflow{
	overflow-x:scroll;
	overflow-y:hidden;
	width:100%;
	height: auto;
	}
.preferential_way .overflow table{
	width:100%;
	min-width:1048px;
	margin-top:10px;
	text-align:center;
	border:1px solid #B0B0B0;
	}

.preferential_way th{
	background:#555555;
	text-align:center;
	color:#ffffff;
	font-weight:300;
	padding:10px;
	}
.preferential_way td{
	background:#FFFFFF;
	border:1px solid #EEEEEE;
	font-size:13px;
	letter-spacing:1px;
	padding:10px;
	}
.preferential_way thead th{
	font-size:17px;
	}
.preferential_way thead th a{
	color:#ffffff;
	}
.preferential_way thead th a:hover{
	color:#ffffff;
	border-bottom:1px solid #FFFFFF;
	}
.preferential_way a{
	color:#000000;
	}
.preferential_way tbody td:hover{
	background: #CCCCCC;
	}
.preferential_way td{
	padding:15px 10px 15px 10px;
	font-size:14px;
	}
.preferential_way tbody .money{
	margin-top:3px;
	font-size:14px;
	}
.preferential_way tbody .booking{
	margin-top:2px;
	}





.store_list{
	padding:10px 0 0 7px;
	}
.store_list li,
.store_list li img,
.store_list li span{
	display:inline-block;
	word-spacing: normal;
    vertical-align: top;
    *display:inline;
    *zoom:1;
	}

.store_list li{
	width:calc(98%/4);
	min-width:190px;
	margin:20px 0;
	padding:0 4px;
}
	
.store_list li a{
	width:100%;
	position:relative;
	clear:both;
	margin-top:10px;
	background:#FFFFFF;
	display: block;
	color:#000000;
	padding-bottom:60px;
	min-height: 450px;
	}
.store_list li a:hover{
	background:#E0E0E0;
	}
.store_list li a:hover .more{
	background:#000000;
	}
.store_list li img{
	width:100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
	}
.store_list li div{
	width: auto;
	min-height:75px;
	padding:10px 17px 0 17px;
	}
.store_list li span{
	margin-bottom:2px;
	display:block;
	clear:both;
	}
.store_list li h4{
	line-height:24px;
	margin-bottom:2px;
	letter-spacing:1px;
	}
.store_list li h4 span{
	margin-right:8px;
	display:inline-block;
	}
.store_list li b{
	font-weight:normal;
	color:#000000;
	display:inline-block;
	}
.store_list li .original_price,
.store_list li .special_offer{
	color:#000000;
	}
.store_list li .original_price b,
.store_list li .special_offer b{
	letter-spacing:2px;
	}
.store_list li .original_price b{
	text-decoration:line-through;
	}
.store_list li .more{
	background:#333333;
	color:#FFFFFF;
	padding:5px 10px;
	text-align:center;
	margin-top:7px;
	position: absolute;
	bottom:10px;
	width:90%;
	}

.area span {
	display: inline-block;
	border-radius: 6px;
	background: #da4142;
	color: #fff;
	padding: 8px 10px;
	margin-left: 4px;
}
.area span img {
    display: inline-block;
    width: 20px;
}
@media screen and (max-width:1375px){
	.store_list li{
		width:calc(98%/3);
		min-width:190px;
		}
}
@media screen and (max-width:1058px){
	.store_list li{
		width:calc(98%/2);
		}
	.store_list li a{
		min-height:530px;
		}
}
@media screen and (max-width:900px){
	.store_list li a{
		min-height:525px;
		}
}
@media screen and (max-width:745px){
	.store_list li{
		width:100%;
		margin-left:-5px;
		min-width:inherit;
		padding:0;
		text-align:center;
		}
	.store_list li a{
		min-height:initial;
		}
}

	
.order_inquiry textarea{
	min-height:150px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	resize : none;
	overflow:hidden;
}

.pic img{
	ackground-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    object-fit: contain;
}