/*
 * iweb52-style29
 *
 * Copyright 2017, TANK
 * 
 * 
 * 2017 / 04 / 26
 */


/* + contUs
*----------------------------------------------------------------------------*/
.contUs {
	overflow: hidden;
	margin: 50px 0;
}

.contUs > div {
	margin: 10px 1%;
	float: left;
	width: 30%;
}

.contUs .call {
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

.contUs .tit ,
.contUs p {
	text-align: center;
}

.contUs .tit b {
	margin-bottom: 10px;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #73634A;
}

.contUs p a {
	color: #63553f;
}


/* + contact
*----------------------------------------------------------------------------*/
article {
	padding: 20px 0;
	text-align: center;
}

form ul li {
	margin: 10px 0;
}

form ul li label ,
form ul li input ,
form ul li select ,
form ul li textarea {
	display: block;
	font-size: 16px;
}

form ul li label b {
	color: #FF0004;
}

form ul li input ,
form ul li select ,
form ul li textarea {
	padding: 5px 1%;
	width: 97%;
	border: 1px #6f604d solid;
}

form ul li select {
	padding: 10px 1%;
	width: 99%;
}

form ul li input#Checknum {
	width: 70px;
	display: inline-block;
}

form ul li #rand-img {
	margin: 0 10px;
}

form ul li a#btnOK {
	padding: 8px 30px;
	background: #73634a;
	display: inline-block;
	color: #fff;
}

form ul li a#btnOK:hover {
	opacity: 0.7;
}


/* + gmap
*----------------------------------------------------------------------------*/
#gmap {
	position: relative;
	margin-top: 30px;
	height: 320px;
}

#gmap:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	z-index: 2;
}

#gmap iframe {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}


/* + order
*----------------------------------------------------------------------------*/
#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 #d2b287 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 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;
}


/************ = 適應性 = ************/
/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#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 .orderWrap .orderList p:first-child label {
		border-bottom: 2px #d2b287 solid;
	}
	#order .orderWrap .orderList p b img {
		margin: 0 auto 10px;
		max-width: 100%;
		height: auto;
		display: block;
	}
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	.contUs > div {
		width: 100%;
	}
	.contUs .call {
		padding: 20px 0;
		border-left: 0;
		border-right: 0;
		border-top: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
	}
}