/*==================================================
  content
==================================================*/
#content {
  z-index: 10;
  background-image: url("../images/back_color.png");
  background-repeat: repeat-x;
  background-color: #1E75C5;
}
@media only screen and (max-width: 640px) {
  #content {
    padding-top: 40px;
  }
}

.page {
  width: 100%;
  height: 100%;
  min-height: 540px;
  position: relative;
  overflow: hidden;
}

.bgcontainer {
  width: 100%;
  height: 100%;
  min-height: 540px;
  min-width: 980px;
}

/*==================================================
  header
==================================================*/
#content #header {
  position: relative;
  width: 100%;
  min-width: 980px;
  height: 86px;
  background-color: #000;
  line-height: normal;
  z-index: 9999;
}
@media only screen and (max-width: 640px) {
  #content #header {
    position: fixed;
    margin-top: -40px;
    min-width: 0;
    height: 40px;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transition-duration: 0.4s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
#content #header .logo-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  #content #header .logo-sp {
    display: block;
    width: 94px;
    margin: 9px auto 0;
  }
  #content #header .logo-sp img {
    width: 100%;
  }
}
#content #header .header-btn {
  display: none;
}
@media only screen and (max-width: 640px) {
  #content #header .header-btn {
    position: absolute;
    display: block;
    width: 25px;
    height: 21px;
    background: url(/language/share_data/img/header-btn-open.png) no-repeat center center;
    background-size: contain;
    top: 10px;
    right: 10px;
  }
}
#content #header.open {
  transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
}
#content #header.open .header-btn {
  background-image: url(/language/share_data/img/header-btn-close.png);
}
#content #header .menu-main {
  width: 980px;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #content #header .menu-main {
    position: absolute;
    width: 250px;
    background-color: #000;
    height: 100vh;
    top: 0;
    right: -250px;
    padding: 40px;
    box-sizing: border-box;
  }
}
#content #header .menu-main > li {
  float: left;
  display: table;
  position: relative;
  width: 164px;
  height: 100%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #content #header .menu-main > li {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 25px 0;
  }
}
#content #header .menu-main > li:before, #content #header .menu-main > li:after {
  position: absolute;
  display: block;
  content: " ";
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  #content #header .menu-main > li:before, #content #header .menu-main > li:after {
    width: 1px;
    height: 46px;
    top: 50%;
    margin-top: -23px;
    left: 0px;
  }
}
@media only screen and (max-width: 640px) {
  #content #header .menu-main > li:before, #content #header .menu-main > li:after {
    width: 50px;
    height: 1px;
    top: 0;
    left: 0;
  }
}
#content #header .menu-main > li:after {
  display: none;
}
@media only screen and (max-width: 640px) {
  #content #header .menu-main > li:first-child:before {
    display: none;
  }
}
@media print, screen and (min-width: 641px) {
  #content #header .menu-main > li:last-child:after {
    display: block;
    left: auto;
    right: 0;
  }
}
@media print, screen and (min-width: 641px) {
  #content #header .menu-main > li#header-link-top {
    display: none;
  }
}
#content #header .menu-main > li > a {
  display: table-cell;
  vertical-align: middle;
  color: #FFF;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  #content #header .menu-main > li > a {
    font-size: 20px;
  }
}
#content #header .menu-main > li > a:hover {
  color: #4DD2FF;
}
#content #header .menu-main ul.menu-sub {
  display: none;
  position: absolute;
  top: 86px;
  left: 0;
  background-color: #000;
  padding-bottom: 3px;
}
#content #header .menu-main ul.menu-sub li {
  border-left: none;
  width: 164px;
  text-align: center;
}
#content #header .menu-main ul.menu-sub li a {
  display: block;
  margin: 0 auto;
  width: 110px;
  padding: 10px 0;
  font-size: 13px;
  border-top: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
#content #header .menu-main ul.menu-sub li a:hover {
  color: #4DD2FF;
}
#content #header .menu-main ul.menu-sub li:first-child a {
  border: none;
}
#content #header .menu-main .logo {
  width: 316px;
  text-align: center;
  line-height: 1;
}
#content #header .menu-main .logo img {
  vertical-align: bottom;
}
@media only screen and (max-width: 640px) {
  #content #header .menu-main .logo {
    display: none;
  }
}

/*current*/
#hourspage #header-link-visit > a, #ticketpage #header-link-visit > a, #webticketspage #header-link-visit > a, #kaiyupage #header-link-visit > a, #annualpage #header-link-visit > a, #accesspage #header-link-visit > a, #infopage #header-link-visit > a {
  color: #4DD2FF !important;
}

