@charset "utf-8";
/* CSS Document */
html:lang(zh-HK),
html:lang(zh-HK) body {
  font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
}
.w960p_a {
  max-width: 100%;
}
#header {
  z-index: 1000;
}
#header #gnavi #site_id {
  line-height: 0;
}
#header #gnavi #site_id img {
  height: 49px;
}
#gnavi_lang {
  position: absolute;
  right: 10px;
  bottom: 4px;
}
#gnavi_lang ul li {
  display: inline-block;
  color: #c1af4c;
  font-size: 14px;
  font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#gnavi_lang ul li:before {
  content: "/";
  display: inline-block;
  margin: 0 .3em;
}
#gnavi_lang ul li:first-of-type:before {
  display: none;
}
#gnavi_lang ul li a {
  color: #c1af4c;
}
#gnavi_lang ul li a:hover {
  text-decoration: none;
  opacity: .7;
}
#gnavi_lang ul li span {
  border-bottom: 2px solid #c1af4c;
}
#sp_header #gnavi_lang {
  right: 60px;
  top: 17px;
  bottom: auto;
}
/* campaign tagline */
#campaign_tagline {
  /*position:fixed;
    top:0;*/
  width: 100%;
  /*color:#f35f5f;*/
  color: #fff;
  /*background:#fff;*/
  background: #f35f5f;
  font-size: 180%;
  font-style: italic;
  z-index: 1000;
  text-align: right;
  font-weight: 600;
  border-bottom: 1px solid #dee1f6;
  /*
    font-size:560%;
    line-height:1;
    text-align:center;
    padding:40px 20px;
    overflow:hidden;
    background:#f35f5f;
    color:#fff;
    border-bottom:15px solid #573e92;
    min-width:920px;
    font-style:italic;
    */
}
#campaign_tagline span.word9,
#campaign_tagline span.word10,
#campaign_tagline span.word11,
#campaign_tagline span.word12,
#campaign_tagline span.word13,
#campaign_tagline span.word14 {
  /*color:#fff000;*/
}
#campaign_tagline strong {
  padding-right: 20px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: normal;
}
/* mv */
#out {
  position: fixed;
  display: none;
}
#top_mv_block {
  text-align: center;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
