@charset "UTF-8";

/** TOP Slider **/
.top_photo01 {background-image: url("../img/toppc_img01.jpg");}
.top_photo02 {background-image: url("../img/toppc_img02.jpg");}
.top_photo03 {background-image: url("../img/toppc_img03.jpg");}

#slide {
    position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}

#slide .photo {
    position: relative;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}

/** テキストアニメーションここまで **/

.topUnder {
	display: flex;
}

.topUnder div {
	display: inline-block;
	width: 25%;
	padding: 0 25px;
}

.topUnder div img {
	width: 100%;
	border-radius: 200px;
	margin: 0 auto 15px auto;
}

.topUnder div h2 {
	text-align: center;
	margin: 0 auto 10px auto;
}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1336px) {
/* ------------------------------------------------------ */

}


/* ------------------------------------------------------ */
@media only screen and (max-width : 1250px) {
/* ------------------------------------------------------ */

}


/* ------------------------------------------------------ */
@media only screen and (max-width : 810px) {
/* ------------------------------------------------------ */
	.topUnder {
		flex-wrap: wrap;
		justify-content: center;
	}

.topUnder div {
	width: 40%;
	margin: 0 25px 50px 25px;
}
	
.topUnder div.end810 {
	margin: 0 0 0 0;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 640px) {
/* ------------------------------------------------------ */

.topUnder div {
	width: 50%;
	margin: 0 0 50px 0;
}


}

/* ------------------------------------------------------ */
@media only screen and (max-width : 500px) {
/* ------------------------------------------------------ */
.topUnder div {
	width: 80%;
	margin: 0 auto 50px auto;
}
}

}