.c-pagearea {
  margin-top: 90px;
  width: 100% !important;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D4BE81;
}

.c-midashi {
  display: flex;
  background-color: #D4BE81;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
}
.c-table {
  width: 1000px;
  margin: 0 auto;
}

.c-table .container {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

@media screen and (max-width: 767px) {
  .c-pagearea {
    height: 200px;
  }
  .c-midashi {
    font-size: 20px;  
  }
  .c-menuarea {
    flex-direction: column;
  }
  .c-thumarea {
    flex-direction: column;
    row-gap: 10px;
  }
  .c-menuarea > .row {
	flex-direction: column;
  }  
  .c-menuarea .col-md-6 {
    padding: 0;
    flex-direction: column;
 }
  .c-menuarea .col-md-8 {
  	flex-basis: 70%;
  }
  .c-menuarea .col-md-4 {
  	flex-basis: 30%;
  }
}