@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**							教育旅行&体験学習TOP用CSS							*/
/****************************************************************************/


/* ----------------------------------------------------
		
---------------------------------------------------- */
#top_main {
	background-color: #f2f2f2;
	position: relative;
	color: #ffffff;
}

#top_main h1 {
	font-family: "Montserrat";
	font-size: 72px;
	line-height: 1;
	position: absolute;
	top: calc(50% - 72px);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 9999;
	letter-spacing: 5px;
}

#top_main h1:before {
	background: url(/img/ja/education/common/main_icon.png) no-repeat;
	width: 85px;
	height: 85px;
	content: "";
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	margin: auto;
}

#top_main h2 {
	font-family: "honoka";
	font-weight: normal;
	font-size: 30px;
	line-height: 1;
	position: absolute;
	top: calc(50% + 72px);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 9999;
}

#top_slider .bx-prev {
	left: calc(50% - 500px);
}

#top_slider .bx-next {
	right: calc(50% - 500px);
}

#top_slider img {
	width: 100%;
}

