@charset "UTF-8";
/* CSS Document */

/*MAIN-Slider ---------------------------------------------------------------------------------*/

/* ********** slider_block *** */
.slider_block {
   position: relative;
	width: 100%;
	height: auto;
}
.sliderBox {
    margin: 0;
	 overflow: hidden;/*スライダー右側の謎の余白を消す*/
}
.slider {
    padding: 0;
}
.slider li {
    overflow: hidden;
}
.slider li img {
    width: 100%;
    height: auto;
}
.sliderDots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0px;
    margin: auto;
    margin-top: -50px;
}
.sliderDots button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    font-family: "arial";
    font-size: 10pt;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.sliderDot {
    margin: 0 !important;
}
.sliderDots li {
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
}
.sliderDots li button {
    position: relative;
    text-indent: -9999px;
}
.sliderDots li button:before {
    content: '●';
    font-size: 154%;
    text-indent: 0px;
    position: absolute;
    top: 10px;
    left: -5px;
    color: #595959;
    cursor: pointer;
}
.sliderDots .slick-active button:before {
    color: #40c6cc;
}
.slick-prev {
    left: -20px;
}
.slick-next {
    right: -20px;
}
.slick-prev,
.slick-next {
    width: auto;
    height: auto;
    z-index: 100;
}
.slick-prev::before,
.slick-next::before {
    font-size: 24px;
}
.slick-prev:before {
    content: "" !important;
}
.slick-prev:after {
    content: url(../images/arrow001.png);
}
.slick-next:before {
    content: "" !important;
}
.slick-next:after {
    content: url(../images/arrow002.png);
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

/* ########### 767px以下 ########### */
@media screen and (max-width: 767px) {
    .mainVisual {
        margin-top: 0px;
    }
    .sliderBox {
        max-height: 350px;
        margin: 0;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0px !important;
    }
    .slick-prev {
        left: 0px;
    }
    .slick-next {
        right: 0px;
    }
}

/* ########## 767px以上 1023px以下 ########## */
@media screen and (max-width: 1023px) and (min-width: 767px) {
    .sliderBox {
        margin: 0 auto;
    }

    .slider_block {
        width: 100%;
        margin: 0 auto;
    }

    .mainVisual {
        margin-top: 0px;
    }
}

/* ########### 1024px以上 ########### */
@media screen and (min-width: 1024px) {
    .slider_block {
        width: 100%;
        margin: 0 auto;
    }
}
/* ******** //slider_block *** */

/*ABOUT---------------------------------------------------------------------------------*/

.about_area{
	display: flex;
	justify-content: space-between;
	margin: 40px auto 0;
}
.about_area dl{
	max-width: 100%;
}
.about_area dl dt{
	margin: 0 0 40px;
	color: #fff;
}
.about_area dl dt span{
	background: #000;
	padding: 1rem;	
}
.about_area dl dd h2{
	display: block;
	font-size: 3rem;
	margin: 0 0 30px;
	color: #000;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.about_area dl dd{
	line-height: inherit;
	/*line-height: 3.5rem;*/
}
.about_area figure img{
	width: 570px;
	margin: 0 0 0 3rem
}
@media only screen and (min-width: 769px) and (max-width: 1025px)  {
	.about_area{
		display: flex;
		justify-content: space-between;
		margin-bottom: 0;
	}
	.about_area figure img{
		max-width: 400px;
	}
	.about_area dl dd h2{
		font-size: 3.3vw;
		line-height: normal;
	}
}
@media print, screen and (max-width:768px) {
	.about_area{
		display: flex;
		flex-wrap: wrap;
	}
	.about_area figure img{
		width: 100%;
		height: auto;
		margin: 40px auto;
		background: #F02528;
	}
	.about_area dl dd h2{
		font-size: 5vw;
		line-height: normal;
	}
}

/*NEWS---------------------------------------------------------------------------------*/

.news_area{
	margin: 0 auto 40px;
}
.news_area h2{
	margin: 10px auto 40px;
	padding: 0 0 15px;
	display: block;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #000;
}
.news_area dl{
	display: flex;
	margin: 30px 0;
}

/*ICON*/
.news_area dl dt{position: relative; padding-right:150px;}
.news_area dl dt::before{
	position: absolute;
	top: -5px;
	right: 0;
	display: block;
	width: 7em;
	height: 2em;
	line-height:2em;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	text-align:center;
	border-radius: 50px;

	color:#fff;
	font-family: vdl-logona, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.news_area dl dt.overall::before{
	content: "全 体";
	background-color:#e52e2e;
}
.news_area dl dt.library::before{
	content: "図書館";
	background-color:#8f1f9b;
}
.news_area dl dt.archive::before{
	content: "郷土資料室";
	background-color:#409b1f;
}
.news_area dl dt.schools::before{
	content: "校舎棟";
	background-color:#c6a20c;
}
.news_area dl dt.gymnasium::before{
	content: "体育館";
	background-color:#20209e;
}
.news_area dl dt.rooms::before{
	content: "貸  室";
	background-color:#1f9b83;
}
.news_area dl dt.nurturing::before{
	content: "子ども育成課";
	background-color:#ff7f50;
}
.news_area dl dd{
	margin: 0 0 0 40px;
}
.news_area .news_details{
	width: 100%;
	margin-top: 3rem;
	background: #000;
	text-align: center;
	letter-spacing: 0.1em;
}
.news_area .news_details a{
	display: block;
	width: 100%;
	padding: 1.5rem;
	box-sizing: border-box;
	color: #fff;
}
.news_area .news_details a:hover{
	background: #40c6cc;
	color: #000;
}
@media print, screen and (max-width:1025px) {
	.news_area{
		margin-top:-3rem;
		}
	}
@media print, screen and (max-width:768px) {
	.news_area{
		margin-top: 20px;
		margin-bottom: 80px;
		}
	.news_area dl{
		display: flex;
  		flex-direction: column;
		justify-content: flex-at;
	}
	.news_area dl dt{
		padding-right:200px;
	}
	.news_area dl dt{
		width: 53%;
		margin: 0 0 2rem 0;
	}
	.news_area dl dd{
	margin: 0;
	}
}
@media only screen and (min-width: 414px) and (max-width: 768px)  {	
	.news_area dl dt{
		width: 65%;
	}
}