@charset "UTF-8";
/* CSS Document */
/*-----------------------
INDEX
-------------------------*/
#index {
  /*SPONCER*/ }
  #index header {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px; }
  #index header + div.announce-group .tt-navi {
    padding: 10px 0px;
    color: #fff;
    text-align: center;
    background: #E44D26;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F16529, #E44D26);
    background: -moz-linear-gradient(to right, #F16529, #E44D26);
    background: -o-linear-gradient(to right, #F16529, #E44D26);
    background: -ms-linear-gradient(to right, #F16529, #E44D26);
    background: linear-gradient(to right, #F16529, #E44D26);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
    #index header + div.announce-group .tt-navi a {
      color: #fff; }
    #index header + div.announce-group .tt-navi a + a {
      margin-left: 5px; }
    #index header + div.announce-group .tt-navi .icon-new {
      background-color: #fdde66;
      color: #000000;
      display: inline-block;
      padding: 2px 14px;
      margin-right: 15px;
      font-size: 0.8rem;
      border-radius: 16px; }
    #index header + div.announce-group .tt-navi span.bold {
      color: #fff;
      border: 1px solid #fff;
      padding: 5px;
      margin-right: 5px; }
    #index header + div.announce-group .tt-navi .swiper-container-autoheight {
      background: transparent;
      border-bottom: none; }
      #index header + div.announce-group .tt-navi .swiper-container-autoheight .swiper-wrapper {
        background: transparent; }
    #index header + div.announce-group .tt-navi .swiper-pagination {
      display: none; }
    #index header + div.announce-group .tt-navi .swiper-container:before,
    #index header + div.announce-group .tt-navi .swiper-container:after {
      background: transparent; }
  #index .header-above-group h1 {
    font-size: 10px;
    color: #888888; }
  #index .header-above-group .font-roboto {
    font-size: 12.5px; }
  #index .header-above-group .logo-group h1.logo-img {
    display: inline; }
  #index .main-visual {
    width: 100%;
    border-bottom: 2px solid #000000;
    border-top: 2px #000 solid;
    background-color: #000000;
    position: relative; }
    #index .main-visual a.start-message {
      position: absolute;
      display: inline-block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 573px;
      height: 363px;
      z-index: 100; }
    #index .main-visual li {
      background-color: #ffffff; }
    #index .main-visual .key-v {
      position: relative;
      background-image: url(/wp-content/uploads/2019/04/img_mv00_start2019_bg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      min-height: 50vh;
      overflow: hidden; }
      #index .main-visual .key-v a {
        display: block;
        width: 100%;
        height: 100%; }
      #index .main-visual .key-v img {
        display: block;
        /* width: 1000px; */
        /* max-width: 70vw; */
        height: 85%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
      #index .main-visual .key-v .icon-box {
        width: 154px;
        height: 154px;
        background: url(/img/index/icon_photo_bg.png) no-repeat 0px 0px;
        background-size: 154px 154px;
        position: absolute;
        z-index: 99999;
        bottom: 20px;
        left: 20px; }
        #index .main-visual .key-v .icon-box a {
          width: 154px;
          height: 154px;
          display: block; }
  #index .swiper-container {
    position: relative; }
  #index .swiper-container:before {
    position: absolute;
    content: "";
    display: block;
    width: 33%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 2;
    pointer-events: none; }
  #index .swiper-container:after {
    position: absolute;
    content: "";
    display: block;
    width: 33%;
    height: 100%;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 2;
    pointer-events: none; }
  #index .swiper-container-autoheight {
    height: auto;
    background: 000;
    border-bottom: 2px #000 solid; }
    #index .swiper-container-autoheight .swiper-wrapper {
      background: #000; }
    #index .swiper-container-autoheight .swiper-slide img {
      display: block; }
  #index .fade-mv {
    display: block; }
  #index .main-tab-visual {
    min-height: auto;
    padding-bottom: 3px;
    background: #000;
    overflow: hidden; }
    @media only screen and (orientation: portrait) {
      #index .main-tab-visual .img-box {
        height: 396px;
        width: 100%;
        overflow: hidden;
        text-align: center;
        background: url(/img/index/img_mv_00bonobos.png) no-repeat 0 0;
        background-size: cover;
        position: relative; } }
    @media only screen and (orientation: landscape) {
      #index .main-tab-visual .img-box {
        height: 396px;
        width: 100%;
        overflow: hidden;
        text-align: center;
        background: url(/img/index/img_mv_00bonobos.png) no-repeat 0 0;
        background-size: cover;
        position: relative; } }
    #index .main-tab-visual img {
      display: inline-block;
      height: 100%;
      width: auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-height: 356px; }
  #index .main-container section:first-child {
    padding: 40px 0px !important; }
  #index .main-container section:nth-child(2n+1) {
    background-color: transparent; }
  #index .main-container section:nth-child(2n) {
    background-color: #fff; }
  #index h2 {
    color: #000;
    text-align: center;
    height: 94px;
    width: 100%;
    line-height: 95px;
    margin: 0px !important;
    padding-left: 0px !important;
    display: table;
    border-top: none;
    border-bottom: none;
    font-size: 38px;
    letter-spacing: .03em; }
    #index h2 span {
      display: table-cell;
      vertical-align: middle; }
  #index h2 + * {
    margin-top: 40px; }
  #index .recent-news-group h2 {
    background: url(/img/index/h2_bg_news.png) no-repeat center center;
    background-size: 94px 94px; }
  #index .recent-news-group .news-group a:hover .text {
    filter: alpha(opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6; }
  #index .recent-news-group .news-group span {
    display: block; }
  #index .recent-news-group .news-group .date {
    text-decoration: none;
    color: #555555;
    font-weight: bold;
    width: 84px; }
  #index .recent-news-group .news-group .text {
    text-decoration: underline;
    width: 356px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis; }
  #index .recent-news-group .news-group ul.recent-news-list a {
    display: block;
    width: 440px;
    height: 45px;
    line-height: 45px;
    border-top: #333333 dotted 1px;
    border-bottom: #333333 dotted 1px;
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1.0; }
  #index .recent-news-group .news-group ul.recent-news-list a + a {
    border-top: none; }
  #index .recent-news-group .news-group ul.recent-news-list br {
    display: none; }
  #index .recent-news-group .to-newslist-btn {
    margin-top: 10px; }
    #index .recent-news-group .to-newslist-btn a {
      color: #ffffff;
      text-decoration: none;
      display: inline-block;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -o-border-radius: 2px;
      background: url(/img/index/icon_arrow_tolist.png) #ff7753 no-repeat 10px center;
      padding: 0px 8px 0px 20px; }
  #index .recent-news-group .banner-group {
    width: 440px;
    margin-top: 15px; }
    #index .recent-news-group .banner-group li {
      width: 100%;
      height: auto; }
      #index .recent-news-group .banner-group li a {
        display: block;
        width: 100%; }
      #index .recent-news-group .banner-group li img {
        display: block; }
    #index .recent-news-group .banner-group li {
      margin-bottom: 15px; }
    #index .recent-news-group .banner-group li + li {
      margin-bottom: 0px; }
  #index .recent-news-group .fb-group {
    width: 500px; }
    #index .recent-news-group .fb-group .fb_iframe_widget_fluid span {
      width: 100% !important; }
    #index .recent-news-group .fb-group iframe {
      width: 100% !important; }
    #index .recent-news-group .fb-group ._2p3a {
      width: 100% !important; }
    #index .recent-news-group .fb-group .uiScaledImageContainer._2zfr {
      width: 100% !important; }
  #index .instagram-group h2 {
    background: url(/img/index/h2_bg_insta.png) no-repeat center center;
    background-size: 94px 94px; }
  #index .instagram-group ul.insta-feed.clr li {
    width: 19.2%;
    margin-right: 1%;
    margin-bottom: 1%;
    position: relative;
    overflow: hidden; }
  #index .instagram-group ul.insta-feed.clr li:before {
    padding-top: 100%;
    display: block;
    content: ""; }
  #index .instagram-group ul.insta-feed.clr li:nth-child(5n) {
    margin-right: 0px; }
  #index .instagram-group ul.insta-feed.clr li img {
    width: auto;
    max-width: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%; }
  #index .instagram-group .insta-feed + a {
    display: table;
    margin: 20px auto 0px auto;
    text-align: center;
    background: #294DFD;
    background: -webkit-gradient(linear, left, right, color-stop(0, #294DFD), color-stop(0.11, #473DEB), color-stop(0.22, #8727C7), color-stop(0.33, #D62286), color-stop(0.44, #FA1864), color-stop(0.55, #FF3038), color-stop(0.66, #FE5631), color-stop(0.77, #FF732C), color-stop(0.88, #FFB240), color-stop(1, #FFDF82));
    background: -webkit-linear-gradient(left, #294DFD 0, #473DEB 11%, #8727C7 22%, #D62286 33%, #FA1864 44%, #FF3038 55%, #FE5631 66%, #FF732C 77%, #FFB240 88%, #FFDF82 100%);
    background: -moz-linear-gradient(left, #294DFD 0, #473DEB 11%, #8727C7 22%, #D62286 33%, #FA1864 44%, #FF3038 55%, #FE5631 66%, #FF732C 77%, #FFB240 88%, #FFDF82 100%);
    background: -o-linear-gradient(left, #294DFD 0, #473DEB 11%, #8727C7 22%, #D62286 33%, #FA1864 44%, #FF3038 55%, #FE5631 66%, #FF732C 77%, #FFB240 88%, #FFDF82 100%);
    background: linear-gradient(to right, #294DFD 0, #473DEB 11%, #8727C7 22%, #D62286 33%, #FA1864 44%, #FF3038 55%, #FE5631 66%, #FF732C 77%, #FFB240 88%, #FFDF82 100%);
    padding: 10px 30px;
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px; }
  #index .charity-group h2 {
    background: url(/img/index/h2_bg_charity.png) no-repeat center center;
    background-size: 94px 94px; }
  #index .charity-group div {
    text-align: center; }
    #index .charity-group div .title {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 10px; }
  #index .charity-group div.donation-group {
    width: 940px;
    margin: 30px 20px 0px 20px; }
    #index .charity-group div.donation-group div {
      width: 50%; }
  #index .charity-group div.donation-group + div {
    margin-top: 60px; }
  #index .charity-group .donation01 {
    background: url(/img/index/img_charity_kumamoto.png) no-repeat center center;
    background-size: 214px 210px;
    height: 210px;
    width: 450px;
    vertical-align: middle; }
    #index .charity-group .donation01 p {
      width: 440px; }
  #index .charity-group .donation02 {
    background: url(/img/index/img_charity_touhoku.png) no-repeat center center;
    background-size: 100px 210px;
    height: 210px;
    vertical-align: middle; }
    #index .charity-group .donation02 p {
      width: 440px; }
  #index .open-japan {
    width: 820px;
    font-size: 12px;
    margin: 60px auto 0px auto;
    background-color: #fff;
    padding: 40px; }
    #index .open-japan .bn-box {
      width: 230px;
      height: 100px;
      background-color: #ffffff; }
    #index .open-japan div.right {
      width: 480px;
      text-align: left; }
    #index .open-japan .ecocap-text {
      font-size: 12px;
      color: #555555;
      padding-top: 10px; }
  #index .open-japan + .open-japan {
    margin-top: 1px !important; }
  #index section.sponcer-group {
    position: relative; }
    #index section.sponcer-group a#sponsor {
      position: absolute;
      top: -20px; }
    #index section.sponcer-group h2 {
      background: url(/img/index/h2_bg_sponcer.png) no-repeat center center;
      background-size: 94px 94px; }
    #index section.sponcer-group .sponcer-list li {
      box-shadow: 0 0 0 1px #e5e5e5 inset; }
      #index section.sponcer-group .sponcer-list li a, #index section.sponcer-group .sponcer-list li p {
        height: 115px;
        text-align: center; }
      #index section.sponcer-group .sponcer-list li .xxs {
        width: 155px; }
      #index section.sponcer-group .sponcer-list li .xs {
        width: 206px; }
      #index section.sponcer-group .sponcer-list li .s {
        width: 210px; }
      #index section.sponcer-group .sponcer-list li .m1 {
        width: 237px; }
      #index section.sponcer-group .sponcer-list li .m2 {
        width: 238px; }
      #index section.sponcer-group .sponcer-list li .l {
        width: 268px; }
      #index section.sponcer-group .sponcer-list li .xl {
        width: 320px; }
    #index section.sponcer-group .sponcer-list li + li {
      margin-left: 10px; }
    #index section.sponcer-group .sponcer-list li:nth-child(6),
    #index section.sponcer-group .sponcer-list li:nth-child(10),
    #index section.sponcer-group .sponcer-list li:nth-child(14),
    #index section.sponcer-group .sponcer-list li:nth-child(19),
    #index section.sponcer-group .sponcer-list li:nth-child(23),
    #index section.sponcer-group .sponcer-list li:nth-child(27) {
      margin-left: 0px; }
    #index section.sponcer-group .sponcer-list li:nth-child(n+6) {
      margin-top: 10px; }
    #index section.sponcer-group .sponcer-list img {
      zoom: 0.5; }

