#main {
	width: 100%;
	height: 735px;
	position: relative;
	top: 0;
	left: 0;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#main video {
	position: absolute; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background-size: cover;
}

#main .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-color: rgba(0,0,0,0.4);
}

#intro2 p {
	margin-bottom: 1rem;
}

#intro2 h4 {
	text-align: center;
}

#intro2 article {
	border: 1px solid #888888;
	box-sizing: border-box;
	margin: 3rem auto 0;
	padding: 1rem;
	width: 90%;
	max-width: 750px;
	background-color: #f9f9f9;
}
#intro2 article h4 {
	text-align: left;
	margin-bottom: 1rem;
}
#subpage #intro p, #subpage #intro2 article p {
	text-align: left;
	margin-bottom: 0.5rem;
}

#slide {
	margin-bottom: 12rem;
}
#slide li {
	margin-right: 10px;
}
#slide li.slide1 {
	width: 297px!important;
}
#slide li.slide2 {
	width: 366px!important;
}

#activities {
	width: 90.9%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 12rem;
	text-align: center;
}
#activities h1 {
	width: 100%;
	font-size: 1.3rem;
	font-weight: lighter;
	margin-bottom: 6rem;
}
#activities .temp {
	text-align: center;
	width: 100%;
	font-size: 1.3rem;
	color: #aaaaaa;
}
#activities article {
	width: 30%;
}

#activities article .image {
	margin-bottom: 1rem;
}
#activities article h2 {
	text-align: left;
	margin-bottom: 1rem;
	font-weight: lighter;
}
#activities article p.note {
	text-align: left;
	margin-bottom: 1rem;
	font-weight: lighter;
	margin-bottom: 1rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #bfbfbf;
	box-sizing: border-box;
	line-height: 1.5;
}
#activities article .description {
	text-align: left;
	line-height: 1.5;
	font-weight: lighter;
}
#activities article .description h3 {
	font-weight: lighter;
	margin-bottom: 1rem;
}
#subpage #intro2 {
	width: 90.9%;
	max-width: 100%;
}
#subpage #intro2 .image {
	margin-bottom: 4rem;
}
#subpage #intro2 p.catch {
	font-size: 1.2rem;
}



/*　レスポンシブ　*/

@media screen and (max-width:800px) {


#main {
	height: 350px;
}
#activities article {
	width: 100%;
	margin-bottom: 3rem;
}


}