@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Magnific Popup CSS */
@import "lib/magnific-popup.css";
body {
  overflow-y: auto;
}
@media only screen and (max-width: 750px) {
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
  }
}

/* -----------------------------------------------------------

header

----------------------------------------------------------- */
/* #tpl-header
----------------------------------------------------------- */
#tpl-header {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  width: 100%;
  height: 145px;
  min-width: 1200px;
  border-bottom: 1px solid #cccccc;
  background-color: #fff;
  z-index: 1000;
}
@media only screen and (max-width: 750px) {
  #tpl-header {
    height: 100px;
    min-width: 320px;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    padding-bottom: 0;
  }
}
#tpl-header .tpl-inner-wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #tpl-header .tpl-inner-wrap {
    width: 100%;
  }
}

body.fs-top-20231001 header#tpl-header {
  height: auto;
}

/* #header-contents
----------------------------------------------------------- */
#header-contents {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  letter-spacing: 0;
  /* humberger menu animation */
}
@media only screen and (max-width: 750px) {
  #header-contents {
    height: 50px;
    border-bottom: 1px solid #cfcfcf;
    align-items: center;
    margin-bottom: 0;
  }
}
#header-contents .logo {
  width: 200px;
  height: 87px;
  background: url(/assets/common/img/logo.png) left top no-repeat;
}
@media only screen and (max-width: 750px) {
  #header-contents .logo {
    width: 259px;
    background: url(/assets/common/img/logo_sp.png) left center no-repeat;
    background-size: contain;
    height: 12px;
    margin: 0;
    margin-left: 10px;
  }
}
#header-contents .logo a {
  display: block;
  height: 100%;
}
#header-contents .logo span {
  visibility: hidden;
}
@media only screen and (max-width: 750px) {
  #header-contents .header-right {
    display: none;
  }
}
#header-contents .header-right-top {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding-top: 15px;
  padding-bottom: 2px;
}
#header-contents .header-right .header-items .upper {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
#header-contents .header-right .header-items #sizeChanger {
  background: none;
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  #header-contents .header-right .header-items #sizeChanger {
    display: none;
  }
}
#header-contents .header-right .header-items #sizeChanger dt, #header-contents .header-right .header-items #sizeChanger dd {
  float: none;
  padding: 0;
  margin: 0;
}
#header-contents .header-right .header-items #sizeChanger dt {
  font-size: 13px;
  margin-right: 10px;
  white-space: nowrap;
  text-align: center;
}
#header-contents .header-right .header-items #sizeChanger dd {
  width: 32px;
  height: 30px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 9999px;
  overflow: hidden;
  box-sizing: border-box;
}
#header-contents .header-right .header-items #sizeChanger dd a {
  background: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100% !important;
  height: 100% !important;
  /* flex */
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: initial;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
}
#header-contents .header-right .header-items #sizeChanger dd a.textresizer-active {
  background-color: #666;
  color: #fff;
  border-radius: 50%;
}
#header-contents .header-right .header-items #sizeChanger dd#sizeM {
  border-right: none;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
}
#header-contents .header-right .header-items #sizeChanger dd#sizeM a.textresizer-active {
  border-left: none;
}
#header-contents .header-right .header-items #sizeChanger dd#sizeL {
  border-left: none;
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
}
#header-contents .header-right .header-items #sizeChanger dd#sizeL a.textresizer-active {
  border-right: none;
}
#header-contents .header-right .header-items .select-wrap {
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 140px;
  text-align: center;
  position: relative;
  border: 1px solid #CCCCCC;
  border-radius: 9999px;
  background: #ffffff;
  margin-right: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  #header-contents .header-right .header-items .select-wrap {
    display: none;
  }
}
#header-contents .header-right .header-items .select-wrap select {
  width: 100%;
  height: 28px;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px 10px 6px;
  font-size: 11px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}
#header-contents .header-right .header-items .select-wrap select::-ms-expand {
  display: none;
}
#header-contents .header-right .header-items .select-wrap::before {
  position: absolute;
  top: 0.8em;
  right: 10px;
  width: 4px;
  height: 4px;
  padding: 0;
  content: "";
  border-bottom: 1px solid #464646;
  border-right: 1px solid #464646;
  pointer-events: none;
  transform: rotate(45deg);
}
#header-contents .header-right .header-items .select-wrap .select_language {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  pointer-events: none;
}
#header-contents .header-right .header-items .select-wrap .select_language p {
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  height: 100%;
  display: flex;
  align-items: center;
}
#header-contents .header-right .header-items .select-wrap .select_language p::before {
  position: absolute;
  top: 0.8em;
  right: 10px;
  width: 4px;
  height: 4px;
  padding: 0;
  content: "";
  border-bottom: 1px solid #464646;
  border-right: 1px solid #464646;
  pointer-events: none;
  transform: rotate(45deg);
}
#header-contents .header-right .header-items #search {
  margin: 0;
  padding: 0;
  height: 30px;
  width: 200px;
  border: 1px solid #cccccc;
  border-radius: 9999px;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  #header-contents .header-right .header-items #search {
    display: none;
  }
}
#header-contents .header-right .header-items #search form {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: visible;
  height: 100%;
}
#header-contents .header-right .header-items #search input[type=text] {
  float: none;
  width: 165px;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  padding-left: 10px;
  margin: 0;
  border: none;
  font-size: 12px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  outline: none;
}
#header-contents .header-right .header-items #search input[type=text]:focus {
  background: none;
}
#header-contents .header-right .header-items #search input[type=submit] {
  background-color: transparent;
  background-image: url(/assets/common/img/icon_search-submit.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 35px !important;
  height: 100% !important;
  float: none;
  outline: none;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}