#hourspage #header-link-visit .menu-sub li.hd-hours a,
#ticketpage #header-link-visit .menu-sub li.hd-ticket a,
#webticketspage #header-link-visit .menu-sub li.hd-ticket a,
#kaiyupage #header-link-visit .menu-sub li.hd-ticket a,
#annualpage #header-link-visit .menu-sub li.hd-ticket a,
#accesspage #header-link-visit .menu-sub li.hd-access a,
#infopage #header-link-visit .menu-sub li.hd-information a {
  color: #4DD2FF !important;
}

#aboutpage #header-link-explore > a, #explorepage #header-link-explore > a, #newareapage #header-link-explore > a, #eattimepage #header-link-explore > a, #conceptpage #header-link-explore > a, #facepage #header-link-explore > a, #nightpage #header-link-explore > a {
  color: #4DD2FF !important;
}

#aboutpage #header-link-explore .menu-sub li.hd-about a,
#explorepage #header-link-explore .menu-sub li.hd-explore a,
#newareapage #header-link-explore .menu-sub li.hd-newarea a,
#eattimepage #header-link-explore .menu-sub li.hd-eattime a,
#conceptpage #header-link-explore .menu-sub li.hd-concept a,
#facepage #header-link-explore .menu-sub li.hd-face a,
#nightpage #header-link-explore .menu-sub li.hd-night a {
  color: #4DD2FF !important;
}

#studypage #header-link-study > a {
  color: #4DD2FF !important;
}

#studypage #header-link-study .menu-sub li.hd-study a {
  color: #4DD2FF !important;
}

#shopingpage #header-link-shopping > a, #kuishinbopage #header-link-shopping > a, #captainpage #header-link-shopping > a {
  color: #4DD2FF !important;
}

#shopingpage #header-link-shopping .menu-sub li.hd-shopping a,
#kuishinbopage #header-link-shopping .menu-sub li.hd-kuishinbo a,
#captainpage #header-link-shopping .menu-sub li.hd-captain a {
  color: #4DD2FF !important;
}

/*==================================================
  subheader
==================================================*/
#subheader {
  display: none;
}

/*==================================================
  title
==================================================*/
#title {
  z-index: 100;
  position: relative;
  width: 100%;
  min-width: 980px;
  height: 150px;
}

.visit {
  background-image: url("../images/title_visit.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.explore {
  background-image: url("../images/title_explore.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.study {
  background-image: url("../images/title_study.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.shoping {
  background-image: url("../images/title_shoping.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.kuishinbo {
  background-image: url("../images/title_kuishinbo.png");
  background-position: center center;
  background-repeat: no-repeat;
}

#title h1 {
  font-size: 28px;
  line-height: 150px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.title_line {
  width: 100%;
  min-width: 980px;
  height: 4px;
  background-image: url("../images/title_line.png");
}

/*==================================================
  cont_main
==================================================*/
#cont_main {
  z-index: 100;
  position: relative;
  width: 980px;
  text-align: center;
  margin: 30px auto;
  padding: 30px 0;
}

#cont_main h1 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}

#cont_main h2 {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-top: 40px;
  margin-bottom: 20px;
}

#cont_main p {
  color: #fff;
  margin-bottom: 50px;
}

#cont_main p a {
  color: #fff;
}

#cont_main p a:hover {
  color: #FFFF00;
}

#cont_main .small {
  font-size: 12px;
}

#cont_main .small2 {
  font-size: 14px;
}

#cont_main b {
  font-weight: bold;
  color: #FFFF00;
}

/*==================================================
  footimg
==================================================*/
#footimg {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 126px;
  background-image: url("../images/foot_img.png");
  background-repeat: repeat-x;
}

/*==================================================
  footmenu
==================================================*/
#footmenu {
  z-index: 100;
  position: relative;
  font-size: 10px;
  color: #FFF;
  width: 100%;
  height: 270px;
  line-height: normal;
  background-color: #02234C;
}

#footmenu a {
  color: #FFF;
  text-decoration: none;
}

#footmenu a:hover {
  color: #FFFF00;
}

#footmenu #footbk {
  width: 980px;
  height: 270px;
  margin: 0 auto;
}

#footmenu .ftmenu1,
#footmenu .ftmenu2,
#footmenu .ftmenu3 {
  float: left;
  position: relative;
  width: 250px;
  height: 270px;
  background-color: #02234C;
  border-left: 1px dotted #fff;
}

#footmenu .ftmenu4 {
  float: left;
  position: relative;
  width: 200px;
  height: 270px;
  border-left: 1px dotted #fff;
}

#footmenu .ftmenu4 .ftlogo {
  position: absolute;
  top: 20px;
  right: 0;
}

#footmenu .ftmenu4 .ftlogo img {
  width: 168px;
}

#footmenu .ftmenu4 .sns {
  position: absolute;
  top: 200px;
  right: 0;
}

#footmenu .ftmenu4 .sns a {
  width: 32px;
  height: 32px;
  margin: 0 0 0 10px;
}

