@charset "UTF-8";
.cruise #mainImageWrap {
  position: relative;
  height: 530px; }
  .cruise #mainImageWrap .mainImageInner {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: auto;
    z-index: 2; }
  .cruise #mainImageWrap h1 {
    position: absolute;
    right: 50%;
    bottom: 50%;
    color: #fff;
    text-align: center;
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4); }
    .cruise #mainImageWrap h1 .jp {
      font-size: 60px;
      font-weight: bold;
      white-space: nowrap; }
    .cruise #mainImageWrap h1 .en {
      font-size: 20px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .cruise #mainImageWrap {
      height: 680px; }
      .cruise #mainImageWrap .mainImageInner {
        width: 100%; }
      .cruise #mainImageWrap h1 .jp {
        font-size: 56px; }
      .cruise #mainImageWrap h1 .en {
        font-size: 24px; } }
.cruise #mainImageSlide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .cruise #mainImageSlide .slider {
    width: 100%;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden; }
    .cruise #mainImageSlide .slider li {
      display: inline-block;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      background-size: cover !important; }
  .cruise #mainImageSlide .navWrap {
    position: absolute;
    width: 600px;
    right: 50%;
    bottom: 33px;
    overflow-x: hidden;
    z-index: 2;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .cruise #mainImageSlide .navWrap {
        width: 540px;
        bottom: 76px; } }
    .cruise #mainImageSlide .navWrap:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      top: 50%;
      left: 0;
      background: #fff; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .cruise #mainImageSlide .navWrap:before {
          height: 2px; } }
    .cruise #mainImageSlide .navWrap .progress {
      position: absolute;
      height: 3px;
      top: 50%;
      left: 0;
      margin-top: -1px;
      background: #fff; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .cruise #mainImageSlide .navWrap .progress {
          height: 6px;
          margin-top: -2px; } }
    .cruise #mainImageSlide .navWrap .nav {
      display: flex;
      position: relative;
      width: 100%;
      justify-content: space-between; }
      .cruise #mainImageSlide .navWrap .nav li {
        position: relative;
        width: 16px;
        height: 16px;
        cursor: pointer;
        border-radius: 8px;
        background: #ccc;
        z-index: 3; }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          .cruise #mainImageSlide .navWrap .nav li {
            width: 20px;
            height: 20px;
            border-radius: 10px; } }
        .cruise #mainImageSlide .navWrap .nav li.active {
          background: #fff; }
        .cruise #mainImageSlide .navWrap .nav li img {
          width: 46px;
          height: 26px; }
  .cruise #mainImageSlide .control {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .cruise #mainImageSlide .control .btn {
      position: absolute;
      width: 44px;
      height: 44px;
      top: 50%;
      margin-top: -22px;
      cursor: pointer; }
      @media only screen and (min-width: 751px), print {
        .cruise #mainImageSlide .control .btn {
          -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
          .cruise #mainImageSlide .control .btn:hover {
            opacity: 0.6; } }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .cruise #mainImageSlide .control .btn {
          top: auto;
          bottom: 66px;
          margin-top: 0;
          z-index: 3; } }
      .cruise #mainImageSlide .control .btn:before, .cruise #mainImageSlide .control .btn:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        top: 0;
        left: 0;
        background: #fff;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
      .cruise #mainImageSlide .control .btn:after {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -webkit-transform-origin: left top;
        transform-origin: left top; }
      .cruise #mainImageSlide .control .btn.prev {
        left: 55px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .cruise #mainImageSlide .control .btn.next {
        right: 55px;
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
.cruise .contentBlock .contentInner {
  padding: 70px 0 75px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .cruise .contentBlock .contentInner {
      padding: 100px 55px; } }
.cruise .contentBlock h3 {
  text-align: center; }
  @media only screen and (min-width: 751px), print {
    .cruise .contentBlock h3 {
      display: flex;
      font-size: 28px;
      align-items: center; }
      .cruise .contentBlock h3:before, .cruise .contentBlock h3:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #1a1a1a; }
      .cruise .contentBlock h3 span {
        display: inline-block;
        padding: 0 25px;
        word-break: keep-all;
        white-space: nowrap; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .cruise .contentBlock h3 {
      font-size: 48px; } }
@media only screen and (min-width: 751px), print {
  .cruise .contentBlock .contentList {
    display: flex;
    margin-top: 35px;
    flex-wrap: wrap; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .cruise .contentBlock .contentList {
    margin-top: 60px; } }
.cruise .contentBlock .contentList.bold .contentBox .contentTitle span {
  font-weight: bold; }
@media only screen and (min-width: 751px), print {
  .cruise .contentBlock .contentList .contentBox {
    width: 380px;
    margin-left: 30px; }
    .cruise .contentBlock .contentList .contentBox:nth-child(3n+1) {
      margin-left: 0; }
    .cruise .contentBlock .contentList .contentBox:nth-child(n+4) {
      margin-top: 30px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .cruise .contentBlock .contentList .contentBox {
    width: 100%; }
    .cruise .contentBlock .contentList .contentBox:nth-child(n+2) {
      margin-top: 40px; } }
.cruise .contentBlock .contentList .contentBox a {
  display: block;
  position: relative;
  height: 100%;
  color: #1a1a1a; }
  @media only screen and (min-width: 751px), print {
    .cruise .contentBlock .contentList .contentBox a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    .cruise .contentBlock .contentList .contentBox a:hover {
      text-decoration: none; }
      .cruise .contentBlock .contentList .contentBox a:hover:before {
        opacity: 1;
        -moz-box-shadow: 0 0 0 5px #004389 inset;
        -webkit-box-shadow: 0 0 0 5px #004389 inset;
        box-shadow: 0 0 0 5px #004389 inset; } }
.cruise .contentBlock .contentList .contentBox .contentTitle {
  display: table;
  width: 100%;
  height: calc(100% - 200px);
  font-size: 20px;
  text-align: center;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .cruise .contentBlock .contentList .contentBox .contentTitle {
      font-size: 32px;
      border-width: 2px; } }
  .cruise .contentBlock .contentList .contentBox .contentTitle span {
    display: table-cell;
    position: relative;
    padding: 9px 45px;
    vertical-align: middle; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .cruise .contentBlock .contentList .contentBox .contentTitle span {
        padding: 18px 80px; } }
    .cruise .contentBlock .contentList .contentBox .contentTitle span:before {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      top: 50%;
      right: 10px;
      background: url(../../cruise/img/arw_contentbox.png) no-repeat;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .cruise .contentBlock .contentList .contentBox .contentTitle span:before {
          width: 44px;
          height: 44px;
          right: 22px;
          background: url(../../cruise/img/arw_contentbox_sp.png) no-repeat; } }
.cruise .content01 h2 {
  color: #004389;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .cruise .content01 h2 {
      font-size: 44px; } }
.cruise .content01 .leadWrap {
  margin-top: 45px;
  line-height: 28px;
  text-align: center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .cruise .content01 .leadWrap {
      font-size: 28px;
      line-height: 42px;
      text-align: left; } }
.cruise .content01 h3 {
  margin-top: 60px; }
.cruise.galapagos .content02 {
  background: url(../../cruise/galapagos/img/bg_content02.jpg) no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .cruise.galapagos .content02 {
      background: #E3E393; } }
.cruise.galapagos .content04 {
  background: #F2F2EB; }
.cruise.cuba .content02 {
  background: url(../../cruise/cuba/img/bg_content02.jpg) no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .cruise.cuba .content02 {
      background: #E3E393; } }
.cruise.cuba .content04 {
  background: #E3C0C2; }
.cruise.yucatan .content02 {
  background: url(../../cruise/yucatan/img/bg_content02.jpg) no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .cruise.yucatan .content02 {
      background: #E3E393; } }
.cruise.yucatan .content04 {
  background: #C9ECAA; }
.cruise.great_lakes #mainImageWrap h1 .jp {
  letter-spacing: -1px; }
.cruise.great_lakes .content02 {
  background: url(../../cruise/great_lakes/img/bg_content02.jpg) no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .cruise.great_lakes .content02 {
      background: #CDD7DA; } }
.cruise.great_lakes .content04 {
  background: #F2F2EB; }

@media only screen and (min-width: 751px), print {
  .blog .mainContentInner {
    width: 1200px;
    margin: auto;
    padding: 25px 0 110px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .blog .mainContentInner {
    padding: 55px 55px 110px; } }
@media only screen and (min-width: 751px), print {
  .blog #articleWrap .titleWrap .date {
    font-size: 14px; } }
.blog #articleWrap .titleWrap .categoryList {
  font-size: 0; }
  .blog #articleWrap .titleWrap .categoryList li {
    display: inline-block;
    margin-top: 3px;
    margin-right: 7px;
    padding: 0 3px;
    font-size: 12px;
    border-width: 1px !important;
    border-style: solid !important; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .blog #articleWrap .titleWrap .categoryList li {
        display: inline-block;
        margin-top: 6px;
        margin-right: 10px;
        padding: 0 6px;
        font-size: 24px;
        border-width: 2px !important;
        border-style: solid !important; } }
.blog #articleWrap .titleWrap h1 {
  margin-top: 5px;
  padding-bottom: 25px;
  color: #004389;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #004389;
  border-width: 2px;
  background: none; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .blog #articleWrap .titleWrap h1 {
      font-size: 40px;
      border-width: 2px; } }
.blog #articleWrap .articleBody {
  margin-top: 45px;
  padding-bottom: 65px;
  border-bottom: 2px solid #004389; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .blog #articleWrap .articleBody {
      margin-top: 60px;
      padding-bottom: 80px;
      border-width: 4px; } }
  .blog #articleWrap .articleBody h2 {
    color: #004389;
    font-size: 20px;
    font-weight: bold; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .blog #articleWrap .articleBody h2 {
        font-size: 40px; } }
  .blog #articleWrap .articleBody h3 {
    color: #004389;
    font-size: 18px;
    font-weight: bold; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .blog #articleWrap .articleBody h3 {
        font-size: 36px; } }
  .blog #articleWrap .articleBody h4 {
    color: #004389;
    font-weight: bold; }
  .blog #articleWrap .articleBody ul {
    list-style: disc;
    margin-left: 1.5em; }
  .blog #articleWrap .articleBody ol {
    list-style: decimal;
    margin-left: 1.5em; }
  .blog #articleWrap .articleBody b, .blog #articleWrap .articleBody strong, .blog #articleWrap .articleBody em {
    font-weight: bold; }
  .blog #articleWrap .articleBody hr {
    border-width: 2px;
    border-color: #004389; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .blog #articleWrap .articleBody hr {
        border-width: 4px; } }
.blog #articleWrap .btnWrap .btn {
  display: flex;
  height: 70px;
  align-items: center;
  background: #F4F4F5; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .blog #articleWrap .btnWrap .btn {
      height: 140px; } }
.blog #articleWrap .btnWrap a {
  color: #004389; }
  @media only screen and (min-width: 751px), print {
    .blog #articleWrap .btnWrap a:hover {
      text-decoration: underline; } }
.blog #articleWrap .btnWrap .fullBox {
  margin-top: 30px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .blog #articleWrap .btnWrap .fullBox {
      margin-top: 60px; } }
  .blog #articleWrap .btnWrap .fullBox a {
    width: 100%;
    justify-content: center; }
@media only screen and (min-width: 751px), print {
  .blog #articleWrap .btnWrap {
    margin-top: 40px; }
    .blog #articleWrap .btnWrap .comboBox {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between; }
      .blog #articleWrap .btnWrap .comboBox .btn {
        position: relative;
        width: calc(50% - 1px); }
        .blog #articleWrap .btnWrap .comboBox .btn.prev {
          padding-left: 55px; }
        .blog #articleWrap .btnWrap .comboBox .btn.next {
          padding-right: 55px;
          justify-content: flex-end;
          text-align: right; }
      .blog #articleWrap .btnWrap .comboBox a:before {
        content: "";
        position: absolute;
        width: 11px;
        height: 18px;
        top: 50%;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      .blog #articleWrap .btnWrap .comboBox a.prev:before {
        left: 22px;
        background: url(../img/arw_btn_back_blue.png) no-repeat; }
      .blog #articleWrap .btnWrap .comboBox a.next:before {
        right: 22px;
        background: url(../img/arw_btn_next_blue.png) no-repeat; }
      .blog #articleWrap .btnWrap .comboBox a:hover.prev:before {
        -moz-transform: translate(-5px, -50%);
        -ms-transform: translate(-5px, -50%);
        -webkit-transform: translate(-5px, -50%);
        transform: translate(-5px, -50%); }
      .blog #articleWrap .btnWrap .comboBox a:hover.next:before {
        -moz-transform: translate(5px, -50%);
        -ms-transform: translate(5px, -50%);
        -webkit-transform: translate(5px, -50%);
        transform: translate(5px, -50%); } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .blog #articleWrap .btnWrap {
    margin-top: 80px; }
    .blog #articleWrap .btnWrap .comboBox .btn {
      display: none; }
    .blog #articleWrap .btnWrap .comboBox a.prev {
      padding-right: 30px;
      padding-left: 100px;
      background: #F4F4F5;
      background: url(../img/arw_btn_back_blue_sp.png) no-repeat 50px center #F4F4F5; }
    .blog #articleWrap .btnWrap .comboBox a.next {
      justify-content: flex-end;
      padding-left: 30px;
      padding-right: 100px;
      text-align: right;
      background: url(../img/arw_btn_next_blue_sp.png) no-repeat right 50px center #F4F4F5; }
    .blog #articleWrap .btnWrap .comboBox a:nth-child(n+2) {
      margin-top: 10px; }
    .blog #articleWrap .btnWrap .comboBox a.btn {
      display: flex; } }

.search [v-cloak] {
  display: none; }
@media only screen and (min-width: 751px), print {
  .search .mainContentInner {
    padding: 35px 15px 110px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .search .mainContentInner {
    padding: 60px 0 110px; } }
.search .headBlock h1 {
  position: relative;
  padding-bottom: 45px;
  font-size: 32px;
  font-weight: bold;
  text-align: center; }
  .search .headBlock h1 .textSmall {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    margin-left: 24px;
    vertical-align: middle; }
  .search .headBlock h1:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    left: 50%;
    bottom: 0;
    background: #d2961e;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .search .headBlock h1 {
      font-size: 48px; }
      .search .headBlock h1 .textSmall {
        display: block;
        font-size: 32px; }
      .search .headBlock h1:before {
        height: 6px; } }
@media only screen and (min-width: 751px), print {
  .search #cruiseWrap {
    display: flex;
    margin-top: 35px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .search #cruiseWrap {
    margin-top: 46px; }
    .search #cruiseWrap #filterModalTrigger {
      display: flex;
      width: calc(100% - 50px);
      height: 100px;
      margin: auto;
      color: #fff;
      font-size: 40px;
      font-weight: bold;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      background: #0078DC; } }