#header-contents .header-right .header-items #search .mf_finder_searchBox_items {
  padding: 0;
}
#header-contents .header-right .header-items #search .mf_finder_searchBox_useSelects,
#header-contents .header-right .header-items #search .mf_finder_container,
#header-contents .header-right .header-items #search .mf_finder_searchBox_items_wrapper,
#header-contents .header-right .header-items #search .mf_finder_searchBox_items,
#header-contents .header-right .header-items #search .mf_finder_searchBox_query_wrap {
  height: 100%;
}
#header-contents .header-right .header-items #search .mf_finder_searchBox_query_input {
  min-height: auto;
}
#header-contents .header-right .header-items #search .mf_finder_searchBox_submit {
  border-radius: 0;
  background-color: transparent;
  color: black;
  padding: 0;
  font-size: 13px;
  width: 35px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  #header-contents .header-right .header-items .group {
    display: none;
  }
}
#header-contents .header-right .header-items .group a {
  transition: opacity 0.4s;
  opacity: 1;
}
#header-contents .header-right .header-items .group a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 750px) {
  #header-contents .header-right .header-items .group a:hover {
    opacity: 1;
  }
}
#header-contents .header-right .header-items .sunflower-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0070C0;
  height: 100%;
  color: white;
  transition-property: opacity;
  transition-duration: 0.4s;
  padding: 0 15px;
  font-size: 13px;
  border-radius: 9999px;
}
#header-contents .header-right .header-items .sunflower-btn a:hover {
  text-decoration: none;
  opacity: 0.6;
}
#header-contents .header-right .header-items .link-list {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 13px;
  padding-right: 30px;
  margin-right: 30px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #CCCCCC;
}
@media only screen and (max-width: 750px) {
  #header-contents .header-right .header-items .link-list {
    display: none;
  }
}
#header-contents .header-right .header-items .link-list li {
  position: relative;
  padding-left: 13px;
  margin-left: 20px;
}
#header-contents .header-right .header-items .link-list li:first-child {
  margin-left: 0;
}
#header-contents .header-right .header-items .link-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  border-right: 2px solid #ef7a00;
  border-bottom: 2px solid #ef7a00;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
#header-contents .header-right .header-items .link-list a {
  text-decoration: none;
  letter-spacing: 0.04em;
  color: #000;
  font-weight: 500;
}
#header-contents .header-right .header-items .link-list a:hover {
  text-decoration: underline;
}
#header-contents .header-right .header-items .lower {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header-contents .header-right .header_btn_wrap {
  display: flex;
  column-gap: 10px;
  height: 30px;
}
#header-contents .header-right .header_btn_wrap > * {
  height: 100%;
}
@media only screen and (max-width: 750px) {
  #header-contents .header-right .travel {
    display: none;
  }
}
#header-contents .header-right .travel a {
  background-color: #0070C0;
  width: 100%;
  height: 100%;
  /* flex */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s;
  opacity: 1;
  color: white;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 13px;
  border-radius: 9999px;
}
#header-contents .header-right .travel a:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media only screen and (max-width: 750px) {
  #header-contents .header-right .travel a:hover {
    opacity: 1;
  }
}
#header-contents .header-right .travel a img {
  width: 128px;
  height: auto;
}
#header-contents .header-right .travel a strong {
  font-weight: initial;
}
#header-contents .header-right .header_btn_wrap_bottom {
  display: flex;
  column-gap: 10px;
}
@media only screen and (max-width: 750px) {
  #header-contents .header-right .header_btn_wrap_bottom > * {
    display: none;
  }
}
#header-contents .header-right .header_btn_wrap_bottom > * a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: #EF7A00;
  color: white;
  transition: opacity 0.4s;
  opacity: 1;
  padding: 0 15px;
  font-size: 13px;
  border-radius: 9999px;
  box-sizing: border-box;
}
#header-contents .header-right .header_btn_wrap_bottom > * a span {
  display: block;
  height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
#header-contents .header-right .header_btn_wrap_bottom > * a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 750px) {
  #header-contents .header-right .header_btn_wrap_bottom > * a:hover {
    opacity: 1;
  }
}
#header-contents .header-right .header_btn_wrap_bottom .group a span {
  padding-left: 17px;
  background-image: url(/assets/common/img/btn_group_icon.png);
}
#header-contents .header-right .header_btn_wrap_bottom .cargo a span {
  padding-left: 25px;
  background-image: url(/assets/common/img/btn_cargo_icon.png);
}
#header-contents #header-route-status {
  display: none;
}
@media only screen and (max-width: 750px) {
  #header-contents #header-route-status {
    display: block;
    height: 100%;
  }
}
#header-contents #header-route-status .status-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 4px;
  height: 100%;
  color: inherit;
}
#header-contents #header-route-status .status-btn:hover {
  text-decoration: none;
}
#header-contents #header-route-status .status-mark {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#header-contents #header-route-status .status-mark.on {
  width: 25px;
  height: 25px;
  background-image: url(/assets/common/img/icon_on_header.png);
}
#header-contents #header-route-status .status-mark.change {
  width: 26px;
  height: 22px;
  background-image: url(/assets/common/img/icon_change.png);
}
#header-contents #header-route-status .status-mark.stop {
  width: 20px;
  height: 20px;
  background-image: url(/assets/common/img/icon_stop.png);
}
#header-contents #header-route-status .status-text {
  font-size: 9px;
  line-height: 1;
}
#header-contents #humbgr {
  display: none;
}
@media only screen and (max-width: 750px) {
  #header-contents #humbgr {
    display: block;
    background-color: #105f8f;
    width: 50px;
    height: 50px;
    cursor: pointer;
    outline: none;
    text-align: center;
    border-bottom: 1px solid #cfcfcf;
  }
  #header-contents #humbgr::after {
    display: block;
    text-align: center;
    content: "メニュー";
    font-size: 9px;
    color: #fff;
    white-space: nowrap;
    line-height: 1;
    margin-top: 3px;
  }
  #header-contents #humbgr .bars {
    width: 16px;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block;
    transition: all 0.4s;
    margin-top: 12px;
  }
  #header-contents #humbgr .bars span {
    background-color: #fff;
    height: 2px;
    width: 16px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
  }
  #header-contents #humbgr .bars span:nth-of-type(1) {
    top: 0;
  }
  #header-contents #humbgr .bars span:nth-of-type(2) {
    top: 5px;
  }
  #header-contents #humbgr .bars span:nth-of-type(3) {
    bottom: 0px;
  }
  #header-contents #humbgr.active::after {
    content: "閉じる";
    font-size: 9px;
    color: #fff;
  }
}
#header-contents #humbgr span.bar:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(5px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(5px) rotate(45deg);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#header-contents #humbgr span.bar:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}
#header-contents #humbgr span.bar:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-5px) rotate(-45deg);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#header-contents #humbgr.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(45deg);
  }
}
#header-contents #humbgr.active span:nth-of-type(2) {
  opacity: 0;
}
#header-contents #humbgr.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(-5px) rotate(-45deg);
  }
}

