﻿@charset "utf-8";
/* CSS Document */

html,
body {
	height: 100%;
}
body {
	font-family: 微軟正黑體;
	font-weight: bold;
	letter-spacing: 2px;
	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;
}
.display_none {
	display: none;
}
header {
	border-top: 7px solid #007d7d;
	padding: 30px 60px 20px 60px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	font-size: 20px;
	line-height: 130%;
}
@media screen and (max-width: 768px) {
	header {
		justify-content: center;
	}
}
@media screen and (max-width: 425px) {
	header {
		padding: 25px 10px 0 10px;
	}
}
header .logo {
	width: 200px;
	height: auto;
}
@media screen and (max-width: 768px) {
	header .logo {
		width: 140px;
	}
}
header .tit {
	color: #000000;
	margin: 10px 25px;
}
header .tit span {
	display: inline-block;
}

#index_banner,
#hotel_banner,
#eat_banner {
	background-size: 100% auto;
	background-repeat: no-repeat;
	text-align: center;
}
#index_banner img,
#hotel_banner img,
#eat_banner img {
	width: 90%;
	max-width: 1200px;
	margin: 30px 0;
}
#index_banner .di_a,
#hotel_banner .di_a,
#eat_banner .di_a {
	background: url(../_images/index/banner_di_a.png) no-repeat left bottom;
}
#index_banner .di_b,
#hotel_banner .di_b,
#eat_banner .di_b {
	background: url(../_images/index/banner_di_b.png) no-repeat right bottom;
}
@media screen and (max-width: 1100px) {
	#index_banner .di_a,
	#hotel_banner .di_a,
	#eat_banner .di_a,
	#index_banner .di_b,
	#hotel_banner .di_b,
	#eat_banner .di_b {
		background-size: 60% auto;
	}
}
@media screen and (max-width: 768px) {
	#index_banner .di_a {
		background-size: 80% auto;
	}
}
@media screen and (max-width: 768px) {
	#index_banner .di_b {
		background-size: 80% auto;
	}
}
#index_banner {
	background-image: url(../_images/index/banner_di.jpg);
}
#hotel_banner {
	background-image: url(../_images/hotel/banner_di.jpg);
	background-position: 50% 80%;
}
#eat_banner {
	background-image: url(../_images/eat/banner_di.jpg);
	background-position: 50% 30%;
}

#index_menu {
	display: inline-flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
	background: #ffffff;
	box-shadow: 0 0 12px #636363;
	/* padding: 0 15px; */
}

#index_menu li {
	padding: 25px 15px;
	font-size: 25px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 1px;
	width: 25%;
}
@media screen and (max-width: 768px) {
	#index_menu li {
		font-size: 20px;
		padding: 25px 5px;
	}
}
@media screen and (max-width: 610px) {
	#index_menu li {
		width: 50%;
	}
}
@media screen and (max-width: 320px) {
	#index_menu li {
		width: 50%;
	}
}
#index_menu i {
	font-size: 70px;
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 4px solid #b6b7b7;
	padding-top: 35px;
	width: 115px;
	height: 115px;
	margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
	#index_menu i {
		font-size: 60px;
		width: 95px;
		height: 95px;
		padding-top: 20px;
	}
}
#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;
}
@media screen and (max-width: 768px) {
	#index_menu a:hover i {
		padding-top: 12px;
	}
}
#index_menu a:hover b {
	display: block;
}
#index_offer_content {
	border-top: 6px solid #d6dc4e;
	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: 100%;
	padding: 50px 0;
	margin: 0 auto;
	display: inline-flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
}

#index_offer_content li {
	/* width: calc(100% / 4); */
	width: 25%;
	color: #ffffff;
	margin-top: 25px;
	font-size: 15px;
	line-height: 28px;
	padding: 0 15px;
}
@media screen and (max-width: 1024px) {
	#index_offer_content li {
		width: 25%;
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 425px) {
	#index_offer_content li {
		width: 100%;
	}
}
#index_offer_content h3 {
	font-size: 20px;
	border: 4px solid #ffffff;
	padding: 15px 25px;
	display: inline-block;
}
#index_offer_content span {
	display: block;
	padding: 16px 4px;
	text-align: center;
}
#index_interest_rate {
	background: #e6e4e5;
	text-align: center;
	font-size: 15;
	color: #676666;
	padding: 10px 20px;
	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;
}

