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

/**********************************************************************************

   中ページMV

**********************************************************************************/

.mv_common{
	height: 480px;
	background: url("../img/mv.jpg")center no-repeat;
	position: relative;
}

.mv_common .mv-ttl{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 250px 0 0;
	text-align: center;
}

.mv_common h1{
	color: #fff;
	font-size: 28px;
	font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1250px) {
	h1{
		width: 80%;
		margin: 0 auto;
	}
	.mv_common{ height: 320px;}
	.mv_common .mv-ttl{ margin: 170px 0 0;}
}

@media screen and (max-width: 768px) {
	.mv_common {height: 280px;}
	.mv_common .mv-ttl{margin: 150px 0 0;}
	.mv_common h1{font-size: 24px;}
	
}


/**********************************************************************************

   contents01

**********************************************************************************/
#contents01{
	width: 1200px;
	margin: 60px auto;
}

#contents01 .list-wrap {
	margin: 50px 0 0;
}

#contents01 .list-wrap dl{
	display: flex;
	border-top: 1px solid  #8500b2;
	padding: 25px 65px;
	font-family: "Noto Serif JP", serif;
	font-size: 17px;
}

#contents01 .list-wrap dl dt{
	width: 40%;
}
#contents01 .list-wrap dl dd{
	width: 60%;
	line-height: 1.9em;
}

#contents01 .list-wrap dl:last-child{border-bottom: 1px solid  #8500b2;}

#contents01 .list-wrap dl ul li{position: relative; padding-left: 20px;}
#contents01 .list-wrap dl ul li:before{
	content: "・";
	position: absolute;
	left: 0;
}


@media screen and (max-width: 1200px) {
	#contents01{width: 90%;}
}

@media screen and (max-width: 768px) {
	#contents01{width: 90%;}
	#contents01 .list-wrap dl{padding: 15px;}
	#contents01 .list-wrap dl dt{width: 25%;}
	#contents01 .list-wrap dl dd{width: 75%;}
}


/**********************************************************************************

   なんか画像

**********************************************************************************/

.img-wrap{width: 100%;}
.img-wrap img{width: 100%;}

/**********************************************************************************

   map

**********************************************************************************/
#map{
	width: 100%;
	margin: 120px auto 80px;
}

#map iframe{
	margin-top: 50px;
	width: 100%;
	height: 597px;
   filter: grayscale(100%);
   transition: all 0.7s ease;	
}

@media screen and (max-width: 768px) {
	#map{margin: 60px auto 80px;}
}









