@charset "UTF-8";
/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* -----------------------------------------------------------
 reset
----------------------------------------------------------- */
a:focus,
embed:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  border: none;
  outline: none;
  -ms-interpolation-mode: bicubic;
}

/* -----------------------------------------------------------
 body
----------------------------------------------------------- */
body {
  font-family: arial,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
}

.container.en,
header.en,
footer.en {
  font-family: Lucida Grande,Lucida Sans Unicode;
}

/* -----------------------------------------------------------
 default setting
----------------------------------------------------------- */
a {
  color: rgba(191, 20, 66, 1);
  text-decoration: none;
}
a:hover {
  color: rgba(217, 108, 137, 1);
  text-decoration: none;
}

small {
  font-size: 86%;
}

.clr, header.global .bg .links .sitesearch, footer.global .footnav ul, footer.global .sitemap, footer.grand .footnav ul, footer.grand .sitemap {
  zoom: 1;
}
.clr:after, header.global .bg .links .sitesearch:after, footer.global .footnav ul:after, footer.global .sitemap:after, footer.grand .footnav ul:after, footer.grand .sitemap:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  clear: both;
}

.inner {
  zoom: 1;
  margin: 0 auto;
  width: 960px;
  position: relative;
}
.inner:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  clear: both;
}

.arrow {
  padding-left: 16px;
  background: url(../../resources/img/icn/icn_arrow.png) 0 4px no-repeat;
}

/*-------------------------------------------
 LAYOUT
 -------------------------------------------*/
.container {
  max-width: 1600px;
  min-width: 960px;
  margin: 0 auto;
}
.container.tokyo {
  background: url(../../tokyo/resources/img/body_bg.png) 50% 87px no-repeat;
}
.container.tokyo.en {
  background: url(../../tokyo/resources/img_en/body_en_bg.png) 50% 87px no-repeat;
}
.container.koshien {
  background: url(../../koshien/resources/img/body_bg.png) 50% 87px no-repeat;
}
.container.koshien.en {
  background: url(../../koshien/resources/img_en/body_en_bg.png) 50% 87px no-repeat;
}

.tokyo .contents {
  background: url(../../tokyo/resources/img/container_bg_top.png) 50% 0 no-repeat;
}
.tokyo .contents .inner {
  background: url(../../tokyo/resources/img/container_bg.png) 50% 0 repeat-y;
}
.tokyo .contents .contentsbottom {
  background: url(../../tokyo/resources/img/container_bg_bottom.png) 50% 0 no-repeat;
}

.koshien .contents {
  background: url(../../koshien/resources/img/container_bg_top.png) 50% 0 no-repeat;
}
.koshien .contents .inner {
  background: url(../../koshien/resources/img/container_bg.png) 50% 0 repeat-y;
}
.koshien .contents .contentsbottom {
  background: url(../../koshien/resources/img/container_bg_bottom.png) 50% 0 no-repeat;
}

