.c-inner {
  width: 100%;
  max-width: 1200px !important;
  margin: 0 auto !important;
}
.u-objectFit {
  width: 100%;
  height: 100%;
  object-fit: cover;    
}
.c-pagearea {
  margin-top: 90px;
  width: 100% !important;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D4BE81;
}
.c-thumarea {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  column-gap: 80px;
  justify-content: center;
}
.c-menuarea {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  column-gap: 80px;
  justify-content: center;
}
.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;
}
.c-img-area {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .c-inner {
    max-width: inherit !important;
  }
  .c-pagearea {
    height: 200px;
    margin-top: 50px;
  }
  .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: 75%;
  }
  .c-menuarea .col-md-4 {
  	flex-basis: 25%;
  }
}