input[type="text"],input[type="button"], input[type="submit"], input[type="reset"] {
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-appearance: none;
border-radius: 0; 
}
   
textarea{-webkit-appearance: none;appearance: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);border-radius: 0; }

#Cgmap iframe{
	width:100%;
	height: 250px;
}
.main-article{
	width: 95%;
}
.contactInfo{
	margin-top: 56px;
	position: relative;
	padding-left: 32px;
	line-height: 30px;
	padding-bottom: 62px;
	font-size: 16px;
}
.contactInfo::before{
	position: absolute;
	content: "";
	display: block;
	border-left: 3px solid #dab866;
	height: 82px;
	top: 5px;
	left: 10px;
}


.checkboxItem{
	display: flex;
}
.checkboxItem .checkitem{
	width: 20%;
}
.checkboxItem .checkitem span{
	padding: 0 5px;
	font-size: 14px;
	letter-spacing: 0px;
	color: unset;
	padding-bottom: 0px;
	margin-top: 0px;
}
.checkboxItem .checkitem:nth-child(5){
	width: 60px;
}
.checkboxItem #checkOther{
	border-bottom: 1px solid #898989;
}


/*打勾樣式*/
.checkitem{
	position: relative;
}

.myCheck span.checks {

    width: 13px;
    height: 13px;
    display: block;
    background: url("/images/02/checkbox.png");
    background-size: contain;
     background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 8px;
}
.myCheck input{
	opacity: 0;
}
.myCheck input + span.checks::after{
	content: "";
	width: 16px;
	height: 16px;
	top: -5px;
	left: 1px;
	position: absolute;
	transition: all ease .5s;
	opacity: 0;
	
	background-image: url('/images/02/checked.png');
	background-size: contain;
     background-repeat: no-repeat;
}
.myCheck input:checked + span.checks::after {

	
	opacity: 1;
	


}





article{
	position: relative;
	padding-bottom: 96px;
	line-height: 34px;
	display: flex;
	border-bottom: 1px solid #dcdcdc;
}
article #gmap{
	position: absolute;
	right: 0px;
	width: 55%;
	
}
.contact-set{
	text-align:center;
}
.contact-set .inside{
    font-family: 'Candal', sans-serif;
    line-height: 150%;
    text-align: center;
    color: #6ee6a8;
    font-weight: normal;
    font-size: 40px;
	margin-top: 70px;
}
.contact-set article{
	text-align: center;
    line-height: 150%;
    font-size: 16px;
	padding: 30px;
}

.step{
	margin: 0 0 120px;
	text-align: center;
}
.step ul{
	text-align:center;
	padding:20px 0;
}
.step ul li{
    display: inline-block;
    position: relative;
    padding: 0 50px;
    margin-right: -4px;
    color: #23a05f;
    font-size: 16px;
}
.step ul li:after{
    content: '';
    width: calc(40% - 2em);
    background: #7beeb2;
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
}
.step ul li:before{
    content: '';
    width: calc(40% - 2em);
    background: #7beeb2;
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}
.step ul li:first-child:before,
.step ul li:last-child:after{
	display:none;
}
.contact-form,
#order{
	width: 900px;
    margin: 0 auto;
}
.contact-form [data-doorman]{
	width:100%;
}
form,
fieldset{
	border:0;
	margin:0;
	padding:0;
	overflow:hidden;
}
form .list{
	/*padding: 40px;*/
	position: relative;
	padding-bottom: 46px;
	padding-left: 32px;
}
form .dash{
	position: relative;
}
form .dash::before{
	content: "";
	position: absolute;
	top: 50px;
	left: 5px;
	width: 12px;
	height: 6px;
	background-color: #16316c;
}
form .dashfind::before{
	content: "";
	position: absolute;
	top: 65px;
	left: 5px;
	width: 12px;
	height: 6px;
	background-color: #16316c;
}
form .col-8{
	width: 52%;
	display: inline-block;
}
form .col-4{
	width: 41%;
	display: inline-block;

}