.search #filterList .filterTrigger {
  display: flex;
  position: relative;
  width: 100%;
  height: 40px;
  padding-left: 8px;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #ccc;
  border-left: 4px solid #004389;
  background: #F2F2F2; }
  .search #filterList .filterTrigger:before, .search #filterList .filterTrigger:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    right: 12px;
    background: #000;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .search #filterList .filterTrigger:after {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .search #filterList .filterTrigger.active:after {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .search #filterList .filterTrigger {
      height: 80px;
      padding-left: 16px;
      border: 2px solid #ccc;
      border-left: 8px solid #004389; }
      .search #filterList .filterTrigger:before, .search #filterList .filterTrigger:after {
        width: 26px;
        height: 2px;
        right: 24px; } }
.search #filterList li {
  width: 100%;
  font-size: 12px; }
  .search #filterList li:nth-child(n+2) {
    margin-top: 6px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .search #filterList li {
      font-size: 24px; }
      .search #filterList li:nth-child(n+2) {
        margin-top: 12px; } }
  .search #filterList li label {
    position: relative; }
    .search #filterList li label.disabled {
      pointer-events: none; }
      .search #filterList li label.disabled .cover {
        color: #aaa; }
        .search #filterList li label.disabled .cover:before {
          border-color: #aaa;
          background: #ccc; }
        .search #filterList li label.disabled .cover:after {
          display: none; }
    .search #filterList li label input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
      .search #filterList li label input:checked + .cover {
        border-color: #D2961E;
        background: #FFFFDE; }
        .search #filterList li label input:checked + .cover:after {
          width: 10px; }
          @media only screen and (min-width: 1px) and (max-width: 750px) {
            .search #filterList li label input:checked + .cover:after {
              width: 20px; } }
    .search #filterList li label .cover {
      display: flex;
      position: relative;
      width: 100%;
      min-height: 24px;
      padding-left: 27px;
      align-items: center;
      border: 1px solid #fff; }
      .search #filterList li label .cover:before, .search #filterList li label .cover:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        top: 50%;
        left: 12px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      .search #filterList li label .cover:before {
        border: 1px solid #000; }
      .search #filterList li label .cover:after {
        width: 0;
        background: url(../img/icon_check.png) no-repeat 1px center; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .search #filterList li label .cover {
          height: 48px;
          padding-left: 54px;
          border-width: 2px; }
          .search #filterList li label .cover:before, .search #filterList li label .cover:after {
            width: 20px;
            height: 20px;
            left: 24px; }
          .search #filterList li label .cover:before {
            border-width: 2px; }
          .search #filterList li label .cover:after {
            width: 0;
            background: url(../img/icon_check_sp.png) no-repeat 2px center; } }
@media only screen and (min-width: 751px), print {
  .search #filterList {
    width: 240px; }
    .search #filterList .filter {
      display: none;
      padding: 7px 0 12px; }
    .search #filterList .filterBlock:nth-child(n+2) {
      margin-top: 2px; }
    .search #filterList .filterClear {
      display: flex;
      width: 100%;
      height: 40px;
      margin: 15px auto 0;
      justify-content: center;
      align-items: center;
      border: 1px solid #1a1a1a; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .search #filterList {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 140px;
    left: 100%;
    padding: 50px 25px 240px;
    z-index: 91;
    background: #fff;
    overflow: auto;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    .search #filterList.active {
      left: 0; }
    .search #filterList .filterTitle {
      position: relative;
      font-size: 48px;
      font-weight: bold;
      text-align: center; }
      .search #filterList .filterTitle:before {
        content: "";
        position: absolute;
        width: 100px;
        height: 6px;
        left: 50%;
        bottom: 0;
        background: #d2961e;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .search #filterList .filterTitle + .filterBlock {
        margin-top: 60px; }
    .search #filterList .filterBlock {
      margin-top: 20px; }
    .search #filterList .filter {
      display: none;
      padding: 14px 0 24px; }
    .search #filterList .filterModalCloser {
      display: flex;
      width: 100%;
      height: 100px;
      margin: 48px auto 0;
      color: #fff;
      font-size: 40px;
      font-weight: bold;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      background: #0078DC; }
    .search #filterList .filterClear {
      display: flex;
      width: 400px;
      height: 80px;
      margin: 50px auto 0;
      justify-content: center;
      align-items: center;
      border: 2px solid #1a1a1a; } }
@media only screen and (min-width: 751px), print {
  .search #resultWrap {
    width: calc(100% - 240px);
    padding-left: 25px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .search #resultWrap {
    margin-top: 45px; } }
.search #resultWrap .sortWrap .archiveLink {
  width: 100%;
  margin-top: 20px;
  text-align: right; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .search #resultWrap .sortWrap .archiveLink {
      position: relative;
      margin-top: 70px;
      padding: 40px 25px 0; }
      .search #resultWrap .sortWrap .archiveLink:before {
        content: "";
        position: absolute;
        width: calc(100% - 50px);
        height: 2px;
        top: 0;
        left: 25px;
        background: #000; } }
  @media only screen and (min-width: 751px), print {
    .search #resultWrap .sortWrap .archiveLink a {
      padding-left: 22px;
      font-size: 14px;
      background: url(../img/arw_box_blue.png) no-repeat left 3px; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .search #resultWrap .sortWrap .archiveLink a {
      padding-left: 30px;
      background: url(../img/arw_box_blue_sp.png) no-repeat left center; } }
@media only screen and (min-width: 751px), print {
  .search #resultWrap .sortWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .search #resultWrap .sortWrap.top {
      padding-bottom: 10px;
      border-bottom: 1px solid #1a1a1a; }
    .search #resultWrap .sortWrap.bottom {
      margin-top: 30px; }
    .search #resultWrap .sortWrap .count .countNum {
      display: inline-block;
      font-size: 22px;
      font-weight: bold;
      vertical-align: middle; }
    .search #resultWrap .sortWrap .rightSide {
      display: flex;
      align-items: center;
      font-size: 14px; }
      .search #resultWrap .sortWrap .rightSide select {
        height: 22px;
        font-size: 12px;
        vertical-align: middle; }
      .search #resultWrap .sortWrap .rightSide .sortBy {
        margin-left: 15px; }
      .search #resultWrap .sortWrap .rightSide .viewStyle {
        display: flex;
        margin-left: 30px; }
        .search #resultWrap .sortWrap .rightSide .viewStyle li {
          position: relative; }
          .search #resultWrap .sortWrap .rightSide .viewStyle li:before, .search #resultWrap .sortWrap .rightSide .viewStyle li:after {
            content: "";
            position: absolute;
            height: 20px;
            top: 50%;
            left: 0;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
          .search #resultWrap .sortWrap .rightSide .viewStyle li:after {
            opacity: 0; }
          .search #resultWrap .sortWrap .rightSide .viewStyle li.active, .search #resultWrap .sortWrap .rightSide .viewStyle li:hover {
            color: #ff6e00; }
            .search #resultWrap .sortWrap .rightSide .viewStyle li.active:before, .search #resultWrap .sortWrap .rightSide .viewStyle li:hover:before {
              opacity: 0; }
            .search #resultWrap .sortWrap .rightSide .viewStyle li.active:after, .search #resultWrap .sortWrap .rightSide .viewStyle li:hover:after {
              opacity: 1; }
          .search #resultWrap .sortWrap .rightSide .viewStyle li:not(.active) {
            cursor: pointer; }
          .search #resultWrap .sortWrap .rightSide .viewStyle li:nth-child(n+2) {
            margin-left: 25px; }
          .search #resultWrap .sortWrap .rightSide .viewStyle li.list {
            padding-left: 38px; }
            .search #resultWrap .sortWrap .rightSide .viewStyle li.list:before, .search #resultWrap .sortWrap .rightSide .viewStyle li.list:after {
              width: 33px; }
            .search #resultWrap .sortWrap .rightSide .viewStyle li.list:before {
              background: url(../../cruise/img/icon_view_list.png) no-repeat; }
            .search #resultWrap .sortWrap .rightSide .viewStyle li.list:after {
              background: url(../../cruise/img/icon_view_list_on.png) no-repeat; }
          .search #resultWrap .sortWrap .rightSide .viewStyle li.detail {
            padding-left: 25px; }
            .search #resultWrap .sortWrap .rightSide .viewStyle li.detail:before, .search #resultWrap .sortWrap .rightSide .viewStyle li.detail:after {
              width: 20px; }
            .search #resultWrap .sortWrap .rightSide .viewStyle li.detail:before {
              background: url(../../cruise/img/icon_view_detail.png) no-repeat; }
            .search #resultWrap .sortWrap .rightSide .viewStyle li.detail:after {
              background: url(../../cruise/img/icon_view_detail_on.png) no-repeat; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .search #resultWrap .sortWrap .rightSide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .search #resultWrap .sortWrap .rightSide select {
      height: 60px;
      padding: 0 20px;
      font-size: 24px;
      line-height: 60px; }
    .search #resultWrap .sortWrap .rightSide .viewCount {
      padding-left: 25px; }
    .search #resultWrap .sortWrap .rightSide .sortBy {
      padding-right: 25px; }
    .search #resultWrap .sortWrap .rightSide .viewStyle {
      display: flex;
      width: 100%;
      height: 100px;
      margin-top: 40px;
      border-top: 2px solid #ccc;
      border-bottom: 2px solid #ccc; }
      .search #resultWrap .sortWrap .rightSide .viewStyle li {
        display: flex;
        width: 50%;
        height: 100%;
        color: #999;
        font-size: 36px;
        justify-content: center;
        align-items: center; }
        .search #resultWrap .sortWrap .rightSide .viewStyle li.list {
          padding-left: 110px;
          border-right: 2px solid #ccc;
          background: url(../../cruise/img/icon_view_list_sp.png) no-repeat 56px center; }
        .search #resultWrap .sortWrap .rightSide .viewStyle li.detail {
          padding-left: 70px;
          background: url(../../cruise/img/icon_view_detail_sp.png) no-repeat 65px center; }
        .search #resultWrap .sortWrap .rightSide .viewStyle li.active {
          color: #FF6E00; }
          .search #resultWrap .sortWrap .rightSide .viewStyle li.active.list {
            background: url(../../cruise/img/icon_view_list_on_sp.png) no-repeat 56px center; }
          .search #resultWrap .sortWrap .rightSide .viewStyle li.active.detail {
            background: url(../../cruise/img/icon_view_detail_on_sp.png) no-repeat 65px center; }
  .search #resultWrap .sortWrap .count {
    margin-top: 45px;
    text-align: center; }
    .search #resultWrap .sortWrap .count .countNum {
      font-size: 44px;
      font-weight: bold;
      vertical-align: baseline; } }
.search #resultWrap .labelWrap {
  display: table;
  margin-top: 15px;
  font-size: 14px;
  width: 100%; }
  .search #resultWrap .labelWrap > * {
    display: table-cell; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .search #resultWrap .labelWrap {
      display: none; } }
  .search #resultWrap .labelWrap .term {
    padding-left: 15px;
    width: 215px; }
  .search #resultWrap .labelWrap .title {
    width: auto; }
  .search #resultWrap .labelWrap.detail {
    display: none; }
  .search #resultWrap .labelWrap.list .price {
    width: 400px; }
.search #resultWrap .attention {
  width: 100%;
  margin-bottom: 30px;
  color: #f00; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .search #resultWrap .attention {
      margin: 50px 0;
      padding: 0 25px;
      line-height: 48px; } }
  .search #resultWrap .attention .full {
    display: inline-block;
    padding: 0 5px;
    margin-right: 5px;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    background: #f00; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .search #resultWrap .attention .full {
        line-height: 38px; } }
.search #resultWrap .pagenation {
  display: flex; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .search #resultWrap .pagenation {
      margin: 60px auto 0; } }