#top_mv_inner {
  position: relative;
  width: 100%;
}
.vegas-timer {
  display: none;
}
#top_mv_block div#top_mv_inner #catch1 {
  position: absolute;
  opacity: 0;
  text-align: center;
  width: 100%;
}
#opening_txt1 {
  /*font-size:60px;*/
  font-size: 460%;
  color: #2e3a87;
  line-height: 1;
}
#opening_txt1 .word3 .char2 {
  color: #f35f5f;
  letter-spacing: 0.1em;
}
#opening_txt2 {
  font-size: 12px;
  color: #2e3a87;
  font-weight: 600;
}
.btn_event_register {
  background: url("../../image/ico_ship.svg") no-repeat 10px center #3d5afe;
  background-size: 40px auto;
  text-align: center;
  padding: 15px 15px 15px 50px;
  color: #FFFFFF;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 4px 4px 8px gray;
  border: 2px solid #FFFFFF;
  display: inline-block;
}
.btn_event_register:hover {
  opacity: 1;
  text-decoration: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  .btn_event_register {
    font-size: 12px;
    background-size: 20px auto;
    padding: 8px 8px 8px 30px;
    border-width: 1px;
    box-shadow: 2px 2px 4px gray;
  }
}
#main_mv {
  position: relative;
  /*padding-top:69px;*/
  padding-top: 120px;
  overflow: hidden;
}
#main_mv a {
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#main_mv a:hover {
  opacity: .7;
  text-decoration: none;
}
#main_mv img {
  width: 100%;
  display: block;
}
#main_mv #mv-btn_event {
  position: absolute;
  left: 50%;
  top: 65%;
  margin-left: -180px;
  width: 360px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #main_mv #mv-btn_event {
    position: relative;
    top: auto;
    left: auto;
    margin: 1rem auto;
    width: 280px;
  }
}
#main_mv .banner-botton {
  position: absolute;
  left: -64px;
  bottom: -80px;
  display: block;
  color: #FFFFFF;
  border-radius: 80px;
  text-align: center;
  font-size: 1.3rem;
  padding: 10px 3rem 90px 5rem;
  box-sizing: border-box;
  background: url("/cn/image/ico_click.svg") no-repeat 384px 24px #e61773;
}
@media only screen and (max-width: 768px) {
  #main_mv {
    height: auto !important;
  }
  #main_mv .banner-botton {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: .5em 1em .5em 3em;
    font-size: 1rem;
    letter-spacing: .2em;
    background-position: 10px center;
    background-size: auto 75%;
  }
  #main_mv .banner-botton br {
    display: none;
  }
}
#main_mv #vslider {
  height: 600px;
}
#main_mv #copy_box {
  position: absolute;
  top: 330px;
  width: 100%;
  color: #fff;
}
#main_mv #copy_box .copy_box_inner {
  width: 94%;
  margin: 0 auto;
  max-width: 960px;
}
#main_mv #copy_box img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
#main_mv #copy_box a {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#main_mv #copy_box a:hover,
#main_mv #copy_box a:focus {
  opacity: 0.6;
}
#main_mv #copy_box .banner-block {
  background: url("../../image/ico_arrow_right.svg") no-repeat 2px center rgba(46, 58, 135, 0.8);
  background-size: 1.5em auto;
  border: 3px solid #c1af4c;
  border-radius: 4px;
  padding: 1rem 1rem 1rem;
  text-align: center;
  width: 400px;
  max-width: 90%;
  margin: 1rem auto;
  font-size: 1.2rem;
  color: #ffffff;
  letter-spacing: 0;
}
#main_mv #copy_box .banner-block .banner-title {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #ffffff;
  padding: 0 .5em;
  margin-bottom: .5rem;
}
#main_mv #copy_box .banner-block .banner-title span {
  font-size: 1rem;
  letter-spacing: 0;
  display: inline-block;
  color: #ffcccb;
}
@media only screen and (max-width: 767px) {
  #main_mv #copy_box .banner-block {
    margin: 0 auto;
  }
  #main_mv #copy_box .banner-block p {
    font-size: 1.3rem;
  }
  #main_mv #copy_box .banner-block .banner-title {
    font-size: 1.3rem;
  }
}
html:lang(zh-HK) #main_mv #copy_box .banner-block {
  padding: 1rem 1rem 1.5rem;
  font-size: 2rem;
}
html:lang(zh-HK) #main_mv #copy_box .banner-block .banner-title {
  font-size: 2rem;
  letter-spacing: .1em;
}
html:lang(zh-HK) #main_mv #copy_box .banner-block .banner-title span {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  html:lang(zh-HK) #main_mv #copy_box .banner-block p {
    font-size: 2rem;
  }
  html:lang(zh-HK) #main_mv #copy_box .banner-block .banner-title {
    font-size: 1.5rem;
  }
}
#main_mv h1 {
  text-align: center;
  line-height: 1.2;
  font-weight: normal;
  font-size: 70px;
  font-weight: 600;
  min-width: 960px;
  overflow: hidden;
  padding: 50px 0 60px;
}
#main_mv h1 span {
  position: relative;
}
#main_mv h1 span:before {
  content: 'Your';
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -o-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
  position: absolute;
  top: -45px;
  left: -20px;
  color: #fff;
  font-size: 34px;
  line-height: 1.4;
  font-family: 'Satisfy', cursive;
}
#main_mv h1 span:after {
  content: 'Begins in Malaysia.';
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  position: absolute;
  bottom: -40px;
  right: -2rem;
  color: #fff;
  font-size: 34px;
  line-height: 1.4;
  font-family: 'Satisfy', cursive;
}
html:lang(zh-HK) #main_mv h1 span:before,
html:lang(zh-HK) #main_mv h1 span:after {
  display: none;
}
#main_mv #name {
  text-align: center;
  line-height: 1.2;
  font-size: 50px;
  font-weight: normal;
  margin-bottom: -50px;
}
#main_mv #name img {
  width: 350px;
}
#main_mv #sub_copy {
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -o-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
  position: absolute;
  top: -40px;
  left: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
}
#top_article {
  margin-bottom: 40px;
}
#top_article .bx-controls-direction {
  display: none;
}
#top_article .section-banner {
  padding: 2rem 0;
  text-align: center;
}
#top_article .section-banner a {
  display: inline-block;
}
#top_article .section-banner a img:hover {
  opacity: .7;
}
#top_article .section-banner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#top_article .section h2 {
  font-size: 460%;
  font-weight: 600;
  text-align: center;
  color: #2e3a87;
  margin-top: 15px;
  margin-bottom: 20px;
  /*font-family: 'EB Garamond', serif;*/
}
#top_article #block1 {
  color: #2e3a87;
  text-align: center;
  padding: 30px 0 55px;
  background: url(../../image/block1_bg.gif) left center no-repeat;
}
#top_article #block1 #block1_catch {
  font-size: 262%;
}
#top_article #block2 {
  max-width: 2000px;
  margin: 0 auto;
}
#top_article #block2 ul li {
  float: left;
  width: 20%;
}
#top_article #block2 ul li img {
  width: 100%;
  height: auto;
}
#top_article #block3 {
  background: url(../../image/map_bg.png) center top no-repeat;
  color: #2e3a87;
  padding-top: 70px;
}
#top_article #block3 ul {
  letter-spacing: -0.4em;
  text-align: center;
}
#top_article #block3 ul li {
  display: inline-block;
}
#top_article #block3 ul li:nth-child(2) {
  margin: 0 28px 0 28px;
}
#top_article #block3 figure {
  line-height: 0;
}
#top_article #block4 #voyage1_wrap,
#top_article #block4 #voyage2_wrap,
#top_article #block4 #voyage3_wrap {
  padding-top: 125px;
  margin-top: -125px;
}
#voyage4_wrap {
  padding-top: 69px;
  margin-top: -69px;
  position: absolute;
}
#top_article #block4 dl dt {
  color: #fff;
  text-align: center;
  padding: 50px 0 33px;
  line-height: 1.4;
  cursor: pointer;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
  letter-spacing: normal;
}
#top_article #block4 dl dt:hover {
  filter: alpha(opacity=80) !important;
  opacity: 0.8 !important;
}
#top_article #block4 dl dt strong {
  display: block;
  font-size: 210%;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1;
}
#top_article #block4 dl dt > span {
  font-family: 'Open Sans', sans-serif;
  display: block;
  font-size: 116%;
  font-weight: 700;
  line-height: 1.4;
}
#top_article #block4 dl dt > span > span {
  font-family: 'Open Sans', sans-serif;
  display: block;
  font-weight: 400;
  font-size: 77%;
  line-height: 1.2;
}
#top_article #block4 dl dt small {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-weight: 700;
  font-size: 120%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#top_article #block4 dl dt.opened small {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#top_article #block4 #voyage1 dt {
  background: url(../../image/voyage4_stamp.gif) 10px 48% no-repeat #e9b14b;
}
#top_article #block4 #voyage2 dt {
  background: url(../../image/voyage2_stamp.gif) 10px 48% no-repeat #75b94f;
}
#top_article #block4 #voyage3 dt {
  background: url(../../image/voyage3_stamp.gif) 10px 48% no-repeat #188c88;
}
#top_article #block4 dl dd {
  background: #fff;
  box-sizing: border-box;
  min-width: 960px;
  padding-bottom: 10px;
}
#top_article #block4 dl dd figure img {
  /*	max-width:1600px;*/
  min-width: 860px;
}
#top_article #block4 dl dd .list_wrap {
  width: 800px;
  margin: 0 auto;
}
#top_article #block4 #voyage1 dd {
  border-top: none;
}
#top_article #block4 #voyage2 dd {
  border: 50px solid #75b94f;
  border-top: none;
}
#top_article #block4 #voyage3 dd {
  border: 50px solid #188c88;
  border-top: none;
}
#top_article #block4 dl dd p {
  font-size: 108%;
  text-align: center;
  margin: 80px;
  margin-top: 20px !important;
}
#top_article #block4 dl dd h3 {
  color: #e9b14b;
  text-align: center;
  font-size: 180%;
  margin-bottom: 25px;
}
#top_article #block4 #voyage2 dd h3 {
  color: #75b94f;
}
#top_article #block4 #voyage3 dd h3 {
  color: #188c88;
}
#top_article #block4 dl dd > div > div {
  width: 48%;
}
#top_article #block4 dl dd .tbl1 {
  border: none;
}
#top_article #block4 dl dd .tbl1 th,
#top_article #block4 dl dd .tbl1 td {
  color: #333;
  font-size: 85%;
  padding: 5px 12px;
  letter-spacing: normal;
}
#top_article #block4 #voyage2 dd .tbl1 .odd th,
#top_article #block4 #voyage2 dd .tbl1 .odd td {
  background: #f0f7ec;
}
#top_article #block4 #voyage3 dd .tbl1 .odd th,
#top_article #block4 #voyage3 dd .tbl1 .odd td {
  background: #eaf5f4;
}
#top_article #block4 dl dd .tbl1 td {
  text-align: right;
}
#top_article #block4 dl dd .voyage_gallery_bt {
  text-align: center;
  width: 370px;
  font-weight: 600;
  margin: 0 auto;
  font-size: 120%;
}
#top_article #block4 dl dd .voyage_gallery_bt a {
  display: block;
  padding: 12px;
  color: #fff;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.2s ease-out;
}
#top_article #block4 dl dd .voyage_gallery_bt a:hover {
  text-decoration: none;
  filter: alpha(opacity=80) !important;
  opacity: 0.7 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.2s ease-out;
}
#top_article #block4 #voyage1 dd .voyage_gallery_bt a {
  background: #e9b14b;
}
#top_article #block4 #voyage2 dd .voyage_gallery_bt a {
  background: #75b94f;
}
#top_article #block4 #voyage3 dd .voyage_gallery_bt a {
  background: #188c88;
}
#top_article #block5 {
  padding-top: 57px;
}
#top_article #block5 h2 {
  color: #f35f5f;
  font-size: 365%;
}
#top_article #block5 p {
  text-align: center;
}
/*
#top_article #block5 p span{
	background:#f35f5f;
	color:#fff;
	font-size:180%;
	font-weight:600;
	font-style:italic;
	line-height:1.4;
	text-align:center;
	padding:8px 10px 5px;
}
*/
#top_article #block5 p span {
  background: #FFF;
  color: #f35f5f;
  font-size: 220%;
  font-weight: bold;
  font-style: italic;
  line-height: 1.4;
  text-align: center;
  padding: 8px 10px 5px;
  margin-top: 50px;
}
#top_article #block5 #notice_txt {
  font-style: italic;
  font-size: 224%;
  line-height: 1.4;
  color: #f35f5f;
}
#top_article #block5 time {
  color: #f35f5f;
  font-size: 640%;
  font-weight: 600;
  text-align: center;
  display: block;
  font-style: italic;
}
#top_article #block6 h2 {
  color: #573e92;
  font-weight: 600;
}
#top_article #block6 dl {
  margin-bottom: 15px;
}
#top_article #block6 dl dt {
  color: #573e92;
  font-weight: 600;
  margin-bottom: 5px;
}
#top_article #block6 dl dd input {
  border: 1px solid #e6de9b;
  background: #fffce3;
  padding: 10px;
  width: 310px;
}
#top_article #block6 dl.input_number input {
  width: 100px;
}
#top_article #block6 dl#input_sex {
  width: 210px;
  margin-left: 20px;
}
#top_article #block6 dl#input_sex dd,
#top_article #block6 dl#input_time dd {
  background: #fffce3;
  padding: 10px;
  border: 1px solid #e6de9b;
  line-height: 1;
}
#top_article #block6 dl#input_sex dd input,
#top_article #block6 dl#input_time dd input {
  width: auto;
  border: none;
  background: none;
}
.form_wrap_box {
  width: 700px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #ab9ec8;
  padding-top: 25px;
}
#top_article #block6 a {
  color: #442d7c;
  text-decoration: underline;
}
#top_article #block6 a:hover {
  text-decoration: none;
}
#top_article #block6 p {
  text-align: center;
}
#top_article #block6 {
  /*padding-top:60px;*/
}
#top_article #block7 {
  padding-top: 5em;
}
#top_article #block7 h2 {
  color: #573e92;
  font-weight: 600;
  font-size: 240%;
  margin-top: 5px;
}
#top_article #block7 dl {
  text-align: center;
  margin-top: 40px;
}
#top_article #block7 dl dt {
  color: #573e92;
  font-weight: 600;
  margin-bottom: 1rem;
}
#top_article #block7 dl dt img {
  width: 270px;
  margin: 0 auto 10px;
}
#top_article #block7 dl dd {
  font-size: 108%;
}
#top_article #block7 dl dd a {
  color: #f35f5f;
  text-decoration: underline;
}
#top_article #block7 dl dd + dt {
  margin-top: 2rem;
}
#form_bt {
  margin-top: 40px;
}
#form_bt input {
  background: #573e92;
  cursor: pointer;
  text-align: center;
  width: 370px;
  font-weight: 600;
  margin: 0 auto;
  font-size: 180%;
  display: block;
  padding: 18px 12px 16px;
  border: none;
  letter-spacing: 0.03em;
  color: #fff;
  font-family: 'Crimson Text', serif;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.2s ease-out;
}
#form_bt input:hover {
  text-decoration: none;
  filter: alpha(opacity=80) !important;
  opacity: 0.7 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.2s ease-out;
}
.hand_txt {
  /*font-family: 'Homemade Apple', cursive;*/
  font-family: 'Satisfy', cursive;
  letter-spacing: normal;
}
#join_bt {
  position: fixed;
  bottom: 10px;
  right: 10px;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#join_bt:hover {
  filter: alpha(opacity=80) !important;
  opacity: 0.7 !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  bottom: 0px;
}
.concept_section {
  position: relative;
}
.concept_section h2 {
  /*font-family: 'Homemade Apple', cursive;*/
  font-family: 'Satisfy', cursive;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 340% !important;
  -moz-text-shadow: 1px 1px 8px #000;
  -webkit-text-shadow: 1px 1px 8px #000;
  -ms-text-shadow: 1px 1px 8px #000;
  -o-text-shadow: 1px 1px 8px #000;
  text-shadow: 1px 1px 8px #000;
  font-weight: normal !important;
}
#concept_block1 {
  background: url(../../image/concept1_bg.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#concept_block1 h2,
#concept_block8 h2 {
  /*font-family: 'Crimson Text', serif;*/
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}
#concept_block2 {
  background: url(../../image/concept2_bg.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#concept_block2 h2 {
  color: #fff !important;
  /*font-family: 'Amatic SC', cursive;*/
}
#concept_block3 {
  background: url(../../image/concept3_bg.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#concept_block3 h2 {
  color: #fff !important;
}
#concept_block4 {
  background: url(../../image/concept4_bg.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#concept_block4 h2 {
  color: #fff !important;
}
#concept_block5 {
  background: url(../../image/concept5_bg.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#concept_block5 h2 {
  color: #fff !important;
}
#concept_block6 {
  background: url(../../image/concept6_bg.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#concept_block6 h2 {
  color: #fff !important;
}
#concept_block7 {
  background: url(../../image/concept7_bg.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#concept_block7 h2 {
  color: #fff !important;
}
#concept_block9 {
  background: url(../../image/concept9_bg.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#concept_block9 h2 {
  color: #fff !important;
}
#concept_block8 {
  overflow: hidden;
}
#concept_block8 h2 {
  line-height: 1.5;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