/*-----------------------
NEWS / localinfo
-------------------------*/
#news, #localinfo {
  /*出店要項*/
  /*出店申し込み*/ }
  #news .sidenavi, #localinfo .sidenavi {
    width: 210px; }
    #news .sidenavi .news-group a + a, #localinfo .sidenavi .news-group a + a {
      margin-top: 10px; }
    #news .sidenavi .news-group a:hover .text, #localinfo .sidenavi .news-group a:hover .text {
      filter: alpha(opacity=60);
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
      opacity: 0.6; }
    #news .sidenavi .news-group span, #localinfo .sidenavi .news-group span {
      display: block; }
    #news .sidenavi .news-group .date, #localinfo .sidenavi .news-group .date {
      text-decoration: none;
      color: #777777;
      width: 84px; }
    #news .sidenavi .news-group .text, #localinfo .sidenavi .news-group .text {
      text-decoration: underline;
      width: 210px; }
    #news .sidenavi .news-group ul a, #localinfo .sidenavi .news-group ul a {
      display: block;
      width: 210px;
      filter: alpha(opacity=100);
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1.0; }
    #news .sidenavi .localinfo-group li:first-child, #localinfo .sidenavi .localinfo-group li:first-child {
      border-top: 1px #000 dotted; }
    #news .sidenavi .localinfo-group li, #localinfo .sidenavi .localinfo-group li {
      border-bottom: 1px #000 dotted;
      display: block;
      padding: .5em .3em; }
      #news .sidenavi .localinfo-group li a, #localinfo .sidenavi .localinfo-group li a {
        text-decoration: none; }
  #news .contents-group, #localinfo .contents-group {
    width: 730px; }
    #news .contents-group h3, #localinfo .contents-group h3 {
      font-size: 24px;
      padding: .5em;
      border-left: 4px solid #ff8d8d;
      background: #ff6d47;
      color: #fff;
      margin: 2em 0 1em;
      display: block; }
    #news .contents-group .eyecatch + h3, #localinfo .contents-group .eyecatch + h3 {
      margin-top: 0; }
    #news .contents-group h4, #localinfo .contents-group h4 {
      font-size: 20px;
      font-weight: bold;
      padding: .2em 0em;
      border-bottom: 2px solid #000;
      margin-bottom: .5em;
      position: relative;
      margin: 1.5em 0 .5em; }
    #news .contents-group h4:before, #localinfo .contents-group h4:before {
      content: "";
      position: absolute;
      height: 2px;
      width: 2em;
      background-color: #ff6d47;
      bottom: -2px;
      left: 0px; }
    #news .contents-group h5, #localinfo .contents-group h5 {
      font-size: 18px;
      line-height: 1.2em;
      font-weight: bold;
      border-left: 3px solid #ff6d47;
      padding: 0em .6em;
      margin: 1em 0 0.5em;
      color: #000; }
    #news .contents-group a.article-text, #localinfo .contents-group a.article-text {
      font-size: 1px;
      line-height: 1px; }
    #news .contents-group .article-group, #localinfo .contents-group .article-group {
      padding: 0 0 20px 0; }
      #news .contents-group .article-group .title-group, #localinfo .contents-group .article-group .title-group {
        padding: 15px 0;
        width: 100%;
        border-top: 3px solid #000;
        border-bottom: 3px solid #000; }
        #news .contents-group .article-group .title-group span.td, #localinfo .contents-group .article-group .title-group span.td {
          width: 4.5em; }
        #news .contents-group .article-group .title-group h1, #localinfo .contents-group .article-group .title-group h1 {
          font-size: 24px;
          line-height: 1.8em;
          font-weight: bold; }
        #news .contents-group .article-group .title-group h1 + .date, #localinfo .contents-group .article-group .title-group h1 + .date {
          color: #aaa;
          display: inline-block; }
      #news .contents-group .article-group .text-group, #localinfo .contents-group .article-group .text-group {
        padding-top: 20px;
        color: #333;
        font-family: Roboto, sans-serif;
        max-height: 100%;
        font-size: 15px;
        line-height: 2.0em; }
        #news .contents-group .article-group .text-group img, #localinfo .contents-group .article-group .text-group img {
          width: 100%;
          height: auto;
          display: block;
          margin-bottom: 10px;
          max-width: 730px !important; }
        #news .contents-group .article-group .text-group span.embed-youtube, #localinfo .contents-group .article-group .text-group span.embed-youtube {
          width: 100%;
          padding-top: 56.25%;
          position: relative; }
        #news .contents-group .article-group .text-group iframe.youtube-player, #localinfo .contents-group .article-group .text-group iframe.youtube-player {
          max-width: 730px !important;
          width: 100% !important;
          height: 100% !important;
          top: 0;
          right: 0;
          position: absolute; }
        #news .contents-group .article-group .text-group .eyecatch img, #localinfo .contents-group .article-group .text-group .eyecatch img {
          width: 100% !important;
          display: inline-block; }
        #news .contents-group .article-group .text-group img.full-size-img, #localinfo .contents-group .article-group .text-group img.full-size-img {
          width: 100% !important; }
        #news .contents-group .article-group .text-group .alignnone img, #localinfo .contents-group .article-group .text-group .alignnone img {
          width: 100% !important; }
        #news .contents-group .article-group .text-group .wp-caption-text, #localinfo .contents-group .article-group .text-group .wp-caption-text {
          font-size: 0.9rem;
          color: #777;
          font-style: italic; }
        #news .contents-group .article-group .text-group * + p, #localinfo .contents-group .article-group .text-group * + p {
          margin-top: 1.0em; }
        #news .contents-group .article-group .text-group em > a, #localinfo .contents-group .article-group .text-group em > a {
          display: block;
          width: 100%;
          border: 2px solid #000;
          padding: 15px 0px;
          text-align: center;
          font-weight: bold;
          text-decoration: none !important;
          background-color: #fff; }
        #news .contents-group .article-group .text-group .check-sns, #localinfo .contents-group .article-group .text-group .check-sns {
          margin-top: 30px; }
          #news .contents-group .article-group .text-group .check-sns h6, #localinfo .contents-group .article-group .text-group .check-sns h6 {
            display: block;
            padding: 10px;
            color: #4267b2;
            font-weight: bold;
            text-align: center;
            background-color: #e4f0ff;
            font-size: 16px;
            margin-bottom: 20px;
            position: relative; }
          #news .contents-group .article-group .text-group .check-sns h6:after, #localinfo .contents-group .article-group .text-group .check-sns h6:after {
            position: absolute;
            display: block;
            content: "";
            width: 0;
            height: 0;
            border: 10px solid transparent;
            border-top: 10px solid #e4f0ff;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -20px; }
          #news .contents-group .article-group .text-group .check-sns h6 span, #localinfo .contents-group .article-group .text-group .check-sns h6 span {
            font-size: 14px;
            position: relative; }
          #news .contents-group .article-group .text-group .check-sns h6 span:before,
          #news .contents-group .article-group .text-group .check-sns h6 span:after, #localinfo .contents-group .article-group .text-group .check-sns h6 span:before,
          #localinfo .contents-group .article-group .text-group .check-sns h6 span:after {
            display: block;
            font-size: 16px;
            content: "";
            height: 16px;
            width: 2px;
            background-color: #4267b2;
            position: absolute; }
          #news .contents-group .article-group .text-group .check-sns h6 span:before, #localinfo .contents-group .article-group .text-group .check-sns h6 span:before {
            transform: rotate(-30deg);
            top: 0;
            bottom: 0;
            margin: auto;
            left: -1em; }
          #news .contents-group .article-group .text-group .check-sns h6 span:after, #localinfo .contents-group .article-group .text-group .check-sns h6 span:after {
            transform: rotate(30deg);
            top: 0;
            bottom: 0;
            margin: auto;
            right: -1em; }
          #news .contents-group .article-group .text-group .check-sns ul, #localinfo .contents-group .article-group .text-group .check-sns ul {
            display: flex;
            justify-content: space-between; }
          #news .contents-group .article-group .text-group .check-sns ul li, #localinfo .contents-group .article-group .text-group .check-sns ul li {
            width: 31%;
            display: table; }
          #news .contents-group .article-group .text-group .check-sns ul li a, #localinfo .contents-group .article-group .text-group .check-sns ul li a {
            display: table-cell;
            vertical-align: middle;
            padding: 15px;
            border-radius: 10px;
            color: #fff;
            text-decoration: none;
            text-align: center;
            font-weight: bold;
            line-height: 1.0; }
            #news .contents-group .article-group .text-group .check-sns ul li a i.fab, #localinfo .contents-group .article-group .text-group .check-sns ul li a i.fab {
              display: block;
              position: inherit;
              font-size: 1.8em;
              margin-bottom: 0.3em; }
          #news .contents-group .article-group .text-group .check-sns ul li a.fb, #localinfo .contents-group .article-group .text-group .check-sns ul li a.fb {
            background: #1067dd;
            background: -moz-linear-gradient(top, #29b0fc 0%, #1067dd 100%);
            background: -webkit-linear-gradient(top, #29b0fc 0%, #1067dd 100%);
            background: linear-gradient(to bottom, #29b0fc 0%, #1067dd 100%); }
          #news .contents-group .article-group .text-group .check-sns ul li a.tw, #localinfo .contents-group .article-group .text-group .check-sns ul li a.tw {
            background: #53aeef;
            background: -moz-linear-gradient(top, #aee1ff 0%, #53aeef 100%);
            background: -webkit-linear-gradient(top, #aee1ff 0%, #53aeef 100%);
            background: linear-gradient(to bottom, #aee1ff 0%, #53aeef 100%); }
          #news .contents-group .article-group .text-group .check-sns ul li a.in, #localinfo .contents-group .article-group .text-group .check-sns ul li a.in {
            position: relative;
            background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
            background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
            overflow: hidden; }
            #news .contents-group .article-group .text-group .check-sns ul li a.in i.fab, #localinfo .contents-group .article-group .text-group .check-sns ul li a.in i.fab {
              z-index: 3; }
            #news .contents-group .article-group .text-group .check-sns ul li a.in span, #localinfo .contents-group .article-group .text-group .check-sns ul li a.in span {
              position: inherit;
              z-index: 2; }
          #news .contents-group .article-group .text-group .check-sns ul li a.in:after, #localinfo .contents-group .article-group .text-group .check-sns ul li a.in:after {
            content: '';
            position: absolute;
            top: 49%;
            left: -36%;
            width: 120%;
            height: 120%;
            background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
            background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
            z-index: 1; }
    #news .contents-group .article-group + a, #localinfo .contents-group .article-group + a {
      margin-top: 20px;
      display: inline-block; }
    #news .contents-group .banner-group li, #localinfo .contents-group .banner-group li {
      width: 360;
      height: auto; }
      #news .contents-group .banner-group li img, #localinfo .contents-group .banner-group li img {
        display: block;
        width: 360px;
        height: auto; }
    #news .contents-group .banner-group li + li, #localinfo .contents-group .banner-group li + li {
      margin-left: 10px; }
    #news .contents-group .inquiry-group, #localinfo .contents-group .inquiry-group {
      margin-top: 20px;
      border: 1px solid #cccccc; }
      #news .contents-group .inquiry-group .icon-group, #localinfo .contents-group .inquiry-group .icon-group {
        padding: 20px 0px;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding-left: 10px;
        font-weight: bold;
        font-size: 18px;
        line-height: 24.5px; }
        #news .contents-group .inquiry-group .icon-group img, #localinfo .contents-group .inquiry-group .icon-group img {
          vertical-align: middle;
          width: 24.5px;
          display: inline-block;
          margin-right: 10px; }
      #news .contents-group .inquiry-group .inquiry-box, #localinfo .contents-group .inquiry-group .inquiry-box {
        padding: 0px 114px; }
        #news .contents-group .inquiry-group .inquiry-box .left, #localinfo .contents-group .inquiry-group .inquiry-box .left {
          width: 250px;
          text-align: center; }
      #news .contents-group .inquiry-group .icon-group + div, #localinfo .contents-group .inquiry-group .icon-group + div {
        margin-top: 20px;
        padding-bottom: 20px; }
      #news .contents-group .inquiry-group ul, #localinfo .contents-group .inquiry-group ul {
        font-size: 12px; }
      #news .contents-group .inquiry-group .title, #localinfo .contents-group .inquiry-group .title {
        font-size: 16px;
        font-weight: bold; }
      #news .contents-group .inquiry-group ul + p, #localinfo .contents-group .inquiry-group ul + p {
        margin-top: 10px; }
      #news .contents-group .inquiry-group li, #localinfo .contents-group .inquiry-group li {
        padding: 5px 0px 5px 0px;
        font-size: 14px; }
    #news .contents-group .column-wrap, #localinfo .contents-group .column-wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #news .contents-group .column-wrap .post, #localinfo .contents-group .column-wrap .post {
        width: 48%; }
        #news .contents-group .column-wrap .post a, #localinfo .contents-group .column-wrap .post a {
          text-decoration: none;
          position: relative;
          display: inline-block; }
          #news .contents-group .column-wrap .post a .cat-name, #localinfo .contents-group .column-wrap .post a .cat-name {
            font-size: 0.9em;
            font-weight: bold;
            color: #fff;
            background-color: #000;
            display: inline-block;
            padding: .2em .5em;
            position: absolute;
            top: 0;
            left: 0; }
          #news .contents-group .column-wrap .post a img, #localinfo .contents-group .column-wrap .post a img {
            display: block; }
          #news .contents-group .column-wrap .post a h5, #localinfo .contents-group .column-wrap .post a h5 {
            margin: 0.8em 0 0.5em; }
          #news .contents-group .column-wrap .post a p, #localinfo .contents-group .column-wrap .post a p {
            font-size: 0.8em;
            line-height: 1.8;
            margin-top: 0em; }
        #news .contents-group .column-wrap .post a:hover, #localinfo .contents-group .column-wrap .post a:hover {
          opacity: 0.5;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      #news .contents-group .column-wrap .post:nth-child(n+3), #localinfo .contents-group .column-wrap .post:nth-child(n+3) {
        margin-top: 20px; }
  #news .shop-outline-btn, #localinfo .shop-outline-btn {
    color: #333333;
    text-decoration: none;
    font-size: 18px;
    border-radius: 1.5em;
    height: 3em;
    display: table;
    padding: 0 2em;
    font-weight: bold;
    border: 2px solid #000;
    margin: 10px 0 30px;
    background: #fffced; }
    #news .shop-outline-btn i, #localinfo .shop-outline-btn i {
      margin-right: 10px;
      font-size: .8em;
      display: table-cell;
      vertical-align: middle;
      padding-right: 10px; }
    #news .shop-outline-btn .txt, #localinfo .shop-outline-btn .txt {
      display: table-cell;
      vertical-align: middle; }
  #news .shop-entry-btn, #localinfo .shop-entry-btn {
    color: #333333;
    text-decoration: none;
    font-size: 20px;
    border-radius: 1.5em;
    height: 3em;
    display: table;
    padding: 0 4em;
    font-weight: bold;
    background: #ffe259;
    border: 2px solid #000;
    margin: 10px 0; }
    #news .shop-entry-btn i, #localinfo .shop-entry-btn i {
      margin-right: 10px;
      font-size: .8em;
      display: table-cell;
      vertical-align: middle;
      padding-right: 10px; }
    #news .shop-entry-btn .txt, #localinfo .shop-entry-btn .txt {
      display: table-cell;
      vertical-align: middle; }

