.event__block {
  margin-bottom: 60px; }
  .event__block .event {
    width: 1000px;
    margin: 0 auto; }

.guide__block {
  margin-bottom: 60px; }
  .guide__block .guide {
    width: 1000px;
    margin: 0 auto; }
    .guide__block .guide__switchDisp {
      margin-bottom: 24px; }
      .guide__block .guide__switchDisp__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .guide__block .guide__switchDisp__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 4px 24px;
        border: 1px solid #1d2129;
        border-radius: 2px;
        color: #1d2129;
        cursor: pointer;
        width: 140px;
        margin-left: 10px;
        padding: 4px 0;
        text-align: center; }
        .guide__block .guide__switchDisp__item a {
          font-weight: normal;
          display: block;
          color: #1d2129; }
        .guide__block .guide__switchDisp__item:hover {
          font-weight: bold;
          color: #fff;
          background: #76a22d;
          border: 1px solid #76a22d; }
          .guide__block .guide__switchDisp__item:hover a {
            font-weight: bold;
            color: #fff;
            text-decoration: none; }
        .guide__block .guide__switchDisp__item--active {
          font-weight: bold;
          color: #fff;
          background: #76a22d;
          border: 1px solid #76a22d;
          cursor: default; }
          .guide__block .guide__switchDisp__item--active a {
            font-weight: bold;
            color: #fff;
            cursor: default; }
        .guide__block .guide__switchDisp__item svg {
          width: 30px;
          height: 20px;
          padding-right: 8px;
          fill: #1d2129; }
          .guide__block .guide__switchDisp__item svg path.a {
            fill: #1d2129; }
          .guide__block .guide__switchDisp__item svg path.a2 {
            fill: #fff; }
        .guide__block .guide__switchDisp__item:hover svg path {
          fill: #fff; }
          .guide__block .guide__switchDisp__item:hover svg path.a {
            fill: #fff; }
          .guide__block .guide__switchDisp__item:hover svg path.a2 {
            fill: #76a22d; }
        .guide__block .guide__switchDisp__item--active svg path {
          fill: #fff; }
          .guide__block .guide__switchDisp__item--active svg path.a {
            fill: #fff; }
          .guide__block .guide__switchDisp__item--active svg path.a2 {
            fill: #76a22d; }
        .guide__block .guide__switchDisp__item--shuffle.guide__switchDisp__item--active {
          background: #fff;
          border: 1px solid #1d2129;
          color: #1d2129;
          font-weight: normal;
          cursor: pointer; }
          .guide__block .guide__switchDisp__item--shuffle.guide__switchDisp__item--active svg path {
            fill: #1d2129; }
          .guide__block .guide__switchDisp__item--shuffle.guide__switchDisp__item--active:hover {
            background: #76a22d;
            border: 1px solid #76a22d;
            color: #fff;
            font-weight: bold; }
            .guide__block .guide__switchDisp__item--shuffle.guide__switchDisp__item--active:hover svg path {
              fill: #fff; }
              .guide__block .guide__switchDisp__item--shuffle.guide__switchDisp__item--active:hover svg path.a {
                fill: #fff; }
              .guide__block .guide__switchDisp__item--shuffle.guide__switchDisp__item--active:hover svg path.a2 {
                fill: #76a22d; }
    .guide__block .guide__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 60px; }
    .guide__block .guide__item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 33.33%;
      padding: 16px; }
      .guide__block .guide__item:nth-child(6n + 1), .guide__block .guide__item:nth-child(6n + 2), .guide__block .guide__item:nth-child(6n + 3) {
        background: #f2f1ef; }
      .guide__block .guide__item a {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .guide__block .guide__item a:hover {
          text-decoration: none; }
          .guide__block .guide__item a:hover .guide__item__img img {
            opacity: 0.5;
            -webkit-transform: scale(1.05);
                    transform: scale(1.05); }
          .guide__block .guide__item a:hover .guide__item__info__title, .guide__block .guide__item a:hover .guide__item__info__copy {
            color: #e88821; }
      .guide__block .guide__item__img {
        max-width: 100px;
        width: 100%;
        overflow: hidden;
        margin-right: 16px; }
        .guide__block .guide__item__img img {
          width: 100px;
          height: 100px;
          -webkit-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: .5s;
          transition: .5s; }
      .guide__block .guide__item__info {
        width: 185.3px; }
        .guide__block .guide__item__info__title {
          line-height: 1.2;
          margin-bottom: 8px;
          font-size: 1.6rem;
          color: #1d2129; }
        .guide__block .guide__item__info__copy {
          line-height: 1.2; }

.album__block__inner {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 40px; }

.album__block__pcList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 900px;
  margin-bottom: -2%; }
  .album__block__pcList::after {
    content: '';
    display: block;
    width: 32%; }

.album__block__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32%;
  height: auto;
  margin-bottom: 2%;
  padding: 10px 10px 0 10px;
  background: #fff;
  border: 1px solid #ccc; }
  .album__block__item:nth-child(3n) {
    margin-right: 0; }
  .album__block__item a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    font-size: 1.2rem;
    font-weight: normal;
    color: #1d2129;
    outline: none; }
    .album__block__item a img {
      height: auto;
      margin-bottom: 10px;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: .5s;
      transition: .5s; }
    .album__block__item a:hover {
      text-decoration: none; }
      .album__block__item a:hover img {
        opacity: 0.5;
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }

.media {
  margin-bottom: 40px; }
  .media__block__inner {
    width: 900px;
    margin: 0 auto; }
  .media__block__year:first-child .media__block__title .accordionOpen, .media__block__year:nth-child(2) .media__block__title .accordionOpen {
    display: none; }
  .media__block__year:first-child .media__block__title .accordionClose, .media__block__year:nth-child(2) .media__block__title .accordionClose {
    display: block; }
  .media__block__year:first-child .accordion__content, .media__block__year:nth-child(2) .accordion__content {
    display: block; }
  .media__block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 40px;
    font-weight: bold;
    color: #5dc1cf;
    border-bottom: 2px solid #5dc1cf; }
    .media__block__title--accordion {
      display: block;
      color: #5dc1cf;
      font-size: 1.6rem;
      cursor: pointer; }
      .media__block__title--accordion.accordionOpen {
        display: block;
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg); }
      .media__block__title--accordion.accordionClose {
        display: none; }
  .media__block .accordion__content {
    display: none; }
  .media__block__link {
    display: block; }
    .media__block__link:first-child {
      margin-top: 24px; }
    .media__block__link:nth-child(odd) {
      background: #f2eee4; }
    .media__block__link:hover {
      text-decoration: none; }
      .media__block__link:hover .media__block__list {
        background: rgba(170, 166, 156, 0.3); }
      .media__block__link:hover .media__block__item {
        color: #e88821; }
        .media__block__link:hover .media__block__item--cat {
          color: #fff; }
  .media__block__closeLink {
    width: 100%;
    padding: 16px 0;
    font-size: 1.2rem;
    text-align: right;
    background: #fff; }
    .media__block__closeLink:hover {
      text-decoration: none; }
  .media__block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 32px; }
  .media__block__item:nth-child(1) {
    width: 12%; }
  .media__block__item--cat {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 10%;
    margin: 0 16px;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 2px; }
    .media__block__item--cat.tv {
      background: #F2984F; }
    .media__block__item--cat.magazine {
      background: #76A22D; }
    .media__block__item--cat.radio {
      background: #A6333A; }
    .media__block__item--cat.newspaper {
      background: #55A5DB; }
    .media__block__item--cat.book {
      background: #00A99D; }
    .media__block__item--cat.web {
      background: #8c83c6; }
  .media__block__item:nth-child(3) {
    width: 78%; }

.kouen {
  margin-bottom: 40px; }
  .kouen__block__inner {
    width: 900px;
    margin: 0 auto; }
  .kouen__block__year:first-child .kouen__block__title .accordionOpen, .kouen__block__year:nth-child(2) .kouen__block__title .accordionOpen {
    display: none; }
  .kouen__block__year:first-child .kouen__block__title .accordionClose, .kouen__block__year:nth-child(2) .kouen__block__title .accordionClose {
    display: block; }
  .kouen__block__year:first-child .accordion__content, .kouen__block__year:nth-child(2) .accordion__content {
    display: block; }
  .kouen__block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 40px;
    font-weight: bold;
    color: #5dc1cf;
    border-bottom: 2px solid #5dc1cf; }
    .kouen__block__title--accordion {
      display: block;
      color: #5dc1cf;
      font-size: 1.6rem;
      cursor: pointer; }
      .kouen__block__title--accordion.accordionOpen {
        display: block;
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg); }
      .kouen__block__title--accordion.accordionClose {
        display: none; }
  .kouen__block .accordion__content {
    display: none; }
  .kouen__block__list:first-child {
    margin-top: 24px; }
  .kouen__block__list:nth-child(odd) {
    background: #f2eee4; }
  .kouen__block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 32px; }
    .kouen__block__item__date {
      width: 12%; }
    .kouen__block__item__title {
      width: 88%; }
      .kouen__block__item__title a {
        padding-right: 8px; }
  .kouen__block__link {
    padding: 16px 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #e88821;
    text-align: right;
    background: #fff;
    cursor: pointer; }

.singleEvent {
  margin-top: 40px; }
  .singleEvent section {
    margin-bottom: 40px; }
    .singleEvent section .inner {
      width: 1000px;
      margin: 0 auto; }
  .singleEvent .border {
    width: 900px;
    margin: 0 auto;
    margin: 40px auto 20px; }
  .singleEvent .main {
    margin-bottom: 32px; }
    .singleEvent .main__header {
      margin-bottom: 24px; }
      .singleEvent .main__header__item__topList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 24px; }
      .singleEvent .main__header__item__topItem__reservationStatus {
        margin-right: 16px; }
        .singleEvent .main__header__item__topItem__reservationStatus img {
          width: auto;
          height: 40px; }
      .singleEvent .main__header__item__topItem__scheduleFav {
        width: 100%; }
        .singleEvent .main__header__item__topItem__scheduleFav__list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .singleEvent .main__header__item__topItem__scheduleFav__item--date {
          font-size: 1.8rem;
          font-weight: bold; }
        .singleEvent .main__header__item__topItem__scheduleFav__item--fav {
          position: relative;
          top: -3px;
          margin-left: 24px; }
          .singleEvent .main__header__item__topItem__scheduleFav__item--fav button {
            font-size: 35px; }
      .singleEvent .main__header__item__title {
        line-height: 1.4em;
        margin-bottom: 16px;
        font-size: 2rem;
        font-weight: bold;
        color: #e88821; }
        .singleEvent .main__header__item__title span {
          font-size: 1.8rem; }
      .singleEvent .main__header__item__place a {
        font-size: 1.3rem;
        color: #666;
        font-weight: normal; }
        .singleEvent .main__header__item__place a:hover {
          color: #e88821; }
    .singleEvent .main__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .singleEvent .main__content__img {
        max-width: 450px;
        width: 100%;
        height: 100%;
        margin-right: 24px; }
        .singleEvent .main__content__img__list {
          height: 338px;
          margin-bottom: 6px !important; }
        .singleEvent .main__content__img__item img {
          max-width: 450px;
          width: auto;
          max-height: 338px;
          height: 100%;
          margin: 0 auto; }
        .singleEvent .main__content__img button.arrow {
          display: none !important; }
        .singleEvent .main__content__img__thumb__list .slick-list {
          padding: 0 !important; }
          .singleEvent .main__content__img__thumb__list .slick-list .slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            width: 100% !important;
            -webkit-transform: none !important;
                    transform: none !important; }
            .singleEvent .main__content__img__thumb__list .slick-list .slick-track::before, .singleEvent .main__content__img__thumb__list .slick-list .slick-track::after {
              display: none; }
            .singleEvent .main__content__img__thumb__list .slick-list .slick-track::after {
              content: "";
              display: block;
              width: 32.5%; }
            .singleEvent .main__content__img__thumb__list .slick-list .slick-track p {
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              width: 32.5% !important;
              height: auto;
              cursor: pointer;
              border: 2px solid rgba(0, 0, 0, 0); }
              .singleEvent .main__content__img__thumb__list .slick-list .slick-track p.slick-current {
                border: 2px solid #e88821;
                border-radius: 2px; }
              .singleEvent .main__content__img__thumb__list .slick-list .slick-track p:focus {
                outline: none; }
              .singleEvent .main__content__img__thumb__list .slick-list .slick-track p img {
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                width: 100%;
                max-height: 110px;
                -o-object-fit: cover;
                   object-fit: cover;
                -o-object-position: 100% 50%;
                   object-position: 100% 50%; }
        .singleEvent .main__content__img__thumb__item {
          margin-bottom: 6px;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          .singleEvent .main__content__img__thumb__item:hover {
            opacity: 0.5; }
      .singleEvent .main__content__txt p {
        margin-bottom: 24px; }
        .singleEvent .main__content__txt p:last-child {
          margin-bottom: 0; }
  .singleEvent .guide {
    margin-bottom: 0; }
    .singleEvent .guide h3 {
      margin-bottom: 8px;
      font-size: 1.6rem;
      font-weight: bold; }
    .singleEvent .guide__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 16px;
      padding-bottom: 16px;
      border-bottom: 1px solid #ccc; }
      .singleEvent .guide__item:last-child {
        border: none; }
      .singleEvent .guide__item__img {
        max-width: 142.25px;
        width: 100%;
        height: auto;
        margin-right: 24px; }
        .singleEvent .guide__item__img img {
          max-width: 142.25px;
          width: 100%;
          height: auto; }
      .singleEvent .guide__item__info {
        width: 100%; }
        .singleEvent .guide__item__info h4 {
          font-size: 1.8rem;
          font-weight: bold; }
        .singleEvent .guide__item__info__button {
          text-align: right; }
  .singleEvent .info__block {
    padding: 40px;
    background: #f2eee4; }
  .singleEvent .info dl, .singleEvent .info dt, .singleEvent .info dd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .singleEvent .info dl {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #666; }
    .singleEvent .info dl dt {
      font-weight: bold; }
    .singleEvent .info dl dt, .singleEvent .info dl dd {
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid #666; }
      .singleEvent .info dl dt:first-child, .singleEvent .info dl dd:first-child {
        margin-top: 0;
        padding-top: 0;
        border: none; }
        .singleEvent .info dl dt:first-child + dd, .singleEvent .info dl dd:first-child + dd {
          margin-top: 0;
          padding-top: 0;
          border: none; }
    .singleEvent .info dl dt {
      width: 15%;
      float: left; }
    .singleEvent .info dl dd {
      width: 85%;
      margin-left: 15%; }
      .singleEvent .info dl dd:first-child {
        border-top: none !important; }
      .singleEvent .info dl dd a {
        display: inline-block; }
      .singleEvent .info dl dd::after {
        content: '';
        display: block;
        clear: both; }
  .singleEvent .info ul {
    margin-left: 17%; }
    .singleEvent .info ul li {
      list-style-type: disc; }
  .singleEvent .reserve__form {
    text-align: center; }
    .singleEvent .reserve__form__button {
      margin-bottom: 16px;
      background: #aa3636; }
      .singleEvent .reserve__form__button--cancel {
        background: #666; }
  .singleEvent .reserve p {
    text-align: center; }
  .singleEvent .reserve__endTxt {
    color: #DD2E22; }
  .singleEvent .reserve .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px; }
    .singleEvent .reserve .sns .sns_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .singleEvent .reserve .sns .sns_item {
      width: 40px;
      height: auto; }
      .singleEvent .reserve .sns .sns_item:not(:first-child) {
        margin-left: 20px; }
  .singleEvent .related {
    background: #f2eee4;
    margin-bottom: 0 !important;
    padding: 40px; }
    .singleEvent .related .inner {
      margin-top: 40px;
      padding: 16px;
      background: #fff; }
    .singleEvent .related__title {
      font-weight: bold;
      color: #76a22d;
      text-align: center; }
    .singleEvent .related__annotation {
      text-align: center; }
    .singleEvent .related__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .singleEvent .related__list .event__item {
        margin-bottom: 24px; }
        .singleEvent .related__list .event__item:nth-child(n+3) {
          margin-bottom: 0; }
    .singleEvent .related__button {
      margin: 40px auto 80px; }

.singleGuide {
  margin-top: 48px; }
  .singleGuide section {
    margin-bottom: 60px; }
    .singleGuide section .inner {
      width: 1000px;
      margin: 0 auto; }
  .singleGuide .main__guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .singleGuide .main__guide__img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-width: 200px;
      height: 200px;
      margin-right: 40px;
      background: #fff; }
      .singleGuide .main__guide__img img {
        max-width: 200px;
        width: auto;
        height: auto; }
    .singleGuide .main__guide__info__title {
      margin-bottom: 16px;
      font-weight: bold; }
  .singleGuide .reserveEvent {
    background: #f2eee4;
    margin-bottom: 0 !important;
    padding: 40px; }
    .singleGuide .reserveEvent .inner {
      margin-top: 40px;
      padding: 16px;
      background: #fff; }
    .singleGuide .reserveEvent__title {
      margin-bottom: 40px;
      font-weight: bold;
      color: #76a22d;
      text-align: center; }
    .singleGuide .reserveEvent__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .singleGuide .reserveEvent__list .event__item {
        margin-bottom: 0; }
        .singleGuide .reserveEvent__list .event__item:nth-child(n + 4) {
          margin-top: 40px; }
  .singleGuide__pastEvent {
    margin-bottom: 0 !important;
    padding: 40px; }
    .singleGuide__pastEvent .inner {
      margin-bottom: 40px;
      padding-bottom: 40px;
      background: #fff; }
    .singleGuide__pastEvent .border {
      margin: 40px 40px; }
    .singleGuide__pastEvent__title {
      font-weight: bold;
      color: #76a22d;
      text-align: center; }
    .singleGuide__pastEvent__season__title {
      margin-bottom: 16px;
      padding-top: 40px;
      font-weight: bold;
      color: #5dc1cf; }
    .singleGuide__pastEvent__season__list {
      margin-bottom: 40px; }
    .singleGuide__pastEvent__season .event__dispList__item a {
      padding: 13.5px 8px !important; }
    .singleGuide__pastEvent__season .event__dispList__item__schedule {
      width: 11% !important;
      text-align: center; }
    .singleGuide__pastEvent__season .event__dispList__item__title {
      width: 89% !important; }
    .singleGuide__pastEvent__season__button {
      background: #5dc1cf; }

.singleMedia {
  margin-bottom: 60px; }
  .singleMedia__title {
    margin: 80px 0 50px;
    font-weight: bold;
    color: #76a22d;
    text-align: center; }
  .singleMedia__block__inner {
    width: 900px;
    margin: 0 auto; }
  .singleMedia__block__date {
    margin-bottom: 8px;
    font-size: 1.8rem;
    font-weight: bold; }
  .singleMedia__block__titleList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px; }
    .singleMedia__block__titleList h2 {
      font-size: 2rem;
      font-weight: bold;
      color: #e88821; }
  .singleMedia__block__titleItem--cat {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin-right: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background: #000;
    border-radius: 2px; }
    .singleMedia__block__titleItem--cat.tv {
      background: #F2984F; }
    .singleMedia__block__titleItem--cat.magazine {
      background: #76A22D; }
    .singleMedia__block__titleItem--cat.radio {
      background: #A6333A; }
    .singleMedia__block__titleItem--cat.newspaper {
      background: #55A5DB; }
    .singleMedia__block__titleItem--cat.book {
      background: #00A99D; }
    .singleMedia__block__titleItem--cat.web {
      background: #8c83c6; }
  .singleMedia__block__snsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px; }
    .singleMedia__block__snsList .fb-like span {
      vertical-align: baseline !important; }
  .singleMedia__block__snsItem {
    margin-right: 8px; }
    .singleMedia__block__snsItem:last-child {
      margin-right: 0; }
  .singleMedia__block__content {
    margin-bottom: 40px; }
    .singleMedia__block__content p {
      margin-bottom: 24px; }
      .singleMedia__block__content p img {
        max-width: 600px;
        width: 100%;
        height: auto; }
      .singleMedia__block__content p:last-child {
        margin-bottom: 0; }
  .singleMedia__block__paginationList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .singleMedia__block__paginationList p a {
      color: #76a22d; }

.page__block {
  padding: 60px 0; }
  .page__block__inner {
    width: 900px;
    margin: 0 auto;
    font-size: 1.4rem; }
  .page__block h3 {
    margin-bottom: 4px;
    font-weight: bold;
    color: #5dc1cf; }
  .page__block table {
    border-collapse: collapse;
    width: 100%; }
    .page__block table tr td {
      padding: 10px; }
  .page__block iframe {
    width: 100%; }

.about__block {
  padding: 60px 0; }
  .about__block__inner {
    width: 900px;
    margin: 0 auto; }
  .about__block h2 {
    margin-bottom: 40px;
    font-weight: bold;
    color: #5dc1cf;
    text-align: center; }

.about__block__01 {
  padding-top: 0; }
  .about__block__01__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .about__block__01 h2 {
    text-align: left; }
  .about__block__01__left {
    position: relative; }
    .about__block__01__left__txt {
      margin-bottom: 30px; }
      .about__block__01__left__txt:nth-child(6) {
        margin-bottom: 0; }
    .about__block__01__left__img {
      position: absolute;
      right: -130px;
      bottom: 25px;
      width: 197px;
      height: auto; }
  .about__block__01__right {
    margin-top: 20px; }
    .about__block__01__right__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 376px; }
    .about__block__01__right__item {
      overflow: hidden;
      max-width: 180px;
      width: 100%;
      height: 120px;
      margin-bottom: 16px; }
      .about__block__01__right__item a {
        outline: none; }
        .about__block__01__right__item a:hover img {
          opacity: 0.5;
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
      .about__block__01__right__item img {
        width: 180px;
        height: 120px;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: .5s;
        transition: .5s; }
    .about__block__01__right p {
      text-align: right; }

.about__block__02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.about__block__02__left {
  width: 390px;
  margin-right: 40px; }
  .about__block__02__left__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .about__block__02__left__item {
    margin: 0 3.75px 40px 0; }
    .about__block__02__left__item a {
      display: block; }
      .about__block__02__left__item a:hover {
        text-decoration: none; }
        .about__block__02__left__item a:hover .about__block__02__left__item__txt {
          color: #e88821; }
        .about__block__02__left__item a:hover img {
          opacity: 0.5;
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
    .about__block__02__left__item:nth-child(3n) {
      margin-right: 0; }
    .about__block__02__left__item__img {
      max-width: 120px;
      width: 100%;
      overflow: hidden; }
      .about__block__02__left__item__img img {
        width: 120px;
        height: 120px;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: .5s;
        transition: .5s; }
    .about__block__02__left__item__txt {
      font-size: 1.2rem;
      text-align: center; }

.about__block__02__right h2 {
  text-align: left; }

.about__block__02__right__txt {
  margin-bottom: 30px; }

.about__block__02__right h4 {
  margin-bottom: 10px;
  font-weight: bold;
  color: #5dc1cf;
  text-align: center; }

.about__block__02__right__img {
  max-width: 330px;
  width: 100%;
  height: auto;
  margin: 0 auto 40px; }

.about__block__02__right__link {
  text-align: right; }

.about__block__03 {
  background: #f2eee4; }
  .about__block__03__inner {
    display: block; }
  .about__block__03__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .about__block__03__list__point {
      padding-bottom: 40px; }
  .about__block__03__item__flow {
    margin-bottom: 28px; }
    .about__block__03__item__flow:nth-child(n+4) {
      margin-bottom: 0; }

.about__block__04__inner {
  display: block; }

.about__block__04__img {
  width: 100%;
  height: auto; }

.about__block__05 {
  background: #f2eee4; }
  .about__block__05__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .about__block__05__content__left {
      width: 256px; }
    .about__block__05__content__right {
      width: 578px; }
      .about__block__05__content__right__video {
        position: relative;
        width: 100%;
        padding-top: 56.25%; }
        .about__block__05__content__right__video iframe {
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%; }

.history__block {
  padding-bottom: 32px; }
  .history__block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 900px;
    margin: 0 auto; }
  .history__block h2 {
    margin-bottom: 40px;
    font-weight: bold;
    color: #76a22d;
    text-align: center; }
  .history__block__year {
    position: relative;
    width: 100px;
    border-right: 2px solid #666; }
    .history__block__year h3 {
      position: absolute;
      top: -14px;
      left: 0;
      font-size: 2.8rem;
      font-weight: bold;
      color: #5dc1cf; }
  .history__block__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .history__block__description {
    width: 500px;
    margin-right: 30px; }
    .history__block__description p {
      margin-bottom: 32px; }
  .history__block__imgList {
    position: relative;
    width: 220px; }
  .history__block__imgItem {
    position: absolute;
    top: 0;
    width: 220px;
    height: auto;
    padding: 6px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
  .history__block__imgItem__01 {
    top: 100px; }
  .history__block__imgItem__02 {
    top: 100px; }
  .history__block__imgItem__03 {
    top: 380px; }
  .history__block__imgItem__04 {
    top: 10px; }
  .history__block__imgItem__05 {
    top: 300px; }
  .history__block__imgItem__06 {
    top: 80px; }
  .history__block__imgItem__07 {
    top: 320px; }
  .history__block__imgItem__08 {
    top: 780px; }
  .history__block__imgItem__09 {
    top: 10px; }
  .history__block__imgItem__10 {
    top: 230px; }
  .history__block__imgItem__11 {
    top: 480px; }
  .history__block__imgItem__12 {
    top: 30px; }
  .history__block__imgItem__13 {
    top: 400px; }
  .history__block__imgItem__14 {
    top: 10px; }

.history__block__01 {
  margin-top: 60px; }

.managementStaff__block {
  padding: 60px 0; }
  .managementStaff__block__inner {
    width: 900px;
    margin: 0 auto; }
  .managementStaff__block__title {
    margin-bottom: 32px;
    font-weight: bold;
    color: #5dc1cf; }

.managementStaff__block__01 {
  padding-top: 0; }

.managementStaff__block__02 {
  padding-bottom: 36px; }
  .managementStaff__block__02__title {
    margin-bottom: 0; }
  .managementStaff__block__02__descriptionList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 32px; }
  .managementStaff__block__02__descriptionItem {
    margin-right: 8px; }
  .managementStaff__block__02__staffList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .managementStaff__block__02__staffItem {
    width: 276px;
    margin: 0 24px 24px 0;
    padding: 20px;
    background: #F2F2F2; }
    .managementStaff__block__02__staffItem__img {
      width: 150px;
      height: 150px;
      margin: 0 auto;
      background: #666; }
    .managementStaff__block__02__staffItem__name {
      line-height: 1.4em;
      margin: 8px 0;
      font-size: 1.6rem;
      font-weight: bold;
      text-align: center; }
      .managementStaff__block__02__staffItem__name span {
        font-size: 1.2rem;
        font-weight: bold; }
    .managementStaff__block__02__staffItem__description a {
      display: block; }

.managementStaff__block__03 {
  padding-bottom: 20px; }
  .managementStaff__block__03__cheeringMessageList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .managementStaff__block__03__cheeringMessageItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 438px;
    margin-bottom: 40px; }
    .managementStaff__block__03__cheeringMessageItem__img {
      min-width: 150px;
      max-width: 150px;
      width: 100%;
      height: 150px;
      margin-right: 16px;
      background: #666; }
    .managementStaff__block__03__cheeringMessageItem__name {
      font-size: 1.6rem;
      font-weight: bold;
      margin-bottom: 8px; }
      .managementStaff__block__03__cheeringMessageItem__name span {
        display: block;
        font-size: 1.2rem;
        font-weight: bold; }

.pastEvent {
  margin-bottom: 60px; }
  .pastEvent__title {
    margin: 80px 0;
    font-weight: bold;
    color: #76a22d;
    text-align: center; }
  .pastEvent__change {
    margin-bottom: 24px;
    padding: 40px 0;
    background: #f2eee4; }
    .pastEvent__change__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 1000px;
      margin: 0 auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .pastEvent__change__item--title {
      padding-right: 16px;
      color: #5dc1cf; }
    .pastEvent__change__select {
      color: #fff; }
  .pastEvent__block__inner {
    width: 1000px;
    margin: 0 auto; }
    .pastEvent__block__inner h3 {
      margin-bottom: 24px;
      font-weight: bold;
      color: #5dc1cf; }
  .pastEvent__block .event__item__fav {
    display: none; }
  .pastEvent__block .event__dispList__legend {
    display: none !important; }
  .pastEvent__block .event__dispList__item__reservationStatus {
    display: none; }
  .pastEvent__block .event__dispList__item a {
    padding: 13.5px 8px !important; }
  .pastEvent__block .event__dispList__item__fav {
    display: none;
    height: 54px; }

.voice__block {
  margin-bottom: 20px; }
  .voice__block__inner {
    width: 900px;
    margin: 0 auto; }
  .voice__block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 900px; }
    .voice__block__list::after {
      content: "";
      display: block;
      max-width: 290px;
      width: 100%; }
  .voice__block__item {
    max-width: 290px;
    width: 100%;
    margin-bottom: 40px; }
    .voice__block__item img {
      max-width: 290px;
      width: 100%;
      height: auto; }
    .voice__block__item h3 {
      margin: 8px 0;
      font-size: 1.8rem; }

.ordertour {
  margin-bottom: 40px; }
  .ordertour__info {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 60px; }
    .ordertour__info__inner {
      width: 760px;
      margin: 0 auto;
      padding: 40px;
      border: 2px solid #e88821; }
    .ordertour__info__txt {
      margin-bottom: 16px; }
      .ordertour__info__txt--bold {
        font-weight: bold; }
        .ordertour__info__txt--bold span {
          font-weight: normal; }
      .ordertour__info__txt--small {
        font-size: 1.2rem; }
      .ordertour__info__txt:last-child {
        margin-bottom: 0; }
  .ordertour__block__inner {
    width: 760px;
    margin: 0 auto; }
  .ordertour__block__annotation {
    font-weight: bold;
    color: #5dc1cf; }
  .ordertour__block__year:nth-child(2) .ordertour__block__title .accordionOpen, .ordertour__block__year:nth-child(3) .ordertour__block__title .accordionOpen {
    display: none; }
  .ordertour__block__year:nth-child(2) .ordertour__block__title .accordionClose, .ordertour__block__year:nth-child(3) .ordertour__block__title .accordionClose {
    display: block; }
  .ordertour__block__year:nth-child(2) .accordion__content, .ordertour__block__year:nth-child(3) .accordion__content {
    display: block; }
  .ordertour__block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 40px;
    font-weight: bold;
    color: #5dc1cf;
    border-bottom: 2px solid #5dc1cf; }
    .ordertour__block__title--accordion {
      display: block;
      color: #5dc1cf;
      font-size: 1.6rem;
      cursor: pointer; }
      .ordertour__block__title--accordion.accordionOpen {
        display: block;
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg); }
      .ordertour__block__title--accordion.accordionClose {
        display: none; }
  .ordertour__block .accordion__content {
    display: none; }
  .ordertour__block__list:first-child {
    margin-top: 24px; }
  .ordertour__block__list:nth-child(odd) {
    background: #f2eee4; }
  .ordertour__block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 32px; }
    .ordertour__block__item__date {
      width: 12%; }
    .ordertour__block__item__title {
      width: 88%; }
      .ordertour__block__item__title a {
        padding-right: 8px; }
  .ordertour__block__link {
    padding: 16px 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #e88821;
    text-align: right;
    background: #fff;
    cursor: pointer; }

.faq {
  margin-bottom: 40px; }
  .faq__title {
    margin-bottom: 50px !important; }
  .faq__block__inner {
    width: 760px;
    margin: 0 auto; }
  .faq__block__annotation {
    font-weight: bold;
    color: #5dc1cf; }
  .faq__block__year .faq__block__title .accordionOpen {
    display: none; }
  .faq__block__year .faq__block__title .accordionClose {
    display: block; }
  .faq__block__year .accordion__content {
    display: block; }
  .faq__block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 40px;
    font-weight: bold;
    color: #5dc1cf;
    border-bottom: 2px solid #5dc1cf; }
    .faq__block__title--accordion {
      display: block;
      color: #5dc1cf;
      font-size: 1.6rem;
      cursor: pointer; }
      .faq__block__title--accordion.accordionOpen {
        display: block;
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg); }
      .faq__block__title--accordion.accordionClose {
        display: none; }
    .faq__block__title--first {
      padding: 0; }
  .faq__block__list:first-child {
    margin-top: 24px; }
  .faq__block__item {
    margin-bottom: 60px; }
    .faq__block__item:last-child {
      margin-bottom: 0; }
    .faq__block__item__q {
      margin-bottom: 16px;
      font-size: 1.8rem;
      font-weight: bold;
      color: #76a22d; }
  .faq__block__link {
    padding: 16px 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #e88821;
    text-align: right;
    background: #fff;
    cursor: pointer; }

.contact__block, .confirm__block, .complete__block {
  padding: 40px 0 60px; }
  .contact__block__inner, .confirm__block__inner, .complete__block__inner {
    width: 760px;
    margin: 0 auto;
    width: 600px; }
  .contact__block__form, .confirm__block__form, .complete__block__form {
    margin-bottom: 60px; }
    .contact__block__form__input, .confirm__block__form__input, .complete__block__form__input {
      margin-bottom: 40px; }
      .contact__block__form__input__txt, .confirm__block__form__input__txt, .complete__block__form__input__txt {
        margin-bottom: 4px; }
      .contact__block__form__input input, .contact__block__form__input textarea, .confirm__block__form__input input, .confirm__block__form__input textarea, .complete__block__form__input input, .complete__block__form__input textarea {
        padding: 8px;
        outline: none;
        background: #fff;
        border: 1px solid #5dc1cf;
        border-radius: 0; }
      .contact__block__form__input input, .confirm__block__form__input input, .complete__block__form__input input {
        width: 300px; }
      .contact__block__form__input .selectbox, .confirm__block__form__input .selectbox, .complete__block__form__input .selectbox {
        width: 300px; }
        .contact__block__form__input .selectbox select, .confirm__block__form__input .selectbox select, .complete__block__form__input .selectbox select {
          width: 100%; }
      .contact__block__form__input textarea, .confirm__block__form__input textarea, .complete__block__form__input textarea {
        width: 100%; }
    .contact__block__form .submitContact input, .confirm__block__form .submitContact input, .complete__block__form .submitContact input {
      outline: none;
      display: block;
      padding: 16px 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 300px;
      margin: 0 auto;
      font-weight: bold;
      color: #fff;
      text-align: center;
      background: #e88821;
      border-radius: 2px;
      -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
              box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
      -webkit-transition: .2s;
      transition: .2s;
      cursor: pointer; }
      .contact__block__form .submitContact input:hover, .confirm__block__form .submitContact input:hover, .complete__block__form .submitContact input:hover {
        width: 330px;
        -webkit-transform: translate3d(0, 4px, 0);
                transform: translate3d(0, 4px, 0); }

.confirm .contact__block__form__input__results {
  font-weight: bold; }

.confirm .selectbox {
  position: static;
  width: auto;
  font-weight: bold;
  background: none;
  border: none; }
  .confirm .selectbox::before {
    content: none; }

.complete__block__txt {
  margin-bottom: 40px;
  text-align: center; }

.complete__block__button {
  margin-bottom: 60px; }

.privacyPolicy__title {
  margin-bottom: 50px !important; }

.privacyPolicy__block {
  margin-bottom: 60px; }
  .privacyPolicy__block__inner {
    width: 760px;
    margin: 0 auto; }
    .privacyPolicy__block__inner h3 {
      margin-bottom: 24px;
      font-weight: bold;
      color: #5dc1cf;
      text-align: center; }

.disclaimer__title {
  margin-bottom: 50px !important; }

.disclaimer__annotation {
  width: 760px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 60px; }

.disclaimer__block {
  margin-bottom: 60px; }
  .disclaimer__block__inner {
    width: 760px;
    margin: 0 auto; }
    .disclaimer__block__inner h3 {
      margin-bottom: 24px;
      font-weight: bold;
      color: #5dc1cf;
      text-align: center; }

.sitemap__title {
  margin-bottom: 50px !important; }

.sitemap__block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 760px;
  margin: 0 auto; }
  .sitemap__block__inner h3 {
    margin-bottom: 16px;
    font-weight: bold;
    color: #5dc1cf; }

.sitemap__block__split {
  width: 250px; }
  .sitemap__block__split__page {
    margin-bottom: 60px; }
    .sitemap__block__split__page__item {
      margin-bottom: 24px; }
      .sitemap__block__split__page__item:last-child {
        margin-bottom: 0; }

.reserve__block {
  position: relative;
  margin-top: 40px; }
  .reserve__block__inner {
    width: 760px;
    margin: 0 auto; }
  .reserve__block .zoho iframe {
    height: 2000px; }

.reserveSub {
  margin-bottom: 60px; }
  .reserveSub__info {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .reserveSub__info__inner {
      width: 760px;
      margin: 0 auto; }
      .reserveSub__info__inner h3 {
        margin-bottom: 24px;
        color: #5dc1cf;
        font-weight: bold;
        border-bottom: 2px solid #5dc1cf; }
    .reserveSub__info__txt {
      margin-bottom: 16px; }
      .reserveSub__info__txt--bold {
        font-weight: bold; }
        .reserveSub__info__txt--bold span {
          font-weight: normal; }
      .reserveSub__info__txt--small {
        font-size: 1.2rem; }
      .reserveSub__info__txt:last-child {
        margin-bottom: 0; }
    .reserveSub__info__required {
      margin-bottom: 40px; }
      .reserveSub__info__required__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .reserveSub__info__required ul {
        margin-right: 80px; }
        .reserveSub__info__required ul:last-child {
          margin-right: 0; }
    .reserveSub__info__contact ul li {
      margin-bottom: 8px; }
    .reserveSub__info__contact__info {
      margin-bottom: 24px; }
    .reserveSub__info__contact__txt span {
      font-weight: bold; }

.participantForm__block {
  position: relative;
  margin-top: 40px; }
  .participantForm__block__inner {
    width: 760px;
    margin: 0 auto; }
  .participantForm__block .zoho iframe {
/*     height: 1593px;  */
/* 	   height: 1500px; */
}

.cancelpolicy__block {
  margin-bottom: 60px; }
  .cancelpolicy__block__inner {
    width: 760px;
    margin: 0 auto; }
  .cancelpolicy__block__table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 40px; }
    .cancelpolicy__block__table th {
      padding: 6px 0 6px 8px;
      background: #f2eee4;
      font-weight: bold;
      text-align: left; }
    .cancelpolicy__block__table td {
      padding-left: 8px;
      text-align: left; }
    .cancelpolicy__block__table__line {
      padding: 16px 0;
      text-align: center;
      border-bottom: 1px solid #1d2129; }
  .cancelpolicy__block__annotation {
    margin-bottom: 24px; }
  .cancelpolicy__block__contact span {
    font-weight: bold; }

.eventFav__block {
  margin-bottom: 40px; }
  .eventFav__block__title i {
    color: #f5ba07 !important; }
  .eventFav__block .event {
    width: 1000px;
    margin: 0 auto; }
    .eventFav__block .event__header__fav {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important; }

.updown {
  margin-bottom: 50px; }
  .updown__info {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .updown__info__inner {
      width: 760px;
      margin: 0 auto;
      padding: 40px;
      border: 2px solid #e88821; }
    .updown__info__txt {
      margin-bottom: 16px; }
      .updown__info__txt--bold {
        font-weight: bold; }
        .updown__info__txt--bold span {
          font-weight: normal; }
      .updown__info__txt:last-child {
        margin-bottom: 0; }

#wrapper {
  padding-left: 220px; }
  @media screen and (min-width: 1700px) {
    #wrapper {
      position: relative;
      width: 1700px;
      margin: 0 auto; }
      #wrapper .header {
        position: absolute; }
        #wrapper .header__inner {
          position: fixed;
          width: 220px; } }

.sp {
  display: none !important; }

.pc {
  display: block !important; }

a:hover {
  text-decoration: underline; }

.linkEffects:hover {
  color: #e88821; }

.subNav {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 40px; }
  .subNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .subNav__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px 24px;
    border: 1px solid #1d2129;
    border-radius: 2px;
    color: #1d2129;
    cursor: pointer;
    padding: 0;
    text-align: center;
    font-size: 1.2rem; }
    .subNav__item a {
      font-weight: normal;
      display: block;
      color: #1d2129; }
    .subNav__item:hover {
      font-weight: bold;
      color: #fff;
      background: #76a22d;
      border: 1px solid #76a22d; }
      .subNav__item:hover a {
        font-weight: bold;
        color: #fff;
        text-decoration: none; }
    .subNav__item--active {
      font-weight: bold;
      color: #fff;
      background: #76a22d;
      border: 1px solid #76a22d;
      cursor: default; }
      .subNav__item--active a {
        font-weight: bold;
        color: #fff;
        cursor: default; }
    .subNav__item a {
      display: block;
      padding: 4px 0;
      width: 118px; }

.toTopBtn {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; }
  .toTopBtn a {
    padding: 12px 16px;
    color: #fff;
    background: #76a22d;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .toTopBtn a:hover {
      padding: 18px 16px;
      text-decoration: none;
      -webkit-transform: translate3d(0, 2px, 0);
              transform: translate3d(0, 2px, 0); }

.eventFav__block__title, .event__block__title, .guide__block__title {
  margin: 80px 0;
  font-weight: bold;
  color: #76a22d;
  text-align: center; }

.about__title, .album__title, .history__title, .managementStaff__title, .pastEvent__title {
  margin: 80px 0 50px;
  font-weight: bold;
  color: #76a22d;
  text-align: center; }

.page__title,
.media__title, .singleMedia__title, .kouen__title,
.voice__title, .ordertour__title, .faq__title,
.contact__title, .confirm__title, .complete__title, .privacyPolicy__title, .disclaimer__title,
.sitemap__title, .updown__title, .cancelpolicy__title, .reserveSub__title, .error__title, .searchResults__title {
  margin: 80px 0 10px;
  font-weight: bold;
  color: #76a22d;
  text-align: center; }

.page__annotation,
.media__annotation, .singleMedia__annotation, .kouen__annotation,
.voice__annotation, .ordertour__annotation, .faq__annotation,
.contact__annotation, .confirm__annotation, .complete__annotation, .privacyPolicy__annotation, .disclaimer__annotation,
.sitemap__annotation, .updown__annotation, .cancelpolicy__annotation, .reserveSub__annotation, .error__annotation, .searchResults__annotation {
  text-align: center;
  margin-bottom: 15px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 220px;
  height: 100%; }
  .header__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    height: 100%;
    padding: 48px 20px 0; }
  .header__title {
    margin-bottom: 32px; }
  .header__nav {
    margin-bottom: 48px; }
    .header__nav__list {
      margin-left: 8px; }
    .header__nav__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 16px 0;
      line-height: 20px;
      font-weight: bold;
      color: #1d2129; }
      .header__nav__item a svg {
        width: 40px;
        height: 20px;
        padding-right: 8px;
        fill: #e88821; }
      .header__nav__item a:hover {
        text-decoration: none; }
    .header__nav__item:first-child {
      margin-top: -16px; }
    .header__nav__item:nth-child(3) svg {
      width: 40px;
      height: 16px; }
    .header__nav__item:last-child {
      margin-bottom: -16px; }
    .header__nav__link--current {
      color: #e88821 !important;
      cursor: default; }
      .header__nav__link--current svg {
        fill: #e88821; }
  .header__fav {
    width: 160px;
    margin: 0 auto 24px; }
    .header__fav a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 8px 0;
      color: #1d2129;
      text-align: center;
      font-weight: bold;
      font-size: 1.2rem;
      border: 2px solid #f5ba07;
      border-radius: 2px; }
      .header__fav a i {
        padding-right: 8px;
        font-size: 2rem;
        color: #f5ba07; }
      .header__fav a:hover {
        color: #fff;
        background: #f5ba07; }
        .header__fav a:hover i {
          color: #fff; }
      .header__fav a:hover {
        text-decoration: none; }
    .header__fav--current {
      background: #f5ba07; }
      .header__fav--current a {
        color: #fff;
        cursor: default; }
        .header__fav--current a i {
          color: #fff; }
  .header__sns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header__sns__item {
    margin-right: 16px; }
    .header__sns__item:last-child {
      margin-right: 0; }
    .header__sns__item svg {
      width: 40px;
      height: 40px; }
    .header__sns__item img {
      width: 40px;
      height: 40px; }
    .header__sns__item--twitter path {
      fill: #55ACEE; }
    .header__sns__item--facebook path {
      fill: #3B5998; }
    .header__sns__item a:hover {
      opacity: 0.5; }

.topMain .topNav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2); }
  .topMain .topNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 2%; }
  .topMain .topNav__item {
    margin-right: 8px;
    font-size: 1.2rem;
    font-weight: bold; }
    .topMain .topNav__item:first-child a {
      width: 199px; }
    .topMain .topNav__item:nth-child(2) a {
      width: 111px; }
    .topMain .topNav__item a {
      display: block;
      padding: 12px 0;
      color: #1d2129;
      text-align: center; }
      .topMain .topNav__item a:hover {
        color: #76a22d;
        text-decoration: none; }
      .topMain .topNav__item a i {
        padding-right: 8px;
        color: #76a22d; }
    .topMain .topNav__item:nth-child(2) {
      margin-right: 82px; }
    .topMain .topNav__item:last-child {
      margin-right: 0; }
    .topMain .topNav__item--search .search {
      position: relative; }
    .topMain .topNav__item--search .search dt {
      background: #fff;
      border: 2px solid #76a22d;
      border-radius: 2px; }
    .topMain .topNav__item--search .search dt input {
      outline: none;
      width: 180px;
      padding-left: 8px;
      background: none;
      border: none; }
    .topMain .topNav__item--search .search dd {
      position: absolute;
      top: 0;
      left: -48px; }
    .topMain .topNav__item--search .search dd button {
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 50px;
      color: #fff;
      text-align: center;
      background-color: #76a22d;
      border: 2px solid #76a22d;
      border-radius: 2px; }

.topMain .topVisual__item a {
  display: block;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .topMain .topVisual__item a:hover {
    opacity: .8; }

.topMain .topVisual__item img {
  height: auto; }

.topMain .topVisual button i {
  font-size: 3rem;
  color: #666; }

.topMain .topVisual button.arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: #fff;
  opacity: 0.5;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .topMain .topVisual button.arrow--prev {
    left: 0; }
  .topMain .topVisual button.arrow--next {
    right: 0; }
  .topMain .topVisual button.arrow:hover {
    opacity: .8; }

.topMain .news {
  margin-bottom: 40px;
  padding: 8px 0;
  background: #f2eee4; }
  .topMain .news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1000px;
    margin: 0 auto; }
  .topMain .news__title {
    margin-right: 40px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #e88821; }
  .topMain .news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .topMain .news__date {
    margin-right: 16px; }

.topMain .event {
  margin-bottom: 60px; }
  .topMain .event__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px; }
    .topMain .event__header__invalid {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1000;
      width: 100%;
      height: 35px;
      background: #fff;
      opacity: 0; }
  .topMain .event__sort__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .topMain .event__sort__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px 24px;
    border: 1px solid #1d2129;
    border-radius: 2px;
    color: #1d2129;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: normal;
    margin-right: 10px; }
    .topMain .event__sort__item a {
      font-weight: normal;
      display: block;
      color: #1d2129; }
    .topMain .event__sort__item:hover {
      font-weight: bold;
      color: #fff;
      background: #76a22d;
      border: 1px solid #76a22d; }
      .topMain .event__sort__item:hover a {
        font-weight: bold;
        color: #fff;
        text-decoration: none; }
    .topMain .event__sort__item--active {
      font-weight: bold;
      color: #fff;
      background: #76a22d;
      border: 1px solid #76a22d;
      cursor: default; }
      .topMain .event__sort__item--active a {
        font-weight: bold;
        color: #fff;
        cursor: default; }
    .topMain .event__sort__item:last-child {
      margin-right: 0; }
    .topMain .event__sort__item:hover {
      text-decoration: none; }
  .topMain .event__switchDisp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .topMain .event__switchDisp__accepting {
      margin-right: 32px; }
    .topMain .event__switchDisp__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .topMain .event__switchDisp__item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 4px 24px;
      border: 1px solid #1d2129;
      border-radius: 2px;
      color: #1d2129;
      cursor: pointer;
      width: 140px;
      margin-right: 10px;
      padding: 4px 0;
      text-align: center;
      font-size: 1.4rem;
      font-weight: normal;
      border: 1px solid #1d2129;
      border-radius: 2px; }
      .topMain .event__switchDisp__item a {
        font-weight: normal;
        display: block;
        color: #1d2129; }
      .topMain .event__switchDisp__item:hover {
        font-weight: bold;
        color: #fff;
        background: #76a22d;
        border: 1px solid #76a22d; }
        .topMain .event__switchDisp__item:hover a {
          font-weight: bold;
          color: #fff;
          text-decoration: none; }
      .topMain .event__switchDisp__item--active {
        font-weight: bold;
        color: #fff;
        background: #76a22d;
        border: 1px solid #76a22d;
        cursor: default; }
        .topMain .event__switchDisp__item--active a {
          font-weight: bold;
          color: #fff;
          cursor: default; }
      .topMain .event__switchDisp__item:last-child {
        margin-right: 0; }
      .topMain .event__switchDisp__item i {
        padding-right: 8px; }
      .topMain .event__switchDisp__item:hover {
        text-decoration: none; }
  .topMain .event__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 20px; }
  .topMain .event__item {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 32.2%;
    margin-right: 1.7%;
    margin-bottom: 40px; }
    .topMain .event__item:nth-child(3n) {
      margin-right: 0; }
    .topMain .event__item a {
      display: block; }
      .topMain .event__item a:hover {
        text-decoration: none; }
        .topMain .event__item a:hover .event__item__schedule,
        .topMain .event__item a:hover .event__item__title {
          color: #e88821; }
        .topMain .event__item a:hover .event__item__thumbnail {
          position: relative; }
          .topMain .event__item a:hover .event__item__thumbnail img {
            opacity: 0.5;
            -webkit-transform: scale(1.05);
                    transform: scale(1.05); }
    .topMain .event__item__thumbnail {
      width: auto;
      height: auto;
      overflow: hidden; }
      .topMain .event__item__thumbnail img {
        max-height: 189px;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 100% 50%;
           object-position: 100% 50%;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: .5s;
        transition: .5s; }
    .topMain .event__item__schedule {
      margin: 14px 0 8px;
      font-size: 1.6rem;
      font-weight: bold;
      color: #76a22d; }
    .topMain .event__item__title {
      height: 112px;
      margin-bottom: 8px;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.6; }
    .topMain .event__item__place {
      margin-bottom: 10px; }
      .topMain .event__item__place a {
        color: #666;
        font-size: 1.2rem;
        font-weight: normal; }
        .topMain .event__item__place a:hover {
          color: #e88821; }
    .topMain .event__item__info {
      border-left: 4px solid #ccc; }
      .topMain .event__item__info__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0 0 2px 8px; }
      .topMain .event__item__info__item.guideTxtTrim {
        visibility: hidden; }
      .topMain .event__item__info__title {
        width: 70px; }
    .topMain .event__item__reservationStatus {
      position: absolute;
      top: 10px;
      left: 0;
      width: 90px;
      height: auto; }
    .topMain .event__item__fav {
      position: absolute;
      right: 0;
      bottom: -10px;
      text-align: right; }
  .topMain .event__button {
    margin: 0 auto; }
  .topMain .event__dispList {
    font-size: 1.2rem;
    font-weight: bold; }
    .topMain .event__dispList__legend {
      margin: 0 0 24px 8px; }
      .topMain .event__dispList__legend__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 100%; }
      .topMain .event__dispList__legend__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .topMain .event__dispList__legend__item__icon {
          margin-right: 8px; }
          .topMain .event__dispList__legend__item__icon img {
            max-width: 35px;
            width: 100%;
            max-height: 35px;
            height: auto; }
        .topMain .event__dispList__legend__item__txt {
          width: 120px; }
        .topMain .event__dispList__legend__item.guideTxtTrim {
          visibility: hidden; }
    .topMain .event__dispList__item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%; }
      .topMain .event__dispList__item:nth-child(odd) {
        background: #f2eee4; }
      .topMain .event__dispList__item.last {
        background: #fff; }
      .topMain .event__dispList__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 4px 8px; }
        .topMain .event__dispList__item a:hover {
          text-decoration: none; }
          .topMain .event__dispList__item a:hover .event__dispList__item__info {
            color: #e88821; }
        .topMain .event__dispList__item a p {
          font-size: 1.2rem;
          font-weight: bold;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          text-align: left; }
      .topMain .event__dispList__item__reservationStatus {
        width: 4%; }
        .topMain .event__dispList__item__reservationStatus img {
          max-width: 35px;
          width: 100%;
          max-height: 35px;
          height: auto; }
      .topMain .event__dispList__item__schedule {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 16%;
        padding-left: 8px; }
      .topMain .event__dispList__item__no {
        width: 4%; }
      .topMain .event__dispList__item__title {
        width: 62%;
        font-size: 1.4rem !important; }
      .topMain .event__dispList__item__guides {
        width: 11%; }
      .topMain .event__dispList__item__fav {
        width: 3%;
        text-align: center !important; }

.topMain .topAbout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 440px;
  margin-bottom: 40px;
  background: url(../../assets/images/top_about_img.jpg) no-repeat center;
  background-size: cover; }
  .topMain .topAbout__inner {
    margin: 0 auto; }
  .topMain .topAbout__title {
    margin-bottom: 60px;
    font-size: 4rem;
    color: #fff;
    text-align: center; }

.topMain .topMedia {
  margin-bottom: 60px; }
  .topMain .topMedia__inner {
    width: 964px;
    margin: 0 auto; }
  .topMain .topMedia__title {
    margin-bottom: 40px;
    font-weight: bold;
    color: #76a22d;
    text-align: center; }
  .topMain .topMedia__block {
    margin-bottom: 60px; }
    .topMain .topMedia__block__link {
      display: block; }
      .topMain .topMedia__block__link:nth-child(odd) {
        background: #f2eee4; }
      .topMain .topMedia__block__link:hover {
        text-decoration: none; }
        .topMain .topMedia__block__link:hover .topMedia__block__list {
          background: rgba(170, 166, 156, 0.3); }
        .topMain .topMedia__block__link:hover .topMedia__block__item {
          color: #e88821; }
          .topMain .topMedia__block__link:hover .topMedia__block__item--cat {
            color: #fff; }
    .topMain .topMedia__block__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 16px 32px; }
    .topMain .topMedia__block__item:nth-child(1) {
      width: 10%; }
    .topMain .topMedia__block__item--cat {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 10%;
      margin: 0 16px;
      padding: 2px 0;
      text-align: center;
      color: #fff;
      background: #000;
      border-radius: 2px; }
      .topMain .topMedia__block__item--cat.tv {
        background: #F2984F; }
      .topMain .topMedia__block__item--cat.magazine {
        background: #76A22D; }
      .topMain .topMedia__block__item--cat.radio {
        background: #A6333A; }
      .topMain .topMedia__block__item--cat.newspaper {
        background: #55A5DB; }
      .topMain .topMedia__block__item--cat.book {
        background: #00A99D; }
      .topMain .topMedia__block__item--cat.web {
        background: #8c83c6; }
    .topMain .topMedia__block__item:nth-child(3) {
      width: 80%; }

.topMain .topAlbum {
  width: auto;
  padding-bottom: 60px;
  background: url(../../assets/images/top_album_img.jpg) no-repeat center;
  background-size: cover; }
  .topMain .topAlbum__inner {
    width: 964px;
    margin: 0 auto; }
  .topMain .topAlbum__title {
    padding: 40px 0;
    font-weight: bold;
    color: #76a22d;
    text-align: center; }
  .topMain .topAlbum__list {
    letter-spacing: -.3em;
    font-size: 0;
    margin-bottom: 60px; }
  .topMain .topAlbum__item {
    display: inline-block;
    margin: 0 1.92% 1.92% 0; }
    .topMain .topAlbum__item:nth-child(5n) {
      margin-right: 0; }
    .topMain .topAlbum__item:nth-child(n + 6) {
      margin-bottom: 0; }
    .topMain .topAlbum__item a {
      overflow: hidden;
      display: block;
      background: #fff;
      outline: none; }
      .topMain .topAlbum__item a img {
        width: 178px;
        height: 178px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: .5s;
        transition: .5s; }
      .topMain .topAlbum__item a:hover img {
        opacity: 0.5;
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }

.topMain .banner {
  margin: 60px 0; }
  .topMain .banner__inner {
    width: 964px;
    margin: 0 auto; }
  .topMain .banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .topMain .banner__item {
    margin-right: 20px; }
    .topMain .banner__item:last-child {
      margin-right: 0; }
    .topMain .banner__item a {
      display: block; }
      .topMain .banner__item a img {
        width: calc(964px / 3 - 20px);
        height: auto; }
      .topMain .banner__item a:hover {
        opacity: 0.5; }

.footer {
  padding-top: 80px;
  background: #ccc; }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 900px;
    margin: 0 auto; }
  .footer__nav__item {
    margin-bottom: 40px;
    font-weight: bold; }
    .footer__nav__item:last-child {
      margin-bottom: 0; }
    .footer__nav__item a {
      color: #1d2129; }
      .footer__nav__item a:hover {
        text-decoration: none; }
  .footer__copyright {
    padding: 40px 0;
    text-align: center; }

.searchResults__block {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 60px; }
  .searchResults__block__keyword {
    margin-bottom: 40px;
    text-align: center; }
    .searchResults__block__keyword span {
      font-size: 2rem;
      font-weight: bold; }
  .searchResults__block__item:nth-child(even) {
    background: #f2eee4; }
  .searchResults__block__item a {
    display: block;
    padding: 24px; }
    .searchResults__block__item a:hover {
      text-decoration: none; }
      .searchResults__block__item a:hover .searchResults__block__item__thumbnail img {
        opacity: 0.5;
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
      .searchResults__block__item a:hover .searchResults__block__item__cat {
        color: #e88821; }
      .searchResults__block__item a:hover .searchResults__block__item__title {
        color: #e88821; }
      .searchResults__block__item a:hover .searchResults__block__item__copy {
        color: #e88821; }
      .searchResults__block__item a:hover p {
        color: #e88821; }
  .searchResults__block__item__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .searchResults__block__item__thumbnail {
    overflow: hidden;
    max-width: 160px;
    width: 100%;
    height: auto;
    margin-right: 16px; }
    .searchResults__block__item__thumbnail img {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: .5s;
      transition: .5s;
      max-width: 160px;
      width: 100%;
      height: 120px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
    .searchResults__block__item__thumbnail--guide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      .searchResults__block__item__thumbnail--guide__adjust {
        overflow: hidden;
        max-width: 120px;
        width: 100%;
        height: auto; }
        .searchResults__block__item__thumbnail--guide__adjust img {
          max-width: 120px;
          height: auto; }
  .searchResults__block__item__title {
    margin-bottom: 8px;
    font-size: 1.6rem;
    font-weight: bold; }
    .searchResults__block__item__title span {
      font-size: 1.4rem; }
  .searchResults__block__pagination {
    text-align: center; }
    .searchResults__block__pagination a {
      color: #76a22d; }

.error__block {
  margin-bottom: 60px; }
  .error__block__inner {
    width: 900px;
    margin: 0 auto; }
    .error__block__inner .moreBtn span {
      display: inline-block;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }

