@charset "UTF-8";

@font-face {
  font-family: "HiraKakuPro-W6-AlphaNum";
  src: url("/autonavi/assets/lib/fonts/Hiragino Kaku Gothic Pro W6/HiraKakuPro-W6-AlphaNum.eot?#iefix") format("embedded-opentype"), url("/autonavi/assets/lib/fonts/Hiragino Kaku Gothic Pro W6/HiraKakuPro-W6-AlphaNum.otf") format("opentype"), url("/autonavi/assets/lib/fonts/Hiragino Kaku Gothic Pro W6/HiraKakuPro-W6-AlphaNum.woff") format("woff"), url("/autonavi/assets/lib/fonts/Hiragino Kaku Gothic Pro W6/HiraKakuPro-W6-AlphaNum.ttf") format("truetype"), url("/autonavi/assets/lib/fonts/Hiragino Kaku Gothic Pro W6/HiraKakuPro-W6-AlphaNum.svg#HiraKakuPro-W6-AlphaNum") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Holland";
  src: url("/autonavi/assets/lib/fonts/Holland/Holland.eot?#iefix") format("embedded-opentype"), url("/autonavi/assets/lib/fonts/Holland/Holland.otf") format("opentype"), url("/autonavi/assets/lib/fonts/Holland/Holland.woff") format("woff"), url("/autonavi/assets/lib/fonts/Holland/Holland.woff2") format("woff2"), url("/autonavi/assets/lib/fonts/Holland/Holland.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HiraKakuPro-W3-AlphaNum";
  src: url("/autonavi/assets/lib/fonts/HiraKakuPro-W3/HiraKakuPro-W3-AlphaNum.eot?#iefix") format("embedded-opentype"), url("/autonavi/assets/lib/fonts/HiraKakuPro-W3/HiraKakuPro-W3-AlphaNum.woff") format("woff"), url("/autonavi/assets/lib/fonts/HiraKakuPro-W3/HiraKakuPro-W3-AlphaNum.woff2") format("woff2"), url("/autonavi/assets/lib/fonts/HiraKakuPro-W3/HiraKakuPro-W3-AlphaNum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("/autonavi/assets/lib/fonts/Notosans/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("/autonavi/assets/lib/fonts/Notosans/NotoSansCJKjp-Regular.otf") format("opentype"), url("/autonavi/assets/lib/fonts/Notosans/NotoSansCJKjp-Regular.woff") format("woff"), url("/autonavi/assets/lib/fonts/Notosans/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/autonavi/assets/lib/fonts/Notosans/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

details {
  display: block;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Universal inheritance
 */
#lig-header {
  font: 16px / 1.5 sans-serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  #lig-header {
    margin-bottom: 10px;
  }
}
#lig-header * {
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
html {
  background-color: #FFFFFF;
}

[id^="lig-"] a {
  text-decoration: none;
}

[id^="lig-"] ul,
[id^="lig-"] ol {
  list-style: none;
}

[id^="lig-"] audio,
[id^="lig-"] canvas,
[id^="lig-"] iframe,
[id^="lig-"] img,
[id^="lig-"] svg,
[id^="lig-"] video {
  vertical-align: middle;
}

[id^="lig-"] button,
[id^="lig-"] input,
[id^="lig-"] select,
[id^="lig-"] textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

[id^="lig-"] audio:not([controls]) {
  display: none;
}

[id^="lig-"] button,
[id^="lig-"] [type="button"],
[id^="lig-"] [type="date"],
[id^="lig-"] [type="datetime"],
[id^="lig-"] [type="datetime-local"],
[id^="lig-"] [type="email"],
[id^="lig-"] [type="month"],
[id^="lig-"] [type="number"],
[id^="lig-"] [type="password"],
[id^="lig-"] [type="reset"],
[id^="lig-"] [type="search"],
[id^="lig-"] [type="submit"],
[id^="lig-"] [type="tel"],
[id^="lig-"] [type="text"],
[id^="lig-"] [type="time"],
[id^="lig-"] [type="url"],
[id^="lig-"] [type="week"],
[id^="lig-"] select,
[id^="lig-"] textarea {
  min-height: 1.5em;
}

[id^="lig-"] select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

[id^="lig-"] select::-ms-expand {
  display: none;
}

[id^="lig-"] select::-ms-value {
  color: currentColor;
}

[id^="lig-"] table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  #lig-header [hidden~="screen"] {
    display: inherit;
  }
  #lig-header [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/*
#styleguide
基本スタイル

```
<p>特に何も指定しないときの状態</p>
```
*/
body .trmWrapper:not(.client-content) {
  position: relative;
  min-width: 1280px;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  body .trmWrapper:not(.client-content) {
    margin-top: 57px;
    min-width: unset;
    overflow: hidden;
  }
}
body #lig-header,
body #lig-preload,
body #lig-breadcrumbs,
body #lig-footer,
body .lig-content {
  font-family: "HiraKakuPro-W3-AlphaNum", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  text-rendering: auto;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  min-width: 1279px;
}

@media screen and (max-width: 750px) {
  body .trmWrapper:not(.client-content),
  body #lig-header,
  body #lig-preload,
  body #lig-breadcrumbs,
  body #lig-footer,
  body .lig-content {
    min-width: 100%;
  }
}

body .trmWrapper .client-content {
  box-sizing: initial;
}

.trmWrapper {
  text-align: center;
}
.trmWrapper > #result,
.trmWrapper > * {
  margin: 0 auto;
  text-align: left;
}
.trmWrapper > #mlContainer,
.trmWrapper > #mainInner {
  max-width: 980px;
}

[id^="lig-"] *:focus {
  outline: none;
  border: none;
}

[id^="lig-"] img {
  max-width: 100%;
}

br {
  opacity: 0;
}

.svg-sprite {
  display: none;
}

@media screen and (max-width: 749px) {
  .u-show-pc {
    display: none !important;
  }
}

.u-show-sp {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .u-show-sp {
    display: block !important;
  }
}

@media screen and (max-width: 749px) {
  .u-show-sp.u-show-sp-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
}

.u-clear:after {
  content: " ";
  display: block;
  clear: both;
}

.u-title-hidden {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
}

.fill-white {
  fill: #fff;
}

.bold {
  font-weight: bold;
}

.text-align-left {
  text-align: left;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

#lig-header {
  letter-spacing: normal;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#lig-header a:hover {
  text-decoration: none;
  opacity: 1;
}

#lig-header .header-wrap {
  background-color: #fff;
  position: relative;
  z-index: 111;
}

