@charset "UTF-8";
@font-face {
  font-family: "avenirLT";
  src: url(../../../../common/fonts/AvenirLTStd-Medium.woff) format("opentype");
}

@font-face {
  font-family: "avenirHev";
  src: url(../../../../common/fonts/AvenirLTStd-Heavy.woff) format("opentype");
  font-weight: bold;
}

body {
  overflow: auto;
}

@media screen and (max-width: 767px) {
  body {
    overflow: auto;
  }
}

.main {
  min-width: 1230px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main {
    min-width: 100%;
    width: 100%;
  }
}

.dot-txt {
  position: relative;
}

.dot-txt.ss:before {
  width: 6px;
  height: 6px;
}

@media screen and (max-width: 767px) {
  .dot-txt.ss:before {
    width: 4px;
    height: 4px;
  }
}

.dot-txt:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #71a5af;
  left: 0;
  right: 0;
  top: -0.2em;
  margin: auto;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .dot-txt:before {
    width: 4px;
    height: 4px;
  }
}

.bevel-btn {
  border-radius: 4px;
  background: #a7c8ce;
  -webkit-box-shadow: 0px 5px #93abb0;
          box-shadow: 0px 5px #93abb0;
  position: relative;
  top: 0;
  color: #fff;
  text-align: center;
  padding: 15px 25px 25px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .bevel-btn {
    width: 46%;
    font-size: 13px;
    padding: 10px 0 20px;
  }
}

.bevel-btn:after {
  content: '';
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .bevel-btn:after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .bevel-btn:hover {
    top: 5px;
    -webkit-box-shadow: 0px 0px #1e9b98;
            box-shadow: 0px 0px #1e9b98;
    opacity: 1;
  }
  .bevel-btn:hover .bevel-btn__check {
    bottom: -25px;
  }
}

.season_camp {
  background: #fff;
  letter-spacing: 1px;
  color: #333;
}

.season_camp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.season_camp *:before, .season_camp *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.season_camp .container {
  width: 1230px;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .season_camp .container {
    width: 100%;
    padding: 0 15px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp {
    overflow: hidden;
  }
}

.season_camp .pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .season_camp .pc-only {
    display: none;
  }
}

.season_camp .sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .season_camp .sp-only {
    display: block;
  }
}

.season_camp .f-ave-hev {
  font-family: "avenirHev";
}

.season_camp .cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #e96496;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px #cc3366;
          box-shadow: 0px 5px #cc3366;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 0px;
  line-height: 25px;
  padding: 7px 15px;
  width: 210px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .cart-btn {
    padding: 10px 15px 4px 15px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .cart-btn {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    line-height: 20px;
    padding: 5px 10px;
  }
}

.season_camp .cart-btn:before {
  content: "";
  width: 26px;
  height: 31px;
  background: url(/user_data/camp/common/img/i_cart.png) center center no-repeat;
  background-size: contain;
  display: block;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .season_camp .cart-btn:before {
    width: 18px;
    height: 24px;
  }
}

.season_camp .cart-btn:hover {
  top: 5px;
  -webkit-box-shadow: 0px 0px #cc3366;
          box-shadow: 0px 0px #cc3366;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .season_camp .cart-btn:hover {
    top: 0;
  }
}

.season_camp .dtl-btn {
  text-align: center;
  color: #7a7c81;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  position: relative;
  display: block;
  padding: 9px 15px;
  font-weight: bold;
  line-height: 25px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .dtl-btn {
    padding: 12px 15px 6px 15px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .dtl-btn {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    padding: 7px 10px;
  }
}

.season_camp .dtl-btn:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url(/user_data/camp/common/img/angle_right.png) center center no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}

.season_camp .section {
  padding: 0;
}

