/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Mixin
 * @date 1 Jun 2017
 */
.mixin-list-style-none {
  list-style: none;
  padding: 0;
}
.mixin-replace-text {
  text-align: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
/* Flex */
.mixin-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* Custom Vars */
/* Web fonts */
@font-face {
  font-family: 'Dashicons';
  src: url('/css/fonts/dashicons.eot?') format('eot'), url('/css/fonts/dashicons.woff') format('woff');
}
@font-face {
  font-family: 'NotoSansCJKjp-Regular';
  src: url('/css/fonts/NotoSansCJKjp-Regular.eot?') format('eot'), url('/css/fonts/NotoSansCJKjp-Regular.woff') format('woff');
}
@font-face {
  font-family: 'NotoSansCJKjp-Medium';
  src: url('/css/fonts/NotoSansCJKjp-Medium.eot?') format('eot'), url('/css/fonts/NotoSansCJKjp-Medium.woff') format('woff');
}
@font-face {
  font-family: 'NotoSansCJKjp-Bold';
  src: url('/css/fonts/NotoSansCJKjp-Bold.eot?') format('eot'), url('/css/fonts/NotoSansCJKjp-Bold.woff') format('woff');
}
/**
 * Default styles
 * @date 31 May 2017
 */
html {
  font-size: 62.5%;
}
body {
  font-family: 'Lucida Grande', 'NotoSansCJKjp-Regular', Arial, sans-serif;
  color: #555;
  background-color: #fff;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  min-width: 1280px;
}
@media screen and (max-width:768px) {
  body {
    min-width: inherit;
  }
}
a {
  color: #2d7dde;
  text-decoration: underline;
}
a:hover {
  color: #2d7dde;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
table,
figure,
figcaption {
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 3.8rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
h3 {
  font-size: 2rem;
  line-height: 1.42;
  margin-bottom: 20px;
}
h4 {
  font-size: 1.8rem;
  line-height: 1.42;
  margin-bottom: 20px;
}
h5 {
  font-size: 1.6rem;
  line-height: 1.42;
  margin-bottom: 20px;
}
h6 {
  font-size: 1.4rem;
  line-height: 1.42;
  margin-bottom: 20px;
}
p {
  font-size: 1.4rem;
  line-height: 1.62;
  margin-bottom: 20px;
}
ul,
ol {
  font-size: 1.4rem;
  line-height: 1.62;
  padding-left: 2rem;
  margin-bottom: 20px;
}
dl {
  font-size: 1.4rem;
  line-height: 1.572;
  margin-bottom: 20px;
}
dl dt {
  margin-bottom: 10px;
}
table {
  font-size: 1.4rem;
  line-height: 1.42;
  border-collapse: collapse;
  margin-bottom: 20px;
}
figure {
  margin-bottom: 20px;
}
figcaption {
  font-size: 1.4rem;
  line-height: 1.42;
  margin: 5px 0;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 50px auto;
  clear: both;
}
input[type=checkbox],
input[type=radio],
input[type=reset],
input[type=submit],
input[type=button],
select,
label {
  cursor: pointer;
}
textarea {
  vertical-align: bottom;
}
label {
  padding-left: 5px;
}
/* Container */
.container {
  position: relative;
}
.container::before {
  content: '';
  width: 50vw;
  height: 100%;
  display: block;
  background-color: #e1f2fb;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .container {
    padding-top: 50px;
  }
  .container::before {
    display: none;
  }
}
/* Header */
.header {
  background-color: #fff;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
}
.header .inner {
  width: 1280px;
  padding-top: 20px;
  margin: 0 auto 10px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header p {
  margin: 0 0 0 40px;
}
.header .logo a {
  width: 290px;
  height: 50px;
  display: block;
}
.header .message {
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 1.6rem;
  line-height: 5rem;
  margin-left: 30px;
}
.header .btns {
  position: absolute;
  right: 0;
  top: 0;
}
.header .btns .btn-reservation {
  width: 290px;
  font-size: 1.8rem;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #2e7dde;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: block;
}
.header .btns .btn-reservation::before {
  content: '';
  width: 24px;
  height: 24px;
  vertical-align: -0.5rem;
  background: url(/images/common/icon-tel.png) no-repeat center center;
  -moz-background-size: 24px auto;
  -webkit-background-size: 24px auto;
  background-size: 24px auto;
  display: inline-block;
  margin-right: 8px;
}
.header .gnav ul {
  width: 1280px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 1.5rem;
  text-align: center;
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  padding: 10px 0;
}
.header .gnav ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px dotted #ccc;
}
.header .gnav ul li:last-child {
  border-right: 1px dotted #ccc;
}
.header .gnav ul li a {
  width: 100%;
  color: #333;
  text-decoration: none;
  display: block;
}
.header .gnav ul li a::before {
  content: '';
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 40px auto;
  -webkit-background-size: 40px auto;
  background-size: 40px auto;
  display: block;
  margin: 0 auto;
}
.header .gnav ul li a:hover {
  color: #478de2;
}
.header .gnav ul li a:hover::before {
  background-position: 0 -40px;
}
.header .gnav ul li:last-child a {
  border: none;
}
.header .gnav ul li:nth-child(1) {
  width: 165px;
}
.header .gnav ul li:nth-child(1) a::before {
  background-image: url(/images/common/nav-icon-schedule.png);
}
.header .gnav ul li:nth-child(2) {
  width: 145px;
}
.header .gnav ul li:nth-child(2) a::before {
  background-image: url(/images/common/nav-icon-fare.png);
}
.header .gnav ul li:nth-child(3) {
  width: 185px;
}
.header .gnav ul li:nth-child(3) a::before {
  background-image: url(/images/common/nav-icon-reservation.png);
}
.header .gnav ul li:nth-child(4) {
  width: 140px;
}
.header .gnav ul li:nth-child(4) a::before {
  background-image: url(/images/common/nav-icon-info.png);
}
.header .gnav ul li:nth-child(5) {
  width: 285px;
}
.header .gnav ul li:nth-child(5) a::before {
  background-image: url(/images/common/nav-icon-access.png);
}
.header .gnav ul li:nth-child(6) {
  width: 165px;
}
.header .gnav ul li:nth-child(6) a::before {
  background-image: url(/images/common/nav-icon-faq.png);
}
.header .gnav ul li:nth-child(7) {
  width: 195px;
}
.header .gnav ul li:nth-child(7) a::before {
  background-image: url(/images/common/nav-icon-link.png);
}
@media screen and (min-width: 780px) and (max-width: 1280px) {
  .header .btns {
    position: inherit;
    margin-top: -20px;
  }
}
/* Padding only for padding */
.page-home .header {
  padding-bottom: 20px;
  border: none;
}
/* Global navi for page */
.page-schedule .header .gnav ul li:nth-child(1) a,
.page-fare .header .gnav ul li:nth-child(2) a,
.page-reservation .header .gnav ul li:nth-child(3) a,
.page-info .header .gnav ul li:nth-child(4) a,
.page-access .header .gnav ul li:nth-child(5) a,
.page-faq .header .gnav ul li:nth-child(6) a,
.page-link .header .gnav ul li:nth-child(7) a {
  color: #478de2;
}
.page-schedule .header .gnav ul li:nth-child(1) a::before,
.page-fare .header .gnav ul li:nth-child(2) a::before,
.page-reservation .header .gnav ul li:nth-child(3) a::before,
.page-info .header .gnav ul li:nth-child(4) a::before,
.page-access .header .gnav ul li:nth-child(5) a::before,
.page-faq .header .gnav ul li:nth-child(6) a::before,
.page-link .header .gnav ul li:nth-child(7) a::before {
  background-position: 0 -40px;
}
@media screen and (max-width:768px) {
  .header {
    width: 100%;
    height: 50px;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .header .inner {
    width: auto;
    padding: 0;
    margin: 0;
    display: block;
  }
  .header p {
    margin: 0;
  }
  .header .logo a {
    width: 140px;
    height: auto;
    padding: 5px 0 0;
    display: block;
    margin: 0 auto;
  }
  .header .message {
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    margin: 0;
    display: block;
  }
  .header .btns {
    display: none;
  }
  .header .gnav {
    display: none;
  }
  .page-home .header {
    padding: 0;
    border-bottom: 1px solid #d0d0d0;
  }
}
/* Main visual */
.main-visual {
  text-align: center;
  position: relative;
  margin: 0;
}
.main-visual.main-visual-home {
  height: 440px;
  background-color: #0e8ccc;
}
.main-visual.main-visual-home::before,
.main-visual.main-visual-home::after {
  content: '';
  width: 160px;
  height: 440px;
  background-repeat: no-repeat;
  background-size: 0 0;
  -moz-background-size: 160px auto;
  -webkit-background-size: 160px auto;
  background-size: 160px auto;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}
.main-visual.main-visual-home::before {
  background-image: url(/images/home/main-visual-bg-left.png);
  left: 0;
}
.main-visual.main-visual-home::after {
  background-image: url(/images/home/main-visual-bg-right.png);
  right: 0;
}
.main-visual.main-visual-home .fig {
  position: absolute;
  left: 50%;
  top: -15px;
  z-index: 1;
  transform: translateX(-50%);
}
.main-visual.main-visual-home .fig img {
  max-width: initial;
  max-width: none;
}
.main-visual.main-visual-home .slideshow-wrapper {
  width: 1280px;
  height: 470px;
  position: absolute;
  left: 50%;
  top: -15px;
  z-index: 1;
  transform: translateX(-50%);
}
.main-visual.main-visual-home .slideshow-pager {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.main-visual.main-visual-home .slideshow-pager .slideshow-pager-map {
  width: 8px;
  height: 8px;
  text-align: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #d6e4ef;
  border: 2px solid #d6e4ef;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin: 0 6px;
}
.main-visual.main-visual-home .slideshow-pager .slideshow-pager-map.active {
  background-color: #105ba3;
}
@media screen and (max-width:768px) {
  .main-visual.main-visual-home {
    height: auto;
    background: none;
  }
  .main-visual.main-visual-home::before,
  .main-visual.main-visual-home::after {
    display: none;
  }
  .main-visual.main-visual-home .slideshow-wrapper {
    width: 100%;
    height: auto;
    position: static;
    left: auto;
    top: auto;
    transform: none;
  }
  .main-visual.main-visual-home .slideshow-viewport {
    width: 100%;
  }
  .main-visual.main-visual-home .slideshow-viewport::before {
    padding-top: 36.71875%;
  }
  .main-visual.main-visual-home .slideshow-pager {
    position: static;
    right: auto;
    bottom: auto;
    margin: 15px 0;
  }
  .main-visual.main-visual-home .slideshow-pager .slideshow-pager-map {
    width: 10px;
    height: 10px;
    text-align: left;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #b4d0f3;
    border: none;
    margin: 0 6px;
  }
  .main-visual.main-visual-home .slideshow-pager .slideshow-pager-map.active {
    background-color: #2e7dde;
  }
}
/* Page structure */
.contents {
  width: 1280px;
  margin: 0 auto;
}
.contents.contents-subcol-maincol {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -ms-flex-pack: start;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contents.contents-subcol-maincol .maincol,
.contents.contents-subcol-maincol .subcol {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents.contents-subcol-maincol .maincol {
  width: 840px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents.contents-subcol-maincol .subcol {
  width: 440px;
  background-color: #e1f2fb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents.contents-subcol-maincol .maincol {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  padding: 20px 40px 160px 30px;
}
.contents.contents-subcol-maincol .subcol {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  padding: 20px 20px 160px 40px;
}
.contents.full {
  width: 100%;
}
.page-home .contents.contents-subcol-maincol .maincol,
.page-home .contents.contents-maincol-subcol .maincol {
  padding-top: 45px;
}
.page-home .contents.contents-subcol-maincol .subcol,
.page-home .contents.contents-maincol-subcol .subcol {
  padding-top: 45px;
}
@media screen and (max-width:768px) {
  .contents {
    width: 100%;
  }
  .contents.contents-maincol-subcol .maincol,
  .contents.contents-subcol-maincol .maincol {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    padding: 0;
  }
  .contents.contents-maincol-subcol .subcol,
  .contents.contents-subcol-maincol .subcol {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    background: #e1f2fb;
    padding: 0;
  }
  .page-home .contents.contents-subcol-maincol .maincol,
  .page-home .contents.contents-maincol-subcol .maincol {
    padding: 0;
  }
  .page-home .contents.contents-subcol-maincol .subcol,
  .page-home .contents.contents-maincol-subcol .subcol {
    padding: 0;
  }
}
/* Footer */
.footer {
  background-color: #bfdfff;
  position: relative;
  z-index: 1;
}
.footer::before {
  content: '';
  width: 100%;
  height: 150px;
  background: url(/images/common/ferry-illust.png) repeat center top;
  display: block;
  position: absolute;
  left: 0;
  top: -150px;
}
.footer .fnav ul {
  width: 1280px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 1.5rem;
  text-align: center;
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #eaf4ff;
  margin: 0 auto 15px;
}
.footer .fnav ul li {
  border-right: 1px dotted #d0d0d0;
}
.footer .fnav ul li:nth-child(1) {
  width: 165px;
}
.footer .fnav ul li:nth-child(2) {
  width: 145px;
}
.footer .fnav ul li:nth-child(3) {
  width: 185px;
}
.footer .fnav ul li:nth-child(4) {
  width: 140px;
}
.footer .fnav ul li:nth-child(5) {
  width: 285px;
}
.footer .fnav ul li:nth-child(6) {
  width: 165px;
}
.footer .fnav ul li:nth-child(7) {
  width: 195px;
}
.footer .fnav ul li:last-child {
  border: none;
}
.footer .fnav ul li a {
  width: 100%;
  color: #444;
  text-decoration: none;
  padding: 18px 0;
  display: block;
}
.footer .fnav ul li a:hover {
  text-decoration: underline;
}
.footer .sharing {
  font-size: 1.4rem;
  line-height: 1.572;
  text-align: center;
  margin: 10px 0 40px;
}
.footer .copyright {
  padding: 25px 0;
  background-color: #2e7dde;
  position: relative;
  z-index: 2;
}
.footer .copyright .inner {
  width: 840px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.footer .copyright .inner .logo {
  width: 220px;
  margin: 0;
}
.footer .copyright .inner .notice {
  width: 620px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  margin: 0;
}
.footer .btn-return {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
}
@media screen and (max-width:768px) {
  .footer::before {
    content: '';
    width: 100%;
    height: 64px;
    background: url(/images/common/ferry-illust-smp.png) repeat center top;
    -moz-background-size: 320px auto;
    -webkit-background-size: 320px auto;
    background-size: 320px auto;
    display: block;
    position: absolute;
    left: 0;
    top: -64px;
  }
  .footer .fnav {
    display: none;
  }
  .footer .sharing {
    font-size: 1.3rem;
    margin: 10px;
  }
  .footer .copyright {
    padding: 15px 10px;
  }
  .footer .copyright .inner {
    width: 100%;
    display: block;
  }
  .footer .copyright .inner .logo {
    width: 140px;
    margin: 0 auto 10px;
  }
  .footer .copyright .inner .notice {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.32;
  }
  .footer .btn-return {
    display: none !important;
  }
}
/* Common styles */
.underline {
  border-bottom: 1px solid #555;
}
.plain {
  line-height: 1.572;
  list-style: none;
  padding: 0;
}
.plain li {
  padding-left: 1.2rem;
  position: relative;
  margin: 3px 0;
}
.plain li:before {
  background-color: #2E7DDE;
  content: "";
  display: block;
  left: 0;
  height: 6px;
  position: absolute;
  margin-top: -3px;
  top: calc(1.572em / 2);
  width: 6px;
}
@media screen and (max-width:768px) {
  .plain li:before {
    height: 5px;
    width: 5px;
    margin-top: calc(-5px / 2);
  }
}
.attentions {
  line-height: 1.572;
  list-style: none;
  padding: 0;
}
.attentions li {
  padding-left: 1rem;
  text-indent: -1rem;
  margin: 3px 0;
}
.note {
  line-height: 1.572;
  list-style: none;
  padding: 0;
}
.note li {
  padding-left: 2rem;
  position: relative;
  margin: 3px 0;
}
.note li:before {
  content: "◆";
  left: 0;
  position: absolute;
}
.fade {
  opacity: 1;
  transition: opacity .2s ease 0s;
}
.fade:hover {
  opacity: .6;
}
.pc {
  display: block;
}
.pc.inline {
  display: inline;
}
.smp {
  display: none;
}
.smp.inline {
  display: none;
}
@media screen and (max-width:768px) {
  .col .inner {
    padding: 10px;
  }
  .pc {
    display: none;
  }
  .pc.inline {
    display: none;
  }
  .smp {
    display: block;
  }
  .smp.inline {
    display: inline;
  }
}
/* Headline */
.headline.balloon {
  max-width: 1280px;
  font-family: 'NotoSansCJKjp-Regular', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.42;
  letter-spacing: .2rem;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #2e7dde;
  border-bottom: none;
  position: relative;
  margin: 0 auto 40px;
}
.headline.balloon .eng {
  font-style: normal;
  font-size: 1.4rem;
  color: #5595e4;
  display: block;
}
.headline.balloon::after {
  content: '';
  width: 100%;
  height: 15px;
  background: url(/images/common/balloon-arrow.png) no-repeat bottom center;
  display: block;
  position: absolute;
  left: 0;
  bottom: -14px;
}
.headline.balloon.green {
  border-color: #7ac6bc;
}
.headline.balloon.green .eng {
  color: #29a394;
}
.headline.balloon.green::after {
  background-image: url(/images/common/balloon-arrow-green.png);
}
.headline.balloon.yellow {
  border: none;
}
.headline.balloon.yellow .eng {
  color: #ff9326;
}
.headline.balloon.yellow::after {
  background-image: url(/images/common/balloon-arrow-yellow.png);
}
.headline.balloon.fb {
  border: none;
}
.headline.balloon.fb::after {
  background-image: url(/images/common/balloon-arrow-fb.png);
}
.headline.balloon.with-icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.headline.balloon.with-icon .icon {
  padding-right: 15px;
}
@media screen and (max-width:768px) {
  .headline.balloon {
    line-height: 1.572;
    letter-spacing: 0;
    padding: 20px 0;
    border: none;
  }
  .headline.balloon .eng {
    font-size: 1.2rem;
    vertical-align: .2rem;
    display: inline-block;
    margin-left: 10px;
  }
  .headline.balloon::after {
    height: 10px;
    background-image: url(/images/common/balloon-arrow-smp.png);
    bottom: -9px;
  }
  .headline.balloon.green.headline.balloon::after {
    background-image: url(/images/common/balloon-arrow-smp-green.png);
  }
  .headline.balloon.yellow.headline.balloon::after {
    background-image: url(/images/common/balloon-arrow-smp-yellow.png);
  }
  .headline.balloon.fb {
    padding: 10px 0;
    background-color: #fff;
    border-top: 1px solid #ddd;
  }
  .headline.balloon.fb::after {
    background-image: url(/images/common/balloon-arrow-smp-fb.png);
  }
}
/**
 * jquery.slideshow.css
 * @date 14 Feb 2017
 */
.slideshow-viewport {
  width: 1280px;
  margin: 0 auto;
}
.slideshow-viewport::before {
  content: '';
  padding-top: 470px;
  position: relative;
  z-index: -1;
  display: block;
}
.slideshow-viewport .slideshow-page {
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/**
 * Local styles
 * @date 12 Jun 2017
 */
/* Customize for jScrollPane */
.jscrollpane {
  width: 100%;
  height: 120px;
}
.jscrollpane .jspVerticalBar {
  width: 7px;
  background: #eee;
}
.jscrollpane .jspHorizontalBar {
  height: 7px;
  background: #eee;
}
.jscrollpane .jspTrack {
  background: #eee;
}
.jscrollpane .jspDrag {
  background: #b3cae3;
}
.jscrollpane .jspCorner {
  background: #eee;
}
/* Entries scroll or accordion */
.entries .entry {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.entries .entry .update {
  width: 130px;
  white-space: nowrap;
  color: #2e7dde;
}
.entries .entry .txt {
  margin: 0;
}
.entries .entry p {
  line-height: 1.42;
}
.entries .more {
  text-align: center;
  padding: 5px 0;
  background: #eee;
  border-bottom: 1px solid #ddd;
  margin: 0;
  cursor: pointer;
}
.entries .more::after {
  content: '\f347';
  font-family: 'Dashicons';
  color: #71a5e6;
  vertical-align: middle;
  margin-left: 5px;
}
.jscrollpane {
  width: 700px;
  height: 100px;
  display: block;
}
.jscrollpane .more {
  display: none;
}
.clone {
  display: none;
}
@media screen and (max-width:768px) {
  .jscrollpane {
    display: none;
  }
  .clone {
    display: block;
  }
}
/* News */
#news {
  margin-bottom: 40px;
}
#news .headline {
  margin-bottom: 25px;
}
#news .jscrollpane {
  width: 770px;
}
@media screen and (max-width:768px) {
  #news {
    margin-bottom: 0;
  }
  #news .headline {
    margin-bottom: 25px;
  }
}
/* Recommends */
#recommends {
  margin-bottom: 40px;
}
#recommends .headline {
  margin-bottom: 25px;
}
#recommends .jscrollpane {
  width: 770px;
}
#recommends .entries .entry .update {
  color: #29a394;
}
#recommends .entries .more::after {
  color: #29a394;
}
@media screen and (max-width:768px) {
  #recommends {
    margin-bottom: 0;
  }
  #recommends .headline {
    margin-bottom: 25px;
  }
}
/* Campaign */
#campaign .headline {
  margin-bottom: 40px;
}
#campaign .banners {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -ms-flex-pack: start;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#campaign .banners .banner {
  width: 370px;
  margin-bottom: 30px;
}
#campaign .banners .banner .fig {
  margin-bottom: 10px;
}
#campaign .banners .banner .summary h3 {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}
#campaign .banners .banner .summary p {
  font-size: 1.4rem;
  line-height: 1.572;
  margin-bottom: 10px;
}
#campaign .banners .banner .summary p:last-child {
  margin: 0;
}
@media screen and (max-width:768px) {
  #campaign .headline {
    margin-bottom: 10px;
  }
  #campaign .banners {
    padding: 10px;
  }
  #campaign .banners .banner {
    width: 100%;
    text-align: center;
  }
  #campaign .banners .banner .summary h3 {
    font-size: 1.6rem;
  }
  #campaign .banners .banner .summary p {
    font-size: 1.4rem;
  }
}
/* Sidebar */
.sidebar.sidebar-facebook {
  margin-bottom: 20px;
}
.sidebar.sidebar-facebook .headline {
  margin-bottom: 25px;
}
.sidebar.sidebar-facebook .with-icon .icon {
  padding-right: 12px;
}
.sidebar.sidebar-facebook p {
  margin-bottom: 10px;
}
.sidebar.sidebar-facebook figure {
  text-align: center;
  margin: 0;
}
.sidebar.sidebar-btns .btns {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar.sidebar-btns .btns li {
  margin: 20px 0;
}
.sidebar.sidebar-btns .btns .btn {
  width: 100%;
  font-size: 1.8rem;
  color: #2e7dde;
  text-align: center;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 0;
  display: inline-block;
  border: 1px solid #71bbf2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.sidebar.sidebar-btns .btns .btn::after {
  content: '\f345';
  font-family: 'Dashicons';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar.sidebar-btns .btns .btn.btn-reservation {
  color: #fff;
  background: #2e7dde;
  border-color: #2e7dde;
}
.sidebar.sidebar-btns .btns .btn.btn-reservation::before {
  content: '';
  width: 24px;
  height: 24px;
  vertical-align: -0.5rem;
  background: url(/images/common/icon-tel.png) no-repeat center center;
  -moz-background-size: 24px auto;
  -webkit-background-size: 24px auto;
  background-size: 24px auto;
  display: inline-block;
  margin-right: 8px;
}
.sidebar.sidebar-banners .banners {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0;
}
.sidebar.sidebar-banners .banners li {
  margin: 20px 0;
}
.sidebar.sidebar-contact {
  background: #fff;
  padding: 5px;
}
.sidebar.sidebar-contact h2 {
  margin-bottom: 20px;
  position: relative;
}
.sidebar.sidebar-contact h2::after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #2e7dde;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.sidebar.sidebar-contact h2 img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.sidebar.sidebar-contact p {
  text-align: center;
  margin: 5px 0 10px;
}
.sidebar.sidebar-contact p strong {
  font-weight: normal;
  color: red;
}
.sidebar.sidebar-contact .contacts {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar.sidebar-contact .contacts li {
  background: #ffffdb;
  border: 1px solid #fff4a8;
  border-radius: 5px;
  overflow: hidden;
  margin: 5px 0;
}
.sidebar.sidebar-contact .contacts li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.sidebar.sidebar-contact .contacts li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .sidebar.sidebar-facebook {
    background: #eef3fb;
    border-bottom: 1px solid #9bacd9;
    margin: 0;
  }
  .page-home .sidebar.sidebar-facebook {
    margin-bottom: 110px; /* fix problem on page-home */
  }
  .sidebar.sidebar-facebook .with-icon .icon {
    padding-right: 12px;
  }
  .sidebar.sidebar-facebook .inner {
    padding: 0 10px 20px;
  }
  .sidebar.sidebar-btns {
    padding: 0 10px;
    margin: 0;
  }
  .sidebar.sidebar-btns .btns {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .sidebar.sidebar-btns .btns li {
    margin: 10px 0;
  }
  .sidebar.sidebar-banners {
    padding: 0 10px;
  }
  .sidebar.sidebar-banners .banners li {
    margin: 10px 0;
  }
  .sidebar.sidebar-contact {
    padding: 0 0 100px;
  }
  .sidebar.sidebar-contact h2 {
    border-radius: 0;
    margin-bottom: 20px;
  }
  .sidebar.sidebar-contact p {
    margin: 5px 0;
  }
  .sidebar.sidebar-contact .contacts {
    padding: 0 10px 10px;
  }
  .sidebar.sidebar-contact .contacts li {
    margin: 10px 0;
  }
}
/* Todays condition */
.todays-condition {
  margin: 0 auto 20px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.todays-condition .condition {
  width: 290px;
  height: 70px;
  text-align: center;
  background: url(/images/common/condition-bg.png) no-repeat 0 0;
  padding-left: 90px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.todays-condition .condition .icon {
  margin-right: 10px;
}
.todays-condition .condition .txt {
  font-family: 'NotoSansCJKjp-Regular', sans-serif;
  font-size: 2.9rem;
  letter-spacing: .3rem;
  margin: 0;
}
.todays-condition .btns {
  list-style: none;
  padding: 0;
  margin: 0;
}
.todays-condition .btns li {
  margin: 20px 0;
}
.todays-condition .btns li:last-child {
  margin-bottom: 0;
}
.page-home .todays-condition {
  margin: 0px auto 20px;
  z-index: 9999;
  top: -100px;
}
.page-home .sidebar-btns {
  margin-top: -100px;
}
@media screen and (max-width:768px) {
  .todays-condition {
    display: none;
  }
}
/* Todays condition for Smartphone */
.todays-condition-smp {
  border: 1px solid #d0d0d0;
  border-width: 1px 0;
  background: url(/images/common/condition-smp.png) no-repeat 0 0;
  -moz-background-size: auto 30px;
  -webkit-background-size: auto 30px;
  background-size: auto 30px;
  display: none;
}
.todays-condition-smp .message {
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  padding-left: 120px;
  margin: 0;
}
.todays-condition-smp .message .icon {
  width: 22px;
  display: inline-block;
  margin-right: 5px;
}
.todays-condition-smp .message .icon img {
  vertical-align: -0.4rem;
}
@media screen and (max-width:768px) {
  .todays-condition-smp {
    display: block;
  }
}
/* Lower pages */
.col .col-headline {
  font-weight: normal;
}
.col .col-headline .border {
  border-left: 3px solid #2e7dde;
  padding: 3px 0 3px 15px;
  color: #2e7dde;
}
.col .col-headline em {
  font-size: 1.5rem;
  font-style: normal;
  color: #333;
  margin-left: 10px;
}
.col .cols {
  padding: 20px;
}
.col .cols .cols-headline {
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-weight: normal;
  padding: 10px;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
}
.col .cols .cols-headline .red {
  color: #f00;
}
.col .cols .cols-subheadline {
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-weight: normal;
}
.col .overview {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.2;
  table-layout: fixed;
  border-collapse: collapse;
}
.col .overview th,
.col .overview td {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  position: relative;
}
.col .overview th em,
.col .overview td em {
  font-size: 1.3rem;
  font-style: normal;
}
.col .overview th {
  font-weight: normal;
  font-size: 2rem;
  color: #2e7dde;
  border-top: none;
  border-bottom: 3px double #ddd;
}
.col .overview .border {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 5px;
  border-left: 1px solid #ddd;
  display: block;
}
.col .overview td:first-child .border {
  border: none;
}
.col .overview tr:last-child td {
  border-bottom: 3px double #ddd;
}
.col .overview .discount {
  color: #4eb3e7;
}
.col .overview .discount-red {
  color: #e50012;
}
.col .overview .discount-red .plus {
  font-style: normal;
  font-size: 1.3rem;
  color: #1296dc;
  display: block;
}
.col .notice {
  font-weight: normal;
  color: red;
}
@media screen and (max-width:768px) {
  .col .col-headline .border {
    display: block;
  }
  .col .cols {
    padding: 10px;
  }
  .col .cols .cols-headline {
    font-size: 1.6rem;
    padding: 10px 5px;
  }
  .col .cols .cols-subheadline {
    font-size: 1.5rem;
  }
  .col .overview {
    font-size: 1.4rem;
  }
  .col .overview th em,
  .col .overview td em {
    font-size: 1.2rem;
  }
  .col .overview th {
    font-size: 1.6rem;
  }
  .col .overview .border {
    padding: 5px 2px;
  }
}
.describe dt {
  text-align: center;
}
.describe dd {
  margin: 0 0 20px;
  padding-left: 1rem;
  position: relative;
}
.describe dd:before {
  background-color: #2E7DDE;
  content: "";
  display: block;
  left: 0;
  height: 6px;
  position: absolute;
  margin-top: -3px;
  top: calc(1.572em / 2);
  width: 6px;
}
.conclusive {
  text-align: right;
}
/* Coupon */
.col .overview.timetable {
  font-size: 2rem;
}
.col .overview.timetable td.ship {
  font-size: 1.8rem;
}
.col .overview.timetable td.ship span {
  color: #d80000;
}
@media screen and (max-width:768px) {
  .col .overview.timetable th,
  .col .overview.timetable td {
    font-size: 1.4rem;
  }
  .col .overview.timetable td.ship {
    font-size: 1.4rem;
  }
}
.col2 {
  column-count: 2;
}
@media screen and (max-width:768px) {
  .col2 {
    column-count: 1;
  }
}
.coupon-caution {
  display: table;
  width: 100%;
}
.coupon-caution dt {
  color: #f00;
  display: table-cell;
}
.coupon-caution dt:after {
  content: "）";
}
.coupon-caution dd {
  display: table-cell;
}
/* Adjustment */
.unit {
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .unit {
    font-size: inherit;
  }
}
/* Reservation */
.helpline {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .helpline {
    font-size: 1.4rem;
  }
}
.credit {
  letter-spacing: -0.4em;
  text-align: center;
  list-style: none;
  padding: 0;
}
.credit li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.credit li + li {
  margin-left: 18px;
}
@media screen and (max-width:768px) {
  .credit li img {
    zoom: 0.5;
  }
}
/* Info */
.tab-area {
  list-style: none;
  padding: 0;
  letter-spacing: -0.4em;
}
.tab-area li {
  cursor: pointer;
  display: inline-block;
  letter-spacing: normal;
  width: 25%;
}
.tab-area li a {
  display: block;
  height: 100%;
}
@media screen and (max-width:768px) {
  .tab-area {
    margin: 0 10px;
  }
  .tab-area li {
    position: relative;
    width: 50%;
  }
  .tab-area li:nth-of-type(n+3) {
    margin-top: 25px;
  }
}
.info-subheadline {
  font-size: 2rem;
  margin-top: 40px;
  padding-left: 30px;
  position: relative;
}
.info-subheadline:before {
  background-color: #2e7dde;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: calc(0.71em);
  width: 20px;
}
@media screen and (max-width:768px) {
  .info-subheadline {
    font-size: 1.6rem;
  }
  .info-subheadline:before {
    height: 2px;
  }
}
.shipview-menu {
  list-style: none;
  padding: 0;
  border-bottom: 2px solid #2d7dde;
  letter-spacing: -0.4em;
}
.shipview-menu li {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #2d7dde;
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: normal;
  cursor: pointer;
  text-align: center;
  width: 50%;
}
.shipview-menu li.active {
  background-color: #2d7dde;
  color: #fff;
  font-size: 1.8rem;
  padding: 4px 0;
}
.shipview-box div {
  display: none;
}
.shipview-box div.active {
  display: block;
}
.cabintype {
  border-bottom: 1px solid #ddd;
  font-size: 1.8rem;
  margin-bottom: 28px;
  padding: 2px 0 12px 20px;
  position: relative;
}
.cabintype:before {
  background-color: #2E7DDE;
  content: "";
  display: block;
  left: 0;
  height: 6px;
  margin-top: -3px;
  position: absolute;
  top: calc((1.42em + 4px) / 2);
  width: 6px;
}
@media screen and (max-width:768px) {
  .cabintype {
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding: 2px 0 6px 14px;
  }
  .cabintype:before {
    margin-top: -2px;
    height: 5px;
    width: 5px;
  }
}
img[src*="cabin-"] {
  display: block;
  margin: 0 auto;
}
img[src*="cabin-"] + * {
  margin-top: 14px;
}
@media screen and (max-width:768px) {
  img[src*="cabin-"] + * {
    margin-top: 10px;
  }
}
.back-shipview {
  border-top: 1px solid #ddd;
  font-size: 1.4rem;
  margin: 30px 0;
  padding-top: 10px;
  text-align: right;
}
.back-shipview a {
  padding-right: 20px;
  position: relative;
}
.back-shipview a:after {
  border-top: 1px solid #2e7dde;
  border-left: 1px solid #2e7dde;
  content: "";
  display: inline-block;
  height: 7px;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: rotate(45deg);
  width: 7px;
}
/* Access */
.mapArea {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 0;
}
.mapArea li {
  list-style-type: none;
}
.map-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.map-wrap > div {
  width: calc((100% - 14px)/2);
}
.map-wrap .gmap {
  position: relative;
  padding-bottom: 47.8082%;
  height: 0;
  overflow: hidden;
}
.map-wrap .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.mapShow > div {
  display: none;
}
.mapShow > div.active {
  display: block;
}
.mapTxt {
  text-align: right;
}
@media screen and (max-width:768px) {
  .map-wrap {
    display: block;
  }
  .map-wrap > div {
    width: 100%;
  }
  .map-wrap .gmap {
    margin-top: 18px;
    padding-bottom: 95.6164%;
  }
}
.cols .cols-headline.featured {
  color: #2c7dde;
}
.cols .howto-subheadline {
  font-size: 1.5rem;
  padding-left: 1.2rem;
  position: relative;
}
.cols .howto-subheadline:before {
  background-color: #2E7DDE;
  content: "";
  display: block;
  left: 0;
  height: 6px;
  position: absolute;
  margin-top: -3px;
  top: -webkit-calc(0.786em);
  top: calc(0.786em);
  width: 6px;
}
@media screen and (max-width:768px) {
  .cols .howto-subheadline:before {
    height: 5px;
    width: 5px;
    margin-top: -webkit-calc(-2.5px);
    margin-top: calc(-2.5px);
  }
}
/* Link */
.link-list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  justify-content: space-between;
  letter-spacing: -0.4em;
  line-height: 1.572;
  list-style: none;
  padding: 0;
}
.link-list li {
  box-sizing: border-box;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
  text-align: center;
  width: 48.143%;
}
.link-list li a {
  background-color: transparent;
  border: 1px solid #a1a1a1;
  border-radius: 6px;
  color: #2e7dde;
  display: table;
  height: 78px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.link-list li a:hover {
  border-color: #2e7dde;
}
.link-list li a:after {
  border-top: 1px solid #a1a1a1;
  border-left: 1px solid #a1a1a1;
  content: "";
  display: inline-block;
  height: 12px;
  margin-top: -9px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(135deg);
  width: 12px;
}
.link-list li a:hover:after {
  border-top-color: #2e7dde;
  border-left-color: #2e7dde;
}
.link-list li a div {
  display: table-cell;
  padding-right: 30px;
  text-align: center;
  vertical-align: middle;
}
.link-list li a div img {
  zoom: .6;
  max-width: 300px;
}
.link-list li p {
  margin: 10px 0 0;
  text-align: left;
}
@media screen and (max-width:768px) {
  .link-list li {
    font-size: 1.5rem;
    margin: 0 0 18px;
    width: 100%;
  }
  .link-list li a {
    height: 58px;
  }
  .link-list li a div span {
    font-size: 1.5rem;
  }
  .link-list li a:after {
    height: 10px;
    margin-top: -7px;
    width: 10px;
  }
  .link-list li a div img {
    zoom: .5;
  }
  .link-list li p {
    font-size: 1.2rem;
    margin-top: 6px;
  }
}
/* Faq */
.faq-list {
  font-size: 1.5rem;
}
.faq-list dt,
.faq-list dd {
  position: relative;
}
.faq-list dt:before,
.faq-list dd:before {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: calc(100% - 1em);
  text-align: right;
  top: 0;
}
.faq-list dt {
  border-bottom: 1px solid #dadada;
  color: #333;
  margin: 0 0 14px;
  padding: 0 0 6px 1.33333em;
}
.faq-list dt:before {
  color: #2c7dde;
  content: "Q.";
}
.faq-list dd {
  color: #777;
  margin: 0;
  padding: 0 0 0 1.33333em;
}
.faq-list dd:before {
  color: #e50012;
  content: "A.";
}
.faq-list dd + dt {
  margin-top: 24px;
}
@media screen and (max-width:768px) {
  .faq-list dt:before,
  .faq-list dd:before {
    font-size: 1.5rem;
    line-height: inherit;
  }
  .faq-list dd {
    font-size: 1.3rem;
  }
}
/* News */
#newsinfo .post h3 {
  border-bottom: 1px solid #dadada;
  font-size: 1.8rem;
  margin: 0 0 14px;
  padding: 0 0 6px 0;
}
#newsinfo .post h3 .date {
  color: #2e7dde;
  margin-right: 10px;
  float: left;
}
#newsinfo .post h3 .title {
  display: block;
  overflow: hidden;
}
#newsinfo .post .summary {
  color: #777;
}
#newsinfo .post .summary p {
  font-size: 1.5rem;
  line-height: 1.8;
}
#newsinfo .post + * {
  margin-top: 36px;
}
@media screen and (max-width:768px) {
  #newsinfo .post h3 {
    font-size: 1.5rem;
  }
  #newsinfo .post .summary p {
    font-size: 1.3rem;
  }
  #newsinfo .post + * {
    margin-top: 30px;
  }
}
.pagenation {
  margin: 75px auto !important;
  text-align: center;
}
.pagenation ul {
  list-style: none;
  padding: 0;
  font-size: 18px;
  letter-spacing: -0.4em;
}
.pagenation ul li {
  display: inline-block;
  letter-spacing: normal;
}
.pagenation ul li .current {
  background-color: #2d7dde;
  border: 1px solid #2d7dde;
  color: #fff;
  display: block;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  min-width: 35px;
}
.pagenation ul li a {
  border: 1px solid #ddd;
  color: #777;
  display: block;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  min-width: 35px;
}
.pagenation ul li a:hover {
  background-color: #2d7dde;
  border: 1px solid #2d7dde;
  color: #fff;
}
.pagenation ul li + li {
  margin-left: 12px;
}
.pagenation ul .prev a {
  padding: 0 12px;
}
.pagenation ul .prev a:before {
  color: #6da5e9;
  content: "≪ ";
}
.pagenation ul .next a {
  padding: 0 12px;
}
.pagenation ul .next a:after {
  color: #6da5e9;
  content: " ≫";
}
@media screen and (max-width:768px) {
  .pagenation {
    margin: 46px auto !important;
  }
  .pagenation ul {
    font-size: 1.5rem;
  }
  .pagenation ul li .current {
    height: 28px;
    line-height: 28px;
    min-width: 28px;
  }
  .pagenation ul li a {
    height: 28px;
    line-height: 28px;
    min-width: 28px;
  }
  .pagenation ul li + li {
    margin-left: 8px;
  }
  .pagenation ul .prev a,
  .pagenation ul .next a {
    padding: 0 8px;
  }
}
/* Fare */
#fare .fare-headline {
  font-weight: normal;
}
#fare .fare-headline .border {
  border-left: 3px solid #2e7dde;
  padding: 3px 0 3px 15px;
  color: #2e7dde;
}
#fare .fare-headline em {
  font-size: 1.5rem;
  font-style: normal;
  color: #333;
  margin-left: 10px;
}
#fare .fares {
  padding: 20px;
}
#fare .fares .fares-headline {
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-weight: normal;
  padding: 10px;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
}
#fare .fares .fares-headline .red {
  color: #f00;
}
#fare .overview {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.2;
  table-layout: fixed;
  border-collapse: collapse;
}
#fare .overview th,
#fare .overview td {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  position: relative;
}
#fare .overview th em,
#fare .overview td em {
  font-size: 1.3rem;
  font-style: normal;
}
#fare .overview th {
  font-weight: normal;
  font-size: 2rem;
  color: #2e7dde;
  border-top: none;
  border-bottom: 3px double #ddd;
}
#fare .overview .border {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 5px;
  border-left: 1px solid #ddd;
  display: block;
}
#fare .overview td:first-child .border {
  border: none;
}
#fare .overview tr:last-child td {
  border-bottom: 3px double #ddd;
}
#fare .overview .discount {
  color: #4eb3e7;
}
#fare .overview .discount-red {
  color: #e50012;
}
#fare .overview .discount-red .plus {
  font-style: normal;
  font-size: 1.3rem;
  color: #1296dc;
  display: block;
}
#fare .notice {
  font-weight: normal;
  color: red;
}
@media screen and (max-width:768px) {
  #fare .fare-headline .border {
    display: block;
  }
  #fare .fares {
    padding: 10px;
  }
  #fare .fares .fares-headline {
    font-size: 1.6rem;
    padding: 10px 5px;
  }
  #fare .overview {
    font-size: 1.4rem;
  }
  #fare .overview th em,
  #fare .overview td em {
    font-size: 1.2rem;
  }
  #fare .overview th {
    font-size: 1.6rem;
  }
  #fare .overview .border {
    padding: 5px 2px;
  }
}
/* Contact info for Smartphone */
.contact-info-smp {
  text-align: center;
  background-color: #ffd;
  padding: 10px 5px;
  overflow: hidden;
  display: none;
}
.contact-info-smp h2 {
  margin: 0;
}
.contact-info-smp p {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
@media screen and (max-width:768px) {
  .contact-info-smp {
    display: block;
  }
}
/**
 * Footer for Smartphone
 * @date 12 Jun 2017
 */
.smp-footer {
  width: 100%;
  position: relative;
  z-index: 1;
}
.smp-footer::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
  animation: ANIME-FADE 0.4s ease 0s 1 normal forwards;
  -webkit-animation: ANIME-FADE 0.4s ease 0s 1 normal forwards;
}
.smp-footer.active::before {
  display: block;
}
.smp-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.smp-footer .smp-fnav {
  width: 100%;
  position: relative;
  z-index: 101;
}
.smp-footer .smp-fnav.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
}
.smp-footer .smp-fnav .smp-fnav-primary {
  width: 100%;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 1rem;
  text-align: center;
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background-color: #2e7dde;
  position: relative;
  z-index: 1;
}
.smp-footer .smp-fnav .smp-fnav-primary li {
  width: 25%;
  border-right: 1px dotted #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.smp-footer .smp-fnav .smp-fnav-primary li:last-child {
  border: none;
}
.smp-footer .smp-fnav .smp-fnav-primary li a {
  width: 100%;
  color: #FFF;
  text-decoration: none;
  padding: 5px 0;
  display: block;
}
.smp-footer .smp-fnav .smp-fnav-primary li a::before {
  content: '';
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 34px auto;
  -webkit-background-size: 34px auto;
  background-size: 34px auto;
  display: block;
  margin: 0 auto;
}
.smp-footer .smp-fnav .smp-fnav-primary li a.for-menu {
  position: relative;
}
.smp-footer .smp-fnav .smp-fnav-primary li a.for-menu::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/images/common/smp-menu-arrow.png) no-repeat center top;
  -moz-background-size: 16px auto;
  -webkit-background-size: 16px auto;
  background-size: 16px auto;
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  display: none;
}
.smp-footer .smp-fnav .smp-fnav-primary li a.for-menu.active::before {
  background-position: 0 -34px;
}
.smp-footer .smp-fnav .smp-fnav-primary li a.for-menu.active::after {
  display: block;
}
.smp-footer .smp-fnav .smp-fnav-primary li:nth-child(1) a::before {
  background-image: url(/images/common/nav-icon-schedule-sp.png);
}
.smp-footer .smp-fnav .smp-fnav-primary li:nth-child(2) a::before {
  background-image: url(/images/common/nav-icon-fare-sp.png);
}
.smp-footer .smp-fnav .smp-fnav-primary li:nth-child(3) a::before {
  background-image: url(/images/common/nav-icon-reservation-sp.png);
}
.smp-footer .smp-fnav .smp-fnav-primary li:nth-child(4) a::before {
  background-image: url(/images/common/nav-icon-menu-sp.png);
}
.smp-footer .smp-fnav .smp-fnav-secondary {
  width: 100%;
  font-family: 'NotoSansCJKjp-Regular', sans-serif;
  font-size: 1.5rem;
  text-align: center;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transform: translateY(-100%);
  display: none;
  animation: ANIME-MENU 0.4s ease 0s 1 normal forwards;
  -webkit-animation: ANIME-MENU 0.4s ease 0s 1 normal forwards;
}
.smp-footer .smp-fnav .smp-fnav-secondary.active {
  display: block;
}
.smp-footer .smp-fnav .smp-fnav-secondary li {
  border-top: 1px solid #2e7dde;
}
.smp-footer .smp-fnav .smp-fnav-secondary li a {
  color: #2e7dde;
  text-decoration: none;
  padding: 10px;
  display: block;
}
.smp-footer .smp-fnav .smp-fnav-secondary li a::before {
  content: '';
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 28px auto;
  -webkit-background-size: 28px auto;
  background-size: 28px auto;
  display: inline-block;
  vertical-align: -0.7rem;
  margin-right: 5px;
}
.smp-footer .smp-fnav .smp-fnav-secondary li:nth-child(1) a::before {
  background-image: url(/images/common/nav-icon-info.png);
}
.smp-footer .smp-fnav .smp-fnav-secondary li:nth-child(2) a::before {
  background-image: url(/images/common/nav-icon-access.png);
}
.smp-footer .smp-fnav .smp-fnav-secondary li:nth-child(3) a::before {
  background-image: url(/images/common/nav-icon-faq.png);
}
.smp-footer .smp-fnav .smp-fnav-secondary li:nth-child(4) a::before {
  background-image: url(/images/common/nav-icon-link.png);
}
.smp-footer .smp-btns {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -50px;
}
.smp-footer .smp-btns .smp-btn-return {
  display: block;
  transform: translateX(40px);
  transition: transform .2s ease 0s;
}
.smp-footer .smp-btns .smp-btn-return.active {
  transform: translateX(0);
  transition: transform .4s ease 0s;
}
@keyframes ANIME-FADE {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ANIME-MENU {
  0% {
    opacity: 1;
    transform: translateY(-80%);
  }
  100% {
    opacity: 1;
    transform: translateY(-100%);
  }
}
/* Smartphone fNav selected */
.page-schedule .smp-fnav-primary li:nth-child(1) a::before,
.page-fare .smp-fnav-primary li:nth-child(2) a::before,
.page-reservation .smp-fnav-primary li:nth-child(3) a::before {
  background-position: 0 -34px;
}
/* for Device */
.smp-footer {
  display: none;
}
@media screen and (max-width:768px) {
  .smp-footer {
    display: block;
  }
}
.main-visual .bx-wrapper {
  width: 1280px;
  top: -15px;
  margin: 0 auto;
}
.main-visual .bx-wrapper .bx-prev {
  background-image: url(/images/common/prev.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.main-visual .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.main-visual .bx-wrapper .bx-next {
  background-image: url(/images/common/next.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.main-visual .bx-wrapper .bx-next:hover {
  background-position: 0 0;
}
.main-visual .bx-wrapper ul {
  padding: 0;
}
.main-visual .bx-wrapper .bx-pager {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: auto;
}
.main-visual .bx-wrapper .bx-pager.bx-default-pager a {
  width: 8px;
  height: 8px;
  text-align: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #d6e4ef;
  border: 2px solid #d6e4ef;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin: 0 6px;
}
.main-visual .bx-wrapper .bx-pager.bx-default-pager a.active,
.main-visual .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #105ba3;
}
@media screen and (max-width:768px) {
  .main-visual .bx-wrapper {
    width: 100%;
    top: 0;
    margin: 0;
  }
  .main-visual .bx-wrapper .bx-prev,
  .main-visual .bx-wrapper .bx-next {
    background-size: 50%;
  }
  .main-visual .bx-wrapper .bx-next {
    background-position: 15px 0;
  }
  .main-visual .bx-wrapper .bx-pager {
    position: static;
    right: auto;
    bottom: auto;
    margin: 15px 0;
    padding: 0;
  }
  .main-visual .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
    text-align: left;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #b4d0f3;
    border: none;
    margin: 0 6px;
  }
  .main-visual .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #2e7dde;
  }
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  margin: auto;
  display: block !important;
}



/* fare フェリー料金タブ */
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.fares input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tabpanel {
	display: none;
}
.fares input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.fares input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2) {
	display: block;
}
.fares label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	border-color: #cccccc;
	border-bottom: 0;
	width: 50%;
	text-align: center;
	border-radius: 6px 6px 0 0;
	font-size: 1.7em;
	background: #eee
}
/*.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}*/
.fares input:checked + label {
	margin-bottom: -1px;
	border-bottom: 1px solid #0066cc;
	background: #0066cc;
	color: #fff;
}
.cp_tabpanel {
	padding: 0.5em 1em;
	border: 1px solid #cccccc;
	border-radius: 0 0 6px 6px;
}

@media (max-width: 768px) {
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.5em;
	}
}



/*------------ 6m以上の車両運賃　新運賃タブの調整金を表示する場合はこれより下のスタイルを削除--------------*/
#sixm_tab02 th:nth-child(2) span { font-size: 18px}
#sixm_tab02 .discount-red div { text-indent: 200%; overflow: hidden; white-space: nowrap}