@media only screen and (min-width: 751px), print {
  .search #resultList {
    margin-top: 15px; }
    .search #resultList a {
      display: block;
      position: relative;
      color: #1a1a1a; }
      .search #resultList a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 2;
        pointer-events: none;
        -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      .search #resultList a:hover {
        text-decoration: none; }
        .search #resultList a:hover:before {
          opacity: 1;
          -moz-box-shadow: 0 0 0 5px #004389 inset;
          -webkit-box-shadow: 0 0 0 5px #004389 inset;
          box-shadow: 0 0 0 5px #004389 inset; }
    .search #resultList .contentBox .bodyWrap .optionList li {
      width: 90px;
      height: 22px;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 22px;
      border-radius: 2px; }
      .search #resultList .contentBox .bodyWrap .optionList li.option1 {
        color: #fff;
        background: #006837; }
      .search #resultList .contentBox .bodyWrap .optionList li.option2 {
        color: #000;
        background: #FFFF00; }
      .search #resultList .contentBox .bodyWrap .optionList li.option3 {
        color: #fff;
        background: #640000; }
    .search #resultList .contentBox .bodyWrap .detailWrap .price .rightSide {
      position: relative; }
      .search #resultList .contentBox .bodyWrap .detailWrap .price .rightSide .priceYen {
        position: absolute;
        width: 240px;
        padding: 10px;
        bottom: 100%;
        font-size: 12px;
        border-radius: 6px;
        background: #fff;
        z-index: 2;
        opacity: 0;
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
        .search #resultList .contentBox .bodyWrap .detailWrap .price .rightSide .priceYen .attention {
          display: block;
          margin-top: 10px;
          padding-left: 1em;
          text-indent: -1em;
          color: #333;
          font-size: 10px; }
      .search #resultList .contentBox .bodyWrap .detailWrap .price .rightSide:hover .priceYen {
        opacity: 1;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
    .search #resultList.list > li:nth-child(n+2) {
      margin-top: 5px; }
    .search #resultList.list .contentBox {
      display: flex;
      position: relative;
      width: 100%;
      min-height: 70px;
      align-items: center;
      padding-left: 215px;
      padding-right: 200px;
      border: 1px solid #004389;
      background: #E5F4FD; }
      .search #resultList.list .contentBox.full .titleWrap, .search #resultList.list .contentBox.new .titleWrap {
        position: relative;
        padding-left: 65px; }
        .search #resultList.list .contentBox.full .titleWrap:before, .search #resultList.list .contentBox.full .titleWrap:after, .search #resultList.list .contentBox.new .titleWrap:before, .search #resultList.list .contentBox.new .titleWrap:after {
          position: absolute;
          width: 50px;
          height: 22px;
          left: 0;
          padding-top: 2px;
          font-weight: bold;
          text-align: center;
          line-height: 21px; }
      .search #resultList.list .contentBox.full .titleWrap:before {
        content: "満 席";
        color: #fff;
        border: 1px solid #f00;
        background: #f00; }
      .search #resultList.list .contentBox.full:not(.new) .titleWrap:before {
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .search #resultList.list .contentBox.full.new .titleWrap:before {
        top: 50%;
        -moz-transform: translateY(-28px);
        -ms-transform: translateY(-28px);
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px); }
      .search #resultList.list .contentBox.new .titleWrap:after {
        content: "NEW!";
        color: #FF0097;
        font-size: 14px;
        border: 1px solid #FF0097;
        background: #fff; }
      .search #resultList.list .contentBox.new:not(.full) .titleWrap:after {
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .search #resultList.list .contentBox.new.full .titleWrap:after {
        top: 50%;
        -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
        -webkit-transform: translateY(3px);
        transform: translateY(3px); }
      .search #resultList.list .contentBox .titleWrap {
        width: 100%;
        padding: 10px;
        line-height: 21px; }
      .search #resultList.list .contentBox .bodyWrap .optionList {
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        width: 185px;
        top: 50%;
        right: 10px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .search #resultList.list .contentBox .bodyWrap .optionList li:nth-child(2n) {
          margin-left: 4px; }
        .search #resultList.list .contentBox .bodyWrap .optionList li:nth-child(n+3) {
          margin-top: 7px; }
      .search #resultList.list .contentBox .bodyWrap .imgWrap {
        display: none; }
      .search #resultList.list .contentBox .bodyWrap .detailWrap {
        position: flex; }
        .search #resultList.list .contentBox .bodyWrap .detailWrap .term {
          position: absolute;
          top: 50%;
          left: 15px;
          font-size: 13px;
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
          .search #resultList.list .contentBox .bodyWrap .detailWrap .term .leftSide {
            display: none; }
        .search #resultList.list .contentBox .bodyWrap .detailWrap .meetingPoint {
          display: none; }
        .search #resultList.list .contentBox .bodyWrap .detailWrap .ship {
          display: none; }
        .search #resultList.list .contentBox .bodyWrap .detailWrap .price {
          width: 200px;
          color: #C11E1E;
          font-size: 14px;
          font-weight: bold; }
          .search #resultList.list .contentBox .bodyWrap .detailWrap .price .leftSide {
            display: none; }
    .search #resultList.detail {
      display: flex;
      flex-wrap: wrap;
      margin-left: -20px;
      margin-top: -5px; }
      .search #resultList.detail > li {
        margin-left: 20px;
        margin-top: 20px; }
        .search #resultList.detail > li > a {
          height: 100%; }
      .search #resultList.detail .contentBox {
        width: 480px;
        height: 100% !important;
        background: #E5F4FD; }
        .search #resultList.detail .contentBox .titleWrap {
          display: flex;
          height: auto;
          min-height: 60px;
          padding: 0 10px;
          align-items: center;
          color: #fff;
          font-weight: bold;
          background: #004389; }
        .search #resultList.detail .contentBox .bodyWrap {
          padding: 14px 14px 20px; }
          .search #resultList.detail .contentBox .bodyWrap .optionList {
            display: flex;
            height: 22px; }
            .search #resultList.detail .contentBox .bodyWrap .optionList li:nth-child(n+2) {
              margin-left: 5px; }
          .search #resultList.detail .contentBox .bodyWrap .comboBox {
            display: flex;
            justify-content: space-between;
            margin-top: 15px; }
            .search #resultList.detail .contentBox .bodyWrap .comboBox .imgWrap {
              width: 160px; }
              .search #resultList.detail .contentBox .bodyWrap .comboBox .imgWrap img {
                max-width: 100%; }
            .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap {
              width: 280px; }
              .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox {
                display: flex; }
                .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox .leftSide {
                  position: relative;
                  width: 80px; }
                  .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox .leftSide:before {
                    content: "";
                    position: absolute;
                    width: 1px;
                    height: 18px;
                    top: 0;
                    right: 0;
                    background: #1a1a1a; }
                .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox .rightSide {
                  padding-left: 5px; }
                .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox:nth-child(n+2) {
                  margin-top: 5px; }
                .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox.term .rightSide .departure {
                  display: block;
                  font-weight: bold; }
                .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox.meetingPoint, .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox.ship {
                  font-size: 12px; }
                .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox.price {
                  font-size: 14px; }
                  .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox.price .rightSide {
                    color: #C11E1E; }
        .search #resultList.detail .contentBox.new .titleWrap {
          position: relative;
          padding-left: 70px; }
          .search #resultList.detail .contentBox.new .titleWrap:before {
            content: "NEW!";
            position: absolute;
            width: 50px;
            height: 22px;
            top: 50%;
            left: 10px;
            padding-top: 2px;
            color: #FF0097;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 21px;
            border: 1px solid #FF0097;
            background: #fff;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
        .search #resultList.detail .contentBox.full .bodyWrap .optionList {
          position: relative;
          padding-left: 130px; }
          .search #resultList.detail .contentBox.full .bodyWrap .optionList:before {
            content: "満 席";
            position: absolute;
            width: 120px;
            height: 22px;
            top: 50%;
            left: 0;
            color: #fff;
            font-size: 17px;
            font-weight: bold;
            text-align: center;
            line-height: 21px;
            background: #f00;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .search #resultList {
    width: calc(100% - 50px);
    margin: 40px auto 0;
    border-top: 2px soild #1a1a1a; }
    .search #resultList li a {
      display: block;
      color: #1a1a1a; }
    .search #resultList .optionList li {
      width: 180px;
      height: 44px;
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      line-height: 44px;
      border-radius: 4px; }
      .search #resultList .optionList li.option1 {
        color: #fff;
        background: #006837; }
      .search #resultList .optionList li.option2 {
        color: #000;
        background: #FFFF00; }
      .search #resultList .optionList li.option3 {
        color: #fff;
        background: #640000; }
      .search #resultList .optionList li:nth-child(n+2) {
        margin-left: 6px; }
    .search #resultList.list > li:nth-child(n+2) {
      margin-top: 16px; }
    .search #resultList.list > li .contentBox {
      position: relative;
      height: auto !important;
      padding: 70px 24px 70px;
      border: 2px solid #004389;
      background: #E5F4FD; }
      .search #resultList.list > li .contentBox .term {
        position: absolute;
        top: 24px;
        left: 24px;
        font-size: 26px; }
      .search #resultList.list > li .contentBox .optionList {
        display: flex;
        position: absolute;
        left: 24px;
        bottom: 20px; }
      .search #resultList.list > li .contentBox .titleWrap {
        margin-top: 15px;
        font-size: 32px;
        font-weight: bold; }
      .search #resultList.list > li .contentBox .imgWrap {
        display: none; }
      .search #resultList.list > li .contentBox .meetingPoint {
        display: none; }
      .search #resultList.list > li .contentBox .ship {
        display: none; }
      .search #resultList.list > li .contentBox .price {
        margin-top: 10px;
        color: #C11E1E;
        font-weight: bold; }
        .search #resultList.list > li .contentBox .price .priceYen {
          position: relative;
          display: inline-block;
          font-size: 24px;
          color: #333; }
          .search #resultList.list > li .contentBox .price .priceYen:before {
            content: "("; }
          .search #resultList.list > li .contentBox .price .priceYen:after {
            content: ")"; }
        .search #resultList.list > li .contentBox .price .attention {
          display: none; }
      .search #resultList.list > li .contentBox.new .term {
        padding-right: 110px; }
        .search #resultList.list > li .contentBox.new .term:before {
          content: "NEW!";
          position: absolute;
          width: 100px;
          height: 40px;
          top: 50%;
          right: 0;
          padding-top: 2px;
          color: #FF0097;
          font-size: 28px;
          font-weight: bold;
          text-align: center;
          line-height: 38px;
          border: 2px solid #FF0097;
          background: #fff;
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
      .search #resultList.list > li .contentBox.full .term .rightSide {
        position: relative;
        padding-right: 120px; }
        .search #resultList.list > li .contentBox.full .term .rightSide:before {
          content: "満 席";
          position: absolute;
          width: 100px;
          height: 40px;
          top: 50%;
          right: 0;
          color: #fff;
          font-size: 28px;
          font-weight: bold;
          text-align: center;
          line-height: 38px;
          vertical-align: middle;
          background: #f00;
          border: 2px solid #f00;
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
    .search #resultList.list > li .bodyWrap .leftSide {
      display: none; }
    .search #resultList.detail > li:nth-child(n+2) {
      margin-top: 40px; }
    .search #resultList.detail .contentBox {
      height: auto !important;
      background: #E5F4FD; }
      .search #resultList.detail .contentBox .titleWrap {
        display: flex;
        position: relative;
        height: auto !important;
        padding: 20px;
        align-items: center;
        color: #fff;
        font-weight: bold;
        background: #004389; }
      .search #resultList.detail .contentBox .bodyWrap {
        position: relative;
        padding: 28px 28px 40px; }
        .search #resultList.detail .contentBox .bodyWrap .optionList {
          position: absolute;
          width: 182px;
          top: 28px;
          right: 28px; }
          .search #resultList.detail .contentBox .bodyWrap .optionList li:nth-child(n+2) {
            margin-top: 10px; }
        .search #resultList.detail .contentBox .bodyWrap .comboBox .imgWrap {
          width: 440px; }
        .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap {
          margin-top: 20px; }
          .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox {
            display: flex; }
            .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox .leftSide {
              position: relative;
              width: 160px; }
              .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox .leftSide:before {
                content: "";
                position: absolute;
                width: 2px;
                height: 36px;
                top: 0;
                right: 0;
                background: #1a1a1a; }
            .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox .rightSide {
              padding-left: 10px; }
            .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox:nth-child(n+2) {
              margin-top: 15px; }
            .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox.term .rightSide .departure {
              display: block;
              font-weight: bold; }
            .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox.meetingPoint, .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox.ship {
              font-size: 24px; }
            .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox.price {
              font-size: 28px; }
              .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox.price .rightSide {
                color: #C11E1E; }
                .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox.price .rightSide .priceYen {
                  display: block;
                  color: #333;
                  font-size: 24px; }
                  .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox.price .rightSide .priceYen:before {
                    content: "("; }
                  .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox.price .rightSide .priceYen:after {
                    content: ")"; }
                .search #resultList.detail .contentBox .bodyWrap .comboBox .detailWrap .detailBox.price .rightSide .attention {
                  display: none; }
      .search #resultList.detail .contentBox.new .titleWrap {
        padding-left: 140px; }
        .search #resultList.detail .contentBox.new .titleWrap:before {
          content: "NEW!";
          position: absolute;
          width: 100px;
          height: 44px;
          top: 50%;
          left: 20px;
          padding-top: 4px;
          color: #FF0097;
          font-size: 28px;
          font-weight: bold;
          text-align: center;
          line-height: 42px;
          border: 2px solid #FF0097;
          background: #fff;
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
      .search #resultList.detail .contentBox.full .bodyWrap .optionList {
        padding-top: 100px; }
        .search #resultList.detail .contentBox.full .bodyWrap .optionList:before {
          content: "満 席";
          display: flex;
          position: absolute;
          width: 100%;
          height: 80px;
          top: 0;
          left: 0;
          color: #fff;
          font-size: 34px;
          font-weight: bold;
          justify-content: center;
          align-items: center;
          line-height: 42px;
          background: #f00; } }

.detail .mainContentInner {
  padding-bottom: 110px; }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .detail .contentBlock .contentInner {
    padding: 0 25px; } }