#lig-header .header-logo {
  display: block;
  width: 170px;
  margin: 0 auto;
  padding: 10px 0;
}

#lig-header .header-top-others {
  display: -webkit-box;
  display: flex;
  list-style: none;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

#lig-header .header-top-others-lang-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

#lig-header .header-top-others-lang-icon svg {
  width: 14px;
  height: 5px;
  fill: #333;
}

#lig-header .header-top-others-lang-icon img {
  width: 14px;
  height: 5px;
  fill: #333;
}

#lig-header .header-top-others-link {
  display: block;
  margin-top: 3px;
  margin-left: -5px;
  width: 160px;
  color: #333;
	text-align: center;
}

@media screen and (min-width: 750px) {
  #lig-header .header-top-others-link:hover {
    color: #00a040;
  }
}

#lig-header .header-top-others-link.is-active .header-top-others-lang-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#lig-header .header-top-others-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 20px;
  width: 217px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  position: relative;
}

#lig-header .header-top-others-item:last-child {
  border-left: 0;
}

#lig-header .header-top-others-item:last-child .header-top-others-link {
  margin-left: 12px;
}

#lig-header .header-top-others-item.header-top-others-item-logo {
  width: 230px;
}

#lig-header .header-top-others-item.header-top-others-item-logo img {
  margin: 0 auto;
}

#lig-header .header-top-others-lang-text {
  position: relative;
  padding-right: 20px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: normal;
}

#lig-header .header-bottom-list {
  list-style: none;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 749px) {
  #lig-header .header-bottom-list {
    display: block;
  }
}

#lig-header .header-bottom-icon {
  display: block;
  margin-left: auto;
  margin-right: 27px;
  margin-top: -7px;
}

@media screen and (max-width: 749px) {
  #lig-header .header-bottom-icon {
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#lig-header .header-bottom-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  color: #2d2d2d;
  line-height: 1.45;
  transition: none;
}
#lig-header .header-bottom-link * {
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  #lig-header .header-bottom-link {
    padding: 20px 20px 18px 43px;
    font-size: 14px;
    letter-spacing: 0.065em;
    position: relative;
  }
}

#lig-header .header-bottom-link[data-target="#"] {
  pointer-events: none;
}

@media screen and (min-width: 750px) {
  #lig-header .header-bottom-link:hover {
    color: #00a040;
  }
}

#lig-header .header-bottom-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex: 1;
  flex-grow: 1;
  padding-left: 24px;
  border-right: 1px solid rgba(51, 51, 51, 0.12);
}

@media screen and (max-width: 749px) {
  #lig-header .header-bottom-item {
    padding-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.12);
  }
}

#lig-header .header-bottom-item:first-child {
  -webkit-box-flex: 1.12;
          flex-grow: 1.12;
  padding-left: 0;
}

@media screen and (max-width: 749px) {
  #lig-header .header-bottom-item:first-child {
    -webkit-box-flex: unset;
            flex-grow: unset;
  }
  #lig-header .header-bottom-item:first-child .header-bottom-link {
    padding-left: 0;
  }
}

#lig-header .header-bottom-item:last-child {
  -webkit-box-flex: 0.87;
          flex-grow: 0.87;
  padding-left: 27px;
  border-right: 0;
}

@media screen and (max-width: 749px) {
  #lig-header .header-bottom-item:last-child {
    -webkit-box-flex: unset;
            flex-grow: unset;
    padding-left: 0;
  }
}

#lig-header .header-bottom-item:last-child .header-bottom-icon {
  margin-right: 4px;
}

