@charset "UTF-8";
.header{
 background: url(../img/actualconstruction/room.png) no-repeat center center/cover;
}
.wrapper{
  max-width: 960px;
  margin: 0 auto;
  padding: 0 4%;
}

.genre{
  font-size:25px;
  text-align: center;
}

.lead{
  padding: 30px 0;
}

.table_design05 {
  border-collapse: collapse;
  width: 100%;
  max-width: 768px;
}
.table_design05 th, .table_design05 td {
  padding: 1em;
}
.table_design05 th {
  color: #000;
  font-weight: bold;
  text-align: left;
  width: 20%;
  min-width: 4em;
  position: relative;
}
.table_design05 th::after {
  content: '';
  background-color: #c1c7c6;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
}

.menu_box {
	width: 29%;
	float: left;
	margin-left: 3%;
	margin-bottom: 30px;
}
 
.menu_box img {
	width: 100%;
	max-width: 300px;
}
 
.menu_box ul {
	text-align: left;
	font-size: 0.8em;
/*
	margin-left: 25px;
*/
	margin-left: 3%;
}

@media print, screen and (min-width: 768px) {
  .lead{
    width: 800px;
    margin: 0 auto;
    text-align: center;
  }
}