#localinfo .localinfo-detail-group .content-image {
  margin-bottom: 10px; }
  #localinfo .localinfo-detail-group .content-image img {
    display: block; }
#localinfo .localinfo-detail-group p {
  margin-bottom: 20px; }
#localinfo .localinfo-detail-group + a {
  display: table;
  background: #ff6d47;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 0;
  border-radius: 35px;
  line-height: 70px;
  margin: 70px auto;
  width: 50%;
  text-align: center; }
#localinfo .wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 40px; }
  #localinfo .wp-pagenavi span + span,
  #localinfo .wp-pagenavi span + a,
  #localinfo .wp-pagenavi span + span,
  #localinfo .wp-pagenavi a + a,
  #localinfo .wp-pagenavi a + span {
    margin-left: 2em; }
  #localinfo .wp-pagenavi span.current {
    color: #acacac; }
  #localinfo .wp-pagenavi a.sfwppa-link-next, #localinfo .wp-pagenavi a.sfwppa-link-previous {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px; }
  #localinfo .wp-pagenavi a.sfwppa-link-next:before,
  #localinfo .wp-pagenavi a.sfwppa-link-previous:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff6d47; }
  #localinfo .wp-pagenavi a.sfwppa-link-next:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 6px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  #localinfo .wp-pagenavi a.sfwppa-link-previous:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 8px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  #localinfo .wp-pagenavi span.sfwppa-pages {
    margin-right: 1.5em; }

