@charset "utf-8";

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

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

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

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 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 {
  position: relative;
  margin-right: 0.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

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;
}
button[type="button"]:disabled {
    cursor: default;
    text-decoration: none;
}

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

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

[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 {
  padding: 0;
  border-style: 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: 2px dotted ButtonText;
}

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

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

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

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

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  -moz-appearance: textfield;
  appearance: field;
  /* 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 */

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

/* ----------------------------------------------------------------
    base
----------------------------------------------------------------- */
:root {
  font-size: 62.5%;
  --size-h-pc: 143px;
  --size-h-sp: 205px;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  margin: 0;
  padding: 0;
}

html {
  display: flex;
  flex-direction: column;
  overflow: auto;
}

iframe {
  overflow: auto;
}

body {
  color: #000;
  font-size: 1.4rem;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1.3;
  width: 100%;
}

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

a {
  color: #0f0f69;
  text-decoration: none;
}

a img {
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

figure {
  margin: 0;
}

button {
  border: 0;
  cursor: pointer;
}

em {
  font-weight: bold;
  font-style: normal;
}

strong {
  font-weight: bold;
  font-style: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p + p,
p + ul,
p + ol,
ul + ul,
ol + ol,
ul + p,
ol + p {
  margin-top: 10px;
}

ul > :last-child,
ol > :last-child,
dl > :last-child {
  margin-bottom: 0;
}

dfn {
  font-style: normal;
}

dd {
  margin: 0;
}

table {
  border-collapse: collapse;
}

table > a {
  text-decoration: underline;
}

table > a:hover,
table > a:focus,
table > a:active {
  text-decoration: none;
}

blockquote {
  margin: 0;
}

iframe {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
}

input,
select {
  padding: 1px;
}

input {
  /* IE */
  /* Edge */
}

input:focus,
input:active {
  outline: none;
}

input::-webkit-input-placeholder {
  color: #616161;
  opacity: 1;
}

input::placeholder,
.form-lyt-set_item_placeholder {
  color: #616161;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #616161;
}

input::-ms-input-placeholder {
  color: #616161;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

select:focus,
a:focus,
button:focus {
  outline: 2px solid #000;
  outline-offset: -2px;
}

label {
  cursor: pointer;
}

.boeder-datsh {
  margin-top: 9px;
  height: 1px;
  box-shadow: none;
  border: none;
  border-top: 1px dashed #ccc;
}

@media screen and (max-width: 767px) {
  .sp-disnon {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pc-disnon {
    display: none !important;
  }
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

/* ----------------------------------------------------------------
    page
----------------------------------------------------------------- */
.page-home .setting-acobtn {
  display: none;
}

.page-home .setting-acobtn + .aco-panel {
  display: block;
}

.page-result .panel-search._flight.is-active ~ div .option-acobtn {
  display: none;
}

.page-result .panel-search._flight.is-active ~ div .option-acobtn + .aco-panel {
  display: block !important;
}

#WA_mass-module-mobility .boeder-datsh {
  border: none;
}

/* ----------------------------------------------------------------
    Header
----------------------------------------------------------------- */
/* #header
----------------------------------------------- */
.h-simple {
  position: relative;
  padding: 0 16px;
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  z-index: 5;
}

.h-simple_inner {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  padding-right: 12px;
}

.h-simple_logo_one {
  display: inline-block;
  margin-left: 10px;
  padding-left: 12px;
  width: 35px;
  border-left: 1px solid #ccc;
}

/*JMB認証 ログイン／ログアウト*/
.h-simple_login_box .h-simple_login {
    display: inline-block;
    padding: 2px 8px;
    font-size: 1rem;
    color: #fff;
    background: #CC0000;
    border-radius: 50px;
}
.h-simple_login:hover {
    text-decoration: underline;
}
/*.h-simple_logout_box {
    padding:0 0 30px;
}*/
.h-simple_number dl dt {
    font-size: 1rem;
}
.h-simple_number dl dd {
    font-size: 1.6rem;
}
.h-simple_logout {
    position: relative;
    display: inline-block;
    margin: 24px 0 0 0;
    padding: 0 0 0 22px;
    font-weight: bold;
}
.h-simple_logout:hover, .h-simple_logout:active, .link:focus {
    color: #ca0000;
    text-decoration: underline;
}

.h-simple_logout::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    display: block;
    background-position: center;
    background-image: url(/jp/en/relations/jalmaas/img_sites/icon_bg_logout_rd.svg);
}

.h-maas {
  display: flex;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0px 1px 0px 0px #0000001A;
  z-index: 99;
}

.h-maas_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55px;
  position: relative;
  z-index: -1;
  padding: 0 16px 0 10px;
}
.h-btn_wrap {
    display: flex;
}
/*シンプルヘッダー*/
.h-maas._simple .h-maas_inner {
    justify-content: center;
}

/*言語切り替え*/
.h-simple_language .h-simple_icon_world {
    position: relative;
    padding-left: 26px;
    font-weight: bold;
}
.h-simple_language .h-simple_icon_world::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/jp/en/relations/jalmaas/img_sites/icon_world.svg) no-repeat 0 0;
    position: absolute;
    top: -4px;
    left: 0;
}
.h-simple_language .h-simple_icon_world:hover, .h-simple_language .h-simple_icon_world:active {
        color: #ca0000;
        text-decoration: underline;
    }

.h-maas_hdg {
  position: relative;
}

.h-maas_hdg_txt {
  text-align: center;
  line-height: 0;
}
.h-maas_hdg_txt a {
  display: inline-block;
}
.h-maas_hdg_txt img {
  width: 210px;
}

/*headerにMaaSロゴ追加*/
.h-maas_maas {
    position: relative;
    padding: 44px 0 0;
    text-align: center;
}
.all-container.page-home .h-maas_maas {
    padding: 4px 0 0;
}
.all-container.page-result .h-maas_maas {
    padding: 0;
}
  .h-maas_maas_img {
      width: 211px;
  }
.h-maas_maas_logo_wrap {
    line-height: 1;
    font-size: 1.4rem;
}
.h-maas_maas_logo {
    display: inline-block;
}

/*JMB認証 ログイン 350px幅以下対応*/
@media screen and (max-width: 350px) {
 .h-maas_inner {
     padding: 0 8px;
 }
 .h-simple_inner {
     padding-right: 6px;
 }
 .h-simple_inner .h-simple_login_box {
     text-align: right;
     padding-top: 3px;
 }
}

@media screen and (max-width: 767px) {
  .h-maas.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  #header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #e4e4e4;
    box-shadow: 0 -1px 2px #f1f1f1 inset;
  }

  .h-simple {
    height: 88px;
  }
  .h-simple_logo {
    display: flex;
    margin-right: auto;
  }

  .h-simple_logo_jal {
    width: 330px;
    margin-right: 16px;
  }

  .h-simple_logo_one {
    display: block;
    margin-left: 0;
    padding-left: 16px;
    width: auto;
  }

  .h-simple_logo img {
    width: 100%;
  }

    .h-btn_wrap {
        width: auto;
    }
    .h-simple_inner {
      margin: 0;
      padding-right: 0;
    }
  .h-simple_login_box {
    padding-left: 24px;
   }
  .h-simple_login_box .h-simple_login {
    padding: 2px 16px;
      font-size: 1.4rem;
    }
    
    .h-simple_logout_box {
        display: flex;
        align-items: center;
        padding: 0 0 0 24px;
    }
    .h-simple_logout {
            margin:0 0 0 24px;
            padding: 0 0 0 22px;
     }

  .h-maas {
    position: relative;
  }
  .h-maas_inner {
      height: 80px;
      padding: 0 24px;
  }
    .h-maas_hdg {
        position: static;
    }
  .h-maas_hdg_txt img {
      width: 372px;
  }
  
  /*headerにMaaSロゴ追加*/
  .h-maas_maas {
      width: calc(100% - 260px);
      height: 64px;
      padding: 32px 0;
  }
  .all-container.page-home .h-maas_maas {
      height: 30px;
      padding: 0;
  }
  .all-container.page-result .h-maas_maas {
      height: 33px;
      padding: 0;
  }
  .h-maas_maas_img {
      width: 317px;
  }
}
@media screen and (min-width: 1000px) {
  .h-maas_maas {
      width: calc(100% - 400px);
  }
}
@media screen and (min-width: 1168px) {
    .h-maas_inner {
        padding: 0 140px;
    }
}

/*言語切り替え*/
@media screen and (max-width: 767px) {
.h-simple_language {
    padding: 32px 0 24px;
    }
}

/* #header focus
----------------------------------------------- */
.h-inner a:focus,
.h-inner button:focus {
  outline: 2px solid #fff;
}

/* ----------------------------------------------------------------
    Content
----------------------------------------------------------------- */
/* #body
----------------------------------------------- */
body {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.overlay-fixed {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  body {
    max-height: 100vh;
  }
}

/* ----------------------------------------------------------------
    lyt
----------------------------------------------------------------- */
.all-container {
  background: #fff;
  z-index: 1;
}

#main {
  position: relative;
  margin: 0 auto;
  padding: 13px 0 48px;
  width: 100%;
  min-height: 60vh;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .page-home #main {
    padding-bottom: 0;
    min-height: auto;
  }
}

@media screen and (min-width: 768px) {
  .all-container {
    overflow-x: hidden;
  }

  .container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  #main {
    min-height: calc(100vh - 118px);
      padding: 0;
  }
}

/* .lyt-flex
----------------------------------------------- */
.lyt-flex {
  display: flex;
  justify-content: space-between;
}

.lyt-flex._left {
  justify-content: flex-start;
}

.lyt-flex._right {
  justify-content: flex-end;
}

.lyt-flex._h-center {
  justify-content: center;
}

.lyt-flex._v-center {
  align-items: center;
}

.lyt-flex._bottom {
  align-items: flex-end;
}

@media all and (-ms-high-contrast: none) {
  .lyt-flex {
    display: flex;
    justify-content: space-between;
  }
}

/* .main-lyt
----------------------------------------------- */
.main-lyt {
  position: relative;
  margin: 16px 0;
  padding: 0 10px;
  max-width: 1000px;
}

.main-lyt:first-child {
  margin-top: 0;
}

.main-lyt:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .main-lyt {
    padding: 0;
  }

  .container:not(._split) .hdg-band + .main-lyt {
    margin-top: 40px;
  }
}

/* .map-lyt
----------------------------------------------- */
#inputMap {
  display: none;
}
  .all-container:not(.page-home) .map-lyt {
    display: none;
  }

.map-lyt .footer-gmap {
  display: none;
}

@media screen and (max-width: 767px) {
  .all-container:not(.page-home) .map-lyt.is-fixed {
    display: block;
  }
}

/* .map-lyt（.page-home）
----------------------------------------------- */
.all-container:not(.page-home) .info-list-wrap {
    display: none;
}
  .page-home .info-list-wrap {
    width: 50vw;
    max-width: 1000px;
    margin: 0 auto;
    bottom: 110px;
    left: 10px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
  }

  .page-home .info-list_item {
    border-left: none;
    border-right: none;
    margin: 0;
  }

/*  .page-home .info-list_item:nth-child(n + 2) {
    display: none;
  }*/

  .page-home .info-list_item._noImg .link-thumb_item:first-child {
    width: 100%;
  }

  .page-home .info-list_item + .info-list_item {
    margin-top: 0;
  }
  .page-home .link-thumb {
    position: relative;
    display: flex;
    padding: 16px 20px 16px 0;
  }
  .page-home .info-list_item._noLink .link-thumb {
    padding: 16px 0 16px;
  }
    
  .page-home .link-thumb::after {
    right: 5px;
  }
  .page-home .info-list_item._noLink .link-thumb::after,.page-home .info-list_item._blank .link-thumb::after {
      content: none;
   }
   .page-home .info-list_item._blank .link-thumb .icon-blank {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 2px;
        margin: auto;
        width: 16px;
   }

  .page-home .map-lyt {
    width: 100vw;
    bottom: 0;
    z-index: 1;
  }


@media screen and (min-width: 768px) {
  .page-home .info-list-wrap {
        width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-home .hdg-l2 {
    display: none;
  }

  .page-home .main-lyt {
    margin: 0;
    padding: 0;
  }

  .page-home .map-lyt.is-fixed {
    z-index: 98;
  }
  .page-home .info-list-wrap {
    width: auto;
    max-width: initial;
    margin: 0 10px 80px;
    background: rgba(255, 255, 255, 0.9);
  }
}

/* .Google map parts
----------------------------------------------- */
.gm-bundled-control {
  top: 50px;
  bottom: auto;
}

/* .map-lyt.is-fixed
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .map-lyt.is-fixed {
    position: relative;
  }

  .map-lyt.is-fixed #inputMap {
	display: block;
    position: fixed !important;
    top: 55px;
    left: 0;
    width: 100%;
    height: calc(100% - 55px);
    opacity: 0;
    z-index: 98;

    animation: g-map ease 0.5s;
    animation-fill-mode: forwards;
  }

  #inputMap.is-fixed {
    position: fixed !important;
    top: 55px;
    left: 0;
    width: 100%;
    height: calc(100% - 55px);
    opacity: 0;
    z-index: 98;

    animation: g-map ease 0.5s;
    animation-fill-mode: forwards;
  }

  .map-lyt.is-fixed .info-list-wrap {
    bottom: 15px;
    z-index: 98;
  }
}

@keyframes g-map {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* .map-lyt-coupon
----------------------------------------------- */
.map-lyt-coupon {
  height: 94.67vw;
}

.map-lyt-coupon iframe {
  width: 100%;
  height: 100%;
}

.map-lyt-coupon + p {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .map-lyt-coupon {
    height: 250px;
    overflow: hidden;
  }

  .map-lyt-coupon #inputMap {
    width: 100%;
    height: 100%;
  }

  .map-lyt-coupon + p {
    margin-top: 16px;
  }
}

/* .bnr-lyt
----------------------------------------------- */
.bnr-lyt_list_item {
  margin-top: 10px;
}

.bnr-lyt_list_item a {
  display: block;
}

.bnr-lyt_list_item img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .bnr-lyt {
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
  }

  .bnr-lyt_list {
    display: flex;
    justify-content: center;
  }

  .bnr-lyt_list_item {
    margin: 0 5px;
    width: 340px;
  }

  .bnr-lyt_close {
    position: absolute;
    top: 8px;
    right: 8px;
  }
}

/* ----------------------------------------------------------------
    Footer
----------------------------------------------------------------- */
/* #footer
----------------------------------------------- */
footer {
  position: relative;
  padding: 18px 0;
  background-color: #000;
  color: #fff;
  z-index: 0;
}

.f-inner {
  margin: 0 auto;
  width: 100%;
}

.f-inner_top {
  margin-bottom: 10px;
  padding: 0 10px;
  border-bottom: 1px solid #343434;
}

.f-inner_top .nav-top {
  margin-bottom: 12px;
  text-align: center;
}

.f-inner_top .nav-top a {
  position: relative;
  padding-left: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}

.f-inner_top .nav-top a:focus {
  outline-color: #fff;
}

.f-inner_top .nav-top a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 13px;
  height: 11.5px;
  background: url(/jp/en/relations/jalmaas/img_sites/icon_pagetop.svg) no-repeat;
  background-size: contain;
}

.f-inner_txt {
  margin-bottom: 0;
  text-align: center;
}

.f-inner_txt small {
  color: #a7a7a7;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  #footer {
    padding: 10px 0;
  }

  .f-inner_top {
    display: none;
  }

  .container:not(._split) #footer::before,
  .container:not(._split) #footer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 500px;
    display: block;
    width: 50vw;
    height: 100%;
    background: #000;
    z-index: -1;
  }

  .container:not(._split) #footer::after {
    left: 500px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
    .page-home #footer {
        margin-top: 500px;
    }
}

/* ----------------------------------------------------------------
    Heading
----------------------------------------------------------------- */
[class*=" hdg-"] p,
[class^="hdg-"] p {
  margin-top: 5px;
}

[class*="hdg-"] {
  font-weight: bold;
}

/* .hdg-l1
----------------------------------------------- */
.hdg-l1 {
  margin: 24px 0 20px;
}

.hdg-l1:first-child {
  margin-top: 8px;
}

.hdg-l1_txt {
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .container._top .hdg-l1 {
    margin: 40px 0 32px;
  }

  .container._top .hdg-l1:first-child {
    margin-top: 0;
  }

  .container._top .hdg-l1_txt {
    font-weight: normal;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1168px) {
  .hdg-l1 {
    margin: 40px 0 32px;
  }

  .hdg-l1:first-child {
    margin-top: 0;
  }

  .hdg-l1_txt {
    font-weight: normal;
    font-size: 2.8rem;
  }
}

/* .hdg-l2
----------------------------------------------- */
.hdg-l2 {
  margin: 40px 0 16px;
}

.hdg-l2_txt {
  padding: 0 0 2px 11px;
  border-left: 3px solid #2a344b;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.22222;
}
.hdg-l2_sub {
    margin-left: 10px;
    font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .container:not(._split) .hdg-l2 {
    margin: 48px 0 32px;
  }

  .modal .hdg-l2_txt,
  .container:not(._split) .hdg-l2_txt {
    border-left: 4px solid #2a344b;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1;
  }
    .hdg-l2_sub {
        font-size: 1.6rem;
        font-weight: normal;
    }
}

/* .hdg-l3
----------------------------------------------- */
.hdg-l3 {
  margin: 24px 0 10px;
}

[class*="hdg-"] + .hdg-l3 {
  margin-top: 16px;
}

.hdg-l3_txt {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.22222;
}

@media screen and (min-width: 768px) {
  .container._top .hdg-l2 {
    margin: 48px 0 32px;
  }

 .container._top .modal .hdg-l2_txt,
 .container._top .hdg-l2_txt {
    border-left: 4px solid #2a344b;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1;
  }
}
@media screen and (min-width: 1168px) {
  .hdg-l2 {
    margin: 48px 0 32px;
  }

  .modal .hdg-l2_txt,
  .hdg-l2_txt {
    border-left: 4px solid #2a344b;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1;
  }

}

/* .hdg-band
----------------------------------------------- */
.hdg-band {
  position: relative;
  margin-bottom: 16px;
  padding: 11px 0;
  text-align: center;
  background: #f4f5f6;
  z-index: 1;
}

.hdg-band_txt {
  font-size: 1.4rem;
  color: #2a344b;
}

#JS_resultArea .hdg-band:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
    .all-container:not(.page-result) .hdg-band {
        width: calc(100% - 260px);
    }
    .all-container:not(.page-result) .hdg-band:first-child {
      margin: 0 0 48px;
    }
}
@media screen and (min-width: 1000px) {
    .all-container:not(.page-result) .hdg-band {
        width: calc(100% - 400px);
    }
}

