@charset "UTF-8";
/* Reset Style */
@import url(http://fonts.googleapis.com/css?family=Archivo+Black);
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* 汎用クラス */
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left .5em;
}

.mark1 {
  background-image: url(img/share/mark_1.gif);
}

.mark2 {
  background-image: url(img/share/mark_2.gif);
}

.mark3 {
  background-image: url(img/share/mark_3.gif);
}

.mark4 {
  background-image: url(img/share/mark_4.gif);
}

.mark5 {
  background-image: url(img/share/mark_5.gif);
}

.opacity, #page-top a:hover {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55.0);
  -ms-filter: "alpha(opacity=55.0)";
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* clearfix */
.clearfix, #contents, footer {
  *zoom: 1;
}
.clearfix:after, #contents:after, footer:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
body {
  background: #ffffff;
  color: #333333;
  font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 2px;
}

input, textarea {
  font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.externalIcon {
  margin: 0 3px;
  vertical-align: middle;
}

a:link {
  text-decoration: none;
  color: #005fab;
}
a:visited {
  text-decoration: none;
  color: #005fab;
}
a:hover {
  text-decoration: underline;
  color: #46a5f1;
}
a:active {
  text-decoration: none;
  color: #005fab;
}

.f14 {
  font-size: 14px;
  line-height: 28px;
}

.f16 {
  font-size: 16px;
  line-height: 30px;
}

.f18 {
  font-size: 18px;
  line-height: 34px;
}

span.f11 {
  font-size: 11px;
}

span.f20 {
  font-size: 20px;
  line-height: 30px;
}

span.f30 {
  font-size: 30px;
  line-height: 40px;
}

span.font-r {
  color: #eb2b00;
}

span.font-o {
  color: #f28600;
}

span.font-b {
  color: #00a0e9;
}

span.font-y {
  color: #E0D913;
}

span.font-p {
  color: #ff4ebf;
}

span.font-g {
  color: #199813;
}

span.font-f {
  color: #fff;
}

span.font-rb {
  background: #eb2b00;
}

span.font-bb {
  background: #61bbff;
}

span.font-yb {
  background: #E0D913;
}

span.font-pb {
  background: #ff9eff;
}

img {
      max-width: 100%;
      height: auto;
      width: auto;
}
.mt40{margin-top: 40px}
/*----------------------------------------------------
	common
----------------------------------------------------*/
/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/
#wrapper {
  background: none;
  font-size: 100%;
  line-height: 24px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
}

@media screen and (max-width: 990px) {
  #wrapper {
    background: url(../img/header_bg03.png) top center no-repeat;
    font-size: 100%;
    line-height: 24px;
    width: 100%;
    margin: 20px auto 0 auto;
    position: absolute;
  }
}
/*----------------------------------------------------
	#header
----------------------------------------------------*/
header {
  width: 100%;
  height: 500px;
  background: url(../img/header_bg.png) top center no-repeat;
  margin: 0 auto;
}
header h1 {
  max-width: 480px;
  max-height: 190px;
  margin: 0 auto;
  padding-top: 45px;
}
header nav {
  background: url(../img/nav_bg.jpg) repeat-x;
  background-position: 0px 80px;
  clear: both;
  width: 100%;
  height: 180px;
  display: inline-block;
  text-align: center;
  margin: 60px auto 0 auto;
}
header nav ul {
  width: 960px;
  margin: 0 auto;
}
header nav ul li {
  float: left;
  position: relative;
  width: 130px;
  height: 130px;
  text-indent: -9999px;
}
header nav ul li a {
  width: 130px;
  height: 130px;
  display: block;
}
header nav ul li.menu01 {
  background: url(../img/menu01.png) no-repeat;
  background-size: contain;
  margin-right: 36px;
}
header nav ul li.menu01 a:hover {
  background: url(../img/menu01_on.png) no-repeat;
  background-size: contain;
}
header nav ul li.menu02 {
  background: url(../img/menu02.png) no-repeat;
  background-size: contain;
  margin-right: 36px;
}
header nav ul li.menu02 a:hover {
  background: url(../img/menu02_on.png) no-repeat;
  background-size: contain;
}
header nav ul li.menu03 {
  background: url(../img/menu03.png) no-repeat;
  background-size: contain;
  margin-right: 36px;
}
header nav ul li.menu03 a:hover {
  background: url(../img/menu03_on.png) no-repeat;
  background-size: contain;
}
header nav ul li.menu04 {
  background: url(../img/menu04.png) no-repeat;
  background-size: contain;
  margin-right: 36px;
}
header nav ul li.menu04 a:hover {
  background: url(../img/menu04_on.png) no-repeat;
  background-size: contain;
}
header nav ul li.menu05 {
  background: url(../img/menu05.png) no-repeat;
  background-size: contain;
  margin-right: 36px;
}
header nav ul li.menu05 a:hover {
  background: url(../img/menu05_on.png) no-repeat;
  background-size: contain;
}
header nav ul li.menu06 {
  background: url(../img/menu06.png) no-repeat;
  background-size: contain;
}
header nav ul li.menu06 a:hover {
  background: url(../img/menu06_on.png) no-repeat;
  background-size: contain;
}

