/*
Theme Name: corp
Description: corp
*/

/**
 * 基本設定
 */

 html {
   font-size: 62.5%;
   text-size-adjust: 100%;
   margin: 0;
   padding: 0;
   height: 100%;
 }

 body {
   font-family: “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
   padding: 0;
   background: url(./img/main_bg.png) #f5f6f6 repeat;
   color: #fff;
   font-size: 1.4rem;
   line-height: 1.5;
   margin: 0;
   padding: 0;
   height: 100%;
 }

 a {
   color: #fff;
   text-decoration: none;
   cursor: pointer;
   transition: all 0.4s ease-in-out;
 }

 a:hover {
   color: #c9a063;
 }

 th {
   font-weight: normal;
   text-align: left;
 }

 /**
  * コンテナ
  */
.cruise-wrap {
  min-width: 1000px;
  position: relative;
}

/**
 * bxslider
 */


.cruise-wrap .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
  background: transparent;
}

/**
 * 見出し
 */

.section-title {
   text-align: center;
   color: #b28247;
   font-size: 1.5rem;
   font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
   position: relative;
   margin: 0 auto 35px;
   width: 448px;
   z-index: 0;
 }

.section-title .line {
  display: block;
  position: relative;
  margin: auto;
  font-size: 3.2rem;
  letter-spacing: 3px;
}

.section-title::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 89px;
  border-top: 2px solid #b28247;
}

.section-title::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 0;
  width: 89px;
  border-top: 2px solid #b28247;
}

.chapter-title {
  font-size: 3.0rem;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 30px;
}

.chapter-title span {
  font-size: 1.5rem;
  color: #b28247;
  letter-spacing: 2px;
}

.clause-title {
  font-size: 2.0rem;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 10px;
  color: #b28247;
  letter-spacing: 2px;
}


/**
 * ボタンスタイル
 */

.btn {
  position: relative;
  display: inline-block;
  padding: 7px 50px;
  border: 1px solid #c9a063;
  color: #c9a063;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .3s;
}

.btn::before,
.btn::after {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 2;
  content: '';
  transition: all .3s;
}

.btn::before {
  border-top: 1px solid #d8ba8e;
  border-bottom: 1px solid #d8ba8e;
  transform: scale(0, 1);
}

.btn::after {
  border-right: 1px solid #d8ba8e;
  border-left: 1px solid #d8ba8e;
  transform: scale(1, 0);
}
.btn:hover {
  color: #d8ba8e;
}
.btn:hover::after,
.btn:hover::before {
  transform: scale(1);
}


.btn-rand {
  border-radius: 20px;
  text-align: center;
  padding: 5px 20px;
  display: block;
  min-width: 200px;
  background: #fff;
  transition: all .3s, ease-in;
}

.btn-rand:hover {
  background: #fef5f5;
  color: #a3231f;
  border: 2px solid #fbc7c5;
}


.btn-rand-def {
  border: 2px solid #e83828;
  color: #e83828;
}

.rest-btn {
  width: 170px;
  position: relative;
  padding: 7px 20px 7px 0;
  box-sizing: border-box;
  font-size: 1.4rem;
  text-align: center;
  display: block;
  opacity: 1;
}

.rest-btn::after {
  content: "";
  background: url(./img/icon-out.png) no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
}

.rest-color {
  background: #c9a063;
}

.wedding-color {
  background: #ff7ea8;
}

.rest-color:hover,
.wedding-color:hover {
  color: #fff;
  opacity: .6;
}

/* ボタンの配置 */
.btn-pos {
  display: flex;
}

.btn-pos .btn + .btn {
  margin-left: 10px;
}

.btn-pos.center {
  align-items: center;
  justify-content: center;
}

.btn-last {
  margin-top: 60px;
}
/*フォント*/

.font12 {
  font-size: 1.2rem;
}

.font16 {
  font-size: 1.6rem;
}

.font18 {
  font-size: 1.8rem;
}

/*横並び*/
.colum {
  display: flex;
}

.colum.middle {
  align-items: center;
}
.colum .separate {
  margin-right: 20px;
}
.colum.top {
  align-items: flex-start;
}

.colum.right {
  justify-content: flex-end;
}

.colum.both {
  justify-content: space-between;
}

