﻿@charset "utf-8";

a,
a:hover {
  color: deepskyblue;
  text-decoration: none;
}

#header_container {
  position: relative;
}

/* --------------------------------

Background Images

-------------------------------- */
#main_visual {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
}

#top_main_visual {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
}

figure.mainBgImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 10;
  opacity: 0;
  -webkit-animation: anime 23s 0s infinite;
  animation: anime 23s 0s infinite;
}

figure.mainBgImg:nth-of-type(2) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

figure.mainBgImg:nth-of-type(3) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

figure.mainBgImg:nth-of-type(4) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}
figure.mainBgImg:nth-of-type(5) {
    -webkit-animation-delay: 16s;
    animation-delay: 16s;
}
@keyframes anime {
  0% {
    opacity: 0
  }

  12% {
    opacity: 1
  }

  36% {
    opacity: 1
  }

  48% {
    opacity: 0;
    z-index: 9
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0
  }

  12% {
    opacity: 1
  }

  36% {
    opacity: 1
  }

  48% {
    opacity: 0;
    z-index: 9
  }

  100% {
    opacity: 0
  }
}

#main_visual:before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}

#top_main_visual:before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* header  */
#header {
  position: absolute;
  width: 100%;
  top: -100px;
  margin: 100px auto 0;
  padding: 0;
  z-index: 1000;
}

#header a {
  font-weight: 800;
  color:white;
}

#header .inner {
  position: relative;
}

#top_bar:after,
.inner:after {
  content: "";
  clear: both;
  display: block;
}

figure {
  line-height: 0;
}

/* --------------------------------

global nav

-------------------------------- */
ul.menu li {
  color: #fff;
  font-weight: bold;
  font-weight: 800;
}

ul.menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

ul.sub li {
  float: none;
}

ul.menu {
  zoom: 1;
}

ul.sub {
  display: none;
}

* html ul.menu li {
  display: inline;
  zoom: 1;
}

*+html ul.menu li {
  display: inline;
  zoom: 1;
}

*+html ul.sub {
  zoom: 1;
  position: relative;
}

ul.menu:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/* --------------------------------

info

-------------------------------- */
section#info {
  position: absolute;
  display: block;
  margin: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}

section#info article {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-weight: bold;
  transform: rotate(.03deg);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section#info article a {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

section#info article a:hover {
  opacity: 0.7;
}

section#info article dl {
  display: block;
  width: 100%;
  padding: 5px 0;
  text-align: left;
  height: auto;
  transform: rotate(.03deg);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section#info article a:hover dl {
  color: #3E3A39;
}

section#info article a dl:hover {
  background: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

section#info article dl dt {
  display: inline-block;
  float: left;
  width: 190px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  margin-right: 20px;
  font-size: 15px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section#info article dl dd {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

section#info article dl dt span {
  width: 80px;
  font-size: 14px;
  line-height: 1;
  padding: 5px 0;
  margin: 0;
  text-align: center;
  color: #3E3A39;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 20px;
  background: #fff;
  letter-spacing: 1px;
}

section#info article dl dd h3 {
  display: inline-block;
  font-size: 15px;
}

section#info article dl dd small {
  font-size: 14px;
  font-weight: normal;
  padding-left: 5px;
}

/* --------------------------------

main

-------------------------------- */
main {
  width: 100%;
}

main section article {
  margin: 0 auto;
  padding-bottom: 40px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main #map article h2 {}

main section article h2 {
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 28px;
  color: #3E3A39;
  font-weight: 800;
  line-height: 1;
}

.gb_gradient01 {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(77, 77, 77, 0.1) 70%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(77, 77, 77, 0.1) 70%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(77, 77, 77, 0.1) 70%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#1a000000', GradientType=1);
}

.gb_gradient02 {
  background: #eef6fb;
}

.link__ {
  display: block;
  text-align: right;
  padding-top: 20px;
  line-height: 1;
}

.link__ a {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.5);
}

/* Rows */
ul.col3, ul.col4, .col2 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

/* map */
section#map article p {
  margin-top: -13px;
  font-weight: normal;
  margin-bottom: 20px;
}

/*  */
#map .col2 ul {
  flex-basis: 530px;
}

#map .col2 ul.row3 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 20px;
}

