.mv-area {
  position: relative;
  background: #000;
  padding: 5px 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.mv-area .mv-area__inner {
  position: relative;
  padding: 10px 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: -moz-calc(100vh - 50px);
  height: -webkit-calc(100vh - 50px);
  height: calc(100vh - 50px);
}
@media print, screen and (orientation: portrait) and (max-width: 567px) {
  .mv-area .mv-area__inner {
    height: 265px;
    height: 70.5vw;
  }
}

@media print, screen and (min-width: 568px) {
  .mv-area .mv-area__inner {
    height: 35vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv-area .mv-area__inner {
    max-height: 465px;
  }
}
.mv-area .mv-area__inner::before, .mv-area .mv-area__inner::after {
  display: block;
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  background: #fff;
  z-index: 30;
}
.mv-area .mv-area__inner::before {
  top: 0;
}
.mv-area .mv-area__inner::after {
  bottom: 0;
}
.mv-area .slick-list.draggable {
  opacity: 1 !important;
}
.mv-area__slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.mv-area__slider > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.mv-area__slider .slick-track {
  height: 100%;
}
.mv-area__slider-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-position: center center;
  background-size: cover;
}
.mv-area__slider-img span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
@media print, screen and (min-width: 568px) {
  .mv-area__slider-img span {
    display: none !important;
  }
}
.mv-area .slick-dots {
  position: absolute !important;
  z-index: 5;
  text-align: center;
  display: none !important;
}
@media print, screen and (min-width: 768px) {
  .mv-area .slick-dots {
    display: block !important;
    bottom: 30px;
  }
}
.mv-area .slick-dots li {
  margin: 0 10px;
}
.mv-area .slick-dots li button:before {
  border-radius: 0;
  background: transparent;
  border: #ffffff solid 1px;
  opacity: 1;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  top: 50%;
}
.mv-area .slick-dots li.slick-active button:before {
  background: #ffffff;
}

.p-ships-top .recommendation-area__body {
  padding: 0 17.5px 50px !important;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .recommendation-area__body {
    padding: 0 40px 60px !important;
  }
}
.p-ships-top .recommendation-area__list img {
  object-fit: cover;
  height: 240px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .recommendation-area__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    /* Safari */
    align-content: stretch;
  }
  .p-ships-top .recommendation-area__list::after {
    display: block;
    content: '';
    width: 31%;
  }
  .p-ships-top .recommendation-area__list figure {
    text-align: center;
  }
  .p-ships-top .recommendation-area__list img {
    height: 240px;
    width: auto;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .recommendation-area__list > div {
    margin-top: 40px;
    width: 31%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .recommendation-area__list > div:nth-child(1), .p-ships-top .recommendation-area__list > div:nth-child(2), .p-ships-top .recommendation-area__list > div:nth-child(3) {
    margin-top: 0;
  }
}
.p-ships-top .recommendation-area .slider-arrow {
  top: 33vw;
}
.p-ships-top .recommendation-area__list__box {
  text-align: left;
}
.p-ships-top .recommendation-area__list__item-ttl {
  margin-top: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #a98d4a;
  text-align: left;
}
.p-ships-top .recommendation-area__list__item-ttl .course_ttl {
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .recommendation-area__list__item-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-ships-top .recommendation-area__list__item-ttl .course_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-ships-top .recommendation-area__list__item-ttl .price {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-ships-top .recommendation-area__list__item-ttl a {
  color: #a98d4a !important;
  text-decoration: none !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.p-ships-top .recommendation-area__list__item-ttl a:hover {
  opacity: 0.6;
}
.p-ships-top .recommendation-area__list__item-txt {
  margin-top: 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.0375em;
  line-height: 1.5;
  color: #454851;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .recommendation-area__list__item-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-ships-top .concept-area__body {
  text-align: left;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .concept-area__body {
    padding-bottom: 60px;
  }
}
.p-ships-top .concept-area__body section + section {
  margin-top: 5em;
}
.p-ships-top .concept-area .concept-about__item-txt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.0375em;
  line-height: 2;
  text-align: justify;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .concept-area .concept-about__item-txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-ships-top .concept-area .fascinating__block {
  background: #fff;
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .concept-area .fascinating__block {
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    /* Safari */
    align-content: stretch;
    width: 98%;
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .concept-area .fascinating__block {
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .concept-area .fascinating__block:nth-child(odd) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .concept-area .fascinating__block:nth-child(odd) .fascinating__block__fig-area img {
    -moz-transform: translate(15px, -5%);
    -o-transform: translate(15px, -5%);
    -ms-transform: translate(15px, -5%);
    -webkit-transform: translate(15px, -5%);
    transform: translate(15px, -5%);
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .concept-area .fascinating__block:nth-child(odd) .fascinating__block__fig-area img {
    -moz-transform: translate(30px, -5%);
    -o-transform: translate(30px, -5%);
    -ms-transform: translate(30px, -5%);
    -webkit-transform: translate(30px, -5%);
    transform: translate(30px, -5%);
  }
}
.p-ships-top .concept-area .fascinating__block + .fascinating__block {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .concept-area .fascinating__block + .fascinating__block {
    margin-top: 60px;
  }
}
.p-ships-top .concept-area .fascinating__block .fascinating__block__fig-area {
  position: relative;
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .concept-area .fascinating__block .fascinating__block__fig-area {
    width: 48%;
  }
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .concept-area .fascinating__block .fascinating__block__fig-area img {
    -moz-transform: translate(-15px, -5%);
    -o-transform: translate(-15px, -5%);
    -ms-transform: translate(-15px, -5%);
    -webkit-transform: translate(-15px, -5%);
    transform: translate(-15px, -5%);
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .concept-area .fascinating__block .fascinating__block__fig-area img {
    -moz-transform: translate(-30px, -5%);
    -o-transform: translate(-30px, -5%);
    -ms-transform: translate(-30px, -5%);
    -webkit-transform: translate(-30px, -5%);
    transform: translate(-30px, -5%);
  }
}
.p-ships-top .concept-area .fascinating__block .fascinating__block__txt-area {
  padding: 17.5px;
  text-align: justify;
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .concept-area .fascinating__block .fascinating__block__txt-area {
    width: 52%;
    padding: 4%;
  }
}
.p-ships-top .concept-area .fascinating__block .fascinating__item-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.0375em;
  line-height: 1.4;
  color: #a98d4a;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .concept-area .fascinating__block .fascinating__item-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.p-ships-top .concept-area .fascinating__block .fascinating__item-txt {
  margin-top: 1em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.0375em;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .concept-area .fascinating__block .fascinating__item-txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-ships-top .concept-area .fascinating__block .fascinating__item-txt:first-child {
  margin-top: 0;
}
.p-ships-top .concept-dine {
  position: relative;
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .dine-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    /* Safari */
    align-content: stretch;
  }
}
.p-ships-top .dine-block__box {
  margin-top: 15px;
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .dine-block__box {
    margin-top: 40px;
    width: 48%;
  }
}
.p-ships-top .dine-block__box:nth-child(1) {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .dine-block__box:nth-child(1) {
    width: 100%;
  }
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .dine-block__box:nth-child(1) .dine-block__item-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 3%;
    -moz-text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0px 1px 6px rgba(0, 0, 0, 0.3), 0px 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0px 1px 6px rgba(0, 0, 0, 0.3), 0px 1px 4px rgba(0, 0, 0, 0.3);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0px 1px 6px rgba(0, 0, 0, 0.3), 0px 1px 4px rgba(0, 0, 0, 0.3);
  }
}
.p-ships-top .dine-block__box:nth-child(1) .dine-block__item-fig {
  position: relative;
}
.p-ships-top .dine-block__box:nth-child(1) .dine-block__item-fig::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}
.p-ships-top .dine-block__box figure {
  position: relative;
}
.p-ships-top .dine-block__box img {
  width: 100%;
  height: auto;
}
.p-ships-top .dine-block__box .dine-block__item-txt {
  margin-top: 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.0375em;
  line-height: 2;
  color: #454851;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .dine-block__box .dine-block__item-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
.p-ships-top .concept-life {
  margin-top: 20px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .concept-life {
    margin-top: 60px;
  }
}
.p-ships-top .concept-life__btn-wrap {
  border: #a98d4a solid 2px;
  background: #fff;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .concept-life__btn-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    /* Safari */
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    /* Safari */
    align-content: stretch;
  }
}
.p-ships-top .concept-life__btn-wrap__fig-area {
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .concept-life__btn-wrap__fig-area {
    width: 415px;
  }
}
.p-ships-top .concept-life__btn-wrap__fig-area img {
  max-width: none;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .concept-life__btn-wrap__fig-area img {
    opacity: 0;
  }
}
.p-ships-top .concept-life__btn-wrap__txt-area {
  padding: 17.5px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .concept-life__btn-wrap__txt-area {
    -webkit-flex: 1;
    flex: 1;
    padding: 40px;
  }
}
.p-ships-top .concept-life__btn-wrap__item-txt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.0375em;
  line-height: 2;
  text-align: justify;
  color: #454851;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .concept-life__btn-wrap__item-txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-ships-top .concept-life__btn-wrap__item-txt strong {
  display: inline-block;
  padding-top: 0.5em;
}
.p-ships-top .concept-life__btn-wrap .cmn__btn-type02 {
  margin: 1em auto;
  max-width: 240px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .concept-life__btn-wrap .cmn__btn-type02 {
    margin: 1.5em 0 0 auto;
  }
}
.p-ships-top .concept-life__btn-wrap .cmn__btn-type02--large > span {
  font-size: 12px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .concept-life__btn-wrap .cmn__btn-type02--large > span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-ships-top .others-area {
  padding: 35px 0;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .others-area {
    padding: 40px 0;
  }
}
.p-ships-top .others-area__slider-wrap {
  padding: 0 0 30px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .others-area__slider-wrap {
    width: -moz-calc(100% + 40px);
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.p-ships-top .others-area__list-pdf {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  /* Safari */
  align-content: stretch;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .others-area__list-pdf {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .others-area__list-pdf::before, .p-ships-top .others-area__list-pdf::after {
    content: '';
    display: block;
    width: 23%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .others-area__list-pdf::before {
    order: 1;
  }
}
.p-ships-top .others-area__list-pdf > li {
  margin-top: 10px;
  width: 48%;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .others-area__list-pdf > li {
    margin-top: 0;
    width: 23%;
  }
}
.p-ships-top .others-area__btn-more-area {
  width: -moz-calc(100% + 40px);
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  margin-left: -20px;
}
.p-ships-top .others-area__btn-more-area > div {
  padding: 0 10px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .others-area__btn-more-area > div {
    padding: 0 20px;
  }
}
.p-ships-top .others-area__btn-more-area a {
  margin: 0 auto;
  max-width: 320px;
  width: 50%;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .others-area__btn-more-area a {
    max-width: 414px;
    width: 30%;
  }
}
.p-ships-top .others-video__slider-video {
  max-width: 414px;
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .others-video__slider__box {
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .others-video__slider__box {
    padding: 0 20px;
  }
}
.p-ships-top .others-video__item-txt {
  margin-top: 0.5em;
  display: block;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.0375em;
  line-height: 2;
  text-align: justify;
  color: #a98d4a;
}
.p-ships-top .others-video .slider-arrow {
  top: 100px;
  top: 30vw !important;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .others-video .slider-arrow {
    top: 110px !important;
  }
}
.p-ships-top .others-pamphlet {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .others-pamphlet {
    margin-top: 60px;
  }
}
.p-ships-top .others-pamphlet__slider-pamphlet {
  max-width: 414px;
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .others-pamphlet__slider__box {
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .others-pamphlet__slider__box {
    padding: 0 20px;
  }
}
.p-ships-top .others-pamphlet__slider__box figure > div {
  border: #a98d4a solid 2px;
  background: #f7f7f7;
  text-align: center;
  padding: 10px;
}
.p-ships-top .others-pamphlet__slider__box img {
  margin: 0 auto;
  width: auto;
  height: 200px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .others-pamphlet__slider__box img {
    height: 218px;
  }
}
.p-ships-top .others-pamphlet__slider__box a {
  display: block;
  text-decoration: none !important;
}
.p-ships-top .others-pamphlet__item-txt {
  margin-top: 0.5em;
  display: block;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.0375em;
  line-height: 1.5;
  color: #a98d4a;
}
.p-ships-top .others-pamphlet .slider-arrow {
  top: 100px;
  top: 30vw !important;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .others-pamphlet .slider-arrow {
    top: 120px !important;
  }
}
.p-ships-top .others-pamphlet .others-area__list-pdf .cmn__btn-type02--pdf > span {
  font-size: 12px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .others-pamphlet .others-area__list-pdf .cmn__btn-type02--pdf > span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-ships-top .video-area .cmn__inner-type01,
.p-ships-top .pamphlet-area .cmn__inner-type01 {
  padding-top: 0;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .video-area .cmn__inner-type01,
  .p-ships-top .pamphlet-area .cmn__inner-type01 {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.p-ships-top .video-area + .calendar-area {
  margin-top: 0 !important;
}
.p-ships-top .video-area + .calendar-area .calendar-area__calendar-wrap {
  padding: 0 17.5px 0;
  background: #f7f7f7;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .video-area + .calendar-area .calendar-area__calendar-wrap {
    background: #fff;
  }
}
.p-ships-top .video-area + .calendar-area .calendar-search {
  padding-top: 17.5px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .video-area + .calendar-area .calendar-search {
    padding-top: 30px;
  }
}
.p-ships-top .video-area + .calendar-area #error_msg {
  background: transparent;
}
.p-ships-top .pamphlet-area + .calendar-area {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .pamphlet-area + .calendar-area .calendar-area__calendar-wrap {
    padding: 0;
  }
}
.p-ships-top .pamphlet-area + .calendar-area .calendar-search {
  padding-top: 0;
}
.p-ships-top .pamphlet-area + .calendar-area #error_msg {
  background: transparent;
}
.p-ships-top .introduction-area__body {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .introduction-area__body {
    padding-bottom: 60px;
  }
}
.p-ships-top .introduction-area__list {
  margin-top: 2em;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.0375em;
  line-height: 1.5;
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .introduction-area__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    /* Safari */
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    /* Safari */
    align-content: stretch;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.07em;
  }
  .p-ships-top .introduction-area__list::after {
    display: block;
    content: '';
    width: 31%;
  }
}
.p-ships-top .introduction-area__list + .cmn__item-ttl03 {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: #ddd solid 1px;
}
.p-ships-top .introduction-area__list li {
  margin-top: 1.5em;
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .introduction-area__list li {
    width: 48%;
    padding-right: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .introduction-area__list li {
    width: 33%;
    padding-right: 2em;
  }
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .introduction-area__list li:nth-child(1),
  .p-ships-top .introduction-area__list li:nth-child(2),
  .p-ships-top .introduction-area__list li:nth-child(3) {
    margin-top: 0;
  }
}
.p-ships-top .introduction-area__list a {
  display: block;
  text-decoration: underline;
  color: #a98d4a !important;
  padding: 0.5em 0.5em;
}
.p-ships-top .introduction-area__list a:hover {
  color: #666 !important;
}
.p-ships-top .calendar-area__body {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .calendar-area__body {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .calendar-area__table-wrap {
    padding: 0 20px;
  }
}
.p-ships-top .calendar-area__table {
  margin-top: 0;
}
.p-ships-top .calendar-area__table thead th:nth-child(1) {
  width: 15%;
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .calendar-area__table thead th:nth-child(1) {
    width: 15%;
  }
}
.p-ships-top .calendar-area__table thead th:nth-child(2) {
  width: 15%;
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .calendar-area__table thead th:nth-child(2) {
    width: 15%;
  }
}
.p-ships-top .calendar-area__table thead th:nth-child(3) {
  width: 30%;
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .calendar-area__table thead th:nth-child(3) {
    width: 30%;
  }
}
.p-ships-top .calendar-area__table thead th:nth-child(4) {
  width: 5%;
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .calendar-area__table thead th:nth-child(4) {
    width: 5%;
  }
}
.p-ships-top .calendar-area__table thead th:nth-child(5) {
  width: 20%;
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .calendar-area__table thead th:nth-child(5) {
    width: 20%;
  }
}
.p-ships-top .calendar-area__table thead th:nth-child(6) {
  width: 15%;
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .calendar-area__table thead th:nth-child(6) {
    width: 15%;
  }
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .calendar-area__table thead br {
    display: none;
  }
}
.p-ships-top .calendar-area__table th,
.p-ships-top .calendar-area__table td {
  font-size: 11px;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .calendar-area__table th,
  .p-ships-top .calendar-area__table td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-ships-top .calendar-area__table tbody tr td:nth-child(3) {
  text-align: left;
}
@media print, screen and (min-width: 568px) {
  .p-ships-top .calendar-area__table tbody br {
    display: none;
  }
}
.p-ships-top .calendar-area .calendar-search {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .calendar-area .calendar-search {
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-top .feature-slider .slick-dots {
    display: block !important;
  }
}

/*# sourceMappingURL=ships.css.map */
