@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Microsoft JhengHei;
	background-color: #0099FF;
}
::selection {
	color: #FFFFFF;
	background-color: #0099FF;
}
::-moz-selection {
	color: #FFFFFF;
	background-color: #0099FF;
}
::-webkit-selection {
	color: #FFFFFF;
	background-color: #0099FF;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img {
	border-style: none;
}
.backToTop {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 50px;
	z-index: 900;
	background-image: url(../images/gotop.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.backToTop:hover {
	background-position: 0px -50px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center !important;
}
i {
	margin: 0 5px 0 0;
}
label, input, select, button {
	border: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}





/*-------------------- 頭部 --------------------*/
.logo_menu {
	width: 100%;
	height: 80px;
	position: fixed;
	z-index: 1100;
	background-color: #0099FF;
	-webkit-transition: height 0.5s, background-color 0.5s;
	-o-transition: height 0.5s, background-color 0.5s;
	-moz-transition: height 0.5s, background-color 0.5s;
	transition: height 0.5s, background-color 0.5s;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.10);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.10);
}





/*-------------------- 頭部置頂 --------------------*/
.fix-menu .logo_menu {
	height: 60px;
	background-color: rgba(0,153,255,0.90);
}
.fix-menu .logo img {
	height: 50px;
	padding: 4px 0 0 0;
}





/*-------------------- 上方連結 --------------------*/
.top_icon {
	color: #FFFFFF;
	font-size: 14px;
	background-color: #222222;
}
.top_icon .left ul li {
	width: 340px;
	height: 15px;
	font-weight: bold;
	overflow: hidden;
}
.top_icon ul li {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 8px 0 8px 10px;
	border-left: thin solid rgba(255,255,255,0.50);
}
.top_icon ul li:nth-child(1) {
	border-left: none;
}
.top_icon a {
	color: #FFFFFF;
}
.top_icon a:hover {
	color: #0099FF;
}





