@charset "utf-8";

/* メインコンテンツ */
.bl_panel.bl_panel__noBorder.bl_panel__noPadding.bl_panel__center + .un_kitchenFoodOption_amount {
  margin-top: 10px;
}

.un_kitchenFoodOption_amount {
  border-radius: 6px;
  background: #fdfbea;
  padding: 15px;

  li {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;

    &::before {
      content: url(/gas/img/cost/icon-check-green.png);
      margin-right: 6px;
      vertical-align: -6px;
    }
  }

  .un_kitchenFoodOption_amount_ttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
  }
}

/* 工事費表ここから */
.un_kitchenFoodOption_frontageTable {
  border: 1px solid #CCCCCC;
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  table-layout: fixed;

  th {
    font-weight: bold;
    font-size: 18px;
    background: #f4f4f4;
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }

  .un_kitchenFoodOption_frontageTable_price {
    td {
      color: #d70101;
      font-weight: bold;
      border-right: 1px solid #ccc;
      padding: 15px;
      text-align: center;

      span {
        font-size: 34px;
      }
    }
  }
}

.un_kitchenFoodOption_frontageTable + .bl_panel.bl_panel__noBorder.bl_panel__noPadding {
  margin-top: 20px;
}

/* テーブル */
.un_kitchenFoodOption_table {
  width: 100%;
  border-collapse: collapse;

  td {
    padding: 20px;
    border: var(--defaultBorder);
  }

  .un_kitchenFoodOption_table_squareImg {
    display: flex;
    justify-content: space-between;
    text-align: center;
  
    & + .un_kitchenFoodOption_table_squareTxt {
      margin-top: 20px;
    }
  
    .un_kitchenFoodOption_table_squareImg_inner_exchange {
      & + .un_kitchenFoodOption_table_squareImg_inner_txt {
        margin-top: 5px;
      }
    }
  }

  .un_kitchenFoodOption_table_inner {
    width: 480px;
    text-align: center;
  }

  .un_kitchenFoodOption_table_price_num {
    font-size: 20px;
  }
}

.un_kitchenFoodOption_table + .el_hdg2 {
  margin-top: 40px;
}

.un_kitchenFoodOption_table + .el_hdg3 {
  margin-top: 30px;
}


/* 事前のお知らせなく、見積り金額確定後に追加請求することはいたしません！ */
.un_kitchenFoodOption_emphasis {
  font-size: 16px;
  font-weight: bold;
}

/* 連動ダンパー配線接続工事 */
.un_kitchenFoodOption_modal {
  a:link {
    color: var(--defaultTxtColor);
  }

  .un_kitchenFoodOption_modal_txt {
    a {
      &::after {
        content: "";
        background-image: url(/img/freeform/common/sp_blank.png);
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: sub;
        width: 20px;
        height: 20px;
        margin-left: 5px;
      }
    }
  }
} 

/* レンジフードと調理機器の同時交換がおすすめです */
.el_hdg2 + .un_kitchenFoodOption_exchangeTable_wrapper {
  margin-top: 20px;
}

.un_kitchenFoodOption_exchangeTable_wrapper + .un_kitchenFoodOption_estimate {
  margin-top: 20px;
}

.un_kitchenFoodOption_exchangeTable {
  border: 2px solid #ccc;
  border-collapse: collapse;

  .un_kitchenFoodOption_exchangeTable_ttl {
    th {
      font-size: 18px;
      font-weight: bold;
      background: #f4f4f4;
      border: 1px solid #ccc;
      padding: 15px;
      text-align: center;   
    }
  }

  .un_kitchenFoodOption_exchangeTable_set {
    th {
      font-size: 18px;
      font-weight: bold;
      background: #f4f4f4;
      border: 1px solid #ccc;
      padding: 15px;
      text-align: center;   
    }

    td {
      background: url(https://sunrefre.jp/kitchen/food/img/index/pc_arrow.png) 50% 55% no-repeat;
      text-align: center;
      border: 1px solid #ccc;
      padding: 20px;
    }
  }

  .un_kitchenFoodOption_exchangeTable_set_txt {
    margin-top: 5px;
  }

  .un_kitchenFoodOption_exchangeTable_set_subTtl {
    padding: 5px 5px 15px 5px;
    border-bottom:1px dashed #ccc;
  }

  .un_kitchenFoodOption_exchangeTable_set_price {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
  }

  .un_kitchenFoodOption_exchangeTable_set_price_txt {
    font-size: 19px;
    margin-top: 25px;
    color: var(--emphasisRed);
  }

  .un_kitchenFoodOption_exchangeTable_set_taxIn {
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: var(--emphasisRed);
    font-size: 40px;
    font-weight: bold;
    margin-top: 10px;
  }

  .un_kitchenFoodOption_exchangeTable_set_taxIn_unit {
    font-size: 18px;
  }
}

/* 見積りボタン */
.bl_panel.bl_panel__noBorder.bl_panel__noPadding + .un_kitchenFoodOption_estimate {
  margin-top: 30px;
}

.un_kitchenFoodOption_estimate {
  .un_kitchenFoodOption_estimate_frame {
    display: flex;
    justify-content: space-between;
    border: solid 8px #e7e7e7;
    padding: 15px 20px;

    & + .un_kitchenFoodOption_estimate_frame {
      margin-top: 20px;
    }
  }

  .un_kitchenFoodOption_estimate_frame_txt {
    width: 46%;
    height: 77px;
    line-height: 77px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
  }

  .un_kitchenFoodOption_estimate_frame_btn {
    &:hover {
      background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
      
    }
    
    &::after {
      content: "";
      width: 8px;
      height: 8px;
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      position: absolute;
      top: 27px;
      right: 20px;
      z-index: 180;
      transform: rotate(45deg);
    }

    display: inline-block;
    margin-top: 5px;
    padding: 10px 35px 22px;
    width: 30%;
    height: 35px;
    font-size: 16px;
    text-align: center;
    background-image: linear-gradient(45deg, #f25c05 0%, #ff985c 100%);
    border-radius: 40px;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, .11);
    transition: .4s;
    position: relative;

    a {
      text-decoration: none;
    }
  }

  .un_kitchenFoodOption_estimate_frame_btn_txt {
    color: #FFF;
  }
}

/* 交換工事は私たちが責任を持って担当いたします */
.un_kitchenFoodOption_estimate + .el_hdg2 {
  margin-top: 40px;
}

.bl_panel.bl_panel__noBorder + .un_foodContentsLink_hdg {
  margin-top: 20px;
}