@charset "UTF-8";

@media (min-width: 768px) {
  .modelplans-kv {
    position: relative;
  }
}

@media (min-width: 768px) {
  .under-layer-wrapper {
    min-width: 1000px
  }
}

/* ---------- KV ----------- */
.modelplans-kv {
  position: relative;
}

/* @media (min-width: 768px) {
  .modelplans-kv {
    position: relative;
  }
} */

@media (min-width: 768px) {
  .onlysp, .pc-hide {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .modelplans-kv__img {
    width: 100%;
  }
}

.modelplans-kv__title {
  font-size: 3.15vw;
  position: absolute;
  left: 16.5vw;
  top: 25.5vw;
  color: #fff;
  font-weight: 600;
}

/* @media (min-width: 768px) {
  .modelplans-kv__title {
    font-size: 3.15vw;
    position: absolute;
    left: 16.5vw;
    top: 25.5vw;
    color: #fff;
    font-weight: 600;
  }
} */

.modelplans-kv__title {
  font-size: 4.15vw;
  left: 16.5vw;
  top: 25.5vw;
  color: #fff;
  font-weight: 600;
}

/* ---------- section ---------- */
.under-layer-wrapper .modelplans__section-title {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .under-layer-wrapper .modelplans-section__title {
    /* color: #3b5d8c; */
    text-align: center;
    margin-top: 73px;
    font-size: 20px;
  }
}

.under-layer-wrapper .modelplans__section-title {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: .1em;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}

.modelplans-section__title::after {
  content: '';
  display: block;
  height: 1px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F98F7D;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* @media (min-width: 768px) {
  .modelplans-section__title:after {
    content: '';
    display: block;
    height: 1px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F98F7D;
    margin-top: 20px;
    margin-bottom: 40px;
  }
} */


@media (min-width: 768px) {
  .modelplans-section-inner {
    position: relative;
    min-height: 580px;
    margin-bottom: 50px !important;
  }

  .modelplans-sec1,
  .modelplans-sec2,
  .modelplans-sec3 {
    width: 80%;
    margin: 0 auto;
  }

  .modelplans-sec1 .modelplans-section-inner,
  .modelplans-sec2 .modelplans-section-inner,
  .modelplans-sec3 .modelplans-section-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .modelplans-sec1 .modelplans-section-inner,
  .modelplans-sec3 .modelplans-section-inner {
    flex-direction: row-reverse;
  }

  .order_txt {
    width: 40%;
  }

  .order_pic {
    width: 60%;
  }

  .order_pic img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.modelplans-sec1,
.modelplans-sec2,
.modelplans-sec3 {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 767px) {}


@media (min-width: 768px) {
  .modelplans-section__desc {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16.5px;
    letter-spacing: 0;
    margin-top: 15px;
    line-height: 30px;
  }
}

.modelplans-section__desc {
  width: 80%;
  font-family: 'Noto Serif JP', serif;
  font-size: 16.5px;
  letter-spacing: 0;
  margin: 50px auto;
  line-height: 27.9px;
}

/* ---------オーダーフォームはこちら-------- */
@media (max-width: 767px) {
  .modelplans-section-order-keeper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.modelplans-howto {
  background-color: #3b5d8c;
  color: #fff
}

.modelplans-howto__title::after {
  content: '';
  display: block;
  height: 1px;
  margin-left: auto;
  margin-right: auto
}

@media (max-width: 767px) {
  .modelplans-howto__title::after {
    background-color: #fff;
    width: 17.33333vw;
    margin-top: 3.33333vw;
    margin-bottom: 4vw;
  }
}

.modelplans-howto-units {
  text-align: center;
  font-size: 4vw
}

.modelplans-howto-unit {
  position: relative
}

.modelplans-howto-unit__desc {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0
}

.modelplans-howto-unit__button {
  position: relative;
  background-color: #fff;
  color: #3b5d8c;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
  font-weight: 700
}

.modelplans-howto-unit__button:after {
  content: '';
  position: absolute;
  display: inline-block;
  background-image: url(../img/icon-arrow-blue-simple.svg);
  background-repeat: no-repeat;
  background-size: contain
}

@media (min-width: 768px) {
  .modelplans-howto {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .modelplans-howto__title:after {
    width: 100px;
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: #fff
  }

  .modelplans-howto-units {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-height: 40px
  }

  .modelplans-howto-unit {
    width: 304px
  }

  .modelplans-howto-unit__icon {
    width: 37px
  }

  .modelplans-howto-unit__title {
    margin-top: 5px
  }

  .modelplans-howto-unit__desc {
    font-size: 12px;
    margin-top: 10px
  }

  .modelplans-howto-unit__button {
    width: 225px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    left: 38px;
    font-size: 12px
  }

  .modelplans-howto-unit__button:after {
    right: 6px;
    top: 15px;
    width: 9px;
    height: 9px
  }
}

@media (max-width: 767px) {
  .modelplans-howto {
    margin-top: 8vw;
    padding-top: 5.33333vw;
    padding-bottom: 2vw;
  }

  .modelplans-howto-unit {
    margin-bottom: 10vw;
  }

  .modelplans-howto-unit__button {
    width: 74.66667vw;
    height: 10.13333vw;
    line-height: 10.13333vw;
    border-radius: 15vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.5vw;
  }
}

/* --------------- モデルプラン一覧 ----------------- */


.modelplans-product-list__title:after {
  content: '';
  display: block;
  height: 1px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  margin-top: 20px;
  margin-bottom: 40px
}

.product-list-wrapper {
  position: relative;
  font-size: 0
}

.product-list-wrapper .product-list {
  overflow: hidden;
  position: relative
}

.product-list-wrapper .product-list-info {
  font-family: 'Noto Sans JP', sans-serif
}

.product-list-wrapper .product-list__bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center
}

.product-list-wrapper .product-list-cat-container {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  margin-bottom: 7px
}

.product-list-wrapper .product-list__cat {
  display: inline-block;
  text-align: center
}

.product-list-wrapper .product-list__cat--color1 {
  background-color: #9e813a
}

.product-list-wrapper .product-list__cat--color2 {
  background-color: #3b5d8c
}

.product-list-wrapper .product-list__price-body {
  font-family: 'Barlow Semi Condensed', sans-serif
}

.product-list-wrapper .product-list .hitarea:hover {
  background-color: rgba(255, 255, 255, .3)
}

.product-list-wrapper--has-bg .product-list a.hitarea {
  background-color: transparent !important
}

.product-list-wrapper--has-bg .product-list a.hitarea:after {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  opacity: 0;
  content: '';
  display: block;
  background-color: rgba(255, 255, 255, .3);
  position: absolute
}

.product-list-wrapper--has-bg .product-list a.hitarea:hover:after {
  opacity: 1
}

@media (min-width: 768px) {
  .modelplans-product-list {
    padding-top: 40px;
    padding-bottom: 123px
  }
  .product-list-wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 28px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .product-list-wrapper .product-list {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    height: 333px
  }
}

@media (min-width: 768px) and (min-width:1000px) {
  .product-list-wrapper .product-list {
    height: 33.334vw
  }
}

@media (min-width: 768px) {
  .product-list-wrapper .product-list-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 119px;
    background-color: rgba(0, 0, 0, .6);
    padding-left: 24px
  }

  .product-list-wrapper .product-list-info {
    position: absolute;
    left: 24px;
    bottom: 10px
  }

  .product-list-wrapper .product-list__bg {
    position: absolute;
    left: 0;
    top: 0
  }

  .product-list-wrapper .product-list__bg.noimg {
    padding-top: 100%
  }

  .product-list-wrapper .product-list-cat-container {
    margin-top: -4px
  }

  .product-list-wrapper .product-list__cat {
    min-width: 84px;
    height: 20px;
    margin-top: 4px;
    margin-right: 4px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 20px
  }

  .product-list-wrapper .product-list__cat--color1 {
    background-color: #9e813a
  }

  .product-list-wrapper .product-list__cat--color2 {
    background-color: #3b5d8c
  }

  .product-list-wrapper .product-list__desc {
    font-size: 15px;
    line-height: 23px
  }

  .product-list-wrapper .product-list__price {
    font-size: 13px;
    padding-right: 18px
  }

  .product-list-wrapper .product-list__price-body {
    font-size: 23px;
    padding-left: 3px;
    padding-right: 3px
  }

  .product-list-wrapper .product-list__duration {
    font-size: 13px
  }

  .product-list-wrapper .product-list__arrow {
    position: absolute;
    bottom: 38px;
    right: 20px;
    width: 23px;
    height: 23px
  }

  .product-list-wrapper--has-bg {
    text-align: center;
    margin-top: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .product-list-wrapper--has-bg .product-list {
    vertical-align: top;
    margin: 10px 27px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    height: auto
  }

  .product-list-wrapper--has-bg .product-list a.hitarea:after {
    width: 270px;
    height: 180px;
    left: 0;
    top: 0
  }

  .product-list-wrapper--has-bg .product-list-inner {
    position: relative;
    left: auto;
    bottom: auto;
    background-color: initial;
    padding-left: 0;
    margin-top: 15px;
    text-align: left;
    height: auto
  }

  .product-list-wrapper--has-bg .product-list__bg {
    position: relative;
    left: auto;
    top: auto;
    height: 180px
  }

  .product-list-wrapper--has-bg .product-list__bg.noimg {
    padding-top: 180px
  }

  .product-list-wrapper--has-bg .product-list-info {
    position: relative;
    left: auto;
    bottom: auto
  }

  .product-list-wrapper--has-bg .product-list__duration, .product-list-wrapper--has-bg .product-list__price {
    font-size: 12px
  }

  .product-list-wrapper--has-bg .product-list__cat {
    background-color: #fff
  }

  .product-list-wrapper--has-bg .product-list__arrow {
    display: none
  }

  .product-list-wrapper--has-bg .product-list__button {
    width: 180px;
    height: 32px;
    margin-top: 15px;
    line-height: 32px;
    border: 1px solid #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif
  }

  .product-list-wrapper--has-bg .product-list__button:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../img/icon-arrow-white-simple.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 10px
  }

  .product-list-wrapper--color1 {
    background-color: #ad9459
  }

  .product-list-wrapper--color1 .product-list__cat {
    color: #9e813a
  }

  .product-list-wrapper--color2 {
    background-color: #4e7680
  }

  .product-list-wrapper--color2 .product-list__cat {
    color: #3b5d8c
  }
}

@media (max-width: 767px) {
  .modelplans-product-list {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
    margin-top: 5.33333vw;
    margin-bottom: 4vw;
  }

  .product-list-wrapper {
    margin-top: 4.5vw;
    margin-bottom: 6.5vw
  }

  .activities .product-list-wrapper, .modelplans .product-list-wrapper {
    margin-top: 0
  }

  .product-list-wrapper .product-list {
    background-color: #fff;
    margin-bottom: 4vw;
    position: relative;
    padding-bottom: 4vw
  }

  .product-list-wrapper .product-list:after {
    content: '';
    display: block;
    width: 100%;
    height: .26667vw;
    background-color: #ccc;
    position: absolute;
    left: 0;
    bottom: 0
  }

  .product-list-wrapper .product-list-info {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw
  }

  .product-list-wrapper .product-list__bg {
    height: 56vw
  }

  .product-list-wrapper .product-list-cat-container {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -1.5vw
  }

  .product-list-wrapper .product-list__cat {
    color: #fff;
    font-size: 3.5vw;
    min-width: 18.66667vw;
    height: 6.66667vw;
    line-height: 6.66667vw;
    padding-left: 1vw;
    padding-right: 1vw;
    margin-right: 1.5vw;
    margin-top: 1.5vw
  }

  .product-list-wrapper .product-list__desc {
    font-weight: 700;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 3.75vw;
    padding-top: 3vw;
    line-height: 6vw;
    margin-bottom: 3vw
  }

  .product-list-wrapper .product-list__price {
    font-size: 2.75vw;
    font-weight: 700;
    padding-right: 1vw
  }

  .product-list-wrapper .product-list__price>span {
    font-size: 4.5vw;
    color: #9e813a;
    font-weight: 700;
    padding-left: .3em
  }

  .product-list-wrapper .product-list__price-body {
    font-size: 4.5vw;
    color: #9e813a;
    font-weight: 700;
    padding-left: .3em
  }

  .product-list-wrapper .product-list__duration {
    font-size: 2.75vw;
    font-weight: 700
  }

  .product-list-wrapper .product-list__arrow {
    display: none
  }

  .product-list-wrapper .product-list--bgc1 {
    background-color: #f3efe7
  }

  .product-list-wrapper .product-list--bgc1:after {
    display: none
  }

  .product-list-wrapper--has-bg .product-list {
    padding-left: 5vw;
    padding-bottom: 4.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff
  }

  .product-list-wrapper--has-bg .product-list:after {
    margin-left: 5.33vw;
    width: 88vw
  }

  .product-list-wrapper--has-bg .product-list:last-child {
    margin-bottom: 0
  }

  .product-list-wrapper--has-bg .product-list:last-child:after {
    display: none
  }

  .product-list-wrapper--has-bg .product-list a.hitarea:hover:after {
    left: 5vw;
    width: 26.66667vw;
    height: 26.66667vw
  }

  .product-list-wrapper--has-bg .product-list-inner {
    margin-left: 3.5vw;
    padding-right: 10vw
  }

  .product-list-wrapper--has-bg .product-list-cat-container {
    position: initial
  }

  .product-list-wrapper--has-bg .product-list__bg {
    width: 26.66667vw;
    height: 26.66667vw;
    -ms-flex-preferred-size: 26.66667vw;
    flex-basis: 26.66667vw;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .product-list-wrapper--has-bg .product-list__bg.noimg {
    padding-top: 26.66667vw
  }

  .product-list-wrapper--has-bg .product-list__desc {
    padding-left: 0;
    font-weight: 400;
    font-size: 3.7vw;
    letter-spacing: 0;
    padding-top: 1vw;
    margin-bottom: 1vw
  }

  .product-list-wrapper--has-bg .product-list-info {
    padding-left: 0;
    padding-right: 0
  }

  .product-list-wrapper--has-bg .product-list__duration, .product-list-wrapper--has-bg .product-list__price {
    font-weight: 400
  }

  .product-list-wrapper--has-bg .product-list__price-body {
    color: #fff
  }

  .product-list-wrapper--has-bg .product-list__cat {
    background-color: #fff;
    height: 4.8vw;
    line-height: 4.8vw;
    min-width: 20.8vw;
    font-size: 2.7vw;
    letter-spacing: 0
  }

  .product-list-wrapper--has-bg .product-list__arrow {
    display: block;
    position: absolute;
    width: 5vw;
    height: 5vw;
    right: 5vw;
    top: 10vw
  }

  .product-list-wrapper--color1 .product-list {
    background-color: #ad9459
  }

  .product-list-wrapper--color1 .product-list__cat {
    color: #9e813a
  }

  .product-list-wrapper--color2 .product-list {
    background-color: #4e7680
  }

  .product-list-wrapper--color2 .product-list__cat {
    color: #3b5d8c
  }
}

@media (max-width: 767px) {
  .single-popular--activities .product-list-wrapper {
    margin-bottom: 0
  }

  .single-popular--activities .product-list-wrapper .product-list__price>span {
    font-size: 4vw;
    color: #fff
  }

  .single-popular--modelplans .product-list-wrapper {
    margin-bottom: 0
  }
}