/* .hdg-item
----------------------------------------------- */
.hdg-item {
    margin-top: 40px;
}
.hdg-item_txt {
    padding: 10px;
    background: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%),linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%);
    background-color: #f4f5f6;
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
    border-top: 1px solid #cecece;
    font-size: 1.6rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .hdg-item {
        margin-top: 48px;
    }
    .hdg-item_txt {
        padding: 10px 20px;
    }
}

/* ----------------------------------------------------------------
    Text
----------------------------------------------------------------- */
[class^="txt-"],
[class*=" txt-"] {
  position: relative;
  display: inline-block;
}

[class^="txt-"]._l,
[class*=" txt-"]._l {
  font-size: 2rem;
}

[class^="txt-"]._m,
[class*=" txt-"]._m {
  font-size: 1.6rem;
}

[class^="txt-"]._s,
[class*=" txt-"]._s {
  font-size: 1.4rem;
}

[class^="txt-"]._xs,
[class*=" txt-"]._xs {
  font-size: 1.2rem;
}

[class^="txt-"]._blo,
[class*=" txt-"]._blo {
  display: block;
}

/* ._blo + ._blo {
  margin-top: 2px;
} */

.result-card_right_line .txt-em._blo {
/*  white-space: nowrap;*/
}

/* .txt-
----------------------------------------------- */
.txt-normal {
  font-weight: normal;
}

.txt-b {
font-weight: bold;
}

.txt-em {
  font-weight: bold;
  color: #333;
  font-size: 1.4rem;
}

.txt-fc_rd {
  color: #c00;
}

.txt-ac {
  font-weight: bold;
  color: #c00;
  font-size: 1.4rem;
}

.txt-sub {
  color: #616161;
}

.txt-note {
  padding-left: 14px;
  color: #616161;
}

.txt-note::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(/jp/en/relations/jalmaas/img_sites/icon_note.svg);
  background-size: contain;
  vertical-align: middle;
}

.txt-em-sub {
  padding: 2px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #616161;
}

.txt-em-sub:last-child {
  padding-right: 0;
}

.txt-em-sub2 {
  padding: 2px;
  font-size: 1.2rem;
  color: #000;
}

.txt-real {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #0D8236;
  white-space: nowrap;
}

.txt-delay {
  display: block;
  padding-left: 2px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #A34E00;
  white-space: nowrap;
}
.arrdep-real .txt-delay {
  font-size: 1.2rem;
  font-weight: bold;
}
.result-card .txt-delay{
  width: 65px;
  white-space: normal;
}

.txt-delay._ab,
.txt-real._ab {
  position: absolute;
  display: block;
  left: 0;
  bottom: -1.4em;
}

.txt-real_label {
  display: inline-block;
  margin-left: 2px;
  padding: 1px 5px 2px;
  border-radius: 10px;
  vertical-align: text-bottom;
  line-height: 1;
  transform: scale(0.9) translate(0,1px);
  border: 1px solid #0d8738;
}

._flight .txt-real_label {
  margin-left: 0;
}

.txt-delay_label {
  display: inline-block;
  margin-left: 2px;
  padding: 1px 5px 2px;
  border-radius: 10px;
  vertical-align: text-bottom;
  line-height: 1;
  transform: scale(0.9) translate(0,1px);
  border: 1px solid #A34E00;
}

._flight .txt-delay_label {
  margin-left: 0;
}

.txt-route-time {
  display: block;
  font-size: 1.6rem;
}
.txt-route-time._depStatus {
    display: inline-block;
    max-width: 74px;
    max-width: fit-content;
    margin-bottom: 4px;
    background: #6A7181;
    color: #fff;
    border-radius: 1rem;
    padding: 1px 8px;
    font-size: 1.4rem;
}
.txt-route-time._depStatus:empty {
    padding: 0;
}

.guide_icon .txt-delay::before,
.result-card .txt-delay::before,
.guide_icon .txt-real::before,
.result-card .txt-real::before {
  content: "";
  margin-right: 2px;
  display: inline-block;
  width: 8px;
  height: 8px;
}

.guide_icon .txt-real::before,
.result-card .txt-real::before {
  background: url(/jp/en/relations/jalmaas/img_sites/icon_ontime.svg);
}

.guide_icon .txt-delay::before,
.result-card .txt-delay::before {
  background: url(/jp/en/relations/jalmaas/img_sites/icon_delay.svg);
}

[class^="txt-"] + .txt-route-time:not(._delay):not(._real),
[class*=" txt-"] + .txt-route-time:not(._delay):not(._real) {
  margin-top: 2px;
}

._fare .txt-ac {
  padding-right: 2px;
}

.txt-note.u-fwB + ul {
  margin-top: 5px;
}

/* .txt- (module)
----------------------------------------------- */
.txt-move {
  font-weight: bold;
}

.txt-move .txt-move {
  margin-left: 4px;
}

.txt-move._wheelchair2,
.txt-move._wheelchair3,
.txt-move._walk,
.txt-move._congestion {
  font-weight: normal;
  color: #616161;
}

.txt-move._icon-mobi + p {
  display: block;
  margin-top: 12px;
}

.txt-crowde {
  padding-bottom: 20px;
  display: flex;
}

.txt-crowde span {
  position: relative;
  display: inline-block;
}

.txt-crowde span:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  width: 100%;
  height: 14px;
  background: no-repeat left;
}

.txt-crowde._lv1 span::after {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_crowde_lv1.svg);
}

.txt-crowde._lv2 span::after {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_crowde_lv2.svg);
}

.txt-crowde._lv3 span::after {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_crowde_lv3.svg);
}

.txt-crowde._lv4 span::after {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_crowde_lv4.svg);
}

.txt-crowde._lv5 span::after {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_crowde_lv5.svg);
}

/* ----------------------------------------------------------------
    Icon
----------------------------------------------------------------- */
/* .icon-blank
----------------------------------------------- */
/* .icon-blank {
  padding: 0 5px 7px 4px;
  width: 20px;
} */

/* icon-reco
----------------------------------------------- */
.icon-reco {
  text-align: center;
  display: inline-block;
  width: fit-content;
  width: -webkit-fit-content;
  min-width: 16px;
  height: 16px;
  padding: 0 2px 1px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
}

.icon-reco._early {
  background: #1B7AC4;
}

.icon-reco._easy {
  background: #0D8236;
}

.icon-reco._cheap {
  background: #DC2A2A;
}

.icon-reco._mile {
  padding: 0 3px;
  width: auto;
  border-radius: 3px;
  padding-bottom: 1px;
  background: #fff;
  color: #2a344b;
}

.icon-reco._book {
  width: auto;
  border-radius: 3px;
  padding-bottom: 1px;
  background: #fff;
  color: #2a344b;
}

/* .icon-mobi
----------------------------------------------- */
.icon-mobi {
  position: relative;
  display: inline;
  max-width: 16px;
  max-height: 16px;
  transform: translate(0, -1px);
}
.icon-mobi._dep, .icon-mobi._arr {
  position: relative;
  display: inline;
  width: fit-content;
  width: -webkit-fit-content;
  max-width: initial;
  margin-left: 1px;
  padding: 0 2px;
  text-align: center;
  color: #fff;
}
.icon-mobi._dep::before, .icon-mobi._arr::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
  width: calc(100% + 2px);
  height: calc(100% + 3px);
  background: #616161;
  border-radius: 2px;
  z-index: -1;
}
.route-card_mobi_item:last-child .icon-mobi::after {
  left: initial;
  right: 0;
  width: 3.2em;
}

/* ._icon-mobi
----------------------------------------------- */
.txt-move._icon-mobi {
  position: relative;
  padding: 2px 0 2px 24px;
}

.form-checkbox_txt._icon-mobi {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}
.txt-move._gmap {
  font-weight: normal;
  color: #0F0F69;
  padding-right: 10px;
}

.txt-move._icon-mobi::before,
.form-checkbox_txt._icon-mobi::before {
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

._icon-mobi::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -5px;
  width: 20px;
  height: 20px;
}

._icon-mobi._train::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_train_rd.svg);
}

._icon-mobi._train2::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_train2_rd.svg);
}

._icon-mobi._bullettrain::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_bullettrain_rd.svg);
}

._icon-mobi._bus::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_bus_rd.svg);
}

._icon-mobi._bus2::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_bus2_rd.svg);
}

._icon-mobi._ship::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_ship_rd.svg);
}

._icon-mobi._bus3::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_bus3_rd.svg);
}

._icon-mobi._wheelchair::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_wheelchair_rd.svg);
}

._icon-mobi._wheelchair2::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_wheelchair_gr.svg);
}

._icon-mobi._wheelchair3 {
  padding-left: 44px;
}

._icon-mobi._wheelchair3::before {
  width: 44px;
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_move_gr.svg);
}

._icon-mobi._flight::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_plane_rd.svg);
}

._icon-mobi._car::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_car_rd.svg);
}

._icon-mobi._walk::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_walking_gr.svg);
}

._icon-mobi._congestion::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_attention.svg);
  background-size: 20px;
}

._icon-mobi._gmap::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_g_map.svg);
  background-size: 20px;
}

._icon-mobi._bicycle::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_bicycle.svg);
}
.all-container.page-home ._icon-mobi::before, .all-container.page-result ._icon-mobi::before {
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(12%) saturate(1660%) hue-rotate(184deg) brightness(93%) contrast(91%);
  filter: brightness(0) saturate(100%) invert(18%) sepia(12%) saturate(1660%) hue-rotate(184deg) brightness(93%) contrast(91%);
}

/* .icon-crowde
----------------------------------------------- */
.icon-crowde {
  height: 15px;
  display: inline-block;
  background-size: contain;;
  background-position: right;
}

.icon-crowde._lv1,
._lv1 .icon-crowde {
  width: 14px;
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon-crowde_lv1.svg);
}

.icon-crowde._lv2,
._lv2 .icon-crowde {
  width: 29px;
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon-crowde_lv2.svg);
}

.icon-crowde._lv3,
._lv3 .icon-crowde {
  width: 44px;
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon-crowde_lv3.svg);
}

.icon-crowde._lv4,
._lv4 .icon-crowde {
  width: 59px;
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon-crowde_lv4.svg);
}

.icon-crowde._lv5,
._lv5 .icon-crowde {
  width: 74px;
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon-crowde_lv5.svg);
}

.icon-crowde-Wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.icon-crowde-Wrap .icon-crowde {
  margin-right: 10px;
}

.icon-crowde-item {
  display: none;
}

._lvNaN .icon-crowde-item._lvNaN {
  display: block;
}

._lv1 .icon-crowde-item._lv1 {
  display: block;
}

._lv2 .icon-crowde-item._lv2 {
  display: block;
}

._lv3 .icon-crowde-item._lv3 {
  display: block;
}

._lv4 .icon-crowde-item._lv4 {
  display: block;
}

._lv5 .icon-crowde-item._lv5 {
  display: block;
}

/* ----------------------------------------------------------------
    List
----------------------------------------------------------------- */
/* .list
----------------------------------------------- */
.list > li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 15px;
}

.list > li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #9e9e9e;
}

.list > li.note::before {
  content: "*";
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: none;
}

.list._error > li {
  color: #c00;
  font-weight: bold;
}

.list > li + li {
  margin-top: 8px;
}

ol.list,
.list._no {
  padding-left: 15px;
  list-style: decimal;
}

ol.list > li,
.list._no > li {
  padding-left: 0;
}

ol.list > li::before,
.list._no > li::before {
  content: none;
}

.list._guide-icon li {
  display: flex;
  align-items: center;
  padding-left: 0;
}

.list._guide-icon li::before {
  content: none;
}

.guide-flex_img {
  margin-top: 16px;
}

@media screen and (min-width: 1168px) {
  .guide-flex {
    display: flex;
  }
  .guide-flex_img {
    width: 100%;
    margin-top: 0;
    padding-left: 24px;
  }
}

/* .list-nav
----------------------------------------------- */
.list-nav_item {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.list-nav_item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 8px;
  height: 8px;
  margin: auto;
  display: block;
  border: 2px solid #c00;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}

.list-nav_item._blank::before {
  content: none;
}

.list-nav_item._blank .icon-blank {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
}

.list-nav_item a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 14px 24px 14px 32px;
  color: #111;
}

.list-nav_item_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

@media screen and (min-width: 768px) {
  .sub-area {
    width: 260px;
    min-width: 260px;
    min-height: calc(100vh - 118px);
    margin-top: -64px;
    padding-bottom: 48px;
    background: #F4F5F6;
  }
  .all-container.page-home .sub-area {
    margin-top: -30px;
  }
  .all-container.page-result .sub-area {
    margin-top: -33px;
  }
  .all-container:not(.page-result) .container:has(.hdg-band) .sub-area {
      margin-top: -152px;
  }
    .sub-area .main-lyt {
        padding: 0 20px;
    }

    .list-nav_item a {
      padding:14px 34px 14px 48px;
    }
    .list-nav_item a:hover {
      background: #EBECED;
    }
    .list-nav_item_icon {
        left: 16px;
    }
    .list-nav_item::before {
        right: 16px;
    }
    .list-nav_item._blank .icon-blank {
        right: 14px;
    }
}
@media screen and (min-width: 1000px) {
  .sub-area {
        width: 400px;
        min-width: 400px;
    }
}

/* .list-bnr
----------------------------------------------- */
.list-bnr_item {
  margin-top: 16px;
}

.list-bnr_item > a {
  display: block;
}

.list-bnr_item img {
  width: 100%;
}

.list-bnr_item + .list-bnr_item {
  padding-top: 16px;
  border-top: 1px dashed #CCC;
}

.page-result-detail .txt-nearme {
  display: none;
}

/* .list-btn
----------------------------------------------- */
.list-btn {
  margin-top: 40px;
}

.list-btn_item {
  margin-top: 24px;
}

.list-btn_item .btn {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .container:not(._split) .list-btn {
    display: flex;
    flex-wrap: wrap;
  }

  .container:not(._split) .list-btn_item {
    margin-top: 0;
    width: calc(100% / 3 - 7px);
  }

  .container:not(._split) .list-btn_item:not(:nth-child(3n)) {
    margin-right: 10px;
  }

  .container:not(._split) .list-btn_item:nth-child(n + 4) .btn {
    margin-top: 24px;
  }

  .container:not(._split) .list-btn_item:nth-child(3n + 1) .btn {
    margin-left: 0;
  }
  .container:not(._split) .list-btn_item:nth-child(3n) .btn {
    margin-right: 0;
  }
  .container:not(._split) .list-btn_item:nth-child(2n + 1):last-child {
    margin-right: 0;
  }
}

/* .list-aco
----------------------------------------------- */
.list-aco {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .container._top .list-aco_item {
    margin-top: calc(16px + -55px);
    padding-top: 55px;
  }
}
@media screen and (max-width: 1167px) {
  .list-aco_item {
    margin-top: calc(16px + -55px);
    padding-top: 55px;
  }
}

@media screen and (min-width: 768px) {
  .container._top .list-aco_item {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1168px) {
  .list-aco_item {
    margin-top: 24px;
  }
}

/* .list-btn-func
----------------------------------------------- */
.list-btn-func {
  display: flex;
}

.list-btn-func_item:not(:last-child) {
  margin-right: 12px;
}

/* .info-list-wrap
----------------------------------------------- */
.info-list-wrap {
  margin-top: 10px;
  background: #fff;
}

.info-list_item {
  border: 1px dotted #ccc;
}

.info-list_item + .info-list_item {
  margin-top: 10px;
}

.info-list_item img {
  width: 100%;
}

.info-list-wrap_btn-close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
}

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

  .info-list_item + .info-list_item {
    margin-top: 0;
  }

  .info-list-wrap_btn-close {
    display: block;
  }
}

/* .info-guide
----------------------------------------------- */
.list-guide {
    margin-top: 20px;
}

.list-guide ul {
    text-align: center;
}

.list-guide ul li {
    display: inline-block;
}

/* ----------------------------------------------------------------
    Link
----------------------------------------------------------------- */
/* .link
----------------------------------------------- */
.link {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  color: #0f0f69;
}

.link::before {
  content: "";
  position: absolute;
  top: 0.1rem;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  display: block;
  border: 2px solid #b22430;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}

.btn-txt {
  display: inline-block;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  color: #0f0f69;
}

.link:hover,
.link:active,
.link:focus {
  color: #ca0000;
  text-decoration: underline;
}

.link._anc::before {
  top: 4px;
  transform: rotate(135deg);
  margin-left: 2px;
}

.link._blank {
  padding-left: 0;
}

.link._txt::before,
.link._blank::before {
  content: none;
}

.list + .link {
  margin-left: 15px;
}

/* .link-condition
----------------------------------------------- */
.link-condition {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  font-size: 1.6rem;
}

.link-condition.is-error {
  border: 2px solid #c00;
}

.link-condition.is-error > .link-condition_item {
  padding: 11px;
  padding-right: 19px;
  background: #fdf5f5;
}

.link-condition:not(:last-child) {
  margin-bottom: 10px;
}

.link-condition_item {
  display: flex;
  padding: 12px;
  padding-right: 20px;
  color: #000;
}

.link-condition_item._headcount .link-condition-list_data {
  display: flex;
  margin-bottom: 0;
  margin-left: 7px;
}

.link-condition_item._headcount .link-condition-list_data img {
  vertical-align: middle;
}

.link-condition_item._headcount .adult img {
  width: 8px;
}

.link-condition_item._headcount .junior img {
  width: 9px;
}

.link-condition_item._headcount .child img {
  width: 9px;
}

.link-condition_item._headcount .times {
  padding: 0 6px 0 10px;
  color: #686868;
  font-size: 1.6rem;
}

.link-condition_item._headcount .num {
  padding-right: 20px;
  color: #686868;
  font-size: 1.7rem;
}

.link-condition_item._headcount .is-active {
  color: #333;
}

.link-condition_item._calendar {
  position: relative;
  padding: 12px 46px 13px 40px;
}

.link-condition_item._calendar::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 12px;
  display: block;
  width: 17px;
  height: 16px;
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_calendar.svg);
  background-size: contain;
}

.link-condition_item .icon-blank {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  padding: 7px 0;
  width: auto;
}