#footmenu .ftmenu5 {
  position: absolute;
  width: 354px;
  bottom: 0;
  right: 74px;
  background-color: #000;
  z-index: 1000;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-topleft: 6px;
}

#footmenu .ftmenu5 li {
  float: left;
  width: 50px;
  height: 18px;
  margin: 2px 4px 2px 0;
  padding: 2px;
  border-left: 1px #999 solid;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}

#footmenu .ftmenu5 .jn {
  border-left: 0px;
}

#footmenu .ftmenu5 .on a {
  color: #999;
}

#footmenu li {
  float: left;
  width: 220px;
  margin: 4px 0px 4px 27px;
}

#footmenu .inx {
  font-size: 12px;
  font-weight: bold;
  margin: 20px 12px 4px;
}

#footmenu .ftsub {
  margin-left: 38px;
}

/*==================================================
  copy
==================================================*/
#copy {
  z-index: 100;
  font-size: 10px;
  text-align: center;
  color: #fff;
  background-color: #000;
  width: 100%;
  min-width: 960px;
  line-height: 30px;
}

/*==================================================
  page-top
==================================================*/
#page-top {
  z-index: 120;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 10px;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 40px;
  padding: 14px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

/*==================================================
  back_img01
==================================================*/
#par {
  z-index: 2;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 1400px;
  top: 300px;
}

.layer {
  position: absolute;
  width: 100%;
  height: 100%;
}

.l1 {
  background: url(../images/back_img04.png) no-repeat center center;
}

.l1 .box {
  margin-left: 100px;
}

.l2 {
  background: url(../images/back_img03.png) no-repeat center center;
}

.l2 .box {
  margin-left: 150px;
}

.l3 {
  background: url(../images/back_img02.png) no-repeat center center;
}

.l3 .box {
  margin-left: 200px;
}

.l4 {
  background: url(../images/back_img01.png) no-repeat center center;
}

.l4 .box {
  margin-left: 250px;
}

.box {
  position: relative;
}

.imgpc {
  display: initial;
}

.imgsp {
  display: none;
}

/*==================================================
  smartphone
==================================================*/
@media only screen and (max-width: 640px) {
  .imgpc {
    display: none;
  }

  .imgsp {
    display: initial;
  }

  .menusub {
    display: none;
  }

  body {
    font-size: 13px;
  }

  .page {
    min-height: 200px;
  }

  .bgcontainer {
    width: 100%;
    height: 100%;
    min-height: 200px;
    min-width: 320px;
  }

  #footmenu {
    height: auto;
    overflow: hidden;
  }

  #footmenu #footbk {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #footmenu .ftmenu1 {
    float: none;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #02234C;
    border-left: 0px dotted #fff;
  }

  #footmenu .ftmenu2 {
    float: none;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #02234C;
    border-left: 0px dotted #fff;
  }

  #footmenu .ftmenu3 {
    float: none;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #02234C;
    border-left: 0px dotted #fff;
  }

  #footmenu li {
    float: none;
    width: auto;
    border-bottom: 1px dotted #fff;
    margin: 4px 12px 4px 12px;
  }

  #footmenu .ftsub {
    margin-left: 12px;
  }

  #footmenu .ftmenu4 {
    float: none;
    position: relative;
    width: 100%;
    height: 66px;
    border-left: 0px dotted #fff;
  }

  #footmenu .ftmenu4 .ftlogo {
    position: absolute;
    top: 20px;
    left: 6px;
  }

  #footmenu .ftmenu4 .ftlogo img {
    width: 140px;
  }

  #footmenu .ftmenu4 .sns {
    position: absolute;
    top: 16px;
    right: 6px;
  }

  #footmenu .ftmenu5 {
    position: static;
    width: 100%;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  #footmenu .ftmenu5 li {
    float: left;
    width: 98px;
    height: 18px;
    margin: 2px 4px 2px 0;
    padding: 2px;
    border-left: 1px #999 solid;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
  }
  #footmenu .ftmenu5 li:nth-child(4) {
    border-left: none;
  }

  #copy {
    min-width: 320px;
    height: 34px;
  }

  #title {
    min-width: 320px;
    height: 80px;
  }

  .title_line {
    min-width: 100%;
  }

  #title h1 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
  }

  #cont_main {
    width: 300px;
    margin: 10px auto;
    padding: 10px 0;
  }

  #cont_main p img {
    width: 300px;
  }

  .secoer .menubot ul {
    left: 0px !important;
  }

  .sarder .menubot ul {
    left: 0px !important;
  }

  .substu .menubot ul {
    left: 0px !important;
  }

  .forer .menubot ul {
    left: 0px !important;
  }

  #subheader.subtop,
  .secoer .point,
  .sarder .point,
  .substu .point,
  .forer .point {
    display: none;
  }

  #studypage #subheader.substu {
    display: block;
    height: 44px;
  }
}

/*# sourceMappingURL=menu.css.map */