/*汎用ボックス*/
.general-box {
  border: 2px solid #c9caca;
  background: #fff;
  padding: 17px 14px;
}

/*絶対配置*/
.pos-point {
  position: relative;
}

title::before {
  content: "";
  display: none;
}

/**
 * 第２階層共通スタイル
 */
.lower-title {
  background: url(./img/lower-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 0;
  padding-top: calc(315 / 1000 * 100%);
  overflow: hidden;
  position: relative;
}

.lower-frame {
  border: 2px solid #b5b5b6;
  width: 455px;
  height: 114px;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 3.8rem;
  line-height: 90%;
  padding: 18px 0 4px;
  letter-spacing: 8px;
}

.lower-latin {
  font-family: 'Times', serif;
  font-size: 1.6rem;
  letter-spacing: 5px;
}

.anchor-menu {
  text-align: center;
}

.anchor-menu a {
  color: #3e3a39;
}

.anchor-menu a:hover {
  color: #c9a063;
}

.anchor-menu li {
  padding: 8px 0;
  display: inline-block;
  margin-right: 23px;
}

.cruise-main {
  background: #fff;
  padding: 30px 22px 70px;
  color: #3e3a39;
  font-size: 1.6rem;
}

.cruise-main .cruise-main-inner {
  width: 1000px;
  margin: auto;
}

/**
 * テーブルスタイル
 */
.table-style {
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
}
.table-style.full {
  width: 100%;
}

.table-style th {
  background: #f2e9db;
  text-align: left;
  min-width: 50px;
  padding: 14px;
  font-weight: normal;
  border-bottom: 1px solid #c9caca;
}

.table-style td {
  text-align: left;
  padding: 14px;
  border-bottom: 1px solid #c9caca;
}

.table-style .board {
  width: 180px;
}


.grade-box-table {
  border-collapse:collapse;
  border: 1px solid #c9caca;
 }

.grade-box-table .grade-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.grade-box-table th {
  background: #efefef;
  border-bottom: 1px solid #c9caca;
  padding: 7px;
  min-width: 95px;
  box-sizing: border-box;

 }
 .grade-box-table th:first-child {
   border-left: 1px solid #c9caca;
 }

.grade-box-table td {
  border-bottom: 1px solid #c9caca;
  padding: 0 0 0 7px;
  min-width: 232px;
  box-sizing: border-box;
  border-right: 1px solid #c9caca;
 }]

 .grade-box-table tr:last-child th,
 .grade-box-table tr:last-child td {
    border-bottom: none;
  }

.grade-box {
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
 }

.grade-box.line {
   border-bottom: 2px dotted #d0d1d1;
 }

 .grade-box-btn {
  display: flex;
  justify-content: space-between;
}

.grade-box-table .grade-box-spImg {
  display: none;
}

/**
 * ヘッダー
 */

.cruise-header-core {
  position: relative;
  z-index: 100;
}

.cruise-header {
  background : #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 0;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  z-index: 10;
  box-sizing: border-box;
}

.cruise-header .cruise-header-cont {
  padding-top: 0;
  background-color: #233c72;
  height: 55px;
  position: relative;
}

.cruise-header .cruise-header-logo {
  background: url(./img/logo.svg) no-repeat;
  /*background-size: 140px 41px;*/
  width: 140px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  margin: 7px 20px 0 20px;
}

.cruise-header .cruise-header-logo-mej {
  background: url(./img/logo-mej.svg) no-repeat;
  /*background-size: 140px 41px;*/
  width: 185px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  margin: 7px 20px 0 20px;
}

.cruise-header .cruise-header-colum {
  display: flex;
}

.cruise-header .cruise-header-menu {
  width: 750px;
}


.cruise-header .cruise-header-list {
  display: flex;
  font-size: 1.4rem;
}


/**
 * レストラン一覧のサブメニュースタイル
 */

/* 　レストラン一覧コンテナ */
.cruise-header .rest > .sub-menu {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  min-height: 380px;
  background: #000;
  display: none;

  overflow: hidden;
  transition: all .3s ease;
}

.cruise-header .rest > .sub-menu.show {
  display: flex;
}