/* 画像＋文字 グラデーション背景 */
#map .col2 ul.row3 li {
  position: relative;
  flex-basis: 163px;
  margin-bottom: 20px;
  height: 140px;
}

.gb_gradient01 ul.col4 li,
.gb_gradient02 ul.col3 li,
#featured .col2 ul li {
  position: relative;
}

#map .col2 ul.row3 li a:before,
.gb_gradient01 ul.col4 li a:before,
.gb_gradient02 ul.col3 li a:before,
#featured .col2 ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#map .col2 ul.row3 li img {
  height: 140px;
}

/* map */
#map .col2 ul.row3 li a:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#fcfcfc', GradientType=0);
}

/* featured */
#featured .col2 ul li a:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#fcfcfc', GradientType=0);
}

/* Routes */
.gb_gradient02 ul.col3 li a:before {
  background: rgba(0, 0, 0, 0.1) 100%;
}

.gb_gradient02 ul.col3 li:nth-of-type(2) a:before {
  background: rgba(0, 0, 0, 0.3) 100% !important;
}

/* Search by purpose */
.gb_gradient01 ul.col4 li a:before {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(253, 253, 253, 0) 63%, rgba(255, 255, 255, 0.7) 85%, rgba(252, 252, 252, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(253, 253, 253, 0) 63%, rgba(255, 255, 255, 0.7) 85%, rgba(252, 252, 252, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0.7) 85%, rgba(255, 255, 255, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#fcfcfc', GradientType=0);
}

#map .col2 ul.row3 li figure figcaption,
.gb_gradient01 ul.col4 li figure figcaption,
.gb_gradient02 ul.col3 li figure figcaption,
#featured .col2 ul li figure figcaption {
  position: absolute;
  left: 50%;
  bottom: 0;
  font-size: 21px;
  line-height: 1.1;
  text-align: center;
  width: 100%;
  color:white;
}

/* Routes */
.gb_gradient02 ul.col3 li p {
  position: absolute;
  bottom: 0;
  padding-right: 10px;
  font-size: 17px;
  line-height: 2;
  text-align: right;
  width: 100%;
  background: #ff5000;
}

#featured .col2 ul li figure figcaption {
  -webkit-transform: translate(-50%, -20px);
  -moz-transform: translate(-50%, -20px);
  -ms-transform: translate(-50%, -20px);
  -o-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
}

#featured .col2 ul:nth-of-type(1) li figure figcaption {
  -webkit-transform: translate(-50%, -30px);
  -moz-transform: translate(-50%, -30px);
  -ms-transform: translate(-50%, -30px);
  -o-transform: translate(-50%, -30px);
  transform: translate(-50%, -30px);
}

#map .col2 ul.row3 li figure figcaption {
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  -o-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

/* Search by purpose */
.gb_gradient01 ul.col4 li figure figcaption {
  display: table;
  color: #3E3A39;
  height: 2.4em;
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  -o-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

.gb_gradient01 ul.col4 li figure figcaption span {
  display: table-cell;
  vertical-align: middle;
  font-size: 21px;
}

/* Routes */
.gb_gradient02 ul.col3 li figure figcaption {
  color: #fff;
  font-size: 21px;
  line-height: 1;
  top: 30%;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  -o-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

.gb_gradient02 ul.col3 li figure figcaption i.fas.fa-arrows-alt-v {
  line-height: 1.75;
  font-size: 30px;
  vertical-align: baseline;
}

@media screen and (max-width: 896px) {
  #map .col2 ul.row3 li a:before {
    bottom: 0;
  }

  #map .col2 ul.row3 li figure figcaption {
    bottom: -5px;
    -webkit-transform: translate(-50%, -15px);
    -moz-transform: translate(-50%, -15px);
    -ms-transform: translate(-50%, -15px);
    -o-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
  }

  ul.col4 li {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

/* end SP */
/* Featured Destinations */
#featured .col2 ul.large2x {
  flex-basis: 710px;
}

#featured .col2 ul:nth-of-type(2) {
  flex-basis: 345px;
}

ul.col3 li {
  width: 345px;
}

ul.col4 li {
  width: 255px;
}

area:focus {
  outline: -webkit-focus-ring-color auto 0;
}

/* --------------------------------

Payment

-------------------------------- */
#payment {
  margin: 20px auto 120px auto;
  border: 1px solid #ccc;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

#payment article {
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

