@charset "utf-8";

/**
 *
 *  TOPページ
 *　index
 */

/*--------------------------------------------------------------------------
   slide
---------------------------------------------------------------------------*/
.bg-slider {
	width: 100vw;
	height: 300px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider__title{
	color: #fff;
	font-size: 1.5rem;
	text-align:center;
	text-shadow: 1px 1px 1px #999;
	font-weight: normal;
}
/*　.bg-slider__title img {
	width: 78px;
	height: auto;
	margin-bottom: 30px;
}*/

@media only screen and (min-width: 768px) {
.bg-slider {
	width: 100vw;
	height: 800px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 370px;
}
.bg-slider__title{
	color: #fff;
	font-size: 3rem;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}
/*	　.bg-slider__title img {
	width: 157px;
	height: 105px;
	margin-bottom: 50px;
}
*/}