#concept_block8 h2 strong {
  font-weight: normal;
}
#concept_block8 h2 small {
  display: block;
  -webkit-transform: rotate(95deg);
  -moz-transform: rotate(95deg);
  -o-transform: rotate(95deg);
  -ms-transform: rotate(95deg);
  transform: rotate(95deg);
  color: #ccc;
  font-weight: bold;
  font-size: 80%;
  font-family: 'Crimson Text', serif;
}
#concept_block8 h2 small a {
  color: #ccc;
}
#concept_block8 h2 small a:hover {
  text-decoration: none;
  color: #2e3a87;
}
#caution_txt {
  margin: 30px 0;
}
#caution_txt * {
  color: #454545;
}
#caution_txt p {
  text-align: left !important;
  font-size: 123.1%;
  line-height: 1.6;
}
#caution_txt ul {
  list-style-type: disc;
  margin: 10px 0 0 18px;
}
#caution_txt ul li {
  margin-bottom: 3px;
  font-size: 123.1%;
  line-height: 1.6;
}
#caution_txt dl {
  margin-top: 15px;
  line-height: 1.6;
}
#caution_txt dl dt {
  font-weight: bold;
  font-size: 123.1%;
  line-height: 1.6;
}
#caution_txt dl dd {
  font-size: 123.1%;
  line-height: 1.6;
}
#error_box {
  font-weight: bold;
  color: #f35f5f;
  margin-bottom: 20px;
}
#error_box p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.4;
}
/* thanks */
#thanks_section {
  text-align: center;
}
#thanks_txt {
  /*font-size:60px;*/
  font-size: 460%;
  color: #2e3a87;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: normal;
}
#thanks_txt span {
  color: #f35f5f;
}
/* privacy */
.privacy_article {
  padding-top: 50px;
  width: 960px;
  margin: 0 auto;
}
.privacy_article .section {
  margin-bottom: 70px;
}
#privacy_txt {
  font-size: 300%;
  color: #2e3a87;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: normal;
}
#privacy_txt span {
  color: #f35f5f;
}
.privacy_article p.t_r {
  color: #2e3a87;
  line-height: 1.4;
}
#privacy_block2 {
  text-align: center;
  padding: 40px 20px 20px;
  background: #eee;
}
#privacy_block2 h4 {
  color: #2e3a87;
  font-size: 160%;
  margin-bottom: 30px;
}
#privacy_block2 p {
  margin-bottom: 20px;
  line-height: 1.2;
}
#privacy_block2 strong {
  color: #2e3a87;
  font-weight: 700;
  display: block;
  font-size: 120%;
}
#privacy_block3 h4 {
  color: #2e3a87;
  font-size: 240%;
  text-align: center;
  margin-bottom: 40px;
}
#privacy_block3 dl dt {
  color: #2e3a87;
  font-weight: 700;
  font-size: 160%;
}
#privacy_block3 dl dd {
  margin-bottom: 40px;
}
#top_article #block6 h2 + p {
  padding-bottom: 15px;
}
.pc_none {
  display: none;
}
.frame {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
@media only screen and (max-width: 1200px) {
  #top_article #block4 dl dt {
    padding-right: 30px;
    padding-left: 160px;
  }
  #top_article #block4 dl dt strong {
    font-size: 200%;
  }
}
.next_event {
  text-align: center;
  /*    margin-top: -10px; */
  margin-bottom: 70px;
}
.register_now {
  text-align: center;
  margin-top: 60px;
}
.register_now img:hover {
  opacity: 0.7;
}
.special {
  margin-top: 10px;
}
.cruise_info {
  position: relative;
}
.cruise_info p.title {
  color: #FFF;
  font-weight: bold;
  font-size: 2em !important;
  line-height: 170%;
  position: absolute;
  top: 35%;
  text-align: left !important;
}
.cruise_info .cruise_side {
  position: absolute;
  top: 50%;
}
.cruise_info .cruise_side img {
  min-width: 350px !important;
}
.cruise_map {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.5%;
  position: relative;
}
.cruise_map img.around_txt {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 2em !important;
  color: #FFF;
  font-weight: bold;
  min-width: 700px !important;
}
h3.title {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}
h3.title img {
  width: 500px;
}
.slideslide {
  display: none;
}
.slideslide .bx-wrapper {
  width: 80% !important;
  min-width: 800px !important;
}
.slideslide #slider .part_left {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 60%;
  display: table-cell;
  border-right: 6px solid #FFF;
}
.slideslide #slider .part_right {
  display: table-cell;
  background: #2e3a87;
  color: #FFF;
}
.slideslide #slider .part_right .bord {
  border: 1px solid #FFF;
  margin: 6px;
  padding: 10px;
  display: block;
  min-height: 530px;
}
.slideslide #slider .part_right .title {
  font-size: 2em;
}
.slideslide #slider .part_right .text {
  margin-top: 10px;
  font-size: 115%;
  line-height: 1.5;
}
.slideslide #slider .part_right .text span {
  font-style: italic;
  display: block;
  margin-bottom: 10px;
}
.slideslide .bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 0px #ccc !important;
  -webkit-box-shadow: 0 0 0px #ccc !important;
  box-shadow: 0 0 0px #ccc !important;
  border: 0px solid #fff !important;
  left: 0px !important;
}
.slideslide .bx-wrapper .bx-pager.bx-default-pager a {
  background: #D0D0D0;
  width: 15px !important;
  height: 15px !important;
  margin: 0 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
}
.slideslide .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #41549C !important;
}
.slideslide_2 {
  display: block;
}
.slideslide_2 .bx-wrapper {
  margin-bottom: 0px !important;
}
.slideslide_2 .bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 0px #ccc !important;
  -webkit-box-shadow: 0 0 0px #ccc !important;
  box-shadow: 0 0 0px #ccc !important;
  border: 0px solid #fff !important;
  left: 0px !important;
}
.slideslide_2 .bx-wrapper .bx-pager.bx-default-pager a {
  background: #D0D0D0;
  width: 15px !important;
  height: 15px !important;
  margin: 0 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
}
.slideslide_2 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #41549C !important;
}
.slideslide_2 #slider_2 .part_right,
.slideslide_2 ul .part_right {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2% 2% 4%;
  margin: 0% 50% 0% 4%;
}
.slideslide_2 #slider_2 .part_left,
.slideslide_2 ul .part_left {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 600px !important;
  padding-top: 4%;
}
.slideslide_2 #slider_2 .part_left .title,
.slideslide_2 ul .part_left .title {
  font-size: 2rem;
  color: #FFF;
  line-height: 1;
  margin-bottom: 1em;
}
.slideslide_2 #slider_2 .part_left .text,
.slideslide_2 ul .part_left .text {
  margin-top: 10px;
  font-size: 100%;
  line-height: 1.3;
  color: #FFF;
  font-size: 1.2em;
}
.slideslide_2 #slider_2 .part_left .text span,
.slideslide_2 ul .part_left .text span {
  font-style: italic;
  display: block;
  margin-bottom: 10px;
  font-size: 1.5em;
}
.slideslide_2 .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 30px !important;
}
.slideslide_2 #slider_2 .part_left .title,
.slideslide_2 ul .part_left .title {
  margin-bottom: 2rem;
}
.slideslide_2 #slider_2 .part_left .title span,
.slideslide_2 ul .part_left .title span {
  display: block;
  font-size: .8em;
  margin-left: .5em;
}
#concept_sp {
  display: none;
}
#shadow {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 2000px;
  z-index: 9999;
  position: fixed;
  top: -80px;
  display: none;
}
#pdform {
  display: none;
  position: fixed;
  z-index: 10000;
  background: #fff;
  left: 0;
  right: 0;
  width: 45%;
  margin: 0 auto;
  height: 96%;
  border-radius: 5px;
  top: 2%;
  width: 690px;
}
#pdform .titl {
  text-align: center;
  font-size: 2em;
  color: #2e3a87;
}
.close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  width: 40px;
  top: 5px;
}
.resv {
  width: 220px;
  background-color: #263B8D;
  background-image: url(../../image/phone.png);
  background-repeat: no-repeat;
  background-position: 7% center;
  font-size: 1.5em;
  font-weight: bold;
  font-style: italic;
  font-family: Arial;
  position: absolute;
  right: 0;
  top: 50px;
  cursor: pointer;
}
.resv a {
  display: block;
  padding: 24px 0 24px 26%;
  color: #FFF;
}
.resv a:hover {
  text-decoration: none;
}
#topcontrol {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
}
#topcontrol:hover {
  opacity: 0.8 !important;
}
#topcontrol img {
  width: 150px;
  height: auto;
}
a.rev_now {
  background-color: #E25C7A;
  background-image: url(../../image/hand.png);
  background-repeat: no-repeat;
  background-position: 27% center;
  background-size: 35px;
  font-size: 2em;
  font-weight: bold;
  font-style: italic;
  font-family: Arial;
  color: yellow !important;
  padding: 15px 120px 15px 160px;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
}
#footer {
  margin-bottom: -14px;
}
#footer .credit {
  color: #666666;
  font-size: 0.9em;
  line-height: 1.3;
  width: 640px;
  text-align: left;
  max-width: 96%;
  margin: 1rem auto;
}
h1.tt {
  font-size: 450%;
  font-weight: 600;
  text-align: center;
  color: #2e3a87;
  margin-top: 50px;
}
p.tt {
  color: #2e3a87;
  font-size: 180%;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 25px;
  margin-top: 5px;
}
span.tt {
  font-size: 85%;
}
#voyage1_wrap {
  padding-top: 68px;
}
.pc_formarea {
  display: block;
}
#sp_form {
  display: none;
}
.sp_form02 {
  display: block;
}
/*#block6_wrap {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
}*/
.iframe-form .form-group {
  margin-bottom: 10px !important;
}
.button_box {
  text-align: center;
  margin-bottom: 40px;
}
.button_box a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.button_box img {
  width: 350px;
}
.des95,
.des98 {
  display: block;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 9999;
  overflow: auto;
  height: 100%;
  right: -101%;
  transition: 1s;
}
#voyage1_wrap {
  padding-top: 0px;
}
.des95 section,
.des98 section {
  background: #FFF;
}
.cruise_map {
  margin-top: 0%;
}
.close95,
.close98 {
  cursor: pointer;
  position: fixed;
  right: -100%;
  top: 50px;
  z-index: 1;
  transition: 1.5s;
}
.close95 img,
.close98 img {
  width: 50px;
}
.color1 {
  color: #E0AC49 !important;
}
.bb_1 {
  border-bottom: 10px solid #E0AC49;
}
.color2 {
  color: #023793 !important;
}
.bb_2 {
  border-bottom: 10px solid #023793;
}
.bb_i_1 {
  border: 10px solid #E0AC49;
}
.bb_i_2 {
  border: 10px solid #023793;
}
#block6_wrap {
  padding-top: 130px;
  margin-top: -130px;
}
#cruise110th {
  border-top: 10px solid #793d63;
}
#cruise108th {
  border-top: 10px solid #76161b;
}
#cruise107th {
  border-top: 10px solid #ad1457;
}
#cruise106th {
  border-top: 10px solid #e06a47;
}
#cruise105th {
  border-top: 10px solid #793d63;
}
#cruise104th {
  border-top: 10px solid #c98f07;
}
#cruise102nd {
  border-top: 10px solid #008663;
}
#cruise101st {
  border-top: 10px solid #e06a47;
}
#cruise100th {
  border-top: 10px solid #793d63;
}
#cruise99th {
  border-top: 10px solid #26b873;
}
#cruise98th {
  border-top: 10px solid #2e3a87;
}
#cruise97th {
  border-top: 10px solid #ad3922;
}
#cruise97th h1.tt {
  color: #ad3922;
}
#cruise97th .tt {
  color: #ad3922;
}
.itinerary_block {
  text-align: center;
  box-sizing: border-box;
  padding: 2rem 3rem;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: none;
}
.itinerary_block .btn_itinerary_close {
  position: absolute;
  right: 2rem;
  top: 1rem;
  z-index: 1;
}
.itinerary_block .itinerary_inner {
  background: #f9f0cb;
  position: relative;
  overflow: auto;
  height: 100%;
}
.itinerary_block .itinerary_inner:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
.itinerary_block .itinerary_inner .itinerary_map {
  float: left;
  width: 48%;
}
.itinerary_block .itinerary_inner .itinerary_map img {
  max-width: 100%;
}
.itinerary_block .itinerary_inner .itinerary_schedule {
  box-sizing: border-box;
  float: right;
  width: 50%;
  padding: 2rem;
}
.itinerary_block .itinerary_inner .itinerary_schedule .title {
  font-size: 2.5rem;
  font-style: italic;
  color: #2e3a87;
}
.itinerary_block .itinerary_inner .itinerary_schedule .title span {
  font-size: 5rem;
}
.itinerary_block .itinerary_inner .itinerary_schedule table {
  background: #FFFFFF;
  border-collapse: collapse;
}
.itinerary_block .itinerary_inner .itinerary_schedule table th,
.itinerary_block .itinerary_inner .itinerary_schedule table td {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  text-align: left;
  padding: 0 0.5rem;
}
.itinerary_block .itinerary_inner .itinerary_schedule table th:nth-child(2),
.itinerary_block .itinerary_inner .itinerary_schedule table td:nth-child(2) {
  width: 140px;
}
.itinerary_block .itinerary_inner .itinerary_schedule table th.col2,
.itinerary_block .itinerary_inner .itinerary_schedule table td.col2 {
  background: #eeeeee;
  text-align: center;
}
.itinerary_block .itinerary_inner .itinerary_schedule table thead th {
  background: #666666;
  color: #FFFFFF;
  padding: 3px 0.5rem;
}
.itinerary_block .itinerary_inner .itinerary_schedule div {
  box-sizing: border-box;
}
.itinerary_block .itinerary_inner .itinerary_schedule .f_left,
.itinerary_block .itinerary_inner .itinerary_schedule .f_right {
  width: 49%;
}
.itinerary_block[data-cruiseno="98"] .itinerary_inner {
  background: #FFFFFF;
}
.itinerary_block[data-cruiseno="98"] .itinerary_map,
.itinerary_block[data-cruiseno="98"] .itinerary_schedule {
  float: none;
  width: 100%;
}
.itinerary_block[data-cruiseno="99"] .itinerary_inner {
  background: #FFFFFF;
}
.itinerary_block[data-cruiseno="99"] .itinerary_map,
.itinerary_block[data-cruiseno="99"] .itinerary_schedule {
  float: none;
  width: 100%;
}
.itinerary_block[data-cruiseno="100"] .itinerary_inner {
  background: #FFFFFF;
}
.itinerary_block[data-cruiseno="100"] .itinerary_map,
.itinerary_block[data-cruiseno="100"] .itinerary_schedule {
  float: none;
  width: 100%;
}
.itinerary_block[data-cruiseno="100"] .itinerary_schedule .title span {
  color: #793d63;
}
.itinerary_block[data-cruiseno="101"] .itinerary_inner {
  background: #FFFFFF;
}
.itinerary_block[data-cruiseno="101"] .itinerary_map,
.itinerary_block[data-cruiseno="101"] .itinerary_schedule {
  float: none;
  width: 100%;
}
.itinerary_block[data-cruiseno="101"] .itinerary_schedule .title span {
  color: #e06a47;
}
.itinerary_block[data-cruiseno="102"] .itinerary_inner {
  background: #FFFFFF;
}
.itinerary_block[data-cruiseno="102"] .itinerary_map,
.itinerary_block[data-cruiseno="102"] .itinerary_schedule {
  float: none;
  width: 100%;
}
.itinerary_block[data-cruiseno="102"] .itinerary_schedule .title span {
  color: #008663;
}
.itinerary_block[data-cruiseno="104"] .itinerary_inner {
  background: #FFFFFF;
}
.itinerary_block[data-cruiseno="104"] .itinerary_map,
.itinerary_block[data-cruiseno="104"] .itinerary_schedule {
  float: none;
  width: 100%;
}
.itinerary_block[data-cruiseno="104"] .itinerary_schedule .title span {
  color: #c98f07;
}
.itinerary_block[data-cruiseno="105"] .itinerary_inner {
  background: #FFFFFF;
}
.itinerary_block[data-cruiseno="105"] .itinerary_map,
.itinerary_block[data-cruiseno="105"] .itinerary_schedule {
  float: none;
  width: 100%;
}
.itinerary_block[data-cruiseno="105"] .itinerary_schedule .title span {
  color: #793d63;
}
.itinerary_block[data-cruiseno="106"] .itinerary_inner {
  background: #FFFFFF;
}
.itinerary_block[data-cruiseno="106"] .itinerary_map,
.itinerary_block[data-cruiseno="106"] .itinerary_schedule {
  float: none;
  width: 100%;
}
.itinerary_block[data-cruiseno="106"] .itinerary_schedule .title span {
  color: #e06a47;
}
.itinerary_block[data-cruiseno="107"] .itinerary_inner {
  background: #FFFFFF;
}
.itinerary_block[data-cruiseno="107"] .itinerary_map,
.itinerary_block[data-cruiseno="107"] .itinerary_schedule {
  float: none;
  width: 100%;
}
.itinerary_block[data-cruiseno="107"] .itinerary_schedule .title span {
  color: #ad1457;
}
.itinerary_block[data-cruiseno="108"] .itinerary_inner {
  background: #FFFFFF;
}
.itinerary_block[data-cruiseno="108"] .itinerary_map,
.itinerary_block[data-cruiseno="108"] .itinerary_schedule {
  float: none;
  width: 100%;
}
.itinerary_block[data-cruiseno="108"] .itinerary_schedule .title span {
  color: #76161b;
}
.itinerary_block[data-cruiseno="110"] .itinerary_inner {
  background: #FFFFFF;
}
.itinerary_block[data-cruiseno="110"] .itinerary_map,
.itinerary_block[data-cruiseno="110"] .itinerary_schedule {
  float: none;
  width: 100%;
}
.itinerary_block[data-cruiseno="110"] .itinerary_schedule .title span {
  color: #793d63;
}
.cruise_block .btn_itinerary {
  display: inline-block;
  border-radius: 5px;
  color: #ffffff;
  font-size: 2em;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0.6em 1.5em;
  background: #003567;
  border: 2px solid #003567;
  text-shadow: none;
  box-shadow: none;
}
.cruise_block .btn_itinerary:hover,
.cruise_block .btn_itinerary:focus {
  text-decoration: none;
  opacity: 0.7;
  background: #FFFFFF;
  color: #003567;
}
.cruise_block.cruise_99 {
  border-color: #26b873;
}
.cruise_block.cruise_99 .tt {
  color: #26b873;
}
.cruise_block.cruise_99 .slideslide_2 {
  border-color: #26b873;
}
.cruise_block.cruise_100 {
  border-color: #793d63;
}
.cruise_block.cruise_100 .tt {
  color: #793d63;
}
.cruise_block.cruise_100 .slideslide_2 {
  border-color: #793d63;
}
.cruise_block.cruise_101 {
  border-color: #e06a47;
}
.cruise_block.cruise_101 .tt {
  color: #e06a47;
}
.cruise_block.cruise_101 .slideslide_2 {
  border-color: #e06a47;
}
.cruise_block.cruise_102 {
  border-color: #008663;
}
.cruise_block.cruise_102 .tt {
  color: #008663;
}
.cruise_block.cruise_102 .slideslide_2 {
  border-color: #008663;
}
.cruise_block.cruise_104 {
  border-color: #c98f07;
}
.cruise_block.cruise_104 .tt {
  color: #c98f07;
}
.cruise_block.cruise_104 .slideslide_2 {
  border-color: #c98f07;
}
.cruise_block.cruise_105 {
  border-color: #793d63;
}
.cruise_block.cruise_105 .tt {
  color: #793d63;
}
.cruise_block.cruise_105 .slideslide_2 {
  border-color: #793d63;
}
.cruise_block.cruise_106 {
  border-color: #e06a47;
}
.cruise_block.cruise_106 .tt {
  color: #e06a47;
}
.cruise_block.cruise_106 .slideslide_2 {
  border-color: #e06a47;
}
.cruise_block.cruise_107 {
  border-color: #ad1457;
}
.cruise_block.cruise_107 .tt {
  color: #ad1457;
}
.cruise_block.cruise_107 .slideslide_2 {
  border-color: #ad1457;
}
.cruise_block.cruise_108 {
  border-color: #76161b;
}
.cruise_block.cruise_108 .tt {
  color: #76161b;
}
.cruise_block.cruise_108 .slideslide_2 {
  border-color: #76161b;
}
.cruise_block.cruise_110 {
  border-color: #793d63;
}
.cruise_block.cruise_110 .tt {
  color: #793d63;
}
.cruise_block.cruise_110 .slideslide_2 {
  border-color: #793d63;
}
.cruise_list {
  padding: 0 ;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cruise_list * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cruise_list:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
.cruise_list.cruise_3 li {
  width: 33.33%;
}
.cruise_list li {
  padding: 10px ;
  margin: 0 auto;
  list-style-type: none;
  display: block;
  width: 50%;
  height: 220px;
  float: left;
  background: url("../image/peaceboat_logo.png") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.cruise_list li a {
  display: block;
  text-align: center;
  height: 200px;
  overflow: hidden;
  padding: 2rem 1rem;
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cruise_list li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.cruise_list li .cruise_title {
  font-size: 1.5em;
  color: #2e3a87;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.cruise_list li .cruise_title:after {
  content: "";
  width: 3em;
  height: 2px;
  background: #c1af4c;
  display: block;
  margin: 0.5rem auto 0;
}
.cruise_list li .cruise_meta {
  color: #cccccc;
  line-height: 1.2;
}
.cruise_list li .cruise_meta span {
  display: block;
}
.cruise_list li[data-cruiseno="97"] {
  background-image: url("/cn/image/cruise_97/highlight1.jpg");
}
.cruise_list li[data-cruiseno="97"] .cruise_title:after {
  background: #ad3922;
}
.cruise_list li[data-cruiseno="98"] {
  background-image: url("/cn/image/cruise_98/highlight3.jpg");
}
.cruise_list li[data-cruiseno="98"] .cruise_title:after {
  background: #2e3a87;
}
.cruise_list li[data-cruiseno="99"] {
  background-image: url("/cn/image/cruise_99/highlight1.jpg");
}
.cruise_list li[data-cruiseno="99"] .cruise_title:after {
  background: #26b873;
}
.cruise_list li[data-cruiseno="99"] .cruise_meta {
  color: #FFFFFF;
}
.cruise_list li[data-cruiseno="100"] {
  background-image: url("/cn/image/cruise_100/highlight1.jpg");
}
.cruise_list li[data-cruiseno="100"] .cruise_title:after {
  background: #793d63;
}
.cruise_list li[data-cruiseno="100"] .cruise_meta {
  color: #FFFFFF;
}
.cruise_list li[data-cruiseno="101"] {
  background-image: url("/cn/image/cruise_101/main.jpg");
}
.cruise_list li[data-cruiseno="101"] .cruise_title:after {
  background: #e06a47;
}
.cruise_list li[data-cruiseno="101"] .cruise_meta {
  color: #FFFFFF;
}
.cruise_list li[data-cruiseno="102"] {
  background-image: url("/cn/image/cruise_102/main.jpg");
}
.cruise_list li[data-cruiseno="102"] .cruise_title:after {
  background: #008663;
}
.cruise_list li[data-cruiseno="102"] .cruise_meta {
  color: #FFFFFF;
}
.cruise_list li[data-cruiseno="104"] {
  background-image: url("/cn/image/cruise_104/main.jpg");
}
.cruise_list li[data-cruiseno="104"] .cruise_title:after {
  background: #c98f07;
}
.cruise_list li[data-cruiseno="104"] .cruise_meta {
  color: #FFFFFF;
}
.cruise_list li[data-cruiseno="105"] {
  background-image: url("/cn/image/cruise_105/main.jpg");
}
.cruise_list li[data-cruiseno="105"] .cruise_title:after {
  background: #793d63;
}
.cruise_list li[data-cruiseno="105"] .cruise_meta {
  color: #FFFFFF;
}
.cruise_list li[data-cruiseno="106"] {
  background-image: url("/cn/image/cruise_106/main.jpg");
}
.cruise_list li[data-cruiseno="106"] .cruise_title:after {
  background: #e06a47;
}
.cruise_list li[data-cruiseno="106"] .cruise_meta {
  color: #FFFFFF;
}
.cruise_list li[data-cruiseno="107"] {
  background-image: url("/cn/image/cruise_107/main_sp.jpg");
}
.cruise_list li[data-cruiseno="107"] .cruise_title:after {
  background: #ad1457;
}
.cruise_list li[data-cruiseno="107"] .cruise_meta {
  color: #FFFFFF;
}
.cruise_list li[data-cruiseno="108"] {
  background-image: url("/cn/image/cruise_108/main_sp.jpg");
}
.cruise_list li[data-cruiseno="108"] .cruise_title:after {
  background: #76161b;
}
.cruise_list li[data-cruiseno="108"] .cruise_meta {
  color: #FFFFFF;
}
.cruise_list li[data-cruiseno="110"] {
  background-image: url("/cn/image/cruise_110/main_sp.jpg");
}
.cruise_list li[data-cruiseno="110"] .cruise_title:after {
  background: #793d63;
}
.cruise_list li[data-cruiseno="110"] .cruise_meta {
  color: #FFFFFF;
}
.cruise_list_01_wrapper {
  padding-top: 10px;
}
.cruise_list_01_wrapper .bx-wrapper {
  box-sizing: border-box;
}
.cruise_list_01_wrapper .bx-wrapper .bx-viewport {
  box-sizing: border-box;
  box-shadow: none;
  border: none;
}
@media only screen and (max-width: 767px) {
  .cruise_list_01_wrapper {
    padding-top: 0;
  }
  .cruise_list_01_wrapper .bx-wrapper .bx-viewport {
    left: 0;
  }
}
.cruise_list_01 {
  padding: 0 ;
  margin: 0 auto;
}
.cruise_list_01:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
.cruise_list_01 li {
  padding: 4px ;
  margin: 0 auto;
  list-style-type: none;
  display: block;
  width: 300px;
  height: 560px;
  float: left;
  background: url("../image/peaceboat_logo.png") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.cruise_list_01 li a {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
  border: 4px solid #174683;
  color: #174683;
}
.cruise_list_01 li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.cruise_list_01 li .cruise_contents_wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 6px 4px;
  overflow: hidden;
}
.cruise_list_01 li .cruise_contents {
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 1rem 4px;
}
.cruise_list_01 li .lbl_recommended,
.cruise_list_01 li .lbl_limited,
.cruise_list_01 li .lbl_soldout,
.cruise_list_01 li .lbl_new,
.cruise_list_01 li .lbl_campaign {
  display: inline-block;
  position: absolute;
  padding: 7px 0 7px 80px;
  right: -25px;
  top: 0;
  width: 220px;
  text-align: center;
  background: #c2185b;
  color: #fff;
  -webkit-transform: rotate(28deg);
  transform: rotate(28deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: .8em;
  font-weight: bold;
  line-height: 1;
}
.cruise_list_01 li .lbl_recommended:before,
.cruise_list_01 li .lbl_limited:before,
.cruise_list_01 li .lbl_soldout:before,
.cruise_list_01 li .lbl_new:before,
.cruise_list_01 li .lbl_campaign:before {
  position: absolute;
  content: "";
  border-top: 4px solid #880e4f;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
  left: 57px;
}
.cruise_list_01 li .lbl_recommended:after,
.cruise_list_01 li .lbl_limited:after,
.cruise_list_01 li .lbl_soldout:after,
.cruise_list_01 li .lbl_new:after,
.cruise_list_01 li .lbl_campaign:after {
  position: absolute;
  content: "";
  border-top: 4px solid #880e4f;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
  right: 4px;
}
.cruise_list_01 li .lbl_new {
  background: #00796b;
}
.cruise_list_01 li .lbl_new:before,
.cruise_list_01 li .lbl_new:after {
  border-top-color: #004d40;
}
.cruise_list_01 li .lbl_limited {
  background: #ffa520;
}
.cruise_list_01 li .lbl_limited:before,
.cruise_list_01 li .lbl_limited:after {
  border-top-color: #b2751b;
}
.cruise_list_01 li .lbl_soldout {
  background: #d32f2f;
}
.cruise_list_01 li .lbl_soldout:before,
.cruise_list_01 li .lbl_soldout:after {
  border-top-color: #b71c1c;
}
.cruise_list_01 li .lbl_campaign {
  background: #d50000;
}
.cruise_list_01 li .lbl_campaign:before,
.cruise_list_01 li .lbl_campaign:after {
  border-top-color: #d50000;
}
.cruise_list_01 li .cruise_ship {
  font-size: 1.2em;
}
.cruise_list_01 li .cruise_title {
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.cruise_list_01 li .cruise_title:after {
  content: "";
  width: 3em;
  height: 2px;
  background: #c1af4c;
  display: block;
  margin: 0.5rem auto 0;
}
.cruise_list_01 li .cruise_meta {
  line-height: 1.2;
}
.cruise_list_01 li .cruise_meta span {
  display: block;
}
.cruise_list_01 li .cruise_meta .cruise_days {
  font-size: .8em;
}
.cruise_list_01 li .cruise_meta .cruise_ports {
  margin-top: .3em;
}
.cruise_list_01 li[data-cruiseno*="z"] a {
  border-color: #4b3c00;
  color: #4b3c00;
}
.cruise_list_01 li[data-cruiseno="104"] {
  background-image: url("/cn/image/cruise_104/main_pc.jpg");
}
.cruise_list_01 li[data-cruiseno="104"] .cruise_title:after {
  background: #c98f07;
}
.cruise_list_01 li[data-cruiseno="105"] {
  background-image: url("/cn/image/cruise_105/main_pc.jpg");
}
.cruise_list_01 li[data-cruiseno="105"] .cruise_title:after {
  background: #793d63;
}
.cruise_list_01 li[data-cruiseno="106"] {
  background-image: url("/cn/image/cruise_106/main_pc.jpg");
}
.cruise_list_01 li[data-cruiseno="106"] .cruise_title:after {
  background: #e06a47;
}
.cruise_list_01 li[data-cruiseno="107"] {
  background-image: url("/cn/image/cruise_107/main_pc.jpg");
}
.cruise_list_01 li[data-cruiseno="107"] .cruise_title:after {
  background: #ad1457;
}
.cruise_list_01 li[data-cruiseno="108"] {
  background-image: url("/cn/image/cruise_108/main_pc.jpg");
}
.cruise_list_01 li[data-cruiseno="108"] .cruise_title:after {
  background: #76161b;
}
.cruise_list_01 li[data-cruiseno="110"] {
  background-image: url("/cn/image/cruise_110/main_pc.jpg");
}
.cruise_list_01 li[data-cruiseno="110"] .cruise_title:after {
  background: #793d63;
}
.cruise_list_01 li[data-cruiseno="z01"] {
  background-image: url("/cn/image/cruise_z01/main_pc.jpg");
}
.cruise_list_01 li[data-cruiseno="z01"] .cruise_title:after {
  background: #4b3c00;
}
.cruise_list_01 li[data-cruiseno="z02"] {
  background-image: url("/cn/image/cruise_z02/main_pc.jpg");
}
.cruise_list_01 li[data-cruiseno="z02"] .cruise_title:after {
  background: #46a666;
}
.cruise_list_01 li[data-cruiseno="z03"] {
  background-image: url("/cn/image/cruise_z03/main_pc.jpg");
}
.cruise_list_01 li[data-cruiseno="z03"] .cruise_title:after {
  background: #459aa5;
}
.cruise_list_01 li[data-cruiseno="z04"] {
  background-image: url("/cn/image/cruise_z04/main_pc.jpg");
}
.cruise_list_01 li[data-cruiseno="z04"] .cruise_title:after {
  background: #28235b;
}
.cruise_list_01 li[data-cruiseno="z05"] {
  background-image: url("/cn/image/cruise_z05/main_pc.jpg");
}
.cruise_list_01 li[data-cruiseno="z05"] .cruise_title:after {
  background: #005219;
}
.cruise_list_01 li[data-cruiseno="z06"] {
  background-image: url("/cn/image/cruise_z06/main_pc.jpg");
}
.cruise_list_01 li[data-cruiseno="z06"] .cruise_title:after {
  background: #f8b101;
}
@media only screen and (max-width: 767px) {
  .cruise_list_01 li {
    height: 58vw;
    width: auto;
    max-width: 100vw;
  }
  .cruise_list_01 li[data-cruiseno="104"] {
    background-image: url("/cn/image/cruise_104/main_sp.jpg");
  }
  .cruise_list_01 li[data-cruiseno="105"] {
    background-image: url("/cn/image/cruise_105/main_sp.jpg");
  }
  .cruise_list_01 li[data-cruiseno="106"] {
    background-image: url("/cn/image/cruise_106/main_sp.jpg");
  }
  .cruise_list_01 li[data-cruiseno="107"] {
    background-image: url("/cn/image/cruise_107/main_sp.jpg");
  }
  .cruise_list_01 li[data-cruiseno="108"] {
    background-image: url("/cn/image/cruise_108/main_sp.jpg");
  }
  .cruise_list_01 li[data-cruiseno="110"] {
    background-image: url("/cn/image/cruise_110/main_sp.jpg");
  }
  .cruise_list_01 li[data-cruiseno="z01"] {
    background-image: url("/cn/image/cruise_z01/main_sp.png");
  }
  .cruise_list_01 li[data-cruiseno="z02"] {
    background-image: url("/cn/image/cruise_z02/main_sp.jpg");
  }
  .cruise_list_01 li[data-cruiseno="z03"] {
    background-image: url("/cn/image/cruise_z03/main_sp.jpg");
  }
  .cruise_list_01 li[data-cruiseno="z04"] {
    background-image: url("/cn/image/cruise_z04/main_sp.jpg");
  }
  .cruise_list_01 li[data-cruiseno="z05"] {
    background-image: url("/cn/image/cruise_z05/main_sp.jpg");
  }
  .cruise_list_01 li[data-cruiseno="z06"] {
    background-image: url("/cn/image/cruise_z06/main_sp.jpg");
  }
}
#secNews {
  background: #f9f9f9;
  border-top: #999999;
  border-bottom: #999999;
}
#secNews .container {
  max-width: 640px;
  margin: 0 auto;
  padding: 1rem;
}
#secNews .container a {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
  color: #FF0000;
}
#top_article * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#top_article #promotion a img {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  max-width: 100%;
}
#top_article #promotion a:hover img,
#top_article #promotion a:focus img {
  opacity: 0.7;
}
#top_article #promotion.event_20170617 {
  padding: 2rem 0 3rem;
  text-align: center;
  border-top: 2px solid #e0ac49;
  border-bottom: 1px solid #e0ac49;
}
#top_article #promotion.event_20170617 #bnr_20170617_ite {
  display: block;
}
#top_article #promotion.event_20170617 #bnr_20170617_ite img {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
#top_article #promotion.event_20170617 #bnr_20170617_ite:hover img,
#top_article #promotion.event_20170617 #bnr_20170617_ite:focus img {
  opacity: 0.7;
}
#top_article #promotion.event_20170617 > div {
  width: 96%;
  margin: 0 auto;
  max-width: 960px;
  padding-top: 2rem;
}
#top_article #promotion.event_20170617 h2 {
  font-size: 3rem;
  line-height: 1;
  background-size: auto 100%;
}
#top_article #promotion.event_20170617 p {
  margin-bottom: 2rem;
}
#top_article #promotion.event_20170617 dl {
  width: 96%;
  margin: 0 auto 2rem;
  max-width: 600px;
  text-align: left;
}
#top_article #promotion.event_20170617 dl dt {
  float: left;
  font-weight: bold;
}
#top_article #promotion.event_20170617 dl dd {
  padding-left: 120px;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #c1af4c;
  margin-bottom: 1rem;
}
#top_article #promotion.event_20170617 div a {
  display: block;
  width: 96%;
  margin: 0 auto 2rem;
  max-width: 600px;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  padding: 0.5rem 0;
  background: #c1af4c;
  border: 4px solid #c1af4c;
  position: relative;
  color: #FFFFFF;
}
#top_article #promotion.event_20170617 div a:hover,
#top_article #promotion.event_20170617 div a:focus {
  color: #c1af4c;
  text-decoration: none;
  background: #FFFFFF;
}
#top_article #promotion.event_20170708 {
  padding: 0 0 2rem;
  text-align: center;
  border-bottom: 1px solid #e0ac49;
}
#top_article #promotion.event_20170708 .promotion_banner {
  background: #0dabc8;
  background: -moz-linear-gradient(left, #0dabc8 0%, #008ea4 100%);
  background: -webkit-linear-gradient(left, #0dabc8 0%, #008ea4 100%);
  background: linear-gradient(to right, #0dabc8 0%, #008ea4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0dabc8', endColorstr='#008ea4', GradientType=1);
}
#top_article #promotion.event_20170708 .promotion_banner a {
  display: block;
}
#top_article #promotion.event_20170708 .promotion_banner a img {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  max-width: 100%;
}
#top_article #promotion.event_20170708 .promotion_banner a:hover img,
#top_article #promotion.event_20170708 .promotion_banner a:focus img {
  opacity: 0.7;
}
#top_article #promotion.event_20170708 .promotion_content {
  width: 96%;
  margin: 0 auto;
  max-width: 960px;
  padding-top: 2rem;
}
#top_article #promotion.event_20170708 .promotion_content h2 {
  font-size: 3rem;
  line-height: 1;
  background-size: auto 100%;
}
#top_article #promotion.event_20170708 .promotion_content p {
  margin-bottom: 2rem;
}
#top_article #promotion.event_20170708 .promotion_content dl {
  width: 96%;
  margin: 0 auto 2rem;
  max-width: 600px;
  text-align: left;
}
#top_article #promotion.event_20170708 .promotion_content dl dt {
  float: left;
  font-weight: bold;
}
#top_article #promotion.event_20170708 .promotion_content dl dd {
  padding-left: 120px;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #c1af4c;
  margin-bottom: 1rem;
}
#top_article #promotion.event_20170708 .promotion_content a {
  display: block;
  width: 96%;
  margin: 0 auto 2rem;
  max-width: 600px;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  padding: 0.5rem 0;
  background: #c1af4c;
  border: 4px solid #c1af4c;
  position: relative;
  color: #FFFFFF;
}
#top_article #promotion.event_20170708 .promotion_content a:hover,
#top_article #promotion.event_20170708 .promotion_content a:focus {
  color: #c1af4c;
  text-decoration: none;
  background: #FFFFFF;
}
#top_article #promotion.event_20181013 {
  padding: 0 0 2rem;
  text-align: center;
  border-bottom: 1px solid #e0ac49;
  background: #134b96;
}
#top_article #promotion.event_20181013 .promotion_banner a {
  display: block;
}
#top_article #promotion.event_20181013 .promotion_banner a img {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  width: 840px;
  max-width: 100%;
}
#top_article #promotion.event_20181013 .promotion_banner a:hover img,
#top_article #promotion.event_20181013 .promotion_banner a:focus img {
  opacity: 0.7;
}
#top_article #promotion.event_20181013 .promotion_content {
  width: 96%;
  margin: 0 auto;
  max-width: 960px;
  padding-top: 2rem;
  color: #ffffff;
}
#top_article #promotion.event_20181013 .promotion_content h2 {
  font-size: 2.5rem;
  line-height: 1;
  background-size: auto 100%;
}
#top_article #promotion.event_20181013 .promotion_content p {
  margin-bottom: 2rem;
}
#top_article #promotion.event_20181013 .promotion_content dl {
  width: 96%;
  margin: 0 auto 2rem;
  max-width: 600px;
  text-align: left;
}
#top_article #promotion.event_20181013 .promotion_content dl dt {
  float: left;
  font-weight: bold;
}
#top_article #promotion.event_20181013 .promotion_content dl dd {
  padding-left: 64px;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #ffffff;
  margin-bottom: 1rem;
}
#top_article #promotion.event_20181013 .promotion_content a {
  display: block;
  width: 96%;
  margin: 0 auto 2rem;
  max-width: 600px;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  padding: 0.5rem 0;
  background: #f26422;
  border: 4px solid #f26422;
  position: relative;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 2rem;
}
#top_article #promotion.event_20181013 .promotion_content a:hover,
#top_article #promotion.event_20181013 .promotion_content a:focus {
  color: #f26422;
  text-decoration: none;
  background: #FFFFFF;
}
#top_article #promotion.event_201903 {
  padding: 6rem 0 4rem;
  text-align: center;
  background: rgba(19, 75, 150, 0.11);
}
#top_article #promotion.event_201903 .promotion_banner a {
  display: block;
}
#top_article #promotion.event_201903 .promotion_banner a img {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  width: 840px;
  max-width: 100%;
  height: auto;
}
#top_article #promotion.event_201903 .promotion_banner a:hover img,
#top_article #promotion.event_201903 .promotion_banner a:focus img {
  opacity: 0.7;
}
#top_article #promotion.event_201903 .promotion_content {
  width: 96%;
  margin: 0 auto;
  max-width: 960px;
  padding-top: 2rem;
  color: #134b96;
}
#top_article #promotion.event_201903 .promotion_content h2 {
  font-size: 2.5rem;
  line-height: 1;
  background-size: auto 100%;
}
#top_article #promotion.event_201903 .promotion_content p {
  margin-bottom: 2rem;
}
#top_article #promotion.event_201903 .promotion_content dl {
  width: 96%;
  margin: 0 auto 2rem;
  max-width: 600px;
  text-align: left;
}
#top_article #promotion.event_201903 .promotion_content dl dt {
  float: left;
  font-weight: bold;
}
#top_article #promotion.event_201903 .promotion_content dl dd {
  padding-left: 64px;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #ffffff;
  margin-bottom: 1rem;
}
#top_article #promotion.event_201903 .promotion_content a {
  display: block;
  width: 96%;
  margin: 0 auto 2rem;
  max-width: 600px;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  padding: 0.5rem 0;
  background: #f26422;
  border: 4px solid #f26422;
  position: relative;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 2rem;
}
#top_article #promotion.event_201903 .promotion_content a:hover,
#top_article #promotion.event_201903 .promotion_content a:focus {
  color: #f26422;
  text-decoration: none;
  background: #FFFFFF;
}
#top_article #promotion.event_201906 {
  padding: 2rem 10px;
  text-align: center;
  background: #014785;
}
#top_article #promotion.event_201906 img {
  border: 2px solid #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.3);
}
#event {
  background: #2e3a87;
}
#event .section {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  color: #FFFFFF;
  padding: 5rem 0 10rem;
}
#event .section:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
#event .section .event-list {
  /*
            &>div{
                float: left;
                width: 46%;
                &:nth-of-type(2n){
                    float: right;
                }
            }

             */
}
#event .section .event-list:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
#event .section .event-list .event-block {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
#event .section .event-list .event-block .event-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  background: #FFFFFF;
  color: #2e3a87;
  padding: .5em .5em;
}
#event .section .event-campaign {
  margin-top: 5em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #event .section {
    padding-top: 0;
    padding-bottom: 1rem;
  }
  #event .section .event-list {
    padding-left: 10px;
    padding-right: 10px;
  }
  #event .section .event-list > div {
    float: none;
    width: 100%;
  }
  #event .section .event-list > div:nth-of-type(2n) {
    float: none;
  }
}
#event .section h2 {
  font-size: 3rem;
  letter-spacing: .1em;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #event .section h2 {
    font-size: 1.6rem !important;
    margin-bottom: 1rem;
  }
}
#event .section a:hover img {
  opacity: .6;
}
#event .section .event-info {
  margin: 0 auto 2rem;
}
#event .section .event-info:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
#event .section .event-info dt {
  display: inline-block;
  border-bottom: 1px solid #eeeeee;
  padding: 0 2px 2px;
  font-weight: bold;
  letter-spacing: .1em;
}
#event .section .event-info dd em {
  font-size: 1.8rem;
  font-style: normal;
}
#event .section .event-info dd + dt {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  #event .section .event-info {
    margin-bottom: 1rem;
  }
  #event .section .event-info dd {
    margin-top: 1rem;
  }
  #event .section .event-info dd em {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