#lig-header .header-bottom-item svg {
  width: 36px;
  height: 37px;
  fill: #00a040;
}

#lig-header .header-bottom-item img {
  width: 36px;
  height: 37px;
  fill: #00a040;
}

@media screen and (max-width: 749px) {
  #lig-header .header-bottom-item svg {
    width: 23px;
    height: 26px;
  }
    #lig-header .header-bottom-item img {
    width: 23px;
    height: 26px;
  }
}

#lig-header .header-bottom-item.header-bottom-item-activity {
  -webkit-box-flex: 1.164;
          flex-grow: 1.164;
}

@media screen and (max-width: 749px) {
  #lig-header .header-bottom-item.header-bottom-item-activity {
    -webkit-box-flex: unset;
            flex-grow: unset;
  }
}

#lig-header .header-lang {
  list-style: none;
  display: -webkit-box;
  display: flex;
  padding: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f6f6f6;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

@media screen and (max-width: 749px) {
  #lig-header .header-lang {
    margin-top: 5px;
    position: relative;
    top: 0;
    opacity: 1;
    z-index: 1;
  }
}

#lig-header .header-lang.is-active {
  opacity: 1;
  z-index: 1;
}

#lig-header .header-lang-item {
  -webkit-box-flex: 1;
          flex: 1;
}

#lig-header .header-lang-item a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 5px;
  font-size: 14px;
  border-right: 1px solid rgba(45, 45, 45, 0.2);
  color: #2d2d2d;
}

@media screen and (max-width: 749px) {
  #lig-header .header-lang-item a {
    padding: 3px;
    font-size: 12px;
    line-height: 0.6;
    letter-spacing: 0.08em;
  }
}

@media screen and (min-width: 750px) {
  #lig-header .header-lang-item a:hover {
    color: rgba(45, 45, 45, 0.2);
  }
}

#lig-header .header-lang-item a.is-active {
  color: rgba(45, 45, 45, 0.2);
}

@media screen and (max-width: 749px) {
  #lig-header .header-lang-item:nth-of-type(2) {
    -webkit-box-flex: 1.1;
            flex-grow: 1.1;
  }
}

#lig-header .header-lang-item:last-child a {
  border-right: 0;
}

#lig-header {
  /*Prevent mobile.css overiding css below*/
}

@media screen and (max-width: 749px) {
  #lig-header .header-sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10000;
  }
}

#lig-header .header-sp-toggle {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
}

#lig-header .header-sp-toggle-inner {
  padding: 6px 20px 35px;
  height: calc(100vh - 100px);
  overflow: hidden;
  overflow-y: auto;
  position: relative;
}

@media screen and (max-width: 749px) {
  #lig-header .header-sp-toggle-inner {
    height: calc(100vh - 56px);
    padding-bottom: 100px;
  }
}

#lig-header .header-sp-top {
  display: -webkit-box;
  display: flex;
  height: 57px;
  border-bottom: 1px solid rgba(45, 45, 45, 0.12);
}

#lig-header .header-sp-logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: calc(100% - 220px);
  border-right: 1px solid rgba(45, 45, 45, 0.12);
}

#lig-header .header-sp-logo-link {
  display: block;
}

#lig-header .header-sp-logo-link img {
  width: 92px;
  height: auto;
}

#lig-header .header-sp-others-link {
  display: -webkit-box;
  display: flex;
  width: 110px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding-top: 5px;
  border-right: 1px solid rgba(45, 45, 45, 0.12);
  color: #333;
  font-weight: bold;
}

#lig-header .header-sp-others-link img {
  display: block;
  width: 85px;
}

#lig-header .header-sp-burger-text {
  padding-left: 37px;
  font-weight: bold;
}

#lig-header .header-sp-burger-open {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

#lig-header .header-sp-burger-open::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 27px;
  height: 1px;
  background-color: #1d1d1d;
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

#lig-header .header-sp-burger-close {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

#lig-header .header-sp-burger-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex-grow: 1;
  background-color: #fff;
}

#lig-header .header-sp-burger-wrap.is-active {
  margin-bottom: -1px;
}

#lig-header .header-sp-burger {
  display: block;
  margin-left: 17px;
  font-size: 12px;
  font-weight: bold;
  color: #1d1d1d;
  position: relative;
  line-height: 1.5;
  letter-spacing: normal;
}

#lig-header .header-sp-burger::before, #lig-header .header-sp-burger::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 27px;
  height: 1px;
  background-color: #1d1d1d;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

#lig-header .header-sp-burger::before {
  margin-top: -6px;
}

#lig-header .header-sp-burger::after {
  margin-top: 5.5px;
}

#lig-header .header-sp-burger.is-active::before {
  margin-top: 0;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}

#lig-header .header-sp-burger.is-active::after {
  margin-top: 0;
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}

#lig-header .header-sp-burger.is-active .header-sp-burger-open {
  opacity: 0;
}

#lig-header .header-sp-burger.is-active .header-sp-burger-open::before {
  opacity: 0;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

#lig-header .header-sp-burger.is-active .header-sp-burger-close {
  opacity: 1;
}

