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

/* HTML5基本設定 */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,main{display:block;}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;}[hidden]{display:none;}

/* reset */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { padding: 0; margin: 0;}
address,caption,cite,code,dfn,var { font-weight: normal; font-style: normal;}
h1,h2,h3,h4,h5,h6 { font-weight: inherit; font-size: 100%;}
html { background: #fff;}
body {
	font-size: 14px;
	font-family:"Noto Sans TC",Arial,"微軟正黑體","Microsoft JhengHei","新細明體",sans-serif!important;
	letter-spacing: 0.01em;
	color: #444444;
	background: #fff;
	/*background: url(../images/bg_gradient.png) 0 40px repeat-x;*/
}	
img { border: 0; max-width: 100%; height: auto; }
* { margin: 0px; padding: 0px; transition: all 0.3s ease;}
a { color: inherit; text-decoration: none; transition: all 0.3s ease, background-position 0s;}
a:focus { outline: 0;}
body{background-color: #fff0f4;}




/* 共用 */
.inner, .inner-static{ max-width: 1200px; margin: 0 auto; padding: 0 20px; clear: both; text-align: center;  }
.show-xs{ display: none !important; }
hr{
	height: 0px;
	border-bottom:1px #d9d9d9;
}

p{ font-size: 15.5px; margin: 10px; }

@media (min-width: 701px) and (max-width: 1200px){
	.inner{ padding: 0 30px; }
}
@media (max-width: 800px){
	.btngp{ display: flex; justify-content: center; }
	.btn{ min-width: 0; flex: 1; margin-top: 30px; margin-bottom:0px; }
}
@media (max-width: 600px){
	.hide-xs{ display: none !important; }
	.show-xs{ display: block !important; }
	.btngp{ display: flex; justify-content: center; }
	.btn{ min-width: 0; flex: 1; margin-top: 30px;margin-bottom:0px;}
	p{ font-size: 14px;margin: 0px 0px 10px 0px;}
}

ul{
	padding: 0px 0px 0px 20px;
}

ul li {
	margin-top: 0;
	margin-bottom: 0rem;
	}

/* wrapper背景 */
.wrapper{
	width: 100%;
	/*background-image: url(../img/background.jpg);*/
	background-size: 100%;
}

/* 主視覺pc+m */
.kvbackground_pc{
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	padding-top: 60px;
	padding-bottom: 0px;
}

.kvbackground_m{
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	display:none;
}

@media (max-width: 820px) {
	.kvbackground_pc{
		display: none;
	}
	.kvbackground_m{
		display:block;
		margin-top: 60px;
		margin-bottom: 100px;
	}	
}

@media (max-width: 375px) {
	.kvbackground_pc{
		display: none;
	}
	.kvbackground_m{
		display:block;
		padding-top: 30px;
		margin-bottom: 20px;
	}	
}

@media (max-width: 414px) {
	.kvbackground_pc{
		display: none;
	}
	.kvbackground_m{
		display:block;
		padding-top: 62px;
		margin-bottom: 30px;
	}	
}

@media (max-width: 375px) {
	.kvbackground_pc{
		display: none;
	}
	.kvbackground_m{
		display:block;
		padding-top: 30px;
		margin-bottom: 20px;
	}	
}


/*nav*/
nav {background-color: #fff;width: 100%;}
.navbar img{
	margin:8px 0px 8px 30px;
}

@media (max-width: 700px) {
	.navbar img{ width:50%;
		margin: 6px 0px 5px 10px; }
}

/* 按鈕(滿版) */
.btn_body{
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
}

.btn {
    width: 100%;
    max-width: 12.5rem;
    height: 58px;
	border: 1px solid #ffffff;
    border-radius: 4px;
    background: #ff9900;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
	display: inline-block;
	padding: 21px;
	margin: 10px;
	box-shadow: 0px 7px 0px #d97b00;
}

.btn2 {
    width: 100%;
    max-width: 13rem;
    height: 58px;
	border: 1px solid #ffffff;
    border-radius: 30px;
    background: #3cbaad;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
	display: inline-block;
	padding: 21px;
	margin: 10px;
	/*box-shadow: 0px 7px 0px #00a19b;*/
}

.btn:hover {
    opacity: 0.7;
    }

.btn2:hover {
    opacity: 0.7;
    }

 .btn:disabled {
    background: #acacac;
    color: #ffffff;
    cursor: not-allowed;
    }

 .btn2:disabled {
    background: #acacac;
    color: #ffffff;
    cursor: not-allowed;
    }
	
/* 注意事項(收合) */
.faq-section {
	width: 80%;
    background: #f5f5f5;
    color: #595959;
	margin: 0 auto;
	transition:all 0s ease;
	font-size: 16px;
	margin-top: 100px;
}

.faq-section .qa-click {
    background: #f7f7f7;
    height: auto;
    cursor: pointer;
    padding: 16px 16px;
    transition:all 0s ease;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 2px;
}

.faq-section .qa-click img {
    color: #b7acac;
    font-size: 12px;
    margin-top: 5px;
    float: right;
	}

.faq-section .arrow {
    position: relative;
    }

.faq-section .qa-answer {
    display: none;
    padding: 10px 25px 20px 20px;
    margin: 5px 0;
	transition:all 0s ease
    }

.faq-section .qa-answer li {
    line-height: 1.5;
    text-align: justify;
    word-wrap: break-word;
    text-justify: inter-ideograph;
    word-break: normal;
	font-size: 14px;
    }

.faq-section .qa-answer li span {
    color: #E66900;
    }

.faq-section .qa-answer ul li a {
    color: #009e96;
    text-decoration: underline;
    }    

.faq-section .rotate {
    transform: rotate(0deg);
    transition: 0.1s;
    }

.faq-section .rotate-reset {
    transform: rotate(-180deg);
    transition: 0.1s;
    }

.p_tittle_1{
	color: #ff0066;
	font-size: 17px;
}

.p_tittle_2{
	color: #595959;
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.5;
}

.p_tittle_3{
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.5;
	list-style-type:none;
}



/* 優惠 */
.event_body{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content :center;
    align-items: center; 
    margin-top: 70px;
}

.event_list{
    width: 90%;
    max-width: 250px;
    margin: 30px 20px;
    display: block;
}

.event_list2{
    width: 90%;
    max-width: 500px;
    margin: 30px 20px;
    display: block;
}

.event_list2_m{
    width: 90%;
    max-width: 500px;
    margin: 30px 20px;
    display: none;
}

@media (max-width: 430px){
	.event_list2{
		display: none;
	}
	.event_list2_m{
		max-width: 250px;
		display: block;
	}
}

/* ------------------------------------
 * 隱藏h1
 * ----------------------------------- */

.seo-h1{
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  transform: scale(0);
  color: #ffffff;
  display: none;
}

/*title*/
.title {padding: 10px 0 20px 0}
.title h2{font-size: 24px;text-align: center; line-height: 40px; padding-bottom: 30px;}
.title p{
	max-width: 54em;
	margin: 0 auto;
	font-size: 14px;
	text-align: center; 
	line-height: 30px; 
	border-top: solid 2px #e5e5e5;
  	color: #777;
	padding: 20px 0 0 0;}

.title > h2  {
	font-size: 30px;
	color: #00000;
	line-height: 55px;
	font-weight:bold;
	letter-spacing: 1px;
}

@media (max-width: 768px){
  .title {padding: 15px 30px 10px 30px;}
  .title h2{font-size: 30px; line-height: 58px; text-align: center;}
  .title p{font-size: 14px; line-height: 30px; text-align: center;}
}