#event .section .event-campaign .mention {
  padding-left: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #event .section .event-campaign .mention {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    padding: 0 20px;
  }
}
#event .section .mention {
  padding-left: 1.5em;
  margin: 1rem 0;
}
#event .section .mention li {
  list-style-type: disc;
  margin-bottom: .5em;
  line-height: 1.4;
  font-size: 1.2rem;
}
#event .section .btns {
  margin-top: 3rem;
  text-align: center;
}
#event .section .btns .btn_event_register {
  min-width: 260px;
  letter-spacing: .1em;
  font-size: 1.5rem;
}
#event_information {
  padding: 4rem 2rem 2rem;
  background: #2e3a87;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #event_information {
    padding: 2rem 1rem 1rem;
  }
}
#event_information * {
  box-sizing: border-box;
}
#event_information h2 {
  text-align: center;
  font-size: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  #event_information h2 {
    font-size: 1.4rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
#event_information h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  #event_information h3 {
    margin-top: 1rem;
  }
}
#event_information .lead {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 2rem;
  background: #f35f5f;
  position: absolute;
  right: -40px;
  top: -80px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  padding: 85px 48px 0 0;
  text-align: right;
  letter-spacing: .1em;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  #event_information .lead {
    font-size: 1.1rem;
  }
}
#event_information .event-block {
  width: 520px;
  max-width: 100%;
  margin: 0 auto;
}
#event_information .event-info {
  margin: 0 auto 2rem;
}
#event_information .event-info:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
#event_information .event-info dt {
  float: left;
  clear: both;
}
#event_information .event-info dd {
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 100px;
}
#event_information .event-info dd em {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  #event_information .event-info {
    margin-bottom: 1rem;
  }
  #event_information .event-info dt {
    float: none;
  }
  #event_information .event-info dt br {
    display: none;
  }
  #event_information .event-info dd {
    margin-left: 0;
  }
  #event_information .event-info dd em {
    font-size: 1.3rem;
  }
}
#event_information .mention {
  font-size: .9rem;
  padding-left: 1.5em;
  margin: 1rem 0;
}
@media only screen and (max-width: 767px) {
  #event_information .mention li {
    line-height: 1.4;
    font-size: .9rem;
  }
}
#event_information ul.mention li {
  list-style-type: disc;
}
#event_information ol.mention li {
  list-style-type: decimal;
}
#event_information .registration-form {
  margin-top: 2rem;
}
#event_information .registration-form h3 {
  text-align: center;
  font-size: 3rem;
}
#event_information .registration-form iframe {
  width: 600px;
  height: 600px;
  max-width: 100%;
  display: block;
  margin: 2rem auto;
  background: #FFFFFF;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  #event_information .registration-form {
    margin-top: 1rem;
    padding-top: 0;
  }
  #event_information .registration-form h3 {
    font-size: 1.3rem;
  }
  #event_information .registration-form iframe {
    margin: 1rem auto;
  }
}
@media only screen and (max-width: 767px) {
  #event_information .registration-form {
    margin-top: 1rem;
    padding-top: 0;
  }
  #event_information .registration-form h3 {
    font-size: 1.3rem;
  }
  #event_information .registration-form iframe {
    margin: 1rem auto;
  }
}
html:lang(zh-HK) #event_information .lead {
  font-size: 1.6rem;
}
html:lang(zh-HK) #main_mv #mv-btn_event {
  margin-left: -120px;
  width: 240px;
}
@media only screen and (max-width: 768px) {
  html:lang(zh-HK) #main_mv #mv-btn_event {
    margin-left: auto;
  }
}
.subpage header #gnavi_lang {
  position: fixed;
  top: 10px;
  bottom: auto;
}
.subpage #top_article {
  margin: 0 auto 100px;
  padding-top: 50px;
  width: 960px;
}
.subpage #top_article .back_bt {
  text-align: center;
  width: 370px;
  font-weight: 600;
  margin: 40px auto 0;
  font-size: 140%;
}
.subpage #top_article .back_bt a {
  background: #2e3a87;
  display: block;
  padding: 12px;
  color: #fff;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.2s ease-out;
}
.subpage #top_article .back_bt a:hover {
  text-decoration: none;
  filter: alpha(opacity=80) !important;
  opacity: 0.7 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.2s ease-out;
}
.subpage #top_article #catch1 {
  text-align: center;
}
.subpage #top_article #catch1 > img {
  margin-bottom: 4rem;
  max-width: 80%;
}
.subpage #top_article #promotion.event_201906 {
  padding-top: 4rem;
  background: transparent;
}
.subpage .cookies_article .section {
  margin-bottom: 8em;
}
.subpage .cookies_article .section h4,
.subpage .cookies_article .section h5 {
  color: #2e3a87;
}
.subpage .cookies_article .section h4 {
  font-size: 1.5em;
}
.subpage .cookies_article .section h4 + h5 {
  margin-top: 1em;
}
.subpage .cookies_article .section h5 {
  font-size: 1.3em;
}
.subpage .cookies_article .section p {
  line-height: 1.6;
  margin-bottom: 1em;
}
.subpage .cookies_article .section p + h4 {
  margin-top: 2em;
}
.subpage .cookies_article .section p + h5 {
  margin-top: 1em;
}
.subpage .cookies_article .section table {
  border-collapse: collapse;
  width: 100%;
}
.subpage .cookies_article .section table th,
.subpage .cookies_article .section table td {
  border: 1px solid #eeeeee;
  padding: .5em;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.subpage .cookies_article .section table th {
  background: #f9f9f9;
}
.subpage .cookies_article .section table tr > td:nth-of-type(1) {
  white-space: nowrap;
}
.subpage .cookies_article .section table + h4 {
  margin-top: 2em;
}
.subpage .cookies_article .section table + h5 {
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .subpage .cookies_article .section a {
    word-break: break-all;
    white-space: normal;
  }
  .subpage .cookies_article .section table tr,
  .subpage .cookies_article .section table th,
  .subpage .cookies_article .section table td {
    display: block;
    padding: 0;
    border: none;
  }
  .subpage .cookies_article .section table thead {
    display: none;
  }
  .subpage .cookies_article .section table tr {
    margin-top: 1rem;
  }
  .subpage .cookies_article .section table tr > td:nth-child(1),
  .subpage .cookies_article .section table tr th:nth-child(1) {
    white-space: normal;
    background: #f9f9f9;
    padding: .5em;
    font-weight: bold;
  }
}
#cruise_list .bx-wrapper {
  margin-bottom: 80px;
}
.cruise main * {
  box-sizing: border-box;
}
.cruise main .section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cruise main .container {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.cruise main .container:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
.cruise main h2 {
  font-size: 2rem;
  text-align: center;
  color: #023793;
  margin-bottom: 2rem;
}
.cruise main h3 {
  font-size: 1.5rem;
  text-align: center;
  color: #023793;
  margin-bottom: 2rem;
}
.cruise main .btn {
  display: inline-block;
  background: #2e3a87;
  color: #FFFFFF;
  border: 3px solid #2e3a87;
  border-radius: .5rem;
  padding: 1em 2em;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  min-width: 240px;
  box-sizing: border-box;
}
.cruise main .btn:hover {
  text-decoration: none;
  background-color: #FFFFFF;
  color: #2e3a87;
}
.cruise main .btn.btn_enquiry {
  background-color: #f35f5f;
  border-color: #f35f5f;
  color: #ffff00;
}
.cruise main .btn.btn_enquiry:hover {
  background-color: #FFFFFF;
  color: #f35f5f;
}
.cruise main .btn.btn_event {
  background-color: #388e3c;
  border-color: #388e3c;
}
.cruise main .btn.btn_event:hover {
  background-color: #FFFFFF;
  color: #388e3c;
}
.cruise #secTitle {
  padding-top: 10rem;
  padding-bottom: 3rem;
}
.cruise #secTitle h1 {
  font-size: 3rem;
  text-align: center;
  color: #2e3a87;
  margin-bottom: 1rem;
}
.cruise #secTitle h1:after {
  content: "";
  width: 3rem;
  height: 3px;
  background: #c98f07;
  display: block;
  margin: 0 auto;
}
.cruise #secTitle .cruise-meta {
  text-align: center;
  font-size: 1.5rem;
  color: #2e3a87;
}
.cruise #secTitle .cruise-meta a {
  color: #2e3a87;
}
.cruise #secTitle .cruise-meta a:before {
  content: "▶︎";
  display: none;
  vertical-align: top;
  font-size: .6em;
  margin-right: .5em;
  padding-top: .6em;
}
.cruise #secTitle .cruise-meta a:hover {
  text-decoration: none;
  opacity: .7;
}
.cruise #secTitle .cruise-meta .cruise-itinerary span {
  display: block;
}
.cruise #secTitle .cruise-meta .cruise-ship a {
  color: #174683;
}
.cruise #secTitle .cruise-meta .cruise-status {
  font-weight: bold;
  margin-top: 2rem;
  color: #ffa520;
  line-height: 1;
}
.cruise #secTitle .cruise-meta .cruise-status:before,
.cruise #secTitle .cruise-meta .cruise-status:after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: .2em;
  background: #ffa520;
  margin-right: .5em;
  margin-left: .5em;
  vertical-align: middle;
  margin-top: -0.6em;
}
.cruise #secTitle .cruise-meta .cruise-status.status_soldout {
  color: #FF0000;
}
.cruise #secTitle .cruise-meta .cruise-status.status_soldout:before,
.cruise #secTitle .cruise-meta .cruise-status.status_soldout:after {
  background: #FF0000;
}
.cruise #secTitle .cruise-meta div + div {
  margin-top: .5em;
}
@media only screen and (max-width: 767px) {
  .cruise #secTitle {
    padding-top: 7rem;
  }
  .cruise #secTitle h1 {
    font-size: 2rem;
  }
  .cruise #secTitle .cruise-meta {
    font-size: 1rem;
    font-weight: bold;
  }
}
.cruise #secMV {
  padding-top: 0;
  padding-bottom: 0;
}
.cruise #secMV .container {
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .cruise #secMV .slideslide_2 #slider_2 .part_left .title,
  .cruise #secMV .slideslide_2 ul .part_left .title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cruise #secItinerary .itinerary_map {
  margin: 0 auto 2rem;
  border: 1px solid #EEEEEE;
}
.cruise #secItinerary .itinerary_map img {
  width: 100%;
  height: auto;
}
.cruise #secItinerary .itinerary_schedule .title {
  font-size: 1.5rem;
  color: #2e3a87;
  line-height: 1;
  padding: 2rem 0;
}
.cruise #secItinerary .itinerary_schedule .title span {
  font-size: 6rem;
  display: block;
  font-family: 'Crimson Text', serif;
  letter-spacing: .1em;
  font-style: italic;
}
.cruise #secItinerary .itinerary_schedule_wrapper:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
.cruise #secItinerary .itinerary_schedule_wrapper > table {
  float: left;
  width: 48%;
}
.cruise #secItinerary .itinerary_schedule_wrapper > table:nth-of-type(2n) {
  float: right;
}
.cruise #secItinerary .itinerary_schedule_wrapper > table thead tr th,
.cruise #secItinerary .itinerary_schedule_wrapper > table thead tr td {
  background: #e6de9b;
}
.cruise #secItinerary .itinerary_schedule_wrapper > table tr th,
.cruise #secItinerary .itinerary_schedule_wrapper > table tr td {
  padding: .5em 1em;
  color: #222222;
}
.cruise #secItinerary .itinerary_schedule_wrapper > table tbody tr td {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .cruise #secItinerary .itinerary_schedule_wrapper > table {
    float: none !important;
    width: 100%;
  }
  .cruise #secItinerary .itinerary_schedule_wrapper > table tr th,
  .cruise #secItinerary .itinerary_schedule_wrapper > table tr td {
    font-size: 1rem;
    padding: .5em;
    line-height: 1.4;
  }
}
.cruise #secShip {
  background: #174683;
  background-size: 30% auto;
  border-top: 1px solid #eeeeee;
  padding: 10px;
}
.cruise #secShip:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
.cruise #secShip * {
  box-sizing: border-box;
}
.cruise #secShip h2 {
  font-size: 2em;
  text-align: left;
  color: #174683;
  margin-bottom: 0;
}
.cruise #secShip p {
  font-size: 1em;
}
.cruise #secShip .ship-images {
  float: left;
  width: calc(48% - 2rem);
}
.cruise #secShip .ship-images img {
  display: block;
  width: 140%;
  max-width: 1000%;
}
.cruise #secShip .ship-content {
  font-size: 1.2em;
  float: right;
  width: 48%;
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  margin-top: 2rem;
  line-height: 1.8;
}
.cruise #secShip .ship-meta {
  font-size: .85em;
  line-height: 1.6;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .cruise #secShip .ship-images {
    float: none;
    width: 100%;
  }
  .cruise #secShip .ship-images img {
    width: 100%;
  }
  .cruise #secShip .ship-content {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