#lig-header .header-sp-bottom-link.is-active {
  position: relative;
}

#lig-header .header-sp-bottom-link.is-active::before, #lig-header .header-sp-bottom-link.is-active::after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(100% / 2);
  width: 10px;
  height: 1px;
  background-color: #2d2d2d;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

#lig-header .header-sp-bottom-link.is-active::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#lig-header .header-sp-bottom-link.is-active.is-visible::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0;
}

.header-sub-container {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 749px) {
  .header-sub-content-inner {
    margin: 0 auto;
    padding-right: 20px;
    width: auto;
    position: absolute;
    left: 62px;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    display: none;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  .header-sub-content-inner.is-active {
    display: block;
  }
}

.header-sub-content-inner.is-active {
  opacity: 1;
  z-index: 1;
}

@media screen and (min-width: 750px) {
  .header-sub-content-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  }
  .header-sub-content-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    z-index: 110;
  }
}

.header-sub-content-wrap {
  opacity: 0;
  width: 1220px;
  max-height: calc(100vh - (180px + 60px + 52px));
  margin: 0 auto;
  position: absolute;
  top: calc(183px + 52px + 20px);
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  overflow-y: scroll;
  /* Hide scrollbar for IE and Edge */
  -ms-overflow-style: none;
  /* Hide scrollbar for Chrome, Safari and Opera */
  z-index: -1;
}

.header-sub-content-wrap::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 749px) {
  .header-sub-content-wrap {
    top: 0;
    width: 100%;
  }
}

.header-sub-content-wrap.is-visible {
  z-index: 110;
  opacity: 1;
}

.header-sub-content {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.header-sub-close {
  display: block;
  padding-right: 12px;
  position: absolute;
  right: 26px;
  top: 16px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(45, 45, 45, 0.5);
  letter-spacing: 0.05em;
  cursor: pointer;
  z-index: 1;
}

.header-sub-close::before, .header-sub-close::after {
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
  height: 17px;
  width: 2px;
  background-color: #969696;
}

.header-sub-close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-sub-close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-sub-content-inner-wrap {
  padding: 27px 38px 35px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.header-sub-inner {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 749px) {
  .header-sub-inner {
    display: block;
  }
}

.header-sub-inner.header-sub-inner-attraction, .header-sub-inner.header-sub-inner-restaurant {
  position: relative;
}

.header-sub-right-content {
  position: absolute;
  top: 33.2%;
  right: 4px;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .header-sub-right-content {
    position: relative;
    top: 0;
    right: 0;
  }
}

.header-sub-right-content-item {
  display: block;
  margin-bottom: 18px;
}

@media screen and (max-width: 749px) {
  .header-sub-right-content-item {
    margin-bottom: 10px;
  }
}

#lig-header .header-sub-right-content-link {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .036em;
  line-height: 1.6;
  color: #2d2d2d;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

@media screen and (max-width: 749px) {
  #lig-header .header-sub-right-content-link {
    padding-left: 15px;
    font-size: 12px;
    letter-spacing: 0.1em;
    position: relative;
  }
  #lig-header .header-sub-right-content-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 1px;
    background-color: #00a040;
  }
}

@media screen and (min-width: 750px) {
  #lig-header .header-sub-right-content-link:hover {
    color: #00a040;
  }
}

.header-sub-bottom-list {
  display: -webkit-box;
  display: flex;
  padding-top: 25px;
  padding-bottom: 17px;
}

@media screen and (max-width: 749px) {
  .header-sub-bottom-list {
    display: block;
    padding-top: 18px;
  }
}

.header-sub-bottom-list li {
  display: block;
  padding: 0 30px 0 26px;
  -webkit-box-flex: 1;
          flex-grow: 1;
  line-height: 1;
  letter-spacing: 0.035em;
  border-right: 1px solid rgba(45, 45, 45, 0.5);
}

@media screen and (max-width: 749px) {
  .header-sub-bottom-list li {
    vertical-align: top;
    width: 100%;
    margin-bottom: 26px;
    padding: 0;
    border-right: 0;
  }
}

.header-sub-bottom-list a {
  font-size: 15px;
  font-weight: bold;
  color: #2d2d2d;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

@media screen and (max-width: 749px) {
  .header-sub-bottom-list a {
    padding-left: 15px;
    font-size: 12px;
    letter-spacing: 0.1em;
    position: relative;
  }
  .header-sub-bottom-list a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 1px;
    background-color: #00a040;
  }
}

@media screen and (min-width: 750px) {
  .header-sub-bottom-list a:hover {
    color: #00a040;
  }
}

.header-sub-bottom-list.header-sub-bottom-list-upper {
  margin-top: 25px;
  padding-bottom: 0;
  padding-top: 0;
}

@media screen and (max-width: 749px) {
  .header-sub-bottom-list.header-sub-bottom-list-upper {
    margin-top: 0;
  }
}

.header-sub-bottom-list.header-sub-bottom-list-upper li {
  -webkit-box-flex: inherit;
          flex-grow: inherit;
}

.header-sub-inner-block {
  flex-basis: 100%;
}

