﻿@import url(move_style.css);
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .en .slick-dots {
    bottom: 10px;
  }
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
}
.slick-dots li button {
  appearance: none;
  width: 11px;
  height: 11px;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  font-size: 0;
}
.slick-dots li.slick-active button {
  background-color: #294da5;
}
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.remodal-overlay {
  background: rgba(235, 240, 242, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
body,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
html,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 400;
}
ul,
li,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
}
html {
  font-size: 62.5%;
}
body {
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "Arial", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  transition: opacity 0.6s;
}
body.page--loaded {
  opacity: 1;
}
body.spnav--open {
  height: 100%;
  overflow: hidden;
}
.en body {
  font-family: arial, sans-serif;
}
a {
  color: #294da5;
}
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kjq7p9");
  src: url("../fonts/icomoon.eot?kjq7p9#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.woff2?kjq7p9") format("woff2"),
    url("../fonts/icomoon.ttf?kjq7p9") format("truetype"),
    url("../fonts/icomoon.woff?kjq7p9") format("woff"),
    url("../fonts/icomoon.svg?kjq7p9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon--"],
[class*=" icon--"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon--triangle:before {
  content: "\e902";
}
.icon--phone:before {
  content: "\e943";
}
.icon--arrowRight:before {
  content: "\e901";
}
.icon--arrowLeft:before {
  content: "\e903";
}
.icon--arrowBottom:before {
  content: "\e900";
  color: #274ca5;
}
.icon--arrowBottom.white:before {
  color: #fff;
}
.icon--facebook:before {
  content: "\ea90";
}
.icon--instagram:before {
  content: "\ea92";
}
.icon--twitter:before {
  content: "\ea96";
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}
.gheader {
  position: relative;
  z-index: 101;
}
@media screen and (max-width: 1024px) {
  .gheader .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.gheader--top {
  padding-top: 24px;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .gheader--top {
    padding-top: 0;
  }
}
.gheader--top:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 26px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .gheader--top:before {
    height: 100%;
  }
}
.gheader--top:after {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  background: url("../img/header/gnav_wave3.png") repeat 50% 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: background-color 0.3s;
}
.megadrop--open .gheader--top:after {
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .gheader--top:after {
    display: none;
  }
}
.gheader__top {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  position: relative;
  z-index: 5;
}
.gheader--top .gheader__top {
  padding-top: 0;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .gheader__top {
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
  }
  .gheader--top .gheader__top {
    padding-top: 10px;
  }
}
.gheader__logo {
  width: 251px;
  height: 47px;
}
.gheader__logo a {
  width: 100%;
  display: block;
  height: 0;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 47px;
  background-image: url("../img/header/logo@2x.png");
}
.en .gheader__logo a {
  background-image: url("../img/header/logo_en@2x.png");
}
@media screen and (max-width: 1024px) {
  .gheader__logo {
    width: 100px;
    height: 19px;
    margin-left: 10px;
  }
  .gheader__logo a {
    padding-top: 19px;
  }
  .en .gheader__logo a {
    padding-top: 25px;
  }
}
.gheader__snav {
  font-size: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .gheader__snav {
    width: calc(100% - 100px - 60px);
    padding-right: 60px;
  }
  .en .gheader__snav {
    width: 100px;
    padding-right: 66px;
  }
}
@media screen and (max-width: 1024px) {
  .gheader__snav .button--question {
    display: none;
  }
  .gheader__snav .button--assist {
    display: none;
  }
}
.gheader__snav .button--gsearch {
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .gheader__snav .button--gsearch {
    display: none;
  }
}
.gheader__snav .button--language {
  margin-left: 5px;
}
@media screen and (max-width: 1024px) {
  .gheader__snav .button--language {
    width: 50%;
  }
  .en .gheader__snav .button--language {
    width: 100%;
  }
  .gheader__snav .button--language a {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.gheader__snav .button--schedule {
  display: none;
}
@media screen and (max-width: 1024px) {
  .gheader__snav .button--schedule {
    display: block;
    width: 50%;
    margin-left: 5px;
    margin-right: 5px;
  }
  .gheader__snav .button--schedule a {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0;
    font-size: 1.1rem;
    text-align: center;
    background-color: #294da5;
    color: #fff;
    border-radius: 5px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
      "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO",
      sans-serif;
    letter-spacing: 0;
  }
  .gheader__snav .button--schedule a:hover {
    background-color: #fff;
    color: #294da5;
    box-shadow: inset 0 0 0 3px #294da5;
  }
}
.gheader__snav .button--contact {
  margin-left: 5px;
}
@media screen and (max-width: 1024px) {
  .gheader__snav .button--contact {
    display: none;
  }
}
.gheader--top .gheader__snav {
  margin-top: -10px;
}
@media screen and (max-width: 1024px) {
  .gheader--top .gheader__snav {
    margin-top: 0;
  }
}
.gheader__bottom {
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .gheader__bottom {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .en .gheader--top .gheader__bottom {
    display: none;
  }
}
.gnav {
  position: relative;
}
.gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transform: translate(0, -67px);
  opacity: 0;
  transition: all 0.3s;
  z-index: 100;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.gnav.fixed .gnav__list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.gnav--fixed .gnav {
  transform: translate(0, 0);
  opacity: 1;
}
.gnav__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .gnav__list {
    height: 70px;
    border-top: 2px solid #e9e9e9;
  }
  .en .gnav__list {
    display: none;
  }
}
.en .gnav__list {
  height: 70px;
  align-items: center;
}
.gnav__list li {
  width: calc(100% / 6);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .gnav__list li {
    width: 20%;
    height: 100%;
    flex: 1;
    border-right: 2px solid #e9e9e9;
  }
  .gnav__list li.cargo {
    border-right: none;
  }
  .gnav__list li.shop span {
    font-size: 9px !important;
  }
}
.en .gnav__list li {
  height: 100%;
  flex: 1;
}
.gnav__list li a {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.6rem;
  text-decoration: none;
  color: #333333;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO",
    sans-serif;
  line-height: 50px;
  padding-bottom: 8px;
  position: relative;
  transition: all 0.3s;
}
.gnav__list li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .gnav__list li a {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 6px;
    flex-direction: column;
    box-sizing: border-box;
  }
}
.en .gnav__list li a {
  height: 100%;
  box-sizing: border-box;
  line-height: 1.2;
}
.gnav__list li a i,
.gnav__list li a span {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .gnav__list li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin-bottom: 8px;
  }
  .gnav__list li a i.icon--gnavBoarding {
    width: 58%;
    max-width: 65px;
  }
  .gnav__list li a i.icon--gnavOurship {
    width: 65%;
    max-width: 70px;
  }
  .gnav__list li a i.icon--gnavIsland {
    width: 46%;
    max-width: 50px;
  }
  .gnav__list li a i.icon--gnavTours {
    width: 35%;
    max-width: 40px;
  }
  .gnav__list li a i.icon--gnavCargo {
    width: 40%;
    max-width: 50px;
  }
  .gnav__list li a i.icon--gnavShop {
    width: 32%;
    max-width: 40px;
  }
}
.gnav__list li a span {
  margin-left: 4px;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .gnav__list li a span {
    font-size: 1rem;
    margin-left: 0;
    line-height: 1;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1024px) {
  .en .gnav__list li a span {
    white-space: inherit;
  }
}
.gnav__list li a .icon--arrowBottom {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: scale(0.6);
  font-size: 10px;
}
.megadrop--open .gnav__list li a .icon--arrowBottom {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .gnav__list li a .icon--arrowBottom {
    display: none;
  }
}
.en .gnav__list li a .icon--arrowBottom {
  bottom: 4px;
}
.gnav__list li.schedule {
  background-color: #294da5;
  padding-top: 4px;
}
.gnav__list li.schedule a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .gnav__list li.schedule {
    display: none;
  }
}
.gnav__list li .current__list {
  border-bottom: 2px solid #e12000;
}
.gheader--top .gnav__list {
  position: relative;
  z-index: 2;
  align-items: flex-end;
}
.gheader--top .gnav__list li {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .gheader--top .gnav__list li {
    width: 20%;
  }
}
.gheader--top .gnav__list li a {
  padding-top: 30px;
  padding-bottom: 33px;
  flex-direction: column-reverse;
}
@media screen and (max-width: 1024px) {
  .gheader--top .gnav__list li a {
    padding: 0;
    padding-bottom: 12ox;
    padding-top: 12ox;
    flex-direction: column;
  }
}
.gheader--top .gnav__list li a i,
.gheader--top .gnav__list li a span {
  display: block;
  text-align: center;
}
.gheader--top .gnav__list li a span {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-left: 0;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .gheader--top .gnav__list li a span {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.en .gheader--top .gnav__list li a span {
  font-size: 1.4rem;
}
.gheader--top .gnav__list li a i {
  margin-left: auto;
  margin-right: auto;
  height: 62px;
  display: flex;
  align-items: flex-end;
}
.gheader--top .gnav__list li a i.icon--gnavBoarding {
  width: 83px;
}
.gheader--top .gnav__list li a i.icon--gnavOurship {
  width: 96px;
}
.gheader--top .gnav__list li a i.icon--gnavIsland {
  width: 65px;
}
.gheader--top .gnav__list li a i.icon--gnavTours {
  width: 51px;
}
.gheader--top .gnav__list li a i.icon--gnavCargo {
  width: 58px;
}
.gheader--top .gnav__list li a i.icon--gnavSchedule {
  width: 105px;
  padding-left: 10px;
}
.gheader--top .gnav__list li a i.icon--gnavShop {
  width: 45px;
}
.gheader--top .gnav__list li a i.icon--gnavRecruit {
  width: 58px;
}
@media screen and (max-width: 1024px) {
  .gheader--top .gnav__list li a i {
    height: 30px;
    margin-bottom: 8px;
  }
  .gheader--top .gnav__list li a i.icon--gnavBoarding {
    width: 58%;
    max-width: 50px;
  }
  .gheader--top .gnav__list li a i.icon--gnavOurship {
    width: 65%;
    max-width: 30px;
  }
  .gheader--top .gnav__list li a i.icon--gnavIsland {
    width: 46%;
    max-width: 40px;
  }
  .gheader--top .gnav__list li a i.icon--gnavTours {
    width: 35%;
    max-width: 30px;
  }
  .gheader--top .gnav__list li a i.icon--gnavCargo {
    width: 40%;
    max-width: 40px;
  }
  .gheader--top .gnav__list li a i.icon--gnavShop {
    width: 32%;
    max-width: 32px;
  }
  .gheader--top .gnav__list li a i.icon--gnavRecruit {
    width: 40%;
    max-width: 40px;
  }
}

@media screen and (max-width: 640px) {
  .gheader--top .gnav__list li a i {
    height: 28%;
  }
}

.gheader--top .gnav__list li a i.icon--arrowBottom {
  margin-left: -7px;
  height: auto;
  bottom: 10px;
  font-size: 0.9rem;
  transition: opacity 0.3s;
  transform: scale(1);
}
.en .gheader--top .gnav__list li a i.icon--arrowBottom {
  transform: scale(0.6);
  font-size: 10px;
  bottom: 5px;
}
.megadrop--open .gheader--top .gnav__list li a i.icon--arrowBottom {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .gheader--top .gnav__list li a i.icon--arrowBottom {
    display: none;
  }
}
.gheader--top .gnav__list li.boarding a {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 1024px) {
  .gheader--top .gnav__list li.boarding {
    padding-left: 0;
  }
  .gheader--top .gnav__list li.boarding a {
    padding-left: 0;
    padding-right: 0;
  }
}
.gheader--top .gnav__list li.ourship {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .gheader--top .gnav__list li.ourship {
    padding-left: 0;
    padding-right: 0;
  }
}
.gheader--top .gnav__list li.island {
  /* padding-left: 7px;
  padding-right: 7px; */
}
@media screen and (max-width: 1024px) {
  .gheader--top .gnav__list li.island {
    padding-left: 0;
    padding-right: 0;
  }
}
.gheader--top .gnav__list li.tours a i {
  padding-right: 13px;
}
@media screen and (max-width: 1024px) {
  .gheader--top .gnav__list li.tours a i {
    padding-right: 0;
  }
}
.gheader--top .gnav__list li.schedule {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: none;
  overflow: hidden;
  padding: 0;
  margin-bottom: -1px;
  margin-left: 5px;
}
.gheader--top .gnav__list li.schedule a {
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
  height: 100%;
}
.gheader--top .gnav__list li.schedule a span {
  margin-top: -5px;
}
@media screen and (max-width: 1024px) {
  .gheader--top .gnav__list li.schedule {
    display: none;
  }
}
.pankuzu {
  padding: 3px 0 6px;
  background-color: #ebf0f2;
  line-height: 1.2;
}
.pankuzu a,
.pankuzu span {
  display: inline-block;
  font-size: 1.1rem;
  color: #294da5;
  margin: 0 1px;
  line-height: 1.2;
}
.pankuzu a {
  text-decoration: underline;
}
.pankuzu a:hover {
  text-decoration: none;
}
.gnavMega {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 101;
  box-shadow: 1px 3px 21px 0px rgba(102, 102, 102, 0.34);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.megadrop--open .gnavMega {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.gnav--fixed .gnavMega {
  position: fixed;
  top: 64px;
}
.gnavMega__inner {
  border-top: 3px solid #294da5;
  background-color: #ebf0f2;
  margin-top: -2px;
}
.megadrop--MegaSchedule .gnavMega__inner {
  background-color: #294da5;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .gnavMega {
    display: none;
  }
}
.gnavMegaArrow {
  position: absolute;
  top: -10px;
  width: 21px;
  height: 10px;
  background: url("../img/header/arrow@2x.png") no-repeat 50% 100%;
  background-size: auto 10px;
}
.megadrop--MegaBoarding .gnavMegaArrow,
.megadrop--MegaBoarding.gnav--fixed .gheader--top .gnavMegaArrow {
  left: 110px;
}
.megadrop--MegaOurship .gnavMegaArrow,
.megadrop--MegaOurship.gnav--fixed .gheader--top .gnavMegaArrow {
  left: 277px;
}
.megadrop--MegaIsland .gnavMegaArrow,
.megadrop--MegaIsland.gnav--fixed .gheader--top .gnavMegaArrow {
  left: 443px;
}
.megadrop--MegaTours .gnavMegaArrow,
.megadrop--MegaTours.gnav--fixed .gheader--top .gnavMegaArrow {
  left: 611px;
}
.megadrop--MegaSchedule .gnavMegaArrow,
.megadrop--MegaSchedule.gnav--fixed .gheader--top .gnavMegaArrow {
  display: none;
}
.megadrop--MegaEnReservation .gnavMegaArrow,
.megadrop--MegaEnReservation.gnav--fixed .gheader--top .gnavMegaArrow {
  left: 130px;
}
.megadrop--MegaEnTimeFare .gnavMegaArrow,
.megadrop--MegaEnTimeFare.gnav--fixed .gheader--top .gnavMegaArrow {
  left: 330px;
}
.megadrop--MegaEnRoute .gnavMegaArrow,
.megadrop--MegaEnRoute.gnav--fixed .gheader--top .gnavMegaArrow {
  left: 540px;
}
.megadrop--MegaEnBaggage .gnavMegaArrow,
.megadrop--MegaEnBaggage.gnav--fixed .gheader--top .gnavMegaArrow {
  left: 730px;
}
.megadrop--MegaBoarding .gheader--top .gnavMegaArrow {
  left: 90px;
}
.megadrop--MegaOurship .gheader--top .gnavMegaArrow {
  left: 267px;
}
.megadrop--MegaIsland .gheader--top .gnavMegaArrow {
  left: 438px;
}
.megadrop--MegaTours .gheader--top .gnavMegaArrow {
  left: 610px;
}
.gnavMegaMenu {
  display: flex;
}
.en .gnavMegaMenu {
  min-height: 200px;
}
.en .gnavMegaMenu#MegaEnReservation {
  min-height: 276px;
}
@media screen and (max-width: 1024px) {
  .en .gnavMegaMenu {
    min-height: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .gnavMegaMenu {
    display: block;
  }
}
.gnavMegaMenu__title {
  font-size: 1.8rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO",
    sans-serif;
  line-height: 1;
  position: relative;
  letter-spacing: 0.1em;
  height: 100%;
  width: 100%;
}
.gnavMegaMenu__title a {
  height: 100%;
  width: 100%;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
}
.gnavMegaMenu__title a span {
  color: #fff;
  padding: 15px 20px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .gnavMegaMenu__title a {
    position: relative;
  }
  .gnavMegaMenu__title a span {
    padding-left: 60px;
    color: #294da5;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "Arial", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
  }
}
.gnavMegaMenu__left {
  width: 225px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .gnavMegaMenu__left {
    width: auto;
    background-image: none !important;
  }
}
.gnavMegaMenu__right {
  width: calc(100% - 225px);
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 10px;
}
@media screen and (max-width: 1024px) {
  .gnavMegaMenu__right {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 0;
  }
}
.gnavMegaMenu__btns {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .gnavMegaMenu__btns {
    display: none;
  }
}
.gnavMegaMenu__btns p {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
}
.gnavMegaMenu__btns p:last-child {
  margin-bottom: 0;
}
.gnavMegaMenu__btns .btn {
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  text-align: center;
  font-weight: normal;
  transition: all 0.3s;
  white-space: nowrap;
}
.gnavMegaMenu__btns .btn:hover {
  opacity: 0.7;
}
.gnavMegaMenu__btns .btn i {
  font-size: 1rem;
  margin-right: 5px;
}
.gnavMegaMenu__btns .btn.btn--blue:hover {
  background-color: #294da5;
  color: #fff;
}
.en .gnavMegaMenu__btns .btn {
  text-align: left;
  padding: 10px 6px;
}
.gnavMegaMenu__nav {
  display: flex;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .gnavMegaMenu__nav {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.en .gnavMegaMenu__nav .boardingIndex__btn {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.en .gnavMegaMenu__nav .boardingIndex__btn a {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.en .gnavMegaMenu__nav .boardingIndex__btn a span {
  padding-top: 10px;
  color: #294da5;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.gnavMegaMenu__navTitle {
  margin-bottom: 15px;
  white-space: nowrap;
}
.gnavMegaMenu__navTitle--long {
  white-space: normal;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.gnavMegaMenu__navTitle.title--hasIcon span.sicon {
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.gnavMegaMenu__navTitle.title--hasIcon span.mini {
  font-size: 0.8rem;
  line-height: 1.4;
}
.megadrop--MegaSchedule .gnavMegaMenu__navTitle.title--hasIcon span {
  color: #fff;
  vertical-align: bottom;
  line-height: 1;
}
.megadrop--MegaSchedule .gnavMegaMenu__navTitle.title--hasIcon span.sicon {
  padding-left: 30px;
  line-height: 1.4;
}
.gnavMegaMenu__navCol--01 .gnavMegaMenu__navTitle span.sicon {
  background-image: url("../img/icon/schedule_menu_title01@2x.png");
  background-size: auto 12px;
}
.gnavMegaMenu__navCol--02 .gnavMegaMenu__navTitle span.sicon {
  background-image: url("../img/icon/schedule_menu_title02@2x.png");
  background-size: auto 18px;
}
.gnavMegaMenu__navCol {
  width: calc(100% / 4 - 20px);
  margin: 10px;
}
.en .gnavMegaMenu__navCol {
  margin: 10px 10px 25px;
}
.gnavMegaMenu__navCol a {
  display: block;
  transition: all 0.3s;
}
.gnavMegaMenu__navCol a:hover {
  opacity: 0.7;
}
.gnavMegaMenu__navCol > span {
  display: block;
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .gnavMegaMenu__navCol {
    width: 50%;
    margin: 0;
  }
}
.gnavMegaMenu__navCol__image span {
  display: block;
  height: 0;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 47.6190476%;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .gnavMegaMenu__navCol__image {
    display: none;
  }
}
.gnavMegaMenu__navCol__title {
  padding: 5px 10px;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}
.gnavMegaMenu__navCol__title i,
.gnavMegaMenu__navCol__title span {
  display: inline-block;
  vertical-align: middle;
}
.gnavMegaMenu__navCol__title i {
  font-size: 0.9rem;
  margin-right: 5px;
}
.gnavMegaMenu__navColInner {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
.gnavMegaMenu__navColInner__col {
  width: calc(50% - 8px);
  margin: 0 8px;
}
@media screen and (max-width: 1024px) {
  .gnavMegaMenu__navColInner {
    margin-right: 0;
    margin-left: 0;
    justify-content: space-between;
  }
  .gnavMegaMenu__navColInner__col {
    width: calc(50% - 2.5px);
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .gnavMegaMenu__navList {
    width: 100%;
  }
}
.gnavMegaMenu__navList li {
  margin-bottom: 5px;
}
.megadrop--MegaSchedule .gnavMegaMenu__navList li {
  margin-bottom: 16px;
}
.gnavMegaMenu__navList li a {
  display: block;
  padding: 9px 10px 8px 10px;
  line-height: 1.2;
  font-weight: normal;
  transition: all 0.3s;
}
.gnavMegaMenu__navList li a:hover {
  opacity: 0.7;
}
.gnavMegaMenu__navList li a i,
.gnavMegaMenu__navList li a span {
  display: inline-block;
  vertical-align: top;
}
.gnavMegaMenu__navList li a i:before,
.gnavMegaMenu__navList li a span:before {
  vertical-align: top;
}
.gnavMegaMenu__navList li a i {
  font-size: 0.8rem;
  margin-right: 5px;
  padding-top: 5px;
}
.gnavMegaMenu__navList li a span {
  width: calc(100% - 15px);
  font-size: 1.4rem;
}
.gnavMegaMenu__navList li.off a {
  pointer-events: none;
  opacity: 0.3;
}
@media screen and (max-width: 1024px) {
  .gnavMegaMenu__navList li a {
    padding: 15px 10px 15px 50px;
    position: relative;
    margin-top: 5px;
  }
  .gnavMegaMenu__navList li a span {
    font-size: 1.8rem;
  }
  .gnavMegaMenu__navList li a.noicon {
    padding-left: 10px;
  }
  .gnavMegaMenu__navList li a i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    margin-right: 0;
    padding-top: 0;
  }
}
.gnavMegaMenu#MegaBoarding .gnavMegaMenu__left,
.gnavMegaMenu#MegaEnReservation .gnavMegaMenu__left {
  background-image: url("../img/header/mega_boarding_bg.jpg");
}
.gnavMegaMenu#MegaOurship .gnavMegaMenu__left {
  background-image: url("../img/header/mega_ourship_bg.jpg");
}
.gnavMegaMenu#MegaOurship
  .gnavMegaMenu__navCol--01
  .gnavMegaMenu__navCol__image
  span,
.gnavMegaMenu#MegaBoarding
  .gnavMegaMenu__navCol--01
  .gnavMegaMenu__navCol__image
  span {
  background-image: url("../img/header/mega_ourship_menu01.jpg");
}
.gnavMegaMenu#MegaOurship
  .gnavMegaMenu__navCol--02
  .gnavMegaMenu__navCol__image
  span,
.gnavMegaMenu#MegaBoarding
  .gnavMegaMenu__navCol--02
  .gnavMegaMenu__navCol__image
  span {
  background-image: url("../img/header/mega_ourship_menu02.jpg");
}
.gnavMegaMenu#MegaOurship
  .gnavMegaMenu__navCol--03
  .gnavMegaMenu__navCol__image
  span,
.gnavMegaMenu#MegaBoarding
  .gnavMegaMenu__navCol--03
  .gnavMegaMenu__navCol__image
  span {
  background-image: url("../img/header/mega_ourship_menu03.jpg");
}
.gnavMegaMenu#MegaOurship
  .gnavMegaMenu__navCol--03
  .gnavMegaMenu__navCol__title,
.gnavMegaMenu#MegaBoarding
  .gnavMegaMenu__navCol--03
  .gnavMegaMenu__navCol__title {
  letter-spacing: -0.1em;
  white-space: nowrap;
}
.gnavMegaMenu#MegaOurship
  .gnavMegaMenu__navCol--04
  .gnavMegaMenu__navCol__image
  span,
.gnavMegaMenu#MegaBoarding
  .gnavMegaMenu__navCol--04
  .gnavMegaMenu__navCol__image
  span {
  background-image: url("../img/header/mega_ourship_menu04.jpg");
}
.gnavMegaMenu#MegaOurship
  .gnavMegaMenu__navCol--05
  .gnavMegaMenu__navCol__image
  span,
.gnavMegaMenu#MegaBoarding
  .gnavMegaMenu__navCol--05
  .gnavMegaMenu__navCol__image
  span {
  background-image: url("../img/header/mega_ourship_menu05.jpg");
}
.gnavMegaMenu#MegaIsland .gnavMegaMenu__left {
  background-image: url("../img/header/mega_island_bg.jpg");
}
.gnavMegaMenu#MegaIsland
  .gnavMegaMenu__navCol--01
  .gnavMegaMenu__navCol__image
  span {
  background-image: url("../img/header/mega_island_menu01.jpg");
}
.gnavMegaMenu#MegaIsland
  .gnavMegaMenu__navCol--02
  .gnavMegaMenu__navCol__image
  span {
  background-image: url("../img/header/mega_island_menu02.jpg");
}
.gnavMegaMenu#MegaIsland
  .gnavMegaMenu__navCol--03
  .gnavMegaMenu__navCol__image
  span {
  background-image: url("../img/header/mega_island_menu03.jpg");
}
.gnavMegaMenu#MegaIsland
  .gnavMegaMenu__navCol--04
  .gnavMegaMenu__navCol__image
  span {
  background-image: url("../img/header/mega_island_menu04.jpg");
}
.gnavMegaMenu#MegaIsland
  .gnavMegaMenu__navCol--05
  .gnavMegaMenu__navCol__image
  span {
  background-image: url("../img/header/mega_island_menu05.jpg");
}
.gnavMegaMenu#MegaIsland
  .gnavMegaMenu__navCol--06
  .gnavMegaMenu__navCol__image
  span {
  background-image: url("../img/header/mega_island_menu06.jpg");
}
.gnavMegaMenu#MegaIsland
  .gnavMegaMenu__navCol--07
  .gnavMegaMenu__navCol__image
  span {
  background-image: url("../img/header/mega_island_menu07.jpg");
}
.gnavMegaMenu#MegaIsland
  .gnavMegaMenu__navCol--08
  .gnavMegaMenu__navCol__image
  span {
  background-image: url("../img/header/mega_island_menu08.jpg");
}
.gnavMegaMenu#MegaTours .gnavMegaMenu__left {
  background-image: url("../img/header/mega_tours_bg.jpg");
}
.gnavMegaMenu#MegaTours
  .gnavMegaMenu__navCol--01
  .gnavMegaMenu__navCol__image
  span {
  background-image: url("../img/header/mega_tours_menu01.jpg");
}
.gnavMegaMenu#MegaTours
  .gnavMegaMenu__navCol--02
  .gnavMegaMenu__navCol__image
  span {
  background-image: url("../img/header/mega_tours_menu02.jpg");
}
.gnavMegaMenu#MegaTours
  .gnavMegaMenu__navCol--03
  .gnavMegaMenu__navCol__image
  span {
  background-image: url("../img/header/mega_tours_menu03.jpg");
}
.gnavMegaMenu#MegaShop .gnavMegaMenu__left {
  background-image: url("../img/header/mega_shop_bg.jpg");
}
.gnavMegaMenu#MegaShop
  .gnavMegaMenu__navCol--01
  .gnavMegaMenu__navCol__image
  span {
  background-image: url("../img/header/mega_shop_menu01.jpg");
}
.gnavMegaMenu#MegaShop
  .gnavMegaMenu__navCol--02
  .gnavMegaMenu__navCol__image
  span {
  background-image: url("../img/header/mega_shop_menu02.jpg");
}
.gnavMegaMenu#MegaShop
  .gnavMegaMenu__navCol--03
  .gnavMegaMenu__navCol__image
  span {
  background-image: url("../img/header/mega_shop_menu03.jpg");
}
.gnavMegaMenu#MegaSchedule .gnavMegaMenu__left {
  background-image: url("../img/header/mega_schedule_bg.jpg");
}
.gnavMegaMenu#MegaSchedule .gnavMegaMenu__navCol--01 {
  width: 45.89041%;
}
.gnavMegaMenu#MegaSchedule .gnavMegaMenu__navCol--02 {
  width: 27.39726%;
}
@media screen and (max-width: 1024px) {
  .gnavMegaMenu#MegaSchedule .gnavMegaMenu__navCol--01 {
    width: 100%;
  }
  .gnavMegaMenu#MegaSchedule .gnavMegaMenu__navCol--02 {
    margin-top: 15px;
    width: 100%;
  }
}
.gnavMegaMenu#MegaEnTimeFare .gnavMegaMenu__left {
  background-image: url("../img/header/mega_ourship_bg.jpg");
}
.gnavMegaMenu#MegaEnRoute .gnavMegaMenu__left {
  background-image: url("../img/header/mega_schedule_bg.jpg");
}
.gnavMegaMenu#MegaEnBaggage .gnavMegaMenu__left {
  background-image: url("../img/header/maga_baggage_bg.jpg");
}
.gnavMegaMenu__bottom {
  border-top: 2px solid #fff;
  margin-top: 20px;
  padding-top: 20px;
}
.gnavMegaMenu__bottom .gnavMegaMenu__navTitle {
  margin-left: 10px;
  margin-right: 10px;
}
.sideReserveBtn {
  position: fixed;
  right: -20px;
  top: 50%;
  width: 70px;
  height: 414px;
  z-index: 200;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .sideReserveBtn {
    display: none;
  }
}
.sideReserveBtn a {
  display: block;
  width: 100%;
  height: 200px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.1s;
}
.sideReserveBtn a:hover {
  transform: translate(-10px, 0);
}
.sideReserveBtn--en a {
  background: #e12000 url("../img/header/side_reserve-en@2x.png") no-repeat 10px
    50%;
  background-size: 32px auto;
}
.sideReserveBtn a.btn--1 {
  background: #e12000 url("../img/header/side_reserve.png") no-repeat 6px 50%;
  background-size: 36px auto;
}
.sideReserveBtn a.btn--2 {
  border: 2px solid #294da5;
  box-sizing: border-box;
  background: #fff url("../img/header/side_reserve_tour.png") no-repeat 8px 50%;
  background-size: 32px auto;
}
.gnavMegaMenuClose {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 72px;
  height: 24px;
  text-align: center;
  background-color: #294da5;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.3s;
}
.gnavMegaMenuClose:hover {
  opacity: 0.7;
}
.gnavMegaMenuClose span {
  padding-left: 15px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  background: url("../img/icon/close@2x.png") no-repeat 0 50%;
  background-size: 10px auto;
  vertical-align: bottom;
}
.spGnav {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 300;
  top: 0;
  left: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: none;
}
.spnav--open .spGnav {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .spGnav {
    display: block;
  }
}
.spGnavInner {
  border-top: 4px solid #294da5;
}
.spGnavTop {
  padding: 20px 10px;
  background-color: #ebf0f2;
}
.spGnavTop .button--gsearch {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.spGnavTop .button--gsearch .gsc-input-box,
.spGnavTop .button--gsearch .cse .gsc-control-cse,
.spGnavTop .button--gsearch .gsc-control-cse {
  border: none;
}
.spGnavTop .button--gsearch .gsib_a {
  padding: 0;
}
.spGnavTop .button--gsearch .gsc-input {
  height: 50px !important;
  margin-top: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
}
.spGnavTop a {
  display: block;
}
.spGnavTop__row--reserve a:nth-child(2n) {
  margin-top: 10px;
  border: 2px solid #294da5;
}
.spGnavList {
  margin-bottom: 60px;
}
.spGnavList__row {
  background-color: #ebf0f2;
}
@media screen and (max-width: 1024px) {
  .spGnavList__row {
    border-bottom: solid 2px #fff;
  }
  .spGnavList--sptop .spGnavList__row {
    border-bottom: none;
  }
}
.spGnavList__row--schedule {
  background-color: #294da5;
  border-bottom: 0;
}
.spGnavList__row--cargo {
  border-bottom: none;
}
.spGnavList__row--cargo .spGnavList__btn a {
  background-position: 20px 50%;
  background-image: url("../img/header/gnav_cargo@2x.png");
  background-size: auto 19px;
}
.spGnavList__row--assist .spGnavList__btn a {
  background-position: 20px 50%;
  background-image: url("../img/toolbar/icon_assist_s@2x.png");
  background-size: auto 24px;
}
.spGnavList__row--faq .spGnavList__btn a {
  background-position: 20px 50%;
  background-image: url("../img/header/gnav_faq.png");
  background-size: auto 24px;
}
.spGnavList__row--netshop .spGnavList__btn a {
  background-position: 20px 50%;
  background-image: url("../img/header/gnav_shop@2x.png");
  background-size: auto 24px;
}
.spGnavList__row--contact .spGnavList__btn {
  border-bottom: none;
}
.spGnavList__row--contact .spGnavList__btn a {
  background-position: 20px 50%;
  background-image: url("../img/header/gnav_contact.png");
  background-size: auto 17px;
}
.spGnavList__row--recruit .spGnavList__btn a {
  background-position: 12px 50%;
  background-image: url("../img/header/gnav_recruit@2x.png");
  background-size: auto 25px;
}
.spGnavList__btn {
  border-bottom: 2px solid #ebf0f2;
}
.spGnavList--sptop .spGnavList__btn {
  border-bottom: none;
}
.spGnavList__btn a {
  display: block;
  text-decoration: none;
  padding: 10px 20px 10px 60px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 20px 50%;
}
.spGnavList__btn a i.icon--arrowRight {
  right: 25px;
}
.spGnavList--sptop .spGnavList__btn a i.icon--arrowRight {
  right: 19px;
}
.en .spGnavList__btn a {
  padding-left: 20px;
}
.spGnavList .gnavMegaMenu__title a {
  display: block;
  background-repeat: no-repeat;
  position: relative;
  width: auto;
  padding-right: 40px;
  position: relative;
}
.spGnavList .gnavMegaMenu__title a:before,
.spGnavList .gnavMegaMenu__title a:after {
  content: "";
  display: block;
  border-radius: 5px;
  background-color: #294da5;
  position: absolute;
}
.spGnavList .gnavMegaMenu__title a:before {
  width: 20px;
  height: 3px;
  right: 15px;
  top: 50%;
  margin-top: -2px;
}
.spGnavList .gnavMegaMenu__title a:after {
  width: 3px;
  height: 20px;
  right: 23px;
  top: 50%;
  margin-top: -10px;
}
.spGnavList .gnavMegaMenu__title a.opened:after {
  display: none;
}
.spGnavList .gnavMegaMenu__title.opened a:after {
  display: none;
}
.en .spGnavList .gnavMegaMenu__title a span {
  padding-left: 20px;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0;
}
.spGnavList .gnavMegaMenu__nav {
  justify-content: space-between;
}
.spGnavList .gnavMegaMenu__navTitle {
  font-size: 1.2rem;
  position: relative;
}
.spGnavList .gnavMegaMenu__navCol {
  width: calc(50% - 2.5px);
  margin-bottom: 5px;
}
.spGnavList .gnavMegaMenu__navList {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.spGnavList .gnavMegaMenu__navList li {
  width: 100%;
}
.spGnavList .gnavMegaMenu__navList li.half {
  width: calc(50% - 2.5px);
}
.spGnavList .gnavMegaMenu__navList li a {
  background-repeat: no-repeat;
  background-position: 10px 50%;
  font-size: 1.2rem;
}
.spGnavList .gnavMegaMenu__navList li a span,
.spGnavList .gnavMegaMenu__navList li a em {
  display: inline-block;
  vertical-align: middle;
}
.spGnavList .gnavMegaMenu__navList li a em {
  font-size: 0.9rem;
  font-style: normal;
  margin-left: 5px;
}
.en .spGnavList .gnavMegaMenu__navList li a {
  margin-top: 0;
}
.en .spGnavList .gnavMegaMenu__navList li a span {
  font-size: 1.3rem;
}
.spGnavList .gnavMegaMenu__navList li.timetable a {
  background-image: url("../img/toolbar/icon_timetable@2x.png");
  background-size: auto 16px;
}
.spGnavList .gnavMegaMenu__navList li.searoute a {
  background-image: url("../img/toolbar/icon_route@2x.png");
  background-size: auto 16px;
}
.spGnavList .gnavMegaMenu__navList li.fare a {
  background-image: url("../img/toolbar/icon_fee@2x.png");
  background-size: auto 17px;
}
.spGnavList .gnavMegaMenu__navList li.discount a {
  background-image: url("../img/toolbar/icon_sale@2x.png");
  background-size: auto 12px;
  background-position: 12px 50%;
}
.spGnavList .gnavMegaMenu__navList li.reservation a {
  background-image: url("../img/toolbar/icon_reserve@2x.png");
  background-size: auto 14px;
  background-position: 5px 50%;
}
.spGnavList .gnavMegaMenu__navList li.terminal a {
  background-image: url("../img/toolbar/icon_parking@2x.png");
  background-size: auto 10px;
  background-position: 11px 50%;
}
.spGnavList .gnavMegaMenu__navList li.vacantseat a {
  background-image: url("../img/toolbar/icon_vacancy@2x.png");
  background-size: auto 11px;
}
.spGnavList .gnavMegaMenu__navList li.cancel a {
  background-image: url("../img/toolbar/icon_cancel@2x.png");
  background-size: auto 14px;
  background-position: 18px 50%;
}
.spGnavList .gnavMegaMenu__navList li.cancellation-procedure a {
  background-image: url("../img/toolbar/icon_cp@2x.png");
  background-size: auto 16px;
}
.spGnavList .gnavMegaMenu__navList li.b-baggage a {
  background-image: url("../img/toolbar/icon_laggage@2x.png");
  background-size: auto 17px;
  background-position: 17px 50%;
}
.spGnavList .gnavMegaMenu__navList li.b-largeship a {
  background-image: url("../img/toolbar/icon_largeship@2x.png");
  background-size: auto 13px;
}
.spGnavList .gnavMegaMenu__navList li.b-jetship a {
  background-image: url("../img/toolbar/icon_jet@2x.png");
  background-size: auto 13px;
}
.spGnavList .gnavMegaMenu__navList li.b-pet a {
  background-image: url("../img/toolbar/icon_pet@2x.png");
  background-size: auto 20px;
}
.spGnavList .gnavMegaMenu__navList li.b-common a {
  background-image: url("../img/toolbar/icon_banned@2x.png");
  background-size: auto 17px;
  background-position: 15px 50%;
}
.spGnavList .gnavMegaMenu#MegaBoarding .gnavMegaMenu__title a {
  background-position: 20px 50%;
  background-image: url("../img/header/gnav_boarding@2x.png");
  background-size: auto 19px;
}
.spGnavList .gnavMegaMenu#MegaOurship .gnavMegaMenu__title a {
  background-position: 20px 50%;
  background-image: url("../img/header/gnav_ourship@2x.png");
  background-size: auto 19px;
}
.spGnavList .gnavMegaMenu#MegaIsland .gnavMegaMenu__title a {
  background-position: 23px 50%;
  background-image: url("../img/header/gnav_island@2x.png");
  background-size: auto 22px;
}
.spGnavList .gnavMegaMenu#MegaTours .gnavMegaMenu__title a {
  background-position: 23px 50%;
  background-image: url("../img/header/gnav_tours@2x.png");
  background-size: auto 22px;
}
.spGnavList .gnavMegaMenu#MegaShop .gnavMegaMenu__title a {
  background-position: 23px 50%;
  background-image: url("../img/header/gnav_shop@2x.png");
  background-size: auto 22px;
}
.spGnavList .gnavMegaMenu#MegaSchedule .gnavMegaMenu__nav {
  padding-top: 20px;
}
.spGnavList .gnavMegaMenu#MegaSchedule .gnavMegaMenu__title {
  border-bottom: 2px solid #fff;
}
.spGnavList .gnavMegaMenu#MegaSchedule .gnavMegaMenu__title a {
  width: auto;
  padding-right: 40px;
  position: relative;
  background-position: 20px 50%;
  background-image: url("../img/header/gnav_schedule@2x.png");
  background-size: auto 19px;
}
.spGnavList .gnavMegaMenu#MegaSchedule .gnavMegaMenu__title a:before,
.spGnavList .gnavMegaMenu#MegaSchedule .gnavMegaMenu__title a:after {
  content: "";
  display: block;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
}
.spGnavList .gnavMegaMenu#MegaSchedule .gnavMegaMenu__title a:before {
  width: 20px;
  height: 3px;
  right: 15px;
  top: 50%;
  margin-top: -2px;
}
.spGnavList .gnavMegaMenu#MegaSchedule .gnavMegaMenu__title a:after {
  width: 3px;
  height: 20px;
  right: 23px;
  top: 50%;
  margin-top: -10px;
}
.spGnavList .gnavMegaMenu#MegaSchedule .gnavMegaMenu__title a.opened:after {
  display: none;
}
.spGnavList .gnavMegaMenu#MegaSchedule .gnavMegaMenu__title a span {
  padding-left: 70px;
  color: #fff;
}
.spGnavList .gnavMegaMenu#MegaSchedule .gnavMegaMenu__title.opened a:after {
  display: none;
}
.spGnavList .gnavMegaMenu#MegaSchedule .gnavMegaMenu__navTitle span {
  padding-left: 30px;
  color: #fff;
  display: block;
}
.spGnavList .gnavMegaMenu#MegaSchedule .gnavMegaMenu__navTitle span br {
  display: none;
}
.spGnavList__row__item {
  margin-bottom: 20px;
}
.spGnavList__row__item:last-child {
  margin-bottom: 0;
}
.spGnavList__row__item .gnavMegaMenu__navTitle {
  margin-bottom: 10px;
}
.spGnavList__row__item .gnavMegaMenu__navTitle span {
  font-size: 1.6rem;
}
.spGnavList__row__item .icon--toolTimetableS {
  width: 25px;
}
.main__contents {
  padding: 50px 0;
}
@media screen and (max-width: 480px) {
  .main__contents {
    padding: 25px 0;
  }
}
.wrap {
  max-width: 1000px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wrap--medium {
  max-width: 800px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .wrap--medium {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wrap--small {
  max-width: 700px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .wrap--small {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section {
  margin: 40px 0;
}
@media screen and (max-width: 480px) {
  .section {
    margin: 20px 0;
  }
}
.blueOverlay {
  display: none;
}
@media screen and (max-width: 480px) {
  .blueOverlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 200;
    background-color: rgba(41, 77, 165, 0.4);
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .language--open .blueOverlay {
    top: 52px;
    opacity: 1;
    visibility: visible;
  }
}
.gfooter__top {
  background-color: #ebf0f2;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .gfooter__top {
    padding: 20px 0;
  }
  .gfooter__top .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.gfooter__bottom {
  padding: 25px 0 0 0;
}
.gfooter__bottom .wrap {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .gfooter__bottom {
    padding: 10px 0 60px;
  }
  .en .gfooter__bottom {
    padding-bottom: 40px;
  }
}
.gfooter__topContents {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .gfooter__topContents {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .gfooter__topContentsCol:nth-child(1) {
    display: flex;
  }
  .gfooter__topContentsCol .gfooter__timetable,
  .gfooter__topContentsCol .gfooter__sns {
    width: 40%;
  }
  .gfooter__topContentsCol .gfooter__timetable {
    padding-right: 40px;
  }
  .gfooter__topContentsCol .gfooter__sns {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .gfooter__topContentsCol:nth-child(1) {
    display: block;
  }
  .gfooter__topContentsCol .gfooter__timetable,
  .gfooter__topContentsCol .gfooter__sns {
    width: 100%;
    padding-right: 0;
  }
  .gfooter__topContentsCol .gfooter__sns {
    margin-top: 20px;
  }
}
.gfooter__timetable {
  width: 360px;
}
@media screen and (max-width: 1024px) {
  .gfooter__timetable {
    width: auto;
  }
}
.gfooter__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .gfooter__title {
    margin-bottom: 10px;
  }
}
.gfooter__sns {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .gfooter__sns {
    margin-top: 20px;
  }
}
.gfooter__topContentsCol {
  padding-right: 30px;
}
.gfooter__topContentsCol:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .gfooter__topContentsCol {
    padding-right: 0;
  }
}
.gfooter__sitemap {
  height: 100%;
}
.gfooter__sitemap .sitemap__col .sitemap__list br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .gfooter__sitemap {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
  }
  .gfooter__sitemap .sitemap__col .sitemap__list {
    border-bottom: 2px solid #fff;
  }
  .gfooter__sitemap .sitemap__col .sitemap__list br {
    display: block;
  }
  .gfooter__sitemap .sitemap__col:last-child {
    width: 100%;
  }
  .gfooter__sitemap .sitemap__col:last-child .sitemap__list {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    text-align: center;
    border-bottom: none;
  }
  .gfooter__sitemap .sitemap__col:last-child .sitemap__list li {
    display: inline-block;
    position: relative;
    padding-right: 5px;
  }
  .gfooter__sitemap .sitemap__col:last-child .sitemap__list li a {
    border: none;
    padding: 0;
    line-height: 1;
  }
  .gfooter__sitemap .sitemap__col:last-child .sitemap__list li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #294da5;
  }
  .gfooter__sitemap .sitemap__col:last-child .sitemap__list li:nth-child(1) {
    width: 100%;
  }
  .gfooter__sitemap .sitemap__col:last-child .sitemap__list li:nth-child(1),
  .gfooter__sitemap .sitemap__col:last-child .sitemap__list li:nth-child(4),
  .gfooter__sitemap .sitemap__col:last-child .sitemap__list li:nth-child(7) {
    padding-right: 0;
  }
  .gfooter__sitemap
    .sitemap__col:last-child
    .sitemap__list
    li:nth-child(1)
    a:after,
  .gfooter__sitemap
    .sitemap__col:last-child
    .sitemap__list
    li:nth-child(4)
    a:after,
  .gfooter__sitemap
    .sitemap__col:last-child
    .sitemap__list
    li:nth-child(7)
    a:after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .en .gfooter__sitemap .sitemap__list:last-child {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  .en .gfooter__sitemap .sitemap__list:last-child li {
    display: block;
  }
  .en .gfooter__sitemap .sitemap__list:last-child li a {
    display: block;
    padding: 10px 15px;
    line-height: 1.4;
    border-top: 2px solid #fff;
    word-break: break-all;
    white-space: initial;
  }
  .en .gfooter__sitemap .sitemap__list:last-child li a:after {
    display: none;
  }
}
.gfooter__bottomContents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .gfooter__bottomContents {
    display: none;
  }
}
.gfooter__logo {
  width: 196px;
  height: 36px;
}
.gfooter__logo a {
  width: 100%;
  display: block;
  height: 0;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 36px;
  background-image: url("../img/header/logo@2x.png");
}
.gfooter__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .gfooter__contact {
    margin-right: 80px;
  }
}
.en .gfooter__contact {
  margin-right: 0;
}
.gfooter__contact__title {
  margin-right: 30px;
  color: #294da5;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.4rem;
}
.en .gfooter__contact__title {
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: normal;
}
.gfooter__contact .contactGuide__title {
  line-height: 2rem;
}
.gfooter__copyright {
  position: absolute;
  left: 40px;
  bottom: -20px;
  font-size: 1.1rem;
  color: #294da5;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .gfooter__copyright {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
  }
}
.en .gfooter__copyright {
  bottom: -30px;
}
@media screen and (max-width: 1024px) {
  .en .gfooter__copyright {
    bottom: 0;
  }
}
.pagetop {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 200;
  width: 95px;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .pagetop {
    display: none;
  }
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.pagetop a:hover {
  opacity: 0.7;
}
.pagetop a img {
  vertical-align: bottom;
}
.pagetop a img.animated {
  display: none;
}
.body--scrolling .pagetop a img.animated {
  display: block;
}
.body--scrolling .pagetop a img.default {
  display: none;
}
.spMenu {
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  z-index: 200;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  transform: translate(0, 110px);
  transition: transform 0.3s;
  display: none;
}
.across--header .spMenu {
  transform: translate(0, 0);
}
@media screen and (max-width: 1024px) {
  .spMenu {
    display: block;
  }
}
.spMenuList {
  display: flex;
}
.spMenuList__col {
  flex: 1;
  height: 100%;
}
.spMenuList__col a {
  display: block;
  height: 100px;
  text-decoration: none;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  border-right: 2px solid #e9e9e9;
}
.spMenuList__col a span {
  display: block;
  padding-top: 32px;
  background-repeat: no-repeat;
  background-position: 50% 10px;
}
.spMenuList__col--schedule a span {
  background-image: url("../img/icon/spmenu_schedule.png");
  background-size: auto 18px;
}
.spMenuList__col--reservation a span {
  padding-top: 27px;
  line-height: 1;
  background-image: url("../img/toolbar/icon_reserve_s@2x.png");
  background-size: auto 11px;
}
.spMenuList__col--timetable a span {
  background-image: url("../img/toolbar/icon_timetable_s@2x.png");
  background-size: auto 17px;
}
.spMenuList__col--fare a span {
  background-image: url("../img/toolbar/icon_fee_s@2x.png");
  background-size: auto 18px;
}
.spMenuList__col--pagetop a {
  background-color: #e9e9e9;
}
.spMenuList__col--pagetop a span {
  background-image: url("../img/icon/arrow_top.png");
  background-size: auto 12px;
}
.en .spMenuList {
  justify-content: space-between;
  height: 100%;
}
.en .spMenuList__col a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  text-align: left;
}
.en .spMenuList__col a span {
  padding-left: 40px;
  padding-top: 0;
  background-position: 10px 50%;
  line-height: 1.2;
}
.en .spMenuList__col--timetable {
  width: 35.9375%;
  flex: 2;
}
.en .spMenuList__col--reservation {
  width: 42.1875%;
  flex: 2;
}
.en .spMenuList__col--pagetop {
  width: 21.875%;
  flex: 1;
}
.en .spMenuList__col--pagetop a {
  display: block;
  text-align: center;
}
.en .spMenuList__col--pagetop a span {
  padding-left: 0;
  padding-top: 32px;
  background-position: 50% 10px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.row--center {
  justify-content: center;
}
.row .col {
  box-sizing: border-box;
}
.row .col--2 {
  width: 50%;
}
.row .col--3 {
  width: 33.33333%;
}
.row .col--4 {
  width: 25%;
}
.row .col--5 {
  width: 20%;
}
@media screen and (max-width: 480px) {
  .row .col--2 {
    width: 100%;
  }
  .row .col--3 {
    width: 100%;
  }
  .row .col--4 {
    width: 100%;
  }
  .row .col--5 {
    width: calc(50% - 20px);
  }
}
.row--hasSpace {
  justify-content: space-between;
}
.row--hasSpace .col {
  box-sizing: border-box;
}
.row--hasSpace .col--2 {
  width: calc((100% - 20px) / 2);
}
.row--hasSpace .col--3 {
  width: calc((100% - 40px) / 3);
}
.row--hasSpace .col--4 {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 768px) {
  .row--hasSpace .col--2 {
    width: 100%;
  }
  .row--hasSpace .col--3 {
    width: calc((100% - 40px) / 3);
  }
  .row--hasSpace .col--4 {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 480px) {
  .row--hasSpace .col--2 {
    width: 100%;
  }
  .row--hasSpace .col--3 {
    width: 100%;
  }
  .row--hasSpace .col--4 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .row--sp--col--2 .col--3 {
    width: calc((100% - 10px) / 2);
  }
  .row--sp--col--2 .col--4 {
    width: calc((100% - 10px) / 2);
  }
}
.btn {
  display: inline-block;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 15px 35px;
  transition: all 0.3s;
}
.btn--normal {
  padding: 0 40px;
  font-size: 1.8rem;
  line-height: 2.4;
  background-color: #294da5;
  color: #fff;
  border-radius: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn--normal {
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .btn--normal {
    padding: 0;
    width: auto;
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.btn--normal:hover {
  background-color: #fff;
  color: #294da5;
  box-shadow: inset 0 0 0 3px #294da5;
}
.btn--square {
  width: 250px;
  padding: 25px 0 25px 0px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
  text-align: center;
}
.en .btn--square {
  width: 280px;
}
@media screen and (max-width: 480px) {
  .btn--square {
    margin: 5px auto !important;
    padding: 10px 0 10px 0px;
  }
}
.btn--blue {
  background-color: #294da5;
  color: #fff;
}
.btn--blue:visited {
  color: #fff;
}
.btn--blue.btn--shadow {
  box-shadow: 1.5px 2.5px 0px 0px rgba(0, 78, 162, 0.3);
}
.btn--blue:hover {
  box-shadow: inset 0 0 0 3px #294da5;
  background-color: #fff;
  color: #294da5;
}
.btn--internet {
  padding-left: 90px;
  padding-right: 50px;
  font-size: 2.4rem;
  background: url("../img/icon/pc@2x.png") no-repeat 30px 50%;
  background-size: auto 33px;
}
.btn--internet span {
  display: block;
}
@media screen and (max-width: 480px) {
  .btn--internet {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.6rem;
    background-position: 10px 50%;
    background-size: auto 15px;
  }
  .btn--internet span {
    padding-left: 20px;
  }
}
.btn--off {
  pointer-events: none;
  opacity: 0.6;
}
.en .btn--height {
  line-height: 3.6em;
}
.btn--water {
  background-color: #ebf0f2;
  color: #294da5;
  font-weight: bold;
  transition: all 0.3s;
}
.btn--water:hover {
  opacity: 0.7;
}
.btn--water.btn--shadow {
  box-shadow: 3px 3px 0px 0px rgba(102, 102, 102, 0.3);
}
.btn--white {
  color: #294da5;
  background-color: #fff;
  font-weight: bold;
  transition: all 0.3s;
}
.btn--white:hover {
  opacity: 0.7;
}
.en .btn--white.btn--white--height {
  line-height: 1em;
  font-size: 1.4rem;
  padding: 6px 0;
}
@media screen and (max-width: 768px) {
  .en .btn--white.btn--white--height {
    font-size: 1.2rem;
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .en .btn--white.btn--white--height {
    padding: 10px 0;
  }
}
.btn--white .icon--arrowRight:before {
  color: #294da5;
}
.btn--white.btn--shadow {
  box-shadow: 3px 3px 0px 0px rgba(102, 102, 102, 0.3);
}
.btn--white.current {
  background-color: #c3c6c8;
  box-shadow: none;
}
.btn--white.current:hover {
  opacity: 1;
  cursor: default;
}
.btn--red {
  background-color: #e12000;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
}
.btn--red:hover {
  opacity: 0.7;
}
.btn--red.btn--border {
  border: 2px solid #e12000;
}
.btn--red.btn--border:hover {
  background-color: #fff;
  color: #e12000;
  opacity: 1;
}
.btn--red.btn--shadow {
  box-shadow: 3px 3px 0px 0px rgba(102, 102, 102, 0.3);
}
.btn--black {
  background-color: #ebf0f2;
  color: #000;
  font-weight: bold;
  transition: all 0.3s;
}
.btn--radius {
  border-radius: 80px;
}
.en .btn--radius {
  border-radius: 20px;
}
.btn--autoheight {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2.4;
}
.btn--iconR {
  position: relative;
}
@media screen and (max-width: 480px) {
  .btn--iconR {
    padding-right: 25px;
    padding-left: 15px;
  }
}
.btn--iconR [class^="icon--"] {
  position: absolute;
  right: 13px;
  top: 50%;
}
.btn--iconR [class^="icon--"][data-fontsize="1"] {
  margin-top: -0.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="2"] {
  margin-top: -1px;
}
.btn--iconR [class^="icon--"][data-fontsize="3"] {
  margin-top: -1.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="4"] {
  margin-top: -2px;
}
.btn--iconR [class^="icon--"][data-fontsize="5"] {
  margin-top: -2.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="6"] {
  margin-top: -3px;
}
.btn--iconR [class^="icon--"][data-fontsize="7"] {
  margin-top: -3.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="8"] {
  margin-top: -4px;
}
.btn--iconR [class^="icon--"][data-fontsize="9"] {
  margin-top: -4.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="10"] {
  margin-top: -5px;
}
.btn--iconR [class^="icon--"][data-fontsize="11"] {
  margin-top: -5.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="12"] {
  margin-top: -6px;
}
.btn--iconR [class^="icon--"][data-fontsize="13"] {
  margin-top: -6.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="14"] {
  margin-top: -7px;
}
.btn--iconR [class^="icon--"][data-fontsize="15"] {
  margin-top: -7.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="16"] {
  margin-top: -8px;
}
.btn--iconR [class^="icon--"][data-fontsize="17"] {
  margin-top: -8.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="18"] {
  margin-top: -9px;
}
.btn--iconR [class^="icon--"][data-fontsize="19"] {
  margin-top: -9.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="20"] {
  margin-top: -10px;
}
.btn--iconR [class^="icon--"][data-fontsize="21"] {
  margin-top: -10.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="22"] {
  margin-top: -11px;
}
.btn--iconR [class^="icon--"][data-fontsize="23"] {
  margin-top: -11.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="24"] {
  margin-top: -12px;
}
.btn--iconR [class^="icon--"][data-fontsize="25"] {
  margin-top: -12.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="26"] {
  margin-top: -13px;
}
.btn--iconR [class^="icon--"][data-fontsize="27"] {
  margin-top: -13.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="28"] {
  margin-top: -14px;
}
.btn--iconR [class^="icon--"][data-fontsize="29"] {
  margin-top: -14.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="30"] {
  margin-top: -15px;
}
.btn--iconR [class^="icon--"][data-fontsize="31"] {
  margin-top: -15.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="32"] {
  margin-top: -16px;
}
.btn--iconR [class^="icon--"][data-fontsize="33"] {
  margin-top: -16.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="34"] {
  margin-top: -17px;
}
.btn--iconR [class^="icon--"][data-fontsize="35"] {
  margin-top: -17.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="36"] {
  margin-top: -18px;
}
.btn--iconR [class^="icon--"][data-fontsize="37"] {
  margin-top: -18.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="38"] {
  margin-top: -19px;
}
.btn--iconR [class^="icon--"][data-fontsize="39"] {
  margin-top: -19.5px;
}
.btn--iconR [class^="icon--"][data-fontsize="40"] {
  margin-top: -20px;
}
.btn--iconL {
  position: relative;
}
.btn--iconL [class^="icon--"] {
  position: absolute;
  left: 13px;
  top: 50%;
}
.btn--iconL [class^="icon--"][data-fontsize="1"] {
  margin-top: -0.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="2"] {
  margin-top: -1px;
}
.btn--iconL [class^="icon--"][data-fontsize="3"] {
  margin-top: -1.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="4"] {
  margin-top: -2px;
}
.btn--iconL [class^="icon--"][data-fontsize="5"] {
  margin-top: -2.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="6"] {
  margin-top: -3px;
}
.btn--iconL [class^="icon--"][data-fontsize="7"] {
  margin-top: -3.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="8"] {
  margin-top: -4px;
}
.btn--iconL [class^="icon--"][data-fontsize="9"] {
  margin-top: -4.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="10"] {
  margin-top: -5px;
}
.btn--iconL [class^="icon--"][data-fontsize="11"] {
  margin-top: -5.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="12"] {
  margin-top: -6px;
}
.btn--iconL [class^="icon--"][data-fontsize="13"] {
  margin-top: -6.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="14"] {
  margin-top: -7px;
}
.btn--iconL [class^="icon--"][data-fontsize="15"] {
  margin-top: -7.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="16"] {
  margin-top: -8px;
}
.btn--iconL [class^="icon--"][data-fontsize="17"] {
  margin-top: -8.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="18"] {
  margin-top: -9px;
}
.btn--iconL [class^="icon--"][data-fontsize="19"] {
  margin-top: -9.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="20"] {
  margin-top: -10px;
}
.btn--iconL [class^="icon--"][data-fontsize="21"] {
  margin-top: -10.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="22"] {
  margin-top: -11px;
}
.btn--iconL [class^="icon--"][data-fontsize="23"] {
  margin-top: -11.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="24"] {
  margin-top: -12px;
}
.btn--iconL [class^="icon--"][data-fontsize="25"] {
  margin-top: -12.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="26"] {
  margin-top: -13px;
}
.btn--iconL [class^="icon--"][data-fontsize="27"] {
  margin-top: -13.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="28"] {
  margin-top: -14px;
}
.btn--iconL [class^="icon--"][data-fontsize="29"] {
  margin-top: -14.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="30"] {
  margin-top: -15px;
}
.btn--iconL [class^="icon--"][data-fontsize="31"] {
  margin-top: -15.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="32"] {
  margin-top: -16px;
}
.btn--iconL [class^="icon--"][data-fontsize="33"] {
  margin-top: -16.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="34"] {
  margin-top: -17px;
}
.btn--iconL [class^="icon--"][data-fontsize="35"] {
  margin-top: -17.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="36"] {
  margin-top: -18px;
}
.btn--iconL [class^="icon--"][data-fontsize="37"] {
  margin-top: -18.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="38"] {
  margin-top: -19px;
}
.btn--iconL [class^="icon--"][data-fontsize="39"] {
  margin-top: -19.5px;
}
.btn--iconL [class^="icon--"][data-fontsize="40"] {
  margin-top: -20px;
}
.btn--hasIcon i,
.btn--hasIcon span {
  display: inline-block;
  vertical-align: middle;
}
.btn--hasIcon:hover span {
  text-decoration: underline;
}
.btn--schedule {
  padding: 0;
  text-align: center;
  font-size: 2.4rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO",
    sans-serif;
  letter-spacing: 0.2em;
}
.btn--schedule i {
  width: 86px;
}
.btn--schedule span {
  margin-left: 40px;
}
.btn--iconReserve {
  width: auto;
  padding-right: 40px;
  position: relative;
  background-position: 10px 50%;
  background-image: url(../img/header/gnav_pcsp@2x.png);
  background-size: auto 30px;
  background-repeat: no-repeat;
}
.btn--iconReserve span {
  padding-left: 40px;
}
.btn--linkText i,
.btn--linkText span {
  display: inline-block;
  vertical-align: middle;
}
.btn--linkText span {
  margin-right: 0.3em;
  text-decoration: underline;
}
.btn--linkText:hover span {
  text-decoration: none;
}
[class^="button--"],
[class*=" button--"] {
  display: inline-block;
}
[class^="button--"] a,
[class*=" button--"] a {
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1;
  transition: all 0.3s;
}

.button--assist .button--question a {
  color: #294da5;
}
.button--assist .button--question a:hover {
  text-decoration: underline !important;
}
.button--question {
  margin-left: 10px;
}
.button--question a:before {
  /* content: "?";
  font-weight: bold;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO",
    sans-serif;
  padding-right: 5px;
  font-size: 1.4rem; */
}
.button--gsearch {
  width: 170px;
}
.button--gsearch .gsc-control-cse {
  padding: 0;
}
.button--gsearch .gstl_50 th,
.button--gsearch .gstl_50 td {
  border: none;
}
.button--gsearch form.gsc-search-box,
.button--gsearch table.gsc-search-box {
  margin-bottom: 0;
}
.button--gsearch .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}
.button--gsearch .gsc-search-box {
  position: relative;
}
.button--gsearch .gsc-search-box th,
.button--gsearch .gsc-search-box td {
  border: none;
}
.button--gsearch .gsc-input-box-hover,
.button--gsearch .gsc-input-box-focus {
  box-shadow: none;
}
.button--gsearch .gsst_a .gscb_a {
  margin-right: 23px;
}
@media screen and (max-width: 480px) {
  .button--gsearch .gsst_a .gscb_a {
    margin-right: 40px;
  }
}
.button--gsearch td.gsc-search-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  .button--gsearch td.gsc-search-button {
    top: 50%;
    margin-top: -15px;
    right: 10px;
  }
}
.button--gsearch .gsc-search-button-v2 {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
  background: url("../img/icon/search@2x.png") no-repeat 50% 50%;
  background-size: auto 20px;
  margin-left: 0;
}
.button--gsearch .gsc-search-button-v2:hover,
.button--gsearch .gsc-search-button-v2:focus {
  background-color: transparent;
  border: none;
  background: url("../img/icon/search@2x.png") no-repeat 50% 50%;
  background-size: auto 20px;
}
.button--gsearch .gsc-search-button-v2 svg {
  display: none;
}
.button--language {
  position: relative;
}
.button--language .gtitle {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #294da5;
  font-size: 1.2rem;
}
.button--language > a {
  padding: 15px 8px;
  background-color: #e3e3e0;
  color: #294da5;
  border-radius: 5px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO",
    sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.button--language > a:hover {
  color: #294da5;
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #e3e3e0;
}
.button--language > ul li a {
  padding: 10px;
}
.button--language__list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  border-radius: 5px;
  padding-top: 10px;
  opacity: 0;
  transform: translate(0, -5px);
  visibility: hidden;
  transition: all 0.2s;
}
.en .button--language__list {
  padding-top: 0;
}
.button--language__list li {
  background-color: #e3e3e0;
  border-bottom: 1px solid #294da5;
}
.button--language__list li .timetable ul li {
  background: #fff;
  border: none;
  margin: 5px;
}
.button--language__list li .timetable ul li a {
  padding: 0;
}
.button--language__list li .timetable i.icon--toolTimetableS {
  width: 17px;
  margin-left: -5px;
  margin-right: 4px;
}
.button--language__list li .Reservation i.icon--toolReserveS {
  width: 17px;
  margin-left: -5px;
  margin-right: 4px;
}
.button--language__list li:last-child {
  border-bottom: none;
}
.button--language__list li a {
  display: block;
  padding: 15px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  transition: all 0.3s;
}
.button--language__list li a:hover {
  opacity: 0.7;
}
.button--language__list #google_translate_element {
  padding: 10px;
  padding-top: 0;
}
.button--language__list .goog-te-gadget-simple {
  width: 100%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  box-sizing: border-box;
}
.button--language__list .goog-te-menu-value {
  padding: 0;
  font-size: 1.2rem;
}
.button--language__list .goog-te-menu-value img {
  display: none;
}
.button--language__list .goog-te-menu-value span:nth-child(2),
.button--language__list .goog-te-menu-value span:nth-child(3) {
  display: none;
}
.language--open .button--language__list {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
@media screen and (max-width: 1024px) {
  .button--language__list {
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    background-color: #ebf0f2;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.3);
    z-index: 401;
  }
  .button--language__list li {
    border-bottom: 2px solid #fff;
  }
  .button--language__list li a {
    text-align: center;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  .button--language__list li .gtitle {
    padding-top: 10px;
    color: #294da5;
    font-size: 1.2rem;
    text-align: center;
  }
  .button--language__list #google_translate_element {
    padding: 0 20px 20px;
  }
}
.button--contact a {
  padding: 15px 8px;
  background-color: #294da5;
  color: #fff;
  border-radius: 5px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO",
    sans-serif;
  letter-spacing: 0.05em;
}
.button--contact a:hover {
  background-color: #fff;
  color: #294da5;
  box-shadow: inset 0 0 0 3px #294da5;
}
.button--menubtn {
  display: none;
  width: 60px;
  height: 52px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 301;
}
@media screen and (max-width: 1024px) {
  .button--menubtn {
    display: block;
  }
  .spnav--open .button--menubtn a {
    background: #294da5;
    color: #fff;
  }
  .spnav--open .button--menubtn a span {
    background-color: #fff;
  }
  .spnav--open .button--menubtn a span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .spnav--open .button--menubtn a span:nth-of-type(2) {
    opacity: 0;
  }
  .spnav--open .button--menubtn a span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
}
.button--menubtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  background-color: #fff;
}
.button--menubtn a span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #294da5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: 2px;
  transition: all 0.4s;
}
.button--menubtn a i {
  display: block;
  font-style: normal;
  font-size: 0.8rem;
  margin-top: 3px;
}
.menuBtn {
  width: calc(100% / 5);
  padding: 0 3px;
}
.menuBtn a {
  display: block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  color: #294da5;
  padding: 30px 0 20px;
  box-shadow: 0px 0px 15px 2px rgba(47, 85, 170, 0.3);
  transition: all 0.3s;
}
.menuBtn a.off {
  pointer-events: none;
  opacity: 0.6;
}
.en .menuBtn a {
  padding: 30px 0 20px;
  background-color: rgba(255, 255, 255, 0.85);
}
.menuBtn a:hover {
  background-color: #fff;
}
.menuBtn a i,
.menuBtn a span {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.menuBtn a i {
  height: 50px;
  line-height: 50px;
}
.menuBtn a span {
  padding-top: 20px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.en .menuBtn a span {
  letter-spacing: 0;
  padding-top: 5px;
  line-height: 2.8;
}
.en .menuBtn a span.btn--Reserve--text {
  line-height: 1.4;
}
.en .menuBtn a span.btn--space--text {
  padding-top: 10px;
}
.en .menuBtn a span.btn--pos--static {
  height: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .menuBtn a {
    padding: 20px;
  }
  .menuBtn a i {
    height: 40px;
    line-height: 55px;
  }
  .menuBtn a span {
    padding-top: 10px;
    font-size: 1.4rem;
  }
}
.menuBtn.size--mini a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 55px;
}
@media screen and (max-width: 768px) {
  .menuBtn.size--mini a {
    display: block;
  }
}
.menuBtn.size--mini a i,
.menuBtn.size--mini a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.menuBtn.size--mini a i {
  margin: 10px 10px 10px 0;
  height: auto;
}
@media screen and (max-width: 768px) {
  .menuBtn.size--mini a i {
    padding-left: 10px;
    height: 19px;
  }
}
@media screen and (max-width: 480px) {
  .menuBtn.size--mini a i {
    padding-left: 0px;
    height: auto;
    padding: 5px 0px 5px 0px;
  }
}
.menuBtn.size--mini a i:before {
  vertical-align: middle;
}
.menuBtn.size--mini a span {
  padding-top: 0px;
  margin-left: 0;
  margin-right: 0;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO",
    sans-serif;
}
@media screen and (max-width: 768px) {
  .menuBtn.size--mini a span {
    display: block;
  }
}
.menuBtn--white a {
  box-shadow: 1px 3px 29px 0px rgba(51, 51, 51, 0.13);
}
.menuBtn--white a span {
  color: #000;
}
.icon {
  display: inline-block;
  line-height: 1;
}
.icon:before {
  content: "";
  display: inline-block;
  width: 100%;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media print {
  .icon {
    font-weight: bold;
  }
  .icon:before {
    padding-top: 0;
    font-size: 18px;
  }
}
.icon--search {
  width: 21px;
}
.icon--search:before {
  padding-top: 90%;
  background-image: url("../img/icon/search@2x.png");
  background-position: 0 0;
  background-size: contain;
}
.icon--line {
  width: 21px;
}
.icon--line:before {
  padding-top: 95%;
  background-image: url("../img/icon/sns_line@2x.png");
  background-position: 0 0;
  background-size: contain;
}
.icon--ok {
  width: 18px;
}
.icon--ok:before {
  padding-top: 100%;
  background-image: url("../img/icon/status_ok.svg");
  background-position: 0 0;
  background-size: contain;
}
@media print {
  .icon--ok:before {
    content: "○";
    color: #609e23;
    padding-top: 0;
  }
}
.icon--ng {
  width: 18px;
}
.icon--ng:before {
  padding-top: 100%;
  background-image: url("../img/icon/status_ng.svg");
  background-position: 0 0;
  background-size: contain;
}
@media print {
  .icon--ng:before {
    content: "×";
    color: #e12000;
    padding-top: 0;
  }
}
.icon--attention {
  width: 24px;
}
.icon--attention:before {
  padding-top: 100%;
  background-image: url("../img/icon/status_star.svg");
  background-position: 0 0;
  background-size: contain;
}
@media print {
  .icon--attention:before {
    content: "★";
    color: #e9a14e;
    padding-top: 0;
  }
}
.icon--pending {
  width: 22px;
}
.icon--pending:before {
  padding-top: 87%;
  background-image: url("../img/icon/status_pending.svg");
  background-position: 0 0;
  background-size: contain;
}
@media print {
  .icon--pending:before {
    content: "△";
    color: #999999;
    padding-top: 0;
  }
}
.icon--pending-y {
  width: 22px;
}
.icon--pending-y:before {
  padding-top: 87%;
  background-image: url("../img/icon/status_pending_yellow.svg");
  background-position: 0 0;
  background-size: contain;
}
.icon--caution {
  width: 24px;
}
.icon--caution:before {
  padding-top: 78%;
  background-image: url("../img/icon/icon_caution@2x.png");
  background-position: 0 0;
  background-size: contain;
}
.icon--no {
  width: 20px;
  line-height: 3px;
}
.icon--no:before {
  padding-top: 3px;
  vertical-align: top;
  background-image: url("../img/icon/status_no.svg");
  background-position: 0 0;
  background-size: contain;
}
@media print {
  .icon--no:before {
    content: "−";
    color: #999999;
    padding-top: 0;
  }
}
.icon--phone {
  width: 35px;
}
.icon--phone:before {
  padding-top: 38%;
  background-position: 0 0;
  background-size: contain;
}
.icon--navdial {
  width: 35px;
  margin-right: 0 !important;
}
.icon--navdial:before {
  content: "";
  padding-top: 48%;
  background-image: url("../img/icon/navdial@2x.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 0 0;
  width: 30px;
  display: inline-block;
}
.icon--clock {
  width: 24px;
}
.icon--clock:before {
  padding-top: 100%;
  background-image: url("../img/icon/icon_clock@2x.png");
  background-position: 0 0;
  background-size: contain;
}
.icon--comment {
  width: 20px;
}
.icon--comment:before {
  padding-top: 85%;
  background-image: url("../img/icon/icon_comment@2x.png");
  background-position: 0 0;
  background-size: contain;
}
.icon--pdf {
  width: 27px;
}
.icon--pdf:before {
  padding-top: 103%;
  background-image: url("../img/icon/pdf@2x.png");
  background-position: 0 0;
  background-size: contain;
}
.icon--pdf2 {
  width: 15px;
}
.icon--pdf2:before {
  padding-top: 123%;
  background-image: url("../img/icon/pdf2@2x.png");
  background-position: 0 0;
  background-size: contain;
}
.icon--blank {
  width: 17px;
}
.icon--blank:before {
  padding-top: 137%;
  background-image: url("../img/icon/blank@2x.png");
  background-position: 0 0;
  background-size: contain;
}
.icon--gnavBoarding {
  width: 46px;
}
.icon--gnavBoarding:before {
  padding-top: 62.7906977%;
  background-image: url("../img/header/gnav_boarding@2x.png");
  background-position: 0 0;
  background-size: contain;
}
.icon--gnavOurship {
  width: 54px;
}
.icon--gnavOurship:before {
  padding-top: 58%;
  background-image: url("../img/header/gnav_ourship@2x.png");
  background-position: 0 0;
  background-size: contain;
}
.icon--gnavShop {
  width: 28px;
}
.icon--gnavShop:before {
  padding-top: 100%;
  background-image: url("../img/header/gnav_shop@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
.icon--gnavRecruit {
  width: 28px;
}
.icon--gnavRecruit:before {
  padding-top: 86%;
  background-image: url("../img/header/gnav_recruit@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
.icon--gnavIsland {
  width: 40px;
}
.icon--gnavIsland:before {
  padding-top: 82%;
  background-image: url("../img/header/gnav_island@2x.png");
  background-position: 0 0;
  background-size: contain;
}
.icon--gnavTours {
  width: 34px;
}
.icon--gnavTours:before {
  padding-top: 98%;
  background-image: url("../img/header/gnav_tours@2x.png");
  background-position: 0 0;
  background-size: contain;
}
.icon--gnavCargo {
  width: 36px;
}
.icon--gnavCargo:before {
  padding-top: 74%;
  background-image: url("../img/header/gnav_cargo@2x.png");
  background-position: 0 0;
  background-size: contain;
}
.icon--gnavSchedule {
  width: 60px;
}
.icon--gnavSchedule:before {
  padding-top: 44%;
  background-image: url("../img/header/gnav_schedule@2x.png");
  background-position: 0 0;
  background-size: contain;
}
.icon--toolTimetable {
  width: 60px;
}
.icon--toolTimetable:before {
  padding-top: 80%;
  background-image: url("../img/toolbar/icon_timetable@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
.en .icon--toolTimetable:before {
  background-image: url("../img/toolbar/icon_timetable_en@2x.png");
}
@media screen and (max-width: 480px) {
  .icon--toolTimetable {
    width: 40px;
  }
}
.en .icon--toolTimetable {
  width: 72px;
}
@media screen and (max-width: 480px) {
  .en .icon--toolTimetable {
    width: 40px;
  }
}
.icon--toolFee {
  width: 60px;
}
.icon--toolFee:before {
  padding-top: 73%;
  background-image: url("../img/toolbar/icon_fee@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--toolFee {
    width: 40px;
  }
}
.icon--toolReserve {
  width: 99px;
}
.icon--toolReserve:before {
  padding-top: 43%;
  background-image: url("../img/toolbar/icon_reserve@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--toolReserve {
    width: 75px;
  }
}
.icon--toolRoute {
  width: 77px;
}
.icon--toolRoute:before {
  padding-top: 53%;
  background-image: url("../img/toolbar/icon_route@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--toolRoute {
    width: 50px;
  }
}
.icon--toolLaggage {
  width: 41px;
}
.icon--toolLaggage:before {
  padding-top: 95%;
  background-image: url("../img/toolbar/icon_laggage@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
.icon--toolSale {
  width: 70px;
}
.icon--toolSale:before {
  padding-top: 57%;
  background-image: url("../img/toolbar/icon_sale@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--toolSale {
    width: 40px;
  }
}
.icon--toolReserve2 {
  width: 65px;
}
.icon--toolReserve2:before {
  padding-top: 86%;
  background-image: url("../img/toolbar/icon_reserve2@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--toolReserve2 {
    width: 38px;
  }
}
.icon--toolVacancy {
  width: 97px;
}
.icon--toolVacancy:before {
  padding-top: 37%;
  background-image: url("../img/toolbar/icon_vacancy@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--toolVacancy {
    width: 60px;
  }
}
.icon--toolCancel {
  width: 41px;
}
.icon--toolCancel:before {
  padding-top: 100%;
  background-image: url("../img/toolbar/icon_cancel@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--toolCancel {
    width: 40px;
  }
}
.icon--toolcancellation-procedure {
  width: 80px;
}
.icon--toolcancellation-procedure:before {
  padding-top: 55%;
  background-image: url("../img/toolbar/icon_cp@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--toolcancellation-procedure {
    width: 60px;
  }
}
.icon--toolParking {
  width: 100px;
}
.icon--toolParking:before {
  padding-top: 42%;
  background-image: url("../img/toolbar/icon_parking@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--toolParking {
    width: 60px;
  }
}
.icon--toolLargeship {
  width: 89px;
}
.icon--toolLargeship:before {
  padding-top: 53%;
  background-image: url("../img/toolbar/icon_largeship@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--toolLargeship {
    width: 60px;
  }
}
.icon--toolJet {
  width: 91px;
}
@media screen and (max-width: 345px) {
  .icon--toolJet {
    padding-top: 9px;
    padding-bottom: 10px;
  }
}
.icon--toolJet:before {
  padding-top: 51%;
  background-image: url("../img/toolbar/icon_jet@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--toolJet {
    width: 60px;
  }
}
.icon--toolPet {
  width: 71px;
}
.icon--toolPet:before {
  padding-top: 79%;
  background-image: url("../img/toolbar/icon_pet@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--toolPet {
    width: 50px;
  }
}
.icon--toolBanned {
  width: 72px;
}
.icon--toolBanned:before {
  padding-top: 75%;
  background-image: url("../img/toolbar/icon_banned@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--toolBanned {
    width: 50px;
  }
}
.icon--toolFaq {
  width: 52px;
}
.icon--toolFaq:before {
  padding-top: 90%;
  background-image: url("../img/toolbar/icon_faq@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--toolFaq {
    width: 40px;
  }
}
.icon--toolTimetableS {
  width: 23px;
}
.icon--toolTimetableS:before {
  padding-top: 100%;
  background-image: url("../img/toolbar/icon_timetable_s@2x.png");
}
.icon--toolFeeS {
  width: 36px;
}
.icon--toolFeeS:before {
  padding-top: 75%;
  background-image: url("../img/toolbar/icon_fee_s@2x.png");
}
.icon--toolReserveS {
  width: 27px;
}
.icon--toolReserveS:before {
  padding-top: 52%;
  background-image: url("../img/toolbar/icon_reserve_s@2x.png");
}
.icon--toolVacancyS {
  width: 36px;
}
.icon--toolVacancyS:before {
  padding-top: 52%;
  background-image: url("../img/toolbar/icon_vacancy_s@2x.png");
}
.icon--toolAssistS {
  width: 30px;
}
.icon--toolAssistS:before {
  padding-top: 110%;
  background-image: url("../img/toolbar/icon_assist_s@2x.png");
}
.icon--toolRouteS {
  width: 20px;
}
.icon--toolRouteS:before {
  padding-top: 115%;
  background-image: url("../img/toolbar/icon_route_s@2x.png");
}
.icon--toolLaggageS {
  width: 24px;
}
.icon--toolLaggageS:before {
  padding-top: 95%;
  background-image: url("../img/toolbar/icon_laggage_s@2x.png");
}
.icon--toolFaqS {
  width: 34px;
}
.icon--toolFaqS:before {
  padding-top: 100%;
  background-image: url("../img/toolbar/icon_faq_s@2x.png");
}
.icon--timetableShip {
  width: 55px;
}
.icon--timetableShip:before {
  padding-top: 82%;
  background-image: url("../img/timetable/icon_ship@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
.icon--timetableSchedule {
  width: 47px;
}
.icon--timetableSchedule:before {
  padding-top: 78%;
  background-image: url("../img/timetable/icon_schedule@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
.icon--timetableRoute {
  width: 47px;
}
.icon--timetableRoute:before {
  padding-top: 59%;
  background-image: url("../img/timetable/icon_route@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
.icon--navTree {
  width: 7px;
}
.icon--navTree:before {
  padding-top: 142%;
  background-image: url("../img/header/nav_tree@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
.icon--routemap {
  width: 70px;
}
.icon--routemap:before {
  padding-top: 66%;
  background-image: url("../img/toolbar/icon_routemap@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
.icon--ferry {
  width: 82px;
}
.icon--ferry:before {
  padding-top: 50%;
  background-image: url("../img/toolbar/icon_ferry@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
.icon--ferry-left {
  width: 82px;
}
.icon--ferry-left:before {
  padding-top: 50%;
  background-image: url("../img/toolbar/icon_ferry-left.png");
  background-position: 50% 50%;
  background-size: contain;
}
.icon--tachibana {
  width: 82px;
}
.icon--tachibana:before {
  padding-top: 45%;
  background-image: url("../img/toolbar/icon_tachibana@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
.icon--salvia {
  width: 86px;
}
.icon--salvia:before {
  padding-top: 46%;
  background-image: url("../img/toolbar/icon_salvia@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
.icon--question_w {
  width: 10px;
}
.icon--question_w:before {
  padding-top: 140%;
  background-image: url("../img/icon/question_w@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
.icon--simulator1 {
  width: 35px;
}
.icon--simulator1:before {
  padding-top: 77.1428571%;
  background-image: url("/cargo/img/icon-simulator1.png");
  background-position: 50% 50%;
  background-size: contain;
}
.opened .icon--simulator1:before {
  background-image: url("/cargo/img/icon-simulator1_w.png");
}
.icon--simulator2 {
  width: 43px;
}
.icon--simulator2:before {
  padding-top: 58.1395349%;
  background-image: url("/cargo/img/icon-simulator2.png");
  background-position: 50% 50%;
  background-size: contain;
}
.opened .icon--simulator2:before {
  background-image: url("/cargo/img/icon-simulator2_w.png");
}
.icon--simulator3 {
  width: 44px;
}
.icon--simulator3:before {
  padding-top: 47.7272727%;
  background-image: url("/cargo/img/icon-simulator3.png");
  background-position: 50% 50%;
  background-size: contain;
}
.opened .icon--simulator3:before {
  background-image: url("/cargo/img/icon-simulator3_w.png");
}

.icon--simulator4 {
  width: 40px;
}
.icon--simulator4:before {
  padding-top: 54.31%;
  background-image: url("/cargo/img/icon-simulator4.png");
  background-position: 50% 50%;
  background-size: contain;
}
.opened .icon--simulator4:before {
  background-image: url("/cargo/img/icon-simulator4_w.png");
}
.icon--simulator5 {
  width: 40px;
}
.icon--simulator5:before {
  padding-top: 55.24%;
  background-image: url("/cargo/img/icon-simulator5.png");
  background-position: 50% 50%;
  background-size: contain;
}
.opened .icon--simulator5:before {
  background-image: url("/cargo/img/icon-simulator5_w.png");
}
.icon--simulator6 {
  width: 40px;
}
.icon--simulator6:before {
  padding-top: 78%;
  background-image: url("/cargo/img/icon-simulator6.png");
  background-position: 50% 50%;
  background-size: contain;
}
.opened .icon--simulator6:before {
  background-image: url("/cargo/img/icon-simulator6_w.png");
}

.icon--reverse {
  width: 32px;
}
.icon--reverse:before {
  padding-top: 100%;
  background-image: url("../img/icon/icon-reverse.png");
  background-position: 50% 50%;
  background-size: contain;
}
.icon--netshop01 {
  width: 47px;
}
.icon--netshop01:before {
  padding-top: 114.893617%;
  background-image: url("../img/icon/icon-netshop01.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--netshop01 {
    width: 23px;
  }
}
.icon--netshop02 {
  width: 56px;
}
.icon--netshop02:before {
  padding-top: 100%;
  background-image: url("../img/icon/icon-netshop02.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--netshop02 {
    width: 28px;
  }
}
.icon--netshop03 {
  width: 39px;
}
.icon--netshop03:before {
  padding-top: 143.5897436%;
  background-image: url("../img/icon/icon-netshop03.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--netshop03 {
    width: 20px;
  }
}
.icon--netshop04 {
  width: 59px;
}
.icon--netshop04:before {
  padding-top: 83.0508475%;
  background-image: url("../img/icon/icon-netshop04.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--netshop04 {
    width: 30px;
  }
}
.icon--netshop05 {
  width: 68px;
}
.icon--netshop05:before {
  padding-top: 75%;
  background-image: url("../img/icon/icon-netshop05.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--netshop05 {
    width: 34px;
  }
}
.icon--toolOurship {
  width: 32px;
}
.icon--toolOurship:before {
  padding-top: 77%;
  background-image: url("../img/icon/icon-toolourship.png");
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .icon--toolOurship {
    width: 34px;
  }
}
.icon--toolPin {
  width: 24px;
}
.icon--toolPin:before {
  padding-top: 111.11%;
  background-image: url("../img/icon/pin@2x.png");
  background-position: 50% 50%;
  background-size: contain;
}
.icon--jet {
  width: 50px;
}
.icon--jet:before {
  padding-top: 47.5609756%;
  background-image: url("../img/icon/icon-jet.png");
  background-position: 50% 50%;
  background-size: contain;
}
.icon--tachibana {
  width: 50px;
}
.icon--tachibana:before {
  padding-top: 44.0993789%;
  background-image: url("../img/icon/icon-tachibana.png");
  background-position: 50% 50%;
  background-size: contain;
}
.icon--sarubia {
  width: 50px;
}
.icon--sarubia:before {
  padding-top: 50.9202454%;
  background-image: url("../img/icon/icon-sarubia.png");
  background-position: 50% 50%;
  background-size: contain;
}
.title {
  margin-bottom: 1em;
  color: #294da5;
  font-weight: bold;
  font-size: 1.8rem;
}
.title--hasIcon i,
.title--hasIcon span {
  display: inline-block;
  vertical-align: middle;
}
.title--hasIcon span {
  padding-left: 10px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO",
    sans-serif;
  color: #294da5;
  letter-spacing: 0.1em;
}
.title--border {
  margin-bottom: 1em;
  color: #294da5;
  border-bottom: 2px solid #294da5;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.title--bg {
  margin-bottom: 2em;
  background-color: #294da5;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 30px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 480px) {
  .title--bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.title--center {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO",
    sans-serif;
  font-size: 2.4rem;
  color: #294da5;
  line-height: 1;
}
.en .title--center {
  letter-spacing: 0;
  font-family: arial, sans-serif;
}
.title--leftline {
  padding-left: 70px;
  margin-bottom: 20px;
  color: #294da5;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.title--leftline:before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #294da5;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.title--blue {
  color: #294da5;
}
.title--bold {
  font-weight: bold;
}
.box .title--bold {
  font-size: 1.8rem;
}
.page__header--border {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebf0f2;
}
.page__header--border .page__title {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .page__header--border .page__title span {
    display: block;
  }
}
.page__header--noborder {
  padding-bottom: 40px;
}
.page__header--noborder .page__title {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .page__header--noborder .page__title span {
    display: block;
  }
}
.page__header .page__text {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
  color: #294da5;
  font-weight: bold;
}
.page__header .page__text__al {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .page__header .page__text {
    text-align: left;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page__header .page__text--ac {
    text-align: center;
  }
}
.page__title {
  margin-bottom: 50px;
  font-size: 3.4rem;
  color: #294da5;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  text-align: center;
  line-height: 1;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO",
    sans-serif;
}
.en .page__title {
  font-family: arial, sans-serif;
  letter-spacing: 0em;
}
.page__title--white span {
  color: #fff;
}
.page__title--line {
  padding-bottom: 20px;
  position: relative;
}
.page__title--line:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #e12000;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
}
@media screen and (max-width: 480px) {
  .page__title {
    margin-bottom: 20px;
    font-size: 2.4rem;
    line-height: 1.5em;
  }
}
.page__title--boarding {
  padding-top: 70px;
  background: url("../img/icon/pagetitle_boarding.png") no-repeat 50% 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page__title--boarding {
    padding-top: 60px;
    background-size: auto 50px;
  }
}
.page__title--ourship {
  padding-top: 75px;
  background: url("../img/icon/pagetitle_ourship.png") no-repeat 50% 0;
}
@media screen and (max-width: 480px) {
  .page__title--ourship {
    background: url("../img/header/gnav_ourship@2x.png") no-repeat 50% 0;
    background-size: auto 60px;
  }
}
.page__title--island {
  padding-top: 70px;
  background: url("../img/icon/pagetitle_island.png") no-repeat 50% 0;
}
@media screen and (max-width: 480px) {
  .page__title--island {
    background: url("../img/header/gnav_island@2x.png") no-repeat 50% 0;
    background-size: auto 60px;
  }
}
.page__title--tours {
  padding-top: 70px;
  background: url("../img/icon/pagetitle_tours.png") no-repeat 50% 0;
}
@media screen and (max-width: 480px) {
  .page__title--tours {
    background: url("../img/header/gnav_tours@2x.png") no-repeat 50% 0;
    background-size: auto 60px;
  }
}
.page__title--netshop {
  padding-top: 70px;
  background: url("../img/icon/pagetitle_netshop.png") no-repeat 50% 0;
  background-size: 51px auto;
}
@media screen and (max-width: 768px) {
  .page__title--netshop {
    padding-top: 60px;
  }
}
.page__text {
  margin-bottom: 30px;
  font-size: 1.6rem;
}
.page__text--line {
  padding-bottom: 30px;
  border-bottom: 1px solid #ebf0f2;
}
@media screen and (max-width: 480px) {
  .page__text--line {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page__text {
    margin-bottom: 20px;
    font-size: 1.4rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page__description {
  margin-bottom: 40px;
  text-align: center;
  color: #294da5;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .page__description {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
}
.page__caption {
  text-align: center;
  color: #294da5;
}
@media screen and (max-width: 480px) {
  .page__caption {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.2rem;
    text-align: left;
  }
  .page__caption br {
    display: none;
  }
}
.box {
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .box {
    padding: 9px;
  }
}
.box + .box {
  margin-top: 30px;
}
.box--water {
  background-color: #ebf0f2;
}
.box__row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #535353;
}
.box__row:first-child {
  padding-top: 0;
}
.box__row:last-child,
.box__row:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.box h2,
.box h3 {
  font-size: 1.6rem;
  font-weight: bold;
}
.box h2 {
  margin-bottom: 0.5em;
}
.box h3 {
  margin-bottom: 0.5em;
}
.box div {
  margin-bottom: 1em;
  line-height: 1.8;
}
.box div:last-of-type {
  margin-bottom: 0;
}
.box div.row,
.box div.col {
  margin-bottom: 0;
}
.box table {
  margin-bottom: 1em;
}
.box .cap {
  font-size: 1.4rem;
}
.contactLine {
  display: table;
  width: 100%;
}
.contactLine:last-child,
.contactLine:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.contactLine__row {
  display: table-row;
}
.contactLine__title,
.contactLine__tel {
  display: table-cell;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #535353;
}
.contactLine__row:last-child .contactLine__title,
.contactLine__row:last-child .contactLine__tel {
  border-bottom: none;
}
.contactLine__tel {
  color: #294da5;
  font-size: 1.6rem;
}
.contactLine__tel i {
  margin-right: 5px;
}
.contactLine__tel .caption {
  color: #000;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .contactLine {
    display: block;
    margin-bottom: 0;
  }
  .contactLine div {
    margin-bottom: 0;
  }
  .contactLine__row {
    display: block;
  }
  .contactLine__title,
  .contactLine__tel {
    display: block;
  }
  .contactLine__title {
    padding-top: 10px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .contactLine__tel {
    padding-top: 0;
  }
}
.contactLine--horizontal {
  display: flex;
  flex-wrap: wrap;
}
.contactLine--horizontal .contactLine__row {
  display: flex;
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
  margin-right: 20px;
  border-bottom: 1px solid #535353;
}
.contactLine--horizontal .contactLine__row:nth-child(3n) {
  margin-right: 0;
}
.contactLine--horizontal .contactLine__row:last-child {
  margin-bottom: 20px;
}
.contactLine--horizontal .contactLine__title,
.contactLine--horizontal .contactLine__tel {
  display: block;
  border-bottom: none;
  margin-bottom: 0;
  line-height: 1.4;
}
.contactLine--horizontal .contactLine__title {
  padding-right: 1em;
}
@media screen and (max-width: 480px) {
  .contactLine--horizontal .contactLine__row {
    width: 100%;
    padding-bottom: 15px;
    margin-right: 0;
  }
  .contactLine--horizontal .contactLine__title,
  .contactLine--horizontal .contactLine__tel {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.contactGuide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contactGuide + .css--posA {
    position: relative;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 10px;
  }
}
.contactGuide div {
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contactGuide div {
    line-height: 1.3;
  }
}
.contactGuide--center {
  margin-left: auto;
  margin-right: auto;
}
.contactGuide__inner {
  padding: 12px 0 10px;
}
@media screen and (max-width: 768px) {
  .contactGuide__inner {
    padding: 10px;
    width: 100%;
  }
}
.contactGuide__title {
  color: #294da5;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
.contactGuide__title--black {
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contactGuide__title span {
    display: block;
    line-height: 1.2;
  }
  .contactGuide__title span:nth-child(1) {
    font-size: 1.4rem;
  }
  .contactGuide__title span:nth-child(2) {
    font-size: 1.1rem;
  }
}
.contactGuide__numberBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactGuide__numberBox > div {
  margin-left: 20px;
  margin-right: 20px;
}
.contactGuide__number {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .contactGuide__number {
    justify-content: center;
  }
}
.contactGuide__col {
  margin-right: 15px;
}
.contactGuide__col a {
  cursor: default;
  pointer-events: none;
}
.contactGuide__col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .contactGuide__col {
    width: 50%;
    margin-right: 5px;
  }
  .contactGuide__col a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 15px 5px;
    text-align: center;
    background-color: #fff;
    pointer-events: inherit;
    box-shadow: 0px 0px 8px 0.1px rgba(0, 0, 0, 0.26);
  }
  .contactGuide__col a i.icon--phone {
    line-height: 16px;
  }
}
.contactGuide__caption {
  margin-top: 5px;
  text-align: center;
  font-weight: normal;
  color: #294da5;
  font-size: 1.4rem;
}
.contactGuide__sptext {
  display: none;
}
@media screen and (max-width: 768px) {
  .contactGuide__sptext {
    display: block;
    font-size: 1.1rem;
    color: #000;
    text-align: center;
    margin-top: 10px;
  }
}
.contactGuide--btn {
  background-color: #ebf0f2;
  color: #294da5;
  border: 1px solid #294da5;
}

.contactGuide--cargo .contactGuide__numberBox {
  margin-top: 10px;
}
.contactGuide--cargo .contactGuide__inner {
  width: 100%;
  padding: 12px 30px;
}
@media screen and (max-width: 480px) {
  .contactGuide--cargo .contactGuide__numberBox {
    flex-direction: column;
    margin-top: 0;
  }
  .contactGuide--cargo .contactGuide__numberBox .contactGuide__number,
  .contactGuide--cargo .contactGuide__numberBox .contactGuide__col {
    width: 100%;
  }
  .contactGuide--cargo .contactGuide__numberBox .contactGuide__number {
    margin-top: 20px;
  }
  .contactGuide--cargo .contactGuide__numberBox .telnumber__title {
    margin-bottom: 5px;
    padding-left: 0;
    text-align: center;
  }
}
.contactForm {
  margin-top: 50px;
}
.page-confirm .contactForm {
  margin-top: 0;
}
.contactFormFlow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.contactFormFlow li {
  flex: 1;
  text-align: center;
  font-size: 1.8rem;
  height: 59px;
  line-height: 59px;
  background-color: #ebf0f2;
  color: #666666;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  position: relative;
}
.contactFormFlow li:after {
  content: "";
  display: block;
  width: 22px;
  height: 61px;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  right: -22px;
  top: -1px;
  background-image: url("../img/contact/flow_gray.png");
}
.contactFormFlow li.current {
  background-color: #fff;
  color: #294da5;
  border-color: #294da5;
}
.contactFormFlow li.current:after {
  background-image: url("../img/contact/flow_white.png");
}
.contactFormFlow li:nth-child(1) {
  z-index: 2;
  border-left: 1px solid #666;
}
.contactFormFlow li:nth-child(1).current {
  border-color: #294da5;
}
.contactFormFlow li:nth-child(2) {
  z-index: 1;
}
.contactFormFlow li:nth-child(3) {
  border-right: 1px solid #666;
  z-index: 0;
}
.contactFormFlow li:nth-child(3).current {
  border-color: #294da5;
}
.contactFormFlow li:nth-child(3):after {
  display: none;
}
@media screen and (max-width: 768px) {
  .contactFormFlow li:nth-child(2) span,
  .contactFormFlow li:nth-child(3) span {
    padding-left: 20px;
  }
  .contactFormFlow li span:nth-child(1) {
    display: none;
  }
}
.label {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2em;
}
.en .label {
  letter-spacing: 0em;
}
.label--water {
  background-color: #ebf0f2;
}
.label--blue {
  background-color: #d7f0fb;
}
.label--red {
  background-color: #e12000;
  color: #fff;
}
.label--large {
  width: 250px;
}
.labelLine {
  border-top: 2px solid #ebf0f2;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .labelLine {
    display: block;
  }
}
.labelLine:last-child,
.labelLine:last-of-type {
  border-bottom: 2px solid #ebf0f2;
}
.labelLine__title {
  width: calc(100% - 260px);
  font-weight: bold;
  padding-right: 60px;
}
@media screen and (max-width: 480px) {
  .labelLine__title {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.labelLine__label {
  width: 200px;
}
.en .labelLine__label {
  width: 300px;
}
@media screen and (max-width: 480px) {
  .en .labelLine__label {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .labelLine__label {
    width: 80%;
    margin: 0 auto;
  }
  .labelLine__label .label {
    height: auto;
    padding: 5px;
    margin-top: 10px;
  }
}
.labelLine__label__large {
  width: 250px;
}
.labelLineDouble .labelLine {
  margin-left: 100px;
}
@media screen and (max-width: 480px) {
  .labelLineDouble .labelLine {
    width: 80%;
    margin: 0 auto;
  }
  .labelLineDouble .labelLine .labelLine__label {
    width: 100%;
  }
}
.labelLineDouble .labelLine:first-child,
.labelLineDouble .labelLine:first-of-type {
  border-top: none;
}
.labelLineDouble .labelLine:last-child,
.labelLineDouble .labelLine:last-of-type {
  border-bottom: none;
}
.labelLineDouble .labelLine .labelLine__title {
  font-weight: normal;
}
.labelLineDouble {
  border-top: 2px solid #ebf0f2;
  padding: 30px 0;
}
.labelLineDouble__title {
  font-weight: bold;
}
.link {
  background-repeat: no-repeat;
  background-position: 0 0;
}
.link--blank {
  padding-left: 25px;
  background-image: url("../img/icon/blank@2x.png");
  background-position: 0 3px;
  background-size: 17px auto;
  line-height: 1.8;
}
.link--blank span {
  text-decoration: underline;
}
.link--blank:hover span {
  text-decoration: none;
}
.link--tel {
  padding-left: 25px;
  background-image: url("../img/icon/phone@2x.png");
  background-size: 15px auto;
  background-position: 1px 5px;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .link--tel {
    text-decoration: underline;
    pointer-events: auto;
  }
}
.circle {
  display: inline-block;
  vertical-align: bottom;
  border-radius: 50%;
  color: #fff;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
}
.circle--orange {
  background-color: #fd6d0a;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  border: 1px solid #999999;
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: middle;
}
.table th,
.table td {
  padding: 5px 20px;
  text-align: center;
  line-height: 1.4;
}
.table th.empty,
.table td.empty {
  border: none;
}
.table .al {
  text-align: left;
}
.table--inbox {
  width: auto;
}
.table--inbox th,
.table--inbox td {
  text-align: left;
  padding: 15px 20px;
  font-size: 1.4rem;
}
.table.recruitTable {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .table.recruitTable {
    font-size: 1.4rem;
  }
}
.table.recruitTable h1,
.table.recruitTable h2,
.table.recruitTable h3,
.table.recruitTable h4,
.table.recruitTable h5,
.table.recruitTable h6 {
  margin-top: 2em;
  margin-bottom: 1.5em;
  font-weight: bold;
}
.table.recruitTable h1:first-child,
.table.recruitTable h2:first-child,
.table.recruitTable h3:first-child,
.table.recruitTable h4:first-child,
.table.recruitTable h5:first-child,
.table.recruitTable h6:first-child {
  margin-top: 0;
}
.table.recruitTable h1:last-child,
.table.recruitTable h2:last-child,
.table.recruitTable h3:last-child,
.table.recruitTable h4:last-child,
.table.recruitTable h5:last-child,
.table.recruitTable h6:last-child {
  margin-bottom: 0;
}
.table.recruitTable h1 {
  font-size: 2.8rem;
}
.table.recruitTable h2 {
  font-size: 2.4rem;
}
.table.recruitTable h3 {
  font-size: 2rem;
}
.table.recruitTable h4 {
  font-size: 1.6rem;
}
.table.recruitTable p {
  margin: 1.5em 0;
}
.table.recruitTable p:first-child {
  margin-top: 0;
}
.table.recruitTable p:last-child {
  margin-bottom: 0;
}
.table.recruitTable img {
  display: inline;
  max-width: 100%;
  width: auto;
  height: auto;
}
.table.recruitTable img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.table.recruitTable img.alignleft {
  display: inline;
  float: left;
}
.table.recruitTable img.alignright {
  display: inline;
  float: right;
}
.table.recruitTable hr {
  height: 1px;
  appearance: none;
  margin: 2em 0;
  background-color: #e7e7e7;
  width: 100%;
  border: none;
}
.table.recruitTable th {
  width: 140px;
}
.table.recruitTable th,
.table.recruitTable td {
  text-align: left;
  vertical-align: top;
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.table.recruitTable th p:only-child,
.table.recruitTable td p:only-child {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .scroll {
    overflow: auto;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #ebf0f2;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #999;
  }
}
.telnumber i,
.telnumber span {
  display: inline-block;
  vertical-align: middle;
  color: #294da5;
}
.telnumber span {
  font-size: 2.3rem;
  color: #294da5;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .telnumber span {
    font-size: 1.5rem;
  }
}
.telnumber i {
  margin-right: 5px;
}
.telnumber i.icon--phone {
  width: 20px;
  font-size: 2rem;
}
.telnumber i.icon--phone:before {
  background-image: none;
}
@media screen and (max-width: 480px) {
  .telnumber i {
    margin-right: 0;
    height: 18px;
  }
  .telnumber i.icon--phone {
    width: auto;
    font-size: 2.4rem;
  }
}
.telnumber i.icon--phone {
  line-height: 22px;
  padding-bottom: 4px;
}
@media screen and (max-width: 480px) {
  .telnumber i.icon--phone {
    padding-bottom: 0;
  }
}
.telnumber__title {
  font-size: 1.4rem;
  font-weight: bold;
}
.telnumber--phone .telnumber__title {
  padding-left: 25px;
  margin-bottom: 3px;
}
.telnumber--fax {
  font-size: 2.3rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .telnumber--fax {
    font-size: 1.6rem;
  }
}
.selectbox {
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #294da5;
  font-weight: bold;
  height: 52px;
}
.selectbox.selectbox--open {
  height: auto;
}
.selectbox__default {
  cursor: pointer;
  padding: 0 20px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO",
    sans-serif;
  height: 50px;
  line-height: 50px;
  border: 1px solid #294da5;
  border-radius: 5px;
  background-color: #ebf0f2;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.selectbox__default:hover {
  opacity: 0.7;
}
.selectbox__default span {
  padding-right: 20px;
}
.selectbox__default i {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 0.9rem;
  margin-top: -4px;
  transition: all 0.3s;
}
.selectbox--open .selectbox__default i {
  transform: rotateX(180deg);
}
@media screen and (max-width: 480px) {
  .selectbox__default {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
  }
  .selectbox__default span {
    padding-right: 10px;
  }
  .selectbox__default i {
    right: 5px;
    font-size: 0.4rem;
  }
}
.selectbox__pulldown {
  margin-top: 10px;
  border: 1px solid #294da5;
  border-radius: 5px;
  background-color: #ebf0f2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.selectbox--open .selectbox__pulldown {
  opacity: 1;
  visibility: visible;
}
.selectbox__pulldown__item a {
  display: block;
  padding: 10px 20px;
  line-height: 1.4;
  letter-spacing: 0;
  border-bottom: 1px solid #294da5;
  text-decoration: none;
  transition: all 0.3s;
}
.selectbox__pulldown__item a:hover {
  opacity: 0.7;
}
.selectbox__pulldown__item:last-child a {
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  .selectbox__pulldown__item {
    font-size: 1rem;
  }
  .selectbox__pulldown__item a {
    padding: 10px 5px;
  }
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 5px 20px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999999;
  line-height: 1.4;
}
.table th.empty,
.table td.empty {
  border: none;
}
@media screen and (max-width: 480px) {
  .table th,
  .table td {
    padding: 0px;
  }
}
.table--inbox {
  width: auto;
}
.table--inbox th,
.table--inbox td {
  text-align: left;
  padding: 15px 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .table--inbox th,
  .table--inbox td {
    padding: 5px;
  }
}
.attention__box {
  padding: 25px 70px;
  border: 2px solid #294da5;
  color: #294da5;
}
.attention__box h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
}
.attention__box h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.attention__box > p,
.attention__box > div {
  margin-bottom: 30px;
}
.attention__box > p:last-of-type,
.attention__box > div:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .attention__box {
    padding: 0;
    border: none;
  }
  .attention__box h2,
  .attention__box h3 {
    text-align: left;
    font-size: 1.4rem;
    color: #294da5;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    padding: 15px 10px;
    font-size: 1.4rem;
    line-height: 1.4;
    width: auto;
    padding-right: 40px;
    position: relative;
  }
  .attention__box h2:before,
  .attention__box h2:after,
  .attention__box h3:before,
  .attention__box h3:after {
    content: "";
    display: block;
    border-radius: 5px;
    background-color: #294da5;
    position: absolute;
  }
  .attention__box h2:before,
  .attention__box h3:before {
    width: 20px;
    height: 3px;
    right: 15px;
    top: 50%;
    margin-top: -2px;
  }
  .attention__box h2:after,
  .attention__box h3:after {
    width: 3px;
    height: 20px;
    right: 23px;
    top: 50%;
    margin-top: -10px;
  }
  .attention__box h2.opened:after,
  .attention__box h3.opened:after {
    display: none;
  }
  .attention__box > p,
  .attention__box > div {
    font-size: 1.3rem;
  }
  .attention__box > p:last-of-type,
  .attention__box > div:last-of-type {
    margin-bottom: 30px;
  }
}
.guide__box {
  padding: 20px 40px;
  border: 4px solid #ebf0f2;
}
@media screen and (max-width: 480px) {
  .guide__box {
    padding: 10px;
    border-width: 2px;
    font-size: 1.2rem;
  }
}
.guide h2 {
  margin-top: 25px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
  color: #e12000;
}
.guide h2 i,
.guide h2 span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.guide h2 i {
  margin-right: 10px;
}
.guide ul li,
.guide ol li {
  text-indent: -1em;
  margin-left: 1em;
}
.guide p {
  margin-bottom: 20px;
}
.guide p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .guide h2 {
    font-size: 1.2rem;
  }
  .guide h2:first-child {
    margin-top: 0;
  }
}
.toolbar {
  height: 200px;
  background: url("../img/toolbar/bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .toolbar {
    height: auto;
    flex-direction: column;
  }
}
.toolbar--nobg {
  background-image: none;
}
.toolbar--auto {
  height: auto;
}
.toolbar .wrap {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .toolbar .wrap {
    box-sizing: border-box;
  }
}
.toolbar--mini {
  height: auto;
  background-image: none;
}
.toolbar__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -3px;
  margin-right: -3px;
}
.en .toolbar__list {
  justify-content: center;
}
.en .toolbar__list .menuBtn {
  width: calc(100% / 4);
  padding: 0 8px;
}
@media screen and (max-width: 480px) {
  .en .toolbar__list .menuBtn {
    width: calc((100% - 20px) / 2);
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .toolbar__list .menuBtn a {
    min-height: 70px;
  }
  .toolbar__list .menuBtn a span {
    line-height: 1.4em;
  }
  .toolbar__list .menuBtn a .icon--toolLaggage {
    width: 32px;
  }
  .en .toolbar__list .menuBtn a .icon--toolLaggage + span {
    line-height: 2.7em;
  }
}
@media screen and (max-width: 480px) {
  .toolbar__list {
    margin-left: 0;
    margin-right: 0;
    flex-direction: row;
    flex-wrap: wrap !important;
    padding: 10px 0;
  }
  .toolbar__list .menuBtn {
    padding: 0;
    width: calc((100% - 10px) / 2);
  }
  .toolbar__list .menuBtn a {
    padding: 10px 0px;
    margin: 5px 0px;
    line-height: 2em;
    min-height: auto;
  }
  .toolbar__list .menuBtn a span {
    line-height: 2.8em;
  }
}
@media screen and (max-width: 480px) and (max-width: 345px) {
  .en .toolbar__list .menuBtn a span {
    line-height: 1.4em;
  }
}
@media screen and (max-width: 480px) {
  .toolbar__list .menuBtn a .icon--toolLaggage {
    width: 32px;
  }
}
@media screen and (max-width: 480px) and (max-width: 345px) {
  .en .toolbar__list .menuBtn a .icon--toolLaggage + span {
    line-height: 2.7em;
  }
}
@media screen and (max-width: 480px) {
  .toolbar--top .toolbar__list .menuBtn {
    margin: 0;
  }
  .toolbar--top .toolbar__list .menuBtn a i.icon--toolTimetableS:before {
    background-image: url("../img/sp/icon-timetable-w.png");
  }
  .toolbar--top .toolbar__list .menuBtn a i.icon--toolFeeS:before {
    background-image: url("../img/sp/icon-fare-w.png");
  }
  .toolbar--top .toolbar__list .menuBtn a i.icon--toolRouteS:before {
    background-image: url("../img/sp/icon-terminal-w.png");
  }
  .toolbar--top .toolbar__list .menuBtn a i.icon--toolLaggageS:before {
    background-image: url("../img/sp/icon-laggage-w.png");
  }
}
@media screen and (max-width: 480px) {
  .toolbar__list--mini {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .toolbar__list--mini .menuBtn {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    padding: 0;
  }
  .toolbar__list--mini .menuBtn--reservation {
    display: none;
  }
  .toolbar__list--mini .menuBtn a {
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    background-color: #294da5;
    color: #fff;
    flex-direction: column;
    box-shadow: none;
  }
  .toolbar__list--mini .menuBtn a i,
  .toolbar__list--mini .menuBtn a span {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .toolbar__list--mini .menuBtn a i.icon--toolReserveS:before {
    background-image: url("../img/sp/icon_reserve_s-w.png");
  }
}
@media screen and (max-width: 480px) {
  .toolbar__list--mini .menuBtn.size--mini a i {
    margin-top: 0;
  }
  .toolbar__list--mini .menuBtn.size--mini a span {
    font-size: 1.2rem;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  .toolbar__list--mini .menuBtn a span {
    line-height: 1;
  }
}
.en .toolbar__list--mini .menuBtn {
  width: calc(100% / 4);
}
.en .toolbar__list--mini .menuBtn a span {
  font-family: arial, sans-serif;
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .en .toolbar__list--mini {
    justify-content: space-between;
  }
  .en .toolbar__list--mini .menuBtn {
    width: calc(33% - 5px);
    padding: 0 8px;
  }
  .en .toolbar__list--mini .menuBtn--reservation {
    display: block;
  }
  .en .toolbar__list--mini .menuBtn a i {
    margin-bottom: 5px;
  }
  .en .toolbar__list--mini .menuBtn a span {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .en .toolbar__list--mini .menuBtn {
    padding: 0;
  }
}
.imageSlide {
  margin-left: -5px;
  margin-right: -5px;
}
.imageSlide__item a {
  margin: 0 5px;
  transition: all 0.3s;
}
.imageSlide__item a:hover {
  opacity: 0.7;
}
.imageSlide__item a img {
  width: 100%;
  vertical-align: bottom;
}
.imageSlide .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  appearance: none;
  width: 26px;
  height: 26px;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 0;
  background-image: url("../img/slider/arrows.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  outline: none;
}
.imageSlide .slick-arrow.slick-next {
  background-position: 100% 0;
  right: -30px;
}
.imageSlide .slick-arrow.slick-prev {
  background-position: 0 0;
  left: -30px;
}
@media screen and (max-width: 480px) {
  .imageSlide .slick-arrow {
    width: 20px;
    height: 20px;
    bottom: -3px;
    margin-top: 0;
    z-index: 10;
    top: auto;
  }
  .imageSlide .slick-arrow.slick-next {
    right: 20px;
  }
  .imageSlide .slick-arrow.slick-prev {
    left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .imageSlide .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 10px;
  }
}
.js--tabContents {
  display: none;
}
.js--tabContents:first-child {
  display: block;
}
.categoryList li a {
  color: #294da5;
  font-size: 1.8rem;
}
.imagebox {
  display: flex;
  justify-content: space-between;
}
.imagebox__image {
  width: 18%;
}
.imagebox__image a {
  display: block;
}
.imagebox__image span {
  display: block;
  height: 0;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
  padding-top: 75%;
}
.imagebox__info {
  width: 78%;
  word-break: break-all;
}
.imagebox + .imagebox {
  margin-top: 30px;
}
.imagebox--full {
  display: block;
}
.imagebox--full .imagebox__image,
.imagebox--full .imagebox__info {
  width: auto;
}
.imagebox--full .imagebox__image {
  display: none;
}
@media screen and (max-width: 480px) {
  .imagebox__image {
    width: 30%;
  }
  .imagebox__info {
    width: 65%;
  }
}
.snav {
  display: flex;
  border-bottom: 2px solid #294da5;
}
.snavItem {
  flex: 1;
}
.snavItem a {
  display: block;
  padding: 15px 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.2em;
  text-decoration: none;
  color: #294da5;
  background-color: #fff;
  transition: all 0.3s;
}
.snavItem a i {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: all 0.3s;
}
.snavItem a.current,
.snavItem a:hover {
  background-color: #294da5;
  color: #fff;
}
.snavItem a.current i,
.snavItem a:hover i {
  opacity: 1;
  color: #294da5;
}
.fukidashiBox {
  padding: 20px;
  background-color: #ebf0f2;
  text-align: center;
  position: relative;
}
.fukidashiBox:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.fukidashiBox__title {
  font-size: 1.8rem;
  color: #294da5;
  font-weight: bold;
}
.fukidashiBox--top:before {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ebf0f2;
  top: -20px;
  margin-left: -20px;
  left: 50%;
}
.fukidashiBox--left:before {
  border-top: 20px solid transparent;
  border-right: 20px solid #ebf0f2;
  border-bottom: 20px solid transparent;
  top: 50%;
  left: -20px;
  margin-top: -20px;
}
.scheduleMenu {
  margin-top: 35px;
}
@media screen and (max-width: 480px) {
  .scheduleMenu {
    display: none;
  }
}
@media print {
  .scheduleMenu {
    display: none;
  }
}
.scheduleMenu__box {
  padding: 35px 35px 15px;
  background-color: #294da5;
  color: #fff;
}
.scheduleMenu__title {
  color: #fff;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.scheduleMenu__title--01 {
  padding-left: 50px;
  background-image: url("../img/icon/schedule_menu_title01@2x.png");
  background-size: auto 19px;
  line-height: 19px;
}
.scheduleMenu__title--02 {
  padding-left: 60px;
  padding-top: 5px;
  background-image: url("../img/icon/schedule_menu_title02@2x.png");
  background-size: auto 33px;
  line-height: 33px;
}
.scheduleMenu__title .cap {
  font-size: 1.3rem;
  margin-left: 30px;
}
.scheduleMenu__list li {
  padding-right: 15px;
  margin-bottom: 30px;
}
.scheduleMenu__list li:nth-child(4n) {
  padding-right: 0;
}
.scheduleMenu__list li.small .btn {
  font-size: 1.4rem;
}
.scheduleMenu__list li.off {
  opacity: 0.3;
  pointer-events: none;
}
.scheduleMenu__list li a {
  transition: all 0.3s;
}
.scheduleMenu__list li a:hover {
  opacity: 0.7;
}
.scheduleMenu__list .btn--white {
  display: block;
  padding: 15px;
  font-weight: bold;
}
.scheduleIsland {
  margin-top: 50px;
}
.scheduleIsland__section {
  margin-top: 60px;
}
.scheduleIsland__section__title {
  margin-bottom: 30px;
  background-color: #294da5;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 480px) {
  .scheduleIsland {
    margin-top: 0;
    border-top: 1px solid #999999;
  }
  .scheduleIsland__section {
    margin-top: 0;
    border-bottom: 1px solid #999999;
    font-size: 1.4rem;
  }
  .scheduleIsland__section__title {
    margin-bottom: 0;
    background-color: #fff;
    color: #294da5;
    text-align: left;
    padding: 20px;
    height: auto;
    line-height: 1;
    font-weight: bold;
    width: auto;
    padding-right: 40px;
    position: relative;
  }
  .scheduleIsland__section__title:before,
  .scheduleIsland__section__title:after {
    content: "";
    display: block;
    border-radius: 5px;
    background-color: #294da5;
    position: absolute;
  }
  .scheduleIsland__section__title:before {
    width: 20px;
    height: 3px;
    right: 15px;
    top: 50%;
    margin-top: -2px;
  }
  .scheduleIsland__section__title:after {
    width: 3px;
    height: 20px;
    right: 23px;
    top: 50%;
    margin-top: -10px;
  }
  .scheduleIsland__section__title.opened:after {
    display: none;
  }
  .scheduleIsland__section__title.opened {
    background-color: #294da5;
    color: #fff;
  }
  .scheduleIsland__section__title.opened:before {
    background-color: #fff;
  }
  .scheduleIsland__section__title.opened:after {
    display: none;
  }
  .scheduleIsland__section__title + .wrap {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .scheduleIsland__section__title + .wrap .ac {
    text-align: left;
  }
}
.scheduleTable {
  margin-top: 30px;
}
.scheduleTable + .schedule__table {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  #Contact .scheduleTable {
    margin-top: 0;
  }
}
.scheduleTable__header {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scheduleTable__header .title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .scheduleTable__header {
    display: block;
  }
  .scheduleTable__header .title {
    margin-bottom: 0;
  }
}
.scheduleTable__caption {
  color: #e12000;
  margin-top: 10px;
}
.scheduleTable__caption i {
  vertical-align: top;
}
.scheduleTable__btn {
  text-align: center;
}
.scheduleTable__btn a {
  max-width: 454px;
  padding-right: 60px;
}
.scheduleTable__btn a.btn--iconR i {
  right: 30px;
}
.stable {
  border: 1px solid #999999;
  border-collapse: collapse;
  width: 100%;
}
.stable th,
.stable td {
  padding: 15px;
  text-align: left;
  border: 1px solid #999999;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .stable th,
  .stable td {
    padding: 2px;
    vertical-align: top;
  }
}
.stable th {
  background-color: #ebf0f2;
}
.stable th.time {
  width: 11%;
}
.stable th.departure {
  width: 15%;
}
.stable th.class {
  width: 18%;
}
.stable th.arrival {
  width: 13%;
}
.stable th.status {
  width: 14%;
}
.stable th.note {
  width: 28%;
}
.stable td.status i,
.stable td.status span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
}
.stable td.status span {
  margin-left: 5px;
}
.stable td.status .icon--ok {
  margin-left: 3px;
}
.stable td.status .icon--ok + span {
  color: #609e23;
}
.stable td.status .icon--ng {
  margin-left: 3px;
}
.stable td.status .icon--ng + span {
  color: #e12000;
}
.stable td.status .icon--pending {
  margin-left: 1px;
}
.stable td.status .icon--pending + span {
  color: #999999;
}
@media screen and (max-width: 480px) {
  .stable td.status {
    text-align: center;
    vertical-align: middle;
    padding: 0;
  }
  .stable td.status i,
  .stable td.status span {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    height: auto;
    line-height: 1.2;
  }
  .stable td.status span {
    font-size: 1.2rem;
  }
  .stable td.status .icon--ng {
    width: 16px;
  }
  .stable td.status .icon--pending {
    width: 20px;
  }
  .stable td.status .icon--pending:before {
    padding-top: 85%;
  }
}
.timetableMap {
  margin-top: 70px;
  min-height: 543px;
  background: #9bc9eb url("../img/timetable/map.jpg") no-repeat 50% 0;
}
@media screen and (max-width: 768px) {
  .timetableMap {
    margin-top: 30px;
    background-image: none;
    min-height: inherit;
  }
}
.timetableMap .wrap {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .timetableMap .wrap {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.timetableMap__controller {
  width: 530px;
  min-height: 543px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .timetableMap__controller {
    width: auto;
    min-height: inherit;
  }
}
.timetableMap__controller__inner {
  width: 100%;
}
.timetableMap__controller__top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 35px;
  background-color: rgba(235, 240, 242, 0.7);
}
@media screen and (max-width: 768px) {
  .timetableMap__controller__top {
    padding: 10px;
  }
}
.timetableMap__controller__top__section {
  margin-bottom: 30px;
}
.timetableMap__controller__top__section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .timetableMap__controller__top__section {
    margin-bottom: 10px;
  }
}
.timetableMap__controller__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  background-color: rgba(195, 208, 213, 0.7);
}
@media screen and (max-width: 768px) {
  .timetableMap__controller__bottom {
    padding: 10px;
  }
}
.timetableMap__controller__title {
  margin-bottom: 20px;
}
.timetableMap__controller__title span {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "Arial", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .timetableMap__controller__title {
    margin-bottom: 10px;
  }
  .timetableMap__controller__title span {
    font-size: 1.2rem;
    margin-left: 0;
  }
  .timetableMap__controller__title .icon--timetableShip {
    width: 33px;
  }
  .timetableMap__controller__title .icon--timetableSchedule {
    width: 33px;
  }
}
.timetableMap__controller__btn {
  margin-top: 20px;
}
.timetableMap__controller__btn:first-child {
  margin-top: 0;
}
.timetableMap__controller__btn a {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  transition: all 0.3s;
  box-shadow: 1.5px 2.5px 29px 0px rgba(51, 51, 51, 0.13);
}
.timetableMap__controller__btn a:hover {
  opacity: 0.7;
}
.timetableMap__controller__btn a.btn--white {
  color: #000;
}
@media screen and (max-width: 768px) {
  .timetableMap__controller__btn {
    margin-top: 10px;
  }
  .timetableMap__controller__btn a.btn {
    padding: 10px;
    font-size: 1.3rem;
  }
}
.timetableMain {
  padding-top: 70px;
}
@media screen and (max-width: 480px) {
  .timetableMain {
    padding-top: 35px;
  }
}
.timetableMain__header {
  background-color: #294da5;
  z-index: 1;
  position: relative;
}
.timetableMain__header .wrap {
  position: relative;
  height: 80px;
}
@media screen and (max-width: 480px) {
  .timetableMain__header .wrap {
    height: 60px;
  }
}
.timetableMain__date {
  margin-top: 40px;
  color: #294da5;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .timetableMain__date {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
.timetableMain__dateselect {
  position: absolute;
  left: 40px;
  top: 50%;
  width: 320px;
  margin-top: -25px;
}
@media screen and (max-width: 480px) {
  .timetableMain__dateselect {
    width: auto;
    left: 10px;
    right: 10px;
    margin: 0 auto;
    margin-top: -15px;
  }
}
.timetableRoute__section {
  padding-top: 50px;
}
@media screen and (max-width: 480px) {
  .timetableRoute__section {
    padding-top: 15px;
  }
}
.timetableRoute__btn {
  padding: 20px 25px;
  box-shadow: 1.5px 2.598px 15.66px 2.34px rgba(51, 51, 51, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}
.timetableRoute__btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 480px) {
  .timetableRoute__btn {
    padding: 10px 0 10px 10px;
  }
  .timetableRoute__btn i.icon--arrowBottom {
    font-size: 0.9rem;
    display: none;
  }
  .timetableRoute__btn.opened h3:after {
    display: none;
  }
}
.timetableRoute__btn h3 {
  font-weight: bold;
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .timetableRoute__btn h3 {
    font-size: 1.3rem;
    line-height: 1.4;
    width: auto;
    padding-right: 40px;
    position: relative;
  }
  .timetableRoute__btn h3:before,
  .timetableRoute__btn h3:after {
    content: "";
    display: block;
    border-radius: 5px;
    background-color: #294da5;
    position: absolute;
  }
  .timetableRoute__btn h3:before {
    width: 20px;
    height: 3px;
    right: 15px;
    top: 50%;
    margin-top: -2px;
  }
  .timetableRoute__btn h3:after {
    width: 3px;
    height: 20px;
    right: 23px;
    top: 50%;
    margin-top: -10px;
  }
  .timetableRoute__btn h3.opened:after {
    display: none;
  }
}
.timetableRoute__btn.btn--iconR i {
  right: 20px;
  transition: transform 0.2s;
}
@media screen and (max-width: 480px) {
  .timetableRoute__btn.btn--iconR i {
    right: 10px;
  }
}
.timetableRoute__btn.opened.btn--iconR i {
  transform: rotateX(180deg);
}
.timetableRoute__schedule__tcap {
  margin-top: 30px;
}
.timetableRoute__schedule__tcap img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .timetableRoute__schedule__tcap {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
.timetableRoute__schedule__mcap {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .timetableRoute__schedule__mcap {
    font-size: 1.2rem;
  }
}
.timetableRoute__schedule__title {
  margin-bottom: 30px;
  background-color: #294da5;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 20px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .timetableRoute__schedule__title {
    font-size: 1.2rem;
  }
}
.timetableRoute__schedule__section {
  margin-top: 70px;
}
.timetableRoute__schedule__section:first-of-type,
.timetableRoute__schedule__section:first-child {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .timetableRoute__schedule__section {
    margin-top: 30px;
  }
}
.timetableRoute__schedule__table--auto table.table,
.timetableRoute__schedule__table--auto table.timetableTable,
.timetableRoute__schedule__table--auto table {
  width: auto;
}
@media screen and (max-width: 480px) {
  .timetableRoute__schedule__table--auto table.table,
  .timetableRoute__schedule__table--auto table.timetableTable,
  .timetableRoute__schedule__table--auto table {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .timetableRoute__schedule__title {
    margin-bottom: 15px;
    padding: 5px 10px;
    line-height: 1.4;
    font-size: 1.2rem;
  }
  .timetableRoute__schedule__section {
    margin-top: 30px;
  }
  .timetableRoute__schedule__section:first-of-type,
  .timetableRoute__schedule__section:first-child {
    margin-top: 15px;
  }
}
.timetableRoute__caption {
  margin-top: 40px;
}
.timetableRoute__caption a {
  text-decoration: underline;
}
.timetableRoute__caption a:hover {
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .timetableRoute__caption {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
.timetableTable {
  width: 100%;
}
.timetableTable tr:first-child th:first-child {
  max-width: 200px;
  width: 200px;
}
@media screen and (max-width: 480px) {
  .timetableTable tr:first-child th:first-child {
    max-width: 80px;
    width: 80px;
  }
}
.timetableTable th.timetableTable__al,
.timetableTable td.timetableTable__al {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .timetableTable th,
  .timetableTable td {
    font-size: 1.1rem;
  }
}
.timetableTable__caption {
  margin-top: 20px;
}
.timetableTable__btn {
  margin-top: 20px;
}
.timetableTable__btn .btn {
  padding: 10px 20px;
  line-height: 1;
}
.timetableTable__btn .btn span {
  font-size: 1.4rem;
  margin-left: 10px;
}
.fareMainMonthly {
  padding-top: 50px;
}
.fareMainMonthly__title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  color: #294da5;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .fareMainMonthly {
    padding-top: 25px;
  }
  .fareMainMonthly__title {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
}
.fareSection {
  margin-top: 70px;
}
.fareSection:first-child,
.fareSection:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .fareSection {
    margin-top: 30px;
  }
}
.fareSection__title {
  margin-bottom: 20px;
  background-color: #294da5;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 25px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .fareSection__title {
    font-size: 1.3rem;
    color: #294da5;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    padding: 15px 10px;
    font-size: 1.4rem;
    line-height: 1.4;
    width: auto;
    padding-right: 40px;
    position: relative;
  }
  .fareSection__title:before,
  .fareSection__title:after {
    content: "";
    display: block;
    border-radius: 5px;
    background-color: #294da5;
    position: absolute;
  }
  .fareSection__title:before {
    width: 20px;
    height: 3px;
    right: 15px;
    top: 50%;
    margin-top: -2px;
  }
  .fareSection__title:after {
    width: 3px;
    height: 20px;
    right: 23px;
    top: 50%;
    margin-top: -10px;
  }
  .fareSection__title.opened:after {
    display: none;
  }
}
.fareSection__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .fareSection__header {
    display: block;
  }
}
.fareSection__header__link {
  padding-right: 10px;
  font-size: 1.4rem;
}
.fareSection__header__link i {
  padding-left: 10px;
}
.fareSection__header__link a:hover span {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .fareSection__header__link {
    font-size: 1.2rem;
  }
}
.fareSection__header + .fareSection__table {
  margin-top: 20px;
}
.fareSection__caption {
  margin-top: 20px;
}
.fareSection__caption a {
  text-decoration: underline;
  color: #294da5;
}
.fareSection__table {
  margin-top: 40px;
}
.fareSection__table--auto table.table,
.fareSection__table--auto table.timetableTable,
.fareSection__table--auto table {
  width: auto;
}
.fareTable th,
.fareTable td {
  padding: 12px 25px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .fareTable th,
  .fareTable td {
    padding: 10px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 480px) {
  .fareTable th,
  .fareTable td {
    padding: 0px;
    line-height: 1.4;
  }
}
.main__contents--boarding {
  padding-top: 0;
}
.en .main__contents--boarding {
  padding-top: 70px;
}
.en .main__contents--boarding .page__title {
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .en .main__contents--boarding {
    padding-top: 0;
  }
  .en .main__contents--boarding .page__title {
    margin-bottom: 30px;
  }
}
.en .main__contents--timeprice {
  padding-top: 70px;
}
.en .main__contents--timeprice .page__title {
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .en .main__contents--timeprice {
    padding-top: 0;
  }
  .en .main__contents--timeprice .page__title {
    margin-bottom: 30px;
  }
}
.boardingMenu--timeprice {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.boardingIndex .boardingIndex__btn,
.boardingIndexRow .boardingIndex__btn,
.indexMenuEn .boardingIndex__btn {
  width: auto;
  height: 170px;
}
@media screen and (max-width: 480px) {
  .boardingIndex .boardingIndex__btn,
  .boardingIndexRow .boardingIndex__btn,
  .indexMenuEn .boardingIndex__btn {
    height: auto;
  }
  .boardingIndex .boardingIndex__btn + .boardingIndex__btn,
  .boardingIndexRow .boardingIndex__btn + .boardingIndex__btn,
  .indexMenuEn .boardingIndex__btn + .boardingIndex__btn {
    margin-top: 10px;
  }
}
.boardingIndex .boardingIndex__btn a,
.boardingIndexRow .boardingIndex__btn a,
.indexMenuEn .boardingIndex__btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 100%;
}
.boardingIndex .boardingIndex__btn a span,
.boardingIndexRow .boardingIndex__btn a span,
.indexMenuEn .boardingIndex__btn a span {
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .boardingIndex .boardingIndex__btn a,
  .boardingIndexRow .boardingIndex__btn a,
  .indexMenuEn .boardingIndex__btn a {
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  .boardingIndex .boardingIndex__btn a i,
  .boardingIndex .boardingIndex__btn a span,
  .boardingIndexRow .boardingIndex__btn a i,
  .boardingIndexRow .boardingIndex__btn a span,
  .indexMenuEn .boardingIndex__btn a i,
  .indexMenuEn .boardingIndex__btn a span {
    margin: 0;
  }
  .boardingIndex .boardingIndex__btn a span,
  .boardingIndexRow .boardingIndex__btn a span,
  .indexMenuEn .boardingIndex__btn a span {
    padding-top: 0;
    padding-left: 80px;
  }
  .boardingIndex .boardingIndex__btn a span br,
  .boardingIndexRow .boardingIndex__btn a span br,
  .indexMenuEn .boardingIndex__btn a span br {
    display: none;
  }
  .boardingIndex .boardingIndex__btn a i,
  .boardingIndexRow .boardingIndex__btn a i,
  .indexMenuEn .boardingIndex__btn a i {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .boardingIndex .boardingIndex__btn a .icon--toolReserve2,
  .boardingIndexRow .boardingIndex__btn a .icon--toolReserve2,
  .indexMenuEn .boardingIndex__btn a .icon--toolReserve2 {
    width: 30px;
  }
  .boardingIndex .boardingIndex__btn a .icon--toolReserve,
  .boardingIndexRow .boardingIndex__btn a .icon--toolReserve,
  .indexMenuEn .boardingIndex__btn a .icon--toolReserve {
    width: 60px;
    left: 10px;
  }
  .boardingIndex .boardingIndex__btn a .icon--toolCancel,
  .boardingIndexRow .boardingIndex__btn a .icon--toolCancel,
  .indexMenuEn .boardingIndex__btn a .icon--toolCancel {
    width: 30px;
  }
  .boardingIndex .boardingIndex__btn a .icon--toolcancellation-procedure,
  .boardingIndexRow .boardingIndex__btn a .icon--toolcancellation-procedure,
  .indexMenuEn .boardingIndex__btn a .icon--toolcancellation-procedure {
    width: 50px;
    left: 15px;
  }
  .boardingIndex .boardingIndex__btn a .icon--toolVacancy,
  .boardingIndexRow .boardingIndex__btn a .icon--toolVacancy,
  .indexMenuEn .boardingIndex__btn a .icon--toolVacancy {
    width: 50px;
    height: 50px;
    left: 15px;
  }
  .boardingIndex .boardingIndex__btn a .icon--jet,
  .boardingIndex .boardingIndex__btn a .icon--tachibana,
  .boardingIndex .boardingIndex__btn a .icon--sarubia,
  .boardingIndexRow .boardingIndex__btn a .icon--jet,
  .boardingIndexRow .boardingIndex__btn a .icon--tachibana,
  .boardingIndexRow .boardingIndex__btn a .icon--sarubia,
  .indexMenuEn .boardingIndex__btn a .icon--jet,
  .indexMenuEn .boardingIndex__btn a .icon--tachibana,
  .indexMenuEn .boardingIndex__btn a .icon--sarubia {
    left: 15px;
    height: 50px;
  }
  .boardingIndex .boardingIndex__btn a .icon--toolLargeship,
  .boardingIndex .boardingIndex__btn a .icon--toolJet,
  .boardingIndexRow .boardingIndex__btn a .icon--toolLargeship,
  .boardingIndexRow .boardingIndex__btn a .icon--toolJet,
  .indexMenuEn .boardingIndex__btn a .icon--toolLargeship,
  .indexMenuEn .boardingIndex__btn a .icon--toolJet {
    width: 50px;
    left: 15px;
  }
  .boardingIndex .boardingIndex__btn a .icon--toolPet,
  .boardingIndex .boardingIndex__btn a .icon--toolBanned,
  .boardingIndexRow .boardingIndex__btn a .icon--toolPet,
  .boardingIndexRow .boardingIndex__btn a .icon--toolBanned,
  .indexMenuEn .boardingIndex__btn a .icon--toolPet,
  .indexMenuEn .boardingIndex__btn a .icon--toolBanned {
    width: 40px;
  }
}
.boardingIndex .boardingIndex__btn--mini,
.boardingIndexRow .boardingIndex__btn--mini,
.indexMenuEn .boardingIndex__btn--mini {
  height: auto;
}
.boardingIndex .boardingIndex__btn--mini a,
.boardingIndexRow .boardingIndex__btn--mini a,
.indexMenuEn .boardingIndex__btn--mini a {
  max-width: 430px;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: 20px 0;
}
.boardingIndex .boardingIndex__btn--mini a span,
.boardingIndex .boardingIndex__btn--mini a i,
.boardingIndexRow .boardingIndex__btn--mini a span,
.boardingIndexRow .boardingIndex__btn--mini a i,
.indexMenuEn .boardingIndex__btn--mini a span,
.indexMenuEn .boardingIndex__btn--mini a i {
  margin: auto 0;
}
.boardingIndex .boardingIndex__btn--mini a span,
.boardingIndexRow .boardingIndex__btn--mini a span,
.indexMenuEn .boardingIndex__btn--mini a span {
  padding-top: 0;
}
.boardingIndex .boardingIndex__btn--midi,
.boardingIndexRow .boardingIndex__btn--midi,
.indexMenuEn .boardingIndex__btn--midi {
  height: auto;
}
.boardingIndex .boardingIndex__btn--midi a,
.boardingIndexRow .boardingIndex__btn--midi a,
.indexMenuEn .boardingIndex__btn--midi a {
  max-width: 478px;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: 20px 0;
}
@media screen and (max-width: 480px) {
  .boardingIndex .boardingIndex__btn--noicon a {
    justify-content: center;
  }
  .en .boardingIndex .boardingIndex__btn.menuBtn a .icon--toolCancel,
  .en .boardingIndexRow .boardingIndex__btn.menuBtn a .icon--toolCancel,
  .en .indexMenuEn .boardingIndex__btn.menuBtn a .icon--toolCancel {
    width: 30px;
  }
  .en .boardingIndex .boardingIndex__btn--mini a span,
  .en .boardingIndexRow .boardingIndex__btn--mini a span,
  .en .indexMenuEn .boardingIndex__btn--mini a span {
    margin-left: 20px;
  }
}
.en .indexMenuEn {
  background-color: #ebf0f2;
  padding: 30px;
}
.en .indexMenuEn--ourship .menuBtn a i {
  padding-top: 30px;
}
.en .indexMenuEn--baggage .toolbar__list .menuBtn {
  width: calc(100% / 3);
  padding: 0 15px;
}
.en .indexMenuEn--baggage .toolbar__list .menuBtn a span {
  padding-top: 30px;
}
@media screen and (max-width: 480px) {
  .en .indexMenuEn {
    padding: 10px;
  }
  .en .indexMenuEn--baggage .toolbar__list .menuBtn {
    width: calc((100% - 20px) / 2);
    padding: 0 5px;
  }
  .en .indexMenuEn--baggage .toolbar__list .menuBtn a i {
    margin-top: 15px;
  }
  .en .indexMenuEn--baggage .toolbar__list .menuBtn a span {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.boardingIndex {
  padding-top: 50px;
  padding-bottom: 30px;
  background: url("/boarding/img/bg.jpg") no-repeat 50% 100% fixed;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .boardingIndex {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #325190;
    background-image: none;
  }
}
.en .boardingIndex--timeprice {
  background: url("/en/time_price/img/bg.jpg") no-repeat 50% 100% fixed;
  background-size: cover;
}
.boardingIndex--bg {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 35px 20px;
}
@media screen and (max-width: 480px) {
  .boardingIndex--bg {
    padding: 20px 10px;
  }
}
.boardingIndex__row {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.boardingIndex__row .indexMenu {
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0;
}
.boardingIndex__row .indexMenu__title {
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .boardingIndex__row {
    display: block;
  }
  .boardingIndex__row .boardingIndex__row {
    margin-top: 0;
  }
}
.boardingIndex__col {
  box-sizing: border-box;
}
.boardingIndex__col--2 {
  width: calc((100% - 20px) / 2);
}
.boardingIndex__col--3 {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 480px) {
  .boardingIndex__col--2 {
    width: auto;
    margin-bottom: 30px;
  }
  .boardingIndex__col--2.sp-nospace {
    margin-bottom: 0;
  }
  .boardingIndex__col--3 {
    width: auto;
    margin-bottom: 30px;
  }
}
.boardingIndex__box {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .boardingIndex__box {
    width: auto;
  }
}
.boardingIndex__boxRow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .boardingIndex__boxRow {
    display: block;
  }
}
.boardingIndex__boxRow__col {
  width: calc((100% - 20px) / 2);
  margin-top: 30px;
}
.boardingIndex__boxRow__col:nth-child(-n + 2) {
  margin-top: 0;
}
.boardingIndex__boxRow__col--1 {
  width: calc((100% - 60px) / 4);
}
.boardingIndex__boxRow__col--3 {
  width: calc((100% - 60px) / 4 * 3 + 40px);
}
@media screen and (max-width: 768px) {
  .boardingIndex__boxRow__col {
    width: auto;
    margin-top: 10px;
  }
  .boardingIndex__boxRow__col:nth-child(-n + 2) {
    margin-top: 10px;
  }
  .boardingIndex__boxRow__col:only-child,
  .boardingIndex__boxRow__col.boardingIndex__boxRow__col--3 {
    margin-top: 0;
  }
}
.boardingIndex__title {
  margin-bottom: 30px;
  text-align: center;
}
.boardingIndex__title span {
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .boardingIndex__title {
    margin-bottom: 15px;
  }
  .boardingIndex__title span {
    font-size: 1.6rem;
  }
}
.boardingIndexRow + .boardingIndexRow {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .boardingIndexRow + .boardingIndexRow {
    margin-top: 10px;
  }
}
.boardingIndexRow--bg {
  padding: 30px;
  background-color: #ebf0f2;
}
@media screen and (max-width: 480px) {
  .boardingIndexRow--bg {
    padding: 20px;
  }
}
.searouteMap {
  margin-top: 40px;
}
.searouteMap__image {
  position: relative;
}
.searouteMap__overlay {
  position: absolute;
  width: 32%;
  height: 100%;
  top: 0;
  right: 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .searouteMap__overlay {
    right: 20px;
    width: 37%;
  }
}
@media screen and (max-width: 480px) {
  .searouteMap__overlay {
    position: static;
    width: 100%;
  }
}
.searouteMap__overlay a {
  display: block;
  color: #000;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  margin-top: 30px;
  box-shadow: 1px 3px 29px 0px rgba(51, 51, 51, 0.13);
  transition: all 0.3s;
}
.searouteMap__overlay a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 480px) {
  .searouteMap__overlay a {
    width: 95%;
    padding: 15px 0 15px 15px;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .en .searouteMap {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.searouteTime {
  margin-top: 70px;
}
.searouteTime__image {
  margin-top: 50px;
  position: relative;
}
.vacantseat__box {
  margin-bottom: 20px;
  padding: 40px;
  border: 4px solid #bfcdd3;
}
@media screen and (max-width: 768px) {
  .vacantseat__box {
    padding: 15px;
  }
}
.vacantseat .row--hasSpace .col--3 {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 768px) {
  .vacantseat .row--hasSpace .col--3 {
    width: 100%;
  }
}
.vacantseat .snavBoxList {
  background-color: #fff;
  box-shadow: none;
}
.vacantseat .btn--square {
  position: relative;
  width: 100%;
  height: 11rem;
  padding: 15px 40px 15px 0;
  text-align: center;
  letter-spacing: 0.2rem;
}
.vacantseat .btn--detail {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.vacantseat .btn .main {
  font-size: 2rem;
  margin-bottom: 5px;
  line-height: 1.2;
}
.vacantseat .btn .sub {
  font-size: 1.6rem;
}
.boardingFlow--box--btn .btn {
  width: 120px;
  text-align: center;
}
.en .boardingFlow--box--btn .btn {
  width: auto;
}
@media screen and (max-width: 768px) {
  .boardingFlow--box--btn .btn {
    width: auto;
    margin-bottom: 10px;
  }
}
.boardingFlow .btns {
  margin-top: 30px !important;
}
.boardingFlow .contactLine {
  margin-bottom: 0;
}
.boardingFlow .contactLine__title,
.boardingFlow .contactLine__tel {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .boardingFlow .contactLine__title,
  .boardingFlow .contactLine__tel {
    width: 100%;
    border-bottom: 0;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .boardingFlow .contactLine__title {
    margin-bottom: 0;
  }
  .boardingFlow .contactLine__tel {
    border-bottom: 1px solid #535353;
  }
}
.boardingFlow .contactLine:last-child .contactLine__title,
.boardingFlow .contactLine:last-child .contactLine__tel {
  border-bottom: none;
}
.boardingFlow .indent {
  margin-left: 1em;
  text-indent: -1em;
}
.boardingFlowLine {
  padding-bottom: 30px;
  padding-top: 10px;
  border-bottom: 1px solid #535353;
}
.boardingFlowLine:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.boardingFlowHero {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .boardingFlowHero {
    display: block;
  }
}
.boardingFlowHero__left {
  width: calc(100% - 380px);
  padding-right: 20px;
}
@media screen and (max-width: 480px) {
  .boardingFlowHero__left {
    width: 100%;
  }
}
.boardingFlowHero__left .indent {
  margin-left: 1em;
  text-indent: -1em;
}
.boardingFlowHero__right {
  width: 360px;
}
@media screen and (max-width: 480px) {
  .boardingFlowHero__right {
    width: 100%;
  }
}
.boardingFlowVideoHero {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .boardingFlowVideoHero {
    display: block;
  }
}
.boardingFlowVideoHero__left {
  width: calc(100% - 415px);
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .boardingFlowVideoHero__left {
    width: auto;
    padding-right: 0px;
  }
}
.boardingFlowVideoHero__left .table--inbox th,
.boardingFlowVideoHero__left .table--inbox td {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 8px 20px;
}
@media screen and (max-width: 768px) {
  .boardingFlowVideoHero__left .table--inbox th,
  .boardingFlowVideoHero__left .table--inbox td {
    padding: 5px;
  }
}
.boardingFlowVideoHero__right {
  width: 385px;
}
@media screen and (max-width: 768px) {
  .boardingFlowVideoHero__right {
    width: 100%;
  }
}
.boardingFlowVideo {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 0 !important;
}
.boardingFlowVideo iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.motorcycleTable th,
.motorcycleTable td {
  padding: 10px 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .motorcycleTable th,
  .motorcycleTable td {
    padding: 0;
  }
}
.motorcycleTable td {
  text-align: center;
}
.motorcycleTable th {
  text-align: left;
}
.motorcycleTable .ac {
  text-align: center;
}
.discount__calendarlink {
  text-decoration: none;
}
.discount__calendarlink span {
  text-decoration: underline;
}
.reservation_flow th,
.reservation_flow td {
  line-height: 2rem;
}
@media screen and (max-width: 480px) {
  .reservation_flow th,
  .reservation_flow td {
    line-height: 1.5rem;
    padding: 2px;
  }
  .reservation_flow th br,
  .reservation_flow td br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .contactGuide--baggage .contactGuide__number {
    display: block;
  }
  .contactGuide--baggage .contactGuide__col {
    width: 100%;
  }
  .contactGuide--baggage .telnumber {
    text-align: center;
    margin: 5px auto;
  }
  .contactGuide--baggage .telnumber--text a {
    color: #000;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .contactGuide--baggage .telnumber--text a {
    text-decoration: underline;
    color: #294da5;
    pointer-events: all;
  }
}
.Replace__img .img__sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .Replace__img .img__sp {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .Replace__img .img__pc {
    display: none;
  }
}
.newsItem__row {
  padding: 15px 0;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 480px) {
  .newsItem__row {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.newsItem__date {
  width: 100px;
}
@media screen and (max-width: 480px) {
  .newsItem__date {
    width: auto;
    margin-right: 20px;
    line-height: 28px;
    font-size: 1.3rem;
  }
}
.newsItem__category {
  width: 125px;
  margin-right: 20px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.newsItem__category span {
  display: block;
  border-style: solid;
  border-width: 2px;
  color: #294da5;
  border-color: #294da5;
  padding: 5px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .newsItem__category {
    font-size: 1rem;
  }
}
.newsItem__category--all span {
  color: #294da5;
  border-color: #294da5;
}
.newsItem__category--news span {
  color: #609e23;
  border-color: #609e23;
}
.newsItem__category--tours span {
  color: #f49e38;
  border-color: #f49e38;
}
.newsItem__category--operating span {
  color: #09b4c6;
  border-color: #09b4c6;
}
.newsItem__category--press span {
  color: #ff546c;
  border-color: #ff546c;
}
.newsItem__title {
  width: calc(100% - 225px);
}
.newsItem__title a {
  color: #000;
  text-decoration: underline;
}
.newsItem__title a:hover {
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .newsItem__title a {
    display: block;
    padding-top: 5px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .newsItem__title {
    width: 100%;
  }
}
.newsDetail__header {
  padding-bottom: 30px;
  border-bottom: 1px solid #ebf0f2;
}
.newsDetail__title {
  color: #294da5;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .newsDetail__title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.newsDetail__info {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .newsDetail__info {
    margin-top: 15px;
  }
}
.newsDetail__contents {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .newsDetail__contents {
    font-size: 1.4rem;
  }
}
.newsDetail__contents h1,
.newsDetail__contents h2,
.newsDetail__contents h3,
.newsDetail__contents h4,
.newsDetail__contents h5,
.newsDetail__contents h6 {
  margin-top: 2em;
  margin-bottom: 1.5em;
  font-weight: bold;
}
.newsDetail__contents h1:first-child,
.newsDetail__contents h2:first-child,
.newsDetail__contents h3:first-child,
.newsDetail__contents h4:first-child,
.newsDetail__contents h5:first-child,
.newsDetail__contents h6:first-child {
  margin-top: 0;
}
.newsDetail__contents h1:last-child,
.newsDetail__contents h2:last-child,
.newsDetail__contents h3:last-child,
.newsDetail__contents h4:last-child,
.newsDetail__contents h5:last-child,
.newsDetail__contents h6:last-child {
  margin-bottom: 0;
}
.newsDetail__contents h1 {
  font-size: 2.8rem;
}
.newsDetail__contents h2 {
  font-size: 2.4rem;
}
.newsDetail__contents h3 {
  font-size: 2rem;
}
.newsDetail__contents h4 {
  font-size: 1.6rem;
}
.newsDetail__contents p {
  margin: 1.5em 0;
}
.newsDetail__contents p:first-child {
  margin-top: 0;
}
.newsDetail__contents p:last-child {
  margin-bottom: 0;
}
.newsDetail__contents img {
  display: inline;
  max-width: 100%;
  width: auto;
  height: auto;
}
.newsDetail__contents img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.newsDetail__contents img.alignleft {
  display: inline;
  float: left;
}
.newsDetail__contents img.alignright {
  display: inline;
  float: right;
}
.newsDetail__contents hr {
  height: 1px;
  appearance: none;
  margin: 2em 0;
  background-color: #e7e7e7;
  width: 100%;
  border: none;
}
.newsDetail__contents:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 480px) {
  .newsDetail__contents {
    margin-top: 30px;
  }
}
.nextprevNav {
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  .nextprevNav {
    margin-top: 50px;
  }
}
.nextprevNavList {
  display: flex;
  justify-content: space-between;
}
.nextprevNavList a {
  display: block;
  text-align: center;
}
.nextprevNavList .btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.nextprevNavList .nextback--prev,
.nextprevNavList .nextback--next {
  width: 160px;
}
.nextprevNavList .nextback--prev i.icon--arrowLeft,
.nextprevNavList .nextback--next i.icon--arrowLeft {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .nextprevNavList {
    padding-bottom: 80px;
    justify-content: space-between;
  }
  .nextprevNavList .nextback--prev,
  .nextprevNavList .nextback--next {
    width: calc(50% - 5px);
  }
  .nextprevNavList .nextback--prev .btn,
  .nextprevNavList .nextback--next .btn {
    padding: 0;
  }
  .nextprevNavList .nextback--index {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200px;
    margin-left: -100px;
  }
  .nextprevNavList .nextback--index .btn {
    padding: 0;
  }
}
.pager {
  margin-top: 50px;
  text-align: center;
}
.pager li {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  margin: 0 5px;
}
.pager a,
.pager span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  text-align: center;
  line-height: 35px;
}
.pager a {
  background-color: #ebf0f2;
  color: #294da5;
  text-decoration: none;
}
.pager span {
  background-color: #294da5;
  color: #ebf0f2;
}
.newsFooter {
  margin-top: 70px;
}
.newsFooterContents {
  display: flex;
  justify-content: space-between;
}
.newsFooterContents__left {
  width: 65%;
}
.newsFooterContents__right {
  width: 30%;
}
.newsFooterContents__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .newsFooterContents {
    display: block;
  }
  .newsFooterContents__left {
    width: auto;
  }
  .newsFooterContents__right {
    width: auto;
    margin-top: 30px;
  }
  .newsFooterContents__title {
    margin-bottom: 10px;
  }
  .newsFooterContents .categoryList {
    padding-left: 20px;
    padding-right: 20px;
  }
  .newsFooterContents .categoryList li a {
    font-size: 1.6rem;
  }
}
.searchTitle {
  font-size: 2.2rem;
  color: #294da5;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .searchTitle {
    font-size: 1.8rem;
  }
}
.searchBox input {
  display: inline-block;
  vertical-align: top;
}
.searchBox input[type="text"] {
  width: calc(100% - 68px);
  height: 58px;
  border: 1px solid #d2d2d2;
  background-color: #f7f7f7;
  font-size: 1.6rem;
  padding: 0 25px;
  box-sizing: border-box;
}
.searchBox input[type="submit"] {
  appearance: none;
  font-size: 0;
  padding: 0;
  border: none;
  width: 63px;
  height: 58px;
  background-color: #294da5;
  background-image: url("../img/icon/search_w@2x.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px auto;
  cursor: pointer;
}
.searchArea {
  padding-top: 20px;
}
.searchArea__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .searchArea__title {
    margin-bottom: 15px;
  }
}
.searchResult {
  margin-top: 50px;
}
.searchResult__title {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #294da5;
}
@media screen and (max-width: 480px) {
  .searchResult {
    margin-top: 25px;
  }
  .searchResult__title {
    font-size: 1.6rem;
  }
}
.searchResultInner {
  padding-top: 50px;
  border-top: 1px solid #ebf0f2;
}
@media screen and (max-width: 480px) {
  .searchResultInner {
    padding-top: 25px;
  }
}
.notfoundArea__row {
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .notfoundArea__row {
    margin-top: 30px;
  }
}
.notfoundArea__search {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .notfoundArea__search {
    margin-top: 25px;
  }
}
.notfoundArea__menu {
  margin-top: 30px;
  background-color: #ebf0f2;
  padding: 30px;
}
.notfoundArea__menuList > div {
  width: calc((100% - 100px) / 5);
}
.notfoundArea__caption {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .notfoundArea__caption {
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }
}
.terminalContents {
  margin-top: 40px;
}
.terminalContents__title {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .terminalContents__title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.terminalHero {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .terminalHero {
    margin-top: 30px;
    display: block;
  }
}
.terminalHero__left,
.terminalHero__right {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 480px) {
  .terminalHero__left,
  .terminalHero__right {
    width: 100%;
  }
}
.terminalHero__map {
  position: relative;
}
.terminalHero__mapBtns {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.terminalHero__mapBtn {
  position: absolute;
  z-index: 2;
  transition: all 0.3s;
}
.terminalHero__mapBtn:hover {
  opacity: 0.7;
}
.terminalHero__mapBackImage {
  width: 100%;
  padding-top: 300px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  z-index: 0;
}
.terminalHero__mapLink {
  padding: 5px 0;
  background-color: #ebf0f2;
  text-align: center;
  font-size: 1.3rem;
}
.terminalHero__mapLink a span {
  text-decoration: underline;
}
.terminalHero__mapLink a:hover span {
  text-decoration: none;
}
.terminalHero__text {
  margin-top: 30px;
  line-height: 1.4;
}
.terminalHero--3 .terminalHero__left {
  width: 28%;
}
@media screen and (max-width: 480px) {
  .terminalHero--3 .terminalHero__left {
    width: 100%;
  }
}
.terminalHero--3 .terminalHero__middle {
  width: 35%;
}
@media screen and (max-width: 480px) {
  .terminalHero--3 .terminalHero__middle {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.terminalHero--3 .terminalHero__right {
  width: 33%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .terminalHero--3 .terminalHero__right {
    width: 100%;
  }
}
.terminalHero--3 .terminalHero__text {
  margin-top: 0;
}
.terminalHero__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  margin-right: 5%;
  position: static;
  margin-top: 30px;
  width: auto;
  margin-right: 0;
}
.terminalHero__btn a {
  font-size: 1.8rem;
  padding: 5px 35px;
}
.en .terminalHero__btn a {
  padding: 10px 25px 10px 15px;
  font-size: 1.6rem;
  line-height: 1.2;
}
.en .terminalHero__btn {
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .en .terminalHero__btn {
    position: static;
  }
}
.terminalGuide {
  margin-top: 70px;
}
.terminalGuideBox {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .terminalGuideBox {
    margin-top: 30px;
    display: block;
  }
}
.terminalGuideBox__left {
  width: 33%;
}
@media screen and (max-width: 480px) {
  .terminalGuideBox__left {
    width: 100%;
  }
}
.terminalGuideBox__right {
  width: 63%;
}
@media screen and (max-width: 480px) {
  .terminalGuideBox__right {
    width: 100%;
  }
}
.terminalIndex .section {
  margin-top: 80px;
}
.terminalIndex .section:first-child {
  margin-top: 0;
}
.terminalParkingTable td {
  vertical-align: middle;
  text-align: center;
}
.terminalParkingTable .bg--blue {
  padding: 5px 20px;
}
.terminalParkingTable .bg--gray {
  text-align: left;
  padding: 5px 20px;
}
.terminalBtn--3 {
  width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .terminalBtn--3 {
    width: 100%;
  }
}
.terminalBtn--3 .row li.col--3 {
  width: calc((100% - 40px) / 3);
}
.terminalFacility {
  display: flex;
  justify-content: space-between;
}
.terminalFacility__left {
  width: 80px;
}
.terminalFacility__right {
  width: calc(100% - 90px);
  padding-left: 10px;
}
.terminalAccess {
  display: flex;
  justify-content: space-between;
}
.terminalAccess__left {
  width: 100px;
}
.terminalAccess__right {
  width: calc(100% - 120px);
  padding-left: 20px;
}
.boardingTable th {
  padding: 12px 25px;
}
@media screen and (max-width: 480px) {
  .boardingTable th {
    padding: 0;
  }
}
.en .boardingTable {
  padding: 0px;
}
.section#Parking .section p {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .snav--terminal .snavBoxList {
    display: flex;
    box-shadow: none;
  }
  .snav--terminal .snavBoxList li {
    display: flex;
    width: calc((100% - 30px) / 2) !important;
    background: #fff;
    box-shadow: 3px 3px 0px 0px rgba(102, 102, 102, 0.3);
    margin-top: 10px;
    border: none;
  }
  .snav--terminal .snavBoxList li.current {
    background-color: #c3c6c8;
  }
  .snav--terminal .snavBoxList li a {
    width: 100%;
    padding-top: 15px;
    padding: 15px;
  }
  .snav--terminal .snavBoxList li a i {
    transform: scale(0.6);
    right: 3px;
  }
  .snav--terminal .snavBoxList li:nth-child(-n + 4) {
    margin-top: 10px;
  }
  .snav--terminal .snavBoxList li.col--1 {
    width: calc(100% - 15px) !important;
  }
}
.routeMapIndex {
  margin-top: 50px;
}
.routeMapIndex .Replace__img .img__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .routeMapIndex .Replace__img .img__sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .routeMapIndex .Replace__img .img__pc {
    display: none;
  }
}
.routeMapIndex__title {
  margin-bottom: 20px;
  text-align: center;
  color: #294da5;
  font-size: 2rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO",
    sans-serif;
}
.routeMapIndex__map {
  position: relative;
}
.routeMapIndex__map .btn {
  position: absolute;
  transition: all 0.3s;
}
.routeMapIndex__map .btn:hover {
  opacity: 0.7;
}
.routeMapIndex__map .btn--oshima {
  top: 204px;
  right: 288px;
}
.routeMapIndex__map .btn--niijima {
  top: 290px;
  right: 194px;
}
.routeMapIndex__map .btn--hachijojima {
  bottom: 0px;
  right: 135px;
}
.routeMapIndex__map .btn--miyakejima {
  bottom: 236px;
  right: 103px;
}
.routeMapIndex__map .btn--kouzushima {
  bottom: 154px;
  left: 140px;
}
.routeMapIndex__map .btn--mikurasima {
  bottom: 40px;
  left: 262px;
}
.routeMapIndex__map .btn--toshima {
  top: 225px;
  left: 180px;
}
.routeMapIndex__map .btn--shikinejima {
  top: 317px;
  left: 66px;
}
@media screen and (max-width: 768px) {
  .routeMapIndex__map .btn {
    display: none;
  }
}
.islandContents {
  padding-bottom: 80px;
}
.islandContents .snavBoxList li:nth-child(-n + 4) {
  margin-top: 10px;
}
.islandMain {
  display: block;
  height: 0;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 35.7142857%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .islandMain {
    padding-top: 64%;
  }
}
.islandContents--oshima .islandMain {
  background-image: url("/island/oshima/img/main.jpg");
}
@media screen and (max-width: 768px) {
  .islandContents--oshima .islandMain {
    background-image: url("/island/oshima/img/main_sp.jpg");
  }
}
.islandContents--toshima .islandMain {
  background-image: url("/island/toshima/img/main.jpg");
}
@media screen and (max-width: 768px) {
  .islandContents--toshima .islandMain {
    background-image: url("/island/toshima/img/main_sp.jpg");
  }
}
.islandContents--niijima .islandMain {
  background-image: url("/island/niijima/img/main.jpg");
}
@media screen and (max-width: 768px) {
  .islandContents--niijima .islandMain {
    background-image: url("/island/niijima/img/main_sp.jpg");
  }
}
.islandContents--shikinejima .islandMain {
  background-image: url("/island/shikinejima/img/main.jpg");
}
@media screen and (max-width: 768px) {
  .islandContents--shikinejima .islandMain {
    background-image: url("/island/shikinejima/img/main_sp.jpg");
  }
}
.islandContents--kozushima .islandMain {
  background-image: url("/island/kozushima/img/main.jpg");
}
@media screen and (max-width: 768px) {
  .islandContents--kozushima .islandMain {
    background-image: url("/island/kozushima/img/main_sp.jpg");
  }
}
.islandContents--miyakejima .islandMain {
  background-image: url("/island/miyakejima/img/main.jpg");
}
@media screen and (max-width: 768px) {
  .islandContents--miyakejima .islandMain {
    background-image: url("/island/miyakejima/img/main_sp.jpg");
  }
}
.islandContents--mikurashima .islandMain {
  background-image: url("/island/mikurashima/img/main.jpg");
}
@media screen and (max-width: 768px) {
  .islandContents--mikurashima .islandMain {
    background-image: url("/island/mikurashima/img/main_sp.jpg");
  }
}
.islandContents--hachijojima .islandMain {
  background-image: url("/island/hachijojima/img/main.jpg");
}
@media screen and (max-width: 768px) {
  .islandContents--hachijojima .islandMain {
    background-image: url("/island/hachijojima/img/main_sp.jpg");
  }
}
.islandIntro {
  margin-top: 70px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .islandIntro {
    margin-top: 30px;
  }
}
.islandContents--oshima .islandIntro {
  margin-bottom: 130px;
}
.islandIntro__map {
  width: 32%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .islandIntro__map {
    display: none;
  }
}
.islandIntro__map img {
  position: absolute;
  width: 133%;
  margin-top: -130px;
  margin-left: -100px;
}
.islandIntro__text {
  width: 66%;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .islandIntro__text {
    width: 100%;
    line-height: 1.8;
    letter-spacing: 0;
    font-size: 1.8rem;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
.islandIntro__text .space {
  float: right;
  height: 10em;
}
.islandIntro__text .image {
  width: auto;
  float: right;
  clear: both;
  margin-left: 1em;
}

.islandIntro__text .image.image--sp {
display: none;
}
@media screen and (max-width: 480px) {
  .islandIntro__text .image {
    /* position: absolute;
    bottom: -100px;
    right: 0;
    width: 100px; */
    float: unset;
    margin-left: auto;
    width: 150px;
  }
  .islandIntro__text .image.image--pc {
display: none;
}
    .islandIntro__text .image.image--sp{
   display: block;
  }
}
.islandTake {
  margin-top: 90px;
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .islandTake {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.islandTakeBox {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 3px 29px 0px rgba(51, 51, 51, 0.13);
}
@media screen and (max-width: 480px) {
  .islandTakeBox {
    padding: 0;
    box-shadow: none;
  }
}
.islandTakeBox__title {
  margin-bottom: 30px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #294da5;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .islandTakeBox__title {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.islandMap {
  margin-top: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .islandMap {
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
  }
}
.islandMap__image {
  width: 100%;
  padding-top: 665px;
  background-color: #9bc9eb;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .islandMap__image {
    padding-top: 330px;
    background-size: contain;
  }
  .islandContents--oshima .islandMap__image {
    background-image: url("/island/oshima/img/map_sp.jpg") !important;
  }
  .islandContents--toshima .islandMap__image {
    background-image: url("/island/toshima/img/map_sp.jpg") !important;
  }
  .islandContents--niijima .islandMap__image {
    background-image: url("/island/niijima/img/map_sp.jpg") !important;
  }
  .islandContents--shikinejima .islandMap__image {
    background-image: url("/island/shikinejima/img/map_sp.jpg") !important;
  }
  .islandContents--kozushima .islandMap__image {
    background-image: url("/island/kozushima/img/map_sp.jpg") !important;
  }
  .islandContents--miyakejima .islandMap__image {
    background-image: url("/island/miyakejima/img/map_sp.jpg") !important;
  }
  .islandContents--mikurashima .islandMap__image {
    background-image: url("/island/mikurashima/img/map_sp.jpg") !important;
  }
  .islandContents--hachijojima .islandMap__image {
    background-image: url("/island/hachijojima/img/map_sp.jpg") !important;
  }
}
.islandMap__btns {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.islandMap__btns .wrap {
  position: relative;
}
.islandMap__btn {
  position: absolute;
  z-index: 2;
  transition: all 0.3s;
}
.islandMap__btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .islandMap__btn {
    display: none;
  }
}
.islandMap__btn__google {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 580px;
  padding: 5px 15px;
}
@media screen and (max-width: 768px) {
  .islandMap__btn__google {
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    top: 330px;
    padding: 15px 0px;
    background-color: #ebf0f2;
    color: #294da5 !important;
    text-align: center !important;
  }
  .islandMap__btn__google span {
    padding-left: 35px;
    background-image: url(../img/icon/blank@2x.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: auto 20px;
    text-decoration: underline;
  }
}
.islandPhoto__title {
  width: 230px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-top: -4px;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .islandPhoto__title {
    width: 180px;
    padding-top: 45px;
  }
}
.islandPhotoImages {
  margin-top: -25px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .islandPhotoImages {
    margin-top: 30px;
  }
}
.islandPhotoImages__section {
  position: relative;
}
@media screen and (max-width: 768px) {
  .islandPhotoImages__section {
    margin-top: 20px;
  }
}
.islandPhoto__caption {
  color: #fff;
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 1.2rem;
}
.islandPhotoCircle {
  position: absolute;
  top: 70px;
  left: calc((100% - 1000px) / 2);
  width: 335px;
  height: 335px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  display: flex;
  justify-content: center;
  color: #294da5;
}
@media screen and (max-width: 768px) {
  .islandPhotoCircle {
    position: static;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
  }
}
.islandPhotoCircle--right {
  left: auto;
  right: calc((100% - 1000px) / 2);
}
@media screen and (max-width: 768px) {
  .islandPhotoCircle--right {
    right: 0;
  }
}
.islandPhotoCircle__title {
  margin-bottom: 20px;
  padding-top: 60px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .islandPhotoCircle__title {
    text-align: left;
    padding-top: 30px;
  }
}
.islandPhotoCircle__inner {
  position: relative;
}
.islandPhotoCircle__text {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .islandPhotoCircle__text {
    margin: 0;
    font-size: 1.8rem;
  }
}
.islandPhotoCircle__btn {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .islandPhotoCircle__btn {
    position: static;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.islandPhotoCircle__btn a.btn {
  font-size: 1.4rem;
  padding-top: 5px;
  padding-bottom: 5px;
}
.islandPhotoCircle__illust {
  position: absolute;
  bottom: 40px;
  right: -6px;
}
@media screen and (max-width: 768px) {
  .islandPhotoCircle__illust {
    right: 10px !important;
    position: absolute;
    top: 0;
    left: auto !important;
  }
}
.islandPhotoCircle__illust img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .islandPhotoCircle__illust img {
    width: auto;
    max-width: 130px;
    max-height: 60px;
    margin-top: 13px;
  }
}
.islandPhotoCircle--right .islandPhotoCircle__illust {
  right: auto;
}
@media screen and (max-width: 768px) {
  .islandPhotoCircle--right .islandPhotoCircle__illust {
    left: -20px;
    right: 10 !important;
    left: auto !important;
  }
}
.islandPhotoImage {
  display: block;
  height: 0;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 600px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .islandPhotoImage {
    padding-top: 250px;
  }
}
.islandPickup {
  position: relative;
  margin-top: 0px;
  padding-top: 130px;
}
@media screen and (max-width: 480px) {
  .islandPickup {
    padding-top: 90px;
  }
}
.islandPickup__title {
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  top: 72px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .islandPickup__title {
    top: 30px;
  }
}
.islandPickup__title img {
  width: 336px;
}
@media screen and (max-width: 480px) {
  .islandPickup__title img {
    width: 250px;
  }
}
.islandPickupMain {
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #ebf0f2;
}
@media screen and (max-width: 480px) {
  .islandPickupMain {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.islandPickupMain .row .col--3:nth-child(-n + 3) {
  margin-top: 0;
}
.islandSpot {
  padding-top: 65px;
}
@media screen and (max-width: 480px) {
  .islandSpot {
    padding-top: 0;
  }
}
.islandSpot__number {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .islandSpot__number {
    text-align: left;
    display: inline-block;
    margin-left: 5px;
    margin-left: 5px;
    position: absolute;
  }
}
.islandSpot__number span {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  font-weight: bold;
  background-color: #294da5;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}
.islandSpot__title {
  margin-top: 10px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 4.4rem;
  color: #294da5;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .islandSpot__title {
    text-align: left;
    display: inline-block;
    padding-left: 2em;
    line-height: 1.5;
    padding-top: 6px;
  }
}
.islandSpot__title--newline {
  font-size: 1.7rem;
  line-height: 2.2rem;
}
.islandSpot__title--ruby {
  height: 36px;
}
.islandSpot__title span {
  font-size: 1.6rem;
}
.islandSpot__text {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .islandSpot__text {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.islandSpot__text dl {
  margin-top: 10px;
}
.islandSpot__access {
  margin-top: 20px;
  padding: 10px 15px 10px 40px;
  font-size: 1.4rem;
  color: #294da5;
  background-color: #ebf0f2;
  background-repeat: no-repeat;
  background-position: 15px 14px;
}
@media screen and (max-width: 480px) {
  .islandSpot__access {
    font-size: 1.6rem;
  }
}
.islandPickupMain .islandSpot__access {
  background-color: #fff;
}
.islandSpot__access__title {
  font-weight: bold;
}
.islandSpot__access__text .caption {
  font-size: 1.2rem;
}
.islandSpot__access--bus {
  background-image: url("../img/icon/bus@2x.png");
  background-size: 15px auto;
}
.islandSpot__access--walk {
  background-image: url("../img/icon/walk@2x.png");
  background-size: 14px auto;
}
.islandSpot__access--walkcar {
  background-image: url("../img/icon/walkcar@2x.png");
  background-size: 38px auto;
  padding-left: 60px !important;
}
.islandSpot__access--car {
  background-image: url("../img/icon/car@2x.png");
  background-size: 20px auto;
  background-position: 15px 16px;
}
.islandSpot__access--address {
  background-image: url("../img/icon/pin@2x.png");
  background-size: 18px auto;
}
@media screen and (max-width: 480px) {
  .islandSpot__image {
    margin-top: 50px;
  }
}
.islandSpot__btn {
  margin-top: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .islandSpot__btn {
    margin-top: 10px;
  }
}
.islandSpot__btn a.btn {
  display: block;
  text-align: left;
  padding: 10px 20px 10px 40px;
  font-size: 1.4rem;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-image: url("../img/icon/blank-w@2x.png");
  background-size: 16px auto;
}
@media screen and (max-width: 480px) {
  .islandSpot__btn a.btn {
    font-size: 1.6rem;
  }
}
.islandFooter {
  margin-top: 40px;
  text-align: center;
}
.islandFooter__text {
  font-size: 1.4rem;
}
.islandFooter__btn {
  margin-top: 40px;
}
.islandBanner {
  margin-top: 80px;
  padding: 45px 0;
  background-color: #ebf0f2;
}
.islandBannerList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 8px;
}
@media screen and (max-width: 480px) {
  .islandBannerList {
    flex-wrap: wrap;
    row-gap: unset;
  }
}
.islandBannerList__image {
  width: calc((100% - 40px) / 5);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 480px) {
  .islandBannerList__image {
    width: calc((100% - 10px) / 2);
    margin: 5px 0;
  }
}
.islandBannerList__image a {
  transition: all 0.3s;
}
.islandBannerList__image a:hover {
  opacity: 0.7;
}
.islandBannerList--3-4 {
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .islandBannerList--3-4 {
    justify-content: space-between;
  }
}
.islandBannerList--3-4 .islandBannerList__image {
  margin: 0 10px;
}
@media screen and (max-width: 480px) {
  .islandBannerList--3-4 .islandBannerList__image {
    margin: 5px 0;
  }
}
.islandNav {
  margin-top: 40px;
}
.islandNav__title {
  max-width: 142px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.islandNavList {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .islandNavList {
    flex-wrap: wrap;
  }
}
.islandNavList__col {
  width: calc((100% - 80px) / 7);
}
@media screen and (max-width: 480px) {
  .islandNavList__col {
    width: calc((100% - 10px) / 3);
  }
}
.islandNavList__col a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.islandNavList__col a:hover {
  opacity: 0.7;
}
.islandNavList__title {
  text-align: center;
  margin-top: 5px;
}
@keyframes yokoyoko {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100px, 0);
  }
}

.islandBannersUpper {
  margin: 32px 0;
  display: flex;
  justify-content: center;
  column-gap: 30px;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .islandBannersUpper {
    column-gap: 15px;
  }
}

.islandBannersUpper__item {
  flex: 1;
}

.islandBannersUpper__text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .islandBannersUpper__text {
    margin-top: 5px;
  }
}

.mainvisual {
  position: relative;
  opacity: 0;
  transition: opacity 1s;
}
.home .mainvisual,
.page-home .mainvisual {
  margin-top: -26px;
}
@media screen and (max-width: 768px) {
  .home .mainvisual,
  .page-home .mainvisual {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual {
    height: auto;
  }
}
.page--loaded .mainvisual {
  opacity: 1;
}
.mainvisual__list {
  height: 100%;
}
.mainvisual__list .slick-list,
.mainvisual__list .slick-track,
.mainvisual__list .slick-slide,
.mainvisual__list .slick-slide > div {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mainvisual__list {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .mainvisual__list {
    height: 218px;
  }
}
.mainvisual__list li {
  position: relative;
  height: 100%;
}
.mainvisual__listItem {
  overflow: hidden;
  height: 100%;
}
.mainvisual__listItem span {
  display: block;
  height: 0;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  background-position: 50% 25%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mainvisual__listItem span {
    height: 120%;
  }
}
.mainvisual__information {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 60px;
}
@media screen and (max-width: 480px) {
  .mainvisual__information {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .en .mainvisual__information {
    margin-top: 0;
  }
}
.mainvisual__toolbar {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .mainvisual__toolbar {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .en .mainvisual__toolbar {
    margin-top: 0;
  }
}
.mainvisual .slick-track {
  line-height: 1;
}
.mainvisual__short {
  position: relative;
  opacity: 0;
  transition: opacity 1s;
}
.page--loaded .mainvisual__short {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .mainvisual__short .mainvisual__list {
    height: 100%;
  }
}
.planArea {
  padding: 40px 0 140px;
  background-image: url("../img/plan/bg@2x.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .planArea {
    margin-top: 10px;
    padding: 20px 0 70px;
    overflow: hidden;
  }
  .planArea .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.planArea__title {
  max-width: 177px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .planArea__title {
    max-width: 112px;
    margin-bottom: 20px;
  }
}
.planArea__list__item a {
  display: block;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}
.planArea__list__item img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}
.newsArea {
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .newsArea {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.newsArea:before {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  background: url("../img/header/gnav_wave2.png") repeat calc(50% - 94px) 0;
  position: absolute;
  top: -24px;
  left: 0;
}
@media screen and (max-width: 480px) {
  .newsArea:before {
    top: -12px;
    height: 12px;
    background-position: 50% 0;
    background-size: auto 12px;
  }
}
.newsArea__title {
  max-width: 119px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .newsArea__title {
    max-width: 75px;
    margin-bottom: 15px;
  }
}
.newsArea__box {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 3px 29px 0px rgba(51, 51, 51, 0.13);
}
@media screen and (max-width: 480px) {
  .newsArea__box {
    padding: 0;
    box-shadow: none;
  }
}
.newsArea__snav {
  border-bottom: 3px solid #294da5;
}
@media screen and (max-width: 480px) {
  .newsArea__snav {
    border-bottom-width: 2px;
  }
}
.newsArea__snav__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .newsArea__snav__list {
    border-top: 2px solid #e5e5e5;
  }
}
.newsArea__snav__list__item {
  width: calc(100% / 4);
}
@media screen and (max-width: 480px) {
  .newsArea__snav__list__item:first-child a {
    border-left: 2px solid #e5e5e5;
  }
  .newsArea__snav__list__item:last-child a {
    border-right: 2px solid #e5e5e5;
  }
}
.newsArea__snav__list__item a {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  position: relative;
  letter-spacing: 0.2em;
  text-decoration: none;
  transition: all 0.3s;
}
.newsArea__snav__list__item a br {
  display: none;
}
@media screen and (max-width: 768px) {
  .newsArea__snav__list__item a {
    font-size: 1.2rem;
    height: 32px;
    padding: 5px 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
  }
  .newsArea__snav__list__item a br {
    display: block;
  }
}
.newsArea__snav__list__item a:after {
  content: "";
  display: block;
  width: 3px;
  height: 40px;
  background-color: #e5e5e5;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
@media screen and (max-width: 480px) {
  .newsArea__snav__list__item a:after {
    width: 2px;
    height: 100%;
    top: 0;
    margin-top: 0;
  }
}
.newsArea__snav__list__item a i {
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .newsArea__snav__list__item a i {
    display: none;
  }
}
.newsArea__snav__list__item a.current span,
.newsArea__snav__list__item a:hover span {
  color: #fff;
}
.newsArea__snav__list__item a.current i,
.newsArea__snav__list__item a:hover i {
  opacity: 1;
}
.newsArea__snav__list__item a.current:after,
.newsArea__snav__list__item a:hover:after {
  display: none;
}
.newsArea__snav__list__item:last-child a:after {
  display: none;
}
.newsArea__snav__list__item--all a {
  color: #294da5;
}
.newsArea__snav__list__item--all a.current,
.newsArea__snav__list__item--all a:hover {
  background-color: #294da5;
}
@media screen and (max-width: 480px) {
  .newsArea__snav__list__item--all a.current,
  .newsArea__snav__list__item--all a:hover {
    border-left: none;
  }
}
.newsArea__snav__list__item--news a {
  color: #609e23;
}
.newsArea__snav__list__item--news a.current,
.newsArea__snav__list__item--news a:hover {
  background-color: #609e23;
}
.newsArea__snav__list__item--tour a {
  color: #f49e38;
}
.newsArea__snav__list__item--tour a.current,
.newsArea__snav__list__item--tour a:hover {
  background-color: #f49e38;
}
.newsArea__snav__list__item--schedule a {
  color: #09b4c6;
}
.newsArea__snav__list__item--schedule a.current,
.newsArea__snav__list__item--schedule a:hover {
  background-color: #09b4c6;
}
@media screen and (max-width: 480px) {
  .newsArea__snav__list__item--schedule a.current,
  .newsArea__snav__list__item--schedule a:hover {
    border-right: none;
  }
}
.newsArea__snav__list__item--press a {
  color: #ff546c;
}
.newsArea__snav__list__item--press a.current,
.newsArea__snav__list__item--press a:hover {
  background-color: #ff546c;
}
@media screen and (max-width: 480px) {
  .newsArea__snav__list__item--press a.current,
  .newsArea__snav__list__item--press a:hover {
    border-right: none;
  }
}
.newsArea__list {
  padding-top: 30px;
}
.newsArea__btn {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .newsArea__btn {
    margin-top: 20px;
  }
}
.newsArea__btn .btn {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  padding-left: 20px;
  padding-right: 15px;
}
@media screen and (max-width: 480px) {
  .newsArea__btn .btn {
    padding: 10px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
.recommendArea {
  padding-top: 40px;
  padding-bottom: 100px;
  background-image: url("../img/recommend/bg@2x.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .recommendArea {
    padding-top: 20px;
    padding-bottom: 50px;
    overflow: hidden;
  }
}
.recommendArea__title {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .recommendArea__title {
    max-width: 117px;
    margin-bottom: 20px;
  }
}
.recommendArea__list__item a {
  display: block;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}
.recommendArea__list__item img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}
.relationArea {
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .relationArea {
    padding-top: 20px;
    padding-bottom: 35px;
  }
}
.en .relationArea {
  padding-top: 80px;
}
@media screen and (max-width: 480px) {
  .en .relationArea {
    padding-top: 40px;
  }
}
.relationArea:before {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  background: url("../img/header/gnav_wave2.png") repeat calc(50% - 94px) 0;
  position: absolute;
  top: -24px;
  left: 0;
}
.en .relationArea:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .relationArea:before {
    top: -12px;
    height: 12px;
    background-position: 50% 0;
    background-size: auto 12px;
  }
}
.relationArea__title {
  max-width: 137px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .relationArea__title {
    max-width: 88px;
    margin-bottom: 20px;
  }
}
.en .relationArea__title {
  max-width: 77px;
}
@media screen and (max-width: 480px) {
  .en .relationArea__title {
    max-width: 60px;
  }
}
.relationArea__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.relationArea__list li {
  width: calc(100% / 4 - 6px);
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .relationArea__list li {
    width: calc(50% - 5px);
  }
}
.relationArea__list li a {
  display: block;
  border: 2px solid #294da5;
  text-align: center;
  height: 54px;
  line-height: 54px;
  font-size: 1.7rem;
  font-weight: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO",
    sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s;
}
.relationArea__list li a img {
  width: 147px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .relationArea__list li a img {
    width: auto;
    height: 70%;
  }
}
@media screen and (max-width: 768px) {
  .relationArea__list li a {
    height: 32px;
    line-height: 32px;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.en .relationArea__list li a {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .en .relationArea__list li a {
    font-size: 1.2rem;
    height: 40px;
  }
}
.relationArea__list li a:hover {
  opacity: 0.6;
}
.spGnavList--sptop {
  display: none;
}
@media screen and (max-width: 480px) {
  .spGnavList--sptop {
    display: block;
    margin-bottom: 0;
  }
  .spGnavList--sptop .spGnavList__row {
    background-color: #fff;
    border-top: solid 2px #ebf0f2;
  }
  .spGnavList--sptop .spGnavList__row .gnavMegaMenu__title a {
    background-position: 10px 50% !important;
  }
  .spGnavList--sptop .spGnavList__row .gnavMegaMenu__title a span {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "Arial", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
    padding-left: 50px;
  }
  .spGnavList--sptop .spGnavList__row--tours {
    /* border-bottom: solid 2px #ebf0f2; */
  }
  .spGnavList--sptop .spGnavList__row--cargo,
  .spGnavList--sptop .spGnavList__row--netshop {
    /* border-top: none; */
  }
  .spGnavList--sptop .spGnavList__row--cargo,
  .spGnavList--sptop .spGnavList__row--faq {
    width: 100%;
  }
  .spGnavList--sptop .spGnavList__row--cargo a,
  .spGnavList--sptop .spGnavList__row--faq a {
    font-size: 1.8rem;
    padding-left: 50px;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .spGnavList--sptop .spGnavList__row--cargo a,
  .spGnavList--sptop .spGnavList__row--faq a {
    background-position: 10px 50%;
  }
}
@media screen and (max-width: 480px) {
  .spGnavList--sptop .spGnavList__row--faq {
    border-bottom: 0;
  }
}
.spGnavList--sptop .gnavMegaMenu__navList li a {
  background-color: #ebf0f2;
}
.ourshipHeader {
  margin-top: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ourshipHeader {
    background-color: #ebf0f2;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.ourshipHeader:before {
  content: "";
  display: block;
  width: 100%;
  background-color: #ebf0f2;
  top: 25px;
  bottom: 25px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .ourshipHeader:before {
    content: none;
  }
}
.ourshipHeader__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .ourshipHeader__box {
    display: block;
  }
}
.ourshipHeader__left {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .ourshipHeader__left {
    width: 100%;
  }
}
.ourshipHeader__right {
  width: calc(100% - 340px);
  position: relative;
  overflow: hidden;
}
.en .ourshipHeader__right {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ourshipHeader__right {
    width: 100%;
  }
}
.ourshipInfo {
  font-size: 1.4rem;
}
.ourshipInfo__row {
  display: flex;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  align-items: center;
}
.ourshipInfo__row--top {
  align-items: flex-start;
}
.ourshipInfo__row:last-child {
  border-bottom: none;
}
.ourshipInfo__label {
  width: 100px;
  padding-right: 15px;
}
.ourshipInfo__label span {
  display: block;
  padding: 8px 0;
  background-color: #fff;
  border-radius: 30px;
  line-height: 1;
  color: #294da5;
  text-align: center;
}
.ourshipInfo__label span.ourshipInfo__label--2 {
  padding: 8px 30px;
}
.ourshipInfo__value {
  width: calc(100% - 100px);
}
.ourshipInfo--comment {
  font-size: 1.2rem;
  width: 300px;
  margin-top: 10px;
}
.ourshipAbout {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .ourshipAbout {
    margin-top: 30px;
  }
}
.ourshipAbout__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ourshipAbout__box {
    display: block;
  }
}
.ourshipAbout__image {
  width: 290px;
}
@media screen and (max-width: 768px) {
  .ourshipAbout__image {
    display: none;
  }
}
.ourshipAbout__info {
  width: calc(100% - 335px);
}
@media screen and (max-width: 768px) {
  .ourshipAbout__info {
    width: 100%;
  }
}
.ourshipAbout__title {
  margin-bottom: 15px;
  font-size: 2.4rem;
  color: #294da5;
  font-weight: bold;
}
.ourshipDetail {
  margin-top: 70px;
}
@media screen and (max-width: 480px) {
  .ourshipDetail {
    margin-top: 30px;
  }
  .ourshipDetail .snavItem a {
    letter-spacing: 0;
  }
}
.ourshipDetailBox {
  padding: 28px 34px 50px;
  background-color: #fff;
  box-shadow: 1px 3px 18px 0px rgba(102, 102, 102, 0.13);
}
@media screen and (max-width: 480px) {
  .ourshipDetailBox {
    box-shadow: none;
    padding: 0;
  }
}
.ourshipDetailContents {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .en .ourshipDetailContents {
    margin-top: 0px;
  }
}
.ourshipDetailContents .row .col--shipanker {
  width: 32%;
}
.ourshipDetailSection {
  padding-top: 30px;
}
@media screen and (max-width: 480px) {
  .en .ourshipDetailSection {
    padding-top: 0px;
  }
}
.photoGallery__col {
  margin-bottom: 15px;
}
.photoGallery__col a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.photoGallery__col a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 480px) {
  .photoGallery__col {
    width: 50% !important;
  }
}
.photoGallery__image {
  position: relative;
}
.photoGallery__image:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url("../img/icon/modal_open.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
.photoGallery__title {
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
}
.en .photoGallery__title {
  line-height: 1.4;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .facilityTable tr:not(:first-child) th {
    min-width: 80px;
  }
}
.facilityTable th,
.facilityTable td {
  line-height: 1.4em;
  padding: 13px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .facilityTable th,
  .facilityTable td {
    padding: 0;
  }
}
.facilityTable th sub,
.facilityTable td sub {
  font-size: 0.8rem;
}
.facilityTable th {
  text-align: left;
}
.facilityTable td {
  width: 100px;
  line-height: 1;
}
.facilityCaption {
  font-size: 1.4rem;
  margin-top: 15px;
}
.ourshipVoice__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.ourshipVoice__image {
  width: 24%;
}
.ourshipVoice__image span {
  display: block;
  height: 0;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #ebf0f2;
}
.ourshipVoice__message {
  width: calc(68%);
  color: #294da5;
  word-break: break-all;
  text-align: left;
  padding: 40px 50px;
  box-sizing: border-box;
}
.ourshipSnavBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .ourshipSnavBox {
    display: block;
  }
}
.ourshipSnavBox a {
  transition: all 0.3s;
}
.ourshipSnavBox a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.ourshipSnavBox a.btn--iconR {
  padding-left: 0;
}
.ourshipSnav {
  margin-top: 70px;
}
.ourshipSnav__col {
  width: calc((100% - 65px) / 2);
}
@media screen and (max-width: 768px) {
  .ourshipSnav__col {
    width: 100%;
  }
}
.ourshipSnav__col a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 3px 18px 0px rgba(102, 102, 102, 0.13);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .ourshipSnav__col a {
    margin-top: 20px;
  }
}
.ourshipSnav__image,
.ourshipSnav__title {
  width: 50%;
}
.ourshipSnav__title {
  padding-left: 40px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ourshipSnav__title {
    padding-left: 20px;
    font-size: 1.6rem;
  }
}
.ourshipJet__Photo__box {
  justify-content: space-between;
  text-align: center;
  color: #294da5;
  font-weight: bold;
}
.ourshipJet__Photo__box .col--JetPhoto {
  width: 49%;
  margin-bottom: 30px;
}
.ourshipJet__Photo__box .col--JetPhoto img {
  margin-bottom: 10px;
}
.ourshipJet__Photo__box .col--2 {
  width: 49%;
}
@media screen and (max-width: 480px) {
  .ourshipJet__Photo__box .col--2 {
    width: 100%;
  }
}
.ourshipJet__about ol li {
  margin-bottom: 20px;
}
.ourshipJet__about ol li p {
  margin-top: 5px;
}
.tourinfo__title {
  margin-top: 50px;
}
.tourinfo li {
  margin-bottom: 20px;
}
.tourinfo li li {
  margin-bottom: 0;
}
.tourinfo__common li {
  margin-bottom: 10px;
}
.tourinfo__table tr {
  border-bottom: 0;
}
.tourinfo__table tr:last-child {
  border-bottom: solid 1px #999;
}
.tourinfo__table tr td {
  text-align: left;
}
.tourinfo__table tr td.tourtable__tdiroha {
  margin-left: 1em;
  text-indent: -1em;
  padding-left: 3em;
  border-bottom: 0;
  border-top: 0;
}
.tourinfo__table tr td.tourtable__tdiroha--fare {
  border-bottom: 0;
  border-top: 0;
}
.tourinfo__table tr td.tourtable__tdiroha--per {
  border-bottom: 0;
  border-top: 0;
  text-align: center;
  min-width: 70px;
}
.tourinfo__table tr td li {
  margin-bottom: 10px;
  padding-left: 40px !important;
}
.tourinfo__table tr td li:nth-of-type(1) span.biko,
.tourinfo__table tr td li span.biko {
  color: #000;
  letter-spacing: 0.1em;
  width: 67px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  padding-left: 0;
}
.tourinfo__table tr td li:before {
  counter-increment: none;
  content: none;
}
.tourinfo__table tr td li ol.sublist.sublist--nun {
  margin-top: 0;
}
.tourinfo__table--2 {
  margin: 10px 0 0 45px;
  width: calc(100% - 45px);
  text-align: left;
}
.listtext ul li ol.sublist.sublist--kana--iroha {
  counter-reset: kana 0;
}
.listtext ul li ol.sublist.sublist--kana--iroha li {
  padding-left: 2em;
  position: relative;
}
.listtext ul li ol.sublist.sublist--kana--iroha li:before {
  counter-increment: kana 1;
  content: counter(kana, katakana-iroha);
  position: absolute;
  top: 0;
  left: 0;
}
.tours__title {
  margin-bottom: 20px;
  text-align: center;
  color: #294da5;
  font-size: 2rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO",
    sans-serif;
}
.toursInfoBox {
  margin-bottom: 50px;
  padding: 30px 15px;
}
.toursInfoBox .indexMenu {
  padding-bottom: 0;
  margin: 0;
}
.toursInfoBox .indexMenu__image {
  margin-bottom: 0;
}
.toursInfoBox .indexMenu__title {
  background: #fff;
}
.toursInfoBox .indexMenu__title span {
  margin-right: 0;
}
.toursInfoBox .indexMenu__col {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .toursInfoBox .indexMenu__col {
    margin-top: 10px;
  }
}
.toursGuideBox {
  padding: 30px 45px;
}
.toursGuideBox .indexMenu a {
  text-align: center;
}
.toursGuideBox .indexMenu .btn {
  font-size: 1.8rem;
  padding: 25px 35px;
  letter-spacing: 0.2rem;
}
.toursGuideBox .row--hasSpace .col--2 {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 480px) {
  .toursGuideBox .row--hasSpace .col--2 {
    width: 100%;
  }
}
.pamphLine {
  border-bottom: 1px solid #ebf0f2;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.pamphLine__left {
  width: calc(100% - 180px);
  padding-right: 60px;
}
.pamphLine__title {
  font-weight: bold;
  margin-bottom: 5px;
}
.pamphLine__right {
  width: 120px;
}
.pamphLine__right a {
  transition: all 0.3s;
}
.pamphLine__right a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 480px) {
  .pamphLine {
    padding: 10px;
  }
  .pamphLine__left {
    width: calc(100% - 140px);
    padding-right: 20px;
  }
}
.toursTable th,
.toursTable td {
  padding: 15px 0px;
}
.tourslist--num {
  counter-reset: fa_num;
}
.tourslist--num li {
  position: relative;
  padding-left: 2.5em;
}
.tourslist--num li:before {
  counter-increment: fa_num 1;
  content: "（" counter(fa_num) "）";
  position: absolute;
  top: 0;
  left: 0;
}
.tourslist--alphabet {
  margin: 20px 0 0 40px;
  counter-reset: alpha;
}
.tourslist--alphabet li {
  position: relative;
  padding-left: 2em;
}
.tourslist--alphabet li:before {
  counter-increment: alpha 1;
  content: counter(alpha, lower-alpha) "．";
  position: absolute;
  top: 0;
  left: 0;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.modal--open .modal {
  opacity: 1;
  visibility: visible;
}
.modalContents {
  width: 940px;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modalContents {
    width: 90%;
    padding: 5px;
    margin: 5%;
  }
}
.en .modalContents {
  width: 752px;
}
@media screen and (max-width: 768px) {
  .en .modalContents {
    width: 90%;
    padding: 5px;
    margin: 5%;
  }
}
.modalContentsArrow {
  display: block;
  width: 20px;
  height: 28px;
  background-image: url("../img/icon/modal-arrows@2x.png");
  background-repeat: no-repeat;
  background-size: auto 28px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  z-index: 1;
  transition: all 0.3s;
}
.modalContentsArrow:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .modalContentsArrow {
    top: 110%;
  }
}
.modalContentsArrow--next {
  right: calc(21% + 30px);
  background-position: 100% 0;
}
@media screen and (max-width: 768px) {
  .modalContentsArrow--next {
    right: 10px;
  }
}
.en .modalContentsArrow--next {
  right: 40px;
}
@media screen and (max-width: 768px) {
  .en .modalContentsArrow--next {
    right: 10px;
  }
}
.modalContentsArrow--prev {
  left: 40px;
  background-position: 0 0;
}
@media screen and (max-width: 768px) {
  .modalContentsArrow--prev {
    left: 10px;
  }
}
.modalContentsClose {
  position: absolute;
  top: -27px;
  right: -27px;
  width: 54px;
  height: 54px;
  background-color: #294da5;
  border-radius: 50%;
  background-image: url("../img/icon/close_l@2x.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 24px auto;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .modalContentsClose {
    top: -60px;
    right: 0px;
  }
}
.modalContentsClose:hover {
  transform: scale(0.9);
}
.modalSlide {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.modalSlide.modalRooms {
  display: none;
}
.modalSlide.modalSlide--show {
  display: flex;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .modalSlide.modalSlide--show {
    display: block;
  }
}
.en .modalSlide.modalSlide--show {
  display: block;
}
.modalRooms {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .modalRooms {
    display: block;
  }
}
.modalRooms__left {
  width: 79%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modalRooms__left {
    display: block;
    width: 100%;
  }
}
.en .modalRooms__left {
  width: 100%;
}
.modalRooms__right {
  width: calc(100% - 79% - 20px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .modalRooms__right {
    display: block;
    width: calc(100% - 20px);
    padding: 10px;
  }
}
.en .modalRooms__right {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .en .modalRooms__right {
    width: auto;
    margin-top: 0;
  }
}
.modalRooms__title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.en .modalRooms__title {
  margin-bottom: 0;
}
.modalRooms__text {
  font-size: 1.4rem;
  line-height: 2.1;
}
@media screen and (max-width: 480px) {
  .en .modalRooms__text {
    width: 93%;
  }
}
.beforeContact {
  margin-top: 40px;
  margin-bottom: 70px;
}
.beforeContact__text {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .beforeContact {
    margin-bottom: 0;
  }
  .beforeContact__text {
    text-align: left;
    color: #294da5;
  }
}
@media screen and (max-width: 480px) {
  .beforeContactSnav {
    display: none;
  }
}
.beforeContactBox {
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 1px 3px 29px 0px rgba(51, 51, 51, 0.13);
  min-height: 185px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.beforeContactBox__left {
  width: 320px;
  height: 100%;
}
.beforeContactBox__right {
  width: calc(100% - 319px);
  height: 100%;
}
@media screen and (max-width: 480px) {
  .beforeContactBox {
    display: block;
    margin-top: 15px;
    height: auto;
    min-height: inherit;
  }
  .beforeContactBox__left {
    width: auto;
    height: auto;
  }
  .beforeContactBox__right {
    display: none;
  }
}
.beforeContactFaq {
  border-right: 2px solid #f7f7f7;
  height: 100%;
}
.beforeContactFaq a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  text-align: center;
  height: 100%;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.beforeContactFaq a p {
  margin: 5px 0;
}
.beforeContactFaq a i {
  color: #294da5;
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  .beforeContactFaq a {
    flex-direction: row;
    padding: 20px 0;
  }
  .beforeContactFaq a p {
    margin: 0;
    line-height: 1;
  }
  .beforeContactFaq a p:first-child {
    margin-right: 20px;
  }
  .beforeContactFaq a p.btn--hasIcon span {
    margin-right: 20px;
  }
}
.beforeContactList {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.beforeContactList li {
  width: calc(100% / 3);
}
.beforeContactList li:nth-child(-n + 3) a {
  border-top: none;
}
.beforeContactList li:nth-child(3n) a {
  border-right: none;
}
.beforeContactList li:nth-child(8),
.beforeContactList li:nth-child(9) {
  border-bottom: 2px solid #f7f7f7;
}
.beforeContactList li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  padding: 15px;
  height: 100%;
  box-sizing: border-box;
  line-height: 1;
  font-size: 1.4rem;
  border-right: 2px solid #f7f7f7;
  border-top: 2px solid #f7f7f7;
  font-weight: bold;
  box-sizing: border-box;
}
.beforeContactList li a i {
  color: #294da5;
}
.contactSection {
  padding-top: 50px;
}
.contactSection__block {
  padding-top: 50px;
}
.contactSection__block h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .contactSection {
    padding-top: 30px;
  }
  .contactSection__block {
    padding-top: 30px;
  }
  .contactSection__block h3 {
    margin-bottom: 20px;
  }
  .contactSection__block .title--border {
    margin-bottom: 0;
    color: #294da5;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    padding: 15px 10px;
    font-size: 1.4rem;
    line-height: 1.4;
    width: auto;
    padding-right: 40px;
    position: relative;
    border-bottom: none;
  }
  .contactSection__block .title--border:before,
  .contactSection__block .title--border:after {
    content: "";
    display: block;
    border-radius: 5px;
    background-color: #294da5;
    position: absolute;
  }
  .contactSection__block .title--border:before {
    width: 20px;
    height: 3px;
    right: 15px;
    top: 50%;
    margin-top: -2px;
  }
  .contactSection__block .title--border:after {
    width: 3px;
    height: 20px;
    right: 23px;
    top: 50%;
    margin-top: -10px;
  }
  .contactSection__block .title--border.opened:after {
    display: none;
  }
  .contactSection__block .sp--js--accordionContent {
    padding-top: 20px;
  }
  .contactSection__title {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 1em;
  }
  #Tel .contactSection__title {
    padding-left: 50px;
    background: #294da5 url("../img/sp/icon-tel.png") no-repeat 20px 50%;
    background-size: auto 14px;
  }
  #Mail .contactSection__title {
    padding-left: 50px;
    background: #294da5 url("../img/sp/icon-mail.png") no-repeat 20px 50%;
    background-size: auto 14px;
  }
}
.contactTelCaption {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .contactTelCaption {
    text-align: left;
    font-size: 1.5rem;
  }
}
.page-template-page-thanks .contactForm {
  margin-top: 0;
}
.contactForm label {
  cursor: pointer;
}
.contactForm label input[type="radio"],
.contactForm label span {
  display: inline-block;
  vertical-align: middle;
}
.contactForm input[type="text"],
.contactForm input[type="checkbox"],
.contactForm input[type="email"],
.contactForm textarea {
  background-color: #f4d5d0;
  border: 1px solid #434343;
  padding: 10px;
  font-size: 1.6rem;
  outline: none;
}
.contactForm input[type="text"]:focus,
.contactForm input[type="text"]:checked,
.contactForm input[type="checkbox"]:focus,
.contactForm input[type="checkbox"]:checked,
.contactForm input[type="email"]:focus,
.contactForm input[type="email"]:checked,
.contactForm textarea:focus,
.contactForm textarea:checked {
  background-color: #fff;
}
.contactForm input[type="text"].filled,
.contactForm input[type="checkbox"].filled,
.contactForm input[type="email"].filled,
.contactForm textarea.filled {
  background-color: #fff;
}
.contactForm input[type="text"] {
  width: 340px;
  padding: 10px;
}
.contactForm input[type="radio"] {
  margin-right: 10px;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
}
.contactForm input[type="radio"]:before {
  display: none;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #333;
}
.contactForm input[type="radio"]:checked:before {
  display: block;
}
.contactForm input[type="checkbox"] {
  -webkit-appearance: none;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin-right: 10px;
}
.contactForm input[type="checkbox"]:after {
  content: "";
  display: none;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-left: 5px;
}
.contactForm input[type="checkbox"]:checked:after {
  display: block;
}
.contactForm textarea {
  width: 100%;
}
.contactForm select {
  -webkit-appearance: none;
  background-color: #f4d5d0;
  border: 1px solid #434343;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 10px 60px 10px 10px;
  line-height: 1;
  cursor: pointer;
  background-image: url("../img/contact/select_arrow.png");
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
}
.contactForm select.filled {
  background-color: #fff;
}
.contactForm input[type="submit"] {
  padding: 0;
  display: inline-block;
  width: 430px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  -webkit-appearance: none;
  text-align: center;
  height: 85px;
  line-height: 85px;
  border: none;
  background-color: #294da5;
  font-size: 1.8rem;
  cursor: pointer;
  transition: all 0.3s;
}
.contactForm input[type="submit"]:hover {
  color: #294da5;
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #294da5;
}
.contactForm input[type="submit"]:disabled {
  color: #fff;
  background-color: #d2d2d2;
  cursor: default;
}
.contactForm input[type="submit"]:disabled:hover {
  box-shadow: none;
}
.contactForm input[type="submit"][name="submitBack"],
.contactForm input[type="submit"][name="mwform_submitButton-426"] {
  width: 240px;
  margin: 0 15px;
  background-repeat: no-repeat;
}
.contactForm input[type="submit"][name="submitBack"] {
  background-image: url("../img/contact/arrow_left.png");
  background-position: 20px 50%;
}
.contactForm input[type="submit"][name="mwform_submitButton-426"] {
  background-color: #e12000;
  background-image: url("../img/contact/arrow_right.png");
  background-position: calc(100% - 20px) 50%;
}
.contactForm input[type="submit"][name="mwform_submitButton-426"]:hover {
  color: #e12000;
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #e12000;
}
@media screen and (max-width: 480px) {
  .contactForm input[type="submit"][name="mwform_submitButton-426"] {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .contactForm input[type="text"],
  .contactForm input[type="submit"],
  .contactForm input[type="email"],
  .contactForm textarea {
    width: 100%;
    box-sizing: border-box;
  }
}
.contactFormTable {
  display: table;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .contactFormTable {
    display: block;
  }
}
.contactFormTable__row {
  display: table-row;
}
@media screen and (max-width: 480px) {
  .contactFormTable__row {
    display: block;
    border-bottom: 1px solid #434343;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
  }
}
.contactFormTable__label,
.contactFormTable__require,
.contactFormTable__value {
  display: table-cell;
  vertical-align: top;
  padding: 20px 0;
  border-bottom: 1px solid #434343;
}
@media screen and (max-width: 480px) {
  .contactFormTable__label,
  .contactFormTable__require,
  .contactFormTable__value {
    display: block;
    padding: 0;
    border-bottom: none;
  }
}
.contactFormTable__label {
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .contactFormTable__label {
    padding-left: 0;
  }
}
.contactFormTable__require {
  padding-right: 30px;
}
.contactFormTable__require span {
  width: 52px;
  display: inline-block;
  text-align: center;
  background-color: #e12000;
  color: #fff;
  height: 25px;
  line-height: 25px;
}
@media screen and (max-width: 480px) {
  .contactFormTable__require {
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 15px;
  }
}
.contactFormTable__value {
  width: 66%;
  padding-right: 30px;
}
.contactFormTable__value label {
  display: block;
}
@media screen and (max-width: 480px) {
  .contactFormTable__value label {
    display: flex;
    align-items: center;
  }
}
.contactFormTable__value .error {
  color: #e12000;
  margin-top: 10px;
  font-size: 1.4rem;
}
.mw_wp_form_confirm .contactFormTable__value .caption {
  display: none;
}
@media screen and (max-width: 480px) {
  .contactFormTable__value {
    width: auto;
    padding-right: 0;
  }
}
.mw_wp_form_confirm .contactFormTable__row--confirm,
.mw_wp_form_confirm .contactFormFooterPrivacy {
  display: none;
}
.labelCheckbox input,
.labelCheckbox span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
}
.contactFormFooter {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .contactFormFooter {
    margin-top: 30px;
  }
}
.contactFormSubmit input {
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .contactFormSubmit input {
    margin-top: 30px;
  }
}
.contactFormCheck {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  display: block;
  margin-left: 0 !important;
}
.thanksArea {
  margin-top: 60px;
}
.thanksArea__title {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}
.thanksArea__text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 480px) {
  .thanksArea {
    margin-top: 30px;
  }
  .thanksArea__title {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .thanksArea__text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .page-faq .title--bg {
    margin-top: 30px;
  }
}
.list--faq li {
  margin-top: 20px;
}
.list--faq li a {
  display: flex;
  height: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  align-items: center;
  line-height: 1.2;
  justify-content: flex-start;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .list--faq li a {
    padding-right: 20px;
  }
}
.en .list--faq li a {
  justify-content: center;
}
.faq__row {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: solid 2px #ebf0f2;
}
.en .faq__row {
  border-bottom: none;
  margin-top: 0;
}
.en .faq__row:last-child {
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .faq__row {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.faq__row:last-child {
  border-bottom: 0px;
}
.faq__row .faq__question {
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 3em;
  position: relative;
  margin-left: 30px;
}
@media screen and (max-width: 480px) {
  .faq__row .faq__question {
    margin-left: 0px;
  }
}
.faq__row .faq__question span {
  display: inline-block;
  line-height: 32px;
  text-align: center;
  border-radius: 18px;
  padding: 0px 10px 0px;
  font-weight: bold;
  background-color: #294ca5;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.faq__row .faq__answer {
  padding-left: 3em;
  position: relative;
  margin-left: 30px;
}
@media screen and (max-width: 480px) {
  .faq__row .faq__answer {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
.faq__row .faq__answer span {
  display: inline-block;
  line-height: 32px;
  margin: 0 6px 0 0px;
  text-align: center;
  border-radius: 18px;
  padding: 0px 10px 0px;
  font-weight: bold;
  background-color: #ebf0f2;
  color: #294ca5;
  position: absolute;
  top: 0;
  left: 0;
}
.faq__row .btn--2 a {
  margin: 30px 10px 0;
}
.faq__row .btn--3 a {
  min-width: 200px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .faq__row .btn--3 a {
    margin-left: 0px;
    width: auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .faqSnav {
    display: none;
  }
}
.faqSection__title {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .faqSection__title {
    text-align: left;
    background-color: #fff;
    color: #294da5;
    text-align: left;
    padding: 20px;
    height: auto;
    line-height: 1;
    font-weight: bold;
    width: auto;
    padding-right: 40px;
    position: relative;
  }
  .faqSection__title:before,
  .faqSection__title:after {
    content: "";
    display: block;
    border-radius: 5px;
    background-color: #294da5;
    position: absolute;
  }
  .faqSection__title:before {
    width: 20px;
    height: 3px;
    right: 15px;
    top: 50%;
    margin-top: -2px;
  }
  .faqSection__title:after {
    width: 3px;
    height: 20px;
    right: 23px;
    top: 50%;
    margin-top: -10px;
  }
  .faqSection__title.opened:after {
    display: none;
  }
  .faqSection__title.opened {
    background-color: #294da5;
    color: #fff;
  }
  .faqSection__title.opened:before {
    background-color: #fff;
  }
  .faqSection__title.opened:after {
    display: none;
  }
  .faqSection__title.title--bg {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .faqSection {
    border-bottom: 1px solid #999999;
  }
  .faqSection:first-of-type {
    border-top: 1px solid #999999;
  }
  .faqSection .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .faqSection .sp--js--accordionContent {
    padding-right: 10px;
    padding-left: 10px;
  }
  .en .faqSection .sp--js--accordionContent {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .discountSnav {
    display: none;
  }
}
.discountSection {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .discountSection {
    margin-top: 20px;
  }
  .discountSection.section {
    margin: 0;
    border-bottom: 1px solid #999999;
  }
  .discountSection.section:first-of-type {
    border-top: 1px solid #999999;
    margin-top: 30px;
  }
  .discountSection .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.discountSection__header {
  position: relative;
}
.discountSection__caption {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .discountSection__caption {
    position: static;
  }
}
.discountSection__caption span {
  display: inline-block;
  vertical-align: middle;
}
.discountSection__caption span.square {
  width: 25px;
  height: 25px;
  border: 1px solid #999;
  margin-right: 5px;
}
.discountSection__caption span.square--blue {
  background-color: #d7f0fb;
}
.discountSection__caption span.square--green {
  background-color: #e8f6d1;
}
@media screen and (max-width: 480px) {
  .discountSection__title {
    margin-bottom: 0;
    background-color: #fff;
    color: #294da5;
    text-align: left;
    padding: 20px;
    height: auto;
    line-height: 1;
    font-weight: bold;
    width: auto;
    padding-right: 40px;
    position: relative;
  }
  .discountSection__title:before,
  .discountSection__title:after {
    content: "";
    display: block;
    border-radius: 5px;
    background-color: #294da5;
    position: absolute;
  }
  .discountSection__title:before {
    width: 20px;
    height: 3px;
    right: 15px;
    top: 50%;
    margin-top: -2px;
  }
  .discountSection__title:after {
    width: 3px;
    height: 20px;
    right: 23px;
    top: 50%;
    margin-top: -10px;
  }
  .discountSection__title.opened:after {
    display: none;
  }
  .discountSection__title.opened {
    background-color: #294da5;
    color: #fff;
  }
  .discountSection__title.opened:before {
    background-color: #fff;
  }
  .discountSection__title.opened:after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .discountSection__content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .discountSection__content .col--2 {
    margin-top: 20px;
  }
  .discountSection__content .col--2:nth-child(1) {
    margin-top: 0;
  }
}
.discountTables {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
}
@media screen and (max-width: 480px) {
  .discountTables {
    margin-top: 0;
  }
}
.discountTablesCol {
  width: calc((100% - 160px) / 5);
  margin-right: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .discountTablesCol__title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .discountTablesCol {
    width: calc((100% - 20px) / 2);
    margin-right: 0;
    margin-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.discountTablesCol:nth-child(5n) {
  margin-right: 0;
}
.discountTablesCol__title {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.discountTablesCol table {
  width: 100% !important;
  height: auto !important;
}
.discountTablesCol table tr {
  height: 25px !important;
}
.discountTablesCol table th,
.discountTablesCol table td {
  width: 25px !important;
  height: 25px !important;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.discountFeeTable th,
.discountFeeTable td {
  text-align: center;
  padding: 5px 3px;
}
.discountFeeTable--2 th {
  width: 60px;
  text-align: left;
  padding: 5px;
}
.discountFeeTable--2 td {
  text-align: left;
  padding: 5px;
}
.en .discountFeeTable th,
.en .discountFeeTable td {
  text-align: center;
  padding: 5px 3px;
}
.en .discountFeeTable--2 th {
  width: 120px;
  text-align: center;
  padding: 5px;
}
.en .discountFeeTable--2 td {
  text-align: left;
  padding: 5px;
}
@media all and (-ms-high-contrast: none) {
  .gheader--top::after {
    content: " ";
    background: url(../img/header/gnav_wave-win.png) repeat 50% 0;
  }
  .sideReserveBtn a {
    background: url(../img/header/side_reserve@2x.png) no-repeat 25% 50%;
    background-size: 35px auto;
    background-color: #e12000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .sideReserveBtn--en a {
    background: #e12000 url(../img/header/side_reserve-en@2x.png) no-repeat 25%
      50%;
    background-size: 32px auto;
  }
  .newsArea:before,
  .relationArea:before {
    background: url(../img/header/gnav_wave2.png) repeat 50% 25px;
  }
  .gnavMegaMenu__navCol {
    width: calc(100% / 4 - 23px);
  }
  .main__contents {
    display: block;
  }
  .toolbar {
    margin-top: 50px;
  }
  i.icon--phone {
    line-height: 22px;
    margin-bottom: 4px;
  }
  .toolbar {
    margin-top: 0;
  }
  #islandOshima .pankuzu,
  #islandToshima .pankuzu,
  #islandniijima .pankuzu,
  #islandshikinejima .pankuzu,
  #islandkozushima .pankuzu,
  #islandmiyakejima .pankuzu,
  #islandmikurashima .pankuzu,
  #islandhachijojima .pankuzu {
    margin-bottom: 0;
  }
  .islandSpot__number span {
    line-height: 28px;
  }
  .timetableMap__controller {
    display: block;
    width: 550px;
  }
  .beforeContactList li {
    width: 33.3%;
  }
  .link--tel {
    background-position: 1px 8px;
    cursor: default;
  }
  .ourshipInfo__label span.ourshipInfo__label--2 {
    padding: 8px 0;
  }
  .islandSpot__title {
    height: 36px;
  }
  .megadrop--MegaSchedule .gnavMegaMenu__navTitle.title--hasIcon span {
    line-height: 1.2rem;
  }
}
@supports (-ms-ime-align: auto) {
  .icon::before {
    content: "";
    display: inline-block;
    width: 100%;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .icon--gnavBoarding::before {
    padding-top: 60%;
  }
  .icon--gnavOurship::before {
    padding-top: 58%;
  }
  .icon--gnavSchedule::before {
    padding-top: 72%;
  }
  .icon--gnavCargo::before {
    padding-top: 91%;
  }
  .gheader--top::after {
    content: " ";
    background: url(../img/header/gnav_wave-win.png) repeat 50% 0;
  }
  .sideReserveBtn a {
    background: url(../img/header/side_reserve@2x.png) no-repeat 25% 50%;
    background-size: 35px auto;
    background-color: #e12000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .sideReserveBtn--en a {
    background: #e12000 url(../img/header/side_reserve-en@2x.png) no-repeat 25%
      50%;
    background-size: 32px auto;
  }
  .newsArea:before,
  .relationArea:before {
    background: url(../img/header/gnav_wave2.png) repeat 50% 25px;
  }
  .gnavMegaMenu__navCol {
    width: calc(100% / 4 - 23px);
  }
  .main__contents {
    display: block;
  }
  .toolbar {
    margin-top: 50px;
  }
  i.icon--phone {
    line-height: 22px;
    margin-bottom: 4px;
  }
  .toolbar {
    margin-top: 0;
  }
  #islandOshima .pankuzu,
  #islandToshima .pankuzu,
  #islandniijima .pankuzu,
  #islandshikinejima .pankuzu,
  #islandkozushima .pankuzu,
  #islandmiyakejima .pankuzu,
  #islandmikurashima .pankuzu,
  #islandhachijojima .pankuzu {
    margin-bottom: 0;
  }
  .islandSpot__number span {
    line-height: 28px;
  }
  .timetableMap__controller {
    display: block;
    width: 550px;
  }
  .beforeContactList li {
    width: 33.3%;
  }
  .link--tel {
    background-position: 1px 8px;
    cursor: default;
  }
  .ourshipInfo__label span.ourshipInfo__label--2 {
    padding: 8px 0;
  }
  .islandSpot__title {
    height: 36px;
  }
  .megadrop--MegaSchedule .gnavMegaMenu__navTitle.title--hasIcon span {
    line-height: 1.2rem;
  }
  .contactForm select {
    line-height: 1.6;
  }
  .telnumber i,
  .telnumber span,
  .telnumber a {
    display: inline-block;
    vertical-align: middle;
    color: #294da5;
    pointer-events: none;
    text-decoration: none;
    cursor: default;
  }
  .page__title {
    font-weight: normal;
  }
}
.tokyoIsland {
  margin-top: 40px;
}
.en .tokyoIsland a:hover {
  opacity: 0.7;
}
.en .tokyoIsland a:hover img {
  opacity: 0.7;
  transition: all 0.3s;
}
.table.companyTable th {
  width: 280px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .table.companyTable th {
    width: auto;
  }
}
.table.companyTable th,
.table.companyTable td {
  text-align: left;
  vertical-align: top;
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.table.companyTable th p:only-child,
.table.companyTable td p:only-child {
  margin-top: 0;
  margin-bottom: 0;
}
.table.companyTable + .caption {
  margin-left: 10px;
  margin-top: 10px;
  font-size: 1.6rem;
}
.table.companyTable2 th,
.table.companyTable2 td {
  padding: 15px;
}
.table.companyTable2 td {
  text-align: center;
}
.table.companyTable2 th {
  font-weight: bold;
  text-align: left;
}
.companySection__sstitle {
  margin-top: 2em;
  margin-bottom: 1em;
  margin-left: 1em;
}
.en .companySection .indentList li {
  margin-bottom: 0;
  margin-top: 0;
}
.btns--cargo {
  text-align: center;
}
.btns--cargo a {
  min-width: 254px;
  box-sizing: border-box;
  margin: 0 12px;
}
@media screen and (max-width: 480px) {
  .btns--cargo a {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    min-width: inherit;
    margin-bottom: 20px;
    text-align: left;
  }
}
.btns--cargo2 {
  display: flex;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}
.btns--cargo2 a {
  width: calc((100% - 20px) / 2);
  padding: 0 20px;
  margin: 0 10px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .btns--cargo2 {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .btns--cargo2 a {
    width: 100%;
    margin: 5px 0;
    padding: 10px;
    font-size: 1.4rem;
  }
}
.snavBoxList.snavBoxList--simulator li a {
  position: relative;
  text-align: left;
}
.snavBoxList.snavBoxList--simulator li a [class*="icon--simulator"] {
  position: absolute;
  left: 20px;
}
.snavBoxList.snavBoxList--simulator li a span {
  flex: 1;
  padding-left: 80px;
}
@media screen and (max-width: 480px) {
  .snavBoxList.snavBoxList--simulator {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .main__contents--cargo .section .title--bg {
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.cargoNews__box {
  padding: 30px;
  background-color: #cbdae0;
}
.cargoNews__food {
  padding: 25px;
  background-color: #fff;
}
.cargoNews__food h2 {
  margin-bottom: 15px;
  font-size: 1.8rem;
}
.cargoNews__food h3 {
  margin-bottom: 15px;
  font-size: 1.8rem;
}
.cargoNews__food .noticeArea {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .cargoNews__box {
    padding: 15px;
  }
  .cargoNews__food {
    padding: 10px;
    margin-bottom: 15px;
  }
}
.cargoAttention {
  margin-top: 50px;
  padding: 20px 30px;
  border: 2px solid #294da5;
  color: #294da5;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cargoAttention h2 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.cargoAttention a.btn {
  padding: 0;
  width: 230px;
  height: 40px;
  line-height: 40px;
}
.cargoAttention__left {
  width: calc(100% - 230px);
  padding-right: 70px;
  box-sizing: border-box;
}
.cargoAttention__right {
  width: 230px;
}
@media screen and (max-width: 480px) {
  .cargoAttention {
    margin-top: 25px;
    padding: 15px;
    flex-direction: column;
  }
  .cargoAttention__left,
  .cargoAttention__right {
    width: 100%;
  }
  .cargoAttention__left {
    padding-right: 0;
  }
  .cargoAttention__right {
    margin-top: 10px;
    text-align: center;
  }
}
.perishablesTable {
  margin-bottom: 10px;
  background-color: #fff;
  table-layout: fixed;
}
.perishablesTable .bg--blue {
  background-color: #cbdae0;
}
.perishablesTable th,
.perishablesTable td {
  vertical-align: middle;
  text-align: center;
  padding: 15px 0;
}
.perishablesTable th i.icon,
.perishablesTable td i.icon {
  vertical-align: middle;
}
.perishablesTable__caption {
  display: flex;
  margin-bottom: 20px;
}
.perishablesTable__caption p {
  margin-right: 30px;
}
.perishablesTable__caption p i,
.perishablesTable__caption p em {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
.perishablesTable__caption p span {
  color: #c00;
}
@media screen and (max-width: 480px) {
  .perishablesTable__caption {
    flex-wrap: wrap;
  }
  .perishablesTable__caption p {
    width: 50%;
    font-size: 1.2rem;
    margin-right: 0;
  }
}
.noticeArea {
  display: flex;
  align-items: stretch;
  border: 2px solid #294da5;
}
.noticeArea__title {
  width: 100px;
  background-color: #294da5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.noticeArea__text {
  width: calc(100% - 100px);
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .noticeArea {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .noticeArea__title {
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1;
  }
  .noticeArea__text {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
}
div.cargoButtons {
  display: flex;
  justify-content: space-between;
}
div.cargoButtons__left,
div.cargoButtons__right {
  padding: 20px 30px 10px;
}
div.cargoButtons__left {
  width: 34%;
}
div.cargoButtons__right {
  width: 66%;
  box-sizing: border-box;
  border: 2px solid #fff;
}
@media screen and (max-width: 480px) {
  div.cargoButtons {
    margin-top: 30px;
    flex-direction: column;
  }
  div.cargoButtons__left,
  div.cargoButtons__right {
    width: 100%;
    padding: 0;
  }
  div.cargoButtons__right {
    margin-top: 10px;
    padding: 15px 10px;
  }
}
div.cargoButtons__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  div.cargoButtons__title {
    margin-bottom: 15px;
  }
}
div.cargoButtons__btn {
  display: flex;
  justify-content: space-between;
}
div.cargoButtons__btn a {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
div.cargoButtons__btn__col {
  width: calc((100% - 40px) / 2);
  margin-bottom: 0;
}
div.cargoButtons__btn__col--full {
  width: 100%;
}
div.cargoButtons__btn__text {
  margin-bottom: 5px;
  height: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  div.cargoButtons__btn {
    flex-direction: column;
  }
  div.cargoButtons__btn__col {
    width: 100%;
    margin-bottom: 15px;
  }
  div.cargoButtons__btn__col--full .cargoButtons__btn__text {
    display: none;
  }
  div.cargoButtons__btn__text {
    height: auto;
  }
}
.cargoOffice__title {
  font-size: 2.2rem;
}
.cargoOffice__title span {
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .cargoOffice {
    margin: 0 -10px;
    border-top: 1px solid #999999;
  }
  .cargoOffice--shibaura {
    border-bottom: 1px solid #999999;
  }
  .cargoOffice__title {
    margin-bottom: 0;
    border-bottom: none;
    background-color: #fff;
    color: #294da5;
    text-align: left;
    padding: 20px;
    height: auto;
    line-height: 1;
    font-weight: bold;
    width: auto;
    padding-right: 40px;
    position: relative;
  }
  .cargoOffice__title:before,
  .cargoOffice__title:after {
    content: "";
    display: block;
    border-radius: 5px;
    background-color: #294da5;
    position: absolute;
  }
  .cargoOffice__title:before {
    width: 20px;
    height: 3px;
    right: 15px;
    top: 50%;
    margin-top: -2px;
  }
  .cargoOffice__title:after {
    width: 3px;
    height: 20px;
    right: 23px;
    top: 50%;
    margin-top: -10px;
  }
  .cargoOffice__title.opened:after {
    display: none;
  }
  .cargoOffice__title.opened {
    background-color: #294da5;
    color: #fff;
  }
  .cargoOffice__title.opened:before {
    background-color: #fff;
  }
  .cargoOffice__title.opened:after {
    display: none;
  }
  .cargoOffice .sp--js--accordionContent {
    margin: 0 10px 20px;
  }
}
.cargoOfficeInfo {
  margin: 0 36px;
}
.cargoOfficeInfo__row {
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #ebf0f2;
}
.cargoOfficeInfo__title {
  width: 132px;
}
.cargoOfficeInfo__title span {
  display: block;
  border-radius: 20px;
  background-color: #ebf0f2;
  text-align: center;
}
.cargoOfficeInfo__text {
  width: calc(100% - 132px);
  padding-left: 25px;
  box-sizing: border-box;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}
.cargoOfficeInfo__text .btn--normal {
  font-size: 1.6rem;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 30px;
}
.cargoOfficeInfo__text__div--btn {
  font-size: 0;
}
.cargoOfficeInfo__text__div--btn a {
  margin-left: 10px;
}
.cargoOfficeInfo__text__div--btn a:first-child {
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  .cargoOfficeInfo {
    margin: 10px 0 15px;
  }
  .cargoOfficeInfo__row:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .cargoOfficeInfo__title {
    width: 95px;
    font-size: 1.5rem;
  }
  .cargoOfficeInfo__title span {
    border-radius: 7px;
  }
  .cargoOfficeInfo__text {
    width: calc(100% - 95px);
    display: block;
    padding-left: 10px;
    padding-top: 4px;
    line-height: 1.2;
  }
  .cargoOfficeInfo__text__div--btn {
    padding-top: 10px;
    border-top: 1px solid #ebf0f2;
    margin-top: 10px;
    margin-left: -95px;
    text-align: center;
  }
  .cargoOfficeInfo__text__div--btn a {
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 7px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .cargoOfficeInfo__text__div--btn a:last-child {
    margin-bottom: 0;
  }
}
.simulator {
  margin-top: 50px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 3px 29px 0px rgba(51, 51, 51, 0.13);
}
@media screen and (max-width: 480px) {
  .simulator {
    box-shadow: none;
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0;
  }
  .simulator:first-of-type {
    margin-top: 30px;
  }
  .simulator .sp--js--accordionContent {
    margin: 10px;
  }
  .simulator#Simulator6 {
    border-bottom: 1px solid #999999;
  }
}
.simulator__title {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  line-height: 1;
  padding-bottom: 10px;
}
.simulator__title i {
  margin-right: 1em;
}
.simulator__title i.icon--simulator1 {
  width: 46px;
}
.simulator__title i.icon--simulator2 {
  width: 43px;
}
.simulator__title i.icon--simulator3 {
  width: 44px;
}
.simulator__title em {
  font-size: 1.4rem;
  font-style: normal;
  color: #c00;
  margin-left: 1em;
}
@media screen and (max-width: 480px) {
  .simulator__title {
    position: relative;
    background-color: #fff;
    color: #294da5;
    text-align: left;
    height: auto;
    line-height: 1;
    font-weight: bold;
    width: auto;
    position: relative;
    padding: 15px;
    padding-right: 40px;
    margin-bottom: 0;
    border-bottom: none;
    border-top: 1px solid #999999;
  }
  .simulator__title:before,
  .simulator__title:after {
    content: "";
    display: block;
    border-radius: 5px;
    background-color: #294da5;
    position: absolute;
  }
  .simulator__title:before {
    width: 20px;
    height: 3px;
    right: 15px;
    top: 50%;
    margin-top: -2px;
  }
  .simulator__title:after {
    width: 3px;
    height: 20px;
    right: 23px;
    top: 50%;
    margin-top: -10px;
  }
  .simulator__title.opened:after {
    display: none;
  }
  .simulator__title.opened {
    background-color: #294da5;
    color: #fff;
  }
  .simulator__title.opened:before {
    background-color: #fff;
  }
  .simulator__title.opened:after {
    display: none;
  }
  .simulator__title i.icon--simulator1 {
    width: 30px;
  }
  .simulator__title i.icon--simulator2 {
    width: 30px;
  }
  .simulator__title i.icon--simulator3 {
    width: 30px;
  }
  .simulator__title i.icon--simulator4,
  .simulator__title i.icon--simulator5,
  .simulator__title i.icon--simulator6 {
    width: 30px;
  }
  .simulator__title em {
    display: none;
  }
}
.simulator__stitle {
  margin-right: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 40px;
}
.simulator__stitle .ast {
  font-size: 1.4rem;
  font-style: normal;
  color: #c00;
}
@media screen and (max-width: 480px) {
  .simulator__stitle {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 1.5rem;
    width: 100%;
    border-bottom: 2px solid #294da5;
  }
}
.simulator__item {
  margin-bottom: 30px;
}
.simulator__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .simulator__item {
    margin-bottom: 20px;
  }
  .simulator__item:first-of-type {
    margin-top: 0;
  }
}
.simulator__fromto {
  display: flex;
  align-items: center;
}
.simulator__fromto__from,
.simulator__fromto__to {
  display: flex;
  align-items: center;
}
.simulator__fromto__from .simulator__stitle {
  margin-right: 30px;
}
.simulator__fromto__to .simulator__stitle {
  margin-right: 15px;
}
.simulator__fromto__arrow {
  margin: 0 20px;
  width: 70px;
  height: 10px;
  background: url("/cargo/img/simulator-arrow.png") no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .simulator__fromto {
    flex-direction: column;
    align-items: flex-start;
  }
  .simulator__fromto__from,
  .simulator__fromto__to {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .simulator__fromto__arrow {
    width: 10px;
    height: 22px;
    margin: 10px 20px;
    background-image: url("/cargo/img/simulator-arrow_v.png");
    background-size: auto 22px;
    background-position: 0 0;
  }
  .simulator__fromto__field {
    width: 100%;
  }
}
.simulator__caption {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 480px) {
  .simulator__caption {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
}
.simulator__capacity {
  display: flex;
  /* align-items: center; */
}
.simulator__capacity__item {
  display: flex;
  align-items: center;
}
.--hasCaption .simulator__capacity__item {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.--hasCaption .simulator__capacity__item p {
  font-size: 12px;
  color: #294da5;
  line-height: 1.4;
}
.--hasCaption .simulator__capacity__item p.notice {
  color: #c00;
}
.simulator__capacity__title {
  margin-right: 10px;
}
.simulator__capacity__field {
  margin-right: 10px;
  display: inline-block;
  width: 150px;
  height: 40px;
  border: 2px solid #ebf0f2;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 0;
  transition: all 0.1s;
}
.simulator__capacity__field input,
.simulator__capacity__field span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
}
.simulator__capacity__field input {
  width: calc(100% - 2em);
  padding: 0 10px;
  height: calc(100%);
  font-size: 1.8rem;
  border: none;
  box-sizing: border-box;
  outline: none;
  background-color: transparent;
}
.simulator__capacity__field input[type="number"]::-webkit-outer-spin-button,
.simulator__capacity__field input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.simulator__capacity__field input[type="number"] {
  -moz-appearance: textfield;
}
.simulator__capacity__field span {
  width: 2em;
}
.simulator__capacity__field.--empty {
  color: #c00;
  border-color: #c00;
  background-color: #ebf0f2;
  box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0.11);
}
.simulator__capacity__field:hover {
  color: #000;
  border-color: #294da5;
}
.simulator__capacity__button {
  width: 175px;
  margin-left: 25px;
  box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0.11);
}
.simulator__capacity__button button {
  width: 100%;
  height: 40px;
  line-height: 36px;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  appearance: none;
  background-color: #c00;
  color: #fff;
  padding: 0;
  border: none;
  cursor: pointer;
  border: 2px solid #c00;
  transition: all 0.3s;
}
.simulator__capacity__button button:hover {
  color: #c00;
  background-color: #fff;
}
.simulator__capacity__button button i,
.simulator__capacity__button button span {
  display: inline-block;
  vertical-align: middle;
}
.simulator__capacity__button button i {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .simulator__capacity {
    align-items: flex-start;
    flex-direction: column;
  }
  .simulator__capacity__item {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
  }
  .simulator__capacity__title {
    width: 50px;
    box-sizing: border-box;
    margin-right: 0;
    padding-left: 10px;
    padding-bottom: 10px;
    line-height: 45px;
    font-size: 1.5rem;
  }
  .simulator__capacity__title span {
    display: none;
  }
  .simulator__capacity__field {
    width: calc(100% - 50px);
    margin-right: 0;
    height: 45px;
    padding-bottom: 10px;
  }
  .simulator__capacity__field span {
    line-height: 45px;
  }
  .simulator__capacity__button {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  #Simulator4 .simulator__capacity__field,
  #Simulator5 .simulator__capacity__field,
  #Simulator6 .simulator__capacity__field {
    width: auto;
  }
}
.simulator__result {
  display: flex;
  justify-content: space-between;
  background-color: #ebf0f2;
  padding: 25px;
}
.simulator__result--bottom {
  align-items: flex-end;
}
@media screen and (max-width: 480px) {
  .simulator__result {
    flex-direction: column;
    padding: 20px;
  }
  .simulator__result--bottom {
    align-items: flex-start;
  }
}
.simulator__result__price {
  width: 368px;
  height: 90px;
  gap: 20px;
  border: 2px solid #dfdfdf;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.--calculated .simulator__result__price {
  border-color: #294da5;
}
.simulator__result__price__title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.simulator__result__price__title span {
  font-size: 1.4rem;
}
.simulator__result__price__number {
  flex: 1;
  text-align: right;
  font-size: 3.2rem;
  font-weight: bold;
  padding-right: 15px;
}
.simulator__result__price__en {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .simulator__result__price {
    width: 100%;
    height: 60px;
    padding: 10px 5px;
    box-sizing: border-box;
  }
  .simulator__result__price__title {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .simulator__result__price__number {
    font-size: 1.8rem;
  }
  .simulator__result__price__en {
    margin-top: 0;
    font-size: 1.2rem;
  }
}

/* */
.simulator__result--f .simulator__result__price {
  width: 50%;
  height: 120px;
  gap: 40px;
}
.simulator__result--f .simulator__result__caption {
  width: auto;
  flex: 1;
}
.simulator__result--f .simulator__result__price__en {
  margin-top: 0;
}
.simulator__result__price__list {
  flex: 1;
}
.simulator__result__price__list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.simulator__result__price__list__item + .simulator__result__price__list__item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #dfdfdf;
}
.simulator__result__price__list__item__title {
  font-weight: bold;
}
.simulator__result__price__list__item__price {
  display: flex;
  align-items: flex-end;
}
.simulator__result__price__number {
  line-height: 1;
}
.simulator__result__price__number.--error {
  font-size: 20px;
}
.simulator__result__price__number.--error + * {
  display: none;
}
@media screen and (max-width: 480px) {
  .simulator__result--f .simulator__result__price {
    width: auto;
    gap: 20px;
  }
  .simulator__result__price__list__item__title {
    font-size: 14px;
  }
}
/* */

.simulator__result__caption {
  width: calc(100% - 368px);
  padding-left: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.simulator__result__caption strong {
  color: #e12000;
  font-weight: normal;
}
.simulator__result__caption a {
  font-size: 1.4rem;
  width: 194px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin-top: -3px;
}
@media screen and (max-width: 480px) {
  .simulator__result__caption {
    width: auto;
    padding-left: 0;
    margin-top: 15px;
  }
  .simulator__result__caption a {
    width: 100%;
    margin-top: 10px;
  }
}

.simulator__flexbox {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .simulator__flexbox {
    flex-direction: column;
    gap: 20px;
  }
}

.simulatorInput {
  height: 40px;
  border: none;
  font-size: 1.8rem;
  padding: 0 10px;
  box-sizing: border-box;
}
.simulatorInput--departure,
.simulatorInput--arrival {
  width: 212px;
}
@media screen and (max-width: 480px) {
  .simulatorInput {
    width: 100%;
    font-size: 1.5rem;
  }
}
.simulatorSelect {
  position: relative;
  width: 212px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #ebf0f2;
  font-size: 1.8rem;
  padding: 0 10px;
  box-sizing: border-box;
  transition: all 0.1s;
}
.simulatorSelect--addr {
  width: auto;
  padding-right: 30px;
  min-width: 182px;
}
@media screen and (max-width: 480px) {
  .simulatorSelect {
    width: 100%;
    font-size: 1.5rem;
    height: 45px;
    line-height: 41px;
  }
}
.simulatorSelect select {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  border: 1px solid #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .simulatorSelect select {
    font-size: 1.5rem;
  }
}
.simulatorSelect:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  border-color: #000 transparent transparent transparent;
}
.simulatorSelect .empty {
  display: none;
}
.simulatorSelect.--empty {
  color: #c00;
  border-color: #c00;
  background-color: #ebf0f2;
  box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0.11);
}
.simulatorSelect.--empty:before {
  border-color: #c00 transparent transparent transparent;
}
.simulatorSelect:hover {
  color: #000;
  border-color: #294da5;
}
.simulatorSelect:hover:before {
  border-color: #294da5 transparent transparent transparent;
}
.option--empty {
  display: none;
}
.cargoModal {
  text-align: left;
}
.cargoModal .box {
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cargoModal .box p {
  margin-bottom: 0;
}
.cargoModal__title {
  font-size: 1.8rem;
  text-align: center;
  color: #294da5;
  font-weight: bold;
  margin-bottom: 20px;
}
.moveSimulator {
  margin-top: 40px;
  margin-bottom: 40px;
}
.moveSimulator__btn {
  position: relative;
  padding: 20px 25px;
  box-shadow: 1.5px 2.598px 15.66px 2.34px rgba(51, 51, 51, 0.3);
  color: #294da5;
}
.moveSimulator__btn h3 {
  font-weight: bold;
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .moveSimulator__btn {
    padding: 15px;
    cursor: pointer;
    width: auto;
    padding-right: 40px;
    position: relative;
  }
  .moveSimulator__btn:before,
  .moveSimulator__btn:after {
    content: "";
    display: block;
    border-radius: 5px;
    background-color: #294da5;
    position: absolute;
  }
  .moveSimulator__btn:before {
    width: 20px;
    height: 3px;
    right: 15px;
    top: 50%;
    margin-top: -2px;
  }
  .moveSimulator__btn:after {
    width: 3px;
    height: 20px;
    right: 23px;
    top: 50%;
    margin-top: -10px;
  }
  .moveSimulator__btn.opened:after {
    display: none;
  }
  .moveSimulator__btn h3 {
    line-height: 1.4;
    font-size: 1.6rem;
  }
}
.moveSimulator__content {
  margin-top: 40px;
  padding: 20px 30px;
  border: 2px solid #294da5;
}
@media screen and (max-width: 480px) {
  .moveSimulator__content {
    margin-top: 20px;
    padding: 10px 15px 20px;
  }
}
.moveSimulator__form {
  margin-top: 20px;
}
.moveSimulator__form .simulator__fromto,
.moveSimulator__form .simulator__fromto__from {
  align-items: flex-start;
}
.moveSimulator__form .simulator__fromto__from {
  margin-right: 30px;
}
.moveSimulator__form .simulatorSelect {
  padding-right: 35px;
}
.moveSimulator__form .simulatorSelect__default {
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .moveSimulator__form .simulator__fromto__from {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .moveSimulator__form .simulatorSelect {
    width: 100%;
  }
}
.moveSimulator__form__item {
  margin-bottom: 0;
}
.moveSimulator__form__item:last-child {
  margin-bottom: 0;
}
.moveSimulator__form__item .simulator__result {
  padding: 10px;
}
.moveSimulator__form__item .simulator__result__price {
  padding: 10px 20px;
  height: 70px;
}
.moveSimulator__form__item .simulator__result__price__number {
  line-height: 1;
  position: relative;
}
.moveSimulator__form__item .simulator__result__price__number .calcLoading {
  position: absolute;
  left: 80%;
  top: 50%;
  font-size: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
  opacity: 0;
  visibility: hidden;
}
.moveSimulator__form__item
  .simulator__result__price__number.calcing
  .calcLoading {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 480px) {
  .moveSimulator__form__item .simulator__stitle {
    margin-right: 0;
  }
  .main__contents--cargo .moveSimulator__form__item .simulator__fromto__field {
    width: 100%;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2),
      2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2),
      0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
      -2.6em 0em 0 0em rgba(0, 0, 0, 0.5),
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000,
      2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2),
      0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
      -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5),
      1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000,
      1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7),
      1.75em 1.75em 0 0em #000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5),
      1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000,
      -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
      1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7),
      -1.8em 1.8em 0 0em #000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
      1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5),
      -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000,
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
      1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7),
      -1.8em -1.8em 0 0em #000;
  }
}
.moveSimulator__form__title {
  margin-bottom: 5px;
}
.moveSimulator__laggage {
  margin-top: 15px;
  margin-bottom: 10px;
}
.moveSimulator__laggageBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .moveSimulator__laggageBox {
    justify-content: flex-start;
  }
}
.moveSimulator__laggageBox__item {
  width: calc((100% - 20px) / 4);
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .moveSimulator__laggageBox__item {
    width: calc((100% - 15px) / 3);
    margin-right: 5px;
  }
  .moveSimulator__laggageBox__item:last-child {
    margin-right: 0;
  }
}
.moveSimulator__counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 5px 5px 10px;
  background-color: #ebf0f2;
}
@media screen and (max-width: 480px) {
  .moveSimulator__counter {
    flex-direction: column;
    padding: 5px;
  }
}
.moveSimulator__counter__title {
  width: calc(100% - 55px);
  font-size: 1.4rem;
}
.moveSimulator__counter__title span {
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  .moveSimulator__counter__title {
    width: 100%;
  }
}
.moveSimulator__counter__num {
  width: 55px;
}
.moveSimulator__counter__num .simulatorSelect {
  width: 100%;
  background-color: #fff;
  font-size: 1.4rem;
  padding: 0 0 0 10px;
}
.moveSimulator__counter__num .simulatorSelect:before {
  right: 7px;
}
@media screen and (max-width: 480px) {
  .moveSimulator__counter__num {
    width: 100%;
  }
}
.moveSimulator__preresults {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .moveSimulator__preresults {
    margin-top: 20px;
    flex-direction: column;
  }
}
.moveSimulator__preresultsBox {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .moveSimulator__preresultsBox {
    margin-top: 15px;
    flex-direction: column;
    align-items: flex-end;
  }
}
.moveSimulator__amount {
  display: flex;
  align-items: flex-end;
}
.moveSimulator__amount__title {
  font-size: 1.4rem;
  margin-right: 10px;
}
.moveSimulator__amount__amount {
  border: 2px solid #ebf0f2;
  width: 140px;
  padding: 10px;
  height: 40px;
  line-height: 1;
  box-sizing: border-box;
  text-align: right;
}
.moveSimulator__amount__amount span {
  margin-left: 5px;
}
.moveSimulator__amount__amount .num {
  font-size: 2rem;
}
.moveSimulator__getResults {
  width: 175px;
  margin-left: 20px;
}
.moveSimulator__getResults .simulator__capacity__button {
  display: block;
  width: auto;
  padding-left: 0;
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  .moveSimulator__getResults {
    width: 100%;
    margin-left: 0;
  }
}
#InputCalendarDate {
  display: none;
}
@media screen and (max-width: 480px) {
  .vacantseatBox {
    padding: 10px;
  }
}
.vacantseat__box__title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
.vacantseat__box__text {
  line-height: 2.25;
}
@media screen and (max-width: 480px) {
  .vacantseat__box__text {
    line-height: 1.8;
    font-size: 1.4rem;
  }
}
.vacantSeat__btns a {
  max-width: 182px;
  font-size: 1.8rem;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 480px) {
  .vacantSeat__btns.btns a.btns--wide {
    margin-bottom: 10px;
  }
}
.vacantseatBox {
  background-color: #fff;
  padding: 50px;
  box-shadow: 0px 3px 29px 0px rgba(51, 51, 51, 0.13);
}
@media screen and (max-width: 480px) {
  .vacantseatBox {
    padding: 20px;
  }
}
.vacantseatSearch--top {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.vacantseatSearch {
  display: flex;
  justify-content: space-between;
}
.vacantseatSearch .simulatorSelect {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .vacantseatSearch {
    flex-wrap: wrap;
  }
}
.vacantseatSearch__field {
  width: 230px;
}
@media screen and (max-width: 480px) {
  .vacantseatSearch__field {
    width: 100%;
  }
}
.vacantseatSearch__item--2 {
  width: 540px;
}
@media screen and (max-width: 768px) {
  .vacantseatSearch__item--2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .vacantseatSearch__item--2 {
    width: 100%;
  }
}
.vacantseatSearchFromto {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .vacantseatSearchFromto {
    flex-wrap: wrap;
    position: relative;
    padding-right: 50px;
  }
  .vacantseatSearchFromto .vacantseatSearchFromto__item {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .vacantseatSearchFromto .vacantseatSearchFromto__item .simulator__stitle {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
    width: 4em;
  }
  .vacantseatSearchFromto .vacantseatSearchFromto__item .simulator__fromto__to {
    width: calc(100% - 4em);
    padding-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .vacantseatSearchFromto__item.vacantseatSearchFromto__item--reverse {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    margin-bottom: 0;
  }
  .vacantseatSearchFromto__item.vacantseatSearchFromto__item--reverse
    .simulator__stitle {
    display: none;
  }
}
.simulator__fromto__field {
  width: 100%;
}
.main__contents--cargo .simulator__fromto__field {
  width: auto;
}
@media screen and (max-width: 480px) {
  .main__contents--cargo .simulator__fromto__field.sp-wide {
    width: 100%;
  }
}
.vacantseatSearch__reverse {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.vacantseatSearch__reverse a {
  display: block;
  line-height: 1;
  text-decoration: none;
}
.vacantseatSearch__reverse a i {
  width: 32px;
  height: 32px;
}
.vacantseatSearch__reverse a span {
  margin-top: 5px;
  display: block;
  text-align: center;
  color: #666666;
}
@media screen and (max-width: 480px) {
  .vacantseatSearch__reverse a span {
    font-size: 1.2rem;
  }
}
.vacantSearch__btn {
  margin-top: 30px;
  text-align: center;
}
.vacantSearch__btn a {
  width: 230px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
.vacantSearch__btn a svg {
  width: 21px;
  margin-right: 15px;
  line-height: 1;
}
.vacantSearch__btn a svg .st0,
.vacantSearch__btn a svg .st1 {
  transition: stroke 0.3s;
}
.vacantSearch__btn a svg .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
.vacantSearch__btn a svg .st1 {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.vacantSearch__btn a:hover svg .st0,
.vacantSearch__btn a:hover svg .st1 {
  stroke: #294da5;
}
@media screen and (max-width: 480px) {
  .vacantSearch__btn {
    margin-top: 0;
  }
  .vacantSearch__btn a {
    width: auto;
  }
}
.vacantSeatResult__back {
  text-align: right;
}
.vacantSeatResult__back a {
  width: 186px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  background-image: url("../img/icon/arrow_right.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
}
.vacantSeatResult__back a i {
  margin-right: 10px;
}
.vacantSeatResult__back a span {
  padding-right: 20px;
}
@media screen and (max-width: 480px) {
  .vacantSeatResult__back a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
    margin-right: 0 !important;
    background-size: 12px auto;
  }
  .vacantSeatResult__back i {
    width: 14px;
  }
  .vacantSeatResult__back span {
    padding-right: 10px;
  }
}
.vacantSeatResult__nav {
  margin-top: 30px;
  padding-right: 60px;
  padding-left: 60px;
  position: relative;
}
.vacantSeatResult__nav.prev,
.vacantSeatResult__nav.next {
  width: auto;
  position: absolute;
  top: 0;
  border: none;
}
.vacantSeatResult__nav.prev {
  left: 0;
}
.vacantSeatResult__nav.next {
  right: 0;
}
@media screen and (max-width: 480px) {
  .vacantSeatResult__nav {
    margin-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.vacantSeatResult__navMain {
  display: flex;
  justify-content: space-between;
}
.vacantSeatResult__navMain button {
  display: block;
  width: calc((100% - 80px) / 5);
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: #fff;
  height: 80px;
  border: 2px solid #ccc;
  cursor: pointer;
  box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0.11);
  transition: border 0.1s;
}
.vacantSeatResult__navMain button.current {
  box-shadow: none;
  border-color: #294da5;
  color: #294da5;
  font-weight: bold;
  pointer-events: none;
}
.vacantSeatResult__navMain button .year {
  font-size: 1.3rem;
}
.vacantSeatResult__navMain button .day {
  font-size: 1.8rem;
}
.vacantSeatResult__navMain button:hover {
  border-color: #294da5;
}
@media screen and (max-width: 480px) {
  .vacantSeatResult__navMain button {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    padding: 0;
  }
  .vacantSeatResult__navMain button:nth-child(4) {
    margin-right: 0;
  }
  .vacantSeatResult__navMain button:nth-child(1),
  .vacantSeatResult__navMain button:nth-child(5) {
    display: none;
  }
  .vacantSeatResult__navMain button .year {
    font-size: 1rem;
  }
  .vacantSeatResult__navMain button .day {
    font-size: 1.2rem;
  }
}
.button--prev,
.button--next {
  cursor: pointer;
  width: 31px;
  height: 80px;
  appearance: none;
  -webkit-appearance: none;
  background-color: #ebf0f2;
  background-repeat: no-repeat;
  box-shadow: 1.5px 2.598px 0px 0px rgba(102, 102, 102, 0.3);
  border: none;
  transition: box-shadow 0.1s;
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
.button--prev:hover,
.button--next:hover {
  box-shadow: none;
}
.button--prev {
  left: 0;
  background-image: url("../img/icon/arrow_left.png");
  background-position: calc(50% + 5px) 50%;
}
.button--next {
  right: 0;
  background-image: url("../img/icon/arrow_right.png");
  background-position: calc(50% - 5px) 50%;
}
.vacantSeatResult__main__header {
  position: relative;
  margin-bottom: 20px;
}
.vacantSeatResult__main__header .title--bg {
  margin-bottom: 0;
}
.vacantSeatResult__main__header__uppated {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 52px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .vacantSeatResult__main__header__uppated {
    font-size: 1.2rem;
    display: block;
    position: relative;
    background-color: #294da5;
    padding: 0px 20px 15px 17px;
    letter-spacing: 0.04em;
    right: auto;
    line-height: 12px;
  }
}
.vacantSeatResult__caption {
  font-size: 1.4rem;
}
.vacantSeatResult__caption + .section__text {
  margin-bottom: 50px;
  font-size: 1.4rem;
}
.vacantSeatResult__caption .icon--ok,
.vacantSeatResult__caption .icon--ng {
  width: 13px;
}
.vacantSeatResult__caption .icon--pending-y {
  width: 16px;
}
@media screen and (max-width: 480px) {
  .vacantSeatResult__caption {
    display: block;
  }
  .vacantSeatResult__caption + .section__text {
    margin-bottom: 25px;
  }
  .vacantSeatResult__caption p {
    width: auto;
    margin-right: 10px;
  }
}
.vacantSeatResult__date {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 480px) {
  .vacantSeatResult__date {
    padding-left: 0;
    padding-right: 0;
  }
}
.vacantseatTable__title {
  margin-bottom: 10px;
}
.vacantseatTable__title .icon--gnavBoarding,
.vacantseatTable__title .icon--ferry-left {
  width: 40px;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .vacantseatTable__title .icon--gnavBoarding,
  .vacantseatTable__title .icon--ferry-left {
    width: 30px;
    margin-right: 10px;
  }
}
.vacantseatTable__title em {
  margin-right: 20px;
  color: #294da5;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .vacantseatTable__title em {
    margin-right: 10px;
  }
}
.vacantseatTable__title span {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .vacantseatTable__title span {
    font-size: 1.2rem;
  }
}
.vacantseatTable + .vacantseatTable {
  margin-top: 30px;
}
.vacantseatTable__table {
  table-layout: fixed;
  background-color: #fff;
}
.vacantseatTable__table th,
.vacantseatTable__table td {
  padding: 15px;
  font-size: 1.4rem;
  vertical-align: middle;
}
.vacantseatTable__table th .icon,
.vacantseatTable__table td .icon {
  vertical-align: middle;
}
.vacantseatTable__table th.date,
.vacantseatTable__table td.date {
  padding: 5px;
}
@media screen and (max-width: 480px) {
  .vacantseatTable__table th,
  .vacantseatTable__table td {
    padding: 2px;
    font-size: 1rem;
  }
  .vacantseatTable__table th.date,
  .vacantseatTable__table td.date {
    padding: 0px;
  }
  .vacantseatTable__table td {
    padding: 5px 2px;
  }
}
.vacantSeatResult__wrap {
  background-color: #ebf0f2;
  padding: 50px 0;
}
.vacantSeatResult__subTitle {
  font-size: 2.4rem;
  font-weight: bold;
  color: #294da5;
  padding: 0 15px;
}
.vacantSeatResult__subTitle + .section {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .vacantSeatResult__subTitle {
    padding: 0;
    font-size: 1.8rem;
  }
}
.vacantSeatResult--current {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.vacantSeatResult--current .vacantSeatResult__date {
  position: relative;
  z-index: 1;
}
.vacantSeatResult--current:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -20px;
  left: -10px;
  z-index: 0;
  background-color: #fff;
  border: 2px solid #e12000;
}
.vacantSeatResult--current .vacantSeatResult__dateTitle {
  color: #e12000;
  padding-bottom: 6px;
  border-bottom-color: #e12000;
}
.vacantSeatResult--current .vacantSeatResult__dateTitle span {
  color: #fff;
  background-color: #e12000;
  display: inline-block;
  padding: 5px;
  line-height: 1;
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-right: 20px;
}
.simulatorSelect.empty {
  color: #c00;
  border-color: #c00;
  background-color: #ebf0f2;
  box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0.11);
}
.simulatorSelect.empty a {
  color: #c00;
}
.simulatorSelect.empty:before {
  border-color: #c00 transparent transparent transparent;
}
.simulatorSelect.empty:hover {
  color: #000;
  border-color: #294da5;
}
.simulatorSelect.empty:hover a {
  color: #000;
}
.simulatorSelect.empty:hover:before {
  border-color: #294da5 transparent transparent transparent;
}
.simulatorSelect--calendar {
  padding-left: 0;
  padding-right: 0;
}
.simulatorSelect--calendar:before {
  display: none;
}
.simulatorSelect--calendar a {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.simulatorSelect--calendar a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 17px;
  height: 15px;
  margin-top: -7px;
  border: none;
  background-image: url("../img/icon/icon-calendar.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.simulatorSelect__default a {
  display: block;
  text-decoration: none;
  color: #000;
}
.--empty .simulatorSelect__default a {
  color: #e12000;
}
.--empty .simulatorSelect__default a:hover {
  color: #000;
}
.simulatorSelect__pulldown {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  border: 2px solid #294da5;
  background-color: #ebf0f2;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.simulatorSelect__pulldown ul li button {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  background-color: #ebf0f2;
  color: #294da5;
  font-weight: bold;
  border: none;
  box-shadow: none;
  width: 100%;
  text-align: left;
  outline: none;
  cursor: pointer;
  padding: 10px 30px;
  line-height: 1;
  font-size: 1.8rem;
}
.simulatorSelect__pulldown ul li button:hover,
.simulatorSelect__pulldown ul li button.checked {
  background-color: #294da5;
  color: #fff;
}
.simulatorSelect__pulldown ul li button.checked {
  background: #294da5 url("../img/icon/icon-check-white.png") no-repeat 8px 50%;
}
.vacantseatModal {
  max-width: 1000px;
  padding: 30px 100px;
  box-shadow: 0px 0px 32.68px 5.32px rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 1024px) {
  .vacantseatModal {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 480px) {
  .vacantseatModal {
    padding: 30px 10px;
  }
}
.vacantseatCalendar__title {
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
  color: #294da5;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
}
.vacantseatCalendar__title:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #294da5;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
}
.vacantseatCalendarMain {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.vacantseatCalendarMain .button--prev {
  left: -60px;
}
.vacantseatCalendarMain .button--next {
  right: -60px;
}
@media screen and (max-width: 480px) {
  .vacantseatCalendarMain {
    display: block;
  }
  .vacantseatCalendarMain .button--prev,
  .vacantseatCalendarMain .button--next {
    display: none;
  }
}
.vacantseatCalendarMain__month {
  width: calc((100% - 80px) / 3);
  padding-right: 40px;
}
.vacantseatCalendarMain__month:nth-child(3n) {
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .vacantseatCalendarMain__month {
    width: calc((100% - 40px) / 3);
    padding-right: 20px;
  }
  .vacantseatCalendarMain__month:nth-child(3n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .vacantseatCalendarMain__month {
    width: auto;
    padding-right: 0;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .vacantseatCalendarMain__month:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.vacantseatCalendarMain__month__title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.vacantseatCalendarTable th,
.vacantseatCalendarTable td {
  border: none;
  font-size: 1.6rem;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.vacantseatCalendarTable th:nth-child(1),
.vacantseatCalendarTable td:nth-child(1) {
  color: #e12000;
}
.vacantseatCalendarTable th:nth-child(1) button,
.vacantseatCalendarTable td:nth-child(1) button {
  color: #e12000;
}
.vacantseatCalendarTable th:nth-child(1).off,
.vacantseatCalendarTable td:nth-child(1).off {
  color: #ccc;
}
.vacantseatCalendarTable th {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 5px;
}
.vacantseatCalendarTable .off {
  color: #ccc;
  padding: 7px;
}
@media screen and (max-width: 1024px) {
  .vacantseatCalendarTable .off {
    padding: 5px;
  }
}
.vacantseatCalendarTable .current {
  position: relative;
}
.vacantseatCalendarTable .current button {
  color: #fff;
  position: relative;
  z-index: 1;
}
.vacantseatCalendarTable .current:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #294da5;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  margin-top: -18px;
  z-index: 0;
}
.vacantseatCalendarTable button {
  display: block;
  padding: 7px;
  background-color: transparent;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "Arial", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.3s;
}
.vacantseatCalendarTable button:hover {
  opacity: 0.3;
}
@media screen and (max-width: 1024px) {
  .vacantseatCalendarTable button {
    padding: 5px;
  }
}
.netshopMenu {
  display: flex;
  justify-content: space-between;
}
.netshopMenu .menuBtn {
  width: calc((100% - 160px) / 5);
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .netshopMenu {
    flex-wrap: wrap;
  }
  .netshopMenu .menuBtn {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .netshopMenu .menuBtn a {
    height: 100%;
    box-sizing: border-box;
  }
}
.toursGuideBox#Shop {
  padding: 30px 40px;
}
@media screen and (max-width: 1024px) {
  .toursGuideBox#Shop {
    padding: 20px;
  }
}
.tel__area {
  padding: 25px;
  background-color: #ebf0f2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tel__area {
    padding: 10px;
    background-color: #294da5;
    color: #fff;
  }
  .tel__area a {
    color: #fff;
  }
}
.tel__area__title,
.tel__area__number {
  line-height: 1;
}
.tel__area__title {
  font-size: 1.6rem;
  font-weight: bold;
}
.tel__area__title span {
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .tel__area__title {
    font-size: 1.2rem;
  }
  .tel__area__title span {
    font-size: 1.2rem;
  }
}
.tel__area__number {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 0;
}
.tel__area__number i,
.tel__area__number span {
  display: inline-block;
  vertical-align: middle;
}
.tel__area__number i {
  margin-right: 10px;
}
.tel__area__number i:before {
  font-size: 3rem;
  color: #999999;
}
.tel__area__number span {
  color: #333399;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tel__area__number {
    position: relative;
    top: auto;
    text-align: left;
    margin-top: 5px;
  }
  .tel__area__number span {
    color: #fff;
    font-size: 1.5rem;
  }
  .tel__area__number i {
    width: auto;
  }
  .tel__area__number i:before {
    font-size: 1.5rem;
    color: #fff;
  }
}
.tel__area.tel__area--posR {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .tel__area.tel__area--posR {
    display: block;
  }
}
.tel__area--posR .tel__area__title {
  width: 422px;
}
@media screen and (max-width: 480px) {
  .tel__area--posR .tel__area__title {
    width: auto;
  }
}
.tel__area--posR .tel__area__number {
  position: static;
  width: auto;
}
.tel__area + .tel__area {
  position: relative;
}
.tel__area + .tel__area:before {
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 25px;
  left: 25px;
}
@media screen and (max-width: 768px) {
  .tel__area + .tel__area:before {
    left: 10px;
    right: 10px;
  }
}
.timetable__pdf {
  display: flex;
  justify-content: space-between;
}
.timetable__pdf .btn--blue {
  width: 80px;
  border-radius: 30px;
  padding: 7px 0 5px;
  text-align: center;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO",
    sans-serif;
  letter-spacing: 0.1em;
  font-weight: normal;
  line-height: 1.1;
}
.timetable__pdf .btn--blue span {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .timetable__pdf__col {
    margin-right: 10px;
    flex: 1;
  }
  .timetable__pdf__col:last-child {
    margin-right: 0;
  }
  .timetable__pdf .btn--blue {
    width: 100%;
    font-size: 1.2rem;
  }
  .timetable__pdf .btn--blue span {
    font-size: 0.9rem;
  }
}
.sns {
  font-size: 0;
}
.sns a {
  display: inline-block;
  margin-right: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #294da5;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}
.sns a:hover {
  opacity: 0.7;
}
.sns a i {
  line-height: 40px;
  vertical-align: middle;
}
.sns a i:before {
  color: #fff;
  font-size: 1.8rem;
  vertical-align: middle;
}
.sitemap {
  display: flex;
}
.sitemap__col {
  padding-left: 20px;
  padding-right: 20px;
  border-left: 2px solid #294da5;
}
.sitemap__col a {
  display: block;
  line-height: 2.5;
  color: #294da5;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1.5rem;
}
.sitemap__col a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .sitemap__col a {
    padding: 5px 15px;
    border-top: 2px solid #fff;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .sitemap__col {
    width: 50%;
    padding: 0;
    border-left: none;
  }
  .sitemap__col:nth-child(2n-1) a {
    border-right: 2px solid #fff;
  }
}
@media screen and (max-width: 1024px) {
  .sitemap {
    flex-wrap: wrap;
  }
}
.btnset {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .btnset {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.btnset__col {
  margin-right: 15px;
}
.btnset__col:nth-child(2n) {
  margin-right: 0;
}
.btnset__col.col--2 {
  width: calc(50% - 15px / 2);
}
@media screen and (max-width: 768px) {
  .btnset__col {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .btnset__col.col--2 {
    width: 100%;
  }
}
.btnset__col > a,
.btnset__col > div {
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .btnset__col > a,
  .btnset__col > div {
    height: auto;
  }
}
.btnset__col .btn--schedule {
  display: block;
  line-height: 80px;
}
.btnset__col .contact__guide__title {
  letter-spacing: 0.1em;
}
.btnset__col .contact__guide__number {
  max-width: 372px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}
.parkingGuide {
  height: 100%;
}
.boardingIndex__boxRow__col .parkingGuide {
  height: 170px;
}
.parkingGuide a {
  text-decoration: none;
}
.parkingGuide > a {
  display: block;
  height: 30%;
}
@media screen and (max-width: 480px) {
  .boardingIndex__boxRow__col .parkingGuide {
    height: auto;
  }
}
.en .parkingGuide {
  margin-top: 20px;
  height: auto;
  background-color: transparent;
}
.parkingGuide__title {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  background-color: rgba(255, 255, 255, 0.8);
}
.parkingGuide__title:hover {
  background: #fff;
}
.parkingGuide__title span {
  padding-top: 15px;
}
.parkingGuide__title.horizontal {
  padding: 10px 0;
  flex-direction: row;
  color: #000;
  font-size: 14px;
  box-sizing: border-box;
}
.parkingGuide__title.horizontal span {
  padding-top: 0;
  padding-left: 0.8em;
}
.parkingGuide__title.horizontal .icon--toolParking {
  width: 60px;
}
@media screen and (max-width: 480px) {
  .boardingIndex__boxRow__col .parkingGuide__title {
    margin-bottom: 10px;
    justify-content: flex-start;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .boardingIndex__boxRow__col .parkingGuide__title i,
  .boardingIndex__boxRow__col .parkingGuide__title span {
    margin: 0;
  }
  .boardingIndex__boxRow__col .parkingGuide__title span {
    padding-top: 0;
    padding-left: 80px;
    font-weight: bold;
    font-size: 14px;
  }
  .boardingIndex__boxRow__col .parkingGuide__title i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
}
.en .parkingGuide__title {
  height: auto;
  color: #294da5;
  font-family: arial, sans-serif;
  letter-spacing: 0;
}
.en .parkingGuide__title span {
  padding-top: 0;
  font-weight: normal;
}
.en .parkingGuide__title:hover {
  background-color: transparent;
}
.parkingGuide__nav {
  height: 70%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.en .parkingGuide__nav {
  height: auto;
}
.parkingGuide__nav li {
  width: calc(100% / 3);
  border-top: 2px solid #ebf0f2;
  border-left: 2px solid #ebf0f2;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
}
.parkingGuide__nav li:nth-child(3n-2) {
  border-left: none;
}
.en .parkingGuide__nav li {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
  margin-top: 10px;
  height: auto;
  border: none;
}
.en .parkingGuide__nav li:nth-child(4n) {
  margin-right: 0;
}
.parkingGuide__nav li a {
  display: flex;
  height: 100%;
  padding: 0 15px;
  align-items: center;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  text-decoration: none;
}
.parkingGuide__nav li a:hover {
  background: #fff;
}
.en .parkingGuide__nav li a {
  background-color: #fff;
  height: 65px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 1px 3px 29px 0px rgba(51, 51, 51, 0.13);
}
.en .parkingGuide__nav li a:hover {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .parkingGuide__title {
    padding: 15px 0;
  }
  .parkingGuide .icon--toolParking {
    width: 80px;
  }
  .parkingGuide span {
    font-size: 1.3rem;
    font-weight: normal;
    padding: 0;
    color: #000;
  }
  .parkingGuide__nav {
    display: block;
  }
  .parkingGuide__nav li {
    width: auto;
    height: auto;
  }
  .parkingGuide__nav li:nth-child(2n) {
    border-left: none;
  }
  .parkingGuide__nav li a {
    padding: 12px 15px;
  }
  .en .parkingGuide__nav {
    display: flex;
  }
  .en .parkingGuide__nav li {
    width: calc(50% - 10px);
  }
  .en .parkingGuide__nav li a {
    text-align: center;
    justify-content: center;
  }
}
.tabNav {
  background-color: #294da5;
}
.tabNav__list {
  display: flex;
  justify-content: space-between;
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (max-width: 480px) {
  .tabNav__list {
    margin-left: -3px;
    margin-right: -2px;
  }
}
.tabNav__list__item {
  margin-right: 8px;
  margin-left: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  flex: 1;
}
@media screen and (max-width: 480px) {
  .tabNav__list__item {
    margin-right: 2px;
    margin-left: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.tabNav__list__item a {
  display: block;
  background-color: #ebf0f2;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .en .tabNav__list__item a {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding-left: 3px;
    padding-right: 3px;
    line-height: 1.2;
  }
}
.tabNav__list__item a:hover {
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .tabNav__list__item a span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.tabNav__list__item.current {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .tabNav__list__item.current {
    margin-bottom: -1px;
  }
}
.tabNav__list__item.current a {
  padding-bottom: 26px;
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 480px) {
  .tabNav__list__item.current a {
    padding-bottom: 22px;
  }
}
.btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btns:last-of-type {
  margin-top: 60px;
  margin-bottom: 60px;
}
.btns a {
  margin: 0 10px;
}
.btns a.btns--wide {
  width: 250px;
  margin: 0 15px;
  box-sizing: border-box;
  text-align: center;
}
.btns--large a {
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  padding-left: 30px;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .en .btns--large a {
    height: 60px;
    line-height: 1.2;
  }
}
.en .btns--baggage a {
  width: 260px;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .btns {
    display: block;
    text-align: center;
  }
  .btns:last-of-type {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .btns a {
    display: block;
  }
  .btns a.btns--wide {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .btns--large a {
    display: flex;
  }
}
.snavBox {
  background-color: #ebf0f2;
  padding: 50px 0;
}
@media screen and (max-width: 480px) {
  .snavBox {
    padding: 30px 0;
  }
}
.snavBoxList {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .snavBoxList {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #ebf0f2;
    box-shadow: 3px 3px 0px 0px rgba(102, 102, 102, 0.3);
    justify-content: space-around;
  }
}
.snavBoxList li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .snavBoxList li.col--2 {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .snavBoxList li {
    display: table-cell;
    vertical-align: middle;
    display: table-cell;
    width: auto;
    border-right: solid 2px #d1d1d1;
  }
  .snavBoxList li.col--2 {
    width: auto;
  }
  .snavBoxList li.col--3 {
    width: auto;
  }
  .snavBoxList li.col--4 {
    width: auto;
  }
  .snavBoxList li:last-child {
    border-right: 0;
  }
  .snavBoxList li.border--none {
    border-right: 0;
  }
}
.snavBoxList li:nth-child(-n + 4) {
  margin-top: 0;
}
.snavBoxList li.col--3:nth-child(-n + 4) {
  margin-top: 20px;
}
.snavBoxList li.col--3:nth-child(-n + 3) {
  margin-top: 0;
}
.snavBoxList li a {
  display: flex;
  height: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .snavBoxList li a {
    display: block;
    background: none;
    box-shadow: none !important;
    padding-top: 15px;
    padding-bottom: 7px;
    font-size: 1.2rem;
  }
  .snavBoxList li a .icon--arrowBottom {
    position: static;
    padding-top: 10px;
    text-align: center;
    display: block;
    bottom: 4px;
    font-size: 6px;
    transform: scale(0.6);
  }
}
.snavBoxList li a span {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .snavBoxList li a span {
    padding: 0;
  }
}
.snavBoxList li a span em {
  font-style: normal;
  font-size: 1.2rem;
}
.en .snavBoxList li.current a span {
  padding-right: 0;
}
.snavBoxList li.current a i {
  display: none;
}
.snavBoxList li.col--4 {
  width: calc((100% - 30px) / 4);
}
.snavBoxList li.col--1 {
  width: calc((100% - 10px) / 2);
  margin-left: auto;
  margin-right: auto;
}
.snavBoxList li.current li a span {
  padding-right: 0px;
}
.snavBoxList--large li a {
  height: 80px;
  justify-content: flex-start;
  border-radius: 5px;
}
.snavBoxList--large li a span {
  padding-left: 20px;
}
.snavBoxList--large li a {
  height: 80px;
  justify-content: flex-start;
  border-radius: 5px;
}
.snavBoxList--large li a span {
  padding-left: 20px;
}
.snavBoxList--large li a span em {
  font-style: normal;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .en .snavBoxList--large li a {
    height: 50px;
    font-size: 1.6rem;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .en .snavBoxList--large li a {
    display: block;
    text-align: center;
    height: 80px;
    font-size: 1.2rem;
    padding-bottom: 20px;
    padding-top: 20px;
    height: auto;
  }
  .en .snavBoxList--large li a span {
    display: block;
    padding-left: 0;
    padding-right: 10px;
  }
  .en .snavBoxList--large li a span em {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .en .snavBoxList--timetable li.col--4 {
    width: calc(100% / 2);
    display: inline-block;
    border-bottom: solid 2px #d1d1d1;
  }
  .en .snavBoxList--timetable li.col--4:nth-child(even) {
    border-right: 0;
  }
}
.importantNews {
  border: 2px solid #e12000;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .importantNews {
    font-size: 1.3rem;
  }
}
.importantNews ul li a {
  color: #e12000;
  text-decoration: underline;
}
.importantNews ul li a:hover {
  text-decoration: none;
}
.list__box h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  .list__box h2 {
    padding-left: 10px;
  }
}
.listtext ul {
  counter-reset: number 0;
}
.listtext ul > li {
  margin-bottom: 26px;
  position: relative;
  padding-left: 2em;
}
.listtext ul > li:before {
  counter-increment: number 1;
  content: counter(number) ". ";
  position: absolute;
  top: 0;
  left: 0;
}
.listtext ul > li ol.sublist.sublist--num {
  counter-reset: number 0;
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  .listtext ul > li ol.sublist.sublist--num {
    margin-left: -10px;
  }
}
.listtext ul > li ol.sublist.sublist--num > li {
  padding-left: 3em;
  position: relative;
}
.listtext ul > li ol.sublist.sublist--num > li:before {
  counter-increment: number 1;
  content: "（" counter(number) "）";
  text-align: center;
  width: 3em;
  position: absolute;
  top: 0;
  left: 0;
}
.listtext ul > li ol.sublist.sublist--numhan {
  counter-reset: number 0;
  margin: 10px 0;
}
.listtext ul > li ol.sublist.sublist--numhan > li {
  padding-left: 2.5em;
  position: relative;
}
.listtext ul > li ol.sublist.sublist--numhan > li:before {
  counter-increment: number 1;
  content: counter(number) "）";
  text-align: center;
  width: 3em;
  position: absolute;
  top: 0;
  left: 0;
}
.listtext ul > li ol.sublist.sublist--kana {
  counter-reset: kana 0;
  margin: 10px 0;
}
.listtext ul > li ol.sublist.sublist--kana > li {
  padding-left: 2em;
  position: relative;
}
@media screen and (max-width: 480px) {
  .listtext ul > li ol.sublist.sublist--kana > li {
    margin-left: -0.5em;
  }
}
.listtext ul > li ol.sublist.sublist--kana > li:before {
  counter-increment: kana 1;
  content: counter(kana, katakana);
  position: absolute;
  top: 0;
  left: 0;
}
.listtext ul > li ol.sublist.sublist--kanairoha {
  counter-reset: kana 0;
  margin: 10px 0;
}
.listtext ul > li ol.sublist.sublist--kanairoha > li {
  padding-left: 2em;
  position: relative;
}
.listtext ul > li ol.sublist.sublist--kanairoha > li:before {
  counter-increment: kana 1;
  content: counter(kana, katakana-iroha) ". ";
  position: absolute;
  top: 0;
  left: 0;
}
.listtext ul h2 {
  margin-bottom: 1em;
}
.listtext ul h3 {
  margin-bottom: 1em;
}
.listtext.listtext--agreement ul {
  counter-reset: number 1;
}
.listtext.listtext--agreement ul > li {
  padding-left: 90px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .listtext.listtext--agreement ul > li {
    padding-left: 1.2em;
  }
}
.listtext.listtext--agreement ul > li:nth-of-type(1):before {
  display: none;
}
.listtext.listtext--agreement ul > li:nth-of-type(1) span {
  color: #294ca5;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", sans-serif;
  text-align: right;
  letter-spacing: 0.1em;
  width: 78px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .listtext.listtext--agreement ul > li:nth-of-type(1) span {
    padding-left: 0;
    position: relative;
    display: block;
    margin-left: 0px;
    text-align: left;
  }
}
.listtext.listtext--agreement ul > li:before {
  text-align: right;
  width: 67px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .listtext.listtext--agreement ul > li:before {
    width: 10px;
  }
}
.listtext.listtext--privacy ul > li {
  margin-bottom: 10px;
}
.listtext.listtext--privacy .indenttext {
  padding-left: 2em;
  margin-top: 40px;
}
.listtext .subinfo .cancelfee caption {
  text-align: left;
}
.listtext .subinfo .cancelfee th {
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 10px;
  background: #ebf0f2;
}
.listtext .subinfo .cancelfee td {
  padding: 15px 10px;
}
.listtext .subinfo .cancelfee tr:first-child th:first-child {
  font-weight: normal;
  background: #bfcdd3;
}
.listtext .subinfo__row {
  display: flex;
  flex-wrap: wrap;
}
.listtext .subinfo__row:first-child {
  margin-top: 1em;
}
.listtext .subinfo__row .subinfo__col {
  box-sizing: border-box;
}
.listtext .subinfo__row .subinfo__col:first-child {
  padding-left: 1em;
  width: 240px;
  max-width: 240px;
  min-width: 120px;
  position: relative;
}
.listtext .subinfo__row .subinfo__col:first-child:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.listtext .subinfo__row .subinfo__col:last-child {
  padding-left: 3em;
  position: relative;
}
.listtext .subinfo__row .subinfo__col:last-child:before {
  content: "…";
  position: absolute;
  top: 0;
  left: 1em;
}
@media (max-width: 840px) {
  .listtext .subinfo__row {
    display: block;
  }
  .listtext .subinfo__row .subinfo__col:first-child {
    font-weight: bold;
    width: auto;
  }
  .listtext .subinfo__row .subinfo__col:last-child {
    padding-left: 1em;
  }
  .listtext .subinfo__row .subinfo__col:last-child:before {
    display: none;
  }
}
.applytext p + p {
  margin-top: 1em;
}
.transactionTable {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.transactionTable th,
.transactionTable td {
  text-align: left;
  padding: 15px 25px;
}
.transactionTable th {
  font-weight: bold;
  width: 190px;
  background: #ebf0f2;
}
.transactionTable td {
  text-align: left;
}
@media (max-width: 600px) {
  .transactionTable {
    border-bottom: solid 1px #999;
  }
  .transactionTable tr {
    display: block;
  }
  .transactionTable th,
  .transactionTable td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-bottom: none;
  }
}
.sitemap__row {
  display: flex;
  flex-wrap: wrap;
}
.sitemap__row .sitemap__box {
  width: 30%;
  margin-right: 5%;
}
.en .sitemap__row .sitemap__box {
  width: 47.5%;
}
.en .sitemap__row .sitemap__box:nth-of-type(2n) {
  margin-right: 0%;
}
.sitemap__row .sitemap__box:nth-of-type(3n) {
  margin-right: 0;
}
.sitemap__row .sitemap__box .title--border {
  font-size: 2rem;
}
.sitemap__row .sitemap__box .title--border a {
  text-decoration: none;
}
.sitemap__row .sitemap__box .title--border a:hover {
  text-decoration: underline;
}
.sitemap__row .sitemap__box .title--border i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.sitemap__row .sitemap__box .title--noborder {
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.sitemap__row .sitemap__box .title--noborder a {
  text-decoration: none;
}
.sitemap__row .sitemap__box .title--noborder a i {
  margin-left: 10px;
}
.sitemap__row .sitemap__box .title--noborder a:hover {
  text-decoration: underline;
}
.sitemap__row .sitemap__box .sitemap__list h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.sitemap__row .sitemap__box .sitemap__list ul li {
  line-height: 2;
  padding-left: 1.2em;
  position: relative;
}
.sitemap__row .sitemap__box .sitemap__list ul li:before {
  content: "・";
  color: #294ca5;
  font-size: 2rem;
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 0;
}
.sitemap__row .sitemap__box .sitemap__list ul li a {
  color: #000;
  text-decoration: none;
}
.sitemap__row .sitemap__box .sitemap__list ul li a:hover {
  text-decoration: underline;
}
.sitemap__row .sitemap__box .sitemap__list + .sitemap__list {
  margin-top: 40px;
}
.sitemap__row .sitemap__box .sitemap__list--sub + .sitemap__list--sub {
  margin-top: 20px;
}
@media (max-width: 600px) {
  .sitemap__row .sitemap__box {
    width: 100%;
    margin: 0 0 30px;
  }
  .en .sitemap__row .sitemap__box {
    width: 100%;
    margin: 0 0 30px;
  }
}
.linkItem + .linkItem {
  margin-top: 40px;
}
.link__box ul li {
  display: inline-block;
  line-height: 2.2;
}
.link__box ul li a {
  color: #000;
  text-decoration: none;
  margin-right: 20px;
  padding-left: 26px;
  background: url("../img/icon/link@2x.png") no-repeat;
  background-size: 16px;
}
.link__box ul li a:hover {
  text-decoration: underline;
}
.club__box p + p {
  margin-top: 1em;
}
.club__box .listtext ul > li {
  padding-left: 3em;
}
.club__box .listtext ul > li:before {
  content: "（" counter(number) "）";
}
.club__box .list > li {
  margin-bottom: 10px;
}
.club__box .list.list--dot > li {
  text-indent: -1em;
  margin-left: 1em;
}
.club__box .list.list--dot > li:before {
  content: "・";
}
.club__box .membercard {
  padding-top: 40px;
  padding-right: 10%;
}
.club__box .membercard img {
  max-width: 546px;
}
.club__box .btn {
  width: auto;
  padding: 0 50px;
}
@media screen and (max-width: 480px) {
  .club__box .btn {
    padding: 0 20px;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.indexMenu {
  padding-bottom: 30px;
  margin-top: -20px;
}
.indexMenu__col {
  margin-top: 20px;
}
.indexMenu__col > span {
  display: block;
}
.indexMenu__col > span .indexMenu__image {
  background-color: #c6ced4;
}
.indexMenu a {
  display: block;
  text-decoration: none;
  color: #000;
  box-shadow: 1px 3px 18px 0px rgba(102, 102, 102, 0.13);
  transition: all 0.3s;
}
.indexMenu a:hover {
  opacity: 0.7;
}
.indexMenu__image span {
  display: block;
  height: 0;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 70%;
  background-size: cover;
}
.indexMenu__title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
}
.indexMenu__title span {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .indexMenu__title span {
    display: block;
    line-height: 2.5rem;
  }
}
.fareruletext {
  counter-reset: fa_number 0;
}
.fareruletext .farerule__title {
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 1.5em;
  position: relative;
}
.fareruletext .farerule__title:before {
  counter-increment: fa_number 1;
  content: counter(fa_number) ". ";
  position: absolute;
  top: 0;
  left: 0;
}
.fareruletext p + p {
  margin-top: 1em;
}
.fareruletext .fareruletext__box {
  counter-reset: fa_subnumber 0;
}
.fareruletext .fareruletext__row + .farerule__title {
  margin-top: 20px;
}
.fareruletext .fareruletext__inner {
  padding-left: 1.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .fareruletext .fareruletext__inner {
    padding-left: 0px;
  }
}
.fareruletext .fareruletext__inner p {
  margin-top: 5px;
}
.fareruletext .farerule__subtitle {
  padding-left: 2.8em;
  margin-bottom: 10px;
  margin-left: 1.5em;
  position: relative;
}
@media screen and (max-width: 480px) {
  .fareruletext .farerule__subtitle {
    margin-left: 0px;
  }
}
.fareruletext .farerule__subtitle:before {
  counter-increment: fa_subnumber 1;
  content: "（" counter(fa_subnumber) "）";
  text-align: center;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.fareruletext .fareruletext__inner--double {
  padding-left: 4.8em;
}
@media screen and (max-width: 480px) {
  .fareruletext .fareruletext__inner--double {
    padding-left: 1.5em;
  }
}
.fareruletext .fareruletext__inner--double .indenttext {
  padding-left: 2.5em;
}
@media screen and (max-width: 480px) {
  .fareruletext .fareruletext__inner--double .indenttext {
    padding-left: 0;
  }
}
.fareruletext .indenttext {
  padding-left: 2em;
}
.fareruletext .smalltext {
  font-size: 1.4rem;
}
.fareruletext .farerulelist li {
  margin-bottom: 5px;
  position: relative;
}
.fareruletext .farerulelist li:before {
  position: absolute;
  top: 0;
  left: 0;
}
.fareruletext .farerulelist .farerulelist__inner {
  margin-top: 5px;
}
.fareruletext .farerulelist--num {
  counter-reset: fa_num 0;
}
.fareruletext .farerulelist--num > li {
  padding-left: 2.5em;
}
.fareruletext .farerulelist--num > li:before {
  counter-increment: fa_num 1;
  content: "（" counter(fa_num) "）";
}
.fareruletext .farerulelist--iroha {
  counter-reset: fa_kana 0;
  margin-bottom: 10px;
}
.fareruletext .farerulelist--iroha > li {
  padding-left: 2em;
  margin-top: 10px;
  margin-bottom: 0;
}
.fareruletext .farerulelist--iroha > li:before {
  counter-increment: fa_kana 1;
  content: counter(fa_kana, katakana-iroha) ". ";
}
.fareruletext .farerulelist--iroha > li .indenttext {
  padding-left: 0.5em;
}
.fareruletext .farerulelist--numhan {
  counter-reset: fa_numhan 0;
  padding-left: 0.5em;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .fareruletext .farerulelist--numhan {
    padding-left: 0em;
  }
}
.fareruletext .farerulelist--numhan > li {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.fareruletext .farerulelist--numhan > li:before {
  counter-increment: fa_numhan 1;
  content: counter(fa_numhan) "）";
}
.fareruletext .farerulelist--numsingle {
  counter-reset: fa_numsingle 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.fareruletext .farerulelist--numsingle > li {
  padding-left: 1.5em;
}
.fareruletext .farerulelist--numsingle > li:before {
  counter-increment: fa_numsingle 1;
  content: counter(fa_numsingle);
}
.fareruletext .table {
  margin-top: 10px;
  margin-bottom: 10px;
}
.fareruletext .table th,
.fareruletext .table td {
  line-height: 1.8;
  padding: 10px 20px;
}
@media screen and (max-width: 480px) {
  .fareruletext .table th,
  .fareruletext .table td {
    line-height: 1.2;
    padding: 5px;
  }
}
.fareruletext .table.fixtable {
  table-layout: fixed;
}
.fareruletext .table.fixtable th,
.fareruletext .table.fixtable td {
  padding: 10px;
}
.fareruletext .table.fixtable tr:first-child th {
  padding: 15px 10px;
}
img.nofix {
  width: auto;
}
.underline {
  text-decoration: underline;
}
.spOnly {
  display: none;
}
@media screen and (max-width: 480px) {
  .spOnly {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .pcOnly {
    display: none;
  }
}
.ac {
  text-align: center;
}
.al {
  text-align: left;
}
.ar {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.bold p {
  font-weight: bold;
}
.indent {
  margin-left: 1em;
}
.indentList li {
  margin-left: 1em;
  text-indent: -1em;
}
.en .indentList li {
  margin-bottom: 20px;
}
.circleList {
  margin-left: 1em;
}
.circleList li {
  position: relative;
  padding-left: 1em;
}
.circleList li:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
}
.indentInIndent {
  margin-left: 2em;
  margin-top: 1em;
  text-indent: 0;
}
.textStyles h1,
.textStyles h2,
.textStyles h3,
.textStyles h4,
.textStyles h5 {
  margin-bottom: 1em;
}
.textStyles div,
.textStyles p {
  margin-bottom: 1em;
}
.dlStyle dt,
.dlStyle dd {
  float: left;
  margin-top: 10px;
}
.dlStyle dt {
  clear: left;
  font-size: 1.4rem;
  width: 73px;
  border: 1px solid #294da5;
  text-align: center;
  line-height: 1.2;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #294da5;
  background: #fff;
}
.dlStyle dd {
  width: calc(100% - 90px);
  padding-left: 15px;
}
.dlStyle:after {
  content: "";
  display: block;
  clear: both;
}
.caption {
  font-size: 1.4rem;
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  .caption {
    text-align: left;
  }
}
.ls2 {
  letter-spacing: 0.2em;
}
.bg--gray {
  background-color: #ebf0f2;
}
.bg--gray--dark {
  background-color: #bfcdd3;
}
.bg--green {
  background-color: #e8f6d1;
}
.bg--blue {
  background-color: #d7f0fb;
}
.bg--white {
  background-color: #fff;
}
.color--blue {
  color: #294da5;
}
.color--red {
  color: #e12000;
}
.color--black {
  color: #000;
}
.css--block {
  display: block;
}
.css--iblock {
  display: inline-block;
}
.css--none {
  display: none;
}
.css--blockCenter {
  margin-left: auto;
  margin-right: auto;
}
.css--posA {
  position: absolute;
}
.css--posR {
  position: relative;
}
.css--posS {
  position: static;
}
.js--accordionContent {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab--js--accordionContent {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sp--js--accordionContent {
    display: none;
  }
}
[data-fontsize="1"] {
  font-size: 1px;
}
[data-fontsize="2"] {
  font-size: 2px;
}
[data-fontsize="3"] {
  font-size: 3px;
}
[data-fontsize="4"] {
  font-size: 4px;
}
[data-fontsize="5"] {
  font-size: 5px;
}
[data-fontsize="6"] {
  font-size: 6px;
}
[data-fontsize="7"] {
  font-size: 7px;
}
[data-fontsize="8"] {
  font-size: 8px;
}
[data-fontsize="9"] {
  font-size: 9px;
}
[data-fontsize="10"] {
  font-size: 10px;
}
[data-fontsize="11"] {
  font-size: 11px;
}
[data-fontsize="12"] {
  font-size: 12px;
}
[data-fontsize="13"] {
  font-size: 13px;
}
[data-fontsize="14"] {
  font-size: 14px;
}
[data-fontsize="15"] {
  font-size: 15px;
}
[data-fontsize="16"] {
  font-size: 16px;
}
[data-fontsize="17"] {
  font-size: 17px;
}
[data-fontsize="18"] {
  font-size: 18px;
}
[data-fontsize="19"] {
  font-size: 19px;
}
[data-fontsize="20"] {
  font-size: 20px;
}
[data-fontsize="21"] {
  font-size: 21px;
}
[data-fontsize="22"] {
  font-size: 22px;
}
[data-fontsize="23"] {
  font-size: 23px;
}
[data-fontsize="24"] {
  font-size: 24px;
}
[data-fontsize="25"] {
  font-size: 25px;
}
[data-fontsize="26"] {
  font-size: 26px;
}
[data-fontsize="27"] {
  font-size: 27px;
}
[data-fontsize="28"] {
  font-size: 28px;
}
[data-fontsize="29"] {
  font-size: 29px;
}
[data-fontsize="30"] {
  font-size: 30px;
}
[data-fontsize="31"] {
  font-size: 31px;
}
[data-fontsize="32"] {
  font-size: 32px;
}
[data-fontsize="33"] {
  font-size: 33px;
}
[data-fontsize="34"] {
  font-size: 34px;
}
[data-fontsize="35"] {
  font-size: 35px;
}
[data-fontsize="36"] {
  font-size: 36px;
}
[data-fontsize="37"] {
  font-size: 37px;
}
[data-fontsize="38"] {
  font-size: 38px;
}
[data-fontsize="39"] {
  font-size: 39px;
}
[data-fontsize="40"] {
  font-size: 40px;
}
[data-radius="1"] {
  border-radius: 1px;
}
[data-radius="2"] {
  border-radius: 2px;
}
[data-radius="3"] {
  border-radius: 3px;
}
[data-radius="4"] {
  border-radius: 4px;
}
[data-radius="5"] {
  border-radius: 5px;
}
[data-radius="6"] {
  border-radius: 6px;
}
[data-radius="7"] {
  border-radius: 7px;
}
[data-radius="8"] {
  border-radius: 8px;
}
[data-radius="9"] {
  border-radius: 9px;
}
[data-radius="10"] {
  border-radius: 10px;
}
[data-radius="11"] {
  border-radius: 11px;
}
[data-radius="12"] {
  border-radius: 12px;
}
[data-radius="13"] {
  border-radius: 13px;
}
[data-radius="14"] {
  border-radius: 14px;
}
[data-radius="15"] {
  border-radius: 15px;
}
[data-radius="16"] {
  border-radius: 16px;
}
[data-radius="17"] {
  border-radius: 17px;
}
[data-radius="18"] {
  border-radius: 18px;
}
[data-radius="19"] {
  border-radius: 19px;
}
[data-radius="20"] {
  border-radius: 20px;
}
[data-radius="21"] {
  border-radius: 21px;
}
[data-radius="22"] {
  border-radius: 22px;
}
[data-radius="23"] {
  border-radius: 23px;
}
[data-radius="24"] {
  border-radius: 24px;
}
[data-radius="25"] {
  border-radius: 25px;
}
[data-radius="26"] {
  border-radius: 26px;
}
[data-radius="27"] {
  border-radius: 27px;
}
[data-radius="28"] {
  border-radius: 28px;
}
[data-radius="29"] {
  border-radius: 29px;
}
[data-radius="30"] {
  border-radius: 30px;
}
[data-radius="31"] {
  border-radius: 31px;
}
[data-radius="32"] {
  border-radius: 32px;
}
[data-radius="33"] {
  border-radius: 33px;
}
[data-radius="34"] {
  border-radius: 34px;
}
[data-radius="35"] {
  border-radius: 35px;
}
[data-radius="36"] {
  border-radius: 36px;
}
[data-radius="37"] {
  border-radius: 37px;
}
[data-radius="38"] {
  border-radius: 38px;
}
[data-radius="39"] {
  border-radius: 39px;
}
[data-radius="40"] {
  border-radius: 40px;
}
[data-radius="41"] {
  border-radius: 41px;
}
[data-radius="42"] {
  border-radius: 42px;
}
[data-radius="43"] {
  border-radius: 43px;
}
[data-radius="44"] {
  border-radius: 44px;
}
[data-radius="45"] {
  border-radius: 45px;
}
[data-radius="46"] {
  border-radius: 46px;
}
[data-radius="47"] {
  border-radius: 47px;
}
[data-radius="48"] {
  border-radius: 48px;
}
[data-radius="49"] {
  border-radius: 49px;
}
[data-radius="50"] {
  border-radius: 50px;
}
[data-radius="51"] {
  border-radius: 51px;
}
[data-radius="52"] {
  border-radius: 52px;
}
[data-radius="53"] {
  border-radius: 53px;
}
[data-radius="54"] {
  border-radius: 54px;
}
[data-radius="55"] {
  border-radius: 55px;
}
[data-radius="56"] {
  border-radius: 56px;
}
[data-radius="57"] {
  border-radius: 57px;
}
[data-radius="58"] {
  border-radius: 58px;
}
[data-radius="59"] {
  border-radius: 59px;
}
[data-radius="60"] {
  border-radius: 60px;
}
[data-radius="61"] {
  border-radius: 61px;
}
[data-radius="62"] {
  border-radius: 62px;
}
[data-radius="63"] {
  border-radius: 63px;
}
[data-radius="64"] {
  border-radius: 64px;
}
[data-radius="65"] {
  border-radius: 65px;
}
[data-radius="66"] {
  border-radius: 66px;
}
[data-radius="67"] {
  border-radius: 67px;
}
[data-radius="68"] {
  border-radius: 68px;
}
[data-radius="69"] {
  border-radius: 69px;
}
[data-radius="70"] {
  border-radius: 70px;
}
[data-radius="71"] {
  border-radius: 71px;
}
[data-radius="72"] {
  border-radius: 72px;
}
[data-radius="73"] {
  border-radius: 73px;
}
[data-radius="74"] {
  border-radius: 74px;
}
[data-radius="75"] {
  border-radius: 75px;
}
[data-radius="76"] {
  border-radius: 76px;
}
[data-radius="77"] {
  border-radius: 77px;
}
[data-radius="78"] {
  border-radius: 78px;
}
[data-radius="79"] {
  border-radius: 79px;
}
[data-radius="80"] {
  border-radius: 80px;
}
[data-radius="81"] {
  border-radius: 81px;
}
[data-radius="82"] {
  border-radius: 82px;
}
[data-radius="83"] {
  border-radius: 83px;
}
[data-radius="84"] {
  border-radius: 84px;
}
[data-radius="85"] {
  border-radius: 85px;
}
[data-radius="86"] {
  border-radius: 86px;
}
[data-radius="87"] {
  border-radius: 87px;
}
[data-radius="88"] {
  border-radius: 88px;
}
[data-radius="89"] {
  border-radius: 89px;
}
[data-radius="90"] {
  border-radius: 90px;
}
[data-radius="91"] {
  border-radius: 91px;
}
[data-radius="92"] {
  border-radius: 92px;
}
[data-radius="93"] {
  border-radius: 93px;
}
[data-radius="94"] {
  border-radius: 94px;
}
[data-radius="95"] {
  border-radius: 95px;
}
[data-radius="96"] {
  border-radius: 96px;
}
[data-radius="97"] {
  border-radius: 97px;
}
[data-radius="98"] {
  border-radius: 98px;
}
[data-radius="99"] {
  border-radius: 99px;
}
[data-radius="100"] {
  border-radius: 100px;
}
.mt5 {
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  .mt5 {
    margin-top: 2.5px;
  }
}
.mr5 {
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  .mr5 {
    margin-right: 2.5px;
  }
}
.mb5 {
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .mb5 {
    margin-bottom: 2.5px;
  }
}
.ml5 {
  margin-left: 5px;
}
@media screen and (max-width: 480px) {
  .ml5 {
    margin-left: 2.5px;
  }
}
.pt5 {
  padding-top: 5px;
}
@media screen and (max-width: 480px) {
  .pt5 {
    padding-top: 2.5px;
  }
}
.pr5 {
  padding-right: 5px;
}
@media screen and (max-width: 480px) {
  .pr5 {
    padding-right: 2.5px;
  }
}
.pb5 {
  padding-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .pb5 {
    padding-bottom: 2.5px;
  }
}
.pl5 {
  padding-left: 5px;
}
@media screen and (max-width: 480px) {
  .pl5 {
    padding-left: 2.5px;
  }
}
.mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .mt10 {
    margin-top: 5px;
  }
}
.mr10 {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .mr10 {
    margin-right: 5px;
  }
}
.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .mb10 {
    margin-bottom: 5px;
  }
}
.ml10 {
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  .ml10 {
    margin-left: 5px;
  }
}
.pt10 {
  padding-top: 10px;
}
@media screen and (max-width: 480px) {
  .pt10 {
    padding-top: 5px;
  }
}
.pr10 {
  padding-right: 10px;
}
@media screen and (max-width: 480px) {
  .pr10 {
    padding-right: 5px;
  }
}
.pb10 {
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .pb10 {
    padding-bottom: 5px;
  }
}
.pl10 {
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  .pl10 {
    padding-left: 5px;
  }
}
.mt15 {
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .mt15 {
    margin-top: 7.5px;
  }
}
.mr15 {
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .mr15 {
    margin-right: 7.5px;
  }
}
.mb15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .mb15 {
    margin-bottom: 7.5px;
  }
}
.ml15 {
  margin-left: 15px;
}
@media screen and (max-width: 480px) {
  .ml15 {
    margin-left: 7.5px;
  }
}
.pt15 {
  padding-top: 15px;
}
@media screen and (max-width: 480px) {
  .pt15 {
    padding-top: 7.5px;
  }
}
.pr15 {
  padding-right: 15px;
}
@media screen and (max-width: 480px) {
  .pr15 {
    padding-right: 7.5px;
  }
}
.pb15 {
  padding-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .pb15 {
    padding-bottom: 7.5px;
  }
}
.pl15 {
  padding-left: 15px;
}
@media screen and (max-width: 480px) {
  .pl15 {
    padding-left: 7.5px;
  }
}
.mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .mt20 {
    margin-top: 10px;
  }
}
.mr20 {
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .mr20 {
    margin-right: 10px;
  }
}
.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .mb20 {
    margin-bottom: 10px;
  }
}
.ml20 {
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .ml20 {
    margin-left: 10px;
  }
}
.pt20 {
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .pt20 {
    padding-top: 10px;
  }
}
.pr20 {
  padding-right: 20px;
}
@media screen and (max-width: 480px) {
  .pr20 {
    padding-right: 10px;
  }
}
.pb20 {
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .pb20 {
    padding-bottom: 10px;
  }
}
.pl20 {
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  .pl20 {
    padding-left: 10px;
  }
}
.mt25 {
  margin-top: 25px;
}
@media screen and (max-width: 480px) {
  .mt25 {
    margin-top: 12.5px;
  }
}
.mr25 {
  margin-right: 25px;
}
@media screen and (max-width: 480px) {
  .mr25 {
    margin-right: 12.5px;
  }
}
.mb25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .mb25 {
    margin-bottom: 12.5px;
  }
}
.ml25 {
  margin-left: 25px;
}
@media screen and (max-width: 480px) {
  .ml25 {
    margin-left: 12.5px;
  }
}
.pt25 {
  padding-top: 25px;
}
@media screen and (max-width: 480px) {
  .pt25 {
    padding-top: 12.5px;
  }
}
.pr25 {
  padding-right: 25px;
}
@media screen and (max-width: 480px) {
  .pr25 {
    padding-right: 12.5px;
  }
}
.pb25 {
  padding-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .pb25 {
    padding-bottom: 12.5px;
  }
}
.pl25 {
  padding-left: 25px;
}
@media screen and (max-width: 480px) {
  .pl25 {
    padding-left: 12.5px;
  }
}
.mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .mt30 {
    margin-top: 15px;
  }
}
.mr30 {
  margin-right: 30px;
}
@media screen and (max-width: 480px) {
  .mr30 {
    margin-right: 15px;
  }
}
.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .mb30 {
    margin-bottom: 15px;
  }
}
.ml30 {
  margin-left: 30px;
}
@media screen and (max-width: 480px) {
  .ml30 {
    margin-left: 15px;
  }
}
.pt30 {
  padding-top: 30px;
}
@media screen and (max-width: 480px) {
  .pt30 {
    padding-top: 15px;
  }
}
.pr30 {
  padding-right: 30px;
}
@media screen and (max-width: 480px) {
  .pr30 {
    padding-right: 15px;
  }
}
.pb30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .pb30 {
    padding-bottom: 15px;
  }
}
.pl30 {
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .pl30 {
    padding-left: 15px;
  }
}
.mt35 {
  margin-top: 35px;
}
@media screen and (max-width: 480px) {
  .mt35 {
    margin-top: 17.5px;
  }
}
.mr35 {
  margin-right: 35px;
}
@media screen and (max-width: 480px) {
  .mr35 {
    margin-right: 17.5px;
  }
}
.mb35 {
  margin-bottom: 35px;
}
@media screen and (max-width: 480px) {
  .mb35 {
    margin-bottom: 17.5px;
  }
}
.ml35 {
  margin-left: 35px;
}
@media screen and (max-width: 480px) {
  .ml35 {
    margin-left: 17.5px;
  }
}
.pt35 {
  padding-top: 35px;
}
@media screen and (max-width: 480px) {
  .pt35 {
    padding-top: 17.5px;
  }
}
.pr35 {
  padding-right: 35px;
}
@media screen and (max-width: 480px) {
  .pr35 {
    padding-right: 17.5px;
  }
}
.pb35 {
  padding-bottom: 35px;
}
@media screen and (max-width: 480px) {
  .pb35 {
    padding-bottom: 17.5px;
  }
}
.pl35 {
  padding-left: 35px;
}
@media screen and (max-width: 480px) {
  .pl35 {
    padding-left: 17.5px;
  }
}
.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .mt40 {
    margin-top: 20px;
  }
}
.mr40 {
  margin-right: 40px;
}
@media screen and (max-width: 480px) {
  .mr40 {
    margin-right: 20px;
  }
}
.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .mb40 {
    margin-bottom: 20px;
  }
}
.ml40 {
  margin-left: 40px;
}
@media screen and (max-width: 480px) {
  .ml40 {
    margin-left: 20px;
  }
}
.pt40 {
  padding-top: 40px;
}
@media screen and (max-width: 480px) {
  .pt40 {
    padding-top: 20px;
  }
}
.pr40 {
  padding-right: 40px;
}
@media screen and (max-width: 480px) {
  .pr40 {
    padding-right: 20px;
  }
}
.pb40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .pb40 {
    padding-bottom: 20px;
  }
}
.pl40 {
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  .pl40 {
    padding-left: 20px;
  }
}
.mt45 {
  margin-top: 45px;
}
@media screen and (max-width: 480px) {
  .mt45 {
    margin-top: 22.5px;
  }
}
.mr45 {
  margin-right: 45px;
}
@media screen and (max-width: 480px) {
  .mr45 {
    margin-right: 22.5px;
  }
}
.mb45 {
  margin-bottom: 45px;
}
@media screen and (max-width: 480px) {
  .mb45 {
    margin-bottom: 22.5px;
  }
}
.ml45 {
  margin-left: 45px;
}
@media screen and (max-width: 480px) {
  .ml45 {
    margin-left: 22.5px;
  }
}
.pt45 {
  padding-top: 45px;
}
@media screen and (max-width: 480px) {
  .pt45 {
    padding-top: 22.5px;
  }
}
.pr45 {
  padding-right: 45px;
}
@media screen and (max-width: 480px) {
  .pr45 {
    padding-right: 22.5px;
  }
}
.pb45 {
  padding-bottom: 45px;
}
@media screen and (max-width: 480px) {
  .pb45 {
    padding-bottom: 22.5px;
  }
}
.pl45 {
  padding-left: 45px;
}
@media screen and (max-width: 480px) {
  .pl45 {
    padding-left: 22.5px;
  }
}
.mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .mt50 {
    margin-top: 25px;
  }
}
.mr50 {
  margin-right: 50px;
}
@media screen and (max-width: 480px) {
  .mr50 {
    margin-right: 25px;
  }
}
.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .mb50 {
    margin-bottom: 25px;
  }
}
.ml50 {
  margin-left: 50px;
}
@media screen and (max-width: 480px) {
  .ml50 {
    margin-left: 25px;
  }
}
.pt50 {
  padding-top: 50px;
}
@media screen and (max-width: 480px) {
  .pt50 {
    padding-top: 25px;
  }
}
.pr50 {
  padding-right: 50px;
}
@media screen and (max-width: 480px) {
  .pr50 {
    padding-right: 25px;
  }
}
.pb50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .pb50 {
    padding-bottom: 25px;
  }
}
.pl50 {
  padding-left: 50px;
}
@media screen and (max-width: 480px) {
  .pl50 {
    padding-left: 25px;
  }
}
.mt55 {
  margin-top: 55px;
}
@media screen and (max-width: 480px) {
  .mt55 {
    margin-top: 27.5px;
  }
}
.mr55 {
  margin-right: 55px;
}
@media screen and (max-width: 480px) {
  .mr55 {
    margin-right: 27.5px;
  }
}
.mb55 {
  margin-bottom: 55px;
}
@media screen and (max-width: 480px) {
  .mb55 {
    margin-bottom: 27.5px;
  }
}
.ml55 {
  margin-left: 55px;
}
@media screen and (max-width: 480px) {
  .ml55 {
    margin-left: 27.5px;
  }
}
.pt55 {
  padding-top: 55px;
}
@media screen and (max-width: 480px) {
  .pt55 {
    padding-top: 27.5px;
  }
}
.pr55 {
  padding-right: 55px;
}
@media screen and (max-width: 480px) {
  .pr55 {
    padding-right: 27.5px;
  }
}
.pb55 {
  padding-bottom: 55px;
}
@media screen and (max-width: 480px) {
  .pb55 {
    padding-bottom: 27.5px;
  }
}
.pl55 {
  padding-left: 55px;
}
@media screen and (max-width: 480px) {
  .pl55 {
    padding-left: 27.5px;
  }
}
.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .mt60 {
    margin-top: 30px;
  }
}
.mr60 {
  margin-right: 60px;
}
@media screen and (max-width: 480px) {
  .mr60 {
    margin-right: 30px;
  }
}
.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .mb60 {
    margin-bottom: 30px;
  }
}
.ml60 {
  margin-left: 60px;
}
@media screen and (max-width: 480px) {
  .ml60 {
    margin-left: 30px;
  }
}
.pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 480px) {
  .pt60 {
    padding-top: 30px;
  }
}
.pr60 {
  padding-right: 60px;
}
@media screen and (max-width: 480px) {
  .pr60 {
    padding-right: 30px;
  }
}
.pb60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .pb60 {
    padding-bottom: 30px;
  }
}
.pl60 {
  padding-left: 60px;
}
@media screen and (max-width: 480px) {
  .pl60 {
    padding-left: 30px;
  }
}
.mt65 {
  margin-top: 65px;
}
@media screen and (max-width: 480px) {
  .mt65 {
    margin-top: 32.5px;
  }
}
.mr65 {
  margin-right: 65px;
}
@media screen and (max-width: 480px) {
  .mr65 {
    margin-right: 32.5px;
  }
}
.mb65 {
  margin-bottom: 65px;
}
@media screen and (max-width: 480px) {
  .mb65 {
    margin-bottom: 32.5px;
  }
}
.ml65 {
  margin-left: 65px;
}
@media screen and (max-width: 480px) {
  .ml65 {
    margin-left: 32.5px;
  }
}
.pt65 {
  padding-top: 65px;
}
@media screen and (max-width: 480px) {
  .pt65 {
    padding-top: 32.5px;
  }
}
.pr65 {
  padding-right: 65px;
}
@media screen and (max-width: 480px) {
  .pr65 {
    padding-right: 32.5px;
  }
}
.pb65 {
  padding-bottom: 65px;
}
@media screen and (max-width: 480px) {
  .pb65 {
    padding-bottom: 32.5px;
  }
}
.pl65 {
  padding-left: 65px;
}
@media screen and (max-width: 480px) {
  .pl65 {
    padding-left: 32.5px;
  }
}
.mt70 {
  margin-top: 70px;
}
@media screen and (max-width: 480px) {
  .mt70 {
    margin-top: 35px;
  }
}
.mr70 {
  margin-right: 70px;
}
@media screen and (max-width: 480px) {
  .mr70 {
    margin-right: 35px;
  }
}
.mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .mb70 {
    margin-bottom: 35px;
  }
}
.ml70 {
  margin-left: 70px;
}
@media screen and (max-width: 480px) {
  .ml70 {
    margin-left: 35px;
  }
}
.pt70 {
  padding-top: 70px;
}
@media screen and (max-width: 480px) {
  .pt70 {
    padding-top: 35px;
  }
}
.pr70 {
  padding-right: 70px;
}
@media screen and (max-width: 480px) {
  .pr70 {
    padding-right: 35px;
  }
}
.pb70 {
  padding-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .pb70 {
    padding-bottom: 35px;
  }
}
.pl70 {
  padding-left: 70px;
}
@media screen and (max-width: 480px) {
  .pl70 {
    padding-left: 35px;
  }
}
.mt75 {
  margin-top: 75px;
}
@media screen and (max-width: 480px) {
  .mt75 {
    margin-top: 37.5px;
  }
}
.mr75 {
  margin-right: 75px;
}
@media screen and (max-width: 480px) {
  .mr75 {
    margin-right: 37.5px;
  }
}
.mb75 {
  margin-bottom: 75px;
}
@media screen and (max-width: 480px) {
  .mb75 {
    margin-bottom: 37.5px;
  }
}
.ml75 {
  margin-left: 75px;
}
@media screen and (max-width: 480px) {
  .ml75 {
    margin-left: 37.5px;
  }
}
.pt75 {
  padding-top: 75px;
}
@media screen and (max-width: 480px) {
  .pt75 {
    padding-top: 37.5px;
  }
}
.pr75 {
  padding-right: 75px;
}
@media screen and (max-width: 480px) {
  .pr75 {
    padding-right: 37.5px;
  }
}
.pb75 {
  padding-bottom: 75px;
}
@media screen and (max-width: 480px) {
  .pb75 {
    padding-bottom: 37.5px;
  }
}
.pl75 {
  padding-left: 75px;
}
@media screen and (max-width: 480px) {
  .pl75 {
    padding-left: 37.5px;
  }
}
.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  .mt80 {
    margin-top: 40px;
  }
}
.mr80 {
  margin-right: 80px;
}
@media screen and (max-width: 480px) {
  .mr80 {
    margin-right: 40px;
  }
}
.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .mb80 {
    margin-bottom: 40px;
  }
}
.ml80 {
  margin-left: 80px;
}
@media screen and (max-width: 480px) {
  .ml80 {
    margin-left: 40px;
  }
}
.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 480px) {
  .pt80 {
    padding-top: 40px;
  }
}
.pr80 {
  padding-right: 80px;
}
@media screen and (max-width: 480px) {
  .pr80 {
    padding-right: 40px;
  }
}
.pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .pb80 {
    padding-bottom: 40px;
  }
}
.pl80 {
  padding-left: 80px;
}
@media screen and (max-width: 480px) {
  .pl80 {
    padding-left: 40px;
  }
}
.mt85 {
  margin-top: 85px;
}
@media screen and (max-width: 480px) {
  .mt85 {
    margin-top: 42.5px;
  }
}
.mr85 {
  margin-right: 85px;
}
@media screen and (max-width: 480px) {
  .mr85 {
    margin-right: 42.5px;
  }
}
.mb85 {
  margin-bottom: 85px;
}
@media screen and (max-width: 480px) {
  .mb85 {
    margin-bottom: 42.5px;
  }
}
.ml85 {
  margin-left: 85px;
}
@media screen and (max-width: 480px) {
  .ml85 {
    margin-left: 42.5px;
  }
}
.pt85 {
  padding-top: 85px;
}
@media screen and (max-width: 480px) {
  .pt85 {
    padding-top: 42.5px;
  }
}
.pr85 {
  padding-right: 85px;
}
@media screen and (max-width: 480px) {
  .pr85 {
    padding-right: 42.5px;
  }
}
.pb85 {
  padding-bottom: 85px;
}
@media screen and (max-width: 480px) {
  .pb85 {
    padding-bottom: 42.5px;
  }
}
.pl85 {
  padding-left: 85px;
}
@media screen and (max-width: 480px) {
  .pl85 {
    padding-left: 42.5px;
  }
}
.mt90 {
  margin-top: 90px;
}
@media screen and (max-width: 480px) {
  .mt90 {
    margin-top: 45px;
  }
}
.mr90 {
  margin-right: 90px;
}
@media screen and (max-width: 480px) {
  .mr90 {
    margin-right: 45px;
  }
}
.mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 480px) {
  .mb90 {
    margin-bottom: 45px;
  }
}
.ml90 {
  margin-left: 90px;
}
@media screen and (max-width: 480px) {
  .ml90 {
    margin-left: 45px;
  }
}
.pt90 {
  padding-top: 90px;
}
@media screen and (max-width: 480px) {
  .pt90 {
    padding-top: 45px;
  }
}
.pr90 {
  padding-right: 90px;
}
@media screen and (max-width: 480px) {
  .pr90 {
    padding-right: 45px;
  }
}
.pb90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 480px) {
  .pb90 {
    padding-bottom: 45px;
  }
}
.pl90 {
  padding-left: 90px;
}
@media screen and (max-width: 480px) {
  .pl90 {
    padding-left: 45px;
  }
}
.mt95 {
  margin-top: 95px;
}
@media screen and (max-width: 480px) {
  .mt95 {
    margin-top: 47.5px;
  }
}
.mr95 {
  margin-right: 95px;
}
@media screen and (max-width: 480px) {
  .mr95 {
    margin-right: 47.5px;
  }
}
.mb95 {
  margin-bottom: 95px;
}
@media screen and (max-width: 480px) {
  .mb95 {
    margin-bottom: 47.5px;
  }
}
.ml95 {
  margin-left: 95px;
}
@media screen and (max-width: 480px) {
  .ml95 {
    margin-left: 47.5px;
  }
}
.pt95 {
  padding-top: 95px;
}
@media screen and (max-width: 480px) {
  .pt95 {
    padding-top: 47.5px;
  }
}
.pr95 {
  padding-right: 95px;
}
@media screen and (max-width: 480px) {
  .pr95 {
    padding-right: 47.5px;
  }
}
.pb95 {
  padding-bottom: 95px;
}
@media screen and (max-width: 480px) {
  .pb95 {
    padding-bottom: 47.5px;
  }
}
.pl95 {
  padding-left: 95px;
}
@media screen and (max-width: 480px) {
  .pl95 {
    padding-left: 47.5px;
  }
}
.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  .mt100 {
    margin-top: 50px;
  }
}
.mr100 {
  margin-right: 100px;
}
@media screen and (max-width: 480px) {
  .mr100 {
    margin-right: 50px;
  }
}
.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .mb100 {
    margin-bottom: 50px;
  }
}
.ml100 {
  margin-left: 100px;
}
@media screen and (max-width: 480px) {
  .ml100 {
    margin-left: 50px;
  }
}
.pt100 {
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .pt100 {
    padding-top: 50px;
  }
}
.pr100 {
  padding-right: 100px;
}
@media screen and (max-width: 480px) {
  .pr100 {
    padding-right: 50px;
  }
}
.pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .pb100 {
    padding-bottom: 50px;
  }
}
.pl100 {
  padding-left: 100px;
}
@media screen and (max-width: 480px) {
  .pl100 {
    padding-left: 50px;
  }
}
.mt105 {
  margin-top: 105px;
}
@media screen and (max-width: 480px) {
  .mt105 {
    margin-top: 52.5px;
  }
}
.mr105 {
  margin-right: 105px;
}
@media screen and (max-width: 480px) {
  .mr105 {
    margin-right: 52.5px;
  }
}
.mb105 {
  margin-bottom: 105px;
}
@media screen and (max-width: 480px) {
  .mb105 {
    margin-bottom: 52.5px;
  }
}
.ml105 {
  margin-left: 105px;
}
@media screen and (max-width: 480px) {
  .ml105 {
    margin-left: 52.5px;
  }
}
.pt105 {
  padding-top: 105px;
}
@media screen and (max-width: 480px) {
  .pt105 {
    padding-top: 52.5px;
  }
}
.pr105 {
  padding-right: 105px;
}
@media screen and (max-width: 480px) {
  .pr105 {
    padding-right: 52.5px;
  }
}
.pb105 {
  padding-bottom: 105px;
}
@media screen and (max-width: 480px) {
  .pb105 {
    padding-bottom: 52.5px;
  }
}
.pl105 {
  padding-left: 105px;
}
@media screen and (max-width: 480px) {
  .pl105 {
    padding-left: 52.5px;
  }
}
.mt110 {
  margin-top: 110px;
}
@media screen and (max-width: 480px) {
  .mt110 {
    margin-top: 55px;
  }
}
.mr110 {
  margin-right: 110px;
}
@media screen and (max-width: 480px) {
  .mr110 {
    margin-right: 55px;
  }
}
.mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 480px) {
  .mb110 {
    margin-bottom: 55px;
  }
}
.ml110 {
  margin-left: 110px;
}
@media screen and (max-width: 480px) {
  .ml110 {
    margin-left: 55px;
  }
}
.pt110 {
  padding-top: 110px;
}
@media screen and (max-width: 480px) {
  .pt110 {
    padding-top: 55px;
  }
}
.pr110 {
  padding-right: 110px;
}
@media screen and (max-width: 480px) {
  .pr110 {
    padding-right: 55px;
  }
}
.pb110 {
  padding-bottom: 110px;
}
@media screen and (max-width: 480px) {
  .pb110 {
    padding-bottom: 55px;
  }
}
.pl110 {
  padding-left: 110px;
}
@media screen and (max-width: 480px) {
  .pl110 {
    padding-left: 55px;
  }
}
.mt115 {
  margin-top: 115px;
}
@media screen and (max-width: 480px) {
  .mt115 {
    margin-top: 57.5px;
  }
}
.mr115 {
  margin-right: 115px;
}
@media screen and (max-width: 480px) {
  .mr115 {
    margin-right: 57.5px;
  }
}
.mb115 {
  margin-bottom: 115px;
}
@media screen and (max-width: 480px) {
  .mb115 {
    margin-bottom: 57.5px;
  }
}
.ml115 {
  margin-left: 115px;
}
@media screen and (max-width: 480px) {
  .ml115 {
    margin-left: 57.5px;
  }
}
.pt115 {
  padding-top: 115px;
}
@media screen and (max-width: 480px) {
  .pt115 {
    padding-top: 57.5px;
  }
}
.pr115 {
  padding-right: 115px;
}
@media screen and (max-width: 480px) {
  .pr115 {
    padding-right: 57.5px;
  }
}
.pb115 {
  padding-bottom: 115px;
}
@media screen and (max-width: 480px) {
  .pb115 {
    padding-bottom: 57.5px;
  }
}
.pl115 {
  padding-left: 115px;
}
@media screen and (max-width: 480px) {
  .pl115 {
    padding-left: 57.5px;
  }
}
.mt120 {
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  .mt120 {
    margin-top: 60px;
  }
}
.mr120 {
  margin-right: 120px;
}
@media screen and (max-width: 480px) {
  .mr120 {
    margin-right: 60px;
  }
}
.mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 480px) {
  .mb120 {
    margin-bottom: 60px;
  }
}
.ml120 {
  margin-left: 120px;
}
@media screen and (max-width: 480px) {
  .ml120 {
    margin-left: 60px;
  }
}
.pt120 {
  padding-top: 120px;
}
@media screen and (max-width: 480px) {
  .pt120 {
    padding-top: 60px;
  }
}
.pr120 {
  padding-right: 120px;
}
@media screen and (max-width: 480px) {
  .pr120 {
    padding-right: 60px;
  }
}
.pb120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 480px) {
  .pb120 {
    padding-bottom: 60px;
  }
}
.pl120 {
  padding-left: 120px;
}
@media screen and (max-width: 480px) {
  .pl120 {
    padding-left: 60px;
  }
}
.mt125 {
  margin-top: 125px;
}
@media screen and (max-width: 480px) {
  .mt125 {
    margin-top: 62.5px;
  }
}
.mr125 {
  margin-right: 125px;
}
@media screen and (max-width: 480px) {
  .mr125 {
    margin-right: 62.5px;
  }
}
.mb125 {
  margin-bottom: 125px;
}
@media screen and (max-width: 480px) {
  .mb125 {
    margin-bottom: 62.5px;
  }
}
.ml125 {
  margin-left: 125px;
}
@media screen and (max-width: 480px) {
  .ml125 {
    margin-left: 62.5px;
  }
}
.pt125 {
  padding-top: 125px;
}
@media screen and (max-width: 480px) {
  .pt125 {
    padding-top: 62.5px;
  }
}
.pr125 {
  padding-right: 125px;
}
@media screen and (max-width: 480px) {
  .pr125 {
    padding-right: 62.5px;
  }
}
.pb125 {
  padding-bottom: 125px;
}
@media screen and (max-width: 480px) {
  .pb125 {
    padding-bottom: 62.5px;
  }
}
.pl125 {
  padding-left: 125px;
}
@media screen and (max-width: 480px) {
  .pl125 {
    padding-left: 62.5px;
  }
}
.mt130 {
  margin-top: 130px;
}
@media screen and (max-width: 480px) {
  .mt130 {
    margin-top: 65px;
  }
}
.mr130 {
  margin-right: 130px;
}
@media screen and (max-width: 480px) {
  .mr130 {
    margin-right: 65px;
  }
}
.mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 480px) {
  .mb130 {
    margin-bottom: 65px;
  }
}
.ml130 {
  margin-left: 130px;
}
@media screen and (max-width: 480px) {
  .ml130 {
    margin-left: 65px;
  }
}
.pt130 {
  padding-top: 130px;
}
@media screen and (max-width: 480px) {
  .pt130 {
    padding-top: 65px;
  }
}
.pr130 {
  padding-right: 130px;
}
@media screen and (max-width: 480px) {
  .pr130 {
    padding-right: 65px;
  }
}
.pb130 {
  padding-bottom: 130px;
}
@media screen and (max-width: 480px) {
  .pb130 {
    padding-bottom: 65px;
  }
}
.pl130 {
  padding-left: 130px;
}
@media screen and (max-width: 480px) {
  .pl130 {
    padding-left: 65px;
  }
}
.mt135 {
  margin-top: 135px;
}
@media screen and (max-width: 480px) {
  .mt135 {
    margin-top: 67.5px;
  }
}
.mr135 {
  margin-right: 135px;
}
@media screen and (max-width: 480px) {
  .mr135 {
    margin-right: 67.5px;
  }
}
.mb135 {
  margin-bottom: 135px;
}
@media screen and (max-width: 480px) {
  .mb135 {
    margin-bottom: 67.5px;
  }
}
.ml135 {
  margin-left: 135px;
}
@media screen and (max-width: 480px) {
  .ml135 {
    margin-left: 67.5px;
  }
}
.pt135 {
  padding-top: 135px;
}
@media screen and (max-width: 480px) {
  .pt135 {
    padding-top: 67.5px;
  }
}
.pr135 {
  padding-right: 135px;
}
@media screen and (max-width: 480px) {
  .pr135 {
    padding-right: 67.5px;
  }
}
.pb135 {
  padding-bottom: 135px;
}
@media screen and (max-width: 480px) {
  .pb135 {
    padding-bottom: 67.5px;
  }
}
.pl135 {
  padding-left: 135px;
}
@media screen and (max-width: 480px) {
  .pl135 {
    padding-left: 67.5px;
  }
}
.mt140 {
  margin-top: 140px;
}
@media screen and (max-width: 480px) {
  .mt140 {
    margin-top: 70px;
  }
}
.mr140 {
  margin-right: 140px;
}
@media screen and (max-width: 480px) {
  .mr140 {
    margin-right: 70px;
  }
}
.mb140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 480px) {
  .mb140 {
    margin-bottom: 70px;
  }
}
.ml140 {
  margin-left: 140px;
}
@media screen and (max-width: 480px) {
  .ml140 {
    margin-left: 70px;
  }
}
.pt140 {
  padding-top: 140px;
}
@media screen and (max-width: 480px) {
  .pt140 {
    padding-top: 70px;
  }
}
.pr140 {
  padding-right: 140px;
}
@media screen and (max-width: 480px) {
  .pr140 {
    padding-right: 70px;
  }
}
.pb140 {
  padding-bottom: 140px;
}
@media screen and (max-width: 480px) {
  .pb140 {
    padding-bottom: 70px;
  }
}
.pl140 {
  padding-left: 140px;
}
@media screen and (max-width: 480px) {
  .pl140 {
    padding-left: 70px;
  }
}
.mt145 {
  margin-top: 145px;
}
@media screen and (max-width: 480px) {
  .mt145 {
    margin-top: 72.5px;
  }
}
.mr145 {
  margin-right: 145px;
}
@media screen and (max-width: 480px) {
  .mr145 {
    margin-right: 72.5px;
  }
}
.mb145 {
  margin-bottom: 145px;
}
@media screen and (max-width: 480px) {
  .mb145 {
    margin-bottom: 72.5px;
  }
}
.ml145 {
  margin-left: 145px;
}
@media screen and (max-width: 480px) {
  .ml145 {
    margin-left: 72.5px;
  }
}
.pt145 {
  padding-top: 145px;
}
@media screen and (max-width: 480px) {
  .pt145 {
    padding-top: 72.5px;
  }
}
.pr145 {
  padding-right: 145px;
}
@media screen and (max-width: 480px) {
  .pr145 {
    padding-right: 72.5px;
  }
}
.pb145 {
  padding-bottom: 145px;
}
@media screen and (max-width: 480px) {
  .pb145 {
    padding-bottom: 72.5px;
  }
}
.pl145 {
  padding-left: 145px;
}
@media screen and (max-width: 480px) {
  .pl145 {
    padding-left: 72.5px;
  }
}
.mt150 {
  margin-top: 150px;
}
@media screen and (max-width: 480px) {
  .mt150 {
    margin-top: 75px;
  }
}
.mr150 {
  margin-right: 150px;
}
@media screen and (max-width: 480px) {
  .mr150 {
    margin-right: 75px;
  }
}
.mb150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 480px) {
  .mb150 {
    margin-bottom: 75px;
  }
}
.ml150 {
  margin-left: 150px;
}
@media screen and (max-width: 480px) {
  .ml150 {
    margin-left: 75px;
  }
}
.pt150 {
  padding-top: 150px;
}
@media screen and (max-width: 480px) {
  .pt150 {
    padding-top: 75px;
  }
}
.pr150 {
  padding-right: 150px;
}
@media screen and (max-width: 480px) {
  .pr150 {
    padding-right: 75px;
  }
}
.pb150 {
  padding-bottom: 150px;
}
@media screen and (max-width: 480px) {
  .pb150 {
    padding-bottom: 75px;
  }
}
.pl150 {
  padding-left: 150px;
}
@media screen and (max-width: 480px) {
  .pl150 {
    padding-left: 75px;
  }
}
.mt155 {
  margin-top: 155px;
}
@media screen and (max-width: 480px) {
  .mt155 {
    margin-top: 77.5px;
  }
}
.mr155 {
  margin-right: 155px;
}
@media screen and (max-width: 480px) {
  .mr155 {
    margin-right: 77.5px;
  }
}
.mb155 {
  margin-bottom: 155px;
}
@media screen and (max-width: 480px) {
  .mb155 {
    margin-bottom: 77.5px;
  }
}
.ml155 {
  margin-left: 155px;
}
@media screen and (max-width: 480px) {
  .ml155 {
    margin-left: 77.5px;
  }
}
.pt155 {
  padding-top: 155px;
}
@media screen and (max-width: 480px) {
  .pt155 {
    padding-top: 77.5px;
  }
}
.pr155 {
  padding-right: 155px;
}
@media screen and (max-width: 480px) {
  .pr155 {
    padding-right: 77.5px;
  }
}
.pb155 {
  padding-bottom: 155px;
}
@media screen and (max-width: 480px) {
  .pb155 {
    padding-bottom: 77.5px;
  }
}
.pl155 {
  padding-left: 155px;
}
@media screen and (max-width: 480px) {
  .pl155 {
    padding-left: 77.5px;
  }
}
.mt160 {
  margin-top: 160px;
}
@media screen and (max-width: 480px) {
  .mt160 {
    margin-top: 80px;
  }
}
.mr160 {
  margin-right: 160px;
}
@media screen and (max-width: 480px) {
  .mr160 {
    margin-right: 80px;
  }
}
.mb160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 480px) {
  .mb160 {
    margin-bottom: 80px;
  }
}
.ml160 {
  margin-left: 160px;
}
@media screen and (max-width: 480px) {
  .ml160 {
    margin-left: 80px;
  }
}
.pt160 {
  padding-top: 160px;
}
@media screen and (max-width: 480px) {
  .pt160 {
    padding-top: 80px;
  }
}
.pr160 {
  padding-right: 160px;
}
@media screen and (max-width: 480px) {
  .pr160 {
    padding-right: 80px;
  }
}
.pb160 {
  padding-bottom: 160px;
}
@media screen and (max-width: 480px) {
  .pb160 {
    padding-bottom: 80px;
  }
}
.pl160 {
  padding-left: 160px;
}
@media screen and (max-width: 480px) {
  .pl160 {
    padding-left: 80px;
  }
}
.mt165 {
  margin-top: 165px;
}
@media screen and (max-width: 480px) {
  .mt165 {
    margin-top: 82.5px;
  }
}
.mr165 {
  margin-right: 165px;
}
@media screen and (max-width: 480px) {
  .mr165 {
    margin-right: 82.5px;
  }
}
.mb165 {
  margin-bottom: 165px;
}
@media screen and (max-width: 480px) {
  .mb165 {
    margin-bottom: 82.5px;
  }
}
.ml165 {
  margin-left: 165px;
}
@media screen and (max-width: 480px) {
  .ml165 {
    margin-left: 82.5px;
  }
}
.pt165 {
  padding-top: 165px;
}
@media screen and (max-width: 480px) {
  .pt165 {
    padding-top: 82.5px;
  }
}
.pr165 {
  padding-right: 165px;
}
@media screen and (max-width: 480px) {
  .pr165 {
    padding-right: 82.5px;
  }
}
.pb165 {
  padding-bottom: 165px;
}
@media screen and (max-width: 480px) {
  .pb165 {
    padding-bottom: 82.5px;
  }
}
.pl165 {
  padding-left: 165px;
}
@media screen and (max-width: 480px) {
  .pl165 {
    padding-left: 82.5px;
  }
}
.mt170 {
  margin-top: 170px;
}
@media screen and (max-width: 480px) {
  .mt170 {
    margin-top: 85px;
  }
}
.mr170 {
  margin-right: 170px;
}
@media screen and (max-width: 480px) {
  .mr170 {
    margin-right: 85px;
  }
}
.mb170 {
  margin-bottom: 170px;
}
@media screen and (max-width: 480px) {
  .mb170 {
    margin-bottom: 85px;
  }
}
.ml170 {
  margin-left: 170px;
}
@media screen and (max-width: 480px) {
  .ml170 {
    margin-left: 85px;
  }
}
.pt170 {
  padding-top: 170px;
}
@media screen and (max-width: 480px) {
  .pt170 {
    padding-top: 85px;
  }
}
.pr170 {
  padding-right: 170px;
}
@media screen and (max-width: 480px) {
  .pr170 {
    padding-right: 85px;
  }
}
.pb170 {
  padding-bottom: 170px;
}
@media screen and (max-width: 480px) {
  .pb170 {
    padding-bottom: 85px;
  }
}
.pl170 {
  padding-left: 170px;
}
@media screen and (max-width: 480px) {
  .pl170 {
    padding-left: 85px;
  }
}
.mt175 {
  margin-top: 175px;
}
@media screen and (max-width: 480px) {
  .mt175 {
    margin-top: 87.5px;
  }
}
.mr175 {
  margin-right: 175px;
}
@media screen and (max-width: 480px) {
  .mr175 {
    margin-right: 87.5px;
  }
}
.mb175 {
  margin-bottom: 175px;
}
@media screen and (max-width: 480px) {
  .mb175 {
    margin-bottom: 87.5px;
  }
}
.ml175 {
  margin-left: 175px;
}
@media screen and (max-width: 480px) {
  .ml175 {
    margin-left: 87.5px;
  }
}
.pt175 {
  padding-top: 175px;
}
@media screen and (max-width: 480px) {
  .pt175 {
    padding-top: 87.5px;
  }
}
.pr175 {
  padding-right: 175px;
}
@media screen and (max-width: 480px) {
  .pr175 {
    padding-right: 87.5px;
  }
}
.pb175 {
  padding-bottom: 175px;
}
@media screen and (max-width: 480px) {
  .pb175 {
    padding-bottom: 87.5px;
  }
}
.pl175 {
  padding-left: 175px;
}
@media screen and (max-width: 480px) {
  .pl175 {
    padding-left: 87.5px;
  }
}
.mt180 {
  margin-top: 180px;
}
@media screen and (max-width: 480px) {
  .mt180 {
    margin-top: 90px;
  }
}
.mr180 {
  margin-right: 180px;
}
@media screen and (max-width: 480px) {
  .mr180 {
    margin-right: 90px;
  }
}
.mb180 {
  margin-bottom: 180px;
}
@media screen and (max-width: 480px) {
  .mb180 {
    margin-bottom: 90px;
  }
}
.ml180 {
  margin-left: 180px;
}
@media screen and (max-width: 480px) {
  .ml180 {
    margin-left: 90px;
  }
}
.pt180 {
  padding-top: 180px;
}
@media screen and (max-width: 480px) {
  .pt180 {
    padding-top: 90px;
  }
}
.pr180 {
  padding-right: 180px;
}
@media screen and (max-width: 480px) {
  .pr180 {
    padding-right: 90px;
  }
}
.pb180 {
  padding-bottom: 180px;
}
@media screen and (max-width: 480px) {
  .pb180 {
    padding-bottom: 90px;
  }
}
.pl180 {
  padding-left: 180px;
}
@media screen and (max-width: 480px) {
  .pl180 {
    padding-left: 90px;
  }
}
.mt185 {
  margin-top: 185px;
}
@media screen and (max-width: 480px) {
  .mt185 {
    margin-top: 92.5px;
  }
}
.mr185 {
  margin-right: 185px;
}
@media screen and (max-width: 480px) {
  .mr185 {
    margin-right: 92.5px;
  }
}
.mb185 {
  margin-bottom: 185px;
}
@media screen and (max-width: 480px) {
  .mb185 {
    margin-bottom: 92.5px;
  }
}
.ml185 {
  margin-left: 185px;
}
@media screen and (max-width: 480px) {
  .ml185 {
    margin-left: 92.5px;
  }
}
.pt185 {
  padding-top: 185px;
}
@media screen and (max-width: 480px) {
  .pt185 {
    padding-top: 92.5px;
  }
}
.pr185 {
  padding-right: 185px;
}
@media screen and (max-width: 480px) {
  .pr185 {
    padding-right: 92.5px;
  }
}
.pb185 {
  padding-bottom: 185px;
}
@media screen and (max-width: 480px) {
  .pb185 {
    padding-bottom: 92.5px;
  }
}
.pl185 {
  padding-left: 185px;
}
@media screen and (max-width: 480px) {
  .pl185 {
    padding-left: 92.5px;
  }
}
.mt190 {
  margin-top: 190px;
}
@media screen and (max-width: 480px) {
  .mt190 {
    margin-top: 95px;
  }
}
.mr190 {
  margin-right: 190px;
}
@media screen and (max-width: 480px) {
  .mr190 {
    margin-right: 95px;
  }
}
.mb190 {
  margin-bottom: 190px;
}
@media screen and (max-width: 480px) {
  .mb190 {
    margin-bottom: 95px;
  }
}
.ml190 {
  margin-left: 190px;
}
@media screen and (max-width: 480px) {
  .ml190 {
    margin-left: 95px;
  }
}
.pt190 {
  padding-top: 190px;
}
@media screen and (max-width: 480px) {
  .pt190 {
    padding-top: 95px;
  }
}
.pr190 {
  padding-right: 190px;
}
@media screen and (max-width: 480px) {
  .pr190 {
    padding-right: 95px;
  }
}
.pb190 {
  padding-bottom: 190px;
}
@media screen and (max-width: 480px) {
  .pb190 {
    padding-bottom: 95px;
  }
}
.pl190 {
  padding-left: 190px;
}
@media screen and (max-width: 480px) {
  .pl190 {
    padding-left: 95px;
  }
}
.mt195 {
  margin-top: 195px;
}
@media screen and (max-width: 480px) {
  .mt195 {
    margin-top: 97.5px;
  }
}
.mr195 {
  margin-right: 195px;
}
@media screen and (max-width: 480px) {
  .mr195 {
    margin-right: 97.5px;
  }
}
.mb195 {
  margin-bottom: 195px;
}
@media screen and (max-width: 480px) {
  .mb195 {
    margin-bottom: 97.5px;
  }
}
.ml195 {
  margin-left: 195px;
}
@media screen and (max-width: 480px) {
  .ml195 {
    margin-left: 97.5px;
  }
}
.pt195 {
  padding-top: 195px;
}
@media screen and (max-width: 480px) {
  .pt195 {
    padding-top: 97.5px;
  }
}
.pr195 {
  padding-right: 195px;
}
@media screen and (max-width: 480px) {
  .pr195 {
    padding-right: 97.5px;
  }
}
.pb195 {
  padding-bottom: 195px;
}
@media screen and (max-width: 480px) {
  .pb195 {
    padding-bottom: 97.5px;
  }
}
.pl195 {
  padding-left: 195px;
}
@media screen and (max-width: 480px) {
  .pl195 {
    padding-left: 97.5px;
  }
}
.mt200 {
  margin-top: 200px;
}
@media screen and (max-width: 480px) {
  .mt200 {
    margin-top: 100px;
  }
}
.mr200 {
  margin-right: 200px;
}
@media screen and (max-width: 480px) {
  .mr200 {
    margin-right: 100px;
  }
}
.mb200 {
  margin-bottom: 200px;
}
@media screen and (max-width: 480px) {
  .mb200 {
    margin-bottom: 100px;
  }
}
.ml200 {
  margin-left: 200px;
}
@media screen and (max-width: 480px) {
  .ml200 {
    margin-left: 100px;
  }
}
.pt200 {
  padding-top: 200px;
}
@media screen and (max-width: 480px) {
  .pt200 {
    padding-top: 100px;
  }
}
.pr200 {
  padding-right: 200px;
}
@media screen and (max-width: 480px) {
  .pr200 {
    padding-right: 100px;
  }
}
.pb200 {
  padding-bottom: 200px;
}
@media screen and (max-width: 480px) {
  .pb200 {
    padding-bottom: 100px;
  }
}
.pl200 {
  padding-left: 200px;
}
@media screen and (max-width: 480px) {
  .pl200 {
    padding-left: 100px;
  }
}
[data-width="1"] {
  max-width: 10px;
}
[data-width="2"] {
  max-width: 20px;
}
[data-width="3"] {
  max-width: 30px;
}
[data-width="4"] {
  max-width: 40px;
}
[data-width="5"] {
  max-width: 50px;
}
[data-width="6"] {
  max-width: 60px;
}
[data-width="7"] {
  max-width: 70px;
}
[data-width="8"] {
  max-width: 80px;
}
[data-width="9"] {
  max-width: 90px;
}
[data-width="10"] {
  max-width: 100px;
}
[data-width="11"] {
  max-width: 110px;
}
[data-width="12"] {
  max-width: 120px;
}
[data-width="13"] {
  max-width: 130px;
}
[data-width="14"] {
  max-width: 140px;
}
[data-width="15"] {
  max-width: 150px;
}
[data-width="16"] {
  max-width: 160px;
}
[data-width="17"] {
  max-width: 170px;
}
[data-width="18"] {
  max-width: 180px;
}
[data-width="19"] {
  max-width: 190px;
}
[data-width="20"] {
  max-width: 200px;
}
[data-width="21"] {
  max-width: 210px;
}
[data-width="22"] {
  max-width: 220px;
}
[data-width="23"] {
  max-width: 230px;
}
[data-width="24"] {
  max-width: 240px;
}
[data-width="25"] {
  max-width: 250px;
}
[data-width="26"] {
  max-width: 260px;
}
[data-width="27"] {
  max-width: 270px;
}
[data-width="28"] {
  max-width: 280px;
}
[data-width="29"] {
  max-width: 290px;
}
[data-width="30"] {
  max-width: 300px;
}
[data-width="31"] {
  max-width: 310px;
}
[data-width="32"] {
  max-width: 320px;
}
[data-width="33"] {
  max-width: 330px;
}
[data-width="34"] {
  max-width: 340px;
}
[data-width="35"] {
  max-width: 350px;
}
[data-width="36"] {
  max-width: 360px;
}
[data-width="37"] {
  max-width: 370px;
}
[data-width="38"] {
  max-width: 380px;
}
[data-width="39"] {
  max-width: 390px;
}
[data-width="40"] {
  max-width: 400px;
}
[data-width="41"] {
  max-width: 410px;
}
[data-width="42"] {
  max-width: 420px;
}
[data-width="43"] {
  max-width: 430px;
}
[data-width="44"] {
  max-width: 440px;
}
[data-width="45"] {
  max-width: 450px;
}
[data-width="46"] {
  max-width: 460px;
}
[data-width="47"] {
  max-width: 470px;
}
[data-width="48"] {
  max-width: 480px;
}
[data-width="49"] {
  max-width: 490px;
}
[data-width="50"] {
  max-width: 500px;
}
[data-width="51"] {
  max-width: 510px;
}
[data-width="52"] {
  max-width: 520px;
}
[data-width="53"] {
  max-width: 530px;
}
[data-width="54"] {
  max-width: 540px;
}
[data-width="55"] {
  max-width: 550px;
}
[data-width="56"] {
  max-width: 560px;
}
[data-width="57"] {
  max-width: 570px;
}
[data-width="58"] {
  max-width: 580px;
}
[data-width="59"] {
  max-width: 590px;
}
[data-width="60"] {
  max-width: 600px;
}
[data-width="61"] {
  max-width: 610px;
}
[data-width="62"] {
  max-width: 620px;
}
[data-width="63"] {
  max-width: 630px;
}
[data-width="64"] {
  max-width: 640px;
}
[data-width="65"] {
  max-width: 650px;
}
[data-width="66"] {
  max-width: 660px;
}
[data-width="67"] {
  max-width: 670px;
}
[data-width="68"] {
  max-width: 680px;
}
[data-width="69"] {
  max-width: 690px;
}
[data-width="70"] {
  max-width: 700px;
}
[data-width="71"] {
  max-width: 710px;
}
[data-width="72"] {
  max-width: 720px;
}
[data-width="73"] {
  max-width: 730px;
}
[data-width="74"] {
  max-width: 740px;
}
[data-width="75"] {
  max-width: 750px;
}
[data-width="76"] {
  max-width: 760px;
}
[data-width="77"] {
  max-width: 770px;
}
[data-width="78"] {
  max-width: 780px;
}
[data-width="79"] {
  max-width: 790px;
}
[data-width="80"] {
  max-width: 800px;
}
[data-width="81"] {
  max-width: 810px;
}
[data-width="82"] {
  max-width: 820px;
}
[data-width="83"] {
  max-width: 830px;
}
[data-width="84"] {
  max-width: 840px;
}
[data-width="85"] {
  max-width: 850px;
}
[data-width="86"] {
  max-width: 860px;
}
[data-width="87"] {
  max-width: 870px;
}
[data-width="88"] {
  max-width: 880px;
}
[data-width="89"] {
  max-width: 890px;
}
[data-width="90"] {
  max-width: 900px;
}
[data-width="91"] {
  max-width: 910px;
}
[data-width="92"] {
  max-width: 920px;
}
[data-width="93"] {
  max-width: 930px;
}
[data-width="94"] {
  max-width: 940px;
}
[data-width="95"] {
  max-width: 950px;
}
[data-width="96"] {
  max-width: 960px;
}
[data-width="97"] {
  max-width: 970px;
}
[data-width="98"] {
  max-width: 980px;
}
[data-width="99"] {
  max-width: 990px;
}
[data-width="100"] {
  max-width: 1000px;
}

.list--assist li {
  margin-top: 20px;
}
.list--assist li a {
  display: flex;
  height: 100%;
  padding: 15px 25px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  align-items: center;
  line-height: 1.2;
  justify-content: flex-start;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .list--assist li a {
    padding-right: 20px;
  }
}

.btn--black {
  background-color: #ebf0f2;
  color: #000;
  font-weight: bold;
  transition: all 0.3s;
}
.btn--black:hover {
  opacity: 0.7;
}
.btn--black.btn--shadow {
  box-shadow: 3px 3px 0px 0px rgba(102, 102, 102, 0.3);
}

.icon--arrowBottom--black:before {
  content: "\e900";
  color: #707070;
}

.img--assist--pc {
  display: block;

  @media screen and (max-width: 480px) {
    display: none;
  }
}

.img--assist--sp {
  display: none;

  @media screen and (max-width: 480px) {
    display: block;
  }
}

.box--assist {
  border: 2px solid #707070;

  &.--blue {
    border-color: #294da5;
  }
}

.assist--text {
  p + p {
    margin-top: 1em;
  }
}

.contactGuide__title--black {
  color: #000;
  text-align: center;
  font-size: 16px;
}

.contactGuide--btn--black {
  background-color: #ebf0f2;
  color: #000;
  border: 1px solid #294da5;
  font-size: 18px;
  text-align: center;

  a {
    text-decoration: none;
    color: #000;
  }
}

.btn--assist {
  width: 100%;
  max-width: 450px;
  padding: 15px 35px;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 25px;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  position: relative;

  i {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  @media screen and (max-width: 480px) {
    width: 100%;
    font-size: 23px;
    simulator__capacity__item
    i {
      right: 15px;
    }
  }
}

.assist--row {
  display: flex;

  @media screen and (max-width: 480px) {
    display: block;
  }
}

.assist--row--head {
  width: 14%;

  @media screen and (max-width: 480px) {
    width: 100%;
  }
}
