@charset "utf-8";

@-webkit-keyframes bgAnima {
  from {
  background-position:0 0;
  }
  to {
    background-position: -6000px 0;
  }
}
  @-ms-keyframes bgAnima {
  from {
  background-position:0 0;
  }
  to {
    background-position: -6000px 0;
  }
}
  @-moz-keyframes bgAnima {
  from {
  background-position:0 0;
  }
  to {
    background-position: -6000px 0;
  }
}

.sectionMV {
  background: url('../images/mv.jpg') repeat-x 0% center;
  background-size: auto 100%;
  animation: bgAnima 180s linear infinite;
	-webkit-animation: bgAnima 180s linear infinite;
	-ms-animation: bgAnima 180s linear infinite;
  -moz-animation: bgAnima 180s linear infinite;
  padding: 50px 0;
}
.sectionMV_Logo {
  text-align: center;
  margin-left: -25px;
}


.sectionDes {
  background: #F5F7F8;
  padding: 50px 0;
}
.sectionDes h2 {
  font-size: 2.2rem;
  margin: 0;
}

.sectionFind select {
  border-color: #035D8A;
  color: #01325B;
  font-size: 1.4rem;
  line-height: 58px;
  height: 60px;
  width: 100%;
  margin-bottom: 20px;
}
.sectionFind_Map {
  text-align: center;
}



.sectionConditions {
  background: #F5F7F8;
}
.sectionConditions_List img {
  display: block;
  width: 200px;
  margin: 0 auto 20px;
}
.sectionConditions .note {
  margin-top: 40px;
}
.sectionItems {
  padding-bottom: 0;
}
.sectionItems_List {
  margin-top: 40px;
}
.sectionItems_ListItem {
  margin-bottom: 20px;
}

.modaal-wrapper .slick-slide p {
  display: none!important;
}


@media screen and (min-width: 569px) {
  .sectionDes h2::after {
    display: none;
  }

  .sectionFind .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sectionFind_Map {
    flex-basis: 427px;
    max-width: 427px;
    width: 427px;
  }
  .sectionFind_Btns {
    flex-basis: 473px;
    max-width: 473px;
    width: 473px;
  }
  .sectionFind_List {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sectionFind_ListItem {
    flex-basis: 230px;
    max-width: 230px;
    width: 230px;
    margin-bottom: 20px;
  }

  .sectionConditions_List {
    display: flex;
    justify-content: space-between;
  }
  .sectionConditions_ListItem {
    flex-basis: 286px;
    max-width: 286px;
    width: 286px;
  }
  .sectionConditions_List img {
    width: auto;
  }
  .sectionConditions_ListItem p {
    font-size: 1.6rem;
    margin: 0 20px;
  }


  .sectionItems {
    padding-bottom: 80px;
  }
  .sectionItems_List {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

  }

  .sectionItems_ListItem {
    flex-basis: 470px;
    max-width: 470px;
    width: 470px;
  }
}
