@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
h1, h2, h3 {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.txt-center {
  text-align: center;
}

#costa {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  position: relative;
}

#costa * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner {
  width: 1034px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.inner-700 {
  width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.inner-790 {
  width: 870px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  text-decoration: none;
}

.box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-ttl-sub {
  text-align: center;
  margin-bottom: 56px;
}
.box-ttl-sub .logo{
  width: 50px;
}

.ttl-style02 {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #093d68;
  line-height: 1.3;
  position: relative;
  z-index: 9;
  display: inline-block;
}

.ttl-style02:before {
  content: '';
  width: 16px;
  height: 85px;
  background: url("/attending/cruise/images/ship/left.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: -43px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ttl-style02:after {
  content: '';
  width: 16px;
  height: 85px;
  background: url("/attending/cruise/images/ship/right.png") no-repeat center;
  background-size: cover;
  position: absolute;
  right: -43px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ttl-style02 span {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  padding: 0 30px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 4px;
}

.ttl-style02 span:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #ffff00;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: -1;
}

.ttl-style02 small {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #093d68;
  margin-top: 8px;
}

.ttl-bg {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  position: relative;
  background: #093D68;
}

.ttl-bg .wp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  text-align: center;
}

.ttl-bg .wp span {
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  font-family: "Cormorant", serif;
  margin-top: 25px;
  display: block;
}

.ttl-bg:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background: url("/attending/cruise/images/ship/logo-anchor.png") no-repeat center;
  background-size: cover;
}

.menu-top {
  background: url(/attending/cruise/images/2016/bgd_menu.jpg) repeat-x;
  position: relative;
  z-index: 99;
  display: block !important;
}

.menu-top.on {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.list-menu {
  max-width: 960px;
  margin: 0 auto;
  height: 54px;
  background-size: 100% 100%;
  font-size: 0;
}

.list-menu li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  height: 100%;
}

.list-menu li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -17px;
  width: 1px;
  height: 34px;
  background-color: #b9b091;
}

.list-menu li:first-of-type {
  width: 110px;
}

.list-menu li:first-of-type:before {
  display: none;
}

.list-menu li a {
  display: table;
  width: 100%;
  height: 100%;
}

.list-menu li a span {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 15px;
  font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
  line-height: 1.2;
  text-align: center;
}

