@charset "UTF-8";
/* CSS Document */

html, body {
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	font-family:"Helvetica Neue", "微軟正黑體", Helvetica, Arial, sans-serif;	
	background: url(../images/bg.jpg) top center repeat-y;
}
img {
	height:auto;
	border:0;
}
h1 {
	font-size: 28px;
    margin-top: 10px;
    margin-bottom: 5px;
	color:#f5821f;
	font-weight:bold;
}
p {
	color: #666;
}
a {
	text-decoration:none;
}
header {
	position: relative;
    padding: 1% 2%;
    height: auto;
	background:rgba(255,255,255,0);
	overflow:hidden;
	z-index:999;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header.smaller {
	height:65px;
	background:rgba(255,255,255,1);
}
.head_logo {
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1120px;
}
.logo {
	width:130px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.logo.smaller {
	width:100px;
}
.logo_right{
	position: absolute;
    width: 21%;
    left: 80%;
    top: 10;
}
.top_banner {
	position: relative;
	width: 100%;
}
.carousel-inner>.item {
	margin-bottom: 30px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.top_kv_img {
	position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 25%;
    z-index: 1;
}
.top_kv01 {
	position: relative;
    margin: 1px auto;
    width: 36%;
    z-index: 10;
}
.top_kv02 {
	position: absolute;
    top: 36vw;
    left: 18%;
    z-index: 1;
    width: 17%;
    max-width: 260px;
}
.top_kv03 {
	position: absolute;
    top: 36vw;
    right: 18%;
    z-index: 1;
    width: 17%;
    max-width: 260px;
}
.top_kv04 {
	position: absolute;
    top: 10px;
    right: 10px;
    width: 21%;
}
.icon_hotel {
	width: 49%;
	float: left;
	margin-right: 1%;
}
.icon_hotel_content {
	width: 18%;
    max-width: 125px;
    display: block;
    margin-bottom: 10px;
	margin-right: 10px;
    float: left;
}
.icon_hotel_up {
	width: 7.7%;
    max-width: 125px;
    display: block;
    margin-bottom: 10px;
	margin-right: 10px;
    float: left;
}
.slide_cap {
    width: 18%;
    position: absolute;
    top: 79%;
    left: 60%;
    text-align: center;
}
.slide_cap h3 {
    margin: 0;
    font-size: 18px;
}
.slide_cap p {
    margin: 0;
    font-size: 14px;
}
.wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
}
.container {
	position:relative;
    padding:0 15px;
    width:100%;
}
.info_shoryudo {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding: 10px 8%;
}
.info_shoryudo h2 {
	color: #342912;
	font-size: 22px;
	margin: 10px 6% 40px 6%;
}
.info_shoryudo h2 span {
	font-size: 32px;
	font-weight: bold;
}
.info_side_desktop {
	position: relative;
	width: 100%;
}
.info_side_mobile {
	display: none;
}
.info_view {
    position: relative;
    float: left;
    margin: 0 1.15%;
    width: 31%;
}
.info_view h4 {
    font-family: "新細明體", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 16px;
    color: #bf272d;
    font-weight: bold;
    margin: 14px 0 3px 0;
}
.info_view p {
	font-size: 14px;
	color: #333;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-control.left {
	margin-left: -12%;
}
.carousel-control.right {
	margin-right: -12%;
}
.glyphicon {
    top: 40%;
}
.product {
	position: relative;
	margin: 10px 5% 60px 5%;
	width: 90%;
}
.product_img {
	position: relative;
	width: 30%;
}
.product_content {
	position: relative;
	width: 67%;
}
.img_r .product_img {
	float: right;
}
.img_r .product_content {
	float: left;
}
.img_l .product_img {
	float: left;
}
.img_l .product_content {
	float: right;
}
.product_content h3 {
	font-family: "新細明體", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 18px;
	color: #be1e2d;
	margin-bottom: 2px;
}
.product_content h2 {
	font-size: 28px;
	color: #754d29;
	font-weight: bolder;
	margin: 0;
}
.product_content h2 span {
	font-size: 20px;
	color: #231f20;
	font-weight: bolder;
}
.product_content h5 {
	font-size: 16px;
	color: #603813;
	margin-top: 2px;
}
.product_content p {
	font-size: 18px;
	color: #cb3c33;
}
.product_content ul {
	font-size: 16px;
    color: #333;
    padding-left: 25px;
}
.btn_join {
	position: relative;
	width: 230px;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.btn_join:hover {
	opacity: 0.7;
}
.smile {
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1200px;
}
.products_term {
	padding:20px 10px 10px 20px;
	font-size:12px;
	color:#666;
}
footer {
	position:relative;
	margin:0px auto;
	padding:10px 0;
	width:100%;
	background:#efefef;
	font-size:12px;
	color:#666;
}
footer a {
	color:#666;
}
.footer_info {
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1200px;
}
.copyright {
	text-align:left;
}
.stock {
	text-align:center;
}
.term {
	text-align:right;
}
@media (max-width: 1920px) {
}
@media (max-width: 1620px) {
}
@media (max-width: 1200px) {
.carousel-inner {
    position: relative;
    width: 100%;
    overflow:auto;
	overflow-x: hidden;
}
.carousel-inner>.item {
    margin-bottom: 50px;
}
	.top_kv_img {
		top: 1%;
		right: 0;
		margin: 0 auto;
		width: 28%;
		z-index: 1;
	}
	.top_kv01 {
		margin: 1px auto;
		width: 42%;
		z-index: 10;
	}
	.top_kv02 {
		top: 43vw;
		left: 10%;
		width: 22%;
	}
	.top_kv03 {
		top: 43vw;
		right: 10%;
		width: 22%;
	}
	.top_kv04 {
		position: absolute;
		top: 0px;
		right: 10px;
		width: 35%;
	}
	.slide_cap {
		width: 22%;
		top: 74%;
		left: 60%;
	}
	.slide_cap h3 {
		margin: 0;
		font-size: 16px;
	}
	.slide_cap p {
		margin: 0;
		font-size: 14px;
	}
}
@media (max-width: 970px) {
.copyright {
	text-align:center;
}
.stock {
	text-align:center;
}
.term {
	text-align:center;
}
}
@media (max-width: 768px) {
	.carousel-inner>.item {
		margin-bottom: 90px;
	}
	.info_side_desktop {
		display: none;
	}
	.info_side_mobile {
		display: block;
		position: relative;
		width: 100%;
	}
	.info_side_mobile .info_view {
		width: 100%;
	}
	.top_kv {
		width: 200%;
		margin-left: -50%;
	}
	.slide_cap {
		width: 34%;
		top: 74%;
		left: 60%;
	}
	.top_kv01 {
		position: relative;
		margin: 1px auto;
		width: 55%;
		z-index: 10;
	}
	.top_kv02 {
		top: 61vw;
		left: 10%;
		width: 28%;
		z-index: 10;
	}
	.top_kv03 {
		top: 61vw;
		right: 10%;
		width: 28%;
	}
	.top_kv_img {
		top: 1%;
		left: 0;
		width: 47%;
	}
	.slide_cap {
		width: 42%;
		top: 90%;
		left: 0%;
		right: 0;
		margin: 0 auto;
	}
	.info_shoryudo h2 {
		font-size: 18px;
	}
	.info_shoryudo h2 span {
		font-size: 26px;
	}
	.glyphicon {
		top: 29%;
		width: 60%;
	}
	.icon_hotel {
		width: 30%;
		margin-right: 1%;
	}
	.product_title {
		position: relative;
		margin-bottom: 40px;
		width: 100%;
		overflow: hidden;
	}
	.product_title img {
		width: 150%;
		margin-left: -25%;
	}
	.img_r .product_img {
		float: none;
		margin: 0 auto;
		width: 70%;
	}
	.img_r .product_content {
		float: none;
		width: 100%;
	}
	.img_l .product_img {
		float: none;
		margin: 0 auto;
		width: 70%;
	}
	.img_l .product_content {
		float: none;
		width: 100%;
	}
	.btn_join {
		margin: 20px auto;
		width: 46%;
		max-width: 400px;
	}
}
@media (max-width: 414px) {
	.top_kv {
		width: 300%;
		margin-left: -100%;
	}
	.top_kv_img {
		top: 4%;
		left: 4%;
		width: 68%;
	}
	.slide_cap {
		width: 58%;
		top: 90%;
		left: 0%;
		right: 0;
		margin: 0 auto;
	}
	.top_kv01 {
		margin: 1px auto;
		width: 90%;
	}
	.top_kv02 {
		top: 0;
		left: 0;
		right: 0;
		width: 58%;
		margin: 0 auto;
		z-index: 10;
		position: relative;
	}
	.top_kv03 {
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 58%;
		position: relative;
	}
	.info_shoryudo {
		padding: 10px 1%;
	}
	.info_shoryudo h2 {
		margin: 10px 0 40px 0;
	}
	.carousel-control.left {
		margin-left: 0%;
	}
	.carousel-control.right {
		margin-right: 0%;
	}
	.glyphicon {
		top: 23%;
		width: 70%;
	}
	.icon_hotel {
		width: 40%;
		margin-right: 1%;
	}
	.product_title img {
		width: 250%;
		margin-left: -75%;
	}
	.product {
		margin: 10px auto 60px auto;
		width: 100%;
	}
	.product_content h2 {
		font-size: 24px;
	}
	.product_content h3 {
		font-size: 16px;
	}
	.img_r .product_img {
		width: 90%;
	}
	.img_l .product_img {
		width: 90%;
	}
	.btn_join {
		width: 70%;
	}
	.icon_hotel_up {
		width: 14%;
	}
	.icon_hotel_content {
		width: 35%;
		max-width: 240px;
	}
}