@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 .block-title {
  text-align: center;
}

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

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

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

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

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

@media (min-width: 769px) {
  .wrapper .block-content dl dt {
    padding-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .wrapper .block-content dl dt {
    padding-bottom: 5px;
  }
}

.wrapper .block-content dl dt:before {
  content: "■";
}

@media (min-width: 769px) {
  .wrapper .block-content dl dd {
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .wrapper .block-content dl dd {
    padding-bottom: 15px;
  }
}

.wrapper .block-content dl dd ul.type-kome {
  margin-left: 1.5rem;
}

.wrapper .block-content dl dd ul.type-kome li {
  list-style-type: "※";
}

.wrapper .block-content dl dd ul.type-dot {
  margin-left: 1.5rem;
}

.wrapper .block-content dl dd ul.type-dot li {
  list-style-type: "・";
}

.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=detail.css.map */