.list-menu li a :hover {
  text-decoration: none;
  background: -o-linear-gradient(#79633C, #A99769);
  background: -webkit-gradient(linear, left top, left bottom, from(#79633C), to(#A99769));
  background: linear-gradient(#79633C, #A99769);
}

.list-menu li .sub-menu a {
  border-top: 1px solid #b9b091;
}

.list-menu li:hover .sub-menu {
  display: block;
}

.list-menu .sub-menu {
  display: none;
  position: relative;
  background-color: #a2956b;
  z-index: 10;
  top: 0px;
}

.list-menu .sub-menu a {
  display: block;
  padding: 12px 0;
  background: url(/attending/cruise/images/2016/bgd_menu.jpg) repeat-x;
  background-size: 100% 100%;
  color: white;
  font-size: 15px;
  font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
  line-height: 1.2;
}

.list-menu .sub-menu a :hover {
  text-decoration: none;
  background: -o-linear-gradient(#79633C, #A99769);
  background: -webkit-gradient(linear, left top, left bottom, from(#79633C), to(#A99769));
  background: linear-gradient(#79633C, #A99769);
}

.main-visual {
  position: relative;
  padding-top: 40px;
  margin-bottom: 25px;
}

.main-visual .txt-top {
  width: 484px;
}

.w-540 {
  width: 610px;
}

.box-bg-sapphire {
  background: #093D68;
  padding-top: 26px;
  padding-bottom: 46px;
  position: relative;
  margin-top: -53px;
}

.box-bg-sapphire .box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  height: 112px;
}

.box-bg-sapphire .box-top .logo {
  width: 100px;
  height: 100px;
  background: url("/attending/cruise/images/ship/logo_circle.png") no-repeat center;
  background-size:cover;
}

.box-bg-sapphire .box-top .logo img {
   position:absolute;
   left: 21px;
   top: 26px;
   width: 60px;
}

.box-bg-sapphire .box-top .content {
  width: calc(100% - 96px);
  padding-left: 11px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
}

.box-bg-sapphire .box-top .content small {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  display: block;
  margin-bottom: 8px;
}

.box-bg-sapphire .txt-des {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #fff;
  padding: 0 45px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

.img-mv {
  position: absolute;
  bottom: -17px;
  right: 20px;
  width: 400px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.list-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.list-anchor li {
  width: 500px;
}

.list-anchor li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #fff;
  font-weight: 500;
  height: 65px;
  border-radius: 5px;
  background: #093D68;
  text-align: center;
}

.list-anchor li a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 43%;
  right: 30px;
}

.box-charm {
  margin-bottom: 90px;
  margin-top: 50px;
}

.box-charm .inner-700 {
  margin-bottom: 40px;
}

.box-charm .img {
  width: 320px;
}

.box-charm .content {
  width: calc(100% - 320px);
  padding-left: 25px;
  padding-top: 4px;
}

.box-charm .content .ttl {
  font-size: 20px;
  color: #093D68;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin-bottom: 18px;
}

.box-charm .content .des {
  font-size: 14px;
  color: #093D68;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.7;
}

.sec-recommended-tour {
  background: #f9f9f9;
  padding-bottom: 75px;
}

.sec-recommended-tour .box-img-demo {
  margin-bottom: 80px;
}

.sec-ship-information .ttl-bg {
  margin-bottom: 57px;
}

.sec-ship-information .box-ship-data {
  margin-bottom: 80px;
}

.sec-ship-information .box-ship-data .box-ttl-sub {
  margin-bottom: 50px;
}

.sec-ship-information .box-banner-modal {
  position: relative;
  margin: 0 auto 90px;
  max-width: 920px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.sec-ship-information .box-banner-modal.box-banner-modal-disney_adventure {
  -webkit-box-shadow:none;
  box-shadow:none;
}

.sec-ship-information .box-banner-modal .box-info {
  width: 520px;
  background: #093d68;
  padding: 25px 15px 25px 25px;
}

.sec-ship-information .box-banner-modal .box-info__txt {
  line-height: 1.5;
  font-weight: 500;
}

.sec-ship-information .box-banner-modal .box-info__txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.sec-ship-information .box-banner-modal .box-info__txt dl dt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  color: #fff;
  width: 217px;
}

.sec-ship-information .box-banner-modal .box-info__txt dl dd {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  color: #fff;
  width: calc(100% - 217px);
}

.sec-ship-information .box-banner-modal .box-info__txt p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #fff;
  font-size: 16px;
  margin-bottom: 17px;
}

.sec-ship-information .box-banner-modal .box-info__txt p:last-of-type {
  margin-bottom: 0;
}

.sec-ship-information .box-banner-modal .box-info__txt small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #fff;
  font-size: 12px;
}

.sec-ship-information .box-banner-modal .box-info__txt strong {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #fff;
  display: block;
}

.sec-ship-information .box-banner-modal .img {
  width: 400px;
  display: flex;
  align-items: center;
}

.sec-ship-information .box-img-demo {
  margin-bottom: 95px;
}

.sec-ship-information .box-room .box-ttl-sub {
  margin-bottom: 50px;
  clear: both;
  padding-top: 30px;
}

.sec-ship-information .box-room .list-item-demo {
  margin-bottom: 34px;
}

.sec-ship-information .box-onboard-equipment .box-ttl-sub {
  margin-bottom: 48px;
}

.sec-ship-information .box-onboard-equipment .list-item-demo {
  margin-bottom: 0;
}

.sec-blog {
  padding-top: 60px;
  padding-bottom: 74px;
  background: #f9f9f9;
  margin-bottom: 70px;
}

.sec-blog .box-blog .box-ttl-sub {
  margin-bottom: 27px;
}

.sec-other {
  padding-bottom: 50px;
}

.sec-other .box-intro-princess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 630px;
  margin: 0 auto 40px;
  border: 1px solid #093d68;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 70px;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}

.sec-other .box-intro-princess:after {
  content: '';
  display: block;
  width: 9px;
  height: 16px;
  background: url("/attending/cruise/images/ship/ico-right03.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 35px;
}

.sec-other .box-intro-princess .logo {
  width: 50px;
}

.sec-other .box-intro-princess .txt {
  width: calc(100% - 84px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 18px;
  color: #093d68;
  font-weight: bold;
  padding-left: 5px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sec-other .box-intro-princess .txt {
    margin-top: 10px;
  }
}

.box-other-information .box-ttl-sub {
  margin-bottom: 56px !important;
}

.box-other-information .list-btn__wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7.5px;
}

.box-other-information .list-btn__wp li {
  width: 33.33%;
  padding: 0 7.5px;
}
.box-other-information .list-btn__wp.list_full {
  margin-top: 20px;
}

.box-other-information .list-btn__wp.list_full li {
  width: 100%;
}
.list-other-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px 50px;
}

.list-other-information .item {
  width: 410px;
  height:70px;
  margin-bottom: 10px;
  position: relative;
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #093d68;
  border-radius: 5px;
}

.list-other-information .item:nth-child(odd){
  margin-right:20px;
}

.list-other-information .item img {
  width: 93px;
}

.list-other-information .item:after {
  content: '';
  display: block;
  width: 7px;
  height: 12px;
  background: url("/attending/cruise/images/ship/ico-right03.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
}

.list-other-information .item__ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 120px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #093d68;
  width: 230px;
}

.list-item-demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 64px;
}

.list-item-demo .item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 40px;
}

.list-item-demo .item__img {
  position: relative;
  margin-bottom: 12px;
}

.list-item-demo .item__img .tag {
  padding: 0 9px;
  height: 22px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 22px;
  background: #c2a242;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.list-item-demo .item__ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #46b5e0;
  margin-bottom: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.list-item-demo .item__des {
  font-size: 14px;
  font-weight: 500;
  color: #093d68;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.list-item-demo .item__link {
  font-size: 14px;
  color: #093d68;
  line-height: 1.5;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  margin-top: 5px;
  letter-spacing: 1px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.list-item-demo .item__link:after {
  content: '▼';
  font-size: 14px;
  position: absolute;
  top: 1px;
  right: -16px;
}

.list-item-demo .item-multiple {
  width: 66.66%;
}

.list-item-demo .item-multiple .item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 12px;
}

.list-item-demo .item-multiple .item__img img {
  width: 50%;
  padding: 0 15px;
}

.list-item-demo__style02 {
  margin: 0 -20px;
}

.list-item-demo__style02 .item {
  width: 50%;
  padding: 0 -20px;
}

.list-item-demo__style02 .item:nth-of-type(n + 3) {
  width: 33.33%;
  padding: 0 15px;
}

.list-blog {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-blog .item {
  display: block;
  width: 50%;
  padding: 0 10px;
}

.list-blog .item-wp {
  border: 1px solid #093d68;
  border-radius: 5px;
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}

.list-blog .item-wp:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("/attending/cruise/images/ship/ico-red.png") no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.list-blog .item-wp__img img{
  height: 6vw;
}

.list-blog .item-wp__info {
  width: calc(100% - 190px);
  padding-left: 15px;
}

.list-blog .item-wp__info .date {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #46b5e0;
  margin-bottom: 4px;
}

.list-blog .item-wp__info .ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #093d68;
}

.list-blog .item__btn {
  width: 100%;
  height: 60px;
  background: #46b5e0;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .list-blog .item__btn {
    padding-top: 8px;
  }
}

.list-blog .item__btn:after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url("/attending/cruise/images/ship/ico-right02.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.box-img-demo {
  position: relative;
}

.box-img-demo .txt-deco {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
}

.box-tour-search .box-ttl-sub {
  margin-bottom: 43px;
}

.box-tour-search .box-form {
  padding: 30px;
  border: 1px solid #093d68;
  border-radius: 5px;
  width: 900px;
  margin: 0 auto 35px;
}

.box-tour-search .box-form .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-tour-search .box-form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  width: 460px;
}

.box-tour-search .box-form .item__label {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #093d68;
  padding-left: 13px;
  position: relative;
  width: 152px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-tour-search .box-form .item__label {
    top: 3px;
  }
}

.box-tour-search .box-form .item__label:before {
  content: "";
  display: block;
  width: 3px;
  height: 18px;
  background: #46b5e0;
  position: absolute;
  top: 1px;
  left: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-tour-search .box-form .item__label:before {
    top: -1px;
  }
}

.box-tour-search .box-form .item__input {
  width: calc(100% - 90px);
}

.box-tour-search .box-form .item__input select {
  cursor: pointer;
  width: 282px;
  border: 1px solid #093d68;
  height: 35px;
  padding: 0 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #093d68;
  background: url("/attending/cruise/images/ship/bg-select.png") no-repeat center right 10px;
  background-size: 10px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-tour-search .box-form .item__input select {
    padding-top: 6px;
  }
}

.box-tour-search .box-form .item__input .date {
  position: relative;
  width: 280px;
}

.box-tour-search .box-form .item__input .date .input-date {
  border: 1px solid #093d68;
  height: 35px;
  padding: 0 10px;
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  color: #093d68;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-tour-search .box-form .item__input .date .input-date {
    padding-top: 6px;
  }
}

.box-tour-search .box-form .item__input .date:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url("/attending/cruise/images/ship/ico-date.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 12px;
  right: 7px;
}

.box-tour-search .box-form .item__input .date ::-webkit-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 14px;
  opacity: 1;
  color: #093d68;
}