/* #gnav
----------------------------------------------------------- */
#gnav {
  /* big pulldown
  ----------------------------- */
}
@media only screen and (max-width: 750px) {
  #gnav {
    display: none;
  }
}
#gnav .gnav-list {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
#gnav .gnav-list > li {
  flex-grow: 1;
  height: 56px;
  position: relative;
}
#gnav .gnav-list > li:last-child a {
  margin-right: 1px;
}
#gnav .gnav-list > li:last-child::after {
  content: "";
  display: inline-block;
  height: 28px;
  width: 1px;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#gnav .gnav-list > li::before {
  content: "";
  display: inline-block;
  height: 28px;
  width: 1px;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#gnav .gnav-list > li > a {
  font-size: 16px;
  text-align: center;
  /* flex */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  height: 56px;
  margin-left: 1px;
  color: #000;
  pointer-events: none;
  cursor: default;
}
#gnav .gnav-list > li:hover > a {
  background-color: #e45426;
  color: #fff;
}
#gnav .gnav-list > li:hover > a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #e45526 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -7px;
  z-index: 1000;
}
#gnav .gnav-list > li:hover .bigpull .inner:before {
  display: block;
}
#gnav .bigpull {
  position: fixed;
  top: 143px;
  overflow: hidden;
  left: 0;
  width: 100%;
  background-color: #f4f4f4;
  display: none;
}
#gnav .bigpull .inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 50px;
  position: relative;
}
#gnav .bigpull a {
  color: #000;
}
#gnav .bigpull .acd-icon {
  display: none;
}
#gnav .bigpull .route-list {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#gnav .bigpull .route-list li {
  width: 300px;
}
#gnav .bigpull .route-list li dl dt {
  line-height: 1;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
  margin-bottom: 15px;
}
#gnav .bigpull .route-list li dl dt span {
  font-size: 16px;
}
#gnav .bigpull .route-list li dl dt i {
  display: inline-block;
  vertical-align: top;
  width: 33px;
  height: 8px;
  margin-top: 0.37em;
  background: url(/assets/common/img/icon_lr_arrow.png) center center no-repeat;
}
#gnav .bigpull .route-list li dl dd ul li {
  position: relative;
  padding-left: 15px;
}
#gnav .bigpull .route-list li dl dd ul li:nth-child(n+2) {
  margin-top: 10px;
}
#gnav .bigpull .route-list li dl dd ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-right: 2px solid #ef7a00;
  border-bottom: 2px solid #ef7a00;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
#gnav .bigpull .route-list li dl dd ul li a {
  font-size: 16px;
  font-weight: 300;
}
#gnav .bigpull .route-list li dl dd .ship-name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1em;
}
#gnav .bigpull .route-list li dl dd .ship-name span {
  font-weight: normal;
  font-size: 13px;
}
#gnav .bigpull .access-list {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
#gnav .bigpull .access-list li {
  width: 33.33%;
}
#gnav .bigpull .access-list li .img a {
  transition: opacity 0.4s;
  opacity: 1;
}
#gnav .bigpull .access-list li .img a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 750px) {
  #gnav .bigpull .access-list li .img a:hover {
    opacity: 1;
  }
}
#gnav .bigpull .access-list li figcaption {
  margin-top: 15px;
}
#gnav .bigpull .access-list li figcaption a {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
#gnav .bigpull .access-list li figcaption a::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-right: 2px solid #ef7a00;
  border-bottom: 2px solid #ef7a00;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
#gnav .bigpull .book-list {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  letter-spacing: normal;
}
#gnav .bigpull .book-list li {
  width: 50%;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}
#gnav .bigpull .book-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-right: 2px solid #ef7a00;
  border-bottom: 2px solid #ef7a00;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
#gnav .bigpull .book-list li:nth-child(n+3) {
  margin-top: 10px;
}
#gnav .bigpull .book-list li a {
  font-size: 16px;
  font-weight: 400;
}
#gnav .bigpull .voyage-list {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  letter-spacing: normal;
}
#gnav .bigpull .voyage-list li {
  width: 33.33%;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}
#gnav .bigpull .voyage-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-right: 2px solid #ef7a00;
  border-bottom: 2px solid #ef7a00;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
#gnav .bigpull .voyage-list li:nth-child(n+4) {
  margin-top: 10px;
}
#gnav .bigpull .voyage-list li a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

