@charset "UTF-8";
/*
0.General
----------------------------------------*/
html, body {
  height: 100%; }

body {
  font-family: YuGothic, '游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  color: #000;
  background: url("../img/common/back.jpg") center top;
  width: 100%; }

a:hover {
  opacity: 1 !important; }

img {
  max-width: 100%;
  height: auto; }

p {
  font-size: 13px;
  line-height: 1.6; }

.f14 {
  font-size: 13px; }

.f15 {
  font-size: 14px;
  line-height: 1.8; }

.f16 {
  font-size: 15px;
  line-height: 1.8; }

a {
  color: red; }

ul.global-nav {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .4s ease; }

/*
navigation
----------------------------------------*/
a#spbtn {
  display: block;
  position: fixed;
  right: 5px;
  top: 8px;
  width: 20px;
  height: 18px;
  background-color: transparent;
  z-index: 1001;
  padding: 7px;
  border-radius: 5px; }

a#spbtn:hover {
  opacity: 1; }

#spbtn:before,
#spbtn:after,
#spbtn span {
  content: "";
  position: absolute;
  left: 7px;
  width: 20px;
  height: 2px;
  background-color: red;
  opacity: 1; }

#spbtn:before {
  top: 7px; }

#spbtn:after {
  bottom: 7px; }

#spbtn span {
  top: 50%;
  margin-top: -1px; }

#spbtn.selected:before,
#spbtn.selected:after,
#spbtn.selected span {
  background-color: red; }

#spbtn.selected:before {
  -webkit-transform: translate(0px, 8px) rotate(45deg);
  transform: translate(0px, 8px) rotate(45deg); }

#spbtn.selected:after {
  -webkit-transform: translate(0, -8px) rotate(-45deg);
  transform: translate(0, -8px) rotate(-45deg); }

#spbtn.selected span {
  opacity: 0;
  left: 10px; }

