/* regular */
@font-face {
  font-family: 'YuGothic';
  src: url("../font/YuGothicM.woff") format("woff"), url("../font/YuGothicM.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* bold */
@font-face {
  font-family: 'YuGothic';
  src: url("../font/YuGothicB.woff") format("woff"), url("../font/YuGothicB.ttf") format("truetype");
  font-weight: 700;
  font-style: bold; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html body {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border: 0;
  color: #5f5f5f;
  font-family: "YuGothic", sans-serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  height: 100%;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%; }
@media screen and (max-width: 768px) {
  html body {
    font-size: 10px; } }

/*.pc {
    display: block!important;
}
.sp {
    display: none!important;
}*/
.inner {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 25px;
  padding: 0 0;
  width: 1028px; }

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 25px;
    width: 100%; } }
@media screen and (min-width: 769px) {
  .sp {
    display: none; }

  br.pc {
    display: block; }

  br.sp {
    display: none; }

  .table_sp {
    display: none; } }
@media screen and (max-width: 768px) {
  .pc {
    display: none; }

  br.pc {
    display: none; }

  br.sp {
    display: block; }

  .table_pc {
    display: none; } }
a {
  -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  color: #02111d;
  text-decoration: none; }

a:hover {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70); }

input[type="text"], input[type="email"], select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-family: "YuGothic", sans-serif;
  font-size: 13px; }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, select::-webkit-input-placeholder, button::-webkit-input-placeholder {
    /* Others */
    color: #5f5f5f;
    font-size: 13px; }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, select:-ms-input-placeholder, button:-ms-input-placeholder {
    /* Others */
    color: #5f5f5f;
    font-size: 13px; }
  input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, select::-ms-input-placeholder, button::-ms-input-placeholder {
    /* Others */
    color: #5f5f5f;
    font-size: 13px; }
  input[type="text"]::placeholder, input[type="email"]::placeholder, select::placeholder, button::placeholder {
    /* Others */
    color: #5f5f5f;
    font-size: 13px; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #5f5f5f;
  font-size: 13px; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5f5f5f;
  font-size: 13px; }

::-ms-input-placeholder {
  /* Others */
  color: #5f5f5f;
  font-size: 13px; }

::placeholder {
  /* Others */
  color: #5f5f5f;
  font-size: 13px; }