.header-sub-inner-block.header-sub-inner-block-right {
  flex-basis: 29.5%;
  padding-left: 30px;
  padding-right: 0;
  border-left: 1px solid rgba(45, 45, 45, 0.5);
  position: relative;
}

@media screen and (max-width: 749px) {
  .header-sub-inner-block.header-sub-inner-block-right {
    margin-top: 25px;
    padding-left: 0;
    border-left: 0;
  }
}

.header-sub-inner-block.header-sub-inner-block-col2 {
  flex-basis: 50%;
  padding-left: 0;
  padding-right: 30px;
}

@media screen and (max-width: 749px) {
  .header-sub-inner-block.header-sub-inner-block-col2 {
    padding-right: 0;
  }
}

.header-sub-inner-block.header-sub-inner-block-col2:last-of-type {
  padding-left: 30px;
  padding-right: 0;
}

@media screen and (max-width: 749px) {
  .header-sub-inner-block.header-sub-inner-block-col2:last-of-type {
    padding-left: 0;
  }
}

#lig-header .header-sub-top-button-arrow {
  width: 25px;
  position: absolute;
  right: 0;
  top: -1px;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.header-sub-top-button-arrow svg {
  width: 100%;
  height: 12px;
}

.header-sub-top-button-icon {
  position: absolute;
  left: 0;
  top: -12px;
}

.header-sub-top-button-icon svg {
  width: 36px;
  height: 37px;
  fill: #609ed5;
}

	
#lig-header .header-sub-top-button {
  display: inline-block;
  padding: 0 34px 0 21px;
  font-size: 15px;
  font-weight: bold;
  color: #2d2d2d;
  letter-spacing: 0.028em;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  #lig-header .header-sub-top-button {
    margin-bottom: 10px;
    padding: 0 0 0 15px;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}


#lig-header .header-sub-top-button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 11px;
  height: 2px;
  background-color: #00a040;
}

@media screen and (max-width: 749px) {
  #lig-header .header-sub-top-button::before {
    width: 7px;
    height: 1px;
  }
}

@media screen and (min-width: 750px) {
  #lig-header .header-sub-top-button:hover {
    color: #00a040;
  }
  #lig-header .header-sub-top-button:hover .header-sub-top-button-arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}


#lig-header .header-sub-top-msbutton {
  display: inline-block;
  padding: 10px 290px;
  margin:0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #2d2d2d;
  letter-spacing: 0.028em;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  line-height: 1.5;
  border: 1px solid #2d2d2d;
  border-radius: 5px;
  background: #fff;
}
  

@media screen and (max-width: 749px) {
  #lig-header .header-sub-top-msbutton {
    margin-bottom: 10px;
    padding: 5px 15px;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  border: 1px solid #2d2d2d;
  border-radius: 5px;
  background: #fff;
  width:100%;
  text-align:
}	
  }
}

  #lig-header .header-sub-top-msbutton:hover {
    color: #00a040;
  border: 1px solid #00a040;
  }
  #lig-header .header-sub-top-msbutton:hover .header-sub-top-msbutton-arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }

@media screen and (min-width: 750px) {
  #lig-header .header-sub-top-msbutton:hover {
    color: #00a040;
  border: 1px solid #00a040;
	
  }
  #lig-header .header-sub-top-msbutton:hover .header-sub-top-msbutton-arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}


.header-sub-bottom-list li {
  display: block;
  padding: 0 30px 0 26px;
  -webkit-box-flex: 1;
          flex-grow: 1;
  line-height: 1;
  letter-spacing: 0.035em;
  border-right: 1px solid rgba(45, 45, 45, 0.5);
}

@media screen and (max-width: 749px) {
  .header-sub-bottom-list li {
    vertical-align: top;
    width: 100%;
    margin-bottom: 26px;
    padding: 0;
    border-right: 0;
  }
}

.header-sub-bottom-list a {
  font-size: 15px;
  font-weight: bold;
  color: #2d2d2d;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

@media screen and (max-width: 749px) {
  .header-sub-bottom-list a {
    padding-left: 15px;
    font-size: 12px;
    letter-spacing: 0.1em;
    position: relative;
  }
  .header-sub-bottom-list a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 1px;
    background-color: #00a040;
  }
}

@media screen and (min-width: 750px) {
  .header-sub-bottom-list a:hover {
    color: #00a040;
  }
}

.header-sub-button-item {
  margin-bottom: 20px;
}

#lig-header .header-sub-button-link-icon {
  width: 25px;
  position: absolute;
  right: 0;
  top: -1px;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

#lig-header .header-sub-button-link-icon svg {
  width: 100%;
  height: 12px;
  stroke: #ccc;
}

#lig-header .header-sub-button-link {
  display: block;
  padding-right: 34px;
  font-size: 15px;
  font-weight: bold;
  color: #2d2d2d;
  letter-spacing: 0.03em;
  position: relative;
  -webkit-transition: color 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  #lig-header .header-sub-button-link {
    padding-right: 0;
    font-size: 12px;
  }
}