#inpage_menu {
	background: #ffffff;
	box-shadow: 0 0 12px #636363;
	display: inline-flex;
	width: 100%;
	justify-content: space-around;
	padding: 0 30px;
}
#inpage_menu li {
	padding: 13px 5px;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 1px;
	text-align: left;
}

#inpage_menu i {
	font-size: 40px;
	text-align: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 2px solid #b6b7b7;
	padding: 5px 0;
	width: 50px;
	height: 50px;
	margin-right: 8px;
	flex: 0 0 50px;
}
@media screen and (max-width: 768px) {
	#inpage_menu i {
		margin-right: 0;
		margin-bottom: 5px;
	}
}
#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: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
@media screen and (max-width: 1024px) {
	#inpage_menu a {
		font-size: 15px;
	}
}
@media screen and (max-width: 768px) {
	#inpage_menu a {
		flex-direction: column;
	}
}
@media screen and (max-width: 425px) {
	#inpage_menu a {
		overflow: hidden;

		height: 50px;
	}
}
#inpage_menu a:hover {
	color: #08234a;
}
#inpage_menu a:hover i {
	padding: 0;
	border-color: #08234a;
}
#inpage_menu a:hover b {
	display: block;
}

#inpage_offer_content {
	background: #ededed;
	text-align: left;
	padding: 40px 40px;
}
#inpage_offer_content h2 {
	font-size: 20px;
	color: #00254d;
	margin-top: 35px;
	margin-bottom: 20px;
}
#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;
	float: right;
	margin-top: -11px;
	margin-right: 20px;
}
@media screen and (max-width: 800px) {
	#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%;
}
.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;
	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(100% / 4);
	min-width: 190px;
	margin: 20px 0;
	margin-left: -8px;
	padding: 0 4px;
}
.store_list li a {
	width: 100%;
	background: #ffffff;
	display: block;
	color: #000000;
	overflow: hidden;
}
.store_list li a:hover {
	background: #e0e0e0;
}
.store_list li .more {
	background: #333333;
	color: #ffffff;
	padding: 5px 10px;
	text-align: center;
	margin-top: 7px;
}
.store_list li a:hover .more {
	background: #000000;
}
.store_list li img {
	width: auto;
	height: 100%;
}
.store_list li div {
	width: auto;
	padding: 10px 17px 14px 17px;
}
.store_list li span {
	margin-bottom: 2px;
	display: block;
}
.store_list li h4 {
	line-height: 24px;
	margin-bottom: 2px;
	letter-spacing: 1px;
}
.store_list li h4 span {
	margin-right: 8px;
	display: 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;
}
@media screen and (max-width: 1300px) {
	.store_list li {
		width: calc(100% / 3);
		min-width: 190px;
	}
}
@media screen and (max-width: 1000px) {
	.store_list li {
		width: calc(100% / 2);
		min-width: 190px;
		text-align: center;
	}
}
@media screen and (max-width: 702px) {
	.store_list li {
		position: relative;
	}
	.store_list li h4 span {
		margin: 0 10px;
	}
	.store_list li div {
		min-height: 220px;
		padding: 10px 0 50px 0;
	}
	.store_list li .more {
		position: absolute;
		bottom: 10px;
		width: 90%;
		left: 17px;
	}
}
@media screen and (max-width: 660px) {
	.store_list li {
		width: 100%;
		margin-left: -5px;
		min-width: inherit;
		padding: 0;
	}
	.store_list li div {
		min-height: 220px;
		padding: 10px 17px 50px 17px;
	}
}

.order_inquiry textarea {
	min-height: 150px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	resize: none;
	overflow: hidden;
}
.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;
}

.store_list.store_list__restaurant li .liimg {
	/*aspect-ratio: 16 / 9;*/
    padding-top: calc(9 / 16 * 100%);

	width: 100%;
	background-size: cover;
	background-position: center;
}

#index_banner2 img {
	width: 100%;
}