@charset "UTF-8";
/* CSS Document */


.show-table-wrap {
  max-width: 100%;
  margin: 10px auto;
  padding: 0 20px;
}

.show-table-title {
  font-size: 14px;
  margin: 0 0 24px;
  font-weight: 700;
  color: #1a1a1a;
  padding-bottom: 12px;
  border-bottom: 3px solid #333;
}

.show-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 13px;
  line-height: 1.7;
}

.show-table thead {
  background: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
}

.show-table th {
  padding: 12px 12px;
  text-align: left;
  font-weight: 600;
  color: #495057;
  font-size: 12px;
}

.show-table tbody tr {
  border-bottom: 1px solid #e9ecef;
}

.show-table tbody tr:last-child {
  border-bottom: none;
}

.show-table td {
  padding: 14px 12px;
  vertical-align: top;
  font-size: 13px;
}

/* 列幅の調整 */
.show-table th:nth-child(1),
.show-table td:nth-child(1) {
  width: 11%;
  font-weight: 600;
}

.show-table th:nth-child(2),
.show-table td:nth-child(2) {
  width: 8%;
  white-space: nowrap;
}

.show-table th:nth-child(3),
.show-table td:nth-child(3) {
  width: 48%;
}

.show-table th:nth-child(4),
.show-table td:nth-child(4) {
  width: 33%;
}

/* 補足情報エリア */
.show-info {
  margin-top: 10px;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.8;
}

.info-section {
  margin-bottom: 10px;
}

.info-section:last-of-type {
  margin-bottom: 10px;
}

.info-title {
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 6px;
  font-size: 14px;
}

.info-detail {
  margin: 0;
  color: #495057;
  padding-left: 1em;
}

.info-note {
  margin: 0;
  padding-top: 16px;
  border-bottom: 1px solid #dee2e6;
  color: #6c757d;
  font-size: 12px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .show-table-title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .show-table thead {
    display: none;
  }

  .show-table,
  .show-table tbody,
  .show-table tr,
  .show-table td {
    display: block;
    width: 100%;
  }

  .show-table tr {
    margin-bottom: 20px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
  }

  .show-table td {
    padding: 8px 0;
    border: none;
    position: relative;
    padding-left: 35%;
    text-align: left;
    font-size: 13px;
  }

  .show-table td:before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 30%;
    padding-right: 10px;
    font-weight: 600;
    color: #495057;
    font-size: 12px;
  }

  .show-table td:first-child {
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 8px;
  }

  .show-info {
    margin-top: 10px;
    padding: 10px;
  }

  .info-title {
    font-size: 13px;
  }

  .info-detail {
    font-size: 12px;
  }
}

/*ディナーコースエリア*/
#charge_box #dinner001_box {
	width:520px;
	padding:5px;
	margin:0 0 0 0;
	border:#bab075 solid 1px; 
	background:#fcfbf4;
}

#charge_box #dinner001_box p {
	padding:0;
	margin:0;
}

#charge_box #dinner001_box strong {
	color:#FF0066;
}

#charge_box #dinner001_box img {
	padding:0 0 0 5px;
	margin:0;
	width:510px;
	height:100%;
}


#charge_box #dinner001_box ul.menu_name {
	padding:20px 0 0 5px;
	margin:0;
	height: auto;
	border-bottom: 1px dotted #907F7F; 
}

#charge_box #dinner001_box ul.menu_name li {
	list-style: none;
	padding:0;
	margin:0;
	line-height: 1.5;
}

#charge_box #dinner001_box ul.menu_name li.color {
	list-style: none;
	padding:0;
	margin:0;
	line-height: 1.5;
	color:#8e7a51;
	font-weight: bold;
}

#charge_box #dinner001_box ul.menu_name li img {
	width:100px;
	height:100px;
	padding:0 10px 0px 0;
	margin:0;
	float: left;
}


#charge_box #dinner001_box ul.chuui {
	padding:20px 0 0 0;
	margin:0;
}

#charge_box #dinner001_box ul.chuui li {
	list-style: none;
	padding:0;
	margin:0;
	line-height: 1.8;
}