@charset "UTF-8";
/* CSS Document */
.kv-event {
  background: url("../images/index/kv.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    .kv-event {
      height: 60vh; } }
  .kv-event h2 {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 115, 106, 0.8);
    color: white;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.4em;
    padding: .6em 0;
    top: 0;
    text-align: center;
    letter-spacing: .1em; }
    .kv-event h2.eat {
      background-color: #ff736A; }
      .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: #A174B2; }
      .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: #73C677; }
      .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: #29A6D8; }
      .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: #E8C60D; }
      .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: #ccc; }
    .kv-event h2.report {
      background-color: #29a6d8; }
  .kv-event h3 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    background-color: #fff;
    color: #47ccbf;
    font-weight: normal;
    padding: .3em 1.5em;
    border-radius: .8em;
    letter-spacing: .12em; }
    @media screen and (min-width: 768px) {
      .kv-event h3 {
        font-size: 36px; } }
  .kv-event span {
    font-size: 24px;
    width: 100%;
    display: block;
    color: white;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
    letter-spacing: .12em; }

main {
  position: relative;
  /*padding-top: 78px;*/ }

section#sec01 {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 100px; }
  section#sec01 .title {
    width: 100%;
    max-width: 1100px;
    margin: 40px auto auto; }
    section#sec01 .title .upper {
      border-bottom: 1px solid #cccccc;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      box-sizing: border-box;
      padding-bottom: 20px; }
      @media screen and (max-width: 767px) {
        section#sec01 .title .upper {
          flex-direction: column;
          align-items: flex-start; } }
      section#sec01 .title .upper .tag {
        padding: 0 2em;
        box-sizing: border-box;
        border: 1px solid #29a6d8;
        color: #29a6d8;
        text-align: center;
        line-height: 2em;
        margin-right: 20px;
        font-size: 14px; }
        @media screen and (max-width: 767px) {
          section#sec01 .title .upper .tag {
            margin-bottom: .5em; } }
        section#sec01 .title .upper .tag.eat::after {
          content: "食べる"; }
        section#sec01 .title .upper .tag.exp::after {
          content: "体験する"; }
        section#sec01 .title .upper .tag.play::after {
          content: "あそぶ"; }
        section#sec01 .title .upper .tag.buy::after {
          content: "買い物する"; }
        section#sec01 .title .upper .tag.beau::after {
          content: "美容・健康"; }
        section#sec01 .title .upper .tag.etc::after {
          content: "その他"; }
      section#sec01 .title .upper P {
        font-weight: bold;
        font-size: 21px;
        line-height: 1.4em; }
    section#sec01 .title .under {
      padding-top: 20px;
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      @media screen and (max-width: 767px) {
        section#sec01 .title .under {
          flex-direction: column; } }
      @media screen and (max-width: 767px) {
        section#sec01 .title .under div.left {
          width: 100%;
          margin-bottom: .5em; } }
      section#sec01 .title .under div.left p {
        color: #47ccbf;
        font-weight: bold;
        font-size: 20px;
        line-height: 1.4em;
        margin-bottom: .2em; }
        @media screen and (max-width: 767px) {
          section#sec01 .title .under div.left p {
            font-size: 18px; } }
      section#sec01 .title .under div.left h3 {
        font-size: 40px;
        line-height: 1.4em;
        margin-top: .2em; }
        @media screen and (max-width: 767px) {
          section#sec01 .title .under div.left h3 {
            font-size: 28px; } }
      @media screen and (max-width: 767px) {
        section#sec01 .title .under div.right {
          width: 100%; } }
      section#sec01 .title .under div.right p.sponsor {
        width: 100%;
        text-align: right;
        margin-bottom: .5em;
        font-size: 14px; }
      section#sec01 .title .under div.right .tel {
        display: flex;
        align-items: center;
        background-color: #29a6d8;
        padding: 10px; }
        section#sec01 .title .under div.right .tel p {
          color: white;
          font-weight: bold; }
          section#sec01 .title .under div.right .tel p.number {
            font-size: 2em;
            min-height: 34px;
            padding-left: 40px;
            background: url("../images/shosai/tel.svg") no-repeat left center;
            margin-left: 10px; }
  section#sec01 .body {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      section#sec01 .body {
        flex-direction: column; } }
    section#sec01 .body .photo {
      width: 35%; }
      @media screen and (max-width: 767px) {
        section#sec01 .body .photo {
          width: 100%; } }
      section#sec01 .body .photo figure {
        width: 100%;
        margin-bottom: 3%; }
        section#sec01 .body .photo figure img {
          width: 100%;
          height: auto; }
    section#sec01 .body .text {
      width: 60%; }
      @media screen and (max-width: 767px) {
        section#sec01 .body .text {
          width: 100%; } }
      section#sec01 .body .text h4 {
        color: #ff736a;
        font-size: 24px;
        margin-bottom: .5em;
        line-height: 1.6em; }
        @media screen and (max-width: 767px) {
          section#sec01 .body .text h4 {
            font-size: 20px; } }
      section#sec01 .body .text > p {
        color: #4d4d4d;
        font-size: 1rem;
        line-height: 1.7em;
        text-align: justify; }
      section#sec01 .body .text h5 {
        margin-top: 90px;
        color: #47ccbf;
        font-size: 20px;
        margin-bottom: .8em; }
        @media screen and (max-width: 767px) {
          section#sec01 .body .text h5 {
            margin-top: 1.5em;
            font-size: 18px; } }
      section#sec01 .body .text table {
        width: 100%;
        border-top: 1px solid #cccccc;
        color: #4d4d4d;
        line-height: 1.6em; }
        section#sec01 .body .text table tr {
          border-bottom: 1px solid #cccccc; }
          section#sec01 .body .text table tr:nth-of-type(odd) {
            background-color: rgba(71, 204, 191, 0.1); }
          section#sec01 .body .text table tr td {
            padding: 1em .5em; }
            section#sec01 .body .text table tr td:first-of-type {
              width: 8em; }
  section#sec01 .g-map {
    margin-top: 60px;
    width: 100%;
    height: 0;
    padding-bottom: 36.8%;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      section#sec01 .g-map {
        padding-bottom: 82%; } }
    section#sec01 .g-map iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