/*-----------------------
ABOUT
-------------------------*/
#about h3 + * {
  margin-top: 10px; }
#about .about-fes .text-group {
  max-height: 100%; }
#about .about-fes p + p {
  margin-top: 20px; }
#about .about-fes dl {
  margin-top: 20px; }
#about .about-fes dd + dt {
  margin-top: 20px; }
#about .about-fes dd ul .left + .left {
  margin-left: 10px; }
#about .about-fes dd ul .left:nth-child(5n+1) {
  margin-left: 0px !important; }
#about .about-fes dd ul .left:nth-child(n+6) {
  margin-top: 10px; }
#about .about-fes dd ul li {
  display: inline;
  white-space: nowrap; }
  #about .about-fes dd ul li span, #about .about-fes dd ul li img {
    display: block; }
  #about .about-fes dd ul li img + div .td {
    width: 184px;
    text-align: center;
    padding: 5px; }
#about .about-fes dd ul li:after {
  content: " / "; }
#about .about-fes dd ul li:last-child:after {
  content: ""; }
#about .about-fes dd ul a span {
  text-decoration: underline; }
#about .about-fes dd ul a li:hover {
  filter: alpha(opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
#about .about-fes .support-company dt {
  margin-top: 10px; }
#about .how-to-enjoy .text-group {
  max-height: 100%; }
#about .how-to-enjoy div.left {
  width: 300px;
  text-align: left; }
  #about .how-to-enjoy div.left h4 {
    font-weight: bold;
    font-size: 18px;
    padding: .2em 0em;
    border-bottom: 2px solid #feca12;
    margin-bottom: .5em;
    position: relative;
    margin: 0 0 .5em; }
  #about .how-to-enjoy div.left h4:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 2em;
    background-color: #0f0801;
    bottom: -2px;
    left: 0px; }
  #about .how-to-enjoy div.left p {
    text-align: justify; }
#about .how-to-enjoy .left + .left {
  margin-left: 40px; }
#about .how-to-enjoy .left:nth-child(3n+1) {
  margin-left: 0px; }
#about .how-to-enjoy .left:nth-child(n+4) {
  margin-top: 20px; }
#about .event-is-athome .text-group {
  max-height: 100%; }
#about .w100per-box {
  position: relative;
  height: 450px;
  overflow: hidden;
  margin-bottom: 20px; }
  #about .w100per-box img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

