@charset "utf-8";

body {
	line-height: 0;
	background-color: #778992;
}

h3 {
	line-height: 1.5em;
	font-size: 18px;
	color: #a22041;
}
	
#fixed {
	position: fixed;
	font-family: "MS UI Gothic", meiryo, Times, serif;
	color: #ddd;
}


#fixed .sumnail img {
	min-width: 64px;
	min-height: auto;
}



header {
	width: 100%;

	background-color: #778992;	/*#3a4123*/
}
header h1,
header h2 {
	color: #9dac9b;
	padding-bottom: 2em;
}
header p {
	text-align: center;
    	font-size: 45px;
    	color: #ddd;
	line-height: 2.5em;
	opacity: 0.7;
}

#drop {
	background-color: #778992;	
}





/*drop*/

.dropmenu{
	*zoom: 1;
	list-style-type: none;
	width: 75%;
	margin: 0;		
	padding-bottom: 5%;
		font-family: "MS UI Gothic", Times, serif;
}


.dropmenu:before, .dropmenu:after{
	content: "";
	display: table;
}

.dropmenu:after{
	clear: both;
}

.dropmenu li{
	position: relative;
	width: 60%;				/*重要*/
	float: left;
	margin-left: 20%;
	padding: 0;
	text-align: center;
		/*margin-bottom: 6%;*/		/*重要*/
}	

.dropmenu li a{
	display: block;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 24px;
	line-height: 1.5em;
	text-decoration: none;
		border: 1px solid #000;  		 /**/
	cursor: no-drop;
}

.dropmenu li a img{
	width: 7%;
}

.dropmenu li ul{
	width: 100%;
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.dropmenu li ul li {
	width: 80%;			/*重要*/
	margin-left: 100%;
	line-height: 1.2em;		/*保留分*/
}

	.dropmenu li ul li img {  		/*保留分*/
		width: 100%;
		/*margin-left: -175%;*/		/*重要*/
	}


	.dropmenu li ul li a {
		background: #778992;			/*元の色*/
		text-align: center;
	}



.dropmenu li .satake a,
.dropmenu li .satake a:hover{			/*イエーイ*/
	background: #404040;
}

.dropmenu li .yosikawa a,
.dropmenu li .yosikawa a:hover{
	background: #8c8861;
}

.dropmenu li .kurenai a,
.dropmenu li .kurenai a:hover{
	background: #a22041;
}

.dropmenu li .yamada a,
.dropmenu li .yamada a:hover{
	background: #42427a;
	opacity: 0.7;
}

.dropmenu li .suzuki a,
.dropmenu li .suzuki a:hover{
	background: #0F3240;
}

.dropmenu li .kawabe a,
.dropmenu li .kawabe a:hover{
	background: #191919;
}

.dropmenu li .hanaya a,
.dropmenu li .hanaya a:hover{
	background: #a6a5c4;
}

.dropmenu li .obaba a,
.dropmenu li .obaba a:hover{
	background: #872732;
	/*opacity: 0.4;*/
}

.dropmenu li .pop a,
.dropmenu li .pop a:hover{
	background: #ff1493;
	/*opacity: 0.4;*/
}


/*flip*/


#flip li ul, {
	visibility: hidden;
	perspective: 400px;
}

#flip li:hover ul{
	visibility: visible;
}

#flip ul li{
	transform: rotateY(90deg);
	transform-origin: 50% 0;
	transition: .3s;
}

#flip li:hover li{
	transform: rotateY(0);
	}

#flip ul li:nth-child(2) {
	transition-delay: .1s;
}

#flip ul li:nth-child(3) {
	transition-delay: .2s;
}

#flip ul li:nth-child(4) {
	transition-delay: .3s;
}

#flip ul li:nth-child(5) {
	transition-delay: .4s;
}



@media screen and (max-width: 767px){
	#absolute {
		position: static;
		width: 100%;
		margin: 0;
		background-color: #3F411E;
	}
	#fixed .sumnail img,
	#fixed .sumnail p {
		display: none;
	}

}

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

}
