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

------------------------------------------------------------*/
#gNavi li:nth-child(3) > a {
	color: #36ca82;
}

.mainImg {
	min-height: 300px;
	background: url(../img/scene/main_img.jpg) no-repeat left center;
}

.mainImg h2 {
	padding-top: 131px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	letter-spacing: 4px;
	line-height: 1.25;
}

.mainImg h2 span {
	display: inline-block;
	border-bottom: 2px solid #fff;
}
/*-------------------------------------*/
#conts .txt01{
    margin-bottom: 15px;
}

#conts .activityUl{
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}

#conts .activityUl li{
    width: 331px;
}

#conts .link{
    margin-bottom: 100px;
    width: 290px;
}
#conts .link a{
    display: block;
    padding: 15px 0;
    text-align: center;
    background: #35cc83;
    color: #fff;
}
#conts .link a:hover{
    opacity: 0.7;
}

#conts .imgList{
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#conts .imgList li{
    margin-bottom: 30px;
    width: 331px;
}
#conts .imgList li .img{
    margin-bottom: 3px;
}
#conts .imgList li .img img{
    width: 100%;
}
#conts .imgList li p{
    text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #main{
        margin: 0 auto 82px !important;
    }
    #conts {
        width: 95%;
        margin: 0 auto;
    }

	.mainImg {
		min-height: 126px;
		background: url(../img/scene/sp_main_img.jpg) no-repeat left center;
		background-size: cover;
        margin-bottom: 30px;
	}

	.mainImg h2 {
		padding-top: 55px;
		font-size: 15px;
		letter-spacing: 2px;
	}

	.mainImg h2 span {
		border-bottom: 1px solid #fff;
	}

    #conts .activityUl{
        display: flex;
        flex-direction: column;
    }

    #conts .activityUl li{
        margin: 0 auto 15px;
        width: 215px;
    }
    #conts .activityUl li img{
        width: 100%;
    }

    #conts .link{
        margin: 0 auto 60px;
        width: 210px;
    }

    #conts .imgList{
        margin-bottom: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
    }

    #conts .imgList li{
        margin-bottom: 30px;
        width: 100%;
    }

    #conts .imgList li .img img{
        width: 100%;
    }

    #conts .youtube{
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    #conts .youtube iframe,
    #conts .youtube object,
    #conts .youtube embed{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


}