@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");
}

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*    google font on server
--------------------------------------------------------------------------------*/
/*    icomoon
--------------------------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?g5brci");
  src: url("fonts/icomoon.eot?g5brci#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?g5brci") format("truetype"),
    url("fonts/icomoon.woff?g5brci") format("woff"),
    url("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
--------------------------------------------------------------------------------*/
@media print,
screen and (min-width: 1200px) {
  /* 1260px以上*/
}

@media only screen and (max-width: 1024px) {
  /* 1024px以下*/
}

@media only screen and (max-width: 768px) {
  /* 768px以下*/
}

@media only screen and (max-width: 480px) {
  /* 480px以下*/
}

@media only screen and (max-width: 320px) {
  /* 320px以下*/
}

/*================================================================================

reset & default & font

================================================================================*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*======================================================================

Defaults Styles

======================================================================*/
html {
  font-size: 62.5%;
}

body {
  color: #000000;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
}

body.en {
  font-family: roboto-condensed, sans-serif, Helvetica, Arial;
  font-weight: 500;
}

body.zh-TW {
  font-family: "Noto Sans TC", "Segoe UI", SegoeUI, 
    "微軟正黑體", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.zh-CN {
  font-family: "Noto Sans SC", "Segoe UI", SegoeUI, "Microsoft YaHei",
    "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.ko {
  font-family: "Noto Sans KR", "Segoe UI", SegoeUI, "Malgun Gothic", Gulim,
    "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.th {
  font-family: roboto-condensed, sans-serif, Helvetica, Arial;
  font-weight: 500;
}

body.jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*selection*/
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/*placeholder*/
::placeholder-shown {
  color: #cccccc;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #cccccc;
}

/* Firefox 18- */
::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

/* IE 10+ */
::-ms-input-placeholder {
  color: #cccccc;
}

img,
svg {
  border: 0;
  border-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

ul,
dl,
ol {
  list-style-type: none;
}

/*    Link
--------------------------------------------------------------------------------*/
a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

a:active {
  color: #000000;
  text-decoration: none;
}

*:focus {
  outline: none;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
/*================================================================================

common parts

================================================================================*/
.c-w25per {
  width: 25%;
}

.c-w50per {
  width: 50%;
}

.c-w100per {
  width: 100%;
  height: auto;
}

.c-h100per {
  height: 100%;
}

.c-floatL {
  float: left;
}

.c-floatR {
  float: right;
}

.c-alL {
  text-align: left;
}

.c-alC {
  text-align: center;
}


@media screen and (max-width: 768px) {
  .c-alC.c-sp_alL {
    text-align: left;
  }
}

.c-alR {
  text-align: right;
}

.c-vaT {
  vertical-align: top;
}

.c-vaM {
  vertical-align: middle;
}

.c-vaB {
  vertical-align: bottom;
}

.c-cRed {
  color: #e40732;
}

.c-fwBold {
  font-weight: bold;
}

.c-disnon {
  display: none;
}

.c-nowrap {
  white-space: nowrap;
}

.loading-anime {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #ffffff;
}

.loading-anime .logo {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 200px;
}

.loading-anime .innerWrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.loading-anime .loadingMap {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 100%;
}

.loading-anime .loadingMap::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  border: 3px solid #005bac;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  margin: 9% 0 0 -3.4%;
  z-index: 2;
  animation: flash 3s linear infinite;
}

@media only screen and (max-width: 960px) {
  .loading-anime .loadingMap::before {
    width: 90px;
    height: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .loading-anime .loadingMap::before {
    width: 170px;
    height: 170px;
    margin: 21% 0 0 -4%;
  }
}

@media only screen and (max-width: 480px) {
  .loading-anime .loadingMap::before {
    width: 110px;
    height: 110px;
  }
}

.loading-anime .loadingMap img {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .loading-anime .loadingMap img {
    width: 80%;
    transform: scale(1.3) translate(-33%, -40%);
  }
}

.loading-anime .c-title_sXL {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .loading-anime .c-title_sXL {
    top: 40%;
  }
}

@keyframes flash {

  0%,
  20%,
  40%,
  60%,
  100% {
    opacity: 1;
  }

  10%,
  30%,
  50% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(3.5) translate(-4%, -33%);
  }
}

body:not(.top):not(.-spot):not(.stationInfo) .kvArea:not(.-noPic) {
  position: relative;
}

body:not(.top):not(.-spot):not(.stationInfo) .kvArea:not(.-noPic) .c-titleArea {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  padding: 10px;
  margin: 0;
}

body:not(.top):not(.-spot):not(.stationInfo) .kvArea:not(.-noPic) .c-titleArea>* {
  color: #ffffff;
}

body:not(.top):not(.-spot):not(.stationInfo) .kvArea:not(.-noPic) .c-titleArea a {
  color: #ffffff;
}

.kvArea .kvSlide {
  display: none;
}

.kvArea .kvSlide.slick-initialized {
  display: block;
}

.kvArea .slick-slide img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .kvArea .slick-slide img {
    height: 400px;
    width: auto;
    max-width: max-content;
  }
}

.kvArea.-min {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.kvArea.-min .kvSlide {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 960px) {
  .kvArea.-min .kvSlide .slick-slide img {
    width: 1367px;
    height: auto;
    margin: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.kvArea.-min.-noPic {
  height: auto;
}

.kvArea.-min.-noPic .c-titleArea {
  position: static;
  padding: 40px 15px 0;
  margin: 0;
}

.kvArea.-min.-noPic .c-titleArea * {
  color: #005bac;
  margin: auto;
  line-height: 1.2;
}

.kvArea.-min.-noPic+main {
  padding-top: 40px;
}

*+.p-listWrap {
  margin-top: 10px;
}

.p-listWrap.-center {
  text-align: center;
}

.p-listWrap.-dot {
  list-style-type: none;
}

.p-listWrap.-dot>li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}

.p-listWrap.-dot>li:before {
  content: "";
  text-indent: 0;
  font-size: 0.8rem;
  display: inline-block;
  vertical-align: 1.5px;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #000000;
}

.p-listWrap.-check {
  list-style-type: none;
}

.p-listWrap.-check>li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
  position: relative;
}

.p-listWrap.-check>li:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 9px;
  margin-right: 5px;
  vertical-align: 3px;
  border-left: 3px solid #005bac;
  border-bottom: 3px solid #005bac;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-listWrap.-asterisk {
  list-style-type: none;
}

.p-listWrap.-asterisk>li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-listWrap.-asterisk>li:before {
  font-size: 2rem;
  content: "*";
  margin-right: 5px;
}

body.jp .p-listWrap.-asterisk>li:before {
  font-size: 2rem;
  content: "※";
  margin-right: 5px;
}

.p-listWrap dl.item {
  display: table;
}

>.p-listWrap dl.item {
  margin-top: 10px;
}

.p-listWrap dl.item+dl.item {
  margin-top: 5px;
}

.p-listWrap dl.item dt,
.p-listWrap dl.item dd {
  display: table-cell;
}

.p-listWrap.-number {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

.p-listWrap.-number>ol {
  padding-left: 1em;
}

.p-listWrap.-number>li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-bottom: 20px;
}

.p-listWrap.-number>li *:not(li) {
  text-indent: 0;
}

.p-listWrap.-number>li p {
  margin-top: 10px;
}

.p-listWrap.-number>li:before {
  counter-increment: item;
  content: counter(item) ".";
  /* 以下は自由に装飾... */
  padding-right: 0.5em;
  font-weight: bold;
}

.p-indent {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.p-indentList {
  display: flex;
  margin-top: 5px;
}

.p-indentList dt {
  padding-right: 3px;
}

*:not(th)+.p-linkWrap {
  margin-top: 15px;
}

.l-gridWrap+.p-linkWrap {
  margin-top: 30px;
}

.p-linkWrap+.p-linkWrap {
  margin-top: 15px;
}

.p-linkWrap a {
  display: block;
  transition: all 0.4s;
}

.p-linkWrap a:not(.-btn):hover {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.4s;
  color: #005bac;
}

.p-linkWrap.-center {
  text-align: center;
}

.p-linkWrap.-center>a {
  display: inline-block;
}

.p-linkWrap.-left {
  text-align: left;
}

.p-linkWrap.-right {
  text-align: right;
}

.p-linkWrap .link {
  display: block;
  position: relative;
  margin-bottom: 5px;
}

.p-linkWrap .link+.link:not(.elem) {
  margin-top: 15px;
}

.p-linkWrap .link::before,
.p-linkWrap .link::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.p-linkWrap .link.-btn {
  padding: 10px 40px;
  text-align: center;
  color: #000000;
  background: #ffffff;
  border-radius: 100px;
}

.p-linkWrap .link.-btn:not(.-pdf)::after,
.p-linkWrap .link.-btn:not(.-ancer)::after {
  content: "\e900";
  font-size: 1.4rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.p-linkWrap .link.-btn.-transparent {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
  color: #ffffff;
}

.p-linkWrap .link.-btn.-orange {
  background: #f78100;
  padding: 10px;
  padding-right: 50px;
  font-weight: bold;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.4;
}

.p-linkWrap .link.-btn.-orange::after {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  padding: 5px;
  background: #ffffff;
  border-radius: 100px;
  color: #000000;
  font-size: 1.4rem;
}

.p-linkWrap .link.-btn.-gray {
  background: #ededed;
  padding: 10px 20px;
  padding-right: 50px;
}

.p-linkWrap .link.-btn.-gray::after {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  padding: 5px;
  background: #ffffff;
  border-radius: 100px;
  color: #000000;
  font-size: 1.4rem;
}

.p-linkWrap .link.-btn.-yellow {
  background: #ffc300;
  padding: 10px 20px;
  padding-right: 40px;
}

.p-linkWrap .link.-btn.-yellow::after {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 1.4rem;
}

.p-linkWrap .link.-btn.-line {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #000000;
}

.p-linkWrap .link.-btn.-line:not(.-pdf) {
  padding-right: 40px;
}

.p-linkWrap .link.-btn.-line:hover {
  background: #005bac;
  border: 1px solid #005bac;
  color: #ffffff;
}

.p-linkWrap .link.-btn.-line:hover::after {
  color: #ffffff;
}

.p-linkWrap .link.-btn.-line.-colorOra {
  border-color: #f78100;
}

.p-linkWrap .link.-btn.-line.-colorOra:hover {
  background: #f78100;
  border: 1px solid #f78100;
}

.p-linkWrap .link.-btn.-noRounded {
  border-radius: 0;
}

.p-linkWrap .link.-btn.-unique {
  background: #f78100 url(../../../../foreign/assets/common/images/icon_pass01.png) no-repeat left 15px center/56px;
  padding: 20px 80px;
  margin-top: 35px;
  color: #000000;
  border: 1px solid #000000;
  font-weight: bold;
  line-height: 1.2;
}

.p-linkWrap .link.-btn.-unique:hover {
  background-color: #ffffff;
  color: #f78100;
  border: 1px solid #f78100;
}

.p-linkWrap .link.-btn.-unique.-oneDay {
  background-color: #e40732;
  color: #ffffff;
}

.p-linkWrap .link.-btn.-unique.-oneDay:hover {
  background-color: #ffffff;
  color: #e40732;
  border: 1px solid #e40732;
}

.p-linkWrap .link.-btn.-unique.-twoDay {
  background-color: #7a4b8c;
  color: #ffffff;
}

.p-linkWrap .link.-btn.-unique.-twoDay:hover {
  background-color: #ffffff;
  color: #7a4b8c;
  border: 1px solid #7a4b8c;
}

.p-linkWrap .link.-btn.-unique.-fiveDay {
  background-color: #005bac;
  color: #ffffff;
}

.p-linkWrap .link.-btn.-unique.-fiveDay:hover {
  background-color: #ffffff;
  color: #005bac;
  border: 1px solid #005bac;
}

.p-linkWrap .link.-btn.-unique.-fiveDayPlus {
  background-color: #15a45c;
  color: #ffffff;
}

.p-linkWrap .link.-btn.-unique.-fiveDayPlus:hover {
  background-color: #ffffff;
  color: #15a45c;
  border: 1px solid #15a45c;
}

.p-linkWrap .link.-btn.-sizeM {
  width: 60%;
}

@media only screen and (max-width: 960px) {
  .p-linkWrap .link.-btn.-sizeM {
    width: 100%;
  }
}

.p-linkWrap .link.-btn.-pdf {
  padding-left: 55px;
  padding-right: 40px;
}

.p-linkWrap .link.-btn.-pdf::before {
  content: "\e904";
  font-size: 1.8rem;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.p-linkWrap .link.-btn.-ancer:after {
  content: "\e900";
  font-size: 1.4rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.p-linkWrap .link.-txt {
  padding: 0 0 0 25px;
  text-align: center;
  color: #000000;
  display: inline-block;
  position: relative;
  text-align: left;
}

.p-linkWrap .link.-txt::before {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  color: #000000;
  font-size: 1.6rem;
}

.p-linkWrap .link.-txt.-ancer:before {
  content: "\e900";
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.p-linkWrap .link.-txt.-ancer.-goTop:before {
  transform: translateY(-50%) rotate(-90deg);
}

.p-linkWrap .link.-pdf::before {
  content: "\e904";
  font-size: 1.8rem;
}

.p-linkWrap .link.-other {
  padding-left: 25px;
}

.p-linkWrap .link.-other::before {
  content: "\e908";
  font-size: 1.5rem;
}

.p-linkWrap .link.-close {
  position: relative;
}

.p-linkWrap .link.-close::before,
.p-linkWrap .link.-close::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: -1% 0 0 -50%;
  background: #000000;
}

.p-linkWrap .link.-close::before {
  transform: rotate(-45deg);
}

.p-linkWrap .link.-close::after {
  transform: rotate(45deg);
}

.p-linkWrap.-sizeVariable>a {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .p-linkWrap.-sizeVariable>a {
    width: auto;
  }
}

*+.p-linkWrapList {
  margin-top: 30px;
}

.p-linkWrapList.-horizontal {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

.p-linkWrapList.-horizontal li {
  margin-top: 0;
  margin-bottom: 0;
  min-width: 30%;
}

.p-linkWrapList.-horizontal li:not(:last-of-type) {
  margin-right: 10px;
}

.p-linkWrapList.-horizontal li a {
  width: 100%;
}

.p-linkWrapList>li {
  margin-bottom: 10px;
}

.p-linkWrapList.-line a {
  display: block;
  background: #ffffff;
  padding: 5px 10px;
  color: #005bac;
  border: 1px solid #005bac;
  position: relative;
  border-radius: 100px;
  font-size: 1.4rem;
  text-align: center;
}

.p-linkWrap .iconPic {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
}

.p-linkWrap .iconPic.-wifi01 img {
  max-width: 30px;
}

.p-linkWrap .iconPic.-train01 img {
  max-height: 25px;
}

.p-linkWrap.l-gridWrap a.elem {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-indListWrap+.p-indListWrap {
  margin-top: 60px;
}

.p-indListWrap>.elem:not(:first-of-type) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #bbbbbb;
}

.p-indListWrap>.elem:not(:first-of-type).-wide {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px dashed #bbbbbb;
}

.p-linkPicBox {
  position: relative;
}

.p-linkPicBox figcaption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  text-align: center;
  z-index: 2;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
}

.p-linkPicBox::after {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 5px;
  background: #ffffff;
  border-radius: 100px;
  color: #000000;
  font-size: 1.4rem;
  z-index: 3;
}

.p-imgHover01 {
  overflow: hidden;
}

.p-imgHover01.-sizeM .linkPic {
  overflow: hidden;
}

.p-imgHover01 img {
  transition: all 0.6s ease 0s;
  width: 100%;
  max-width: 100%;
}

.p-imgHover01:hover img {
  cursor: pointer;
  transform: scale(1.4, 1.4);
}

.c-picBox {
  position: relative;
}

*+.c-picBox:not(.elem):not(.p-boxWrap):not(.-spOnly) {
  margin-top: 15px;
}

*[class*="c-title"]+.c-picBox {
  margin-top: 10px;
}

.c-picBox.-wAuto {
  text-align: center;
}

.c-picBox.-wAuto.-left {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .c-picBox.-wAuto.-spCenter {
    text-align: center;
  }
}

.c-picBox.-wAuto img {
  width: auto;
}

@media only screen and (max-width: 768px) {
  .c-picBox.-wAuto.-spWide img {
    width: 100%;
  }
}

.c-picBox:not(.-wAuto) img {
  width: 100%;
}

.c-picBox.-mapping svg {
  max-width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.c-picBox .caption {
  margin-top: 5px;
  font-size: 1.2rem;
}

*[class*="c-title"] {
  font-weight: 700;
  color: #005bac;
  text-align: center;
}

*[class*="c-title"]>a {
  color: #005bac;
}

div+*[class*="c-title"] {
  margin-top: 20px;
}

*[class*="c-title"].-discreet {
  color: #333333;
  text-align: left;
}

*[class*="c-title"].-bgGray {
  background: #aaaaaa;
  padding: 5px 15px;
  margin-bottom: 20px;
  text-align: left;
  color: #ffffff;
}

*[class*="c-title"].-bgGray a {
  color: #ffffff;
  text-decoration: underline;
}

*[class*="c-title"].-bgBlue {
  background: #005bac;
  padding: 5px 10px;
  margin-bottom: 15px;
  color: #ffffff;
}

*[class*="c-title"].-bgBlue a {
  color: #ffffff;
  text-decoration: underline;
}

*[class*="c-title"].-left {
  text-align: left;
}

*[class*="c-title"].-center {
  text-align: center;
}

*[class*="c-title"].-cBlk {
  color: #000000;
}

*[class*="c-title"].-fwNomal {
  font-weight: normal;
}

*[class*="c-title"].-decDot:before {
  content: "●";
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
  line-height: 1.2;
}

.c-titleArea {
  margin-bottom: 20px;
}

.c-title_sXXL {
  font-size: 4.6rem;
  line-height: 1;
}

@media only screen and (max-width: 480px) {
  .c-title_sXXL {
    font-size: 4rem;
  }
}

.c-title_sXXL+.sub,
.c-title_sXXL .sub {
  font-size: 2.6rem;
}

.c-title_sXL {
  font-size: 4rem;
  line-height: 1;
  margin-top: -3px;
}

@media only screen and (max-width: 480px) {
  .c-title_sXL {
    font-size: 2.8rem;
  }
}

.c-title_sXL+.sub,
.c-title_sXL .sub {
  font-size: 2rem;
}

.c-title_sL {
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .c-title_sL {
    font-size: 2.4rem;
  }
}

.c-title_sL+.sub,
.c-title_sL .sub {
  font-size: 2rem;
}

.c-title_sM {
  font-size: 2.2rem;
}

*+.c-title_sM {
  margin-top: 20px;
}

@media only screen and (max-width: 480px) {
  .c-title_sM {
    font-size: 2rem;
  }
}

.c-title_sS {
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .c-title_sS {
    font-size: 1.6rem;
  }
}

.c-lead {
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .c-lead {
    text-align: left;
  }
}

*[class*="c-title"]+.c-lead {
  margin-top: 20px;
}

.c-lead.-lineTop {
  border-top: 1px solid #bbbbbb;
  padding-top: 30px;
}

*[class*="c-text"] a:not(.link) {
  text-decoration: underline;
  color: #005bac;
}

*+.c-text {
  margin-top: 10px;
}

.c-text+[class*="c-title"] {
  margin-top: 15px;
}

*+.c-textBox {
  margin-top: 15px;
}

.c-textBox+.c-textBox {
  margin-top: 60px;
}

.c-textBox .c-title_sM {
  margin-bottom: 5px;
}

.c-textBox *[class*="c-title"].-bar {
  margin-bottom: 10px;
}

.p-linkWrap+.p-txt {
  margin-top: 10px;
}

*+*[class*="p-boxWrap"] {
  margin-top: 40px;
}

.p-boxWrapLine {
  margin-top: 40px;
  border: 1px solid #bbbbbb;
  padding: 15px 16px;
  border-radius: 5px;
}

.p-boxWrapLine.-ora {
  border: 1px solid #f78100;
}

@media only screen and (max-width: 768px) {
  .p-boxWrapLine .l-gridWrap.-col05 .elem {
    width: 48%;
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
  }

  .p-boxWrapLine .l-gridWrap.-col05 .elem:nth-of-type(5n) {
    margin-right: 15px;
  }

  .p-boxWrapLine .l-gridWrap.-col05 .elem:nth-of-type(2n) {
    margin-right: 0;
  }

  .p-boxWrapLine .l-gridWrap.-col05 .elem:nth-of-type(n + 3) {
    margin-top: 15px;
  }
}

.p-boxWrapBgGray {
  margin-top: 40px;
  padding: 15px;
  background: #ededed;
}

.c-flowBoxWrap {
  margin-top: 40px;
}

.c-flowBoxWrap .flowBox {
  border: 1px solid #005bac;
  padding: 15px;
  border-radius: 5px;
  padding-left: 70px;
}

.c-flowBoxWrap .flowBox:not(:first-of-type) {
  margin-top: 20px;
}

.c-flowBoxWrap .flowBox>[class*="c-title"] {
  position: relative;
}

.c-flowBoxWrap .flowBox>[class*="c-title"] .num {
  position: absolute;
  left: -50px;
  top: 0;
  background: #005bac;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #ffffff;
}

.-bgYellow {
  padding: 15px;
  background: #fdfce8;
}

.c-title_sS+.p-priceBox {
  margin-top: 5px;
}

.p-priceBox {
  font-weight: 700;
  color: #f78100;
  font-feature-settings: "palt";
  text-align: center;
}

.p-priceBox .price {
  letter-spacing: -3px;
  margin-right: 2px;
  line-height: 1;
}

.p-priceBox.-large {
  font-size: 1.5rem;
}

.p-priceBox.-large .price {
  font-size: 8rem;
}

@media only screen and (max-width: 960px) {
  .p-priceBox.-large .price {
    font-size: 5rem;
  }
}

.p-priceBox.-medium {
  font-size: 2.2rem;
}

.p-priceBox.-medium .price {
  font-size: 4rem;
}

.p-priceBox.-small {
  font-size: 1.4rem;
}

.p-priceBox.-small .price {
  font-size: 3.2rem;
}

.p-priceBox.-perType {
  display: flex;
  text-align: center;
  justify-content: center;
}

.p-priceBox.-perType li {
  display: inline-block;
  position: relative;
}

.p-priceBox.-perType li:first-of-type {
  padding-right: 25px;
}

.p-priceBox.-perType li p {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  font-size: 2rem;
}

.p-priceBox.-perType li .type {
  font-size: 1.7rem;
  color: #000000;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 100px;
  border: 1px solid #bbbbbb;
  line-height: 1.4;
  background: #ffffff;
}

.p-priceBox.-perType li .price {
  font-size: 5.4rem;
}

@media only screen and (max-width: 960px) {
  .p-priceBox.-perType li .price {
    font-size: 4.6rem;
  }
}

.p-priceBox.-fromTo {
  display: flex;
  text-align: center;
  justify-content: center;
}

.p-priceBox.-fromTo li {
  display: inline-block;
  position: relative;
}

.p-priceBox.-fromTo li:first-of-type {
  padding-right: 25px;
}

.p-priceBox.-fromTo li.from:before {
  content: "〜";
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.zh-CN .p-priceBox.-fromTo li.from:before {
  content: "至";
}

.p-priceBox .child {
  font-size: 3.4rem;
}

@media only screen and (max-width: 960px) {
  .p-priceBox .child {
    margin-top: 20px;
  }
}

.p-priceBox .child .price {
  font-size: 3.6rem;
}

.p-priceBox.-lineR {
  border-right: 1px dashed #000000;
}

.p-passtypeArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

*:not(section)+.p-passtypeArea {
  margin-top: 20px;
}

.p-passtypeArea .elem {
  width: 22%;
}

@media only screen and (max-width: 960px) {
  .p-passtypeArea .elem {
    width: 48%;
  }

  .p-passtypeArea .elem:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

.p-passtypeArea a {
  display: block;
  transition: all 0.4s;
}

.p-passtypeArea a:hover {
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.4s;
}

.p-passtypeArea .passBox {
  border: 1px solid #000000;
  border-radius: 10px;
  overflow: hidden;
}

.p-passtypeArea .passBox+.p-linkWrap {
  margin-top: 5px;
}

.p-passtypeArea .passBox .tits {
  font-size: 2.4rem;
  color: #ffffff;
  padding: 3px 10px;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .p-passtypeArea .passBox .tits {
    font-size: 1.8rem;
  }
}

.p-passtypeArea .passBox.-oneDay .tits {
  background: #e40732;
}

.p-passtypeArea .passBox.-twoDay .tits {
  background: #7a4b8c;
}

.p-passtypeArea .passBox.-fiveDay .tits {
  background: #005bac;
}

.p-passtypeArea .passBox.-fiveDayPlus .tits {
  background: #15a45c;
}

.p-passtypeArea .passBox .passInner {
  padding: 10px 7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-flow: column;
}

@media print,
screen and (min-width: 960px) {
  .p-passtypeArea .passBox .passInner {
    padding: 15px;
  }
}

.p-passtypeArea .passBox .divideBox {
  display: table;
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 10px;
  line-height: 1;
  border-bottom: 1px dotted #000000;
}

.p-passtypeArea .passBox .divideBox:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.p-passtypeArea .passBox .divideBox dt,
.p-passtypeArea .passBox .divideBox dd {
  display: table-cell;
  vertical-align: middle;
}

.p-passtypeArea .passBox .divideBox dt {
  font-weight: 700;
  line-height: 1.2;
}
body.th .p-passtypeArea .passBox .divideBox dt {
	width:90px;
}


.p-passtypeArea .passBox .divideBox dd,
.p-passtypeArea .passBox .divideBox dd p {
  text-align: right;
}

.p-passtypeArea.-tagList {
  justify-content: start;
}

@media print,
screen and (min-width: 960px) {
  .p-passtypeArea.-tagList {
    display: block;
  }
}

.p-passtypeArea.-tagList .elem {
  width: auto;
  font-size: 1rem;
  margin-top: 0;
  color: #ffffff;
  padding: 3px 5px;
  margin-right: 5px;
}

@media print,
screen and (min-width: 960px) {
  .p-passtypeArea.-tagList .elem {
    display: inline-block;
  }
}

.p-passtypeArea.-tagList .elem.-oneDay {
  background: #e40732;
}

.p-passtypeArea.-tagList .elem.-twoDay {
  background: #7a4b8c;
}

.p-passtypeArea.-tagList .elem.-fiveDay {
  background: #005bac;
}

.p-passtypeArea.-tagList .elem.-fiveDayPlus {
  background: #15a45c;
}

.p-passtypeArea.-tagLinkList .elem {
  width: auto;
  font-size: 1.2rem;
  margin-top: 0;
  color: #ffffff;
}

@media print,
screen and (min-width: 960px) {
  .p-passtypeArea.-tagLinkList .elem {
    display: inline-block;
  }
}

.p-passtypeArea.-tagLinkList .elem a.-oneDay {
  color: #e40732;
}

.p-passtypeArea.-tagLinkList .elem a.-oneDay:hover {
  background: #e40732;
}

.p-passtypeArea.-tagLinkList .elem a.-twoDay {
  color: #7a4b8c;
}

.p-passtypeArea.-tagLinkList .elem a.-twoDay:hover {
  background: #7a4b8c;
}

.p-passtypeArea.-tagLinkList .elem a.-fiveDay {
  color: #005bac;
}

.p-passtypeArea.-tagLinkList .elem a.-fiveDay:hover {
  background: #005bac;
}

.p-passtypeArea.-tagLinkList .elem a.-fiveDayPlus {
  color: #15a45c;
}

.p-passtypeArea.-tagLinkList .elem a.-fiveDayPlus:hover {
  background: #15a45c;
}

/* accordion */
*+.p-accordionArea01 {
  margin-top: 30px;
}

.p-accordionArea01:not(.p-subMenuArea) .accoTitle {
  background: #d0eaf8;
}

.p-accordionArea01 .accoTitle {
  padding: 10px 40px 10px 10px;
  font-size: 2rem;
  color: #000000;
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-accordionArea01 .accoTitle {
    font-size: 1.6rem;
    padding: 15px 40px 15px 15px;
  }
}

.p-accordionArea01 .accoTitle .num {
  display: inline-block;
  padding: 10px;
  background: #ffffff;
  color: #005bac;
  font-size: 1.2rem;
  margin-right: 10px;
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 10px;
}

.p-accordionArea01 .accoTitle:hover {
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.4s;
}

.p-accordionArea01 .accordion_icon {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.p-accordionArea01 .accordion_icon span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #000000;
}

.p-accordionArea01 .accordion_icon span:nth-of-type(1) {
  top: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.p-accordionArea01 .accordion_icon span:nth-of-type(2) {
  top: 10px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

@media only screen and (max-width: 768px) {
  .p-accordionArea01 .accordion_icon {
    top: 45%;
    width: 15px;
    height: 15px;
  }
}

.p-accordionArea01 .accoTitle.active .accordion_icon span:nth-of-type(1) {
  display: none;
}

.p-accordionArea01 .accoTitle.active .accordion_icon span:nth-of-type(2) {
  top: 10px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.p-accordionArea01 .accoCont {
  padding-top: 15px;
  position: relative;
}

.p-accordionArea01 .accoCont .l-gridWrap {
  justify-content: start;
}

.p-accordionArea01 .accoCont a {
  display: inline-block;
}

/* dataArea */
.p-dataArea .c-title_sS {
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333333;
}

.p-dataArea .c-title_sM {
  text-align: left;
}

.p-dataArea .p-linkWrap .link+.link:not(.elem) {
  margin-top: 0;
}

.p-railPassArea .c-title_sM {
  text-align: center;
}

.p-railPassArea>.tits {
  margin-top: 40px;
  text-align: center;
}

.p-railPassArea>.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;
}

@media only screen and (max-width: 960px) {
  .p-railPassArea>.tits span {
    font-size: 2.4rem;
  }
}

.p-railPassArea .c-title_sXL {
  font-size: 3.2rem;
}

@media only screen and (max-width: 960px) {
  .p-railPassArea .c-title_sXL {
    font-size: 2.4rem;
  }
}

.p-railPassArea .p-passtypeArea {
  margin-bottom: 25px;
}

.p-railPassArea .discountBlock {
  text-align: center;
  margin-top: 20px;
}

.p-railPassArea .discountBlock .lead {
  font-weight: bold;
  margin-top: 10px;
}

.p-railPassArea .discountBlock .p-priceBox {
  margin-top: 10px;
}

@media print,
screen and (min-width: 960px) {
  .p-railPassArea .p-linkWrap .link.-btn:not(.-pdf).-line {
    padding: 15px 60px;
    padding-right: 70px;
    font-size: 1.8rem;
  }
}

.p-bnrBtn {
  display: block;
}

.p-bnrBtn.-picBg {
  color: #ffffff;
  font-size: 2rem;
  padding: 20px 40px 20px 20px;
  line-height: 1.2;
  position: relative;
  font-weight: 700;
}

.p-bnrBtn.-picBg::after {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  padding: 5px;
  background: #ffffff;
  border-radius: 100px;
  color: #000000;
  font-size: 1.4rem;
}

.p-bnrBtn.-picBg .-large {
  font-size: 2.8rem;
}

.p-bnrBtn.-reservation {
  padding: 40px 40px 40px 40px;
  background: url(../../../assets/common/images/link_reservation_bg01.png) no-repeat 0 0 / cover;
}

.spotName {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
}

@media only screen and (max-width: 480px) {
  .spotName {
    font-size: 1.4rem;
  }
}

.linkPic+.spotName {
  margin-top: 5px;
}

.stationName {
  line-height: 1.2;
}

.p-subMenuArea {
  background: #ffc300;
  padding: 60px 0;
}

@media only screen and (max-width: 960px) {
  .p-subMenuArea {
    padding: 40px 0;
  }
}

.p-subMenuArea .c-title_sM {
  text-align: center;
}

.p-subMenuArea+.p-otherMenuArea {
  margin-top: 0;
}

.p-subMenuArea .subMenuSlider {
  width: 960px;
  margin: auto;
  margin-top: 20px;
}

@media only screen and (max-width: 960px) {
  .p-subMenuArea .subMenuSlider {
    width: auto;
  }
}

.p-subMenuArea .subMenuSlider .slick-slide {
  margin: 0 5px;
}

.p-subMenuArea .subMenuSlider .slick-slide img {
  width: 100%;
  background: #000000;
}

.p-subMenuArea .subMenuSlider .slick-prev,
.p-subMenuArea .subMenuSlider .slick-next {
  width: 38px;
  height: 38px;
  background: #ffffff;
  border-radius: 100px;
  z-index: 99;
}

.p-subMenuArea .subMenuSlider .slick-prev::after,
.p-subMenuArea .subMenuSlider .slick-next::after {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #000000;
  font-size: 1.8rem;
}

.p-subMenuArea .subMenuSlider .slick-next {
  right: -50px;
}

@media only screen and (max-width: 768px) {
  .p-subMenuArea .subMenuSlider .slick-next {
    right: 5%;
  }
}

@media only screen and (max-width: 480px) {
  .p-subMenuArea .subMenuSlider .slick-next {
    right: 8%;
  }
}

.p-subMenuArea .subMenuSlider .slick-prev {
  left: -50px;
}

.p-subMenuArea .subMenuSlider .slick-prev::after {
  transform: translateY(-50%) scale(-1, 1);
}

@media only screen and (max-width: 768px) {
  .p-subMenuArea .subMenuSlider .slick-prev {
    left: 5%;
  }
}

@media only screen and (max-width: 480px) {
  .p-subMenuArea .subMenuSlider .slick-prev {
    left: 8%;
  }
}

/* --- More to do　非表示用 --- */
.sightseeing.-spot .p-otherMenuArea .l-gridWrap .elem:nth-child(n + 5) {
  	display: none;
}

.sightseeing.-spot .p-otherMenuArea .p-imgHover01 img {
  background: #000000;
}

.sightseeing.-spot .p-otherMenuArea {
  border-bottom: 1px solid #bbbbbb;
}

.p-tabArea {
  width: 100%;
  margin-top: 30px;
}

.p-tabArea .tab-group {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-bottom: 30px;
}

.p-tabArea .tab-group.-hulf {
  width: 50%;
}

@media only screen and (max-width: 960px) {
  .p-tabArea .tab-group.-hulf {
    width: calc(100% - 20px);
  }
}

@media print,
screen and (min-width: 960px) {
  .p-tabArea .l-gridWrap.-col03:not(.-pcCol06) .elem:not(:nth-of-type(3n)) {
    margin-right: 10px;
  }
}

.p-tabArea:not(:nth-of-type(3n)) {
  margin-right: 15px;
}

@media only screen and (max-width: 960px) {
  .p-tabArea .l-gridWrap.-col03 .elem:not(:nth-of-type(3n)) {
    margin-right: 10px;
  }
}

@media print,
screen and (min-width: 960px) {
  .p-tabArea .l-gridWrap.-col03 .elem:not(:nth-of-type(3n)) {
    margin-right: 10px;
  }
}

.p-tabArea .l-gridWrap.-col03 .elem:not(:nth-of-type(-n + 3)) {
  margin-top: 20px;
}

.p-tabArea .l-gridWrap.-col03 .elem {
  width: calc((100% - 20px) / 3);
}

.p-tabArea :not(.l-gridWrap) .tab {
  flex-grow: 1;
  margin: 0 5px;
  padding: 5px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  background: #ffffff;
  width: 30%;
  border-radius: 100px;
  font-weight: bold;
}

.p-tabArea :not(.l-gridWrap) .tab:hover {
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.4s;
}

.p-tabArea .l-gridWrap .tab {
  padding: 5px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #005bac;
  border-radius: 100px;
  color: #005bac;
}

.p-tabArea .l-gridWrap .tab:hover {
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.4s;
}

.p-tabArea .tab.is-active {
  background: #005bac;
  color: #fff;
  transition: all 0.2s ease-out;
  opacity: 1;
}

.cardBox.-bgGray01 {
  background: #ededed;
}

.cardBox>a {
  background: #ffffff;
  display: block;
  position: relative;
}

.cardBox .dayLabel {
  position: absolute;
  top: 0;
  left: 20px;
  padding: 10px 15px;
  line-height: 1;
  background: #ffffff;
  text-align: center;
  font-weight: 700;
}

.cardBox .dayLabel .num {
  font-size: 3rem;
}

.cardBox .inner {
  padding: 20px;
}

.cardBox .cardBox-title {
  font-size: 2rem;
  color: #005bac;
  text-align: left;
}

.cardBox .c-picBox+[class*="c-title"] {
  margin-top: 10px;
}

.cardBox.-horizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cardBox.-horizontal>a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 35px 15px 15px;
  width: 100%;
  border-radius: 5px;
  background: #ededed;
  border: 1px solid #bbbbbb;
}

.cardBox.-horizontal>a::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e900";
  font-size: 1.4rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.cardBox.-horizontal>a .elemLeft {
  width: 105px;
  padding-right: 15px;
}

.cardBox.-horizontal>a .elemRight {
  width: calc(100% - 105px);
}

.cardBox.-horizontal>a:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.4s;
  color: #005bac;
}

.panelDefault {
  padding: 20px;
  border: 1px solid #000000;
}

.panelBg {
  padding: 60px 0;
}

@media only screen and (max-width: 960px) {
  .panelBg {
    padding: 40px 0;
  }
}

.panelBg.-gray {
  background: #ededed;
}

.c-lead+.detaBox {
  margin-top: 20px;
}

.detaBox dl {
  display: table;
  width: 100%;
}

.detaBox dl dt.icon {
  width: 35px;
  display: table-cell;
}

.detaBox dl dt.icon::before {
  margin-right: 5px;
}

.detaBox dl dt.icon::after {
  content: "：";
  display: inline-block;
}

.detaBox dl dd {
  display: table-cell;
}

@media only screen and (max-width: 768px) {
  .detaBox dl.-normal {
    display: block;
  }
}

.detaBox dl.-normal dt {
  width: 100px;
  display: table-cell;
}

@media only screen and (max-width: 768px) {
  .detaBox dl.-normal dt {
    display: block;
    font-weight: bold;
  }
}

.detaBox dl.-normal dt.-sizeM {
  width: 120px;
}

.detaBox dl.-normal dt.-sizeL {
  width: 160px;
}

.detaBox dl.-normal dd {
  word-wrap: break-word;
}

@media only screen and (max-width: 768px) {
  .detaBox dl.-normal dd {
    display: block;
  }
}

.detaBox dl.tel dt.icon::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  display: inline-block;
}

.detaBox dl.add dt.icon::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  display: inline-block;
}

/*---------------------------------------------
table
---------------------------------------------*/
.p-attention {
  margin-top: 30px;
}

.p-attention+.tableWrap {
  margin-top: 10px;
}

.tableWrap {
  display: block;
}

*+.tableWrap {
  margin-top: 30px;
}

.tableWrap tbody,
.tableWrap thead {
  width: 100%;
}

.tableWrap table[class^="table"] {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
}

.tableWrap table[class^="table"] tr>* {
  padding: 15px 20px;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  background: #ffffff;
  color: #000000;
}

.tableWrap table[class^="table"] tr>th {
  background: #ededed;
  text-align: left;
  vertical-align: middle;
}

.tableWrap .tableColumn01 {
  table-layout: fixed;
  width: 100%;
  background: #ffffff;
}

.tableWrap .tableColumn01 th,
.tableWrap .tableColumn01 td {
  vertical-align: top;
  position: inherit;
}

.tableWrap .tableColumn01 th.-wSizeM,
.tableWrap .tableColumn01 td.-wSizeM {
  width: 30%;
}

.tableWrap .tableColumn01 .-vMid {
  vertical-align: middle;
}

.tableWrap .tableColumn01 .-tCent {
  text-align: center;
}

@media only screen and (max-width: 960px) {

  .tableWrap:not(.tblScroll01):not(.spTblBlock01) .tableColumn01 th,
  .tableWrap:not(.tblScroll01):not(.spTblBlock01) .tableColumn01 td {
    display: block;
    width: 100% !important;
  }
}

.p-table:not(.-noneLine) {
  margin-top: 20px;
  border-top: 1px dashed #333333;
  width: 100%;
  text-align: left;
}

.p-table:not(.-noneLine) th,
.p-table:not(.-noneLine) td {
  border-bottom: 1px dashed #333333;
  padding: 10px 0;
}

.p-table:not(.-noneLine) th {
  width: 22%;
  font-weight: bold;
  vertical-align: top;
}

.p-table.-noneLine th {
  text-align: left;
}

.p-table.-noneLine td {
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .tblScroll01 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }

  .tblScroll01:after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: contain;
    position: absolute;
    left: 0;
    /* 初期位置 */
    margin: -25px 0 0 -25px;
    top: 50%;
    opacity: 0;
    /* 透明度100%で実質非表示 */
  }

  .tblScroll01.show:after {
    opacity: 1;
    /* 透明度の変化で表示させる */
    -webkit-transition: 0.8s;
    transition: 0.8s;
    /* アニメーション */
    left: 50%;
    /* 移動 */
  }

  .tblScroll01.del:after {
    /* 矢印を隠す */
    display: none;
  }

  .tblScroll01::-webkit-scrollbar {
    /*tableにスクロールバーを追加*/
    height: 5px;
  }

  .tblScroll01::-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #f1f1f1;
  }

  .tblScroll01::-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #bcbcbc;
  }

  .tblScroll01 table.tableColumn01 {
    width: 960px;
  }

  .tblScroll01 table.tableColumn01 th,
  .tblScroll01 table.tableColumn01 td {
    padding: 12px;
    display: table-cell;
  }
}

.trainInfoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
  border: 1px solid #005bac;
  margin-bottom: 80px;
  box-sizing: border-box;
}

@media only screen and (max-width: 960px) {
  .trainInfoBox {
    display: block;
  }
}

.trainInfoBox .c-title_sS {
  padding: 10px 20px;
  background: #005bac;
  color: #ffffff;
}

.trainInfoBox .c-textBox {
  margin-top: 0;
  padding: 10px 20px;
  font-size: 2rem;
  text-align: center;
}

.mapIframeBox {
  margin-top: 30px;
  text-align: center;
}

.mapIframeBox iframe {
  width: 70%;
  height: 400px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .mapIframeBox iframe {
    width: 100%;
    height: 200px;
  }
}

/* sightseeing*/
body.sightseeing .kvArea {
  position: relative;
  z-index: 2;
}

body.sightseeing:not(.-spot) main {
  padding-top: 0;
}

body.sightseeing.-index .kvArea .slick-slide img {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}

@media only screen and (max-width: 480px) {
  body.sightseeing.-index .kvArea .slick-slide img {
    height: 350px;
  }

  body.sightseeing.-index .kvArea .slick-slide:nth-of-type(1) img {
    transform: translateX(-61%);
  }

  body.sightseeing.-index .kvArea .slick-slide:nth-of-type(2) img {
    transform: translateX(-34%);
  }

  body.sightseeing.-index .kvArea .slick-slide:nth-of-type(3) img {
    transform: translateX(-34%);
  }
}

body.sightseeing.-index .placeToGo .map .mapBg {
  position: relative;
}

body.sightseeing.-index .placeToGo .map .mapBg svg {
  width: 1600px;
  height: 820px;
  max-width: initial;
  max-width: initial;
  margin: -40px 0 0;
}

body.sightseeing.-index .placeToGo .map .mapBg #japan-map .item {
  fill: #b5cfdd;
  transition: all 0.4s;
}