/* レストラン一覧の画像表示 */
.cruise-header .rest > .sub-menu .hoshi,
.cruise-header .rest > .sub-menu .veni,
.cruise-header .rest > .sub-menu .cruise  {
  display: flex;
  flex-direction: column;
  width: 33%;
}

.cruise-header .rest > .sub-menu .veni {
  border-left: 2px solid #65605c;
  border-right: 2px solid #65605c;
  position: relative;
}

.cruise-header .rest > .sub-menu .veni::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.cruise-header .rest > .sub-menu .hoshi > a,
.cruise-header .rest > .sub-menu .veni > a,
.cruise-header .rest > .sub-menu .cruise > a {
  width: 100%;
  height: 238px;
  text-indent: -9999px;
  pointer-events: none;
  z-index: 0;
  display: flex;
}

.cruise-header .rest > .sub-menu .hoshi > a {
  background: url(./img/store-hoshi.jpg) center / cover no-repeat;
}

.cruise-header .rest > .sub-menu .veni > a {
  background: url(./img/store-veni.jpg) center / cover no-repeat;
}

.cruise-header .rest > .sub-menu .cruise > a {
  background: url(./img/store-cruise.jpg) center / cover no-repeat;
}


@media screen and (min-width:1620px) {
  .cruise-header .rest > .sub-menu .hoshi > a {
    background: url(./img/store-hoshi.jpg) center / contain no-repeat;
  }

  .cruise-header .rest > .sub-menu .veni > a {
    background: url(./img/store-veni.jpg) center / contain no-repeat;
  }

  .cruise-header .rest > .sub-menu .cruise > a {
    background: url(./img/store-cruise.jpg) center / contain no-repeat;
  }
}

/* 店名 */
.cruise-header .rest > .sub-menu .hoshi > .sub-menu li,
.cruise-header .rest > .sub-menu .veni > .sub-menu li,
.cruise-header .rest > .sub-menu .cruise > .sub-menu li {
  position: relative;
  border-bottom: 1px dotted #fff;
}

.cruise-header .rest > .sub-menu .hoshi > .sub-menu a,
.cruise-header .rest > .sub-menu .veni > .sub-menu a,
.cruise-header .rest > .sub-menu .cruise > .sub-menu a {
  padding: 12px 15px;
  display: block;
}

.cruise-header .rest > .sub-menu .hoshi > .sub-menu li::before,
.cruise-header .rest > .sub-menu .veni > .sub-menu li::before,
.cruise-header .rest > .sub-menu .cruise > .sub-menu li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border-top: 3px solid #c9a063;
  border-right: 3px solid #c9a063;
  transform: rotate(45deg);
}

.cruise-header a {
  position: relative;
  height: 55px;
  box-sizing: border-box;
  padding: 9px 0;
}

.cruise-header .cruise-header-menu a {
  line-height: 38px;
  color: #fff;
  transition: all .4s ease-in-out;
}

.cruise-header .cruise-header-list > li {
  flex-grow: 1;
  display: flex;
  justify-content: center;

}

.cruise-header .cruise-header-list .sub-menu.show a {
  color: #fff;
}

.cruise-header .cruise-header-list > li > a:hover,
.cruise-header .cruise-header-list .sub-menu.show a:hover,
.cruise-header .cruise-header-list > .current-menu-item a {
  color: #c9a063;
}

.cruise-header .cruise-header-list > li > a::after,
.cruise-header .cruise-header-list > .current-menu-item > a::after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #c9a063;
  transition: all 0.4s;
  transform: translateX(-50%);
}

.cruise-header .cruise-header-list > li > a:hover::after,
.cruise-header .cruise-header-list > .current-menu-item a::after {
  width: 100%;
}

.cruise-header .rest > a,
.cruise-header .wedding a {
  padding: 9px 16px 9px 0;
}

.cruise-header .rest > a::before,
.cruise-header .wedding > a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #c9a063;
  border-right: 2px solid #c9a063;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}


.cruise-header .cruise-header-reserve a {
  color: #c9a063;
  font-size: 1.3rem;
  position: relative;
  min-width: 128px;
  height: 45px;
  padding: 2px 0;
  font-size: 1.2rem;
  box-sizing: border-box;
  border-radius: 2px;
  text-align: center;
}

.cruise-header .rest > .sub-menu {
  height: 550px;
}