form .list p{
	position: relative;
	overflow:hidden;
	font-size: 16px;
}
form .list p label{
	letter-spacing: 2px;
	font-size: 17px;
	color: #16316c;
	
    display: block;
    width: 200px;
    
	margin-top: 10px;
}
form .list label span{
	letter-spacing: 2px;
	font-size: 17px;
	color: #16316c;
	padding-bottom: 20px;
    display: inline-block;

    
	margin-top: 10px;
}
form .list label span.checkboxTitle{
	color: #b4b4b4;
}
form .list p label strong{
    color: #F00;
    margin-left: 5px;
    font-size: 12px;
    vertical-align: bottom;
}

form textarea{

    /*width: calc(100% - 220px - 2px);*/
    width: 97%;
    border: 1px #d2d2d2 solid;
    padding: 10px 10px;
}
form .list p input{
	position: relative;
	width: 98%;
    border-bottom: 1px #898989 solid;
    padding: 10px 10px;
}
form .col-8 p input{
	width: 80%;
}
form .list p input::before{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 13px;
	height: 6px;
	content: "";
	background-color: #16316c;
	display: inline-block;
}
form .list p input#Checknum{
	border: 1px solid #bfc0c0;
	width:164px;
	margin-right:10px;
}
form .list.last{
    border-bottom: none;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
	text-align:center;
}
form .list.last p{
	display: inline-block;
}
form .list.last p input{
    width: 140px;
    text-align: center;
    background:#16316c;
    border: none;
    float: none;
    padding: 10px 0;
    display: inline-block;
    color: #ffffff;
    cursor:pointer;
    position:relative;
}
form .list.last p:after{
	position:absolute;
	content:'';
	left:calc(50% - 125px);
	bottom:0;
	width:250px;
	height:37px;
	background: #848484;
	z-index: -2;
	transition:all ease-in-out 0.3s;
}
form .list.last p:before{
	position:absolute;
	content:'';
	left:calc(50% - 125px);
	bottom:0;
	width:0;
	height:37px;
	background: #026fbf;
	z-index: -1;
	transition:all ease-in-out 0.3s;
}
form .list.last p:hover:before{
	width:250px;
}
form .list.last p:hover:after{
	width:0;
}
form .list.code img{
	margin-top: 8px;
}
form .contactTextarea,form .code{
	padding-left: 45px;
}

/* + order
*----------------------------------------------------------------------------*/
.orderStyle{
	padding:20px;
}
#order .orderWrap {
	margin-bottom: 15px;
}

#order .orderWrap .orderList {
	overflow: hidden;
	position: relative;
	padding: 10px 0;
	border-bottom: 1px #8e8e8e dashed;
}

#order .orderWrap .orderList p {
	width: 15%;
	float: left;
}

#order .orderWrap .orderList p:first-child {
	width: 40%;
}

#order .orderWrap .orderList p label {
	padding-bottom: 5px;
    border-bottom: 2px #005f5e solid;
	text-align: center;
	display: none;
}

#order .orderWrap .orderList:first-child p label {
	display: block;
}

#order .orderWrap .orderList p b {
	margin: 5px 20px;
	display: block;
	line-height: 100px;
	text-align: center;
}

#order .orderWrap .orderList p:first-child b {
	text-align: left;
}
#order .orderWrap .orderList p b a{
	color:#000;
}
#order .orderWrap .orderList p b img {
	margin-right: 15px;
	height: 100px;
}

#order .orderWrap .orderList p input[type="text"] {
	padding: 0 10px;
	width: 30px;
	border: 1px #ddd solid;
	font-size: 16px;
}

#order .orderWrap .orderList p input[type="button"] {
	margin-left: 0;
	padding: 5px 10px;
	background: #ec3939;
	border-color: #901c1c;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

#order .orderWrap .orderList p input[type="button"]:hover {
	background: #901c1c;
}

