@charset "UTF-8";
/* メディアクエリ記述サンプル
.box {
  @include pc {
    background-color: red;
  };
  @include tab {
    background-color: blue;
  };
  @include sp {
    background-color: yellow;
  };
}
*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  -webkit-text-size-adjust: none;
}

ul {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

@media (min-width: 769px) {
  .wrapper {
    padding: 40px 50px;
  }
}

@media (max-width: 768px) {
  .wrapper {
    padding: 30px 15px;
  }
}

.wrapper .top {
  text-align: center;
}

@media (min-width: 769px) {
  .wrapper .top {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .wrapper .top {
    margin-bottom: 20px;
  }
}

.wrapper .top h1 {
  display: inline-block;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  line-height: 1.1;
}

@media (min-width: 769px) {
  .wrapper .top h1 {
    font-weight: 900;
    padding-bottom: 20px;
    margin: 20px auto 34px;
    border-bottom: 5px solid #fabe00;
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media (max-width: 768px) {
  .wrapper .top h1 {
    font-weight: 700;
    padding-bottom: 5px;
    margin: 25px auto 30px;
    border-bottom: 5px solid #fabe00;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.wrapper .top .note {
  border: 1px solid #f00;
  color: #f00;
  display: table;
  text-align: left;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .wrapper .top .note {
    padding: 10px 50px;
  }
}

@media (max-width: 768px) {
  .wrapper .top .note {
    padding: 10px;
  }
}

.wrapper .top .note .icon {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 769px) {
  .wrapper .top .note .icon {
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .wrapper .top .note .icon {
    padding-right: 10px;
  }
}

@media (min-width: 769px) {
  .wrapper .top .note .icon img {
    width: 60px;
  }
}

@media (max-width: 768px) {
  .wrapper .top .note .icon img {
    width: 60px;
  }
}

.wrapper .top .note .text {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 769px) {
  .wrapper .top .note .text {
    padding-top: 3px;
  }
}

@media (max-width: 768px) {
  .wrapper .top .note .text {
    line-height: 1.3;
  }
}

@media (min-width: 769px) {
  .wrapper .block-navi {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .wrapper .block-navi {
    margin-bottom: 20px;
  }
}

.wrapper .block-navi .title {
  display: inline-block;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}

@media (min-width: 769px) {
  .wrapper .block-navi .title {
    font-weight: 900;
    border-bottom: 4px solid #fabe00;
    font-size: 2rem;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .wrapper .block-navi .title {
    font-weight: 700;
    border-bottom: 4px solid #fabe00;
    font-size: 2rem;
    margin-bottom: 10px;
    padding: 0 10px;
  }
}

@media (min-width: 769px) {
  .wrapper .block-navi .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 769px) {
  .wrapper .block-navi .list li {
    width: 100%;
  }
}

.wrapper .block-navi .list li a {
  border: 1px solid #c00000;
  display: block;
  color: #c00000;
  padding: 10px;
  position: relative;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 769px) {
  .wrapper .block-navi .list li a {
    font-size: 2rem;
    margin: 0 10px;
  }
}

@media (max-width: 768px) {
  .wrapper .block-navi .list li a {
    font-size: 1.5rem;
    margin-bottom: 2px;
  }
}

.wrapper .block-navi .list li a:hover {
  opacity: 0.7;
}

@media (min-width: 769px) {
  .wrapper .block-price_table {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table {
    margin-bottom: 30px;
  }
}

.wrapper .block-price_table .title {
  background: #c00000;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media (min-width: 769px) {
  .wrapper .block-price_table .title {
    font-size: 2rem;
    line-height: 1;
    padding: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table .title {
    font-size: 1.8rem;
    line-height: 1;
    padding: 10px;
    margin-bottom: 10px;
  }
}

.wrapper .block-price_table .title span {
  border-left: 5px solid #fff;
  display: inline-block;
  line-height: 1;
  padding: 5px 0 5px 20px;
}

@media (min-width: 769px) {
  .wrapper .block-price_table .text {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table .text {
    margin-bottom: 10px;
  }
}

.wrapper .block-price_table .text dl {
  color: #444;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media (min-width: 769px) {
  .wrapper .block-price_table .text dl {
    display: table;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table .text dl {
    margin-bottom: 5px;
  }
}

@media (min-width: 769px) {
  .wrapper .block-price_table .text dl dt {
    display: table-cell;
    font-size: 2rem;
    padding: 5px 0;
    width: 200px;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table .text dl dt {
    font-size: 1.5rem;
    padding: 5px 0;
  }
}

.wrapper .block-price_table .text dl dt span {
  border-left: 5px solid #444;
  padding-left: 10px;
}

.wrapper .block-price_table .text dl dd {
  line-height: 1.4;
}

@media (min-width: 769px) {
  .wrapper .block-price_table .text dl dd {
    display: table-cell;
    font-size: 1.8rem;
    width: 650px;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table .text dl dd {
    font-size: 1.5rem;
  }
}

.wrapper .block-price_table .text dl dd .price {
  color: #f00;
}

@media (min-width: 769px) {
  .wrapper .block-price_table .text dl dd .price {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table .text dl dd .price {
    font-size: 1.8rem;
  }
}

@media (min-width: 769px) {
  .wrapper .block-price_table .text dl dd .yen {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table .text dl dd .yen {
    font-size: 1.2rem;
  }
}

@media (min-width: 769px) {
  .wrapper .block-price_table .text dl dd .tax {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table .text dl dd .tax {
    font-size: 1.2rem;
  }
}

@media (min-width: 769px) {
  .wrapper .block-price_table .text dl dd .fs_s {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table .text dl dd .fs_s {
    font-size: 1.2rem;
  }
}

.wrapper .block-price_table .text dl dd .fs_ss {
  font-weight: normal;
}

@media (min-width: 769px) {
  .wrapper .block-price_table .text dl dd .fs_ss {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table .text dl dd .fs_ss {
    font-size: 1.0rem;
  }
}

.wrapper .block-price_table table {
  border-collapse: collapse;
  border: solid 2px #ccc;
}

@media (min-width: 769px) {
  .wrapper .block-price_table table {
    margin: 0 auto 30px auto;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table table {
    margin: 0 auto 15px auto;
  }
}

.wrapper .block-price_table table tr th {
  background: #fff2cc;
  border: dashed 1px #ccc;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 769px) {
  .wrapper .block-price_table table tr th {
    font-size: 2rem;
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table table tr th {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 5px 0 7px 0;
  }
}

@media (min-width: 769px) {
  .wrapper .block-price_table table tr th img {
    width: 150px;
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table table tr th img {
    width: 80%;
  }
}

.wrapper .block-price_table table tr .th-type {
  width: 40%;
}

.wrapper .block-price_table table tr .th-type img {
  vertical-align: middle;
}

.wrapper .block-price_table table tr .th-type .bumber-kizu1 {
  padding-bottom: 5px;
}

.wrapper .block-price_table table tr .th-type .bumber-kizu2 {
  padding-bottom: 5px;
}

.wrapper .block-price_table table tr .th-price {
  width: 30%;
}

.wrapper .block-price_table table tr .th-breakdown {
  width: 30%;
}

.wrapper .block-price_table table tr td {
  border: dashed 1px #ccc;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 769px) {
  .wrapper .block-price_table table tr td {
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table table tr td {
    font-size: 1.2rem;
    padding: 10px 5px;
  }
}

.wrapper .block-price_table table tr td img {
  margin-top: 5px;
}

.wrapper .block-price_table table tr td img.bumber-kizu1-1 {
  width: 200px;
}

.wrapper .block-price_table table tr td img.bumber-kizu1-2 {
  width: 300px;
}

.wrapper .block-price_table table tr td img.bumber-kizu1-3 {
  width: 300px;
}

.wrapper .block-price_table table tr td img.bumber-kizu2-1 {
  width: 150px;
}

.wrapper .block-price_table table tr td img.bumber-kizu2-2 {
  width: 150px;
}

.wrapper .block-price_table table tr td img.bumber-kizu3-1 {
  width: 250px;
}

.wrapper .block-price_table table tr td img.bumber-kizu3-2 {
  width: 250px;
}

.wrapper .block-price_table table tr td img.bumber-kizu3-3 {
  width: 250px;
}

.wrapper .block-price_table table tr td img.bumber-kizu3-4 {
  width: 250px;
}

.wrapper .block-price_table table tr td img.bumber-kizu3-5 {
  width: 150px;
}

.wrapper .block-price_table table tr td img.bumber-kizu3-6 {
  width: 150px;
}

.wrapper .block-price_table table tr td .price {
  color: #f00;
}

@media (min-width: 769px) {
  .wrapper .block-price_table table tr td .price {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table table tr td .price {
    font-size: 1.6rem;
  }
}

@media (min-width: 769px) {
  .wrapper .block-price_table table tr td .yen {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table table tr td .yen {
    font-size: 1.2rem;
  }
}

@media (min-width: 769px) {
  .wrapper .block-price_table table tr td .tax {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table table tr td .tax {
    font-size: 1.2rem;
  }
}

.wrapper .block-price_table table tr td .fc_red {
  color: #f00;
}

.wrapper .block-price_table .note {
  border: 1px solid #f00;
  color: #f00;
  display: table;
  text-align: left;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .wrapper .block-price_table .note {
    padding: 10px 50px;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table .note {
    padding: 10px;
  }
}

.wrapper .block-price_table .note .icon {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 769px) {
  .wrapper .block-price_table .note .icon {
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table .note .icon {
    padding-right: 10px;
  }
}

@media (min-width: 769px) {
  .wrapper .block-price_table .note .icon img {
    width: 60px;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table .note .icon img {
    width: 60px;
  }
}

.wrapper .block-price_table .note .text {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 769px) {
  .wrapper .block-price_table .note .text {
    padding-top: 3px;
  }
}

@media (max-width: 768px) {
  .wrapper .block-price_table .note .text {
    line-height: 1.3;
  }
}

.wrapper .block-attention {
  background: #fafafa;
  border: 2px solid #c6c6c6;
}

@media (min-width: 769px) {
  .wrapper .block-attention {
    padding: 20px 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .wrapper .block-attention {
    padding: 15px 10px;
    margin-bottom: 30px;
  }
}

.wrapper .block-attention .title {
  font-weight: bold;
}

@media (min-width: 769px) {
  .wrapper .block-attention .title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .wrapper .block-attention .title {
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-align: center;
  }
}

.wrapper .block-attention ul {
  list-style-type: "■";
}

@media (min-width: 769px) {
  .wrapper .block-attention ul {
    padding-left: 25px;
  }
}

@media (max-width: 768px) {
  .wrapper .block-attention ul {
    padding-left: 15px;
  }
}

.wrapper .block-attention ul li {
  padding-left: 5px;
}

@media (min-width: 769px) {
  .wrapper .block-attention ul li {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .wrapper .block-attention ul li {
    margin-bottom: 5px;
  }
}

.wrapper .block-close {
  margin-top: 30px;
  text-align: center;
}

.wrapper .block-close a.btn_close {
  color: #fff;
  background: #999;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}

.wrapper .block-close a.btn_close:hover {
  opacity: 0.5;
}

.wrapper .size_priceClose {
  position: absolute;
  top: 0;
  right: 0;
  background: #111;
}

@media (min-width: 769px) {
  .wrapper .size_priceClose {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .wrapper .size_priceClose {
    width: 40px;
    height: 40px;
  }
}

.wrapper ::after,
.wrapper ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper .size_priceClose::after,
.wrapper .size_priceClose::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 1px;
  content: "";
  background: #fff;
}

@media (min-width: 769px) {
  .wrapper .size_priceClose::after,
  .wrapper .size_priceClose::before {
    width: 25px;
    margin-left: -12px;
  }
}

@media (max-width: 768px) {
  .wrapper .size_priceClose::after,
  .wrapper .size_priceClose::before {
    width: 15px;
    margin-left: -7px;
  }
}

.wrapper .size_priceClose::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wrapper .size_priceClose::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/*# sourceMappingURL=index.css.map */