.contents {
  overflow: hidden;
  padding-top: 20px;
}
.contents .inner {
  min-height: 500px;
  width: 864px;
  padding: 16px 48px 20px;
}
.contents .contentsbottom {
  height: 20px;
}
.contents .wrapper {
  overflow: hidden;
  position: relative;
  margin: -48px -47px -39px;
  -webkit-border-radius: 0 0 5px 5px/0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px/0 0 5px 5px;
  border-radius: 0 0 5px 5px/0 0 5px 5px;
  background: url(../../resources/img/bg_sidecol.png) repeat-y;
}
.contents .wrapper #maincol {
  float: right;
  width: 624px;
  padding: 48px 48px 80px 0;
}
.contents .wrapper #sidecol {
  float: left;
  width: 239px;
  height: 100%;
  padding: 39px 0 128px;
}
.contents .wrapper #sidecol .button_wrap {
  padding: 0 24px 28px;
}
.contents .wrapper #sidecol .button_wrap a {
  margin-top: 0;
}
.contents .wrapper #sidecol .title {
  height: 80px;
  position: relative;
  border-bottom: 1px solid rgba(249, 219, 228, 1);
  letter-spacing: 1px;
}
.contents .wrapper #sidecol .title h2 {
  position: absolute;
  top: 0;
  left: 23px;
  padding: 12px 7px 0 21px;
  width: 196px;
  height: 48px;
  background: url(../../resources/img/bg_sidecol_midasi.png) 0 0 no-repeat;
  color: white;
  font-size: 16px;
  line-height: 18px;
}
.contents .wrapper #sidecol nav {
  line-height: 1.4;
}
.contents .wrapper #sidecol nav.normal > ul > li {
  border-bottom: 1px solid rgba(249, 219, 228, 1);
  font-weight: bold;
  font-size: 14px;
}
.contents .wrapper #sidecol nav.normal > ul > li > a {
  display: block;
  padding: 17px 28px 17px 48px;
  background: url(../../resources/img/icn/icn_arrow_red.png) 24px 18px no-repeat;
}
.contents .wrapper #sidecol nav.normal > ul > li ul {
  display: none;
  margin: 0 24px 24px 24px;
}
.contents .wrapper #sidecol nav.normal > ul > li ul li {
  margin-bottom: 17px;
  font-size: 13px;
}
.contents .wrapper #sidecol nav.normal > ul > li ul li a {
  display: block;
  padding-left: 24px;
  background: url(../../resources/img/icn/icn_arrow_red_s.png) 4px 2px no-repeat;
  font-weight: normal;
}
.contents .wrapper #sidecol nav.normal > ul > li ul li span {
  color: rgba(191, 19, 71, 1);
  display: block;
  padding-left: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}
.contents .wrapper #sidecol nav.normal > ul > li ul li:last-child {
  margin-bottom: 0;
}
.contents .wrapper #sidecol nav.normal > ul > li ul li.last-child {
  margin-bottom: 0;
}
.contents .wrapper #sidecol nav.normal > ul > li ul li ul {
  margin: 0 10px 18px 22px;
}
.contents .wrapper #sidecol nav.normal > ul > li.open {
  background-color: white;
}
.contents .wrapper #sidecol nav.normal > ul > li.open > a {
  background: url(../../resources/img/icn/icn_arrow_orange_down.png) 24px 18px no-repeat;
  color: rgba(239, 130, 0, 1);
}
.contents .wrapper #sidecol nav.normal > ul > li.open > a:hover {
  color: rgba(255, 186, 102, 1);
}
.contents .wrapper #sidecol nav.normal > ul > li.open ul {
  margin-top: -4px;
  display: block;
}
.contents .wrapper #sidecol nav.normal > ul > li.open ul li.open > a {
  background: url(../../resources/img/icn/icn_arrow_orange_s.png) 4px 2px no-repeat;
  color: rgba(239, 130, 0, 1);
}
.contents .wrapper #sidecol nav.normal > ul > li.open ul li.open > a:hover {
  color: rgba(255, 186, 102, 1);
}
.contents .wrapper #sidecol nav.normal > ul > li.open ul li a.current {
  background: url(../../resources/img/icn/icn_arrow_orange_s.png) 4px 2px no-repeat;
  color: rgba(239, 130, 0, 1);
}
.contents .wrapper #sidecol nav.normal > ul > li.open ul li a.current:hover {
  color: rgba(255, 186, 102, 1);
}
.contents .wrapper #sidecol nav.normal > ul > li.open ul li ul {
  margin-top: 18px;
}
.contents .wrapper #sidecol nav.arrow_list ul {
  padding: 20px 24px 0;
}
.contents .wrapper #sidecol nav.arrow_list ul li {
  font-weight: bold;
  margin-bottom: 20px;
}
.contents .wrapper #sidecol nav.arrow_list ul li a {
  display: block;
  padding: 0 0 0 24px;
  background: url(../../resources/img/icn/icn_arrow_red_s.png) 4px 2px no-repeat;
}
.contents .wrapper #sidecol nav.arrow_list .ttl_search {
  padding: 20px 24px 20px 48px;
  background: #ffe2ec url(../../resources/img/icn/icn_search_s.png) 22px 50% no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: rgba(191, 19, 71, 1);
}