.cruise #secEntry {
  background: #eaf5f4;
}
.cruise #secEntry .btns {
  text-align: center;
}
.cruise #secEntry .btns .btn-block {
  display: inline-block;
  margin: 0 1rem;
}
.cruise #secEntry .btns .btn-block .lead {
  margin-bottom: .5rem;
  font-weight: bold;
  color: #2e3a87;
}
.cruise #secEntry .btns .btn-block.enquiry .lead {
  color: #f35f5f;
}
.cruise #secEntry .btns .btn-block.event .lead {
  color: #388e3c;
}
.cruise #secEntry .btns .btn {
  font-size: 1.5em;
  padding: .8em;
}
@media only screen and (max-width: 767px) {
  .cruise #secEntry .btns .btn-block + .btn-block {
    margin: 1rem auto;
    display: block;
  }
}
.cruise[data-cruiseno*="z"] #secTitle .cruise-meta .cruise-ship a {
  color: #4b3c00;
}
.cruise[data-cruiseno*="z"] #secShip {
  background-color: #4b3c00;
}
.cruise[data-cruiseno*="z"] #secShip h2 {
  color: #4b3c00;
}
.cruise[data-cruiseno="104"] #secTitle h1:after {
  background: #c98f07;
}
.cruise[data-cruiseno="105"] #secTitle h1:after {
  background: #793d63;
}
.cruise[data-cruiseno="106"] #secTitle h1:after {
  background: #e06a47;
}
.cruise[data-cruiseno="107"] #secTitle h1:after {
  background: #ad1457;
}
.cruise[data-cruiseno="108"] #secTitle h1:after {
  background: #76161b;
}
.cruise[data-cruiseno="110"] #secTitle h1:after {
  background: #793d63;
}
.cruise[data-cruiseno="z01"] #secTitle h1:after {
  background: #4b3c00;
}
.cruise[data-cruiseno="z02"] #secTitle h1:after {
  background: #46a666;
}
.cruise[data-cruiseno="z03"] #secTitle h1:after {
  background: #459aa5;
}
.cruise[data-cruiseno="z04"] #secTitle h1:after {
  background: #28235b;
}
.cruise[data-cruiseno="z05"] #secTitle h1:after {
  background: #005219;
}
.cruise[data-cruiseno="z06"] #secTitle h1:after {
  background: #f8b101;
}
html:lang(zh-HK) .cruise #secMV .slideslide_2 #slider_2 .part_left .title,
html:lang(zh-HK) .cruise #secMV .slideslide_2 ul .part_left .title {
  line-height: 1.3;
  font-size: 2.5em;
}
html:lang(zh-HK) .cruise #secMV .slideslide_2 #slider_2 .part_left .text,
html:lang(zh-HK) .cruise #secMV .slideslide_2 ul .part_left .text {
  line-height: 1.5;
}