.link-condition_item._calendar.is-error {
  padding: 9px 46px 9px 40px;
  border: 2px solid #c00;
  background: #fdf5f5;
}

.link-condition_item._calendar .link-condition_data {
  font-size: 1.3rem;
}

.link-condition_item._calendar .link-condition_data .month,
.link-condition_item._calendar .link-condition_data .date {
  font-size: 1.9rem;
}

.link-condition_item._class {
  padding: 13px 20px 13px 46px;
}

.link-condition_item._class .link-condition_img {
  position: absolute;
  top: 12px;
  left: 16px;
  width: 13px;
}

.link-condition_item .link-condition_img {
  margin-bottom: 0;
}

.link-condition_item .link-condition_data {
  margin-bottom: 0;
}

.link-condition[role="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.link-condition .link-condition_exc {
  position: absolute;
  right: 10px;
  bottom: -27px;
  z-index: 1;
  width: 44px;
}

/* .link-condition-set
----------------------------------------------- */
.link-condition-set {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.link-condition-set._calendar .link-condition-set_list {
  position: relative;
  padding-right: 10px;
  padding-left: 48px;
}

.link-condition-set._calendar .link-condition-set_list::before {
  position: absolute;
  top: 13px;
  left: 14px;
  width: 17px;
  height: 16px;
  background-position: -61px -45px;
  background-size: 113px auto;
}

@media screen and (max-width: 320px) {
  .link-condition-set._calendar .link-condition-set_list {
    padding-left: 45px;
  }
  .link-condition-set._calendar .link-condition-set_list .year,
  .link-condition-set._calendar .link-condition-set_list .month,
  .link-condition-set._calendar .link-condition-set_list .date {
    font-size: 1.6rem;
  }
  .link-condition-set._calendar .link-condition-set_list .month {
    padding-left: 4px;
  }
  .link-condition-set._calendar .link-condition-set_list > li:first-child {
    padding-right: 20px;
  }
  .link-condition-set._calendar .link-condition-set_list > li .label {
    padding-right: 6px;
    font-size: 1.3rem;
  }
}

.link-condition-set_list {
  margin-bottom: 0;
}

.link-condition-set_list > li {
  display: flex;
  padding: 12px 0;
  border-top: 1px solid #ccc;
}

.link-condition-set_list > li:first-child {
  padding-right: 25px;
  border-top: 0;
}

.link-condition-set_list > li .label {
  padding-right: 8px;
  color: #686868;
  font-size: 1.5rem;
}

.link-condition-set_data {
  color: #333;
  font-size: 1.3rem;
}

.link-condition-set_data .year,
.link-condition-set_data .month,
.link-condition-set_data .date {
  font-size: 1.8rem;
}

.link-condition-set_data .month {
  padding-left: 8px;
}

/* .link-condition._date
----------------------------------------------- */
.link-condition._date {
    width: 151px;
    max-width: fit-content;
    height: fit-content;
    margin: 0 10px 0 0;
}
.link-condition._date .link-condition_item._calendar {
    padding: 10px 8px 11px 40px;
}
.link-condition._date .link-condition_item._calendar .link-condition_data {
    min-width: 100px;
}


/* .link-thumb
----------------------------------------------- */
.link-thumb {
  position: relative;
  display: flex;
  padding: 20px 10px;
  padding-right: 25px;
}

.link-thumb::after {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  right: 13px;
  margin-top: -4px;
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #c00;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}

.link-thumb_item:first-child {
  width: 60px;
  margin-right: 10px;
}

.link-thumb_item:nth-child(2) {
  width: calc(100% - 70px);
}

.info-list_item._noImg .link-thumb_item:nth-child(2) {
  width: 100%;
}

.link-thumb_item_title {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
    .link-thumb_item:first-child {
        width: 100px;
    }
    .link-thumb_item:nth-child(2) {
        width: calc(100% - 110px);
    }   
}

/* ----------------------------------------------------------------
    Button
----------------------------------------------------------------- */
/* .btn-nav
----------------------------------------------- */
.btn-nav_parts {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.h-maas_btn {
  position: relative;
}
.h-maas_btn._browserBackBtn {
    position: absolute;
    display: inline-block;
    left: 16px;
    top: 0;
    margin: 12px auto 0;
    z-index: 1;
}

.btn-map-close {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: #930000;
}

.h-maas.is-fixed .btn-map-close {
  display: block;
}

.page-home .h-maas_btn > a {
  visibility: hidden;
}

/* .btn-wrap
----------------------------------------------- */
.btn-wrap {
  position: relative;
  margin: 24px auto 0;
  text-align: center;
}

.btn-wrap .btn {
  margin: 0 auto;
}

.btn-wrap._multi {
  min-height: 58px;
}

.btn-wrap._aco {
  margin: 18px 0 12px;
}

.btn-wrap._acotxt {
  margin: 16px 0 12px;
  text-align: left;
}

.btn-wrap._left {
  text-align: left;
}

.btn-wrap._submit {
  margin: 0;
  padding: 24px 0 20px;
  width: 100%;
  border-top: 1px solid #ccc;
}

.btn-wrap._modal {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px 0 50px;
  background: #fff;
  z-index: 1;
}
.container:not(._split) .btn-wrap._fitb {
  margin-top: 16px;
}

.btn-wrap._yesno {
  display: flex;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-wrap._yesno > .btn {
  width: 50%;
  margin: 0 10px;
  padding-left: 16px;
  padding-right: 16px;
}

.btn-wrap._yesno > .btn + .btn {
  margin-top: 0;
}

.btn-wrap._yesno > .btn::after {
  content: none;
}

.btn-wrap._coupon {
  margin-top: 0;
  padding: 16px 0;
  background: #f0f7ff;
}

@media screen and (max-width: 350px) {
    /*.h-maas_btn._browserBackBtn {
      left: 0;
    }*/
}
@media screen and (min-width: 768px) {
  .container:not(._split) .btn-wrap:not(._coupon) {
    margin-top: 32px;
  }
  .container:not(._split) .btn-wrap._fitb {
    margin-top: 16px;
  }

  .container:not(._split) .btn-wrap:not(._coupon) + .btn-wrap {
    margin-top: 24px;
  }

  .btn-wrap._modal {
    position: absolute;
    left: 30px;
    width: calc(100% - 60px);
    padding: 32px 0;
  }

  .btn-wrap._modal .btn._back:first-child:last-child {
    margin: 0 auto !important;
  }

  .btn-wrap._yesno > .btn {
    max-width: 200px;
  }

  .btn-wrap._excuse { 
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }

  .btn-wrap._excuse .btn { 
    margin: 0 20px;
  }
  
  .btn-wrap._excuse > .btn + .btn {
    margin-top: 0;
  }
	
  .container._top .btn-wrap._col2 {
    display: flex;
    justify-content: center;
  }
	.container._top .btn-wrap._col2 .btn {
		margin: 0;
	}
	.container._top .btn-wrap._col2 .btn:not(:first-child) {
		margin-left: 20px;
	}
    
    .h-maas_btn {
        width: auto;
    }
    .h-maas_btn._browserBackBtn {
      width: auto;
      left: 24px;
      margin: 32px auto 0;
    }
}

@media screen and (max-width: 839px) {
  .btn-wrap._milecp .btn + .btn {
    margin-top: 16px;
  }
	
	.btn-wrap._spMgt16 {margin-top: 16px;}
}
@media screen and (min-width: 840px) {
  .btn-wrap._milecp .btn {
    margin: 0;
  }
  .btn-wrap._milecp .btn + .btn {
    margin-left: 20px;
  }
  .btn-wrap._milecp {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1168px) {
	
  .btn-wrap._col2 {
    display: flex;
    justify-content: center;
  }
    .btn-wrap._col2 .btn {
        margin: 0;
    }
	.btn-wrap._col2 .btn:not(:first-child) {
		margin-left: 20px;
	}
    
}

/* .btn
----------------------------------------------- */
.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 38px 10px 16px;
  width: 100%;
  max-width: 270px;
  min-height: 58px;
  height: fit-content;
  max-height: fit-content;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -3px;
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #c00;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}

.btn:hover {
  text-decoration: underline;
}

.btn._rd {
  border: none;
  background: #c00;
  font-weight: normal;
  color: #fff;
}

.btn._rd::after {
  border: 2px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
}

.btn._back {
  padding: 0 16px 0 38px;
}

.btn._back::after {
  position: absolute;
  left: 17px;
  right: auto;
  transform: rotate(-135deg);
}

.btn._s {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: inherit;
  min-height: 44px;
  padding: 12px 38px 11px 16px;
  text-align: center;
  font-size: 1.4rem;
}

.btn._type2 {
  display: inline-block;
  width: auto;
  height: 44px;
  min-width: 160px;
  padding: 11px 16px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #0f0f69;
}

.btn._blank {
  padding-right: 42px;
}

.btn._blank::after {
  content: none;
}

.btn._large {
  max-width: 370px;
}

.btn._blank .icon-blank {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}

.btn[class*="modal"] {
  padding-left: 16px;
  padding-right: 16px;
}

.btn[class*="modal"]::after {
  content: none;
}

.btn._icon {
  padding-left: 42px;
  padding-right: 36px;
}

.btn._icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: 24px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.btn._icon._hotel::before {
  background: url(/jp/en/relations/jalmaas/img_sites/icon_hotel_gy.svg) center no-repeat;
}

.btn._icon._rentacar::before {
  background: url(/jp/en/relations/jalmaas/img_sites/icon_rentacar_gy.svg) center no-repeat;
}

.btn._icon._bus::before {
  background: url(/jp/en/relations/jalmaas/img_sites/icon_bus_gy.svg) center no-repeat;
}
.btn._icon._smart_shuttle::before {
  background: url(/jp/en/relations/jalmaas/img_sites/icon_smart_shuttle_gy.svg) center no-repeat;
}
.btn._icon._train::before {
  background: url(/jp/en/relations/jalmaas/img_sites/icon_train_gy.svg) center no-repeat;
}
.btn._icon._other:before {
  background: url(/jp/en/relations/jalmaas/img_sites/icon_e_wheelchair_gy.svg) center no-repeat;
}
.btn._icon._ferry:before {
  background: url(/jp/en/relations/jalmaas/img_sites/icon_ferry_gy.svg) center no-repeat;
}


.btn-wrap .btn + .btn {
  margin-top: 24px;
}
.btn-wrap._col1 .btn + .btn {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
    .container._top .btn {
        max-width: 240px;
    }
  .btn._center {
    margin: 0 auto;
  }

  .container._top .btn-wrap .btn + .btn {
    margin-top: 0;
  }
    .btn-wrap._multi .btn + .btn {
    margin-top: 16px;
}

  .btn._pcW240 {
    width: 240px;
  }
}
@media screen and (min-width: 1168px) {

  .btn {
    min-width: 240px;
  }
  .btn-wrap .btn + .btn {
    margin-top: 0;
  }
  .btn-wrap:not(._multi) .btn._back {
    margin-left: 0;
  }
    
}

@media screen and (min-width: 1286px) {
  .btn-wrap._multi .btn._back {
    position: absolute;
    top: 0;
    left: 0;
  }
    .btn-wrap._multi .btn + .btn {
        margin-top: 0;
    }
    .btn._back {
    margin-left: 0;
  }
    
}

/* .btn.is-disabled
----------------------------------------------- */
.btn.is-disabled {
  color: #a7a7a7;
  background: #f8f8f8 0% 0% no-repeat padding-box;
  border: 1px solid #ccc;
  box-shadow: none;
  cursor: auto;
}

.btn.is-disabled:hover {
  opacity: 1;
  text-decoration: none;
}

/* .btn-mini
----------------------------------------------- */
.btn-mini {
  position: relative;
  padding: 6px 10px 7px 30px;
  display: inline-block;
  min-width: 65px;
  min-height: 32px;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  font-size: 1.2rem;
  color: #0f0f69;
}

.btn-mini::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
}

.btn-mini._delete::before {
  background: url(/jp/en/relations/jalmaas/img_sites/icon_delete_list.svg);
}

.btn-mini._modal::before {
  background: url(/jp/en/relations/jalmaas/img_sites/icon_modal_arrow.svg);
}

/* .btn-aco
----------------------------------------------- */
.btn-aco {
  position: relative;
  padding: 6px 16px 6px;
  min-width: 64px;
  border: 1px solid #ccc;
  border-radius: 50px;
  text-align: center;
  line-height: 1;
}

.btn-aco::after {
  content: "";
  margin-bottom: 3px;
  margin-left: 6px;
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 2px solid #2a344b;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(135deg);
}

.btn-aco.is-active::after {
  margin-bottom: 2px;
  transform: rotate(-45deg);
}

.btn-aco_txt {
  position: relative;
  line-height: 1;
  font-size: 1.4rem;
  color: #616161;
}

.btn-aco._txt {
  width: 100%;
  padding: 4px 26px 4px 0;
  border: none;
  border-radius: 0;
  text-align: left;
}

.btn-aco._txt::after {
  content: none;
}

.btn-aco._txt .btn-aco_txt {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
}

.btn-aco._txt.is-active .btn-aco_txt::after {
  margin-top: 3px;
  transform: rotate(-45deg);
}

.btn-aco._txt .btn-aco_txt::after {
  content: "";
  position: absolute;
  top: calc(50% + -5px);
  right: -20px;
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #c00;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(135deg);
}

.btn-aco._type2 {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  margin: 0 auto;
}

.btn-aco._type2:focus {
  outline-width: 1px;
}

.btn-aco._type2::after {
  content: "";
  margin-bottom: -.1em;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  display: inline-block;
  border: none;
  background: url(/jp/en/relations/jalmaas/img_sites/icon_arrow_func.svg) no-repeat;
  background-size: contain;
  transform: rotate(0);
}

.btn-aco._type2.is-active::after {
  transform: rotate(-180deg);
}

.btn-aco_txt._close {
  display: none;
}

[aria-expanded="true"] .btn-aco_txt._open {
  display: none;
}
[aria-expanded="true"] .btn-aco_txt._close {
  display: block;
}

.btn-wrap._aco.research-acobtn {
  margin: 0 0 16px;
}
.all-container.page-result .btn-wrap._aco.research-acobtn {
  margin: 0 48px 16px;
}
@media screen and (min-width: 768px) {
  .btn-wrap._aco.research-acobtn, .all-container.page-result .btn-wrap._aco.research-acobtn {
    margin-bottom: 48px;
    margin-top: 0 !important;
  }
}
.research-acobtn .btn-aco {
  padding: 7px 16px;
}

/* .btn-suggest-delete
----------------------------------------------- */
.btn-suggest-delete {
  position: absolute;
  top: 18px;
  right: 16px;
}

/* .btn-replace-route
----------------------------------------------- */
.btn-replace-route {
  position: relative;
  margin: -22px 8px -22px auto;
  display: block;
  text-align: right;
  z-index: 1;
}
.btn-replace-route + .form-lyt-set {
  margin-top: 12px;
}

/* .btn-current-time
----------------------------------------------- */
.btn-current-time {
  padding: 5px;
  min-width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-current-time_txt {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}

/* .btn-func
----------------------------------------------- */
.btn-func {
  position: relative;
  width: auto;
  height: 24px;
  display: inline-block;
}
.btn-func button {
  display: flex;
  align-items: center;
}
.btn-func_txt {
  padding-left: 4px;
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media all and (min-width:400.5px) {
.btn-func_txt br {
  display: none;
}
}

.btn-func_tooltip {
  position: absolute;
  display: none;
  top: calc(100% + 2px);
  left: 0;
  padding: 6px 8px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 1px 3px #0000004d;
  font-size: 1rem;
  font-weight: bold;
  word-break: keep-all;
  transform: translate(calc(-100% + 24px), 0);
}

.btn-func_tooltip.is-active {
  display: block;
}

.btn-func._mylist {
  display: none;
}

._mylist.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/jp/en/relations/jalmaas/img_sites/icon_bookmark_ac.svg) #fff;
}

/* .txt-btn-aco
----------------------------------------------- */
.txt-btn-aco {
  position: relative;
  padding-right: 24px;
  color: #0f0f69;
  font-weight: bold;
  line-height: 1.6;
}

.txt-btn-aco::after {
  content: "";
  position: absolute;
  top: calc(50% + -5px);
  right: 8px;
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #c00;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(135deg);
}

.txt-btn-aco.is-active::after {
  top: calc(50% + -1px);
  transform: rotate(-45deg);
}

p + .txt-btn-aco {
  margin-top: 5px;
}

.list + .txt-btn-aco,
.list + .txt-btn-aco + .aco-panel {
  margin-top: 5px;
  padding-left: 15px;
}

.list + .txt-btn-aco + .aco-panel .list {
  font-size: 1rem;
}

/* .aco-parts
----------------------------------------------- */
.aco-parts:not(li) {
  margin-top: 24px;
  border: 1px solid #ccc;
}

.aco-parts_inner {
  border: 1px solid #ccc;
}

.aco-parts_btn {
  position: relative;
  width: 100%;
  text-align: left;
}

/* .aco-parts-module {
  position: relative;
  width: 100%;
  text-align: left;
} */

/* .aco-parts-module_text {
  position: relative;
  width: 100%;
  padding: 12px 0 13px 20px;
  font-size: 1.6rem;
  color: #616161;
} */

/* .aco-parts-module::after, */
.aco-parts_btn::after {
  content: "";
  position: absolute;
  top: calc(50% + -5px);
  right: 14px;
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #c00;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(135deg);
}

.aco-parts-module.is-active::after,
.aco-parts_btn.is-active::after {
  top: calc(50% + -2px);
  transform: rotate(-45deg);
}

.aco-parts_btn_txt {
  display: block;
  padding: 13px 26px 12px 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.aco-parts_body {
  margin: 0 10px 10px;
  padding: 20px 0 10px;
  display: none;
  border-top: 1px solid #e2e7ed;
}

.aco-parts_body._gr {
  padding: 32px 10px;
  background: #f4f5f6;
  border-top: none;
}

.aco-parts_body.is-active {
  display: block;
}

.aco-parts._module {
  line-height: 0;
  border-radius: 3px;
}

.aco-parts._module .aco-parts_btn {
  line-height: 1.3;
  padding-left: 56px;
  font-size: 1.6rem;
  color: #616161;
}

.aco-parts._module .aco-parts_btn::before {
  content: "Flight";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 54px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2A344B;
  color: #fff;
  border-radius: 2px 0 0 2px;
  font-size: 1.4rem;
}
.aco-parts._module .aco-parts_btn.is-active::before {
    border-radius: 2px 0 0 0;
}
  
.aco-parts._module .aco-parts_btn_txt {
  align-items:center;
  height:54px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 17px 26px 12px 10px;
}
.aco-parts._module .aco-parts_btn_txt.is-flightInfo {
  color: #000;
}

.aco-parts._module .aco-parts_body {
  line-height: 1.3;
  margin: 0;
  padding: 16px 20px 12px;
  border: none;
}

.aco-parts._module .form-lyt-set:first-of-type {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .container._top  .aco-parts_body {
    margin: 0 20px 20px;
  }

  .container._top  .aco-parts_body._gr {
    padding: 32px;
  }

  .container._top .aco-parts_btn_txt {
    padding: 18px 20px 17px 10px;
  }
}
@media screen and (min-width: 1168px) {
  .aco-parts_body {
    margin: 0 20px 20px;
  }

  .aco-parts_body._gr {
    padding: 32px;
  }

  .aco-parts_btn_txt {
    padding: 18px 20px 17px;
  }
}

/* ----------------------------------------------------------------
    Form
----------------------------------------------------------------- */
/* .form-txt
----------------------------------------------- */
.form-txt {
  box-sizing: border-box;
  padding: 12px 14px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-txt[disabled] {
  border: 1px solid #e0e0e0;
  background: #eee;
}

.form-txt[disabled]::-webkit-input-placeholder {
  color: #555;
  opacity: 1;
}

.form-txt[disabled]::placeholder {
  color: #555;
  opacity: 1;
}

.form-txt.is-error {
  padding: 11px 14px;
  border: 2px solid #c00;
  background-color: #fdf5f5;
}

input[type="text"]:active,
input[type="text"]:focus {
  padding: 11px 13px;
  border: 2px solid #000;
}

/* .form-suggest
----------------------------------------------- */
.form-suggest {
  position: absolute;
  top: calc(100% + 1px);
  left: -11px;
  display: none;
  width: calc(100% + 22px);
  background: #fff;
  box-shadow: 0 3px 4px #0000004d;
  z-index: 10000;
}

.form-suggest.is-active {
  display: block;
}

.form-suggest_list {
  margin-top: 0;
  padding: 0 10px;
  background: #fff;
}

.form-suggest_list_item:not(:first-child) {
  border-top: 1px solid #ccc;
}

.form-suggest_list_item button {
  position: relative;
  padding: 10px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: left;
}

.form-suggest_list_item._icon {
  padding-top: 8px;
  border-top: none;
}

.form-suggest_list_item._location {
  padding-bottom: 8px;
}

.form-suggest_list_item._icon button {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
}

.form-suggest_list_item._icon button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  width: 24px;
  height: 24px;
  display: block;
  z-index: 1;
}

.form-suggest_list_item._icon._map button::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_map.svg);
}

.form-suggest_list_item._icon._location button::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_arrowhead_nv.svg);
}

.form-suggest_title {
  position: relative;
  margin-top: 0;
  padding: 2px 30px 4px;
  background: #2A344B;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}

.form-suggest_title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 16px;
  height: 16px;
  margin: auto;
  background-size: contain;
}

.form-suggest_title._station::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_station.svg);
}