header.global {
  position: relative;
  height: 215px;
  z-index: 100;
}
header.global .bg .logo {
  position: absolute;
  top: 23px;
  left: 351px;
}
header.global .bg .reserve {
  position: absolute;
  top: 12px;
  right: 0;
}
header.global .bg .links {
  position: absolute;
  top: 20px;
  left: 0;
}
header.global .bg .links a.arrow {
  padding-left: 12px;
  font-size: 13px;
}
header.global .bg .links .link_club {
  float: left;
  margin-right: 20px;
  margin-bottom: 2px;
  font-weight: bold;
}
header.global .bg .links .link_english {
  float: left;
  margin-bottom: 2px;
  font-weight: bold;
}
header.global .bg .links .sitesearch {
  clear: both;
}
header.global .bg .links .sitesearch input {
  border: 0 none;
}
header.global .bg .links .sitesearch .search_txt {
  background: transparent url(../../resources/img/bg_search_input.png) 0 0 no-repeat;
  height: 20px;
  line-height: 20px;
  padding: 2px 4px;
  width: 183px;
  float: left;
  vertical-align: top;
  border: 0 none;
}
header.global .bg .links .sitesearch .search_submit {
  vertical-align: top;
  width: 24px;
  height: 24px;
  float: left;
  overflow: hidden;
  text-indent: -100px;
  background: transparent url(../../resources/img/btn_search_n.png) 0 0 no-repeat;
}
header.global .bg .links .sitesearch .search_submit:hover {
  background: transparent url(../../resources/img/btn_search_r.png) 0 0 no-repeat;
}
header.global .bg #gnav {
  position: absolute;
  top: 156px;
  left: 0;
  z-index: 99;
}
header.global .bg #gnav ul li {
  float: left;
}

.tokyo footer.global {
  background: url(../../tokyo/resources/img/footer_bg.png) no-repeat 50% 100%;
}

.koshien footer.global {
  background: url(../../koshien/resources/img/footer_bg.png) no-repeat 50% 100%;
}

footer.global {
  min-height: 0;
  margin-top: 65px;
}
footer.global .footnav ul {
  margin: 0 auto 30px;
  width: 960px;
}
footer.global .footnav ul li {
  float: left;
  padding: 0 20px;
}
footer.global .pagetop {
  text-align: center;
  margin: 0 auto 10px;
  width: 960px;
}
footer.global .inner {
  padding-top: 96px;
  height: 574px;
  font-size: 12px;
}
footer.global .inner a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
footer.global .inner a:hover {
  text-decoration: underline;
}
footer.global .sitemap {
  height: 448px;
}
footer.global .sitemap .ttl {
  width: 225px;
  margin-bottom: 16px;
}
footer.global .sitemap .ttl a {
  display: block;
  padding-left: 36px;
  font-size: 16px;
  font-weight: bold;
  background: url(../../resources/img/icn/icn_kidzania.png) 0 50% no-repeat;
}
footer.global .sitemap .col1 {
  padding-left: 14px;
  width: 226px;
  float: left;
}
footer.global .sitemap .col2 {
  padding-left: 14px;
  float: left;
  width: 226px;
}
footer.global .sitemap .col3 {
  padding-left: 14px;
  float: left;
  width: 226px;
}
footer.global .sitemap .col4 {
  padding-left: 14px;
  float: left;
  width: 226px;
}
footer.global .sitemap ul li {
  margin-bottom: 20px;
}
footer.global .sitemap ul li a {
  font-weight: bold;
  display: inline-block;
  padding-left: 20px;
  background: url(../../resources/img/icn/icn_arrow_white.png) 0 4px no-repeat;
}
footer.global .sitemap ul li ul {
  margin-bottom: 0;
  margin-top: 2px;
}
footer.global .sitemap ul li ul li {
  margin-bottom: 0;
}
footer.global .sitemap ul li ul li a {
  font-weight: normal;
  background: url(../../resources/img/icn/icn_arrow_white_s.png) 6px 2px no-repeat;
}
footer.global .sitemap2 {
  padding-top: 24px;
  text-align: center;
}
footer.global .sitemap2 a {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding-left: 18px;
  background: url(../../resources/img/icn/icn_arrow_white_s.png) 6px 2px no-repeat;
}
footer.global .copyright {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
}

