/*
 * iweb52-style16
 *
 * Copyright 2016, TANK
 * 
 * 
 * 2016 / 11 / 01
 */


/* + gmap
*----------------------------------------------------------------------------*/
#gmap iframe {
	width: 100%;
	height: 300px;
}


/* + form
*----------------------------------------------------------------------------*/
form ,
form ul {
	overflow: hidden;
}

form ul ,
form ul li {
	margin: 10px 0;
	margin-right: 1%;
	float: left;
	width: 70%;
}

form ul li {
	width: 49%;
}

form ul li p {
	position: relative;
	width: 49%;
	display: inline-block;
}

form ul li p span {
	padding: 1px 15px 2px;
	position: absolute;
	background: #e4e4e4;
	top: 1px;
	right: 2px;
	display: inline-block;
	font-size: 20px;
}

form ul li:nth-child(2n) {
	margin-right: 0;
	margin-left: 1%;
}

form ul li label {
	font-size: 18px;
}

form ul li label strong {
	font-weight: normal;
	color: #ca9a67;
}

form ul li input[type="text"] ,
form ul li textarea ,
form ul li select {
	width: 98%;
	padding: 5px 0;
	padding-left: 1%;
	background: transparent;
	border: 1px #959595 solid;
	font-size: 16px;
}

form ul li input[type="radio"] {
	margin: 0 10px 0 20px;
}

form ul li input[type="text"]:focus ,
form ul li textarea:focus {
	border-color: #0f0f0f;
}

form ul li.send ,
form ul:last-child li ,
form ul:last-child li p {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

form ul li.send input#Checknum {
	width: 120px;
}

form ul li.send img {
	margin: 0 10px;
}

form ul li.send a {
	padding: 5px 20px;
	display: inline-block;
	background: #272727;
	border-radius: 5px;
	color: #fff;
}

form ul:last-child {
	margin: 35px 0 20px;
	margin-left: 4%;
	margin-right: 0;
	width: 25%;
}

form ul:last-child li {
	padding: 15px 0 25px;
	background: url(/images/22/main/icon-map.png) no-repeat 0 25px;
	border-bottom: 1px #ccc dashed;
	color: #434343;
	font-size: 16px;
}

form ul:last-child li:nth-child(2) {
	background-image: url(/images/22/main/icon-phone.png);
}

form ul:last-child li:nth-child(3) {
	background-image: url(/images/22/main/icon-mail.png);
}

form ul:last-child li p {
	margin: 10px 0 0;
	margin-left: 60px;
}

form ul:last-child li p a {
	font-size: 18px;
	color: #876f47;
}

.button {
	text-align: center;
}

.button p {
	margin: 10px 0 15px;
	width: 49%;
	display: inline-block;
}

.button p:last-child {
	text-align: right;
}

.button p input ,
.button p a {
	padding: 5px 10px;
	background: #222;
	color: #fff;
}

.button p a {
	background: #ce1e1e;
}


/************ = 適應性 = ************/
/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	form ul:last-child {
		margin-left: 2%;
		width: 27%;
	}
	form ul:last-child li p a {
		font-size: 16px;
	}
}

/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	form ul ,
	form ul:last-child {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	form ul:last-child li p {
		width: auto;
	}
	form ul:last-child li p:nth-child(2) {
		margin-left: 10px;
	}
}

/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	form ul li ,
	form ul li:nth-child(2n) {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}

/* +width:320 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
	form ul li input#Checknum {
		width: 60px;
	}
	form ul:last-child li p {
		width: 100%;
	}
	form ul:last-child li p:nth-child(2) {
		margin-left: 60px;
	}
}