/*-------------------- 商標 --------------------*/
.logo img {
	height: 60px;
	padding: 10px 0 0 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.logo:hover img {
	transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
}





/*-------------------- 輪播 --------------------*/
.slider {
	width: 100%;
	margin: 80px 0 0 0;
}





/*-------------------- 沙灘 --------------------*/
.beach {
	padding: 60px 0 40px 0;
	position: relative;
	top: -42px;
	z-index: 91;
	background-image: url(../images/bg_01.png);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.beach .left {
	width: 40%;
	margin: 20px 0;
}
.beach .right {
	width: 56%;
	margin: 20px 0;
}
.beach img {
	width: 100%;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 5px #999999;
	box-shadow: 3px 3px 5px #999999;
}
.be_ti {
	width: 100%;
	height: 174px;
	color: #9D816B;
	font-weight: bold;
	background-image: url(../images/canoe.png);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}
.be_ti h2 {
	margin: 0;
	padding: 20px 0 0 60px;
	font-size: 30px;
	letter-spacing: 2px;
}
.be_ti strong {
	color: #E6411B;
	font-size: 40px;
}
.be_ti span {
	color: #E6411B;
}
.beach p {
	color: #023869;
	line-height: 25px;
	text-align: justify;
	letter-spacing: 1px;
}





/*-------------------- 海浪 --------------------*/
.wave {
	padding: 120px 0 10px 0;
	position: relative;
	top: -74px;
	z-index: 92;
	background-image: url(../images/bg_02.png);
	background-position: center top;
	background-size: cover;
	background-repeat: repeat-y;
}
.wa_bo {
	width: 100%;
	border-top: 2px solid #E6411B;
}
.wa_ti {
	width: 283px;
	height: 78px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	top: -50px;
	color: #9D816B;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(../images/paddle.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.wa_ti h2 {
	margin: 0;
	font-size: 30px;
	text-align: center;
	letter-spacing: 2px;
	position: relative;
	bottom: 40px;
}
.wa_ti strong {
	color: #E6411B;
	font-size: 40px;
}
.wa_ti span {
	color: #E6411B;
}
.wa_bo .left, .wa_bo .right {
	width: 2px;
	height: 20px;
	position: relative;
	top: -80px;
	background-color: #E6411B;
}
.wa_ck h2 {
	margin: 50px 0 0 0;
	color: #E6411B;
	letter-spacing: 1px;
}
.wa_ck p {
	color: #023869;
	line-height: 25px;
	text-align: justify;
	letter-spacing: 1px;
}
.wa_ck span {
	padding: 0 10px;
	font-weight: bold;
	font-size: 20px;
}
.wa_ck .phone a {
	color: #E6411B;
}
.wa_ck .line a {
	color: #00C800;
}
.wa_ck ul {
	margin-left: 20px;
}
.wa_ck ul li {
	margin: 20px 0;
	color: #023869;
	line-height: 25px;
	text-align: justify;
	letter-spacing: 1px;
	list-style-type: disc;
}
.wa_ck strong, .wa_ck p a, .wa_ck ul li a {
	padding: 0 5px;
	color: #CC00FF;
	text-decoration: underline;
}
.wa_ck p a:hover, .wa_ck ul li a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFCC33;
}





/*-------------------- 海浪4大框 --------------------*/
.sign_box {
	width: calc(100%/4 - 30px);
	margin: 10px;
	padding: 5px !important;
	float: left;
	border-radius: 10px;
	text-align: center;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px #CCCCCC;
	box-shadow: 0px 0px 5px #CCCCCC;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sign_box2 {
	width: calc(100%/3 - 30px);
}
.sign_box:hover {
	background-color: #0099FF;
}
.sign_box .pic {
	border-radius: 5px;
	overflow: hidden;
}
.sign_box img {
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sign_box:hover img {
	transform: scale(1.1);
	transition: 1.5s;
}
.sign_box h3 {
	margin: 10px 0;
	color: #0099FF;
	font-size: 22px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sign_box:hover h3 {
	color: #FFCC33;
}
.sign_box p {
	margin: 10px 0;
	text-align: center;
	letter-spacing: 0px;
}
.sign_box .sale  {
	color: #000000;
	font-weight: bold;
}
.sign_box .sale strong {
	padding: 0 5px;
	color: #E6411B;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sign_box:hover .sale strong {
	padding: 0 5px;
	color: #FFFFFF;
}
.sign_box .sale b {
	display: inline-block;
	font-size: 22px;
}
.sign_box .sale span {
	display: inline-block;
	font-weight: normal;
	font-size: 15px;
}
.sign_box2 .time {
	padding: 0 10px;
	text-align: justify;
}
.sign_box .money {
	color: #BBBBBB;
	font-size: 15px;
	text-decoration: line-through;
}
.sign_box .sign_btn {
	width: 70%;
	margin: 0 auto 7px auto;
	padding: 10px 0;
	color: #0099FF;
	font-weight: bold;
	border: thin solid #0099FF;
	border-radius: 50px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sign_box:hover .sign_btn {
	color: #000000;
	border: thin solid #FFCC33;
	background-color: #FFCC33;
}




/*-------------------- 表格1 --------------------*/
.tab1 {
	margin: 20px 0;
	color: #023869;
	border: thin solid #8DD1FF;
}
.tab1 tbody tr:nth-child(even) {
	background-color: #FFFFFF;
}
.tab1 tbody tr:nth-child(odd) {
	background-color: #F0F8FF;
}
.tab1 tbody tr th {
	color: #FFFFFF;
	text-align: center;
	background-color: #0099FF;
}
.tab1 tbody tr td {
	text-align: left;
}




/*-------------------- 表格2 --------------------*/
.tab2 {
	margin: 20px 0;
	color: #023869;
	text-align: center;
	border: thin solid #CCCCCC;
}
.tab2 tbody tr th {
	color: #FFFFFF;
	background-color: #BBBBBB;
}
.tab2 tbody tr th:last-child {
	color: #FFFFFF;
	background-color: #E6411B;
}
.tab2 tbody tr td {
	background-color: #FFFFFF;
}
.tab2 strong {
	color: #E6411B;
	text-decoration: none;
}
.tab2 b {
	font-size: 22px;
}





/*-------------------- 底部 --------------------*/
footer {
	position: relative;
	top: -35px;
}
.m_div {
	width: calc(100%/5 - 30px);
	height: 165px;
	margin: 15px;
	float: left;
	text-align: center;
}
.m_div a i {
	color: #FFCC33;
	font-size: 50px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.m_div a:hover i {
	transform: rotate(360deg);
}
.m_div a h2 {
	color: #CCCCCC;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.m_div a:hover h2 {
	color: #000000;
}
.m_div a p {
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.m_div a:hover p {
	color: #FFCC33;
}
.m_div a p.big {
	font-size: 25px;
}





/*-------------------- 版權 --------------------*/
.copy {
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	background-color: #222222;
}
.copy p {
	margin: 0;
}





/*-------------------- 內頁海浪 --------------------*/
.wave2 {
	padding: 120px 0 10px 0;
	position: relative;
	top: -35px;
	z-index: 92;
	background-image: url(../images/bg_02.png);
	background-position: center top;
	background-size: cover;
	background-repeat: repeat-y;
}





/*-------------------- 內頁 --------------------*/
.page_bg {
	height: 300px;
	margin: 80px 0 0 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.page_title {
	margin: 0 0 30px 0;
	padding: 0;
	color: #0099FF;
	text-align: center;
}
.see {
	position: relative;
	top: -95px;
	color: #666666;
	font-size: 14px;
}
.see a {
	color: #666666;
}
.see a:hover, .see strong {
	color: #0099FF;
}
.left_menu {
	margin: 0 0 50px 0;
	border: thin solid #0099FF;
}
.left_menu h3 {
	margin: 0;
	padding: 10px 0;
	color: #FFFFFF;
	text-align: center;
	border-bottom: thin solid #FFFFFF;
	background-color: #222222;
}
.left_menu a li {
	padding: 10px;
	color: #666666;
	border-bottom: thin dashed #999999;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.left_menu a:hover li, .left_menu li.on {
	padding: 10px 10px 10px 20px;
	color: #FFFFFF;
	border-bottom: thin dashed #FFFFFF;
	background-color: #0099FF;
}
.left_menu a:nth-last-child(1) li {
	border-bottom: none;
}





/*-------------------- 獨木舟季節 --------------------*/
.season .left {
	width: 40%;
	margin: 20px 0;
}
.season .right {
	width: 56%;
	margin: 20px 0;
}
.season img {
	width: 100%;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 5px #999999;
	box-shadow: 3px 3px 5px #999999;
}
.season .right strong {
	color: #E6411B;
	font-size: 40px;
}
.season .right p {
	color: #023869;
	line-height: 25px;
	text-align: justify;
	letter-spacing: 1px;
}





/*-------------------- 花蓮溪 --------------------*/
.canoe5 .right {
	width: 50%;
	margin: 20px;
}
.canoe5 img {
	width: 100%;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 5px #999999;
	box-shadow: 3px 3px 5px #999999;
}





/*-------------------- SUP Q&A --------------------*/
.wa_ck h3 {
	margin: 20px 0;
	padding-top: 20px;
	color: #0099FF;
	border-top: thin dashed #CCCCCC;
}
.wa_ck h3 {
}
.wa_ck span.h3qa {
	padding: 0px;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}





/*-------------------- SUP 表單 --------------------*/
.can_f_ti {
	color: #0099FF;
	font-weight: bold;
	font-size: large;
}
.can_f_note {
	margin-top: 20px;
}
.can_f_note img {
	margin-right: 10px;
}
.can_f_note p {
	margin: 10px 0;
}

.can_f_box {
	margin-top: 30px;
	padding-top: 10px;
	border-top: thin dashed #999999;
}
.can_f_box strong {
	padding: 0 5px 0 0;
	color: #DC0000;
	font-weight: bold;
	font-size: large;
	text-decoration: none;
}
.can_form {
	margin: 20px 0;
}
.sexybox {
	margin: 35px 0;
}
.sexybox label {
	width: auto;
}

form {
	width: 100%;
	font-size: medium;
}
label {
	width: 100%;
	transition: all 500ms ease;
}
label:hover {
	color: #0099FF;
}
input[type="text"], input[type="date"], input[type="password"], input[type="email"], input[type="tel"], select {
	width: calc(100% - 22px);
	margin: 10px 0;
	padding: 10px;
	color: #0099FF;
	border: thin solid #CCCCCC;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.50);
	outline: none;
	transition: all 500ms ease;
}
select {
	width: calc(100% - 22px);
	margin: 10px 0;
	padding: 12px 10px;
}
input[type="text"]:hover, input[type="text"]:focus,
input[type="date"]:hover, input[type="date"]:focus,
input[type="password"]:hover, input[type="password"]:focus,
input[type="email"]:hover, input[type="email"]:focus,
input[type="tel"]:hover, input[type="tel"]:focus,
select:hover {
	-webkit-box-shadow: inset 1px 1px 2px 0px #CCCCCC;
	box-shadow: inset 1px 1px 2px 0px #CCCCCC;
}
input[type="button"], input[type="submit"], input[type="reset"], .cart_btn a {
	margin: 0 10px 30px 10px;
	padding: 10px 20px;
	color: #FFFFFF;
	text-align: center;
	border: none;
	border-radius: 10px;
	background-color: #0099FF;
	outline: none;
	transition: all 500ms ease;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, .cart_btn a:hover {
	background-color: #000000;
}
input[type="radio"] {
	margin-right: 5px;
	position: relative;
	top: 2px;
	zoom: 120%;
}





/*-------------------- 加好友+來電 --------------------*/
.qlink {
	width: 100px;
	height: 100px;
	/*max-width: 590px;*/
	display: block;
	position: fixed;
	bottom: 100px;
	z-index: 999;
	font-family: "微軟正黑體";
	font-weight: bold;
	right: 0px;
}
.qlink li {
	/*width: 25%;
	margin: 0 1.5%;*/
	padding: 10px;
	float: left;
	text-align: center;
	list-style: none;
	border-radius: 20px;
}
.qlink li:nth-child(1) {
	background-color: #EAC1C1;
}
.qlink li:nth-child(2) {
	background-color: #C4EAC1;
}
.qlink li:nth-child(3) {
	background-color: #8ED9F9;
}
.qlink li:nth-child(1):hover {
	background-color: #702727;
}
.qlink li:nth-child(2):hover {
	background-color: #2F7028;
}
.qlink li:nth-child(3):hover {
	background-color: #288EC9;
}
.qlink li a:link, .qlink li a:active, .qlink li a:visited {
	display: block;
	color: #702727;
}
.qlink li:nth-child(2) a:link, .qlink li:nth-child(2) a:active, .qlink li:nth-child(2) a:visited {
	display: block;
	color: #2F7028;
}
.qlink li:nth-child(3) a:link, .qlink li:nth-child(3) a:active, .qlink li:nth-child(3) a:visited {
	display: block;
	color: #007AC1;
}
.qlink li a:hover, .qlink li:nth-child(2) a:hover, .qlink li:nth-child(3) a:hover {
	color: #FFFFFF;
}
.qlink li a .fa {
	margin-right: 5px;
	position: relative;
	font-size: 25px;
}
.qlink li a .fa.fa-commenting {
	top: 4px;
}
.qlink li a .fa.fa-phone {
	top: 5px;
}
.qlink li a .fa.fa-mouse-pointer {
	font-size: 20px;
	top: 2px;
}





/*-------------------- 991px --------------------*/

@media screen and (max-width: 991px) {
.left, .right {
	float: none;
	display: block;
}

/*-------------------- 上方連結 --------------------*/
.top_icon .left {
	float: left;
}
.top_icon .right {
	float: right;
}

/*-------------------- 沙灘 --------------------*/
.beach .left, .beach .right, .season .left, .season .right, .canoe5 .right {
	width: 100%;
}
.beach .be_ti h2 {
	padding: 20px 0 0 18%;
}
	
/*-------------------- 海浪 --------------------*/
.wa_bo .left {
	float: left;
}
.wa_bo .right {
	float: right;
}
	
/*-------------------- 海浪4大框 --------------------*/
.sign_box {
	width: calc(100%/2 - 30px);
}
.sign_box2 {
	width: calc(100% - 30px);
}

/*-------------------- 底部 --------------------*/
.m_div {
	width: calc(100%/3 - 30px);
}
	
/*-------------------- 內頁 --------------------*/
.page_title {
	text-align: center;
}
.see {
	bottom: 15px;
}
}





/*-------------------- 768px --------------------*/

@media screen and (max-width: 768px) {
/*-------------------- 頭部 --------------------*/
.logo_menu {
	top: 70px !important;
}

/*-------------------- 頭部置頂 --------------------*/
.fix-menu .logo_menu {
	top: 0px !important;
	-webkit-transition: top 0.5s;
	-o-transition: top 0.5s;
	-moz-transition: top 0.5s;
	transition: top 0.5s;
}

/*-------------------- 上方連結 --------------------*/
.top_icon {
	text-align: center;
}
.top_icon .left, .top_icon .right {
	float: none;
	display: block;
}
.top_icon .left ul li {
	margin: 0;
	padding: 8px 0;
}

/*-------------------- 沙灘 --------------------*/
.beach .be_ti h2 {
	padding: 20px 0 0 0;
}
	
/*-------------------- 海浪 --------------------*/
.wave, .wave2 {
	background-size: 110%;
}
.wa_ck span {
	display: block;
	margin: 10px 0;
}

/*-------------------- 底部 --------------------*/
.m_div {
	width: calc(100%/2 - 30px);
	margin: 30px 15px;
}
	
/*-------------------- 花蓮溪 --------------------*/
.canoe5 .right {
	width: 100%;
	margin: 20px 0;
}
}