@media screen and (min-width: 750px) {
  #lig-header .header-sub-button-link:hover {
    color: #00a040;
  }
  #lig-header .header-sub-button-link:hover .header-sub-button-link-icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  #lig-header .header-sub-button-link:hover .header-sub-button-link-icon svg {
    stroke: #00a040;
  }
}

.header-sub-image-item {
  -webkit-box-flex: 1;
          flex: 1;
  margin: 25px 10px 0;
}
.header-sub-image-list-col4 .header-sub-image-item {
  -webkit-box-flex: none;
          flex: none;
  width: calc(25% - 20px);
}

@media screen and (max-width: 749px) {
  .header-sub-image-item {
    -webkit-box-flex: 0;
            flex: none;
    margin: 0 0 10px;
    width: calc((100% - 10px) / 2);
  }
}

.header-sub-image {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #15282d;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.header-sub-image._trial {
  background-position: center 30%;
}
.header-sub-image._roadrace {
  background-position: center 70%;
}

.header-sub-image-wrap {
  padding: 27.5% 0;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.header-sub-image-wrap .header-sub-image-small.header-sub-image-top {
  background-position: center 0;
}

@media screen and (max-width: 749px) {
  .header-sub-image-wrap {
    display: block;
  }
}

@media screen and (min-width: 750px) {
  .header-sub-image-wrap:hover .header-sub-image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.header-sub-image-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media screen and (max-width: 749px) {
  .header-sub-image-list {
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
}

.header-sub-image-list.header-sub-image-list-padding {
  padding-right: 64px;
}

@media screen and (max-width: 749px) {
  .header-sub-image-list.header-sub-image-list-padding {
    padding-right: 0;
  }
}

.header-sub-image-list.header-sub-image-list-col5 .header-sub-image-item {
  -webkit-box-flex: 0;
          flex: none;
  width: calc((100% / 5) - 34px);
}

@media screen and (max-width: 749px) {
  .header-sub-image-list.header-sub-image-list-col5 .header-sub-image-item {
    width: 100%;
  }
}

.header-sub-image-list.header-sub-image-list-restaurant .header-sub-image-wrap {
  padding: 17.5% 0;
}

.header-sub-image-list.header-sub-image-list-restaurant .header-sub-image-wrap.header-sub-image-small {
  padding: 29.5% 0;
}

@media screen and (max-width: 749px) {
  .header-sub-image-list.header-sub-image-list-restaurant .header-sub-image-item {
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .header-sub-image-list.header-sub-image-list-attraction .header-sub-image-item {
    width: 100%;
  }
}

.header-sub-image-list.header-sub-image-list-attraction .header-sub-image-wrap {
  padding: 17.5% 0;
}

.header-sub-image-list.header-sub-image-list-attraction .header-sub-image-wrap.header-sub-image-small {
  padding: 29.5% 0;
}

@media screen and (max-width: 749px) {
  .header-sub-image-list.header-sub-image-list-attraction:not(:first-child) .header-sub-image-wrap {
    display: none;
  }
}

.header-sub-image-list.header-sub-image-list-col2 .header-sub-image-item {
  -webkit-box-flex: 0;
          flex: none;
  width: calc(50% - 20px);
}

@media screen and (max-width: 749px) {
  .header-sub-image-list.header-sub-image-list-col2 .header-sub-image-item {
    width: calc(50% - 5px);
  }
}

.header-sub-image-list.header-sub-image-list-col2 .header-sub-image {
  padding: 27.88% 0;
}

.header-sub-image-list-wrap {
  position: relative;
  z-index: 1;
}

.header-sub-image-map {
  width: 710px;
  height: 585px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -146px;
  top: -119px;
}

@media screen and (max-width: 749px) {
  .header-sub-image-map {
    display: none;
  }
}

#lig-header .header-sub-image-link {
  font-size: 15px;
  color: #2d2d2d;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  line-height: 1.5;
}

@media screen and (min-width: 750px) {
  #lig-header .header-sub-image-link:hover {
    color: #00a040;
  }
}

.header-sub-image-text {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.header-sub-image-text span{
  color:#68B4AD; 
}


@media screen and (max-width: 749px) {
  .header-sub-image-text {
    padding-left: 15px;
    font-size: 12px;
    letter-spacing: 0.1em;
    position: relative;
  }
  .header-sub-image-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 11px;
    height: 2px;
    background-color: #00a040;
  }
}

@media screen and (max-width: 749px) and (max-width: 749px) {
  .header-sub-image-text::before {
    width: 7px;
    height: 1px;
  }
}

.header-sub-bottom {
  border-top: 1px solid rgba(45, 45, 45, 0.5);
  position: relative;
  z-index: 1;
}

.header-sub-content-inner-access .header-sub-inner {
  margin-bottom: 0;
}

.header-sub-content-inner-access .header-sub-top-button-icon svg {
  fill: #b756a4;
}

.header-sub-content-inner-motorsports {
  margin-bottom: -25px;
}

@media screen and (max-width: 749px) {
  .header-sub-content-inner-motorsports {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 750px) {
  .header-sub-content-inner-motorsports .header-sub-inner {
    margin-bottom: 30px;
  }
}

.header-sub-content-inner-motorsports .header-sub-top-button-icon svg {
  fill: #dd8080;
}

.header-sub-content-inner-motorsports .header-sub-inner-block.header-sub-inner-block-right {
  flex-basis: 48.5%;
}

.header-sub-content-inner-motorsports .header-sub-inner-block.header-sub-inner-block-right .header-sub-image-wrap {
  margin-top: 25px;
  margin-bottom: 19px;
  padding: 18% 0;
}

.header-sub-content-inner-motorsports .header-sub-inner-block.header-sub-inner-block-no-border {
  border-left: 0;
}

.header-sub-content-inner-motorsports .header-sub-image-list .header-sub-image-wrap {
  padding: 17.5% 0;
}

.header-top-nav {
  list-style: none;
  margin-top: 21px;
  margin-right: -3px;
}

@media screen and (max-width: 749px) {
  .header-top-nav {
    margin-top: 36px;
    margin-right: 0;
  }
  .header-sub-content-inner-motorsports .header-sub-image-list {
    margin-bottom: 26px;
  }
  .header-sub-content-inner-motorsports .header-sub-image-list .header-sub-image-wrap {
    padding: 27.5% 0;
  }
}

.header-top-nav-sub {
  display: -webkit-box;
  display: flex;
  width: 347px;
  padding: 20px 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #00a040;
  opacity: 0;
  visibility: hidden;
  z-index: -2;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}

@media screen and (max-width: 749px) {
  .header-top-nav-sub {
    padding: 0;
    width: calc(100vw - 45px);
    max-height: 0;
    left: -100%;
    top: 0;
    position: relative;
  }
}

@media screen and (max-width: 749px) {
  .header-top-nav-sub.is-active {
    margin-top: 11px;
    padding: 20px 0;
    max-height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
}

.header-top-nav-sub::before {
  content: '';
  position: absolute;
  left: 58px;
  top: -7px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-top: 1px solid #00a040;
  border-right: 1px solid #00a040;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 749px) {
  .header-top-nav-sub::before {
    left: auto;
    right: 50px;
  }
}

.header-top-nav-sub ul {
  display: block;
  padding: 0 10px 0 20px;
}

@media screen and (max-width: 749px) {
  .header-top-nav-sub ul:first-child {
    width: 45%;
    padding-left: 25px;
  }
}

.header-top-nav-sub ul:last-child {
  padding-left: 30px;
  border-left: 1px solid #eaeaea;
  width: calc(100% - 150px);
}

@media screen and (max-width: 749px) {
  .header-top-nav-sub ul:last-child {
    padding-left: 30px;
    width: 55%;
  }
}


.header-top-nav-sub ul.fee {
  display: block;
  padding: 0 10px 0 20px;
}

@media screen and (max-width: 749px) {
  .header-top-nav-sub ul.fee:first-child {
    width: 45%;
    padding-left: 25px;
  }
}

.header-top-nav-sub ul.fee:last-child {
  padding-left: 30px;
  border-left: 1px solid #eaeaea;
  width: calc(100%);
}

@media screen and (max-width: 749px) {
  .header-top-nav-sub ul.fee:last-child {
    padding-left: 30px;
    width: 100%;
  }
}
.header-top-nav-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 24px;
  padding-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 749px) {
  .header-top-nav-item {
    margin: 0 0 13px;
    width: calc( 97% / 2);
  }
}

.header-top-nav-item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 750px) {
  .header-top-nav-item:hover .header-top-nav-sub {
    visibility: visible;
    opacity: 1;
    z-index: 10;
  }
}

#lig-header .header-top-nav-link {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #2d2d2d;
  letter-spacing: 0.035em;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  line-height: 1.5;
}

@media screen and (min-width: 750px) {
  #lig-header .header-top-nav-link:hover {
    color: #00a040;
  }
  #lig-header .header-top-nav-link:hover[href="#"] {
    cursor: default;
  }
}

