/* カスタム CSS をここに入力してください */
.home h1.entry-title {
	font-weight: normal;
		font-size: 24px;
}
.home h1.entry-title::before {
	background-color:transparent;
}
.home h1.entry-title span.title {
	font-weight: normal;
}
.subtitle a {
	text-decoration: underline;
	color: #fff;
}
.text-slider .maintitle::after {
  content: none;
}

.front-item {
  margin-bottom: 60px;
}
video {
  width: 100%;
}
.video-table,
.text-table{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-around;
	margin: 0;
	padding: 0;
	width: 100%;
}
.video-table li,
.text-table li{
	display: inline-block;
	list-style-type: none;
	width: 33%;

}
.video-table video {
  width: 100%;
}

.home button.photo-archive {
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.video-table li, .text-table li {
    width: 100%;
	}
}