/*-----------------------
ARTIST
-------------------------*/
#artist {
  /*一覧*/
  /*詳細*/ }
  #artist .main-container.artist-list h3 {
    font-size: 24px;
    background: #000000;
    color: #ffffff;
    padding: 0px 10px; }
  #artist .main-container.artist-list .artist-list-group li {
    width: 314px; }
    #artist .main-container.artist-list .artist-list-group li a {
      display: inline-block;
      width: 100%;
      text-decoration: none; }
      #artist .main-container.artist-list .artist-list-group li a span {
        display: block;
        width: 100%;
        height: 222px;
        position: relative;
        overflow: hidden;
        background-color: #000; }
        #artist .main-container.artist-list .artist-list-group li a span img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%;
          height: auto;
          max-width: 1000px; }
    #artist .main-container.artist-list .artist-list-group li p {
      margin-top: 5px;
      font-size: 18px; }
  #artist .main-container.artist-list .artist-list-group li + li {
    margin-left: 19px; }
  #artist .main-container.artist-list .artist-list-group li:first-child, #artist .main-container.artist-list .artist-list-group li:nth-child(3n+1) {
    margin-left: 0px; }
  #artist .main-container.artist-list .artist-list-group li:nth-child(n+4) {
    margin-top: 30px; }
  #artist .main-container.artist-single .artist-group .picture-explanation-group {
    min-height: 320px; }
    #artist .main-container.artist-single .artist-group .picture-explanation-group h3 {
      margin: 0px 0px 10px 0px;
      line-height: 1em;
      font-size: 20px; }
    #artist .main-container.artist-single .artist-group .picture-explanation-group .picture-group {
      width: 100%;
      min-height: auto; }
      #artist .main-container.artist-single .artist-group .picture-explanation-group .picture-group img {
        display: block;
        width: 100%;
        height: auto; }
      #artist .main-container.artist-single .artist-group .picture-explanation-group .picture-group img + img {
        margin-top: 20px; }
      #artist .main-container.artist-single .artist-group .picture-explanation-group .picture-group .artist-picture-mini {
        margin-top: 10px; }
        #artist .main-container.artist-single .artist-group .picture-explanation-group .picture-group .artist-picture-mini img {
          width: 24.25%; }
        #artist .main-container.artist-single .artist-group .picture-explanation-group .picture-group .artist-picture-mini img + img {
          margin-top: 0px; }
        #artist .main-container.artist-single .artist-group .picture-explanation-group .picture-group .artist-picture-mini img {
          margin-left: 1%; }
        #artist .main-container.artist-single .artist-group .picture-explanation-group .picture-group .artist-picture-mini img:first-child {
          margin-left: 0px; }
        #artist .main-container.artist-single .artist-group .picture-explanation-group .picture-group .artist-picture-mini img:nth-child(n+5) {
          margin-top: 1%; }
        #artist .main-container.artist-single .artist-group .picture-explanation-group .picture-group .artist-picture-mini img:nth-child(5n) {
          margin-left: 0px; }
    #artist .main-container.artist-single .artist-group .picture-explanation-group .explanation {
      width: 100%;
      min-height: auto; }
      #artist .main-container.artist-single .artist-group .picture-explanation-group .explanation .member-icon {
        width: 53px;
        height: 17px;
        display: block;
        margin-bottom: 5px; }
      #artist .main-container.artist-single .artist-group .picture-explanation-group .explanation .text {
        margin-top: 20px; }
      #artist .main-container.artist-single .artist-group .picture-explanation-group .explanation .link {
        border-top: 1px dotted #333333;
        /*border-bottom: 1px dotted #333333;*/
        line-height: 1.6em;
        padding: 20px 0px;
        margin-top: 20px; }
        #artist .main-container.artist-single .artist-group .picture-explanation-group .explanation .link .left {
          font-weight: bold;
          display: block;
          width: 100%; }
        #artist .main-container.artist-single .artist-group .picture-explanation-group .explanation .link .left + .left {
          font-weight: normal; }
        #artist .main-container.artist-single .artist-group .picture-explanation-group .explanation .link p + p {
          margin-top: 10px; }
      #artist .main-container.artist-single .artist-group .picture-explanation-group .explanation .member-name + .member-name {
        margin-top: 5px; }
      #artist .main-container.artist-single .artist-group .picture-explanation-group .explanation span.name {
        display: block;
        font-weight: bold; }
      #artist .main-container.artist-single .artist-group .picture-explanation-group .explanation span.name + a {
        display: inline-block;
        width: auto;
        word-wrap: break-word; }
      #artist .main-container.artist-single .artist-group .picture-explanation-group .explanation p.member {
        margin-top: 20px; }
  #artist .main-container.artist-single .artist-group .youtube-group {
    padding-top: 50px;
    margin-top: 10px;
    background: url(/img/artist/line.png) repeat-x 0 0; }
    #artist .main-container.artist-single .artist-group .youtube-group .left {
      width: 320px; }
      #artist .main-container.artist-single .artist-group .youtube-group .left div.artist-movie-box {
        height: 250px;
        background-color: #000000; }
      #artist .main-container.artist-single .artist-group .youtube-group .left p {
        margin-top: 5px; }
    #artist .main-container.artist-single .artist-group .youtube-group .left + .left {
      margin-left: 10px; }
    #artist .main-container.artist-single .artist-group .youtube-group .left:nth-child(n+4) {
      margin-top: 10px; }
    #artist .main-container.artist-single .artist-group .youtube-group .left:nth-child(3n+1) {
      margin-left: 0px; }
  #artist .andmore {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: 60px 0px 100px 0px;
    color: #ffc600; }

/*-----------------------
DJ-SOUNDSYSTEM
-------------------------*/
#dj-ss h3 {
  margin: 15px 0px;
  line-height: 1em; }
  #dj-ss h3 .jp {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    padding-left: 10px; }
#dj-ss .ss-group h3 {
  margin-top: 0px !important; }
#dj-ss .ss-group .picture-explanation-group .picture-group {
  width: 410px;
  height: auto; }
  #dj-ss .ss-group .picture-explanation-group .picture-group img {
    width: 100%; }
#dj-ss .ss-group .picture-explanation-group .explanation {
  width: 550px;
  height: 380px; }
  #dj-ss .ss-group .picture-explanation-group .explanation .link {
    margin-top: 20px;
    border-top: 1px dotted #333333;
    /*border-bottom: 1px dotted #333333;*/
    line-height: 1.6em;
    padding: 10px 0px; }
    #dj-ss .ss-group .picture-explanation-group .explanation .link span {
      font-weight: bold;
      display: block; }
    #dj-ss .ss-group .picture-explanation-group .explanation .link span + span {
      font-weight: normal; }
  #dj-ss .ss-group .picture-explanation-group .explanation span.name {
    display: inline-block; }
  #dj-ss .ss-group .picture-explanation-group .explanation p.member {
    margin-top: 5px; }
#dj-ss .dj-group .dj-detail-group + .dj-detail-group {
  margin-left: 20px; }
#dj-ss .dj-group .picture-explanation-group .picture-group {
  width: 230px;
  height: 230px; }
  #dj-ss .dj-group .picture-explanation-group .picture-group img {
    width: 100%;
    height: auto; }
#dj-ss .dj-group .picture-explanation-group .explanation {
  width: 230px; }
  #dj-ss .dj-group .picture-explanation-group .explanation h2 + p {
    margin-bottom: 10px; }
  #dj-ss .dj-group .picture-explanation-group .explanation .link {
    border-top: 1px dotted #333333;
    /*border-bottom: 1px dotted #333333;*/
    line-height: 1.6em;
    padding: 10px 0px;
    margin-top: 10px; }
    #dj-ss .dj-group .picture-explanation-group .explanation .link span {
      font-weight: bold;
      display: block; }
    #dj-ss .dj-group .picture-explanation-group .explanation .link a {
      font-weight: normal;
      display: block; }
    #dj-ss .dj-group .picture-explanation-group .explanation .link a + span {
      margin-top: 10px; }
  #dj-ss .dj-group .picture-explanation-group .explanation span.name {
    display: inline-block;
    width: 8em; }
  #dj-ss .dj-group .picture-explanation-group .explanation p.member {
    margin-top: 5px; }

/*-----------------------
WORKSHOP
-------------------------*/
#workshop h2 {
  width: 100%;
  display: flex; }
  #workshop h2 span {
    align-items: center; }
  #workshop h2 span + span {
    font-size: 0.8em;
    display: inline-block;
    padding-left: 10px; }
#workshop h3 {
  line-height: 1.4em;
  display: inline-block; }
  #workshop h3 p {
    display: inline; }
#workshop .workshop-group h3 {
  font-size: 24px;
  background: none;
  padding: 0 0 .5em 0;
  border-bottom: 2px solid #feca12;
  position: relative;
  margin: 0 0 .5em;
  display: block; }
#workshop .workshop-group h3:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 2em;
  background-color: #0f0801;
  bottom: -2px;
  left: 0px; }
#workshop .workshop-group h3 + * {
  margin-top: 0px; }
#workshop .workshop-group .workshop-detail-group img {
  border: 1px solid #eee; }
#workshop .workshop-group .workshop-detail-group + .workshop-detail-group {
  margin-top: 40px; }