#payment article h2 {
  padding: 0;
  width: 170px;
  align-self: center;
}

#payment article aside {
  display: block;
}

#payment article aside ul.creditCard li {
  display: inline-block;
  width: 80px;
}

#payment article aside ul.creditCard li figure img {
  width: 50px;
  height: 47px;
}

/* --------------------------------

Fotter

-------------------------------- */
footer {
  background: #4A9CC7;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

/* nav */
footer #footer_nav ul.menu {
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-bottom: 15px;
}

footer #footer_nav ul.menu li {
  padding: 2px 10px;
  border-left: 2px solid #fff;
  line-height: 1;
}

footer #footer_nav ul.menu li:nth-of-type(1) {
  border: none;
}

footer #footer_nav ul.menu li a {
  font-weight: 800 !important;
  color:white;
}

.copyright {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

/* --------------------------------

PC

-------------------------------- */
@media screen and (min-width: 897px) {

  /* Logo */
  #header h1.logo {
    width: 350px;
  }

  /* */
  .inner {
    width: 1080px;
    margin: 0 auto;
  }

  /* #main_visual  */
  .sp__ {
    display: none !important;
  }

  #main_visual.pc__ {
    height: 400px;
  }

  #top_main_visual.pc__ {
    height : 840px;
  }

  #main_visual.pc__ figure.mainBgImg {
    height: 840px;
  }

  #top_main_visual.pc__ figure.mainBgImg {
    height: 840px;
  }

  /* Header */
  #header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  /* Top bar */
  #top_bar {
    height: 60px;
    line-height: 60px;
    margin-bottom: 14px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
  }

  #top_bar ul.menu {
    width: 1080px;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  #top_bar ul.menu>li {
    padding-left: 10px;
    padding-right: 10px;
    height: 36px;
    line-height: 36px;
  }

  #top_bar ul.menu li:hover {
    color: #fff;
    background: rgba(0, 0, 0, .5);
  }

  #top_bar ul.menu>li:nth-of-type(1),
  #top_bar ul.menu>li:nth-of-type(2) {
    width: 150px;
    border-left: 1px solid rgba(255, 255, 255, .7);
  }

  #top_bar ul.menu>li:nth-of-type(3) {
    width: 60px;
    border-left: 1px solid rgba(255, 255, 255, .7);
  }

  #top_bar ul.menu>li:nth-of-type(4) {
    width: 60px;
  }

  #top_bar ul.menu>li .fa-lg {
    font-size: 1.5em !important;
    line-height: 0;
  }

  /* Global nav */
  #header .inner {
    /* logo & menu */
    display: -webkit-flex;
    display: flex;
  }

  #header .inner #global_nav {
    flex-grow: 1;
    padding-top: 5px;
    text-align: right;
    z-index: 900;
  }

  #header .inner #global_nav ul.menu>li {
    padding-left: 10px;
    padding-right: 10px;
    height: 36px;
    line-height: 36px;
    text-align: left;
  }

  #header .inner #global_nav ul.menu>li:hover {
    background: rgba(0, 0, 0, .6);
    color: #fff;
  }

  #header .inner #global_nav ul.menu>li span.toggle_switch.open {
    display: block;
    color: #fff !important;
  }

  /* Bus journey / janguage */
  #header #top_bar ul.menu>li:nth-of-type(2),
  #header .inner #global_nav ul.menu>li:nth-of-type(3) {
    width: 160px;
    text-align: center;
  }

  /* Travel info */
  #header .inner #global_nav ul.menu>li:nth-of-type(6) {
    width: 200px;
    text-align: left;
    text-indent: 10px;
  }

  /* sub menu */
  #header #top_bar ul.menu li ul.sub,
  #header .inner #global_nav ul.menu li ul.sub {
    width: 160px;
    margin-left: -10px;
  }

  /* Travel info */
  #header .inner #global_nav ul.menu li:nth-of-type(6)>ul.sub {
    width: 200px;
    margin-left: -10px;
  }

  #header #top_bar ul.menu li ul.sub li,
  #header .inner #global_nav ul.menu li ul.sub li {
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
  }

  #header .inner #global_nav ul.menu li ul.sub li.lineHeigh__ a {
    line-height: 1.45;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  #header #top_bar ul.menu li ul.sub li a,
  #header .inner #global_nav ul.menu li ul.sub li a {
    padding: 0;
    text-indent: 0;
    padding-left: 20px;
    color: #3E3A39;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
  }

  #header #top_bar ul.menu li ul.sub li a:hover,
  #header .inner #global_nav ul.menu li ul.sub li a:hover {
    color: #fff;
    background: rgba(0, 0, 0, .9);
  }

  #top_bar ul.menu,
  #global_nav ul.menu {
    display: -webkit-inline-flex;
    display: inline-flex;
  }

  /* Fixed menu  */
  #header.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 47px;
    background: rgba(74, 156, 199, 1);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
  }

  #header.fixed .inner {
    margin-top: 6px;
  }

  /* Fixed Btn Hover */
  #header.fixed #global_nav>ul li:after {
    bottom: -10px;
  }

  #header.fixed #global_nav>ul li:hover:after {
    background: #0062B8;
    bottom: -20px;
  }

  #header.fixed .inner #mobile_head img {
    width: 250px;
    height: auto;
    padding-top: 4px;
  }

  #header.fixed .inner #global_nav {
    padding-top: 0;
  }

  .fixed #top_bar {
    display: none;
  }

  /* Section */
  main section article,
  section#info article {
    width: 1080px;
  }

  main section article ul li figure img {
    width: 100%;
    height: auto;
  }

  /*  Map View all routes btn */
  ul.allRoutes {
    position: relative;
  }

  ul.allRoutes li.allRoutes_btn {
    position: absolute;
    top: 70px;
    left: 20px;
    width: 280px;
    height: 54px;
  }

  /* instagram */
  .instagram iframe {
    width: 100% !important;
    height: 720px !important;
    overflow: hidden;
  }

  .bc_more_sp__ {
    display: none;
  }
}

