@charset "UTF-8";
.sp {
  display: none !important;
}

@media screen and (max-width: 659px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}

@media screen and (max-width: 659px) {
  .pc {
    display: none !important;
  }
}

.slide-chi {
  width: 100% !important;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block !important;
}

@media screen and (max-width: 659px) {
  .slide-chi {
    height: 70vh;
    margin: 7.5vh auto 5vh;
    margin: 0;
    height: 100vh;
  }
}

#how, #price, #spot, #member, #access {
  margin-top: -100px;
  padding-top: 100px;
}

.chi01 {
  background-image: url(../img/slide_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.chi02 {
  background-image: url(../img/slide_02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.chi03 {
  background-image: url(../img/slide_03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.link-btn01 {
  width: 100%;
  background-color: #F9DA49;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 15px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
}

@media screen and (max-width: 659px) {
  .link-btn01 {
    width: 100%;
  }
}

.link-btn01::before {
  content: "";
  background-image: url(../img/rink_ill01.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 17px;
  width: 25px;
  height: 55px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}



.link-btn01::after {
  content: "";
  background-image: url(../img/rink_ill01.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 17px;
  width: 25px;
  height: 55px;
}

.link-btn02 {
  width: 100%;
  background-color: #F9DA49;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 15px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
}

@media screen and (max-width: 659px) {
  .link-btn02 {
    width: 100%;
  }
}

.link-btn02::before {
  content: "";
  background-image: url(../img/rink_ill02.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 17px;
  width: 25px;
  height: 55px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-btn02::after {
  content: "";
  background-image: url(../img/rink_ill02.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 17px;
  width: 25px;
  height: 55px;
}

.link-btn03 {
  width: 100%;
  background-color: #E4007F;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 15px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 659px) {
  .link-btn03 {
    width: 100%;
  }
}

.link-btn03::before {
  content: "";
  background-image: url(../img/footer_link01.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 17px;
  width: 45px;
  height: 45px;
}

.link-btn03::after {
  content: "";
  background-image: url(../img/footer_link02.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 17px;
  width: 40px;
  height: 53px;
}

h2 {
  font-size: 30px;
  color: #fff;
  line-height: 60px;
  margin-bottom: 50px;
}

@media screen and (max-width: 659px) {
  h2 {
    font-size: 22px;
  }
}

#top::after {
  content: "";
  background-image: url(../img/bg.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}

header {
  height: 70px;
  background-color: rgba(74, 28, 1, 1);
  position: fixed;
  z-index: 100;
  width: 100%;
}

header .page-logo {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 190px;
}

.fat-nav.active {
  background-color: #000 !important;
  width: 20% !important;
  padding-left: 20px !important;
}

@media screen and (max-width: 659px) {
  .fat-nav.active {
    width: 70% !important;
  }
}

.fat-nav.active .fat-nav__wrapper ul li {
  text-align: left;
}

.fat-nav.active .fat-nav__wrapper ul li a {
  color: #fff !important;
  font-size: 14px !important;
}

.hamburger {
  width: 25px;
}

@media screen and (max-width: 659px) {
  .hamburger {
    right: 0px !important;
  }
}

.hamburger .hamburger__icon {
  background-color: #fff;
  height: 1px;
  width: 25px;
}

.hamburger .hamburger__icon::before {
  top: -9px;
  background-color: #fff;
  height: 1px;
  width: 25px;
}

.hamburger .hamburger__icon::after {
  top: 9px;
  background-color: #fff;
  height: 1px;
  width: 25px;
}

.hamburger.active .hamburger__icon::after {
  background-color: #fff !important;
  -webkit-transform: translateY(-9px) rotate(-45deg) !important;
          transform: translateY(-9px) rotate(-45deg) !important;
}

.hamburger.active .hamburger__icon::before {
  background-color: #fff !important;
  -webkit-transform: translateY(9px) rotate(45deg) !important;
          transform: translateY(9px) rotate(45deg) !important;
}

.first-area {
  position: relative;
}

.first-area .first-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  letter-spacing: .08em;
	 font-size: 140%;
font-family: source-han-sans-japanese, sans-serif;
font-weight: 500;
font-style: normal;
}

@media screen and (max-width: 659px) {
  .first-area .first-txt {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 100%;
  }
}

.first-area .slider::after {
  content: "";
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

.concept-area {
  padding: 300px 0;
}

@media screen and (max-width: 659px) {
  .concept-area {
    padding: 200px 0;
  }
}

.concept-area .concept-txt {
  font-size: 22px;
  color: #fff;
}

@media screen and (max-width: 659px) {
  .concept-area .concept-txt {
    font-size: 16px;
  }
}

.worries-area .worries-txt {
  font-size: 30px;
  color: #fff;
  line-height: 60px;
  margin-bottom: 50px;
}

.worries-area .worries-wrap .worries-chi {
  border: solid 4px #fff;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 10px;
  border-radius: 20px;
  margin-bottom: 40px;
  width: 45%;
  position: relative;
}

@media screen and (max-width: 659px) {
  .worries-area .worries-wrap .worries-chi {
    width: 100%;
    border: solid 10px #fff;
  }
}

.worries-area .worries-wrap .worries-chi .worries-chi_txt {
  font-size: 16px;
  position: relative;
  margin-left: 20px;
}

@media screen and (max-width: 659px) {
  .worries-area .worries-wrap .worries-chi .worries-chi_txt {
    font-size: 22px;
  }
}

.worries-area .worries-wrap .worries-chi:nth-child(2n) {
  margin-left: auto;
}

.worries-area .worries-wrap .worries-chi:nth-child(1)::after {
  content: "";
  background-image: url(../img/worries01.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90px;
  height: 52px;
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 16px;
}

.worries-area .worries-wrap .worries-chi:nth-child(2)::after {
  content: "";
  background-image: url(../img/worries02.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90px;
  height: 52px;
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 16px;
}

.worries-area .worries-wrap .worries-chi:nth-child(3)::after {
  content: "";
  background-image: url(../img/worries03.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90px;
  height: 52px;
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 16px;
}

.worries-area .worries-wrap .worries-chi:nth-child(4)::after {
  content: "";
  background-image: url(../img/worries04.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90px;
  height: 52px;
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 16px;
}

.worries-area .worries-wrap .worries-chi:nth-child(5)::after {
  content: "";
  background-image: url(../img/worries05.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90px;
  height: 52px;
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 16px;
}

.worries-area .worries-wrap .worries-chi:nth-child(6)::after {
  content: "";
  background-image: url(../img/worries06.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90px;
  height: 52px;
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 16px;
}

.spot-area {
  background-image: url(../img/bg02.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 100px 0;
}

.spot-area .spot-wrap .spot-chi {
  margin-bottom: 80px;
}

.spot-area .spot-wrap .spot-chi .spot-chi_left {
  position: relative;
}

@media screen and (max-width: 659px) {
  .spot-area .spot-wrap .spot-chi .spot-chi_right {
    margin-top: 80px;
  }
}

.spot-area .spot-wrap .spot-chi .spot-chi_right .spot-chi_title {
  color: #F9DA49;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 20px;
}

.spot-area .spot-wrap .spot-chi .spot-chi_right .spot-chi_txt {
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 659px) {
  .spot-area .spot-wrap .spot-chi .spot-chi_right .spot-chi_txt {
    font-size: 14px;
  }
}

.spot-area .other-area .other-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 659px) {
  .spot-area .other-area .other-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.spot-area .other-area .other-wrap .other-chi {
    margin-right: 30px;
    width: 200px;
}


@media screen and (max-width: 659px) {
  .spot-area .other-area .other-wrap .other-chi {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 659px) {
  .spot-area .other-area .other-wrap .other-chi:nth-child(2n) {
    width: 45%;
    margin-right: 0;
  }
}

.price-area {
  margin: 0 auto;
  margin-bottom: 150px;
  width: 90%;
}

.price-area .price-wrap {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
    max-width: 1000px;
}

@media screen and (max-width: 659px) {
  .price-area .price-wrap {
    display: block !important;
    width: 100%;
  }
}

.price-area .price-wrap .price-chi {
    width: 45%;
    background-color: #fff;
    padding-top: 40px;
    margin-bottom: 50px;
    margin-right: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 659px) {
  .price-area .price-wrap .price-chi {
    width: 100%;
  }
}

.price-area .price-wrap .price-chi .price-chi_title {
  text-align: center;
  background-color: #F9DA49;
  font-size: 26px;
  font-weight: 600;
  padding: 20px;
  border-radius: 15px;
  margin: 0 20px 40px;
}

@media screen and (max-width: 659px) {
  .price-area .price-wrap .price-chi .price-chi_title {
    font-size: 20px;
  }
}

.price-area .price-wrap .price-chi .price-chi_subtitle {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 10px;
  border-bottom: solid 1px;
  margin: 0px 20px 10px;
}

.price-area .price-wrap .price-chi .price-chi_subtitle .subtitle_txt {
  display: block;
  font-size: 28px;
  color: #7EB500;
}

.price-area .price-wrap .price-chi .price-chi_txt {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.price-area .price-wrap .price-chi .price-chisubtxt {
  text-align: center;
  display: block;
  margin-top: 10px;
}

.price-area .price-wrap .price-chi .price-chi_hitokoto {
  text-align: center;
  font-weight: 600;
  background-color: #F9DA49;
  margin-top: 55px;
  margin-bottom: 0;
  padding: 15px;
  padding-top: 55px;
  position: relative;
}

.price-area .price-wrap .price-chi .price-chi_hitokoto::after {
  content: "";
  background-image: url(../img/worries_ill.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 44px;
  height: 41px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.price-area .price-wrap .price-chi:nth-child(2n) {
  margin-right: 0;
}

.price-area .pricelist-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}

.price-area .pricelist-wrap .pricelist-chi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 659px) {
  .price-area .pricelist-wrap .pricelist-chi {
    display: block;
    margin-bottom: 30px;
  }
}

.price-area .pricelist-wrap .pricelist-chi .list-title {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FCFFAA;
  font-size: 18px;
  font-weight: 600;
  padding: 0 30px;
  margin: 2px;
  width: 25%;
}

@media screen and (max-width: 659px) {
  .price-area .pricelist-wrap .pricelist-chi .list-title {
    width: 100%;
  }
}

.price-area .pricelist-wrap .pricelist-chi .pricelist-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
}

@media screen and (max-width: 659px) {
  .price-area .pricelist-wrap .pricelist-chi .pricelist-flex {
    width: 100%;
  }
}

.price-area .pricelist-wrap .pricelist-chi .pricelist-flex .list-price {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 0 30px;
  margin: 2px;
  color: #7EB500;
  width: 50%;
}

@media screen and (max-width: 659px) {
  .price-area .pricelist-wrap .pricelist-chi .pricelist-flex .list-price {
    padding: 0;
  }
}

.price-area .pricelist-wrap .pricelist-chi .pricelist-flex .list-time {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  padding: 0 30px;
  margin: 2px;
  width: 50%;
}

@media screen and (max-width: 659px) {
  .price-area .pricelist-wrap .pricelist-chi .pricelist-flex .list-time {
    padding: 0;
  }
}

.price-area .pricelist-wrap .pricelist-chi .list-remarks {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  padding: 0 30px;
  margin: 2px;
  line-height: 22px;
  width: 40%;
}

@media screen and (max-width: 659px) {
  .price-area .pricelist-wrap .pricelist-chi .list-remarks {
    width: 100%;
    padding: 0;
    font-size: 14px;
  }
}

.price-area .pricelist-wrap .outline {
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
  text-align: right;
  margin-bottom: 80px;
}

@media screen and (max-width: 659px) {
  .price-area .pricelist-wrap .outline {
    font-size: 14px;
    text-align: left;
  }
}

.ex-area {
  width: 100%;
  background-image: url(../img/bg03.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ex-area .ex-title {
  margin-bottom: 0;
}

.ex-area .ex-subtxt {
  color: #fff;
  margin-bottom: 20px;
}

.ex-area .ex-wrap {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 659px) {
  .ex-area .ex-wrap {
    width: 90%;
  }
}

.ex-area .ex-wrap .ex-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 659px) {
  .ex-area .ex-wrap .ex-flex {
    display: block;
    margin-bottom: 10px;
  }
}

 .ex-flex_chi_btn01 {
  background-color: #fff;
  padding: 20px 30px;
  font-size: 18px;
  text-align: center;
  display: block;
  line-height: 40px;
}

@media screen and (max-width: 659px) {
 .ex-flex_chi_btn01 {
    margin-bottom: 20px;
  }
}

.ex-flex_chi_btn01 .btn01_subtxt {
  display: block;
  color: #7EB500;
  font-size: 36px;
}

.ex-flex_chi_btn02 {
  background-color: #fff;
  padding: 20px 30px;
  font-size: 18px;
  text-align: center;
  display: block;
  line-height: 40px;
}

@media screen and (max-width: 659px) {
.ex-flex_chi_btn02 {
    font-size: 16px;
  }
}

.ex-flex_chi_btn02 .btn02_subtxt {
  display: block;
  font-size: 20px;
  font-weight: 600;
}

.ex-flex_chi_btn02 .btn02_subsubtxt {
  color: #7EB500;
  font-size: 32px;
}

.ex-area .ex-wrap .ex-outline {
  font-size: 18px;
  color: #fff;
  text-align: right;
  margin-bottom: 10px;
}

@media screen and (max-width: 659px) {
  .ex-area .ex-wrap .ex-outline {
    font-size: 14px;
    text-align: left;
  }
}

.ex-area .ex-wrap .bunner-area img {
  width: 100%;
}

 .bunner-outline {
    font-size: 18px;
    color: #fff;
    text-align: right;
    margin-bottom: 10px;
    line-height: 18pt;
}

@media screen and (max-width: 659px) {
 .bunner-outline {
    text-align: left;
    font-size: 14px;
  }
}

.ex-area .ex-wrap .linkbtn-flex_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

@media screen and (max-width: 659px) {
  .ex-area .ex-wrap .linkbtn-flex_area {
    display: block;
    text-align: center;
  }
}

.ex-area .ex-wrap .linkbtn-flex_area .link-btn01 {
  width: 360px;
  margin-left: 0;
}

@media screen and (max-width: 659px) {
  .ex-area .ex-wrap .linkbtn-flex_area .link-btn01 {
    margin-bottom: 10px;
  }
}

.ex-area .ex-wrap .linkbtn-flex_area .link-btn02 {
  width: 360px;
  margin-right: 0;
}

@media screen and (max-width: 659px) {
  .ex-area .ex-wrap .linkbtn-flex_area .link-btn02 {
    margin-bottom: 10px;
  }
}

.access-area {
    text-align: center;
    margin: 0 auto;
}

.access-area .map {
  margin-bottom: 40px;
}

@media screen and (max-width: 659px) {
  .access-area .map {
    width: 100%;
  }
}

.access-area .map iframe {
  height: 330px;
  width: 100%;
}

.access-area .logo {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    max-width: 500px;
}

.access-area .access-txt {
  color: #fff;
  margin-bottom: 40px;
}

.access-area .access-btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 659px) {
  .access-area .access-btn_flex {
    display: block;
  }
}

.access-area .access-btn_flex .link-btn01 {
  width: 30%;
}

@media screen and (max-width: 659px) {
  .access-area .access-btn_flex .link-btn01 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.access-area .access-btn_flex .link-btn02 {
  width: 30%;
}

@media screen and (max-width: 659px) {
  .access-area .access-btn_flex .link-btn02 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.access-area .access-btn_flex .link-btn03 {
  width: 30%;
}

@media screen and (max-width: 659px) {
  .access-area .access-btn_flex .link-btn03 {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  left: -40px;
  bottom: -90px;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
	z-index:10;
}

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */
.fix_box {
    position: fixed;
    z-index: 10;
    bottom: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
}
@media screen and (max-width: 659px) {
.fix_box .link-btn01::after,.fix_box .link-btn01::before,.fix_box .link-btn02::after,.fix_box .link-btn02::before,.fix_box .link-btn03::after,.fix_box .link-btn03::before  {
  background-image: none;
}
	.fix_box .link-btn01,.fix_box .link-btn02  {
    border-right: 2px solid hsla(0,0%,100%,1.00);
}
		.fix_box .link-btn01,.fix_box .link-btn02,.fix_box .link-btn03  {
    font-size: 15px;
    line-height: 2em;
}
	.fix_box {
    bottom: 0px;
}
	.price-area .pricelist-wrap .pricelist-chi .pricelist-flex .list-time {
    margin-top: 2px;
    margin-right: 0px;
    margin-left: 2px;
    margin-bottom: 2px;
}
}
form {
    margin-left: auto;
    margin-right: auto;
    display: inherit;
}
footer {
    background-color: rgba(74, 28, 1, 1);
}
.text-black {
    color: #000000;
}
form select {
width: 80%!important;
}

.custom-radio .custom-control-label::before {
top: 0px;
}
.custom-checkbox .custom-control-label::before {
top: 0px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
top: 0px;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
top: 0px;
}