/* #sp-gnav
----------------------------------------------------------- */
#sp-gnav {
  display: none;
}
@media only screen and (max-width: 750px) {
  #sp-gnav {
    display: block;
  }
  #sp-gnav .close {
    background-color: #6d7376;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    /* flex */
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    cursor: pointer;
  }
  #sp-gnav .close .xmark {
    width: 13px;
    height: 13px;
    margin-right: 15px;
  }
  #sp-gnav .close .xmark span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  #sp-gnav .close .xmark span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  #sp-gnav .close .xmark span:nth-child(2) {
    transform: translateY(4px) rotate(-45deg);
  }
  #sp-gnav .gnav-route {
    /* flex */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    height: 50px;
  }
  #sp-gnav .gnav-route > li {
    width: 33.33%;
    background-color: #47a5de;
    border-right: 1px solid #2b87be;
    border-left: 1px solid #77c2ef;
    position: relative;
  }
  #sp-gnav .gnav-route > li:first-child {
    border-left: none;
  }
  #sp-gnav .gnav-route > li:last-child {
    border-right: none;
  }
  #sp-gnav .gnav-route > li a {
    color: #000;
    text-decoration: none;
  }
  #sp-gnav .gnav-route > li > a {
    height: 50px;
    /* flex */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    vertical-align: bottom;
    padding-top: 16px;
  }
  #sp-gnav .gnav-route > li > a p {
    /* flex */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
  }
  #sp-gnav .gnav-route > li > a span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
  }
  #sp-gnav .gnav-route > li > a span:first-child {
    padding-right: 1px;
  }
  #sp-gnav .gnav-route > li > a span:first-child::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 4px 3px 0;
    border-color: transparent #96c5e2 transparent transparent;
    margin-top: -2px;
    margin-left: 5px;
    vertical-align: middle;
  }
  #sp-gnav .gnav-route > li > a span:last-child {
    padding-left: 1px;
  }
  #sp-gnav .gnav-route > li > a span:last-child::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #96c5e2;
    margin-top: -2px;
    margin-right: 5px;
    vertical-align: middle;
  }
  #sp-gnav .gnav-route > li > a span:last-child i {
    font-style: normal;
    font-size: 8px;
    margin-left: 8px;
    font-weight: 300;
  }
  #sp-gnav .gnav-route > li.active {
    background-color: #2c8bc4;
  }
  #sp-gnav .gnav-route > li.active::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 8px 6.5px;
    border-color: transparent transparent #f6f6f6 transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
  }
  #sp-gnav .gnav-route .route-wrap {
    overflow-y: auto;
    height: calc(100vh - 100px);
    padding-bottom: 50px;
  }
  #sp-gnav .gnav-route .route-elem {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  #sp-gnav .gnav-route .route-elem dt {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
  }
  #sp-gnav .gnav-route .route-elem dt span:first-child {
    padding-right: 1px;
  }
  #sp-gnav .gnav-route .route-elem dt span:first-child::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 4px 3px 0;
    border-color: transparent #999999 transparent transparent;
    margin-top: -2px;
    margin-left: 5px;
    vertical-align: middle;
  }
  #sp-gnav .gnav-route .route-elem dt span:last-child {
    padding-left: 1px;
  }
  #sp-gnav .gnav-route .route-elem dt span:last-child::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #999999;
    margin-top: -2px;
    margin-right: 5px;
    vertical-align: middle;
  }
  #sp-gnav .gnav-route .route-elem dd ul li {
    border-bottom: 1px solid #cfcfcf;
    line-height: 1;
  }
  #sp-gnav .gnav-route .route-elem dd ul li:first-child {
    border-top: 1px solid #cfcfcf;
  }
  #sp-gnav .gnav-route .route-elem dd ul li a {
    display: block;
    padding: 20px 15px;
    position: relative;
  }
  #sp-gnav .gnav-route .route-elem dd ul li a::after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-right: 2px solid #ef7a00;
    border-bottom: 2px solid #ef7a00;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
  }
  #sp-gnav .gnav-route .route-elem dd .ship-name {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1em;
  }
  #sp-gnav .gnav-route .route-elem dd .ship-name span {
    display: none;
  }
  #sp-gnav .sp-pulldown {
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #f6f6f6;
    transition: all 0.4s;
  }
  #sp-gnav .sp-pulldown.opened {
    height: 100vh;
  }
}