/*--------------------------------------------------------------------------
header
--------------------------------------------------------------------------*/
header {
  width: 100%; }
  header .head-notice {
    padding: 5px 0 15px;
    /* font-size: .9375rem; */
    font-size: .75rem;
    line-height: 1.6;
    word-break: break-all;
    background-color: #FFFFFF;
  }
  @media screen and (max-width:768px) {
    header .head-notice {
      padding: 5px 25px 10px;
    }
  }
  header .head-notice {
    padding: 5px 0 15px;
    /* font-size: .9375rem; */
    font-size: .75rem;
    line-height: 1.6;
    word-break: break-all;
    background-color: #FFFFFF;
  }
  @media screen and (max-width:768px) {
    header .head-notice {
      padding: 5px 25px 10px;
    }
  }
  header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1310px;
    padding: 0 25px;
    width: 100%; }
  header .tokyu {
    background-color: #ddd;
    background-image: url(../images/header/tokyu.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 21px;
    display: block;
    font-size: 0.1em;
    line-height: 0.1em;
    height: 21px; }
  header .header {
    background-color: #fff; }
    header .header .news {
      visibility: hidden;
      padding: 30px 0;
      width: 30%; }
      header .header .news dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
      header .header .news dt {
        font-family: "Miriam Libre", "YuGothic", sans-serif;
        font-weight: 700;
        padding: 0px 10px 0 0;
        color:#BA0021;}
      header .header .news dd {
        text-align: left;
        font-size: 12px !important}
      header .header .news dt,header .header .news dd {
        line-height: 1.4;}
      header .header .news dd span{ display:inline-block;}
    header .header .logo {
      padding: 20px 0;
      text-align: center;
      width: 40%; }
    header .header .option {
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      font-family: "Miriam Libre", "YuGothic", sans-serif;
      font-weight: 700;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 20px 0;
      width: 30%; }
      header .header .option .season {
        padding: 0 30px 0 0; }
        header .header .option .season a {
          color: #5f5f5f; }
      header .header .option .language {
        border-left: solid 1px #ddd;
        color: #02111d;
        font-size: 14px;
        font-weight: 700;
        line-height: 40px;
        padding: 0 0 0 30px; }
        header .header .option .language a, header .header .option .language span {
          color: #02111d; }
        header .header .option .language .active {
          color: #02111d; }

nav {
  background: #212681;
  /*NAVI OFF
  display:none;*/
  }
  nav .inner {
    max-width: 1310px;
    padding: 0 25px; }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  nav li {
    z-index: 100;
    position: relative;
    text-align: center;
    /*width: 140px;*/
    width: 107px;
    height: 60px;
    display: table;}
    nav li:nth-last-child(2) a {
      border-right: solid 1px #090B2F; }
    nav li a {
      color: #fff;
      /*display: block;*/
      display: table-cell;
      vertical-align: middle;
      width: 107px;
      font-size: 12px;
      font-weight: bold;
      /*line-height: 60px;*/
      height: 60px
      white-space: nowrap; }
      nav li a:hover {
        background: #090B2F;
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100); }
    nav li img {
      height: 20px;
      width: auto; }
    nav li .submenu {
      background-color: #212681;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: 0;
      position: absolute;
      top: 60px;
      left: 0; }
      nav li .submenu li {
        display: block;
        width: 107px; }
  nav .nav-ticket > a,
  nav .nav-facility > a,
  nav .nav-stay > a
  {
    background-image: url(../images/header/nav-splitline.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 82px 1px;
  }
  nav .nav-ticket:hover > a,
  nav .nav-facility:hover > a,
  nav .nav-stay:hover > a
  {
    background-image: url(../images/header/nav-splitline2.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 82px 1px;
  }
  nav .nav-ticket .submenu {
    background-image: none;
  }
  nav .parent a {
    line-height: 2.2;
    border-left: solid 1px #090B2F; }
  nav .parent.nav-family a { line-height: 1.4; }
  @media screen and (max-width:768px) { nav .parent.nav-family a { line-height: 42px; } }
  nav .parent .submenu li {
    -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    overflow: hidden; }
    nav .parent .submenu li a {
      border-left: none;
      line-height: 59px; }
  nav .parent:hover a {
    background-color: #090B2F; }
  nav .parent:hover .submenu {
    height: auto;
    top: 60px;
    z-index: 1; }
    nav .parent:hover .submenu li {
      border-top: solid 1px #fff;
      height: 59px;
      overflow: visible; }
      nav .parent:hover .submenu li a {
        background-color: #212681;
        border-left: none; }
    nav .parent:hover .submenu li:hover a {
      background-image: none;
      background-color: #090B2F; }
  nav .nav-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 0 0 20px;
    width: auto; }
    nav .nav-social a {
      display: inline;
      line-height: 20px;
      margin: 20px 0 0 15px;
      height: 20px;
      width: 20px; }
      nav .nav-social a:hover {
        background: none;
        opacity: 0.70;
        -moz-opacity: 0.70;
        filter: alpha(opacity=70); }

nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%; }

#is-home header #logo h2 {
  display: none; }

.is-page header #logo h1 {
  display: none; }

/*--------------------------------------------------------------------------
main
--------------------------------------------------------------------------*/
main {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  z-index: -1; }
  main #crumbs {
    padding: 20px 0;
    text-align: left; }
    main #crumbs a, main #crumbs p {
      color: #5f5f5f; }
    main #crumbs span {
      font-size: 10px;
      padding: 0 5px; }
    main #crumbs p {
      display: inline;
      font-weight: bold; }
  main .title {
    background-image: url(../images/main/title_line.gif);
    background-position: 0 50%;
    background-repeat: repeat-x;
    background-size: auto 1px;
    width: 100%; }
    main .title h3 {
      background-color: #fff;
      border: solid 20px #fff;
      color: #BA0021;
      display: inline-block;
      font-family: 'Maven Pro', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 25px;
      font-weight: bold;
      line-height: 1.5; }
      main .title h3 span {
        color: #5f5f5f;
        display: block;
        font-size: 13px;
        font-weight: normal;
        }

#is-commingsoon main {
  background-color: #f2f6f7;
  padding: 50px 0; }
  #is-commingsoon main #commingsoon {
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 100px 0 150px; }
    #is-commingsoon main #commingsoon h1 {
      color: #BA0021;
      font-family: "Maven Pro", "YuGothic", sans-serif;
      font-size: 35px;
      font-weight: normal;
      margin: 20px 0 0; }
    #is-commingsoon main #commingsoon p {
      color: #5f5f5f;
      font-size: 16px; }
    #is-commingsoon main #commingsoon .button {
      background-color: #BA0021;
      border-radius: 5px;
      color: #fff;
      display: inline-block;
      font-size: 16px;
      font-weight: bold;
      margin: 30px auto 0;
      padding: 15px 0;
      width: 220px; }
