﻿
/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    background: transparent;
}
body {line-height: 1; -webkit-text-size-adjust: none;}
ol, ul { list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}
a img {border: none;}
.clean { clear:both;}
a {color: #292929; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur()); /* for IE */}
a:hover {text-decoration:none;}
a:focus{ -moz-outline-style: none;}
.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.col-1{width:100%;}
.col-2{width:50%;}
.col-3{width:33.33%;}
.col-4{width:25%;}
.col-5{width:20%;}

body {
	margin: 0;
	padding: 0;
	font-size:14px;
	background:#fff100;
}
h1,h2,h3 { display: none;}
::selection {
background: #fc4c02; /* WebKit/Blink Browsers */
color:#ffffff;
}
::-moz-selection {
background: #fc4c02; /* Gecko Browsers */
color:#ffffff;
}


/*wow*/
.wow:first-child {
visibility: hidden;
}


/*PC
-----------------------------------------------------------------*/

/*主框架*/
.container {
	max-width: 960px;
	width:100%;
	margin: auto;
	font-family: Verdana,'微軟正黑體';
}

.header {
	width: 100%;
	max-width: 960px;
}

.header img {
	width: 100%;
}

.center_block {
	width: 100%;
	max-width: 920px;
	display: table;
	margin: auto;
}

.ticket_title,.ramen_title,.map_title,.route_title {
	width: 100%;
	clear: both;
	display: table
}

.ticket_title img,.ramen_title img,.map_title img,.route_title img {
	float: left;
}


.ticket_block {
	width: 100%;
	padding-top: 15px;
	display: table;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	margin-bottom: 50px;
}

.ticket_block > a > div  {
	margin: 10px;
	width:30%;
}


.ticket_left {
	float: left;
	border-radius: 20px;
	background:#b00000;
	box-sizing: border-box;
	padding: 30px;
	min-height: 250px;
	display: table-cell;
}

.ticket_left:hover {
	-webkit-transform: translateY(1%);
    -moz-transform: translateY(1%);
    -ms-transform: translateY(1%);
    transform: translateY(1%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.ticket_center {
	width:46%;
	float: left;
	border-radius: 20px;
	background:#2b7d17;
	box-sizing: border-box;
	padding: 30px;
	min-height: 250px;
	display: table-cell;
}

.ticket_center:hover {
	-webkit-transform: translateY(1%);
    -moz-transform: translateY(1%);
    -ms-transform: translateY(1%);
    transform: translateY(1%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.ticket_right {
	float: left;
	border-radius: 20px;
	background:#014f9b;
	box-sizing: border-box;
	padding: 30px;
	min-height: 250px;
	display: table-cell;
}

.ticket_right:hover {
	-webkit-transform: translateY(1%);
    -moz-transform: translateY(1%);
    -ms-transform: translateY(1%);
    transform: translateY(1%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.ticket_new {
	float: left;
	border-radius: 20px;
	background:#f78600;
	box-sizing: border-box;
	padding: 30px;
	min-height: 250px;
	display: table-cell;
}

.ticket_new:hover {
	-webkit-transform: translateY(1%);
    -moz-transform: translateY(1%);
    -ms-transform: translateY(1%);
    transform: translateY(1%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.ticket_product_ticket {
	color:#fff100;
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
}

.ticket_left .ticket_product_ticket {
	border-bottom: 3px solid #a10000;
}

.ticket_center .ticket_product_ticket {
	border-bottom: 3px solid #206736;
}

.ticket_right .ticket_product_ticket {
	border-bottom: 3px solid #00468b;
}

.ticket_new .ticket_product_ticket {
	border-bottom: 3px solid #cd6f00;
}


.ticket_product_text {
	color: #ffffff;
    text-align: left;
    font-size: 26px;
    line-height: 29px;
    font-weight: bold;
	min-height: 130px;
    margin: 10px auto;
}

.ticket_product_text span {
	color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    /*display: inline-block;*/
}

.ticket_product_price {
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: #ffffff;
    font-weight: bold;
}

.ticket_product_price span {
	font-size: 42px;
	color:#fff100;
}

.ramen_block {
	background:url(../images/ramen_bk.jpg) repeat-y center;
	width: 100%;
	border-radius: 20px;
	clear: both;
	margin: 20px auto 50px auto;
	box-sizing: border-box;
	padding:25px;
	display: table;
}

.ramen_bowl {
	float:left;
	width: 100%;
	max-width: 379px;
}

.ramen_bowl img {
	width: 100%;
}

.ramen_text {
	float:right;
	width: 100%;
	max-width: 445px;
	text-align: left;
	padding-top: 25px;
	position: relative;
	margin-right: 40px;
}


.ramen_text_s {
	clear: both;
	width: 100%;
	color:#ffffff;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
}

.ramen_text_title {
	clear: both;
	width: 100%;
	color:#fff100;
	font-weight: bold;
	font-size: 40px;
	line-height:33px;
	margin-bottom: 5px;
}

.ramen_text_title span {
	font-size: 20px;
}

.ramen_notice {
	clear: both;
	width: 100%;
	font-size: 15px;
	color:#ffffff;
	margin-top: 10px;
}

.ramen_pic {
	width: 100%;
	clear: both;
	max-width: 772px;
	text-align: center;
	margin: auto;
}

.ramen_pic img {
	width: 100%;
}

.ramen_card {
	position: absolute;
	right: 0px;
	top:0px;
}

.notice_list {
	padding-left: 75px;
    line-height: 22px;
    text-indent: -14px;
	box-sizing: border-box;
}

.ramen_but {
	width: 100%;
	text-align: center;
	clear: both;
	margin-top: 20px;
}

.ramen_but a {
	margin: auto;
    background: #00a0e9;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.ramen_but a:hover {
	background: #0091d3;
}

.map_block {
	background:#ffffff;
	border-radius: 20px;
	width: 100%;
	display: table;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	margin: 20px auto 50px auto;
	text-align: center;
}

.map_block img {
	max-width: 100%;
	margin: auto;
}

.map_link a {
	display: none;
}

.route_block {
	width: 100%;
	clear: both;
	margin: 20px auto 50px auto;
	text-align: center;
}

.route_1_box,.route_2_box,.route_3_box {
	width: 30%;
    display: inline-table;
}

.route_1_box {
	margin-right: 30px;
}

.route_2_box {
	margin-right: 30px;
}

.route_3_box {
}

.route_title_box {
	width: 100%;
	margin: auto;
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.route_1_box .route_title_box {
	background:#c61722;
}

.route_2_box .route_title_box {
	background:#1d2088;
}

.route_3_box .route_title_box {
	background:#006933;
}

.route_line {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background:#ffffff;
	border-radius: 20px 20px 0 0;
	margin: auto;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}

.route_1_box .route_line {
	color:#c61722;
}

.route_2_box .route_line {
	color:#1d2088;
}

.route_3_box .route_line {
	color:#006933;
}

.route_area {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color:#ffffff;
	line-height: 35px;
}

.route_area span {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
}

.yellow {
	font-size: 24px !important;
	font-weight: bold !important;
	color:#fff100;
}

.route_day_box {
	width: 100%;
	height: 73px;
	position: relative;
}

.route_day_name {
	width: 73px;
	height: 73px;
	line-height: 73px;
	text-align: center;
	color:#ffffff;
	border-radius: 50px;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left:-1px;
}

.route_1_box .route_day_name {
	background:#c61722;
}

.route_2_box .route_day_name {
	background:#1d2088;
}

.route_3_box .route_day_name {
	background:#006933;
}

.route_day_number {
	width: 100%;
	border-radius: 20px;
	margin-top: 12px;
	display: inline-block;
	line-height: 42px;
	box-sizing: border-box;
	background:#ffffff;
	font-size: 18px;
	color:#333333;
	padding-left: 65px;
	text-align: center;
	font-weight: bold;
}

.route_1_box .route_day_number {
	border: 4px solid #c61722;
}

.route_2_box .route_day_number {
	border: 4px solid #1d2088;
}

.route_3_box .route_day_number {
	border: 4px solid #006933;
}

.route_bus_line {
	height: 60px;
	line-height: 60px;
	text-align: left;
	width: 100%;
	background:url(../images/bus_arrow.png) no-repeat 30px 0px;
	box-sizing: border-box;
	padding-left: 50px;
	font-size: 18px;
	font-weight: bold;
}

.route_bus_line span {
	font-size: 14px;
	font-weight: normal;
}

.route_bus_line img {
	margin-bottom: -3px;
	margin-right: 4px;
}

.route_bus_line_over {
	height: 60px;
    line-height: 19px;
    text-align: left;
    width: 100%;
    background: url(../images/bus_arrow.png) no-repeat 30px 0px;
    box-sizing: border-box;
    padding-left: 50px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
}

.route_bus_line_over span {
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
}

.route_bus_line_over img {
	margin-bottom: -3px;
	margin-right: 4px;
}

.route_dark_box {
	width: 100%;
	border-radius: 20px;
	display: table;
	color:#ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	padding: 10px 0;
}

.route_1_box .route_dark_box {
	background:#c61722;
}

.route_2_box .route_dark_box {
	background:#1d2088;
}

.route_3_box .route_dark_box {
	background:#006933;
}

.route_dark_pic_box {
	width: 100%;
    border-radius: 20px;
    height: auto;
    overflow: hidden;
}

.route_1_box .route_dark_pic_box {
	background:#c61722;
	height: 100px;
}

.route_2_box .route_dark_pic_box {
	background:#1d2088;
	height: 114px;
}

.route_3_box .route_dark_pic_box {
	background:#006933;
	height: 100px;
}


.route_pic {
	float:left;
	line-height: 0px;
}

.route_pic img {
	width: 100%;
	max-width: 111px;
}

.route_pic_infor {
	float: left;
    padding-left: 10px;
    width: 140px;
    text-align: left;
}

.route_pic_title {
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color:#fff100;
}

.route_1_box .route_pic_title {
	padding-top: 15px;
}

.route_2_box .route_pic_title {
	padding-top: 10px;
}

.route_3_box .route_pic_title {
	padding-top: 15px;
}

.route_pic_text {
	line-height: 20px;
	color:#ffffff;
	font-size: 14px;
}

.fifty {
	margin-bottom: 50px;
}

.route_dark_more {
	overflow: hidden;
	width: 100%;
    border-radius: 20px;
    display: table;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
	padding-top: 10px;
}

.route_1_box .route_dark_more {
	background:#c61722;
}

.route_2_box .route_dark_more {
	background:#1d2088;
}

.route_3_box .route_dark_more {
	background:#006933;
}

.more_text {
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	margin-top: 10px;
}

.route_1_box .more_text {
	background:#ac1720;
}

.route_2_box .more_text {
	background:#131563;
}

.route_3_box .more_text {
	background:#00562a;
}

.more_sale {
	font-size: 18px;
	font-weight: bold;
	color:#fff100;
	padding: 10px 0;
}

.route_light_box {
	width: 100%;
    border-radius: 20px;
    display: inline-block;
    line-height: 42px;
    box-sizing: border-box;
    background: #ffffff;
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.route_1_box .route_light_box {
	border: 4px solid #c61722;
}

.route_2_box .route_light_box {
	border: 4px solid #1d2088;
}

.route_3_box .route_light_box {
	border: 4px solid #006933;
}

.ramen_detial {
	text-align: center;
	line-height: 0px;
	background:#e95378;
}

.ramen_detial td {
	line-height: 0px;
}


.ramen_detial img {
	width: 100%;
	max-width: 1200px;
	border: 0px;
}

.ramen_detial table {
	width: 100%;
	max-width: 1200px;
}


.golink{
	display:block;
	position: fixed;
	width: 137px;
	height: 137px;
	right: 0;
	bottom: 150px;
	}


/*中間調度區
-----------------------------------------------------------------*/
@media screen and (max-width: 960px) {
    html,
    body {
        width: 100%;
        min-height: 100%;
    }
	
	.center_block {
		width: 90%;
		margin: auto;
	}
	
	.ramen_bowl {
		float: none;
		text-align: center;
		margin: auto;
	}
	
	.ramen_text {
		max-width: none;
    	float: none;
		margin: auto;
		width: 70%;
		padding-top: 0px;
	}
	
	.ramen_pic {
		margin-top: 15px;
	}
	
	.notice_list {
		padding-left: 15px;
	}
	
	.route_1_box,.route_2_box,.route_3_box {
		width: 44%;
	}
	
	.route_pic_infor {
		width: 50%;
	}
	
	.ticket_block > a > div  {
		width:45%;
	}
}



/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    html,
    body {
        width: 100%;
        min-height: 100%;
    }
	
	
	.ticket_product_ticket {
		font-size: 36px;
	}
	
	.ramen_text {
		max-width: none;
    	float: none;
		margin: auto;
		text-align: center;
		width: 100%;
		padding-top: 0px;
	}
	
	.ramen_card {
		display: none;
	}
	
	.route_1_box,.route_2_box,.route_3_box {
		width: 100%;
		margin: auto;
	}
	

	.route_pic_infor {
		width: 300px;
	}
	
	.ticket_block > a > div  {
		width:100%;
	}
	
	.ticket_product_text {
		min-height: 85px;
	}
	
	.golink{
	display:none;
	}
	

	
	
}


/*手機
-----------------------------------------------------------------*/

@media (max-width: 495px) {
    html,
    body {width: 100%; min-height: 100%;}
	
	.header {
		padding-top: 20px;
	}
	
	.ticket_title,.ramen_title,.map_title,.route_title {
		text-align: center;
	}
	
	.ticket_title img {
		float: none;
		margin: auto;
		width: 100%;
		max-width: 124px;
	}
	
	.ticket_title img:last-child {
		display: none;
	}
	
	.ramen_title img {
		float: none;
		margin: auto;
		width: 100%;
		max-width: 332px;
	}
	
	.map_title img {
		float: none;
		margin: auto;
		width: 100%;
		max-width: 177px;
	}
	
	.route_title img {
		float: none;
		margin: auto;
		width: 100%;
		max-width: 229px;
	}
	
	.ticket_left,.ticket_right,.ticket_center,.ticket_new {
		width: 100%;
		float:none;
		margin: 0 auto 20px;
		display: table;
	}
	
	
	.ramen_text {
		text-align: left;
	}
	
	.ramen_pic {
		display: none;
	}
	
	.map_link a {
		display: block;
		position: absolute;
		right: 10px;
		bottom: 10px;
		background: #e7e7e7;
		color: #a8a8a8;
		font-size: 32px;
		text-align: center;
		font-weight: bold;
		height: 40px;
		width: 40px;
		line-height: 36px;
		border-radius: 20px;
	}
	
	.route_pic_infor {
		width: 55%;
	}
	
	
	
.golink{
	display:none;
	}
	
	
	
}

@media (max-width: 480px) {
	.ramen_text_s {
		font-size: 18px;
	}
	
	.ramen_but a {
		font-size: 16px;
	}
	
	.route_pic_infor {
		width: 53%;
	}
	
	.open1,.open2,.open3 {
		display: none;
	}
	
	.golink{
	display:none;
	}
	

}

@media (max-width: 320px) {
	
	.ticket_product_ticket {
		font-size: 30px;
	}
	
	.ticket_product_text {
		font-size: 22px;
	}
	
	.ticket_product_text span {
		font-size: 15px;
	}
	
	.ramen_text_s {
		font-size:14px;
	}
	
	.ramen_text_title {
		font-size: 30px;
    	line-height: 38px;
	}
	
	.route_pic_infor {
		width: 144px;
	}
	
	.golink{
	display:none;
	}
	
	
	
	
}