/* #sp-hum-menu
----------------------------------------------------------- */
#sp-hum-menu {
  display: none;
}
@media only screen and (max-width: 750px) {
  #sp-hum-menu {
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    height: 0;
    display: block;
    background-color: #f6f6f6;
    transition: height 0.5s;
    overflow: hidden;
    letter-spacing: 0;
  }
  #sp-hum-menu.opened {
    height: calc(100vh - 50px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #sp-hum-menu .sp-search {
    background-color: #f6f6f6;
    padding: 20px 0;
    border-bottom: 1px solid #cfcfcf;
  }
  #sp-hum-menu .sp-search form {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    /* flex */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    height: 35px;
    overflow: hidden;
  }
  #sp-hum-menu .sp-search input[type=text] {
    -webkit-appearance: none;
    float: none;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border-left: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    background: url(/assets/common/img/icon_search.png) left 10px center no-repeat;
    background-size: 15px auto;
    padding-left: 10px;
    font-size: 12px;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
    outline: none;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  #sp-hum-menu .sp-search input[type=text]:focus {
    background: none;
  }
  #sp-hum-menu .sp-search input[type=submit] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
  }
  #sp-hum-menu .sp-search input[type=submit]::-webkit-search-decoration {
    display: none;
  }
  #sp-hum-menu .sp-search input[type=submit]::focus {
    outline-offset: -2px;
  }
  #sp-hum-menu .sp-search input[type=submit] {
    background: none;
    background-color: #666666;
    width: 60px !important;
    height: 35px !important;
    padding: 0px 15px;
    float: none;
    font-size: 13px;
    color: #fff;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.08em;
    font-weight: 300;
    outline: none;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #sp-hum-menu .sp-search .mf_finder_searchBox,
  #sp-hum-menu .sp-search .mf_finder_searchBox_submit:before,
  #sp-hum-menu .sp-search .mf_finder_searchBox_submit span {
    margin: 0;
  }
  #sp-hum-menu .sp-search .mf_finder_searchBox_items_wrapper {
    width: 100%;
  }
  #sp-hum-menu .sp-search .mf_finder_searchBox_items {
    padding: 0;
  }
  #sp-hum-menu .hum-menu-list {
    width: 100%;
  }
  #sp-hum-menu .hum-menu-list .menu-item > a {
    display: block;
    line-height: 1;
    color: #000;
    font-size: 14px;
    padding: 20px 4%;
    border-bottom: 1px solid #cfcfcf;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  #sp-hum-menu .hum-menu-list .menu-item > a .acd-icon {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 4%;
    margin-top: -5px;
  }
  #sp-hum-menu .hum-menu-list .menu-item > a .acd-icon::before {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #666666;
  }
  #sp-hum-menu .hum-menu-list .menu-item > a .acd-icon::after {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background-color: #666666;
    position: absolute;
    top: 0;
    left: 5px;
  }
  #sp-hum-menu .hum-menu-list .menu-item > a.active .acd-icon::after {
    display: none;
  }
  #sp-hum-menu .hum-menu-list .menu-item.arrow > a::after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-right: 2px solid #666666;
    border-bottom: 2px solid #666666;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4px;
  }
  #sp-hum-menu .hum-menu-list .bigpull {
    background-color: #ededed;
    display: none;
  }
  #sp-hum-menu .hum-menu-list .sp-access .bigpull li > a, #sp-hum-menu .hum-menu-list .sp-book .bigpull li > a, #sp-hum-menu .hum-menu-list .sp-voyage .bigpull li > a {
    display: block;
    line-height: 1.4;
    color: #575757;
    padding: 18px 6.67%;
    font-size: 14px;
    border-bottom: 1px solid #cfcfcf;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  #sp-hum-menu .hum-menu-list .sp-access .bigpull li > a::after, #sp-hum-menu .hum-menu-list .sp-book .bigpull li > a::after, #sp-hum-menu .hum-menu-list .sp-voyage .bigpull li > a::after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-right: 2px solid #ef7a00;
    border-bottom: 2px solid #ef7a00;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4px;
  }
  #sp-hum-menu .hum-menu-list .sp-book .book-list {
    /* flex */
    display: flex;
    flex-direction: column;
  }
  #sp-hum-menu .hum-menu-list .sp-voyage .voyage-list {
    /* flex */
    display: flex;
    flex-direction: column;
  }
  #sp-hum-menu .header_btn_wrap {
    padding: 30px 0 0;
    margin-bottom: 20px;
  }
  #sp-hum-menu .header_btn_wrap .header_btn {
    width: 84%;
    margin: auto;
  }
  #sp-hum-menu .header_btn_wrap .header_btn li:not(:last-child) {
    margin-bottom: 20px;
  }
  #sp-hum-menu .header_btn_wrap .header_btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 75px;
    color: white;
    font-size: 20px;
  }
  #sp-hum-menu .header_btn_wrap .header_btn li.yoyaku {
    text-align: center;
  }
  #sp-hum-menu .header_btn_wrap .header_btn li.yoyaku a {
    height: auto;
  }
  #sp-hum-menu .header_btn_wrap .header_btn li.yoyaku a img {
    width: 100%;
  }
  #sp-hum-menu .header_btn_wrap .header_btn li.sunflower-btn {
    text-align: center;
  }
  #sp-hum-menu .header_btn_wrap .header_btn li.sunflower-btn a {
    background-color: #0070C0;
    height: 50px;
    font-size: 18px;
  }
  #sp-hum-menu .header_btn_wrap .header_btn li.day-btn img {
    width: 100%;
  }
  #sp-hum-menu .header_btn_wrap .header_btn li.travel a {
    border: 1px solid #FF7100;
    background-color: white;
    color: #000;
    line-height: 1.5;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  #sp-hum-menu .header_btn_wrap .header_btn li.travel a small {
    font-size: 16px;
  }
  #sp-hum-menu .header_btn_wrap .header_btn li.travel a small .plus-icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin: 0 6px 3px;
    position: relative;
    text-indent: -9999px;
  }
  #sp-hum-menu .header_btn_wrap .header_btn li.travel a small .plus-icon::before, #sp-hum-menu .header_btn_wrap .header_btn li.travel a small .plus-icon::after {
    content: "";
    display: block;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #sp-hum-menu .header_btn_wrap .header_btn li.travel a small .plus-icon::before {
    width: 9px;
    height: 2px;
  }
  #sp-hum-menu .header_btn_wrap .header_btn li.travel a small .plus-icon::after {
    width: 2px;
    height: 9px;
  }
  #sp-hum-menu .casual_cruise_bnr {
    display: flex;
    justify-content: center;
  }
  #sp-hum-menu .casual_cruise_bnr img {
    width: 260px;
  }
  #sp-hum-menu .otherlinks-wrap {
    background-color: #f6f6f6;
    padding: 20px 0;
    border-bottom: 1px solid #cfcfcf;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #sp-hum-menu .otherlinks-wrap .link-list {
    width: 91%;
    /* flex */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  #sp-hum-menu .otherlinks-wrap .link-list li {
    width: 50%;
    line-height: 1.3;
  }
  #sp-hum-menu .otherlinks-wrap .link-list li:nth-child(n+3) {
    margin-top: 5px;
  }
  #sp-hum-menu .otherlinks-wrap .link-list li a {
    color: #000;
    text-decoration: none;
    position: relative;
    padding-left: 13px;
    display: inline-block;
    font-size: 13px;
  }
  #sp-hum-menu .otherlinks-wrap .link-list li a::before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-right: 1px solid #ef7a00;
    border-bottom: 1px solid #ef7a00;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -2px;
  }
  #sp-hum-menu .otherlinks-wrap .travel {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: none;
  }
  #sp-hum-menu .otherlinks-wrap .travel a {
    /* flex */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 100%;
    background-color: #ef7a00;
  }
  #sp-hum-menu .otherlinks-wrap .travel a img {
    width: 175px;
    height: auto;
  }
  #sp-hum-menu .otherlinks-wrap .sns-list {
    display: flex;
    align-items: center;
  }
  #sp-hum-menu .otherlinks-wrap .sns-list li {
    padding: 0 20px;
  }
  #sp-hum-menu .otherlinks-wrap .sns-list li a img {
    width: 28px;
  }
  #sp-hum-menu .lang-wrap {
    background-color: #f6f6f6;
    padding: 20px 0;
    padding-bottom: 150px;
  }
  #sp-hum-menu .lang-wrap .select-wrap {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    border: 1px solid #abb5ba;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 2px 0px 0px rgb(171, 181, 186);
  }
  #sp-hum-menu .lang-wrap .select-wrap select {
    width: 100%;
    height: 40px;
    cursor: pointer;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 10px 6px;
    font-size: 16px;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  }
  #sp-hum-menu .lang-wrap .select-wrap::before {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    padding: 0;
    margin-top: -7px;
    content: "";
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    pointer-events: none;
    transform: rotate(45deg);
  }
  #sp-hum-menu .lang-wrap .select-wrap .select_language {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    pointer-events: none;
  }
  #sp-hum-menu .lang-wrap .select-wrap .select_language p {
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    height: 40px;
    text-overflow: ellipsis;
    padding: 5px 10px 6px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  }
  #sp-hum-menu .lang-wrap .select-wrap .select_language p::before {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    padding: 0;
    margin-top: -7px;
    content: "";
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    pointer-events: none;
    transform: rotate(45deg);
  }
}