.cruise-header .rest > .sub-menu .veni > .sub-menu {
  position: relative;
}

.cruise-header .rest > .sub-menu .veni > .sub-menu .shop-btn {
  border-bottom: none;
}

.cruise-header .rest > .sub-menu .veni > .sub-menu .shop-btn::before {
  content: none;
}

.cruise-header .rest > .sub-menu .veni > .sub-menu .shop-btn a {
  background: transparent;
  text-align: center;
  padding: 0 26px;
  box-sizing: border-box;
  border-radius: 2px;
  display: block;
  position: absolute;
  border: 1px solid #c9a063;
  opacity: 1;
  color: #c9a063;
  top: 0;
  left: 0;
  right: 0;
  bottom: -238px;
  margin: auto;
  width: 258px;
  height: 37px;
  opacity: 1;
  transition: all 0.4s ease-in;
}

.cruise-header .rest > .sub-menu .veni > .sub-menu .shop-btn a:hover {
  opacity: .8;
}


/**
 * レストラン一覧
 */

.store-wrap {
  display: none;
}

/**
 * pick up
 */

.pick-wrap {
  background: #fff;
}

.cruise-pick {
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
}

.cruise-pick .cruise-pick-list {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 0;
  height: 200px;
}

.cruise-pick .cruise-pick-list .cruise-pick-on {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, .5);
  width: 234px;
  height: 0;
  transition: all .3s ease-in;
  transform: translate(-50%, -50%);
}

.cruise-pick a:hover .cruise-pick-on {
  width: 100%;
  height: 100%;
}

.cruise-pick a:hover .cruise-pick-on  {
  color: #fff;
}