@media screen and (max-width: 749px) {
  #lig-header .header-top-nav-link {
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

#lig-header .header-top-nav-sub-item {
  display: block;
  margin-bottom: 21px;
}

#lig-header .header-top-nav-sub-item.header-top-nav-sub-item-bdt {
  border-top: 1px solid #eaeaea;
  padding-top: 21px;
}

#lig-header .header-top-nav-sub-item:last-child {
  margin-bottom: 0;
}

#lig-header .header-top-nav-sub-link {
  padding-left: 15px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #2d2d2d;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

@media screen and (max-width: 749px) {
  #lig-header .header-top-nav-sub-link {
    font-size: 12px;
  }
}

#lig-header .header-top-nav-sub-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 1px;
  background-color: #00a040;
}

@media screen and (min-width: 750px) {
  #lig-header .header-top-nav-sub-link:hover {
    color: #00a040;
  }
}

.l-container {
  padding: 0 32px;
  width: 1284px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .l-container {
    width: 100%;
    padding: 0 20px;
  }
}


.l-container-kids-attraction {
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
}

.l-container-inner {
  padding: 0 30px;
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .l-container-inner {
    width: 100%;
    padding: 0 20px;
  }
}

.l-container-inner-nozominoyu {
  padding: 0 30px;
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .l-container-inner-nozominoyu {
    width: 100%;
    padding: 0;
  }
}

