@charset "UTF-8";

/* ============================================================================
 * Layout
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * Header
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Layout
 * --------------------------------- */
.l-header {
  min-height: 144px;
  color: #fff;
  position: relative;
  z-index: 1001;
  -ms-box-shadow: 0 0 2px 0 #777;
  box-shadow: 0 0 2px 0 #777;
  background: #000;
}

.l-header a,
.l-header a img {
  color: #fff;
}

.l-header a:hover, .l-header a:focus, .l-header a:active,
.l-header a img:hover,
.l-header a img:focus,
.l-header a img:active {
  opacity: 1;
  text-decoration: underline;
}

.l-header-content-sub {
  width: 100%;
  height: 81px;
  position: fixed;
  z-index: 1001;
  display: none;
  overflow: hidden;
  -ms-box-shadow: 0 0 2px 0 #777;
  box-shadow: 0 0 2px 0 #777;
  background: #000;
}

.l-header-content-sub .l-header-util {
  top: 31px;
  right: 21px;
}

.l-header-content-sub .m-header-logo {
  margin-top: 0;
  top: 15px;
  left: 26px;
}

.l-header-content-sub .m-header-logo a {
  width: 58px;
  height: 51px;
}

.l-header-content-sub .m-header-logo a img {
  width: 58px;
  height: 51px;
}

.l-header-content-sub .m-header-logo-pc {
  display: none;
}

.l-header-content-sub .m-header-logo-sp {
  display: block;
}

.l-header-content-sub .m-header-link {
  margin-right: 0;
  opacity: 1 !important;
  display: block !important;
}

.l-header-content-sub .m-header-link li {
  display: none;
}

.l-header-content-sub .m-header-link .m-header-link-parent {
  margin-right: 28px;
  display: block;
  border-right: 1px solid #666;
}

.l-header-content-sub .m-header-link .m-header-link-sub {
  display: table-cell;
}

.l-header-content-sub .m-header-search {
  display: none;
}

.l-header-content-sp {
  display: none;
}

.l-header-content-sp-bg {
  display: none;
}

.l-header-content-sp-bg.is-active {
  display: none !important;
}

.l-header-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.l-header-util {
  position: absolute;
  top: 17px;
  right: 21px;
  display: flex;
}

.l-header[data-type="int-tw"] {
  min-height: 130px;
}

.l-header[data-type="int-tw"] .m-header-logo {
  top: 45px;
}

.l-header[data-type="int-tw"] .l-header-content-sub .m-header-logo {
  top: 15px !important;
}

.l-header[data-type="simple"] {
  min-height: 110px;
}

.l-header[data-type="simple"] .m-header-logo {
  top: 37px;
}

.l-header[data-type="simple"] .l-header-content-sub .m-header-logo {
  top: 15px !important;
}

/* ------------------------------------
 * Module
 * --------------------------------- */
.m-header-logo {
  margin-top: 0;
  position: absolute;
  top: 52px;
  left: 32px;
  z-index: 2;
}

.m-header-logo a {
  width: 231px;
  height: 38px;
  transition: 0s;
  position: relative;
  display: block;
  overflow: hidden;
}

.m-header-logo a:hover, .m-header-logo a:focus, .m-header-logo a:active {
  opacity: 1;
}

.m-header-logo a img {
  width: 231px;
  height: 38px;
}

.m-header-logo span {
  opacity: 0;
}

.m-header-logo-pc {
  display: block;
}

.m-header-logo-sp {
  display: none;
}

.m-header-int {
  display: none;
}

.m-header-gnav {
  margin: 0 auto 12px;
  display: table;
}

.m-header-gnav-wrap {
  margin: 0 auto;
  display: table;
}

.m-header-gnav > li {
  padding: 3px 0;
  display: table-cell;
  border-right: 1px solid #484848;
}

.m-header-gnav > li:last-child {
  border-right: none;
}

.m-header-gnav > li > a {
  line-height: 1;
  position: relative;
  display: block;
  transition: 0.3s;
}

.m-header-gnav > li > a.is-current {
  cursor: pointer;
}

.m-header-gnav > li > a.is-current span::after {
  width: 100%;
  left: 0;
  right: 0;
}

.m-header-gnav > li > a.is-active span::after {
  width: 100%;
  left: 0;
  right: 0;
}

.m-header-gnav > li > a::after {
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: block;
  content: '';
}

.m-header-gnav > li > a:hover, .m-header-gnav > li > a:focus, .m-header-gnav > li > a:active {
  text-decoration: none;
  opacity: 1;
}

.m-header-gnav > li > a:hover span::after, .m-header-gnav > li > a:focus span::after, .m-header-gnav > li > a:active span::after {
  width: 100%;
  left: 0;
  right: 0;
}

.m-header-gnav > li > a span {
  padding: 0 16px;
  position: relative;
  display: block;
}

.m-header-gnav > li > a span::after {
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -15px;
  display: block;
  box-sizing: border-box;
  border-left: 0 solid #fff;
  border-right: 0 solid #fff;
  background: #fff;
  -webkit-transition-property: width, left, right;
  transition-property: width, left, right;
  -webkit-transition-duration: 0.20s;
  transition-duration: 0.20s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  content: '';
}

.m-header-tab {
  max-width: 655px;
  margin: 0 auto 16px;
  padding: 0 16px;
  transition: .3s all ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: content-box;
}

.m-header-tab.is-sp {
  display: none;
}

.m-header-tab li {
  width: 50%;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #484848;
}

.m-header-tab li.is-current a,
.m-header-tab li.is-current em {
  opacity: 1;
  color: #fff;
}

.m-header-tab li.is-current a span::after,
.m-header-tab li.is-current em span::after {
  width: 100%;
  left: 0;
  right: 0;
}

.m-header-tab li.is-current::after {
  width: 0;
  height: 0;
  margin: 0 0 0 -3px;
  position: absolute;
  left: 50%;
  bottom: -4px;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #fff transparent transparent transparent;
  content: '';
}

.m-header-tab li a,
.m-header-tab li em {
  width: 100%;
  padding: 0 0 15px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #ccc;
  line-height: 1;
  text-decoration: none !important;
  display: block;
}

.m-header-tab li a:hover, .m-header-tab li a:focus, .m-header-tab li a:active,
.m-header-tab li em:hover,
.m-header-tab li em:focus,
.m-header-tab li em:active {
  text-decoration: none;
  opacity: 1;
}

.m-header-tab li a:hover span::after, .m-header-tab li a:focus span::after, .m-header-tab li a:active span::after,
.m-header-tab li em:hover span::after,
.m-header-tab li em:focus span::after,
.m-header-tab li em:active span::after {
  width: 100%;
  left: 0;
  right: 0;
}

.m-header-tab li a span,
.m-header-tab li em span {
  position: relative;
  display: block;
}

