@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;
  }
}

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

.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: 1200px;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}

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

.season_camp .small-container {
  width: 720px;
  display: block;
  margin: 0 auto;
}

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

.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;
  }
}

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

.season_camp {
  /*2009キャンペーン追加*/
  /*2102キャンペーン追加*/
}

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

.season_camp .f-ave,
.season_camp .f-ave-light {
  font-family: "avenirLT";
  font-weight: 500;
}

.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;
  letter-spacing: 1px;
  padding: 7px 15px;
  width: 190px;
}

@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: 12px;
    font-size: 0.75rem;
    width: 100%;
    line-height: 20px;
    padding: 10px 10px 10px 25px;
  }
}

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

@media screen and (max-width: 767px) {
  .season_camp .cart-btn:before {
    width: 20px;
    height: 22px;
    left: 10px;
  }
}

.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: #fff;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #b9d0d5;
  background-color: #b9d0d5;
  position: relative;
  display: block;
  padding: 9px 15px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 2.56px;
  width: 190px;
}

@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: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    padding: 10px 10px;
    width: 100%;
  }
}

.season_camp .dtl-btn:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/arrow.png) center center no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}

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

.season_camp .main-header {
  margin-bottom: 30px;
}

.season_camp .main-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1110px;
}

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

.season_camp .main-product__ttl span {
  position: relative;
}

.season_camp .main-product__ttl span:before, .season_camp .main-product__ttl span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 140%;
  background: #f0d5da;
}