.form-suggest_title._spot::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_spot.svg);
}

.form-suggest_title._busstop::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_busstop.svg);
}

.form-suggest_title._port::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_port.svg);
}

.form-suggest_title._cycle::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_cycle.svg);
}

.form-suggest_title._demand::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_demand.svg);
}



.form-suggest_list_item .txt-sub{
  display: block;
  width: 100%;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.form-suggest._number .form-suggest_list_item button {
  display: flex;
}

.form-suggest._number .form-suggest_list_item .txt-sub {
  padding-left: 8px;
}

@media screen and (min-width: 768px) {
  .form-suggest_list_item._map {
    display: none;
  }

  .form-suggest_list_item._location {
    padding-top: 8px;
  }
}

/* .form-numtxt
----------------------------------------------- */
.form-numtxt {
  display: none;
  align-items: center;
  position: absolute;
  top: calc(50% + 0.05em);
  bottom: 0;
  left: 50px;
  width: calc(100% - 50px - 14px);
  max-width: calc(100% - 50px - 14px);
  transform: translate(0, -50%);
  color: #616161;
  font-size: 1.2rem;
}
.form-numtxt span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: text;
}
.form-txt:valid ~ .form-numtxt {
  display: flex;
}
.form-txt:placeholder-shown ~ .form-numtxt {
  display: none;
}
.form-txt:focus ~ .form-numtxt {
  display: none;
}

/* .form-select
----------------------------------------------- */
.form-select {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-width: 240px;
  width: 100%;
  background: #fff;
  font-size: 1.6rem;
}

.form-select::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  width: 8px;
  height: 8px;
  display: block;
  border-top: 2px solid #c00;
  border-right: 2px solid #c00;
  transform: rotate(135deg) translate3d(0, 0, 0);
  pointer-events: none;
}

.form-select select {
  position: relative;
  display: block;
  padding: 12px 46px 12px 13px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select select::-ms-expand {
  display: none;
}

.form-select._full {
  max-width: none;
}

.form-select._small {
  max-width: 120px;
}

.form-lyt-set._time {
    margin-bottom: 0;
}
.form-select._time {
    margin-right: 10px;
    height: fit-content;
    height: -webkit-fit-content;
}
.form-select._time::before {
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 2px);
    z-index: 1;
    display: block;width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #cc0000;
  border-bottom: 0;
  transform: unset;
}
.form-select._time input {
    position: relative;
    width: 100%;
    /*min-width: 90px;*/
    min-height: 48px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 46px 10px 13px;
    cursor: pointer;
}
input[type='time'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='time']::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 24px;
    height: 24px;
    color: transparent;input[type='time']
    background: transparent;
    z-index: 100;
    -webkit- transform:: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
}
@media screen and (min-width: 768px) {
    .link-condition._date {
        width: initial;
        min-width: 151px;
    }
}
@media screen and (max-width: 359px) {
    .form-select._time {
        margin-right: 5px;
    }
    .link-condition._date {
        width: 144px;
    }
    .form-select._time input {
        padding: 10px 26px 10px 8px;
    }
    .form-select._time:before {
        right: 8px;
    }
}

.form-select.is-error select {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 12px;
  border: 2px solid #c00;
  background-color: #fdf5f5;
}

.form-select.is-blank select {
  background-color: #fdf5f5;
}

.form-txt + .form-select,
[role="alert"] + .form-select {
  margin-top: 10px;
}

.form-select + .form-txt {
  margin-top: 10px;
}

/* .form-radio
----------------------------------------------- */
.form-radio {
  display: inline-block;
}

.form-radio_item {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 26px;
  font-size: 1.4rem;
  cursor: pointer;
}

.form-radio .form-parts::before,
.form-radio .form-parts::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}

.form-radio .form-parts::before {
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #9aa3b3;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 2px #ccc inset;
}

.form-radio .form-parts::after {
  left: 5px;
  z-index: 1;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #555;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* .form-list._col2 .form-radio .form-parts, 
.form-list._col3 .form-radio .form-parts {
  display: flex;
  align-items: center;
}

.form-radio .form-parts .list-note {
  display: flex;
  box-sizing: border-box;
  margin-bottom: 5px;
  color: #616161;
  font-size: 1.1rem;
} */

.form-radio._block {
  width: 100%;
  padding: 13px 18px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"]:focus ~ .form-parts::before {
  outline: 2px solid #a6c8ff;
}

input[type="radio"]:checked ~ .form-parts::after {
  opacity: 1;
}

input[type="radio"]:disabled + .form-parts {
  color: #bfbfbf;
}

input[type="radio"].is-blank + .form-parts::before {
  background-color: #fdf5f5;
}

input[type="radio"].is-blank:checked ~ .form-parts::before {
  background-color: #fff;
}

.form.is-error {
  border: 2px solid #c00;
  background-color: #fdf5f5;
}

.form.is-blank .form-parts {
  background-color: #fdf5f5;
}

/* .form-checkbox
----------------------------------------------- */
.checkbox-wrap {
  margin: 16px 0 24px;
}

.form-checkbox {
  position: relative;
  display: inline-block;
}

.form-checkbox_item {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding-bottom: 2px;
  padding-left: 24px;
  font-size: 1.4rem;
  cursor: pointer;
}

.form-checkbox_txt {
  padding-left: 10px;
  vertical-align: top;
}

input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"]:focus ~ .form-parts::before {
  outline: 2px solid #a6c8ff;
}

.form-checkbox .form-parts::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  border: 1px solid #9aa3b3;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 1px #ccc inset;
}

.form-checkbox .form-parts::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  z-index: 1;
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_check.svg);
}

.form-checkbox .form-parts.must::before {
  background-color: #fdf5f5;
}

.form-checkbox .form-parts.is-error::before {
  border: 2px solid #c00;
  background-color: #fdf5f5;
}

input[type="checkbox"]:focus + label {
  outline: 2px solid #a6c8ff;
}

input[type="checkbox"]:checked ~ .form-parts::after {
  opacity: 1;
}

input[type="checkbox"].must:checked ~ .form-parts::before {
  background-color: #fff;
}

input[type="checkbox"]:disabled ~ .form-parts {
  color: #bfbfbf;
}

input[type="checkbox"]:checked:disabled ~ .form-parts::after {
  opacity: 0.3;
}

.form-checkbox_item-inner {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .checkbox-wrap {
    margin: 24px 0 32px;
  }
}

/* .form-set
----------------------------------------------- */
.form-set {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* .form-list
----------------------------------------------- */
.form-list label {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
}

.form-list_item {
  position: relative;
}

.form-list_item > [class^="form-"],
.form-list_item > [class*=" form-"] {
  display: block;
}

.form-list._type2 {
  margin-top: 1px;
}
._type2 .form-list_item {
  border-bottom: 1px dashed #ccc;
}

._type2 label {
  padding: 11px 16px 12px 26px;
}

.form-list._flex {
  display: flex;
  flex-wrap: wrap;
}

._flex .form-list_item {
  width: calc(100% / 2);
}

._flex .form-list_item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px dashed #ccc;
}

._flex .form-list_item:nth-child(2n + 1):not(:nth-last-child(2))::before {
  content: "";
  width: calc(100% * 2);
}
._flex._col3 .form-list_item {
  width: calc(100% / 3);
}

._flex._col3 .form-list_item:nth-child(3n + 1):not(:nth-last-child(3))::before {
  content: "";
  width: calc(100% * 3);
}

.form-list._type2._crowde .icon-crowde {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 15px;
}

@media screen and (min-width: 768px) {
  .modal .form-list._type2 label {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    font-size: 1.6rem;
  }
}

/* .form-btn
----------------------------------------------- */
.form-btn-set_hideitem {
  width: 100%;
}

.form-btn {
  display: block;
  width: calc(100% / 3);
  /*min-width: 82px;*/
  min-height: 32px;
}

.form-btn:not(:first-child) {
  margin-left: 8px;
}

.form-btn._full {
  width: 100% !important;
}

.form-btn._optimal {
  min-width: 90px;
}

.form-btn_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 32px;
  border: 1px solid #CCC;
  border-radius: 4px;
}

.form-btn_txt {
  display: inline-block;
  margin-top: -2px;
    padding: 0 3px;
  font-size: 1.4rem;
  color: #616161;
}

.form-btn_txt._speed {
    position: relative;
    padding-left: 20px;
}
.form-btn_txt._speed:before {
    position: absolute;
    content: '';
    left: 0;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    background: url(/jp/en/relations/jalmaas/img_sites/icon_slowly_nv.svg) no-repeat;
}
.form-btn_txt._speed._normal:before {
    background: url(/jp/en/relations/jalmaas/img_sites/icon_normal_nv.svg);
}
.form-btn_txt._speed._fast:before {
    background: url(/jp/en/relations/jalmaas/img_sites/icon_fast_nv.svg);
}

.form-btn_inner .icon-reco {
  font-size: 1.25rem;
  margin: 0 2px 2px 0;
}

input[type="radio"]:checked ~ .form-btn_inner {
  background: #E2E7ED;
}

input[type="radio"]:checked ~ .form-btn_inner .form-btn_txt {
  color: #000;
}

.form-btn-set_hideitem {
  margin-top: 10px;
}

input[type="radio"]:focus ~ .form-btn_inner {
  outline: 2px solid #000;
}

@media screen and (max-width: 1060px) {
    .form-lyt-set._arr .lyt-flex, .form-lyt-set._route .lyt-flex {
        flex-wrap: wrap;
    }
    .form-lyt-set._arr .form-btn, .form-lyt-set._route .form-btn {
        width: calc((100% - 8px) / 2);
    }
    .form-lyt-set._arr .form-btn:last-child {
        width: 100%;
        margin: 8px 0 0 0;
    }
    .form-lyt-set._route .form-btn:nth-child(odd) {
        margin-left: 0;
    }
    .form-lyt-set._route .form-btn:nth-child(n+3) {
        margin-top: 8px;
    }
}
@media screen and (max-width: 425px) {
    .form-lyt-set._arr .lyt-flex {
        display: block;
    }
    .form-lyt-set._arr .form-btn {
        width: 100%;
        margin: 8px 0 0 0;
    }
}

/* .form-lyt-set-wrap
----------------------------------------------- */
._final .form-lyt-set._time {
  display: none;
}
.form-lyt-set-wrap._final .link-condition._date {
  width: 100%;
  max-width: initial;
  margin: 0;
}

/* .form-lyt-set
----------------------------------------------- */
.form-lyt-set {
  position: relative;
  margin-bottom: 12px;
}

.form-lyt-set._ul, .form-lyt-set._ul + .form-lyt-set._ul {
    margin: 16px 0 0;
    padding: 0 0 16px;
    border-bottom: 1px dotted #ccc;
}

.form-lyt-set._arr {
    margin: 24px 0 0;
}

.form-lyt-set_item_placeholder + .form-lyt-set,
.form-lyt-set:first-of-type {
  margin-top: 16px;
}

.form-lyt-set._list:first-child {
  margin-top: 0;
}

.form-lyt-set + .form-lyt-set {
  margin-top: 12px;
}

.form-lyt-set + .form-lyt-set._list {
  margin-top: 20px;
}

.form-lyt-set._flex {
  /* display: flex;
  align-items: center; */
}

.form-lyt-set._inside {
  margin-top: 18px;
}

.form-lyt-set + .form-lyt-set {
  margin-top: 10px;
}

.form-lyt-set_item {
  position: relative;
}

.form-lyt-set_item + .form-lyt-set_item {
  margin-left: 12px;
}

.form-input-initem {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.form-lyt-set_item._full {
  width: 100%;
}

.form-input-initem input,
.form-lyt-set_item_placeholder {
  width: 100%;
  padding: 12px 30px 13px 16px;
  font-size: 1.6rem;
  text-overflow: ellipsis;
}

.form-input-initem input:active,
.form-input-initem input:focus {
  margin: 0;
  margin-left: -2px;
  padding: 11px 30px 12px 0;
  width: calc(100% + 4px);
  border-radius: 3px;
}

.form-input-initem.is-error {
  /*padding-left: 39px;*/
  border: 2px solid #c00;
  background-color: #fdf5f5;
}
.form-input-initem.is-error input {
  margin-top: -1px;
  margin-bottom: -1px;
}

.form-lyt-set_item._place:first-child,
.form-lyt-set_item._module:first-child,
.form-lyt-set_item._location:first-child {
  margin-bottom: 12px;
}

.form-lyt-set_item._place:last-child,
.form-lyt-set_item._module:last-child,
.form-lyt-set_item._location:last-child {
  margin-top: 12px;
}

.panel-search._flight > .dis-hide + .form-lyt-set {
  margin: 16px 0 12px;
}

/* .form-lyt-set_hdg
----------------------------------------------- */
.form-lyt-set_hdg {
  margin-bottom: 4px;
}

/* .form-lyt-label
----------------------------------------------- */
.form-lyt-label {
  font-size: 1.4rem;
  font-weight: 600;
}
.form-lyt-label-sub {
  margin-left: 1rem;
  font-size: 1.2rem;
}

/* .form-lyt-set-error
----------------------------------------------- */
.form-lyt-set-error {
  margin: 16px 0 10px;
}

/* .form-floatinglbl
----------------------------------------------- */
.floatinglbl-wrap{
    position:relative;
    margin:auto;width:100%;
    display: flex;
}
.floatinglbl-wrap .form-label {
    width: 56px;
    min-width: 56px;
    height: 54px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2A344B;
    color: #fff;
    border-radius: 2px 0 0 2px;
}
.floatinglbl-wrap .floatinglbl-label{
    font-size:1.6rem;
    position:absolute;
    top:50%;
    left:72px;
    color:#616161;
    transform-origin:0 0;
    transition:all 0.2s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 72px);
    transform: translateY(-50%);
}
.floatinglbl-wrap input {
    height:54px;
    transition:all 0.15s ease;
}
.floatinglbl-wrap input:focus,
.floatinglbl-wrap input:not(:placeholder-shown){
    padding:20px 30px 5px 16px;
}
.floatinglbl-wrap input:not(:placeholder-shown) + span{
    color:#5a667f;
    transform:translate(2px, -18px) scale(0.75);
}
.floatinglbl-wrap input:focus + span {
    transform:translate(2px, -18px) scale(0.75);
    /*text-transform: capitalize;*/
    width: auto;
}
.floatinglbl-wrap input:not(:placeholder-shown) + span .input-disnon{
    display:none;
}
.floatinglbl-wrap input:focus + span .input-disnon{
    display:none;
}

/* ----------------------------------------------------------------
    tablist
----------------------------------------------------------------- */
.tablist {
  width: 100%;
  display: flex;
}

.tablist_tab {
  padding-top: 9px;
  padding-bottom: 8px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
  border-bottom: 3px solid #e2e7ed;
}

.tablist_tab.is-active {
  border-color: #c00;
  color: #c00;
}

.tab-panel {
  display: none;
}

.tab-panel.is-active {
  display: block;
}

.tab-panel._flightDom {
  position: relative;
}

.tab-panel._flightDom .btn-replace-route.dis-hide + .form-lyt-set.aco-parts {
  margin-top: 16px;
}

.tablist._type2 {
  background: #EBECED;
  /*border: 3px solid #2A344B;*/
  border-radius: 22px;
}

