@charset "UTF-8";
/* CSS Document */
body {
	font-family: "微軟正黑體", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background: url(../images/bg.jpg) top center repeat;
}
.top_bar {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 9999;
}
.top_menu {
	position: relatives;	
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.navbar-brand {
	width: 10%;
	padding-bottom: 10px;
	max-width: 140px;
	min-width: 100px;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.navbar-toggler {
    padding: .20rem 0rem;
    background-color: transparent;
    border: 0px solid transparent;
	display: none;
}
.right_logo {
    position: relative;
    float: right;
    width: 280px;
    margin: 19px 10px 16px 0;
}
#nav-icon{
  width: 40px;
  height: 30px;
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #005ba6;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 0px;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 12px;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 24px;
}

#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon.open span:nth-child(5) {
  left: 5px;
  top: 17px;
}

#nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 17px;
}
.collapse.show {
    border-top: 1px dotted #ccc;
}
.sub_bar {
	position: relative;
    padding: 5px 0;
    background: #007bff;
}
.sub_menu {
	position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar; 
}
.sub_menu::-webkit-scrollbar {
  display: none; }
.sub_menu a {
	color: #fff;
}
.top_banner {
	margin: 0 auto 30px auto;
	padding-top: 77px;
}
.carousel {
    width: 100%;
	text-align: center;
}
.carousel-inner {
    max-height: 628px;
}
.top_banner_img_mask {
	width: 100%;
	max-height: 628px;
}
.top_banner_img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
	max-width: 2128px;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1200px;
}
.carousel-caption {
	left: 0;
    right: 0;
    bottom: 0;
    top: 8%;
    width: 55%;
    max-width: 732px;
    margin: 0 auto;
    padding: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.carousel-caption div:first-child {
	animation-delay: 0s;
}
.carousel-caption div:nth-child(2) {
	animation-delay: 0.2s;
}
.carousel-caption button {
	animation-delay: 0.4s;
}
.product {
    position: relative;
    margin: 0 auto 50px auto;
    padding-bottom: 50px;
    width: 100%;
    max-width: 1140px;
    border-bottom: 1px solid #897251;
}
.product_img {
	position: relative;
	float: right;
	margin-bottom: 25px;
	width: 33%;
	max-width: 370px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.7);
}
.l_prod .product_img {
	float: left;
}
.l_prod .product_content {
	float: right;
}
.product_img img {
	width: 100%;
	display: block;
}
.product_content {
	position: relative;
	float: left;
	width: 66%;
}
.product_content h3 {
    font-size: 22px;
    color: #ffe3b6;
    font-weight: 500;
}
.product_content h3 span {
	font-size: 18px;
	color: #b2a083;
	font-weight: normal;
}
.product_content p {
	font-size: 18px;
	color: #fff;
}
.product_content .date {
	font-size: 18px;
	color: #FB5A5A;
}
.product_content ul {
	font-size: 14px;
	color: #d3c7c2;
    padding-left: 23px;
}
.product_content ul li {
	margin-bottom: 5px;
	line-height: 18px;
}
.product_content .date {
    font-size: 14px;
    color: #FB5A5A;
}
.icon_5strs {
	position: relative;
    width: 105px;
    margin-bottom: 15px;
}
.product_special {
	position: relative;
	width: 100%;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.7);
}
.special_onsen {
	position: relative;
    float: left;
    margin-right: 1px;
    padding: 8px 0 6px 55px;
    width: calc(44% - 0px);
    height: 50px;
    font-size: 16px;
    line-height: 18px;
    background: url(../images/special_bg.jpg) repeat;
}
.special_fright {
	position: relative;
	float: left;
	margin-right: 1px;
	padding: 16px 0 16px 55px;
	width: calc(23.5% - 1px);
    height: 50px;
    font-size: 16px;
    line-height: 18px;
	background: url(../images/special_bg.jpg) repeat;
}
.t07 .special_fright {
    width: calc(67.5% - 1px);
}
.t10 .special_onsen {
	width: calc(67.5% - 1px);
}
.spceial_icon {
	position: absolute;
    top: 0;
    left: 0;
    width: 55px;
}
.special_book {
    position: relative;
    float: right;
    width: calc(32.5% - 1px);
    height: 50px;
    color: #ffda9a;
    font-size: 20px;
    text-align: right;
    font-weight: bold;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.7);
}
.special_book a {
    display: block;
    padding: 9px 5px 11px 0;
    width: 100%;
    height: 50px;
    background: #cb2026;
    color: #ffda9a;
    font-size: 20px;
    text-align: right;
    font-weight: bold;
}
.special_book a:hover {
	text-decoration: none;
	background: #990000;
}
.special_book img {
	width: 25px;
    margin-top: -2px;
}
.btn-block {
    display: block;
    width: 94%;
    position: absolute;
    left: 3%;
    right: 3%;
    bottom: 1.5%;
}
 .btn_pop {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 display: block;
	 width: 100%;
	 height: 100%;
}
.btn_close {
	 position: absolute;
	 top: 5px;
   right: 5px;
   z-index: 1;
}
.tnc_warp {
	width: 100%;
    padding: 30px;
    background: #fff;
}
.tnc {
	position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
}
.tnc ul {
	margin-bottom: 0;
	padding-left: 20px;
}
.tnc ul li {
	font-size: 12px;
	color: #999;
}
.foot_bg {
	position: relative;
	width: 100%;
	background: #fff;
}
footer {
	position: relative;
    margin: 0px auto 0 auto;
    padding: 10px;
    width: 100%;
    max-width: 1140px;
    background: #fff;
    font-size: 11px;
    text-align: center;
    /* color: #666; */
    border-top: 1px solid #ccc;
}
footer span {
	white-space: nowrap;
}
.footer01 {
	position: relative;
    float: left;
	margin-right: 3%;
    width: 12%;
    max-width: 141px;
}
.footer02 {
	position: relative;
    float: left;
    padding-top: 12px;
    width: 25%;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 14px;
    font-weight: 400;
}
.footer03 {
	position: relative;
    float: right;
    width: 50%;
    max-width: 590px;
}
@media (max-width: 2000px) {
	.top_banner_img {
		left: -10%;
		right: -10%;
		width: 120%;
		max-width: 2128px;
		height: auto;
	}
	.top_banner_img_mask {
		width: 68%;
		max-height: 628px;
	}
}
@media (max-width: 1024px) {
	.right_logo {
		width: 260px;
		height: 36px;
		margin: 22px 10px 19px 0;
	}
	.right_logo img {
		width: 100%;
		height: auto;
	}
	.top_banner {
		padding-top: 106px;
	}
	.top_banner_img_mask {
		width: 102%;
		max-height: 628px;
	}
	.top_banner_img {
		left: -40%;
		right: -40%;
		width: 180%;
		max-width: 2128px;
		height: auto;
	}
	.carousel-caption {
		width: 67%;
	}
	.product_content h3 {
		font-size: 22px;
	}
	.product_content h3 span {
		font-size: 16px;
	}
	.product_content p {
		font-size: 18px;
	}
	.special_onsen {
		padding: 10px 0 8px 55px;
		width: calc(44% - 1px);
		font-size: 14px;
		line-height: 16px;
	}
	.special_fright {
		padding: 17px 0 17px 55px;
		font-size: 14px;
		line-height: 16px;
	}
	.t07 .special_fright {
		width: calc(67.5% - 0px);
	}
	.t10 .special_onsen {
		width: calc(67.5% - 0px);
	}
	.special_book {
		padding: 0;
		font-size: 18px;
	}
	.footer02 {
		position: relative;
		float: left;
		padding-top: 5px;
		width: 25%;
		text-align: left;
		font-size: 10px;
		color: #666;
		line-height: 12px;
		font-weight: 400;
	}
	.copyright {
		text-align:center;
	}
	.stock {
		text-align:center;
	}
	.term {
		text-align:center;
	}
}
@media (max-width: 768px) {
	.top_banner {
		padding-top: 111px;
	}
	.top_banner_img_mask {
		width: 108%;
	}
	.top_banner_img {
		left: -45%;
		right: -45%;
		width: 190%;
		max-width: 2128px;
		height: auto;
	}
	.carousel-caption {
		top: 6%;
		width: 80%;
	}
	.sub_bar {
		overflow: scroll;
	}
	.nav {
		display: -webkit-inline-box;
	}
	.product_content {
		width: 64%;
	}
	.special_onsen {
		width: calc(70% - 1px);
		margin-bottom: 1px;
	}
	.special_fright {
		width: calc(30% - 0px);
		float: right;
		margin-right: 0;
		margin-bottom: 1px;
	}
	.t07 .special_fright {
		width: calc(100% - 0px);
	}
	.t10 .special_onsen {
		width: calc(100% - 0px);
	}
	.special_book {
		width: 100%;
	}.footer01 {
		display: none;
	}
	.footer02 {
		position: relative;
		float: none;
		padding-top: 12px;
		width: 100%;
		text-align: left;
		font-size: 12px;
		color: #666;
		line-height: 14px;
		font-weight: 300;
		text-align: center;
	}
	.footer03 {
		position: relative;
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 590px;
	}
}
@media (max-width: 576px) {
	body {
		width: 100vw;
		height: 100vh;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin: 0;
	}
	.right_logo {
		width: 240px;
	}
	.top_banner {
		padding-top: 77px;
	}
	.top_banner_img_mask {
		width: 129%;
	}
	.top_banner_img {
		left: -65%;
		right: -65%;
		width: 230%;
	}
	.carousel-caption {
		top: 6%;
		width: 96%;
	}
	.wrapper {
		padding: 0px 30px;
	}
	.product_img {
		float: none;
		margin-bottom: 20px;
		width: 100%;
		max-width: inherit;
	}
	.product_content {
		position: relative;
		float: none;
		width: 100%;
	}
	.product_content h3 {
		font-size: 19px;
	}
	.product_content h3 span {
		font-size: 14px;
	}
	.product_content p {
		font-size: 14px;
	}
	.product_content ul {
		font-size: 12px;
		padding-left: 20px;
	}
	.product_content ul li {
		line-height: 16px;
	}
	.product_content .date {
		font-size: 12px;
	}
	.special_onsen {
		width: calc(100% - 0px);
		margin-bottom: 1px;
		padding: 10px 10px 8px 55px;
		font-size: 12px;
	}
	.special_fright {
		width: calc(100% - 0px);
		float: right;
		margin-right: 0;
		margin-bottom: 1px;
		padding: 17px 0 17px 55px;
		font-size: 12px;
	}
}