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

@charset "utf-8";
/*===================================================================
//ルート検索
=================================================================== */
.search_box{
	width:1000px;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#FFF;
}


#accessSearch {
	margin: 60px auto 0;
	padding: 30px 5%;
	background: #fff;
}
#accessSearch h3 {
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: .2em;
	text-align: center;
	font-family: "Trajan Pro";
	color: #333;
}
#accessSearch h3 span { display: block;}
	#accessSearch h3 span:nth-child(2) {
    font-size: 18px;
    color: #a0a070;
    font-family: "Trajan Pro";
	}

#accessSearch p {
	margin-bottom: 15px;
	text-align: center;
}

/* form */
#accessSearch {
	text-align: center;
	width:80%;
}
#accessSearch #start,
#accessSearch #goal {
	display: inline-block;
	/*width: 50%;*/
	margin: 0 1.5%;
	font-size: 21px;
}
	#accessSearch #start {
		width: 25%;
		position: relative;
	}
	
	#accessSearch #start input{
		font-size:34px;
		font-weight:300;
		color:#666;
	}
	
		#accessSearch #start:after {
			content: "▶";
			font-size: 20px;
			color: #ddd;
			font-weight: bold;
			position: absolute;
			top: 46%;
			right: -15%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
		}
#start select { margin: 0 10px; padding-bottom: .25em; font-size: 24px;}
#accessSearch input {
	width: 50%;
	margin: 10px;
	padding: 10px;	
	font-size: 1.0em;
	border: none;
	background: #fff;
	text-align: center;
}
	#accessSearch #goal input {
		width: 60%;
		padding: 15px;
		font-size: 1.2em;
		border:1px solid #ccc;
		border-width: 1px 0 0 1px;
		background-color:#fcfbf2;
	}
	#accessSearch #goal input:focus {
		outline: 3px #a0a070 solid;
	}
	#accessSearch #goal input:placeholder-shown { color: #ddd;}
	#accessSearch #goal input::-webkit-input-placeholder { color: #ddd; }
	#accessSearch #goal input:-moz-placeholder { color: #ddd; opacity: 1; }
	#accessSearch #goal input::-moz-placeholder { color: #ddd; opacity: 1; }
	#accessSearch #goal input:-ms-input-placeholder { color: #ddd; }
	
#accessSearch input[type="button"] {
	width: auto;
    padding: 15px 4%;
    font-size: 16px;
    letter-spacing: .2em;
    color: #fff;
    background: #bbac4a;
    cursor: pointer;
    transition: .3s all ease-in-out;
    display: block;
    margin: 20px auto 10px;
    font-family: noto serif;
/*background-image: -moz-linear-gradient( 0deg, rgb(77,70,58) 0%, rgb(126,120,108) 50%, rgb(77,70,58) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(77,70,58) 0%, rgb(126,120,108) 50%, rgb(77,70,58) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(77,70,58) 0%, rgb(126,120,108) 50%, rgb(77,70,58) 100%);*/
}

	


@media only screen and (max-width: 1000px) {
	/*#accessSearch #start {width: 35%;}*/
	#accessSearch #goal {width: 55%;}
	#accessSearch input[type="button"] { width: 50%;}
}
@media only screen and (max-width: 768px) {
	#accessSearch p {text-align: left;}
	#accessSearch #start {width: 50%; margin-bottom: 30px;}
	#accessSearch #goal {width: 100%;}
	#accessSearch input[type="button"] { width: 90%;}
	
	#accessSearch #start:after {
		content: "▼";
		color: #ddd;
		font-weight: bold;
		position: absolute;
		top: auto;
		bottom: -30px;
		left: 50%;
		right: auto;
	-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}	
}	
@media only screen and (max-width: 450px) {
	#accessSearch h3 {
		font-size:28px;
		line-height: 1.3;
		padding-bottom: 5px;
		border-bottom: 2px solid #a0a070;
	}
	#accessSearch h3 br { display: block;}
	#accessSearch p { line-height: 1.4;}
	#accessSearch #start,
	#accessSearch #goal {
		    font-size: 16px;
	}
	#accessSearch #start {width: 70%;}
	#accessSearch #start input {background: none;}
	#accessSearch input[type="button"] { width: 90%;}
	#accessSearch #goal input {width: 50%; font-size: 1.0em;}
	#accessSearch #start:after {
		bottom: -30px;
	}
}