#order #orderTotal p {
	margin: 10px 0;
	text-align: right;
}

#order .button {
	margin: 15px 0 30px;
	text-align: center;
}

#order .button p.link {
	text-align: right;
}

#order .button p {
	width: 49%;
	display: inline-block;
}

#order .button p a {
	padding: 10px 20px;
	background: #8c7d68;
	display: inline-block;
	font-weight: normal;
	color: #fff;
}

#order .button p.link a {
	background: #e17b60;
}

#order .button p a i {
	vertical-align: initial;
}

#order .button p a:hover {
	opacity: 0.7;
}
.contact-center,
.contact-center p{
	text-align:center;
}
@media screen and (max-width:1723px){
	form .col-8{
		width: 50%;
	}
}
@media screen and (max-width:1440px){
	.inside{
    width: 90%;
    margin: 0 auto;
 }
	article #gmap{
		width: 45%;
	}
}
@media screen and (max-width:1330px){
	form .col-8{
		width: 48%;
	}
	form textarea{
		width: 95%;
	}
}
@media screen and (max-width:1280px){
	.contact-form,
	#order{
		width: 100%;
	}

}
@media screen and (max-width:1180px){
	.main-article .pagetitle{
		margin-bottom: 75px;
	}
	form .col-8{
		width: 50%;
	}
}
@media screen and (max-width:880px){
	form .col-8,form .col-4,form .col-8 p input{
		width: 100%;
	}
}
@media screen and (max-width:841px){
	.checkboxItem{
		flex-wrap: wrap;
	}
	.checkboxItem .checkitem{
		width: 50%;
		padding-bottom: 20px;
	}
	.checkboxItem .checkitem:nth-child(5){
		padding-bottom: 0px;
	}
}
@media screen and (max-width:768px){
	form .dash::before{
		top: 60px;
	}
	form .list p input, form textarea{
		width: calc(100% - 20px - 2px);	
		margin-top: 10px;
	}
	form .list p label{
		width:100%;
	}
	.step ul li{
	    padding: 0 30px;	
	}
	
	#order .orderWrap .orderList {
		border-bottom: 0;
	}
	#order .orderWrap .orderList p ,
	#order .orderWrap .orderList p:first-child {
		float: none;
		width: 100%;
		border-bottom: 1px #8e8e8e dashed;
	}
	#order .orderWrap .orderList p label ,
	#order .orderWrap .orderList:first-child p label ,
	#order .orderWrap .orderList p b {
		margin: 0;
		padding: 10px 0;
		width: 49%;
		display: inline-block;
		line-height: 33px;
		border-bottom: 0;
	}
	#order .orderWrap .orderList p:first-child label ,
	#order .orderWrap .orderList p:first-child b {
		width: 100%;
		text-align: center;
	}
	#order .orderList p b a{
		height: auto;	
	}
	#order .orderWrap .orderList p:first-child label {
		border-bottom: 2px #0c6b69 solid;
	}
	#order .orderWrap .orderList p b img {
		margin: 0 auto 10px;
		max-width: 100%;
		height: auto !important;
		display: block;
	}	
	.orderStyle{
		padding: 0;	
	}
	
}
@media screen and (max-width:640px){
	article{
		flex-wrap: wrap;

	}
	article .contactSet{
		width: 100%;
		padding-bottom: 15px;
	}
	article #gmap{
		position: unset;
		width: 100%;
		padding-left: 0px;
	}
}
@media screen and (max-width:480px){
	form .list{
		padding: 20px 0;	
	}
	.step{
	    display: none;	
	}
	.contact-set .inside{
		font-size:30px;
	}
	.contact-set article{
		font-size: 14px;	
	}
	.contact-set .inside{
		margin-top: 50px;	
	}
	#Cgmap iframe{
		height: 150px;
	}

	form .dash::before,form .dashfind::before{
		display: none;
	}
}