/*
$width-page:1500px;

.wrapper {
  min-width: $width-page;
}

.frame {
  min-width: $width-page;
  width: $width-page;
}
*/
/* service */
.service .link {
  margin-top: 30px;
}

.main-title {
  padding-top: 80px;
}

.main-message {
  margin-top: 75px;
  text-align: center;
  font-size: 16px;
}

.floors .floor {
  margin-top: 100px;
}

.floors .floor .inner-floor {
  padding-left: 70px;
}

.floors .floor .floor-img {
  float: left;
  margin: 0 auto 0 0;
  width: 386px;
}

.floors .floor .floor-img .plan {
  margin-top: 20px;
  margin-left: 0;
}

.floors .floor .floor-info {
  margin: 70px auto 0 430px;
}

.floors .floor .floor-info .floor-title {
  font-size: 16px;
  font-weight: bold;
}

.floors .floor .floor-info .icon {
  background-color: #efefef;
  color: #343434;
  padding: 5px 10px;
  margin-left: -2px;
}

.floors .floor .floor-info span:first-child {
  margin-right: 30px;
}

.floors .floor .floor-info .info-box {
  border-left: 3px solid #000000;
  padding-left: 15px;
}

.floors .floor .floor-info .info-boxes {
  float: left;
  padding-right: 60px;
}

.floors .floor .floor-info .info-note {
  margin-top: 30px;
}

.lunch {
  margin-top: 110px;
  padding: 30px 0;
  background-color: #efeae1;
  text-align: center;
}

.lunch .title-area {
  color: #898989;
}

.lunch .title-area .info {
  margin-top: 14px;
  margin-bottom: 10px;
}

.lunch .title-area .notice {
  margin-top: 10px;
  margin-bottom: 16px;
  font-weight: bold;
}

.lunch .lunch-boxes {
  display: inline-block;
}

.lunch .lunch-box {
  float: left;
  padding: 0 9px;
  margin: 0 auto;
}

.options {
  margin-top: 130px;
  margin-bottom: 100px;
}

.options .tbl-head,
.options .tbl-options {
  /*    width: $width-page;*/
  width: 100%;
  margin: 0 auto;
}

.options .tbl-head {
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
}

.options .tbl-options th, .options .tbl-options td {
  border-top: 1px solid #dcdddd;
  border-right: 1px solid #dcdddd;
  padding: 15px;
  font-size: 13px;
}

.options .tbl-options th {
  background-color: #efefef;
  border-left: 1px solid #dcdddd;
  padding-left: 20px;
}

.options .tbl-options .th-narrow {
  padding: 10px;
  text-align: center;
}

.options .tbl-options .th-sub {
  padding: 15px;
}

.options .tbl-options .nowrap {
  white-space: nowrap;
}

.options .tbl-options tr:last-child th,
.options .tbl-options tr:last-child td {
  border-bottom: 1px solid #dcdddd;
}

.options .tbl-options .tbl-menu {
  display: inline-block;
}
