@charset "UTF-8";


/*------------------------------------------------------*/
/* accordion_menu */
/* search */
/*------------------------------------------------------*/
.searchWrap {
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
}

.select .ttl .gr{
	margin-top:20px;
	text-align:center;
}

.searchForm{
	width: 90%;
	margin: 0 auto;
}

.form_ttl{
	font-size: 2em;
	line-height:120%;
	margin-top: 15px;
	margin-bottom: 10px;
}

.form_ttl:first-of-type{
}

.searchForm input{
	border: solid 1px #969696;
	width: 100%;
	font-size: 2em;
	padding: 10px;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.searchForm .submit input{
	padding: 10px 0;
	border-radius: 3px;
	border: none;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	background: #563f2a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#563f2a), color-stop(50%,#563f2a), color-stop(51%,#3f2a1a), color-stop(100%,#3f2a1a));
	background: -webkit-linear-gradient(top,  #563f2a 0%,#563f2a 50%,#3f2a1a 51%,#3f2a1a 100%); 
	background: linear-gradient(to bottom,  #563f2a 0%,#563f2a 50%,#3f2a1a 51%,#3f2a1a 100%);
}

.searchForm .submit input:hover{
	padding: 10px 0;
	border-radius: 3px;
	border: none;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	background: #563f2a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f2a1a), color-stop(50%,#3f2a1a), color-stop(51%,#382c21), color-stop(100%,#382c21));
	background: -webkit-linear-gradient(top,  #3f2a1a 0%,#3f2a1a 50%,#382c21 51%,#382c21 100%); 
	background: linear-gradient(to bottom,  #3f2a1a 0%,#3f2a1a 50%,#382c21 51%,#382c21 100%);
}

.submit{
	margin-top: 25px;
	margin-bottom: 18px;
	width: 40%;
	text-align:center;
}

.form_inner{
	display: table;
	width: 100%;
	vertical-align: baseline;
}

.form_inner > p{
	float: left;
}

.form_inner .single{
	width: 100%;
}

.form_inner .twice_ptn1{
	width: 30%;
}
.form_inner .twice_ptn2{
	height: 100%;
	font-size: 2em;
	padding-left: 1%;
	padding-right: 3%;
	padding-top: 1.3em;
}

.select .ttl{
	line-height:30px;
	color:#fff;
	vertical-align:middle;
	padding:10px 0 10px 0;
	text-align: center;
	font-weight: bold;
	font-size:125%;
}

.select .ttl span{
	display: block;
	width: 90%;
	margin: 0 auto;
	background:url(https://www.n-izumiya.net/sp/img/arw02.png) right center no-repeat;
	background-size: 14px 8px;
	z-index: 1;
}

.select .ttl.active span{
	background-image:url( https://www.n-izumiya.net/sp/img/arw02_on.png);
	z-index: 1;
}

.select .ttl.bl{
	background-color: #261d48;
}

.youryou{
	width: 917px;
	margin: 0 auto;
	padding-top: 20px;
	display: flex;
 	flex-wrap: wrap;
}

.youryou .item{
	padding-right: 5px;
}