@charset "UTF-8";
/*////////////////////////////////////////////////////

	変数、mixin、プレースホルダー 定義　適宜変更・追加すること

////////////////////////////////////////////////////*/
.link-sitemap-01, .box-course-img-list {
  *zoom: 1;
}
.link-sitemap-01:after, .box-course-img-list:after {
  content: '';
  display: table;
  clear: both;
}

/*--追記--*/
/*////////////////////////////////////////////////////

    リセット

////////////////////////////////////////////////////*/
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe, button,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

html, body {
  width: 100%;
  min-width: 1170px;
}
@media only screen and (max-width: 768px) {
  html, body {
    min-width: 100%;
  }
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  border: none;
  vertical-align: top;
  zoom: 1;
  max-width: 100%;
  height: auto;
}

sup {
  font-size: smaller;
  top: 0;
  vertical-align: super;
}

/*////////////////////////////////////////////////////

	フォント・文字サイズ設定

////////////////////////////////////////////////////*/
/*--@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}--*/
html {
  font-size: 62.5%;
}

body {
  /*font size自動調整をきる*/
  text-size-adjust: 100%;
  font-family: "游ゴシック" ,"游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.s-fwb {
  font-weight: bold !important;
}

.s-fnt-small {
  font-size: 1.3rem !important;
}
@media only screen and (max-width: 768px) {
  .s-fnt-small {
    font-size: 1rem !important;
  }
}