body.sightseeing.-index .placeToGo .map .mapBg #japan-map .item.-active {
  fill: #00a0e9;
  opacity: 0.9;
  transition: all 0.4s;
}

body.sightseeing .placeToGo {
  position: relative;
}

body.sightseeing .placeToGo .innerWrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 960px) {
  body.sightseeing .placeToGo .innerWrap {
    padding-top: 300px;
    padding-bottom: 40px;
  }
}

body.sightseeing .placeToGo .innerWrap [class*="c-title"] {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 960px) {
  body.sightseeing .placeToGo .innerWrap [class*="c-title"] {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
  }
}

body.sightseeing .placeToGo .innerWrap .map {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-38%);
  z-index: 0;
}

@media only screen and (max-width: 960px) {
  body.sightseeing .placeToGo .innerWrap .map {
    top: -120px;
    padding-left: 0;
    padding-right: 280px;
    transform: translateX(-50%);
  }
}

body.sightseeing .placeToGo .l-gridWrap {
  width: 60%;
  margin-top: 30px;
}

@media only screen and (max-width: 960px) {
  body.sightseeing .placeToGo .l-gridWrap {
    width: 100%;
  }
}

body.sightseeing .placeToGo .l-gridWrap a {
  display: block;
}

body.sightseeing .placeToGo .l-gridWrap a img {
  background-color: #000000;
}