@media only screen and (min-width: 751px), print {
  .detail .headBlock .contentInner, .detail .anchorBlock .contentInner {
    width: 1200px;
    margin: auto; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .detail .headBlock .contentInner, .detail .anchorBlock .contentInner {
    padding: 0 25px; } }
@media only screen and (min-width: 751px), print {
  .detail .anchorBlock {
    margin-top: 40px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .detail .anchorBlock {
    margin-top: 55px; } }
.detail .headBlock {
  margin-top: 0 !important;
  background: #E1F1FF; }
  @media only screen and (min-width: 751px), print {
    .detail .headBlock {
      padding: 30px 0 40px; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .headBlock {
      padding: 45px 0 35px; } }
  .detail .headBlock .activityList {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail .headBlock .activityList {
        margin-top: 10px; } }
    .detail .headBlock .activityList li:nth-child(n+2) {
      margin-left: 10px; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .detail .headBlock .activityList li:nth-child(n+2) {
          margin-left: 20px; } }
  .detail .headBlock .optionList li {
    display: flex;
    width: 90px;
    height: 24px;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    border-radius: 2px; }
    .detail .headBlock .optionList li.option1 {
      color: #fff;
      background: #006837; }
    .detail .headBlock .optionList li.option2 {
      color: #000;
      background: #FFFF00; }
    .detail .headBlock .optionList li.option3 {
      color: #fff;
      background: #640000; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail .headBlock .optionList li {
        width: 180px;
        height: 48px;
        font-size: 28px;
        border-radius: 4px; } }
  @media only screen and (min-width: 751px), print {
    .detail .headBlock .comboBox {
      display: flex;
      justify-content: space-between; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .headBlock .comboBox {
      position: relative; } }
  @media only screen and (min-width: 751px), print {
    .detail .headBlock .leftSide {
      width: 454px; }
      .detail .headBlock .leftSide .linkWrap .logo, .detail .headBlock .leftSide .linkWrap .text {
        display: inline-block;
        vertical-align: middle; }
      .detail .headBlock .leftSide .linkWrap .text {
        margin-left: 15px; }
      .detail .headBlock .leftSide .imgWrap {
        margin-top: 15px;
        position: relative; }
        .detail .headBlock .leftSide .imgWrap:before {
          content: "";
          position: absolute;
          width: 25px;
          height: 25px;
          right: 0;
          bottom: 0; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .headBlock .leftSide .imgWrap {
      margin-top: 40px; } }
  @media only screen and (min-width: 751px), print {
    .detail .headBlock .rightSide {
      position: relative;
      width: 694px; }
      .detail .headBlock .rightSide .floatBtn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0;
        z-index: 2; }
        .detail .headBlock .rightSide .floatBtn .fb, .detail .headBlock .rightSide .floatBtn .tw {
          width: 30px; }
        .detail .headBlock .rightSide .floatBtn .fb, .detail .headBlock .rightSide .floatBtn .tw, .detail .headBlock .rightSide .floatBtn #favorite {
          position: relative;
          display: inline-block;
          height: 30px;
          margin-left: 5px;
          cursor: pointer; }
          .detail .headBlock .rightSide .floatBtn .fb:before, .detail .headBlock .rightSide .floatBtn .tw:before, .detail .headBlock .rightSide .floatBtn #favorite:before {
            display: block;
            content: "";
            position: absolute;
            width: 100%;
            height: 0;
            top: 0;
            left: 0;
            -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
          .detail .headBlock .rightSide .floatBtn .fb:hover:before, .detail .headBlock .rightSide .floatBtn .tw:hover:before, .detail .headBlock .rightSide .floatBtn #favorite:hover:before {
            height: 100%; }
        .detail .headBlock .rightSide .floatBtn .fb {
          margin-left: 0;
          background: url(../../cruise/img/detail/btn_share_fb.png) no-repeat; }
          .detail .headBlock .rightSide .floatBtn .fb:before {
            background: url(../../cruise/img/detail/btn_share_fb_on.png) no-repeat; }
        .detail .headBlock .rightSide .floatBtn .tw {
          background: url(../../cruise/img/detail/btn_share_tw.png) no-repeat; }
          .detail .headBlock .rightSide .floatBtn .tw:before {
            background: url(../../cruise/img/detail/btn_share_tw_on.png) no-repeat; }
        .detail .headBlock .rightSide .floatBtn #favorite {
          width: 85px;
          background: url(../../cruise/img/detail/btn_share_fav.png) no-repeat; }
          .detail .headBlock .rightSide .floatBtn #favorite:before {
            background: url(../../cruise/img/detail/btn_share_fav_on.png) no-repeat; }
      .detail .headBlock .rightSide .copy, .detail .headBlock .rightSide h1 {
        position: relative;
        padding-left: 20px; }
        .detail .headBlock .rightSide .copy:before, .detail .headBlock .rightSide h1:before {
          content: "";
          position: absolute;
          width: 4px;
          height: 100%;
          top: 0;
          left: 0;
          background: #004389; }
      .detail .headBlock .rightSide .copy {
        width: 520px; }
      .detail .headBlock .rightSide h1 {
        margin-top: 15px;
        font-size: 20px;
        font-weight: bold; }
      .detail .headBlock .rightSide .optionList {
        display: flex;
        margin-top: 10px; }
        .detail .headBlock .rightSide .optionList.full {
          position: relative;
          height: 37px; }
          .detail .headBlock .rightSide .optionList.full:before {
            content: "満 席";
            display: flex;
            position: absolute;
            width: 100px;
            height: 37px;
            right: 0;
            bottom: 0;
            color: #fff;
            font-size: 24px;
            font-weight: bold;
            align-items: center;
            justify-content: center;
            background: #f00; }
        .detail .headBlock .rightSide .optionList li:nth-child(n+2) {
          margin-left: 5px; }
      .detail .headBlock .rightSide .detailList {
        display: flex;
        margin-top: 10px;
        font-size: 14px;
        flex-wrap: wrap;
        justify-content: space-between; }
        .detail .headBlock .rightSide .detailList dt, .detail .headBlock .rightSide .detailList dd {
          display: flex;
          padding: 10px;
          align-items: center;
          border-bottom: 1px solid #9B9B9B; }
        .detail .headBlock .rightSide .detailList dt {
          width: 150px;
          font-weight: bold; }
          .detail .headBlock .rightSide .detailList dt:first-child {
            border-top: 1px solid #9B9B9B; }
            .detail .headBlock .rightSide .detailList dt:first-child + dd {
              border-top: 1px solid #9B9B9B; }
        .detail .headBlock .rightSide .detailList dd {
          width: 525px; }
          .detail .headBlock .rightSide .detailList dd.bold {
            font-weight: bold; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .headBlock .rightSide {
      margin-top: 25px; }
      .detail .headBlock .rightSide .floatBtn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0; }
        .detail .headBlock .rightSide .floatBtn a {
          display: inline-block; }
        .detail .headBlock .rightSide .floatBtn .fb {
          margin-right: 20px; }
      .detail .headBlock .rightSide .copy, .detail .headBlock .rightSide h1 {
        position: relative;
        padding-left: 30px; }
        .detail .headBlock .rightSide .copy:before, .detail .headBlock .rightSide h1:before {
          content: "";
          position: absolute;
          width: 8px;
          height: 100%;
          top: 0;
          left: 0;
          background: #004389; }
      .detail .headBlock .rightSide h1 {
        margin-top: 25px;
        font-size: 40px;
        font-weight: bold; }
      .detail .headBlock .rightSide .optionList {
        display: flex;
        margin-top: 35px; }
        .detail .headBlock .rightSide .optionList.full {
          position: relative;
          height: 50px;
          margin-top: 120px; }
          .detail .headBlock .rightSide .optionList.full:before {
            content: "満 席";
            display: flex;
            position: absolute;
            width: 200px;
            height: 70px;
            right: 0;
            top: -100px;
            color: #fff;
            font-size: 48px;
            font-weight: bold;
            align-items: center;
            justify-content: center;
            background: #f00; }
        .detail .headBlock .rightSide .optionList li:nth-child(n+2) {
          margin-left: 12px; }
      .detail .headBlock .rightSide .detailList {
        margin-top: 30px; }
        .detail .headBlock .rightSide .detailList dt {
          padding-top: 26px;
          font-weight: bold; }
          .detail .headBlock .rightSide .detailList dt:first-child {
            border-top: 4px solid #9B9B9B; }
        .detail .headBlock .rightSide .detailList dd {
          padding-bottom: 26px;
          border-bottom: 4px solid #9B9B9B; }
          .detail .headBlock .rightSide .detailList dd.bold {
            font-weight: bold; }
          .detail .headBlock .rightSide .detailList dd a {
            text-decoration: underline; } }
  .detail .headBlock .scheduleWrap {
    margin-top: 20px; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail .headBlock .scheduleWrap {
        margin-top: 30px; } }
    .detail .headBlock .scheduleWrap .accordionTrigger {
      display: flex;
      height: 44px;
      color: #004389;
      align-items: center;
      justify-content: center;
      background: #fff;
      border: 1px solid #004389; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .detail .headBlock .scheduleWrap .accordionTrigger {
          height: 90px;
          border-width: 2px; } }
      .detail .headBlock .scheduleWrap .accordionTrigger span {
        display: inline-block;
        position: relative;
        font-weight: bold; }
      .detail .headBlock .scheduleWrap .accordionTrigger .icon {
        padding-left: 47px; }
        .detail .headBlock .scheduleWrap .accordionTrigger .icon:before, .detail .headBlock .scheduleWrap .accordionTrigger .icon:after {
          content: "";
          position: absolute;
          width: 27px;
          height: 27px;
          top: -1px;
          left: 0;
          -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
        .detail .headBlock .scheduleWrap .accordionTrigger .icon:before {
          background: url(../../cruise/img/detail/icon_course_schedule.png) no-repeat; }
        .detail .headBlock .scheduleWrap .accordionTrigger .icon:after {
          background: url(../../cruise/img/detail/icon_course_schedule_on.png) no-repeat;
          opacity: 0; }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          .detail .headBlock .scheduleWrap .accordionTrigger .icon {
            padding-left: 90px; }
            .detail .headBlock .scheduleWrap .accordionTrigger .icon:before, .detail .headBlock .scheduleWrap .accordionTrigger .icon:after {
              width: 46px;
              height: 46px; }
            .detail .headBlock .scheduleWrap .accordionTrigger .icon:before {
              background: url(../../cruise/img/detail/icon_course_schedule_sp.png) no-repeat; }
            .detail .headBlock .scheduleWrap .accordionTrigger .icon:after {
              background: url(../../cruise/img/detail/icon_course_schedule_on_sp.png) no-repeat; } }
      .detail .headBlock .scheduleWrap .accordionTrigger .arw {
        padding-right: 47px; }
        .detail .headBlock .scheduleWrap .accordionTrigger .arw:before, .detail .headBlock .scheduleWrap .accordionTrigger .arw:after {
          content: "";
          position: absolute;
          width: 17px;
          height: 11px;
          top: 8px;
          right: 0;
          -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
        .detail .headBlock .scheduleWrap .accordionTrigger .arw:before {
          background: url(../../cruise/img/detail/arw_accordion.png) no-repeat; }
        .detail .headBlock .scheduleWrap .accordionTrigger .arw:after {
          background: url(../../cruise/img/detail/arw_accordion_on.png) no-repeat;
          opacity: 0; }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          .detail .headBlock .scheduleWrap .accordionTrigger .arw {
            padding-right: 90px; }
            .detail .headBlock .scheduleWrap .accordionTrigger .arw:before, .detail .headBlock .scheduleWrap .accordionTrigger .arw:after {
              width: 28px;
              height: 18px;
              top: 13px; }
            .detail .headBlock .scheduleWrap .accordionTrigger .arw:before {
              background: url(../../cruise/img/detail/arw_accordion_sp.png) no-repeat; } }
      .detail .headBlock .scheduleWrap .accordionTrigger .closeText {
        display: none; }
      .detail .headBlock .scheduleWrap .accordionTrigger.active .openText {
        display: none; }
      .detail .headBlock .scheduleWrap .accordionTrigger.active .closeText {
        display: block; }
      .detail .headBlock .scheduleWrap .accordionTrigger.active .arw:before {
        background: url(../../cruise/img/detail/arw_accordion_close.png) no-repeat; }
      .detail .headBlock .scheduleWrap .accordionTrigger.active .arw:after {
        background: url(../../cruise/img/detail/arw_accordion_close_on.png) no-repeat;
        opacity: 0; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .detail .headBlock .scheduleWrap .accordionTrigger.active .arw:before {
          background: url(../../cruise/img/detail/arw_accordion_close_sp.png) no-repeat; } }
      @media only screen and (min-width: 751px), print {
        .detail .headBlock .scheduleWrap .accordionTrigger {
          cursor: pointer;
          -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
          .detail .headBlock .scheduleWrap .accordionTrigger:hover {
            color: #fff;
            background: #004389; }
            .detail .headBlock .scheduleWrap .accordionTrigger:hover .icon:before {
              opacity: 0; }
            .detail .headBlock .scheduleWrap .accordionTrigger:hover .icon:after {
              opacity: 1; }
            .detail .headBlock .scheduleWrap .accordionTrigger:hover .arw:before, .detail .headBlock .scheduleWrap .accordionTrigger:hover .arw:after {
              top: 12px; }
            .detail .headBlock .scheduleWrap .accordionTrigger:hover .arw:before {
              opacity: 0; }
            .detail .headBlock .scheduleWrap .accordionTrigger:hover .arw:after {
              opacity: 1; }
            .detail .headBlock .scheduleWrap .accordionTrigger:hover.active .arw:before, .detail .headBlock .scheduleWrap .accordionTrigger:hover.active .arw:after {
              top: 4px; } }
    .detail .headBlock .scheduleWrap .accordion {
      display: none; }
      @media only screen and (min-width: 751px), print {
        .detail .headBlock .scheduleWrap .accordion table {
          width: 100%;
          border-top: 1px solid #004389;
          border-left: 1px solid #004389; }
          .detail .headBlock .scheduleWrap .accordion table th, .detail .headBlock .scheduleWrap .accordion table td {
            border-right: 1px solid #004389;
            border-bottom: 1px solid #004389; }
          .detail .headBlock .scheduleWrap .accordion table thead {
            font-size: 15px;
            background: #005692; }
            .detail .headBlock .scheduleWrap .accordion table thead th {
              padding: 5px;
              color: #fff;
              text-align: center;
              font-weight: bold;
              vertical-align: middle; }
          .detail .headBlock .scheduleWrap .accordion table tbody {
            background: #fff; }
            .detail .headBlock .scheduleWrap .accordion table tbody tr:nth-child(n+2) {
              background: #F5FAFF; }
            .detail .headBlock .scheduleWrap .accordion table tbody tr th, .detail .headBlock .scheduleWrap .accordion table tbody tr td {
              padding: 10px;
              vertical-align: middle; }
        .detail .headBlock .scheduleWrap .accordion .label {
          display: none; }
        .detail .headBlock .scheduleWrap .accordion .optionList li:nth-child(n+2) {
          margin-top: 5px; } }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .detail .headBlock .scheduleWrap .accordion {
          max-height: 600px;
          overflow: auto !important; }
          .detail .headBlock .scheduleWrap .accordion table {
            width: 100%; }
            .detail .headBlock .scheduleWrap .accordion table thead {
              display: none; }
            .detail .headBlock .scheduleWrap .accordion table tbody th, .detail .headBlock .scheduleWrap .accordion table tbody td {
              display: block;
              padding: 8px 14px 10px;
              border: 2px solid #003258;
              border-top: none; }
            .detail .headBlock .scheduleWrap .accordion table tbody th {
              color: #fff;
              text-align: left;
              background: #005692; }
              .detail .headBlock .scheduleWrap .accordion table tbody th a {
                color: #fff;
                font-weight: bold; }
            .detail .headBlock .scheduleWrap .accordion table tbody td {
              background: #fff; }
              .detail .headBlock .scheduleWrap .accordion table tbody td .label {
                display: block;
                color: #003258;
                font-weight: bold; }
          .detail .headBlock .scheduleWrap .accordion .optionList {
            display: flex;
            margin-top: 10px; }
            .detail .headBlock .scheduleWrap .accordion .optionList li:nth-child(n+2) {
              margin-left: 10px; } }
.detail #anchorList {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #004389;
  border-left: 1px solid #004389; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail #anchorList {
      border-width: 2px; } }
  .detail #anchorList li {
    width: 20%;
    height: 44px;
    border-right: 1px solid #004389;
    border-bottom: 1px solid #004389; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail #anchorList li {
        width: 50%;
        height: 90px;
        border-width: 2px; } }
    .detail #anchorList li a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      color: #004389;
      font-weight: bold;
      background: #fff; }
      .detail #anchorList li a:before, .detail #anchorList li a:after {
        content: "";
        position: absolute;
        width: 24px;
        height: 100%;
        top: 0px;
        left: 13px;
        -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          .detail #anchorList li a:before, .detail #anchorList li a:after {
            width: 42px;
            height: 100%; } }
      .detail #anchorList li a:after {
        opacity: 0; }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          .detail #anchorList li a:after {
            display: none; } }
      @media only screen and (min-width: 751px), print {
        .detail #anchorList li a {
          font-size: 14px;
          -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
          .detail #anchorList li a:hover {
            color: #fff;
            text-decoration: none;
            background: #004389; }
            .detail #anchorList li a:hover:before {
              opacity: 0; }
            .detail #anchorList li a:hover:after {
              opacity: 1; }
            .detail #anchorList li a:hover span:before, .detail #anchorList li a:hover span:after {
              top: 17px; }
            .detail #anchorList li a:hover span:before {
              opacity: 0; }
            .detail #anchorList li a:hover span:after {
              opacity: 1; } }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .detail #anchorList li a {
          display: table; } }
      .detail #anchorList li a span {
        position: relative;
        height: 100%; }
        @media only screen and (min-width: 751px), print {
          .detail #anchorList li a span {
            display: flex;
            align-items: center;
            justify-content: center; } }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          .detail #anchorList li a span {
            display: table-cell;
            text-align: center;
            vertical-align: middle; } }
        .detail #anchorList li a span:before, .detail #anchorList li a span:after {
          content: "";
          position: absolute;
          width: 15px;
          height: 17px;
          top: 13px;
          right: 13px;
          -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
          @media only screen and (min-width: 1px) and (max-width: 750px) {
            .detail #anchorList li a span:before, .detail #anchorList li a span:after {
              width: 22px;
              height: 30px;
              top: 28px;
              right: 18px; } }
        .detail #anchorList li a span:before {
          background: url(../../cruise/img/detail/arw_anchor.png) no-repeat; }
          @media only screen and (min-width: 1px) and (max-width: 750px) {
            .detail #anchorList li a span:before {
              background: url(../../cruise/img/detail/arw_anchor_sp.png) no-repeat; } }
        .detail #anchorList li a span:after {
          opacity: 0;
          background: url(../../cruise/img/detail/arw_anchor_on.png) no-repeat; }
          @media only screen and (min-width: 1px) and (max-width: 750px) {
            .detail #anchorList li a span:after {
              display: none; } }
    @media only screen and (min-width: 751px), print {
      .detail #anchorList li.list01 a:before {
        background: url(../../cruise/img/detail/icon_anchor_01.png) no-repeat center center; }
      .detail #anchorList li.list01 a:after {
        background: url(../../cruise/img/detail/icon_anchor_01_on.png) no-repeat center center; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail #anchorList li.list01 a:before {
        background: url(../../cruise/img/detail/icon_anchor_01_sp.png) no-repeat center center; } }
    @media only screen and (min-width: 751px), print {
      .detail #anchorList li.list02 a:before {
        background: url(../../cruise/img/detail/icon_anchor_02.png) no-repeat center center; }
      .detail #anchorList li.list02 a:after {
        background: url(../../cruise/img/detail/icon_anchor_02_on.png) no-repeat center center; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail #anchorList li.list02 a:before {
        background: url(../../cruise/img/detail/icon_anchor_02_sp.png) no-repeat center center; } }
    @media only screen and (min-width: 751px), print {
      .detail #anchorList li.list03 a:before {
        background: url(../../cruise/img/detail/icon_anchor_03.png) no-repeat center center; }
      .detail #anchorList li.list03 a:after {
        background: url(../../cruise/img/detail/icon_anchor_03_on.png) no-repeat center center; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail #anchorList li.list03 a:before {
        background: url(../../cruise/img/detail/icon_anchor_03_sp.png) no-repeat center center; } }
    @media only screen and (min-width: 751px), print {
      .detail #anchorList li.list04 a:before {
        background: url(../../cruise/img/detail/icon_anchor_04.png) no-repeat center center; }
      .detail #anchorList li.list04 a:after {
        background: url(../../cruise/img/detail/icon_anchor_04_on.png) no-repeat center center; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail #anchorList li.list04 a:before {
        background: url(../../cruise/img/detail/icon_anchor_04_sp.png) no-repeat center center; } }
    @media only screen and (min-width: 751px), print {
      .detail #anchorList li.list05 a:before {
        background: url(../../cruise/img/detail/icon_anchor_05.png) no-repeat center center; }
      .detail #anchorList li.list05 a:after {
        background: url(../../cruise/img/detail/icon_anchor_05_on.png) no-repeat center center; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail #anchorList li.list05 a:before {
        background: url(../../cruise/img/detail/icon_anchor_05_sp.png) no-repeat center center; } }
    @media only screen and (min-width: 751px), print {
      .detail #anchorList li.list06 a:before {
        background: url(../../cruise/img/detail/icon_anchor_06.png) no-repeat center center; }
      .detail #anchorList li.list06 a:after {
        background: url(../../cruise/img/detail/icon_anchor_06_on.png) no-repeat center center; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail #anchorList li.list06 a:before {
        background: url(../../cruise/img/detail/icon_anchor_06_sp.png) no-repeat center center; } }
    @media only screen and (min-width: 751px), print {
      .detail #anchorList li.list07 a:before {
        background: url(../../cruise/img/detail/icon_anchor_07.png) no-repeat center center; }
      .detail #anchorList li.list07 a:after {
        background: url(../../cruise/img/detail/icon_anchor_07_on.png) no-repeat center center; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail #anchorList li.list07 a:before {
        background: url(../../cruise/img/detail/icon_anchor_07_sp.png) no-repeat center center; } }
    @media only screen and (min-width: 751px), print {
      .detail #anchorList li.list08 a:before {
        background: url(../../cruise/img/detail/icon_anchor_08.png) no-repeat center center; }
      .detail #anchorList li.list08 a:after {
        background: url(../../cruise/img/detail/icon_anchor_08_on.png) no-repeat center center; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail #anchorList li.list08 a:before {
        background: url(../../cruise/img/detail/icon_anchor_08_sp.png) no-repeat center center; } }
    @media only screen and (min-width: 751px), print {
      .detail #anchorList li.list09 a:before {
        background: url(../../cruise/img/detail/icon_anchor_09.png) no-repeat center center; }
      .detail #anchorList li.list09 a:after {
        background: url(../../cruise/img/detail/icon_anchor_09_on.png) no-repeat center center; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail #anchorList li.list09 a:before {
        background: url(../../cruise/img/detail/icon_anchor_09_sp.png) no-repeat center center; } }
    @media only screen and (min-width: 751px), print {
      .detail #anchorList li.list10 a:before {
        background: url(../../cruise/img/detail/icon_anchor_10.png) no-repeat center center; }
      .detail #anchorList li.list10 a:after {
        background: url(../../cruise/img/detail/icon_anchor_10_on.png) no-repeat center center; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail #anchorList li.list10 a:before {
        background: url(../../cruise/img/detail/icon_anchor_10_sp.png) no-repeat center center; } }
