@charset "UTF-8";

/*-------------------------------------------*/
/*	PC
/*-------------------------------------------*/

@media screen and (min-width:760px) {

  /* =====================
    kazokusouothers
  ===================== */
  .list_others_plan {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    gap: 60px 50px;
  }

  .list_others_plan li {
    width: 30%;
    background-color: #FAF7ED;
    border-radius: 8px;
    box-shadow: 6px 6px 0 #E8E5DC;
  }

  .list_others_plan li .name {
    background-color: #643100;
    font-size: 29px;
    padding: 5px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 8px 8px 0 0;
  }

  .list_others_plan li .conts {
    padding: 15px;
    
  }

  .list_others_plan li .conts figure {
    margin-bottom: 20px;
  }

  .list_others_plan li .conts .label {
    background-color: #A8730E;
    color: #FFFFFF;
    width: 200px;
    position: relative;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    padding-right: 20px;
  }

  .list_others_plan li .conts .label::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-color: #FAF7ED;
    position: absolute;
    right: -10px;
    top: 3px;
    transform: rotate(-45deg);
  }

  .price_normal {
    font-family: "UD黎ミン B", sans-serif;
    text-decoration: line-through;
  }
  .price {
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-family: "UD黎ミン B", sans-serif;
    color: #A8730E;
  }
  .price .num {
    font-size: 46px;
    padding-right: 5px;
  }
  .price .yen {
    font-size: 12px;
    line-height: 1.5;
  }
  .price .yen span {
    font-size: 17px;
    display: block;
  }
  .price .yen span.kome {
    font-size: 13px;
    display: inline-block;
    padding-left: 3px;
  }
  .price_intax {
    font-family: "UD黎ミン B", sans-serif;
    font-size: 14px;
    color: #A8730E;
  }
  
}

/*-------------------------------------------*/
/*	SP
/*-------------------------------------------*/

@media screen and (max-width:759px) {
  /* =====================
    kazokusouothers
  ===================== */
  .list_others_plan {
    margin-bottom: 30px;
  }

  .list_others_plan li {
    background-color: #FAF7ED;
    border-radius: 8px;
    box-shadow: 6px 6px 0 #E8E5DC;
    margin-bottom: 30px;
  }

  .list_others_plan li .name {
    background-color: #643100;
    font-size: 24px;
    padding: 5px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 8px 8px 0 0;
  }

  .list_others_plan li .conts {
    padding: 15px;
    
  }

  .list_others_plan li .conts figure {
    margin-bottom: 20px;
  }

  .list_others_plan li .conts .label {
    background-color: #A8730E;
    color: #FFFFFF;
    width: 200px;
    position: relative;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    padding-right: 20px;
  }

  .list_others_plan li .conts .label::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-color: #FAF7ED;
    position: absolute;
    right: -10px;
    top: 3px;
    transform: rotate(-45deg);
  }

  .price_normal {
    font-family: "UD黎ミン B", sans-serif;
    text-decoration: line-through;
  }
  .price {
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-family: "UD黎ミン B", sans-serif;
    color: #A8730E;
  }
  .price .num {
    font-size: 48px;
    padding-right: 5px;
  }
  .price .yen {
    font-size: 12px;
    line-height: 1.5;
  }
  .price .yen span {
    font-size: 17px;
    display: block;
  }

  .price .yen span.kome {
    font-size: 15px;
    display: inline-block;
  }
  
  .price_intax {
    font-family: "UD黎ミン B", sans-serif;
    font-size: 14px;
    color: #A8730E;
  }
  
}