#workshop .workshop-group .picture-explanation-group .picture-group {
  width: 230px;
  height: 230px; }
#workshop .workshop-group .picture-explanation-group .explanation {
  width: 730px; }
  #workshop .workshop-group .picture-explanation-group .explanation p + p {
    margin-top: 10px; }
#workshop .workshop-group .detail-link-group {
  margin-top: 20px; }
  #workshop .workshop-group .detail-link-group ul {
    display: flex;
    width: 100%;
    justify-content: space-around;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background: #fff; }
    #workshop .workshop-group .detail-link-group ul li.flex-item {
      width: 100%; }
      #workshop .workshop-group .detail-link-group ul li.flex-item span {
        background-color: #000;
        display: inline-block;
        padding: 5px;
        color: #fff;
        width: 100%;
        border-right: 1px solid #f5f5f5; }
      #workshop .workshop-group .detail-link-group ul li.flex-item span + p {
        padding: 5px;
        border-right: 1px solid #000;
        background: #fff; }
    #workshop .workshop-group .detail-link-group ul li.flex-item:last-child span {
      border-right: none; }
    #workshop .workshop-group .detail-link-group ul li.flex-item:last-child span + p {
      border-right: none; }
  #workshop .workshop-group .detail-link-group .link {
    border: 1px solid #333333;
    line-height: 40px;
    padding: 0px 10px;
    background-color: #e4e4e4; }
#workshop .shop-group .shop-detail-group h3 {
  margin: 5px 0;
  background: none; }
#workshop .shop-group .shop-detail-group .shop-icon-food {
  display: block;
  padding: 0px 5px;
  background: #DE7557;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  color: #ffffff;
  margin: 10px 0px 8px 0px; }
#workshop .shop-group .shop-detail-group .shop-icon-item {
  display: block;
  padding: 0px 5px;
  background: #86b775;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  color: #ffffff;
  margin: 10px 0px 8px 0px; }
#workshop .shop-group .shop-detail-group .shop-icon-massage {
  display: block;
  padding: 0px 5px;
  background: #E2CA40;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  color: #ffffff;
  margin: 10px 0px 8px 0px; }
#workshop .shop-group .shop-detail-group + .shop-detail-group {
  margin-left: 20px; }
#workshop .shop-group .shop-detail-group:nth-child(4n+1) {
  margin-left: 0px !important; }
#workshop .shop-group .shop-detail-group:nth-child(n+5) {
  margin-top: 20px; }
#workshop .shop-group .picture-explanation-group h2 {
  margin: 10px 0px;
  line-height: 1em; }
#workshop .shop-group .picture-explanation-group .picture-group {
  width: 230px;
  height: 230px;
  border: 1px solid #cccccc;
  margin: -1px; }
  #workshop .shop-group .picture-explanation-group .picture-group img {
    display: block; }
#workshop .shop-group .picture-explanation-group .explanation {
  width: 230px; }
  #workshop .shop-group .picture-explanation-group .explanation h2 + p {
    margin-bottom: 10px; }
  #workshop .shop-group .picture-explanation-group .explanation .link {
    margin: 10px 0;
    border-top: 1px dotted #333333;
    border-bottom: 1px dotted #333333;
    line-height: 40px;
    padding: 0px 10px; }
    #workshop .shop-group .picture-explanation-group .explanation .link .right + .right {
      margin-right: 5px; }

/*-----------------------
ART-SHOW
-------------------------*/
#art-show h2 {
  width: 100%;
  display: flex; }
  #art-show h2 span {
    align-items: center; }
  #art-show h2 span + span {
    font-size: 0.8em;
    display: inline-block;
    padding-left: 10px; }
#art-show h2 + .artist-box {
  margin-top: 0px; }
#art-show h3 {
  font-size: 24px;
  background: none;
  padding: 0 0 .5em 0;
  border-bottom: 2px solid #feca12;
  position: relative;
  margin: 0 0 .5em;
  display: block; }
#art-show h3:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 2em;
  background-color: #0f0801;
  bottom: -2px;
  left: 0px; }
#art-show * + .artist-box {
  margin-top: 30px; }
#art-show .picture-explanation-group .picture-group {
  width: 310px;
  height: auto; }
  #art-show .picture-explanation-group .picture-group img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #eee; }
  #art-show .picture-explanation-group .picture-group img + img {
    margin-top: 10px; }
#art-show .picture-explanation-group .explanation {
  width: 650px; }
  #art-show .picture-explanation-group .explanation h2 + p {
    margin-bottom: 10px; }
  #art-show .picture-explanation-group .explanation .link {
    border-top: 1px dotted #333333;
    line-height: 1.6em;
    padding: 10px 0px;
    margin-top: 10px; }
    #art-show .picture-explanation-group .explanation .link p + p {
      margin-top: 5px; }
    #art-show .picture-explanation-group .explanation .link span {
      font-weight: bold;
      display: block; }
    #art-show .picture-explanation-group .explanation .link a {
      font-weight: normal;
      display: block; }
    #art-show .picture-explanation-group .explanation .link a + span {
      margin-top: 10px; }
  #art-show .picture-explanation-group .explanation span.name {
    display: inline-block;
    width: 8em; }
  #art-show .picture-explanation-group .explanation p.member {
    margin-top: 5px; }
  #art-show .picture-explanation-group .explanation .text + .text {
    margin-top: 20px; }
#art-show .picture-explanation-group .w100per-box video {
  width: 100%;
  height: auto; }
#art-show .picture-explanation-group .w100per-box iframe {
  width: 100%;
  height: 365px; }
#art-show .picture-explanation-group .video-box {
  background: url(/img/art_show/img_fumi.png) no-repeat 0 0;
  background-size: cover; }
#art-show .picture-explanation-group .skateaddress {
  margin: 10px 0px; }
#art-show .picture-explanation-group .w100per-box + .explanation {
  margin-top: 10px;
  width: 100%; }
#art-show .horizon-row .picture-explanation-group .picture-group {
  width: 630px; }
  #art-show .horizon-row .picture-explanation-group .picture-group img {
    width: 310px;
    float: left; }
  #art-show .horizon-row .picture-explanation-group .picture-group img + img {
    margin-left: 10px;
    margin-top: 0px; }
#art-show .horizon-row .picture-explanation-group .explanation {
  width: 330px; }

/*-----------------------
ACCESS
-------------------------*/
#access .access-group h2 {
  width: 100%;
  display: flex; }
  #access .access-group h2 span {
    align-items: center; }
  #access .access-group h2 span + span {
    font-size: 0.8em;
    display: inline-block;
    padding-left: 10px; }
#access .access-group h3 {
  font-size: 24px;
  background: none;
  padding: 1em 0 .5em;
  border-bottom: 2px solid #feca12;
  position: relative;
  margin: 0 0 1em;
  display: block; }
#access .access-group h3:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 2em;
  background-color: #0f0801;
  bottom: -2px;
  left: 0px; }
#access .access-group .map-group {
  max-height: 100%; }
#access .access-group strong.map-lead {
  font-weight: normal; }
  #access .access-group strong.map-lead span {
    font-weight: bold;
    background: linear-gradient(transparent 67%, #ffdf45 33%); }
#access .access-group a.to-businfo {
  display: block;
  background: url(/img/common/img_co_arrow.png) no-repeat left center;
  padding-left: 10px;
  margin: 30px 0; }
#access .access-group .map {
  background: #ffffff;
  width: 980px;
  height: 350px; }
  #access .access-group .map iframe {
    display: block; }
#access .access-group strong.map-lead + * {
  margin-top: 20px; }
#access .access-group .address-group img {
  width: 320px;
  height: auto; }
#access .access-group .address-group .address-text-group {
  width: 640px; }
  #access .access-group .address-group .address-text-group .clr + .clr {
    margin-top: 10px; }
  #access .access-group .address-group .address-text-group .bold {
    width: 40px; }
  #access .access-group .address-group .address-text-group .bold + p {
    width: 600px;
    max-height: 100%; }
#access .bus-info h2 {
  width: 100%;
  display: flex; }
  #access .bus-info h2 span {
    align-items: center; }
  #access .bus-info h2 span + span {
    font-size: 0.8em;
    display: inline-block;
    padding-left: 10px; }
#access .bus-info h3 {
  font-size: 24px;
  background: none;
  padding: 1em 0 .5em;
  border-bottom: 2px solid #feca12;
  position: relative;
  margin: 0 0 1em;
  display: block; }