#is-commingsoon footer {
  margin: 0; }

/*--------------------------------------------------------------------------
footer
--------------------------------------------------------------------------*/
footer {
  background: #1d2b2e;
  color: #fff;
  margin: 100px 0 0;
  padding: 50px 0;
  width: 100%; }
  footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 1310px;
    padding: 0 25px;
    width: 100%; }
  footer .info {
    margin: 0 auto 0 0;
    text-align: left;
    /*width: 320px;*/
    width: 30%; }
    footer .info address {
      padding: 170px 0 0; }
    footer .info .info_social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 0;
      width: auto; }
      footer .info .info_social a {
        display: inline;
        line-height: 20px;
        margin: 20px 15px 0 0;
        height: 20px;
        width: 20px; }
        footer .info .info_social a img {
          height: auto;
          width: 100%; }
    footer .info .info_link {
      font-size: 13px;
      margin: 50px 0 0; }
      footer .info .info_link a {
        color: #fff; }
      footer .info .info_link span {
        padding: 0 10px; }
    footer .info #info_copyright {
      font-size: 11px;
      margin: 30px 0 0; }
  footer .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Maven Pro", "YuGothic", sans-serif;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: left;
    width: 67%; }
    footer .group .group_map {
      margin: 0 auto 0 0;
      width: 50%; }
      footer .group .group_map h2 {
        font-size: 25px;
        font-weight: 700;
        line-height: 1.5; }
      footer .group .group_map img {
        height: auto;
        max-width: 360px;
        width: 95%; }
    footer .group .group_list {
      width: 50%; }
      footer .group .group_list .list {
        border-top: solid 1px #fff;
        padding: 10px 0;
        width: 100%; }
        footer .group .group_list .list dt {
          font-size: 14px;
          font-weight: 700;
          margin: 0 auto 0 0;
          width: 20%; }
        footer .group .group_list .list dd {
          width: 70%; }
        footer .group .group_list .list dl dt, footer .group .group_list .list dl dd {
          font-size: 11px;
          font-weight: normal; }
          footer .group .group_list .list dl dt a, footer .group .group_list .list dl dd a {
            color: #fff; }
        footer .group .group_list .list dl dd a {
          font-weight: bold; }
        footer .group .group_list .list dl dd.active {
          color: #ffe555;
          font-weight: bold; }
      footer .group .group_list dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        text-align: left; }