.btn-out {
  background: #000;
  opacity: 0.6;
}


@media screen and (max-width: 990px) {
  header {
    background: none;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 230px;
    background: url(../img/header_bg02.png)top center no-repeat;
    height: 430px;
  }
  header h1 {
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  header nav {
    clear: both;
    width: 100%;
    margin: 10px auto 0 auto;
    height: 455px;
    background: url(../img/nav_bg.jpg) bottom center repeat-x;
  }
  header nav ul {
    width: 300px;
    margin: 0 auto;
  }
  header nav ul li {
    float: left;
    width: 130px;
    height: 130px;
    text-indent: -9999px;
  }
  header nav ul li a {
    width: 130px;
    height: 130px;
    display: block;
  }
  header nav ul li.menu01 {
    margin: 0 10px 10px 10px;
  }
  header nav ul li.menu02 {
    margin: 0 10px 10px 10px;
  }
  header nav ul li.menu02 {
    margin: 0 10px 10px 10px;
  }
  header nav ul li.menu03 {
    margin: 0 10px 10px 10px;
  }
  header nav ul li.menu04 {
    margin: 0 10px 10px 10px;
  }
  header nav ul li.menu05 {
    margin: 0 10px 10px 10px;
  }
  header nav ul li.menu06 {
    margin: 0 10px 10px 10px;
  }
  header nav ul li.menu08 {
    margin: 0 10px 10px 10px;
  }
  header nav ul li.menu09 {
    margin: 0 10px 10px 10px;
  }
}
/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
  width: 100%;
  margin-bottom: 10px;
}
#contents table, #contents ol, #contents ul, #contents dl, #contents blockquote, #contents pre, #contents p {
  margin-bottom: 10px;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
footer {
  clear: both;
  width: 100%;
  margin: 0 auto;
  height: 100px;
  background-color: #fff;
}
footer p#copyright {
  margin: 0 auto;
  padding-top: 30px;
  font-size: 11px;
  text-align: center;
}

/*----------------------------------------------------
	#pagetop
----------------------------------------------------*/
#page-top {
  color: #fff;
  position: fixed;
  bottom: 5%;
  right: 5%;
  text-indent: -9999px;
}
#page-top a {
  display: block;
  text-decoration: none;
  width: 80px;
  height: 77px;
  background: url(../img/pagetop.png) no-repeat top center;
}