.m-header-tab li a span::after,
.m-header-tab li em span::after {
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -15px;
  display: block;
  box-sizing: border-box;
  border-left: 0 solid #fff;
  border-right: 0 solid #fff;
  background: #fff;
  -webkit-transition-property: width, left, right;
  transition-property: width, left, right;
  -webkit-transition-duration: 0.30s;
  transition-duration: 0.30s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  content: '';
}

.m-header-link {
  margin-right: 15px;
  order: 1;
}

.m-header-link > li {
  padding: 1px 15px;
  line-height: 1;
  display: table-cell;
  border-right: 1px solid #484848;
}

.m-header-link a {
  font-size: 1.2rem;
  color: #ccc;
}

.m-header-link a:hover, .m-header-link a:focus, .m-header-link a:active {
  padding-bottom: 1px;
  opacity: 1;
}

.m-header-link-child li {
  padding-right: 15px;
  display: table-cell;
}

.m-header-link-child li:last-child {
  padding-right: 0;
}

.m-header-link-lang {
  padding-left: 15px !important;
  padding-right: 20px !important;
  position: relative;
}

.m-header-link-lang > a {
  padding-right: 17px;
}

.m-header-link-lang > a::after {
  width: 0;
  height: 0;
  position: absolute;
  top: 7px;
  right: 16px;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #999 transparent transparent transparent;
  content: '';
}

.m-header-link-lang > a:hover, .m-header-link-lang > a:focus, .m-header-link-lang > a:active {
  text-decoration: none;
}

.m-header-link-lang > a.is-active::after {
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #949494 transparent;
}

.m-header-link-lang-select {
  margin-top: 16px;
  margin-left: -21px;
  position: absolute;
  z-index: 10;
  display: none;
  -ms-box-shadow: 0 0 2px 0 #777;
  box-shadow: 0 0 2px 0 #777;
  background: #fff;
}

.m-header-link-lang-select.is-active-sp {
  display: none !important;
}

.m-header-link-lang-select::before {
  width: 0;
  height: 0;
  margin: 0 0 0 -4px;
  position: absolute;
  top: -5px;
  left: 50%;
  border-style: solid;
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #fff transparent;
  content: '';
}

.m-header-link-lang-select li {
  font-size: 1.2rem;
  line-height: 1;
  text-align: left;
  border-bottom: 1px solid #d1d1d1;
}

.m-header-link-lang-select li:last-child {
  border-bottom: none;
}

.m-header-link-lang-select a,
.m-header-link-lang-select span {
  padding: 14px 15px 15px;
  color: #333;
  display: block;
}

.m-header-link-lang-select a.is-current {
  color: #999;
}

.m-header-link-lang-select a.is-current:hover, .m-header-link-lang-select a.is-current:focus, .m-header-link-lang-select a.is-current:active {
  background: #fff;
}

.m-header-link-lang-select a:hover, .m-header-link-lang-select a:focus, .m-header-link-lang-select a:active {
  padding: 14px 15px 15px !important;
  padding-bottom: inherit;
  text-decoration: none;
  background: #efefef;
}

.m-header-search {
  margin: 0 20px;
  order: 2;
  position: relative;
}

.m-header-search-ttl {
  margin-top: 0;
  position: absolute;
  right: 0;
}

.m-header-search-ttl button {
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  display: block;
  overflow: hidden;
  border: none;
  background: none;
}

.m-header-search-ttl button:hover, .m-header-search-ttl button:focus, .m-header-search-ttl button:active {
  opacity: .8;
}

.m-header-search-ttl button::after {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: -4px -213px;
  background-size: 400px 400px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-header-search-ttl button.is-active::after {
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  top: 50%;
  left: 50%;
  background-position: -39px -79px;
  background-size: 1000px 1000px;
}

.m-header-search-ttl span {
  position: absolute;
  z-index: -1;
  text-indent: -999em;
}

.m-header-search-txt {
  width: 100%;
  height: 30px;
  padding: 0 0 0 8px;
  line-height: 30px;
  position: relative;
  box-sizing: border-box;
  border: none;
  background: #fff;
  outline: none;
}

.m-header-search-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 3px;
  overflow: hidden;
  border: none;
  background: none;
}

