@charset "UTF-8";

/*------------------------------------------------------------
    料金表
------------------------------------------------------------*/
#gNavi li.gn05 a {
  background-position: -372px -61px;
}

#conts .priceList:after {
  display: block;
  clear: both;
  content: "";
}

#conts .priceList dt,
#conts .priceList dd {
  float: left;
  font-size: 1.5rem;
  font-weight: bold;
}

#conts .priceList {
  margin-bottom: 10px;
}

#conts .priceList dt {
  margin-right: 22px;
  color: #3f733c;
}

#conts .priceList dd {
  color: #c42d2d;
}

#conts .priceList dd .small {
  font-size: 1.2rem;
}

#conts .option .priceTbl {
  margin-top: 27px;
}

#conts .option .priceTbl th,
#conts .option .priceTbl td {
  vertical-align: top;
  line-height: 1.8;
}

#conts .option .priceTbl th {
  width: 180px;
}

#conts .option .priceTbl .red {
  width: 170px;
}

#conts .option .priceTbl .link {
  color: #5f8c19;
}

#conts .omotegaePrice .imgTxt,
#conts .shindatamiPrice .imgTxt {
  margin-top: 27px;
}

#conts .omotegaePrice .contsTtl01,
#conts .shindatamiPrice .contsTtl01 {
  margin-bottom: 16px;
}

#conts .details h3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  line-height: 1.3;
  padding-top: 4px;
}

#conts .priceTbl {}

#conts .priceTbl.totalTbl th {
  background: #3f733c !important;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  border-bottom: #fff solid 1px;
  border-left: #fff solid 1px;
}

#conts .priceTbl.totalTbl th span {
  font-size: 14px;
  font-weight: normal;
}

#conts .priceTbl.totalTbl th:first-child {}

#conts .priceTbl.totalTbl td.red,
#conts .typePrice td.red {
  text-align: right;
  padding: 10px 5px;
  border-left: #fff solid 1px;
}

#conts .priceTbl.totalTbl tbody tr:nth-child(2n) td,
#conts .typePrice tbody tr:nth-child(2n) td {
  border-left: #EEE7D6 solid 1px;
}

#conts .typePrice thead th {
  background: #3f733c !important;
  color: #fff;
  text-align: center;
}

#conts .typePrice td.red {
  text-align: center;
}

#conts .tatamidokoPrice li {
  padding-left: 0;
}

#conts .tatamidokoPrice li:before {
  content: none;
}

#conts .totalpBox {
  display: none;
}



#conts {
  .pricesDetails {}

  .pricesList {
    border-color: #333;

    th,
    td {
      border-color: #333;
    }


    th {
      font-size: 2.4rem;
      text-align: center;
      padding: 10px 5px;
    }

    td {
      padding: 10px;
      font-weight: 700;

      p {
        margin-bottom: 0;
      }
    }

    tr:nth-of-type(2) {
      background: #ebd896;
    }

    tr:nth-of-type(3) {
      background: #d5dbc9;
    }

    tr:nth-of-type(4) {
      background: #d7c7a0;
    }

    tr:nth-of-type(5) {
      background: #ecbbb6;
    }

    tr:nth-of-type(6) {
      background: #bad9da;
    }

    tr:nth-of-type(7) {
      background: #ecf3d0;
    }

    tr:nth-of-type(7),
    tr:nth-of-type(8) {
      td {
        display: table-cell;

        .prices {
          text-align: center;
        }

        &:last-of-type {
          background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #333 50%, #333 calc(50% + 0.5px), transparent calc(50% + 1px))
        }

      }

    }

    .priceWrap {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: center;

      .medalImg {
        width: 90px;
        height: auto;
      }

      .prices {
        color: #c42d2d;
        font-family: 'Times New Roman';
        font-size: 3.2rem;
        font-weight: 700;
        display: block;
        margin-left: 10px;
        text-align: right;


        .yen {
          font-size: 2.8rem;
        }

        .notax_price {
          white-space: nowrap;
        }

        .taxin_price {
          font-size: 1.4rem;
          display: block;
        }
      }
    }

    .koukin {
      img {
        width: 60px;
        height: auto;
      }
    }
  }

  .rekkaContWrap {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 10px;
  }

  .rekkaCont {
    width: 32%;
    margin: 0 2% 0 0;

    img {
      max-width: 100%;
      height: auto;
    }

    &:last-of-type {
      margin-right: 0;
    }
  }
}


/*------   inquiry  ------*/
#conts .flowWrap {
  section {
    margin-bottom: 45px;
  }
  #inquiry p {
    width: 570px;
  }

  .flowCnt img {
    width: 225px;
    height: 150px;
    display: block;
    float: left;
  }

  .flowCnt p {
    width: 462px;
    float: right;
    line-height: 1.8;
  }

  p .alert {
    font-weight: bold;
    color: #c42d2d;
  }
}

/*------   measurement  ------*/
#measurement p {
  margin-bottom: 40px;
}