#access .bus-info h3:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 2em;
  background-color: #0f0801;
  bottom: -2px;
  left: 0px; }
#access .bus-info h2 + h3 {
  padding-top: 0px; }
#access .bus-info .bus-terminal h3:first-child {
  margin-top: 0px !important;
  padding-top: 0px !important; }
#access .bus-info .bus-terminal .access-map {
  margin-bottom: 20px; }
  #access .bus-info .bus-terminal .access-map img {
    display: block; }
#access .bus-info .bus-terminal .important-caution {
  margin-top: 20px; }
  #access .bus-info .bus-terminal .important-caution p {
    text-indent: -1em;
    padding-left: 1em; }
#access .bus-info .bus-terminal li + li {
  margin-top: 2px; }
#access .bus-info .bus-terminal li {
  display: table;
  width: 100%; }
  #access .bus-info .bus-terminal li .icon-park span {
    background: #e60312;
    color: #fff;
    margin: 0 5px;
    padding: 5px;
    font-size: 10px; }
  #access .bus-info .bus-terminal li .icon-park + * {
    margin-left: 5px; }
  #access .bus-info .bus-terminal li a {
    background: url(/img/common/img_co_arrow.png) no-repeat 10px center;
    padding-left: 10px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #000;
    width: 8em;
    text-align: center;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 12px; }
#access .bus-info .bus-terminal ul + p {
  margin-top: 10px; }
#access .bus-info .bus-terminal p + table {
  margin-top: 10px; }
  #access .bus-info .bus-terminal p + table th {
    width: 8em;
    text-align: center; }
#access .bus-info .bus-terminal .clr + p {
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em; }
#access .bus-info .bus-terminal strong {
  background: linear-gradient(transparent 67%, #ffdf45 33%); }
#access .bus-info .bus-root table + p {
  margin-top: 5px; }
#access .bus-info .bus-root .icon-park {
  background: #e60312;
  color: #fff;
  margin: 0 0 5px 0;
  padding: 8px 10px;
  font-size: 10px;
  font-weight: bold;
  display: block;
  line-height: 1em; }
#access .bus-info .bus-timetable .tab {
  overflow: hidden; }
  #access .bus-info .bus-timetable .tab li {
    background: #ccc;
    padding: 5px 25px;
    float: left;
    margin-right: 1px;
    cursor: pointer;
    text-align: center;
    width: calc(20% - 1px); }
  #access .bus-info .bus-timetable .tab li.select {
    background: #eee; }
  #access .bus-info .bus-timetable .tab li:last-child {
    width: 20%;
    margin-right: 0px; }
#access .bus-info .bus-timetable .content h4 {
  font-size: 1.4rem;
  font-weight: bold; }
#access .bus-info .bus-timetable .content li {
  background: #eee;
  padding: 20px; }
  #access .bus-info .bus-timetable .content li .five-td-table td {
    width: 20%; }
  #access .bus-info .bus-timetable .content li .four-td-table td {
    width: 25%; }
  #access .bus-info .bus-timetable .content li .three-td-table td {
    width: 33.333%; }
  #access .bus-info .bus-timetable .content li .two-td-table td {
    width: 50%; }
#access .bus-info .bus-timetable .content h4 + p {
  margin-top: 20px; }
#access .bus-info .bus-timetable .content * + dl.chuui {
  margin: 20px 0; }
  #access .bus-info .bus-timetable .content * + dl.chuui dd {
    padding-left: 1em;
    text-indent: -1em; }
#access .bus-info .bus-timetable .content ul.outward-chuui {
  margin: 5px 0 20px; }
  #access .bus-info .bus-timetable .content ul.outward-chuui li {
    padding: 0; }
#access .bus-info .bus-timetable .hide {
  display: none; }
#access .bus-info .bus-timetable table td {
  text-align: center;
  vertical-align: middle; }
#access .bus-info .bus-timetable p + table {
  margin-top: 20px; }
#access .bus-info .bus-timetable p + p {
  margin-top: 20px; }
#access .bus-info .bus-timetable table + table {
  margin-top: 20px; }
#access .bus-info .bus-timetable .caution-headline {
  display: inline-block;
  background-color: #555555;
  color: #ffffff;
  padding: 5px;
  line-height: 1em;
  margin-bottom: 5px; }

/*-----------------------
TIME-TABLE
-------------------------*/
#time-table p.day-title, #time-table p.night-title {
  display: block;
  height: 100px;
  width: 980px;
  margin-bottom: 10px; }
  #time-table p.day-title span, #time-table p.night-title span {
    padding-left: 20px;
    line-height: 100px;
    color: #fff;
    font-size: 22px;
    font-weight: bold; }
#time-table table td {
  text-align: center; }
#time-table table .td_short {
  width: 20%; }
#time-table table .td_long {
  width: 40%; }
#time-table table + * {
  margin-top: 10px; }
#time-table p.day-title {
  background: url(/img/time_table/caption_day.png) no-repeat 0px 0px; }
#time-table p.night-title {
  background: url(/img/time_table/caption_night.png) no-repeat 0px 0px;
  margin-top: 30px; }
#time-table a.tt-dl {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #fdde66;
  padding: 15px 50px;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 0px 4px 0px 0px #ffce0e;
  width: 50%;
  margin: 30px auto 0 auto; }

section.tt-info .tt-img {
  display: block; }
section.tt-info .tt-name {
  letter-spacing: .075em;
  color: #fff;
  padding: 10px 0;
  font-size: 1.2em;
  background: #649173;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #DBD5A4, #649173);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #DBD5A4, #649173);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

/*-----------------------
ASSISTIVE VEHICLES
-------------------------*/
#assistive .lead {
  width: 980px; }
#assistive .lead + div {
  margin-top: 20px; }
  #assistive .lead + div img + img {
    margin-left: 10px; }
#assistive .caution-group {
  margin-top: 20px; }
  #assistive .caution-group .bold {
    display: inline-block;
    margin-bottom: 10px; }
  #assistive .caution-group li {
    padding-left: 1em;
    text-indent: -1em; }
  #assistive .caution-group li + li {
    margin-top: 5px; }
  #assistive .caution-group strong {
    font-weight: bold;
    background: linear-gradient(transparent 67%, #ffdf45 33%); }
#assistive .contact-group {
  margin-top: 20px; }
  #assistive .contact-group .bold {
    display: inline-block;
    margin-bottom: 10px; }

/*-----------------------
ATTENTION
-------------------------*/
#attention h2 + ul {
  margin-top: 30px; }
  #attention h2 + ul li {
    list-style-type: none;
    position: relative;
    padding-left: 1.2em; }
  #attention h2 + ul li:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    display: inline-block;
    border-radius: 100%;
    background: #ff6d47;
    position: absolute;
    left: 0em;
    top: 0.7em; }
  #attention h2 + ul li + li {
    margin-top: 20px; }

/*-----------------------
404
-------------------------*/
div.error404 .img404 {
  width: 455px;
  height: 325px;
  margin: 60px auto 10px auto;
  background: url("/img/404/tape.png") no-repeat center center;
  background-size: cover; }
div.error404 p {
  width: 100%;
  text-align: center;
  font-weight: bold; }
div.error404 p.pagenotfound {
  font-size: 52px;
  color: #ffc600; }
div.error404 p + p {
  font-size: 26px; }
div.error404 a {
  display: block;
  width: 220px;
  height: 40px;
  margin: 30px auto 60px auto;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #ff7753;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  box-shadow: 0px 3px 0px 0px ce6043;
  -moz-box-shadow: 0px 3px 0px 0px #ce6043;
  -webkit-box-shadow: 0px 3px 0px 0px #ce6043; }

/*-----------------------
Password
-------------------------*/
form.post-password-form {
  text-align: center;
  display: block;
  padding: 145px 0px 345px; }

.post-password-form p + p {
  margin-top: 30px; }

/*-----------------------
SightSeeing
-------------------------*/
#sightseeing .anchor-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 50px 0 20px; }
  #sightseeing .anchor-link a {
    width: 49%;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 10px 0; }
    #sightseeing .anchor-link a i {
      margin-right: 1em; }
#sightseeing h3 {
  font-size: 24px;
  background: none;
  padding: 0 0 .5em 0;
  border-bottom: 2px solid #feca12;
  position: relative;
  margin: 60px 0 1em;
  display: block;
  font-weight: bold; }