footer.grand {
  margin-top: 65px;
  background: url(../../grand/img/footer_bg.png) no-repeat 50% 100%;
}
footer.grand .footnav ul {
  margin: 0 auto 60px;
  width: 960px;
}
footer.grand .footnav ul li {
  float: left;
  padding: 0 20px;
}
footer.grand .pagetop {
  text-align: center;
  margin: 0 auto 10px;
  width: 960px;
}
footer.grand .inner {
  padding-top: 96px;
  height: 448px;
  font-size: 12px;
}
footer.grand .inner a {
  color: white;
  text-decoration: none;
}
footer.grand .inner a:hover {
  text-decoration: underline;
}
footer.grand .sitemap {
  height: 320px;
}
footer.grand .sitemap .ttl {
  width: 180px;
  margin-bottom: 16px;
}
footer.grand .sitemap .ttl a {
  display: block;
  padding-left: 36px;
  font-size: 16px;
  font-weight: bold;
  background: url(../../resources/img/icn/icn_kidzania.png) 0 50% no-repeat;
}
footer.grand .sitemap .club {
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
}
footer.grand .sitemap .club a {
  display: block;
  height: 28px;
  line-height: 28px;
  padding-left: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
footer.grand .sitemap .tokyo {
  position: relative;
  float: left;
  width: 440px;
  padding-left: 10px;
}
footer.grand .sitemap .tokyo .club a {
  background: #e61465 url(../../resources/img/icn/icn_arrow_white_s.png) 10px 50% no-repeat;
}
footer.grand .sitemap .koshien {
  position: relative;
  float: right;
  width: 450px;
}
footer.grand .sitemap .koshien .club a {
  background: #ca6000 url(../../resources/img/icn/icn_arrow_white_s.png) 10px 50% no-repeat;
}
footer.grand .sitemap .col1 {
  padding-left: 8px;
  width: 195px;
  float: left;
}
footer.grand .sitemap .col2 {
  float: left;
  width: 200px;
}
footer.grand .sitemap ul li {
  margin-bottom: 8px;
}
footer.grand .sitemap ul li a {
  font-weight: bold;
  display: inline-block;
  padding-left: 20px;
  background: url(../../resources/img/icn/icn_arrow_white.png) 0 2px no-repeat;
}
footer.grand .sitemap ul li ul {
  margin-bottom: 0;
  margin-top: 2px;
}
footer.grand .sitemap ul li ul li {
  margin-bottom: 0;
}
footer.grand .sitemap ul li ul li a {
  font-weight: normal;
  background: url(../../resources/img/icn/icn_arrow_white_s.png) 6px 2px no-repeat;
}
footer.grand .sitemap2 {
  padding-top: 24px;
  text-align: center;
}
footer.grand .sitemap2 a {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding-left: 18px;
  background: url(../../resources/img/icn/icn_arrow_white_s.png) 6px 2px no-repeat;
}
footer.grand .copyright {
  text-align: center;
  color: white;
  font-size: 11px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*chrome背景対策*/
  .container {
    /*padding-left: 1px;*/
  }
}