/*========================================================================*/
/*========================================================================*/
@media screen and (max-width: 768px) {
  /*--------------------------------------------------------------------------
  header
  --------------------------------------------------------------------------*/
  header {
    background: #fff;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 3; }
    header .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: none;
      min-width: 100%;
      padding: 0 15px; }
    header .tokyu {
      background-color: #ddd;
      background-image: url(../images/header/tokyu_sp.png);
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: auto 21px;
      font-size: 0.1em;
      line-height: 0.1em;
      height: 21px; }
    header .header .news {
      display: none; }
    header .header .logo {
      padding: 17px 0 0;
      width: 153px; }
    header .header .option {
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      display: none;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      font-family: "Miriam Libre", "YuGothic", sans-serif;
      font-weight: 700;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 20px 0;
      width: 25%; }
      header .header .option .season {
        padding: 0 30px 0 0; }
      header .header .option .language {
        border-left: solid 1px #ddd;
        color: #02111d;
        font-size: 14px;
        font-weight: 700;
        line-height: 40px;
        padding: 0 0 0 30px; }
        header .header .option .language a {
          color: #02111d; }
        header .header .option .language .active {
          color: #02111d; }

  #nav-button {
    display: block;
    /*NAVI
    display: none;OFF*/

    height: 22px;
    position: fixed;
    top: 40px;
    right: 15px;
    width: 26px;
    z-index: 10001; }
    #nav-button span {
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
      transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
      background-color: #090B2F;
      border-radius: 10px;
      display: inline-block;
      height: 2px;
      position: absolute;
      left: 0;
      width: 24px; }
    #nav-button span:nth-of-type(1) {
      top: 4px; }
    #nav-button span:nth-of-type(2) {
      top: 10px; }
    #nav-button span:nth-of-type(3) {
      bottom: 4px; }

  nav {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #212681;
    display: none;
    height: 100%;
    overflow: hidden;
    padding: 62px 0 0;
    position: fixed;
    top: 18px;
    width: 100%;
    z-index: 4; }
    nav .inner {
      max-width: none;
      height: 100%;
      overflow-y: auto;
      padding: 0; }
    nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    nav li {
      text-align: left;
      width: 100%;
      height: auto;
      display: block;}
      nav li a {
        color: #fff;
        display: block;
        font-size: 12.5px;
        font-weight: bold;
        line-height: 42px;
        height: auto;
        width: 100%; }
      nav li img {
        height: 20px;
        width: auto; }
      nav li:nth-child(1) {
        border-top: solid 1px #090B2F; }
      nav li:nth-last-child(2) a {
        border-right: none; }
      nav li .submenu {
        background-color: #20aee5;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: auto;
        position: static;
        top: 0;
        left: 0; }
        nav li .submenu li {
          display: block;
          width: 100%; }
    nav .parent {
      background-image: url(../images/header/arrow.png);
      background-position: 96% 17px;
      background-repeat: no-repeat;
      background-size: 17px auto;
      margin: 0; }
      nav .parent a {
        border-bottom: solid 1px #090B2F;
        border-left: none;
        margin: 0 15px;
        line-height: 42px; }
      nav .parent .submenu {
        background-color: #090B2F;
        display: none;
        padding: 0 15px 20px; }
        nav .parent .submenu li {
          -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
          transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
          border-top: none;
          height: 35px;
          overflow: hidden; }
          nav .parent .submenu li a {
            background-color: #090B2F;
            border-left: none;
            font-size: 11px;
            font-weight: normal;
            height: 35px;
            margin: 0;
            padding: 0 10px; }
      nav .parent .submenu.on {
        display: block; }
    nav .parent.on {
      background-image: url(../images/header/arrow_on.png);
      background-position: 96% 17px;
      background-repeat: no-repeat;
      background-size: 17px auto; }
      nav .parent.on a {
        border-bottom: none; }
    nav .parent:hover,
    nav .parent.on:hover {
      background-color: #090B2F;
      background-image: url(../images/header/arrow_on.png);
      background-position: 96% 17px;
      background-repeat: no-repeat;
      background-size: 17px auto; }
      nav .parent:hover a,
      nav .parent.on:hover a {
        background: none; }
      nav .parent:hover .submenu,
      nav .parent.on:hover .submenu {
        height: auto;
        top: 0;
        z-index: 1; }
        nav .parent:hover .submenu li,
        nav .parent.on:hover .submenu li {
          background-color: #090B2F;
          border-top: none;
          height: 35px;
          overflow: visible; }
          nav .parent:hover .submenu li a,
          nav .parent.on:hover .submenu li a {
            background: none !important;
            border-left: none;
            height: 35px; }
        nav .parent:hover .submenu li:hover a,
        nav .parent.on:hover .submenu li:hover a {
          background-color: #090B2F; }
    nav .parent:hover {
      background-image: url(../images/header/arrow.png); }
    nav .nav-social {
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0;
      position: static;
      bottom: 0;
      left: 0;
      text-align: center;
      width: 100%; }
      nav .nav-social a {
        display: inline-block;
        line-height: 20px;
        margin: 20px 10px;
        height: 20px;
        width: 20px; }
    nav .option.sp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      font-family: "Miriam Libre", "YuGothic", sans-serif;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0;
      padding: 0 0 30px;
      position: static;
      bottom: 0;
      left: 0;
      text-align: center;
      width: 100%; }
      nav .option.sp .season {
        border-right: solid 1px #090B2F;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        padding: 0 10px 0 0; }
      nav .option.sp .language {
        border-left: none;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
        padding: 0 0 0 10px; }
        nav .option.sp .language a {
          color: #C7C7C7; }
        nav .option.sp .language span {
          color: #C7C7C7; }
        nav .option.sp .language .active,
        nav .option.sp .season .active {
          color: #fff; }

  #nav-button.is-open span {
    background: #fff; }
  #nav-button.is-open span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg); }
  #nav-button.is-open span:nth-of-type(2) {
    opacity: 0; }
  #nav-button.is-open span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg); }

  nav.is-open {
    display: block;
    top: 18px; }
    nav.is-open .inner {
      overflow-y: auto; }

  header.is-fixed {
    /*.header {
        background: $white;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100%;
    }
    #nav-button {
        display: block;
        height: 22px;
        position: fixed;
        top: 22px;
        right: 3%;
        width: 26px;
        z-index: 4;
    }*/ }

  #is-home header #logo h2 {
    display: none; }

  .is-page header #logo h1 {
    display: none; }

  /*--------------------------------------------------------------------------
  main
  --------------------------------------------------------------------------*/
  main {
    margin: 80px 0 0; }
    main #crumbs {
      background: #e1edf0;
      font-size: 12px;
      padding-top: 10px;
      padding-bottom: 10px; }

  #is-commingsoon main {
    padding: 30px 0; }
    #is-commingsoon main #commingsoon {
    background:none;
    border: none;
    border-radius: 0;
      padding: 100px 0 100px;}
      #is-commingsoon main #commingsoon h1 {
        font-size: 27px;
        margin: 35px 0 0; }
      #is-commingsoon main #commingsoon p {
        font-size: 13px; }
      #is-commingsoon main #commingsoon .button {
        font-size: 14px;
        margin: 30px auto 0;
        padding: 10px 0;
        width: 220px; }
  #is-commingsoon footer {
    margin: 0; }

  /*--------------------------------------------------------------------------
  footer
  --------------------------------------------------------------------------*/
  footer {
    margin: 50px 0 0;
    padding: 50px 0 20px;
    width: 100%; }
    footer .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      max-width: none;
      min-width: 100%;
      padding: 0 15px; }
    footer .info {
      margin: 0;
      text-align: left;
      /*width: 320px;*/
      width: 100%; }
    footer .info h1 img{
      width: 100%;
      max-width: 306px;}

      footer .info address {
        padding: 20px 0 0; }
        footer .info address a {
          color: #fff; }
      footer .info .info_link {
        font-size: 13px;
        margin: 20px 0 0; }
        footer .info .info_link a {
          color: #fff; }
        footer .info .info_link span {
          padding: 0 10px; }
      footer .info #info_copyright {
        font-size: 11px;
        margin: 30px 0 0; }
    footer .group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-family: "Miriam Libre", "YuGothic", sans-serif;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      text-align: left;
      width: 100%; }
      footer .group .group_map {
        margin: 30px auto 10px 0;
        width: 100%; }
        footer .group .group_map h2 {
          font-size: 25px;
          line-height: 1.2; }
      footer .group .group_list {
        border-bottom: solid 1px #fff;
        width: 100%; }
        footer .group .group_list .list {
          border-top: solid 1px #fff;
          padding: 0;
          width: 100%; }
          footer .group .group_list .list .list_ {
            background-image: url(../images/footer/arrow.png);
            background-position: 95% 50%;
            background-repeat: no-repeat;
            background-size: 17px auto;
            cursor: pointer;
            font-size: 18px;
            font-weight: 700;
            margin: 0 auto 0 0;
            padding: 10px 0;
            width: 100%; }
          footer .group .group_list .list .list_.on {
            background-image: url(../images/footer/arrow_on.png); }
          footer .group .group_list .list dd {
            display: none;
            width: 100%; }
          footer .group .group_list .list dd.on {
            display: block; }
          footer .group .group_list .list dl {
            border-top: solid 1px #384548;
            padding: 7px 0; }
            footer .group .group_list .list dl dt {
              width: 25%; }
            footer .group .group_list .list dl dd {
              display: block;
              font-weight: bold;
              width: 75%; }
            footer .group .group_list .list dl dt, footer .group .group_list .list dl dd {
              font-size: 14px;
              padding: 0; }
            footer .group .group_list .list dl dd.active {
              color: #ffe555;
              font-weight: bold; }
        footer .group .group_list dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          text-align: left; }
    footer #info_copyright {
      font-size: 11px;
      margin: 30px 0 0;
      text-align: left;
      width: 100%; } }
/*========================================================================*/
.head-notice p {
  display: inline;
}
.inner-2 {
  display: inline-block;
}