.tablist._type2 .tablist_tab {
  border: none;
  color: #2A344B;
  position: relative;
  z-index: 0;
}
.tablist._type2 .tablist_tab::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2A344B;
    border-radius: 22px;
    right: -20%;
    opacity: 0;
    transition: right 0.3s;
    z-index: -1;
}
.tablist._type2 .tablist_tab::before {
    content: '';
    background: url(/jp/en/relations/jalmaas/img_sites/icon_flight_navy.svg) no-repeat;
    background-size: contain;
    margin-right: 4px;
    width: 20px;
    height: 20px;
}
.tablist._type2 .tablist_tab:nth-child(2)::after {
    left: -20%;
    transition: left 0.3s;
}
.tablist._type2 .tablist_tab:nth-child(2)::before {
    background: url(/jp/en/relations/jalmaas/img_sites/icon_pin_navy.svg) no-repeat;
}

.tablist._type2 .tablist_tab.is-active  {
  color: #fff;
  border-radius: 22px;
}
.tablist._type2 .tablist_tab.is-active::after {
    right: 0;
    opacity: 1;
}
.tablist._type2 .tablist_tab.is-active::before {
    background: url(/jp/en/relations/jalmaas/img_sites/icon_flight_pink.svg) no-repeat;
}
.tablist._type2 .tablist_tab.is-active:nth-child(2)::after {
    left: 0;
}
.tablist._type2 .tablist_tab.is-active:nth-child(2)::before {
    background: url(/jp/en/relations/jalmaas/img_sites/icon_pin_pink.svg) no-repeat;
}
.tablist._type2 .tablist_tab:focus {
    border-radius: 22px;
}


/* ----------------------------------------------------------------
    scroll-tab
----------------------------------------------------------------- */
.scroll-tab {
  margin-top: 24px;
  overflow-x: auto;
}

.scroll-tab .tablist {
  padding-bottom: 1px;
}

.scroll-tab .tablist_tab {
  min-width: 130px;
}

@media screen and (min-width: 768px) {
  .scroll-tab {
    margin-top: 24px;
    overflow-x: auto;
  }
}

/* ----------------------------------------------------------------
    aco
----------------------------------------------------------------- */
.aco-panel {
  display: none;
  margin-top: 18px;
}

.aco-panel.is-active {
  display: block;
}

/* ----------------------------------------------------------------
    MaaS Module
----------------------------------------------------------------- */
/* .maas-module 
----------------------------------------------- */
.maas-module {
  position: relative;
  padding: 4px 10px;
  background: #fff;
}

#main > .maas-module {
  margin-top: -16px;
}

.page-result .maas-module ._submit .btn {
  padding-right: 16px;
  font-weight: bold;
}

.page-result .maas-module ._submit .btn::after {
  content: none;
}

.arrdepjpn-change {
  margin: 17px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.donint-change {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .main-sub_area {
        display: flex;
    }
    .main-area {
        width: calc(100% - 260px);
        padding: 0 10px 48px;
    }
  .maas-module {
      padding: 0;
  }
}
@media screen and (min-width: 1000px) {
    .main-area {
        width: calc(100% - 400px);
    }
}
@media screen and (min-width: 1060px) {
    .main-area {
        width: 640px;
        margin: 0 auto;
        padding: 0 0 48px;
    }
}
@media screen and (min-width: 1168px) {
    .main-area {
        width: calc(100% - 400px );
        padding: 0 64px 48px;
    }
}
@media screen and (min-width: 1528px) {
    .main-area {
        width: 1000px;
        padding: 0 0 48px;
    }
}

/* ----------------------------------------------------------------
    Panel
----------------------------------------------------------------- */
/* .panel-attention
----------------------------------------------- */
.panel-attention {
  margin-bottom: 24px;
  padding: 15px 10px;
  border: 2px solid #c00;
  background-color: #fdf5f5;
}
.panel-attention_hdg {
  position: relative;
  margin-bottom: 15px;
  color: #c00;
  font-weight: bold;
  font-size: 1.6rem;
}
.panel-attention_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.panel-attention_hdg + p {
  margin-left: 30px;
}
.panel-attention .list > li {
  margin-bottom: 0;
}
.panel-notice {
  position: relative;
  margin-bottom: 20px;
  padding: 16px;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
}
.panel-notice._result {
  margin: 34px 0 24px;
}
.panel-notice::before {
  content: "";
  position: absolute;
    display: block;
    width: 3px;
    height: 100%;
    background: #c00;
    top: 0;
    left: 0;
    border-radius: 3px 0 0 3px;
}
.panel-notice .panel-notice_hdg {
  position: relative;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}
.panel-notice .panel-notice_icon {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 23px;
  margin-right: 8px;
}
.panel-notice:has(.panel-notice_hdg) p:first-of-type {
  margin-top: 14px;
} 
@media screen and (max-width: 767px) {
    .main-area > .panel-attention {
      margin-left: 10px;
      margin-right: 10px;
    }
    .panel-notice._result {
      margin: 20px 10px 24px;
    }
    .panel-notice .panel-notice_hdg {
      font-size: 1.4rem;
    }
    .panel-notice .panel-notice_icon {
      width: 20px;
      min-width: 20px;
      height: 19px;
    }
}
@media screen and (min-width: 768px) {
    .panel-notice:has(.panel-notice_hdg) p {
      padding-left: 32px;
    }   
}

/* .panel-date
----------------------------------------------- */
._flight.is-active ~ div .panel-date-wrap {
  display: none;
}

/* .panel-date
----------------------------------------------- */
.panel-date-wrap {
  margin: 0 0 18px;
}

/* ----------------------------------------------------------------
    Route-card
----------------------------------------------------------------- */
/* .route-card
----------------------------------------------- */
.route-card {
  position: relative;
  margin: 10px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.route-card._mylist {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.hdg-band + .route-card._mylist {
  margin-top: -8px;
}

.route-card._mylist::after {
  top: 40%;
}

.route-card_inner {
  display: block;
}

.route-card_titleWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 32px;
  padding: 8px 16px;
  background: #2A344B;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 3px 3px 0 0;
}
.route-card_title {
  
}
.route-card_title .JS_recommended {
    margin-left: 10px;
}

.route-card_icon {
  display: flex;
  margin-top: 0;
}

.route-card_icon_item {
  font-size: 1.2rem;
}
.route-card_icon_item:not(:last-child) {
  margin-right: 3px;
}

.route-card_mobi {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 8px 0 0;
  font-size: 1.2rem;
  line-height: 1.65;
  color: #333;
}

._mylist .route-card_mobi {
  margin-top: 16px;
}

.route-card_mobi_item {
  position: relative;
  display: inline;
  margin-top: 4px;
  padding-left: 2px;
  z-index: 1;
}
.route-card_mobi_item:first-child {
  padding-left: 0;
}
.route-card_mobi_line {
  display: inline-block;
  margin: 0 2px 2px 0px;
  width: 10px;
  height: 2px;
  background: #6a7181;
  vertical-align: middle;
}

.route-card_box {
    position: relative;
    padding: 16px 28px 16px 16px;
    color: #333;
}

.attentionIconWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 5px 4px 0;
  gap: 5px 5px;
}
.attentionIcon {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  width: fit-content;
  width: -webkit-fit-content;
  min-width: 60px;
  height: 26px;
  padding: 0 8px 0 26px;
  border-radius: 50rem;
  background-color: #E1E3E6;
}
.attentionIcon._delay {
  background-color: #F5DCC4;
}
.attentionIcon._cancel {
  background-color: #F7D6D6;
}
.attentionIcon::before {
  display: inline-block;
  content: "";
  position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
  background-color: #6A7181;
}
.attentionIcon._delay::before {
  background-color: #A34E00;
}
.attentionIcon._cancel::before {
  background-color: #D63131;
}
.attentionIcon::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: solid #6A7181 1.4px;
}
.attentionIcon._delay::after {
  border: solid #A34E00 1.4px;
}
.attentionIcon._cancel::after {
  border: solid #D63131 1.4px;
}
.attentionIcon .attentionIconTxt {
  font-size: 1.3rem;
}

.route-card_box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 12px;
  background: url(/jp/en/relations/jalmaas/img_sites/icon_arrow_route.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.route-card_top {
  display: flex;
  justify-content: space-between;
}
.route-card_topInner > .lyt-flex {
  flex-wrap: wrap;
}

.route-card_bottom {
    margin-top: 2px;
}
.route-card_bottom .route-card_bottom3col {
  display: flex;
  flex-wrap: wrap;
}
.route-card_bottom .route-card_bottom3col .route-card_bottom3colItem {
  padding-right: 12px;
}
.route-card_bottom .route-card_bottom3col .route-card_bottom3colItem:last-child {
  padding-right: 0;
}

.route-card-delete {
  text-align: right;
}

@media screen and (min-width: 768px) {
    .route-card {
        margin: 10px 0;
    }
  .route-card._mylist {
    margin: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
  }

  .route-card._mylist::after {
    content: none;
  }

  ._mylist .route-card_inner {
    padding: 24px 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    width: 100%;
  }

  ._mylist .route-card_title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }

  ._mylist .route-card_top {
    max-width: 260px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }

  ._mylist .route-card_mobi {
    margin-top: 26px;
    margin-bottom: 0;
    max-width: 500px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }

  ._mylist .route-card_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2 / 4;
  }
  .route-card-pc-btn {
    margin-right: 105px;
    margin-bottom: 24px;
  }

  .route-card-delete {
    position: absolute;
    right: 20px;
    bottom: 24px;
  }
  
  .route-card_titleWrap {
    padding: 6px 16px;
    font-size: 1.4rem;
  }
}

/* ----------------------------------------------------------------
    arrdep-time
----------------------------------------------------------------- */
.arrdep-time {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.arrdep-time_item {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-width: 54px;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}
.arrdep-time_item:first-child {
  padding-right: 20px;
}

.arrdep-time_item:first-child::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1%;
  width: 16px;
  height: 1.3em;
  display: block;
  background: url(/jp/en/relations/jalmaas/img_sites/icon_arrow_time.svg) center no-repeat;
}
.result-head_item._flight .arrdep-time_item:first-child::after {
  content: none;
}

/* ._flight
----------------------------------------------- */
._flight .arrdep-time_item {
}

._flight .arrdep-time_item.txt-em-sub {
  font-size: 1.2rem;
}

/* ._flight .arrdep-time_item:nth-child(1)::after {
  content: none;
} */

._flight .arrdep-time_item:nth-child(3) {
  justify-content: center;
}

._flight .arrdep-time_item._ground {
  width: calc(100% - 162px);
  background: url(/jp/en/relations/jalmaas/img_sites/icon_arrow_time.svg) center no-repeat;
}

._flight .arrdep-time_item._flight {
  width: calc(100% - 162px);
  background: url(/jp/en/relations/jalmaas/img_sites/parts_dotted2.svg) center no-repeat;
}

._flight .arrdep-time_item._airport {
  padding-left: 14px;
  font-size: 1.4rem;
}

._flight .arrdep-time_item._airport::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 100%;
  position: absolute;
  top: 1px;
  left: -3px;
  background-size: contain;
  background-position: center;
}

._flight .arrdep-time_item:first-child._airport::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_rsv_mdl_departure.svg);
}

._flight .arrdep-time_item:last-child._airport::before {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_rsv_mdl_arrival.svg);
}

.arrdep-time_item .txt-label {
  position: absolute;
  bottom: 100%;
  left: 0;
  font-size: 1.2rem;
  font-weight: normal;
  color: #6A7181;
}

/* .route-card_top._flight (control: type1)
----------------------------------------------- */
.route-card_top._flight ._ground + .arrdep-time_item:nth-child(3) {
  margin-right: -16px;
}
.route-card_top._flight .arrdep-time_item._flight:nth-child(4) {
  transform: translate(8%, 0);
}

/* .route-card_top._flight (control: type2)
----------------------------------------------- */
.route-card_top._flight ._flight + .arrdep-time_item:nth-child(3) {
  margin-left: -16px;
}
.route-card_top._flight .arrdep-time_item._flight:nth-child(2) {
  transform: translate(-8%, 0);
}

/* .result-head_item._flight
----------------------------------------------- */
.result-head_item._flight {
  width: calc(100% - 14px);
}
.result-head_item._flight .arrdep-time_item._ground {
  width: calc(100% - 160px);
}

/* .result-head_item._flight (control: type1)
----------------------------------------------- */
.result-head_item._flight .arrdep-time_item._airport:first-child {
  margin-left: 6px;
}
.result-head_item._flight .arrdep-time_item._ground + .arrdep-time_item:last-child {
  margin-right: -8px;
}


/* ----------------------------------------------------------------
    arrdep-info
----------------------------------------------------------------- */
.arrdep-info {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  width: calc(100% + 8px);
}

.arrdep-info_item {
  min-width: 54px;
  text-align: center;
  color: #000;
}

.arrdep-info_item._ground {
  width: calc(100% - 162px);
  white-space: pre;
  color: #6A7181;
}

.arrdep-info_item._flight {
  width: calc(100% - 162px);
  color: #6A7181;
}

.arrdep-info_item._airport {
  min-width: calc(54px + 19px);
}

.arrdep-info_item._ground:nth-child(2) {
  margin-right: -1px;
  transform: scale(-100%, 1);
}
.arrdep-info_item._ground:nth-child(2) span {
  display: inline-block;
  transform: scale(-100%, 1);
}

/* .route-card_top._flight (control: type1)
----------------------------------------------- */

.route-card_top._type1 .arrdep-info_item:nth-child(3) {
  margin-right: -30px;
}

/* .route-card_top._flight (control: type2)
----------------------------------------------- */
.route-card_top._type2 .arrdep-info_item:first-child {
  margin-left: -8px;
}
.route-card_top._type2 .arrdep-info_item:nth-child(3) {
  margin-left: -20px;
}
.route-card_top._type2 .arrdep-info_item:last-child {
  min-width: 64px;
}

/* .result-head_item._flight
----------------------------------------------- */
.result-head_item .arrdep-info {
  width: calc(100% + 14px);
}

/* .result-head_item._flight (control: type1)
----------------------------------------------- */
.result-head_item._type1 .arrdep-info_item:nth-child(1) {
  min-width: calc(14% + 8px);
}
.result-head_item._type1 .arrdep-info_item._ground {
  width: calc(100% - 180px);
}
.result-head_item._type1 .arrdep-info_item._flight {
  margin-left: -6px;
}

/* .result-head_item._flight (control: type2)
----------------------------------------------- */
.result-head_item._type2 .arrdep-info_item._flight {
  width: calc(100% - 195px);
}
.result-head_item._type2 .arrdep-info_item._ground {
  width: calc(100% - 195px);
  margin-right: -8px;
}
.result-head_item._type2 .arrdep-info_item:last-child {
  min-width: calc(12% + 32px);
}

/* ----------------------------------------------------------------
    arrdep-real
----------------------------------------------------------------- */
.arrdep-real {
  position: relative;
  display: flex;
  width: calc(100% + 8px);
  margin: 4px 0 4px;
}

.arrdep-real_item {
  min-width: 74px;
}

.arrdep-real_item:nth-child(1) {
  padding-right: 8px;
}

/* ._flight .arrdep-real {
  width: calc(100% + 8px);
  margin-top: 4px;
  text-align: center;
}

._flight .arrdep-real_item:nth-child(2) {
  padding-left: 0.45em;
  text-align: center;
} */

/* ._flight .arrdep-real_item:nth-child(3) {
  text-align: right;  
} */


/* .result-head_item._flight
----------------------------------------------- */
.result-head_item._flight {
  max-width: 400px;
}
.result-head_item._flight .arrdep-real_item {
  min-width: 32%;
  min-height: 34px;
}
.result-head_item._flight .arrdep-real_item:first-child {
  padding-left: .5%;
  text-align: center;
}
.result-head_item._flight .arrdep-real_item:last-child {
  padding-right: .5%;
  text-align: center;
}
@media screen and (max-width: 390px) {
    .result-head_item._flight .arrdep-real_item {
      text-align: center;
      line-height: 1;
    }
    .txt-delay_label {
      display: block;
    }
}

/* .result-head_item._flight (control: type1)
----------------------------------------------- */
.result-head_item._flight .arrdep-real {
  width: calc(100% + 14px);
}
.result-head_item._type1 .arrdep-real {
  justify-content: flex-start;
}
.result-head_item._type1 .arrdep-real_item:last-child {
  position: absolute;
  right: 0;
  top: 0;
}

/* .result-head_item._flight (control: type2)
----------------------------------------------- */
.result-head_item._type2 .arrdep-real {
  justify-content: flex-end;
}
.result-head_item._type2 .arrdep-real_item:first-child {
  position: absolute;
  left: 0;
  top: 0;
}

/* ----------------------------------------------------------------
    result-head
----------------------------------------------------------------- */
.result-head {
  padding: 0 10px;
}

.result-head_item + .result-head_item {
  margin-top: 24px;
}

.result-head_item._flight:nth-child(2) {
  margin-top: 42px;
}

.result-head_item:nth-child(3) {
  margin-top: 10px;
}

.result-head .lyt-flex_item:nth-child(2) {
  text-align: right;
}

.result-head_item:last-child .lyt-flex_item:first-child .txt-em-sub {
  font-size: 1.4rem;
}
.result-head .lyt-flex_item:first-child {
  width: max-content;
}
@media screen and (min-width: 768px) {
    .result-head {
      padding: 0 ;
    }
}

/* ----------------------------------------------------------------
    Result-card
----------------------------------------------------------------- */
.result-card {
  display: flex;
  margin: 16px 10px;
  min-height: 60px;
  border-radius: 4px;
  font-size: 1.4rem;
}

.result-card._position {
  background: #f4f5f6;
}

.result-card._move {
  min-height: 40px;
  background: #fff;
}

.result-card_right,
.result-card_left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 16px;
}

.result-card_left {
  padding-right: 10px;
  max-width: 100px;
  min-width: 100px;
}

.result-card_right {
  padding-right: 0;
  padding-left: 16px;
  width: calc(100% - 100px);
}

.result-card .link {
  display: block;
}

.result-card span .link:first-child {
  margin-top: 5px;
}


.result-card._position .txt-em:first-child, .result-card._position .result-card_right .txt-em {
  font-size: 1.6rem;
}

.result-card .txt-real + .txt-route-time {
  font-size: 1.4rem;
}

.result-card_right_line > div:not(:first-child) .txt-note {
  margin-left: 10px;
}
.result-card_right_btn {
  margin-top: 10px;
}