/* end PC */
/* --------------------------------

SP

-------------------------------- */
/* Toggle Button */
#nav_toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav_toggle .fas {
  color: white;
}

@media screen and (max-width: 896px) {

  /* #main_visual  */
  .pc__ {
    display: none !important;
  }

  #main_visual.sp__ {
    padding-top: 100%;
  }

  #main_visual.sp__ figure.mainBgImg {
    width: 100%;
    height: 100%;
    ;
  }

  /* header */
  #header,
  .inner {
    width: 100%;
    padding: 0;
  }

  #header {
    top: 0;
    position: fixed;
    margin-top: 0;
  }

  /* Top bar */
  #top_bar {
    display: none;
  }

  /* header Grobal menu Fixed reset */
  #header.fixed {
    padding-top: 0;
    background: transparent;
  }

  /* SP header */
  #mobile_head {
    position: relative;
    width: 100%;
    height: 60px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
  }

  #header.fixed .logo,
  #header .logo {
    position: absolute;
    left: 10px;
    top: 20px;
  }

  #header .logo figure img {
    width: 190px;
    height: auto;
  }

  #global_nav {
    position: absolute;
    top: -790px;
    width: 100%;
    text-align: center;
    padding: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    height: 500px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  #global_nav>ul.menu {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
  }

  #global_nav>ul.menu li {
    float: none;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    position: static;
    height: auto !important;
    font-size: 17px;
  }

  #global_nav>ul.menu li.sp__.languege__ {
    padding-top: 0;
  }

  #header.fixed #global_nav>ul li {
    height: auto;
    padding: 12px 0;
    font-weight: 700;
    display: block;
  }

  #header.fixed #global_nav>ul li a {
    display: block;
    height: auto;
  }

  /* global_nav sub menu */
  #global_nav>ul li ul.sub {
    display: none;
    margin-top: 15px;
    background: rgba(255, 255, 255, .8);
  }

  .toggle_switch {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-right: 25px;
    font-size: 17px;
  }

  .toggle_switch::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url(../Images/Home/down-arrow.svg) no-repeat center center;
    color: #fff;
    background-size: contain;
    position: absolute;
    top: 12px;
    transform: translateY(-50%);
    right: 0;
    transition: transform .2s;
  }

  .toggle_switch.open::after {
    transform: rotateZ(180deg);
    top: 6px;
  }

  #global_nav>ul.menu li a {
    color: #fff;
    font-size: 17px;
  }

  #global_nav>ul li ul.sub li a {
    color: #3E3A39;
    font-size: 14px;
  }

  #global_nav>ul.menu li {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
  }

  #global_nav>ul li ul.sub li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }

  #global_nav>ul.menu li:last-of-type,
  #global_nav>ul li ul.sub li:last-of-type {
    border: none;
  }

  #global_nav>ul.menu li.languege__ span {
    display: -webkit-inline-flex;
    display: inline-flex;
  }

  #global_nav>ul.menu li.languege__ span a {
    font-size: 13px;
  }

  #global_nav>ul.menu li.languege__ span small {
    padding-left: 6px;
    padding-right: 6px;
    font-weight: bold;
    font-size: 16px;
  }

  #global_nav>ul.menu li.languege__ .fas {
    color: #fff;
  }

  #global_nav>ul.menu li.sns__ span {
    display: -webkit-inline-flex;
    display: inline-flex;
    padding: 0 20px;
  }

  #global_nav>ul.menu li.sns__ span a {
    font-size: 17px;
  }

  /* Toggle Button */
  #nav_toggle {
    display: block;
  }

  /* #global_nav スライドアニメーション */
  .open #global_nav {
    -moz-transform: translateY(850px);
    -webkit-transform: translateY(850px);
    transform: translateY(850px);
  }

  /* Section */
  main section article {
    width: 94%;
    margin: 0 auto;
    margin-left: 3%;
    margin-right: 3%;
    padding-bottom: 50px;
  }

  main section article h2 {
    font-size: 22px;
  }

  .allRoutes {
    position: relative;
    /*margin-top: 50px;*/
  }

  li.allRoutes_btn {
    position: absolute;
    /*top: 21.66%;*/
    width: 50%;
  }

  .allRoutes a.view_all_routes_btn span {
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
    font-weight: bold;
    font-weight: 800;
  }

  ul.allRoutes picture img,
  main section article ul li figure img {
    width: 100%;
    height: auto;
  }

  section#map article h2,
  section#map article p {
    /*display: none;*/
  }

  ul.col3 li {
    width: auto;
    margin-bottom: 25px;
  }

  ul.col3 li:last-of-type {
    margin-bottom: 0;
  }

  /* info */
  section#info article a {
    display: none;
  }

  section#info article a:nth-of-type(1) {
    display: block !important;
  }

  section#info article dl {
    padding: 3% 0;
  }

  section#info article dl dt {
    width: 170px;
    margin-right: 15px;
  }

  section#info article dl dt span {
    width: 55px;
  }

  section#info article dl dd h3 {
    float: left;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Rows */
  .col2 {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  /* Rows */
  ul.col3, ul.col4, .col2 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }

  ul.col3 {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }

  #map .col2 ul.row3,
  ul.col4 {
    flex-basis: auto;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 0;
  }

  #map .col2 ul.row3 {
    margin-top: 25px;
  }

  #map .col2 ul.row3 li img {
    height: auto;
  }

  #map .col2 ul.row3 li {
    width: 47%;
    flex-basis: auto;
    height: auto;
  }

  ul.col4 li {
    width: 47%;
    flex-basis: auto;
  }

  section.gb_gradient01 article {
    padding-bottom: 0;
  }

  #featured .col2 ul.large2x {
    flex-basis: auto;
  }

  #featured .col2 ul:nth-of-type(2) {
    flex-basis: auto;
    display: inline-flex;
    justify-content: space-between;
  }

  #featured .col2 ul:nth-of-type(2) li {
    width: 47%;
    padding-top: 25px;
  }

  /* instagram */
  .instagram article aside {
    position: relative;
  }

  .instagram iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 340px !important;
    overflow: hidden;
  }

  .bc_more_pc__ {
    display: none;
  }

  /* #payment */
  #payment {
    width: 94%;
    margin: 0 3% 50px 3%;
  }

  #payment article h2 {
    width: auto;
  }

  #payment article,
  #payment article aside {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }

  #payment article aside p {
    text-align: left;
    width: 94%;
  }

  .copyright {
    font-size: 13px;
  }
}

/* end SP */
@media screen and (max-width: 1080px) and (orientation: landscape) {

  .inner,
  #top_bar ul.menu {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  main section article,
  section#info article {
    width: 94%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

    .Hassha_link {
        color: deepskyblue;
        text-decoration: none;
    }

    .header_footer_link {
        color: #FFF;
        text-decoration: none;
    }
}

/* 897px〜横向き */