body.sightseeing .p-subMenuArea {
  margin-top: 0;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 960px) {
  body.sightseeing.-area .kvArea.-min .kvSlide .slick-slide img {
    width: 1000px;
    transform: translateX(-60%);
  }
}

@media only screen and (max-width: 480px) {
  body.sightseeing.-area .kvArea.-min .kvSlide .slick-slide img {
    width: 720px;
    transform: translateX(-50%);
  }
}

body.sightseeing.-area .placeToGo .innerWrap {
  min-height: 440px;
  padding-top: 40px;
  position: relative;
}

@media only screen and (max-width: 960px) {
  body.sightseeing.-area .placeToGo .innerWrap {
    min-height: 400px;
  }
}

body.sightseeing.-area .placeToGo .innerWrap .map {
  padding-left: 0;
  z-index: 0;
  top: -15%;
  width: 1600px;
  transform: translateX(-59%);
}

body.sightseeing.-area .placeToGo .innerWrap .map svg {
  width: 1600px;
  height: 820px;
  max-width: initial;
  max-width: initial;
  margin: 0;
}

@media only screen and (max-width: 960px) {
  body.sightseeing.-area .placeToGo .innerWrap .map {
    top: -20%;
  }
}

body.sightseeing.-area .placeToGo .innerWrap #japan-map .item {
  fill: #b5cfdd;
}