/* #announce-box
----------------------------------------------------------- */
#announce-box {
  display: none;
  background-color: #FEF5EB;
  padding: 10px 15px;
  border-radius: 9999px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #announce-box {
    border-radius: 0px;
    margin-bottom: 0;
  }
}
#announce-box p {
  font-size: 13px;
  line-height: 1.5384615385;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #announce-box p {
    font-size: 12px;
    line-height: 1.25;
    text-align: left;
  }
}

body.fs-top-20231001 #announce-box {
  display: block;
}

#notice-sp {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}
#notice-sp .route-title-sp {
  text-align: center;
  font-size: 16px;
  margin-bottom: 23px;
}
#notice-sp .route-all-on-sp {
  background-color: white;
  justify-content: center;
  align-items: center;
  border-width: 2px;
  border-style: solid;
  border-color: #BBBBBB;
  height: 80px;
  display: none;
}
#notice-sp .route-all-on-sp.show {
  display: flex;
}
#notice-sp .route-all-on-sp p {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 8px;
  font-size: 11px;
}
#notice-sp .route-all-on-sp p::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/common/img/icon_on.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#notice-sp .route-list-sp {
  border-width: 2px;
  border-style: solid;
  border-color: #BBBBBB;
  display: none;
}
#notice-sp .route-list-sp.show {
  display: flex;
}
#notice-sp .route-list-sp li {
  flex-basis: 33.3333333333%;
  background-color: white;
  height: 80px;
  font-size: 11px;
  line-height: 1.3636363636;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 8px;
  text-align: center;
}
#notice-sp .route-list-sp li:not(:last-child) {
  border-right: 2px;
  border-right-style: solid;
  border-right-color: #BBBBBB;
}
#notice-sp .route-list-sp li::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#notice-sp .route-list-sp li.on::after {
  width: 20px;
  height: 20px;
  background-image: url(/assets/common/img/icon_on.png);
}
#notice-sp .route-list-sp li.change::after {
  width: 22px;
  height: 19px;
  background-image: url(/assets/common/img/icon_change.png);
}
#notice-sp .route-list-sp li.stop::after {
  width: 17px;
  height: 17px;
  background-image: url(/assets/common/img/icon_stop.png);
}
#notice-sp .info-sp {
  margin-top: 20px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 13px;
  box-shadow: 0px 1px 0px 0px rgb(153, 153, 153);
  font-size: 11px;
  height: 34px;
}
#notice-sp .info-sp::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/common/img/icon_ply_gray.png) center center no-repeat;
  background-size: contain;
}
#notice-sp .info-sp.none {
  opacity: 0.45;
  box-shadow: none;
  pointer-events: none;
}
#notice-sp .route-detail-sp {
  padding: 0;
  display: none;
}
#notice-sp .route-detail-sp-content {
  display: none;
}
#notice-sp .info-detail-sp {
  padding: 0;
  display: none;
}
#notice-sp .free-space-box {
  margin-top: 15px;
}
#notice-sp .free-space-box a {
  color: #000;
  text-decoration: none;
}