@media screen and (max-width: 350px) {
  .result-card_right,
  .result-card_left {
    padding: 0 10px;
  }
}

._position .result-card_right,
._position .result-card_left {
  padding-top: 14px;
  padding-bottom: 14px;
}

.result-card_right_line + .result-card_right_line.u-alR {
  margin-top: 8px;
}

.result-card_right_line {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  word-break: break-word;
}

.result-card_right_line > div:not(:last-child):first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  margin-right: 10px;
  /* background: #000; */
}

.result-card_right_line > div:not(:first-child):last-child {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  text-align: right;
}

.result-card_right_line + .result-card_right_line {
  margin-top: 16px;
}

.txt-platform {
  margin: 8px 0 0 24px;
  font-size: 1.2rem;
  color: #333;
  display: block!important;
}
.txt-platform + p {
  display: block;
  margin-top: 12px;
}
.icon-platform {
    text-align: center;
    display: inline-block;
    width: fit-content;
    width: -webkit-fit-content;
    min-width: 16px;
    height: 16px;
    margin-right: 2px;
    padding: 0 2px 1px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    background-color: #333;
}

.result-card_right_line._btn div {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  margin: 0;
  text-align: right;
}

.result-card_right_line .txt-note {
  text-align: left;
}
.result-card_right_line .list > li {
    padding-left: 0;
}
.result-card_right_line .list > li::before {
    content: none;
}

._position .result-card_right a:not(:first-child),
._position .result-card_right p:not(:first-child) {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
    .result-card_right {
        width: 100%;
    }
    .result-card_right + div [class^="txt-"]._blo, .result-card_right + div [class*=" txt-"]._blo {
        display: inline-block;
    }
    .result-card_right + div .txt-em._blo {
        white-space: initial;
    }
  .result-card .JS_summaryArea, .result-card .JS_trafficSummary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
      padding-left: 20px;
      margin-left: auto;
  }
    .result-card_right_line._btn div {
        text-align: left;
    }
    .icon-crowde-Wrap {
        justify-content: flex-start;
    }
    .lyt-flex._right {
        justify-content: flex-start;
    }
}

@media screen and (-ms-high-contrast: none) {
  .result-card_right,
  .result-card_left {
    min-height: 60px;
  }
  .result-card_right_line {
    display: -ms-grid;
    display: grid;
    /* -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; */
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
  /* .result-card_right_line {
    -ms-grid-columns:1fr 1fr;
    grid-template-columns:1fr 1fr;
    min-width: auto;
  } */
}

/*前後便ボタン*/
.result-card .btn {
    width: 100%;
    max-width: 240px;
    border-radius: 30px;
}
.result-card .btn._s {
    width: 100%;
    max-width: 240px;
}
.result-card .btn-mini {
    border-radius: 30px;
}
.btn-mini._modal.btn-sort {
    width: 100%;
    max-width: 240px;
    padding: 6px 30px 7px;
}
.btn-mini._modal.btn-sort::before {
    background: url(/jp/en/relations/jalmaas/img_sites/icon_sort.svg);
}
.btn-mini._modal.btn-sort .icon-blank {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
    .result-card {
        margin: 16px 0;
    }
/*    .result-card .btn,.result-card .btn._s,.btn-mini._modal.btn-sort {
        width: 227px;
    }*/
}

/*result-card_attention*/
.result-card_attention {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: 16px;
  padding: 12px;
  background: #FDF5F5;
}
.result-card_attention .result-card_attention_icon {
  width: 20px;
  min-width: 20px;
  margin-right: 8px;
}
.result-card_attention .result-card_attention_icon > img {
  width: 20px;
}


/* .route-line
----------------------------------------------- */
.route-line {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: calc(100% + 16px);
  display: block;
}

.route-line[class*=" _type"] {
  background: #333;
}

.route-line::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(/jp/en/relations/jalmaas/img_sites/parts_dotted.svg) space;
}

.route-line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
}

.route-line._p-point::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  width: 9px;
  height: 9px;
  background: #fff;
  border: 3px solid #333;
  border-radius: 50%;
  transform: translate(-35%, -100%);
}

.route-line._type2 {
}

.route-line._type2::before {
  content: none;
}

.route-line._type2::after {
  transform: translate(-35%, -100%);
}

.route-line._type3 {
  top: 50%;
  height: calc(50% + 16px);
}

.route-line._type3::before {
  top: calc(-100% + 10px);
  height: calc(100% - 10px);
}

.route-line._type3::after {
  top: 0;
  transform: translate(-35%, -50%);
}

.route-line._type4 {
  top: 0;
  height: 50%;
}

.route-line._type4::after {
  transform: translate(-35%, -50%);
}

.route-line._type5::before {
  content: none;
}

.route-line._type5 > span {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 50%;
  display: block;
  background: #ff0;
}

.route-line._type4::before {
  top: 100%;
  height: calc(100% + 16px);
}

.route-line._type4::after {
  top: 100%;
}


.route-line._p-start {
  top: 50%;
  height: calc(50% + 16px);
}

.route-line._p-start::after {
  top: 0;
  width: 24px;
  height: 24px;
  background: url(/jp/en/relations/jalmaas/img_sites/icon_pin_rd.svg);
  border: none;
  transform: translate(-45%, -50%);
}

.route-line._p-end {
  bottom: 50%;
  height: 50%;
}

.route-line._p-end::after {
  top: initial;
  bottom: -10px;
  width: 24px;
  height: 24px;
  background: url(/jp/en/relations/jalmaas/img_sites/icon_pin_rd.svg);
  border: none;
  transform: translate(-45%, 0);
}

.route-line_btn {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5px;
  width: 26px;
  height: 26px;
  display: block;
  background: url(/jp/en/relations/jalmaas/img_sites/icon_route_open.svg) no-repeat center;
  transform: translate(-45%, -65%);
  z-index: 2;
}

.route-line_btn.is-active {
  background-image: url(/jp/en/relations/jalmaas/img_sites/icon_route_close.svg);
}

/* ----------------------------------------------------------------
    Coupon
----------------------------------------------------------------- */
/* .coupon-area
----------------------------------------------- */
.coupon-about {
  margin-top: 5px;
}

.coupon-map-img {
  margin-top: 24px;
}

/* .coupon-wrap
----------------------------------------------- */
.coupon-wrap {
  margin: 24px 0;
  padding: 0 10px 24px;
  border: 1px solid #ccc;
}

.coupon-wrap .hdg-l2 {
  margin-top: 20px;
}

.coupon-wrap .btn {
  font-weight: bold;
}

@media screen and (min-width: 1168px) {
  .coupon-wrap {
    margin: 32px 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .coupon-wrap .hdg-l2 {
    margin-top: 32px;
  }
}

/* .coupon
----------------------------------------------- */
.coupon {
  font-size: 1.2rem;
  background: #f4f5f6;
}

.coupon_img img {
  width: 100%;
}

.coupon_detail {
  margin-bottom: 10px;
  padding: 16px 10px;
  font-size: 1.4rem;
}

.coupon_detail_date {
  padding: 10px 0;
}

.coupon_detail_date:last-child {
  padding-bottom: 0;
}

.coupon_detail .hdg-l3 {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .coupon {
    display: flex;
    padding: 0;
  }

  .coupon_detail {
    padding: 20px;
  }

  .coupon_img {
    min-width: 240px;
    max-width: 240px;
  }
}

.coupon-map {
  margin-top: 24px;
}

/* .list-coupon
----------------------------------------------- */
.list-coupon {
  margin-top: 24px;
  padding: 0 10px 20px;
  border: 1px solid #ccc;
}

.list-coupon .hdg-l3 {
  margin-top: 20px;
}

@media screen and (min-width: 1168px) {
  .list-coupon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-coupon_item {
    width: calc(50% - 10px);
  }
}

/* ----------------------------------------------------------------
    note-box
----------------------------------------------------------------- */
.note-box {
  margin-top: 24px;
  padding: 16px 10px;
  border: 1px solid #ccc;
  border-radius: 1px;
}

.note-box_hdg {
  position: relative;
  margin-bottom: 16px;
}

.note-box_hdg_txt::before {
  content: "";
  margin-top: -3px;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/jp/en/relations/jalmaas/img_sites/icon_error.svg);
  background-size: contain;
  vertical-align: middle;
}

@media screen and (min-width: 1168px) {
  .note-box {
    padding: 20px;
  }
}

/* ----------------------------------------------------------------
    list-step
----------------------------------------------------------------- */
.list-step {
  margin-bottom: -72px;
}

.list-step_item {
  position: relative;
  padding-bottom: 72px;
}

.list-step_item::after {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 24px;
  background: url(/jp/en/relations/jalmaas/img_sites/parts_step_arrow_sp.svg) no-repeat center;
  background-size: contain;
}

.list-step_item:last-child::after {
  content: none;
}

.list-step:not(:first-child) {
  margin-top: 32px;
}

@media screen and (min-width: 1168px) {
  .list-step {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    margin-right: -24px;
    margin-bottom: -32px;
  }

/*  .list-step._more3 {
    margin-right: -24px;
  }*/

  .list-step_item {
    margin-right: 56px;
    padding: 0;
    padding-bottom: 32px;
  }

  .list-step_item::after {
    top: 0;
    right: -40px;
    left: auto;
    margin: 0;
    width: 24px;
    height: 380px;
    background-image: url(/jp/en/relations/jalmaas/img_sites/parts_step_arrow_pc.svg);
  }
    .list-step_item._noImg::after {
        top: 50%;
        height: 80px;
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 768px) and (max-width: 866px) {
  .list-step_item::after {
    right: 0;
  }

  .list-step._more3 {
    margin-right: -56px;
  }
}

/* ----------------------------------------------------------------
    Maas guide
----------------------------------------------------------------- */
.maas-guide_pic {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 216px;
}

.maas-guide_txt {
  margin-top: 16px;
}

.guide_icon {
  display: inline-block;
  min-width: 130px;
  text-align: center;
}

.guide_icon > * {
  margin: 0 auto;
}

/* ----------------------------------------------------------------
    Lottie Animation
----------------------------------------------------------------- */
.lottie-thanks {
  margin: 0 auto;
  overflow: hidden;
  max-width: 320px;
}

.lottie-plane {
  margin-left: -10px;
  margin-right: -10px;
}

/* ----------------------------------------------------------------
    Accessibility
----------------------------------------------------------------- */
.btn-nav::after,
.modal_btn-close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* ----------------------------------------------------------------
    unity
----------------------------------------------------------------- */
.dis-hide {
  display: none !important;
}

.disFlx{
  display: flex!important;
}

.u-vishid {
  visibility: hidden !important;
}

.u-alL {
  text-align: left !important;
}

.u-alR {
  text-align: right !important;
}

.u-alC {
  text-align: center !important;
}

.u-fsL {
  font-size: 2rem !important;
}

.u-fsM {
  font-size: 1.6rem !important;
}

.u-fsS {
  font-size: 1.2rem !important;
}

.u-fsXS {
  font-size: 1rem !important;
}

.u-mgt0 {
  margin-top: 0 !important;
}

.u-mgtXXS {
  margin-top: 5px;
}

.u-mgtXS {
  margin-top: 10px;
}

.u-mgtS {
  margin-top: 16px;
}

.u-mgtM {
  margin-top: 24px;
}

.u-mgtL {
  margin-top: 36px;
}

.u-mgtXL {
  margin-top: 40px;
}

.u-mgtXXL {
  margin-top: 64px;
}

.u-mgtXXXL {
  margin-top: 72px;
}

.u-fwB {
  font-weight: bold !important;
}

.u-fwN {
  font-weight: normal !important;
}


/* ----------------------------------------------------------------
    Modal (.modal[-*])
----------------------------------------------------------------- */
/* .modal
----------------------------------------------- */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: none;
}

.modal.is-active {
  display: block;
}

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 100;
  background: #000;
  opacity: 0.5;
}

.modal-overlay.is-active {
  display: block;
}

.modal_inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.modal_body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  white-space: normal;
}

.modal_body_title {
  padding: 30px 60px 0 20px;
  margin-bottom: 32px;
  font-size: 2rem;
}

.modal_body_title._type2 {
  padding-top: 102px;
  margin-bottom: 40px;
  text-align: center;
}

.modal_btn-close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  width: 50px;
  height: 50px;
}

.modal._nav {
  width: 304px;
  left: auto;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.modal._excuse .modal_inner {
  align-items: center;
  padding: 0 10px;
}

.modal._excuse .panel-modal {
  height: auto;
  padding-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .modal_inner {
    height: 100%;
    padding: 20px;
    display: block;
    width: 100%;
    text-align: center;
    overflow: auto;
    white-space: nowrap;
  }

  .modal_inner:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
  }

  .modal_body {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 126px;
    min-height: 640px;
    max-width: 1000px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }

  .modal_body_title {
    padding-left: 30px;
    font-size: 2.8rem;
  }

  .modal_body_title._type2 {
    padding-top: 144px;
    margin-bottom: 48px;
  }

  .modal_btn-close {
    position: absolute;
  }

  .modal._nav {
    position: absolute;
    top: var(--size-h-pc);
    left: 0;
    width: 100%;
    background: none;
    box-shadow: none;
  }

  .modal._nav .modal_inner {
    padding: 0;
    height: auto;
    min-height: auto;
    overflow: initial;
  }

  .modal._nav .modal_inner::after {
    content: none;
  }

  .modal._nav .modal_body {
    max-width: none;
    min-height: 0;
    padding-bottom: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  }

  .modal._excuse .panel-modal {
    padding-bottom: 30px;
  }

  .modal._excuse .modal_body {
    min-height: auto;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1000px) {
  .modal_centering-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .modal_btn-close {
    right: -915px;
    left: 0;
    margin: 0 auto;
  }
}

/* .is-modal-open
----------------------------------------------- */
.is-modal-open {
  overflow: hidden;
}

.is-modal-open #body {
  position: fixed;
  overflow-x: hidden;
  width: 100%;
  overscroll-behavior-y: none;
}

/* .panel-modal
----------------------------------------------- */
.panel-modal {
  padding: 0 20px;
  height: 100vh;
  overflow-y: auto;
}

.modal._nav .panel-modal {
  padding-top: 84px;
  padding-left: 32px;
}

@media screen and (min-width: 768px) {
  .panel-modal {
    padding: 0 30px;
    height: auto;
    overflow: visible;
  }

  .modal_centering-wrap .panel-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100% !important;
    max-height: none !important;
    padding-bottom: 123px;
  }

  .modal._nav .panel-modal {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 78px 30px 32px;
  }

}

/* .modal _v2
----------------------------------------------- */
.modal_body_head {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  padding-bottom: 32px;
  background: #fff;
  z-index: 10;
}
.modal._v2 .modal_inner {
  height: 100%;
  min-height: 100%;
}
.modal._v2 .modal_body_wrap {
  position: relative;
  width: 100%;
}
.modal._v2 .modal_body {
  height: 100%;
  padding-bottom: 80px;
  overflow-y: auto;
}
.modal._v2 .panel-modal {
  height: auto;
  padding-bottom: 40px;
  overflow-y: initial;
}
.modal._v2 .modal_body_title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.modal._excuse._v2 .modal_inner {
  display: block;
  padding: 10px;
  overflow: hidden;
  overflow-y: auto;
  white-space: nowrap;
}
.modal._excuse._v2 .modal_inner::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.modal._excuse._v2 .modal_body {
  display: inline-block;
  height: auto;
  padding-bottom: 0;
  vertical-align: middle;
  white-space: normal;
}
.modal._excuse._v2 .modal_body_head {
    padding-bottom: 0;
}
.modal._excuse._v2 .modal_body_title {
  margin-bottom: 24px;
  padding: 30px 20px 0 20px;
}
.modal._excuse._v2._close .modal_body_title {
  padding: 30px 60px 0 20px;
}

@media screen and (min-width: 768px) {
  .modal._v2 .modal_body_wrap {
    display: inline-block;
    max-width: 1000px;
    vertical-align: middle;
  }
  .modal._v2 .modal_body_wrap {
    max-width: 1000px;
  }
  .modal._v2 .modal_body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 640px;
    padding-bottom: 0;
    overflow: auto;
  }
  .modal._v2 .modal_body_head {
    width: 100%;
  }
  .modal._v2 .modal_body_head,
  .modal._v2 .btn-wrap._modal {
    position: sticky;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 2;
  }
  .modal._v2._nav .modal_body {
    height: auto;
  }
  .modal._v2._excuse .modal_body {
    height: auto;
  }
  .modal._v2 .modal_body_wrap > .modal_btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
  }

  .modal._excuse._v2 .modal_body_title {
    margin-bottom: 32px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .modal._excuse._v2._close .modal_body_title {
  margin-bottom: 32px;
  padding-left: 30px;
  padding-right: 70px;
  }
}

/* .loading
----------------------------------------------- */
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: auto;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
}
    .loading-img {
        width: 112px;
        padding-top: 32px;
        margin: auto;
    }


