/* =========================================
   胡蝶蘭ページ専用 CSS（完全版）
========================================= */

/* 胡蝶蘭テーブルは共通table設定を無効化 */
.orchid_table{
  width:100% !important;
  max-width:100% !important;
  margin:30px 0 !important;
}

.orchid_table th,
.orchid_table td{
  width:auto !important;
}
/* ===== 共通 ===== */
.orchid_table,
.orchid_table *,
.orchid_table *::before,
.orchid_table *::after{
  box-sizing:border-box;
}
.orchid_table{
  width:100%;
  border-collapse:collapse;
  margin:30px 0;
  table-layout:fixed;
  background:#fff;
}

.orchid_table th,
.orchid_table td{
  border:1px solid #ddd;
  padding:16px;
  text-align:center;
  vertical-align:middle;
  font-size:15px;
}

.orchid_table th{
  background:#0d5c4a;
  color:#fff;
  font-weight:600;
  letter-spacing:0.05em;
}

/* 列幅（PC用） */
.orchid_table th:nth-child(1),
.orchid_table td:nth-child(1){
  width:30%;
}

.orchid_table th:nth-child(2),
.orchid_table td:nth-child(2){
  width:35%;
}

.orchid_table th:nth-child(3),
.orchid_table td:nth-child(3){
  width:35%;
}


/* =========================================
   スマホ最適化（高級カード型）
========================================= */

@media screen and (max-width:768px){

  .orchid_table{
    border:none;
    margin:20px 0;
  }

  .orchid_table thead{
    display:none;
  }

  .orchid_table,
  .orchid_table tbody{
    display:block;
    width:100%;
  }

  .orchid_table tr{
    display:block;
    width:100%;
    margin:0 0 18px 0;   /* 横余白なし */
    padding:20px 18px;
    background:#ffffff;
    border-radius:12px;
    box-shadow:0 6px 16px rgba(0,0,0,0.06);
  }

  .orchid_table td{
    display:block;
    border:none;
    padding:8px 0;
    text-align:left;
    font-size:15px;
    line-height:1.6;
  }

  .orchid_table td::before{
    display:block;
    font-size:12px;
    font-weight:600;
    color:#888;
    margin-bottom:4px;
    letter-spacing:0.05em;
  }

  .orchid_table td:nth-child(1)::before{
    content:"サイズ";
  }

  .orchid_table td:nth-child(2)::before{
    content:"価格目安";
  }

  .orchid_table td:nth-child(3)::before{
    content:"用途";
  }

  /* サイズ強調 */
  .orchid_table td:nth-child(1){
    font-size:20px;
    font-weight:700;
    color:#0d5c4a;
    margin-bottom:6px;
  }

  /* 価格強調 */
  .orchid_table td:nth-child(2){
    font-size:18px;
    font-weight:600;
    color:#8b0000;
  }

}

@media screen and (max-width:768px){

  .inner,
  .container,
  .wrapper{
    padding-left:12px !important;
    padding-right:12px !important;
  }

}

<style>
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 15px;
}

.price-table th,
.price-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.price-table th {
  background-color: #f5f5f5;
}

.total-row {
  background-color: #fff8e1;
  font-size: 16px;
}

.price-simulation h2 {
  margin-top: 40px;
}

.note {
  font-size: 13px;
  color: #666;
  margin-top: 10px;
}
</style>

/* ===== 価格比較テーブル ===== */
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 15px;
}

.price-table th,
.price-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.price-table th {
  background-color: #f5f5f5;
}

.total-row {
  background-color: #fff8e1;
  font-size: 16px;
}

.note {
  font-size: 13px;
  color: #666;
  margin-top: 10px;
}