/* -----------------------------------------------------------

footer

----------------------------------------------------------- */
/* #tpl-pagetop-box
----------------------------------------------------------- */
#tpl-pagetop-box {
  display: inline-block;
  width: 214px;
  height: 65px;
  position: absolute;
  right: 0;
  top: -60px;
}
@media only screen and (max-width: 750px) {
  #tpl-pagetop-box {
    position: static;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
}
#tpl-pagetop-box .answer-wrap {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 750px) {
  #tpl-pagetop-box .answer-wrap {
    width: 100%;
    justify-content: center;
    align-items: center;
    max-height: 60px;
    z-index: 100;
  }
  #tpl-pagetop-box .answer-wrap.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #tpl-pagetop-box .answer-wrap.fixed .answer a.reserve {
    display: block;
  }
  #tpl-pagetop-box .answer-wrap.fixed .answer a.ai {
    display: none;
  }
}
#tpl-pagetop-box .answer {
  width: 144px;
  height: 65px;
}
@media only screen and (max-width: 750px) {
  #tpl-pagetop-box .answer {
    width: 80%;
    height: auto;
    max-width: 300px;
  }
}
#tpl-pagetop-box .answer a {
  display: block;
  width: 144px;
  height: 65px;
  transition: opacity 0.4s;
  opacity: 1;
}
#tpl-pagetop-box .answer a.reserve {
  display: none;
}
#tpl-pagetop-box .answer a.ai {
  background: url(/assets/common/img/btn_answer.png) left top no-repeat;
}
@media only screen and (max-width: 750px) {
  #tpl-pagetop-box .answer a {
    height: 0;
    padding-bottom: 19.32%;
    width: 100%;
  }
  #tpl-pagetop-box .answer a.reserve {
    background: url(/assets/common/img/btn_reserve_sp.png) left top no-repeat;
    background-size: 100% auto;
  }
  #tpl-pagetop-box .answer a.ai {
    background: url(/assets/common/img/btn_answer_sp.png) left top no-repeat;
    background-size: 100% auto;
    display: block;
  }
}
#tpl-pagetop-box .answer a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 750px) {
  #tpl-pagetop-box .answer a:hover {
    opacity: 1;
  }
}
#tpl-pagetop-box .answer a span {
  visibility: hidden;
}
#tpl-pagetop-box .pagetop {
  width: 60px;
  height: 60px;
  margin-top: 4px;
}
@media only screen and (max-width: 750px) {
  #tpl-pagetop-box .pagetop {
    width: 14.67%;
    height: auto;
    margin-top: 0;
  }
}
#tpl-pagetop-box .pagetop a {
  width: 60px;
  height: 60px;
  /* flex */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  background-color: rgba(244, 128, 7, 0.9);
  text-decoration: none;
  color: #fff;
  transition: opacity 0.4s;
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  #tpl-pagetop-box .pagetop a {
    display: block;
    width: 100%;
    height: 0;
    max-width: 55px;
    padding-bottom: 100%;
    background-color: none;
    background: url(/assets/common/img/pagetop_sp.png) center center no-repeat;
    background-size: 100% auto;
  }
}
#tpl-pagetop-box .pagetop a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 750px) {
  #tpl-pagetop-box .pagetop a:hover {
    opacity: 1;
  }
}
#tpl-pagetop-box .pagetop a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
}
@media only screen and (max-width: 750px) {
  #tpl-pagetop-box .pagetop a::before {
    display: none;
  }
}
#tpl-pagetop-box .pagetop a span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 2px;
}
@media only screen and (max-width: 750px) {
  #tpl-pagetop-box .pagetop a span {
    visibility: hidden;
  }
}

/* #tpl-footer
----------------------------------------------------------- */
#tpl-footer {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  font-size: 90%;
  min-width: 980px;
}
@media only screen and (max-width: 750px) {
  #tpl-footer {
    min-width: 0;
  }
}
#tpl-footer .site-link {
  background-color: #34434c;
  padding: 50px 0 70px;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #tpl-footer .site-link {
    padding: 30px 0;
  }
}
#tpl-footer .site-link .inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #tpl-footer .site-link .inner {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #tpl-footer .site-link .contents-link {
    display: none;
  }
}
#tpl-footer .site-link .contents-link > ul {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#tpl-footer .site-link .contents-link > ul > li {
  width: 311px;
}
#tpl-footer .site-link .contents-link > ul > li.linking {
  width: 646px;
}
#tpl-footer .site-link .contents-link > ul > li.linking dd li {
  width: 48%;
}
#tpl-footer .site-link .contents-link > ul > li.linking dd li:nth-child(2n+1) {
  width: 48%;
}
#tpl-footer .site-link .contents-link > ul > li:nth-child(n+4) {
  margin-top: 35px;
}
#tpl-footer .site-link .contents-link > ul > li:last-child {
  margin-right: auto;
}
#tpl-footer .site-link .contents-link dl dt {
  font-size: 122%;
  font-weight: 500;
  border-bottom: 1px solid #566670;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#tpl-footer .site-link .contents-link dl dt span {
  display: inline-block;
}
#tpl-footer .site-link .contents-link dl dt span:first-child {
  padding-right: 1px;
}
#tpl-footer .site-link .contents-link dl dt span:first-child::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 4px 3px 0;
  border-color: transparent #ffffff transparent transparent;
  margin-top: -2px;
  margin-left: 5px;
  vertical-align: middle;
}
#tpl-footer .site-link .contents-link dl dt span:last-child {
  padding-left: 1px;
}
#tpl-footer .site-link .contents-link dl dt span:last-child::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #ffffff;
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}
#tpl-footer .site-link .contents-link dl dt .link {
  position: relative;
  padding-left: 15px;
}
#tpl-footer .site-link .contents-link dl dt .link::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-right: 2px solid #ef7a00;
  border-bottom: 2px solid #ef7a00;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
#tpl-footer .site-link .contents-link dl dt .link a {
  color: #fff;
}
#tpl-footer .site-link .contents-link dl dd ul {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#tpl-footer .site-link .contents-link dl dd ul li {
  width: 45%;
  position: relative;
  padding-left: 10px;
  white-space: nowrap;
  box-sizing: border-box;
}
#tpl-footer .site-link .contents-link dl dd ul li:nth-child(2n+1) {
  width: 49%;
}
#tpl-footer .site-link .contents-link dl dd ul li:nth-child(n+3) {
  margin-top: 3px;
}
#tpl-footer .site-link .contents-link dl dd ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  display: block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
#tpl-footer .site-link .contents-link dl dd ul li a {
  color: #fff;
  font-size: 86%;
  font-weight: 200;
  letter-spacing: 0.04em;
}
#tpl-footer .site-link .contents-link dl dd ul.col {
  flex-direction: column;
}
#tpl-footer .site-link .contents-others-link {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #tpl-footer .site-link .contents-others-link {
    margin-top: 0;
  }
}
#tpl-footer .site-link .contents-others-link ul {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
@media only screen and (max-width: 750px) {
  #tpl-footer .site-link .contents-others-link ul {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#tpl-footer .site-link .contents-others-link ul li {
  width: 311px;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}