body.sightseeing.-area .placeToGo .innerWrap #japan-map .item.-active {
  fill: #00a0e9;
  opacity: 0.9;
}

body.sightseeing.-area .areaNavArea {
  position: relative;
  z-index: 2;
  margin-top: 0;
}

body.sightseeing.-area .areaNavArea .c-title_sS {
  margin-top: 40px;
}

@media print,
screen and (min-width: 960px) {
  body.sightseeing.-area .p-tabArea .l-gridWrap.-col03.tab-group .elem:not(:nth-of-type(-n + 3)) {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 960px) {
  body.sightseeing.-area .p-tabArea .l-gridWrap.-col03.-spCol02.tab-group .elem:not(:nth-of-type(-n + 2)) {
    margin-top: 0px;
  }
}

body.sightseeing.-area .tab-group .tab {
  line-height: 1.2;
  padding: 5px 15px;
}

body.sightseeing.-area .p-tabArea .l-gridWrap {
  justify-content: start;
}

body.sightseeing.-area .p-subMenuArea {
  margin-top: 60px;
}

@media only screen and (max-width: 960px) {
  body.sightseeing.-area .p-subMenuArea {
    margin-top: 40px;
  }
}

body.sightseeing.-area .p-imgHover01.-sizeM .linkPic img {
  background: #000000;
}

.sightseeing.-spot main {
  padding-bottom: 0;
}

.sightseeing.-spot .c-titleArea .c-title_sXL {
  margin-top: 20px;
  text-align: left;
  font-size: 3rem;
}

.sightseeing.-spot .c-titleArea .pic {
  margin-top: 20px;
}

.sightseeing.-spot .c-titleArea .pic.-sizeM {
  width: 40%;
}

.sightseeing.-spot .c-titleArea .area {
  font-size: 2rem;
}

.sightseeing.-spot .c-titleArea .category {
  font-weight: normal;
  margin-top: 5px;
}

.sightseeing.-spot .kvArea .c-titleArea {
  text-align: left;
}

@media print,
screen and (min-width: 960px) {
  .sightseeing.-spot .kvArea .c-titleArea {
    display: inline-block;
    float: right;
    width: 36%;
  }
}

@media only screen and (max-width: 768px) {
  .sightseeing.-spot .kvArea .c-titleArea {
    padding: 0 20px;
  }
}

.sightseeing.-spot .kvArea .kv {
  position: relative;
  width: 100%;
}

@media print,
screen and (min-width: 960px) {
  .sightseeing.-spot .kvArea .kv {
    display: inline-block;
    width: 60%;
    float: left;
  }
}

.sightseeing.-spot .kvArea .kv img {
  background: #000000;
}

.sightseeing.-spot .kvArea .c-lead {
  margin-top: 15px;
  text-align: left;
}

@media print,
screen and (min-width: 960px) {
  .sightseeing.-spot .kvArea .c-lead {
    display: inline-block;
    float: right;
    width: 36%;
    font-size: 1.8rem;
  }
}

.sightseeing.-spot .kvArea .c-lead .spotReadMore {
  position: relative;
}

.sightseeing.-spot .kvArea .c-lead .spotReadMore:after {
  opacity: 0;
  transition: all 0.4s;
  content: "";
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  height: 80px;
  background: white;
  background: linear-gradient(0deg,
      white 0%,
      white 10%,
      rgba(255, 255, 255, 0) 100%);
}

.sightseeing.-spot .kvArea .c-lead .spotReadMore[aria-expanded="false"]:after {
  opacity: 1;
  transition: all 0.4s;
  position: absolute;
}

.sightseeing.-spot .kvArea .c-lead .p-linkWrap {
  margin-top: 5px;
  width: auto;
  display: inline-block;
}

.sightseeing.-spot .kvArea .c-lead .p-linkWrap a {
  display: inline-block;
}

.sightseeing.-spot .kvArea .caption {
  text-align: right;
  display: block;
  font-size: 1.2rem;
}

.sightseeing.-spot .kvArea .caption.-heritage {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #000000;
  color: #ffffff;
  padding: 3px 5px;
  font-size: 1rem;
}

.sightseeing.-spot #spotGallery .c-picBox img {
  background: #000000;
}

