@charset "UTF-8";

h2{
	text-align:center;
	font-size: 15px;
	font-family:'hiragino maru gothic pron';
	color:#323232;
	

}


#worksimg {
	text-align:center;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}


.menu2-container {
	margin-top: 10px;
	margin-bottom: 20px;
}

.menu2-container .menu {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu2-container .menu .menu-item {
	flex: 1;
}

.menu2-container .menu .menu-item a {
	background: #fff;
	border:  0px;
	border-right: none;
	display: block;
	padding: 8px 8px;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.menu2-container .menu {
	flex-wrap: wrap;
	width: 100%;
}
.menu2-container .menu .menu-item {
	flex: auto;
	width: 33.33333333%;
}
}

#youtube{
  grid-column: 1/14;
  grid-row: 6/7;
  width: 60%;
  margin: 0 auto;
}

#youtube #responsive{
  padding-bottom: 56.25%;
  position: relative;
}

#youtube #responsive iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

 #youtube{
    grid-row: 9/10;
    margin-bottom: 0%;
    width: 80%;
  }