#tpl-footer .site-link .contents-others-link ul li:nth-child(n+4) {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #tpl-footer .site-link .contents-others-link ul li:nth-child(n+4) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  #tpl-footer .site-link .contents-others-link ul li:nth-child(n+2) {
    margin-top: 15px;
  }
}
#tpl-footer .site-link .contents-others-link ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-right: 2px solid #ef7a00;
  border-bottom: 2px solid #ef7a00;
  transform: rotate(-45deg);
  position: absolute;
  top: 0.67em;
  left: 0;
}
#tpl-footer .site-link .contents-others-link ul li a {
  color: #fff;
  font-size: 122%;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 750px) {
  #tpl-footer .site-link .contents-others-link ul li a {
    font-size: 13px;
  }
}
#tpl-footer .site-link .contents-others-link ul li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(/assets/common/img/icon_blank_w.png) left top no-repeat;
  margin-left: 5px;
}
#tpl-footer .tpl-others {
  padding: 30px 0;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #tpl-footer .tpl-others {
    padding: 0;
  }
}
#tpl-footer .tpl-others .inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #tpl-footer .tpl-others .inner {
    width: 100%;
  }
}
#tpl-footer .tpl-others .others-links {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 750px) {
  #tpl-footer .tpl-others .others-links {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    flex-wrap: wrap;
    border-bottom: none;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 5px;
  }
}
#tpl-footer .tpl-others .others-links li {
  margin-right: 30px;
  position: relative;
  padding-left: 10px;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  #tpl-footer .tpl-others .others-links li:nth-child(n+2) {
    margin-top: 15px;
  }
}
#tpl-footer .tpl-others .others-links li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
@media only screen and (max-width: 750px) {
  #tpl-footer .tpl-others .others-links li::before {
    width: 3px;
    height: 3px;
    margin-top: -1px;
  }
}
#tpl-footer .tpl-others .others-links li a {
  font-size: 88%;
  font-weight: 200;
  letter-spacing: 0.02em;
  cursor: pointer;
  color: #000;
}
@media only screen and (max-width: 750px) {
  #tpl-footer .tpl-others .others-links li a {
    font-size: 13px;
    font-weight: 300;
  }
}
#tpl-footer .tpl-others .copyright {
  padding-top: 30px;
  text-align: right;
  font-size: 75%;
  font-weight: 200;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
  #tpl-footer .tpl-others .copyright {
    text-align: center;
    font-size: 9px;
    padding: 15px 0;
    color: #fff;
    background: url(/assets/common/img/bg_copyright.gif);
    letter-spacing: 0.06em;
  }
}

/* modal-contents
----------------------------------------------------------- */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 980px;
}
@media only screen and (max-width: 750px) {
  .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 92%;
  }
}

.mfp-content {
  padding: 70px 0 40px;
}
@media only screen and (max-width: 750px) {
  .mfp-content {
    padding: 50px 0 20px;
  }
}

.mfp-close-btn-in .mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  align-items: center;
  color: #fff;
  opacity: 1;
  font-size: 40px;
  font-weight: 300;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 750px) {
  .mfp-close-btn-in .mfp-close {
    font-size: 30px;
    width: 35px;
    height: 44px;
    line-height: 30px;
  }
}
.mfp-close-btn-in .mfp-close::after {
  content: "閉じる";
  display: block;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 750px) {
  .mfp-close-btn-in .mfp-close::after {
    font-size: 11px;
  }
}
.mfp-close-btn-in .mfp-close:active {
  top: 0;
}

.modal-contents {
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 35px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .modal-contents {
    padding: 30px 15px;
  }
}
.modal-contents .modal-title {
  font-size: 22px;
  color: #cf3333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .modal-contents .modal-title {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.modal-contents .modal-title.icon span {
  display: inline-block;
  background: url(/assets/common/img/icon_notice.png) left top 0.2em no-repeat;
  background-size: 26px auto;
  padding-left: 45px;
}
@media only screen and (max-width: 750px) {
  .modal-contents .modal-title.icon span {
    background-size: 17px auto;
    padding-left: 26px;
  }
}
.modal-contents .modal-contents-wrap {
  font-size: 15px;
  font-weight: 200;
}
@media only screen and (max-width: 750px) {
  .modal-contents .modal-contents-wrap {
    font-size: 13px;
  }
}
.modal-contents .modal-contents-wrap ul li:nth-child(n+2) {
  margin-top: 5px;
  letter-spacing: 0.06em;
}
.modal-contents .modal-close {
  width: 200px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #586a75;
  /* flex */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-top: 40px;
  cursor: pointer;
  transition: opacity 0.4s;
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  .modal-contents .modal-close {
    font-size: 15px;
    width: 180px;
    height: 45px;
    margin-top: 35px;
  }
}
.modal-contents .modal-close:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 750px) {
  .modal-contents .modal-close:hover {
    opacity: 1;
  }
}
.modal-contents .modal-close span {
  vertical-align: middle;
}
.modal-contents .modal-close span::before {
  content: "×";
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  margin-right: 35px;
  margin-left: -40px;
  vertical-align: middle;
  margin-top: -4px;
}
@media only screen and (max-width: 750px) {
  .modal-contents .modal-close span::before {
    margin-right: 40px;
    margin-left: -55px;
  }
}

/*

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.03);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing button.mfp-close {
  opacity: 0;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.03);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* -----------------------------------------------------------

opening modal

----------------------------------------------------------- */
.mfp-ready.mfp-bg {
  transition: all 0.3s ease-out;
}
.mfp-ready .modal {
  /* animate in */
}
.mfp-ready .modal .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-removing .modal button.mfp-close {
  opacity: 0;
}
.mfp-removing .modal .mfp-with-anim {
  transform: scale(1.03);
  opacity: 0;
}
.mfp-removing.mfp-bg {
  opacity: 0;
}

/*# sourceMappingURL=header_footer.css.map */