.box-tour-search .box-form .item__input .date :-ms-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 14px;
  opacity: 1;
  color: #093d68;
}

.box-tour-search .box-form .item__input .date ::-ms-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 14px;
  opacity: 1;
  color: #093d68;
}

.box-tour-search .box-form .item__input .date ::placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 14px;
  opacity: 1;
  color: #093d68;
}

.box-tour-search .box-form .item__input .date :-ms-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #093d68;
}

.box-tour-search .box-form .item__input .date ::-ms-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #093d68;
}

.box-tour-search .box-form .item__input .group-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8px;
}

.box-tour-search .box-form .item__input .group-check .item {
  width: auto;
  margin-bottom: 0;
  margin-right: 22px;
  padding-left: 0;
}

.box-tour-search .box-form .item__input .group-check .item:last-of-type {
  margin-right: 0;
}

.box-tour-search .box-form .item__input .group-check .item input[type="checkbox"] {
  display: none;
}

.box-tour-search .box-form .item__input .group-check .item label {
  font-size: 15px;
  color: #093d68;
  padding-left: 18px;
  position: relative;
  height: 20px;
}

.box-tour-search .box-form .item__input .group-check .item label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #093d68;
  border-radius: 2px;
  position: absolute;
  top: 2px;
  left: 0;
}