/*前後便モーダル ローディング*/
.modal .loading-wrap .loading {
    z-index: 100;
}
@media screen and (min-width: 768px){
    .modal .loading-wrap .loading {
        position: absolute;
        width: 100%;
        height: 640px;
        min-height: 640px;
        max-width: 1000px;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

}

/* JavaScript Off
----------------------------------------------- */
/* カレンダー */
.section-line {
  padding: 0 30px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.calendar-table-wrap {
  position: relative;
  min-height: 382px;
  padding: 0 84px;
}
.calendar-table-unit {
  width: 332px;
  display: inline-block;
  vertical-align: top;
  padding: 0 42px;
  box-sizing: content-box;
}
.calendarItem {
  position: relative;
}
.calendarItem .month {
  display: flex;
}
.calendar-table {
  width: 100%;
  margin-top: 30px;
}
.calendar-table .text-eyebrow {
  font-size: 1.8rem;
}
.calendar-table caption.text-eyebrow {
  font-weight: bold;
}
.calendar-table caption,
.calendar-table th,
.calendar-table td {
  text-align: center;
}
.calendar-table .head-cell th {
  font-weight: normal;
  color: #001e40;
  font-size: 1.3rem;
  padding: 10px 14px;
}
.calendar-table .body-cell td {
  width: calc(100% / 7);
  padding: 1px;
}
.calendar-table .body-cell tr td:first-child span button {
  color: #cc0000;
}
.calendar-table .body-cell tr td:nth-child(7) span button {
  color: #0073e6;
}
.calendar-table .body-cell td button {
  color: #000;
  font-size: 1.8rem;
  padding: 10px 0;
  position: relative;
}
.calendar-table .body-cell td button:hover,
.calendar-table .body-cell td button:focus {
  background-color: #976F11;
  border-radius: 4px;
  color: #fff !important;
  font-weight: bold;
}
.calendar-table .body-cell .dep-day:focus span:before {
  border-left: 6px solid #976f11;
}
.calendar-table .body-cell .arr-day:focus span:before {
  border-right: 6px solid #976f11;
}
.calendar-table .body-cell td button[role="presentation"] {
  pointer-events: none;
}
.calendar-table .body-cell td button[disabled] {
  color: #959595 !important;
  pointer-events: none;
}
.calendar-table .body-cell td button .price-decoration {
  display: block;
  border-radius: 2px;
  height: 4px;
  width: 20px;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.calendar-table .body-cell td button .price-decoration.clr-GR {
  background-color: #40806a;
}
.calendar-table .body-cell td button .price-decoration.clr-GL {
  background-color: #b85c00;
}
.calendar-table .body-cell td button .price-decoration.clr-RD {
  background-color: #930000;
}
.calendar-table .body-cell button {
  width: 100%;
}
.calendar-table .body-cell .interval {
  background-color: #fcf1f1;
  position: relative;
  height: 45px;
}
.calendar-table .body-cell .today {
  font-weight: 700;
}
.calendar-table .body-cell .dep-day {
  background-color: #cc0000 !important;
  color: #fff !important;
  font-weight: 700;
  border-radius: 4px;
}
.calendar-table .body-cell .arr-day {
  background-color: #cc0000 !important;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
}
.calendar-table .body-cell button.arr-day {
  color: #fff !important;
}
.calendar-table .body-cell .dep-day-wrap,
.calendar-table .body-cell .arr-day-wrap {
  display: block;
  position: relative;
  width: 100%;
  line-height: 1;
}
.calendar-table .body-cell .dep-day-wrap:before {
  display: block;
  background: #fcf1f1;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}
.calendar-table .body-cell .arr-day-wrap:before {
  display: block;
  background: #fcf1f1;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.calendar-input-box .section-line {
  border: none;
  background-color: #bfbfbf;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 0;
}
.calendar-input-box .price-decoration-item {
  font-size: 0;
  margin-top: 56px;
}
.calendar-input-box .price-decoration-item li {
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  padding: 4px 12px 3px;
}
.calendar-input-box .price-decoration-item li:not(:first-child) {
  margin-left: 8px;
}
.calendar-input-box .price-decoration-item .clr-GR {
  background-color: #40806a;
}
.calendar-input-box .price-decoration-item .clr-GL {
  background-color: #b85c00;
}
.calendar-input-box .price-decoration-item .clr-RD {
  background-color: #930000;
}
.calendar-input-box .price-decoration-item + p {
  margin-top: 4px;
}
.calendar-input-box .calendar-prev {
  position: absolute;
  top: 34px;
  left: 0;
}
.calendar-input-box .calendar-next {
  position: absolute;
  top: 34px;
  right: 0;
}
.calendar-head-unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.calendar-head-unit .holiday {
  color: #c00;
}
.calendar-head-unit .reset-button {
  background: url(/jp/en/relations/jalmaas/img_sites/icon_reset_cal.svg) no-repeat 100% center;
  padding-right: 24px;
}
.calendar-continue {
  text-align: center;
}
.calendar-button-area {
  text-align: center;
  margin-top: 20px;
}
.calendar-button-area .button-back {
  min-width: 200px;
  display: inline-block;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  box-sizing: border-box;
  border: 1px solid #000;
  transition: all 0.2s ease 0s;
}
.calendar-button-area .button-back:hover,
.calendar-button-area .button-back:focus {
  background: #cc0000;
  border-color: #cc0000;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.calendar-button-area .button-back.disabled,
.calendar-button-area .button-back[disabled] {
  background-color: #ebebeb;
  color: #696969;
  pointer-events: none;
  cursor: not-allowed;
  border: #ebebeb;
}
.calendar-period {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.calendar-input-box .cal-holiday-notes {
  font-size: 1.4rem;
  text-align: right;
}
.calendar-input-box .cal-holiday-notes .holiday {
  font-weight: normal;
  text-decoration: none;
}
.calendar-input-box .holiday {
  color: #cc0000 !important;
  text-decoration: underline;
}
.calendar-error-txt {
  color: #cc0000;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .calendar-table-wrap {
    min-height: auto;
    height: calc(100vh - 198px);
    height: calc(100dvh - 198px);
    padding: 0;
    overflow-y: scroll;
  }
  .calendar-input-box {
    border-radius: 0px;
    min-width: auto;
    height: 100%;
    max-width: 100%;
  }
  .calendar-table-unit {
    width: 100%;
    max-width: 336px;
    padding: 14px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .calendar-head-unit {
    width: 100%;
    margin: -6px 0 0;
    padding: 0 20px 16px;
    flex-flow: wrap;
    font-size: 1.2rem;
  }
  .calendarItem .month {
    display: block;
    text-align: center;
  }
  .calendar-table {
    margin-top: 0px;
  }
  .calendarItem .month li:first-child {
    margin-top: 8px;
  }
  .calendar-table caption {
    margin-bottom: 10px;
  }
  .calendar-button-area {
    margin: 20px 16px 0 16px;
  }
  .calendar-button-area .button-back {
    min-width: auto;
  }
  .calendar-table .body-cell td button {
    padding: 12px 0;
    line-height: 1;
    font-size: 1.8rem;
  }
  .calendar-table .head-cell th {
    padding: 14px 10px 10px 10px;
  }
  .calendar-input-box .cal-holiday-notes {
    text-align: left;
  }
  .calendar-input-box .calendar-prev {
    display: none;
  }
  .calendar-input-box .calendar-next {
    display: none;
  }
  .calendar-error-txt {
    padding: 4px 0 8px;
  }
  .calendar-bottom-unit {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
  }
  .calendar-bottom-unit .btn-wrap._modal {
    position: relative;
  }
}

/*-----------------------
collaboration 連携サービス
------------------------\*/
.anchor-area {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 16px;
}
.anchor-area li {
	margin-right: 20px;
}
.anchor-area li:last-child {
	margin-right: 0;
}
.anchor-area li a {
	display: inline-block;
    padding-left: 16px;
    position: relative;
    margin-top: 5px;
}
.anchor-area li a::after {
	content: "";
	position: absolute;
    top: 0.75em;
    left: 0;
	transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
	width: 12px;
    height: 12px;
    background-position: -53px -53px;
    background-image: url(/jp/en/relations/jalmaas/img_sites/icons_utility.svg);
    background-repeat: no-repeat;
    background-size: 100px auto;
}
.collaboration-group_wrap {
	margin: 40px 0 48px;
}
.collaboration-ttl_wrap + .collaboration-list_wrap + .collaboration-ttl_wrap {
    margin-top: 48px;
}
.collaboration-ttl_wrap .hdg-l3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.collaboration-ttl_wrap .collaboration-ttl_icon {
    margin-left: 10px;
}
.collaboration-ttl_wrap .collaboration-ttl_icon img {
	width: 137px;
    max-width: initial;
}
.collaboration-list_wrap .collaboration-wrap:nth-of-type(n+2) {
	margin-top:48px;
}
.container:not(._split) .collaboration-wrap .btn-wrap {
		margin-top: 40px;
	}
.collaboration-wrap .ticket-name_wrap {
	margin-bottom: 16px;
}
.collaboration-wrap .ticket-name_wrap .ticket-name {
	position: relative;
	text-align: left;
	padding: 10px;
	background: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%),linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%);
    background-color: #f4f5f6;
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
    border-top: 1px solid #cecece;
	font-size: 1.6rem;
}
.collaboration-wrap .ticket-name_wrap .ticket-name.icon-new {
	padding: 10px 50px 10px 10px;
	
}
.collaboration-wrap .ticket-name_wrap .ticket-name.icon-new .icon-new_txt {
	content: "NEW";
	position: absolute;
	top: 50%;
	right: 10px;
	padding: 1px 4px;
	background: #CC0000;
	color: #fff;
	font-size: 1.2rem;
	font-weight: normal;
	border-radius: 3px;
	transform: translateY(-50%);
}
.collaboration_detail {
    margin: 24px 0 0;
    font-size: 1.4rem;
}
.collaboration_img {
	text-align: center;
	margin-top: 16px;
}
.collaboration-info_wrap dt {
	text-align: center;
	padding: 5px 0;
	background: #2A344B;
	color: #fff;
	font-weight: bold;
}
.collaboration-info_wrap dd {
	padding: 16px;
	background: #F4F5F6;
}
.fare-wrap {
	margin-top: 24px;
}
.collaboration-detail_img._noImg .fare-wrap {
    margin-top: 0;
} 
.fare-wrap > .fare-wrap_inr {
	display: grid;
    grid-template-columns: auto auto;
	justify-content: space-between;
	padding-bottom: 11px;
	border-bottom: 1px dotted #ccc;
}
.fare-wrap > .fare-wrap_inr:nth-of-type(n+2) {
	margin-top: 10px;
}
.fare-wrap > .fare-wrap_inr > dt {
	padding-right: 10px;
}
.fare-wrap > .fare-wrap_inr > dt > .list {
    margin-left: 1em;
}
.fare-wrap .fare-wrap_term {
    display: flex;
}
.mgl_hokutetsu_airportbus {
    padding-left: 76px;
}
.fare-wrap > .fare-wrap_inr > dd {
	text-align: right;
	font-weight: bold;
}
.container:not(._split) .fare-wrap .btn-wrap {
		margin-top: 12px;
	}
.jalmile-icon_wrap, .lsp-icon_wrap {
	display: flex;
	align-items: center;
	margin-top: 16px;
}
.lsp-icon_wrap {
    margin-top: 10px;
}
.jalmile-icon_wrap .jalmile-icon, .lsp-icon_wrap .lsp-icon {
	margin-right: 10px;
}
.jalmile-icon_wrap .jalmile-icon img, .lsp-icon_wrap .lsp-icon img{
	width: 70px;
	max-width: 70px;
}
.collaboration-wrap .list-aco .list-step .hdg-l3 {
	text-align: center;
}
.collaboration-wrap .list-aco .list-step .list {
	font-size: 1.2rem;
}
.collaboration-wrap .list-aco .list-step .list > li + li {
	margin-top: 0;
}
.aco-parts_body._btnon {
	border-top: none;
}

/*reserve 予約確認 collaboration 販売中のチケット*/
.btnBox-wrap {
	text-align: center;
	/*margin-top: 40px;*/
}
.btnBox-wrap .btnBox + .btnBox {
	margin-top: 24px;
}
.btnBox-wrap .btnBox .btn {
	margin: auto;
}
/*.btnBox-wrap .btn._icon::before {
	left: 12px;
}*/
	.btnBox-wrap + .btnBox-wrap {
		margin-top: 24px;
	}

@media screen and (min-width: 768px) {
	.btnBox-wrap.clm_2 .btnBox:first-child {
        margin-left: 0;
	}
	.btnBox-wrap {
        display: flex;
        gap: 20px 24px;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto;
    }
	.btnBox-wrap .btnBox {
		width: 240px;
	}
    .btnBox-wrap .btnBox + .btnBox {
        margin-top: 0;
    }
}
@media screen and (min-width: 1168px) {
.collaboration-group_wrap {
	margin: 48px 0 ;
}
	.anchor-area {
		margin-top: 24px;
	}
	.anchor-area li {
	}
	.collaboration-ttl_wrap .hdg-l3_txt {
		font-size: 1.8rem;
	}
	.container .collaboration-wrap .btn-wrap {
		margin-top: 48px;
	}
	.collaboration-wrap .ticket-name_wrap {
		margin-bottom: 24px;
	}
	.collaboration-wrap .ticket-name_wrap .ticket-name {
		padding: 10px 20px;
	}
	.collaboration-wrap .ticket-name_wrap .ticket-name.icon-new {
		padding: 10px 60px 10px 20px;
	}
	.collaboration-wrap .ticket-name_wrap .ticket-name.icon-new .icon-new_txt {
		right: 20px;
	}
	.collaboration-detail_wrap {
		padding: 0 20px 0;
	}
	.collaboration-detail_img {
		display: flex;
		padding: 20px 0 0;
	}
	.collaboration_img {
		margin: 0;
    	min-width: 290px;
    	max-width: 290px;
}
	.collaboration_detail {
		width: 100%;
		margin:0 0 0 40px;
	}
    .collaboration-detail_img._noImg .collaboration_detail {
        margin: 0;
    }
	.fare-wrap {
		margin-top: 16px;
	} 
	.fare-wrap > .fare-wrap_inr {
		padding: 0 20px 11px;
	}
	.fare-wrap > .fare-wrap_inr > dt {
	width: auto;
	}
	.fare-wrap > .fare-wrap_inr > dd {
		width: auto;
	}
    .fare-wrap > .fare-wrap_inr > dd._noBreak {
        white-space: nowrap;
    }
    .fare-wrap > .fare-wrap_inr._w50P > dt, .fare-wrap > .fare-wrap_inr._w50P > dd {
        width: 50%;
    }
    .mgl_hokutetsu_airportbus {
        padding-left: 105px;
    }
	.container .fare-wrap .btn-wrap {
		margin-top: 12px;
	}
	.collaboration-wrap .list-aco {
		margin-top: 32px;
	}
}
@media screen and (min-width: 1528px) {
	.collaboration-info_wrap {
		display: flex;
		margin-bottom: 24px;
	}
	.collaboration-info_wrap dt {
		display: flex;
		align-items: center;
        justify-content: center;
        padding: 18px 20px;
        min-width: 140px;
	}
	.collaboration-info_wrap dd {
		padding: 18px 20px;
	}
}

.mgt-48 {margin-top: 48px!important;}

/* ----------------------------------------------------------------
    graph-crowd
----------------------------------------------------------------- */
.graph-crowd-wrap_item:not(:first-child) {
  margin-top: 32px;
}

.graph-crowd-wrap .hdg-l2 {
  margin-top: 0;
}

.graph-crowd_time,
.graph-crowd_state {
  display: none;
}

.graph-crowd {
  position: relative;
  width: 100%;
  min-height: 80px;
  margin-top: 20px;
  padding-bottom: 28px;
}

.graph-crowd_bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.graph-crowd_bg span {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #ccc;
  line-height: 0;
  font-size: 0;
}

.graph-crowd_bg span:not(:first-child) {
  margin-top: 15px;
}

.graph-crowd_bg span:not(:last-child) {
  background: #ebeced;
}

.graph-crowd_data {
  position: relative;
  display: flex;
  justify-content: center;
}

.graph-crowd_data_item {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 15px;
  min-height: 80px;
  margin: 0 .5px;
  z-index: 1;
}

.graph-crowd_data_item::before,
.graph-crowd_data::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -4px;
  width: 1px;
  height: 4px;
  background: #ccc;
}

.graph-crowd_data_item._h30::before,
.graph-crowd_data_item._h27::before,
.graph-crowd_data_item._h24::before,
.graph-crowd_data_item._h21::before,
.graph-crowd_data_item._h18::before,
.graph-crowd_data_item._h15::before,
.graph-crowd_data_item._h12::before,
.graph-crowd_data_item._h6::before,
.graph-crowd_data_item._h9::before,
.graph-crowd_data_item._h6::before,
.graph-crowd_data_item._h3::before {
  bottom: -8px;
  height: 8px;
  background: #ccc;
}

.graph-crowd_data::after {
  right: 1px;
  left: inherit;
}

.graph-crowd_data_item .block {
  display: block;
  background: #D86664;
  width: 100%;
}

.graph-crowd_data_item .block::after {
  display: none;
  content: "▼";
  position: absolute;
  top: calc(-1em - 6px);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  transform-origin: bottom;
  transform: scale(1, .7);
  color: #930000;
}

.graph-crowd_data_item._lv1 .block {
  height: 16px;
}

.graph-crowd_data_item._lv2 .block {
  height: 32px;
}

.graph-crowd_data_item._lv3 .block {
  height: 48px;
}

.graph-crowd_data_item._lv4 .block {
  height: 64px;
}

.graph-crowd_data_item._lv5 .block {
  height: 80px;
}

.graph-crowd_data_item .no {
  position: absolute;
  left: -20px;
  bottom: calc(-1em - 14px);
  width: 40px;
  text-align: center;
  font-size: 1.2rem;
  color: #616161;
}

.graph-crowd-note {
  margin: 32px 0;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .graph-crowd-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .graph-crowd-wrap .hdg-l2 {
    margin-bottom: 24px;
  }

  .graph-crowd-wrap_item {
    width: 50%;
  }
  
  .graph-crowd-wrap_item:not(:first-child) {
    margin-top: 0;
  }

  .graph-crowd {
    max-width: 320px;
    margin: 34px auto 0;
  }

  .graph-crowd-note {
    margin: 0;
    padding-top: 80px;
    height: 0;
  }
}

.graph-crowd-wrap_item._h3 .graph-crowd_time._h3,
.graph-crowd-wrap_item._h4 .graph-crowd_time._h4,
.graph-crowd-wrap_item._h5 .graph-crowd_time._h5,
.graph-crowd-wrap_item._h6 .graph-crowd_time._h6,
.graph-crowd-wrap_item._h7 .graph-crowd_time._h7,
.graph-crowd-wrap_item._h8 .graph-crowd_time._h8,
.graph-crowd-wrap_item._h9 .graph-crowd_time._h9,
.graph-crowd-wrap_item._h10 .graph-crowd_time._h10,
.graph-crowd-wrap_item._h11 .graph-crowd_time._h11,
.graph-crowd-wrap_item._h12 .graph-crowd_time._h12,
.graph-crowd-wrap_item._h13 .graph-crowd_time._h13,
.graph-crowd-wrap_item._h14 .graph-crowd_time._h14,
.graph-crowd-wrap_item._h15 .graph-crowd_time._h15,
.graph-crowd-wrap_item._h16 .graph-crowd_time._h16,
.graph-crowd-wrap_item._h17 .graph-crowd_time._h17,
.graph-crowd-wrap_item._h18 .graph-crowd_time._h18,
.graph-crowd-wrap_item._h19 .graph-crowd_time._h19,
.graph-crowd-wrap_item._h20 .graph-crowd_time._h20,
.graph-crowd-wrap_item._h21 .graph-crowd_time._h21,
.graph-crowd-wrap_item._h22 .graph-crowd_time._h22,
.graph-crowd-wrap_item._h23 .graph-crowd_time._h23,
.graph-crowd-wrap_item._h24 .graph-crowd_time._h24,
.graph-crowd-wrap_item._h25 .graph-crowd_time._h25,
.graph-crowd-wrap_item._h26 .graph-crowd_time._h26,
.graph-crowd-wrap_item._h27 .graph-crowd_time._h27,
.graph-crowd-wrap_item._lvNaN .graph-crowd_state._lvNaN,
.graph-crowd-wrap_item._lv1 .graph-crowd_state._lv1,
.graph-crowd-wrap_item._lv2 .graph-crowd_state._lv2,
.graph-crowd-wrap_item._lv3 .graph-crowd_state._lv3,
.graph-crowd-wrap_item._lv4 .graph-crowd_state._lv4,
.graph-crowd-wrap_item._lv5 .graph-crowd_state._lv5 {
  display: inline-block;
}

.graph-crowd-wrap_item._h3 .graph-crowd_data_item._h3 .block,
.graph-crowd-wrap_item._h4 .graph-crowd_data_item._h4 .block,
.graph-crowd-wrap_item._h5 .graph-crowd_data_item._h5 .block,
.graph-crowd-wrap_item._h6 .graph-crowd_data_item._h6 .block,
.graph-crowd-wrap_item._h7 .graph-crowd_data_item._h7 .block,
.graph-crowd-wrap_item._h8 .graph-crowd_data_item._h8 .block,
.graph-crowd-wrap_item._h9 .graph-crowd_data_item._h9 .block,
.graph-crowd-wrap_item._h10 .graph-crowd_data_item._h10 .block,
.graph-crowd-wrap_item._h11 .graph-crowd_data_item._h11 .block,
.graph-crowd-wrap_item._h12 .graph-crowd_data_item._h12 .block,
.graph-crowd-wrap_item._h13 .graph-crowd_data_item._h13 .block,
.graph-crowd-wrap_item._h14 .graph-crowd_data_item._h14 .block,
.graph-crowd-wrap_item._h15 .graph-crowd_data_item._h15 .block,
.graph-crowd-wrap_item._h16 .graph-crowd_data_item._h16 .block,
.graph-crowd-wrap_item._h17 .graph-crowd_data_item._h17 .block,
.graph-crowd-wrap_item._h18 .graph-crowd_data_item._h18 .block,
.graph-crowd-wrap_item._h19 .graph-crowd_data_item._h19 .block,
.graph-crowd-wrap_item._h20 .graph-crowd_data_item._h20 .block,
.graph-crowd-wrap_item._h21 .graph-crowd_data_item._h21 .block,
.graph-crowd-wrap_item._h22 .graph-crowd_data_item._h22 .block,
.graph-crowd-wrap_item._h23 .graph-crowd_data_item._h23 .block,
.graph-crowd-wrap_item._h24 .graph-crowd_data_item._h24 .block,
.graph-crowd-wrap_item._h25 .graph-crowd_data_item._h25 .block,
.graph-crowd-wrap_item._h26 .graph-crowd_data_item._h26 .block,
.graph-crowd-wrap_item._h27 .graph-crowd_data_item._h27 .block {
  background: #930000;
}

.graph-crowd-wrap_item._h3 .graph-crowd_data_item._h3 .block::after,
.graph-crowd-wrap_item._h4 .graph-crowd_data_item._h4 .block::after,
.graph-crowd-wrap_item._h5 .graph-crowd_data_item._h5 .block::after,
.graph-crowd-wrap_item._h6 .graph-crowd_data_item._h6 .block::after,
.graph-crowd-wrap_item._h7 .graph-crowd_data_item._h7 .block::after,
.graph-crowd-wrap_item._h8 .graph-crowd_data_item._h8 .block::after,
.graph-crowd-wrap_item._h9 .graph-crowd_data_item._h9 .block::after,
.graph-crowd-wrap_item._h10 .graph-crowd_data_item._h10 .block::after,
.graph-crowd-wrap_item._h11 .graph-crowd_data_item._h11 .block::after,
.graph-crowd-wrap_item._h12 .graph-crowd_data_item._h12 .block::after,
.graph-crowd-wrap_item._h13 .graph-crowd_data_item._h13 .block::after,
.graph-crowd-wrap_item._h14 .graph-crowd_data_item._h14 .block::after,
.graph-crowd-wrap_item._h15 .graph-crowd_data_item._h15 .block::after,
.graph-crowd-wrap_item._h16 .graph-crowd_data_item._h16 .block::after,
.graph-crowd-wrap_item._h17 .graph-crowd_data_item._h17 .block::after,
.graph-crowd-wrap_item._h18 .graph-crowd_data_item._h18 .block::after,
.graph-crowd-wrap_item._h19 .graph-crowd_data_item._h19 .block::after,
.graph-crowd-wrap_item._h20 .graph-crowd_data_item._h20 .block::after,
.graph-crowd-wrap_item._h21 .graph-crowd_data_item._h21 .block::after,
.graph-crowd-wrap_item._h22 .graph-crowd_data_item._h22 .block::after,
.graph-crowd-wrap_item._h23 .graph-crowd_data_item._h23 .block::after,
.graph-crowd-wrap_item._h24 .graph-crowd_data_item._h24 .block::after,
.graph-crowd-wrap_item._h25 .graph-crowd_data_item._h25 .block::after,
.graph-crowd-wrap_item._h26 .graph-crowd_data_item._h26 .block::after,
.graph-crowd-wrap_item._h27 .graph-crowd_data_item._h27 .block::after {
  display: block;
}

/* ----------------------------------------------------------------
    購入済みチケット
----------------------------------------------------------------- */

.purchased-ticket_box + .purchased-ticket_box {
    margin-top: 40px;
}
.purchased-ticket_list:not(:first-child) {
    margin-top: 40px;
}
.purchased-ticket_box .hdg-item {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .purchased-ticket_box + .purchased-ticket_box {
        margin-top: 52px;
    }
    .purchased-ticket_list:not(:first-child) {
        margin-top: 52px;
    }
    .container:not(._split) .purchased-ticket_box .btn-wrap:not(._coupon) {
        margin: 21px 0 0;
    }
}

/* ----------------------------------------------------------------
    JMB認証エラー/ログアウト画面
----------------------------------------------------------------- */
.jmb-errorlogout_wrap {
    padding: 53px 0 0;
    text-align: center;
}
.jmb-errorlogout_head {
    margin-bottom: 29px;
}
.jmb-errorlogout_head .hdg-l1_txt {
    font-size: 1.8rem;
}
.jmb-errorlogout_txt {
    text-align: left;
    font-size: 1.6rem;
}
.jmb-errorlogout_wrap .btn-wrap {
    margin: 60px auto 0;
}

@media screen and (min-width: 768px) {
    .container._jmb-errorlogout {
        position: relative;
        max-width: 1020px;
        margin: 0 auto;
        padding: 0 10px;
        max-height: none;
    }
    .jmb-errorlogout_wrap {
        padding: 63px 0 0;
    }
    .jmb-errorlogout_head {
        margin-bottom: 18px;
    }
.jmb-errorlogout_txt {
    text-align: center;
    }
    .container:not(._split) .jmb-errorlogout_wrap .btn-wrap:not(._coupon) {
        margin: 138px auto 0;
    }
    .jmb-errorlogout_wrap .btn-wrap .btn._back {
        margin:0 auto;
    }
}

/*前後便モーダル*/
.modal_body_title + ul.list {
  margin-top: 24px;
  padding: 0 20px;
  font-size: 1.2rem;
}
.modal._sort .modal_body_head {
  padding-bottom: 24px;
}
.modal._sort .form-list._type2 .form-list_item._selected .form-list_inr {
  background: #FDF5F5;
}
.modal._sort ._type2 .form-list_item a {
  display: block;
  color: #000;
}
.modal._sort ._type2 .form-list_item a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  margin: auto;
  display: block;
  border: 2px solid #c00;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}
.modal._sort ._type2 .arrdep-time {
  min-width: 132px;
}
/* .modal._sort ._type2 .arrdep-time_item:first-child::after {
  right: -36%;
} */
.time_span {
  padding-left: 8px;
}
.transfer_times {
  padding-left: 8px;
}
.bound_for {
  padding-top: 4px;
}
.bound_for .txt-em-sub {
  padding: 0;
}
.modal._sort ._type2 .form-list_item .arrdep-real_item {
  min-width: 78px;
  font-size: 1.4rem;
}
.modal._sort ._type2 .form-list_item .arrdep-real_item .txt-delay_label, .modal._sort ._type2 .form-list_item .arrdep-real_item .txt-real_label {
  display: inline-block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .modal._sort .form-list._type2 .form-list_item .form-list_inr {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding:12px 20px 12px 20px;
  }
  .modal._sort ._type2 .form-list_item a::before {
    right: 0;
  }
}
@media screen and (max-width: 360px) {
  .modal._sort .form-list._type2 .form-list_item .lyt-flex {
    flex-wrap: wrap;
  }
  .transfer_times {
    width: 100%;
    padding: 4px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .modal_body_title + ul.list {
    padding: 0 30px;
  }
  .modal._sort .form-list._type2 .form-list_item .form-list_inr {
    padding: 12px 30px 12px 20px;
  }
}

/* ----------------------------------------------------------------
    collaboration mapArea, list-border_box
----------------------------------------------------------------- */
.mapArea {
    position: relative;
    margin-bottom: 16px;
}
.mapArea .txtMap a {
    position: absolute;
    text-align: center;
    display: inline-block;
    font-size: 4.267vw;
    font-weight: bold;
    color: #0f0f69;
    text-decoration: underline;
}
.mapArea .txtMap a:hover {color: #ca0000;}
.mapArea .txtMap .multiple {
    bottom: 7.5%;
    left: 8.7%;
}
.mapArea .txtMap .hokkaido {
   top: 3.4%;
    left: 38%;
}
.mapArea .txtMap .tohoku {
    top: 32.7%;
    right: 4%;
}
.mapArea .txtMap .toukai_hokuriku {
    top: 25.8%;
    left: 3.3%;
}
.mapArea .txtMap .kanto {
    bottom: 49.8%;
    right: 1.5%;
}
.mapArea .txtMap .kansai {
    bottom: 35%;
    left: 44%;
}
.mapArea .txtMap .shikoku {
    bottom: 27%;
    left: 22%;
}
.mapArea .txtMap .chugoku {
    top: 33.8%;
    left: 22.3%;
}
.mapArea .txtMap .kyushu {
    top: 39.8%;
    left: 7%;
}
.mapArea .txtMap .okinawa {
    bottom: 24.5%;
    right: 12%;
}

.btn._fitL {
    max-width: fit-content;
    margin: 0;
}
.list-border_item:not(:first-child) {
    margin-top: 16px;
}
.list-border_itemInr {
    border: 1px solid #D3D3D3;
}
.list-border_ttl {
    padding: 9px 12px;
    border-bottom: 1px solid #D3D3D3;
    font-weight: bold;
}
.list-border_contents {
    padding: 10px 12px;
}
.list-border_contents .link {
    margin-right: 20px;
}
.list-border_contents .link:last-child {
    margin-right: 0;
}
@media screen and (min-width: 768px) {
    .mapArea .txtMap a  {
        font-size: 2.08vw;
    }

    .list-border_box {
       display: flex;
       justify-content: space-between;
       flex-wrap: wrap;
       margin: 0 auto;
    }
    .list-border_item {
        width: calc(50% - 12px);
    }
    .list-border_item:not(:first-child) {
        margin: 0;
    }
    .list-border_item:nth-child(n+3) {
        margin-top: 22px;
    }
}
@media screen and (min-width: 1024px) {
    .mapArea .txtMap .hokkaido {
        top: 4.4%;
        left: 40.5%;
    }
    .mapArea .txtMap .tohoku {
        right: 7%;
    }
    .mapArea .txtMap .toukai_hokuriku {
        top: 26.2%;
        left: 10.3%;
    }
    .mapArea .txtMap .kanto {
        bottom: 50%;
        right: 8.8%;
    }
    .mapArea .txtMap .shikoku {
        bottom: 28%;
        left: 24%;
    }
    .mapArea .txtMap .chugoku {
        top: 34.2%;
        left: 23%;
    }
    .mapArea .txtMap .kyushu {
        top: 40.8%;
        left: 9%;
    }
    .mapArea .txtMap .okinawa {
        right: 14%;
    }
}
@media screen and (min-width: 1060px) {
    .mapArea {
        margin-bottom: 32px;
    }
    .mapArea .txtMap a  {
        font-size: 1.6rem;
    }
    .mapArea .txtMap .multiple {
        bottom: 200px;
        left: initial;
        right: 97px;
    }
    .mapArea .txtMap .hokkaido {
        top: 56px;
        left: 267px;
    }
    .mapArea .txtMap .tohoku {
        top: 208px;
        right: 156px;
    }
    .mapArea .txtMap .toukai_hokuriku {
        top: 221px;
    left: 160px;
    }
    .mapArea .txtMap .kanto {
        bottom: 260px;
        right: 154px;
    }
    .mapArea .txtMap .kansai {
        bottom: 165px;
        left: 308px;
    }
    .mapArea .txtMap .chugoku {
        top: 276px;
        left: 151px;
    }
    .mapArea .txtMap .shikoku {
        bottom: 142px;
        left: 188px;
    }
    .mapArea .txtMap .kyushu {
        top: 300px;
        left: 70px;
    }
    .mapArea .txtMap .okinawa {
        bottom: 67px;
        right: 163px;
    }
}
@media screen and (min-width: 1168px) {
    .mapArea .txtMap a  {
        font-size: 1.36vw;
    }
    .mapArea .txtMap .multiple {
        bottom: 35%;
        right: 15.5%;
    }
    .mapArea .txtMap .hokkaido {
        top: 10.2%;
        left: 41.7%;
    }
    .mapArea .txtMap .tohoku {
        top: 36.8%;
        right: 24.7%;
    }
    .mapArea .txtMap .toukai_hokuriku {
        top: 39%;
        left: 25.2%;
    }
    .mapArea .txtMap .kanto {
        bottom: 45.5%;
        right: 24.5%;
    }
    .mapArea .txtMap .kansai {
        bottom: 29%;
        left: 48%;
    }
    .mapArea .txtMap .chugoku {
        top: 49%;
        left: 24.2%;
    }
    .mapArea .txtMap .shikoku {
        bottom: 25%;
        left: 29.2%;
    }
    .mapArea .txtMap .kyushu {
        top: 53%;
        left: 11%;
    }
    .mapArea .txtMap .okinawa {
        bottom: 12%;
        right: 25%;
    }
}
@media screen and (min-width: 1528px) {
    .mapArea .txtMap a  {
        font-size: 2rem;
    }
    .mapArea .txtMap .multiple {
        bottom: 314px;
        right: 164px;
    }
    .mapArea .txtMap .hokkaido {
        top: 92px;
        left: 444px;
    }
    .mapArea .txtMap .tohoku {
        top: 328px;
        right: 262px;
    }
    .mapArea .txtMap .toukai_hokuriku {
        top: 349px;
        left: 290px;
    }
    .mapArea .txtMap .kanto {
        bottom: 409px;
        right: 264px;
    }
    .mapArea .txtMap .kansai {
        bottom: 262px;
        left: 479px;
    }
    .mapArea .txtMap .chugoku {
        top: 434px;
        left: 247px;
    }
    .mapArea .txtMap .shikoku {
        bottom: 230px;
        left: 300px;
    }
    .mapArea .txtMap .kyushu {
        top: 470px;
        left: 132px;
    }
    .mapArea .txtMap .okinawa {
        bottom: 112px;
        right: 260px;
    }
}

/* .bnrWrap
----------------------------------------------- */
.bnrWrap {
    margin: 24px auto 16px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .bnrWrap {
        margin: 16px 10px;
    }
}

/* .directions
----------------------------------------------- */
.directions_list {
    padding: 30px;
    background: #f4f5f6;
}
.directions_wrap .directions_list .hdg-l2 {
    margin-top: 0;
}
.directions_list + .directions_list {
    margin-top: 20px;
}
.directions_ttl {
    position: relative;
    padding-left: 15px;
    font-size: 1.6rem;
    font-weight: bold;
}
.directions_ttl:not(:first-of-type) {
    margin-top: 32px;
}
.directions_ttl::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 4px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #333;
}
.directions_contents {
    text-align: center;
    margin-top: 16px;
    display: flex;
    justify-content: center;
}
.directions_map {
    aspect-ratio: 105 / 59;
    max-width: 440px;
    width: 50%;
    height: auto;
}
.directions_map iframe {
    aspect-ratio: 105 / 59;
}
.directions_pic {
    width: 50%;
    max-width: 440px;
    margin-left: 20px;
}

@media screen and (max-width: 1168px) {
    .directions_list {
        padding: 20px 10px;
    }
    .directions_list + .directions_list {
        margin-top: 10px;
    }
    .directions_contents {
        display: block;
    }
    .directions_ttl:not(:first-of-type) {
        margin-top: 24px;
    }
    .directions_map, .directions_pic {
        width: 100%;
        max-width: inherit;
    }
    .directions_pic {
        margin: 10px 0 0 0;
    }
}

/* .loginsystem
----------------------------------------------- */
.tableWrap {
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.tableWrap .hdg-item_txt th {
    width: 50%;
    padding: 10px 20px;
}
.tableWrap td {
    width: 50%;
    padding: 17px 20px;
}
.tableWrap tbody tr {
    border-top: 1px solid #ccc;
}
.tableWrap tbody tr:first-child {
    border: none;
}
@media screen and (max-width: 1168px) {
    .tableWrap td {
        padding: 17px 10px;
    }

}

/* ent-exit
----------------------------------------------- */
._position .result-card_right:has(.txt-ent-exit) {
    padding-top: 35px;
    padding-bottom: 35px;
}
.txt-ent-exit {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
}
.txt-ent-exit._ent {
  margin-top: calc(-1.3em - 2px);
  margin-bottom: 2px;
}
.txt-ent-exit._exit {
  margin-bottom: calc(-1.3em - 2px);
  margin-top: 2px;
}
.txt-ent-exit-num {
  padding-left: 6px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
    ._position .result-card_right:has(.txt-ent-exit) {
        padding-top: 38px;
        padding-bottom: 38px;
    }
}
/* ent-exit
----------------------------------------------- */