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

/* 中身-モバイルファースト======================================================================================================== */

#index .top_copy{
margin-bottom: 20px;
}

#index ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index li{
	width: 49%;
	margin-top: 2vw;
}
#index li a{
	display: block;
	position: relative;
	text-decoration: none;
	color: #FFF;
}
#index li a .text{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
}
#index li a .text em{
display: block;
font-size: 6vw;
line-height: 1.2;
white-space: nowrap;
margin-bottom: 5px;
}
#index li a .text h3{
white-space: nowrap;
}

/* PCのみ======================================================================================================== */
@media print, screen and (min-width: 751px){

#index .top_copy{
margin-bottom: 40px;
}
#index .top_copy p{
font-size: 20px;
text-align: center;
}

#index ul{
justify-content: center;
}
#index li{
	width: 300px;
	margin: 15px;
}
#index li .photo img{
width: 100%;
height: auto;
}
#index li a .text em{
font-size: 36px;
margin-bottom: 10px;
}



}