@media only screen and (min-width: 769px) {
  .s-fs20-pc {
    font-size: 2rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .s-fnt-normal-sp {
    font-size: 1.3rem !important;
  }
}
.s-fnt-bf {
  font-family: 'Bellefair', serif;
  font-weight: 400;
}

.s-fnt-min {
  font-family: "ryo-display-plusn";
  font-weight: 500;
  letter-spacing: .05em;
  vertical-align: baseline;
}

.s-color-white {
  color: #fff !important;
}

.s-color-red {
  color: #de2d33 !important;
}

.s-color-blue {
  color: #00418e !important;
}

.s-tal {
  text-align: left !important;
}

.s-tar {
  text-align: right !important;
}

.s-tac {
  text-align: center !important;
}

@media only screen and (min-width: 769px) {
  .s-tal-pc {
    text-align: left !important;
  }

  .s-tac-pc {
    text-align: center !important;
  }

  .s-tar-pc {
    text-align: right !important;
  }
}
@media only screen and (max-width: 768px) {
  .s-tal-sp {
    text-align: left !important;
  }

  .s-tac-sp {
    text-align: center !important;
  }

  .s-tar-sp {
    text-align: right !important;
  }
}
/*////////////////////////////////////////////////////

	共通レイアウト
		body,html
		header
			SEO用テキスト、サイトロゴ、グローバルメニュー、ヘッダーメニュー
		content
		footer
			コピーライト、ソーシャルボタン、フッターメニュー、SEOテキスト、SEOテキストエリア、ページトップボタン
		下層
			（サブメニュー、パンくずリスト、カテゴリータイトル、ページタイトル）

	※全ページ共通のレイアウトを記述してください。（他：メインビジュアル、バナー、フッター用サイトマップ、イベントニュースカルーセル、お問い合わせエリア、など・・・）

////////////////////////////////////////////////////*/
/* ------------------------------------------------
body
------------------------------------------------ */
body {
  padding-top: 60px;
  font-weight: 500;
}
body.is-scr {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

/* ------------------------------------------------
a
------------------------------------------------ */
a[href^="tel:"] {
  cursor: default;
}
@media only screen and (max-width: 768px) {
  a[href^="tel:"] {
    cursor: pointer;
  }
}

/* ------------------------------------------------
header
------------------------------------------------ */
/*--topのheader --*/
.top-header-area .header {
  position: relative;
  background: #00418e;
  color: #fff;
  transition: all .4s;
}
.top-header-area .header.is-trans {
  position: fixed;
  /*--background: rgba(255,255,255,.75);
  color: $themaColor01;
  a {
    color: $themaColor01;
  }
  .header-logo {
    a {
      background-image: url(/common/img/logo_header_blue.svg);
    }
  }
  .header-tel {
    dt {
      &:before {
        border-color: transparent transparent transparent $themaColor01;
      }
    }
    .txt-tel {
      a {
        background-image: url(/common/img/ico/ico_tel_blue.svg);
        color: $themaColor01;
      }
    }
  }
  .header-link {
    li {
      &:last-child {
        a {
          background-image: url(/common/img/ico/ico_fb_blue.svg);
        }
      }
    }
  }--*/
}
.top-header-area .header a {
  color: #fff;
}
.top-header-area .header-logo a {
  background-image: url(/common/img/logo_header.svg);
}
.top-header-area .header-tel dt:before {
  border-color: transparent transparent transparent #fff;
}
.top-header-area .header-tel .txt-tel a {
  color: #fff;
  background-image: url(/common/img/ico/ico_tel_white.svg);
}
.top-header-area .header-link li.header-link-fb a {
  background-image: url(/common/img/ico/ico_fb_white.svg);
}

.header {
  width: 100%;
  min-width: 1170px;
  /*--background: rgba(255,255,255,0.75);--*/
  background: #00418e;
  padding-left: 115px;
  /*--color: $themaColor01;--*/
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 997;
  /*--&.is-fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 997;
  }--*/
}
.header a {
  transition: all 0.4s;
  /*--color: $themaColor01;--*/
  color: #fff;
}
.header a:hover {
  opacity: .4;
}
.header-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo a {
  width: 60px;
  height: 60px;
  display: block;
  background-repeat: no-repeat;
  /*--background-image: url(/common/img/logo_header_blue.svg);--*/
  background-image: url(/common/img/logo_header.svg);
}
.header-utility {
  display: flex;
  align-items: center;
}
.header-tel {
  display: flex;
  align-items: center;
  margin-right: 45px;
}
.header-tel dt {
  position: relative;
  padding-right: 12px;
  margin-right: 15px;
  font-size: 1.2rem;
}
.header-tel dt:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-width: 5px;
  /*--border-color: transparent transparent transparent $themaColor01;--*/
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.header-tel .txt-tel a {
  /*--color: $themaColor01;
  background-image: url(/common/img/ico/ico_tel_blue.svg);--*/
  color: #fff;
  background-image: url(/common/img/ico/ico_tel_white.svg);
}
.header-link {
  display: flex;
  font-size: 1.6rem;
  line-height: 1;
}
.header-link li {
  margin-right: 30px;
}
.header-link li.header-link-fb {
  margin-right: 0;
  margin-top: -1px;
  font-size: 0;
  width: 16px;
}
.header-link li.header-link-fb a {
  display: block;
  height: 16px;
  background-repeat: no-repeat;
  /*--background-image: url(/common/img/ico/ico_fb_blue.svg);--*/
  background-image: url(/common/img/ico/ico_fb_white.svg);
}
.header-link li a {
  text-decoration: none;
}
.header-link li.link-faq a {
  background: url(/common/img/ico/ico_faq_white.svg) no-repeat;
  background-size: 15px auto;
  background-position: top 5px left 0%;
  padding: 5px 0px 5px 25px;
}
.header-link li.link-biginner a {
  background: url(/common/img/ico/ico_biginner_white.svg) no-repeat;
  background-size: 13px auto;
  background-position: top 3px left 0%;
  padding: 5px 0px 5px 25px;
}
.header-reserv {
  position: relative;
  width: 200px;
  font-size: 1.6rem;
  margin-left: 88px;
}
.header-reserv:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 100%;
  width: 80px;
  height: 100%;
  background: linear-gradient(to right bottom, transparent 0%, transparent 50%, #df3232 50%, #df3232 100%);
}
.header-reserv a {
  display: block;
  height: 60px;
  line-height: 60px;
  background: #df3232;
  text-decoration: none;
  color: #fff !important;
  padding-left: 36px;
  background-image: url(/common/img/ico/ico_cruise_white.svg);
  background-position: top 50% left 0;
  background-repeat: no-repeat;
}
.header-reserv a:hover {
  opacity: 1;
  color: rgba(255, 255, 255, 0.4) !important;
}
@media only screen and (max-width: 768px) {
  .header {
    position: static;
  }
}

/* ------------------------------------------------
下層spheader
------------------------------------------------ */
.header-sp {
  background: #fff;
  text-align: center;
  padding: 13px 0;
}
.header-sp img {
  max-height: 34px;
}

/* ------------------------------------------------
footer
------------------------------------------------ */
.footer-top {
  padding: 94px 0 50px;
  min-height: 470px;
  background-position: left 0 bottom 100%;
  background-image: url(/common/img/bg_footer.jpg);
  background-size: cover;
  margin-bottom: 45px;
}
.footer-top .ttl-page {
  margin-top: 35px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  line-height: 2.1666666667;
}
.footer-middle {
  margin-bottom: 40px;
}
.footer-bottom {
  border-top: 1px solid #f2f2f2;
  padding-top: 22px;
}
.footer-info {
  display: flex;
  justify-content: center;
  color: #fff;
  line-height: 1;
}
.footer-info-logo {
  display: flex;
  align-items: center;
  margin-right: 100px;
}
.footer-info-desc {
  padding: 9px 0 9px 32px;
  border-left: 1px solid #666;
}
.footer-info-name {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.footer-info-name dt {
  margin-bottom: 8px;
}
.footer-info-tel {
  margin-bottom: 40px;
}
.footer-info-tel dd {
  margin-top: 5px;
  font-size: 1.2rem;
}
.footer-btns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.footer-btns li {
  width: 48%;
  max-width: initial;
  margin: 0;
}
.footer-utility {
  font-size: 1.2rem;
  line-height: 2.25;
}
.footer-utility li {
  display: inline;
}
.footer-utility li:first-child:before {
  display: none;
}
.footer-utility li:before {
  content: "-";
  display: inline;
  margin: 0 .2em;
}
.footer-utility li a {
  color: #4d4d4d;
  text-decoration: none;
}
.footer-utility li a:hover {
  text-decoration: underline;
}
.footer-utility-02 {
  display: flex;
  width: 100%;
  border-left: 1px solid #808080;
  font-size: 1.3rem;
  margin-bottom: 24px;
}
.footer-utility-02 li {
  text-align: center;
  border-right: 1px solid #808080;
  padding: 1px 14px;
}
.footer-utility-02 li a {
  color: #333;
  text-decoration: none;
}
.footer-utility-02 li a:hover {
  text-decoration: underline;
}
.footer-copy {
  padding: 9px 20px;
  text-align: center;
  color: #fff;
  background: #00418e;
}
.footer-copy small {
  font-size: 1.3rem;
}
.footer-pagetop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .footer-top {
    padding: 0;
    min-height: initial;
    background-position: left 0 bottom 100%;
    background-image: none;
    margin-bottom: 0;
  }
  .footer-top .ttl-page {
    margin-top: 35px;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    line-height: 2.1666666667;
  }
  .footer-order-change {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer-middle {
    margin-bottom: 0;
  }
  .footer-bottom {
    border-top: none;
    padding-top: 0;
  }
  .footer-info {
    text-align: center;
    display: block;
    color: #000;
    padding: 60px 0 79px;
  }
  .footer-info-logo {
    display: block;
    margin: 0 0 30px 0;
  }
  .footer-info-desc {
    padding: 0;
    border-left: none;
    display: flex;
    flex-direction: column-reverse;
  }
  .footer-info-name {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .footer-info-tel {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-info-tel dt a {
    padding-left: 0;
    background-image: none;
    color: #000 !important;
  }
  .footer-info-tel dd {
    margin-top: 0;
    font-size: 1.2rem;
  }
  .footer-utility {
    line-height: 2.0833333333;
  }
  .footer-utility-02 {
    margin-bottom: 35px;
    display: block;
    width: 100%;
    border-left: none;
  }
  .footer-utility-02 li {
    margin-top: 1px;
    text-align: left;
    border-right: none;
    padding: 0;
  }
  .footer-utility-02 li:first-child {
    margin-top: 0;
  }
  .footer-utility-02 li a {
    position: relative;
    padding: 10px 40px;
    display: block;
    background: #f5f5f5;
  }
  .footer-utility-02 li a:before {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    border: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #00418e;
  }
  .footer-copy {
    color: #00418e;
    padding: 25px 0 20px;
    background: #fff;
    line-height: 1.6;
  }
  .footer-copy small {
    font-size: 1rem;
  }
  .footer-pagetop {
    width: 48px;
    bottom: 60px;
  }
}

/* ------------------------------------------------
グローバルメニュー
------------------------------------------------ */
.nav-global {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: rgba(255, 255, 255, 0.95);
}
@media only screen and (min-width: 1024px) {
  .nav-global {
    height: 100% !important;
  }
}
.nav-global-in {
  /*--display: flex;
  justify-content: center;
  align-items: center;--*/
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-y: auto;
}
.nav-global-body {
  width: 100%;
  padding: 85px 10px 70px;
}
.nav-global-list {
  position: relative;
  text-align: center;
  line-height: 1;
  font-size: 1.5rem;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.nav-global-list:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  border-top: 1px solid #000;
}
.nav-global-list ul {
  margin-bottom: 20px;
}
.nav-global-list ul li {
  margin-top: 25px;
}
.nav-global-list ul li:firts-child {
  margin-top: 0;
}
.nav-global-list ul li a {
  text-decoration: none;
  color: #000;
  transition: all 0.4s;
}
.nav-global-list ul li a[target="_blank"] {
  padding-right: 25px;
  background-image: url(/common/img/ico/ico_blank_black.svg);
  background-position: right 0 top 50%;
  background-repeat: no-repeat;
}
.nav-global-list ul li a:hover {
  opacity: .4;
}
.nav-global-bnr {
  max-width: 320px;
  margin: 0 auto;
  transition: all 0.4s;
}
.nav-global-bnr:hover {
  opacity: .7;
}
.nav-global .ttl-01 {
  margin-bottom: 50px;
}
.nav-global .txt-tel {
  margin-bottom: 35px;
}
.nav-global-btns {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.nav-global-btns li {
  margin: 0 11px;
}
@media only screen and (max-width: 768px) {
  .nav-global-body {
    width: 100%;
    padding: 30px 20px;
  }
  .nav-global-list {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .nav-global-list:before {
    display: none;
  }
  .nav-global-list ul li {
    margin-top: 30px;
  }
  .nav-global .ttl-01 {
    margin-bottom: 50px;
  }
  .nav-global .txt-tel {
    border: 1px solid #999;
    margin-bottom: 20px;
    padding: 9px 0;
  }
  .nav-global-btns {
    display: block;
  }
  .nav-global-btns li {
    margin: 20px 0 0;
  }
  .nav-global-btns li:first-child {
    margin-top: 0;
  }
  .nav-global-btns li span {
    padding-left: 0 !important;
    background-image: none !important;
  }
  .nav-global .js-move-txt-menu {
    margin-top: 25px;
    foont-size: 1.2rem;
    line-height: 2.3333333333;
  }
}

/* ------------------------------------------------
SEOテキスト
------------------------------------------------ */
body > .page-catch {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.page-catch {
  margin: 35px 0 0;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2;
}
.page-catch-ttl {
  font-weight: normal;
}
.page-catch-txt a {
  color: #fff;
  text-decoration: none;
}
.page-catch-txt a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .page-catch {
    padding: 73px 20px 77%;
    margin: 0 -20px;
    text-align: left;
    background-color: #000;
    background-image: url(/common/img/bg_footer_sp.jpg);
    background-size: 100% auto;
    background-position: bottom 0 left 0;
    background-repeat: no-repeat;
  }
  .page-catch-ttl {
    margin-bottom: 15px;
  }
}

/* ------------------------------------------------
ハンバーガーメニュー等
------------------------------------------------ */
.btn-fix {
  position: fixed;
  z-index: 999;
  top: 120px;
  left: 44px;
}
@media only screen and (max-width: 768px) {
  .btn-fix {
    top: auto;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    font-size: 1rem;
    text-align: center;
  }
  .btn-fix > div {
    width: 20%;
  }
}

.hamburger-menu a {
  display: block;
  width: 40px;
  height: 40px;
  background: #00418e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hamburger-menu a.is-open .hamburger-menu-line:first-child {
  transform: translateY(5px) rotate(-315deg);
}
.hamburger-menu a.is-open .hamburger-menu-line:last-child {
  transform: translateY(-5px) rotate(315deg);
}
.hamburger-menu .hamburger-menu-in {
  position: relative;
  width: 20px;
  height: 12px;
}
.hamburger-menu .hamburger-menu-line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.4s;
}
.hamburger-menu .hamburger-menu-line:first-child {
  top: 0;
}
.hamburger-menu .hamburger-menu-line:last-child {
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .hamburger-menu a {
    width: 100%;
    height: 60px;
    background: #4463a6;
  }
}

.btn-fix-access a, .btn-fix-contact a, .btn-fix-tel a, .btn-fix-reserve a, .btn-fix-faq a, .btn-fix-biginner a {
  display: flex;
  align-items: center;
  height: 60px;
  color: #fff;
  text-decoration: none;
  background: #00418e;
}
.btn-fix-access a span, .btn-fix-contact a span, .btn-fix-tel a span, .btn-fix-reserve a span, .btn-fix-faq a span, .btn-fix-biginner a span {
  display: block;
  width: 100%;
  line-height: 1;
  padding-top: 29px;
  background-repeat: no-repeat;
}

.btn-fix-access a, .btn-fix-contact a, .btn-fix-tel a, .btn-fix-faq a, .btn-fix-biginner a {
  background: #00418e;
}

.btn-fix-access span {
  background-image: url(/common/img/ico/ico_pointer_white.svg);
  background-size: 13px auto;
  background-position: top 0 left 50%;
}

.btn-fix-contact span {
  background-image: url(/common/img/ico/ico_mail_white.svg);
  background-size: 21px auto;
  background-position: top 4px left 50%;
}

.btn-fix-tel span {
  background-image: url(/common/img/ico/ico_tel_white.svg);
  background-size: 20px auto;
  background-position: top 0 left 50%;
}

.btn-fix-faq span {
  background-image: url(/common/img/ico/ico_faq_white.svg);
  background-size: 15px auto;
  background-position: top 3px left 50%;
}

.btn-fix-biginner a span {
  background-image: url(/common/img/ico/ico_biginner_white.svg);
  background-size: 12px auto;
  background-position: top 3px left 50%;
}

.btn-fix-reserve a {
  background: #df3232;
}
.btn-fix-reserve a span {
  background-image: url(/common/img/ico/ico_cruise_white.svg);
  background-size: 21px auto;
  background-position: top 2px left 50%;
}

/* ------------------------------------------------
wovn
------------------------------------------------ */
@media only screen and (max-width: 768px) {
  #wovn-translate-widget {
    display: none !important;
    /*--opacity: 1 !important;
    width: 100% !important;
    bottom: 60px !important;
    left: 0 !important;
    z-index: 99 !important;--*/
  }
}

.js-wovn {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .js-wovn > a {
    padding-left: 25px;
    display: inline-block;
    background-image: url(/common/img/ico/ico_lang.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(/common/img/ico/ico_lang.svg);
    text-decoration: none;
    height: 60px;
    line-height: 60px;
  }
  .js-wovn.js-wovn-bottom .js-wovn-menu {
    bottom: auto;
    top: calc(100% + 11px);
  }
  .js-wovn.js-wovn-bottom .js-wovn-menu .js-wovn-menu-inr:before {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -8px;
  }
}
.js-wovn .js-wovn-menu {
  font-size: 1.4rem;
  text-align: left;
  font-family: "游ゴシック" ,"游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
  display: none;
  position: absolute;
  width: 175px;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 11px);
  z-index: 900;
}
.js-wovn .js-wovn-menu-inr {
  padding: 10px 0 10px 40px;
  position: relative;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 5px;
}
.js-wovn .js-wovn-menu-inr:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  margin-top: -8px;
  width: 12px;
  height: 12px;
  background: #fff;
}
.js-wovn .wovn-lang-list .wovn-switch {
  cursor: pointer;
  padding-left: 32px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #333;
  margin-top: 3px;
}
.js-wovn .wovn-lang-list .wovn-switch:first-child {
  margin-top: 0;
}
.js-wovn .wovn-lang-list .wovn-switch.selected {
  color: #df3232;
}
.js-wovn .wovn-lang-list .wovn-switch[data-value="ja"] {
  background-image: url(/common/img/ico/ico_ja.svg);
}
.js-wovn .wovn-lang-list .wovn-switch[data-value="en"] {
  background-image: url(/common/img/ico/ico_en.svg);
}
.js-wovn .wovn-lang-list .wovn-switch[data-value="zh-CHS"] {
  background-image: url(/common/img/ico/ico_ch.svg);
}
.js-wovn .wovn-lang-list .wovn-switch[data-value="zh-CHT"] {
  background-image: url(/common/img/ico/ico_ch02.svg);
}
.js-wovn .wovn-lang-list .wovn-switch[data-value="ko"] {
  background-image: url(/common/img/ico/ico_ko.svg);
}
.js-wovn .wovn-lang-list .wovn-switch[data-value="es"] {
  background-image: url(/common/img/ico/ico_es.svg);
}
@media only screen and (max-width: 768px) {
  .js-wovn > a {
    display: flex;
    align-items: center;
    height: 60px;
    color: #fff;
    text-decoration: none;
    background: #00418e;
  }
  .js-wovn > a > span:first-child {
    display: block;
    width: 100%;
    line-height: 1;
    padding-top: 29px;
    background-repeat: no-repeat;
    background-image: url(/common/img/ico/ico_lang.svg);
    background-size: 17px auto;
    background-position: top 2px left 50%;
  }
}

/*////////////////////////////////////////////////////

	汎用レイアウト（レイアウトセット参照）
		ここではレイアウトに関わるスタイルのみ記載し、
		背景色や背景画像、ボーダー、シャドウなどのデザインバリエーションは、
		_pattern.scss内に継承クラスで指定すること
		（例：.wrapper01.style01）

////////////////////////////////////////////////////*/
.wrap {
  width: 1170px;
  margin: 0 auto;
}
.wrap-middle {
  width: 1090px;
  margin: 0 auto;
}
.wrap-small {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wrap {
    width: 100%;
    padding: 0 20px;
  }
  .wrap-middle {
    width: 100%;
  }
  .wrap-small {
    width: 100%;
  }
}

/*////////////////////////////////////////////////////

	汎用スタイルパターン（レイアウトセット参照）
		ここでは_layout.scssなどで用意したレイアウトパターンに適用する
		スタイルのバリエーション(背景色や背景画像、ボーダー、シャドウなど)を継承クラスとして指定してください。
		例：
			.wrapper01,
			.wrapper02 {
				&.style01 {
	
				}
				&.style02 {
	
				}
			}

////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////

	テキスト、見出しの汎用スタイル

////////////////////////////////////////////////////*/
/* ------------------------------------------------
タイトル
------------------------------------------------ */
.ttl-01 {
  text-align: center;
  line-height: 1;
  margin-bottom: 55px;
}
.ttl-01 .ttl-01-en {
  position: relative;
  display: block;
  font-size: 4.3rem;
  padding-bottom: 10px;
  letter-spacing: .05em;
}
.ttl-01 .ttl-01-en:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 82px;
  border-top: 1px solid #df3232;
}
.ttl-01 .ttl-01-ja {
  margin-top: 20px;
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}
.ttl-01.ttl-01-white {
  color: #fff;
}
.ttl-01.ttl-01-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 769px) {
  .ttl-01.ttl-01-white-pc {
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .ttl-01 {
    margin-bottom: 30px;
  }
  .ttl-01 .ttl-01-en {
    font-size: 3rem;
    padding-bottom: 10px;
    letter-spacing: .05em;
  }
  .ttl-01 .ttl-01-ja {
    margin-top: 10px;
  }
  .ttl-01.ttl-01-white {
    color: #fff;
  }
  .ttl-01.ttl-01-shadow {
    text-shadow: none;
  }
}

.ttl-02 {
  line-height: 1;
  font-weight: normal;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.ttl-02-en {
  font-size: 4.3rem;
}
.ttl-02-ja {
  font-size: 1.2rem;
}

.ttl-03 {
  position: relative;
  font-size: 3.6rem;
  line-height: 1.1666666667;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 30px;
}
.ttl-03:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  border-top: 1px solid #df3232;
}
@media only screen and (max-width: 768px) {
  .ttl-03 {
    font-size: 2.8rem;
    line-height: 1.5;
    padding-bottom: 5px;
    margin-bottom: 17px;
  }
}

.ttl-04 {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  padding-bottom: 12px;
  margin-bottom: 50px;
}
.ttl-04:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  background: #df3232;
  height: 1px;
}
.ttl-04.ttl-04-bbgray:before {
  background: #ccc;
}
@media only screen and (max-width: 768px) {
  .ttl-04 {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}

.ttl-05 {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.ttl-05 span {
  display: inline-block;
  background-repeat: no-repeat;
  padding-left: 43px;
}
.ttl-05.ico-sun span {
  background-image: url(/common/img/ico/ico_sun.svg);
  background-size: auto 22px;
  background-position: top 35% left 0;
}
.ttl-05.ico-tea span {
  background-image: url(/common/img/ico/ico_tea.svg);
  background-size: auto 19px;
  background-position: top 35% left 3px;
}
.ttl-05.ico-moon span {
  background-image: url(/common/img/ico/ico_moon.svg);
  background-size: auto 22px;
  background-position: top 35% left 7px;
}
.ttl-05.ico-anchor span {
  background-image: url(/shop/img/ico_anchor.png);
  background-size: auto 25px;
  background-position: top 35% left 7px;
}
@media only screen and (max-width: 768px) {
  .ttl-05 {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    margin-bottom: 15px;
  }
  .ttl-05 span {
    padding-left: 34px;
  }
  .ttl-05.ico-moon span {
    background-position: top 5px left 2px;
  }
}

.sp-narrow .ttl-01 .ttl-01-en {
  font-size: 26px;
  font-size: 2.6rem;
}
.sp-narrow .ttl-01 .ttl-01-ja {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}

.ttl-06 {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .ttl-06 {
    font-size: 1.8rem;
    line-height: 1.6111111111;
  }
}

/* ------------------------------------------------
電話番号
------------------------------------------------ */
.txt-tel {
  text-align: center;
  font-size: 3rem;
  text-decoration: none;
  line-height: 1;
}
.txt-tel a {
  display: inline-block;
  text-decoration: none;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: top 50% left 0;
  cursor: default;
}
.txt-tel a:hover {
  opacity: 1 !important;
}
.txt-tel-black a {
  color: #000;
  background-image: url(/common/img/ico/ico_tel_black.svg);
}
.txt-tel-white a {
  color: #fff;
  background-image: url(/common/img/ico/ico_tel_white.svg);
}
.txt-tel-blue a {
  color: themaColor01;
  background-image: url(/common/img/ico/ico_tel_blue.svg);
}
.txt-tel-large {
  font-size: 3.5rem;
}
.txt-tel-large a {
  padding-left: 36px;
  background-size: 25px auto;
}

/* ------------------------------------------------
Facebook instagram
------------------------------------------------ */
.txt-fb {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
}
.txt-fb a {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  text-decoration: none;
}
.txt-fb a:before {
  content: " ";
  position: absolute;
  top: -4.5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: cover;
}
.txt-fb .txt-fb-black {
  color: #000;
}
.txt-fb .txt-fb-black:before {
  background-image: url(/common/img/ico/ico_fb_black.svg);
}
.txt-fb .txt-fb-white {
  color: #fff;
}
.txt-fb .txt-fb-white:before {
  background-image: url(/common/img/ico/ico_fb_white.svg);
}
.txt-fb .txt-fb-lightblue {
  color: #4b67a9;
}
.txt-fb .txt-fb-lightblue:before {
  background-image: url(/common/img/ico/ico_fb_lightblue.svg);
}
.txt-fb .txt-instagram-pink {
  color: #d93175;
  margin-left: 20px;
}
.txt-fb .txt-instagram-pink:before {
  background-image: url(/common/img/ico/ico_instagram_pink.svg);
}
.txt-fb .txt-instagram-white {
  color: #fff;
  margin-left: 20px;
}
.txt-fb .txt-instagram-white:before {
  background-image: url(/common/img/ico/ico_instagram_white.svg);
}
.txt-fb .txt-instagram-black {
  color: #000;
  margin-left: 20px;
}
.txt-fb .txt-instagram-black:before {
  background-image: url(/common/img/ico/ico_instagram_black.svg);
}

/* ------------------------------------------------
メニュー
------------------------------------------------ */
.txt-menu-unit .txt-menu:last-child {
  margin-bottom: 0;
}

.txt-menu {
  text-align: center;
  margin-bottom: 32px;
}
.txt-menu dt {
  position: relative;
  font-size: 2rem;
  line-height: 1.6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.txt-menu dt:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: " ";
  width: 80px;
  height: 1px;
  background: #ccc;
}
.txt-menu dd ul {
  letter-spacing: -.40em;
}
.txt-menu dd ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0 19px;
}
@media only screen and (max-width: 768px) {
  .txt-menu {
    margin-bottom: 14px;
  }
  .txt-menu dt {
    font-size: 1.6rem;
    line-height: 2;
    padding-bottom: 3px;
  }
  .txt-menu dt:before {
    width: 100%;
  }
  .txt-menu dd ul li {
    display: block;
    margin: 0;
  }
}

/* ------------------------------------------------
リード文
------------------------------------------------ */
.txt-emphosis {
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .txt-emphosis {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}

/* ------------------------------------------------
キャッチ文
------------------------------------------------ */
.txt-catch {
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .txt-catch {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/* ------------------------------------------------
囲み文章
------------------------------------------------ */
.txt-enclose {
  border: 1px solid #b3b3b3;
  text-align: center;
  color: #de2d33;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .txt-enclose {
    padding: 20px;
  }
}
.txt-enclose.style02 {
  margin-top: 30px;
  color: #000;
  line-height: 1.6em;
  width: 100%;
}

/*////////////////////////////////////////////////////

	汎用リンク

////////////////////////////////////////////////////*/
/* ------------------------------------------------
	ベース設定
------------------------------------------------ */
/* ------------------------------------------------
ボタン
------------------------------------------------ */
.btn-01 {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
.btn-01 a {
  position: relative;
  text-align: center;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 20px 0 17px;
}
.btn-01 a:before {
  content: " ";
  display: block;
  position: absolute;
  width: 2px;
  left: 6px;
  top: 0;
  height: 100%;
}
.btn-01 a:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 4px;
  width: 4px;
  transform: rotate(45deg);
}
.btn-01 a span {
  position: relative;
  display: inline-block;
}
.btn-01 a span:before {
  content: " ";
  position: absolute;
  left: 0;
  background-size: contain;
}
.btn-01.btn-01-blue a {
  background: #00418e;
}
.btn-01.btn-01-blue a:before {
  border-left: 2px solid #df3232;
  border-right: 2px solid #fff;
}
.btn-01.btn-01-red a {
  background: #df3232;
}
.btn-01.btn-01-red a:before {
  border-left: 2px solid #00418e;
  border-right: 2px solid #fff;
}
.btn-01.btn-01-gray a {
  border: 1px solid #999;
  color: #000;
}
.btn-01.btn-01-gray a:before {
  border-left: 2px solid #df3232;
  border-right: 2px solid #00418e;
}
.btn-01.btn-01-gray a:after {
  border-top: 2px solid #999;
  border-right: 2px solid #999;
}
.btn-01.btn-01-mail span {
  padding-left: 28px;
}
.btn-01.btn-01-mail span:before {
  top: .15em;
  width: 20px;
  height: 14px;
  background-image: url(/common/img/ico/ico_mail_white.svg);
}
.btn-01.btn-01-cruise span {
  padding-left: 36px;
}
.btn-01.btn-01-cruise span:before {
  top: .15em;
  width: 27px;
  height: 16px;
  background-image: url(/common/img/ico/ico_cruise_white.svg);
}
.btn-01.btn-01-access span {
  padding-left: 23px;
}
.btn-01.btn-01-access span:before {
  top: -.12em;
  width: 13px;
  height: 20px;
  background-image: url(/common/img/ico/ico_pointer_white.svg);
}
@media only screen and (min-width: 769px) {
  .btn-01 a {
    transition: all 0.4s;
  }
  .btn-01 a:hover {
    opacity: .8;
  }
  .btn-01.btn-01-small {
    max-width: 196px;
    width: 100%;
  }
  .btn-01.btn-01-small a {
    font-size: 1.2rem;
    padding: 8px 0 6px;
  }
  .btn-01.btn-01-small.btn-01-mail span:before {
    top: 0;
  }
  .btn-01.btn-01-small.btn-01-cruise span:before {
    top: -.1em;
  }
  .btn-01.btn-01-large a {
    font-size: 2.4rem;
    padding: 22.2px 0 24.2px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-01 {
    max-width: initial;
  }
  .btn-01 a {
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 19px 0 17px;
  }
  .btn-01 a:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 4px;
    width: 4px;
    transform: rotate(45deg);
  }
  .btn-01 a span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top 50% left 0;
  }
  .btn-01.btn-01-blue a {
    background: #00418e;
  }
  .btn-01.btn-01-blue a:before {
    border-left: 2px solid #df3232;
    border-right: 2px solid #fff;
  }
  .btn-01.btn-01-mail span:before {
    display: none;
  }
  .btn-01.btn-01-cruise span:before {
    display: none;
  }
  .btn-01.btn-01-access span:before {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .btn-01-unit {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
  }
  .btn-01-unit .btn-01 {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-01-unit {
    margin-bottom: 50px;
  }
  .btn-01-unit .btn-01 {
    margin: 20px 0 0;
  }
  .btn-01-unit .btn-01:first-child {
    margin-top: 0;
  }
}

.btn-02 {
  line-height: 1.5;
  margin: 0 auto;
  max-width: 300px;
  font-size: 1.6rem;
}
.btn-02 a {
  position: relative;
  display: block;
  border: 1px solid #999;
  text-align: center;
  text-decoration: none;
  padding: 8px 10px;
  color: #333;
  background: #fff;
  transition: all 0.4s;
}
.btn-02 a:hover {
  opacity: .4;
}
.btn-02 a:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 12px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  height: 4px;
  width: 4px;
  transform: rotate(45deg);
}
.btn-02.btn-02-blue a {
  border: 1px solid #00418e;
  background: #00418e;
  color: #fff;
}
.btn-02.btn-02-blue a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media only screen and (min-width: 769px) {
  .btn-02.btn-02-large {
    max-width: 390px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-02 {
    max-width: 100%;
  }
}

.link-plan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -20px;
}
.link-plan li {
  margin-top: 20px;
  width: 32.4786324786%;
  box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.2);
  align-items: center;
}
.link-plan li:nth-child(odd) a {
  background: #edf3fa;
}
.link-plan li a {
  padding: 9px 0;
  display: flex;
  border: 1px solid #b3b3b3;
  color: #000;
  background: #fff;
  text-decoration: none;
  transition: all 0.4s;
}
.link-plan li a:hover {
  opacity: .4;
}
.link-plan li a figure {
  display: flex;
  width: 77px;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-right: 1px solid #00418e;
}
.link-plan li a span {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .link-plan {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 19px;
  }
  .link-plan li {
    margin-top: 1px;
    width: 33.3333%;
    box-shadow: none;
    border-right: 1px solid #fff;
  }
  .link-plan li:nth-child(odd) a {
    background: #fdfdfd;
  }
  .link-plan li:nth-child(3n) {
    border-right: none;
  }
  .link-plan li a {
    display: block;
    padding: 12px 0;
    border: none;
    background: #f6f6f6;
    text-align: center;
  }
  .link-plan li a figure {
    width: 100%;
    align-items: flex-end;
    justify-content: center;
    height: 28px;
    border-right: none;
    margin-bottom: 7px;
  }
  .link-plan li a span {
    padding: 27px 0 0;
    display: block;
    font-size: 1.1rem;
    line-height: 1.4545454545;
    background-image: url(/common/img/ico/ico_arrow_red.svg);
    background-repeat: no-repeat;
    background-position: left 50% top 0;
  }
  .link-plan.link-plan-border {
    border: 1px solid #eee;
    background: #fff;
    padding: 1px;
  }
}

/* ------------------------------------------------
リンクボックス
------------------------------------------------ */
.link-box-unit {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
  .link-box-unit-col3 {
    margin-top: -30px;
  }
  .link-box-unit-col3 .link-box {
    width: 31.6239316239%;
    margin: 30px 2.5641025641% 0 0;
  }
  .link-box-unit-col3 .link-box:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .link-box-unit {
    justify-content: space-between;
  }
  .link-box-unit-col2-sp {
    margin-top: -15px;
  }
  .link-box-unit-col2-sp .link-box {
    margin-top: 15px !important;
    width: 49.2957746479%;
  }
  .link-box-unit-col2-sp .link-box a {
    border: none;
  }
  .link-box-unit-col2-sp .link-box link-box-desc {
    padding: 15px 10px 14px;
  }
  .link-box-unit-col2-sp .link-box-ttl {
    margin-bottom: 10px;
  }
  .link-box-unit-col2-sp .link-box-ttl-ja {
    line-height: 1.2857142857;
    font-size: 1.4rem;
    padding-bottom: 8px;
  }
  .link-box-unit-col2-sp .link-box-txt {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.link-box {
  text-align: center;
}
.link-box a {
  border: 1px solid #b3b3b3;
  display: block;
  text-decoration: none;
  background: #fff;
  transition: all 0.4s;
  box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.2);
}
.link-box a:hover {
  opacity: .7;
}
.link-box-img img {
  width: 100%;
}
.link-box-desc {
  padding: 33px 0 30px;
}
.link-box-ttl {
  margin-bottom: 25px;
}
.link-box-ttl > * {
  display: block;
}
.link-box-ttl-ja {
  line-height: 1.3333333333;
  font-size: 2.4rem;
  padding-bottom: 13px;
  margin-bottom: 10px;
  background-image: url(/common/img/ico/ico_arrow_red.svg);
  background-position: left 50% bottom 0;
  background-repeat: no-repeat;
  letter-spacing: normal;
}
.link-box-ttl-en {
  line-height: 1;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .link-box {
    width: 100%;
    margin-top: 30px;
  }
  .link-box:first-child {
    margin-top: 0;
  }
  .link-box-desc {
    padding: 30px 10px 24px;
  }
  .link-box-ttl {
    margin-bottom: 15px;
  }
  .link-box-ttl-ja {
    line-height: 1;
    font-size: 1.8rem;
    padding-bottom: 17px;
    background-size: 21px auto;
  }
  .link-box-ttl-en {
    font-size: 1.3rem;
  }
  .link-box-txt {
    line-height: 2.1538461538;
  }
}

@media only screen and (min-width: 769px) {
  .link-box-02-unit {
    display: flex;
    justify-content: space-between;
  }
  .link-box-02-unit.link-box-02-unit-col3 .link-box-02 {
    width: 31.6239316239%;
  }
}

.link-box-02 a {
  display: block;
  text-decoration: none;
  border: 1px solid #b3b3b3;
  box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}
.link-box-02 a:hover {
  opacity: .7;
}
.link-box-02-img img {
  width: 100%;
}
.link-box-02-desc {
  padding: 25px 7.8804347826% 30px;
}
.link-box-02-desc > *:last-child {
  margin-bottom: 0 !important;
}
.link-box-02-ttl {
  font-size: 2.4rem;
  line-height: 1.33333;
  border-bottom: 1px solid #00418e;
  margin-bottom: 12px;
}
.link-box-02-ttl span {
  display: block;
  color: #000;
  padding: 0 30px 13px 0;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: right 0 top 10px;
  background-image: url(/common/img/ico/ico_arrow_red.svg);
}
.link-box-02-txt {
  margin-bottom: 4px;
}
.link-box-02-time {
  color: #00418e;
  line-height: 1.625;
}
@media only screen and (max-width: 768px) {
  .link-box-02 {
    margin-top: 30px;
  }
  .link-box-02:first-child {
    margin-top: 0;
  }
  .link-box-02 a {
    display: block;
    text-decoration: none;
    border: 1px solid #b3b3b3;
    box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
  }
  .link-box-02 a:hover {
    opacity: .7;
  }
  .link-box-02-desc {
    padding: 15px 20px 15px;
  }
  .link-box-02-ttl {
    font-size: 2.2rem;
    line-height: 1.45455;
    margin-bottom: 12px;
  }
  .link-box-02-ttl span {
    padding: 0 30px 10px 0;
    background-position: right 0 top 10px;
    background-size: 21px auto;
  }
}

@media only screen and (min-width: 769px) {
  .link-box-03-unit {
    display: flex;
    justify-content: space-between;
  }
  .link-box-03-unit .link-box-03 {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .link-box-03-unit .link-box-03 {
    margin-top: 20px;
  }
  .link-box-03-unit .link-box-03:first-child {
    margin-top: 0;
  }
}

.link-box-03 {
  max-width: 578px;
  margin: 0 auto;
}
.link-box-03 a {
  width: 100%;
  display: table;
  table-layout: fixed;
  border: 1px solid #b3b3b3;
  text-decoration: none;
  transition: all .4s;
}
.link-box-03 a:hover {
  opacity: .7;
}
.link-box-03-desc, .link-box-03-img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #fff;
}
.link-box-03-img {
  width: 65.4513888889%;
}
.link-box-03-img img {
  width: 100%;
}
.link-box-03-desc {
  width: 34.5486111111%;
  border-left: 1px solid #b3b3b3;
}
.link-box-03-desc dl dt {
  line-height: 1.3333333333;
  font-size: 2.4rem;
  padding-bottom: 13px;
  margin-bottom: 10px;
  background-image: url(/common/img/ico/ico_arrow_red.svg);
  background-position: left 50% bottom 0;
  background-repeat: no-repeat;
  letter-spacing: normal;
}
.link-box-03-desc dl dd {
  font-size: 1.2rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .link-box-03 {
    max-width: 100%;
  }
  .link-box-03-img {
    width: 57.671957672%;
  }
  .link-box-03-desc {
    width: 42.328042328%;
  }
  .link-box-03-desc dl dt {
    font-size: 1.4rem;
    padding-bottom: 13px;
    margin-bottom: 5px;
    background-size: 21px auto;
  }
  .link-box-03-desc dl dd {
    font-size: 1.3rem;
  }
}

/* ------------------------------------------------
リンクテキスト
------------------------------------------------ */
.link-txt {
  text-decoration: none;
  color: #08438c;
}
.link-txt:hover {
  text-decoration: underline;
}
.link-txt.style02 {
  position: relative;
}
.link-txt.style02:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: -15px;
  border-top: 1px solid #df3232;
  border-right: 1px solid #df3232;
  height: 4px;
  width: 4px;
  transform: rotate(45deg);
}

.link-sitemap-01 {
  margin: 30px;
}
@media only screen and (max-width: 768px) {
  .link-sitemap-01 {
    margin: 0;
  }
}
.link-sitemap-01 li {
  float: left;
  width: 33%;
}
@media only screen and (max-width: 768px) {
  .link-sitemap-01 li {
    width: 100%;
  }
}
.link-sitemap-01 a {
  text-decoration: none;
  position: relative;
  padding-left: 1.4em;
}
.link-sitemap-01 a:before {
  content: '';
  display: block;
  width: .4em;
  height: .4em;
  border-top: 2px solid #00418e;
  border-right: 2px solid #00418e;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.2em;
}
@media only screen and (min-width: 1024px) {
  .link-sitemap-01 a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 768px) {
  .link-sitemap-01 a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
}

.txt-link-blank a[target="_blank"] {
  padding-right: 25px;
  background-image: url(/common/img/ico/ico_blank_black.svg);
  background-position: right 0 top 50%;
  background-repeat: no-repeat;
  text-decoration: none;
}

/*////////////////////////////////////////////////////

	汎用リスト

////////////////////////////////////////////////////*/
.link-tab-wrap {
  position: relative;
  border-bottom: 1px solid #989898;
  margin-bottom: 50px;
}
.link-tab-wrap:before {
  content: " ";
  position: absolute;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 99.57%);
  left: 0;
  top: 100%;
  margin-top: 1px;
  width: 100%;
  height: 37px;
}

.link-tab {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
}
.link-tab li {
  width: 49.2%;
}
.link-tab li a {
  padding: 15px;
  display: block;
  position: relative;
  color: #333;
  text-decoration: none;
  border-top: 1px solid #989898;
  border-right: 1px solid #989898;
  border-left: 1px solid #989898;
  transition: all 0.4s;
  background: #fff;
}
.link-tab li a:hover {
  color: #00418e;
}
.link-tab li a.is-active:before {
  content: " ";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: 5px;
  background: #00418e;
}
.link-tab li a.is-active:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #fff;
}
.link-tab li a span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top 50% left 0;
}
.link-tab li.icon-time span {
  padding-left: 40px;
  background-image: url(/common/img/ico/ico_time.svg);
}
.link-tab li.icon-glass span {
  padding-left: 43px;
  background-image: url(/common/img/ico/ico_glass_black.svg);
}

.js-tab-contents .js-tab-item {
  display: none;
}
.js-tab-contents .js-tab-item:first-child {
  display: block;
}

.list-acordion {
  font-size: 1.3rem;
}
.list-acordion li {
  line-height: 1.7692307692;
  border-top: 1px solid #cfcfcf;
}
.list-acordion li:last-child {
  border-bottom: 1px solid #cfcfcf;
}
.list-acordion li dl dt a {
  position: relative;
  display: block;
  color: #4d4d4d;
  text-decoration: none;
  padding: 21px 18px;
  background-repeat: no-repeat;
  background-position: top 50% right 23px;
  background-image: url(/common/img/ico/ico_plus.svg);
}
.list-acordion li dl dt a.is-active {
  background-image: url(/common/img/ico/ico_minus.svg);
}
.list-acordion li dl dd {
  display: none;
  padding: 21px 18px;
}
@media only screen and (max-width: 768px) {
  .list-acordion li {
    line-height: 2;
  }
  .list-acordion li dl dt a {
    padding: 17px 20px 17px 0;
    background-position: top 50% right 5px;
  }
  .list-acordion li dl dd {
    padding: 17px 20px 17px 0;
  }
  .list-acordion + .list-acordion li:first-child {
    border-top: none;
  }
}

@media only screen and (min-width: 1024px) {
  .list-acordion-unit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
  }
  .list-acordion-unit-col2 .list-acordion {
    width: 48.5%;
  }
}
@media only screen and (max-width: 768px) {
  .list-acordion-unit {
    margin-bottom: 25px;
  }
}