.m-header-search-btn::after {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: -121px -533px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-header-search-btn span {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.m-header-search-content {
  width: 336px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: -6px;
  right: 35px;
  display: none;
}

.m-header-search-content.is-active {
  overflow: inherit;
}

.m-header-search-content form {
  height: 30px;
}

.m-header-login-pc {
  order: 3;
  position: relative;
  top: -6px;
}

.m-header-login-pc-btn {
  margin-top: 0;
  font-size: 1.2rem;
}

.m-header-login-pc-btn a {
  width: 120px;
  height: 28px;
  color: #333;
  text-align: center;
  line-height: 1;
  display: table;
  border: 1px solid #fff;
  border-radius: 2px;
  background: #fff;
}

.m-header-login-pc-btn a:hover, .m-header-login-pc-btn a:focus, .m-header-login-pc-btn a:active {
  color: #fff;
  text-decoration: none;
  border: 1px solid #666;
  background: #000 !important;
}

.m-header-login-pc-btn span {
  display: table-cell;
  vertical-align: middle;
}

.m-header-login-pc-btn span img {
  display: none;
}

.m-header-login-pc-area > p {
  display: table-cell;
  vertical-align: middle;
}

.m-header-login-pc-area > p:last-child {
  padding: 0 0 0 10px;
}

.m-header-login-pc-area > p:last-child a {
  margin-top: -1px;
}

.m-header-login-pc-status {
  margin-top: -2px;
  min-height: 2px;
  line-height: 28px;
  padding: 0 10px 0 5px;
  display: table;
  border: 1px solid #666;
  border-radius: 3px;
  box-sizing: border-box;
}

.m-header-login-pc-status:hover, .m-header-login-pc-status:focus, .m-header-login-pc-status:active {
  text-decoration: none !important;
  opacity: 1;
}

.m-header-login-pc-status > * {
  color: #ccc;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}

.m-header-login-pc-status em {
  font-weight: normal;
}

.m-header-login-pc-status-user {
  font-size: 1.2rem;
}

.m-header-login-pc-status-user::before {
  width: 18px;
  height: 18px;
  margin: -3px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  background-position: -33px -37px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-header-login-pc-status-user em {
  width: 90px;
  padding-right: 5px;
  line-height: 1.8;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  position: relative;
  top: 0;
  font-size: 1.4rem;
}

.m-header-login-pc-status-mile {
  padding-left: 20px;
  font-size: 1rem;
}

.m-header-login-pc-status-mile em {
  padding-right: 3px;
  display: inline-block;
  min-width: 60px;
  text-align: right;
  font-size: 1.6rem;
}

.m-header-mdrop {
  width: 100%;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  box-shadow: 0 1px 1px #d5d5d5;
  background: #fff;
}

.m-header-mdrop a {
  color: inherit;
}

.m-header-mdrop a:hover, .m-header-mdrop a:focus, .m-header-mdrop a:active {
  opacity: .7 !important;
}

.m-header-mdrop-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 35px 20px 40px;
  position: relative;
  box-sizing: content-box;
}

.m-header-mdrop-content > *:first-child {
  margin-top: 0 !important;
}

.m-header-mdrop-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.m-header-mdrop-bg.is-active {
  display: block;
}

.m-header-mdrop-bg.is-hidden {
  visibility: hidden;
}

.m-header-mdrop-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 20px;
  overflow: hidden;
  border: none;
  background: none;
}

.m-header-mdrop-close::after {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: -381px -10px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-header-mdrop-list-link {
  margin: 20px 0 0;
}

.m-header-mdrop-list-link > li {
  margin-top: 10px;
}

.m-header-mdrop-list-link > li:first-child {
  margin-top: 0;
}

.m-header-mdrop-list-link a {
  padding-left: 15px;
  color: #333;
  display: inline-block;
  position: relative;
}

.m-header-mdrop-list-link a::before {
  width: 5px;
  height: 9px;
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url(../img/icn_sprite.svg?20251029);
  background-position: -10px -10px;
  content: '';
  top: 6px;
}

.m-header-mdrop-list-link__txt {
  margin: 8px 0 0 13px;
  display: block;
}

.m-header-mdrop-list-link[data-col="3"] {
  overflow: hidden;
}

.m-header-mdrop-list-link[data-col="3"] li {
  width: 33.33333%;
  float: left;
}

.m-header-mdrop-list-link[data-col="3"] li:first-child {
  margin-top: 10px;
}

.m-header-mdrop-list-bnr {
  margin: 30px 0 0 -20px;
  overflow: hidden;
}

.m-header-mdrop-list-bnr > li {
  width: 33.33333%;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  float: left;
  position: relative;
}

.m-header-mdrop-list-bnr > li:nth-child(-n+3) {
  margin-top: 0;
}

.m-header-mdrop-list-bnr a::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.m-header-mdrop-list-bnr .m-header-mdrop-list-bnr__img {
  width: 100%;
  margin: 0 auto 10px;
  display: table;
}

.m-header-mdrop-list-bnr .m-header-mdrop-list-bnr__ttl span, .m-header-mdrop-list-bnr .m-header-mdrop-list-bnr__ttl--l span {
  padding-left: 13px;
  position: relative;
  display: block;
}

.m-header-mdrop-list-bnr .m-header-mdrop-list-bnr__ttl span::before, .m-header-mdrop-list-bnr .m-header-mdrop-list-bnr__ttl--l span::before {
  width: 5px;
  height: 9px;
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url(../img/icn_sprite.svg?20251029);
  background-position: -10px -10px;
  content: '';
}

.m-header-mdrop-list-bnr .m-header-mdrop-list-bnr__ttl--l {
  font-size: 1.8rem;
}

.m-header-mdrop-list-bnr .m-header-mdrop-list-bnr__ttl--l span::before {
  top: 8px;
}

.m-header-mdrop-list-bnr .m-header-mdrop-list-bnr__txt {
  margin: 10px 0 0;
  padding-left: 13px;
}

.m-header-mdrop-list-bnr[data-col="4"] > li {
  width: 25%;
}

.m-header-mdrop-list-bnr[data-col="4"] > li:nth-child(-n+3) {
  margin-top: 20px;
}

.m-header-mdrop-list-bnr[data-col="4"] > li:nth-child(-n+4) {
  margin-top: 0;
}

.m-header-mdrop-list-btn[data-col="2"], .m-header-mdrop-list-btn[data-col="3"], .m-header-mdrop-list-btn[data-col="4"] {
  display: block;
  overflow: hidden;
}

.m-header-mdrop-list-btn[data-col="2"] li, .m-header-mdrop-list-btn[data-col="3"] li, .m-header-mdrop-list-btn[data-col="4"] li {
  float: left;
}

.m-header-mdrop-list-btn[data-col="2"] {
  margin: 30px 0 0 -20px;
}

.m-header-mdrop-list-btn[data-col="2"] li {
  width: 50%;
  min-width: auto;
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}

.m-header-mdrop-list-btn[data-col="2"] li:nth-child(-n+2) {
  margin-top: 0;
}

.m-header-mdrop-list-btn[data-col="3"] {
  margin: 30px 0 0 -20px;
}

.m-header-mdrop-list-btn[data-col="3"] li {
  width: 33.33333%;
  min-width: auto;
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}

.m-header-mdrop-list-btn[data-col="3"] li:nth-child(-n+3) {
  margin-top: 0;
}

.m-header-mdrop-list-btn[data-col="4"] {
  margin: 30px 0 0 -20px;
}

.m-header-mdrop-list-btn[data-col="4"] li {
  width: 25%;
  min-width: auto;
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}

.m-header-mdrop-list-btn[data-col="4"] li:nth-child(-n+4) {
  margin-top: 0;
}

.m-header-mdrop-btn {
  width: 100%;
  height: 44px;
  padding: 10px 25px;
  text-align: center;
  display: table;
  position: relative;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  box-sizing: border-box;
  background: #fff;
}

.m-header-mdrop-btn::after {
  width: 5px;
  height: 9px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 10px;
  background-position: -10px -10px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-header-mdrop-btn:hover, .m-header-mdrop-btn:focus, .m-header-mdrop-btn:active {
  text-decoration: none !important;
}

.m-header-mdrop-btn > span {
  vertical-align: middle;
  display: table-cell;
}

.m-header-mdrop-btn--cv span img {
  display: none;
}

.m-header-mdrop-grid {
  margin: 30px 0 0 -20px;
  overflow: hidden;
}

.m-header-mdrop-grid__content > *:first-child {
  margin-top: 0;
}

.m-header-mdrop-grid[data-col="3"] .m-header-mdrop-grid__content {
  width: 33.33333%;
  padding: 0 0 0 20px;
  float: left;
}

.m-header-mdrop-grid[data-col="4"] .m-header-mdrop-grid__content {
  width: 25%;
  padding: 0 0 0 20px;
  float: left;
}

.m-header-mdrop-hdg {
  margin: 0 0 25px;
  font-size: 1.8rem;
  position: relative;
  display: table;
}

.m-header-mdrop-hdg + * {
  margin-top: 25px !important;
}

.m-header-mdrop-hdg a {
  padding-left: 70px;
  display: block;
}

.m-header-mdrop-hdg::before, .m-header-mdrop-hdg::after {
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-header-mdrop-hdg::before {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -17px;
  left: 0;
}

.m-header-mdrop-hdg::after {
  width: 5px;
  height: 9px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: -17px;
  background-position: -10px -10px;
}

.m-header-mdrop-hdg[data-type="fare"]::before {
  background-position: -346px -571px;
}

.m-header-mdrop-hdg[data-type="timetable"]::before {
  background-position: -426px -571px;
}

.m-header-mdrop-hdg[data-type="inboard"]::before {
  background-position: -506px -571px;
}

.m-header-mdrop-hdg[data-type="reserve"]::before {
  background-position: -586px -571px;
}

.m-header-mdrop-hdg[data-type="dp"]::before {
  background-position: -666px -571px;
}

.m-header-mdrop-hdg[data-type="checkin"]::before {
  background-position: -746px -571px;
}

.m-header-mdrop-hdg[data-type="mileage"]::before {
  background-position: -826px -571px;
}

.m-header-mdrop-hdg-lv3 {
  margin: 30px 0 0;
}

.m-header-mdrop-hdg-lv3 .m-hdg {
  margin-top: 0;
  font-size: 1.8rem;
}

.m-header-mdrop-hdg-lv3 .m-hdg a {
  padding-left: 15px;
  color: #333;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.m-header-mdrop-hdg-lv3 .m-hdg a::before {
  width: 5px;
  height: 9px;
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url(../img/icn_sprite.svg?20251029);
  background-position: -10px -10px;
  content: '';
  top: 9px;
}

.m-header-mdrop-hdg-lv3 .m-hdg a:hover, .m-header-mdrop-hdg-lv3 .m-hdg a:focus, .m-header-mdrop-hdg-lv3 .m-hdg a:active {
  text-decoration: underline;
}

.m-header-mdrop-link-int {
  margin: 40px 0 0;
  text-align: right;
  display: block;
}

.m-header-mdrop-link-int a {
  padding-left: 15px;
  color: #333;
  display: inline-block;
  position: relative;
}

.m-header-mdrop-link-int a::before {
  width: 5px;
  height: 9px;
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url(../img/icn_sprite.svg?20251029);
  background-position: -10px -10px;
  content: '';
  top: 6px;
}

.m-header-cv {
  display: none;
}

@media screen and (max-width: 1100px) {
  .l-header[data-type="int-tw"] .m-header-tab {
    max-width: 655px;
    margin-bottom: 16px;
  }
  .l-header[data-type="int-tw"] .m-header-tab li a,
  .l-header[data-type="int-tw"] .m-header-tab li em {
    padding: 0 0 15px;
    font-size: 1.6rem;
  }
  .l-header[data-type="int-tw"] .m-header-tab li a span::after,
  .l-header[data-type="int-tw"] .m-header-tab li em span::after {
    bottom: -15px;
  }
  .m-header-tab {
    max-width: 555px;
    margin-bottom: 10px;
  }
  .m-header-tab li a,
  .m-header-tab li em {
    padding: 0 0 10px;
    font-size: 1.4rem;
  }
  .m-header-tab li a span::after,
  .m-header-tab li em span::after {
    bottom: -10px;
  }
}

/* ----------------------------------------------------------------------------
 * Footer
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Layout
 * --------------------------------- */
.l-footer {
  min-height: 480px;
  padding: 0 0 0 110px;
  color: #fff;
  background: #000;
}

.l-footer-content {
  width: 100%;
  min-height: 395px;
  padding: 48px 0 0 0;
  background: url(../img/bg_footer_pc.jpg) right top no-repeat;
}

.l-footer-content .l-footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.l-footer-info {
  padding: 37px 0 0;
}

.l-footer-inner {
  padding: 0 40px;
}

.l-footer[data-type="simple"], .l-footer[data-type="simple-int"] {
  min-height: 370px;
}

.l-footer[data-type="simple"] .l-footer-content, .l-footer[data-type="simple-int"] .l-footer-content {
  min-height: 250px;
  background-size: auto 250px;
}

.l-footer[data-type="simple"] .l-footer-info .l-footer-inner, .l-footer[data-type="simple-int"] .l-footer-info .l-footer-inner {
  width: 100%;
  display: table;
}

.l-footer[data-type="simple"] .m-footer-social, .l-footer[data-type="simple-int"] .m-footer-social {
  margin-top: 50px;
}

.l-footer[data-type="simple"] .m-footer-link, .l-footer[data-type="simple-int"] .m-footer-link {
  display: table-cell;
}

.l-footer[data-type="simple"] .m-footer-link > *:first-child, .l-footer[data-type="simple-int"] .m-footer-link > *:first-child {
  margin-top: 0 !important;
}

.l-footer[data-type="simple"] .m-footer-link ul, .l-footer[data-type="simple-int"] .m-footer-link ul {
  margin: 20px 0 -20px;
}

.l-footer[data-type="simple"] .m-footer-link ul li, .l-footer[data-type="simple-int"] .m-footer-link ul li {
  margin-bottom: 20px;
}

.l-footer[data-type="simple"] .m-footer-copyright, .l-footer[data-type="simple-int"] .m-footer-copyright {
  white-space: nowrap;
  text-align: right;
  vertical-align: bottom;
  display: table-cell;
  position: relative;
  top: -20px;
  float: none;
}

.l-footer[data-type="simple-int"] .l-footer-inner {
  margin-bottom: -20px;
}

@media screen and (max-width: 1150px) {
  .l-footer-content {
    padding-left: 0;
  }
  .l-footer-content .l-footer-inner {
    padding: 0 20px;
  }
  .l-footer-inner {
    padding: 0 20px;
    overflow: hidden;
  }
  .l-footer[data-type="simple"] .l-footer-info .l-footer-inner, .l-footer[data-type="simple-int"] .l-footer-info .l-footer-inner {
    display: block;
  }
  .l-footer[data-type="simple"] .m-footer-link, .l-footer[data-type="simple-int"] .m-footer-link {
    display: block;
    float: none;
  }
  .l-footer[data-type="simple"] .m-footer-link ul, .l-footer[data-type="simple-int"] .m-footer-link ul {
    margin: 0 auto;
    display: table;
  }
  .l-footer[data-type="simple"] .m-footer-link ul li, .l-footer[data-type="simple-int"] .m-footer-link ul li {
    margin: 0 8px 15px 0;
  }
  .l-footer[data-type="simple"] .m-footer-copyright, .l-footer[data-type="simple-int"] .m-footer-copyright {
    margin: 20px 0 35px;
    white-space: normal;
    text-align: center;
    top: 0;
    display: block;
    float: none;
  }
  .l-footer[data-type="simple-int"] .l-footer-inner {
    margin-bottom: -35px;
  }
}

@media screen and (max-width: 900px) {
  .l-footer[data-type="simple"] .m-footer-copyright, .l-footer[data-type="simple-int"] .m-footer-copyright {
    margin: 0 0 10px;
  }
}

/* ------------------------------------
 * Module
 * --------------------------------- */
.m-footer-pagetop {
  width: 72px;
  height: 72px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  display: none;
}

.m-footer-pagetop a {
  width: 72px;
  height: 72px;
  color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
}

.m-footer-pagetop a::after {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: -9px -779px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-footer-pagetop span {
  text-indent: -999em;
  position: absolute;
  z-index: -1;
}

.m-footer-sitemap {
  margin: 0 0 26px;
  display: table;
}

.m-footer-sitemap > li {
  margin-bottom: 28px;
  padding-bottom: 27px;
  border-bottom: 1px solid #262626;
}

.m-footer-sitemap > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.m-footer-sitemap-en > li:last-child {
  margin-bottom: 28px;
  padding-bottom: 27px;
  border-bottom: 1px solid #262626;
}

.m-footer-sitemap > li > a {
  padding-left: 16px;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
}

.m-footer-sitemap > li > a::before {
  width: 5px;
  height: 9px;
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url(../img/icn_sprite.svg?20251029);
  background-position: -20px -10px;
  content: '';
  top: 9px;
}

.m-footer-sitemap a {
  color: #ccc;
  -webkit-text-shadow: 0 1px 2px #000;
  text-shadow: 0 1px 2px #000;
}

.m-footer-sitemap-biz {
  margin: 35px 0 0 20px;
}

.m-footer-sitemap-biz > li {
  margin: 0 80px 0 0;
  float: left;
}

.m-footer-sitemap-biz > li:last-child {
  margin-right: 0;
}

.m-footer-sitemap-biz > li > a {
  min-height: 35px;
  padding: 0 0 0 47px;
  font-size: 1.6rem;
  line-height: 35px;
  display: block;
  position: relative;
}

.m-footer-sitemap-biz > li > a::before {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-footer-sitemap-company a::before {
  background-position: -672px -522px;
}

.m-footer-sitemap-stock a::before {
  background-position: -717px -522px;
}

.m-footer-sitemap-recruit a::before {
  background-position: -762px -522px;
}

.m-footer-sitemap-info {
  margin: 28px 0 0 20px;
}

.m-footer-sitemap-info > li {
  margin: 0 60px 0 0;
  float: left;
}

.m-footer-sitemap-info > li:last-child {
  margin-right: 0;
}

.m-footer-sitemap-info > li > a {
  padding-left: 16px;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
}

.m-footer-sitemap-info > li > a::before {
  width: 5px;
  height: 9px;
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url(../img/icn_sprite.svg?20251029);
  background-position: -20px -10px;
  content: '';
  top: 6px;
}

.m-footer-social {
  margin: 26px 0 0;
  display: table;
}

.m-footer-social li {
  padding: 0 10px 0;
  display: table-cell;
}

.m-footer-social li:first-child {
  padding-left: 0;
}

.m-footer-social li:last-child {
  padding-right: 0;
}

.m-footer-social a {
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  overflow: hidden;
}

.m-footer-social a::after {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 540px 540px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-footer-social a span {
  opacity: 0;
}

.m-footer-social-fb::after {
  background-position: -5px -205px;
}

.m-footer-social-tw::after {
  background-position: -60px -205px;
}

.m-footer-social-yt::after {
  background-position: -115px -205px;
}

.m-footer-social-ig::after {
  background-position: -170px -205px;
}

.m-footer-link {
  float: left;
}

.m-footer-link li {
  margin-right: 8px;
  padding-right: 8px;
  line-height: 1;
  float: left;
  border-right: 1px solid #484848;
}

.m-footer-link li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.m-footer-link a {
  color: #ccc;
  display: block;
}

.m-footer-link a:hover, .m-footer-link a:focus, .m-footer-link a:active {
  text-decoration: none;
  position: relative;
}

.m-footer-link a:hover::after, .m-footer-link a:focus::after, .m-footer-link a:active::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: 1px solid #ccc;
  content: '';
}

.m-footer-link a .m-icn-pdf {
  width: 14px;
  height: 14px;
}

.m-footer-copyright {
  font-family: Arial;
  font-size: 1.2rem;
  line-height: 1;
  color: #ccc;
  float: right;
}

/* ----------------------------------------------------------------------------
 * Content
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Base
 * --------------------------------- */
body.is-noscroll {
  width: 100%;
  height: 100%;
  position: static;
  overflow: auto;
  top: inherit;
}

body.is-pc-noscroll {
  overflow: hidden;
}

.g-clearfix::after, .l-footer[data-type="simple"] .m-footer-link ul::after, .l-footer[data-type="simple-int"] .m-footer-link ul::after, .m-footer-sitemap-biz::after, .m-footer-sitemap-info::after, .m-footer-link::after, .l-content-body::after {
  display: block;
  clear: both;
  content: '';
}

/* ------------------------------------
 * Wrapper
 * --------------------------------- */
/* Popup */
.l-wrapper[data-type="popup"] {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 15px 40px;
  display: table;
}

.l-wrapper[data-type="popup"] .l-content {
  padding-left: 0;
}

.l-wrapper[data-type="popup"] .l-content > *:not(br):first-child {
  margin-top: 0;
}

/* ------------------------------------
 * Layout
 * --------------------------------- */
.l-content {
  padding: 0 0 0 110px;
}

.l-content:lang(ja){
  padding: 0 0 0 90px;
}

.l-content:not(.l-content-aside[data-type="simple"] ):lang(en) {
  padding: 0 0 0 100px;
}
.l-content-head {
  position: relative;
}

.l-content-head > *:not(.m-nav-breadcrumb):not(.m-nav-breadcrumb-ctg) {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
}

.l-content-head[data-type="category"] {
  margin-bottom: -60px;
}

.l-content-head[data-type="category"] .m-nav-breadcrumb a,
.l-content-head[data-type="category"] .m-nav-breadcrumb span {
  color: #333;
}

.l-content-head[data-type="category"] .m-nav-breadcrumb div > span {
  color: #666 !important;
}

.l-content-body {
  max-width: 1000px;
  margin: 60px auto 100px;
  padding: 0 20px;
  box-sizing: content-box;
}

.l-content-main {
  width: 100%;
}

.l-content-main > *:first-child {
  margin-top: 0 !important;
}

.l-content-main > *:last-child {
  margin-bottom: 0 !important;
}

.l-content-sub {
  width: 230px;
  margin-left: auto;
  position: relative;
}

.l-content-related {
  width: 100%;
  margin: 80px auto -100px;
  padding: 80px 0 100px;
  float: left;
  clear: both;
  position: relative;
  box-sizing: content-box;
  background: #f2f2f2;
}

.l-content-related::after {
  width: 100%;
  height: 100%;
  padding: 0 100%;
  margin: 0 -100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f2f2f2;
  content: '';
}

.l-content-related > *:first-child {
  margin-top: 0 !important;
}

.l-content-related > *:last-child {
  margin-bottom: 0 !important;
}

.l-content-related__hdg, .l-content-related__hdg--l {
  margin: 0 0 25px;
  font-size: 2.2rem;
  color: #333;
  line-height: 1.3;
}

.l-content-related__hdg + * {
  margin-top: 25px !important;
}

.l-content-related__hdg--l {
  margin-bottom: 35px;
  font-size: 2.8rem;
}

.l-content-related__hdg--l + * {
  margin-top: 35px !important;
}

.l-content-aside {
  width: 110px;
  position: absolute;
  top: 144px;
  left: 0;
  z-index: 0;
  background: #e8e8e8;
}

.l-content-aside:lang(ja){
  width: 90px;
}

.l-content-aside:not(.l-content-aside[data-type="simple"] ):lang(en) {
  width: 100px;
}
.l-content-aside-inner {
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.l-content-aside-inner.is-active {
  position: fixed;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: translate(0, 81px);
  transform: translate(0, 81px);
}

.l-content-aside-inner:lang(ja) {
  width: 90px;
}

.l-content-aside:not(.l-content-aside[data-type="simple"] ) .l-content-aside-inner:lang(en) {
  width: 100px;
}
.l-content-aside > * {
  margin-top: 19px;
}

.l-content-aside > *:first-child {
  margin-top: 0;
}

.l-content-aside__bg {
  width: 110px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  -ms-box-shadow: 0 0 2px 0 #444;
  box-shadow: 0 0 2px 0 #444;
  background: #e8e8e8;
}

.l-content-aside__bg:lang(ja){
  width: 90px;
}

.l-content-aside:not(.l-content-aside[data-type="simple"] ) .l-content-aside__bg:lang(en) {
  width: 100px;
}
.l-content-aside[data-type="simple"] {
  top: 110px;
}

.l-content-aside[data-type="int-tw"] {
  top: 130px;
}

@media all and (-ms-high-contrast: none\0) {
  body *::-ms-backdrop, .l-content-aside__bg {
    top: 64px;
  }
}

/* ------------------------------------
 * Module
 * --------------------------------- */
.m-aside-cv > li {
  position: relative;
  border-bottom: 1px solid #818181;
  background: #fff;
}

.m-aside-cv > li:last-child {
  border-bottom: none;
}

.m-aside-cv > li > a {
  width: 110px;
  height: 110px;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  line-height: 1;
  letter-spacing: -1px;
  position: relative;
  display: table;
  background: #fff;
}

.m-aside-cv-en > li > a {
  font-size: 1.4rem;
}

.m-aside-cv:lang(ja) > li > a {
  width: 90px;
  height: 68px;
  font-size: 1.1rem;
}

.m-aside-cv:lang(ja) > li[class='m-aside-cv-online-checkin'] > a {
  height: 77px;
}

.m-aside-cv:lang(ja) > li[class='m-aside-cv-online-checkin is-active is-current'] > a {
  height: 77px;
}

.l-content-aside:not(.l-content-aside[data-type="simple"] ) .m-aside-cv:lang(en) > li > a {
  width: 100px;
  height: 83px;
  font-size: 12px;
}
.m-aside-cv > li > a.is-devicePc {
  display: table;
}

.m-aside-cv > li > a.is-deviceSp--pc, .m-aside-cv > li > a.is-deviceSp--sp {
  display: none;
}

.m-aside-cv > li > a.is-active {
  color: #fff;
  opacity: 1;
  background: #000;
}

.m-aside-cv > li > a.is-active::before {
  width: 0;
  height: 0;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: -8px;
  border-style: solid;
  border-width: 7.5px 0 7.5px 8px;
  border-color: transparent transparent transparent #000;
  content: '';
}

.m-aside-cv > li > a::after {
  width: 64px;
  height: 64px;
  margin: 0 0 0 -34px;
  position: absolute;
  top: 15px;
  left: 50%;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-aside-cv:lang(ja) > li > a::after {
  width: 56px;
  height: 56px;
  top:-2px;
}

.l-content-aside:not(.l-content-aside[data-type="simple"] ) .m-aside-cv:lang(en) > li > a::after {
  width: 58px;
  height: 58px;
  top: 2px;
}
.m-aside-cv > li > a:hover, .m-aside-cv > li > a:focus, .m-aside-cv > li > a:active {
  text-decoration: none;
}

.m-aside-cv > li > a > span {
  padding-bottom: 13px;
  display: table-cell;
  vertical-align: bottom;
}

.m-aside-cv:lang(ja) > li > a > span {
    padding-bottom: 2px;
}

.l-content-aside:not(.l-content-aside[data-type="simple"] ) .m-aside-cv:lang(en) > li > a > span {
    padding-bottom: 5px;
}

.m-aside-cv > li > a > span .m-aside-cv-sp {
  display: none;
}

.m-aside-cv-ticket > a.is-active::after {
  background-position: -417px -451px;
}

.m-aside-cv-ticket > a::after {
  background-position: -417px -380px;
}

.m-aside-cv-pack > a.is-active::after {
  background-position: -585px -451px;
}

.m-aside-cv-pack > a::after {
  background-position: -585px -380px;
}

.m-aside-cv-edit > a.is-active::after {
  background-position: -501px -451px;
}

.m-aside-cv-edit > a::after {
  background-position: -501px -380px;
}

.m-aside-cv-state > a.is-active::after {
  background-position: -669px -451px;
}

.m-aside-cv-state > a::after {
  background-position: -669px -380px;
}

.m-aside-cv-online-checkin > a.is-active::after {
  background-position: -825px -451px;
}

.m-aside-cv-online-checkin > a::after {
  background-position: -825px -380px;
}

.m-aside-cv-vacant {
  border-bottom: none !important;
}

.m-aside-cv-vacant > a.is-active::after {
  background-position: -745px -451px;
}

.m-aside-cv-vacant > a::after {
  background-position: -745px -380px;
}
.m-aside-cv-fare {
  display: none;
}

.m-aside-cv-camp {
  display: none;
}

.m-aside-btn {
  margin: 12px 7px 0 !important;
  background: #fff;
}

.m-aside-btn a {
  width: 100%;
  padding: 13px 0;
  color: #333;
  text-align: center;
  line-height: 1;
  display: table;
  border-radius: 2px;
  background: #fff;
}

.m-aside-btn:lang(ja) > a {
    padding: 9px 0;
    font-size: 1rem;
}

.l-content-aside:not(.l-content-aside[data-type="simple"] ) .m-aside-btn:lang(en) > a {
    padding: 7px 0;
    font-size: 12px;
}

.m-aside-btn a:hover, .m-aside-btn a:focus, .m-aside-btn a:active {
  text-decoration: none;
}

.m-aside-btn span {
  vertical-align: middle;
  display: table-cell;
}

.m-aside-btn span::before {
  width: 11px;
  height: 9px;
  margin-right: 6px;
  display: inline-block;
  background-position: -34px -20px;
  background-size: 500px 500px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.l-content-aside {
  z-index: 11;
}

.m-form {
  height: 100%;
  position: fixed;
  top: 144px;
  left: -350%;
  z-index: 10;
}

.m-form.is-current {
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
}

.m-form.is-current::-webkit-scrollbar {
  width: 1px;
  background: transparent;
  border-radius: 3px;
  overflow: hidden;
}

.m-form.is-current::-webkit-scrollbar:horizontal {
  height: 5px;
}

.m-form.is-current::-webkit-scrollbar-button {
  display: none;
}

.m-form.is-current::-webkit-scrollbar-piece {
  background: #eee;
}

.m-form.is-current::-webkit-scrollbar-piece:start {
  background: #eee;
}

.m-form.is-current::-webkit-scrollbar-thumb {
  overflow: hidden;
  border-radius: 3px;
  background: #000;
}

.m-form.is-current::-webkit-scrollbar-corner {
  overflow: hidden;
  border-radius: 3px;
  background: #333;
}

.m-form.is-active {
  position: fixed;
  top: 81px;
}

.m-form[data-type="simple"] {
  top: 110px;
}

.m-form[data-type="simple"].is-active {
  top: 81px;
}

.m-form[data-type="int-tw"] {
  top: 130px;
}

.m-form[data-type="int-tw"].is-active {
  top: 81px;
}

.m-form .inner {
  width: 100%;
  padding: 40px 50px 40px;
  color: #fff;
  position: relative;
  background: #fff;
  box-shadow: 2px 0 6px -1px rgba(0, 0, 0, 0.2);
}

.m-form .inner > *:first-child {
  margin-top: 0;
}

.m-form .m-frm-select {
  border: none;
}

.m-form .m-frm-select select {
  font-size: 13px;
}

.m-form__hdg-lv2 {
  margin: 0 -20px 22px;
  font-size: 2rem;
}

.m-form__hdg-lv2 + * {
  margin-top: 22px !important;
}

.m-form__hdg-lv3 {
  margin: 40px -20px 30px;
  padding: 0 0 10px;
  font-size: 1.4rem;
  border-bottom: 1px solid #a9afb7;
}

.m-form__hdg-lv4 {
  margin: 0 0 20px;
  font-size: 1.4rem;
}

.m-form__lead {
  margin: 0 -20px 0;
}

.m-form__close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden;
  border: none;
  background: none;
}

.m-form__close::after {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-position: -381px -10px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-form__close span {
  position: absolute;
  z-index: -1;
}

.m-form__grid {
  display: flex;
  flex-wrap: nowrap;
}

.m-form__grid__segment {
  width: 50%;
}

.m-form__grid[data-col="1"] .m-form__grid__segment {
  width: 100%;
}

.m-form__grid[data-col="2"] .m-form__grid__segment + .m-form__grid__segment {
  padding-left: 40px;
  position: relative;
}

.m-form__grid[data-col="2"] .m-form__grid__segment + .m-form__grid__segment::before {
  width: 30px;
  height: 85px;
  margin: -43px 0 0 0;
  position: absolute;
  top: 50%;
  left: -15px;
  background-position: -451px -12px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-form__grid[data-col="2"] .m-form__place th {
  width: 10% !important;
}

.m-form__grid[data-col="2"] .m-form__place .m-frm-select {
  width: 182px;
}

.m-form table + table {
  margin-top: 13px;
}

.m-form__area, .m-form__area_number, .m-form__room_number, .m-form__place, .m-form__date, .m-form__dep-date, .m-form__number {
  width: 285px;
}

.m-form__area tr:first-child td, .m-form__area_number tr:first-child td, .m-form__room_number tr:first-child td, .m-form__place tr:first-child td, .m-form__date tr:first-child td, .m-form__dep-date tr:first-child td, .m-form__number tr:first-child td {
  padding-top: 0;
}

.m-form__area th, .m-form__area_number th, .m-form__room_number th, .m-form__place th, .m-form__date th, .m-form__dep-date th, .m-form__number th {
  width: 45px;
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: normal;
}

.m-form__area th label, .m-form__area_number th label, .m-form__room_number th label, .m-form__place th label, .m-form__date th label, .m-form__dep-date th label, .m-form__number th label {
  width: 45px;
  display: block;
}

.m-form__area td, .m-form__area_number td, .m-form__room_number td, .m-form__place td, .m-form__date td, .m-form__dep-date td, .m-form__number td {
  width: 182px;
  padding-top: 8px;
  padding-left: 15px;
  vertical-align: middle;
}

.m-form__area td div,
.m-form__area td select, .m-form__area_number td div,
.m-form__area_number td select, .m-form__room_number td div,
.m-form__room_number td select, .m-form__place td div,
.m-form__place td select, .m-form__date td div,
.m-form__date td select, .m-form__dep-date td div,
.m-form__dep-date td select, .m-form__number td div,
.m-form__number td select {
  width: 100%;
}

.m-form__area td[rowspan], .m-form__area_number td[rowspan], .m-form__room_number td[rowspan], .m-form__place td[rowspan], .m-form__date td[rowspan], .m-form__dep-date td[rowspan], .m-form__number td[rowspan] {
  width: 34px;
  padding-left: 8px;
  vertical-align: top;
}

.m-form__area td[rowspan] .m-frm-btn-reverse, .m-form__area_number td[rowspan] .m-frm-btn-reverse, .m-form__room_number td[rowspan] .m-frm-btn-reverse, .m-form__place td[rowspan] .m-frm-btn-reverse, .m-form__date td[rowspan] .m-frm-btn-reverse, .m-form__dep-date td[rowspan] .m-frm-btn-reverse, .m-form__number td[rowspan] .m-frm-btn-reverse {
  position: relative;
  overflow: hidden;
}

.m-form__area td[rowspan] .m-frm-btn-reverse button, .m-form__area_number td[rowspan] .m-frm-btn-reverse button, .m-form__room_number td[rowspan] .m-frm-btn-reverse button, .m-form__place td[rowspan] .m-frm-btn-reverse button, .m-form__date td[rowspan] .m-frm-btn-reverse button, .m-form__dep-date td[rowspan] .m-frm-btn-reverse button, .m-form__number td[rowspan] .m-frm-btn-reverse button {
  width: 34px;
  height: 100px;
  display: table;
  border: none;
  border-radius: 3px;
  background: #000;
}

.m-form__area td[rowspan] .m-frm-btn-reverse button span::after, .m-form__area_number td[rowspan] .m-frm-btn-reverse button span::after, .m-form__room_number td[rowspan] .m-frm-btn-reverse button span::after, .m-form__place td[rowspan] .m-frm-btn-reverse button span::after, .m-form__date td[rowspan] .m-frm-btn-reverse button span::after, .m-form__dep-date td[rowspan] .m-frm-btn-reverse button span::after, .m-form__number td[rowspan] .m-frm-btn-reverse button span::after {
  width: 12px;
  height: 18px;
  margin: -9px 0 0 -6px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: 500px 500px;
  background-position: -108px -48px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-form__area {
  width: 630px;
}

.m-form__area th,
.m-form__area label {
  width: 5%;
}

.m-form__area td {
  width: 225px;
}

.m-form__area td + td {
  padding-left: 4px;
  width: 320px;
}

.m-form__area__number {
  width: auto;
}

.m-form__area__number th,
.m-form__area__number label {
  width: 5%;
  text-align: right;
  white-space: nowrap;
  font-weight: normal;
}

.m-form__area__number td {
  padding-left: 31px;
}

.m-form__area__number td .m-frm-select {
  width: 200px;
}

.m-form__area__number td .m-frm-select select {
  width: 100%;
}

.m-form__area__number td label {
  padding-right: 15px;
  margin-left: 40px;
}

.m-form__room__number {
  width: 650px;
  margin-left: -25px;
}

.m-form__room__number .m-frm-select {
  width: 100px;
  margin: 0 10px;
}

.m-form__room__number .m-frm-select:first-child {
  margin-left: 0;
}

.m-form__room__number select {
  width: 100%;
}

.m-form__room__number th,
.m-form__room__number label {
  width: 5em;
  text-align: right;
  white-space: normal;
  font-weight: normal;
}

.m-form__room__number td {
  padding-left: 15px;
}

.m-form__room__number .m-form__number__control {
  white-space: nowrap;
}

.m-form__date td {
  width: 226px;
}

.m-form__dep-date th {
  white-space: nowrap;
}

.m-form__dep-date td + td {
  padding-left: 4px;
}

.m-form__dep-date td.m-form__dep-date__month {
  width: 35%;
}

.m-form__dep-date td.m-form__dep-date__day {
  width: 50%;
}

.m-form__dep-date td.m-form__dep-date__calendar {
  padding-left: 10px;
}

.m-form__number td {
  padding-left: 4px;
}

.m-form__number__control {
  overflow: hidden;
}

.m-form__number__control > * {
  float: left;
}

.m-form__display {
  width: 134px !important;
  height: 42px;
  padding: 0 0 0 10px;
  margin: 0;
  font-size: 1.2rem;
  line-height: 42px;
  vertical-align: middle;
  box-sizing: border-box;
  color: #333;
  background: #fff;
}

.m-form__display span {
  font-size: 1.4rem;
}

.m-form .m-img {
  margin-left: -20px;
  margin-right: -20px;
}

.m-form .m-img img {
  width: 100%;
  display: block;
}

.m-frm-select {
  height: 42px;
}

.m-form-btn__plus,
.m-form-btn__minus {
  width: 42px;
  height: 42px;
  overflow: hidden;
  position: relative;
  border: none;
  background: #000;
}

.m-form-btn__plus::after,
.m-form-btn__minus::after {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.m-form-txt {
  width: 142px;
  height: 42px;
}

.m-form-btn__plus {
  border-radius: 0 3px 3px 0;
}

.m-form-btn__plus::after {
  background-position: -419px -10px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-form-btn__minus {
  border-radius: 3px 0 0 3px;
}

.m-form-btn__minus::after {
  background-position: -436px -10px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-form-btn__calendar {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  border: none;
  display: inline-block;
  vertical-align: middle;
  background: #000;
  box-sizing: border-box;
}

.m-form-btn__calendar::after {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-position: -257px -195px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-form-btn__calendar span {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.m-form-btn__int {
  margin: 30px -30px 0;
  padding: 30px 0 0;
  border-top: 1px solid #fff;
}

.m-form-btn__int a {
  max-width: 160px;
  margin: 0 0 0 auto;
  display: block;
}

.m-form-btn__int a span {
  text-align: center;
  display: block;
}

.m-form-btn__int2 {
  margin: 30px -30px 0;
  padding: 30px 0 0;
  border-top: 1px solid #fff;
}

.m-form-btn__int2 a {
  max-width: 200px;
  margin: 0 0 0 auto;
  display: block;
}

.m-form-btn__int2 a span {
  vertical-align: middle;
  display: table-cell;
  height: 60px;
}

#snav1 {
  max-width: 410px;
  min-width: 410px;
}

#snav1 .inner {
  min-height: 1000px;
  background: url(../img/bg_aside_nav_01.jpg) left 0 no-repeat #404952;
}

#snav1.m-form .m-form__dep-date[data-resrv="oneWay"] {
  display: none;
}

#snav1.m-form .m-form__dep-date[data-resrv="roundTrip"] label {
  position: relative;
  left: -1.3em;
}

#snav1.m-form .m-form__dep-date[data-resrv="roundTrip"] label[data-type="tw"] {
  left: -.8em;
}

#snav1.m-form .m-form__dep-date[data-resrv="roundTrip"] label[data-type="en"] {
  width: 4.6em;
  left: .8em;
  margin-left: -1.5em;
  text-align: center;
}

#snav1.m-form .m-form__dep-date-en[data-resrv="roundTrip"] label {
   position: relative;
   width: 4.6em;
   left: -0.2em;
   margin-left: -1.5em;
   text-align: right;
}

#snav1.m-form .m-frm-radio + label::before {
  width: 24px;
  height: 24px;
  background-size: 850px auto;
  background-position: -143px -421px;
}

#snav1.m-form .m-frm-radio:checked + label::before {
  background-position: -168px -421px;
}

#snav2 {
  max-width: 755px;
  min-width: 755px;
}

#snav2 .inner {
  min-height: 1054px;
  background: url(../img/bg_aside_nav_02.jpg) left bottom no-repeat #4b4c4c;
}

#snav3 {
  max-width: 410px;
  min-width: 410px;
}

#snav3 .inner {
  min-height: 1044px;
  background: url(../img/bg_aside_nav_03.jpg) left 0 no-repeat #404952;
}

#snav4 {
  max-width: 410px;
  min-width: 410px;
}

#snav4 .inner {
  min-height: 710px;
  background: url(../img/bg_aside_nav_04.jpg) left bottom no-repeat #27384d;
}

#snav5 {
  max-width: 410px;
  min-width: 410px;
}

#snav5 .inner {
  min-height: 1000px;
  background: url(../img/bg_aside_nav_05.jpg) left 0 no-repeat #404952;
}

/* 20171012 SBS追加（サイドボタン追加） */
.a-mt_im {
  margin-top: 30px !important;
}