.box-tour-search .box-form .item__input .group-check .item input[type="checkbox"]:checked + label:before {
  content: "";
  display: block;
  background: url("/attending/cruise/images/ship/ico-checked.png") no-repeat center;
  background-size: cover;
  width: 15px;
  height: 15px;
  border: none;
  position: absolute;
  top: 2px;
  left: 0;
}

.box-tour-search .box-form .item-check .item__label {
  width: 105px;
}

.box-tour-search .box-form .item:nth-of-type(even) {
  width: calc(100% - 460px);
  padding-left: 4px;
}

.box-tour-search .box-form .item:nth-of-type(even) .item__label {
  width: 90px;
}

.box-tour-search .box-form .item:nth-of-type(even) .item__input {
  width: calc(100% - 90px);
  padding-left: 4px;
}

.box-tour-search .box-form .item:first-of-type .item__label {
  width: 135px;
}

.box-tour-search .box-form .item:first-of-type .item__input {
  width: calc(100% - 135px);
}

.box-tour-search .box-form .item .group-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -2px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-tour-search .box-form .item .group-radio {
    top: 2px;
  }
}

.box-tour-search .box-form .item .group-radio .item {
  width: auto;
  margin-bottom: 0;
  margin-right: 20px;
}

.box-tour-search .box-form .item .group-radio .item:last-of-type {
  margin-right: 0;
}

.box-tour-search .box-form .item .group-radio input[type="radio"] {
  display: none;
}

.box-tour-search .box-form .item .group-radio label {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 15px;
  color: #093d68;
  padding-left: 20px;
  position: relative;
  height: 20px;
  cursor: pointer;
}

.box-tour-search .box-form .item .group-radio label:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #46b5e0;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-tour-search .box-form .item .group-radio label:before {
    top: 0;
  }
}

.box-tour-search .box-form .item .group-radio input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #46b5e0;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 4px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-tour-search .box-form .item .group-radio input[type="radio"]:checked + label:after {
    top: 4px;
  }
}

.box-tour-search .box-form .item__input .group-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-tour-search .box-form .item__input .group-checkbox .item {
  width: auto;
  margin-bottom: 0;
  margin-right: 22px;
  padding-left: 0;
}

.box-tour-search .box-form .item__input .group-checkbox .item:last-of-type {
  margin-right: 0;
}

.box-tour-search .box-form .item__input .group-checkbox .item input[type="checkbox"] {
  display: none;
}

.box-tour-search .box-form .item__input .group-checkbox .item label {
  font-size: 15px;
  color: #093d68;
  padding-left: 18px;
  position: relative;
  height: 20px;
}

.box-tour-search .box-form .item__input .group-checkbox .item label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #093d68;
  border-radius: 2px;
  position: absolute;
  top: 2px;
  left: 0;
}

.box-tour-search .box-form .item__input .group-checkbox .item input[type="checkbox"]:checked + label:before {
  content: "";
  display: block;
  background: url("/attending/cruise/images/diamond_princess/ico-checked.png") no-repeat center;
  background-size: cover;
  width: 15px;
  height: 15px;
  border: none;
  position: absolute;
  top: 2px;
  left: 0;
}


.box-tour-search .box-form .item.hidden {
  opacity: 0;
  visibility: hidden;
}

.box-tour-search .list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 17px;
}

.box-tour-search .list-btn a {
  margin: 0 5px;
  height: 50px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.box-tour-search .list-btn a.btn-blue {
  width: 326px;
  background: #46b5e0;
  text-align: center;
}

.box-tour-search .list-btn a.btn-blue span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-tour-search .list-btn a.btn-blue span {
    margin-top: 8px;
  }
}

.box-tour-search .list-btn a.btn-blue span:before {
  content: "";
  display: block;
  background: url("/attending/cruise/images/ship/ico-search.png") no-repeat center;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box-tour-search .list-btn a.btn-mystic {
  width: 190px;
  background: #e6ebf0;
  color: #093d68;
}

.box-tour-search .list-btn a.btn-mystic span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  color: #093d68;
  font-weight: bold;
  position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-tour-search .list-btn a.btn-mystic span {
    margin-top: 8px;
  }
}

.box-tour-search .box-result {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #093d68;
  margin-bottom: 37px;
}

