﻿@charset "utf-8";
/* CSS Document */

html,
body {
    height: 100%;
}
body {
    font-family: 微軟正黑體, 'Microsoft JhengHei';
    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 #f69d1a;
    padding: 30px 60px 20px 60px;
    text-align: left;
}
header .logo_w,
header .tit,
header .tit span {
    display: inline-block;
    word-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}
header .logo_w {
    width: auto;
    height: 60px;
}
header .logo_m {
    display: none;
}
header .tit {
    font-size: 24px;
    font-weight: 600;
    color: #555555;
    margin: 5px 15px 0 15px;
    letter-spacing: 0;
}
font {
    letter-spacing: 0;
}
#index_banner,
#music_banner,
#eat_banner {
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-align: center;
}
#index_banner {
    background-position-y: bottom;
}
#music_banner {
    background-position-y: top;
}
#eat_banner {
    background-position-y: bottom;
}
#index_banner img,
#music_banner img,
#eat_banner img {
    width: 100%;
    max-width: 1200px;
    height: auto;
}
#index_banner .di_a,
#music_banner .di_a,
#eat_banner .di_a {
    background: url(../_images/index/banner_di_a.png) no-repeat left bottom;
}
#index_banner .di_b,
#music_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,
    #music_banner .di_a,
    #eat_banner .di_a,
    #index_banner .di_b,
    #music_banner .di_b,
    #eat_banner .di_b {
        background-size: 100% auto;
    }
}

#index_banner {
    background-image: url(../_images/index/banner_di.jpg);
}
#music_banner {
    background-image: url(../_images/music/banner_di.jpg);
}
#eat_banner {
    background-image: url(../_images/eat/banner_di.jpg);
}
/* #eat_banner .di_b img{
	height:auto;
	width:60%;
	margin-right:50px;
	} */

@media screen and (max-width: 1060px) {
    #eat_banner,
    #eat_banner .di_b img {
        background-size: 100% auto;
    }
}

#index_menu {
    background: #ffffff;
    box-shadow: 0 0 12px #636363;
    text-align: center;
}
#index_menu li {
    display: inline-block;
    word-spacing: normal;
    vertical-align: top;
    zoom: 1;
    padding: 25px 0 20px 0;
    border-right: 1px dashed #333333;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    width: calc(100% / 3);
    min-width: 185px;
    margin-left: -7px;
}
#index_menu li:last-child {
    border-right: 0;
}
#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 #f69d1a;
    padding-top: 15px;
    width: 100px;
    height: 100px;
    margin-bottom: 13px;
    text-align: center;
}
#index_menu img {
    width: 66px;
    height: auto;
    margin-left: -10px;
    margin-top: -30px;
}
#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: inherit;
}
#index_menu a i {
    border-color: #f69d1a;
}
#index_menu a:hover {
    color: #333333;
}
#index_menu a:hover i {
    padding-top: 10px;
    padding-bottom: 23px;
    border-color: #333333;
}
#index_menu a:hover b {
    display: block;
}
#index_offer_content {
    border-top: 6px solid #333333;
    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: #f69d1a;
}
#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: 15px 0 15px 0;
    text-align: center;
}

#index_offer_content li {
    font-size: 16px;
    display: inline-block;
    word-spacing: normal;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    color: #ffffff;
    width: calc(100% / 3);
    margin-top: 25px;
    line-height: 28px;
    padding: 0 15px;
    margin-left: -7px;
}
#index_offer_content h3 {
    font-size: 20px;
    border: 5px solid #ffffff;
    padding: 10px 25px;
    font-weight: 500;
    display: inline-block;
}
#index_offer_content li span {
    display: block;
    padding: 16px 0px;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}
#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: 840px) {
    header {
        padding: 35px 30px 23px 30px;
        text-align: center;
        line-height: 26px;
    }
    header .logo_w {
        display: none;
    }
    header .logo_m {
        display: block;
        width: 140px;
        height: auto;
        margin: 0 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 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: 710px) {
    header {
        padding: 25px 10px 15px 10px;
        line-height: 22px;
    }
    header .tit {
        font-size: 20px;
        margin-top: 7px;
    }
    header .logo_m {
        width: 130px;
    }
    #index_offer_content li {
        display: block;
        width: auto;
        text-align: center;
    }
    #eat_banner {
        height: 120px;
    }

    #index_menu li {
        font-size: 15px;
        line-height: 21px;
        min-width: 112px;
        padding: 20px 0 10px 0;
    }
    #index_menu i {
        font-size: 50px;
        border: 4px solid #f69d1a;
        padding-top: 13px;
        width: 74px;
        height: 74px;
        margin-bottom: 7px;
        text-align: center;
    }
    #index_menu img {
        width: 38px;
        height: auto;
        margin-left: -7px;
        margin-top: -9px;
    }
    #index_menu a:hover i {
        padding-top: 13px;
        padding-bottom: 25px;
    }
    #index_offer_content li {
        font-size: 15px;
    }
    #index_offer_content h3 {
        font-size: 18px;
        border-width: 3px;
    }
    #index_offer_content li span {
        width: 70%;
    }
}

@media screen and (max-width: 374px) {
    #index_menu {
        padding: 10px 0;
    }
    #index_menu li {
        display: block;
        font-size: 20px;
        line-height: 23px;
        min-width: 100%;
        border-width: 0;
        margin-left: 0;
        padding: 20px 0;
    }
    #index_banner {
        background-size: 165% auto;
        background-repeat: no-repeat;
        background-position: top center;
    }
    #index_banner img {
        margin: 40px 0;
    }
}

#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;
    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: #003939;
}
#inpage_menu a:hover i {
    padding-top: 8px;
    padding-bottom: 7px;
    border-color: #003939;
}
#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: 20px;
    line-height: 150%;
    font-weight: 600;
}
#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;

    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: 15px;
    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: #96721e;
    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: 15px;
}
.preferential_way tbody .money {
    margin-top: 3px;
    font-size: 15px;
}
.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;
}
.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: 100%;
    height: auto;
}
.store_list li div {
    width: auto;
    padding: 10px 17px 15px 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;
}
