
/*=========================================
	header
=========================================*/

@media screen and (min-width: 1325px) {

header{
	position: fixed;
	background-color: rgba(0,0,0,0.8);
	background-color: #333\9;
	top: 0;
	width: 100%;
	z-index: 10000;
	_zoom: 1;
	height: 60px;
	}
	
	header:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
	
	.head_inner{
		min-width: 1250px;
	}
	
	header .logo{
		float: left;
		width: 350px;
		padding: 0 0 0 20px;
		height: 60px;
		line-height: 60px;
	}
	
	header .logo .logo_img{
		float: left;
		padding: 20px 10px 0 0;
	}
	
	header img{
		vertical-align: middle;
	}
	
	.dropmenu{
		*zoom: 1;
		list-style-type: none;
		float: right;
		padding: 4px 15px 0 0;
	}
	.dropmenu:before, .dropmenu:after{
		content: "";
		display: table;
	}
	.dropmenu:after{
		clear: both;
	}
	.dropmenu li{
		position: relative;
		float: left;
		margin: 9px 0 0 0;
		padding: 0;
		text-align: center;
	}
	
	.dropmenu li span{
		display: none;
	}
	.dropmenu li a{
		display: block;
		margin: 0 0 0 18px;
		padding: 10px 0;
		color: #fff;
		font-size: 14px;
		line-height: 1;
		text-decoration: none;
	}
	.dropmenu li ul{
		list-style: none;
		position: absolute;
		z-index: 10000000;
		top: 100%;
		left: 0;
		margin: 0;
		padding: 0;
	}
	.dropmenu li ul li{
		width: 230px;
		margin: 0;
	}
	.dropmenu li ul li a{
		padding: 13px 10px;
		background-color: rgba(0,0,0,0.7);
		text-align: left;
	}
	
	.dropmenu li ul li a:hover,
	.dropmenu li ul li .active{
		background-color: rgba(0,0,0,0.85);
		background-image: none;
	}
	
	.dropmenu li:first-child .active{
		background-image: none;
	}
	
	.dropmenu li a:hover,
	.dropmenu li .active,
	.top .dropmenu li .active{
		background: url(../images/list_tit.gif) left bottom repeat-x;
		background-size: 10px;
	}
	
	.dropmenu li.nav_security a{
		background: rgba(167,7,7,0.55);
		padding: 10px;
	}
	
	#fade-in2 li ul{
		opacity: 0;
		top: 90%;
		visibility: hidden;
		-o-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
	}
	#fade-in2 li:hover ul{
		top: 120%;
		visibility: visible;
		opacity: 1;
	}



}
@media screen and (max-width: 1324px) {
	
	
header{
	background-color: rgba(0,0,0,0.85);
	overflow: hidden;
	_zoom: 1;
	height: 60px
	}
	
	header .logo{
		float: left;
		width: 350px;
		padding: 0 0 0 20px;
		height: 60px;
		line-height: 60px;
	}
	
	header .logo .logo_img{
		float: left;
		padding: 20px 10px 0 0;
	}
	
	header img{
		vertical-align: middle;
	}

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    z-index: 100000;
    background-color: rgba(130,0,0,0.65);
	float: right;
}

.menu-btn span {
    color: #fff;
}

.menu-btn span:after {
    content: attr(data-txt-menu);
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: attr(data-txt-close);
}

.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 10000;
}

.menu ul {
    margin: 60px 0 0;
}

.menu li {
    margin: 0 auto;
    text-align: center;
	width: 50%;
	float: left;
}

.menu li a {
    display: block;
	padding:13px 0;
	text-decoration: none;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.menu li a img{
	vertical-align: middle;
}

.menu li:nth-of-type(1) a,
.menu li:nth-of-type(2) a{
	border-top: 1px solid #333;
}

.menu li:nth-child(even) a{
	border-right: none;
}


.menu li a:hover {
    color: #999;
}

.menu li ul{
	display: none;
}

.menu li a span{
	display: block;
	text-align: center;
	font-size: 10px;
	color: #777;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    cursor: url(../images/cross.svg),auto;
	-o-transition: all .5s;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

.dropmenu li.nav_security a{
		background: rgba(167,7,7,0.5);
	}
	
	.dropmenu li.nav_security a span{
		color: #dbb0b0;
	}

}

@media screen and (min-width: 1325px) {

.main{
	clear: both;
	background: url(../images/main_2018.jpg) no-repeat top center;
	background-size: cover;
	overflow: hidden;
	_zoom: 1;
	margin: 60px 0 0;
	text-align: center;
}

.main_catch .inner{
	display: inline-block;
	margin: 0 auto;
	background: rgba(255,255,255,0.65);
	background: #ffffff\9;
	padding: 25px 20px;
}

}

@media screen and (max-width: 1324px) and (min-width: 1101px) {

.main{
	clear: both;
	background: url(../images/main_2018.jpg) no-repeat top center;
	background-size: cover;
	overflow: hidden;
	_zoom: 1;
	margin: 0 0 0;
	text-align: center;
}

.main_catch .inner{
	display: inline-block;
	margin: 0 auto;
	background: rgba(255,255,255,0.65);
	background: #ffffff\9;
	padding: 25px 20px;
}

}
@media screen and (max-width: 1100px) {

.main{
	top: 0;
	width: 100%;
	height: 500px;
	background: url(../images/main_sp_2018.jpg) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	_zoom: 1;
	text-align: center;
	}

	.main_catch{
		height: 500px;
	}

	.main_catch .inner{
		display: block;
		margin: 0 auto;
		width: 330px;
		height: 500px;
	}

	.main_catch .inner p{
		background: rgba(255,255,255,0.65);
		width: 300px;
		height: 150px;
		padding: 15px;
		margin-top: 45%;
	}

	.main_catch .inner img{
		width: 100%;
	}

}

@media screen and (max-width: 650px) {

.main{
	top: 0;
	width: 100%;
	height: 300px;
	background: url(../images/main_sp_2018.jpg) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	_zoom: 1;
	text-align: center;
	}

	.main_catch{
		height: 500px;
	}

	.main_catch .inner{
		display: block;
		margin: 0 auto;
		width: 214px;
		height: 109px;
	}

	.main_catch .inner p{
		background: rgba(255,255,255,0.65);
		width: 180px;
		height: 89px;
		padding: 10px;
		margin: 40% 6px 0;
	}

	.main_catch .inner img{
		width: 100%;
	}

}

@media screen and (max-width: 460px) {

	header .logo{
		float: left;
		padding: 8px 0 0 10px;
		height: auto;
		line-height: normal;
	}
	
	header .logo .logo_img{
		float: none;
		padding: 0;
		width: 85px;
	}
	
	header h1 img{
		width: 200px;
	}

}

@media screen and (max-width: 370px) {

.main{
	background: url(../images/main_sp_2018.jpg) no-repeat center;
	background-size: cover;
}
}
