@charset "UTF-8";
@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
/*----------------------------------------------------
	.page
----------------------------------------------------*/
.page .inner {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .inner {
    width: 90%;
  }
}
.page img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page _:-ms-input-placeholder,
.page img {
  width: 100%;
  vertical-align: middle;
}
.page .anchor {
  margin-top: -40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .page .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.page {
  overflow: hidden;
  padding: 0;
  background-color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  color: #333333;
}
.page .reservation__btn .btn {
  position: relative;
  width: 80%;
  padding: 6px 26px 6px 16px;
  margin: 5px auto 0;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  display: block;
  border-radius: 5px;
  border: solid 1px #A37580;
  background-color: #A37580;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .page .reservation__btn .btn {
    width: 100%;
    font-size: 2.9vw;
    padding: 2vw;
    line-height: 7vw;
  }
}
.page .reservation__btn .btn .arrow_right {
  position: absolute;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .page .reservation__btn .btn .arrow_right {
    right: 5%;
  }
}
.page .reservation__btn .btn .arrow_right:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid;
  border-color: #ffffff #ffffff transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
.page .anchor__btn {
  max-width: 440px;
  width: 80%;
  display: block;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  .page .anchor__btn {
    width: 100%;
    margin: 6vw auto 0;
  }
}
.page .anchor__btn .btn {
  position: relative;
  width: 100%;
  padding: 9px 26px 9px 16px;
  margin: 22px auto 0;
  font-size: 14px;
  text-align: center;
  color: #00488E;
  display: block;
  border-radius: 5px;
  border: solid 1px #00488E;
  background-color: #ffffff;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .page .anchor__btn .btn {
    width: 100%;
    font-size: 4vw;
    padding: 3vw;
  }
}
.page .anchor__btn .btn .arrow_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
}
@media screen and (max-width: 768px) {
  .page .anchor__btn .btn .arrow_right {
    right: 5%;
  }
}
.page .anchor__btn .btn .arrow_right:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid;
  border-color: #00488E #00488E transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page .kv h1 {
  background-color: #B4C0CD;
  min-width: 1400px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .page .kv h1 {
    min-width: 190vw;
  }
}
@media screen and (max-width: 768px) {
  .page .kv h1 {
    min-width: 100%;
  }
}
.page .kv h1 img {
  margin: auto;
}
.page .copy {
  font-size: 20px;
  line-height: 2.2;
  margin: 100px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .copy {
    width: 90%;
    font-size: 4.7vw;
    line-height: 1.9;
    margin: 18.2vw auto;
  }
}
.page .sc {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .sc {
    margin-top: 13vw;
  }
}
.page .sc__tit {
  font-weight: bold;
  font-size: 44px;
  font-family: "futura-pt", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  color: #B4C0CD;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page .sc__tit {
    font-size: 8.3vw;
    margin: 13vw auto 7.8vw;
  }
}
.page .sc__copy {
  font-size: 26px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page .sc__copy {
    font-size: 5.2vw;
    margin: 0 auto 3.9vw;
  }
}
.page .sc .item__scroll {
  width: 100%;
  max-width: 980px;
  text-align: center;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  .page .sc .item__scroll {
    max-width: 100%;
    margin: 0 auto 0;
  }
}
.page .sc .item__scroll .item__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .sc .item__scroll .item__list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .page .sc .item__scroll .item__list::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
}
.page .sc .item__scroll .item__list li {
  width: 23%;
}
@media screen and (min-width: 769px) {
  .page .sc .item__scroll .item__list li {
    margin-top: 20px;
  }
  .page .sc .item__scroll .item__list li:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .sc .item__scroll .item__list li {
    width: 100%;
    max-width: 60vw;
    margin-top: 0;
    margin-right: 0;
    margin: 0 6vw;
    position: relative;
    overflow: visible;
  }
  .page .sc .item__scroll .item__list li:last-child::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 1px;
    width: 6vw;
    background-color: transparent;
  }
}
.page .sc .item__scroll .item__list li .item__list__img {
  display: block;
  margin: 0 auto;
}
.page .sc .item__scroll .item__list li .item__list__text {
  display: block;
  margin: 0 auto;
}
.page .sc .item__scroll .item__list li .item__list__text .item--name {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .page .sc .item__scroll .item__list li .item__list__text .item--name {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}
.page .sc .item__scroll .item__list li .item__list__text .ajax_area {
  margin: 0 auto;
}
.page .sc .item__scroll .item__anchor {
  max-width: 980px;
  width: 100%;
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .page .sc .item__scroll .item__anchor {
    margin: 6.5vw auto 0;
    width: 90%;
  }
}
.page .sc .item__scroll .item__anchor .btn {
  position: relative;
  max-width: 440px;
  margin: 0 auto 20px;
  font-size: 14px;
  text-align: center;
  display: block;
  border-radius: 5px;
  border: solid 1px #4A6C91;
  color: #4A6C91;
  background-color: #ffffff;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .page .sc .item__scroll .item__anchor .btn {
    width: 70%;
    font-size: 2.9vw;
    line-height: 10.4vw;
    margin: 0 auto 2.6vw;
  }
}
.page .sc .item__scroll .item__anchor .btn .arrow_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
}
@media screen and (max-width: 768px) {
  .page .sc .item__scroll .item__anchor .btn .arrow_right {
    right: 5%;
  }
}
.page .sc .item__scroll .item__anchor .btn .arrow_right:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid;
  border-color: #4A6C91 #4A6C91 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .page .sc .item__scroll .item__anchor__flex,
  .page .sc .item__scroll .item__anchor__flex3,
  .page .sc .item__scroll .item__anchor__flex4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .page .sc .item__scroll .item__anchor__flex .btn,
  .page .sc .item__scroll .item__anchor__flex3 .btn,
  .page .sc .item__scroll .item__anchor__flex4 .btn {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .page .sc .item__scroll .item__anchor__flex3 .btn {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .page .sc .item__scroll .item__anchor__flex4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .page .sc .item__scroll .item__anchor__flex4 .btn {
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  .page .sc .item__scroll .item__anchor__flex4 .btn {
    width: 48%;
  }
}
.page .sc__icon {
  max-width: 500px;
  margin: 50px auto 85px;
}
@media screen and (max-width: 768px) {
  .page .sc__icon {
    max-width: 100%;
    width: 80%;
    margin: 6.5vw auto 15vw;
  }
}
.page .sc__icon li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .page .sc__icon li {
    margin: 0 auto 5.2vw;
  }
}
.page .sc__icon li .sc__icon__img {
  max-width: 80px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .page .sc__icon li .sc__icon__img {
    max-width: 15.6vw;
    margin-right: 3.9vw;
  }
}
.page .sc__icon li .sc__icon__txt {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .sc__icon li .sc__icon__txt {
    font-size: 3.4vw;
  }
}
.page .sc__point {
  position: relative;
  width: 760px;
  background-color: #EAE5E5;
  padding: 70px 0 60px;
  margin: 80px auto 85px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .page .sc__point {
    width: 90%;
    padding: 10.4vw 0 5.9vw;
    margin: 11.7vw auto 13.7vw;
  }
}
.page .sc__point__copy {
  position: absolute;
  width: 440px;
  height: 50px;
  font-weight: bold;
  font-size: 20px;
  background-color: #fff;
  color: #A37580;
  border: 1px solid #A37580;
  border-radius: 10px;
  line-height: 50px;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page .sc__point__copy {
    width: 70%;
    height: 10.4vw;
    line-height: 10.4vw;
    font-size: 3.4vw;
    top: -5.2vw;
  }
}
.page .sc__point__sbtit {
  font-size: 24px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .page .sc__point__sbtit {
    font-size: 3.6vw;
    margin: 0 auto 3.9vw;
  }
}
.page .sc__point__tit {
  font-weight: bold;
  font-size: 38px;
  margin: 0 auto 50px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page .sc__point__tit {
    font-size: 5.5vw;
    margin: 0 auto 7.2vw;
  }
}
.page .sc__point__details ul {
  width: 640px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page .sc__point__details ul {
    display: block;
    width: 90%;
    margin: 0 auto 6.5vw;
  }
}
.page .sc__point__details ul .details__img {
  display: inline-block;
  width: 240px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .page .sc__point__details ul .details__img {
    max-width: 100%;
    width: 36.5vw;
    margin-right: 0;
  }
}
.page .sc__point__details ul .details__txt {
  max-width: 350px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .sc__point__details ul .details__txt {
    max-width: 100%;
    font-size: 3.6vw;
    margin: 6.5vw auto 0;
  }
}
.page .sc__point__img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .sc__point__img {
    width: 80%;
  }
}
.page .sc__point__img _:-ms-input-placeholder,
.page .sc__point__img img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .page .sc__point__img.small {
    width: 50%;
  }
}
.page .sc__point__img.small _:-ms-input-placeholder,
.page .sc__point__img.small img {
  width: 50%;
}
.page .sc__point__plus {
  width: 640px;
  background-color: #fff;
  margin: 0 auto;
  padding: 30px 45px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .page .sc__point__plus {
    width: 90%;
    margin: 0 auto;
    padding: 5.2vw 7.8vw;
  }
}
.page .sc__point__plus .plus__tit {
  font-size: 32px;
  font-weight: bold;
  border-bottom: 2px solid #4A6C91;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page .sc__point__plus .plus__tit {
    font-size: 5.2vw;
  }
}
.page .sc__point__plus .plus__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .page .sc__point__plus .plus__set {
    display: block;
    margin-top: 3.9vw;
  }
}
.page .sc__point__plus .plus__set li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .page .sc__point__plus .plus__set li {
    font-size: 3.6vw;
    line-height: 5.6vw;
    text-align: left;
    margin-left: 9.1vw;
    margin-bottom: 2.6vw;
  }
}
.page .sc__point__plus .plus__set li .plus__icon {
  position: absolute;
  content: "";
  width: 27px;
  height: 30px;
  background: url(/ec/img/usr/pg/campaign/affordable_Items/plus__icon.png) no-repeat center;
  background-size: contain;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .page .sc__point__plus .plus__set li .plus__icon {
    width: 5.6vw;
    height: 5.6vw;
    left: -6.5vw;
  }
}
.page .sc__point__link {
  display: inline-block;
  font-size: 18px;
  margin: 50px auto 0;
  padding-bottom: 5px;
  border-bottom: solid 2px #707070;
}
@media screen and (max-width: 768px) {
  .page .sc__point__link {
    margin: 6.5vw auto 0;
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 769px) {
  .page .sc_slacks .item__scroll .item__list.irregular {
    max-width: 480px;
    margin: 0 auto;
  }
  .page .sc_slacks .item__scroll .item__list.irregular li {
    width: 48%;
  }
}
.page .item__slider {
  text-align: center;
  color: #333333;
}
.page .item__slider .item-inr {
  width: 90%;
  margin: 0 auto;
}
.page .item__slider .item-inr .slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page .item__slider .item-inr .slide li {
  margin: auto 1vw;
  padding: 0 5px 0;
}
.page .item__slider .item-inr .slide .item__list__id .item__list__img {
  display: block;
  margin: 0 auto;
}
.page .item__slider .item-inr .slide .item__list__id .item__list__text {
  display: block;
  margin: 0 auto;
}
.page .item__slider .item-inr .slide .item__list__id .item__list__text .item--name {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .page .item__slider .item-inr .slide .item__list__id .item__list__text .item--name {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}
.page .banner {
  width: 92%;
  max-width: 760px;
  margin: 0 auto;
}

.page .ajax_area a.cartinbtn {
  width: 80%;
  background-color: #4A6C91;
  margin: 5px auto 0;
}
@media screen and (max-width: 768px) {
  .page .ajax_area a.cartinbtn {
    width: 100%;
    font-size: 2.9vw;
  }
}
.page .ajax_area .stock_exist {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */