/* -------all------- */

.mv {
  background: url(/cruiselist/images/mv.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-top: 240px;
  position: relative;
}

/* slider */
.slick-slide {
  padding: 0 1.5em !important;
}

/* tab */

.tab {
  list-style: none;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.tab1,
.tab2,
.tab3,
.tab4,
.tab5 {
  width: 15.9%;
  color: #505050;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border-right: 1px solid #505050;
}

.tab5 {
  border-right: none;
  margin-right: 0;
}

.tab4,
.tab5 {
  margin-right: 0;
}

.tab_current {
  color: #3ac5ce;
  position: relative;
}

.content {
  list-style: none;
  overflow: hidden;
}

.content1,
.content2,
.content3,
.content4,
.content5 {
  visibility: hidden;
  height: 0px;
  background: #fff;
  width: 100%;
  overflow: hidden;
}

.content_current {
  display: block;
  visibility: visible;
  height: auto;
}

.tabArea {
  width: 100%;
  position: relative;
  z-index: 99;
  margin-bottom: 40px;
  background: #eee;
  padding: 16px;
  display: inline-block;
}

/*section01*/

#section01 {
  position: relative;
  background: linear-gradient(#fff, #ebf9fa);
  margin: 0 auto;
  text-align: center;
}

/*section02*/

#section02 {
  overflow-x: hidden;
}

#section02 h2.main_title span.title.img01 {
  width: 32px;
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
  margin-bottom: 5px !important;
}

.cruiseList .title {
  justify-content: center;
  display: flex;
}

.wrapper {
  display: inline-block;
  text-align: center;
}

.cruiseList .title h3 {
  font-size: 16px;
  margin-bottom: 18px;
  color: #3ac5ce;
  text-align: center;
  display: block;
  background: #edf8f8;
  padding: 5px;
  font-weight: bold;
}

.cruiseList .title h3:first-child {
  width: 84.5vw;
  margin-right: 40px;
}

.cruiseList .title h3:last-child {
  width: 26vw;
}

.cruiseList .content_current ul {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.cruiseList ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.cruiseList ul li:hover div {
  opacity: 0.7 !important;
}

.cruiseList ul li {
  position: relative;
  margin-right: 40px;
  -webkit-box-shadow: 0 0 10px 0 #e7e7e7;
  -moz-box-shadow: 0 0 10px 0 #e7e7e7;
  box-shadow: 0 0 10px 0 #e7e7e7;
  border-radius: 10px;
  letter-spacing: 0.15em;
  text-align: left !important;
  width: 23%;
  background: #fff;
  margin-bottom: 30px;
}

.cruiseList ul li .tag_title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 2px 10px;
  display: block;
  width: 100%;
  background: #3ac5ce;
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.cruiseList ul li .tag_title.charter {
  background: #e8ca3d;
}



.cruiseList .wrapper {
  margin-bottom: 40px;
  width: 100%;
}

.cruiseList ul {
  margin-bottom: 30px;
}

.cruiseList ul li:nth-child(4n),
.cruiseList ul li:last-child {
  margin-right: 0;
}

.cruiseList ul li .img {
  padding-top: 200px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #e7e7e7;
}

.cruiseList ul li .txtList {
  padding: 20px;
}

.cruiseList ul li .txtList .tag {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 2px 10px;
  border-radius: 50px;
  background: #505050;
  display: inline-block;
  margin-bottom: 15px;
}

.cruiseList ul li .txtList .tag.tag_col01 {
  background: #3ac5ce !important;
}

.cruiseList ul li .txtList .tag.tag_col02 {
  background: #3396d7 !important;
}

.cruiseList ul li .txtList .tag.tag_col03 {
  background: #fa8da4 !important;
}

.cruiseList ul li .txtList .tag.tag_col04 {
  background: #e8ca3d !important;
}


.cruiseList ul li .txtList .txt {
  font-size: 15px;
  font-weight: bold;
  color: #505050;
  padding-bottom: 15px;
  line-height: 24px;
  border-bottom: 1px solid #f2f2f2;

}

.cruiseList ul li .txtList .ymd {
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
  margin-top: 15px;
}

@media screen and (max-width: 1500px) {


  .tab1,
  .tab2,
  .tab3,
  .tab4,
  .tab5 {
    width: 20%;
  }

}

@media screen and (max-width: 1600px) {
  .scInrW {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }

  .cruiseList .content_current ul {
    justify-content: center;
  }

  .cruiseList ul li {
    width: 23%;
    margin-bottom: 50px;
    margin-right: 20px;
  }

  .cruiseList ul li:last-child {
    margin-right: 0;
  }

  .cruiseList ul li .img {
    padding-top: 154px;
  }


}


@media screen and (max-width: 1000px) {

  .cruiseList ul li {
    width: 40%;
    margin-bottom: 50px;
  }

  .cruiseList ul li:nth-child(even) {
    margin-right: 0;
  }

  .cruiseList ul li .img {
    padding-top: 223px;
  }

}



@media screen and (max-width: 1200px) {

  section {
    padding-left: 30px;
    padding-right: 30px;
  }

}


@media screen and (max-width: 720px) {


  /*section02*/

  .cruiseList ul {
    margin-bottom: 0;
    padding: 0 5px;
  }

  .cruiseList ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .cruiseList .wrapper {
    margin-bottom: 20px;
  }

  .tab1,
  .tab2,
  .tab3,
  .tab4,
  .tab5 {
    width: 50%;
    margin-bottom: 15px;
    border-right: none;
  }

  .tab3 {
    border-right: none;
  }

  .tab4,
  .tab5 {
    margin-bottom: 0;
  }

  /*all*/

  section {
    padding: 30px 20px;
  }

  h2.sub_title {
    font-size: 22px;
  }

  h2.sub_title span {
    width: 40px;
    padding: 10px 0 0;
  }

  h2.sub_main_title {
    font-size: 24px;
  }

  h3.txt {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .cruiseList ul li .img {
    padding-top: 186px;
  }
}

}