.cruise-pick .cruise-pick-list .cruise-pick-img {
  background: url(./img/icon-pick.png) no-repeat;
  background-size: 112px 40px;
  width: 112px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.cruise-pick .cruise-pick-line {
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 90%;
  margin: auto;
}

.cruise-pick .cruise-pick-line::before,
.cruise-pick .cruise-pick-line::after {
  position: absolute;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	border: 2px solid transparent;
}

.cruise-pick .cruise-pick-line::before {
	top: -2px;
	left: -2px;
}
.cruise-pick .cruise-pick-line::after {
	bottom: -2px;
	right: -2px;
}

.cruise-pick .cruise-pick-line:hover::before,
.cruise-pick .cruise-pick-line:hover::after {
	width: 100%;
	height: 100%;
}
.cruise-pick .cruise-pick-line:hover::before {
	border-bottom-color: #c9a063;
	border-left-color: #c9a063;
	transition: height .1s, width .1s .3s;
}
.cruise-pick .cruise-pick-line:hover::after {
	border-top-color: #c9a063;
	border-right-color: #c9a063;
	transition: height .1s, width .1s .3s;
}

.cruise-pick .cruise-pick-line .cruise-pick-catch {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.cruise-pick .cruise-pick-catch p {
  font-size: 2.0rem;
  font-family: "游明朝 Light", "游明朝", "YuMincho", serif;
  font-weight: 200;
  line-height: 120%;
}

.cruise-pick .cruise-pick-line .cruise-pick-title {
  color: #d8ba8e;
  font-size: 1.3rem;
  font-family: 'Times New Roman';
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.cruise-pick .cruise-pick-wedding {
  background: url(./img/service01.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
}
.cruise-pick .cruise-pick-select {
  background: url(./img/service02.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
}
.cruise-pick .cruise-pick-club {
  background: url(./img/service03.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
}
.cruise-pick .cruise-pick-gift {
  background: url(./img/service04.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
}

/**
 * NEWS & EVENT
 */

.cruise-nent .cruise-nent-list {
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.cruise-nent .cruise-nent-list.top {
  justify-content: center;
}

.cruise-nent .cruise-nent-list .cruise-nent-article {
  width: 304px;
}

.cruise-nent .cruise-nent-list a:not(:last-child) {
  margin: 0 25px 25px 0;
}

.cruise-nent .cruise-nent-img {
  margin-bottom: 10px;
  position: relative;
  display: block;
  overflow: hidden;
}
.cruise-nent .cruise-nent-img img {
  display: block;
}

.cruise-nent .cruise-nent-date {
  color: #b28247;
  margin-bottom: 5px;
  display: block;
}

.cruise-nent .cruise-nent-text {
  color: #3e3a39;
}

.c-discovery-item__view-more {
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 2;
    margin-top: -.5em;
    color: #fff;
    padding-left: .2em;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: Teko,sans-serif;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 400;
    text-align: center;
}

.cruise-nent .cruise-nent-list a:hover .decomoji {
    animation-name: riseUpInTranslate;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translateY(130%);
}

.decomoji:nth-of-type(1) {
    animation-delay: 20ms;
}
.decomoji:nth-of-type(2) {
    animation-delay: 40ms;
}
.decomoji:nth-of-type(3) {
    animation-delay: 60ms;
}
.decomoji:nth-of-type(4) {
    animation-delay: 80ms;
}
.decomoji:nth-of-type(5) {
    animation-delay: .1s;
}
.decomoji:nth-of-type(6) {
    animation-delay: .12s;
}
.decomoji:nth-of-type(7) {
    animation-delay: .14s;
}
.decomoji:nth-of-type(8) {
    animation-delay: .16s;
}

@-webkit-keyframes riseUpInTranslate {
  0% {
      transform: translateY(130%);
      transform-origin: bottom;
  }

  100% {
      transform: translateY(0);
      transform-origin: bottom;
  }
}
@keyframes riseUpInTranslate {
  0% {
    transform: scaleY(0);
    transform-origin: bottom;
  }

  100% {
      transform: scaleY(1);
      transform-origin: bottom;
  }
}

.decomoji {
  animation-name: riseUpOutTranslate;
  animation-duration: .3s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(.215,.61,.355,1);
}

@-webkit-keyframes riseUpOutTranslate {
  0% {
      transform: translateY(0);
      transform-origin: top;
  }

  100% {
      transform: translateY(-130%);
      transform-origin: top;
  }
}
@keyframes riseUpOutTranslate {
  0% {
      transform: translateY(0);
      transform-origin: top;
  }

  100% {
      transform: translateY(-130%);
      transform-origin: top;
  }
}



.c-discovery-item__image-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  transform: scaleY(0);
  animation-name: riseUpOutScale;
  animation-duration: .3s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(.215,.61,.355,1);
}

@-webkit-keyframes riseUpOutScale {
  0% {
      transform: scaleY(1);
      transform-origin: top;
  }

  100% {
      transform: scaleY(0);
      transform-origin: top;
  }
}
@keyframes riseUpOutScale {
  0% {
      transform: scaleY(1);
      transform-origin: top;
  }

  100% {
      transform: scaleY(0);
      transform-origin: top;
  }
}

.cruise-nent .cruise-nent-list a:hover .c-discovery-item__image-bg {
  animation-name: riseUpInScale;
  animation-duration: .3s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(.215,.61,.355,1);
}

@-webkit-keyframes riseUpInScale {
  0% {
    transform: scaleY(0);
    transform-origin: bottom;
  }

  100% {
      transform: scaleY(1);
      transform-origin: bottom;
  }
}
@keyframes riseUpInScale {
  0% {
    transform: scaleY(0);
    transform-origin: bottom;
  }

  100% {
      transform: scaleY(1);
      transform-origin: bottom;
  }
}



/**
 * フッター
 */

.cruise-footer {
  background: #231815;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 101;
}

.cruise-footer .cruise-footer-logo {
  background: url(./img/f-logo.png) no-repeat;
  width: 64px;
  height: 0;
  padding-top: 52px;
  overflow: hidden;
}

.cruise-footer .cruise-footer-colum {
  display: flex;
  flex-direction: column;
}

.cruise-footer .cruise-footer-list li {
  display: inline-block;
}

.cruise-footer .cruise-footer-list a {
  font-size: 1.2rem;
  border-right: 1px solid #fff;
  padding-right: 7px;
  margin-right: 7px;
}
.cruise-footer li:last-child a {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.cruise-footer .cruise-footer-copy {
  text-align: right;
}

/**
 * プライバシーポリシー
 */

.cruise-privacy {
 padding-top: 60px;
}

.cruise-privacy p {
  margin-bottom: 15px;
}

 .cruise-privacy a {
   color: #c9a063;
 }


 /**
  * Not Found 404
  */

.notFound {
  width: 500px;
  margin: 100px auto;
  text-align: center;
  color: #333;
}

.notFound a {
  color: #c9a063;
}

.notFound a:hover {
  text-decoration: underline;
}


/*大人数パーティー*/

.cruise-header-menu .sub-menu {
  position: relative;
}
.cruise-header .cruise-header-list .big-party {
  box-sizing: border-box;
  display: none !important;
  position: absolute;
  top: 516px;
  left: 0;
  border-top: dotted 1px #fff;
  min-height: 95px;
  padding-bottom: 5px;
  width: 100vw;
  background: url("img/big-party-bg.jpg") #000 no-repeat right top;
  background-size: auto 100%;
  font-size: 1.3rem;
  line-height: normal;
}

.cruise-header .cruise-header-list .big-party a {
  display: block;
  line-height: 110%;
  padding: 15px 20px 5px;
  height: auto;
}

.cruise-header .cruise-header-list .big-party span {
  display: block;
  line-height: normal;
}

.cruise-header .cruise-header-list .big-party a::after {
  background: rgba(0,0,0,0);
}
.cruise-header .cruise-header-list .big-party a:hover {
  color: #fff;
}

.cruise-header .cruise-header-list .big-party .big-party-title {
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.7rem;
}

.cruise-header .cruise-header-list .big-party .big-party-link {
  color: #C9A063;
  margin-top: 7px;
}

.cruise-header .cruise-header-list .big-party .big-party-link:hover {
  text-decoration: underline;
}

.btmslider-area {
  background: #fff;
  padding: 20px 0;
  margin: 0;
}
.btmslider-area.top {
  margin: 40px 0 -70px;
}
.btmslider-wrap {
  width: 965px;
  margin: 0 auto;
  position: relative;
}

.btmslider-wrap li {
  float: left;
}

.btmslider-wrap li:not(:last-child) {
  margin-right: 17px;
}

.btmslider-wrap li a {
  transition: 0.3s;
}

.btmslider-wrap li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.btmslider-wrap li a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}
.cruise-news-bnr-small a {
  display: block;
  float: left;
}
.cruise-news-bnr-small a:not(:last-child) {
  margin-right: 8px;
}

.cruise-news-bnr-small img {
  display: block;
  height: 96px;
  width: 96px;
}

.btmslider-wrap .left,
.btmslider-wrap .right {
  width: 11px;
  height: 26px;
  position: absolute;
  top: 35px;
  display: block;
  /*display: none;*/
}

.btmslider-wrap .left a,
.btmslider-wrap .right a {
  width: 11px;
  height: 26px;
  display: block;
  color: rgba(0, 0, 0, 0);
}

.btmslider-wrap .left {
  left: -30px;
  background: url(img/top/bnr/arrow_left.png) no-repeat;
}
.btmslider-wrap .right {
  right: -30px;
  background: url(img/top/bnr/arrow_right.png) no-repeat;
}




/* TOPバナー 2つ */
.topdoublebanner img {
  transition: 0.3s;
}
.topdoublebanner:hover img {
  opacity: 0.5;
  transition: 0.3s;
}

/* TOPバナー 3つ */
.toptriplebanner {
  display: flex;
  justify-content:space-between;
  align-items:center;
  margin: -10px auto 30px;
  width: 1000px;
}
.toptriplebanner img {
  width: 320px;
}



/* 緊急バナー */
.mainslider-btm-banner {
  z-index: 11;
  position: fixed;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 20px;
  width: 495px;
}

.mainslider-btm-banner .text-banner {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  color: #9e7c48;
  border: solid 2px #c9a062;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s;
  margin-top: 15px;
}

.mainslider-btm-banner .text-banner:hover {
  background: #c9a062;
  color: #fff;
}
.mainslider-btm-banner .text-banner span {
  font-size: 14px;
}

.gurunai {
  width: 495px;
  display: block;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.gurunai img {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  transition: 0.3s;
  display: block;
}
.gurunai:hover img {
  opacity: 0.5;
}

.header-box {
  height: 220px;
  color: #3e3a39;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-box h1 {
  padding: 30px;
  font-size: 28px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.header-box.sp {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-box.sp h1 {
  font-size: 16px;
}

.header-box.sp + .cruise-main {
  padding-top: 20px;
}