#sightseeing h3:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 2em;
  background-color: #0f0801;
  bottom: -2px;
  left: 0px; }
#sightseeing .text-group + .text-group {
  margin-top: 50px; }
#sightseeing h4 {
  font-weight: bold;
  font-size: 18px;
  border-left: 2px #000 solid;
  padding-left: 0.8em;
  line-height: 1.4;
  margin-bottom: 20px; }
#sightseeing .of_map {
  width: 100%;
  margin-top: 0px;
  display: block; }
#sightseeing .ofm-btn {
  display: inline-block;
  margin: 1em 25% 0;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  background-color: #fdde66;
  padding: 15px 50px;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 0px 4px 0px 0px #ffce0e;
  width: 50%; }
#sightseeing ul.of-company {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #sightseeing ul.of-company li {
    margin-bottom: 20px;
    width: 49%;
    text-align: center; }
  #sightseeing ul.of-company a {
    text-decoration: none;
    display: block;
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff; }
#sightseeing .act-group {
  margin-top: 60px; }
  #sightseeing .act-group h4 {
    margin-top: 1.5em; }
  #sightseeing .act-group img {
    width: 100%;
    display: block; }
  #sightseeing .act-group img.sub-img {
    width: 49%;
    display: inline-block; }
  #sightseeing .act-group img.sub-img:nth-child(odd) {
    margin-left: 1.6%; }
  #sightseeing .act-group a.detail-btn {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    background-color: #fdde66;
    padding: 15px 50px;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 0px 4px 0px 0px #ffce0e;
    width: 50%;
    margin: 1.0em 25% 0; }
  #sightseeing .act-group p {
    padding: 1.0em 0 0; }
  #sightseeing .act-group p + p {
    padding-top: 0px; }
  #sightseeing .act-group img {
    margin-top: 1em; }
#sightseeing .act-group + .act-group {
  margin-top: 60px; }

/*-----------------------
Sponsor
-------------------------*/
#sponsor h3 {
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 2px solid #000;
  line-height: 1.5em; }

#sponsor .text-group + div {
  margin-top: 40px; }

#sponsor .sponsor-company {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  #sponsor .sponsor-company li a {
    background: #fff;
    display: block;
    -webkit-backface-visibility: hidden;
    /* 追加 */
    backface-visibility: hidden;
    /* 追加 */
    position: relative; }
  #sponsor .sponsor-company li a:hover {
    opacity: 1; }
  #sponsor .sponsor-company li a::before {
    display: block;
    content: "";
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all .3s ease; }
  #sponsor .sponsor-company li a:hover::before {
    background-color: rgba(255, 255, 255, 0.5);
    transition: all .3s ease; }
  #sponsor .sponsor-company li img {
    display: block;
    border: 1px solid #eee; }
  #sponsor .sponsor-company p {
    line-height: 1.4em;
    margin-top: 5px; }
#sponsor .sponsor-company:after {
  content: "";
  width: 31%;
  display: block; }
#sponsor .sponsor-company + h2 {
  margin-top: 40px; }
#sponsor .sponsor-company.special li {
  width: 32%; }
#sponsor .sponsor-company.special li + li {
  margin-left: 2%; }
#sponsor .sponsor-company.special li:nth-child(n+4) {
  margin-top: 20px; }
#sponsor .sponsor-company.special li:nth-child(3n+1) {
  margin-left: 0px; }
#sponsor .sponsor-company.normal li {
  width: 22%; }
#sponsor .sponsor-company.normal li + li {
  margin-left: 4%; }
#sponsor .sponsor-company.normal li:nth-child(4n+1) {
  margin-left: 0px; }
#sponsor .sponsor-company.normal li:first-child {
  margin-left: 0px; }
#sponsor .sponsor-company.normal li:nth-child(n+4) {
  margin-top: 0px; }
#sponsor .sponsor-company.normal li:nth-child(n+5) {
  margin-top: 30px; }

/*-----------------------
Youshiki
-------------------------*/
#youshiki {
  font-size: 16px;
  line-height: 2; }

#youshiki h3 {
  font-size: 24px;
  font-weight: bold;
  background: url(/img/common/second_floor/h1_title_bg.png) repeat-y 0 0;
  background-size: 4px 2px;
  color: #000000;
  display: inline-block;
  padding-left: 15px;
  line-height: 1.05em;
  margin-bottom: 40px; }

#youshiki h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  display: inline-block;
  line-height: 2em;
  margin-bottom: 30px;
  border-bottom: 3px #fddd63 solid; }

/*------------------------
抽選申し込み
------------------------*/
.select-form-group .required-text {
  color: #f00;
  font-weight: bold;
  text-align: right;
  display: block; }

.select-form-group h3 {
  font-size: 24px;
  padding: .5em;
  border-left: 4px solid #ccb251;
  background: #fdde66;
  color: #fff;
  margin: 0 0 1em;
  display: block;
  color: #333; }

.select-form-group ul + h3 {
  margin-top: 2em; }

.select-form-group h4 {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 10px;
  margin: 1.5em 0 0.8em;
  border-left: 4px solid #fdde66;
  line-height: 1.5em; }

.select-form-group h4 .required {
  color: #ff0000;
  display: inline-block;
  margin-left: 5px; }

.select-form-group input {
  border-radius: 10px;
  border: 2px solid #ddd;
  line-height: 2.4em;
  padding: 0 10px;
  width: 100%; }

.select-form-group .long-input input {
  width: 100%; }

.select-form-group .middle-input input {
  width: 30em; }

.select-form-group .short-input input {
  width: 10em; }

.select-form-group .very-short-input input {
  width: 4em; }

.select-form-group .wpcf7-form-control-wrap {
  display: inline-block;
  margin-right: 5px; }

.select-form-group textarea {
  resize: vertical;
  border-radius: 10px;
  border: 2px solid #ddd;
  line-height: 2.4em;
  padding: 0 10px;
  width: 100%;
  display: block;
  height: 10em; }

.select-form-group span.shop-prof,
.select-form-group span.other,
.select-form-group li.other p {
  width: 100%; }

.select-form-group .wpcf7-radio input,
.select-form-group .wpcf7-radio span {
  display: inline-block;
  width: auto; }

.select-form-group .wpcf7-radio span {
  margin-left: 10px; }

.select-form-group .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 30px; }

.select-form-group .caution-text {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: #c70000; }

.select-form-group h4 + p {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0.5em; }

.select-form-group .fire-item dl {
  display: flex;
  align-items: center; }

.select-form-group .fire-item dt {
  font-weight: bold;
  margin-left: 20px; }

.select-form-group .fire-item dt:first-child {
  margin-left: 0px; }

.select-form-group .fire-item dd {
  margin-left: 10px; }

.select-form-group .screen-reader-response {
  color: #f00;
  font-weight: bold;
  font-size: 20px; }

.select-form-group .screen-reader-response {
  display: none; }

.select-form-group form.wpcf7-form.invalid:before {
  display: block;
  content: "入力内容に問題があります。確認して再度お試しください。";
  color: #f00; }

.select-form-group span.wpcf7-not-valid-tip {
  display: block;
  font-size: 14px;
  color: #f00;
  margin-top: 1em; }

.select-form-group .wpcf7-response-output.wpcf7-validation-errors,
.select-form-group .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: none; }

.select-form-group input.wpcf7-form-control.wpcf7-submit {
  width: 15em;
  height: 4em;
  margin: 10px auto 0;
  border-radius: 2em;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 0px;
  background-color: #e75327;
  letter-spacing: .5em;
  text-align: center; }

.select-form-group input[type="submit"] {
  -webkit-appearance: none; }

.select-form-group .entry-thanks {
  display: none;
  background-color: #fbfbfb;
  padding: 4em 0;
  border-radius: 3em; }

.select-form-group .entry-thanks h2 {
  border: none;
  text-align: center;
  color: #ff6d47;
  padding: 0;
  margin: 0 0 1em 0; }

.select-form-group .entry-thanks p {
  text-align: center; }

.select-form-group .entry-thanks a {
  display: block;
  border-radius: 2em;
  height: 4em;
  background-color: #ff6d47;
  line-height: 4em;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  width: 15em;
  margin: 2em auto 0; }

.select-form-group .wpcf7-form.sent .entry-thanks {
  display: block; }

.select-form-group .wpcf7-form.sent *:not(.thanks-show) {
  display: none; }

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