.season_camp .bg-blue {
  background: -webkit-gradient(linear, left top, right top, from(#b1d1d8), to(#c4dee4));
  background: linear-gradient(90deg, #b1d1d8, #c4dee4);
}

.season_camp sup {
  font-size: 50%;
  vertical-align: super;
}

.season_camp .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .season_camp .product {
    display: block;
  }
}

.season_camp .product .img {
  width: 50%;
}

.season_camp .product .img img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.season_camp .product .content {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .season_camp .product .content {
    width: 100%;
  }
}

.season_camp .product .title-1 {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .season_camp .product .title-1 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.season_camp .product .title-2 {
  font-size: 26px;
  font-size: 1.625rem;
  padding: 10px 0 30px 0;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .season_camp .product .title-2 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 0 20px 0;
  }
}

.season_camp .product .detail {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 2px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .season_camp .product .detail {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8;
    padding-bottom: 15px;
  }
}

.season_camp .product .price {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .season_camp .product .price {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.season_camp .product .price .number {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "avenirHev";
}

@media screen and (max-width: 767px) {
  .season_camp .product .price .number {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.season_camp .product .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .season_camp .product .btn-group {
    display: block;
    margin-top: 12px;
  }
}

.season_camp .product .btn-group a {
  width: 220px;
}

@media screen and (max-width: 767px) {
  .season_camp .product .btn-group a {
    width: 100%;
  }
}

.season_camp .product .btn-group a + a {
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .season_camp .product .btn-group a + a {
    margin-left: 0;
    margin-top: 15px;
  }
}

.season_camp .underline {
  background-image: url("/user_data/camp/2001enrich/img/underline_bg.jpg");
  background-size: 100% 14px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (max-width: 767px) {
  .season_camp .underline {
    background-size: 100% 7px;
  }
}

.season_camp .txt-dot {
  display: inline-block;
  position: relative;
}

.season_camp .txt-dot:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fbd33a;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .season_camp .txt-dot:before {
    width: 5px;
    height: 5px;
    top: -2px;
  }
}

.season_camp .txt-dot-white {
  display: inline-block;
  position: relative;
}

.season_camp .txt-dot-white:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .season_camp .txt-dot-white:before {
    width: 4px;
    height: 4px;
    top: -5px;
  }
}

.season_camp .txt-red {
  color: #df554b;
}

.season_camp .title-img {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .season_camp .title-img {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.season_camp .title-img span {
  display: block;
  padding-top: 10px;
}

.season_camp .add-to-cart {
  background: #fafafa;
}

.season_camp .add-to-cart .container {
  padding-top: 70px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .container {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}

.season_camp .add-to-cart .product .img {
  width: 300px;
  display: block;
}

@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .img {
    width: 100%;
    padding: 30px 50px 40px 50px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .img img {
    width: 40%;
    margin: 0 auto;
  }
}

.season_camp .add-to-cart .product .title-2 {
  padding: 0;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .title-2 {
    padding-bottom: 10px;
  }
}

.season_camp .add-to-cart .product .name {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .name {
    font-size: 12px;
    font-size: 0.75rem;
    padding-bottom: 15px;
  }
}

.season_camp .add-to-cart .product .desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .desc {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.season_camp .add-to-cart .product .desc sup {
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: super;
}

@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .desc sup {
    font-size: 8px;
    font-size: 0.5rem;
  }
}

.season_camp .add-to-cart .product .note {
  font-size: 11px;
  font-size: 0.6875rem;
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .note {
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 1.7;
    padding-top: 15px;
  }
}

.season_camp .add-to-cart .product .detail {
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .detail {
    padding-top: 15px;
  }
}

.season_camp .add-to-cart .product .btn-group {
  margin-top: 10px;
  display: block;
}

@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .btn-group {
    margin-top: 20px;
  }
}

.season_camp .add-to-cart .product .btn-group a + a {
  margin-left: 0;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .btn-group a + a {
    margin-top: 15px;
  }
}

.season_camp .add-to-cart .product .btn-group .dtl-btn {
  background: #fff;
}

.season_camp .add-to-cart .product .content {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .content {
    display: block;
  }
}

.season_camp .add-to-cart .product .content-left {
  width: 570px;
  padding: 40px 10px 0 65px;
}

@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .content-left {
    width: 100%;
    padding-right: 0;
  }
}

.season_camp .add-to-cart .product .content-right {
  width: 360px;
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .product .content-right {
    width: 100%;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .season_camp .add-to-cart .product .content-right .detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .season_camp .add-to-cart .product .content-right .price {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .season_camp .add-to-cart .product .content-right .btn-group {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.season_camp .add-to-cart .title-img {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .season_camp .add-to-cart .title-img {
    padding-bottom: 10px;
  }
}

.season_camp .add-to-cart .title-img img {
  display: block;
  margin: 0 auto;
}

.season_camp .section-top .product {
  padding-top: 60px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .season_camp .section-top .product {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}

.season_camp .point-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .season_camp .point-wrap {
    display: block;
  }
}

.season_camp .point-wrap .label-img img {
  width: 130px;
}

.season_camp .point-wrap .point-label span {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "avenirHev";
  display: inline-block;
  line-height: 40px;
  padding: 5px 10px;
  border-top: 2px solid #c4dee4;
  border-bottom: 2px solid #c4dee4;
  color: #7fb2be;
}

@media screen and (max-width: 767px) {
  .season_camp .point-wrap .point-label span {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 24px;
  }
}

.season_camp .point-wrap .point-title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 2px;
  padding: 20px 0 20px 0;
}

@media screen and (max-width: 767px) {
  .season_camp .point-wrap .point-title {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 12px 0 12px 0;
  }
}

.season_camp .point-wrap .point-content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .season_camp .point-wrap .point-content {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.season_camp .point-wrap sup {
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: super;
}

@media screen and (max-width: 767px) {
  .season_camp .point-wrap sup {
    font-size: 8px;
    font-size: 0.5rem;
  }
}

.season_camp .point-wrap .point-wrap-content {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .season_camp .point-wrap .point-wrap-content {
    width: 100%;
  }
}

.season_camp .point-wrap .point-wrap-img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .season_camp .point-wrap .point-wrap-img {
    width: 100%;
  }
}

.season_camp .point-wrap .point-wrap-img img {
  width: 100%;
}

.season_camp .bg-lightblue {
  background-color: #f7fafa !important;
}

.season_camp .border-blue {
  border-color: #7fb2be !important;
}

.season_camp .text-blue {
  color: #7fb2be !important;
}

.season_camp .under-white {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff));
  background: linear-gradient(transparent 70%, #fff 70%);
}

.season_camp .bg-point {
  position: relative;
  padding-top: 10px;
  z-index: 100;
  background-image: url(/user_data/camp/2001enrich/img/baloon.png);
  background-size: 51px 51px;
  background-repeat: no-repeat;
  background-position: left 10px top 0px;
}

@media screen and (max-width: 767px) {
  .season_camp .bg-point {
    padding-top: 2px;
    background-size: 25px 25px;
  }
}

.season_camp .ls-n10 {
  letter-spacing: -1px;
}

.season_camp .sp-inline {
  display: none;
}

@media screen and (max-width: 767px) {
  .season_camp .sp-inline {
    display: inline;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .product .price {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .season_camp .product .price .number {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .season_camp .section-01 .block-03 .title-2 .txt {
    font-size: 22px !important;
  }
  .season_camp .section-02 .title {
    font-size: 18px !important;
  }
  .season_camp .section-03 .point-01 .main-img {
    width: 300px;
    right: -30px;
  }
  .season_camp .section-04 .care-step .column-3 .item-content {
    padding: 25px 5px 15px 5px;
  }
  .season_camp .section-04 .care-step .column-3 .item-content .name {
    font-size: 11px;
  }
  .season_camp .section-04 .care-step .column-3 .item-content .price {
    letter-spacing: 0px;
  }
  .season_camp .section-04 .care-step .column-3 .item + .item::before {
    top: 80px;
  }
  .season_camp .section-01 .block-03 .main-img .text-01 {
    font-size: 20px !important;
  }
  .season_camp .section-01 .block-03 .main-img .text-02 span {
    font-size: 16px !important;
  }
}

/*2106ボタンデザイン*/
.f-robot {
  font-family: 'Roboto', sans-serif;
}

.season_camp .btn-group .dtl-btn {
  border: none;
  background: #c0d7dc;
  color: #fff;
}

.season_camp .btn-group .dtl-btn:after {
  background: none;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.season_camp .btn-group .cart-btn:before {
  width: 18px;
  height: 24px;
}

.season_camp #teiki-camp-wrap .teiki-camp-wrap__title:after {
  display: none;
}

.season_camp #teiki-camp-wrap .teiki-btn {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #f26633;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px #bc532d;
          box-shadow: 0px 5px #bc532d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 0px;
  padding: 8px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 2px;
  line-height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.season_camp #teiki-camp-wrap .teiki-btn:before {
  content: "";
  width: 35px;
  height: 31px;
  background: url(../img/i-cart-teiki.png) center center no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .season_camp #teiki-camp-wrap .teiki-btn:before {
    margin-right: 7px;
    margin-left: 0px;
    width: 22px;
    height: 18px;
  }
}

@media screen and (min-width: 768px) {
  .bscstm .posi-md-st {
    position: static !important;
  }
  .bscstm .w-md-1200px {
    width: 1200px !important;
  }
}

#teiki-camp-wrap .teiki-camp-wrap__inner .bg-white-wrap:after {
  display: none;
}

/*2106追加セクション*/
.point2-add {
  border-top: 1px solid #eee;
  position: relative;
  z-index: 0;
  margin: 60px 0 0 0;
  padding: 60px 0 0 0;
}

@media screen and (max-width: 767px) {
  .point2-add {
    border: none;
    margin: 0;
    padding: 0;
  }
}

/*2109追加セクション*/
.season_camp .bg-bt-line {
  background: url(../img/line-bg-pc.png) left bottom;
  line-height: 45px;
}

@media screen and (max-width: 767px) {
  .season_camp .bg-bt-line {
    background: url(../img/line-bg-sp.png) left bottom;
    line-height: 35px;
  }
}

.season_camp .marker-P-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fdefbd));
  background: linear-gradient(transparent 60%, #fdefbd 60%);
  display: inline;
}

.season_camp .bg-gray {
  background-color: #fafafa;
}

.season_camp .text-light-blue {
  color: #46a1b3;
}

@media screen and (min-width: 768px) {
  .season_camp .w-md-1100px {
    width: 1100px !important;
  }
}

@media screen and (min-width: 768px) {
  .season_camp .w-md-1200px {
    width: 1200px !important;
  }
}

.season_camp .bg-deep-blue {
  background-color: #46a1b3;
}

.season_camp .item-section__inner {
  content: '';
  display: block;
  width: 549px;
  height: 80px;
  background: url(../img/triangle-gray.png) no-repeat center top/100% auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.season_camp .text-yellow {
  color: #fff461;
}

.season_camp .item-section__head-icon {
  background: #fff;
  border-radius: 20px;
}

.season_camp .bg-light-blue {
  background: #edf4f5;
}

@media screen and (max-width: 767px) {
  .season_camp .line-decoration {
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .season_camp .line-decoration {
    background-repeat: no-repeat;
  }
}

.season_camp .txt-dotted {
  display: inline-block;
  position: relative;
}

.season_camp .txt-dotted::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #46a1b3;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
}

.season_camp .txt-yellow {
  display: inline-block;
  position: relative;
}

.season_camp .txt-yellow::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #edd65d;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
}

.season_camp .page_link {
  background: #eef7f8;
  color: #fff;
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px #abc6cc;
  box-shadow: 0px 4px #abc6cc;
  cursor: pointer;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.season_camp .page_link:after {
  content: "";
  border-right: 1px solid #c1d6db;
  border-bottom: 1px solid #c1d6db;
  position: absolute;
  right: 25px;
  width: 12px;
  height: 12px;
  top: 26px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .season_camp .hover_opacity:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .season_camp .voice-box {
    border-right: 1px solid #dee2e6;
  }
  .season_camp .voice-box:nth-of-type(2) {
    border-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .voice-box {
    border-top: 1px solid #dee2e6;
  }
  .season_camp .voice-box:nth-of-type(1) {
    border-top: 0px;
  }
}

.season_camp .txt-del {
  text-decoration: line-through;
}

.season_camp .txt-tax-wrap {
  display: inline-block;
  position: relative;
}

.season_camp .txt-tax-wrap .txt-tax {
  position: absolute;
  top: -12px;
  left: 10px;
  right: 0;
  margin: auto -10px;
  font-size: 10px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media screen and (max-width: 767px) {
  .season_camp .txt-tax-wrap .txt-tax {
    left: 0px;
  }
}

.season_camp .text-pink {
  color: #e96496;
}

.season_camp .icon-ship {
  width: 90px;
  color: #333333;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #000000;
  padding: 5px 10px;
}

@media screen and (max-width: 767px) {
  .season_camp .icon-ship {
    width: 100%;
    padding: 5px 5px;
  }
}

.season_camp .break-word {
  word-wrap: break-word;
}

.season_camp .overflow {
  overflow: hidden;
}
/*# sourceMappingURL=2110enrich.css.map */