@charset "utf-8";

/* ================================
	トップページ
================================ */

body#no_bg::before,
body#no_bg::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
body#no_bg::before {
	z-index: -1;
	background-image: url("../image/bg_top.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/* -ms-filter: blur(0px);
	filter: blur(0px); */
}
body#no_bg::after {
	z-index: 1;
	background-image: linear-gradient( 180deg, rgba(64,34,15,0.2) 0%, rgba(64,34,15,0) 100% );
}
body#no_bg #wrapper {
	/* box-shadow: 0 0 10px rgba(64,34,15,0.8); */
	position: relative;
	z-index: 99;
}

#wrapper {
	background-image: url("../image/bg_top.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: repeat;
	/* background-attachment: fixed; */
	padding: 0;
}
#top {
	width: 90%;
	margin: 0 auto;
	padding: 2% 5%;
	background-color: rgba(64,34,15,0.8);
}

/* タイトル */
#top #title {
	text-align: center;
	margin: 12% auto 9% auto;
	position: relative;
		margin-top: 0;
}
#top #title img {
	width:16%;
	height: auto;
	margin-bottom: 1em;
}
#top #title h2 {
		/* position: absolute; */
		top: 0;
		color: #40220F;
		/* mix-blend-mode: screen; */
		color: #F7AD22;
		opacity: 0.25;
		margin-bottom: 1.8em;
}
#top #title h1 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 72px;
	line-height: 1em;
	color: #FFDC5E;
	letter-spacing: 6px;
	text-shadow: 0 0 10px #40220F;
	position: relative;
	z-index: 1;
}
#top #title span {
	font-size: 0.7em;
	color: #FFF;
	letter-spacing: -1px;
	display: inline-block;
	transform: scale(1,1.1);
	margin-bottom: 0.4em;
}
/*
#top #title h3 {
	animation-name: logoAnime;
	animation-fill-mode: forwards;
	animation-duration: 0.4s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-direction: normal;
	animation-delay: 0s;
	position: relative;
	z-index: 9;
	transform:scale(20);
}
@keyframes logoAnime {
	0% { transform:scale(20); }
	100% { transform:scale(1); }
}
*/

/* 検索フォーム（search.cssで共通化） */
/*
#top #search {
	text-align: center;
}
#top #search input[type="text"] {
	font-size: 0.9em;
	padding: 0.8em 4%;
	width: 92%;
	outline: none;
	border: none;
	border-radius: 0.6em;
	box-shadow: 0 0 8px #40220F;
}
#top #search .select-box {
	display: inline-block;
	width: 44%;
	padding: 0;
	background: #FFF;
	border: none;
	border-radius: 0.6em;
	box-shadow: 0 0 8px #40220F;
	margin: 0.6em auto;
	position: relative;
	overflow: hidden;
}
#top #search .select-box::before,
#top #search .select-box::after {
	content: '';
	display: block;
	width: 0.6em;
	height: 0.6em;
	transform: rotate(-45deg);
	position: absolute;
	right: 0.7em;
	top: 0.7em;
	z-index: 0;
}
#top #search .select-box::before {
	background: #333;
	top: 0.8em;
}
#top #search .select-box::after {
	background: #FFF;
	top: 0.6em;
}
#top #search select {
	cursor: pointer;
	font-size: 0.9em;
	width: 100%;
	outline: none;
	border: none;
	padding: 0.6em 8%;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1;
}
#top #search select::-ms-expand {
	display: none;
}
#top #search span {
	display: inline-block;
	width: 12%;
	color: #FFDC5E;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	vertical-align: middle;
}
#top #search button {
	cursor: pointer;
	font-size: 1em;
	padding: 0.6em 0;
	width: 100%;
	outline: none;
	border: none;
	border-radius: 0.6em;
	box-shadow: 0 0 8px #40220F;
	color: #FFF;
	font-weight: bold;
	line-height: 1.4em;
	letter-spacing: 0.24em;
	background: #EA5A2A;
}
#top #search button.search_gps {
	letter-spacing: 0.18em;
	background: #F7AD22;
	margin: 1.2em auto 1.5em auto;
}
#top #search button img {
	vertical-align: middle;
	width: auto;
	height: 1.4em;
	margin-right: 0.8em;
}
*/

/* バナー */
#top #banner {
	width: 100%;
	background: #FFF;
	text-align: center;
	border-radius: 0.6em;
	margin: 1.2em auto;
	padding: 0.6em 0;
}
#top #banner ul {
}
#top #banner ul li {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 0.6em;
}
#top #banner ul li:last-child {
	margin-bottom: 0;
}
#top #banner ul li a {
	width: 100%;
}
#top #banner ul li a img {
	width: 100%;
	height: auto;
	border-radius: 0.4rem;
}
#top #banner ul li a:hover,
#top #banner ul li a:active {
	opacity: 0.9;
}

#top #banner ul li a.urala {
	display: block;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.3em;
		font-size: 45px;
		line-height: 58px;
	padding: 0.7em 0;
	background: #F7AD22;
	color: #FFF;
	border-radius: 0.4rem;
}
#top #banner ul li a.urala_hibi {
	background: #fbc934;
	color: #282828;
}
#top #banner ul li a.urala_hibi img{
	width: 6.8em;
}

/* 特殊検索 */
#top #special {
	width: 92%;
	background: #FFF;
	text-align: center;
	border-radius: 0.6em;
	margin: 1.2em auto;
	padding: 0.8em 4%;
}
#top #special h2 {
	font-weight: bold;
	line-height: 2em;
}
#top #special li {
	display: inline-block;
	margin: 0.1em 0.3em;
}
#top #special li a {
	text-decoration: none;
	color: #666;
}
#top #special li a:hover {
	text-decoration: underline;
	color: #333;
}


/* フッター */
#top #footer {
	background: none;
}



#top #banner ul li a.urala1 { background:#04ccfd; }
#top #banner ul li a.urala2 { background:#04fb14; }
#top #banner ul li a.urala3 { background:#c4fc05; }
#top #banner ul li a.urala4 { background:#fcfc04; }
#top #banner ul li a.urala5 { background:#fcbc03; }
#top #banner ul li a.urala6 { background:#fd9405; }
#top #banner ul li a.urala7 { background:#fc5c04; }
#top #banner ul li a.urala8 { background:#fd2405; }
#top #banner ul li a.urala9 { background:#fc04bc; }
#top #banner ul li a.urala10 { background:#ad04fd; }
#top #banner ul li a.urala11 { background:#7c04fc; }
#top #banner ul li a.urala12 { background:#0404fc; }