.season_camp .main-product__ttl span:before {
  left: -15px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.season_camp .main-product__ttl span:after {
  right: -15px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.season_camp .main-product__box {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product__box {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.season_camp .main-product__box--img {
  width: 30%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product__box--img {
    width: 35%;
    text-align: left;
  }
}

.season_camp .main-product__box--img img {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product__box--img img {
    width: 130px;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .main-product__box--img img {
    width: 110px;
  }
}

.season_camp .main-product__box--info {
  width: 300px;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product__box--info {
    width: 65%;
    margin-left: 0;
    padding-left: 20px;
  }
}

.season_camp .main-product__box--info .product-title {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 5.5px;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product__box--info .product-title {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .main-product__box--info .product-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.season_camp .main-product__box--info .product-title .sub {
  font-size: 12px;
  font-size: 0.75rem;
}

.season_camp .main-product__box--info .product-price {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 5px;
}

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

@media screen and (max-width: 360px) {
  .season_camp .main-product__box--info .product-price {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.season_camp .main-product__box--info .product-info {
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product__box--info .product-info {
    line-height: 1.5;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .main-product__box--info .product-info {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.season_camp .main-product__box--info .main-product__btn-box.pc-only {
  margin-bottom: 0;
  margin-top: 25px;
}

.season_camp .main-product__btn-box {
  margin-bottom: 15px;
  width: 100%;
}

.season_camp .main-product__btn-box .btn-group a {
  width: 100%;
  margin-bottom: 10px;
}

.season_camp .main-panel .section-banner {
  border: 2px solid #ecb22a;
  background: #fff;
}

.season_camp .main-panel .section-banner .banner-title {
  padding: 10px 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 56px;
  text-align: center;
  letter-spacing: 2px;
  background: #ecb22a;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .season_camp .main-panel .section-banner .banner-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 40px;
    font-weight: normal;
  }
}

.season_camp .main-panel .section-banner .banner-title:before {
  content: "";
  border: 25px solid transparent;
  border-bottom-color: #ecb22a;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .season_camp .main-panel .section-banner .banner-title:before {
    border-width: 15px;
    top: -30px;
  }
}

.season_camp .main-panel .section-banner .banner-title-top {
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #fff;
  color: #ecb22a;
  display: inline;
  padding: 4px 20px;
  border-radius: 50px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .season_camp .main-panel .section-banner .banner-title-top {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .main-panel .section-banner .banner-title-top {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.season_camp .main-panel .section-banner .banner-title-bottom {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .season_camp .main-panel .section-banner .banner-title-bottom {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .main-panel .section-banner .banner-title-bottom {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.season_camp .main-panel .section-banner .banner-inner .content {
  background: #f8f8f8;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .season_camp .main-panel .section-banner .banner-inner .content {
    width: 100%;
    padding-top: 25px;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .main-panel .section-banner .banner-inner .content {
    padding: 15px;
  }
}

.season_camp .main-panel .section-banner .banner-inner .content .banner-box .banner-box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .season_camp .main-panel .section-banner .banner-inner .content .banner-box .banner-box-top {
    display: block;
    margin-bottom: 0;
  }
}

.season_camp .main-panel .section-banner .banner-inner .content .banner-box .banner-box-top .icon_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .season_camp .main-panel .section-banner .banner-inner .content .banner-box .banner-box-top .icon_group {
    margin-bottom: 15px;
  }
}

.season_camp .main-panel .section-banner .banner-inner .content .banner-box .banner-box-top .icon_group .icon_circle {
  background-color: #DA7E5B;
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  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;
  margin-right: 5px;
  text-align: center;
}

@media screen and (max-width: 360px) {
  .season_camp .main-panel .section-banner .banner-inner .content .banner-box .banner-box-top .icon_group .icon_circle {
    width: 40px;
    height: 40px;
  }
}

.season_camp .main-panel .section-banner .banner-inner .content .banner-box .banner-box-top .icon_group .icon_circle p {
  font-size: 11px;
  font-size: 0.6875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .main-panel .section-banner .banner-inner .content .banner-box .banner-box-top .icon_group .icon_circle p {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .main-panel .section-banner .banner-inner .content .banner-box .banner-box-top .icon_group .icon_circle p {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.season_camp .main-panel .section-banner .banner-inner .content .banner-box .banner-box-top .icon_group .icon_teikicircle {
  width: 53px;
  margin-right: 5px;
}

.season_camp .main-panel .section-banner .banner-inner .content .banner-box .banner-box-top .icon_group .cart__price {
  font-size: 11px;
  font-size: 0.6875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .main-panel .section-banner .banner-inner .content .banner-box .banner-box-top .icon_group .cart__price {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .main-panel .section-banner .banner-inner .content .banner-box .banner-box-top .icon_group .cart__price {
    letter-spacing: .5px;
    white-space: nowrap;
  }
}

.season_camp .main-panel .section-banner .banner-inner .content .banner-box .banner-box-top .icon_group .cart__price span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .season_camp .main-panel .section-banner .banner-inner .content .banner-box .banner-box-top .icon_group .cart__price span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .main-panel .section-banner .banner-inner .content .banner-box .banner-box-top .icon_group .cart__price span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.season_camp .main-panel .section-banner .banner-inner .content .banner-box .banner-box-top .icon_group .cart__price .cart__red {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .season_camp .main-panel .section-banner .banner-inner .content .banner-box .banner-box-top .icon_group .cart__price .cart__red {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .main-panel .section-banner .banner-inner .content .banner-box .banner-box-top .icon_group .cart__price .cart__red {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.season_camp .main-panel .section-banner .banner-inner .content .banner-box .otoku__list .teiki__quiry {
  background: #F26634;
  border-bottom: 3px solid #AF390F;
  text-align: center;
  position: relative;
  display: block;
  padding: 12px 0;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .season_camp .main-panel .section-banner .banner-inner .content .banner-box .otoku__list .teiki__quiry {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .main-panel .section-banner .banner-inner .content .banner-box .otoku__list .teiki__quiry {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.season_camp .main-panel .section-banner .banner-inner .content .banner-box .otoku__list .teiki__quiry img.cart__icon {
  height: 24px;
  position: absolute;
  width: unset;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 360px) {
  .season_camp .main-panel .section-banner .banner-inner .content .banner-box .otoku__list .teiki__quiry img.cart__icon {
    height: 20px;
    left: 20px;
  }
}

.season_camp .main-panel .section-banner .banner-inner .content .car__teiki-link {
  color: #333;
  display: block;
  text-align: center;
  position: relative;
  margin-top: 16px;
  font-weight: bold;
  text-decoration: underline;
  font-size: 11px;
  font-size: 0.6875rem;
}

.season_camp .main-panel .section-banner .banner-inner .content .car__teiki-link:after {
  content: "";
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 10px;
}

.season_camp .main-panel.pc-only {
  width: 40%;
  padding-top: 60px;
}

.season_camp .main-panel.pc-only .section-banner .banner-title {
  padding: 0;
  padding-top: 5px;
  line-height: 40px;
  bottom: 0px;
}

.season_camp .main-panel.pc-only .section-banner .banner-title:before {
  display: none;
}

.season_camp .main-panel.pc-only .section-banner .banner-inner .content {
  padding: 25px 35px;
}

.season_camp .main-panel.pc-only .section-banner .banner-inner .content .banner-box-top .icon_group .icon_circle {
  width: 70px;
  height: 70px;
}

.season_camp .main-panel.pc-only .section-banner .banner-inner .content .banner-box-top .icon_group .icon_circle p {
  font-size: 14px;
  font-size: 0.875rem;
}

.season_camp .main-panel.pc-only .section-banner .banner-inner .content .banner-box-top .icon_group .icon_teikicircle {
  width: 85px;
  margin-right: 0;
}

.season_camp .main-panel.pc-only .section-banner .banner-inner .content .banner-box-top .icon_group .icon_teikicircle img {
  width: 80px;
}

.season_camp .main-panel.pc-only .section-banner .banner-inner .content .banner-box-top .icon_group .cart__price span {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
}

.season_camp .main-panel.pc-only .section-banner .banner-inner .content .banner-box .otoku__list .teiki__quiry {
  font-size: 16px;
  font-size: 1rem;
}

.season_camp .main-panel.pc-only .section-banner .banner-inner .content .car__teiki-link {
  font-size: 14px;
  font-size: 0.875rem;
}

.season_camp .main-product.mp-bottom {
  margin: 30px auto 0;
  padding-top: 90px;
  border-top: 2px dotted #e7e7e2;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product.mp-bottom {
    padding-top: 40px;
    width: calc(100% - 30px);
  }
}

.season_camp .main-product.mp-bottom .main-product__box {
  width: 75%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.season_camp .main-product.mp-bottom .main-product__box--img {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product.mp-bottom .main-product__box--img {
    width: 30%;
  }
}

.season_camp .main-product.mp-bottom .main-product__box--img img {
  width: 165px;
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product.mp-bottom .main-product__box--img img {
    width: 140px;
    margin: 0;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .main-product.mp-bottom .main-product__box--img img {
    width: 110px;
  }
}

.season_camp .main-product.mp-bottom .main-product__box--info {
  margin-left: 0;
  padding-left: 10px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product.mp-bottom .main-product__box--info {
    width: 65%;
    display: block;
  }
}

.season_camp .main-product.mp-bottom .main-product__box--info .box-flex {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product.mp-bottom .main-product__box--info .box-flex {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .main-product.mp-bottom .main-product__box--info .box-flex .product-title span.sub {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.season_camp .main-product.mp-bottom .main-product__box--info .box-flex .product-right {
  letter-spacing: 5.5px;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product.mp-bottom .main-product__box--info .box-flex .product-right {
    letter-spacing: 1px;
  }
}

.season_camp .main-product.mp-bottom .main-product__box--info .product-info {
  width: 55%;
  letter-spacing: 3.5px;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product.mp-bottom .main-product__box--info .product-info {
    width: 100%;
    letter-spacing: 1px;
  }
}

.season_camp .main-product.mp-bottom .main-product__btn-box {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .season_camp .main-product.mp-bottom .main-product__btn-box {
    width: 100%;
  }
}

.season_camp .main.bottom-section .item-explain::before {
  display: none;
}

.season_camp .check {
  margin-bottom: 50px;
}

.season_camp .check__top {
  background-color: #faeaed;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .season_camp .check__top {
    padding: 40px 0;
  }
}

.season_camp .check__top--text {
  text-align: center;
  line-height: 2.5;
  letter-spacing: 1.2px;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .season_camp .check__top--text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .check__top--text {
    letter-spacing: .5px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.season_camp .check__top--text span.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e5bcc0));
  background: linear-gradient(transparent 60%, #e5bcc0 60%);
  display: inline;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .check__top--text span.underline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #e5bcc0));
    background: linear-gradient(transparent 70%, #e5bcc0 70%);
    display: inline;
    background-position: 0px 18px;
  }
}

.season_camp .check__top--text sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
  top: -.5em;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .season_camp .check__top--text sup {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.season_camp .check .note {
  width: 1230px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .season_camp .check .note {
    font-size: 10px;
    font-size: 0.625rem;
    padding-top: 15px;
    width: 100%;
  }
}

.season_camp .check__bottom {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .season_camp .check__bottom {
    border: solid 10px #e3cace;
  }
}

.season_camp .check__bottom .container {
  border: solid 10px #e3cace;
  padding: 20px 90px;
}

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

.season_camp .check__bottom .container .cb-content {
  margin-top: 40px;
}

.season_camp .check__bottom .container .cb-content__check {
  position: relative;
  display: inline;
}

.season_camp .check__bottom .container .cb-content__check img {
  position: absolute;
  top: 8px;
  left: -65px;
  width: 18px;
}

@media screen and (max-width: 767px) {
  .season_camp .check__bottom .container .cb-content__check img {
    top: 0;
    left: -52px;
    width: 17px;
  }
}

.season_camp .check__bottom .container .cb-content__check p {
  font-size: 24px;
  font-size: 1.5rem;
  color: #d28d91;
}

@media screen and (max-width: 767px) {
  .season_camp .check__bottom .container .cb-content__check p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.season_camp .check__bottom .container .cb-content__check:after {
  content: '';
  height: 2px;
  width: 110px;
  position: absolute;
  bottom: -35px;
  left: -64px;
  background-image: url(../img/underline.png);
}

@media screen and (max-width: 767px) {
  .season_camp .check__bottom .container .cb-content__check:after {
    width: 81px;
    bottom: -25px;
    left: -51px;
  }
}

.season_camp .check__bottom .container .cb-content .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .check__bottom .container .cb-content .flex-box {
    dispay: block;
    margin-top: 20px;
  }
}

.season_camp .check__bottom .container .cb-content .flex-box .text-box {
  width: 55%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .season_camp .check__bottom .container .cb-content .flex-box .text-box {
    width: 100%;
    text-align: center;
  }
}

.season_camp .check__bottom .container .cb-content .flex-box .text-box .cb-content__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 20px 0 15px 0;
  line-height: 1.5;
  padding: 0;
  border: none;
}

@media screen and (max-width: 767px) {
  .season_camp .check__bottom .container .cb-content .flex-box .text-box .cb-content__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .check__bottom .container .cb-content .flex-box .text-box .cb-content__title {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.8px;
  }
}

.season_camp .check__bottom .container .cb-content .flex-box .text-box .cb-content__title sup {
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: super;
}

.season_camp .check__bottom .container .cb-content .flex-box .text-box .cb-content__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.3;
  margin-bottom: 30px;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 767px) {
  .season_camp .check__bottom .container .cb-content .flex-box .text-box .cb-content__text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .check__bottom .container .cb-content .flex-box .text-box .cb-content__text {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.season_camp .check__bottom .container .cb-content .flex-box .text-box .cb-content__text sup {
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: super;
}

.season_camp .check__bottom .container .cb-content .flex-box .cb-content__img {
  margin-bottom: 30px;
  position: relative;
  background-color: #fafafa;
  padding: 20px;
  padding-top: 30px;
  width: 35%;
}

@media screen and (max-width: 767px) {
  .season_camp .check__bottom .container .cb-content .flex-box .cb-content__img {
    width: 100%;
  }
}

.season_camp .check__bottom .container .cb-content .flex-box .cb-content__img:before {
  content: "";
  border: 15px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.season_camp .check__bottom .container .cb-content .flex-box .cb-content__img img {
  margin-bottom: 15px;
  width: 100%;
}

.season_camp .check__bottom .container .cb-content .flex-box .cb-content__img--title {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .season_camp .check__bottom .container .cb-content .flex-box .cb-content__img--title {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .check__bottom .container .cb-content .flex-box .cb-content__img--title {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.season_camp .check__bottom .container .cb-content .flex-box .cb-content__img--title sup {
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: super;
}

.season_camp .check__bottom .container .cb-content__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 20px 0 15px 0;
  line-height: 1.5;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .check__bottom .container .cb-content__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .check__bottom .container .cb-content__title {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.8px;
  }
}

.season_camp .check__bottom .container .cb-content__title sup {
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: super;
}

.season_camp .check__bottom .container .cb-content__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.3;
  margin-bottom: 30px;
  letter-spacing: 0.4px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .season_camp .check__bottom .container .cb-content__text {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: center;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .check__bottom .container .cb-content__text {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.season_camp .check__bottom .container .cb-content__text sup {
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: super;
}

.season_camp .point-1__title {
  margin-bottom: 40px;
}

.season_camp .point-1__title h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.8;
  letter-spacing: 2.5px;
  border-bottom: solid 3px #d28d91;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1__title h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.6;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .point-1__title h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.season_camp .point-1__title h3.sp-only {
  margin-top: 10px;
}

.season_camp .point-1 .point-icon {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-icon {
    margin-bottom: 15px;
  }
}

.season_camp .point-1 .point-icon img {
  display: block;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-icon img {
    width: 45px;
  }
}

.season_camp .point-1 .point-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-header {
    display: block;
    width: 100%;
    margin-bottom: 45px;
  }
}

.season_camp .point-1 .point-header .content {
  width: 640px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-header .content {
    width: 100%;
    text-align: center;
  }
}

.season_camp .point-1 .point-header .content .title .txt1 {
  letter-spacing: 2px;
  line-height: 1.8;
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-header .content .title .txt1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.season_camp .point-1 .point-header .content .title .txt2 {
  line-height: 1.8;
  color: #eccbd1;
  text-shadow: 0px 1px #6c6a69, 1px 0px #6c6a69, -1px 0px #6c6a69, 0px -1px #6c6a69;
  font-size: 36px;
  font-size: 2.25rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-header .content .title .txt2 {
    font-size: 23px;
    font-size: 1.4375rem;
    letter-spacing: 2px;
  }
}

.season_camp .point-1 .point-header .content .title .txt2 .dot {
  display: inline-block;
  position: relative;
}

.season_camp .point-1 .point-header .content .title .txt2 .dot:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ed746b;
  top: 0;
  left: 50%;
  margin-left: -3px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-header .content .title .txt2 .dot:before {
    width: 3px;
    height: 3px;
  }
}

.season_camp .point-1 .point-header .content .title .txt2 sup {
  vertical-align: super;
  position: relative;
  top: -12px;
  text-shadow: none;
  font-weight: 500;
  color: #4c4948;
  font-size: 11px;
  font-size: 0.6875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-header .content .title .txt2 sup {
    font-size: 9px;
    font-size: 0.5625rem;
    top: -10px;
  }
}

.season_camp .point-1 .point-header .content .text {
  line-height: 2.3;
  padding-top: 25px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-header .content .text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    padding-top: 10px;
    letter-spacing: 1.9px;
    text-align: justify;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .point-1 .point-header .content .text {
    letter-spacing: 1.5px;
  }
}

.season_camp .point-1 .point-header .content .text sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
  top: -.5em;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-header .content .text sup {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.season_camp .point-1 .point-header .content .note {
  padding-top: 20px;
  margin-bottom: 25px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-header .content .note {
    font-size: 9px;
    font-size: 0.5625rem;
    padding-top: 10px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .point-1 .point-header .content .note {
    white-space: normal;
    line-height: 1.8;
  }
}

.season_camp .point-1 .point-header .img img {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-header .img img {
    width: 220px;
  }
}

.season_camp .point-1 .point-header .img .caption {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-header .img .caption {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 10px;
  }
}

.season_camp .point-1 .point-content {
  margin-top: 65px;
  width: 1000px;
  margin: 0 auto;
}

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

.season_camp .point-1 .point-content .quote-block {
  background: #fbf7e1;
  width: 1000px;
  position: relative;
  padding: 50px 65px 50px 65px;
  border-radius: 5px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-content .quote-block {
    width: 100%;
    padding: 30px 15px 25px 15px;
    border-radius: 3px;
  }
}

.season_camp .point-1 .point-content .quote-block:before {
  content: "";
  position: absolute;
  top: -25px;
  width: 0;
  height: 0;
  border-bottom: 20px solid black;
  border-top: 20px solid black;
  border-left: 15px solid black;
  border-right: 15px solid black;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #fbf7e1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  left: 80px;
  border-right-color: #fbf7e1;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-content .quote-block:before {
    top: -17px;
    border-bottom-width: 16px;
    border-top-width: 16px;
    border-left-width: 12px;
    border-right-width: 12px;
    left: 40px;
  }
}

.season_camp .point-1 .point-content .quote-block .u-voice {
  position: absolute;
  left: -10px;
  top: -5px;
  width: 100px;
}

.season_camp .point-1 .point-content .quote-block .title {
  letter-spacing: 2px;
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-content .quote-block .title {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 7px;
  }
}

.season_camp .point-1 .point-content .quote-block p {
  line-height: 2;
  letter-spacing: 1px;
  padding-bottom: 8px;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-content .quote-block p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .point-1 .point-content .quote-block p {
    letter-spacing: 1px;
  }
}

.season_camp .point-1 .point-content .quote-block p span.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f6eaa2));
  background: linear-gradient(transparent 70%, #f6eaa2 70%);
  display: inline;
  font-weight: bold;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .point-1 .point-content .quote-block p span.underline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f6eaa2));
    background: linear-gradient(transparent 70%, #f6eaa2 70%);
    display: inline;
    background-position: 0px 18px;
  }
}

.season_camp .point-1 .point-content .quote-block .bot {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-content .quote-block .bot {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.season_camp .point-1 .point-feature {
  width: 1000px;
  margin: 0 auto;
}

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

.season_camp .point-1 .point-feature .section__intro {
  background: none;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
  }
}

.season_camp .point-1 .point-feature .section__intro .intro__content {
  border-color: #eccbd1 !important;
  margin-top: 0;
  border: 3px solid;
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 40px 40px 85px 40px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content {
    margin-top: 30px;
    padding: 25px 5px;
    padding-bottom: 15px;
    border-color: #eccbd1;
    margin-bottom: 0px;
  }
}

.season_camp .point-1 .point-feature .section__intro .intro__content .top {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .top {
    padding-bottom: 30px;
  }
}

.season_camp .point-1 .point-feature .section__intro .intro__content .top .sub-title {
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-size: 19px;
  font-size: 1.1875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .top .sub-title {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 15px;
  }
}

.season_camp .point-1 .point-feature .section__intro .intro__content .top .top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .top .top__inner {
    display: block;
    padding: 0 10px;
  }
}

.season_camp .point-1 .point-feature .section__intro .intro__content .top .top__inner .small-title {
  display: block;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  width: 100%;
  background: #eccbd1;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .top .top__inner .small-title {
    width: 100%;
    margin: 0 auto 8px;
    padding: 10px 5px;
    line-height: 25px;
  }
}

.season_camp .point-1 .point-feature .section__intro .intro__content .top .top__inner .small-title sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
  top: -.5em;
  font-weight: normal;
}

.season_camp .point-1 .point-feature .section__intro .intro__content .top .top__inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .top .top__inner .content-box {
    display: block;
  }
}

.season_camp .point-1 .point-feature .section__intro .intro__content .top .top__inner .content-box p {
  line-height: 23px;
  letter-spacing: 1.9px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .top .top__inner .content-box p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    padding-left: 0;
  }
}

.season_camp .point-1 .point-feature .section__intro .intro__content .top .top__inner .content-box p sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
  top: -.5em;
  font-weight: normal;
}

.season_camp .point-1 .point-feature .section__intro .intro__content .top .top__inner .content-box .img-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32%;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .top .top__inner .content-box .img-group {
    width: 100%;
    margin-top: 15px;
  }
}

.season_camp .point-1 .point-feature .section__intro .intro__content .top .top__inner .content-box .img-group .img-box {
  width: 130px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 11px;
  font-size: 0.6875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .top .top__inner .content-box .img-group .img-box {
    width: 48%;
  }
}

.season_camp .point-1 .point-feature .section__intro .intro__content .top .top__inner .content-box .img-group .img-box img {
  width: 100%;
  height: 85px;
  border-radius: 7px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .top .top__inner .content-box .img-group .img-box img {
    height: auto;
  }
}

.season_camp .point-1 .point-feature .section__intro .intro__content .bottom {
  padding-top: 38px;
  padding-bottom: 38px;
  border-top: 2px dotted #eccbd1;
  border-bottom: 2px dotted #eccbd1;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .bottom {
    padding: 25px;
    width: 80%;
    margin: 0 auto 8px;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .bottom {
    padding: 25px 0;
  }
}

.season_camp .point-1 .point-feature .section__intro .intro__content .bottom .sub-title {
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-size: 19px;
  font-size: 1.1875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .bottom .sub-title {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .bottom .sub-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.season_camp .point-1 .point-feature .section__intro .intro__content .bottom .bottom__inner {
  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;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .bottom .bottom__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5px;
  }
}

.season_camp .point-1 .point-feature .section__intro .intro__content .bottom .bottom__inner .circle {
  position: relative;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .bottom .bottom__inner .circle {
    width: 33.33%;
    padding: 5px;
  }
}

.season_camp .point-1 .point-feature .section__intro .intro__content .bottom .bottom__inner .circle img {
  vertical-align: middle;
  border-style: none;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .bottom .bottom__inner .circle img {
    width: 100%;
  }
}

.season_camp .point-1 .point-feature .section__intro .intro__content .bottom .bottom__inner .circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  width: 80%;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .bottom .bottom__inner .circle span {
    letter-spacing: 0px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .bottom .bottom__inner .circle span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.season_camp .point-1 .point-feature .section__intro .intro__content .bottom .bottom__inner .circle + .circle {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .bottom .bottom__inner .circle + .circle {
    margin-left: 0;
  }
}

.season_camp .point-1 .point-feature .section__intro .intro__content .bottom.bottom-2 {
  padding: 0 15px;
  width: 100%;
  border: none;
  margin-top: 35px;
}

.season_camp .point-1 .point-feature .section__intro .intro__content .bottom.bottom-2 .material-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.season_camp .point-1 .point-feature .section__intro .intro__content .bottom.bottom-2 .material-box .material-item {
  width: 30%;
  text-align: center;
  margin-bottom: 20px;
}

.season_camp .point-1 .point-feature .section__intro .intro__content .bottom.bottom-2 .material-box .material-item p.sub {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .bottom.bottom-2 .material-box .material-item p.sub {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .bottom.bottom-2 .material-box .material-item p.sub {
    font-size: 9px;
    font-size: 0.5625rem;
    letter-spacing: 0;
  }
}

.season_camp .point-1 .point-feature .section__intro .intro__content .bottom.bottom-2 .material-box .material-item p.sub sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
  top: -.5em;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .intro__content .bottom.bottom-2 .material-box .material-item p.sub sup {
    font-size: 6px;
    font-size: 0.375rem;
  }
}

.season_camp .point-1 .point-feature .section__intro .note {
  padding-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-1 .point-feature .section__intro .note {
    padding-top: 10px;
    white-space: nowrap;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .point-1 .point-feature .section__intro .note {
    white-space: normal;
    font-size: 9px;
    font-size: 0.5625rem;
  }
}

.season_camp .point-2 {
  border-top: 2px dashed #e7e7e2;
  padding-top: 80px;
  margin-top: 65px;
}

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

.season_camp .point-2 .point-icon {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-icon {
    margin-bottom: 20px;
  }
}

.season_camp .point-2 .point-icon img {
  display: block;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-icon img {
    width: 45px;
  }
}

.season_camp .point-2 .point-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

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

.season_camp .point-2 .point-header .content {
  width: 670px;
}

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

.season_camp .point-2 .point-header .content .title {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-header .content .title {
    text-align: center;
  }
}

.season_camp .point-2 .point-header .content .title .txt1 {
  letter-spacing: 2px;
  line-height: 1.8;
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-header .content .title .txt1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.season_camp .point-2 .point-header .content .title .txt2 {
  line-height: 1.8;
  color: #eccbd1;
  text-shadow: 0px 1px #6c6a69, 1px 0px #6c6a69, -1px 0px #6c6a69, 0px -1px #6c6a69;
  font-size: 37px;
  font-size: 2.3125rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-header .content .title .txt2 {
    font-size: 23px;
    font-size: 1.4375rem;
    letter-spacing: 2px;
  }
}

.season_camp .point-2 .point-header .content .title .txt2 .dot {
  display: inline-block;
  position: relative;
}

.season_camp .point-2 .point-header .content .title .txt2 .dot:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ed746b;
  top: 0;
  left: 50%;
  margin-left: -3px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-header .content .title .txt2 .dot:before {
    width: 3px;
    height: 3px;
  }
}

.season_camp .point-2 .point-header .content .title .txt2 sup {
  vertical-align: super;
  position: relative;
  top: -12px;
  text-shadow: none;
  font-weight: 500;
  color: #4c4948;
  font-size: 11px;
  font-size: 0.6875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-header .content .title .txt2 sup {
    font-size: 9px;
    font-size: 0.5625rem;
    top: -10px;
  }
}

.season_camp .point-2 .point-header .content .text {
  line-height: 2.3;
  padding-top: 25px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-header .content .text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    padding-top: 10px;
    letter-spacing: 2px;
    text-align: justify;
  }
}

.season_camp .point-2 .point-header .content .note {
  padding-top: 20px;
  white-space: nowrap;
  margin-bottom: 25px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-header .content .note {
    font-size: 9px;
    font-size: 0.5625rem;
    padding-top: 10px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-header .img {
    display: none;
  }
}

.season_camp .point-2 .point-header .img img {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-header .img img {
    width: 220px;
  }
}

.season_camp .point-2 .point-header .img .img-txt-1 {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}

.season_camp .point-2 .point-header .img .img-txt-2 {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 16px;
}

.season_camp .point-2 .point-header .img a {
  width: 100%;
}

.season_camp .point-2 .point-header .img .caption {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-header .img .caption {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 10px;
  }
}

.season_camp .point-2 .point-content {
  width: 1000px;
  margin: 0 auto;
  margin-top: 65px;
}

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

.season_camp .point-2 .point-content .block-01 .block-title {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 40px;
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-content .block-01 .block-title {
    padding-top: 20px;
    padding-bottom: 25px;
    letter-spacing: 2px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .point-2 .point-content .block-01 .block-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.season_camp .point-2 .point-content .block-01 .block-title span {
  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;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-content .block-01 .block-title span {
    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;
  }
}

.season_camp .point-2 .point-content .block-01 .block-title span:before {
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  background: #c6d5db;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  margin-right: 30px;
  margin-bottom: -5px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-content .block-01 .block-title span:before {
    height: 40px;
    margin-right: 20px;
  }
}

.season_camp .point-2 .point-content .block-01 .block-title span:after {
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  background: #c6d5db;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-left: 30px;
  margin-bottom: -5px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-content .block-01 .block-title span:after {
    height: 40px;
    margin-right: 20px;
  }
}

.season_camp .point-2 .point-content .block-01 .quote-block {
  background: #eff5f6;
  width: 820px;
  position: relative;
  padding: 50px 65px 50px 65px;
  border-radius: 5px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-content .block-01 .quote-block {
    width: 100%;
    padding: 30px 15px 25px 15px;
    border-radius: 3px;
  }
}

.season_camp .point-2 .point-content .block-01 .quote-block:before {
  content: "";
  position: absolute;
  top: -25px;
  width: 0;
  height: 0;
  border-bottom: 20px solid black;
  border-top: 20px solid black;
  border-left: 15px solid black;
  border-right: 15px solid black;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #eff5f6;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  right: 80px;
  border-right-color: #eff5f6;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-content .block-01 .quote-block:before {
    top: -17px;
    border-bottom-width: 16px;
    border-top-width: 16px;
    border-left-width: 12px;
    border-right-width: 12px;
    right: 40px;
  }
}

.season_camp .point-2 .point-content .block-01 .quote-block .u-voice {
  position: absolute;
  left: -10px;
  top: -5px;
  width: 100px;
}

.season_camp .point-2 .point-content .block-01 .quote-block .title {
  letter-spacing: 2px;
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-content .block-01 .quote-block .title {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 7px;
  }
}

.season_camp .point-2 .point-content .block-01 .quote-block p {
  line-height: 2;
  letter-spacing: 1px;
  padding-bottom: 8px;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-content .block-01 .quote-block p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 1.5px;
  }
}

.season_camp .point-2 .point-content .block-01 .quote-block p span.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f6eaa2));
  background: linear-gradient(transparent 70%, #f6eaa2 70%);
  display: inline;
  font-weight: bold;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .point-2 .point-content .block-01 .quote-block p span.underline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f6eaa2));
    background: linear-gradient(transparent 70%, #f6eaa2 70%);
    display: inline;
    background-position: 0px 18px;
  }
}

.season_camp .point-2 .point-content .block-01 .quote-block p.bot {
  font-size: 12px;
  font-size: 0.75rem;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-content .block-01 .quote-block p.bot {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.season_camp .point-2 .point-content .block-02 .block-title {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 40px;
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-content .block-02 .block-title {
    padding-top: 20px;
    padding-bottom: 25px;
    letter-spacing: 2px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .point-2 .point-content .block-02 .block-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.season_camp .point-2 .point-content .block-02 .block-title span {
  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;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-content .block-02 .block-title span {
    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;
  }
}

.season_camp .point-2 .point-content .block-02 .block-title span:before {
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  background: #ddd9c7;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  margin-right: 30px;
  margin-bottom: -5px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-content .block-02 .block-title span:before {
    height: 40px;
    margin-right: 20px;
  }
}

.season_camp .point-2 .point-content .block-02 .block-title span:after {
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  background: #ddd9c7;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-left: 30px;
  margin-bottom: -5px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-content .block-02 .block-title span:after {
    height: 40px;
    margin-right: 20px;
  }
}

.season_camp .point-2 .point-content .block-02 .quote-block {
  background: #fbf7e1;
  width: 1000px;
  position: relative;
  padding: 50px 65px 50px 65px;
  border-radius: 5px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-content .block-02 .quote-block {
    width: 100%;
    padding: 30px 15px 25px 15px;
    border-radius: 3px;
  }
}

.season_camp .point-2 .point-content .block-02 .quote-block:before {
  content: "";
  position: absolute;
  top: -25px;
  width: 0;
  height: 0;
  border-bottom: 20px solid black;
  border-top: 20px solid black;
  border-left: 15px solid black;
  border-right: 15px solid black;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #fbf7e1;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  left: 80px;
  border-right-color: #fbf7e1;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-content .block-02 .quote-block:before {
    top: -17px;
    border-bottom-width: 16px;
    border-top-width: 16px;
    border-left-width: 12px;
    border-right-width: 12px;
    left: 40px;
  }
}

.season_camp .point-2 .point-content .block-02 .quote-block .u-voice {
  position: absolute;
  left: -10px;
  top: -5px;
  width: 100px;
}

.season_camp .point-2 .point-content .block-02 .quote-block .title {
  letter-spacing: 2px;
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-content .block-02 .quote-block .title {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 7px;
  }
}

.season_camp .point-2 .point-content .block-02 .quote-block p {
  line-height: 2;
  letter-spacing: 1px;
  padding-bottom: 8px;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-content .block-02 .quote-block p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 1.5px;
  }
}

.season_camp .point-2 .point-content .block-02 .quote-block p span.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f6eaa2));
  background: linear-gradient(transparent 70%, #f6eaa2 70%);
  display: inline;
  font-weight: bold;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .point-2 .point-content .block-02 .quote-block p span.underline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f6eaa2));
    background: linear-gradient(transparent 70%, #f6eaa2 70%);
    display: inline;
    background-position: 0px 18px;
  }
}

.season_camp .point-2 .point-content .block-02 .quote-block p.bot {
  font-size: 12px;
  font-size: 0.75rem;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-content .block-02 .quote-block p.bot {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.season_camp .point-2 .point-content .point-img {
  text-align: center;
  margin: 40px 0;
}

.season_camp .point-2 .point-content .point-img img {
  width: 210px;
}

.season_camp .point-2 .point-content .point-img .img-txt-1 {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

.season_camp .point-2 .point-content .point-img .img-txt-1 small {
  font-size: 12px;
  font-size: 0.75rem;
}

.season_camp .point-2 .point-content .point-img .img-txt-2 {
  padding-bottom: 15px;
}

.season_camp .point-2 .point-content .point-img .img-txt-2 strong {
  font-size: 19px;
  font-size: 1.1875rem;
}

.season_camp .point-2 .point-content .point-img .img-txt-2 small {
  font-size: 12px;
  font-size: 0.75rem;
}

.season_camp .point-2 .point-content .point-img a.cart-btn:before {
  display: none;
}

.season_camp .point-2 .point-content .point-img a.cart-btn:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/arrow.png) center center no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-2 .point-content .point-img a.cart-btn:after {
    right: 10px;
  }
}

.season_camp .point-3 {
  border-top: 2px dashed #e7e7e2;
  padding-top: 80px;
  margin-bottom: 0;
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-3 {
    padding-top: 35px;
    margin-bottom: 35px;
  }
}

.season_camp .point-3 .point-icon {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-3 .point-icon {
    margin-bottom: 20px;
  }
}

.season_camp .point-3 .point-icon img {
  display: block;
}

@media screen and (max-width: 767px) {
  .season_camp .point-3 .point-icon img {
    width: 45px;
  }
}

.season_camp .point-3 .point-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}

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

.season_camp .point-3 .point-header .content {
  width: 654px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .point-3 .point-header .content {
    width: 660px;
  }
}

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

.season_camp .point-3 .point-header .content .title {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .season_camp .point-3 .point-header .content .title {
    margin-bottom: 30px;
    text-align: center;
  }
}

.season_camp .point-3 .point-header .content .title .txt1 {
  letter-spacing: 0px;
  line-height: 1.8;
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-3 .point-header .content .title .txt1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.season_camp .point-3 .point-header .content .title .txt2 {
  line-height: 1.8;
  color: #eccbd1;
  text-shadow: 0px 1px #6c6a69, 1px 0px #6c6a69, -1px 0px #6c6a69, 0px -1px #6c6a69;
  font-size: 37px;
  font-size: 2.3125rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-3 .point-header .content .title .txt2 {
    font-size: 23px;
    font-size: 1.4375rem;
    letter-spacing: .5px;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .point-3 .point-header .content .title .txt2 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.season_camp .point-3 .point-header .content .title .txt2 .dot {
  display: inline-block;
  position: relative;
}

.season_camp .point-3 .point-header .content .title .txt2 .dot:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ed746b;
  top: 0;
  left: 50%;
  margin-left: -3px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-3 .point-header .content .title .txt2 .dot:before {
    width: 3px;
    height: 3px;
  }
}

.season_camp .point-3 .point-header .content .title .txt2 .small {
  letter-spacing: 2px;
  line-height: 1.8;
  text-shadow: 0px 0px transparent, 0px 0px transparent, 0px 0px transparent, 0px 0px transparent;
  color: #000;
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-3 .point-header .content .title .txt2 .small {
    font-size: 18px;
    font-size: 1.125rem;
    display: none;
  }
}

.season_camp .point-3 .point-header .content .title .txt2 sup {
  vertical-align: super;
  position: relative;
  top: -12px;
  text-shadow: none;
  font-weight: 500;
  color: #4c4948;
  font-size: 11px;
  font-size: 0.6875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-3 .point-header .content .title .txt2 sup {
    font-size: 9px;
    font-size: 0.5625rem;
    top: -10px;
  }
}

.season_camp .point-3 .point-header .content .img.sp-only {
  position: relative;
  margin-bottom: 30px;
}

.season_camp .point-3 .point-header .content .img.sp-only .img-bg {
  width: 100%;
  padding: 0 15px;
}

.season_camp .point-3 .point-header .content .img.sp-only .img-dot {
  position: absolute;
  width: 80px;
  right: -5px;
  bottom: -15px;
}

.season_camp .point-3 .point-header .content .text {
  line-height: 2.3;
  padding-top: 25px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-3 .point-header .content .text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    padding-top: 10px;
    letter-spacing: 2px;
    text-align: justify;
  }
}

.season_camp .point-3 .point-header .content .quote-block.pc-only {
  background: #fbf7e1;
  width: 660px;
  position: relative;
  padding: 30px 35px;
  border-radius: 5px;
  margin-top: 25px;
}

.season_camp .point-3 .point-header .content .quote-block.pc-only:before {
  content: "";
  position: absolute;
  top: -25px;
  width: 0;
  height: 0;
  border-bottom: 20px solid black;
  border-top: 20px solid black;
  border-left: 15px solid black;
  border-right: 15px solid black;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #fbf7e1;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  left: 80px;
  border-right-color: #fbf7e1;
}

.season_camp .point-3 .point-header .content .quote-block.pc-only .u-voice {
  position: absolute;
  left: -10px;
  top: -5px;
  width: 100px;
}

.season_camp .point-3 .point-header .content .quote-block.pc-only .title {
  letter-spacing: 2px;
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
}

.season_camp .point-3 .point-header .content .quote-block.pc-only p {
  line-height: 2;
  letter-spacing: 1px;
  padding-bottom: 8px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.season_camp .point-3 .point-header .content .quote-block.pc-only p span.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f6eaa2));
  background: linear-gradient(transparent 70%, #f6eaa2 70%);
  display: inline;
  font-weight: bold;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .point-3 .point-header .content .quote-block.pc-only p span.underline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f6eaa2));
    background: linear-gradient(transparent 70%, #f6eaa2 70%);
    display: inline;
    background-position: 0px 18px;
  }
}

.season_camp .point-3 .point-header .content .quote-block.pc-only p.bot {
  font-size: 12px;
  font-size: 0.75rem;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .season_camp .point-3 .point-header .content .quote-block.pc-only p.bot {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.season_camp .point-3 .point-header .content .note {
  padding-top: 20px;
  white-space: nowrap;
  margin-bottom: 25px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-3 .point-header .content .note {
    font-size: 9px;
    font-size: 0.5625rem;
    padding-top: 10px;
    white-space: nowrap;
  }
}

.season_camp .point-3 .point-header .img.pc-only {
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  width: calc(100% - 654px);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .point-3 .point-header .img.pc-only {
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    width: 340px;
  }
}

.season_camp .point-3 .point-header .img.pc-only .img-bg {
  width: 100%;
  padding: 0;
}

.season_camp .point-3 .point-header .img.pc-only .img-dot {
  position: absolute;
  width: 90px;
  right: -5px;
  top: 165px;
}

.season_camp .point-3 .point-header .img.pc-only .caption {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .season_camp .point-3 .point-header .img.pc-only .caption {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 10px;
  }
}

.season_camp .point-3 .point-header .img.pc-only .point-step.pc-only {
  padding: 14px 20px;
  background-color: #fafafa;
  width: 100%;
}

.season_camp .point-3 .point-header .img.pc-only .point-step.pc-only .point-step__title {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

.season_camp .point-3 .point-header .img.pc-only .point-step.pc-only .point-step__img {
  text-align: center;
  margin-bottom: 20px;
}

.season_camp .point-3 .point-header .img.pc-only .point-step.pc-only .point-step__img img {
  width: 100%;
}

.season_camp .point-3 .point-header .img.pc-only .point-step.pc-only .note {
  padding-top: 0px;
}

.season_camp .point-3 .point-step {
  margin: 30px 0;
  padding: 20px 25px;
  background-color: #fafafa;
  width: 1000px;
  margin: 0 auto;
}

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

.season_camp .point-3 .point-step__title {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-3 .point-step__title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.season_camp .point-3 .point-step__img {
  text-align: center;
  margin-bottom: 20px;
}

.season_camp .point-3 .point-step__img.pc-only .step__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 25px;
}

.season_camp .point-3 .point-step__img.pc-only .step__box .step__item {
  width: 30%;
}

.season_camp .point-3 .point-step__img.pc-only .step__box .step__item .step__img-box {
  position: relative;
  margin-bottom: 15px;
}

.season_camp .point-3 .point-step__img.pc-only .step__box .step__item .step__img-box img {
  width: 100%;
}

.season_camp .point-3 .point-step__img.pc-only .step__box .step__item .step__img-box .step__arrow {
  position: absolute;
  right: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
}

.season_camp .point-3 .point-step__img.pc-only .step__box .step__item .step__text {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1.5px;
  line-height: 1.5;
  padding-left: 5px;
  text-align: left;
}

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

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

.season_camp .point-3 .point-content {
  width: 1000px;
  margin: 0 auto;
  margin-top: 65px;
}

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

.season_camp .point-3 .point-content .quote-block {
  background: #fbf7e1;
  width: 1000px;
  position: relative;
  padding: 50px 65px 50px 65px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-3 .point-content .quote-block {
    width: 100%;
    padding: 30px 15px 25px 15px;
    border-radius: 3px;
  }
}

.season_camp .point-3 .point-content .quote-block:before {
  content: "";
  position: absolute;
  top: -25px;
  width: 0;
  height: 0;
  border-bottom: 20px solid black;
  border-top: 20px solid black;
  border-left: 15px solid black;
  border-right: 15px solid black;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #fbf7e1;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  left: 80px;
  border-right-color: #fbf7e1;
}

@media screen and (max-width: 767px) {
  .season_camp .point-3 .point-content .quote-block:before {
    top: -17px;
    border-bottom-width: 16px;
    border-top-width: 16px;
    border-left-width: 12px;
    border-right-width: 12px;
    left: 40px;
  }
}

.season_camp .point-3 .point-content .quote-block .u-voice {
  position: absolute;
  left: -10px;
  top: -5px;
  width: 100px;
}

.season_camp .point-3 .point-content .quote-block .title {
  letter-spacing: 2px;
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-3 .point-content .quote-block .title {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 7px;
  }
}

.season_camp .point-3 .point-content .quote-block p {
  line-height: 2;
  letter-spacing: 1px;
  padding-bottom: 8px;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-3 .point-content .quote-block p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 1.5px;
  }
}

.season_camp .point-3 .point-content .quote-block p span.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f6eaa2));
  background: linear-gradient(transparent 70%, #f6eaa2 70%);
  display: inline;
  font-weight: bold;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .point-3 .point-content .quote-block p span.underline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f6eaa2));
    background: linear-gradient(transparent 70%, #f6eaa2 70%);
    display: inline;
    background-position: 0px 18px;
  }
}

.season_camp .point-3 .point-content .quote-block p.bot {
  font-size: 12px;
  font-size: 0.75rem;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .season_camp .point-3 .point-content .quote-block p.bot {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.season_camp .point-4 {
  border-top: 2px dashed #e7e7e2;
  padding-top: 80px;
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-4 {
    padding-top: 35px;
    margin-bottom: 35px;
  }
}

.season_camp .point-4 .point-icon {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-4 .point-icon {
    margin-bottom: 20px;
  }
}

.season_camp .point-4 .point-icon img {
  display: block;
}

@media screen and (max-width: 767px) {
  .season_camp .point-4 .point-icon img {
    width: 45px;
  }
}

.season_camp .point-4 .point-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

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

.season_camp .point-4 .point-header .content {
  width: 640px;
}

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

.season_camp .point-4 .point-header .content .title {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .season_camp .point-4 .point-header .content .title {
    text-align: center;
  }
}

.season_camp .point-4 .point-header .content .title .txt1 {
  letter-spacing: 2px;
  line-height: 1.8;
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-4 .point-header .content .title .txt1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.season_camp .point-4 .point-header .content .title .txt2 {
  line-height: 1.8;
  color: #eccbd1;
  text-shadow: 0px 1px #6c6a69, 1px 0px #6c6a69, -1px 0px #6c6a69, 0px -1px #6c6a69;
  font-size: 37px;
  font-size: 2.3125rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-4 .point-header .content .title .txt2 {
    font-size: 23px;
    font-size: 1.4375rem;
    letter-spacing: .5px;
  }
}

.season_camp .point-4 .point-header .content .title .txt2 .dot {
  display: inline-block;
  position: relative;
}

.season_camp .point-4 .point-header .content .title .txt2 .dot:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ed746b;
  top: 0;
  left: 50%;
  margin-left: -3px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-4 .point-header .content .title .txt2 .dot:before {
    width: 3px;
    height: 3px;
  }
}

.season_camp .point-4 .point-header .content .title .txt2 .small {
  letter-spacing: 2px;
  line-height: 1.8;
  text-shadow: 0px 0px transparent, 0px 0px transparent, 0px 0px transparent, 0px 0px transparent;
  color: #000;
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-4 .point-header .content .title .txt2 .small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.season_camp .point-4 .point-header .content .title .txt2 sup {
  vertical-align: super;
  position: relative;
  top: -12px;
  text-shadow: none;
  font-weight: 500;
  color: #4c4948;
  font-size: 11px;
  font-size: 0.6875rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-4 .point-header .content .title .txt2 sup {
    font-size: 9px;
    font-size: 0.5625rem;
    top: -10px;
  }
}

.season_camp .point-4 .point-header .content .text {
  line-height: 2.3;
  padding-top: 25px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-4 .point-header .content .text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    padding-top: 10px;
    letter-spacing: 2px;
    text-align: justify;
  }
}

.season_camp .point-4 .point-header .img {
  text-align: center;
  margin-top: 10px;
}

.season_camp .point-4 .point-header .img img {
  width: 400px;
}

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

.season_camp .point-4 .point-content {
  width: 1000px;
  margin: 0 auto;
  margin-top: 65px;
}

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

.season_camp .point-4 .point-content .quote-block {
  background: #eff5f6;
  width: 1000px;
  position: relative;
  padding: 50px 65px 50px 65px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .season_camp .point-4 .point-content .quote-block {
    width: 100%;
    padding: 30px 15px 25px 15px;
    border-radius: 3px;
  }
}

.season_camp .point-4 .point-content .quote-block:before {
  content: "";
  position: absolute;
  top: -25px;
  width: 0;
  height: 0;
  border-bottom: 20px solid black;
  border-top: 20px solid black;
  border-left: 15px solid black;
  border-right: 15px solid black;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #eff5f6;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  right: 80px;
  border-right-color: #eff5f6;
}

@media screen and (max-width: 767px) {
  .season_camp .point-4 .point-content .quote-block:before {
    top: -17px;
    border-bottom-width: 16px;
    border-top-width: 16px;
    border-left-width: 12px;
    border-right-width: 12px;
    right: 40px;
  }
}

.season_camp .point-4 .point-content .quote-block .u-voice {
  position: absolute;
  left: -10px;
  top: -5px;
  width: 100px;
}

.season_camp .point-4 .point-content .quote-block .title {
  letter-spacing: 2px;
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-4 .point-content .quote-block .title {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 7px;
  }
}

.season_camp .point-4 .point-content .quote-block p {
  line-height: 2;
  letter-spacing: 1px;
  padding-bottom: 8px;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .season_camp .point-4 .point-content .quote-block p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .point-4 .point-content .quote-block p {
    letter-spacing: 0.8px;
  }
}

.season_camp .point-4 .point-content .quote-block p span.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f6eaa2));
  background: linear-gradient(transparent 70%, #f6eaa2 70%);
  display: inline;
  font-weight: bold;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .point-4 .point-content .quote-block p span.underline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f6eaa2));
    background: linear-gradient(transparent 70%, #f6eaa2 70%);
    display: inline;
    background-position: 0px 18px;
  }
}

.season_camp .point-4 .point-content .quote-block p.bot {
  font-size: 12px;
  font-size: 0.75rem;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .season_camp .point-4 .point-content .quote-block p.bot {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.season_camp .point-4 .note {
  width: 1000px;
  margin: 0 auto;
}

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

.season_camp .section-feature {
  background: #fafafa;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature {
    margin-bottom: 40px;
  }
}

.season_camp .section-feature .top-section {
  position: relative;
}

.season_camp .section-feature .top-section:before {
  content: "";
  width: 100%;
  height: 117px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .top-section:before {
    height: 117px;
  }
}

.season_camp .section-feature .top-section .header-title {
  background: #b0c3cc;
  padding: 60px 0;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .top-section .header-title {
    padding: 20px 0;
    margin-bottom: 40px;
  }
}

.season_camp .section-feature .top-section .header-title:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #b0c3cc;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -30px;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .top-section .header-title:after {
    border-top: 20px solid #b0c3cc;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    bottom: -38px;
    margin-left: -20px;
  }
}

.season_camp .section-feature .top-section .header-title .txt1 {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 2;
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .top-section .header-title .txt1 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .section-feature .top-section .header-title .txt1 {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 2px;
  }
}

.season_camp .section-feature .top-section .header-title .txt2 {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .top-section .header-title .txt2 {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 3px;
  }
}

.season_camp .section-feature .top-section .header-title .txt2 .med {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 2;
  background-image: url(../img/wave_border_02.png);
  background-repeat: repeat-x;
  background-position: center 95%;
  padding: 10px 5px;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .top-section .header-title .txt2 .med {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
    padding: 8px 3px;
    background-size: auto 5px;
    background-position: center 88%;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .feature-block:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0)), color-stop(75%, #fafafa), to(#fafafa));
    background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, #fafafa 75%, #fafafa 100%);
  }
}

.season_camp .section-feature .feature-block + .feature-block {
  border-top: 2px dashed #e7e7e2;
}

.season_camp .section-feature .feature-block + .feature-block .title {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .feature-block {
    height: 230px;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.season_camp .section-feature .feature-block.block-01 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .feature-block.block-01 {
    padding-bottom: 35px;
  }
}

.season_camp .section-feature .feature-block.block-01 .more-read {
  background: #b0c3cc;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  width: 80%;
  color: #fff;
  padding: 8px 0;
  z-index: 10;
  border-radius: 4px;
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  margin: auto;
}

.season_camp .section-feature .feature-block.block-01 .more-read:after {
  content: "";
  border-right: 1px solid #c6d5db;
  border-bottom: 1px solid #c6d5db;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.season_camp .section-feature .feature-block.block-01 .title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 3px;
  font-weight: bold;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .feature-block.block-01 .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.season_camp .section-feature .feature-block.block-01 .inner {
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .feature-block.block-01 .inner {
    padding: 0;
    display: block;
  }
}

.season_camp .section-feature .feature-block.block-01 .inner .item {
  margin: 0;
  border: 2px solid #e7e7e2;
  width: calc( (100% - 50px) / 3);
  position: relative;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .feature-block.block-01 .inner .item {
    width: 100%;
    padding-bottom: 30px;
  }
}

.season_camp .section-feature .feature-block.block-01 .inner .item:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fafafa;
  position: absolute;
  top: -2px;
  left: -2px;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .feature-block.block-01 .inner .item:before {
    width: 8px;
    height: 8px;
  }
}

.season_camp .section-feature .feature-block.block-01 .inner .item-title {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  padding: 40px 0 10px 0;
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .feature-block.block-01 .inner .item-title {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 25px 0 0 0;
  }
}

.season_camp .section-feature .feature-block.block-01 .inner .item-title sup {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: 0.875rem;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .feature-block.block-01 .inner .item-title sup {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.season_camp .section-feature .feature-block.block-01 .inner .item:first-child .img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .feature-block.block-01 .inner .item:first-child .img {
    padding-right: 20px;
  }
}

.season_camp .section-feature .feature-block.block-01 .inner .item:nth-child(2) .img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .feature-block.block-01 .inner .item:nth-child(2) .img {
    padding-right: 20px;
  }
}

.season_camp .section-feature .feature-block.block-01 .inner .item:last-child .img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .feature-block.block-01 .inner .item:last-child .img {
    padding-right: 20px;
  }
}

.season_camp .section-feature .feature-block.block-01 .inner .item .img {
  height: 330px;
  width: 100%;
  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;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .feature-block.block-01 .inner .item .img {
    height: auto;
    padding: 20px 0;
  }
}

.season_camp .section-feature .feature-block.block-01 .inner .item .img img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .feature-block.block-01 .inner .item .img img {
    width: auto;
  }
}

.season_camp .section-feature .feature-block.block-01 .inner .item .desc {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 10px;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .feature-block.block-01 .inner .item .desc {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.8;
    letter-spacing: 2px;
    padding: 0 18px;
  }
}

.season_camp .section-feature .feature-block.block-01 .inner .item .note {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .feature-block.block-01 .inner .item .note {
    margin-top: 10px;
    font-size: 10px;
    font-size: 0.625rem;
    padding: 0 18px;
  }
}

.season_camp .section-feature .feature-block.block-01 .inner .item:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fafafa;
  position: absolute;
  bottom: -2px;
  right: -2px;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .feature-block.block-01 .inner .item:after {
    width: 8px;
    height: 8px;
  }
}

.season_camp .section-feature .feature-block.block-01.open .more-read {
  display: none !important;
}

.season_camp .section-feature .feature-block.block-01.open:after {
  display: none;
}

.season_camp .section-feature .feature-block.block-01.open .inner .item {
  margin-bottom: 20px;
}

.season_camp .section-feature .feature-block.block-02 {
  padding: 80px 0 120px;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .feature-block.block-02 {
    padding: 30px 0 35px;
  }
}

.season_camp .section-feature .feature-block.block-02 .more-read {
  background: #b0c3cc;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  width: 80%;
  color: #fff;
  padding: 8px 0;
  position: relative;
  z-index: 10;
  border-radius: 4px;
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  margin: auto;
}

.season_camp .section-feature .feature-block.block-02 .more-read:after {
  content: "";
  border-right: 1px solid #c6d5db;
  border-bottom: 1px solid #c6d5db;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.season_camp .section-feature .feature-block.block-02 .title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 3px;
  font-weight: bold;
  padding-bottom: 30px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .season_camp .section-feature .feature-block.block-02 .title {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 15px;
  }
}

.season_camp .section-feature .feature-block.block-02.open .more-read {
  display: none !important;
}

.season_camp .section-feature .feature-block.block-02.open:after {
  display: none;
}

.season_camp .block-01 .block-inner {
  width: 1000px;
  margin: 0 auto;
  border: 2px solid #dbd9d6;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .season_camp .block-01 .block-inner {
    width: 100%;
    margin-bottom: 35px;
  }
}

.season_camp .block-01 .block-inner .title1 {
  background: #e3ccd0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 15px 0;
  line-height: 40px;
  position: relative;
  width: calc(100% + 4px);
  margin-left: -2px;
  margin-top: -2px;
}

@media screen and (max-width: 767px) {
  .season_camp .block-01 .block-inner .title1 {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 1px;
    padding: 10px 0;
    line-height: 35px;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .block-01 .block-inner .title1 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.season_camp .block-01 .block-inner .block-content {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .season_camp .block-01 .block-inner .block-content {
    padding-bottom: 35px;
  }
}

.season_camp .block-01 .block-inner .block-content .title2 {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 3px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .block-01 .block-inner .block-content .title2 {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.season_camp .block-01 .block-inner .block-content .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.season_camp .block-01 .block-inner .block-content .group .item {
  margin: 0 15px;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .season_camp .block-01 .block-inner .block-content .group .item {
    width: 50%;
    padding: 0 15px;
    margin: 0;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .block-01 .block-inner .block-content .group .item {
    padding: 0 13px;
    width: 50% !important;
  }
}

.season_camp .block-01 .block-inner .block-content .group .item .item-title {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 2px;
  text-align: center;
  line-height: 26px;
  border-top: 1px solid #edced4;
  border-bottom: 1px solid #edced4;
  position: relative;
}

@media screen and (max-width: 767px) {
  .season_camp .block-01 .block-inner .block-content .group .item .item-title {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 26px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .block-01 .block-inner .block-content .group .item .item-title {
    font-size: 8px;
    font-size: 0.5rem;
  }
}

.season_camp .block-01 .block-inner .block-content .group .item .item-title:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #edced4;
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top-color: transparent;
  border-right-color: transparent;
  left: -10px;
  top: 3px;
}

@media screen and (max-width: 767px) {
  .season_camp .block-01 .block-inner .block-content .group .item .item-title:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #edced4;
    display: block;
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top-color: transparent;
    border-right-color: transparent;
    left: -10px;
    top: 3px;
  }
}

.season_camp .block-01 .block-inner .block-content .group .item .item-title:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #edced4;
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom-color: transparent;
  border-left-color: transparent;
  right: -10px;
  top: 3px;
}

@media screen and (max-width: 767px) {
  .season_camp .block-01 .block-inner .block-content .group .item .item-title:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #edced4;
    display: block;
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom-color: transparent;
    border-left-color: transparent;
    right: -10px;
    top: 3px;
  }
}

.season_camp .block-01 .block-inner .block-content .group .item .img {
  height: 120px;
  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;
}

@media screen and (max-width: 767px) {
  .season_camp .block-01 .block-inner .block-content .group .item .img {
    height: 100px;
  }
}

.season_camp .block-01 .block-inner .block-content .group .item .img img {
  max-width: 100%;
  width: auto;
}

.season_camp .block-01 .block-inner .block-content .group .item .text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .season_camp .block-01 .block-inner .block-content .group .item .text {
    font-size: 10px;
    font-size: 0.625rem;
    white-space: nowrap;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.season_camp .aging-care {
  background-color: #f8f8f8;
}

.season_camp .aging-care__box .aging-care__block {
  background-color: #fff;
  margin: 20px 0;
}

.season_camp .aging-care__box .aging-care__block.block-01 .block__header {
  text-align: center;
}

@media screen and (max-width: 360px) {
  .season_camp .aging-care__box .aging-care__block.block-01 .block__header {
    padding: 0 10px;
  }
}

.season_camp .aging-care__box .aging-care__block.block-01 .block__header .title {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 30px 0;
  padding-bottom: 15px;
  line-height: 1.6;
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-01 .block__header .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-01 .block__header .title span {
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  }
}

.season_camp .aging-care__box .aging-care__block.block-01 .block__header .text {
  line-height: 1.9;
  letter-spacing: 2.3px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-01 .block__header .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .aging-care__box .aging-care__block.block-01 .block__header .text {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
}

.season_camp .aging-care__box .aging-care__block.block-01 .block__content {
  padding: 50px 160px;
  margin: 30px 80px;
  border-top: 2px dotted #e7e7e2;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-01 .block__content {
    padding: 30px 0;
    margin: 30px 15px;
  }
}

.season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row {
    margin-bottom: 15px;
  }
}

.season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row:first-child .right img:first-child {
  width: 96px;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row:first-child .right img:first-child {
    width: 80px;
  }
}

.season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row:first-child .right img:last-child {
  width: 121.2px;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row:first-child .right img:last-child {
    width: 101px;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row:first-child .right img:last-child {
    margin-left: -10px;
  }
}

.season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row:last-child .right img:first-child {
  width: 87.6px;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row:last-child .right img:first-child {
    width: 73px;
  }
}

.season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row .left {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row .left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row .left .number {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row .left .number {
    font-size: 30px;
    font-size: 1.875rem;
    font-style: italic;
  }
}

.season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row .left .info {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 20px;
  background-color: transparent;
  line-height: 1.8;
  letter-spacing: 2.2px;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row .left .info {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 15px;
  }
}

.season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row .right {
  width: 40%;
  text-align: center;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row .right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row .right img {
  margin-bottom: 15px;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row .right img {
    width: auto;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .aging-care__box .aging-care__block.block-01 .block__content .block__content-row .right img {
    width: 80px;
  }
}

.season_camp .aging-care__box .aging-care__block.block-02 .block__header {
  text-align: center;
}

@media screen and (max-width: 360px) {
  .season_camp .aging-care__box .aging-care__block.block-02 .block__header {
    padding: 0 10px;
  }
}

.season_camp .aging-care__box .aging-care__block.block-02 .block__header .title {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 30px 0;
  padding-bottom: 15px;
  line-height: 1.6;
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-02 .block__header .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-02 .block__header .title span {
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  }
}

.season_camp .aging-care__box .aging-care__block.block-02 .block__header .text {
  line-height: 1.9;
  letter-spacing: 2.3px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-02 .block__header .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .aging-care__box .aging-care__block.block-02 .block__header .text {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
}

.season_camp .aging-care__box .aging-care__block.block-02 .block__content {
  padding: 50px 0;
  margin: 30px 80px;
  margin-bottom: 15px;
  border-top: 2px dotted #e7e7e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-02 .block__content {
    display: block;
    ppadding: 30px 0;
    margin: 30px 15px;
  }
}

.season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row:first-child .right img {
  width: 92.4px;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row:first-child .right img {
    width: 77px;
  }
}

.season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row:nth-child(2) .right img {
  width: 76.8px;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row:nth-child(2) .right img {
    width: 64px;
  }
}

.season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row:nth-child(3) .right img {
  width: 92.4px;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row:nth-child(3) .right img {
    width: 77px;
  }
}

.season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row:nth-child(4) .right img {
  width: 76.8px;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row:nth-child(4) .right img {
    width: 64px;
  }
}

.season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row:last-child .right img {
  width: 112.8px;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row:last-child .right img {
    width: 94px;
  }
}

.season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row .left {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row .left .disc i.fa-circle {
  font-size: 10px;
  font-size: 0.625rem;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row .left .disc i.fa-circle {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row .left .info {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 10px;
  background-color: transparent;
  line-height: 1.7;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row .left .info {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row .right {
  width: 35%;
  padding: 0 10px;
  text-align: center;
}

.season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row .right img {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row .right img {
    width: 64px;
  }
}

@media screen and (max-width: 360px) {
  .season_camp .aging-care__box .aging-care__block.block-02 .block__content .block__content-row .right img {
    margin-left: -10px;
  }
}

.season_camp .product-bottom {
  padding: 30px 0;
}

.season_camp .product-bottom .title {
  font-size: 33px;
  font-size: 2.0625rem;
  letter-spacing: 1.3px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .product-bottom .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.season_camp .product-bottom .main-product {
  margin-top: 40px;
}

.season_camp .product-bottom .main-product .main-panel.pc-only {
  padding: 0;
}

.season_camp .product-bottom .main-product .main-panel.pc-only .section-banner .banner-title {
  padding: 0;
  padding-top: 5px;
  line-height: 40px;
  bottom: 0px;
}

.season_camp .product-bottom .main-product .main-panel.pc-only .section-banner .banner-inner {
  padding: 0;
}

.season_camp .note {
  padding-top: 20px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .season_camp .note {
    padding-top: 10px;
    white-space: nowrap;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.season_camp .d-ib {
  display: inline;
}

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

.season_camp .youtube-wrap {
  width: 1010px;
  height: 100%;
  margin: 30px auto 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .season_camp .youtube-wrap {
    width: calc(100% - 30px);
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.season_camp .youtube-wrap:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.season_camp .youtube-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.season_camp .skw-line {
  position: relative;
  z-index: 1;
}

.season_camp .skw-line:after {
  content: "";
  width: 100%;
  height: 45%;
  position: absolute;
  left: -2%;
  bottom: -5%;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
  z-index: -1;
  background-color: #fdf7cd;
}

@media screen and (max-width: 767px) {
  .season_camp .skw-line:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .skw-line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #f7ecaf));
    background: linear-gradient(transparent 60%, #f7ecaf 0%);
  }
}

.season_camp .seibun-toggle {
  background: #fff;
  padding: 10px 22px;
  line-height: 1;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .season_camp .seibun-toggle {
    padding: 10px 15px;
  }
}

.season_camp .seibun-toggle:after {
  content: '';
  display: block;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .season_camp .seibun-toggle:after {
    right: 15px;
  }
}

.season_camp .seibun-toggle.open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.season_camp .seibun-note {
  display: none;
}

.season_camp .seibun-note-desc {
  background: #fafafa;
}

.season_camp .bg-lite-pink {
  background: #fbf6f7;
}

.season_camp .f-robot {
  font-family: 'Roboto', sans-serif;
}

.season_camp .fc-wh {
  color: #fff;
}

.season_camp .fc-pink {
  color: #cc8b96;
}

.season_camp .fc-bibi-pink {
  color: #e96496;
}

.season_camp .bg-pink {
  background: #cc8b96;
}

.season_camp .bg-wh {
  background: #fff;
}

.season_camp .under-line-pink {
  border-bottom: 2px solid #e4bbc1;
}

.season_camp .under-line-dott-link {
  border-bottom: 2px dotted #cc8b96;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.season_camp .mv-top__pc {
  position: relative;
}

.season_camp .mv-top__pc .mv-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.season_camp .mv-top__pc .mv-txt {
  position: relative;
  z-index: 10;
  width: 1200px;
  height: 780px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.season_camp .mv-top__pc .mv-txt img {
  height: 394px;
  -webkit-transition: 1s;
  transition: 1s;
}

.season_camp .mv-top__pc:before {
  content: '';
  display: block;
  width: 90%;
  height: 735px;
  background: #fafafa;
  position: absolute;
  right: 0;
  top: 90px;
}

.season_camp .mv-top__desc {
  background: url(../img/line-bg.png) left bottom;
  line-height: 47px;
}

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

.season_camp .item-section {
  position: relative;
}

.season_camp .item-section__list-icon span {
  border: 2px solid #cc8b96;
}

.season_camp .item-section__inner {
  background: #f7f3d4;
  position: relative;
}

.season_camp .item-section__inner > * {
  position: relative;
  z-index: 10;
}

.season_camp .item-section__inner:after {
  content: '';
  display: block;
  width: 100%;
  height: 265px;
  background: #cc8b96;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .season_camp .item-section__inner:after {
    height: 165px;
  }
}

.season_camp .item-section__head {
  color: #fff;
}

.season_camp .item-section__head span {
  border-bottom: 1px dashed #fff;
}

.season_camp .item-section__subhead {
  color: #fff;
  background: #cc8b96;
  position: relative;
}

.season_camp .item-section__subhead:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 170px 0 170px;
  border-color: #cc8b96 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .season_camp .item-section__subhead:after {
    border-width: 30px 80px 0 80px;
    bottom: -30px;
  }
}

.season_camp .item-section__subhead span {
  border-bottom: 4px double #fff;
}

.season_camp .item-section__inner-w {
  background: #fff;
  position: relative;
}

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

@media screen and (max-width: 767px) {
  .season_camp .item-section__inner-w:before {
    width: 60%;
  }
}

.season_camp .item-section__inner-inset {
  background: #fff;
  border: solid #cc8b96 2px;
  border-top: none;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1) inset;
}

.season_camp .item-section .inset-left-rigt-bottom {
  position: relative;
  -webkit-box-shadow: 0px -10px 8px 3px rgba(0, 0, 0, 0.05) inset;
          box-shadow: 0px -10px 8px 3px rgba(0, 0, 0, 0.05) inset;
}

.season_camp .massage-step > * + * {
  padding-top: 50px;
  margin-top: 50px;
  border-top: dashed #d1d1d1 1px;
}

@media screen and (max-width: 767px) {
  .season_camp .massage-step > * + * {
    padding-top: 10px;
    margin-top: 10px;
    border: none;
  }
}

.season_camp .item-explain {
  position: relative;
}

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

@media screen and (max-width: 767px) {
  .season_camp .item-explain:before {
    display: none;
  }
}

.season_camp .item-explain__sale {
  border: 5px solid #cc8b96;
  border-top: none;
  background: #fff;
}

.season_camp .item-explain__sale-head {
  background: #cc8b96;
}

@media screen and (max-width: 1510px) {
  .season_camp .mv-top__pc .mv-txt img {
    height: 315px;
  }
}
/*# sourceMappingURL=2102gellarge.css.map */