.sightseeing.-spot section.data+section {
  margin-top: 80px;
}

@media only screen and (max-width: 480px) {

  .sightseeing.-spot section.data .p-table:not(.-noneLine) th,
  .sightseeing.-spot section.data .p-table:not(.-noneLine) td {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .sightseeing.-spot section.data .p-table:not(.-noneLine) th {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.viewer-container .viewer-title {
  color: #fff;
  font-weight: bold;
  display: block;
  font-size: 1.6rem;
  margin: 0 5% 15px;
}

body.typeBasic.-ticket main {
  padding-top: 30px;
}

body.typeBasic.-ticket .tabSection+section {
  margin-top: 30px;
}

body.typeBasic.-ticket .p-passtypeArea.-tagLinkList .elem a {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 10px;
  padding-right: 30px;
}

body.typeBasic.-ticket .c-lead {
  margin-bottom: 40px;
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox {
  width: 960px;
  margin: auto;
}

@media only screen and (max-width: 960px) {
  body.typeBasic.-ticket .p-passtypeArea .passTypeBox {
    width: 100%;
  }
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox+.passTypeBox {
  margin-top: 60px;
}

@media only screen and (max-width: 960px) {
  body.typeBasic.-ticket .p-passtypeArea .passTypeBox+.passTypeBox {
    margin-top: 40px;
  }
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox .title {
  width: 100%;
  color: #ffffff;
  padding: 10px;
  position: relative;
  display: table;
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox .title>.elem {
  display: table-cell;
  vertical-align: middle;
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox .title>.elem:nth-child(2) {
  text-align: right;
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox .title .dayLabel {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  background: #ffffff;
  text-align: center;
  font-weight: 700;
  color: #000000;
  border-radius: 6px;
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox .title .dayLabel .num {
  font-size: 2rem;
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox.-oneDay .title {
  background: #e40732;
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox.-twoDay .title {
  background: #7a4b8c;
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox.-fiveDay .title {
  background: #005bac;
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox.-fiveDayPlus .title {
  background: #15a45c;
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox .priceInfoWrap {
  display: table;
  width: 100%;
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox .priceInfoWrap .passSummary {
  margin-bottom: 15px;
  display: block;
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox .priceInfoWrap .passSummary .tag {
  display: block;
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox .priceInfoWrap .passSummary .tag li {
  display: inline-block;
  background: #005bac;
  border-radius: 6%;
  padding: 5px 10px;
  color: #ffffff;
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox .priceInfoWrap .passSummary .text {
  font-size: 2rem;
  font-weight: bold;
  color: #005bac;
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox .priceInfoWrap .p-linkWrap .link.-btn.-unique {
  margin-top: 15px;
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox .p-priceBox {
  background: #fdfce8;
}

@media print,
screen and (min-width: 960px) {
  body.typeBasic.-ticket .p-passtypeArea .passTypeBox .p-priceBox {
    border-right: 1px dashed #000000;
  }
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox .p-priceBox>.elem {
  width: 100%;
  padding: 20px;
  border-bottom: 1px dashed #000000;
}

@media print,
screen and (min-width: 960px) {
  body.typeBasic.-ticket .p-passtypeArea .passTypeBox .p-priceBox>.elem:last-of-type {
    border-bottom: none;
  }
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox .p-priceBox p:not(.child) .price {
  font-size: 7.4rem;
}

@media print,
screen and (min-width: 960px) {
  body.typeBasic.-ticket .p-passtypeArea .passTypeBox .p-priceBox {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
  }
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox .p-priceBox .elem .tits {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000000;
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox .p-priceBox .elem .tits+p {
  line-height: 1;
}

@media only screen and (max-width: 960px) {
  body.typeBasic.-ticket .p-passtypeArea .passTypeBox .c-textBox {
    padding: 20px 20px 0;
  }

  body.typeBasic.-ticket .p-passtypeArea .passTypeBox .c-textBox .-center {
    text-align: left;
  }
}

@media print,
screen and (min-width: 960px) {
  body.typeBasic.-ticket .p-passtypeArea .passTypeBox .c-textBox {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    font-size: 1.8rem;
    padding: 20px 20px;
  }

  body.typeBasic.-ticket .p-passtypeArea .passTypeBox .c-textBox .-center {
    text-align: left;
  }
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox .p-txt.-emphasis {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #00a0e9;
}

body.typeBasic.-ticket .p-passtypeArea .passTypeBox .cf {
  margin-bottom: 40px;
}

body.typeBasic.-ticket .p-subMenuArea {
  padding: 20px 0;
  margin: auto;
  width: 960px;
}

@media only screen and (max-width: 960px) {
  body.typeBasic.-ticket .p-subMenuArea {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 960px) {
  body.typeBasic.-ticket .p-subMenuArea {
    width: 100%;
  }
}

body.typeBasic.-ticket .p-subMenuArea .c-title_sXL {
  font-size: 2.8rem;
  margin-bottom: 0;
}

@media print,
screen and (min-width: 960px) {
  body.typeBasic.-ticket .p-subMenuArea .c-title_sXL .sub {
    font-size: 2.8rem;
    margin-right: 5px;
  }
}

body.typeBasic.-ticket .p-subMenuArea .accoTitle {
  padding: 0 40px 0 10px;
}

body.typeBasic.-ticket .p-subMenuArea .accoCont {
  margin-top: 20px;
  border-top: 1px dashed #000000;
}

@media print,
screen and (min-width: 960px) {
  body.typeBasic.-ticket .p-subMenuArea .accoCont {
    padding: 20px;
  }
}

body.typeBasic.-ticket .p-subMenuArea .accoCont .p-imgHover01 img {
  background: #000000;
}

body.typeBasic.-ticket.-detail .p-subMenuArea {
  margin-top: 60px;
}

body.typeBasic.-ticket.-detail .kvArea .c-title_sL {
  padding: 40px 0 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  body.typeBasic.-ticket.-detail .kvArea .c-title_sL {
    padding: 30px 0 0;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }
}

body.typeBasic.-ticket.-detail .c-picBox.-pass {
  width: 50%;
  margin: auto auto 30px;
}

body.typeBasic .indexMap {
  width: 100%;
}

.p-posAbs .c-picBox {
  position: relative;
  padding-bottom: 80px;
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 480px) {
  .p-posAbs .c-picBox {
    padding-bottom: 0;
  }
}

.p-posAbs .c-picBox>p {
  position: absolute;
  text-align: left;
  display: block;
}

@media only screen and (max-width: 960px) {
  .p-posAbs .c-picBox>p {
    position: initial;
  }
}

body.howto-before .flow_let .num01 .fir {
  top: 37%;
  left: 11%;
}

body.howto-before .flow_let .num01 .sec {
  top: 37%;
  left: 59%;
}

body.howto-before .flow_let .num01 .thr {
  left: 12%;
  left: 11%;
}

body.howto-before .flow_let .num01 .for {
  left: 12%;
  left: 59%;
}

body.howto-before .flow_let .num02 .fir {
  top: 34%;
  left: 0%;
}

body.jp.howto-before .flow_let .num02 .fir {
  top: 38%;
  left: 0%;
}

body.howto-before .flow_let .num02 .sec {
  top: 34%;
  left: 62%;
}

body.jp.howto-before .flow_let .num02 .sec {
  top: 38%;
  left: 62%;
}

body.howto-before .flow_let .num02 .thr {
  top: 90%;
  left: 0;
}

body.howto-before .flow_let .num02 .for {
  top: 90%;
  left: 62%;
}

body.howto-before .flow_iwm .num01 .fir {
  top: 77%;
  right: 0;
  left: 0;
  text-align: right;
  margin: 5px auto 0;
}

@media print,
screen and (min-width: 768px) {
  body.howto-before .flow_iwm .num01 .fir {
    width: 722px;
  }
}

body.howto-before .tableColumn01 img {
  width: 70%;
  margin: auto;
  display: block;
}

body.howto-before .ticketmachines .tableColumn01 {
  border-top: 0;
  border-left: 0;
}

body.howto-before .ticketmachines .tableColumn01 th {
  border-left: 1px solid #bbbbbb;
}

body.howto-before .ticketmachines .tableColumn01 td.c-picBox {
  border-top: 1px solid #bbbbbb;
}

body.howto-howto .tomc .c-picBox,
body.howto-getoff .tomc .c-picBox {
  padding-bottom: 0;
}

body.howto-howto .tomc .c-picBox p,
body.howto-getoff .tomc .c-picBox p {
  bottom: 4%;
  right: 13%;
  width: 26%;
}

@media only screen and (max-width: 960px) {

  body.howto-howto .tomc .c-picBox p,
  body.howto-getoff .tomc .c-picBox p {
    width: 50%;
    text-align: right;
    position: absolute;
    right: 0;
  }


}


body.jp.howto-howto .tomc .c-picBox p,
body.jp.howto-getoff .tomc .c-picBox p {
  width: 260px;
  position: absolute;
  right: 120px;
  top: 61%;
  bottom: auto;
  text-align: left;
}

@media screen and (max-width: 960px) {

  body.jp.howto-howto .tomc .c-picBox p,
  body.jp.howto-getoff .tomc .c-picBox p {
    top: 60%;
    right: 0px;
    width: 36%;
  }
}

@media screen and (max-width: 480px) {

  body.jp.howto-howto .tomc .c-picBox p,
  body.jp.howto-getoff .tomc .c-picBox p {
    position: static;
    width: auto;
  }
}

body.howto-howto .ic .c-picBox p,
body.howto-getoff .ic .c-picBox p {
  top: 69%;
  right: 13%;
  width: 26%;
  text-align: right;
}

@media only screen and (max-width: 960px) {

  body.howto-howto .ic .c-picBox p,
  body.howto-getoff .ic .c-picBox p {
    width: 50%;
    text-align: right;
  }
}

body.jp.howto-howto .ic .c-picBox p,
body.jp.howto-getoff .ic .c-picBox p {
  width: 260px;
  position: absolute;
  right: 120px;
  bottom: auto;
  text-align: left;
}


@media screen and (max-width: 960px) {

  body.jp.howto-howto .ic .c-picBox p,
  body.jp.howto-getoff .ic .c-picBox p {
    top: 65%;
    right: 0px;
    width: 35%;
  }
}

@media screen and (max-width: 480px) {

  body.jp.howto-howto .ic .c-picBox p,
  body.jp.howto-getoff .ic .c-picBox p {
    position: static;
    width: auto;
    text-align: left;
  }
}





body.zh-CN.howto-howto .tomc .c-picBox p,
body.zh-TW.howto-howto .tomc .c-picBox p,
body.ko.howto-howto .tomc .c-picBox p,
body.zh-CN.howto-getoff .tomc .c-picBox p,
body.zh-TW.howto-getoff .tomc .c-picBox p,
body.ko.howto-getoff .tomc .c-picBox p {
  margin: 5px auto 0;
  bottom: 18%;
}

@media print,
screen and (min-width: 768px) {

  body.zh-CN.howto-howto .tomc .c-picBox p,
  body.zh-TW.howto-howto .tomc .c-picBox p,
  body.ko.howto-howto .tomc .c-picBox p,
  body.zh-CN.howto-getoff .tomc .c-picBox p,
  body.zh-TW.howto-getoff .tomc .c-picBox p,
  body.ko.howto-getoff .tomc .c-picBox p {
    width: 702px;
    text-align: right;
    right: 0;
    left: 0;
  }
}

@media only screen and (max-width: 768px) {

  body.zh-CN.howto-howto .tomc .c-picBox p,
  body.zh-TW.howto-howto .tomc .c-picBox p,
  body.ko.howto-howto .tomc .c-picBox p,
  body.zh-CN.howto-getoff .tomc .c-picBox p,
  body.zh-TW.howto-getoff .tomc .c-picBox p,
  body.ko.howto-getoff .tomc .c-picBox p {
    position: inherit;
    width: auto;
  }
}

body.zh-CN.howto-howto .tomc .c-picBox p {
  bottom: 8%;
}

@media print,
screen and (min-width: 768px) {
  body.ko.howto-getoff .tomc .c-picBox p {
    width: 350px;
    left: inherit;
    right: 130px;
    bottom: 7%;
  }
}

@media print,
screen and (min-width: 768px) {
  body.en.howto-howto .tomc .c-picBox p {
    bottom: 15%;
  }

  body.en.howto-getoff .tomc .c-picBox p {
    bottom: 18%;
  }
}

@media only screen and (max-width: 480px) {

  body.en.howto-howto .tomc .c-picBox p,
  body.en.howto-getoff .tomc .c-picBox p {
    position: initial;
    width: 100%;
    text-align: right;
  }
}

body.en.howto-howto .tomc .c-picBox,
body.en.howto-getoff .tomc .c-picBox {
  padding-bottom: 40px;
}

@media print,
screen and (min-width: 768px) {
  body.en.howto-getoff .tomc .c-picBox p {
    bottom: 12%;
  }
}

body.zh-CN.howto-howto .ic .c-picBox p,
body.zh-TW.howto-howto .ic .c-picBox p,
body.ko.howto-howto .ic .c-picBox p,
body.th.howto-howto .ic .c-picBox p,
body.en.howto-howto .ic .c-picBox p,
body.zh-CN.howto-getoff .ic .c-picBox p,
body.zh-TW.howto-getoff .ic .c-picBox p,
body.ko.howto-getoff .ic .c-picBox p,
body.th.howto-getoff .ic .c-picBox p,
body.en.howto-getoff .ic .c-picBox p {
  margin: 5px auto 0;
}

@media print,
screen and (min-width: 768px) {

  body.zh-CN.howto-howto .ic .c-picBox p,
  body.zh-TW.howto-howto .ic .c-picBox p,
  body.ko.howto-howto .ic .c-picBox p,
  body.th.howto-howto .ic .c-picBox p,
  body.en.howto-howto .ic .c-picBox p,
  body.zh-CN.howto-getoff .ic .c-picBox p,
  body.zh-TW.howto-getoff .ic .c-picBox p,
  body.ko.howto-getoff .ic .c-picBox p,
  body.th.howto-getoff .ic .c-picBox p,
  body.en.howto-getoff .ic .c-picBox p {
    width: 702px;
    text-align: right;
  }
}

@media only screen and (max-width: 768px) {

  body.zh-CN.howto-howto .ic .c-picBox p,
  body.zh-TW.howto-howto .ic .c-picBox p,
  body.ko.howto-howto .ic .c-picBox p,
  body.th.howto-howto .ic .c-picBox p,
  body.en.howto-howto .ic .c-picBox p,
  body.zh-CN.howto-getoff .ic .c-picBox p,
  body.zh-TW.howto-getoff .ic .c-picBox p,
  body.ko.howto-getoff .ic .c-picBox p,
  body.th.howto-getoff .ic .c-picBox p,
  body.en.howto-getoff .ic .c-picBox p {
    position: initial;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {

  body.en.howto-howto .ic .c-picBox p,
  body.en.howto-getoff .ic .c-picBox p {
    position: initial;
    width: 100%;
    text-align: right;
  }
}

body.routemap-root .bd-box {
  border-bottom: 1px dashed #bbbbbb;
}

@media only screen and (max-width: 960px) {
  body.routemap-root .bd-box {
    width: 100%;
  }
}

body.routemap-root h4[class*="root"] {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 10px;
}

body.routemap-root h4[class*="root"] img {
  display: inline-block;
  margin: 0 10px;
}

@media only screen and (max-width: 960px) {
  body.routemap-root .rootWrap .bd-box .list {
    width: 20%;
  }
}

body.about .boxLink {
  display: block;
}

body.about .boxLink .inner {
  padding: 25px;
  background: rgba(0, 91, 172, 0.3);
}

body.about .boxLink:hover {
  opacity: 0.7;
  transition: all 0.4s;
}

body.wifi .wifiMap .-grow1 {
  display: flex;
  justify-content: space-between;
}

*+body.wifi .wifiMap .-grow1 figure.c-picBox {
  width: 47%;
  margin-top: 0;
}

body.wifi .stations .tableWrap th {
  width: 8em;
  padding: 0 0 0 55px;
  background-image: url(../../../../foreign/assets/wifi/images/english/wifi-red.png),
    url(../../../../foreign/assets/wifi/images/english/wifi-blue.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 10px center, 27px center;
  background-size: 15px 15px, 15px 15px;
}

body.wifi .stations .tableWrap th.wifi-red {
  background-image: url(../../../../foreign/assets/wifi/images/english/wifi-red.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 15px 15px;
}

body.wifi .stations .tableWrap td {
  text-align: center;
  width: 30px;
  padding: 5px;
}

body.wifi .stations .dN719 {
  color: #c22047;
}

body.wifi .stations .d141 {
  color: #3887d4;
}

body.wifi .stations .dN795 {
  color: #e7a61a;
}

body.wifi .stations .dF293 {
  color: #008446;
}

body.wifi .stations .dF38 {
  color: #1b3db0;
}

body.wifi .stations .dF35 {
  color: #00b1bb;
}

body.wifi .stations .d91 {
  color: #6ebc29;
}

body.wifi .stations .dF251 {
  color: #b1865b;
}

body.wifi .stations .d443 {
  color: #879495;
}

body.wifi .stations .wifiBtn {
  margin-top: 40px;
}

body.wifi .stations .wifiBtn a {
  display: flex;
  width: 100%;
  padding: 10px;
}

body.wifi .stations .wifiBtn a figure {
  width: 70px;
}

body.wifi .stations .wifiBtn a .textWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-flow: column;
  text-align: center;
  font-weight: bold;
  width: 100%;
  padding-left: 10px;
  font-size: 1.8rem;
}

body.wifi .stations .wifiBtn .wifiBtn01 {
  border: 1px solid #0068b6;
  border-radius: 7px;
}

body.wifi .stations .wifiBtn .wifiBtn01 a {
  color: #0068b6;
  transition: all 0.4s;
}

body.wifi .stations .wifiBtn .wifiBtn01 a:hover {
  background: rgba(0, 104, 182, 0.2);
  transition: all 0.4s;
}

body.wifi .stations .wifiBtn .wifiBtn02 {
  border: 1px solid #b41b35;
  border-radius: 7px;
}

body.wifi .stations .wifiBtn .wifiBtn02 a {
  color: #b41b35;
  transition: all 0.4s;
}

body.wifi .stations .wifiBtn .wifiBtn02 a:hover {
  background: rgba(180, 27, 53, 0.2);
  transition: all 0.4s;
}

body.wifi .howto .logo {
  text-align: center;
  margin-top: 40px;
}

body.wifi .howto .logo .c-picBox {
  width: 130px;
  margin: auto;
}

body.wifi .howto .logo .subText01 {
  font-size: 1.8rem;
  font-weight: bold;
}

body.wifi .howto .flowBox:not(:first-of-type) {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  body.wifi .howto .flowBox:not(:first-of-type) {
    margin-top: 15px;
  }
}

body.wifi .howto .l-gridWrap.-col03 .elem:not(:nth-of-type(-n + 3)) {
  margin-top: 15px;
}

body.wifi .otherLink .c-picBox {
  text-align: center;
  display: table;
  width: 100%;
}

body.wifi .otherLink .c-picBox span {
  display: table-cell;
  vertical-align: middle;
}

body.wifi .otherLink .c-picBox img {
  width: 150px;
}

body.wifi .otherLink .c-textBox {
  text-align: center;
}

body.faq .faqBox {
  border-bottom: 1px dotted #005bac;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-left: 50px;
}

body.faq .faqBox:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

body.faq .faqBox .elem {
  position: relative;
  margin-bottom: 30px;
}

body.faq .faqBox .elem:before {
  content: "";
  left: -50px;
  top: 0;
  position: absolute;
  background: #005bac;
  padding: 3px 12px 5px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

body.faq .faqBox .elem.question {
  font-size: 1.8rem;
  font-weight: bold;
  color: #005bac;
}

body.faq .faqBox .elem.question:before {
  content: "Q";
}

body.faq .faqBox .elem.answer {
  margin-bottom: 0;
}

body.faq .faqBox .elem.answer:before {
  content: "A";
}

body.faq .faqBox .elem.answer .c-title_sS+.p-listWrap.-dot {
  margin-left: 1.3em;
}

@media only screen and (max-width: 480px) {
  body.faq .faqBox .elem.answer .c-title_sS+.p-listWrap.-dot {
    margin-left: 1em;
  }
}

body.faq .faqBox .labelImg {
  width: 17%;
}

@media only screen and (max-width: 480px) {
  body.faq .faqBox .labelImg {
    width: 45%;
  }
}

body.menu .to_foreignpage {
  text-align: center;
}

body.menu .to_foreignpage p {
  margin-bottom: 20px;
  transition: all 0.4s;
}

body.menu .to_foreignpage p a:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.4s;
}

body.planPdf .plan_topdf {
  text-align: center;
}

body.planPdf .plan_topdf p {
  margin-bottom: 20px;
  transition: all 0.4s;
}

body.planPdf .plan_topdf p a:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.4s;
}

body.coinlocker .wSize-S {
  width: 10%;
}

body.coinlocker .size01 th {
  text-align: left;
  padding: 8px 0;
  border: none;
  background: none;
  vertical-align: baseline;
  background: none !important;
}

body.coinlocker .size01 td {
  padding-left: 10px;
  border: none;
  vertical-align: baseline;
}

body.coinlocker .size01 .blue {
  color: #3887d4;
}

body.coinlocker .size01 .green {
  color: #8fc31f;
}

body.coinlocker .size01 .red {
  color: #c22047;
}

body.coinlocker .c-picBox {
  position: relative;
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  body.coinlocker .c-picBox img {
    width: 60px;
    margin: auto;
  }
}

body.coinlocker .tag {
  color: #ffffff;
  padding: 2px 4px;
  margin: 0 5px 5px;
  display: inline-block;
}

body.coinlocker .stationArea .station01+.station01 {
  margin-top: 30px;
}

body.coinlocker .stationArea .station01 ul {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  body.coinlocker .stationArea .station01 ul {
    display: block;
  }
}

body.coinlocker .stationArea .station01 .tableColumn01 td a {
  text-decoration: underline;
}

@media only screen and (max-width: 960px) {
  body.coinlocker .stationArea .station01 .tableColumn01 tr {
    display: block;
    float: left;
    width: 50%;
  }

  body.coinlocker .stationArea .station01 .tableColumn01 th,
  body.coinlocker .stationArea .station01 .tableColumn01 td {
    display: block;
    float: left;
  }
}

body.coinlocker .c22 {
  background: #c22047;
}

body.coinlocker .d43 {
  background: #3887d4;
}

body.coinlocker .fc3 {
  background: #8fc31f;
}

body.coinlocker .e7a {
  background: #e7a61a;
}

body.coinlocker .f00 {
  background: #008446;
}

body.coinlocker .b3d {
  background: #1b3db0;
}

body.coinlocker .b1b {
  background: #00b1bb;
}

body.stationInfo main {
  padding: 0 0 60px 0;
}

/*================================================================================

container

================================================================================*/
/*    div.container
--------------------------------------------------------------------------------*/
/*    header
--------------------------------------------------------------------------------*/
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.l-header {
  width: 100%;
  box-shadow: 0px 0px 4px 1px #666;
  color: #000000;
  background: #ffffff;
}

@media only screen and (max-width: 1200px) {
  .l-header {
    padding: 10px 20px;
  }
}

.l-header.-headerFix {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
}

.l-header .menuWrap {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
}

@media print,
screen and (min-width: 1200px) {
  .l-header .menuWrap {
    padding: 10px 20px;
  }
}

.l-header a {
  color: #000000;
}

.l-header .logo {
  line-height: 0;
  flex: 2;
  margin-right: 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;

  width: 15%;
}

.l-header .logo a {
  width: fit-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  display: inline-block;
}

.l-header .logo img {
  width: 190px;
}

@media only screen and (max-width: 960px) {
  .l-header .logo img {
    width: 140px;
  }
}

.l-header .menu {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  margin-right: 20px;
}

.l-header .menu>ul {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.l-header .menu>ul>li {
  padding: 0 10px;
  text-align: center;
  font-size: 1.2rem;
}

@media only screen and (max-width: 1200px) {
  .l-header .menu>ul>li {
    border-right: 1px solid #c5c5c5;
  }
}

.l-header .menu>ul>li i {
  font-size: 1.6rem;
  vertical-align: -3px;
}

.l-header .menu>ul>li i.icon-language01::before {
  margin-right: 5px;
}

.l-header .menu .languageChange .pulldown {
  font-size: 1.4rem;
  display: block;
}

.l-header .menu .languageChange .pulldown:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.l-header .menu .languageChange .list {
  display: none;
  position: fixed;
  width: auto;
  z-index: 99;
  background: rgba(0, 91, 172, 0.9);
  padding: 5px;
  border-radius: 2px;
}

.l-header .menu .languageChange .list::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 91, 172, 0.9);
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}

.l-header .menu .languageChange .list li a {
  padding: 10px;
  font-size: 1.6rem;
  display: block;
  color: #ffffff;
}

.l-header .menu .share .list {
  display: none;
}

.l-header .spMenuTrigger {
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: center;
  flex-flow: column;
}

@media print,
screen and (min-width: 1201px) {
  .l-header .spMenuTrigger {
    display: none;
  }
}

.l-header .menu-trigger,
.l-header .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.l-header .menu-trigger {
  position: relative;
  width: 20px;
  height: 16px;
}

.l-header .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  border-radius: 4px;
}

.l-header .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.l-header .menu-trigger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.l-header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.l-header .menu-trigger span: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(10px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(10px) rotate(45deg);
  }

  50% {
    transform: translateY(10px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

.l-header .menu-trigger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.l-header .menu-trigger span: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(-10px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-10px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-10px) rotate(-45deg);
  }

  50% {
    transform: translateY(-10px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

.l-header .menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
  top: 0;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(10px) rotate(0);
  }

  100% {
    transform: translateY(10px) rotate(45deg);
  }
}

.l-header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.l-header .menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
  top: 20px;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-10px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-10px) rotate(0);
  }

  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}

@media screen and (min-width: 1100px) and (max-width: 1420px) {
  body.th .navigationWrap .gnav .first_level a {
    font-size: 1.2rem;
    padding: 12px;
  }
}

@media print,
screen and (min-width: 1200px) {
  .l-navigation {
    display: block;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1201px) {
  .l-navigation {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
  }
}

.navigationWrap {
  position: relative;
  z-index: 200;
}

@media only screen and (max-width: 1200px) {
  .navigationWrap {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #333333;
  }
}

@media print,
screen and (min-width: 1200px) {
  .navigationWrap .gnav {
    width: 960px;
    margin: auto;
  }

  .navigationWrap .gnav>li {
    position: relative;
  }

  .navigationWrap .gnav>li:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    background: #bbbbbb;
    width: 1px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .navigationWrap .gnav a {
    display: block;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .navigationWrap .gnav a {
    color: #ffffff;
    padding: 20px;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .navigationWrap .gnav .first_level {
    position: relative;
  }

  .navigationWrap .gnav .first_level>a {
    background: #333333;
    position: relative;
    transition: all 0.4s;
  }

  .navigationWrap .gnav .first_level .second_level li>a {
    background: rgba(0, 0, 0, 0.3);
    position: relative;
  }

  .navigationWrap .gnav .first_level .second_level li>a::after {
    content: "\e900";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 1.4rem;
  }
}

@media print,
screen and (min-width: 1200px) {
  .navigationWrap .gnav {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    width: 100%;
  }

  .navigationWrap .gnav .first_level {
    position: relative;
  }

  .navigationWrap .gnav .first_level a {
    font-weight: 700;
    font-size: 1.4rem;
  }

  .navigationWrap .gnav .first_level a:hover {
    cursor: pointer;
    transition: all 0.4s;
    color: #005bac;
  }

  .navigationWrap .gnav .second_level {
    position: absolute;
    background: black;
    width: 250px;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    border-radius: 2px;
  }

  .navigationWrap .gnav .second_level::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000000;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .navigationWrap .gnav .second_level li {
    border-bottom: 1px solid #ffffff;
  }

  .navigationWrap .gnav .second_level li:last-of-type {
    border-bottom: none;
  }

  .navigationWrap .gnav .second_level li a {
    padding: 20px 0;
    display: block;
    color: #ffffff;
  }
}

.navigationWrap .gnav .accordionIcon,
.navigationWrap .gnav .accordionIcon span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
}

.navigationWrap .gnav .accordionIcon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
  transform: translateY(-5px);
}

@media print,
screen and (min-width: 1200px) {
  .navigationWrap .gnav .accordionIcon {
    display: none;
  }
}

.navigationWrap .gnav .accordionIcon span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.navigationWrap .gnav .accordionIcon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.navigationWrap .gnav .accordionIcon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.navigationWrap .gnav .active .accordionIcon span:nth-of-type(1) {
  display: none;
}

.navigationWrap .gnav .active .accordionIcon span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.navigationWrap .otherNav {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

@media print,
screen and (min-width: 1200px) {
  .navigationWrap .otherNav {
    display: none;
  }
}

.navigationWrap .otherNav li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 49%;
}

.navigationWrap .otherNav li.-block {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.navigationWrap .otherNav li .link.-btn.-yellow {
  padding: 15px;
  min-width: auto;
  line-height: 1.2;
}

.navigationWrap .otherNav li .link.-btn.-yellow .-sml {
  font-size: 1rem;
}

/*    div.contents
--------------------------------------------------------------------------------*/
/*    main
--------------------------------------------------------------------------------*/
.-pcOnly {
  display: block !important;
}

@media only screen and (max-width: 960px) {
  .-pcOnly {
    display: none !important;
  }
}

.-spOnly {
  display: none !important;
}

@media only screen and (max-width: 960px) {
  .-spOnly {
    display: block !important;
  }
}

.contents {
  overflow: hidden;
  min-width: 320px;
}

main {
  padding: 60px 0;
}

@media only screen and (max-width: 960px) {
  main {
    padding: 40px 0;
  }
}

section+section {
  margin-top: 60px;
}

@media only screen and (max-width: 960px) {
  section+section {
    margin-top: 40px;
  }
}

.innerWrap {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 960px) {
  .innerWrap {
    width: calc(100% - 40px);
  }
}

.widMid {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 960px) {
  .widMid {
    width: 100%;
  }
}

/*  margin */
.mg0a {
  margin: 0 auto;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgt1 {
  margin-top: 1px !important;
}

.mgt2 {
  margin-top: 2px !important;
}

.mgt3 {
  margin-top: 3px !important;
}

.mgt4 {
  margin-top: 4px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt6 {
  margin-top: 6px !important;
}

.mgt7 {
  margin-top: 7px !important;
}

.mgt8 {
  margin-top: 8px !important;
}

.mgt9 {
  margin-top: 9px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgl0 {
  margin-left: 0 !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl45 {
  margin-left: 45px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgl55 {
  margin-left: 55px !important;
}

.mgl60 {
  margin-left: 60px !important;
}

.mgr0 {
  margin-right: 0 !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr25 {
  margin-right: 25px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr35 {
  margin-right: 35px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr45 {
  margin-right: 45px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

.mgr55 {
  margin-right: 55px !important;
}

.mgr60 {
  margin-right: 60px !important;
}

/* padding */
.pdt0 {
  padding-top: 0 !important;
}

.pdt1 {
  padding-top: 1px !important;
}

.pdt2 {
  padding-top: 2px !important;
}

.pdt3 {
  padding-top: 3px !important;
}

.pdt4 {
  padding-top: 4px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt6 {
  padding-top: 6px !important;
}

.pdt7 {
  padding-top: 7px !important;
}

.pdt8 {
  padding-top: 8px !important;
}

.pdt9 {
  padding-top: 9px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt35 {
  padding-top: 35px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdt45 {
  padding-top: 45px !important;
}

.pdt50 {
  padding-top: 50px !important;
}

.pdt55 {
  padding-top: 55px !important;
}

.pdt60 {
  padding-top: 60px !important;
}

.pdl0 {
  padding-left: 0 !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl25 {
  padding-left: 25px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdl35 {
  padding-left: 35px !important;
}

.pdl40 {
  padding-left: 40px !important;
}

.pdl45 {
  padding-left: 45px !important;
}

.pdl50 {
  padding-left: 50px !important;
}

.pdl55 {
  padding-left: 55px !important;
}

.pdl60 {
  padding-left: 60px !important;
}

.pdr0 {
  padding-right: 0 !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr25 {
  padding-right: 25px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

.pdr35 {
  padding-right: 35px !important;
}

.pdr40 {
  padding-right: 40px !important;
}

.pdr45 {
  padding-right: 45px !important;
}

.pdr50 {
  padding-right: 50px !important;
}

.pdr55 {
  padding-right: 55px !important;
}

.pdr60 {
  padding-right: 60px !important;
}

.l-gridWrap {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-gridWrap:not(.l-gridWrap:first-of-type) {
  margin-top: 50px;
}

.l-gridWrap+.l-gridWrap {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .l-gridWrap+.l-gridWrap {
    margin-top: 30px;
  }
}

*:not(.c-title_sS)+.l-gridWrap {
  margin-top: 10px;
}

.c-title_sS+.l-gridWrap {
  margin-top: 10px;
}

.l-gridWrap>.elem.-heightSame {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.l-gridWrap>.elem.-heightSame>a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  height: 100%;
}

.l-gridWrap.-grow_2t1+.-grow_2t1 {
  margin-top: 20px;
}

.l-gridWrap.-grow_2t1>.elem {
  flex-basis: auto;
}

.l-gridWrap.-grow_2t1>.elem:first-of-type {
  padding-right: 20px;
  box-sizing: border-box;
}

.l-gridWrap.-grow_2t1>.elem.-grow1 {
  flex-basis: 30%;
  max-width: 30%;
  flex-grow: 1;
}

@media only screen and (max-width: 960px) {
  .l-gridWrap.-grow_2t1>.elem.-grow1 .c-picBox {
    text-align: center;
  }

  .l-gridWrap.-grow_2t1>.elem.-grow1 .c-picBox img {
    width: auto;
  }
}

.l-gridWrap.-grow_2t1>.elem.-grow2 {
  flex-grow: 2;
  flex-basis: 70%;
  max-width: 70%;
}

.l-gridWrap.-grow_2t1.-sizeS>.elem.-grow1 {
  flex-basis: 15%;
  max-width: 15%;
  flex-grow: 1;
}

@media only screen and (max-width: 768px) {
  .l-gridWrap.-grow_2t1.-sizeS>.elem.-grow1 {
    flex-basis: auto;
    max-width: auto;
  }
}

.l-gridWrap.-grow_2t1.-sizeS>.elem.-grow2 {
  flex-grow: 2;
  flex-basis: 85%;
  max-width: 85%;
}

@media only screen and (max-width: 768px) {
  .l-gridWrap.-grow_2t1.-sizeS>.elem.-grow2 {
    flex-basis: auto;
    max-width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .l-gridWrap.-grow_2t1.-noneBreak {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  .l-gridWrap.-grow_2t1:not(.-noneBreak) {
    display: block;
  }

  .l-gridWrap.-grow_2t1:not(.-noneBreak)>.elem {
    flex-grow: initial;
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-gridWrap.-grow_2t1:not(.-noneBreak)>.elem:first-of-type {
    padding-right: 0;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .l-gridWrap.-col02.-noneBreak {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.l-gridWrap.-col02>.elem {
  width: 48%;
  width: calc((100% - 30px) / 2);
}

.l-gridWrap.-col02>.elem:not(:nth-of-type(-n + 2)) {
  margin-top: 30px;
}

.l-gridWrap.-col02>.elem:nth-of-type(odd) {
  margin-right: 30px;
}

.l-gridWrap.-col02>.elem .block {
  display: block;
  width: 100%;
}

.l-gridWrap.-col02.-reverse {
  justify-content: space-between;
}

.l-gridWrap.-col02.-reverse>.elem {
  margin-right: 0;
}

.l-gridWrap.-col02.-reverse>.elem:nth-of-type(1) {
  order: 2;
}

.l-gridWrap.-col02.-reverse>.elem:nth-of-type(2) {
  order: 1;
}

@media only screen and (max-width: 768px) {
  .l-gridWrap.-col02:not(.-noneBreak)>.elem:not(.l-gridWrap.-col02:not(.-noneBreak) > .elem:first-of-type) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .l-gridWrap.-col02:not(.-noneBreak)>.elem:nth-of-type(odd) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-gridWrap.-col02:not(.-noneBreak)>.elem {
    width: 100%;
  }

  .l-gridWrap.-col02:not(.-noneBreak)>.elem:not(:first-of-type) {
    margin-top: 30px;
  }
}

.l-gridWrap.-col02.-picRight .-posRitght {
  order: 2;
  margin-right: 0;
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .l-gridWrap.-col02.-picRight .-posRitght {
    order: 1;
    margin-left: 0;
  }
}

.l-gridWrap.-col03:not(.-left) {
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .l-gridWrap.-col03.-noneBreak {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.l-gridWrap.-col03 .elem {
  width: 30%;
  width: calc((100% - 30px) / 3);
}

.l-gridWrap.-col03 .elem:not(:nth-of-type(3n)) {
  margin-right: 15px;
}

.l-gridWrap.-col03 .elem:not(:nth-of-type(-n + 3)) {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .l-gridWrap.-col03 .elem {
    width: 100%;
    display: block;
    margin-top: 15px;
  }

  .l-gridWrap.-col03 .elem:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-gridWrap.-col03.-spCol02 .elem {
    width: 48%;
    width: calc((100% - 20px) / 2);
  }

  .l-gridWrap.-col03.-spCol02 .elem:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }

  .l-gridWrap.-col03.-spCol02 .elem:not(:nth-of-type(-n + 3)) {
    margin-top: 0;
  }

  .l-gridWrap.-col03.-spCol02 .elem:not(:nth-of-type(-n + 2)) {
    margin-top: 20px;
  }

  .l-gridWrap.-col03.-spCol02 .elem:nth-of-type(3n) {
    margin-right: 20px;
  }

  .l-gridWrap.-col03.-spCol02 .elem:nth-of-type(even) {
    margin-right: 0;
  }
}

@media print,
screen and (min-width: 768px) {
  .l-gridWrap.-col03.-pcCol06 .elem {
    width: 16%;
    width: calc((100% - 100px) / 6);
    margin-top: 0;
  }

  .l-gridWrap.-col03.-pcCol06 .elem:not(:nth-of-type(-n + 3)) {
    margin-top: 0 !important;
  }

  .l-gridWrap.-col03.-pcCol06 .elem:not(:nth-of-type(-n + 6)) {
    margin-top: 20px;
  }

  .l-gridWrap.-col03.-pcCol06 .elem:nth-of-type(3n) {
    margin-right: 20px;
  }

  .l-gridWrap.-col03.-pcCol06 .elem:nth-of-type(even) {
    margin-right: 20px;
  }

  .l-gridWrap.-col03.-pcCol06 .elem:nth-of-type(6n) {
    margin-right: 0;
  }
}

.l-gridWrap.-col04 .elem {
  width: 25%;
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
}

.l-gridWrap.-col04 .elem:nth-of-type(4n) {
  margin-right: 0;
}

.l-gridWrap.-col04 .elem:not(:nth-of-type(-n + 4)) {
  margin-top: 10px;
}

@media only screen and (max-width: 960px) {
  .l-gridWrap.-col04 .elem {
    width: 48%;
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }

  .l-gridWrap.-col04 .elem:not(:nth-of-type(-n + 2)) {
    margin-top: 10px;
  }

  .l-gridWrap.-col04 .elem:nth-of-type(4n),
  .l-gridWrap.-col04 .elem:nth-of-type(2n) {
    margin-right: 0;
  }

  .l-gridWrap.-col04 .elem .block {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-gridWrap.-col04.-spCol01 {
    display: block;
    width: 100%;
  }

  .l-gridWrap.-col04.-spCol01 .elem {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
}

.l-gridWrap.-col05 .elem {
  width: 20%;
  width: calc((100% - 40px) / 5);
  margin-right: 10px;
}

.l-gridWrap.-col05 .elem:nth-of-type(5n) {
  margin-right: 0;
}

.l-gridWrap.infoItemSlider .slick-prev,
.l-gridWrap.contItemSlider .slick-prev {
  left: -20px;
}

.l-gridWrap.infoItemSlider .slick-next,
.l-gridWrap.contItemSlider .slick-next {
  right: -20px;
}

/*    form
--------------------------------------------------------------------------------*/
/*---------------------------------------------
form
---------------------------------------------*/
form input[type="text"] {
  display: inline-block;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  padding: 20px;
  transition: all 0.1s ease-out;
}

form .ipSelect {
  display: inline-block;
}

form .ipSelect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

form .ipSelect select::-ms-expand {
  display: none;
}

form .ipSelect.-normal01 {
  position: relative;
  border-radius: 2px;
  background: #ffffff;
}

form .ipSelect.-normal01::before {
  position: absolute;
  top: 50%;
  right: 0.9em;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

form .ipSelect.-normal01 select {
  border: 1px solid #bbbbbb;
  padding: 8px 38px 8px 8px;
  color: #666666;
}

form .ipRadio.-normal01 input[type="radio"] {
  display: none;
}

form .ipRadio.-normal01+.ipRadio {
  margin-top: 10px;
}

form .ipRadio.-normal01 .radioLabel {
  position: relative;
  border: 1px solid #ededed;
  background: rgba(237, 237, 237, 0.5);
  padding: 10px 10px 10px 35px;
  display: block;
  border-radius: 3px;
}

form .ipRadio.-normal01 .radioLabel:after,
form .ipRadio.-normal01 .radioLabel:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}

form .ipRadio.-normal01 .radioLabel:after {
  left: 8px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
  background: #ffffff;
}

form .ipRadio.-normal01 .radioLabel:before {
  left: 13px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: #005bac;
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
}

form .ipRadio.-normal01 input[type="radio"]:checked+.radioLabel:before {
  opacity: 1;
}

form .ipRadio.-normal01 .radioLabel:hover:after {
  border-color: #005bac;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

/* フォーカス */
main input[type="text"]:focus,
main textarea:focus,
main select:focus,
main :focus+label:before {
  /*	box-shadow: 0 0 5px #1589ee;*/
  background-color: #fcfaed !important;
}

input,
select,
textarea {
  max-width: 100%;
  /* お好みで */
  font-size: 1.4rem;
}

/*    article & section
----------------------------------------------------------------------------*/
/*    footer
----------------------------------------------------------------------------*/
/*-----breadCrumbs------*/
.breadCrumbs {
  background-color: #ededed;
}

.breadCrumbs .innerWrap {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.breadCrumbs .innerWrap .links li {
  display: inline-block;
  font-size: 1.2rem;
  color: #333333;
}

.breadCrumbs .innerWrap .links li:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  margin: -3px 10px 0;
}

.breadCrumbs .innerWrap .links li:last-of-type:after {
  display: none;
}

.breadCrumbs .innerWrap .links li a {
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: bold;
}

.breadCrumbs .innerWrap .links li.home a img {
  width: 14px;
  vertical-align: text-top;
}

/*-mq-*/
@media only screen and (max-width: 960px) {
  #breadCrumbs .inner {
    width: 100%;
    padding: 10px 20px;
  }
}

.l-footer {
  background: #333333;
  color: #ffffff;
  padding: 45px 0;
  position: relative;
}

.l-footer .linkArea {
  margin-top: 20px;
}

.l-footer .linkArea ul {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
}

@media print,
screen and (min-width: 960px) {
  .l-footer .linkArea ul {
    justify-content: center;
  }
}

.l-footer .linkArea ul li {
  width: 48%;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.l-footer .linkArea ul li:nth-last-child(-n + 2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media print,
screen and (min-width: 960px) {
  .l-footer .linkArea ul li {
    width: auto;
    border: none !important;
  }
}

.l-footer .linkArea ul li a {
  display: block;
  padding: 10px;
  color: #ffffff;
}

.l-footer .logo {
  display: block;
  font-size: 5rem;
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .l-footer .logo {
    font-size: 4rem;
  }
}

.l-footer .copy {
  margin-top: 30px;
  display: block;
  text-align: center;
}

.backToTop {
  display: none;
  width: 40px;
  height: 40px;
  background: #000000;
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 99;
  text-indent: -9999px;
  border-radius: 100%;
}

.backToTop:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 37%;
  top: 43%;
  margin: auto;
  transition: all 0.4s;
}

.backToTop:hover:before {
  top: 35%;
  transition: all 0.4s;
}

@media print {
  body {
    size: A4 landscape;
    page-break-before: auto;
    -webkit-print-color-adjust: exact;
    zoom: 0.65;
  }

  body footer {
    background-color: #333333;
  }

  body img {
    width: 100%;
  }
}

/* IE10以上 */
@media print and (-ms-high-contrast: none) {
  body {
    size: A4;
    margin: 12.7mm 9.7mm;
    zoom: 1.8;
    width: 1200px;
    transform: scale(0.5);
    transform-origin: 0 0;
    -webkit-print-color-adjust: exact;
  }

  body footer {
    background-color: #333333;
  }

  body img {
    width: 100%;
  }
}