@charset "UTF-8";
/* CSS Document */
/*--- バナー一覧 ---*/
.top_ban_box .menu_list li a.shop, .top_ban_box .menu_list li a:hover {
  color: #FFF;
  background-color: #6fb92c;
}

#container {
  padding-bottom: 0;
}

/*--- メインビジュアル ---*/
.shop_title {
  background-color: #dadf00;
  position: relative;
  z-index: 1;
}
.shop_title .content {
  position: relative;
  max-width: 1000px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 95px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1030px) {
  .shop_title .content {
    width: 97.1vw;
    padding-top: 9.2vw;
    padding-bottom: 8.7vw;
  }
}
@media screen and (max-width: 768px) {
  .shop_title .content {
    width: 100%;
    padding-top: 14.6vw;
    padding-bottom: 14.1vw;
  }
}
.shop_title .content h1 {
  font-size: 72px;
  font-weight: 900;
  line-height: 1.3em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1030px) {
  .shop_title .content h1 {
    font-size: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .shop_title .content h1 {
    font-size: 11.3vw;
  }
}
.shop_title .content .chara01 {
  position: absolute;
  width: 289px;
  left: 19px;
  top: 30px;
}
@media screen and (max-width: 1030px) {
  .shop_title .content .chara01 {
    width: 28.1vw;
    left: 1.8vw;
    top: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  .shop_title .content .chara01 {
    width: 21.3vw;
    left: 3.5vw;
    top: 7.6vw;
  }
}
.shop_title .content .chara02 {
  position: absolute;
  width: 274px;
  right: 19px;
  top: 69px;
}
@media screen and (max-width: 1030px) {
  .shop_title .content .chara02 {
    width: 26.6vw;
    right: 1.8vw;
    top: 6.7vw;
  }
}
@media screen and (max-width: 768px) {
  .shop_title .content .chara02 {
    width: 21.1vw;
    right: 3.3vw;
    top: 11.9vw;
  }
}

/*--- フロートボタン ---*/
.float_box {
  width: 55px;
  position: fixed;
  right: 0;
  top: 110px;
  z-index: 3;
}
@media screen and (max-width: 1030px) {
  .float_box {
    width: 5.3vw;
    top: 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  .float_box {
    background-color: #fff;
    width: 100%;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 2.7vw 0;
  }
}
.float_box .btn {
  position: relative;
}
@media screen and (max-width: 768px) {
  .float_box .btn {
    width: 88.7%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
.float_box .btn a {
  display: block;
}
.float_box .btn #close {
  position: absolute;
  width: 47.3%;
  top: -3%;
  left: -13%;
}
@media screen and (max-width: 768px) {
  .float_box .btn #close {
    width: 7.7%;
    top: -27%;
    left: auto;
    right: -3.5%;
  }
}

/*--- リスト ---*/
.shop_list_box {
  background-color: #dadf00;
  padding-bottom: 95px;
}
@media screen and (max-width: 1030px) {
  .shop_list_box {
    padding-bottom: 9.2vw;
  }
}
@media screen and (max-width: 768px) {
  .shop_list_box {
    padding-bottom: 11.5vw;
  }
}
@media screen and (max-width: 768px) {
  .shop_list_box .wrap01 {
    width: 92%;
  }
}
.shop_list_box .end_txt {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
  color: #f00;
}
@media screen and (max-width: 1030px) {
  .shop_list_box .end_txt {
    font-size: 2.3vw;
    margin-bottom: 6.8vw;
  }
}
@media screen and (max-width: 768px) {
  .shop_list_box .end_txt {
    font-size: 4.5vw;
    margin-bottom: 10.2vw;
  }
}
.shop_list_box iframe {
  height: 1980px !important;
}
@media screen and (max-width: 768px) {
  .shop_list_box iframe {
    height: 1980px !important;
  }
}
@media screen and (max-width: 420px) {
  .shop_list_box iframe {
    height: 1980px !important;
  }
}

/*--- リクエスト ---*/
.request_box {
  background-color: #fff;
}
.request_box .wrap02 {
  padding: 85px 0;
}
@media screen and (max-width: 1030px) {
  .request_box .wrap02 {
    padding: 8.3vw 0;
  }
}
@media screen and (max-width: 768px) {
  .request_box .wrap02 {
    padding: 11.5vw 0;
  }
}
.request_box .btn01 a {
  display: block;
  background-color: #00B097;
  border-radius: 10px;
  padding: 35px 0 40px;
  background-image: url(../images/shop/btn_arrow01.svg);
  background-repeat: no-repeat;
  background-size: 37px auto;
  background-position: right 15px bottom 15px;
}
@media screen and (max-width: 1030px) {
  .request_box .btn01 a {
    border-radius: 1vw;
    padding: 3.4vw 0 3.9vw;
    background-size: 3.6vw auto;
    background-position: right 1.5vw bottom 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .request_box .btn01 a {
    border-radius: 2.7vw;
    padding: 7.3vw 0 8vw;
    background-size: 7.2vw auto;
    background-position: right 2.8vw bottom 2.8vw;
  }
}
.request_box .btn01 a strong {
  color: #00B097;
}
.request_box .btn01 a .txt_box01 {
  display: block;
  width: 666px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 25px;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .request_box .btn01 a .txt_box01 {
    width: 64.7vw;
    border-radius: 2.4vw;
    padding: 2.9vw 0;
  }
}
@media screen and (max-width: 768px) {
  .request_box .btn01 a .txt_box01 {
    width: 77.9vw;
    border-radius: 8.7vw;
    padding: 4vw 0 6.7vw;
  }
}
.request_box .btn01 a .txt_box01 .txt01, .request_box .btn01 a .txt_box01 .txt_box02 {
  position: relative;
  z-index: 1;
}
.request_box .btn01 a .txt_box01 .txt01 {
  display: block;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .request_box .btn01 a .txt_box01 .txt01 {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  .request_box .btn01 a .txt_box01 .txt01 {
    font-size: 6.8vw;
    line-height: 1.3em;
  }
}
.request_box .btn01 a .txt_box01 .txt01 strong {
  font-weight: 900;
}
.request_box .btn01 a .txt_box01 .txt_box02 {
  display: block;
  width: 490px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  background-image: url(../images/shop/kakko_l_pc.svg), url(../images/shop/kakko_r_pc.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  background-position: left center, right center;
}
@media screen and (max-width: 1030px) {
  .request_box .btn01 a .txt_box01 .txt_box02 {
    width: 47.6vw;
    margin-top: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .request_box .btn01 a .txt_box01 .txt_box02 {
    width: 69.3vw;
    margin-top: 2.2vw;
    background-image: url(../images/shop/kakko_l_sp.svg), url(../images/shop/kakko_r_sp.svg);
    padding: 1.2vw 0;
  }
}
.request_box .btn01 a .txt_box01 .txt_box02 .txt02 {
  display: block;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .request_box .btn01 a .txt_box01 .txt_box02 .txt02 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .request_box .btn01 a .txt_box01 .txt_box02 .txt02 {
    font-size: 3.1vw;
    line-height: 1.5em;
  }
}
.request_box .btn01 a .txt_box01 .txt_box02 .txt02 strong {
  font-weight: bold;
}
.request_box .btn01 a .txt_box01 .arrow {
  position: absolute;
  width: 70px;
  left: 50%;
  bottom: -12%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 1030px) {
  .request_box .btn01 a .txt_box01 .arrow {
    width: 6.8vw;
  }
}
@media screen and (max-width: 768px) {
  .request_box .btn01 a .txt_box01 .arrow {
    width: 10.3vw;
    bottom: -8%;
  }
}
.request_box .btn01 a .txt03 {
  display: block;
  font-size: 42px;
  line-height: 1.4em;
  font-weight: 900;
  text-align: center;
  color: #FFF100;
  margin-top: 40px;
}
@media screen and (max-width: 1030px) {
  .request_box .btn01 a .txt03 {
    font-size: 4.1vw;
    margin-top: 3.9vw;
  }
}
@media screen and (max-width: 768px) {
  .request_box .btn01 a .txt03 {
    font-size: 7.2vw;
    line-height: 1.3em;
    margin-top: 7.5vw;
  }
}
.request_box .btn01 a .txt04 {
  display: block;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-top: 23px;
}
@media screen and (max-width: 1030px) {
  .request_box .btn01 a .txt04 {
    font-size: 2.5vw;
    margin-top: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  .request_box .btn01 a .txt04 {
    font-size: 5.3vw;
    line-height: 1.3em;
    margin-top: 4.7vw;
  }
}

/*--- バナー一覧 ---*/
.top_ban_box {
  padding-top: 0 !important;
}
.top_ban_box .menu_list li a.shop, .top_ban_box .menu_list li a:hover {
  color: #FFF;
  background-color: #6fb92c;
}

.bottom {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1030px) {
  .bottom {
    padding-top: 4.9vw;
    padding-bottom: 9.7vw;
  }
}
@media screen and (max-width: 768px) {
  .bottom {
    padding-top: 10.4vw;
    padding-bottom: 10.4vw;
  }
}
.bottom .txt01 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .bottom .txt01 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .bottom .txt01 {
    font-size: 4vw;
  }
}
.bottom .txt02 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .bottom .txt02 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .bottom .txt02 {
    font-size: 4vw;
  }
}
.bottom .txt02 a {
  color: #00a0e9;
  text-decoration: underline;
}/*# sourceMappingURL=style_shop.css.map */