img {
	vertical-align: bottom;
	max-width: 100%;
	width: auto;
	height: auto;
	border: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "微軟正黑體","蘋果儷黑體" ,Andes, Arial, Verdana, Helvetica, sans-serif;
	background-color: #f9f9f9;
}
.p_show {
	display: block;
}
.m_show {
	display: none;
}
.wrapper {
	width: 100%;
	height: 100%;
}
.footer{
	background-color: #000000;
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0px;
	z-index: 2;
	padding: 10px;
}
.footer img{
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.cbox1 {
	background-image: url(../images/pc/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center; /*左右居中*/
	align-items: center; /*上下居中*/
}
.cbox1 .index{
	max-width: 35%;
}
.top{
	position: fixed;
	z-index: 3;
	bottom: 10%;
	right: 30px;
	display: inline-block;
	width: 70px;
	cursor: pointer;
}
.down{
	position: absolute;
	z-index: 3;
	bottom: 10%;
	cursor: pointer;
}
.line{
	position: absolute;
	z-index: 3;
	bottom: 10%;
	cursor: pointer;
	width: 33px;
	left: 15px;
	display: none;
}

.share{
	position: absolute;
	z-index: 3;
	top: 20px;
	right: 30px;
}
.share img{
	height: 60px;	
}
.cbox2 {
	background-image: url(../images/pc/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	background-color: #101d50;
	text-align: center;
}
.t1 {
	max-width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.banner{
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.banner_m{
	display: none;
}
.banner_m2{
	display: none;
}
.swiper-button-prev{
	background-image: url(../images/pc/prev.svg);
	background-repeat: no-repeat;
	background-size: 45px auto;
	width: 45px;
	outline: 0px;
}
.swiper-button-next{
	background-image: url(../images/pc/next.svg);
	background-repeat: no-repeat;
	background-size: 45px auto;
	width: 45px;
	outline: 0px;
}
.banner_shop{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/pc/bg3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 150px;
}
.shop{
	display: flex;
	flex-wrap: wrap; /*換行*/
}
.shop .box{
	width: calc(100%/3);
}
.shop .title{
	color: #bd8f30;
	font-weight: bold;
	font-size: 1.3vw;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.shop .address{
	color: #FFFFFF;
	font-size: 1vw;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.shop .tel{
	color: #FFFFFF;
	font-size: 1vw;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-decoration: none;
	display: block;
}
.shop .map{
	width: 40px;
	margin-bottom: 40px;
}
.menu{
	display: flex;
	justify-content: center; /*左右居中*/
	color: #FFFFFF;
	font-size: 2vw;
	letter-spacing: 0.8vw;
	margin-top: 10px;
	margin-bottom: 10px;
}
.menu span{
  cursor: pointer; 
}
.menu span:hover{
	/* [disabled]color: #bd8f30; */
}
.sn{
	color: #bd8f30;
}
.snt{
	color: #FFFFFF;
}
.title_shop a{
	color: #bd8f30;
	font-size: 1.6vw;
	letter-spacing: 0.3vw;
	font-weight: bold;
	text-decoration: none;
}
.menu_top{
	position: fixed;
	display: none;
	width: 100%;
	z-index: 2;
}
.menu_top_t{
	background-image: linear-gradient(90deg,rgba(255,255,255,0.00) 0%,rgba(189,143,48,1.00) 25%,rgba(189,143,48,1.00) 75%,rgba(189,143,48,0.00) 100%);
	width: 100%;
	text-align: center;
	font-size: 1.5vw;
	letter-spacing: 0.2vw;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #39220a;
	box-shadow: 0px 0px 50px 50px hsla(0,0%,0%,0.50);
}
.menu_top_t span{
	cursor: pointer;
	font-weight: bold;
}
.menu_top_t span:hover{
	/* [disabled]color: #FFFFFF; */
}
.menu_top_tag{
	border-bottom: 1px solid #bd8f30;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 50px;
}
.menu_tag_t{
	display: inline-block;
	background-color: #101d50;
	border: 1px solid #bd8f30;
	border-radius: 10px;
	margin: 10px;
}
.menu_tag_t a{
	color: #bd8f30;
	font-weight: bold;
	font-size: 1.5vw;
	text-decoration: none;
}
.menu_tag_t2{
	margin: 5px;
	display: inline-block;
	background-image: url("../images/pc/map.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: contain;
	padding-left: 2.6vw;
	padding-right: 0.4vw;
}

.wrapper2 {
	background-color: #101d50;
	background-image: url(../images/pc/bg4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.wrapper3 {
	background-image: url(../images/pc/bg3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 250px;
	background-size: 900px auto;
}
.d_text{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-size: 0.9vw;
	line-height: 1.8vw;
	background-position: center top;
	padding-left: 20px;
	padding-right: 20px;
}
.d_text .t{
	color: #bd8f30;
	font-size: 0.9vw;
	font-weight: bold;
}
.but2{
	display: block;
	text-align: center;
	margin-top: 150px;
}
.but2 img{
	max-width: 20%;
}
.box_up{
	position: fixed;
	z-index: 5;
	display: none;
	justify-content: center; /*左右居中*/
	align-items: center; /*上下居中*/
	align-items: flex-start;
	width: 100%;
	height: 95%;
  transition: 0.3s;
}
.box_up .box_u{
	max-width: 900px;
	height: 95%;
	background-color: hsla(0,0%,0%,0.9);
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.box_up .dw{
	height: 93%;
	clear: both;
	padding-right: 40px;
	padding-left: 40px;
	overflow-y: auto;
	overflow-x: hidden;
}
.box_up .dw::-webkit-scrollbar-track{
	border-radius: 10px;
	background-color: #bd8f30;
}
.box_up .dw::-webkit-scrollbar{
	width: 5px;
}
.box_up .dw::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #F5F5F5;
}
.close{
	width: 25px;
	float: right;
	padding: 10px;
}
.dw_text{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
}
.dw_text .t{
	color: #bd8f30;
	font-size: 16px;
	font-weight: bold;
}
.but3{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
.todesc{
	cursor: pointer; 
}
.page{
	width: 100%;
	height: 100%;
}
.p18{
	background-color: #101d50;
	background-image: url(../images/pc/bg18.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	width: 100%;
	height: 100%;
	justify-content: center; /*左右居中*/
	align-items: center; /*上下居中*/
}
.but18{
	display: flex;
	flex-direction: row;
	justify-content: center; /*左右居中*/
	align-items: center; /*上下居中*/
}
.cell {
	flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
.yes{
  transition: 0.3s;
	cursor: pointer; 
}
.yes:hover{
  filter: drop-shadow(0 0 10px #fff);
}
.yes{
  transition: 0.3s;
	cursor: pointer; 
}
.yes:hover{
  filter: drop-shadow(0 0 10px #fff);
}
.no{
  transition: 0.3s;
	cursor: pointer; 
}
.no:hover{
  filter: drop-shadow(0 0 10px #fff);
}
.c18{
	width: 35%;
}
.no18{
	display: none;
	justify-content: center; /*左右居中*/
	align-items: center; /*上下居中*/
	background-color: hsla(0,0%,0%,0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 3;
}
.no18 .c{
	background-color: #FFFFFF;
	padding: 20px;
	margin: 10px;
	max-width: 500px;
	text-align: center;
	border-radius: 10px;
}
.no18 .c2{
	padding: 10px;
	color: #636363;
	font-size: 18px;
}
.no18 .c2{
	padding: 20px;
	color: #636363;
	font-size: 18px;
}
.no18 .butno{
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #CB8B3A;
	display: inline-block;
	cursor: pointer; 
	border-radius: 10px;
}
.no18 .butno:hover{
	background-color: #DAAC72;
}
.swiper-c{
	display: flex;
}
.swiper-c img{
  opacity: 0;
}
.opimg{
  opacity: 100!important;
}
.banner_p2 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (min-width: 1981px) {
	.title_shop{
		font-size: 32px;
	}
	.shop .title{
		font-size: 25px;
	}
	.shop .address{
		font-size: 20px;
	}
	.shop .tel{
		font-size: 20px;
	}
	.menu{
		font-size: 38px;
		letter-spacing:  18px;
	}
	.menu_top_t{
		font-size: 36px;
		letter-spacing:  16px;
	}	
	.d_text{
		font-size: 17px;
	  line-height: 34px;
	}
	.d_text .t{
		font-size: 17px;
	}
	.c18{
	  width: 600px;
  }
	.cbox1 .index{
		max-width: none;
		width: 700px;
	}


}