.detail #floatNav {
  display: none;
  position: fixed;
  top: 100px;
  right: 40px;
  z-index: 100; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail #floatNav {
      display: none !important; } }
  .detail #floatNav.absolute {
    position: absolute;
    top: auto;
    bottom: 0; }
  .detail #floatNav li {
    position: relative;
    width: 26px;
    height: 26px;
    margin-top: 5px; }
    .detail #floatNav li:first-child {
      margin-top: 0; }
    .detail #floatNav li.list01 a:before {
      background: url(../../cruise/img/detail/icon_nav_01.png) no-repeat; }
    .detail #floatNav li.list01 a:after {
      background: url(../../cruise/img/detail/icon_nav_01_on.png) no-repeat; }
    .detail #floatNav li.list02 a:before {
      background: url(../../cruise/img/detail/icon_nav_02.png) no-repeat; }
    .detail #floatNav li.list02 a:after {
      background: url(../../cruise/img/detail/icon_nav_02_on.png) no-repeat; }
    .detail #floatNav li.list03 a:before {
      background: url(../../cruise/img/detail/icon_nav_03.png) no-repeat; }
    .detail #floatNav li.list03 a:after {
      background: url(../../cruise/img/detail/icon_nav_03_on.png) no-repeat; }
    .detail #floatNav li.list04 a:before {
      background: url(../../cruise/img/detail/icon_nav_04.png) no-repeat; }
    .detail #floatNav li.list04 a:after {
      background: url(../../cruise/img/detail/icon_nav_04_on.png) no-repeat; }
    .detail #floatNav li.list05 a:before {
      background: url(../../cruise/img/detail/icon_nav_05.png) no-repeat; }
    .detail #floatNav li.list05 a:after {
      background: url(../../cruise/img/detail/icon_nav_05_on.png) no-repeat; }
    .detail #floatNav li.list06 a:before {
      background: url(../../cruise/img/detail/icon_nav_06.png) no-repeat; }
    .detail #floatNav li.list06 a:after {
      background: url(../../cruise/img/detail/icon_nav_06_on.png) no-repeat; }
    .detail #floatNav li.list07 a:before {
      background: url(../../cruise/img/detail/icon_nav_07.png) no-repeat; }
    .detail #floatNav li.list07 a:after {
      background: url(../../cruise/img/detail/icon_nav_07_on.png) no-repeat; }
    .detail #floatNav li.list08 a:before {
      background: url(../../cruise/img/detail/icon_nav_08.png) no-repeat; }
    .detail #floatNav li.list08 a:after {
      background: url(../../cruise/img/detail/icon_nav_08_on.png) no-repeat; }
    .detail #floatNav li.list09 a:before {
      background: url(../../cruise/img/detail/icon_nav_09.png) no-repeat; }
    .detail #floatNav li.list09 a:after {
      background: url(../../cruise/img/detail/icon_nav_09_on.png) no-repeat; }
    .detail #floatNav li.list10 a:before {
      background: url(../../cruise/img/detail/icon_nav_10.png) no-repeat; }
    .detail #floatNav li.list10 a:after {
      background: url(../../cruise/img/detail/icon_nav_10_on.png) no-repeat; }
    .detail #floatNav li a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
      .detail #floatNav li a:before, .detail #floatNav li a:after {
        content: "";
        position: absolute;
        width: 26px;
        height: 26px;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      .detail #floatNav li a:after {
        opacity: 0; }
    .detail #floatNav li span {
      display: inline-block;
      position: absolute;
      width: 180px;
      height: 25px;
      right: 16px;
      bottom: 0;
      color: #004389;
      font-size: 12px;
      font-weight: bold;
      overflow: hidden;
      border-bottom: 1px solid #004389;
      background: rgba(255, 255, 255, 0.8);
      opacity: 0;
      -moz-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0);
      -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    .detail #floatNav li.active a:before {
      opacity: 0; }
    .detail #floatNav li.active a:after {
      opacity: 1; }
    .detail #floatNav li:hover a:before {
      opacity: 0; }
    .detail #floatNav li:hover a:after {
      opacity: 1; }
    .detail #floatNav li:hover span {
      padding-left: 5px;
      line-height: 23px;
      opacity: 1;
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
.detail .contentBlock {
  margin-top: 55px; }
  .detail .contentBlock h2 {
    position: relative;
    padding-left: 65px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    line-height: 50px;
    background: #5B9ACD; }
    .detail .contentBlock h2:before {
      content: "";
      position: absolute;
      width: 34px;
      height: 100%;
      top: 0;
      left: 20px; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail .contentBlock h2 {
        padding-left: 120px;
        font-size: 44px;
        line-height: 106px; }
        .detail .contentBlock h2:before {
          width: 68px; } }
  .detail .contentBlock .contentBody {
    margin-top: 10px;
    padding: 30px 50px 45px;
    background: #E1F1FF;
    word-break: break-word;
    overflow: hidden; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail .contentBlock .contentBody {
        margin-top: 20px;
        padding: 60px 20px; } }
.detail .content01 h2:before {
  background: url(../../cruise/img/detail/icon_content01.png) no-repeat center center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .content01 h2:before {
      background: url(../../cruise/img/detail/icon_content01_sp.png) no-repeat center center; } }
.detail .content02 h2:before {
  background: url(../../cruise/img/detail/icon_content02.png) no-repeat center center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .content02 h2:before {
      background: url(../../cruise/img/detail/icon_content02_sp.png) no-repeat center center; } }
.detail .content03 h2:before {
  background: url(../../cruise/img/detail/icon_content03.png) no-repeat center center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .content03 h2:before {
      background: url(../../cruise/img/detail/icon_content03_sp.png) no-repeat center center; } }
.detail .content04 h2:before {
  background: url(../../cruise/img/detail/icon_content04.png) no-repeat center center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .content04 h2:before {
      background: url(../../cruise/img/detail/icon_content04_sp.png) no-repeat center center; } }
.detail .content05 h2:before {
  background: url(../../cruise/img/detail/icon_content05.png) no-repeat center center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .content05 h2:before {
      background: url(../../cruise/img/detail/icon_content05_sp.png) no-repeat center center; } }
.detail .content06 h2:before {
  background: url(../../cruise/img/detail/icon_content06.png) no-repeat center center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .content06 h2:before {
      background: url(../../cruise/img/detail/icon_content06_sp.png) no-repeat center center; } }
.detail .content07 h2:before {
  background: url(../../cruise/img/detail/icon_content07.png) no-repeat center center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .content07 h2:before {
      background: url(../../cruise/img/detail/icon_content07_sp.png) no-repeat center center; } }
.detail .content08 h2:before {
  background: url(../../cruise/img/detail/icon_content08.png) no-repeat center center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .content08 h2:before {
      background: url(../../cruise/img/detail/icon_content08_sp.png) no-repeat center center; } }
.detail .content09 h2:before {
  background: url(../../cruise/img/detail/icon_content09.png) no-repeat center center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .content09 h2:before {
      background: url(../../cruise/img/detail/icon_content09_sp.png) no-repeat center center; } }
.detail .content10 h2:before {
  background: url(../../cruise/img/detail/icon_content10.png) no-repeat center center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .content10 h2:before {
      background: url(../../cruise/img/detail/icon_content10_sp.png) no-repeat center center; } }
@media only screen and (min-width: 751px), print {
  .detail .content01 .contentBody .rightSide {
    float: right;
    margin-left: 40px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .detail .content01 .contentBody .leftSide {
    margin-top: 30px; } }
.detail .content02 .sliderWrap {
  position: relative; }
  .detail .content02 .sliderWrap .slider {
    width: 700px;
    margin: auto;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail .content02 .sliderWrap .slider {
        width: 100%; } }
    .detail .content02 .sliderWrap .slider li {
      display: inline-block;
      width: 100%;
      font-size: 16px; }
      .detail .content02 .sliderWrap .slider li .slideInner .imgWrap {
        padding: 5px 6px;
        border: 1px solid #ccc;
        background: #fff; }
      .detail .content02 .sliderWrap .slider li .slideInner .thumb {
        position: relative; }
        .detail .content02 .sliderWrap .slider li .slideInner .thumb:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: url(../img/icon_play.png) no-repeat center center; }
          @media only screen and (min-width: 1px) and (max-width: 750px) {
            .detail .content02 .sliderWrap .slider li .slideInner .thumb:before {
              background: url(../img/icon_play_sp.png) no-repeat center center; } }
        .detail .content02 .sliderWrap .slider li .slideInner .thumb.black:before {
          background: url(../img/icon_play_black.png) no-repeat center center; }
          @media only screen and (min-width: 1px) and (max-width: 750px) {
            .detail .content02 .sliderWrap .slider li .slideInner .thumb.black:before {
              background: url(../img/icon_play_black_sp.png) no-repeat center center; } }
      .detail .content02 .sliderWrap .slider li .slideInner .caption {
        margin-top: 10px;
        text-align: center;
        white-space: normal; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .detail .content02 .sliderWrap .slider li .slideInner .imgWrap {
          padding: 6px 8px;
          border-width: 2px; }
        .detail .content02 .sliderWrap .slider li .slideInner .caption {
          display: none; } }
  .detail .content02 .sliderWrap .control .btn {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    margin-top: -22px;
    cursor: pointer; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail .content02 .sliderWrap .control .btn {
        top: 160px;
        width: 36px;
        height: 76px;
        margin-top: 0;
        background: rgba(255, 255, 255, 0.5);
        z-index: 3; } }
    .detail .content02 .sliderWrap .control .btn:before, .detail .content02 .sliderWrap .control .btn:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      top: 0;
      left: 0;
      background: #003258; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .detail .content02 .sliderWrap .control .btn:before, .detail .content02 .sliderWrap .control .btn:after {
          top: 50%;
          margin-top: -1px; } }
    @media only screen and (min-width: 751px), print {
      .detail .content02 .sliderWrap .control .btn {
        -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
        .detail .content02 .sliderWrap .control .btn:hover {
          opacity: 0.6; }
        .detail .content02 .sliderWrap .control .btn:after {
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          -webkit-transform-origin: left top;
          transform-origin: left top; }
        .detail .content02 .sliderWrap .control .btn.prev {
          left: 0;
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .detail .content02 .sliderWrap .control .btn.next {
          right: 0;
          -moz-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg); } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail .content02 .sliderWrap .control .btn:before {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .detail .content02 .sliderWrap .control .btn:after {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .detail .content02 .sliderWrap .control .btn.prev {
        left: 8px; }
        .detail .content02 .sliderWrap .control .btn.prev:before, .detail .content02 .sliderWrap .control .btn.prev:after {
          -moz-transform-origin: left center;
          -ms-transform-origin: left center;
          -webkit-transform-origin: left center;
          transform-origin: left center; }
      .detail .content02 .sliderWrap .control .btn.next {
        right: 8px; }
        .detail .content02 .sliderWrap .control .btn.next:before, .detail .content02 .sliderWrap .control .btn.next:after {
          -moz-transform-origin: right center;
          -ms-transform-origin: right center;
          -webkit-transform-origin: right center;
          transform-origin: right center; } }
  .detail .content02 .sliderWrap .navWrap {
    margin-top: 24px; }
    .detail .content02 .sliderWrap .navWrap .nav {
      text-align: center;
      font-size: 0; }
      @media only screen and (min-width: 751px), print {
        .detail .content02 .sliderWrap .navWrap .nav li {
          display: inline-block;
          position: relative;
          cursor: pointer;
          -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
          .detail .content02 .sliderWrap .navWrap .nav li:hover {
            opacity: 0.6; }
          .detail .content02 .sliderWrap .navWrap .nav li:nth-child(n+2) {
            margin-left: 4px; }
          .detail .content02 .sliderWrap .navWrap .nav li:nth-child(n+23) {
            margin-top: 5px; }
          .detail .content02 .sliderWrap .navWrap .nav li:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0;
            -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
          .detail .content02 .sliderWrap .navWrap .nav li img {
            width: 46px;
            height: 26px; }
          .detail .content02 .sliderWrap .navWrap .nav li.active:before {
            opacity: 1;
            -moz-box-shadow: 0 0 0 5px #004389 inset;
            -webkit-box-shadow: 0 0 0 5px #004389 inset;
            box-shadow: 0 0 0 5px #004389 inset; } }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .detail .content02 .sliderWrap .navWrap .nav {
          display: flex;
          background: #aeaeae; }
          .detail .content02 .sliderWrap .navWrap .nav li {
            height: 10px;
            flex-grow: 1; }
            .detail .content02 .sliderWrap .navWrap .nav li.active {
              background: #E6E6E6; }
            .detail .content02 .sliderWrap .navWrap .nav li img {
              display: none; } }
.detail .content03 .contentBody {
  padding: 20px 0 0;
  background: #fff; }
  .detail .content03 .contentBody .headBox {
    text-align: center; }
    .detail .content03 .contentBody .headBox .accordionGroupTrigger {
      display: inline-block;
      position: relative;
      color: #0078DC;
      font-weight: bold;
      cursor: pointer;
      text-decoration: underline; }
      .detail .content03 .contentBody .headBox .accordionGroupTrigger:before {
        content: "";
        position: absolute;
        width: 19px;
        height: 12px;
        top: 5px;
        right: -22px;
        background: url(../../cruise/img/detail/arw_accordion_group.png) no-repeat;
        -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          .detail .content03 .contentBody .headBox .accordionGroupTrigger:before {
            width: 28px;
            height: 18px;
            top: 12px;
            right: -40px;
            background: url(../../cruise/img/detail/arw_accordion_sp.png) no-repeat; } }
      @media only screen and (min-width: 751px), print {
        .detail .content03 .contentBody .headBox .accordionGroupTrigger:hover {
          text-decoration: none; }
          .detail .content03 .contentBody .headBox .accordionGroupTrigger:hover:before {
            top: 8px; }
          .detail .content03 .contentBody .headBox .accordionGroupTrigger:hover.active:before {
            top: 2px; } }
      .detail .content03 .contentBody .headBox .accordionGroupTrigger .closeText {
        display: none; }
      .detail .content03 .contentBody .headBox .accordionGroupTrigger.active:before {
        background: url(../../cruise/img/detail/arw_accordion_group_close.png) no-repeat; }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          .detail .content03 .contentBody .headBox .accordionGroupTrigger.active:before {
            background: url(../../cruise/img/detail/arw_accordion_close_sp.png) no-repeat; } }
      .detail .content03 .contentBody .headBox .accordionGroupTrigger.active .openText {
        display: none; }
      .detail .content03 .contentBody .headBox .accordionGroupTrigger.active .closeText {
        display: block; }
.detail .content03 .scheduleList {
  margin-top: 20px;
  border-top: 1px solid #004389;
  border-bottom: 1px solid #004389; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .content03 .scheduleList {
      border-width: 2px; } }
  .detail .content03 .scheduleList > li {
    background: #E1F1FF; }
    @media only screen and (min-width: 751px), print {
      .detail .content03 .scheduleList > li {
        font-size: 14px; } }
    .detail .content03 .scheduleList > li:nth-child(2n) {
      background: #F5FAFF; }
    .detail .content03 .scheduleList > li .accordionTrigger {
      position: relative; }
      @media only screen and (min-width: 751px), print {
        .detail .content03 .scheduleList > li .accordionTrigger {
          display: flex;
          padding: 15px 30px;
          cursor: pointer;
          font-size: 20px;
          font-weight: bold;
          -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
          .detail .content03 .scheduleList > li .accordionTrigger .date {
            width: 125px;
            color: #004389;
            text-align: right; }
          .detail .content03 .scheduleList > li .accordionTrigger .title {
            padding: 0 60px; }
          .detail .content03 .scheduleList > li .accordionTrigger:hover {
            opacity: 0.6; }
            .detail .content03 .scheduleList > li .accordionTrigger:hover:before {
              top: 26px; }
            .detail .content03 .scheduleList > li .accordionTrigger:hover.active:before {
              top: 20px; } }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .detail .content03 .scheduleList > li .accordionTrigger {
          padding: 25px 30px;
          padding-right: 100px;
          color: #004389;
          font-weight: bold; }
          .detail .content03 .scheduleList > li .accordionTrigger .title {
            margin-top: 10px; } }
      .detail .content03 .scheduleList > li .accordionTrigger:before {
        content: "";
        position: absolute;
        width: 17px;
        height: 11px;
        top: 23px;
        right: 30px;
        background: url(../../cruise/img/detail/arw_accordion.png) no-repeat;
        -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          .detail .content03 .scheduleList > li .accordionTrigger:before {
            width: 28px;
            height: 18px;
            top: 50%;
            right: 30px;
            margin-top: -9px;
            background: url(../../cruise/img/detail/arw_accordion_sp.png) no-repeat; } }
      .detail .content03 .scheduleList > li .accordionTrigger.active:before {
        background: url(../../cruise/img/detail/arw_accordion_close.png) no-repeat; }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          .detail .content03 .scheduleList > li .accordionTrigger.active:before {
            background: url(../../cruise/img/detail/arw_accordion_close_sp.png) no-repeat; } }
    .detail .content03 .scheduleList > li .accordion {
      display: none;
      padding: 0 30px 35px;
      padding-right: 100px; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .detail .content03 .scheduleList > li .accordion {
          padding: 0 20px 20px; } }
      .detail .content03 .scheduleList > li .accordion.active {
        display: block; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .detail .content03 .scheduleList > li .accordion .dataBlock {
          margin-top: 20px; } }
      .detail .content03 .scheduleList > li .accordion .dataBlock dl {
        display: flex;
        flex-wrap: wrap;
        padding-top: 10px;
        border-top: 1px solid #9B9B9B; }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          .detail .content03 .scheduleList > li .accordion .dataBlock dl {
            border-width: 2px; } }
      .detail .content03 .scheduleList > li .accordion .dataBlock dt, .detail .content03 .scheduleList > li .accordion .dataBlock dd {
        margin-top: 10px; }
      .detail .content03 .scheduleList > li .accordion .dataBlock dt {
        width: 65px;
        color: #004389;
        font-weight: bold; }
        @media only screen and (min-width: 751px), print {
          .detail .content03 .scheduleList > li .accordion .dataBlock dt {
            font-size: 16px; } }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          .detail .content03 .scheduleList > li .accordion .dataBlock dt {
            width: 130px; } }
      .detail .content03 .scheduleList > li .accordion .dataBlock dd {
        width: calc(100% - 65px); }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          .detail .content03 .scheduleList > li .accordion .dataBlock dd {
            width: calc(100% - 130px); } }
      .detail .content03 .scheduleList > li .accordion .iconList {
        display: flex; }
        .detail .content03 .scheduleList > li .accordion .iconList li {
          padding: 0 3px;
          color: #fff; }
          @media only screen and (min-width: 1px) and (max-width: 750px) {
            .detail .content03 .scheduleList > li .accordion .iconList li {
              padding: 0 6px; } }
          .detail .content03 .scheduleList > li .accordion .iconList li:nth-child(n+2) {
            margin-left: 5px; }
            @media only screen and (min-width: 1px) and (max-width: 750px) {
              .detail .content03 .scheduleList > li .accordion .iconList li:nth-child(n+2) {
                margin-left: 10px; } }
          .detail .content03 .scheduleList > li .accordion .iconList li.icon01 {
            background: #F24949; }
          .detail .content03 .scheduleList > li .accordion .iconList li.icon02 {
            background: #FF8200; }
          .detail .content03 .scheduleList > li .accordion .iconList li.icon03 {
            background: #3279C5; }
          .detail .content03 .scheduleList > li .accordion .iconList li.icon04 {
            background: #735AA8; }
          .detail .content03 .scheduleList > li .accordion .iconList li.icon05 {
            background: #65B1E3; }
          .detail .content03 .scheduleList > li .accordion .iconList li.icon06 {
            background: #D6AC53; }
          .detail .content03 .scheduleList > li .accordion .iconList li.icon00 {
            background: #656C94; }
      @media only screen and (min-width: 751px), print {
        .detail .content03 .scheduleList > li .accordion .comboBox {
          display: flex;
          justify-content: space-between; }
          .detail .content03 .scheduleList > li .accordion .comboBox .leftSide {
            width: 445px;
            text-align: center; }
          .detail .content03 .scheduleList > li .accordion .comboBox .rightSide {
            display: flex;
            width: 600px;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: space-between; }
            .detail .content03 .scheduleList > li .accordion .comboBox .rightSide .textBox {
              word-break: break-word; } }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .detail .content03 .scheduleList > li .accordion .comboBox .leftSide .caption {
          margin-top: 5px;
          font-size: 24px;
          text-align: center; }
        .detail .content03 .scheduleList > li .accordion .comboBox .rightSide {
          margin-top: 20px; } }
@media only screen and (min-width: 751px), print {
  .detail .content04 .contentBody .headWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #004389; }
    .detail .content04 .contentBody .headWrap .leftSide .logo, .detail .content04 .contentBody .headWrap .leftSide .shipName {
      display: inline-block;
      vertical-align: middle; }
    .detail .content04 .contentBody .headWrap .leftSide .shipName {
      margin-left: 10px;
      font-size: 18px;
      font-weight: bold; }
    .detail .content04 .contentBody .headWrap .rightSide {
      font-size: 14px; }
      .detail .content04 .contentBody .headWrap .rightSide dt, .detail .content04 .contentBody .headWrap .rightSide dd {
        display: inline-block;
        vertical-align: middle; }
      .detail .content04 .contentBody .headWrap .rightSide dt {
        font-weight: bold; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .detail .content04 .contentBody .headWrap .rightSide dl {
    margin-top: 30px;
    color: #505050; }
    .detail .content04 .contentBody .headWrap .rightSide dl dt, .detail .content04 .contentBody .headWrap .rightSide dl dd {
      display: inline-block; }
    .detail .content04 .contentBody .headWrap .rightSide dl dd {
      padding-left: 10px; }
  .detail .content04 .contentBody .headWrap .rightSide .shipName {
    position: relative;
    margin-top: 30px;
    padding-left: 45px;
    font-weight: bold; }
    .detail .content04 .contentBody .headWrap .rightSide .shipName:before {
      content: "";
      position: absolute;
      width: 6px;
      height: 100%;
      top: 0;
      left: 0;
      background: #004389; } }
.detail .content04 .contentBody .detailWrap {
  margin-top: 20px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .content04 .contentBody .detailWrap {
      margin-top: 15px;
      padding-top: 30px;
      border-top: 4px solid #004389; } }
  @media only screen and (min-width: 751px), print {
    .detail .content04 .contentBody .detailWrap .comboBox {
      display: flex;
      justify-content: space-between; } }
  @media only screen and (min-width: 751px), print {
    .detail .content04 .contentBody .detailWrap .comboBox .rightSide {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 710px; }
      .detail .content04 .contentBody .detailWrap .comboBox .rightSide .specBox {
        display: flex;
        width: 335px;
        flex-wrap: wrap;
        justify-content: space-between; }
        .detail .content04 .contentBody .detailWrap .comboBox .rightSide .specBox dt, .detail .content04 .contentBody .detailWrap .comboBox .rightSide .specBox dd {
          display: flex;
          align-items: center;
          border-bottom: 1px solid #9B9B9B; }
        .detail .content04 .contentBody .detailWrap .comboBox .rightSide .specBox dt {
          width: 145px;
          padding: 5px 8px;
          font-weight: bold; }
          .detail .content04 .contentBody .detailWrap .comboBox .rightSide .specBox dt:first-child {
            border-top: 1px solid #9B9B9B; }
            .detail .content04 .contentBody .detailWrap .comboBox .rightSide .specBox dt:first-child + dd {
              border-top: 1px solid #9B9B9B; }
        .detail .content04 .contentBody .detailWrap .comboBox .rightSide .specBox dd {
          width: 180px; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .content04 .contentBody .detailWrap .comboBox .rightSide {
      margin-top: 30px; }
      .detail .content04 .contentBody .detailWrap .comboBox .rightSide .specBox {
        display: flex;
        flex-wrap: wrap; }
        .detail .content04 .contentBody .detailWrap .comboBox .rightSide .specBox:first-child {
          border-top: 4px solid #808080; }
        .detail .content04 .contentBody .detailWrap .comboBox .rightSide .specBox dt, .detail .content04 .contentBody .detailWrap .comboBox .rightSide .specBox dd {
          padding: 19px 0;
          border-bottom: 4px solid #808080; }
        .detail .content04 .contentBody .detailWrap .comboBox .rightSide .specBox dt {
          width: 290px;
          color: #505050;
          font-weight: bold; }
        .detail .content04 .contentBody .detailWrap .comboBox .rightSide .specBox dd {
          width: calc(100% - 290px); } }
  @media only screen and (min-width: 751px), print {
    .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap {
      display: flex;
      width: 100%;
      margin-top: 20px;
      justify-content: center; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap {
      margin-top: 44px; } }
  .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn {
    display: flex;
    position: relative;
    width: 265px;
    height: 50px;
    color: #1a1a1a;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 6px;
    background: #fff;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn {
        width: 100%;
        height: 100px;
        font-size: 32px;
        border-width: 2px; } }
    .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn:before, .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 17px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn:before, .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn:after {
          left: 24px; } }
    .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn:after {
      opacity: 0; }
    @media only screen and (min-width: 751px), print {
      .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn:hover {
        color: #fff;
        text-decoration: none;
        background: #000; }
        .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn:hover.iconShip:before {
          opacity: 0; }
        .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn:hover.iconShip:after {
          opacity: 1; }
      .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn:nth-child(n+2) {
        margin-left: 16px; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn:nth-child(n+2) {
        margin-top: 25px; } }
    .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn.iconShip:before, .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn.iconShip:after {
      width: 22px;
      height: 28px; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn.iconShip:before, .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn.iconShip:after {
          width: 36px;
          height: 52px;
          left: 30px; } }
    .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn.iconShip:before {
      background: url(../../cruise/img/detail/icon_ship.png) no-repeat; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn.iconShip:before {
          background: url(../../cruise/img/detail/icon_ship_sp.png) no-repeat; } }
    .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn.iconShip:after {
      background: url(../../cruise/img/detail/icon_ship_on.png) no-repeat; }
    .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn.iconPdf:before {
      width: 24px;
      height: 24px;
      background: url(../../cruise/img/detail/icon_pdf.png) no-repeat; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .detail .content04 .contentBody .detailWrap .comboBox .rightSide .btnWrap .btn.iconPdf:before {
          width: 48px;
          height: 50px;
          background: url(../../cruise/img/detail/icon_pdf_sp.png) no-repeat; } }
  .detail .content04 .contentBody .detailWrap .textBox {
    margin-top: 40px; }
.detail .content05 h3 {
  position: relative;
  padding-left: 13px;
  color: #004389;
  font-size: 20px;
  font-weight: bold; }
  .detail .content05 h3:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    background: #004389; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .content05 h3 {
      padding-left: 30px;
      font-size: 40px; }
      .detail .content05 h3:before {
        width: 6px; } }
.detail .content05 .comboBox.box01 .floatBtn {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; }
  .detail .content05 .comboBox.box01 .floatBtn a {
    display: table-cell;
    position: relative;
    height: 32px;
    padding: 0 5px;
    padding-right: 25px;
    color: #e61e1e;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
    border: 2px solid #d6ac53;
    background: #fff; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .detail .content05 .comboBox.box01 .floatBtn a {
        font-size: 28px;
        padding: 6px 12px;
        padding-right: 46px;
        border-width: 4px; } }
    .detail .content05 .comboBox.box01 .floatBtn a:before, .detail .content05 .comboBox.box01 .floatBtn a:after {
      content: "";
      position: absolute;
      width: 15px;
      height: 17px;
      top: 5px;
      right: 4px;
      -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    .detail .content05 .comboBox.box01 .floatBtn a:before {
      background: url(../../cruise/img/detail/arw_anchor_red.png) no-repeat; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .detail .content05 .comboBox.box01 .floatBtn a:before {
          width: 22px;
          height: 30px;
          top: 10px;
          right: 10px;
          background: url(../../cruise/img/detail/arw_anchor_red_sp.png) no-repeat; } }
    @media only screen and (min-width: 751px), print {
      .detail .content05 .comboBox.box01 .floatBtn a {
        -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
        .detail .content05 .comboBox.box01 .floatBtn a:after {
          opacity: 0;
          background: url(../../cruise/img/detail/arw_anchor_on.png) no-repeat; }
        .detail .content05 .comboBox.box01 .floatBtn a:hover {
          color: #fff;
          border: 2px solid #fff;
          background: #d6ac53; }
          .detail .content05 .comboBox.box01 .floatBtn a:hover:before, .detail .content05 .comboBox.box01 .floatBtn a:hover:after {
            top: 7px; }
          .detail .content05 .comboBox.box01 .floatBtn a:hover:before {
            opacity: 0; }
          .detail .content05 .comboBox.box01 .floatBtn a:hover:after {
            opacity: 1; } }
@media only screen and (min-width: 751px), print {
  .detail .content05 .comboBox.box01 {
    display: flex;
    margin-bottom: 70px;
    justify-content: space-between;
    flex-wrap: wrap; }
    .detail .content05 .comboBox.box01 .leftSide {
      position: relative;
      width: 560px; }
      .detail .content05 .comboBox.box01 .leftSide .roomListWrap {
        position: relative; }
        .detail .content05 .comboBox.box01 .leftSide .roomListWrap .attention {
          position: absolute;
          left: 0;
          bottom: -2em;
          font-size: 12px; }
      .detail .content05 .comboBox.box01 .leftSide .col02, .detail .content05 .comboBox.box01 .leftSide .col03 {
        width: 140px; }
      .detail .content05 .comboBox.box01 .leftSide .headLabel {
        display: table;
        width: 100%;
        margin-top: 20px;
        border-top: 1px solid #004389;
        background: #005692; }
        .detail .content05 .comboBox.box01 .leftSide .headLabel .col {
          display: table-cell;
          height: 50px;
          padding: 0 10px;
          color: #fff;
          font-size: 14px;
          font-weight: bold;
          vertical-align: middle; }
        .detail .content05 .comboBox.box01 .leftSide .headLabel .col02, .detail .content05 .comboBox.box01 .leftSide .headLabel .col03 {
          text-align: right; }
        .detail .content05 .comboBox.box01 .leftSide .headLabel .col03 {
          font-size: 12px; }
      .detail .content05 .comboBox.box01 .leftSide .roomList li {
        display: flex;
        height: 75px;
        align-items: center;
        cursor: pointer;
        border-bottom: 1px solid #004389;
        background: #fff; }
        .detail .content05 .comboBox.box01 .leftSide .roomList li.active, .detail .content05 .comboBox.box01 .leftSide .roomList li:hover {
          background: #FFEECC; }
        .detail .content05 .comboBox.box01 .leftSide .roomList li.active {
          position: relative;
          cursor: default;
          pointer-events: none; }
          .detail .content05 .comboBox.box01 .leftSide .roomList li.active:before {
            content: "";
            position: absolute;
            width: 15px;
            height: 18px;
            top: 50%;
            right: -15px;
            background: url(../../cruise/img/detail/icon_room_balloon.png) no-repeat;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
        .detail .content05 .comboBox.box01 .leftSide .roomList li .col {
          font-size: 14px;
          font-weight: bold; }
        .detail .content05 .comboBox.box01 .leftSide .roomList li .col01 {
          position: relative;
          padding-left: 36px;
          flex-grow: 1; }
          .detail .content05 .comboBox.box01 .leftSide .roomList li .col01 .bar {
            position: absolute;
            width: 12px;
            height: 47px;
            top: 50%;
            left: 13px;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
          .detail .content05 .comboBox.box01 .leftSide .roomList li .col01 .iconShare {
            display: flex;
            width: 76px;
            height: 24px;
            margin-top: 3px;
            color: #fff;
            font-weight: bold;
            justify-content: center;
            align-items: center;
            background: #4FA5E0; }
        .detail .content05 .comboBox.box01 .leftSide .roomList li .col02, .detail .content05 .comboBox.box01 .leftSide .roomList li .col03 {
          padding: 0 10px;
          text-align: right; }
          .detail .content05 .comboBox.box01 .leftSide .roomList li .col02 strong, .detail .content05 .comboBox.box01 .leftSide .roomList li .col02 span, .detail .content05 .comboBox.box01 .leftSide .roomList li .col03 strong, .detail .content05 .comboBox.box01 .leftSide .roomList li .col03 span {
            display: block; }
          .detail .content05 .comboBox.box01 .leftSide .roomList li .col02 span, .detail .content05 .comboBox.box01 .leftSide .roomList li .col03 span {
            color: #3F3F3F; }
        .detail .content05 .comboBox.box01 .leftSide .roomList li .col02 strong {
          color: #C11E1E; }
        .detail .content05 .comboBox.box01 .leftSide .roomList li .col03 strong {
          color: #004389; }
    .detail .content05 .comboBox.box01 .rightSide {
      display: flex;
      width: 520px;
      flex-direction: column; }
      .detail .content05 .comboBox.box01 .rightSide .roomDetail {
        display: none;
        margin-top: 20px;
        padding: 12px 15px;
        color: #505050;
        font-size: 14px;
        flex-grow: 1;
        background: #FFEECC; }
        .detail .content05 .comboBox.box01 .rightSide .roomDetail.active {
          display: block; }
        .detail .content05 .comboBox.box01 .rightSide .roomDetail.default {
          background: #F4F4F5; }
        .detail .content05 .comboBox.box01 .rightSide .roomDetail dl {
          display: flex;
          margin-top: 12px;
          flex-wrap: wrap;
          justify-content: space-between; }
          .detail .content05 .comboBox.box01 .rightSide .roomDetail dl dt, .detail .content05 .comboBox.box01 .rightSide .roomDetail dl dd {
            display: flex;
            padding: 10px;
            border-bottom: 1px solid #808080; }
          .detail .content05 .comboBox.box01 .rightSide .roomDetail dl dt {
            width: 170px;
            font-weight: bold; }
            .detail .content05 .comboBox.box01 .rightSide .roomDetail dl dt:first-child {
              border-top: 1px solid #808080; }
              .detail .content05 .comboBox.box01 .rightSide .roomDetail dl dt:first-child + dd {
                border-top: 1px solid #808080; }
          .detail .content05 .comboBox.box01 .rightSide .roomDetail dl dd {
            width: 305px; }
        .detail .content05 .comboBox.box01 .rightSide .roomDetail .textWrap {
          margin-top: 15px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .detail .content05 .comboBox.box01 {
    position: relative; }
    .detail .content05 .comboBox.box01 .roomList {
      margin-top: 45px;
      border-top: 4px solid #004389; }
      .detail .content05 .comboBox.box01 .roomList li {
        border-bottom: 4px solid #004389;
        background: #ECF6FF; }
        .detail .content05 .comboBox.box01 .roomList li:nth-child(2n+1) {
          background: #fff; }
      .detail .content05 .comboBox.box01 .roomList .accordionTrigger {
        display: flex;
        position: relative;
        padding-left: 78px;
        padding-right: 90px;
        height: 180px;
        flex-direction: column;
        justify-content: center; }
        .detail .content05 .comboBox.box01 .roomList .accordionTrigger:before {
          content: "";
          position: absolute;
          width: 28px;
          height: 18px;
          top: 50%;
          right: 30px;
          background: url(../../cruise/img/detail/arw_accordion_sp.png) no-repeat;
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        .detail .content05 .comboBox.box01 .roomList .accordionTrigger.active {
          background: #FFF6E5; }
          .detail .content05 .comboBox.box01 .roomList .accordionTrigger.active:before {
            background: url(../../cruise/img/detail/arw_accordion_close_sp.png) no-repeat; }
        .detail .content05 .comboBox.box01 .roomList .accordionTrigger .bar {
          position: absolute;
          width: 26px;
          height: 100px;
          top: 50%;
          left: 26px;
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        .detail .content05 .comboBox.box01 .roomList .accordionTrigger .roomName {
          color: #3F3F3F;
          font-size: 32px;
          font-weight: bold; }
        .detail .content05 .comboBox.box01 .roomList .accordionTrigger .iconShare {
          display: flex;
          width: 152px;
          height: 48px;
          margin-top: 6px;
          color: #fff;
          font-weight: bold;
          justify-content: center;
          align-items: center;
          background: #4FA5E0; }
      .detail .content05 .comboBox.box01 .roomList .accordion {
        display: none;
        padding: 20px 20px 150px;
        border-top: 4px solid #CACACA;
        background: #FFF6E5; }
        .detail .content05 .comboBox.box01 .roomList .accordion .roomPrice {
          font-size: 30px; }
          .detail .content05 .comboBox.box01 .roomList .accordion .roomPrice dt {
            font-weight: bold; }
          .detail .content05 .comboBox.box01 .roomList .accordion .roomPrice dd {
            margin-top: 10px;
            padding-left: 35px; }
            .detail .content05 .comboBox.box01 .roomList .accordion .roomPrice dd strong, .detail .content05 .comboBox.box01 .roomList .accordion .roomPrice dd span {
              display: block;
              font-weight: bold; }
            .detail .content05 .comboBox.box01 .roomList .accordion .roomPrice dd.row01 strong {
              color: #F24949; }
            .detail .content05 .comboBox.box01 .roomList .accordion .roomPrice dd.row02 strong {
              color: #004389; }
            .detail .content05 .comboBox.box01 .roomList .accordion .roomPrice dd + dt {
              margin-top: 25px; }
        .detail .content05 .comboBox.box01 .roomList .accordion .attention {
          margin-top: 1em;
          padding-left: 1em;
          text-indent: -1em; }
        .detail .content05 .comboBox.box01 .roomList .accordion .imgWrap {
          margin-top: 30px; }
        .detail .content05 .comboBox.box01 .roomList .accordion .roomDetail {
          margin-top: 40px;
          border-top: 4px solid #808080; }
          .detail .content05 .comboBox.box01 .roomList .accordion .roomDetail dt {
            padding-top: 20px;
            font-weight: bold; }
          .detail .content05 .comboBox.box01 .roomList .accordion .roomDetail dd {
            padding-top: 10px;
            padding-bottom: 20px;
            border-bottom: 4px solid #808080; }
        .detail .content05 .comboBox.box01 .roomList .accordion .textWrap {
          margin-top: 25px; } }
@media only screen and (min-width: 751px), print {
  .detail .content05 .deckWrap {
    margin-top: 20px; }
    .detail .content05 .deckWrap .deckTriggerList {
      display: flex;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff; }
      .detail .content05 .deckWrap .deckTriggerList li {
        display: flex;
        height: 48px;
        color: #004389;
        font-weight: bold;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        cursor: pointer;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        background: #FFF6E6; }
        .detail .content05 .deckWrap .deckTriggerList li.active, .detail .content05 .deckWrap .deckTriggerList li.disabled {
          cursor: default;
          pointer-events: none; }
        .detail .content05 .deckWrap .deckTriggerList li.active, .detail .content05 .deckWrap .deckTriggerList li:hover {
          background: #FFEECC; }
        .detail .content05 .deckWrap .deckTriggerList li.disabled {
          color: #CACACA;
          background: #F4F4F5 !important; }
    .detail .content05 .deckWrap .deckList li {
      display: none;
      padding: 30px 0;
      text-align: center;
      background: #fff; }
      .detail .content05 .deckWrap .deckList li.active {
        display: block; }
    .detail .content05 .deckWrap .deckList + .textWrap {
      margin-top: 5px;
      font-size: 14px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .detail .content05 .deckWrap .textWrap {
    margin-top: 20px; } }
.detail .content05 .discountBox {
  position: relative;
  min-height: 160px;
  margin-top: 20px;
  padding: 20px;
  padding-left: 160px;
  word-break: break-word;
  border: 5px solid #d6ac53;
  background: url(../../cruise/img/detail/ph_content05_discount.png) no-repeat 20px 20px #f9f7f2; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .detail .content05 .discountBox {
      margin-top: 80px;
      min-height: 220px;
      padding: 100px 30px 50px;
      word-break: break-word;
      border: 5px solid #d6ac53;
      background: #f9f7f2; }
      .detail .content05 .discountBox:before {
        content: "";
        position: absolute;
        width: 118px;
        height: 140px;
        top: -48px;
        left: 18px;
        background: url(../../cruise/img/detail/ph_content05_discount_sp.png) no-repeat; } }
@media only screen and (min-width: 751px), print {
  .detail .content05 .comboBox.box02 {
    display: flex;
    margin-top: 40px;
    justify-content: space-between; }
    .detail .content05 .comboBox.box02 .leftSide, .detail .content05 .comboBox.box02 .rightSide {
      width: 540px; }
      .detail .content05 .comboBox.box02 .leftSide .textWrap, .detail .content05 .comboBox.box02 .rightSide .textWrap {
        margin-top: 20px;
        padding-left: 1em;
        font-size: 14px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .detail .content05 .comboBox.box02 .leftSide, .detail .content05 .comboBox.box02 .rightSide {
    margin-top: 60px; }
    .detail .content05 .comboBox.box02 .leftSide .textWrap, .detail .content05 .comboBox.box02 .rightSide .textWrap {
      margin-top: 30px;
      padding-left: 30px; } }
@media only screen and (min-width: 751px), print {
  .detail .content06 .contentBody {
    padding: 0;
    background: none; }
  .detail .content06 .tabTriggerList {
    display: flex; }
    .detail .content06 .tabTriggerList li {
      display: flex;
      position: relative;
      width: 100%;
      height: 50px;
      padding: 0 10px;
      padding-left: 45px;
      flex-grow: 1;
      color: #004389;
      font-size: 14px;
      font-weight: bold;
      cursor: pointer;
      justify-content: center;
      align-items: center;
      background: #fff;
      border: 1px solid #005692; }
      .detail .content06 .tabTriggerList li:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        top: 0;
        left: 0;
        background: #005692;
        opacity: 0; }
      .detail .content06 .tabTriggerList li:nth-child(n+2) {
        border-left: none; }
      .detail .content06 .tabTriggerList li.active, .detail .content06 .tabTriggerList li:hover {
        border-bottom: 1px solid #E1F1FF;
        background: #E1F1FF; }
        .detail .content06 .tabTriggerList li.active:before, .detail .content06 .tabTriggerList li:hover:before {
          opacity: 1; }
      .detail .content06 .tabTriggerList li.active {
        cursor: default;
        pointer-events: none; }
      .detail .content06 .tabTriggerList li .icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 50%;
        left: 10px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
  .detail .content06 .tabList li {
    display: none;
    padding: 35px 50px 45px;
    border: 1px solid #005692;
    border-top: none;
    background: #E1F1FF; }
    .detail .content06 .tabList li.active {
      display: block; }
    .detail .content06 .tabList li .comboBox {
      display: flex;
      justify-content: space-between; }
    .detail .content06 .tabList li .leftSide {
      width: 595px; }
    .detail .content06 .tabList li .rightSide {
      width: 445px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .detail .content06 .contentBody {
    padding: 0;
    background: none; }
    .detail .content06 .contentBody li:nth-child(n+2) {
      margin-top: 10px; }
  .detail .content06 .accordionTrigger {
    display: flex;
    position: relative;
    height: 112px;
    color: #fff;
    font-weight: bold;
    align-items: center;
    padding-left: 120px;
    background: #005692; }
    .detail .content06 .accordionTrigger .icon {
      position: absolute;
      top: 50%;
      left: 20px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .detail .content06 .accordionTrigger:before {
      content: "";
      position: absolute;
      width: 28px;
      height: 18px;
      top: 50%;
      right: 30px;
      background: url(../../cruise/img/detail/arw_accordion_white_sp.png) no-repeat;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .detail .content06 .accordionTrigger.active:before {
      background: url(../../cruise/img/detail/arw_accordion_close_white_sp.png) no-repeat; }
  .detail .content06 .accordion {
    display: none;
    padding: 25px;
    border-top: 2px solid #fff;
    background: #E1F1FF; }
    .detail .content06 .accordion .imgWrap {
      margin-top: 30px; } }
.detail .closedMessage {
  background: #e61e1e;
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: bold; }

.archive .mainContentInner {
  padding: 35px 0 110px; }
.archive h1 {
  position: relative;
  padding-bottom: 45px;
  font-size: 32px;
  font-weight: bold;
  text-align: center; }
  .archive h1:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    left: 50%;
    bottom: 0;
    background: #d2961e;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .archive h1 {
      font-size: 48px; }
      .archive h1:before {
        height: 6px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .archive .contentInner {
    padding: 0; } }
@media only screen and (min-width: 751px), print {
  .archive #selector {
    margin-top: 45px; }
    .archive #selector .selectorList {
      display: flex;
      justify-content: center; }
      .archive #selector .selectorList .btnStyle {
        width: 180px;
        margin: 0;
        cursor: pointer; }
        .archive #selector .selectorList .btnStyle:nth-child(n+2) {
          margin-left: 20px; }
        .archive #selector .selectorList .btnStyle.active {
          color: #fff;
          background: #1a1a1a;
          pointer-events: none; }
          .archive #selector .selectorList .btnStyle.active span:before {
            opacity: 0; }
          .archive #selector .selectorList .btnStyle.active span:after {
            opacity: 1; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .archive #selector {
    position: relative;
    margin-top: 60px;
    padding: 0 55px; }
    .archive #selector .selectorTitle {
      display: table;
      position: relative;
      width: 100%;
      height: 80px;
      overflow: hidden;
      background: #0071bc; }
      .archive #selector .selectorTitle:before, .archive #selector .selectorTitle:after {
        content: "";
        position: absolute;
        width: 24px;
        height: 80px;
        right: 26px;
        -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      .archive #selector .selectorTitle:before {
        top: 0;
        background: url(../img/arw_accordion_white_sp.png) no-repeat center center; }
      .archive #selector .selectorTitle:after {
        top: -80px;
        background: url(../img/arw_accordion_white_close_sp.png) no-repeat center center; }
      .archive #selector .selectorTitle.active:before {
        top: 80px; }
      .archive #selector .selectorTitle.active:after {
        top: 0; }
      .archive #selector .selectorTitle span {
        display: table-cell;
        padding-left: 30px;
        color: #fff;
        font-size: 32px;
        font-weight: bold;
        vertical-align: middle; }
    .archive #selector .selectorList {
      position: absolute;
      width: calc(100% - 110px);
      top: 100%;
      border: 1px solid #0071bc;
      border-top: none;
      background: #fff;
      z-index: 10;
      -moz-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0);
      -moz-transform-origin: center top;
      -ms-transform-origin: center top;
      -webkit-transform-origin: center top;
      transform-origin: center top;
      -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      .archive #selector .selectorList.active {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
      .archive #selector .selectorList li {
        display: table;
        width: 100%;
        height: 100px;
        border-radius: 0;
        border-top: 2px solid #ccc; }
        .archive #selector .selectorList li.active {
          border: 8px solid #c80000; }
        .archive #selector .selectorList li .logo {
          display: none; }
        .archive #selector .selectorList li span {
          display: table-cell;
          padding: 0 30px;
          vertical-align: middle;
          text-align: left; }
          .archive #selector .selectorList li span:before, .archive #selector .selectorList li span:after {
            display: none; }
          .archive #selector .selectorList li span br {
            display: none; } }
.archive .headWrap {
  margin-top: 40px;
  font-size: 14px; }
  .archive .headWrap .total, .archive .headWrap .year, .archive .headWrap strong, .archive .headWrap span {
    display: inline-block;
    vertical-align: baseline; }
  .archive .headWrap strong {
    font-size: 26px;
    font-weight: bold; }
  .archive .headWrap .year {
    margin-left: 25px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .archive .headWrap {
      margin-top: 80px;
      padding: 0 55px;
      font-size: 28px; }
      .archive .headWrap strong {
        font-size: 40px; }
      .archive .headWrap .year {
        margin-left: 36px; } }
.archive #courseList {
  margin-top: 10px;
  font-size: 14px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .archive #courseList {
      margin-top: 20px;
      font-size: 28px;
      border-top: 2px solid #212121; } }
  .archive #courseList > li {
    border-bottom: 1px solid #ccc; }
    .archive #courseList > li.bgColor {
      background: #F2F2F2; }
    .archive #courseList > li:not(.headLabel) .col01:before {
      content: "終了しました";
      padding: 0 3px;
      color: #fff;
      background: #C80000; }
    .archive #courseList > li:not(.headLabel) .col01 .year {
      margin-top: 2px;
      font-weight: bold; }
    .archive #courseList > li:not(.headLabel) .col03, .archive #courseList > li:not(.headLabel) .col05 {
      text-align: left;
      justify-content: left; }
    @media only screen and (min-width: 751px), print {
      .archive #courseList > li {
        display: flex; }
        .archive #courseList > li .col {
          display: flex;
          flex-wrap: wrap;
          width: 130px;
          padding: 12px;
          align-items: center;
          text-align: center;
          justify-content: center; }
        .archive #courseList > li .col03 {
          width: 300px; }
        .archive #courseList > li .col04 {
          width: 60px; }
        .archive #courseList > li .col05 {
          width: 320px; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .archive #courseList > li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 40px 55px;
        border-width: 2px; } }
  .archive #courseList .headLabel {
    height: 70px;
    font-weight: bold;
    border-color: #212121; }
    .archive #courseList .headLabel .col {
      background: #E5F4FD; }
      .archive #courseList .headLabel .col:nth-child(2n) {
        background: #D2ECFC; }
    .archive #courseList .headLabel .col05 span {
      font-size: 12px;
      font-weight: normal; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .archive #courseList .col01 {
      width: 400px; }
    .archive #courseList .col02 {
      width: 200px; }
    .archive #courseList .col03, .archive #courseList .col05, .archive #courseList .col06, .archive #courseList .col07 {
      width: 100%; }
    .archive #courseList .col04 {
      display: none; } }
  .archive #courseList .col06 .optionList li {
    display: flex;
    width: 90px;
    height: 24px;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    border-radius: 2px; }
    .archive #courseList .col06 .optionList li.option1 {
      color: #fff;
      background: #006837; }
    .archive #courseList .col06 .optionList li.option2 {
      color: #000;
      background: #FFFF00; }
    .archive #courseList .col06 .optionList li.option3 {
      color: #fff;
      background: #640000; }
    @media only screen and (min-width: 751px), print {
      .archive #courseList .col06 .optionList li:nth-child(n+2) {
        margin-top: 2px; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .archive #courseList .col06 .optionList li {
        width: 210px;
        height: 48px;
        font-size: 28px;
        border-radius: 4px; }
        .archive #courseList .col06 .optionList li:nth-child(n+2) {
          margin-left: 10px; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .archive #courseList .col06 .optionList {
      display: flex;
      margin-top: 20px; } }
  .archive #courseList .col07 a {
    display: flex;
    position: relative;
    width: 80px;
    height: 40px;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #0078DC; }
    @media only screen and (min-width: 751px), print {
      .archive #courseList .col07 a {
        -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
        .archive #courseList .col07 a:hover {
          background: #000; }
          .archive #courseList .col07 a:hover:before {
            -moz-transform: translate(5px, -50%);
            -ms-transform: translate(5px, -50%);
            -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%); } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .archive #courseList .col07 a {
        width: 100%;
        height: 80px;
        margin-top: 30px;
        border-radius: 12px; } }
    .archive #courseList .col07 a:before {
      content: "";
      position: absolute;
      width: 8px;
      height: 13px;
      top: 50%;
      right: 10px;
      background: url(../img/arw_btn_white_small.png) no-repeat;
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .archive #courseList .col07 a:before {
          width: 14px;
          height: 24px;
          right: 20px;
          background: url(../img/arw_btn_white_small_sp.png) no-repeat; } }
.archive .rateWrap {
  margin-top: 20px;
  padding: 0 55px;
  font-size: 24px; }
  .archive .rateWrap p {
    padding-left: 1em;
    text-indent: -1em; }
.archive .companyList {
  border: 1px solid #ccc; }
  @media only screen and (min-width: 751px), print {
    .archive .companyList {
      display: flex;
      flex-wrap: wrap;
      margin-top: 45px;
      align-items: center;
      justify-content: center; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .archive .companyList {
      width: 640px;
      margin: 80px auto 0;
      padding: 25px 30px;
      border-width: 2px; } }
  @media only screen and (min-width: 751px), print {
    .archive .companyList li {
      width: 33%; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .archive .companyList li:nth-child(n+2) {
      margin-top: 35px; } }
  .archive .companyList li a {
    display: flex;
    align-items: center;
    color: #1a1a1a; }
    @media only screen and (min-width: 751px), print {
      .archive .companyList li a {
        height: 90px;
        justify-content: center; } }
  .archive .companyList li .logo {
    width: 100px; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .archive .companyList li .logo {
        width: 200px; } }
  .archive .companyList li .text {
    margin-left: 18px;
    font-size: 12px; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .archive .companyList li .text {
        font-size: 22px; } }