.box-tour-search .box-result span {
  font-size: 18px;
  color: #eb0000;
}

.box-tour-search .box-result span strong {
  font-size: 28px;
  color: #eb0000;
}

.box-tour-search .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.box-tour-search .pagination li {
  margin: 0 5px;
}

.box-tour-search .pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ecf0f4;
  border-radius: 3px;
  text-align: center;
  width: 28px;
  height: 28px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #093d68;
  background: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-tour-search .pagination li a {
    padding-top: 5px;
  }
  .box-tour-search .pagination li a img {
    margin-top: -5px;
  }
}

.box-tour-search .pagination li a.selected {
  background: #46b5e0;
  color: #fff;
}

.box-tour-search .pagination li img{
    width: auto;
}

.box-tour-search .pagination.mb-0 {
  margin-bottom: 0;
}

.box-tour-search .box-order {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #093d68;
  text-align: right;
  margin-bottom: 10px;
}

.box-tour-search .box-order a {
  margin-right: 10px;
  color: #093d68;
  display: inline-block;
}

.box-tour-search .box-order a.selected {
  color: #fff;
  background: #46b5e0;
  padding: 0 10px;
  border-radius: 3px;
}

.box-tour-search .list-tour {
  margin-bottom: 44px;
}

.box-tour-search .list-tour .item {
  padding: 26px 28px 30px;
  border: 1px solid #093d68;
  border-radius: 5px;
  margin-bottom: 18px;
}

.box-tour-search .list-tour .item:last-of-type {
  margin-bottom: 0;
}

.box-tour-search .list-tour .item__ttl {
  font-size: 16px;
  font-weight: bold;
  color: #093d68;
  padding-bottom: 13px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #093d68;
  width: 100%;
}

.box-tour-search .list-tour .item-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2px;
}

.box-tour-search .list-tour .item__img {
  width: 300px;
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-tour-search .list-tour .item__img img {
  width: 50%;
  padding: 0 5px;
}

.box-tour-search .list-tour .item__info {
  width: calc(100% - 300px);
  padding-left: 22px;
}

.box-tour-search .list-tour .item__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}

.box-tour-search .list-tour .item__info dl:last-of-type {
  margin-bottom: 0;
}

.box-tour-search .list-tour .item__info dl dt {
  width: 63px;
  height: 20px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background: #c1c1c1;
}

.box-tour-search .list-tour .item__info dl dd {
  width: calc(100% - 63px);
  font-size: 14px;
  color: #093d68;
  padding-left: 12px;
}

.box-tour-search .list-tour .item__info .price {
  color: #eb0000;
  font-size: 18px;
  font-weight: bold;
}

.box-tour-search .list-tour .item__info .tag-pink {
  background: #f57f7f;
}

.box-tour-search .list-tour .item .box-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-tour-search .list-tour .item .box-control .list-tag {
  width: calc(100% - 245px);
  display: flex;
}

.box-tour-search .list-tour .item .box-control .list-tag li {
  display: inline-block;
  margin-right: 3px;
}

.box-tour-search .list-tour .item .box-control .list-tag li:last-of-type {
  margin-right: 0;
}

.box-tour-search .list-tour .item .box-control .list-tag li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  line-height: 1;
  display: block;
  border-radius: 3px;
  /* width: 80px; */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-tour-search .list-tour .item .box-control .list-tag li {
    padding: 8px 10px 2px;
  }
}

.box-tour-search .list-tour .item .box-control .list-tag li.blue {
  border: 1px solid #46b5e0;
  color: #46b5e0;
}

.box-tour-search .list-tour .item .box-control .list-tag li.orange {
  border: 1px solid #ff7f00;
  color: #ff7f00;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.btn-red {
  width: 245px;
  height: 40px;
  border-radius: 5px;
  background: #eb0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0;
  margin-left: auto;
}

.btn-red span {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  position: relative;
  top: 1px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.btn-red span:after {
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  background: url("/attending/cruise/images/ship/ico-right.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-picton-blue {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 630px;
  height: 70px;
  position: relative;
  background: #46b5e0;
  border-radius: 5px;
  margin: 0 auto 30px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-picton-blue {
    padding-top: 8px;
  }
}

.btn-picton-blue:hover {
  color: #fff;
}

.btn-picton-blue:after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(/attending/cruise/images/ship/ico-right02.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 106px;
}

.btn-deep-sapphire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  position: relative;
  background: #093d68;
  border-radius: 5px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-deep-sapphire {
    padding-top: 8px;
  }
}

.btn-deep-sapphire span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.btn-deep-sapphire small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 12px;
  color: #fff;
}

.btn-deep-sapphire:hover {
  color: #fff;
}