#spbtn:before,
#spbtn:after,
#spbtn span,
#spnav,
.navcontainer {
  -webkit-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

nav {
  position: fixed;
  display: block;
  width: 100%;
  overflow: visible;
  height: 45px;
  text-align: center;
  background-color: #fff;
  z-index: 1000; }
  nav h1 {
    display: inline-block; }
    nav h1 a {
      display: block;
      width: 244px;
      height: 45px;
      line-height: 45px;
      background: url("../img/common/logo.png") no-repeat center 10px;
      background-size: 244px 28px;
      margin: 0 15px 0 0;
      text-indent: -9999px; }
  nav ul.global-nav {
    position: fixed;
    display: block;
    width: 100%;
    height: 0;
    top: 45px;
    background-color: #fff;
    overflow: hidden; }
  nav ul.global-nav.selected {
    height: 240px !important; }
  nav li {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px; }
    nav li a {
      display: block;
      font-size: 14px;
      color: #000; }
    nav li:after {
      content: ""; }
    nav li:last-child:after {
      content: ""; }

/*
frame
----------------------------------------*/
.border {
  position: fixed;
  display: block;
  background-color: #fff; }

.border-t,
.border-b {
  z-index: 100; }
  .border-t:before, .border-t:after,
  .border-b:before,
  .border-b:after {
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    z-index: 100; }

.border-t {
  left: 0;
  top: 45px;
  height: 1px;
  width: 100%;
  border-bottom: 3px solid #000; }
  .border-t:before {
    background: url("../img/common/corner_rt.png") no-repeat;
    right: 11px;
    top: 1px; }
  .border-t:after {
    background: url("../img/common/corner_lt.png") no-repeat;
    left: 11px;
    top: 1px; }

.border-b {
  left: 0;
  bottom: 0;
  height: 11px;
  width: 100%;
  border-top: 3px solid #000; }
  .border-b:before {
    background: url("../img/common/corner_rb.png") no-repeat;
    right: 11px;
    top: -14px; }
  .border-b:after {
    background: url("../img/common/corner_lb.png") no-repeat;
    left: 11px;
    top: -14px; }

.border-l,
.border-r {
  z-index: 150; }
  .border-l:after,
  .border-r:after {
    position: absolute;
    content: "";
    width: 3px;
    top: 57px;
    height: -webkit-calc(100% - 79px);
    background-color: #000; }

.border-l {
  left: 0;
  top: 0;
  height: 100%;
  width: 11px; }
  .border-l:after {
    right: -3px; }

.border-r {
  right: 0;
  top: 0;
  height: 100%;
  width: 11px; }
  .border-r:after {
    left: -3px; }

/*
box
----------------------------------------*/
.l-wrapper {
  width: 100%;
  width: -webkit-calc(100% - 25px);
  width: calc(100% - 25px);
  margin: 0 auto;
  padding: 50px 0px 30px 0; }

.l-content {
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  box-sizing: border-box; }
  .l-content header {
    padding: 35px 0 35px 0;
    color: #fff;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center; }
    .l-content header aside {
      font-size: 10px;
      margin: 10px 0 0 0; }

.l-main > h1 {
  background: none;
  width: 100%;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  text-align: center; }

.l-white {
  border: 3px solid #000;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 10px auto;
  padding: 10px 15px; }
  .l-white:last-child {
    margin: 0 auto 0 auto; }

/*
01-top
----------------------------------------*/
#top .l-content {
  position: relative;
  min-height: 545px;
  padding-top: 20px;
  padding-bottom: 0px;
  background: url("../img/top/sp.png") no-repeat center 20px;
  background-size: 320px 545px; }

.top-share {
  position: static;
  margin-top: 385px; }
  .top-share p {
    color: #fff;
    font-weight: bold;
    margin: 0 0 5px 0; }
  .top-share a {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 0 2px 0; }
    .top-share a.fb {
      background: url("../img/top/fb.png") no-repeat #fff center center; }
    .top-share a.tw {
      background: url("../img/top/tw.png") no-repeat #fff center center; }

.top-news {
  position: static;
  margin-top: 20px;
  color: #fff;
  width: 100%;
  font-weight: bold;
  line-height: 1.5; }

.top-spnav {
  display: block !important;
  margin-top: 10px; }
  .top-spnav li {
    display: block;
    width: 100%;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 50px;
    margin: 0 auto 2px auto; }
  .top-spnav a {
    font-size: 16px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    text-align: center;
    color: red; }

/*
02-about
----------------------------------------*/
#about .l-content {
  background: none;
  min-height: 1px; }

.l-about {
  width: 100%;
  float: none;
  color: #fff;
  padding: 30px 0; }
  .l-about h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
    line-height: 1.5; }
  .l-about p {
    font-size: 14px;
    font-weight: bold; }

/*
03-event
----------------------------------------*/
.l-col2-event {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box; }
  .l-col2-event > div {
    width: 100%;
    box-sizing: border-box; }
  .l-col2-event .left {
    float: none; }
    .l-col2-event .left h1 {
      font-size: 20px;
      text-align: center;
      height: 200px;
      box-sizing: border-box;
      padding: 60px 0;
      line-height: 1.5;
      font-weight: bold; }
      .l-col2-event .left h1 aside {
        font-size: 15px; }
  .l-col2-event .orange {
    background-color: #f4af8e;
    padding: 10px;
    box-sizing: border-box; }
  .l-col2-event p {
    padding: 10px;
    box-sizing: border-box; }
  .l-col2-event .right {
    float: none; }
    .l-col2-event .right .img {
      background: url("../img/event/photo01.jpg") no-repeat center center;
      height: 200px; }
  .l-col2-event .event-relate {
    border: 10px solid #fff;
    padding: 10px 5px 5px 5px;
    background-color: #f4af8e; }
    .l-col2-event .event-relate span {
      display: block;
      color: #f4af8e;
      background-color: #fff !important;
      margin: 0 0px 0;
      padding: 3px 5px; }
    .l-col2-event .event-relate h1 {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.5;
      margin: 5px 0;
      padding: 0 10px 0 10px; }

.l-col2-event-2 {
  margin: 0 0 0 0; }
  .l-col2-event-2 section {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    margin: 10px 0 0 0; }
  .l-col2-event-2 h1 {
    font-size: 18px;
    padding: 10px; }
  .l-col2-event-2 p {
    padding: 20px; }
  .l-col2-event-2 .orange {
    background-color: #f4af8e; }

.l-col2-event-3 {
  margin: 0 0 0 0; }
  .l-col2-event-3 section {
    display: block;
    width: 100%;
    background-color: #fff;
    margin: 0 0 10px 0;
    border: 3px solid #000;
    box-sizing: border-box; }
  .l-col2-event-3 h1 {
    display: table;
    height: 60px;
    font-weight: bold;
    width: 100%; }
    .l-col2-event-3 h1 div {
      font-size: 16px !important;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
    .l-col2-event-3 h1 aside {
      margin: 5px 0;
      font-size: 10px !important; }
  .l-col2-event-3 p {
    font-size: 12px;
    padding: 10px;
    background-color: #fde8bf; }
    .l-col2-event-3 p span {
      margin: 0 0 0 50px; }
  .l-col2-event-3 p:nth-of-type(2n) {
    background-color: #fff; }

/*
04-volunteer
----------------------------------------*/
.form {
  background-color: #f2f2f2;
  padding: 10px 10px;
  width: 100%;
  margin: 10px auto 0 auto; }
  .form thead,
  .form tbody,
  .form tr,
  .form th,
  .form td {
    display: block;
    width: 100%;
    box-sizing: border-box; }
  .form th {
    font-size: 14px;
    border-bottom: 0;
    border-bottom: 5px solid transparent; }
    .form th span {
      color: red; }
  .form td {
    font-size: 16px;
    width: 100%;
    border-bottom: 10px solid transparent; }
    .form td input[type="text"] {
      font-size: 16px;
      padding: 5px;
      width: 100%;
      border: none;
      box-sizing: border-box;
      margin: 0 0 2px 0; }
      .form td input[type="text"].name {
        width: 100%; }
      .form td input[type="text"].left {
        float: none; }
      .form td input[type="text"].right {
        float: none; }
    .form td textarea {
      font-size: 16px;
      padding: 5px 10px;
      line-height: 1.5;
      width: 100%;
      height: 150px;
      resize: vertical;
      border: none;
      box-sizing: border-box; }
    .form td input[type="submit"] {
      border: none;
      -webkit-appearance: none;
      color: #000;
      background-color: red;
      width: 100%;
      height: 50px;
      line-height: 50px;
      text-align: center;
      font-size: 16px; }

/*
05-sponcer
----------------------------------------*/
h2.suponcer {
  font-size: 18px;
  margin: 20px 0 10px;
  font-weight: bold; }

.suponcer-list li {
  font-size: 15px;
  display: inline-block;
  line-height: 1.6; }
  .suponcer-list li:after {
    content: "、"; }
  .suponcer-list li:last-child:after {
    content: ""; }

.center {
  margin: 10px 0 20px 0; }
  .center img {
    float: left;
    margin: 0 10px 0 0; }
  .center p {
    font-size: 10px;
    margin: 5px 0 0 0;
    height: auto;
    line-height: 1.5; }

table.sponcer {
  margin: 60px 0 0 0;
  position: relative;
  width: 100%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-collapse: collapse; }
  table.sponcer thead,
  table.sponcer tbody,
  table.sponcer tr,
  table.sponcer td,
  table.sponcer th {
    display: block;
    width: 100%;
    box-sizing: border-box; }
  table.sponcer:after {
    position: absolute;
    content: "";
    width: 93px;
    height: 73px;
    background: url("../img/boshu/fuki.png") no-repeat;
    background-size: 93px 73px;
    right: 3px;
    top: -60px; }
  table.sponcer th {
    width: 100%;
    font-size: 16px;
    vertical-align: top;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    border-right: none;
    text-align: center;
    background-color: #f0f0f0; }
  table.sponcer td {
    font-size: 15px;
    border-bottom: 1px solid #000;
    padding: 10px; }
    table.sponcer td h2 {
      font-weight: bold;
      line-height: 1.5;
      text-align: center; }
    table.sponcer td h2 + div {
      padding: 5px 0 0 0;
      margin: 5px 0 0 0;
      border-top: 1px solid #999; }
      table.sponcer td h2 + div p {
        margin: 10px 0 0 0; }
    table.sponcer td h3 {
      font-weight: bold;
      font-size: 15px;
      line-height: 1.5; }
    table.sponcer td .red {
      color: red; }

/*
06-actor
----------------------------------------*/
.act-list,
.schedule-list {
  display: block;
  margin: 5px 0 0 0; }
  .act-list li,
  .schedule-list li {
    display: inline-block;
    color: #fff;
    font-size: 12px; }
    .act-list li:after,
    .schedule-list li:after {
      content: "  |   ";
      opacity: 0.5; }
    .act-list li:last-child:after,
    .schedule-list li:last-child:after {
      content: ""; }
  .act-list a,
  .schedule-list a {
    color: #fff; }

.l-col2-act {
  margin: 0 0 0 0; }
  .l-col2-act section {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 3px solid #000;
    margin: 0 0 10px 0;
    box-sizing: border-box; }
    .l-col2-act section .act-anc {
      position: absolute;
      top: -65px; }
    .l-col2-act section .img {
      float: left;
      width: 50%;
      height: auto; }
    .l-col2-act section .act-name {
      float: right;
      padding: 0 10px;
      width: 50%;
      box-sizing: border-box;
      height: 120px;
      display: table;
      text-align: left;
      font-weight: bold; }
      .l-col2-act section .act-name .container {
        display: table-cell;
        vertical-align: middle; }
      .l-col2-act section .act-name h1 {
        font-size: 18px;
        line-height: 1.5;
        font-weight: bold; }
        .l-col2-act section .act-name h1 aside {
          font-size: 10px; }

/*
07-schedule
----------------------------------------*/
.googlemap {
  display: none; }

.l-col2-schedule {
  margin: 0 0 0 0; }
  .l-col2-schedule article {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 3px solid #000;
    margin: 0 0 14px 0;
    box-sizing: border-box; }
    .l-col2-schedule article .stage-open {
      width: 100%;
      font-size: 13px;
      font-weight: bold;
      height: 30px;
      line-height: 30px;
      text-indent: 10px;
      border-bottom: 1px solid #000; }
    .l-col2-schedule article .isu {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 30px;
      height: 30px;
      border-left: 1px solid #000; }
      .l-col2-schedule article .isu:before {
        position: absolute;
        right: 35px;
        height: 30px;
        line-height: 30px;
        width: 50px;
        text-align: right;
        font-size: 10px; }
    .l-col2-schedule article.c1 .isu {
      background: url("../img/schedule/icon_chair.png");
      background-size: 30px 30px; }
      .l-col2-schedule article.c1 .isu:before {
        content: "椅子席"; }
    .l-col2-schedule article.c2 .isu {
      background: url("../img/schedule/icon_sajiki.png");
      background-size: 30px 30px; }
      .l-col2-schedule article.c2 .isu:before {
        content: "椅子席"; }
    .l-col2-schedule article.c3 .isu {
      width: 60px;
      background-image: url("../img/schedule/icon_chair.png"), url("../img/schedule/icon_sajiki.png");
      background-repeat: no-repeat, no-repeat;
      background-position: left top, right top;
      background-size: 30px 30px, 30px 30px; }
      .l-col2-schedule article.c3 .isu:before {
        right: 70px;
        width: 80px;
        content: "椅子＋桟敷席"; }
    .l-col2-schedule article h1 {
      font-size: 18px;
      line-height: 1.5;
      padding: 5px 10px 5px 10px;
      padding: 10px 10px 10px 10px;
      font-weight: bold; }
    .l-col2-schedule article table.schedule {
      border-top: none; }
      .l-col2-schedule article table.schedule thead,
      .l-col2-schedule article table.schedule tbody,
      .l-col2-schedule article table.schedule tr,
      .l-col2-schedule article table.schedule th,
      .l-col2-schedule article table.schedule td {
        width: 100%;
        display: block; }
      .l-col2-schedule article table.schedule th {
        width: 100%;
        font-size: 13px;
        padding: 8px;
        border-right: none;
        line-height: 1.3;
        background-color: #f0f0f0;
        box-sizing: border-box; }
      .l-col2-schedule article table.schedule td {
        font-size: 13px;
        padding: 8px;
        line-height: 1.5;
        box-sizing: border-box; }
        .l-col2-schedule article table.schedule td.none-padding {
          padding: 0; }
        .l-col2-schedule article table.schedule td a {
          display: block; }
          .l-col2-schedule article table.schedule td a.gm {
            display: block;
            margin: 5px 0 0 0;
            background-color: red;
            width: 100%;
            height: 25px;
            line-height: 25px;
            color: #fff;
            text-align: center;
            font-weight: bold; }
      .l-col2-schedule article table.schedule tr th, .l-col2-schedule article table.schedule tr td {
        border-bottom: 1px solid #000; }
      .l-col2-schedule article table.schedule tr:last-child th, .l-col2-schedule article table.schedule tr:last-child td {
        border-bottom: none; }
    .l-col2-schedule article .name-container {
      display: table;
      height: 66px; }
      .l-col2-schedule article .name-container .s-name {
        display: table-cell;
        vertical-align: middle;
        line-height: 1.5;
        padding: 0 5px; }
    .l-col2-schedule article .stage-actor li {
      width: 50%;
      float: left;
      height: 66px; }
    .l-col2-schedule article .stage-actor a {
      display: block;
      color: #000; }
      .l-col2-schedule article .stage-actor a .img {
        display: block;
        float: left;
        width: 66px;
        height: 66px; }

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