@charset "UTF-8";
/*-----------------------------*/
/*星野道夫 CSS*/
/*-----------------------------*/
@import "https://necolas.github.io/normalize.css/7.0.0/normalize.css";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese";
@import "https://fonts.googleapis.com/css?family=Noto+Serif+JP";
@import "https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c";
html {
  height: 100%;
  font-size: 10px; }

body {
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #333;
  line-height: 2rem;
  background-color: #fff; }

div,
ul,
li {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

li {
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

i {
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc; }

p {
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  p:first-of-type {
    margin-top: 0; }
  p:last-of-type {
    margin-bottom: 0; }

button {
  display: block;
  cursor: pointer;
  border: none; }
  button:hover {
    opacity: 0.6; }

#env {
  position: fixed;
  z-index: 999999;
  width: 100px;
  padding: 0.3rem;
  background: red;
  left: 0;
  top: 0px;
  color: #fff;
  text-align: center;
  font-size: 1rem; }
  #env:hover {
    opacity: 0; }
  #env.local {
    background: purple; }

.sp {
  display: none; }

.inner {
  position: relative;
  width: 1000px;
  margin: auto; }

.text_l {
  text-align: left; }

.text_r {
  text-align: right; }

.text_c {
  text-align: center; }

.fl_l {
  float: left; }

.fl_r {
  float: right; }

.img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .img_box img {
    max-height: 100%;
    max-width: 100%; }

.mv_wrap {
  margin-bottom: 30px; }
  .mv_wrap p:nth-of-type(n + 2) {
    margin-top: 2rem; }

.title_wrap h1 {
  font-size: 4rem; }

.contents_wrap {
  margin-bottom: 60px; }
  .contents_wrap section {
    margin-bottom: 60px; }
    .contents_wrap section:last-of-type {
      margin-bottom: 0; }
  .contents_wrap:last-of-type {
    margin-bottom: 0; }

#pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px; }
  #pagetop .pagetop {
    width: 50px;
    height: 50px;
    opacity: 0.5;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    #pagetop .pagetop:hover {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.8; }

.boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .boxList li {
    width: 24%;
    margin-bottom: 15px;
    background: #3a86ff; }
    .boxList li:empty {
      visibility: hidden; }
    .boxList li a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      color: #fff; }
      .boxList li a > span {
        display: block; }
    .boxList li .categpry {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      min-width: 5rem;
      padding: 0 0.5rem;
      text-align: center;
      font-size: 1.2rem;
      background: #1347f5;
      color: #fff;
      border-radius: 0 0 4px 0; }
    .boxList li .tn {
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      height: auto; }
      .boxList li .tn::before {
        content: "";
        display: block;
        padding-top: 100%; }
    .boxList li .box_wrap {
      position: relative;
      height: auto; }
      .boxList li .box_wrap::before {
        content: "";
        display: block;
        padding-top: 100%; }
    .boxList li .img_box {
      position: absolute;
      top: 0;
      left: 0;
      padding: 5px; }
    .boxList li .title_box {
      padding: 10px;
      height: 100%;
      background: #3a86ff;
      color: #fff; }
      .boxList li .title_box p {
        margin: 0;
        line-height: 1.8rem; }
    .boxList li .title {
      margin-bottom: 5px;
      font-weight: 200; }
    .boxList li .sub {
      font-size: 1.2rem; }
    .boxList li .date {
      font-size: 1.2rem; }

.textList li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem; }
  .textList li:last-of-type {
    border: none; }
  .textList li a .title {
    text-decoration: underline; }
  .textList li .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .textList li .tn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .textList li .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .textList li .date {
    width: 7em; }
  .textList li .title {
    width: calc(100% - 7em); }

.pagination {
  margin: 20px auto; }
  .pagination .page_munber {
    margin: 0;
    text-align: center;
    font-size: 1.2rem; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .pagination li {
    margin: 0 2px;
    min-width: 3rem;
    text-align: center;
    background: #666; }
    .pagination li > * {
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      padding: 8px 5px;
      color: #fff;
      font-weight: 200;
      font-size: 1.2rem;
      line-height: 1.2rem;
      text-align: center; }
    .pagination li.spacer, .pagination li.off {
      background: #ccc; }
    .pagination li.current, .pagination li:hover {
      background: #fd8800; }
      .pagination li.current a, .pagination li:hover a {
        opacity: 1; }
      .pagination li.current.spacer, .pagination li.current.off, .pagination li:hover.spacer, .pagination li:hover.off {
        background: #ccc; }

header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 10px; }
  header .logo_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px; }
    header .logo_wrap h1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: center;
          align-self: center;
      height: 100%; }
      header .logo_wrap h1 a {
        display: block; }

.gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.gnavi li {
  text-align: center; }
  .gnavi li span {
    display: block;
    font-size: 1rem;
    line-height: 1.2rem; }
  .gnavi li a {
    display: block;
    width: 50px;
    margin: 0px auto 5px;
    position: relative;
    height: auto;
    border-radius: 50px;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% auto; }
    .gnavi li a::before {
      content: "";
      display: block;
      padding-top: 100%; }
    .gnavi li a:hover {
      opacity: 0.6; }
  .gnavi li.tel {
    display: none; }
    .gnavi li.tel a {
      background-color: #38a756;
      background-image: url(../images/common/icon_tel.svg); }
  .gnavi li.ticket a {
    background-color: #ff7600;
    background-image: url(../images/common/icon_ticket.svg); }

.submenu {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 100%;
  width: 30%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .submenu.on {
    left: 70%;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .submenu.on .btn_close {
      display: block; }
  .submenu .menu_box {
    width: 100%;
    height: 100%; }
  .submenu .btn_close {
    display: none;
    position: absolute;
    z-index: 300;
    top: 0;
    left: -40px;
    width: 40px;
    height: 40px;
    background: #333 url(../images/common/icon_close.svg) no-repeat center/40% auto; }
  .submenu li {
    border-bottom: 1px solid #ccc; }
    .submenu li.title {
      padding: 0 10px;
      background: #333;
      font-size: 1rem;
      color: #fff; }
    .submenu li a {
      display: block;
      padding: 10px;
      font-size: 1.2rem;
      color: #333; }
      .submenu li a:hover {
        background: #ccc; }

#overlay {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  background: rgba(0, 0, 0, 0.6); }

.search_wrap {
  padding: 10px 0;
  background: #666; }
  .search_wrap .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .search_wrap form {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto; }
  .search_wrap input[type="text"] {
    padding: 10px;
    width: 100%;
    border-radius: 6px 0 0 6px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: none;
    background: #fff;
    font-size: 1.6rem;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .search_wrap input[type="text"]:focus {
      background: #f8d5d5;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  .search_wrap .btn_search {
    width: 40px;
    background: #333 url(../images/common/icon_search.svg) no-repeat center/40% auto;
    border: none;
    border-radius: 0 6px 6px 0; }
  .search_wrap .btn_submenu {
    width: 40px;
    height: auto;
    margin-left: 10px;
    border-radius: 3px;
    background: #fff url(../images/common/icon_menu.svg) no-repeat center/40% auto; }
  .search_wrap .input_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%; }

main {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-bottom: 50px; }
  main > article {
    width: 1000px;
    margin: auto; }

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 10px 0;
  background: #333; }
  footer .copyright {
    text-align: center;
    font-size: 1rem;
    color: #fff; }

.mv_wrap {
  margin-bottom: 50px; }
  .mv_wrap img {
    width: 100%;
    margin-bottom: 50px; }
  .mv_wrap p {
    width: 1000px;
    margin: auto; }
  .mv_wrap h2 {
    margin-bottom: 20px;
    text-align: center; }
    .mv_wrap h2 span {
      display: inline-block;
      font-weight: bold;
      font-size: 2.2rem;
      border-bottom: 2px solid #333; }

.event_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .event_list li {
    width: 49%;
    margin-bottom: 20px;
    background-color: #e5f0ed; }
    @media only screen and (min-width: 1000px) {
      .event_list li:hover {
        background: #00735a; }
        .event_list li:hover a {
          color: #fff !important; }
          .event_list li:hover a .tn {
            border-color: #0e5f49; }
          .event_list li:hover a .ev_title {
            color: #fff; }
          .event_list li:hover a img {
            outline: none; }
          .event_list li:hover a label {
            color: #fff !important; } }
    .event_list li:empty {
      visibility: hidden; }
    .event_list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .event_list li a .pic {
        width: 35%;
        padding: 10px; }
      .event_list li a .ev_info {
        width: 65%; }
        .event_list li a .ev_info > div {
          width: 100%; }
        .event_list li a .ev_info .ev_title {
          padding: 10px; }
        .event_list li a .ev_info .ev_date,
        .event_list li a .ev_info .ev_place {
          padding: 0px 10px 0px 35px; }
          .event_list li a .ev_info .ev_date i,
          .event_list li a .ev_info .ev_place i {
            width: 20px;
            height: 20px;
            margin-left: -25px; }
          .event_list li a .ev_info .ev_date span,
          .event_list li a .ev_info .ev_place span {
            padding-top: 0px; }
      .event_list li a .tn {
        top: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px); }
      .event_list li a .info_type {
        top: 10px;
        right: 10px;
        width: auto;
        padding: 3px 10px;
        font-size: 1rem;
        line-height: 1rem; }
      .event_list li a .genre {
        bottom: 10px;
        left: 10px;
        padding: 3px 5px;
        font-size: 1rem;
        line-height: 1rem; }

.genre_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .genre_list li {
    width: 48%;
    margin-bottom: 4%;
    padding: 10px;
    border: 1px solid #ccc; }
    .genre_list li:empty {
      visibility: hidden; }
    .genre_list li a:hover {
      opacity: 0.6; }
    .genre_list li .genre_box {
      position: relative;
      text-align: center; }
      .genre_list li .genre_box h3 {
        position: absolute;
        top: 5px;
        left: 5px; }
    .genre_list li .genre_name {
      padding: 15px;
      text-align: center;
      background: #bc1a00;
      color: #fff; }
    .genre_list li .genre_tn img {
      width: 100%; }
    .genre_list li .genre_link {
      display: inline-block;
      padding: 5px 15px;
      margin: 15px auto;
      border-radius: 50px;
      background: #333;
      color: #fff;
      font-weight: bold; }
    .genre_list li .title_recommend {
      margin-bottom: 10px;
      text-align: center; }

.pic {
  position: relative;
  width: 100%;
  padding: 15px;
  background-color: #c2d9d4;
  overflow: hidden;
  position: relative;
  height: auto; }
  .pic::before {
    content: "";
    display: block;
    padding-top: 100%; }

.tn {
  position: absolute;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: #999; }
  .tn img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%; }

.icon-cal {
  background: #516699 url(../images/common/icon_date.svg) no-repeat center/50% auto; }

.icon-hall {
  background: #c33 url(../images/common/icon_place.svg) no-repeat center/50% auto; }

.ev_title {
  padding: 10px 15px;
  color: #14415b;
  font-weight: bold;
  overflow: hidden; }

.ev_date,
.ev_place {
  padding: 5px 15px 5px 50px;
  border-top: 1px dotted #ccc; }

.ev_date i,
.ev_place i {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 1;
  margin-top: 10px;
  margin-left: -35px;
  padding: 5px;
  border-radius: 50%;
  color: #fff; }

.ev_date span,
.ev_place span {
  display: table-cell;
  height: 3em;
  padding-top: 5px;
  vertical-align: middle;
  overflow: hidden; }

.genre {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: inline-block;
  padding: 0 3px;
  border-radius: 3px;
  background-color: #333;
  color: #fff;
  font-size: 1.2rem; }

.info_type {
  position: absolute;
  top: 15px;
  right: 15px;
  margin-right: 0;
  display: inline-block;
  width: 80px;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-size: 1.2rem; }

.type_show {
  background-color: #2b386f; }

.type_on {
  background-color: #d11c00; }

.type_event,
.type_a {
  background-color: #de2900; }

.type_b {
  background-color: #004c7f; }

.type_use {
  background-color: #4d5920; }

.type_pre {
  background-color: #0e4e70; }

.type_out {
  background-color: #4b4646; }

.type_last {
  background-color: #5c1d7b; }

.type_now {
  background-color: #82345b; }

.type_new {
  background-color: #325801; }

.type_free {
  background-color: #cf3400; }

.type_koza {
  background-color: #324921; }

.type_today {
  background-color: #8f4a21; }

.type_over {
  background-color: #333; }

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto; }
  .btn_wrap .btn {
    display: inline-block;
    padding: 5px 15px;
    margin: 15px auto;
    border-radius: 50px;
    background: #999;
    color: #fff;
    font-weight: bold; }

body.top .event_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #e5f0ed; }
  body.top .event_box .pic {
    width: 35%;
    padding: 10px; }
  body.top .event_box .ev_info {
    width: 65%; }
    body.top .event_box .ev_info > div {
      width: 100%; }
    body.top .event_box .ev_info .ev_title {
      padding: 10px; }
    body.top .event_box .ev_info .ev_date,
    body.top .event_box .ev_info .ev_place {
      padding: 0px 10px 0px 35px; }
      body.top .event_box .ev_info .ev_date i,
      body.top .event_box .ev_info .ev_place i {
        width: 20px;
        height: 20px;
        margin-left: -25px; }
      body.top .event_box .ev_info .ev_date span,
      body.top .event_box .ev_info .ev_place span {
        padding-top: 0px; }
  body.top .event_box .tn {
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px); }
  body.top .event_box .info_type {
    top: 10px;
    right: 10px;
    width: auto;
    padding: 3px 10px;
    font-size: 1rem;
    line-height: 1rem; }
  body.top .event_box .genre {
    bottom: 10px;
    left: 10px;
    padding: 3px 5px;
    font-size: 1rem;
    line-height: 1rem; }

/*----------------------------*/
/*SP用 CSS*/
/*----------------------------*/
@media only screen and (max-width: 680px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .inner {
    width: 100%; }

  #env {
    display: none; }

  #pagetop {
    right: 10px;
    bottom: 10px; }

  header .logo_wrap {
    padding: 0 10px; }
    header .logo_wrap h1 {
      width: 65%;
      height: auto; }
      header .logo_wrap h1 a img {
        width: 100%; }

  .gnavi ul {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .gnavi li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .gnavi li.tel {
      display: block; }
    .gnavi li.ticket {
      margin-left: 10px; }
    .gnavi li span {
      display: none; }
    .gnavi li a {
      width: 40px; }

  .submenu {
    width: 70%; }
    .submenu.on {
      left: 30%; }
    .submenu .menu_box {
      overflow: scroll; }

  .search_wrap {
    padding: 10px; }
    .search_wrap input[type="text"] {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto; }

  main > article {
    width: 90%;
    margin: auto; }

  .mv_wrap {
    margin-bottom: 30px; }
    .mv_wrap h2 {
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
      .mv_wrap h2 span {
        font-size: 5.5vw;
        line-height: 6.5vw; }
    .mv_wrap img {
      margin-bottom: 30px; }
    .mv_wrap p {
      width: 90%; }

  .event_list li {
    width: 100%; }

  .genre_list li {
    width: 100%;
    margin-bottom: 20px; }
    .genre_list li .genre_name {
      padding: 10px;
      font-size: 1.2rem; } }

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