@charset "UTF-8";
/* CSS Document */
.kv-event {
  background: url("../images/index/kv.jpg") no-repeat center center;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 767px) {
    .kv-event {
      height: 60vh; } }
  .kv-event h2 {
    position: absolute;
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4em;
    padding: .6em 0;
    top: 0;
    text-align: center;
    letter-spacing: .1em; }
    @media screen and (min-width: 768px) {
      .kv-event h2 {
        font-size: 30px; } }
    .kv-event h2.eat {
      background-color: rgba(255, 115, 106, 0.8); }
      .kv-event h2.eat span {
        background: url("../../img/share/icon-eat.svg") no-repeat left center;
        background-size: 1.4em;
        padding-left: 2em; }
    .kv-event h2.exp {
      background-color: rgba(161, 116, 178, 0.8); }
      .kv-event h2.exp span {
        background: url("../../img/share/icon-exp.svg") no-repeat left center;
        background-size: 1.4em;
        padding-left: 2em; }
    .kv-event h2.play {
      background-color: rgba(115, 198, 119, 0.8); }
      .kv-event h2.play span {
        background: url("../../img/share/icon-play.svg") no-repeat left center;
        background-size: 1.4em;
        padding-left: 2em; }
    .kv-event h2.buy {
      background-color: rgba(41, 166, 216, 0.8); }
      .kv-event h2.buy span {
        background: url("../../img/share/icon-buy.svg") no-repeat left center;
        background-size: 1.4em;
        padding-left: 2em; }
    .kv-event h2.beau {
      background-color: rgba(232, 198, 13, 0.8); }
      .kv-event h2.beau span {
        background: url("../../img/share/icon-beau.svg") no-repeat left center;
        background-size: 1.4em;
        padding-left: 2em; }
    .kv-event h2.etc {
      background-color: rgba(204, 204, 204, 0.8); }
  .kv-event .searchbox {
    background-color: white;
    border-radius: 10px;
    text-align: center;
    border: 1px solid white;
    margin-top: 35px; }
    .kv-event .searchbox h3 {
      background-color: #47ccbf;
      color: white;
      font-weight: 400;
      text-align: center;
      width: 100%;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      padding: .5em 0;
      letter-spacing: .15em; }
    .kv-event .searchbox .inner {
      padding: 10px 30px; }
      .kv-event .searchbox .inner select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border: 1px solid #47ccbf;
        background: none transparent;
        background-color: white;
        font-size: 16px;
        padding: 10px 40px 10px 15px;
        background-image: url("../images/index/serch-arrow.svg");
        background-position: right 15px center;
        background-repeat: no-repeat;
        color: #47ccbf;
        margin-right: 10px; }
      @media screen and (max-width: 767px) {
        .kv-event .searchbox .inner {
          text-align: right; }
          .kv-event .searchbox .inner select {
            display: block;
            width: 100%;
            margin-bottom: .2rem; } }

section#sec01 {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 100px; }
  section#sec01 p.displaying {
    color: #999999;
    margin-bottom: 48px; }
  section#sec01 .wrap {
    width: 104%;
    margin-left: -4%;
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    section#sec01 .wrap article {
      width: 33.3%;
      padding-left: 4%;
      margin-bottom: 4%;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        section#sec01 .wrap article {
          width: 100%;
          margin-bottom: 12%; } }
      section#sec01 .wrap article .inner {
        box-sizing: border-box;
        border: 1px solid #47ccbf;
        position: relative; }
        section#sec01 .wrap article .inner .icon {
          display: inline-block;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translate(-50%, -50%);
          padding: 15px 30px;
          color: white;
          text-align: center; }
          section#sec01 .wrap article .inner .icon.eat {
            background-color: #ff736A; }
          section#sec01 .wrap article .inner .icon.exp {
            background-color: #A174B2; }
          section#sec01 .wrap article .inner .icon.play {
            background-color: #73C677; }
          section#sec01 .wrap article .inner .icon.buy {
            background-color: #29A6D8; }
          section#sec01 .wrap article .inner .icon.beau {
            background-color: #E8C60D; }
          section#sec01 .wrap article .inner .icon.etc {
            background-color: #ccc; }
        section#sec01 .wrap article .inner figure {
          width: 100%; }
        section#sec01 .wrap article .inner .text {
          width: 100%;
          padding: 1rem;
          text-align: center; }
          section#sec01 .wrap article .inner .text .area {
            display: inline-block;
            margin: auto;
            padding: 0 2em;
            box-sizing: border-box;
            border: 1px solid #29a6d8;
            color: #29a6d8;
            text-align: center;
            line-height: 2em;
            font-size: 14px; }
            section#sec01 .wrap article .inner .text .area.area1::after {
              content: "地域1"; }
            section#sec01 .wrap article .inner .text .area.area2::after {
              content: "地域2"; }
          section#sec01 .wrap article .inner .text h3 {
            color: #47ccbf;
            font-size: 1.4rem;
            font-weight: 700;
            letter-spacing: .2em;
            line-height: 1.5em;
            text-align: center;
            margin: 1rem auto; }
          section#sec01 .wrap article .inner .text p, section#sec01 .wrap article .inner .text span {
            text-align: justify;
            color: #4d4d4d;
            font-size: .8rem;
            line-height: 1.7em; }
          section#sec01 .wrap article .inner .text span {
            display: block; }
          section#sec01 .wrap article .inner .text h4 {
            margin-top: 20px;
            width: 100%;
            background: #47ccbf;
            border-radius: 30px;
            color: #fff;
            padding: 5px; }
          section#sec01 .wrap article .inner .text a {
            display: block;
            background-color: #47ccbf;
            color: white;
            font-size: 128%;
            letter-spacing: .2em;
            line-height: 3em;
            margin-top: 1rem; }
  section#sec01 .pagenavi {
    margin: auto;
    display: flex;
    justify-content: center;
    color: #29a6d8;
    font-size: 16px;
    line-height: 2em; }
    @media screen and (max-width: 767px) {
      section#sec01 .pagenavi {
        font-size: 14px; } }
    section#sec01 .pagenavi .wrap-nav {
      border: 1px solid #29a6d8;
      border-radius: 1em;
      display: flex;
      justify-content: center;
      margin: auto 1.5em;
      padding: .1em 4em; }
      @media screen and (max-width: 767px) {
        section#sec01 .pagenavi .wrap-nav {
          margin: auto .5em;
          padding: .1em 1em; } }
      section#sec01 .pagenavi .wrap-nav span, section#sec01 .pagenavi .wrap-nav a {
        display: block;
        width: 2em;
        height: 2em;
        text-align: center;
        line-height: 1.9em;
        border-radius: 1em; }
        section#sec01 .pagenavi .wrap-nav span.current, section#sec01 .pagenavi .wrap-nav a.current {
          background-color: #29a6d8;
          color: white; }
    section#sec01 .pagenavi a.prev img, section#sec01 .pagenavi a.next img {
      margin: auto .4em; }