.btn-deep-sapphire:after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(/attending/cruise/images/ship/ico-right02.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.backTop {
  display: none;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.backTop:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.backTop .inner-960 {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

.backTop .img {
  position: fixed;
  bottom: 60px;
  right: calc(50vw - 490px);
  text-align: center;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: none;
}

.datepicker-panel > ul > li {
  line-height: 30px;
  font-size: 13px;
}

.mb-80 {
  margin-bottom: 80px !important;
}

/*# sourceMappingURL=maps/index.css.map */



/*----------------------------------
  カレンダーモーダル部分調整用css
----------------------------------*/

.overlayBlk { position:relative; width:700px !important; border:solid 2px #32aaf3; margin:-2px auto 0; padding:0; z-index:301;background-color: #fff;}
.overlayBlk .overlayMds04 {  background:#32aaf3; width:680px; height:auto; border-bottom:unset; font-size:16px; font-weight:bold; line-height:2.0rem; color:#fff; margin-bottom:0; padding:10px;}
.overlayBlk .overlayMds01 {  background:#32aaf3; width:680px; height:auto; border-bottom:unset; font-size:16px; font-weight:bold; line-height:2.0rem; color:#fff; margin-bottom:0; padding:10px;}
.overlayDaysBox .overlayLine { overflow:hidden; margin-bottom:5px;}
.overlayDaysBox .overlayLine ul li {
    width:200px;
    margin:0 2rem 1rem 0;
    display:inline-block;
    vertical-align:top;
}

.overlayLine th.form-check {
    width:auto;
    float:none;
  height:auto;
  border-bottom: none;
    text-align: left;
}
.overlayDaysBox .overlayLine .overHotelTbl ul li {
    width:auto;
    margin:0 2rem 1rem 0;
    display:inline-block;
    vertical-align:top;
}
.overHotelTbl a{
  margin-left: 10px;
  font-size: 13px;

}
.majorAirports li.form-check{
  width: 24%;
      margin: 0 1% 5px 0;
    display: inline-block;
    vertical-align: text-top;
}

.majorAirports li.form-check label{
  font-size: 12px !important;
}

.majorAirports li.form-check label.zero{
  color: #ccc;
}

ul.majorAirports{
  border-bottom: none;
}
.form-check {
    height:30px;
    width:auto;
    float:left;
}

.subWinForm { padding:10px 0 10px 10px;}

.selectClose {
    position:absolute;
    top:0;
    right:0;
    background:#32aaf3 url(/search/images/close_p_ico.png) center center no-repeat;
    width:40px;
    height:40px;
    text-indent:-9999px;
}

.overlayDaysBox .overlayLine ul li label { font-size:12px;}

.overlayDaysBox .decisionBox { width:auto; height:auto; text-align:center;}
.overlayDeptBox .decisionBox .bttn, .overlayDaysBox .decisionBox .bttn, .overlayDateBox .decisionBox .bttn {
    display:inline-block;
    width:260px;
    margin-right:5px;
}
.overlayDaysBox .decisionBox p.bttn a, .overlayDeptBox .decisionBox .bttn a, .overlayDaysBox .decisionBox .bttn a, .overlayDateBox .decisionBox .bttn a {
    display:block;
    width:100%;
    padding:.5rem 1rem;
    font-size:1.5rem;
    line-height:1.5;
    border-radius:.3rem;
    color:#fff;
    background-color:#fe0000;
    border-color:#fe0000;
}
.overlayDeptBox .decisionBox, .overlayDaysBox .decisionBox, .overlayDateBox .decisionBox {
    padding: 20px 0;
}
.overlayBlk .selectClear {
    display:inline-block;
}
.overlayBlk .selectClear a {
    font-size: 1.5rem;
    box-sizing: border-box;
    display: inline-block;
    width: auto;
    background-image: none;
    line-height: 1.5;
    border-radius: .3rem;
    padding: .5rem 1rem;
    border: 1px solid #868e96;
    text-decoration: none;
}
.btn-outline-secondary {
    color:#4c4c4c;
}
.btn-outline-secondary:hover {
    color:#fff;
    background-color:#868e96;
    border-color:#868e96;
}


.overlayDeptBox .decisionBox {
    width: 670px;
    height: auto;
    text-align: center;
}


/*該当検索結果*/
.hitBlk {background-color:  #1d3994; color: #fff; font-size: 16px; font-weight: bold;line-height: 1.4; padding:10px; text-align:center; width: 450px; height:auto;margin: 0 auto;}

.hitBlk span{ font-family: verdana,sans-serif; font-size: 130.8%; padding-right: 5px; color: #fff;font-weight: bold;  }

#hitBox {
  display: none;
  height: auto;
  position: absolute;
  width: 720px;
  z-index: 10000;
}

#overlay {
    text-align: center;
    background-color: #FFFFFF;
    background-color: rgba(0,0,0,0.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: .80;
    -moz-opacity: .80;
}
#rBox {
    width: 90%;
    height: auto;
    position: absolute;
    z-index: 150;
    display: none;
}
#loading {
    position: fixed;
    height: 50px;
    width: 50px;
    top: calc(50% - 50px/2);
    left: calc(50% - 50px/2);
    z-index: 100;
}
#loading img {
    width: 100%;
}
.addsSubMds02 .form-check-label {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}
.overlayDaysBox .p-3.m-0.h5 {
    padding: 20px;
    font-size: 14px;
}

/*start_カレンダー*/
.overlayBlk .overlayMds03 {
    background: #32aaf3;
    padding: 10px;
    width: 698px;
    border-bottom: unset;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.dep_date {
    margin-top: 35px;
    width: 100%;
    text-align: center;
}
.SW_SD_Month{
    border-collapse:separate;
    border-spacing:2px;
    margin-left:6px;
    margin-bottom:8px;
}
.SW_SD_Caption {
    background-color:#197FBC;
    color:#FFFFFF;
    font-weight:bold;
    height:29px;
    line-height:29px;
    margin:0 2px;
    text-align:center;
    font-size:12px;
}
.SW_SD_Caption a {
    color:#FFFFFF;
    text-decoration:underline;
}
.SW_SD_Month th.sun, .SW_SD_Month td.sun, .SW_SD_Month td.hol{
    background-color:#FFD7CB;
}
.SW_SD_Month td, .SW_SD_Month th{
    width:25px;
    height:25px;
    min-height:5px;
    font-size: 12px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #CCCCCC;
    box-sizing: border-box;
}
.SW_SD_Month th.sat, .SW_SD_Month td.sat{
    background-color:#CBE7FF;
}
.SW_SD_Month td.non{
    background-color:#DDDDDD;
}
.SW_SD_Month th{
    background-color:#EEEEEE;
}
.SW_SD_Month td a{
    text-decoration:underline;
    color:#0000FF;
}

.SW_SD_Month td.sel {
    background-color: #35649A;
    color: #FFFFFF;
}
.SW_SD_Month td.sel a {
    color: #FFFFFF;
}

.SW_CalBtn {width:26px; height:26px;}
.SW_CalPrevBtn { background:url(/search/images/SR_Cal_Prev.gif) no-repeat; width:26px; height:26px; margin-top:90px;}
.SW_CalNextBtn { background:url(/search/images/SR_Cal_Next.gif) no-repeat; width:26px; height:26px; margin-top:90px;margin-right: 30px;}
.decisionBox {
    text-align: center;
}

.decisionBox .txt {
    font-size: 14px;
}

.decisionBox .btn {
    margin: 15px 0 5px 0;
}

.decisionBox .subWinDecide {
    background: red;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 12px 67px;
    border-radius: 5px;
}
/*end_カレンダー*/

.searchResult{display: none;}
a.disabled{pointer-events: none;}

.frmResult {
  background-color:#fafafa;
  width:914px;
  height:auto;
  text-align:center;
  padding:7px 0;
  margin:0 auto 7px;
  font-size:16px;
  font-weight:bold;
}
.to_form{
  display: flex;
  padding: 0 150px;
}
.to_form a{
  width: 400px;
  border: solid 1px black;
  text-align:center;
  padding:7px 0;
  margin: 0 auto 30px;
  font-size:16px;
  font-weight:bold;
  display: block;
  color: #1d3994;
}
.to_form a:hover {
  color: #ff9933;
}

#p_dest_text{font-size: 14px;}

/* クルーズ旅行説明会開催中 */
.wrapper-cruise { clear:both; width:960px; height:auto; margin:0 auto;}
.wrapper-cruise .cruise-travel-briefing {
  border: 1px solid #7fc7e8;
  padding: 5px 6px 6px;
  position: relative;
  margin: 26px 0 48px
}
.wrapper-cruise .cruise-travel-briefing:before {
  content: ' ';
  width: 158px;
  height: 158px;
  background: url(/attending/cruise/images/ship/icon02.png) no-repeat 0 0;
  position: absolute;
  top: 21px;
  right: 5px;
}
.wrapper-cruise .cruise-travel-briefing .cruise-travel-briefing-inner {
  border: 1px solid #7fc7e8;
  padding: 14px 0 15px;
  background: url(/attending/cruise/images/ship/pattern02.png) repeat 0 0;
}
.wrapper-cruise .cruise-travel-briefing .sec-ttl {
  font-size: 27px;
  color: #fff;
  background: #299cd2;
  line-height: 1.2em;
  padding: 5px 12px 3px;
  font-weight: bold;
  letter-spacing: 0.09em;
  display: block;
}
.wrapper-cruise .cruise-travel-briefing .head {
  background: #cdecff;
  padding: 4px 14px
}
.wrapper-cruise .cruise-travel-briefing .head .txt01 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  color: #5e9bcf
}
.wrapper-cruise .cruise-travel-briefing .head .txt02 {
  font-size: 12px;
  line-height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  color: #454545;
  margin: 4px 0 0 5px
}
.wrapper-cruise .cruise-travel-briefing .ul-briefing {
  margin: 18px 0 0 10px
}
.wrapper-cruise .cruise-travel-briefing .ul-briefing > li {
  float: left;
  width: 175px;
  margin-left: 2px;
  position: relative;
  z-index: 1;
}

.to_form_cruise, .to_form_cruise_2up{
  cursor: pointer;
}

.Common21__inner {
  width: 1024px;
  margin: 0 auto;
}

.lrFix, .overlayLine {
  display: flex;
}

/* --------------------start_阪急交通社のクルーズ旅行-------------------- */
.HeiCruise__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.HeiCruise__item {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 240px;
  height: 145px;
  padding: 20px 40px 13px 20px;
  color: white;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
}

.HeiCruise__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg,
      rgba(0, 35, 51, 1) 0%,
      rgba(0, 35, 51, 0) 60%);
}

.HeiCruise__item.ship-item {
  width: 330px;
  height: 240px;
  margin-bottom: 20px;
}

.HeiCruise__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.HeiCruise__link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: var(--corporate-color);
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.HeiCruise__link::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 17px;
  right: 17px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.HeiCruise__img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.HeiCruise__img img {
  width: 240px;
  height: 145px;
  object-fit: cover;
  /* この一行を追加するだけ！ */
  transition: opacity 0.3s;
}

.ship-item .HeiCruise__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* この一行を追加するだけ！ */
  transition: opacity 0.3s;
  object-position: 0 80%;
}

.HeiCruise__item:hover img {
  opacity: 0.7;
}

.HeiCruise__name {
  font-feature-settings: "palt";
  font-size: 2.4rem;
}

#HeiCruise .CommonModal__ttl::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: -2px;
  background: url(../../../sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
}

.Cruise__link-text {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding: 10px 15px;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
}

.Cruise__link-text::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #c3c3c3;
  border-right: 2px solid #c3c3c3;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
}

.HeiCruise-link-items .HeiCruise-link-item {
  width: 100%;
  margin-bottom: 5px;
}

.HeiCruise-link-items .HeiCruise-link-item a {
  position: relative;
  display: block;
  font-size: 1.4rem;
}

.HeiCruise-link-items .HeiCruise-link-item a:hover,
.HeiCruise-ebook .ebook a:hover {
  text-decoration: underline;
}

.HeiCruise-ebook .ebook {
  margin-bottom: 2rem;
}

.HeiCruise-link-items .HeiCruise-link-item a::before,
.HeiCruise-ebook .ebook a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 2px;
}

.HeiCruise-area {
  width: 50%;
  border-right: 1px solid #e5e5e5;
  margin-right: 20px;
}

.HeiCruise-area .HeiCruise-link-item {
  width: 50%;
}

.HeiCruise-setsumeikai {
  border-right: 1px solid #e5e5e5;
  margin-right: 20px;
}

.HeiCruise-ebook .ebook a {
  font-size: 1.8rem;
  font-weight: bold;
}

.HeiCruise-area .HeiCruise-toggle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.HeiCruise-links {
  border: 1px solid #e5e5e5;
  padding: 20px 100px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.HeiCruise-link-items {
  width: 25%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.HeiCruise-link-items dt {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.HeiCruise-link-items dd {
  width: 100%;
  margin-bottom: 5px;
}

.HeiCruise-link-items dd a {
  position: relative;
  display: block;
  font-size: 1.4rem;
}

.HeiCruise-link-items dd a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 2px;
}

.HeiCruise-link-items dd a:hover {
  text-decoration: underline;
}

.HeiCruise-area {
  width: 66% !important;
  border-right: none !important;
  margin-right: 20px;
}

.HeiCruise-area dd {
  width: 50%;
}

.HeiCruise-setsumeikai {
  border-right: 1px solid #e5e5e5;
  margin-right: 20px;
}

.HeiCruise-ebook .ebook a {
  font-size: 1.8rem;
  font-weight: bold;
}

/* --------------------end_阪急交通社のクルーズ旅行-------------------- */

.Common21__section-ttl-lev1 {
    width: 100%;
    position: relative;
    margin-bottom: 35px;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}

.Common21__section-ttl-lev1::before,
.Common21__section-ttl-lev1::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    position: absolute;
    bottom: -15px;
}

.Common21__section-ttl-lev1::before {
    left: 50%;
    transform: translateX(-100%);
    background: #00a0e9;
}

.Common21__section-ttl-lev1::after {
    left: 50%;
    background: #007cb5;
}


.guntu .inner-790,
.guntu .box-ttl-sub {
  display: none;
}

.bc-player-default_default-index-0 {
    margin: 0 auto;
}