.l-header-top {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}

.l-header-top-logo {
  width: 234px;
}

.l-header-top-right {
  width: calc(100% - 242px);
  text-align: right;
}

.l-header-bottom {
  padding: 20px 0;
}

.header-sub-list-pc3-sp2 .header-sub-image-item {
  flex: none;
  width: calc(33% - 20px);
}

@media screen and (max-width: 749px) {
  .header-sub-inner-block.header-sub-inner-block-right.header-sub-line {
    border-top: 1px solid rgba(45, 45, 45, 0.5);
    padding-top: 18px;
    margin-top: 18px;
  }
  
  .header-sub-image-list-pc3-sp2 {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
  }
  .header-sub-image-list-pc3-sp2 li.header-sub-image-item {
    width: calc(33% - 20px);
    flex: auto;
  }
  
  .header-sub-bottom-list.header-sub-bottom-list-upper > li {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    line-height: 1.5;
  }
  .header-sub-bottom-list.header-sub-bottom-list-upper > li a {
    display: block;
  }

  .header-sub-list-pc3-sp2 {
    margin-bottom: 26px;
  }
  .header-sub-list-pc3-sp2 .header-sub-image-item {
    flex: none;
    width: calc(50% - 5px);
  }
}

#emergencynews {
  max-width: 1220px;
  box-sizing: border-box;
  border: 2px solid #62857f;
  background: #fff;
  padding: 15px;
  margin: 0 auto;
  line-height: 1.2em;
  font-family: "MS PGothic","Osaka",Verdana,sans-serif;
  font-size: 13px;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 749px) {
  #emergencynews {
    margin-top: 11px;
    z-index: 1;
  }
}

#emergencynews p {
  padding: 0;
  margin: 0;
  line-height: 1.4;
  text-align: left;
}

#emergencynews p a {
  color: #1616ef;
  text-decoration: underline;
}


#emergencynews p a:visited {
  color: #1616ef;
  text-decoration: underline;
}


#lig-header .header-sns {
  position: absolute;
  top: 10px;
  left: calc(50% - 190px);
}

#lig-header .header-sns .sns-list{
  align-items: center;
}

#lig-header .header-sns .sns-item{
  margin-bottom: 0;
}

#lig-header .header-sns .sns-link,
#lig-header .header-sns .sns-link span{
  display: inline-block;
}

#lig-header .header-sns .sns-link img{
  display: block;
}


@media screen and (max-width: 749px) {

    #lig-header .header-sns {
      position: relative;
      top: auto;
      left: auto;
      margin-top: 16px;
      margin-bottom: 0;
    }

    #lig-header .header-sns .sns-list{
      justify-content: flex-start;
    }

    #lig-header .header-sns .sns-item{
      width: 32px;
      height: auto;
      margin: 0 20px;
    }

    #lig-header .header-sns .sns-item img{
      width: 34px;
    
    }

    #lig-header .header-sns .sns-item:first-child{
      margin-left: 0;
    }

    #lig-header .header-sns .sns-item:last-child{
      margin-right: 0;
    }

    #lig-header .header-sns .sns-item.sns-item-x{
      width: 34px;
    }

    #lig-header .header-sns .sns-item.sns-item-tiktok{
      width: 34px;
    }

    #lig-header .header-sns .sns-link{ 
      position: relative;
    }
}



/* -------------------------------------------------------
 utilities
------------------------------------------------------- */
.u-mt0:not(:root) { margin-top: 0;}
.u-mt10:not(:root) { margin-top: 10px;}
.u-mt20:not(:root) { margin-top: 20px;}
.u-mt30:not(:root) { margin-top: 30px;}
.u-mt40:not(:root) { margin-top: 40px;}
.u-mt50:not(:root) { margin-top: 50px;}
.u-mt60:not(:root) { margin-top: 60px;}
.u-mt70:not(:root) { margin-top: 70px;}
.u-mt80:not(:root) { margin-top: 80px;}
.u-mt90:not(:root) { margin-top: 90px;}
.u-mt100:not(:root) { margin-top: 100px;}

.u-mb0:not(:root) { margin-bottom: 0;}
.u-mb10:not(:root) { margin-bottom: 10px;}
.u-mb20:not(:root) { margin-bottom: 20px;}
.u-mb30:not(:root) { margin-bottom: 30px;}
.u-mb40:not(:root) { margin-bottom: 40px;}
.u-mb50:not(:root) { margin-bottom: 50px;}
.u-mb60:not(:root) { margin-bottom: 60px;}
.u-mb70:not(:root) { margin-bottom: 70px;}
.u-mb80:not(:root) { margin-bottom: 80px;}
.u-mb90:not(:root) { margin-bottom: 90px;}
.u-mb100:not(:root) { margin-bottom: 100px;}


