﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);/*明體*/
@import url('https://fonts.googleapis.com/css?family=Allura|Lato');/*英文字型*/

*{	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, [id^="page_"]{/*id開頭為page_*/
	width: 100%;
	height: auto;
}
body{
	font-family: 'Lato', Arial, Helvetica,"Microsoft JhengHei","華文細黑", STHeiti, MingLiu, sans-serif;
	font-size: 16px;
	color: black;
	background-color: white;
}
a{text-decoration:none;}

/* 主圖 */
.header{width: 100%; height: 790px;}
#page_theme .header{background: url(../images/theme/header_bg.jpg) no-repeat center; background-size: cover;}
#page_midwest .header{background: url(../images/midwest/header_bg.jpg) no-repeat center; background-size: cover;}
#page_east .header{background: url(../images/east/header_bg.jpg) no-repeat center; background-size: cover;}
#page_northsouth .header{background: url(../images/northsouth/header_bg.jpg) no-repeat center; background-size: cover;}
.lace{width: 100%; height: 800px; position: absolute;}/*裝飾框*/
/*#page_theme .lace{background: url(../images/theme/header_bg.png) repeat-x bottom center;}/*裝飾框*/
/*#page_midwest .lace{background: url(../images/midwest/header_bg.png) repeat-x bottom center;}/*裝飾框*/
/*#page_east .lace{background: url(../images/east/header_bg.png) repeat-x bottom center;}/*裝飾框*/
/*#page_northsouth .lace{background: url(../images/northsouth/header_bg.png) repeat-x bottom center;}/*裝飾框*/
.header > img{display: block; position: absolute;}
.header > img.title{top:190px; left: calc(50% - 273.5px);}

/* 內容─團─more按鈕 */
.btnmore {
    color: white;
    background: #ef888c;
    margin: 10px 0px 5px 90%;
    padding: 5px 15px;
    border-radius: 5px;
    border: none;
    border-bottom: solid 5px #ed7479;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-timing-function: ease;
}
.btnmore:hover {
     opacity: 0.8;
}
.btnmore:active {
    border-bottom: solid 0px #ed7479;
	margin-top: 5px;
}

/* 選單 */
.nav{
	width: 100%;
	height: auto;
	padding: 15px 0px 15px 0px;
	position: fixed;
	top: 35px;
	z-index: 1002;
}
.nav > ul.maintabs{
	width: 1000px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}
.nav > ul.maintabs > li{
	float: left;
	margin:0 5%;
	display: block;
}
.nav > ul.maintabs > li > a{
	display: block;
    font-size: 24px;
    text-align: center;
    line-height: calc(2em - 8px);
    letter-spacing: 2px;
    color: #551012;
    background-color: white;
    border: 4px solid #e4b8a9;
    border-radius: 1em;
    padding: 0px 30px;
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transform: all 0.2s linear;
	transform: all 0.2s linear;
}
.nav ul.maintabs > li > a > span{font-size: 70%;}
.nav ul.maintabs > li > a:hover{background-color: #f5baab;}
.nav ul.maintabs > li.active > a{
	background-color: #762c17;
    color: white;
    border: 4px solid #90585b;
}

/* 內容 */
h1{
	display: block;
	width: 100%;
	height: auto;
	font-family: 'Lato', Arial, Helvetica, 'cwTeXMing', serif;
	font-size: 3rem;
	line-height: 200%;
	text-align: center;
	letter-spacing: 4px;
	background: url(../images/h1_bg.png) repeat-x center;
	margin-top: 50px;
	overflow: hidden;
}
h1 span{font-size: 75%;}
h1 div{
	display: inline-block;
	background: url(../images/h1_bg1.png) repeat-y center;
	background-size: contain;
	padding: 0px 2% 0px 2%;
}
h1:after{
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	background-color: red;
	position: absolute;
	margin-top: -75px;
	/*漸層背景*/
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 1)), color-stop(0.2, rgba(255, 255, 255, 0)), color-stop(0.8, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 1)));
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(left,  rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(left,  rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(left,  rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%);
}
h2{
	font-size: 1.875rem;
	line-height: 2em;
	text-align: center;
	color: #565151;
}
h2 span{
	display: inline-block;
    border: 1px solid #959595;
    border-radius: 1em;
    padding: 0px 0.5em;
    margin-right: 0.5%;
}
img.title{display: block; margin: 0px auto;}
p{font-size: 1rem; line-height: 200%; text-align: justify; margin: 0px 0px 20px 0px;}

/* 內容─框 */
[class^="column"]{width: 1000px; height: auto; margin: 0px auto;}
.column_doods{padding: 0px 40px;}

/* 內容─裝飾框 */
[class^="frame"]{width: 1000px; height: 118px; margin: 0px auto; overflow: hidden;}
[class^="frame"] div:nth-child(1), [class^="frame"] div:nth-child(3){
	float: left;
	width: 97px;
	height: 100%;
	background-image: url(../images/frame_bg1.png);
}
[class^="frame"] div:nth-child(2){
	float: left;
	width: calc(100% - 194px);
	height: 100%;
	background-image: url(../images/frame_bg2.png);
	background-size: 100% 250px;
}
.frame_top div:nth-child(1){background-position: top left;}
.frame_top div:nth-child(2){background-position: top center;}
.frame_top div:nth-child(3){background-position: top right;}
.frame_bottom div:nth-child(1){background-position: bottom left;}
.frame_bottom div:nth-child(2){background-position: bottom center;}
.frame_bottom div:nth-child(3){background-position: bottom right;}
[class^="frame"] img{display: block; margin: 0px auto; position: relative; top:-40px;}

/* 內容─團 */
.goods{
	width: 100%;
	height: auto;
	border-bottom: 1px dotted #959595;
	padding: 20px 0px 10px 0px;
	overflow: hidden;
}
.goods > a{
	display: block;
	max-width: 81%;
	float: left;
	font-size: 1.25rem;
	color: black;
	background-color: rgba(255, 255, 220, 0);
	/*動畫*/
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transform: all 0.2s linear;
	transform: all 0.2s linear;
}
.goods > a:hover{background-color: rgba(255, 255, 220, 1);}
.goods .price{
	float: right;
	text-align: right;
	font-size: 2rem;
	font-weight: bold;
	line-height: 32px;
	color: #e20606;
}
.goods .price:before{
	content: "$";
	font-size: 0.875rem;
	font-weight: normal;
}
.goods .price:after{
	content: "元起";
	font-size: 0.875rem;
	font-weight: normal;
}
.goods .date{
	float: left;
	min-width: calc(100% - 200px);
	font-size: 1rem;
	font-weight: bold;
	line-height: 24px;
	color:#c7621f;
	margin-top: 8px;
}
.goods .date span.start{
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: normal;
	color: white;
	background-color: #c7621f;
	padding: 0px 10px;
	border-radius: 12px;
}
.goods .date a{color: #c7621f; margin-left: 5px;}
.goods .date a:hover{text-decoration: underline;}

/* 內容─圖文左右換 */
.img_l1r1{width: 100%; height: auto; padding: 0px 0px 30px 0px; overflow: hidden;}
.img_l1r1 > img{float: left; display: block; width: 41%; height: auto;}
.img_l1r1 > div{float: right; width: 56%; height: auto; padding-top: 30px;}
[class^="column"] .img_l1r1:nth-child(even) > img{float: right;}
[class^="column"] .img_l1r1:nth-child(even) > div{float: left;}
.img_l1r1 h3{font-size: 1.5rem; margin-bottom: 10px;}

/* gotop */
#gotop {
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    background-image: url(../images/gotop.png);
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1001;
    position: fixed;
    bottom: 50px;
	right: 20px;
}
#gotop:hover {background-position: 0px -50px;}

/* 其他 */
.clear{clear: both;}
.big{font-size: 120%; letter-spacing: 12px; margin-left: 12px;}

@media screen and (max-width: 999px){
/* 主圖 */
.header{height: auto; padding-bottom: 55%; position: initial;}
#page_theme .header{background: url(../images/header_bg_rwd.jpg) repeat-x center 40px; background-size: 100%;}
#page_midwest .header{background: url(../images/header_bg_rwd.jpg) repeat-x center 40px; background-size: 100%;}
#page_east .header{background: url(../images/header_bg_rwd.jpg) repeat-x center 40px; background-size: 100%;}
#page_northsouth .header{background: url(../images/header_bg_rwd.jpg) repeat-x center 40px; background-size: 100%;}
.lace{display: none;}/*裝飾框*/
.header > img{display: none;}
/* 選單 */
.nav{
	display: none;
	height: 100%;
	background-color: rgba(37, 36, 36, 0.8);
	top: 40px;
}
.nav > ul.maintabs{
	width: 100%;
    height: 100%;
    overflow: auto;
    padding-top: 4rem;}
.nav > ul.maintabs > li{
	float: none;
    padding: 10px 10%;
    margin-bottom: 2rem;
    margin-right: 0px;
}
/* 內容─框 */
[class^="column"]{width: 90%;}
.column_doods{padding: 0px;}
/* 內容─裝飾框 */
[class^="frame"]{width: 100%;}
/* 內容─圖文左右換 */
.img_l1r1 > div{padding-top: 3%;}
/* gotop */
#gotop {bottom: 10px; right: 10px;}
}

@media screen and (max-width: 953px){
/* 內容 */
h1:after{display: none;}
/* 內容─團 */
.goods > a{max-width: 100%;}
}

@media screen and (max-width: 729px){
/* 內容─團─more按鈕 */
.btnmore {margin: 10px 0px 5px 85%;}
/* 內容─圖文左右換 */
.img_l1r1{overflow: visible;}
.img_l1r1 > img{float: none; width: 90%; margin: 0px auto;}
.img_l1r1 > div{float: none; width: 100%; padding-top: 10px;}
[class^="column"] .img_l1r1:nth-child(even) > img{float: none;}
[class^="column"] .img_l1r1:nth-child(even) > div{float: none;}
.img_l1r1 h3{text-align: center;}
}

@media screen and (max-width: 459px){
/* 內容─團─more按鈕 */
.btnmore {margin: 10px 0px 5px 75%;}
/* 內容 */
h1{font-size: 2.5rem;}
h2{font-size: 1.6rem;}
/* 內容─圖文左右換 */
.img_l1r1 > img{width: 100%;}
}