@charset "UTF-8";
/*================================================================================

media query mixin

================================================================================*/
/* common color
----------------------------------------------------------------------------*/
/*路線*/
/*    google font on web
--------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url(//themes.googleusercontent.com/static/fonts/sourcesanspro/v7/ODelI1aHBYDBqgeIAH2zlNzbP97U9sKh0jjxbPbfOKg.ttf) format("truetype"); }
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans Pro Semibold"), local("SourceSansPro-Semibold"), url(//themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGNNE-IuDiR70wI4zXaKqWCM.ttf) format("truetype"); }
/*    google font on server
--------------------------------------------------------------------------------*/
/*    icomoon
--------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../../../assets/common/css/fonts/icomoon.eot?g5brci");
  src: url("../../../assets/common/css/fonts/icomoon.eot?g5brci#iefix") format("embedded-opentype"), url("../../../assets/common/css/fonts/icomoon.ttf?g5brci") format("truetype"), url("../../../assets/common/css/fonts/icomoon.woff?g5brci") format("woff"), url("../../../assets/common/css/fonts/icomoon.svg?g5brci#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search01:before {
  content: "\e90b"; }

.icon-reserve01:before {
  content: "\e90a"; }

.icon-arrow02:before {
  content: "\e909"; }

.icon-another01:before {
  content: "\e908"; }

.icon-arrow01:before {
  content: "\e900"; }

.icon-language01:before {
  content: "\e901"; }

.icon-logomark01:before {
  content: "\e902"; }

.icon-pass01:before {
  content: "\e903"; }

.icon-pdf01:before {
  content: "\e904"; }

.icon-share01:before {
  content: "\e905"; }

.icon-train01:before {
  content: "\e906"; }

.icon-wifi01:before {
  content: "\e907"; }

/*    custom
--------------------------------------------------------------------------------*/
body.top .kvArea {
  position: relative; }
  body.top .kvArea .c-title {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    padding: 10px;
    color: #ffffff; }
    @media print, screen and (min-width: 960px) {
      body.top .kvArea .c-title h2 {
        font-size: 4.2rem; } }
    body.top .kvArea .c-title h2 + .p-linkWrap {
      margin-top: 5px; }
    body.top .kvArea .c-title a {
      min-width: 250px;
      color: #ffffff;
      font-size: 2rem; }
  @media only screen and (max-width: 960px) {
    body.top .kvArea .slick-slide {
      height: 400px; } }
  body.top .kvArea .slick-slide figure {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    body.top .kvArea .slick-slide figure img {
      display: block;
      width: 100%; }
      @media only screen and (max-width: 960px) {
        body.top .kvArea .slick-slide figure img {
          height: 100%;
          width: auto;
          position: absolute;
          left: 0; } }
  @media only screen and (max-width: 480px) {
    body.top .kvArea .slick-slide.kvSlide_elem01 img {
      left: -120%; } }
  @media only screen and (max-width: 480px) {
    body.top .kvArea .slick-slide.kvSlide_elem03 img {
      left: -40%; } }

.sightseeingBtn {
  display: table;
  width: 100%;
  margin-top: 0;
  padding: 20px 40px 20px 20px;
  line-height: 1.2;
  position: relative;
  font-weight: bold;
  background: url(../../../../foreign/assets/common/images/link_sightseeing_bg01.jpg) no-repeat top -60px left 0;
  min-height: 260px;
  background-size: 100% auto; }
  @media only screen and (max-width: 960px) {
    .sightseeingBtn {
      background: url(../../../../foreign/assets/common/images/link_sightseeing_bg01.jpg) no-repeat top 0 left 0/100%;
      min-height: 160px; } }
  .sightseeingBtn .p-linkWrap {
    display: table-cell;
    vertical-align: middle; }
    .sightseeingBtn .p-linkWrap .-transparent {
      padding: 15px 60px;
      font-size: 1.8rem; }

.footLink {
  margin-top: 40px; }
  .footLink a {
    font-weight: bold; }
  @media print, screen and (min-width: 960px) {
    .footLink ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media print, screen and (min-width: 960px) {
    .footLink ul > li + li {
      margin-top: 0 !important; } }
  @media print, screen and (min-width: 960px) {
    .footLink .btn {
      justify-content: space-between;
      margin-top: 40px; }
      .footLink .btn li {
        margin: 0;
        width: 48%; } }
  .footLink .btn > li + li {
    margin-top: 20px; }
  .footLink .btn .link {
    text-align: left; }
  .footLink .list {
    margin-top: 20px;
    border-top: 1px solid #C5C5C5; }
    @media print, screen and (min-width: 960px) {
      .footLink .list {
        border-top: none;
        margin-top: 40px; } }
    .footLink .list .p-linkWrap {
      border-bottom: 1px solid #BBBBBB; }
      @media print, screen and (min-width: 960px) {
        .footLink .list .p-linkWrap {
          border-top: 1px solid #BBBBBB;
          width: 32%; } }
      .footLink .list .p-linkWrap .link.-btn {
        text-align: left;
        padding: 20px 0;
        padding-right: 50px; }
      * + .footLink .list .p-linkWrap {
        margin-top: 0; }
      .footLink .list .p-linkWrap + .p-linkWrap {
        margin-top: 0; }
      .footLink .list .p-linkWrap a {
        margin-bottom: 0; }
  .footLink .bnr {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media print, screen and (min-width: 960px) {
      .footLink .bnr {
        justify-content: center;
        margin-top: 40px; } }
    @media only screen and (max-width: 960px) {
      .footLink .bnr a {
        display: block;
        width: 100%; }
        .footLink .bnr a img {
          width: 100%; } }
    .footLink .bnr li {
      width: 48%;
      display: inline-block;
      text-align: center; }
      @media print, screen and (min-width: 960px) {
        .footLink .bnr li {
          width: 20%; }
          .footLink .bnr li:not(:last-of-type) {
            padding-right: 5px; } }
      .footLink .bnr li:nth-of-type(n+3) {
        margin-top: 10px; }
      .footLink .bnr li a {
        display: block;
        box-sizing: border-box; }
        .footLink .bnr li a.-border {
          border: 1px solid #ededed; }
  .footLink .fbLink {
    text-align: center;
    margin: auto;
    margin-top: 40px; }
    .footLink .fbLink a {
      display: block; }

.floatingMenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.4); }
  .floatingMenu ul {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: space-between; }
    .floatingMenu ul li {
      background: #ffffff;
      width: calc(100% / 3);
      border-right: 1px solid #ffffff; }
      .floatingMenu ul li:last-of-type {
        border-right: none; }
      .floatingMenu ul li a {
        padding: 10px;
        background: #005BAC;
        color: #ffffff;
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 1.4rem;
        line-height: 1.2;
        height: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center; }
        @media only screen and (max-width: 960px) {
          .floatingMenu ul li a {
            padding: 15px 10px; } }
        @media only screen and (max-width: 768px) {
          .floatingMenu ul li a {
            font-size: 1.2rem; } }
        .floatingMenu ul li a:before {
          font-weight: normal;
          display: inline-block;
          margin-right: 10px;
          line-height: 1; }
          @media only screen and (max-width: 960px) {
            .floatingMenu ul li a:before {
              display: none; } }
        .floatingMenu ul li a.icon-search01:before {
          font-size: 2.6rem; }
        .floatingMenu ul li a.icon-pass01:before {
          font-size: 5rem; }
        .floatingMenu ul li a.icon-reserve01:before {
          font-size: 2.6rem; }
        .floatingMenu ul li a:hover {
          cursor: pointer;
          opacity: 0.7;
          transition: all 0.4s; }

/*----- 202208add highlightArea -----*/
.highlightArea {
	background: url("../../../../foreign/assets/top/images/sightseeing_highlight_bg.jpg");
	background-size: 100%;
	padding: 60px 0;
}
.highlightArea .tits {
	margin-bottom: 20px;
  text-align: center;
}
.highlightArea .tits span {
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  padding: 10px 60px;
  text-align: center;
  background: #000000;
  border-radius: 100px;
  display: block;
  line-height: 1.2;
}
.highlightArea .innerWrap > div{
	background: #fff;
	margin-bottom: 50px;
	padding: 30px;
}
.highlightArea .innerWrap > div:last-child{
	margin-bottom: 0;
}
.highlightArea h4{
	font-size: 3.2rem;
	margin-bottom: 18px;
}
.highlightArea h4 span{
	border-bottom: 1px solid #000;
	display: block;
	font-size: 2rem;
}
.highlightArea .p-linkWrap{
	margin-top: 22px;
}
.highlightArea .p-linkWrap .link.-btn.-line{
	display: inline-block;
	padding: 15px 35px;
  padding-right: 53px;
	font-size: 1.8rem;
}
.highlightArea .p-subMenuArea{
	background: none;
	padding: 0;
}
.highlightArea .tripBlock .c-title_sXL{
	font-size: 3.2rem;
	font-weight: 700;
	color: #000;
	text-align: left;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 18px;
}
.highlightArea .tripBlock .p-tabArea .tab-group.-hulf{
	width: 90%;
}
.highlightArea .tripBlock .p-tabArea :not(.l-gridWrap) .tab{
	border: 1px solid #000;
	margin: 0 6px;
}
.highlightArea .tripBlock .p-tabArea .tab.is-active{
	background: #000;
}
.highlightArea .tripBlock .cardBox .inner{
	padding: 5px 0 0 0;
}
.highlightArea .tripBlock .cardBox .cardBox-title{
	color: #000;
}
@media only screen and (max-width: 960px) {
.highlightArea .tits span {
	font-size: 2.4rem;
}
.highlightArea h4 span{
	font-size: 1.5rem;
}
.highlightArea h4,
.highlightArea .tripBlock .c-title_sXL,
.highlightArea .p-linkWrap{
	text-align: center;
}
.highlightArea .flex .txtBox{
	margin-bottom: 20px;
}
}
@media print, screen and (min-width: 960px) {
.highlightArea .flex{
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.highlightArea .flex .txtBox{
	max-width: 350px;
}
.highlightArea .flex .movieBox,
.highlightArea .flex figure{
	max-width: 507px;
}
.highlightArea .tripBlock .cardBox{
	width: 295px !important;
}
}
@media only screen and (max-width: 768px) {
.highlightArea{
	padding: 40px 0;
}
.highlightArea .tits span {
	padding-left: 50px;
	padding-right: 50px;
}
.highlightArea .innerWrap > div{
	padding: 20px;
}
.tripBlock .innerWrap{
	width: 100%;
}
.highlightArea .innerWrap > div{
	margin-bottom: 20px;
}
.highlightArea .tripBlock .p-tabArea .tab-group.-hulf{
	width: 100%;
}
.highlightArea .tripBlock .p-tabArea :not(.l-gridWrap) .tab{
	margin: 0 5px;
}
.highlightArea .p-linkWrap .link.-btn.-line{
	padding: 10px 40px 10px 20px;
	font-size: 1.6rem;
}
}
/*----- /202208add highlightArea -----*/