.list-note {
  margin-top: 22px;
}
.list-note li {
  padding-left: 1em;
  text-indent: -1em;
}
.list-note li:before {
  content: "※";
}
@media only screen and (max-width: 768px) {
  .list-note.style02 {
    margin-bottom: 22px;
  }
}

/*--news--*/
.list-news {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.list-news > li {
  border-top: 1px solid #eee;
}
.list-news > li > *:last-child {
  margin-bottom: 0;
}
.list-news > li:last-child {
  border-bottom: 1px solid #eee;
}
.list-news > li a {
  position: relative;
  padding: 16px 30px 16px 0;
  display: block;
  color: #333;
  text-decoration: none;
}
.list-news > li a:before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 5px;
  border-top: 2px solid #df3232;
  border-right: 2px solid #df3232;
  height: 4px;
  width: 4px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list-news-ttl {
  line-height: 2;
  font-weight: bold;
}
.list-news-txt {
  line-height: 1.6153846154;
}

.list-news-02 {
  margin-bottom: 50px;
}
.list-news-02 ul {
  border-top: 1px solid #cfcfcf;
}
.list-news-02 ul li {
  padding: 24px 0;
  border-bottom: 1px solid #cfcfcf;
}
.list-news-02 ul li dl {
  display: flex;
  align-items: center;
}
.list-news-02 ul li dl dt {
  font-size: 1.4rem;
  margin-right: 30px;
}
.list-news-02 ul li dl dt + dd {
  margin-right: 70px;
  width: 130px;
  height: 32px;
  line-height: 32px;
  background: #00418e;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}
.list-news-02 ul li dl dt + dd.cat-01 {
  background: #df3232;
}
.list-news-02 ul li dl dt + dd.cat-02 {
  background: #00418e;
}
.list-news-02 ul li dl dt + dd.cat-03 {
  background: #97b4df;
}
.list-news-02 ul li dl dt + dd.cat-04 {
  background: #b5b5b5;
}
.list-news-02 ul li dl dd:last-child {
  flex: 1;
}
.list-news-02 ul li dl dd:last-child a {
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding-right: 20px;
}
.list-news-02 ul li dl dd:last-child a:hover {
  text-decoration: underline;
}
.list-news-02 ul li dl dd:last-child a:before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 10px;
  border-top: 2px solid #df3232;
  border-right: 2px solid #df3232;
  height: 4px;
  width: 4px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .list-news-02 {
    margin-bottom: 25px;
  }
  .list-news-02 ul li {
    padding: 15px 0 11px;
  }
  .list-news-02 ul li dl {
    flex-wrap: wrap;
  }
  .list-news-02 ul li dl dt {
    font-size: 1.3rem;
    margin-right: 15px;
  }
  .list-news-02 ul li dl dt + dd {
    margin-right: 0;
    width: 115px;
    height: 28px;
    line-height: 28px;
    font-size: 1.3rem;
  }
  .list-news-02 ul li dl dd:last-child {
    flex: auto;
    margin-top: 19px;
    width: 100%;
  }
}

/*--タイトル付きナンバーリスト--*/
.list-defnum {
  margin-bottom: 35px;
}
.list-defnum dt {
  font-weight: bold;
}
.list-defnum dd li {
  padding-left: 1em;
}
.list-defnum dd > ol > li {
  counter-increment: num;
  text-indent: -1em;
}
.list-defnum dd > ol > li:before {
  content: counter(num) ".";
  display: inline;
  margin-right: 3px;
}
@media only screen and (max-width: 768px) {
  .list-defnum {
    margin-bottom: 25px;
  }
}

.list-num li {
  padding-left: 1em;
  text-indent: -1em;
}
.list-num li:before {
  content: counter(num) ".";
  display: inline;
  margin-right: 3px;
}
.list-num > li > ol > li {
  counter-increment: num02;
}
.list-num > li > ol > li:before {
  content: counter(num02) ".";
}

/*--アンカーリスト--*/
.list-anc-unit .list-anc {
  display: block;
}
.list-anc-unit .list-anc li {
  border-bottom: none;
}
.list-anc-unit .list-anc li:last-child {
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 769px) {
  .list-anc-unit {
    display: flex;
    justify-content: space-between;
  }
  .list-anc-unit.list-anc-unit-col2 .list-anc {
    width: 48.5%;
  }
}
@media only screen and (max-width: 768px) {
  .list-anc-unit .list-anc + .list-anc {
    margin-top: -1px;
  }
}

@media only screen and (min-width: 769px) {
  .list-anc {
    display: flex;
    flex-wrap: wrap;
  }
  .list-anc.list-anc-col3 {
    justify-content: space-between;
  }
  .list-anc.list-anc-col3 li {
    width: 312px;
  }
}
.list-anc li {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.list-anc li a {
  padding: 16px 15px;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-image: url(/common/img/ico/ico_anc@2x.jpg);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: top 50% right 15px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .list-anc li {
    border-bottom: none;
  }
  .list-anc li:last-child {
    border-bottom: 1px solid #ccc;
  }
  .list-anc li a {
    padding: 18px 25px 18px 0;
    background-position: top 50% right 0;
  }
}

/*--faq-list--*/
.list-faq li {
  border-top: 1px solid #ccc;
}
.list-faq li:last-child {
  border-bottom: 1px solid #ccc;
}
.list-faq li dl dt a {
  display: block;
  position: relative;
  padding: 15px 35px 15px 60px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: right 25px top 50%;
  background-image: url(/common/img/ico/ico_plus.svg);
}
.list-faq li dl dt a.is-active {
  background-image: url(/common/img/ico/ico_minus.svg);
}
.list-faq li dl dt a:before {
  content: "Q.";
  font-family: 'Bellefair', serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 1em;
  left: 25px;
}
.list-faq li dl dd {
  display: none;
  position: relative;
  padding: 15px 25px 15px 60px;
  background: #f8f8f8;
}
.list-faq li dl dd > *:last-child {
  margin-bottom: 0 !important;
}
.list-faq li dl dd:before {
  content: "A.";
  font-family: 'Bellefair', serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  margin: 5px 20px 0 0;
  color: #df3232;
  position: absolute;
  top: .75em;
  left: 25px;
}
.list-faq li dl dd a {
  text-decoration: underline;
  color: #08438c;
}
.list-faq li dl dd a:hover {
  text-decoration: none;
}
.list-faq li dl dd p {
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .list-faq li dl dt a {
    padding: 17px 30px 17px 40px;
    background-position: right 15px top 50%;
  }
  .list-faq li dl dt a:before {
    font-size: 1.8rem;
    top: 1.25em;
    left: 12px;
  }
  .list-faq li dl dd {
    padding: 17px 20px 17px 40px;
  }
  .list-faq li dl dd:before {
    font-size: 1.8rem;
    top: 1em;
    left: 12px;
  }
}

/*--circle-list--*/
.list-circle li {
  position: relative;
  padding-left: 30px;
}
.list-circle li:before {
  content: "◎";
  position: absolute;
  left: 0;
  top: 0;
}
.list-circle li .btn-01, .list-circle li .btn-02 {
  margin: 7px 0 0;
}
@media only screen and (max-width: 768px) {
  .list-circle li {
    padding-left: 20px;
  }
  .list-circle li .btn-01, .list-circle li .btn-02 {
    max-width: initial;
    margin: 7px 0 0 -20px;
    width: calc(100% + 20px);
  }
}

.list-circle-02 {
  margin-bottom: 42px;
}
.list-circle-02 li {
  position: relative;
  padding-left: 20px;
}
.list-circle-02 li:before {
  content: " ";
  position: absolute;
  top: .65em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #00418e;
  border-radius: 50%;
}

/* ------------------------------------------------
強調リスト
------------------------------------------------ */
.list-emphosis {
  text-align: center;
  line-height: 2.1;
  font-size: 2rem;
}
.list-emphosis li {
  color: #00418e;
}
@media only screen and (max-width: 768px) {
  .list-emphosis {
    font-size: 1.6rem;
  }
}

/*////////////////////////////////////////////////////

	汎用リスト

////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////

	汎用リスト

////////////////////////////////////////////////////*/
/* ------------------------------------------------
	記述リスト dl dt dd
------------------------------------------------ */
/*////////////////////////////////////////////////////

	汎用テーブル
		※入れ子にした際に孫のテーブルにスタイルが引き継がれないよう、
		　　&>を使用したスタイル設定を推奨

////////////////////////////////////////////////////*/
.table-01 {
  border-bottom: 1px solid #ccc;
}
.table-01 tr {
  border-top: 1px solid #ccc;
}
.table-01 th, .table-01 td {
  vertical-align: middle;
  padding: 13px 30px;
}
.table-01 th {
  background: #edf3fa;
  text-align: center;
  color: #00418e;
  border-right: 1px solid #ccc;
  width: 230px;
}
@media only screen and (max-width: 768px) {
  .table-01 {
    border-bottom: 1px solid #ccc;
  }
  .table-01 th, .table-01 td {
    display: block;
    padding: 12px 20px;
  }
  .table-01 th {
    width: 100%;
    border: none;
    text-align: left;
  }
  .table-01 td {
    border-top: 1px solid #ccc;
  }
}

.table-02 {
  table-layout: fixed;
  text-align: center;
  border-top: 1px solid #ccc;
  line-height: 1.625;
}
.table-02 thead th, .table-02 thead td {
  border-bottom: 2px solid #ccc;
}
.table-02 tbody th a {
  position: relative;
  display: block;
}
.table-02 tbody th a:hover {
  text-decoration: none;
}
.table-02 tbody th a:before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0;
  border-top: 1px solid #df3232;
  border-right: 1px solid #df3232;
  height: 4px;
  width: 4px;
  transform: rotate(45deg);
}
.table-02 tbody td {
  background: #fff;
}
.table-02 tr > *:last-child {
  border-right: none;
}
.table-02 th, .table-02 td {
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 15px;
}
.table-02 th {
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  .table-02 {
    text-align: left;
  }
  .table-02 thead {
    display: none;
  }
  .table-02 tr {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .table-02 th, .table-02 td {
    display: block;
    width: 100%;
    border-right: none;
  }
  .table-02 th {
    padding: 12px 20px;
    /*--margin-bottom: 15px;--*/
  }
  .table-02 td {
    padding: 15px 20px;
  }
  .table-02 td {
    border: none;
  }
  .table-02 .table-02-cell {
    display: flex;
    width: 100%;
  }
  .table-02 .table-02-cell:before {
    content: attr(data-txt);
    font-weight: bold;
    margin-right: 10px;
  }
  .table-02 .table-02-cell p {
    flex: 1;
  }
}

/*////////////////////////////////////////////////////

	その他の汎用スタイル

////////////////////////////////////////////////////*/
/* ------------------------------------------------
	デバイスごとの表示切り分け
	例： <br class="pc">
------------------------------------------------ */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .s-sp-db {
    display: block !important;
  }
}
/* ------------------------------------------------
margin
------------------------------------------------ */
.mb0 {
  margin-bottom: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

@media only screen and (min-width: 769px) {
  .pc-mb0 {
    margin-bottom: 0px !important;
  }

  .pc-mt0 {
    margin-top: 0px !important;
  }

  .pc-mb5 {
    margin-bottom: 5px !important;
  }

  .pc-mt5 {
    margin-top: 5px !important;
  }

  .pc-mb10 {
    margin-bottom: 10px !important;
  }

  .pc-mt10 {
    margin-top: 10px !important;
  }

  .pc-mb15 {
    margin-bottom: 15px !important;
  }

  .pc-mt15 {
    margin-top: 15px !important;
  }

  .pc-mb20 {
    margin-bottom: 20px !important;
  }

  .pc-mt20 {
    margin-top: 20px !important;
  }

  .pc-mb25 {
    margin-bottom: 25px !important;
  }

  .pc-mt25 {
    margin-top: 25px !important;
  }

  .pc-mb30 {
    margin-bottom: 30px !important;
  }

  .pc-mt30 {
    margin-top: 30px !important;
  }

  .pc-mb35 {
    margin-bottom: 35px !important;
  }

  .pc-mt35 {
    margin-top: 35px !important;
  }

  .pc-mb40 {
    margin-bottom: 40px !important;
  }

  .pc-mt40 {
    margin-top: 40px !important;
  }

  .pc-mb45 {
    margin-bottom: 45px !important;
  }

  .pc-mt45 {
    margin-top: 45px !important;
  }

  .pc-mb50 {
    margin-bottom: 50px !important;
  }

  .pc-mt50 {
    margin-top: 50px !important;
  }

  .pc-mb55 {
    margin-bottom: 55px !important;
  }

  .pc-mt55 {
    margin-top: 55px !important;
  }

  .pc-mb60 {
    margin-bottom: 60px !important;
  }

  .pc-mt60 {
    margin-top: 60px !important;
  }

  .pc-mb65 {
    margin-bottom: 65px !important;
  }

  .pc-mt65 {
    margin-top: 65px !important;
  }

  .pc-mb70 {
    margin-bottom: 70px !important;
  }

  .pc-mt70 {
    margin-top: 70px !important;
  }

  .pc-mb75 {
    margin-bottom: 75px !important;
  }

  .pc-mt75 {
    margin-top: 75px !important;
  }

  .pc-mb80 {
    margin-bottom: 80px !important;
  }

  .pc-mt80 {
    margin-top: 80px !important;
  }

  .pc-mb85 {
    margin-bottom: 85px !important;
  }

  .pc-mt85 {
    margin-top: 85px !important;
  }

  .pc-mb90 {
    margin-bottom: 90px !important;
  }

  .pc-mt90 {
    margin-top: 90px !important;
  }

  .pc-mb95 {
    margin-bottom: 95px !important;
  }

  .pc-mt95 {
    margin-top: 95px !important;
  }

  .pc-mb100 {
    margin-bottom: 100px !important;
  }

  .pc-mt100 {
    margin-top: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-mb0 {
    margin-bottom: 0px !important;
  }

  .sp-mt0 {
    margin-top: 0px !important;
  }

  .sp-mb5 {
    margin-bottom: 5px !important;
  }

  .sp-mt5 {
    margin-top: 5px !important;
  }

  .sp-mb10 {
    margin-bottom: 10px !important;
  }

  .sp-mt10 {
    margin-top: 10px !important;
  }

  .sp-mb15 {
    margin-bottom: 15px !important;
  }

  .sp-mt15 {
    margin-top: 15px !important;
  }

  .sp-mb20 {
    margin-bottom: 20px !important;
  }

  .sp-mt20 {
    margin-top: 20px !important;
  }

  .sp-mb25 {
    margin-bottom: 25px !important;
  }

  .sp-mt25 {
    margin-top: 25px !important;
  }

  .sp-mb30 {
    margin-bottom: 30px !important;
  }

  .sp-mt30 {
    margin-top: 30px !important;
  }

  .sp-mb35 {
    margin-bottom: 35px !important;
  }

  .sp-mt35 {
    margin-top: 35px !important;
  }

  .sp-mb40 {
    margin-bottom: 40px !important;
  }

  .sp-mt40 {
    margin-top: 40px !important;
  }

  .sp-mb45 {
    margin-bottom: 45px !important;
  }

  .sp-mt45 {
    margin-top: 45px !important;
  }

  .sp-mb50 {
    margin-bottom: 50px !important;
  }

  .sp-mt50 {
    margin-top: 50px !important;
  }

  .sp-mb55 {
    margin-bottom: 55px !important;
  }

  .sp-mt55 {
    margin-top: 55px !important;
  }

  .sp-mb60 {
    margin-bottom: 60px !important;
  }

  .sp-mt60 {
    margin-top: 60px !important;
  }

  .sp-mb65 {
    margin-bottom: 65px !important;
  }

  .sp-mt65 {
    margin-top: 65px !important;
  }

  .sp-mb70 {
    margin-bottom: 70px !important;
  }

  .sp-mt70 {
    margin-top: 70px !important;
  }

  .sp-mb75 {
    margin-bottom: 75px !important;
  }

  .sp-mt75 {
    margin-top: 75px !important;
  }

  .sp-mb80 {
    margin-bottom: 80px !important;
  }

  .sp-mt80 {
    margin-top: 80px !important;
  }

  .sp-mb85 {
    margin-bottom: 85px !important;
  }

  .sp-mt85 {
    margin-top: 85px !important;
  }

  .sp-mb90 {
    margin-bottom: 90px !important;
  }

  .sp-mt90 {
    margin-top: 90px !important;
  }

  .sp-mb95 {
    margin-bottom: 95px !important;
  }

  .sp-mt95 {
    margin-top: 95px !important;
  }

  .sp-mb100 {
    margin-bottom: 100px !important;
  }

  .sp-mt100 {
    margin-top: 100px !important;
  }
}
/* ------------------------------------------------
padding
------------------------------------------------ */
.pt0 {
  padding-top: 0 !important;
}

@media only screen and (min-width: 769px) {
  .pc-pb0 {
    padding-bottom: 0 !important;
  }

  .pc-last-pb {
    padding-bottom: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-pad0 {
    padding: 0 !important;
  }

  .sp-pb0 {
    padding-bottom: 0 !important;
  }

  .sp-pt30 {
    padding-top: 30px !important;
  }

  .sp-pb30 {
    padding-bottom: 30px !important;
  }
}
/* ------------------------------------------------
背景
------------------------------------------------ */
.s-bg-gray {
  background: #f7f7f7;
}

@media only screen and (min-width: 769px) {
  .s-bg-gray-pc {
    background: #f7f7f7;
  }
}
@media only screen and (max-width: 768px) {
  .s-bg-gray-sp {
    background: #f7f7f7;
  }
}
/* ------------------------------------------------
border
------------------------------------------------ */
@media only screen and (max-width: 768px) {
  .s-bb-gray-sp {
    border-bottom: 1px solid #f2f2f2;
  }
}
/* ------------------------------------------------
sp時の高さ制御
------------------------------------------------ */
@media only screen and (max-width: 768px) {
  .sp-mh1 {
    max-height: 1px;
  }

  .sp-mh2 {
    max-height: 2px;
  }

  .sp-mh3 {
    max-height: 3px;
  }

  .sp-mh4 {
    max-height: 4px;
  }

  .sp-mh5 {
    max-height: 5px;
  }

  .sp-mh6 {
    max-height: 6px;
  }

  .sp-mh7 {
    max-height: 7px;
  }

  .sp-mh8 {
    max-height: 8px;
  }

  .sp-mh9 {
    max-height: 9px;
  }

  .sp-mh10 {
    max-height: 10px;
  }

  .sp-mh11 {
    max-height: 11px;
  }

  .sp-mh12 {
    max-height: 12px;
  }

  .sp-mh13 {
    max-height: 13px;
  }

  .sp-mh14 {
    max-height: 14px;
  }

  .sp-mh15 {
    max-height: 15px;
  }

  .sp-mh16 {
    max-height: 16px;
  }

  .sp-mh17 {
    max-height: 17px;
  }

  .sp-mh18 {
    max-height: 18px;
  }

  .sp-mh19 {
    max-height: 19px;
  }

  .sp-mh20 {
    max-height: 20px;
  }

  .sp-mh21 {
    max-height: 21px;
  }

  .sp-mh22 {
    max-height: 22px;
  }

  .sp-mh23 {
    max-height: 23px;
  }

  .sp-mh24 {
    max-height: 24px;
  }

  .sp-mh25 {
    max-height: 25px;
  }

  .sp-mh26 {
    max-height: 26px;
  }

  .sp-mh27 {
    max-height: 27px;
  }

  .sp-mh28 {
    max-height: 28px;
  }

  .sp-mh29 {
    max-height: 29px;
  }

  .sp-mh30 {
    max-height: 30px;
  }

  .sp-mh31 {
    max-height: 31px;
  }

  .sp-mh32 {
    max-height: 32px;
  }

  .sp-mh33 {
    max-height: 33px;
  }

  .sp-mh34 {
    max-height: 34px;
  }

  .sp-mh35 {
    max-height: 35px;
  }

  .sp-mh36 {
    max-height: 36px;
  }

  .sp-mh37 {
    max-height: 37px;
  }

  .sp-mh38 {
    max-height: 38px;
  }

  .sp-mh39 {
    max-height: 39px;
  }

  .sp-mh40 {
    max-height: 40px;
  }

  .sp-mh41 {
    max-height: 41px;
  }

  .sp-mh42 {
    max-height: 42px;
  }

  .sp-mh43 {
    max-height: 43px;
  }

  .sp-mh44 {
    max-height: 44px;
  }

  .sp-mh45 {
    max-height: 45px;
  }

  .sp-mh46 {
    max-height: 46px;
  }

  .sp-mh47 {
    max-height: 47px;
  }

  .sp-mh48 {
    max-height: 48px;
  }

  .sp-mh49 {
    max-height: 49px;
  }

  .sp-mh50 {
    max-height: 50px;
  }
}
/* ------------------------------------------------
sp時のフルスクリーン
------------------------------------------------ */
@media only screen and (max-width: 768px) {
  .s-bg-gray-sp {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
/* ------------------------------------------------
再生ボタン付与
------------------------------------------------ */
.js-video-open {
  position: relative;
  display: block;
}
.js-video-open:before {
  content: " ";
  height: 54px;
  width: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-image: url(/common/img/ico/ico_play.svg);
}

/* ------------------------------------------------
タブからアコーディオンへの切り替え
------------------------------------------------ */
@media only screen and (max-width: 768px) {
  .sp-js-acordion-wrapper + .sp-js-acordion-wrapper {
    margin-top: -1px;
  }
}

.sp-js-acordion-ttl {
  font-size: 1.6rem;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (max-width: 768px) {
  .sp-js-acordion-ttl.acco-gift {
    font-size: 1.8rem;
    line-height: 1.4;
    border-top: 1px solid #ccc;
    border-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sp-js-acordion-ttl.acco-gift.bdb-01 {
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (max-width: 768px) {
  .sp-js-acordion-ttl.acco-gift.bdb-01 a.is-active {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sp-js-acordion-ttl.acco-gift .time {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline;
    padding-left: 0;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .sp-js-acordion-ttl.acco-gift a.is-active {
    border-bottom: 1px solid #ccc;
  }
}
.sp-js-acordion-ttl a {
  display: block;
  padding: 19px 20px;
  color: #000;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: top 50% right 5px;
  background-image: url(/common/img/ico/ico_plus.svg);
}
.sp-js-acordion-ttl a.is-active {
  background-image: url(/common/img/ico/ico_minus.svg);
}
.sp-js-acordion-ttl a span {
  display: inline-block;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: top 50% left 0;
}
.sp-js-acordion-ttl.style02 {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  padding: 19px 20px;
}
.sp-js-acordion-ttl.style02 span.search-cate {
  display: inline-block;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: top 50% left 0;
}
.sp-js-acordion-ttl.icon-time span {
  background-image: url(/common/img/ico/ico_time_blue.svg);
  background-size: 21px auto;
}
.sp-js-acordion-ttl.icon-glass span {
  background-image: url(/common/img/ico/ico_glass_blue.svg);
  background-size: 21px auto;
}

@media only screen and (max-width: 768px) {
  .sp-acordion-ttl.acco-gift {
    font-size: 1.8rem;
    line-height: 1.4;
    border-top: 1px solid #ccc;
    border-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sp-acordion-ttl.acco-gift.bdb-01 {
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (max-width: 768px) {
  .sp-acordion-ttl.acco-gift.bdb-01 a.is-active {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sp-acordion-ttl.acco-gift .time {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline;
    padding-left: 0;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .sp-acordion-ttl.acco-gift a.is-active {
    border-bottom: 1px solid #ccc;
  }
}
.sp-acordion-ttl span {
  display: block;
  padding: 19px 20px;
  color: #000;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: top 50% right 5px;
}
.sp-acordion-ttl span span {
  display: inline-block;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: top 50% left 0;
}
.sp-acordion-ttl.style02 {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  padding: 19px 20px;
}
.sp-acordion-ttl.style02 span.search-cate {
  display: inline-block;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: top 50% left 0;
}
.sp-acordion-ttl.icon-time span {
  background-image: url(/common/img/ico/ico_time_blue.svg);
  background-size: 21px auto;
}
.sp-acordion-ttl.icon-glass span {
  background-image: url(/common/img/ico/ico_glass_blue.svg);
  background-size: 21px auto;
}

.sp-js-acordion-body {
  margin: 1px 0;
}

@media only screen and (max-width: 768px) {
  .sp-js-acordion-body {
    display: none;
  }
}
/* ------------------------------------------------
パンクズ、説明文セット
------------------------------------------------ */
.box-pan {
  line-height: 1;
  text-align: right;
}
.box-pan .js-move-txt-menu {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #d5d5d5;
}
.box-pan-link {
  font-size: 1.3rem;
  letter-spacing: -.40em;
}
.box-pan-link li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  position: relative;
  margin-left: 8px;
  padding-left: 13px;
}
.box-pan-link li:before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 4px;
  width: 4px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box-pan-link li:first-child {
  padding-left: 0;
}
.box-pan-link li:first-child:before {
  display: none;
}
.box-pan-link li a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
.box-pan-link li a:hover {
  text-decoration: underline;
}
.box-pan.box-pan-type-01 {
  padding-top: 28px;
  padding-right: 28px;
  border-top: 1px solid #00418e;
  margin-bottom: 40px;
}
.box-pan.box-pan-type-01 .box-pan-link li:before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.box-pan.box-pan-type-01 .box-pan-link li a {
  color: #000;
}

/* ------------------------------------------------
プランmainvisula
------------------------------------------------ */
.hero-plan {
  position: relative;
  min-height: 720px;
  padding: 117px 15px 70px;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
}
.hero-plan .box-pan {
  position: absolute;
  top: 28px;
  right: 28px;
}
.hero-plan-catch {
  margin-bottom: 45px;
}
.hero-plan-catch > * {
  text-shadow: 0px 0px 10px black;
}
.hero-plan-catch .ttl-01 {
  margin-bottom: 40px;
}
.hero-plan-catch-sub {
  font-size: 2.4rem;
  line-height: 1.75;
  margin-bottom: 67px;
}
.hero-plan-attention {
  font-size: 1.8rem;
  background: #00418e;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  line-height: 1;
  max-width: 930px;
  margin: 0 auto;
  padding: 33px 10px;
}
.hero-plan-attention span {
  font-size: 2.4rem;
}
.hero-plan-attention small {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .hero-plan {
    min-height: initial;
    padding: 15px 20px 20px;
  }
  .hero-plan-catch {
    margin-bottom: 0px;
  }
  .hero-plan-catch > * {
    text-shadow: 0px 0px 10px black;
  }
  .hero-plan-catch .ttl-01 {
    margin-bottom: 35px;
  }
  .hero-plan-catch-sub {
    font-size: 1.5rem;
    line-height: 1.6111111111;
    margin-bottom: 0px;
  }
  .hero-plan-attention {
    font-size: 1.3rem;
    padding: 16px 5px;
    margin-top: -10px;
  }
  .hero-plan-attention span {
    font-size: 1.8rem;
  }
  .hero-plan-attention small {
    display: block;
    font-size: 1rem;
    margin-top: 11px;
  }
}

/* ------------------------------------------------
mainvisualコモン
------------------------------------------------ */
.hero-cmn {
  position: relative;
  padding: 117px 15px 86px;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  /*--modifire--*/
  /*--modifire高さ--*/
}
.hero-cmn > *:last-child {
  margin-bottom: 0 !important;
}
.hero-cmn .box-pan {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 100%;
}
.hero-cmn-catch {
  margin-bottom: 45px;
}
.hero-cmn-catch > *:last-child {
  margin-bottom: 0 !important;
}
.hero-cmn-catch > * {
  text-shadow: 0px 0px 13.5px rgba(0, 0, 0, 0.5);
}
.hero-cmn-catch .ttl-01 {
  margin-bottom: 40px;
}
.hero-cmn-catch-sub {
  font-size: 2.4rem;
  line-height: 1.75;
  margin-bottom: 28px;
}
.hero-cmn-catch-def dt {
  font-size: 2rem;
}
.hero-cmn.hero-cmn-restaurant {
  background-image: url(/restaurant/img/mainvisual.jpg);
}
.hero-cmn.hero-cmn-news {
  background-image: url(/news/img/mainvisual.jpg);
}
.hero-cmn.hero-cmn-cruise {
  background-image: url(/cruise/img/mainvisual.jpg);
  min-height: 720px;
}
.hero-cmn.hero-cmn-cruise-entertainment {
  background-image: url(/cruise/entertainment/img/mainvisual.jpg);
  padding-bottom: 72px;
}
.hero-cmn.hero-cmn-cruise-reservation {
  background-image: url(/cruise/reservation/img/mainvisual.jpg);
}
.hero-cmn.hero-cmn-cruise-course {
  background-image: url(/cruise/course/img/mainvisual.jpg);
}
.hero-cmn.hero-cmn-cruise-deckmap {
  background-image: url(/cruise/deckmap/img/mainvisual.jpg);
}
.hero-cmn.hero-cmn-cruise-charge {
  background-image: url(/cruise/charge/img/mainvisual.jpg);
}
.hero-cmn.hero-cmn-cruise-ticket {
  background-image: url(/cruise/ticket/img/mainvisual.jpg);
}
.hero-cmn.hero-cmn-faq {
  background-image: url(/faq/img/mainvisual.jpg);
  min-height: 400px;
}
.hero-cmn.hero-cmn-mailmag {
  background-image: url(/mailmag/img/mainvisual.jpg);
  min-height: 400px;
  padding-bottom: 30px;
}
.hero-cmn.hero-cmn-passport {
  background-image: url(/passport/img/mainvisual.jpg);
  min-height: 400px;
  padding-bottom: 30px;
}
.hero-cmn.hero-cmn-suprise {
  background-image: url(/restaurant/surprise/img/mainvisual.jpg);
}
.hero-cmn.hero-cmn-access {
  background-image: url(/access/img/mainvisual.jpg);
}
.hero-cmn.hero-cmn-access-flow {
  background-image: url(/access/flow/img/mainvisual.jpg);
}
.hero-cmn.hero-cmn-access-hotel {
  background-image: url(/access/hotel/img/mainvisual.jpg);
}
.hero-cmn.hero-cmn-ticket {
  background-image: url(/gift/img/mainvisual.jpg);
}
.hero-cmn.hero-cmn-404 {
  background-image: url(/common/img/404/mainvisual.jpg);
}
.hero-cmn.hero-cmn-shop {
  background-image: url(/shop/img/mainvisual.jpg);
}
.hero-cmn.hero-cmn-large {
  min-height: 720px;
}
.hero-cmn.hero-cmn-midlle {
  min-height: 400px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .hero-cmn {
    min-height: initial;
    padding: 63px 20px;
    /*--modifire--*/
    /*--modifire高さ--*/
  }
  .hero-cmn-catch {
    margin-bottom: 35px;
  }
  .hero-cmn-catch > * {
    text-shadow: 0px 0px 13.5px rgba(0, 0, 0, 0.5);
  }
  .hero-cmn-catch .ttl-01 {
    margin-bottom: 35px;
  }
  .hero-cmn-catch-sub {
    font-size: 1.8rem;
    line-height: 1.6111111111;
    margin-bottom: 25px;
  }
  .hero-cmn-catch-def dt {
    font-size: 1.6rem;
  }
  .hero-cmn.hero-cmn-restaurant {
    background-image: url(/restaurant/img/mainvisual_sp@2x.jpg);
  }
  .hero-cmn.hero-cmn-news {
    background-image: url(/news/img/mainvisual_sp@2x.jpg);
  }
  .hero-cmn.hero-cmn-cruise {
    background-image: url(/cruise/img/mainvisual_sp@2x.jpg);
    min-height: 677px;
  }
  .hero-cmn.hero-cmn-cruise-entertainment {
    background-image: url(/cruise/entertainment/img/mainvisual_sp@2x.jpg);
    padding-bottom: 51px;
  }
  .hero-cmn.hero-cmn-cruise-reservation {
    background-image: url(/cruise/reservation/img/mainvisual_sp@2x.jpg);
  }
  .hero-cmn.hero-cmn-cruise-course {
    background-image: url(/cruise/course/img/mainvisual_sp@2x.jpg);
  }
  .hero-cmn.hero-cmn-cruise-deckmap {
    background-image: url(/cruise/deckmap/img/mainvisual_sp@2x.jpg);
  }
  .hero-cmn.hero-cmn-cruise-ticket {
    background-image: url(/cruise/ticket/img/mainvisual_sp@2x.jpg);
  }
  .hero-cmn.hero-cmn-faq {
    background-image: url(/faq/img/mainvisual_sp@2x.jpg);
    min-height: 330px;
  }
  .hero-cmn.hero-cmn-mailmag {
    background-image: url(/mailmag/img/mainvisual_sp@2x.jpg);
    min-height: 330px;
  }
  .hero-cmn.hero-cmn-passport {
    background-image: url(/passport/img/mainvisual_sp@2x.jpg);
    min-height: 330px;
    padding-bottom: 30px;
  }
  .hero-cmn.hero-cmn-suprise {
    background-image: url(/restaurant/surprise/img/mainvisual_sp@2x.jpg);
  }
  .hero-cmn.hero-cmn-access {
    background-image: url(/access/img/mainvisual_sp@2x.jpg);
  }
  .hero-cmn.hero-cmn-access-flow {
    background-image: url(/access/flow/img/mainvisual_sp@2x.jpg);
  }
  .hero-cmn.hero-cmn-access-hotel {
    background-image: url(/access/hotel/img/mainvisual_sp@2x.jpg);
  }
  .hero-cmn.hero-cmn-ticket {
    background-image: url(/gift/img/mainvisual_sp@2x.jpg);
  }
  .hero-cmn.hero-cmn-404 {
    background-image: url(/common/img/404/mainvisual_sp@2x.jpg);
  }
  .hero-cmn.hero-cmn-large {
    min-height: 677px;
  }
  .hero-cmn.hero-cmn-midlle {
    min-height: 330px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-cmn.sp-narrow {
    padding: 35px 0 0 0;
    height: 120px;
  }
}

/* ------------------------------------------------
セクション間隔制御
------------------------------------------------ */
.sec-pad {
  padding: 70px 0 100px;
}
@media only screen and (max-width: 768px) {
  .sec-pad {
    padding: 15px 0 0;
  }
}

.sec-pad02 {
  padding: 70px 0 100px;
}
@media only screen and (max-width: 768px) {
  .sec-pad02 {
    padding: 40px 0;
  }
}

.sec-pad03 {
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .sec-pad03 {
    padding: 40px 0;
  }
}

.sec-pad04 {
  padding: 70px 0 60px;
}
@media only screen and (max-width: 768px) {
  .sec-pad04 {
    padding: 40px 0;
  }
}

/* ------------------------------------------------
プランボックス
------------------------------------------------ */
@media only screen and (min-width: 769px) {
  .box-plan-unit {
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px;
  }
  .box-plan-unit .box-plan {
    margin: 30px 2.5641025641% 0 0;
  }
  .box-plan-unit-col3 .box-plan {
    width: 31.6239316239%;
  }
  .box-plan-unit-col3 .box-plan:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .box-plan-unit .box-plan {
    margin: 30px 0 0;
  }
  .box-plan-unit .box-plan:first-child {
    margin-top: 0;
  }
}

.box-plan {
  border: 1px solid #b3b3b3;
  box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.2);
}
.box-plan-header {
  padding: 30px 30px 12px;
}
.box-plan-header-ttl {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  border-bottom: 1px solid #00418e;
  margin-bottom: 12px;
}
.box-plan-header-ttl a {
  display: block;
  color: #000;
  padding: 0 30px 13px 0;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: right 0 top 35%;
  background-image: url(/common/img/ico/ico_arrow_red.svg);
  transition: all 0.4s;
}
.box-plan-header-ttl a:hover {
  opacity: .4;
}
.box-plan-body {
  padding: 20px 30px 25px;
  background: #f8f8f8;
}
.box-plan-body-img {
  margin-bottom: 20px;
}
.box-plan-body-img img {
  width: 100%;
}
.box-plan-body-txt {
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .box-plan {
    margin-top: 30px;
  }
  .box-plan-header {
    padding: 15px 20px 12px;
  }
  .box-plan-header-ttl {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    margin-bottom: 12px;
  }
  .box-plan-header-ttl a {
    padding: 0 30px 10px 0;
    background-size: 21px auto;
  }
  .box-plan-body {
    padding: 20px 20px 10px;
    background: #f8f8f8;
  }
  .box-plan-body-img {
    margin-bottom: 20px;
  }
  .box-plan-body-img img {
    width: 100%;
  }
  .box-plan-body-txt {
    font-size: 1.3rem;
  }
}
.box-plan.style-list a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: all 0.4s;
}
.box-plan.style-list a:hover {
  opacity: .4;
}
.box-plan.style-list a .box-plan-header-ttl {
  padding: 0 30px 13px 0;
  background-repeat: no-repeat;
  background-position: right 00% top 35%;
  background-image: url(/common/img/ico/ico_arrow_red.svg);
}
@media only screen and (max-width: 768px) {
  .box-plan.style-list {
    border: 0;
    border-top: solid 1px #cfcfcf;
    box-shadow: none;
    position: relative;
    margin: 0;
  }
  .box-plan.style-list:last-child {
    border-bottom: solid 1px #cfcfcf;
  }
  .box-plan.style-list a {
    padding: 15px 0;
    display: block;
  }
  .box-plan.style-list a .box-plan-header-ttl {
    background: none;
    margin: 0;
    padding: 0 10px;
    border-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .box-plan.style-list .box-plan-header {
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 10px;
  }
  .box-plan.style-list .col-plan-img {
    width: 30%;
  }
  .box-plan.style-list .col-plan-img .box-plan-body-img {
    margin: 0;
    border: solid 1px #eee;
  }
  .box-plan.style-list .col-plan-txt {
    width: 70%;
  }
  .box-plan.style-list .box-plan-header-txt {
    padding: 0 10px;
    font-size: 1.2rem;
    font-family: "游ゴシック" ,"游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
  }
  .box-plan.style-list:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0px;
    border-top: 2px solid #df3232;
    border-right: 2px solid #df3232;
    height: 4px;
    width: 4px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .box-plan.style-list .box-plan-body {
    padding: 0 10px 0 0;
    background: none;
  }
  .box-plan.style-list .mod-price {
    padding: 0;
    padding: 10px 0;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .box-plan.style-list .mod-price ul {
    margin: 0;
  }
  .box-plan.style-list .mod-price ul li {
    margin-top: 0;
    padding: 0;
  }
  .box-plan.style-list .mod-price span {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 5px;
  }
  .box-plan.style-list .box-plan-body-txt {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  body.is-ios .box-plan.style-list .mod-price span {
    top: 0 !important;
  }
}

/* ------------------------------------------------
料金ボックス
------------------------------------------------ */
.mod-price {
  border: 1px solid #b3b3b3;
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 4px #d9d9d9;
  background: #fff;
  line-height: 1;
  font-size: 1.3rem;
  text-align: center;
  padding: 18px 10px;
  margin-bottom: 15px;
}
.mod-price ul {
  margin-top: -7px;
  letter-spacing: -.40em;
}
.mod-price ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 7px 7px 0;
}
.mod-price ul li span {
  font-size: 2.2rem;
  vertical-align: baseline;
}
@media only screen and (max-width: 768px) {
  .mod-price {
    font-size: 1.3rem;
    padding: 17px 10px;
    margin-bottom: 20px;
  }
  .mod-price ul li span {
    font-size: 1.8rem;
  }
}

/*--ios時のベースライン問題解消--*/
body.is-ios .mod-price {
  padding: 17px 10px 12px;
}
body.is-ios .mod-price ul li span {
  position: relative;
  top: -5px;
}

/* ------------------------------------------------
時間　ボックス
------------------------------------------------ */
.mod-time {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 32px;
}
.mod-time dt {
  width: 60px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #ccc;
  text-align: center;
  margin-right: 20px;
}
.mod-time dd {
  flex: 1;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .mod-time {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .mod-time dd {
    font-size: 1.6rem;
  }
}

/* ------------------------------------------------
キャッチ
------------------------------------------------ */
.mod-catch {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .mod-catch {
    margin-bottom: 33px;
  }
}

/* ------------------------------------------------
コースヒーロー
------------------------------------------------ */
.hero-course {
  padding-bottom: 140px;
}
.hero-course-img {
  max-width: 1170px;
  margin: 0 auto;
  height: 540px;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 768px) {
  .hero-course {
    padding-bottom: 0;
  }
  .hero-course-img {
    height: auto;
    padding-top: 70.0854700855%;
  }
}

/* ------------------------------------------------
予約ボックス
------------------------------------------------ */
.box-reserve {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  border-top: 4px solid #00418e;
  padding: 36px 3.4188% 32px;
  background: #fff;
  margin-bottom: 70px;
}
.box-reserve-main {
  width: 72.4770642202%;
}
.box-reserve-main .mod-price {
  padding: 28px 10px;
  margin-bottom: 40px;
}
.box-reserve-side {
  width: 23.8532110092%;
}
.box-reserve-side-tel {
  text-align: center;
  line-height: 1.5;
  margin-top: 20px;
}
.box-reserve-side-tel dt {
  font-size: 1.6rem;
}
.box-reserve-side-tel dd {
  font-size: 2.8rem;
}
.box-reserve-side-tel dd a {
  color: #000;
  text-decoration: none;
}
.box-reserve.box-reserve-negative {
  /*--margin-top: -120px;--*/
  margin-top: -142px;
}
@media only screen and (max-width: 768px) {
  .box-reserve {
    display: block;
    padding: 16px 20px 15px;
    margin-bottom: 50px;
  }
  .box-reserve-main {
    width: 100%;
    margin-bottom: 14px;
  }
  .box-reserve-main .mod-price {
    padding: 17px 10px;
    margin-bottom: 20px;
  }
  .box-reserve-side {
    width: 100%;
  }
  .box-reserve.box-reserve-negative {
    /*--margin-top: -110px;--*/
    margin-top: -22px;
  }
}

/* ------------------------------------------------
特典エリア
------------------------------------------------ */
.area-privilege-wrap {
  margin-top: 62px;
  padding: 70px 0 57px;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(/common/img/bg_privilege.jpg);
}
@media only screen and (max-width: 768px) {
  .area-privilege-wrap {
    margin-top: 34px;
    padding: 32px 0 24px;
    background-image: url(/common/img/bg_privilege_sp.jpg);
  }
}
.area-privilege-wrap.style02 {
  background-image: url(/common/img/bg_privilege_white.jpg);
}
@media only screen and (max-width: 768px) {
  .area-privilege-wrap.style02 {
    background-image: url(/common/img/bg_privilege_white_sp.jpg);
  }
}
.area-privilege-wrap.style02 .area-privilege {
  color: #000;
}
.area-privilege-wrap.style02 .area-privilege .area-privilege-ttl {
  background-image: url(/common/img/ico/ico_present.svg);
}
.area-privilege-wrap.style02 .area-privilege .area-privilege-txt {
  border: 1px solid #08438c;
}

.area-privilege {
  color: #fff;
}
.area-privilege-ttl {
  line-height: 1;
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 48px;
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: top 0 left 50%;
  background-image: url(/common/img/ico/ico_present_white.svg);
}
.area-privilege-txt {
  position: relative;
  border: 1px solid #fff;
  padding: 32px 15px;
  text-align: center;
  margin-bottom: 32px;
}
.area-privilege-txt:before {
  content: " ";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 80px;
  height: 1px;
  transform: translateX(-50%);
  background: #df3232;
}
@media only screen and (max-width: 768px) {
  .area-privilege-ttl {
    font-size: 1.8rem;
    padding-top: 30px;
    background-size: 15px auto;
  }
  .area-privilege-txt {
    padding: 12px 15px;
    margin-bottom: 24px;
  }
}

/* ------------------------------------------------
メッセージボックス
------------------------------------------------ */
.box-message {
  padding: 46px 15px 47px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-top: 4px solid #00418e;
}
.box-message > *:last-child {
  margin-bottom: 0 !important;
}
.box-message-ttl {
  font-size: 2.4rem;
  line-height: 1.75;
  margin-bottom: 22px;
}
.box-message-txt {
  margin-bottom: 35px;
}
.box-message-sign {
  font-size: 2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .box-message {
    padding: 20px 20px 20px;
  }
  .box-message-ttl {
    font-size: 1.8rem;
    line-height: 1.6111111111;
    margin-bottom: 18px;
  }
  .box-message-txt {
    margin-bottom: 20px;
    text-align: left;
  }
  .box-message-sign {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/* ------------------------------------------------
ボーダ-ボックス
------------------------------------------------ */
.box-border {
  border: 1px solid #b3b3b3;
  padding: 50px 39px 60px;
  margin-bottom: 70px;
}
.box-border > *:last-child {
  margin-bottom: 0 !important;
}
.box-border-in {
  margin-bottom: 50px;
}
.box-border-ttl {
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 20px;
}
.box-border-txt {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .box-border {
    border: none;
    padding: 0;
    margin-bottom: 55px;
  }
  .box-border-in {
    border: 1px solid #b3b3b3;
    padding: 25px 20px 24px;
    margin-bottom: 20px;
  }
  .box-border-ttl {
    font-size: 1.8rem;
    line-height: 1.6111111111;
    margin-bottom: 15px;
  }
  .box-border-txt {
    text-align: left;
  }
}

.box-border02 {
  border: 1px solid #b3b3b3;
  padding: 50px 39px 60px;
  margin-bottom: 70px;
}
.box-border02 > *:last-child {
  margin-bottom: 0 !important;
}
.box-border02-in {
  margin-bottom: 50px;
}
.box-border02-ttl {
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 20px;
}
.box-border02-txt {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .box-border02 {
    border: 1px solid #b3b3b3;
    padding: 25px 19px 40px;
    margin-bottom: 20px;
  }
  .box-border02-ttl {
    font-size: 1.8rem;
    line-height: 1.6111111111;
    margin-bottom: 15px;
  }
  .box-border02-txt {
    text-align: left;
  }
}

/* ------------------------------------------------
フロウボックス
------------------------------------------------ */
.box-flow {
  border: 1px solid #b3b3b3;
}
.box-flow-header {
  position: relative;
  background: #00418e;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  padding: 24px 10px;
}
.box-flow-header:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: #df3232;
}
.box-flow-body {
  padding: 40px 3.5845588235%;
}
.box-flow-body ul {
  display: flex;
  justify-content: space-between;
}
.box-flow-body ul li {
  width: 22.5742574257%;
}
.box-flow-body ul li:nth-child(even) dl {
  background: #edf3fa;
}
.box-flow-body ul li:nth-child(even) dl dt:before {
  background: #fff;
}
.box-flow-body ul li dl {
  padding: 28px 10px 23px;
  border: 1px solid #b3b3b3;
  background: #fff;
  text-align: center;
}
.box-flow-body ul li dl dt {
  position: relative;
  line-height: 1;
  color: #00418e;
  font-size: 4rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.box-flow-body ul li dl dt:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  background: #c2d6ef;
  height: 1px;
}
.box-flow-body ul li dl dd {
  font-size: 2rem;
  line-height: 1.6;
}
.box-flow-body ul li dl dd small {
  font-size: 1rem;
  vertical-align: baseline;
}
.box-flow-body ul li p {
  margin-top: 4px;
  text-align: center;
  font-size: 1.3rem;
}
.box-flow.box-flow-col5 {
  border: none;
}
.box-flow.box-flow-col5 .box-flow-body {
  padding: 40px 7px 0;
}
.box-flow.box-flow-col5 .box-flow-body ul li {
  width: 18.5873605948%;
}
@media only screen and (max-width: 768px) {
  .box-flow-header {
    font-size: 1.5rem;
    line-height: 2.1333333333;
    padding: 9px 10px;
  }
  .box-flow-header:before {
    display: none;
  }
  .box-flow-body {
    padding: 20px;
  }
  .box-flow-body ul {
    display: block;
  }
  .box-flow-body ul li {
    margin-top: 10px;
    width: 100%;
  }
  .box-flow-body ul li:first-child {
    margin-top: 0;
  }
  .box-flow-body ul li dl {
    padding: 12px 50px;
    display: flex;
  }
  .box-flow-body ul li dl dt {
    font-size: 2.6rem;
    padding-bottom: 0;
    margin: 2px 20px 0 0;
  }
  .box-flow-body ul li dl dt:before {
    display: none;
  }
  .box-flow-body ul li dl dd {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.6111111111;
  }
  .box-flow-body ul li p {
    font-size: 1.1rem;
  }
  .box-flow.box-flow-col5 .box-flow-body {
    padding: 30px 0 0;
  }
  .box-flow.box-flow-col5 .box-flow-body ul li {
    width: 100%;
  }
}

/* ------------------------------------------------
キャプション付画像box
------------------------------------------------ */
.box-img figure img {
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .box-img figure img {
    margin-bottom: 14px;
  }
}

/* ------------------------------------------------
汎用separatecolumn
------------------------------------------------ */
.box-separete-img {
  width: 53.8461538462%;
}
.box-separete-img figcaption {
  font-size: 1.3rem;
  margin-top: 5px;
}
.box-separete-desc {
  position: relative;
  z-index: 1;
  width: 46.1538461538%;
}
.box-separete-desc-in {
  margin: 0 0 0 -20px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.box-separete-desc-header {
  position: relative;
  background: #00418e;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  padding: 24px 10px;
}
.box-separete-desc-header:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: #df3232;
}
.box-separete-desc-body {
  padding: 32px 8.9285714286% 40px;
}
.box-separete-desc-body > *:last-child {
  margin-bottom: 0 !important;
}
.box-separete-desc-body-txt {
  margin-bottom: 10px;
}
.box-separete-desc-body-note {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 30px;
}
.box-separete-desc-body-note:before {
  content: "※";
  display: inline;
}
.box-separete-desc-body-note02 small {
  font-size: 1.3rem;
}
.box-separete-desc-body-enclose {
  text-align: center;
  border: 1px solid #b3b3b3;
  padding: 8px;
  margin-bottom: 10px;
}
.box-separete-desc-body .btn-02 {
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .box-separete {
    display: flex;
    align-items: center;
  }
  .box-separete.box-separete-rev .box-separete-img {
    order: 2;
  }
  .box-separete.box-separete-rev .box-separete-img figcaption {
    text-align: right;
  }
  .box-separete.box-separete-rev .box-separete-desc {
    order: 1;
  }
  .box-separete.box-separete-rev .box-separete-desc-in {
    margin: 0 -20px 0 0;
  }
  .box-separete.box-separete-vt {
    align-items: flex-start;
  }
  .box-separete.box-separete-vt .box-separete-desc {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .box-separete-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .box-separete-img figcaption {
    text-align: right;
    font-size: 1rem;
  }
  .box-separete-desc {
    width: 100%;
  }
  .box-separete-desc-in {
    margin: 0;
  }
  .box-separete-desc-header {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    padding: 9px 10px;
  }
  .box-separete-desc-header:before {
    display: none;
  }
  .box-separete-desc-body {
    padding: 18px 20px 20px;
  }
  .box-separete-desc-body-txt {
    margin-bottom: 10px;
  }
  .box-separete-desc-body-note {
    margin-bottom: 15px;
  }
  .box-separete-desc-body-note02 small {
    font-size: 1rem;
  }
  .box-separete-desc-body-enclose {
    padding: 8px 0;
    margin-bottom: 8px;
  }
  .box-separete-desc-body .btn-02 {
    max-width: initial;
  }
}

/* ------------------------------------------------
テーマからボーダーボックス
------------------------------------------------ */
.box-bt {
  border-top: 4px solid #00418e;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  padding: 60px 7.264957265%;
  margin-bottom: 70px;
}
.box-bt > *:last-child {
  margin-bottom: 0 !important;
}
.box-bt-ttl {
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 20px;
}
.box-bt-txt {
  text-align: center;
  margin-bottom: 32px;
}
.box-bt.box-bt-pad-small {
  padding: 60px 3.4188034188%;
}
.box-bt.box-bt-pad-middle {
  padding: 60px 6.4102564103%;
}
@media only screen and (max-width: 768px) {
  .box-bt {
    margin-bottom: 60px;
    padding: 30px 19px;
  }
  .box-bt.box-bt-reset {
    border: none;
    box-shadow: none;
    padding: 0;
  }
  .box-bt.box-bt-pad-small {
    padding: 30px 20px;
  }
  .box-bt.box-bt-pad-middle {
    padding: 30px 20px;
  }
  .box-bt-ttl {
    font-size: 1.8rem;
    line-height: 1.61111;
    margin-bottom: 15px;
  }
}

/* ------------------------------------------------
白ボックス
------------------------------------------------ */
.box-white {
  background: #fff;
  /*--padding: 32px (40/1090) * 100%;--*/
  padding: 40px 3.6697247706%;
}
@media only screen and (max-width: 768px) {
  .box-white {
    padding: 15px 20px;
  }
}

/* ------------------------------------------------
注意書きセクション
------------------------------------------------ */
.sec-note-wrap > *:last-child {
  margin-bottom: 0 !important;
}
.sec-note-wrap section {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .sec-note-wrap section {
    margin-bottom: 35px;
  }
}

/* ------------------------------------------------
タイトルキャッチセット
------------------------------------------------ */
.mod-catch {
  margin-bottom: 40px;
}
.mod-catch > *:last-child {
  margin-bottom: 0 !important;
}
.mod-catch .ttl-04 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .mod-catch {
    margin-bottom: 35px;
  }
  .mod-catch .ttl-04 {
    margin-bottom: 15px;
  }
}

/* ------------------------------------------------
青帯タイトルボックス
------------------------------------------------ */
.box-focal {
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.box-focal-header {
  position: relative;
  background: #00418e;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  padding: 24px 10px;
}
.box-focal-header:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: #df3232;
}
.box-focal-body {
  padding: 32px 8.9285714286% 40px;
}
.box-focal-body > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .box-focal-header {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    padding: 9px 10px;
  }
  .box-focal-header:before {
    display: none;
  }
  .box-focal-body {
    padding: 18px 20px 20px;
  }
  .box-focal-body-txt {
    margin-bottom: 10px;
  }
  .box-focal-body-note {
    margin-bottom: 15px;
  }
  .box-focal-body-note02 small {
    font-size: 1rem;
  }
  .box-focal-body-enclose {
    padding: 8px 0;
    margin-bottom: 8px;
  }
  .box-focal-body .btn-02 {
    max-width: initial;
  }
}

/* ------------------------------------------------
青帯タイトルボックス2
------------------------------------------------ */
.box-focal-02 {
  background: #fff;
  border: 1px solid #b3b3b3;
}
.box-focal-02-header {
  position: relative;
  background: #00418e;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  padding: 24px 10px;
}
.box-focal-02-header:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: #df3232;
}
.box-focal-02-body {
  padding: 40px;
}
.box-focal-02-body > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .box-focal-02-header {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    padding: 9px 10px;
  }
  .box-focal-02-header:before {
    display: none;
  }
  .box-focal-02-body {
    padding: 18px 20px 20px;
  }
  .box-focal-02-body-txt {
    margin-bottom: 10px;
  }
  .box-focal-02-body-note {
    margin-bottom: 15px;
  }
  .box-focal-02-body-note02 small {
    font-size: 1rem;
  }
  .box-focal-02-body-enclose {
    padding: 8px 0;
    margin-bottom: 8px;
  }
  .box-focal-02-body .btn-02 {
    max-width: initial;
  }
}

/* ------------------------------------------------
modal
------------------------------------------------ */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.302);
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1010px;
  width: 100%;
  max-height: 90vh;
  background: #fff;
  z-index: 10001;
}
.modal-in {
  position: relative;
  max-height: 90vh;
}
.modal-content {
  max-height: 90vh;
  padding: 0 40px;
  overflow: auto;
}
.modal-content-in {
  margin: 50px 0;
}
.modal .box-focal {
  max-width: 810px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .modal {
    width: calc( 100% - 40px);
    max-height: 80vh;
  }
  .modal-in {
    max-height: 80vh;
  }
  .modal-content {
    max-height: 80vh;
    padding: 0 20px;
    overflow: auto;
  }
  .modal-content-in {
    margin: 40px 0;
  }
}

.ico-close a {
  display: block;
  height: 40px;
  width: 40px;
  background-color: #00418e;
  background-repeat: no-repeat;
  background-image: url(/common/img/ico/ico_close.jpg);
  background-position: 50% 50%;
}

.modal-close-wrap {
  position: relative;
  margin-bottom: 50px;
  min-height: 44px;
}
.modal-close-wrap > *:last-child {
  margin-bottom: 0 !important;
}
.modal-close-wrap .ico-close {
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .modal-close-wrap {
    margin-bottom: 40px;
  }
}

/* ------------------------------------------------
デッキモーダル
------------------------------------------------ */
.modal-overlay02 {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.modal-deckmap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*--max-width: 1170px;--*/
  width: 1170px;
  max-height: 90vh;
  background: #fff;
  z-index: 10001;
}
.modal-deckmap-in {
  max-height: 90vh;
  overflow: auto;
}
.modal-deckmap-content {
  position: relative;
  padding: 40px;
}
.modal-deckmap-content > *:last-child {
  margin-bottom: 0 !important;
}
.modal-deckmap-content .ico-close {
  position: absolute;
  z-index: 10;
  top: 40px;
  right: 40px;
}
.modal-deckmap-slide {
  position: relative;
  margin-bottom: 40px;
}
.modal-deckmap-slide .slick-dots {
  margin-top: 20px;
  letter-spacing: -.40em;
  text-align: center;
  font-size: 0;
}
.modal-deckmap-slide .slick-dots li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #b3b3b3;
}
.modal-deckmap-slide .slick-dots li.slick-active {
  background: #00418e;
}
.modal-deckmap-slide .slick-dots li button {
  display: none;
}
.modal-deckmap-slide-arrow {
  position: absolute;
  top: 50%;
}
.modal-deckmap-slide-arrow-left {
  transform: translateY(-50%);
  left: -15px;
}
.modal-deckmap-slide-arrow-right {
  transform: translateY(-50%) scale(-1, 1);
  right: -15px;
}
.modal-deckmap-txt {
  text-align: center;
  margin-bottom: 42px;
}
.modal-deckmap-info {
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
}
.modal-deckmap-info-ttl {
  width: 130px;
  text-align: center;
  padding: 25px 0 13px;
  border: 1px solid #b3b3b3;
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 4px #d9d9d9;
  background: #fff;
  color: #00418e;
  line-height: 1;
  font-size: 2rem;
}
.modal-deckmap-info-ttl span {
  font-size: 4rem;
  vertical-align: baseline;
}
.modal-deckmap-info-desc {
  margin-left: 50px;
  display: flex;
  flex-wrap: wrap;
}
.modal-deckmap-info-desc dl {
  display: flex;
  margin-right: 2em;
}
.modal-deckmap-info-desc dl dt {
  width: 5em;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .modal-deckmap {
    width: calc( 100% - 40px);
    max-height: 80vh;
  }
  .modal-deckmap-in {
    max-height: 80vh;
  }
  .modal-deckmap-content {
    border-top: 4px solid #00418e;
    padding: 25px 20px;
  }
  .modal-deckmap-content .ico-close {
    top: 0;
    right: 0;
  }
  .modal-deckmap-slide {
    margin-bottom: 15px;
  }
  .modal-deckmap-txt {
    text-align: left;
    margin-bottom: 15px;
  }
  .modal-deckmap-info {
    display: block;
    padding: 15px;
  }
  .modal-deckmap-info-ttl {
    width: 100%;
    padding: 18px 0 6px;
    margin: 0 0 15px 0;
  }
  .modal-deckmap-info-ttl span {
    font-size: 4rem;
    vertical-align: baseline;
  }
  .modal-deckmap-info-desc {
    width: 100%;
    margin-left: 0;
  }
  .modal-deckmap-info-desc dl {
    width: 48%;
    margin-right: 0;
  }
  .modal-deckmap-info-desc dl dt {
    width: auto;
    margin-right: 10px;
  }
}

/* ------------------------------------------------
2重ボーダーボックス
------------------------------------------------ */
.box-dborder {
  padding: 5px;
  border: 1px solid #b3b3b3;
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 4px #d9d9d9;
  background: #fff;
}
.box-dborder img {
  width: 100%;
}

/* ------------------------------------------------
テキストボタン横並び
------------------------------------------------ */
.box-txt-btn {
  display: flex;
  align-items: center;
}
.box-txt-btn dt {
  font-weight: bold;
  margin-right: 50px;
}
.box-txt-btn dd {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .box-txt-btn {
    display: block;
  }
  .box-txt-btn dt {
    margin: 0 0 15px 0;
  }
}

/* ------------------------------------------------
コンタクトボックス
------------------------------------------------ */
.box-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #b3b3b3;
  background: #fff;
  padding: 32px 80px;
}
.box-contact-pad-small {
  padding: 32px 40px;
}
.box-contact-tel {
  font-size: 1.6rem;
}
.box-contact-tel dt {
  margin-bottom: 3px;
}
.box-contact-tel dd a {
  display: inline-block;
  padding-left: 27px;
  background-position: left 0 top 25%;
  background-repeat: no-repeat;
  background-image: url(/common/img/ico/ico_tel_black.svg);
  background-size: 21px auto;
  font-size: 2.8rem;
  text-decoration: none;
  line-height: 1;
}
.box-contact-btn {
  width: 300px;
}
.box-contact-btn a {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .box-contact {
    display: block;
    padding: 30px 20px;
  }
  .box-contact.box-contact-reset-sp {
    padding: 0;
    border: none;
  }
  .box-contact-tel {
    text-align: center;
    margin-bottom: 25px;
  }
  .box-contact-tel dt {
    margin-bottom: 3px;
  }
  .box-contact-tel dd {
    line-height: 1.5;
  }
  .box-contact-tel dd a {
    line-height: 1;
    margin-bottom: 10px;
  }
  .box-contact-btn {
    width: 100%;
  }
}

/* ------------------------------------------------
404エリア
------------------------------------------------ */
.mod-404 {
  text-align: center;
}
.mod-404 .tit {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.33333;
  padding-bottom: 12px;
  padding-top: 100px;
  letter-spacing: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .mod-404 .tit {
    padding-top: 40px;
    font-size: 1.8rem;
    line-height: 1.61111;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mod-404 .txt {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
  color: #333333;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .mod-404 .txt {
    font-size: 1.3rem;
    line-height: 2;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mod-404 .linkblock {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .mod-404 .linkblock {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mod-404 .linkblock .btn-01 {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  .mod-404 .linkblock .btn-01 {
    margin: 0;
    margin-top: 10px;
  }
}
.mod-404 .animation404 {
  height: 260px;
  position: relative;
  overflow: hidden;
  transition: 4.0s;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .mod-404 .animation404 {
    height: 200px;
  }
}
.mod-404 .animation404 .animation404In {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: anime1404In 1s linear infinite alternate;
}
@keyframes anime1404In {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(0px, -2px, 0px);
  }
}
.mod-404 .animation404 .fune {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 20%;
  animation: animation404 100s linear infinite;
}
@keyframes animation404 {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(1500px, 0px, 0px);
  }
}
@media only screen and (max-width: 768px) {
  .mod-404 .animation404 .fune {
    left: auto;
    right: 70%;
  }
}
.mod-404 .animation404 .cloud {
  background-image: url(../img/404/cloud.png);
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------
追従バナー
------------------------------------------------ */
.bnr-fixed {
  position: fixed;
  top: 20px;
  right: 10px;
  bottom: auto;
  text-align: right;
  z-index: 998;
}
.bnr-fixed img {
  transition: all 0.4s;
}
.bnr-fixed a:hover img {
  opacity: .7;
}
.bnr-fixed.sp {
  width: 25%;
}
.bnr-fixed.pc {
  top: 70px;
  right: 10px;
}

/*////////////////////////////////////////////////////

	ページごとの個別スタイル
	※サイト規模によってはさらにファイルを分けること

////////////////////////////////////////////////////*/
/* ------------------------------------------------
	トップページここから
------------------------------------------------ */
@keyframes eventBnrIsTrans {
  0% {
    transform: translateY(-400px);
  }
  100% {
    transform: translateY(0);
  }
}
.hero-top-mv {
  overflow: hidden;
  margin-top: -60px;
  position: relative;
  height: 666px;
  background-size: cover;
  background-position: 50% 50%;
  /*--background-image: url(/img/mainimg.jpg);--*/
  height: calc(100vh - 60px);
  min-height: 400px;
  background-color: #000;
  background-image: url(../../img/loading_white.gif);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}
.hero-top-mv-ttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
}
.hero-top-mv-copy {
  width: 174px;
  position: absolute;
  left: 40px;
  top: 24px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .hero-top-mv-copy {
    width: 120px;
    left: 15px;
  }
}
.hero-top-mv-ribbon {
  width: 280px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.hero-top-mv-eventbnr {
  z-index: 800;
}
.hero-top-mv-eventbnr img {
  transition: all 0.4s;
}
.hero-top-mv-eventbnr:hover img {
  opacity: .7;
}
.hero-top-mv-eventbnr.sp {
  position: fixed;
  top: 20px;
  right: 10px;
  bottom: auto;
  text-align: right;
  width: 25%;
}
.hero-top-mv-eventbnr.sp.style02 {
  width: 30%;
}
.hero-top-mv-eventbnr.pc {
  position: absolute;
  bottom: 50px;
  right: 60px;
}
.hero-top-mv-eventbnr.pc.is-trans {
  position: fixed;
  top: 100px;
  right: 60px;
  bottom: auto;
  animation-name: eventBnrIsTrans;
  animation-duration: .8s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-delay: .2s;
}
.hero-top-mv .js-move-txt-menu {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 2px 0;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background: rgba(0, 0, 0, 0.5);
}
.hero-top-mv video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -540px;
  margin-left: -960px;
  transition: opacity 1.0s;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .hero-top-mv video {
    margin-top: -500px;
    margin-left: -320px;
  }
}
.hero-top-mv .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(/img/mainimg.jpg);
  transition: 1.0s;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .hero-top-mv .bg {
    background-image: url(/img/mainimg_sp.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .hero-top-mv {
    margin-top: 0;
  }
  .hero-top-mv-ttl {
    top: 39%;
    transform: translateY(0);
  }
  .hero-top-mv-ttl.type01 {
    top: 25.3731%;
  }
  .hero-top-mv-ribbon {
    width: 240px;
  }
}

.area-top-news {
  /*--padding: 27px;--*/
  padding: 55px 0 45px;
  overflow: hidden;
}

.area-top-news-sp {
  padding-top: 50px;
}

/*--.box-top-news {
  display: flex;
  justify-content: space-between;
  &-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 236px;
    .ttl-02 {
      width: 100%;
      margin-bottom: 10px;
    }
    .btn-01 {
      max-width: initial;
    }
  }
  &-right {
    width: calc(100% - 276px);
    height: 100px;
    overflow: hidden;
  }
}

.box-top-news-right .mCustomScrollBox {
  overflow: visible;
  padding: 0;
}

.box-top-news-right .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background: #e6e6e6;
  width: 5px;
}

.box-top-news-right .mCSB_scrollTools {
  width: 10px;
  opacity: 1 !important;
}

.box-top-news-right .mCSB_dragger_bar {
  width: 10px !important;
  background: #8391c2 !important;
  opacity: 1 !important;
  border-radius: 0 !important;
}

.box-top-news-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  li {
    margin-top: 10px;
    width: 50%;
    padding: 0 30px 0 14px;
    border-left: 1px solid #ccc;
    dl {
      dt {
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 3px;
      }
      dd {
        font-size: 1.2rem;
        line-height: (20/12);
      }
    }
    p {
      font-size: 1.2rem;
      line-height: (20/12);
      a {
        position: relative;
        display: inline-block;
        padding-right: 20px;
        color: $themaColor01;
        text-decoration: none;
        &:after {
          content: " ";
          position: absolute;
          top: 50%;
          margin-top: -4px;
          right: 0;
          border-top: 1px solid $themaColor02;
          border-right: 1px solid $themaColor02;
          height: 4px;
          width: 4px;
          transform: rotate(45deg);
        }
      }
    }
  }
}--*/
.box-top-news-slide {
  position: relative;
  margin-bottom: 20px;
}
.box-top-news-slide-list {
  border-right: 1px solid #ccc;
}
.box-top-news-slide-list li.slick-slide {
  padding: 15px 20px 14px;
  border-left: 1px solid #ccc;
}
.box-top-news-slide-list li.slick-slide dl dt {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 3px;
}
.box-top-news-slide-list li.slick-slide dl dd {
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
.box-top-news-slide-list li.slick-slide p {
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
.box-top-news-slide-list li.slick-slide p a {
  position: relative;
  display: inline-block;
  padding-right: 13px;
  color: #00418e;
  text-decoration: none;
}
.box-top-news-slide-list li.slick-slide p a:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
  border-top: 1px solid #df3232;
  border-right: 1px solid #df3232;
  height: 4px;
  width: 4px;
  transform: rotate(45deg);
}
.box-top-news-slide-arrow {
  position: absolute;
  top: 50%;
}
.box-top-news-slide-arrow-left {
  transform: translateY(-50%);
  left: -53px;
  display: none;
}
.box-top-news-slide-arrow-right {
  transform: translateY(-50%) scale(-1, 1);
  right: -53px;
}

.area-top-plan {
  padding: 60px 0 107px;
  position: relative;
}
.area-top-plan .ttl-01 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 769px) {
  .area-top-plan {
    background-image: url(/img/bg_plan.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    /*--&:before {
      content: " ";
      position: absolute;
      background: linear-gradient(to bottom, #f9f9f9 0%,#fff 100%);
      top: 0;
      left: 0;
      width: 100%;
      height: 120px;
    }--*/
  }
}
@media only screen and (max-width: 768px) {
  .area-top-plan {
    /*--padding: 96px 0 0;--*/
    padding: 50px 0 0;
  }
  .area-top-plan .ttl-01 {
    margin-bottom: 30px;
  }
}

.box-time-unit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .box-time-unit {
    border: 5px solid #e7eef8;
  }
  .box-time-unit.style02 {
    margin-top: 19px;
  }
}

.box-time {
  width: 32.4786324786%;
  text-align: center;
  box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.2);
  border: 1px solid #b3b3b3;
}
.box-time a {
  display: flex;
  border: 1px solid #b3b3b3;
  height: 280px;
  align-items: center;
  border: 19px solid #fff;
  box-shadow: inset 0 0 0 1px #edf3fa;
  text-decoration: none;
  background: #fff;
  color: #000;
  transition: all 0.4s;
}
.box-time a:hover {
  opacity: .4;
}
.box-time:nth-child(even) a {
  background: #edf3fa;
  border: 19px solid #edf3fa;
  box-shadow: inset 0 0 0 1px #fff;
}
.box-time-in {
  width: 100%;
}
.box-time-icon {
  margin-bottom: 15px;
}
.box-time-icon02 {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.box-time-txt {
  line-height: 1;
  color: #00418e;
  font-size: 1.8rem;
  padding-bottom: 15px;
  background-image: url(/common/img/ico/ico_arrow_red.svg);
  background-position: left 50% bottom 0;
  background-repeat: no-repeat;
  margin-bottom: 28px;
}
.box-time-txt span {
  margin-left: 20px;
}
.box-time-cruise {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .box-time {
    width: 33.3333%;
    box-shadow: none;
    border: none;
  }
  .box-time a {
    display: block;
    height: auto;
    border: none;
    box-shadow: none;
    padding: 20px 0 18px;
  }
  .box-time:nth-child(even) a {
    border: none;
    box-shadow: none;
  }
  .box-time-in {
    width: 100%;
  }
  .box-time-icon {
    margin-bottom: 7px;
  }
  .box-time-icon img {
    max-height: 42px;
  }
  .box-time-icon02 {
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .box-time-txt {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.6rem;
    padding-bottom: 20px;
    margin-bottom: 12px;
  }
  .box-time-txt span {
    display: block;
    margin: 5px 0 0 0;
    width: 100%;
  }
  .box-time-cruise {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .box-time-txt02 {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 769px) {
  .area-top-limited {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(/img/bg_limited.jpg);
    padding: 62px 0 92px;
  }
  .area-top-limited .ttl-01 {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .area-top-limited {
    padding-top: 60px;
  }
  .area-top-limited .ttl-01 {
    margin-bottom: 0;
  }
}

.box-slide-wrap {
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .box-slide-wrap {
    margin-bottom: 20px;
  }
}

.box-slide {
  position: relative;
  overflow: hidden;
}
.box-slide-wrap {
  overflow: hidden;
}
.box-slide .slick-list {
  padding: 18px 50px 18px !important;
}
.box-slide-item {
  position: relative;
  width: 370px;
  background: #fff;
  margin: 0 15px;
}
.box-slide-item.ico-new:before {
  content: " ";
  position: absolute;
  z-index: 2;
  top: -18px;
  left: -18px;
  background-image: url(/common/img/ico/ico_new.svg);
  width: 58px;
  height: 58px;
  background-size: cover;
}
.box-slide-item a {
  position: relative;
  display: block;
  box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #000;
  border: 1px solid #b3b3b3;
  transition: all 0.4s;
}
.box-slide-item a:hover {
  opacity: .7;
}
.box-slide-item figure img {
  width: 100%;
}
.box-slide-item-desc {
  background-repeat: no-repeat;
  background-image: url(/common/img/ico/ico_arrow_red.svg);
  /*--background-position: right 17px bottom 17px;--*/
  background-position: right 50% bottom 17px;
  padding: 20px 25px 55px;
}
.box-slide-item-desc dl dt {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.box-slide-item-desc dl dd {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  font-feature-settings: "palt";
}
.box-slide-arrow {
  position: absolute;
  top: 190px;
  left: 50%;
  width: 38px;
  height: 38px;
}
.box-slide-arrow-left {
  transform: translateX(-50%);
  margin-left: -620px;
}
.box-slide-arrow-right {
  transform: translateX(-50%) scale(-1, 1);
  margin-left: 620px;
}
@media only screen and (max-width: 768px) {
  .box-slide {
    padding: 0 20px;
  }
  .box-slide .slick-list {
    padding: 30px 0 12px !important;
  }
  .box-slide-item {
    width: 100%;
    margin: 0 20px;
  }
  .box-slide-item.ico-new:before {
    top: -30px;
    left: -20px;
  }
  .box-slide-item-desc {
    background-size: 21px auto;
    background-position: right 50% bottom 30px;
    padding: 25px 30px 50px;
  }
  .box-slide-arrow {
    top: 50%;
    left: auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .box-slide-arrow {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .box-slide-arrow-left {
    transform: translateY(-50%);
    margin-left: 0;
    left: 20px;
  }
  .box-slide-arrow-right {
    transform: translateY(-50%) scale(-1, 1);
    margin-left: 0;
    right: 20px;
  }
}

.area-top-cruise {
  padding-bottom: 70px;
}
.area-top-cruise-hero {
  height: 800px;
  text-align: center;
  padding: 120px 0 0;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(/img/bg_cruise.jpg);
}
.area-top-cruise-hero .ttl-01 {
  margin-bottom: 45px;
}
.area-top-cruise-hero-txt {
  font-size: 1.6rem;
  line-height: 2.5;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.area-top-cruise .box-video {
  margin-top: -170px;
}

@media only screen and (min-width: 1024px) {
  .area-top-info {
    padding: 60px 0 65px;
    background-color: #f1f1ef;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(/img/bg_information.jpg);
  }
  .area-top-info .ttl-01 {
    margin-bottom: 110px;
  }
  .area-top-info-bnr {
    margin: 50px auto 55px;
    max-width: 500px;
    transition: all 0.4s;
  }
  .area-top-info-bnr.style-02 {
    margin: 14px 0 55px;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }
  .area-top-info-bnr.style-02 a {
    display: inline-block;
    width: calc(50% - 10px);
  }
  .area-top-info-bnr.style-02 a:hover {
    opacity: .7;
  }
}
@media only screen and (max-width: 768px) {
  .area-top-info {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .area-top-info-bnr {
    margin: 20px -10px 25px;
  }
}

.area-top-info-bnr.style-02 a {
  display: block;
  margin-top: 10px;
}

.grid-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -14px;
}

.grid-info-item {
  width: 100%;
  position: relative;
  margin-top: 14px;
  border: 1px solid #b3b3b3;
}
.grid-info-item.is-soon a {
  cursor: default;
}
.grid-info-item.is-soon a figure:before {
  content: "Coming Soon";
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.7rem;
  background: rgba(83, 83, 83, 0.7);
  font-family: 'Bellefair', serif;
  font-weight: 400;
  z-index: 10;
  opacity: 1;
}
.grid-info-item a {
  display: block;
  text-decoration: none;
  background: #fff;
}
.grid-info-item a:hover .grid-info-item-img:before {
  opacity: 1;
}
.grid-info-item a[target="_blank"] .grid-info-item-def.style02 {
  width: 50%;
  margin: 0 auto;
}
.grid-info-item a[target="_blank"] .grid-info-item-def dd {
  padding-right: 25px;
  background-image: url(/common/img/ico/ico_blank_black.svg);
  background-position: right 0 top 50%;
  background-repeat: no-repeat;
}
.grid-info-item-half {
  width: 49.4017094017%;
}
.grid-info-item-half a {
  display: flex;
  align-items: center;
}
.grid-info-item-half .grid-info-item-img {
  width: 65.2249134948%;
}
.grid-info-item-half .grid-info-item-desc {
  width: 34.4290657439%;
}
.grid-info-item-quarter {
  width: 24.1025641026%;
}
.grid-info-item-quarter .grid-info-item-desc {
  padding: 26px 0;
}
.grid-info-item-wedding a {
  height: 300px;
  background-size: cover;
  background-image: url(/img/img_info_wedding.jpg);
  background-position: 50% 50%;
}
.grid-info-item-wedding a:hover:before {
  opacity: 1;
}
.grid-info-item-wedding a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
  opacity: 0;
}
.grid-info-item-wedding .grid-info-item-desc {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 257px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-info-item-img {
  position: relative;
}
.grid-info-item-img:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
  opacity: 0;
}
.grid-info-item-desc {
  text-align: center;
  background: #fff;
}
.grid-info-item-ttl {
  position: absolute;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 0 0 5px #0f1e51;
  line-height: 2.1333333333;
}
.grid-info-item-def dt {
  color: #00418e;
  line-height: 1;
  font-size: 1.7rem;
  letter-spacing: .05em;
  padding-bottom: 15px;
  background-image: url(/common/img/ico/ico_arrow_red.svg);
  background-position: left 50% bottom 0;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.grid-info-item-def dd {
  font-size: 1.6rem;
  color: #000;
}
.grid-info-item-def dd small {
  display: block;
  font-size: 1.3rem;
  line-height: 1.4375;
}

.grid-info-sp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px 10px;
  margin: 0 -20px;
  background: #f5f5f5;
}

.grid-info-sp-item {
  margin-top: 10px;
  width: 49.2957746479%;
  padding: 0 5px;
}
.grid-info-sp-item.is-soon a {
  cursor: default;
}
.grid-info-sp-item.is-soon a figure:before {
  content: "Coming Soon";
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.9rem;
  background: rgba(83, 83, 83, 0.7);
  font-family: 'Bellefair', serif;
  font-weight: 400;
  z-index: 10;
  opacity: 1;
}
.grid-info-sp-item a {
  text-decoration: none;
}
.grid-info-sp-item-img {
  position: relative;
  z-index: 0;
  margin: 0 -5px;
}
.grid-info-sp-item-img img {
  width: 100%;
}
.grid-info-sp-item-desc {
  position: relative;
  z-index: 1;
  margin-top: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  height: 102px;
}
.grid-info-sp-item-desc-inr {
  width: 100%;
}
.grid-info-sp-item-def dt {
  color: #00418e;
  line-height: 1;
  font-size: 1.5rem;
  letter-spacing: .05em;
  padding-bottom: 10px;
  background-image: url(/common/img/ico/ico_arrow_red.svg);
  background-position: left 50% bottom 0;
  background-repeat: no-repeat;
  background-size: 21px auto;
  margin-bottom: 5px;
}
.grid-info-sp-item-def dt small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4375;
}
.grid-info-sp-item-def dd {
  display: inline-block;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.3333333333;
}
.grid-info-sp-item-def dd small {
  display: block;
  font-size: 1rem;
  line-height: 1.4375;
}

.box-video {
  background: #fff;
  padding: 50px 65px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.box-video-desc {
  width: 34.6153%;
  text-align: center;
}
.box-video-desc .ttl-01 {
  margin-bottom: 45px;
}
.box-video-txt {
  font-size: 1.8rem;
  line-height: 2.3333333333;
  margin-bottom: 25px;
}
.box-video-img {
  width: 61.5384%;
}
.box-video-img a img {
  transition: all 0.4s;
}
.box-video-img a:hover img {
  opacity: .7;
}

.box-separate-unit {
  margin: 0 -10px;
}

.box-separate {
  margin-top: 10px;
}
.box-separate.box-separate-hidden a {
  cursor: default;
}
.box-separate.box-separate-hidden .box-separate-img {
  position: relative;
}
.box-separate a {
  width: 100%;
  display: table;
  table-layout: fixed;
  text-decoration: none;
  color: #fff;
}
.box-separate a[target="_blank"] .box-separate-def dd {
  padding-right: 21px;
  background-image: url(/common/img/ico/ico_blank_white.svg);
  background-size: 12px auto;
  background-position: right 0 top 50%;
  background-repeat: no-repeat;
}
.box-separate-img, .box-separate-desc {
  display: table-cell;
  vertical-align: middle;
}
.box-separate-img img {
  width: 100%;
}
.box-separate-desc {
  background: #00418e;
  border: 4px solid #00418e;
  box-shadow: inset 0 0 0 1px #fff;
  text-align: center;
}
.box-separate-ttl {
  line-height: 1;
  font-size: 1.6rem;
  margin-top: 10px;
}
.box-separate-def dt {
  line-height: 1;
  font-size: 1.5rem;
  letter-spacing: .05em;
  padding-bottom: 10px;
  background-image: url(/common/img/ico/ico_arrow_white.svg);
  background-position: left 50% bottom 0;
  background-repeat: no-repeat;
  background-size: 21px auto;
  margin-bottom: 5px;
}
.box-separate-def dd {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.3333333333;
}
.box-separate-def dd small {
  display: block;
  font-size: 1rem;
  line-height: 1.4375;
}
.box-separate-play {
  width: 29.4117647059%;
  margin: 0 auto;
}
.box-separate-play img {
  width: 100%;
}
.box-separate-rev {
  direction: rtl;
}

.area-top-faq {
  padding: 65px 0 80px;
  border-top: 1px solid #f1f1ef;
}
@media only screen and (max-width: 768px) {
  .area-top-faq {
    padding: 80px 0 33px;
  }
}

/* ------------------------------------------------
プランコース詳細ここから
------------------------------------------------ */
.box-course-img {
  max-width: 1090px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.box-course-img-list li {
  width: 31.1926605505%;
  margin-right: 3.2110091743%;
  float: left;
}
.box-course-img-list li:last-child {
  margin-right: 0;
}
.box-course-img-list li img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .box-course-img {
    margin-bottom: 40px;
  }
  .box-course-img-list li {
    width: 100%;
    margin-right: 0;
    float: left;
  }
}

.js-sp-slide {
  position: relative;
}
.js-sp-slide-arrow {
  position: absolute;
  top: 50%;
}
.js-sp-slide-arrow-left {
  left: 0;
  transform: translateY(-50%);
}
.js-sp-slide-arrow-right {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
@media only screen and (min-width: 769px) {
  .js-sp-slide-arrow {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .js-sp-slide {
    padding: 0 21px;
  }
}

.box-course-meal-header {
  position: relative;
  background: #00418e;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  padding: 24px 10px;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
}
.box-course-meal-header:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: #df3232;
}
.box-course-meal-body {
  border-bottom: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  padding: 34px 39px 40px;
}
.box-course-meal-body-in {
  margin-bottom: 60px;
}
.box-course-meal-body-in > *:last-child {
  margin-bottom: 0 !important;
}
.box-course-meal-drink {
  position: relative;
  background: #f7f7f7;
  padding: 36px 15px 32px;
}
.box-course-meal-drink:before {
  content: " ";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -29px;
  background-color: inherit;
  background-image: url(/common/img/ico/ico_glass_yellow.svg);
  background-repeat: no-repeat;
  background-position: top 22px left 50%;
  border-radius: 50%;
  z-index: 0;
}
.box-course-meal-drink .txt-menu-unit {
  position: relative;
  z-index: 1;
}
.box-course-meal-drink .txt-menu-unit .txt-menu dt {
  font-size: 2.4rem;
  line-height: 1.3333333333;
}
.box-course-meal-drink .txt-menu-unit .txt-menu dt:before {
  height: 2px;
  background: #c1ab05;
}
@media only screen and (max-width: 768px) {
  .box-course-meal-header {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    padding: 9px 10px;
  }
  .box-course-meal-header:before {
    display: none;
  }
  .box-course-meal-body {
    border: none;
    padding: 0;
  }
  .box-course-meal-body-in {
    border-bottom: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    padding: 11px 18px 18px;
    margin-bottom: 30px;
    box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.2);
  }
  .box-course-meal-body .txt-menu-unit .txt-menu li {
    line-height: 1.4;
  }
  .box-course-meal-body .txt-menu-unit .txt-menu li:nth-child(n+2) {
    margin-top: 1em;
  }
  .box-course-meal-drink {
    box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.2);
    border: 1px solid #b3b3b3;
    padding: 0;
  }
  .box-course-meal-drink:before {
    display: none;
  }
  .box-course-meal-drink .txt-menu-unit {
    position: relative;
    z-index: 1;
  }
  .box-course-meal-drink .txt-menu-unit .txt-menu dt {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    color: #fff;
    background: #c1ab05;
    padding: 9px 10px;
    margin-bottom: 0;
  }
  .box-course-meal-drink .txt-menu-unit .txt-menu dt:before {
    display: none;
  }
  .box-course-meal-drink .txt-menu-unit .txt-menu dt span {
    display: inline-block;
    padding-left: 33px;
    background-repeat: no-repeat;
    background-position: left 0 top 50%;
    background-image: url(/common/img/ico/ico_glass_white.svg);
    background-size: 20px auto;
  }
  .box-course-meal-drink .txt-menu-unit .txt-menu dd {
    padding: 10px;
  }
}

/* ------------------------------------------------
ニュースここから
------------------------------------------------ */
.ttl-news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.ttl-news-ttl {
  line-height: 1;
  font-size: 2.6rem;
}
.ttl-news-right {
  display: flex;
  justify-content: space-between;
  width: 46.1538461538%;
}
.ttl-news-right .js-select-acordion {
  width: 48.1481481481%;
}
@media only screen and (max-width: 768px) {
  .ttl-news {
    display: block;
    margin-bottom: 35px;
  }
  .ttl-news-ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .ttl-news-right {
    display: block;
    width: 100%;
  }
  .ttl-news-right .js-select-acordion {
    width: 100%;
    margin-bottom: 10px;
  }
  .ttl-news-right .js-select-acordion > *:last-child {
    margin-bottom: 0 !important;
  }
}

.js-select-acordion {
  position: relative;
}
.js-select-acordion a {
  text-decoration: none;
}
.js-select-acordion dt a {
  position: relative;
  display: block;
  border: 1px solid #cfcfcf;
  padding: 4px 16px;
}
.js-select-acordion dt a:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  border-top: 2px solid #cfcfcf;
  border-right: 2px solid #cfcfcf;
  transform: rotate(135deg);
  width: 4px;
  height: 4px;
}
.js-select-acordion dt a.is-active {
  border-bottom: none;
}
.js-select-acordion dt a.is-active:before {
  transform: rotate(-45deg);
}
.js-select-acordion dd {
  background: #fff;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  border-right: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 8px 0 20px;
  line-height: 1;
}
.js-select-acordion dd ul li {
  margin-top: 20px;
}
.js-select-acordion dd ul li > *:first-child {
  margin-bottom: 0 !important;
}
.js-select-acordion dd ul li a {
  display: block;
  padding: 0 35px;
}
@media only screen and (max-width: 768px) {
  .js-select-acordion dt a {
    padding: 7px 16px;
  }
}

.box-pager {
  display: flex;
  justify-content: center;
  text-align: center;
}
.box-pager > * {
  margin: 0 5px;
}
.box-pager a {
  color: #00418e;
  text-decoration: none;
  display: block;
}
.box-pager a:hover {
  text-decoration: underline;
}
.box-pager .box-pager-prev, .box-pager .box-pager-next {
  width: 51px;
  border: 1px solid #cfcfcf;
}
.box-pager-num {
  display: flex;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}
.box-pager-num li {
  width: 30px;
  border-right: 1px solid #cfcfcf;
}
.box-pager-num li a.is-current {
  color: #df3232;
}
@media only screen and (max-width: 768px) {
  .box-pager {
    margin-bottom: 20px;
  }
}

.box-news {
  border: 1px solid #b1b1b1;
  padding: 50px 100px 60px;
  margin-bottom: 50px;
}
.box-news > *:last-child {
  margin-bottom: 0 !important;
}
.box-news-txt {
  margin-bottom: 52px;
}
.box-news-img {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .box-news {
    padding: 24px 18px 30px;
    margin-bottom: 44px;
  }
  .box-news > *:last-child {
    margin-bottom: 0 !important;
  }
  .box-news-txt {
    margin-bottom: 30px;
  }
  .box-news-img {
    text-align: center;
    margin-bottom: 50px;
  }
}

/* ------------------------------------------------
クルーズページここから
------------------------------------------------ */
.box-cruise-message {
  position: relative;
  z-index: 2;
  padding: 55px 70px 70px;
  margin: -120px 0 70px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  border-top: 4px solid #00418e;
  display: flex;
  justify-content: space-between;
}
.box-cruise-message-img {
  width: 300px;
  margin-right: 50px;
}
.box-cruise-message-img img {
  width: 100%;
}
.box-cruise-message-desc {
  flex: 1;
}
.box-cruise-message-ttl {
  font-size: 2.4rem;
  line-height: 1.75;
  margin-bottom: 20px;
}
.box-cruise-message-txt {
  margin-bottom: 30px;
}
.box-cruise-message-sign {
  font-size: 2rem;
  line-height: 1.6;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .box-cruise-message {
    padding: 30px 20px 20px;
    margin: -110px 0 28px;
    display: block;
  }
  .box-cruise-message-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .box-cruise-message-desc {
    flex: 1;
  }
  .box-cruise-message-ttl {
    font-size: 1.8rem;
    line-height: 1.6111111111;
    margin-bottom: 18px;
    text-align: center;
  }
  .box-cruise-message-txt {
    margin-bottom: 20px;
  }
  .box-cruise-message-sign {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
  }
}

.box-cruise-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.4188034188%;
  margin-bottom: 70px;
}
.box-cruise-desc-txt {
  width: 50%;
  font-feature-settings: "palt";
}
.box-cruise-desc-profile {
  width: 46.3302752294%;
  background: #f7f7f7;
}
.box-cruise-desc-profile-in {
  padding: 16px 11.8811881188%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-cruise-desc-profile-in dl {
  width: 46.7532467532%;
  display: flex;
}
.box-cruise-desc-profile-in dl dt {
  width: 4.5em;
  font-weight: bold;
}
.box-cruise-desc-profile-in dl dd {
  padding-left: 10px;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .box-cruise-desc {
    display: block;
    margin-bottom: 40px;
  }
  .box-cruise-desc-txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .box-cruise-desc-profile {
    width: 100%;
  }
  .box-cruise-desc-profile-in {
    padding: 12px 20px;
    margin-top: -5px;
  }
  .box-cruise-desc-profile-in dl {
    margin-top: 5px;
    line-height: 1.5;
    width: 49%;
  }
  .box-cruise-desc-profile-in dl dd {
    padding-left: 0;
  }
}

/* ------------------------------------------------
クルーズエンターテイメントページ
------------------------------------------------ */
/* ------------------------------------------------
クルーズ予約ページ
------------------------------------------------ */
.box-tel-reserv {
  background: #fff;
  padding: 32px 3.6697247706%;
}
.box-tel-reserv-list-note {
  margin-bottom: 32px;
}
.box-tel-reserv-list-note li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.box-tel-reserv-tel {
  margin-bottom: 15px;
  font-size: 1.6rem;
}
.box-tel-reserv-tel dt {
  margin-bottom: 3px;
}
.box-tel-reserv-tel dd a {
  display: inline-block;
  padding-left: 27px;
  background-position: left 0 top 25%;
  background-repeat: no-repeat;
  background-image: url(/common/img/ico/ico_tel_black.svg);
  background-size: 21px auto;
  font-size: 2.8rem;
  text-decoration: none;
  line-height: 1;
}
.box-tel-reserv-in {
  border: 1px solid #b3b3b3;
  padding: 40px 3.8613861386%;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .box-tel-reserv {
    background: none;
    padding: 0;
  }
  .box-tel-reserv-list-note {
    background: #fff;
    padding: 18px 20px;
    margin-bottom: 10px;
  }
  .box-tel-reserv-tel {
    text-align: center;
    margin-bottom: 15px;
  }
  .box-tel-reserv-tel dt {
    margin-bottom: 3px;
  }
  .box-tel-reserv-tel dd {
    line-height: 1.5;
  }
  .box-tel-reserv-tel dd a {
    line-height: 1;
    margin-bottom: 10px;
  }
  .box-tel-reserv-in {
    padding: 20px 20px 23px;
  }
}

/* ------------------------------------------------
FAQページ
------------------------------------------------ */
.sec-faq-wrap > *:last-child {
  margin-bottom: 0 !important;
}
.sec-faq-wrap section {
  margin-bottom: 65px;
}
.sec-faq-wrap section > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .sec-faq-wrap section {
    margin-bottom: 35px;
  }
}

/* ------------------------------------------------
パスポートページ
------------------------------------------------ */
.box-passport {
  display: flex;
  padding: 32px 3.6697247706% 40px;
  background: #fff;
}
.box-passport-desc {
  flex: 1;
}
.box-passport-desc .list-circle li {
  margin-top: 30px;
}
.box-passport-desc .list-circle li:first-child {
  margin-top: 0;
}
.box-passport-img {
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  .box-passport {
    display: block;
    padding: 12px 20px 20px;
  }
  .box-passport-desc .list-circle li {
    margin-top: 30px;
  }
  .box-passport-desc .list-circle li:first-child {
    margin-top: 0;
  }
  .box-passport-img {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .box-btntext {
    display: flex;
    align-items: center;
  }
  .box-btntext .btn-02 {
    width: 360px;
    max-width: initial;
    margin: 7px 20px 0 0 !important;
  }
  .box-btntext-text {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .box-btntext-text {
    text-align: center;
    margin: 10px 0 0 -20px;
  }
}

.bg-passport-lineup {
  background-image: url(/passport/img/bg-lineup.jpg);
  background-position: bottom 0 left 50%;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .bg-passport-lineup {
    background-image: none;
    background-color: #4c7ab0;
  }
}

@media only screen and (min-width: 769px) {
  .box-passport-02-unit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -30px;
  }
}

.box-passport-02 {
  width: 100%;
  background: #f8f8f8;
  margin-top: 30px;
}
.box-passport-02-header {
  text-align: center;
  background: #fff;
  padding: 30px 15px 11px;
}
.box-passport-02-header dl dt {
  font-size: 2.4rem;
  line-height: 1.3333333333;
}
.box-passport-02-body {
  padding: 20px 15px 25px;
}
.box-passport-02-body .mod-price {
  max-width: 310px;
  margin: 0 auto 15px;
}
.box-passport-02-body-txt {
  text-align: center;
  font-size: 1.3rem;
}
@media only screen and (min-width: 769px) {
  .box-passport-02-half {
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .box-passport-02 {
    margin-top: 30px;
  }
  .box-passport-02:first-child {
    margin-top: 0;
  }
  .box-passport-02-header {
    padding: 20px 15px 11px;
  }
  .box-passport-02-header dl dt {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
  .box-passport-02-body {
    padding: 20px 20px 15px;
  }
  .box-passport-02-body .mod-price {
    max-width: 100%;
  }
  .box-passport-02-body-txt {
    text-align: left;
    font-size: 1.3rem;
  }
}

/* ------------------------------------------------
ACCESSページ
------------------------------------------------ */
.box-map {
  max-width: 668px;
  margin: 0 auto;
  padding: 4px;
  border: 1px solid #b3b3b3;
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 4px #d9d9d9;
  background: #fff;
}

@media only screen and (min-width: 769px) {
  .box-access-unit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.box-access {
  margin-top: 30px;
  width: 100%;
  border: 1px solid #b3b3b3;
  background: #fff;
  padding: 39px 39px 40px;
}
.box-access > *:last-child {
  margin-bottom: 0 !important;
}
.box-access-in {
  margin-bottom: 42px;
}
.box-access-in > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 769px) {
  .box-access-half {
    width: 48.7179487179%;
  }
  .box-access-parking {
    background: #f7f7f7;
    padding: 40px 110px;
  }
  .box-access-parking .ttl-05 {
    border-bottom: none;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .box-access {
    margin-top: 20px;
    background: none;
    border: none;
    padding: 0;
  }
  .box-access > *:last-child {
    margin-bottom: 0 !important;
  }
  .box-access-in, .box-access-parking {
    border: 1px solid #b3b3b3;
    background: #fff;
    margin-bottom: 0;
    padding: 19px 19px 30px;
  }
  .box-access-parking {
    margin-top: 20px;
  }
  .box-access:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 769px) {
  .box-navigation-unit {
    margin-top: -30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box-navigation-unit-col3 .box-navigation {
    width: 31.6239316239%;
  }
}

.box-navigation {
  margin-top: 30px;
  border: 1px solid #b3b3b3;
}
.box-navigation-header {
  text-align: center;
  padding: 28px 5.4054054054% 10px;
}
.box-navigation-header dl dt {
  position: relative;
  line-height: 1;
  color: #00418e;
  font-size: 4rem;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.box-navigation-header dl dt:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  background: #c2d6ef;
  height: 1px;
}
.box-navigation-header dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  line-height: 1.6;
}
.box-navigation-body {
  background: #f8f8f8;
  padding: 20px 5.4054054054% 22px;
}
.box-navigation-body figure img {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .box-navigation:first-child {
    margin-top: 0;
  }
  .box-navigation-header {
    text-align: center;
    padding: 19px 5.4054054054% 15px;
  }
  .box-navigation-header dl dt {
    font-size: 2rem;
    padding-bottom: 13px;
    margin-bottom: 20px;
  }
  .box-navigation-header dl dd {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .box-navigation-body {
    padding: 20px 19px 15px;
  }
  .box-navigation-body figure img {
    margin-bottom: 15px;
  }
}

/* ------------------------------------------------
ACCESSホテルページ
------------------------------------------------ */
.access-hotel-map {
  text-align: center;
  margin-bottom: 75px;
}
.access-hotel-map figure {
  display: inline-block;
  padding: 1px;
  border: 1px solid #cdcdcd;
}
@media only screen and (max-width: 768px) {
  .access-hotel-map {
    margin-bottom: 40px;
  }
}

.access-hotel-intro-unit > *:last-child {
  margin-bottom: 0 !important;
}

.access-hotel-intro {
  padding: 30px 40px;
  margin-bottom: 20px;
}
.access-hotel-intro a {
  text-decoration: none;
}
.access-hotel-intro a:hover {
  text-decoration: underline;
}
.access-hotel-intro dl {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.access-hotel-intro dl dt, .access-hotel-intro dl dd {
  display: table-cell;
  vertical-align: top;
}
.access-hotel-intro dl dt {
  font-weight: bold;
  width: 250px;
}
.access-hotel-intro dl dd ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -10px;
}
.access-hotel-intro dl dd ul li {
  margin-top: 10px;
}
.access-hotel-intro dl dd ul li span {
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
  .access-hotel-intro dl dd ul li span {
    line-height: 26px;
  }
}
.access-hotel-intro dl dd ul li .img-hotel-01 {
  width: 280px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .access-hotel-intro dl dd ul li .img-hotel-01 {
    width: 100%;
  }
}
.access-hotel-intro dl dd ul li:nth-child(odd) {
  width: 292px;
}
.access-hotel-intro dl dd ul li:nth-child(even) {
  width: 330px;
}
.access-hotel-intro.access-hotel-intro-yellow {
  border: 1px solid #f3e8d0;
  color: #a87500;
}
.access-hotel-intro.access-hotel-intro-yellow a {
  color: #a87500;
}
.access-hotel-intro.access-hotel-intro-yellow dl dd ul li span {
  background: #a87500;
}
.access-hotel-intro.access-hotel-intro-blue {
  border: 1px solid #cfdce4;
  color: #155b84;
}
.access-hotel-intro.access-hotel-intro-blue a {
  color: #155b84;
}
.access-hotel-intro.access-hotel-intro-blue dl dd ul li span {
  background: #155b84;
}
.access-hotel-intro.access-hotel-intro-red {
  border: 1px solid #edcccc;
  color: #910000;
}
.access-hotel-intro.access-hotel-intro-red a {
  color: #910000;
}
.access-hotel-intro.access-hotel-intro-red dl dd ul li span {
  background: #910000;
}
.access-hotel-intro.access-hotel-intro-gray {
  border: 1px solid #d8dbd7;
  color: #333;
}
.access-hotel-intro.access-hotel-intro-gray a {
  color: #333;
}
.access-hotel-intro.access-hotel-intro-gray dl dd ul li span {
  background: #7b7d7a;
}
@media only screen and (max-width: 768px) {
  .access-hotel-intro {
    padding: 15px 20px;
    margin-bottom: 20px;
  }
  .access-hotel-intro a {
    text-decoration: none;
  }
  .access-hotel-intro a:hover {
    text-decoration: underline;
  }
  .access-hotel-intro dl {
    display: block;
  }
  .access-hotel-intro dl dt, .access-hotel-intro dl dd {
    display: block;
  }
  .access-hotel-intro dl dt {
    width: 100%;
  }
  .access-hotel-intro dl dd ul {
    display: block;
    margin-top: 0;
  }
  .access-hotel-intro dl dd ul li {
    margin-top: 10px;
  }
  .access-hotel-intro dl dd ul li:nth-child(odd) {
    width: 100%;
  }
  .access-hotel-intro dl dd ul li:nth-child(even) {
    width: 100%;
  }
}

/* ------------------------------------------------
チケットページ
------------------------------------------------ */
.box-gift-top {
  display: flex;
  justify-content: space-between;
}
.box-gift-top-img {
  width: 50.0917431193%;
}
.box-gift-top-desc {
  width: 45.504587156%;
}
.box-gift-top-desc dl {
  margin-bottom: 20px;
}
.box-gift-top-desc dl dt {
  font-weight: bold;
}
.box-gift-top-desc-btn > *:last-child {
  margin-bottom: 0 !important;
}
.box-gift-top-desc-btn li {
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .box-gift-top {
    display: block;
  }
  .box-gift-top-img {
    width: 100%;
    margin-bottom: 10px;
  }
  .box-gift-top-img img {
    width: 100%;
  }
  .box-gift-top-desc {
    width: 100%;
  }
  .box-gift-top-desc dl {
    margin-bottom: 15px;
  }
}

.bnr-gift-01 {
  width: 970px;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .bnr-gift-01 {
    width: 100%;
    margin: 0;
  }
}
.bnr-gift-01 .img-bnr-01 {
  /*width: 480px;*/
  /*padding-right: 10px;*/
  border-spacing: 10px;
}
.bnr-gift-01 .img-bnr-01 img {
  width: 100%;
  /*max-width: 480px;*/
  text-align: center;
  margin: 0 auto;
}
.bnr-gift-01 .img-bnr-01:last-child {
  /*max-width: 480px!important;*/
  margin-right: 0;
  margin: 0 auto;
}
.bnr-gift-01 .img-bnr-01:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 1024px) {
  .bnr-gift-01 .img-bnr-01:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .bnr-gift-01 .img-bnr-01 {
    width: 100%;
    float: none;
    margin: 0;
  }
  .bnr-gift-01 .img-bnr-01:last-child {
    margin-top: 10px;
  }
}

.box-time-02-unit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .box-time-02-unit {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .box-time-02-unit.style-02 {
    border: 5px solid #e7eef8;
  }
}
@media only screen and (max-width: 768px) {
  .box-time-02-unit.style-02 .box-time-02 {
    box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0);
    border: 0;
  }
}
@media only screen and (max-width: 768px) {
  .box-time-02-unit.style-02 .box-time-02 a {
    padding: 20px 0 18px;
  }
}
@media only screen and (max-width: 768px) {
  .box-time-02-unit.style-02 .box-time-02 a .box-time-02-txt {
    margin: 10px 0;
  }
}

.box-time-02 {
  width: 31.6239316239%;
  text-align: center;
  box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.2);
  border: 1px solid #b3b3b3;
}
.box-time-02 a {
  display: flex;
  border: 1px solid #b3b3b3;
  background: #fff;
  height: 178px;
  align-items: center;
  border: 19px solid #fff;
  box-shadow: inset 0 0 0 1px #edf3fa;
  text-decoration: none;
  color: #000;
  transition: all 0.4s;
}
@media only screen and (min-width: 1024px) {
  .box-time-02 a:hover {
    opacity: .4;
  }
}
.box-time-02:nth-child(even) a {
  background: #edf3fa;
  border: 19px solid #edf3fa;
  box-shadow: inset 0 0 0 1px #fff;
}
.box-time-02-in {
  width: 100%;
}
.box-time-02-icon {
  margin-bottom: 8px;
}
.box-time-02-icon img {
  max-height: 48px;
}
.box-time-02-txt {
  line-height: 1;
  color: #00418e;
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.box-time-02-txt span {
  margin-right: 1em;
}
.box-time-02-cruise {
  font-size: 1.8rem;
  text-align: center;
}
.box-time-02-cruise span {
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top 50% left 0;
}
.box-time-02-cruise.ico-sun span {
  padding-left: 42px;
  background-image: url(/common/img/ico/ico_sun.svg);
  background-size: auto 31px;
}
.box-time-02-cruise.ico-tea span {
  padding-left: 37px;
  background-image: url(/common/img/ico/ico_tea.svg);
  background-size: auto 19px;
}
.box-time-02-cruise.ico-moon span {
  padding-left: 33px;
  background-image: url(/common/img/ico/ico_moon.svg);
  background-size: auto 25px;
}
@media only screen and (max-width: 768px) {
  .box-time-02 {
    width: 32.5373134328%;
  }
  .box-time-02 a {
    border: none;
    height: auto;
    align-items: center;
    border: none;
    box-shadow: none;
    padding: 9px 0 10px;
  }
  .box-time-02:nth-child(even) a {
    background: #edf3fa;
    border: none;
    box-shadow: none;
  }
  .box-time-02-icon {
    margin-bottom: 8px;
  }
  .box-time-02-icon img {
    max-height: 39px;
  }
  .box-time-02-txt {
    line-height: 1.2857142857;
    font-size: 1.4rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  .box-time-02-txt span {
    margin-right: 0;
  }
  .box-time-02-cruise {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .box-time-02-cruise.ico-sun span {
    padding-left: 32px;
    background-size: auto 25px;
  }
  .box-time-02-cruise.ico-tea span {
    padding-left: 29px;
    background-size: auto 14px;
  }
  .box-time-02-cruise.ico-moon span {
    padding-left: 24px;
    background-size: auto 19px;
  }
}

@media only screen and (min-width: 769px) {
  .box-gift-unit {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .box-gift-unit {
    margin: 0 0 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .box-gift-unit.style-02 .box-gift {
    padding: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 0;
    box-shadow: none;
    margin-top: 0;
    border-top: solid 1px #eee;
  }
}
.box-gift-unit.style-02 .box-gift:last-child {
  border-bottom: solid 1px #eee;
}
@media only screen and (max-width: 768px) {
  .box-gift-unit.style-02 .box-gift:first-child {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .box-gift-unit.style-02 .box-gift-img {
    overflow: hidden;
    width: 100px;
    height: 70px;
    border: solid 1px #eee;
  }
}
@media only screen and (max-width: 768px) {
  .box-gift-unit.style-02 .box-gift-img img {
    height: 100%;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .box-gift-unit.style-02 .box-gift-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .box-gift-unit.style-02 .box-gift-desc {
    padding: 0 0 0 15px;
    width: calc(100% - 100px);
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .box-gift-unit.style-02 .box-gift-cond {
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .box-gift-unit.style-02 .box-gift-cond .btn-02 a {
    padding: 2px 10px;
  }
}

.acco-gift.ico-sun a {
  position: relative;
  padding-left: 40px;
}
.acco-gift.ico-sun a:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0px;
  width: 26px;
  height: 26px;
  background: url(/common/img/ico/ico_sun.svg);
  background-size: 26px;
  background-color: white;
  margin-top: -13px;
}
.acco-gift.ico-sun span.a {
  position: relative;
  padding-left: 40px;
}
.acco-gift.ico-sun span.a:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0px;
  width: 26px;
  height: 26px;
  background: url(/common/img/ico/ico_sun.svg);
  background-size: 26px;
  background-color: white;
  margin-top: -13px;
}
.acco-gift.ico-tea a {
  position: relative;
  padding-left: 40px;
}
.acco-gift.ico-tea a:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0px;
  width: 26px;
  height: 18px;
  background: url(/common/img/ico/ico_tea.svg);
  background-size: 26px;
  background-color: white;
  margin-top: -9px;
}
.acco-gift.ico-tea span.a {
  position: relative;
  padding-left: 40px;
}
.acco-gift.ico-tea span.a:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0px;
  width: 26px;
  height: 18px;
  background: url(/common/img/ico/ico_tea.svg);
  background-size: 26px;
  background-color: white;
  margin-top: -9px;
}
.acco-gift.ico-moon a {
  position: relative;
  padding-left: 40px;
}
.acco-gift.ico-moon a:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0px;
  width: 26px;
  height: 27px;
  background: url(/common/img/ico/ico_moon.svg);
  background-size: 26px;
  background-color: white;
  margin-top: -13px;
}
.acco-gift.ico-moon span.a {
  position: relative;
  padding-left: 40px;
}
.acco-gift.ico-moon span.a:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0px;
  width: 26px;
  height: 27px;
  background: url(/common/img/ico/ico_moon.svg);
  background-size: 26px;
  background-color: white;
  margin-top: -13px;
}

.box-gift {
  width: 31.6239316239%;
  margin-right: 2.5641025641%;
  border: 1px solid #b3b3b3;
  margin-top: 30px;
  box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.2);
}
.box-gift:nth-child(3n) {
  margin-right: 0;
}
.box-gift-img img {
  width: 100%;
}
.box-gift-img.img-shop {
  border-bottom: solid 1px #efefef;
}
.box-gift-desc {
  padding: 25px 8.152173913% 40px;
}
.box-gift-ttl {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  padding-bottom: 13px;
  border-bottom: 1px solid #00418e;
  margin-bottom: 20px;
}
.box-gift-cond {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-gift-cond-price {
  color: #00418e;
}
.box-gift-cond-detail {
  margin-top: 8px;
}
.box-gift-cond .btn-02 {
  width: 107px;
  margin: 0;
}
.box-gift-cond.style02 {
  display: block;
}
@media only screen and (max-width: 768px) {
  .box-gift {
    width: 100%;
    margin-right: 0;
  }
  .box-gift:first-child {
    margin-top: 0;
  }
  .box-gift-desc {
    padding: 25px 20px 30px;
  }
  .box-gift-ttl {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    padding-bottom: 8px;
  }
}

.box-gift-note-unit {
  display: table;
  width: 100%;
  background: #fff;
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .box-gift-note-unit {
    display: block;
    padding: 30px 20px;
  }
}

.box-gift-note {
  vertical-align: top;
  display: table-cell;
  /*--width: (357/1090) * 100%;--*/
  width: 65.504587156%;
  border-left: 1px solid #b3b3b3;
  padding: 0 20px;
}
.box-gift-note:first-child {
  border-left: none;
  vertical-align: middle;
  width: 33.3027522936%;
  text-align: center;
}
.box-gift-note dl dt {
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: top 50% left 0;
  padding-left: 33px;
  margin-bottom: 10px;
}
.box-gift-note dl dt.ico-calendar {
  background-image: url(/common/img/ico/ico_calendar.svg);
  background-size: 22px auto;
}
.box-gift-note dl dt.ico-customer {
  background-image: url(/common/img/ico/ico_customer.svg);
  background-size: 22px auto;
}
@media only screen and (max-width: 768px) {
  .box-gift-note {
    display: block;
    width: 100%;
    border-left: none;
    border-top: 1px solid #b3b3b3;
    margin-top: 30px;
    padding: 30px 0 0;
  }
  .box-gift-note:first-child {
    border-top: none;
    width: 100%;
    padding: 0 15px;
    margin-top: 0;
  }
  .box-gift-note dl dt {
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: top 50% left 0;
    padding-left: 33px;
    margin-bottom: 10px;
  }
  .box-gift-note dl dt.ico-calendar {
    background-image: url(/common/img/ico/ico_calendar.svg);
    background-size: 22px auto;
  }
  .box-gift-note dl dt.ico-customer {
    background-image: url(/common/img/ico/ico_customer.svg);
    background-size: 22px auto;
  }
}

/* ------------------------------------------------
クルーズコースページ
------------------------------------------------ */
.box-course-slide {
  margin-bottom: 30px;
}
.box-course-slide-img p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding-right: 20px;
}
.box-course-slide .slick-dots {
  margin-top: 10px;
  display: none !important;
  justify-content: space-between;
  font-family: "ryo-display-plusn";
  font-weight: 500;
  font-size: 2.4rem;
}
.box-course-slide .slick-dots li {
  width: 16.7164179104%;
}
.box-course-slide .slick-dots li.slick-active a {
  background: #e84e41;
  color: #fff;
  border: 1px solid #e84e41;
}
.box-course-slide .slick-dots li a {
  display: block;
  height: 48px;
  border: 1px solid #e84e41;
  line-height: 46px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .box-course-slide .slick-dots {
    display: flex !important;
  }
}

.box-course-separate {
  display: flex;
  justify-content: space-between;
}
.box-course-separate-img {
  width: 46.7889908257%;
}
.box-course-separate-desc {
  margin-top: -8px;
  width: 50%;
}
.box-course-separate-desc-txt {
  margin-bottom: 27px;
}
.box-course-separate-desc-pointer {
  background: #f7f7f7;
  padding: 17px 4.0366972477% 25px;
}
.box-course-separate-desc-pointer p {
  margin-bottom: 22px;
}
.box-course-separate-desc-pointer ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -18px;
}
.box-course-separate-desc-pointer ul li {
  width: 48%;
  margin: 18px 3.6% 0 0;
  font-size: 1.3rem;
}
.box-course-separate-desc-pointer ul li:nth-child(2n) {
  margin-right: 0;
}
.box-course-separate-desc-pointer ul li a {
  padding: 7px 0;
}
@media only screen and (max-width: 768px) {
  .box-course-separate {
    display: block;
  }
  .box-course-separate-img {
    display: none;
  }
  .box-course-separate-desc {
    margin-top: 0;
    width: 100%;
  }
  .box-course-separate-desc-txt {
    display: none;
  }
  .box-course-separate-desc-pointer {
    text-align: center;
    background: none;
    padding: 0;
  }
  .box-course-separate-desc-pointer p {
    margin-bottom: 15px;
  }
  .box-course-separate-desc-pointer ul {
    display: none;
  }
}

/* ------------------------------------------------
デッキマップページ
------------------------------------------------ */
.box-deckmap-detail {
  border: 1px solid #b3b3b3;
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 4px #d9d9d9;
  background: #fff;
  padding: 45px;
}
.box-deckmap-detail > *:last-child {
  margin-bottom: 0 !important;
}
.box-deckmap-detail-img {
  text-align: center;
  margin-bottom: 55px;
}
.box-deckmap-detail-desc {
  padding: 32px 15px;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
}
.box-deckmap-detail-desc dl {
  margin: 0 25px;
  display: flex;
}
.box-deckmap-detail-desc dl dt {
  margin-right: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .box-deckmap-detail {
    border: none;
    box-shadow: none;
    padding: 0;
  }
  .box-deckmap-detail-img {
    margin-bottom: 35px;
  }
  .box-deckmap-detail-img img {
    width: 100%;
  }
  .box-deckmap-detail-desc {
    padding: 10px 20px;
    margin-top: -5px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box-deckmap-detail-desc dl {
    margin: 5px 0 0 0;
    width: 48%;
  }
  .box-deckmap-detail-desc dl dt {
    width: 4.5em;
    margin-right: 0;
  }
  .box-deckmap-detail-desc dl dd {
    flex: 1;
  }
}

.img-deckmap {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .img-deckmap {
    margin-bottom: 40px;
  }
  .img-deckmap img {
    width: 100%;
  }
}

.box-deck-unit {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .box-deck-unit {
    display: block;
  }
}

.box-deck {
  width: 370px;
  margin-right: 30px;
}
.box-deck:last-child {
  margin-right: 0;
}
.box-deck a {
  display: block;
  border: 1px solid #b3b3b3;
  color: #000;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}
.box-deck a:hover {
  opacity: .4;
}
.box-deck-img img {
  width: 100%;
}
.box-deck-body {
  padding: 13px 29px 22px;
}
.box-deck-ttl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #00418e;
  background-image: url(/common/img/ico/ico_arrow_red.svg);
  background-repeat: no-repeat;
  background-position: right 0 top 20px;
  margin-bottom: 12px;
}
.box-deck-ttl-num {
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  padding-top: 3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 2.3rem;
  background: #000;
  margin-right: 10px;
  letter-spacing: normal;
}
.box-deck-ttl-txt {
  flex: 1;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .box-deck {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .box-deck:first-child {
    margin-top: 0;
  }
  .box-deck-body {
    padding: 11px 18px 20px;
  }
  .box-deck-ttl {
    background-size: 21px auto;
    background-position: right 0 top 15px;
    margin-bottom: 12px;
  }
  .box-deck-ttl-num {
    padding-top: 1px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 1.6rem;
  }
  .box-deck-ttl-txt {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 769px) {
  .sec-deckmap-unit-type01 {
    display: flex;
    justify-content: space-between;
  }
  .sec-deckmap-unit-type01 .sec-deckmap:first-child {
    width: 770px;
  }
  .sec-deckmap-unit-type01 .sec-deckmap:last-child {
    width: 370px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-deckmap-unit-type01 .sec-deckmap {
    margin-top: 30px;
  }
  .sec-deckmap-unit-type01 .sec-deckmap:first-child {
    margin-top: 0;
  }
}

/* ------------------------------------------------
貸切ルームのご案内ページ
------------------------------------------------ */
.box-acordion-table-unit > *:last-child {
  margin-bottom: 0 !important;
}

.box-acordion-table {
  margin-bottom: 65px;
}
.box-acordion-table-ttl {
  font-weight: bold;
}
.box-acordion-table .table-02 a {
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .box-acordion-table {
    margin-bottom: 10px;
  }
  .box-acordion-table-ttl {
    margin-bottom: 0;
    font-size: 1.3rem;
    padding: 20px;
    background: #f8f8f8;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(/common/img/ico/ico_plus.svg);
    background-position: top 50% right 15px;
  }
  .box-acordion-table-ttl.is-active {
    background-image: url(/common/img/ico/ico_minus.svg);
  }
  .box-acordion-table-body {
    margin-top: 1px;
    display: none;
  }
}

/* ------------------------------------------------
フォーム
------------------------------------------------ */
form .table-01 td input[type="text"], form .table-01 td textarea {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  form .table-01 td input[type="text"], form .table-01 td textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  form .table-01 td input[size="3"],
  form .table-01 td input[size="4"],
  form .table-01 td input[size="5"] {
    width: 30%;
  }
}
form .btn-form-01 {
  text-align: center;
}
form .btn-form-01 input {
  padding: 10px;
}

/* ------------------------------------------------
一覧表示の変更
------------------------------------------------ */
@media only screen and (max-width: 768px) {
  .box-limited-plan {
    padding: 0 20px;
    box-sizing: border-box;
    margin: 30px 0 0;
  }
  .box-limited-plan .col-limited-plan {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #cfcfcf;
    padding: 15px 0;
    text-decoration: none;
    position: relative;
  }
  .box-limited-plan .col-limited-plan:last-child {
    border-bottom: solid 1px #cfcfcf;
  }
  .box-limited-plan .col-limited-plan:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 5px;
    border-top: 2px solid #df3232;
    border-right: 2px solid #df3232;
    height: 4px;
    width: 4px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .box-limited-plan .col-limited-plan.ico-new:before {
    content: " ";
    position: absolute;
    z-index: 2;
    top: 5px;
    left: -10px;
    background-image: url(/common/img/ico/ico_new.svg);
    width: 30px;
    height: 30px;
    background-size: cover;
  }
  .box-limited-plan .box-slide-item-desc {
    width: 70%;
    background: none;
    padding: 0 15px 0 15px;
  }
  .box-limited-plan .box-slide-item-desc dl dt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .box-limited-plan .box-slide-item-desc dl dd {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .box-slide-item-img {
    width: 30%;
  }
  .box-slide-item-img img {
    border: solid 1px #eee;
  }
}

/*# sourceMappingURL=style.css.map */