/*----------------------------------------------------
	section
----------------------------------------------------*/
section {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  clear: both;
}
section .bgnone {
  background: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
section .inner {
  width: 900px;
  background: #fff;
  margin: 0 auto;
  padding: 30px;
  clear: both;
  position: relative;
  behavior: url(PIE.php);
  overflow: hidden;
}
section .inner .sch_all {
  float: left;
  clear: both;
  width: 100%;
}
section .inner .sch_l {
  width: 48%;
  height: auto;
  float: left;
  clear: both;
}
section .inner .sch_r {
  width: 48%;
  float: right;
  text-align: right;
}
section .inner .sch_r .embed-container {
  position: relative;
  padding-bottom: 60%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border: 1px solid #fe221e;
}
section .inner .sch_r .embed-container iframe, section .inner .sch_r .embed-container object, section .inner .sch_r .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 990px) {
  section {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
    clear: both;
  }
  section .inner {
    width: 80%;
    background: #fff;
    margin: 0 auto;
    padding: 30px;
    clear: both;
    position: relative;
    behavior: url(PIE.php);
    overflow: hidden;
  }
  section .inner .sch_l {
    float: left;
    clear: both;
    width: 100%;
  }
  section .inner .sch_l img {
    width: 100%;
    height: auto;
    width: 100% \9;
    max-width: 500px\9;
    max-height: auto\9;
  }
  section .inner .sch_r {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  section dl dt {
    width: 100%;
    clear: both;
  }
  section dl dd {
    clear: both;
    width: 100%;
  }
}
section.topic {
  padding: 10px 0;
}
section.topic h1 {
  margin: 0 auto 20px auto;
  background: url(../img/ttl_topic.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  width: 105px;
  height: 40px;
}
section.topic .topics_txt p {
  padding-bottom: 10px;
}
section.topic dl dt {
  width: 100%;
  float: left;
  text-align: left;
}
section.topic dl dd {
  clear: both;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
section.topic .sp_area {
  padding: 0 20px;
  border-left: 5px solid #116bfc;
}
section.topic .sp_area img {
  max-width: 100%;
}

section.cast {
  background: url(../img/cast_bg.jpg) repeat;
  /*display: inline-block;*/
}
section.cast h1 {
  margin: 0 auto 20px auto;
  background: url(../img/ttl_cast.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  width: 105px;
  height: 40px;
}
section.cast .cast-box{
  border: 1px solid #fe221e;
  box-shadow:5px 5px 0px 0px #fe221e;
-moz-box-shadow:5px 5px 0px 0px #fe221e;
-webkit-box-shadow:5px 5px 0px 0px #fe221e;
  margin: 50px auto;
}
section.cast dl{
  overflow: hidden;
}
section.cast dt{
  width: 168px;
  height: 31px;
  float: left;
  margin: 0 30px 10px 0;
}
section.cast dt img {
  width: auto;
  height: 30px;
}
section.cast dd{
  margin: 5px 0 0;
  font-size: 15px;
}
section.cast dd .kh{
  border-bottom: 3px solid #08A3E9;
  padding: 0 5px 4px;
  margin: 0 5px 0 0;
}
section.cast dd .kn{
  border-bottom: 3px solid #fe221e;
  padding: 0 5px 4px;
  margin: 0 5px 0;
}
section.cast dd .kt{
  border-bottom: 3px solid #E0D913;
  padding: 0 5px 4px;
  margin: 0 0px 0 5px;
}
section.cast .team-box {
  display: table;
  margin: 40px auto 0;
}
section.cast .sch_l, section.cast .sch_r {
  max-width: 470px;
}


section.schedule {
  background: #fff;
}
section.schedule h1 {
  margin: 0 auto 20px auto;
  background: url(../img/ttl_schedule.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  width: 133px;
  height: 40px;
}
section.schedule {
  background: #fff;
}


section.access{
  padding: 40px 0;
  background: #fe221e;
}
section.access h1 {
  margin: 0 auto 20px auto;
  background: url(../img/ttl_access.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  width: 150px;
  height: 40px;
}
.icon-tex p{
  color: #fe221e;
  margin: -25px 0 0 30px;
  font-size: 15px !important;
}
.icon-tex:before{
  content: " ";
  background: url(../img/icon.png);
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: contain;
}
section.access .inner .access-tex{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: -8px;
}


section.ticket {
  padding: 40px 0;
}
section.ticket .inner{
  border: 1px solid #fe221e;
}
section.ticket h1 {
  margin: 0 auto 20px auto;
  background: url(../img/ttl_ticket.png) no-repeat;
  text-indent: -9999px;
  width: 105px;
  height: 40px;
  background-size: contain;
}
section.ticket dl .icon-tex p {
  margin: -25px 0 0 30px;
}
section.ticket dl dd {
  clear: both;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
section.ticket dl dd .pey{
  font-size: 22px;
  margin-bottom: -13px;
}
section.ticket dl dd .pey span{
  font-size: 15px;
}
section.goods {
  background: #fe221e;
  padding: 40px 0;
}
section.goods h1 {
  margin: 0 auto 20px auto;
  background: url(../img/ttl_goods.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  width: 105px;
  height: 40px;
}

section.goods ul {
  margin: 30px 0 !important;
}
section.goods ul li {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

section.goods .place {
  margin: 20px 0 10px;
  padding: 20px 20px 10px 20px;
  border: 1px solid #fe221e;
}
section.goods .place dl {
  margin-bottom: 15px !important;
  border-bottom: 1px solid #fe221e;
}
section.goods .place dl dt {
  color: #fe221e;;
  padding-bottom: 5px;
  font-weight: bold;
}
section.goods .place dl dd {
  margin-bottom: 15px;
}



section.goods .mid-pri {
  margin: 30px 0px;
}





.mid-pri-bnr {
  text-align: center;
}
.mid-pri-bnr a{
  display: block;
}
section.goods .mid-pri-bnr img{
  max-width: 400px;
  width: 100%;
  margin: 25px 0 0px;
}
section.goods .mid-pri .place{
  border: 1px solid #E0D913;
}



/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: .7;
  }
}
