@charset "UTF-8";

/* ▼▼▼ メニュー
=====================================*/

#menu .inner a{
	display: block;
	position: relative;
	}
#menu .inner a:nth-of-type(odd){
	text-align: left;
	}
#menu .inner a:nth-of-type(odd) .black_btn{
	right:0;
	}
#menu .inner a:nth-of-type(even){
	text-align: right;
	}
#menu .inner a:nth-of-type(even) .black_btn{
	left:0;
	}

#menu .inner a:link{
	color:#fff;
	}
#menu .inner a:hover{
	color:#fff;
	}
#menu .inner a:visited{
	color:#fff;
	}
#menu .inner a:not(:first-of-type){
	margin-top:60px;
	}
#menu .inner a img{
	width:560px;
	}
#menu .inner a .black_btn{
	display: block;
	width: 350px;
    height: 70px;
    padding: 0 27px;
	margin:auto;
	font-size:20px;
	font-weight:bold;
    text-align: left;
	line-height: 70px;
	background:#000;
	position: absolute;
	z-index: 1000;
	top:0;
	bottom:0;
	}
#menu .inner a .black_btn::after{
    content: '';
    position: absolute;
    width: 21px;
    height: 100%;
    background-image: url(../img/arrow_w.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 20px;
}

/* ▼▼▼ 480px
=====================================*/
@media screen and (max-width: 480px) {

#menu .inner a:not(:first-of-type){
	margin-top:40px;
	}

#menu .inner a .black_btn {
	width:100%;
    margin: 15px auto 0;
	font-size:15px;
    position: relative;
	}	
	
}
