@charset "UTF-8";
@media only screen and (max-width: 767px) {
  /*
  GOBLIN.の忘年会2019 SPレイアウト
  */
  #kansougei2020 {
    background: #F5ECD4; }
    #kansougei2020 * {
      color: black; }
    #kansougei2020 h2, #kansougei2020 h3, #kansougei2020 dt {
      font-weight: bold; }
    #kansougei2020 .wfp-alp {
      font-family: upgrade,sans-serif;
      font-weight: 400;
      font-style: normal; }
    #kansougei2020 p, #kansougei2020 li {
      font-size: 14px;
      line-height: 1.74; }
    #kansougei2020 .lh2 {
      line-height: 2; }
    #kansougei2020 .ls1 {
      letter-spacing: .05em; }
    #kansougei2020 .full-img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
    #kansougei2020 .wfp-btn {
      display: block;
      position: relative;
      background: #76BA08;
      color: white;
      text-align: center; }
      #kansougei2020 .wfp-btn::before {
        display: block;
        content: '';
        width: 25px;
        height: 25px;
        position: absolute;
        top: 50%;
        margin-top: -12.5px;
        right: 30px;
        background: url(../img/kansougei/arrow_right.png) no-repeat center center;
        background-size: cover;
        -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
      #kansougei2020 .wfp-btn.wfp-red {
        background: #FF6464; }
      #kansougei2020 .wfp-btn:hover::before {
        right: 18px; }
    #kansougei2020 .hero {
      width: 100%;
      padding-top: 500px;
      position: relative; }
      #kansougei2020 .hero .mv1 {
        width: 100%;
        padding-top: 380px;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../img/kansougei/mv1.jpg) no-repeat center center;
        background-size: cover; }
      #kansougei2020 .hero .mv-small {
        width: 25%;
        padding-top: 120px;
        position: absolute;
        bottom: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
        #kansougei2020 .hero .mv-small.mv2 {
          background-image: url(../img/kansougei/mv2.jpg);
          left: 0; }
        #kansougei2020 .hero .mv-small.mv3 {
          background-image: url(../img/kansougei/mv3.jpg);
          left: 25%; }
        #kansougei2020 .hero .mv-small.mv4 {
          background-image: url(../img/kansougei/mv4.jpg);
          left: 50%; }
        #kansougei2020 .hero .mv-small.mv5 {
          background-image: url(../img/kansougei/mv5.jpg);
          left: 75%; }
      #kansougei2020 .hero .hero-inner {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.4); }
      #kansougei2020 .hero .hero-title {
        width: 90%;
        max-width: 400px; }
    #kansougei2020 .section-content {
      position: relative;
      z-index: 3;
      padding: 50px 0; }
    #kansougei2020 .section-inner {
      width: 92%;
      margin: 0 auto;
      padding: 0; }
    #kansougei2020 .section-ttl-jp {
      font-size: 22px;
      margin-bottom: 40px;
      line-height: 1.54;
      text-align: center; }
      #kansougei2020 .section-ttl-jp span {
        font-size: 16px; }
    #kansougei2020 .section-issue .issue-container {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      #kansougei2020 .section-issue .issue-container .issue-case {
        width: 100%;
        padding: 0 2%; }
        #kansougei2020 .section-issue .issue-container .issue-case .item-inner {
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          padding: 50px 4%;
          border-radius: 40px;
          margin-bottom: 24px; }
        #kansougei2020 .section-issue .issue-container .issue-case.izakaya .item-inner {
          background-image: url(../img/kansougei/issue1.jpg); }
        #kansougei2020 .section-issue .issue-container .issue-case.rental .item-inner {
          background-image: url(../img/kansougei/issue2.jpg); }
        #kansougei2020 .section-issue .issue-container .issue-case .issue-ttl {
          font-size: 22px;
          text-align: left;
          margin-bottom: 24px; }
          #kansougei2020 .section-issue .issue-container .issue-case .issue-ttl span {
            font-size: 15px; }
        #kansougei2020 .section-issue .issue-container .issue-case .issue-item {
          display: inline-block;
          background: white;
          border-radius: 13px;
          margin-bottom: 15px;
          font-size: 15px;
          padding: 2px 12px;
          white-space: nowrap;
          height: 26px;
          line-height: 26px; }
          #kansougei2020 .section-issue .issue-container .issue-case .issue-item:last-child {
            margin: 0; }
    #kansougei2020 .solutions {
      background: #FFE1D7; }
      #kansougei2020 .solutions .section-ttl-jp {
        position: relative; }
        #kansougei2020 .solutions .section-ttl-jp::before, #kansougei2020 .solutions .section-ttl-jp::after {
          display: block;
          content: '';
          position: absolute;
          top: 0;
          width: 40px;
          height: 75px;
          background-size: contain;
          background-repeat: no-repeat; }
        #kansougei2020 .solutions .section-ttl-jp::before {
          background-image: url(../img/kansougei/solution_left.png);
          left: 50%;
          margin-left: -180px; }
        #kansougei2020 .solutions .section-ttl-jp::after {
          background-image: url(../img/kansougei/solution_right.png);
          left: 50%;
          margin-left: 136px; }
      #kansougei2020 .solutions .solution-list {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        #kansougei2020 .solutions .solution-list .item {
          width: 94%;
          background: white;
          margin: 0 auto 34px; }
          #kansougei2020 .solutions .solution-list .item h3 {
            font-size: 18px;
            line-height: 1.6;
            margin-bottom: 14px; }
          #kansougei2020 .solutions .solution-list .item p {
            text-align: left; }
          #kansougei2020 .solutions .solution-list .item .item-inner {
            padding: 20px 24px;
            position: relative; }
            #kansougei2020 .solutions .solution-list .item .item-inner .sl-ttl {
              width: 120px;
              height: auto;
              position: absolute;
              top: -12px;
              left: 50%;
              margin-left: -60px; }
    #kansougei2020 .merit {
      background: #FFE1D7; }
      #kansougei2020 .merit .section-content {
        padding-top: 0; }
      #kansougei2020 .merit .merit-list {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        #kansougei2020 .merit .merit-list .item {
          width: 48.5%;
          position: relative;
          background: white;
          border-radius: 6px;
          padding: 70px 12px 24px;
          margin-bottom: calc(3% + 12px); }
          #kansougei2020 .merit .merit-list .item img {
            position: absolute;
            top: -22px;
            left: 50%;
            margin-left: -40px;
            width: 80px;
            height: auto; }
          #kansougei2020 .merit .merit-list .item h3 {
            font-size: 18px;
            margin-bottom: 10px; }
    #kansougei2020 .section-ttl {
      text-align: center;
      margin-bottom: 40px; }
      #kansougei2020 .section-ttl h2 {
        font-size: 40px;
        letter-spacing: .05em;
        font-family: upgrade,sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #76BA08; }
        #kansougei2020 .section-ttl h2 span {
          font-size: 30px;
          color: #76BA08; }
      #kansougei2020 .section-ttl p {
        font-size: 15px;
        font-weight: bold; }
    #kansougei2020 .fooddrink {
      background: rgba(255, 255, 255, 0.35); }
      #kansougei2020 .fooddrink .food-container {
        margin-bottom: 50px; }
        #kansougei2020 .fooddrink .food-container .food-left {
          width: 100%;
          margin-bottom: 24px; }
          #kansougei2020 .fooddrink .food-container .food-left .food-image1 {
            width: 100%;
            height: 220px;
            position: relative;
            background: url(../img/kansougei/food1.jpg) no-repeat center center;
            background-size: cover;
            border-radius: 10px; }
            #kansougei2020 .fooddrink .food-container .food-left .food-image1 p {
              position: absolute;
              bottom: 10px;
              left: 10px;
              background: white;
              padding: 2px 8px;
              margin: 0; }
        #kansougei2020 .fooddrink .food-container .food-right {
          width: 100%; }
          #kansougei2020 .fooddrink .food-container .food-right .food-image2 {
            margin-bottom: 24px; }
      #kansougei2020 .fooddrink .drink-container h3 {
        font-size: 24px;
        margin-bottom: 12px; }
      #kansougei2020 .fooddrink .drink-container .drink-right {
        width: 100%;
        height: 220px;
        background: url(../img/kansougei/drink.jpg) no-repeat center center;
        background-size: cover;
        border-radius: 10px;
        margin-bottom: 12px; }
      #kansougei2020 .fooddrink .drink-container .drink-left {
        width: 100%; }
      #kansougei2020 .fooddrink .drink-container .drink-system {
        margin-bottom: 32px; }
        #kansougei2020 .fooddrink .drink-container .drink-system p {
          display: inline-block;
          margin: 0 8px 0 0;
          background: white;
          font-weight: bold;
          padding: 2px 8px; }
      #kansougei2020 .fooddrink .drink-container .drink-list.list1 {
        margin-bottom: 18px; }
      #kansougei2020 .fooddrink .drink-container .drink-list h4 {
        font-size: 14px;
        margin-bottom: 8px; }
      #kansougei2020 .fooddrink .drink-container .drink-list li {
        float: left;
        list-style: disc inside;
        margin-right: 8px; }
    #kansougei2020 #wfpSpace .lp-space-item {
      width: 100%;
      position: relative;
      margin-bottom: 40px;
      padding: 3%;
      background: white; }
      #kansougei2020 #wfpSpace .lp-space-item .lp-space-image {
        position: relative;
        display: block;
        vertical-align: bottom; }
        #kansougei2020 #wfpSpace .lp-space-item .lp-space-image span {
          position: absolute;
          bottom: 0;
          right: 0;
          background: rgba(255, 255, 255, 0.7);
          padding: 2px 8px; }
      #kansougei2020 #wfpSpace .lp-space-item .lp-space-area {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0; }
        #kansougei2020 #wfpSpace .lp-space-item .lp-space-area img {
          height: 28px;
          width: auto; }
      #kansougei2020 #wfpSpace .lp-space-item .lp-space-name {
        font-size: 20px;
        margin: 14px 0 10px; }
      #kansougei2020 #wfpSpace .lp-space-item .lp-space-info span {
        display: inline-block;
        margin-right: 8px; }
      #kansougei2020 #wfpSpace .lp-space-item .lp-space-info i {
        margin-right: 5px; }
      #kansougei2020 #wfpSpace .lp-space-item .lp-space-price {
        width: 100%;
        background: white;
        border-collapse: collapse;
        border: 1px solid black;
        margin-bottom: 12px;
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; }
        #kansougei2020 #wfpSpace .lp-space-item .lp-space-price tr {
          border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
          #kansougei2020 #wfpSpace .lp-space-item .lp-space-price tr:last-child {
            border: none; }
        #kansougei2020 #wfpSpace .lp-space-item .lp-space-price th {
          background: #f7f7f7;
          padding: 8px 8px 8px 12px;
          text-align: left;
          border-right: 1px solid black;
          width: 40%;
          font-weight: normal; }
        #kansougei2020 #wfpSpace .lp-space-item .lp-space-price td {
          padding: 8px;
          text-align: center; }
        #kansougei2020 #wfpSpace .lp-space-item .lp-space-price .pl-tax {
          font-size: 12px;
          margin-left: 2px;
          display: inline-block;
          vertical-align: baseline;
          line-height: 1; }
      #kansougei2020 #wfpSpace .lp-space-item .wfp-btn {
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 15px; }
    #kansougei2020 #lpFaq.faq {
      position: relative;
      z-index: 3; }
      #kansougei2020 #lpFaq.faq h2 {
        font-size: 40px;
        margin-bottom: 40px;
        line-height: 1;
        text-align: center; }
      #kansougei2020 #lpFaq.faq .faq-container {
        width: 100%;
        margin: 0 auto; }
        #kansougei2020 #lpFaq.faq .faq-container .faq-item {
          background: #FFFCEB;
          padding: 20px 4% 0;
          position: relative;
          margin-bottom: 24px; }
          #kansougei2020 #lpFaq.faq .faq-container .faq-item:last-child {
            margin: 0; }
          #kansougei2020 #lpFaq.faq .faq-container .faq-item .faq-mark {
            display: block;
            position: absolute;
            width: 16px;
            height: 16px;
            right: 36px;
            top: 23px;
            transform: rotateZ(0);
            -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
            z-index: 2; }
            #kansougei2020 #lpFaq.faq .faq-container .faq-item .faq-mark::before {
              display: block;
              content: '';
              width: 100%;
              height: 2px;
              background: #76BA08;
              position: absolute;
              top: 7px;
              left: 0;
              -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
            #kansougei2020 #lpFaq.faq .faq-container .faq-item .faq-mark::after {
              display: block;
              content: '';
              width: 2px;
              height: 100%;
              background: #76BA08;
              position: absolute;
              top: 0;
              left: 7px; }
            #kansougei2020 #lpFaq.faq .faq-container .faq-item .faq-mark.active {
              transform: rotateZ(90deg); }
              #kansougei2020 #lpFaq.faq .faq-container .faq-item .faq-mark.active::before {
                opacity: 0; }
          #kansougei2020 #lpFaq.faq .faq-container .faq-item .faq-num {
            position: absolute;
            top: -31px;
            left: 0;
            font-size: 24px;
            line-height: 1;
            color: #76BA08; }
          #kansougei2020 #lpFaq.faq .faq-container .faq-item .question {
            font-size: 15px;
            padding-bottom: 20px;
            cursor: pointer;
            position: relative;
            z-index: 5; }
          #kansougei2020 #lpFaq.faq .faq-container .faq-item .answer {
            font-size: 15px;
            padding: 10px 0 20px;
            display: none; }
    #kansougei2020 #lpContact {
      background: white; }
      #kansougei2020 #lpContact h2 {
        font-size: 40px;
        margin-bottom: 40px;
        line-height: 1;
        text-align: center;
        color: #FF6464; }
      #kansougei2020 #lpContact p {
        font-size: 16px;
        font-weight: bold; }
      #kansougei2020 #lpContact .contact-intro {
        margin-bottom: 24px; }
      #kansougei2020 #lpContact .contact-btn-wrapper .wfp-btn {
        width: 100%;
        height: 64px;
        line-height: 64px;
        font-size: 17px;
        margin: 0 auto 24px; }
      #kansougei2020 #lpContact .lp-contact-line {
        text-align: center;
        font-size: 20px;
        font-weight: bold; }
        #kansougei2020 #lpContact .lp-contact-line span {
          font-size: 24px; }
        #kansougei2020 #lpContact .lp-contact-line * {
          color: #00B901; }
      #kansougei2020 #lpContact .tel-num {
        margin: 24px auto;
        text-align: center;
        font-size: 24px; }
    #kansougei2020 #lpAllSpace .allspace-intro {
      font-size: 16px;
      font-weight: bold; }
    #kansougei2020 #lpAllSpace .wfp-btn {
      width: 100%;
      height: 64px;
      line-height: 64px;
      font-size: 17px;
      margin: 0 auto; } }
@media only screen and (min-width: 768px) {
  /*
  GOBLIN.の忘年会2019 PCレイアウト
  */
  #kansougei2020 {
    background: #F5ECD4; }
    #kansougei2020 * {
      color: black; }
    #kansougei2020 h2, #kansougei2020 h3, #kansougei2020 dt {
      font-weight: bold; }
    #kansougei2020 .wfp-alp {
      font-family: upgrade,sans-serif;
      font-weight: 400;
      font-style: normal; }
    #kansougei2020 p, #kansougei2020 li {
      font-size: 14px;
      line-height: 1.74; }
    #kansougei2020 .lh2 {
      line-height: 2; }
    #kansougei2020 .ls1 {
      letter-spacing: .05em; }
    #kansougei2020 .full-img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
    #kansougei2020 .wfp-btn {
      display: block;
      position: relative;
      background: #76BA08;
      color: white;
      text-align: center; }
      #kansougei2020 .wfp-btn::before {
        display: block;
        content: '';
        width: 25px;
        height: 25px;
        position: absolute;
        top: 50%;
        margin-top: -12.5px;
        right: 30px;
        background: url(../img/kansougei/arrow_right.png) no-repeat center center;
        background-size: cover;
        -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
      #kansougei2020 .wfp-btn.wfp-red {
        background: #FF6464; }
      #kansougei2020 .wfp-btn:hover::before {
        right: 18px; }
    #kansougei2020 .hero {
      width: 100%;
      padding-top: 47%;
      position: relative; }
      #kansougei2020 .hero .mv1 {
        width: 100%;
        padding-top: 32%;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../img/kansougei/mv1.jpg) no-repeat center center;
        background-size: cover; }
      #kansougei2020 .hero .mv-small {
        width: 25%;
        padding-top: 15%;
        position: absolute;
        bottom: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
        #kansougei2020 .hero .mv-small.mv2 {
          background-image: url(../img/kansougei/mv2.jpg);
          left: 0; }
        #kansougei2020 .hero .mv-small.mv3 {
          background-image: url(../img/kansougei/mv3.jpg);
          left: 25%; }
        #kansougei2020 .hero .mv-small.mv4 {
          background-image: url(../img/kansougei/mv4.jpg);
          left: 50%; }
        #kansougei2020 .hero .mv-small.mv5 {
          background-image: url(../img/kansougei/mv5.jpg);
          left: 75%; }
      #kansougei2020 .hero .hero-inner {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.4); }
      #kansougei2020 .hero .hero-title {
        width: 450px; }
    #kansougei2020 .section-content {
      position: relative;
      z-index: 3;
      padding: 50px 0; }
    #kansougei2020 .section-inner {
      width: 1080px;
      margin: 0 auto;
      padding: 0; }
    #kansougei2020 .section-ttl-jp {
      font-size: 26px;
      margin-bottom: 40px;
      line-height: 1.54;
      text-align: center; }
      #kansougei2020 .section-ttl-jp span {
        font-size: 20px; }
    #kansougei2020 .section-issue .issue-container {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      #kansougei2020 .section-issue .issue-container .issue-case {
        width: 520px;
        padding: 0 10px; }
        #kansougei2020 .section-issue .issue-container .issue-case .item-inner {
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          padding: 50px 70px;
          border-radius: 60px; }
        #kansougei2020 .section-issue .issue-container .issue-case.izakaya .item-inner {
          background-image: url(../img/kansougei/issue1.jpg); }
        #kansougei2020 .section-issue .issue-container .issue-case.rental .item-inner {
          background-image: url(../img/kansougei/issue2.jpg); }
        #kansougei2020 .section-issue .issue-container .issue-case .issue-ttl {
          font-size: 22px;
          text-align: left;
          margin-bottom: 24px; }
          #kansougei2020 .section-issue .issue-container .issue-case .issue-ttl span {
            font-size: 15px; }
        #kansougei2020 .section-issue .issue-container .issue-case .issue-item {
          display: inline-block;
          background: white;
          border-radius: 13px;
          margin-bottom: 15px;
          font-size: 15px;
          padding: 2px 12px;
          white-space: nowrap;
          height: 26px;
          line-height: 26px; }
    #kansougei2020 .solutions {
      background: #FFE1D7; }
      #kansougei2020 .solutions .section-ttl-jp {
        position: relative; }
        #kansougei2020 .solutions .section-ttl-jp::before, #kansougei2020 .solutions .section-ttl-jp::after {
          display: block;
          content: '';
          position: absolute;
          top: 0;
          width: 47px;
          height: 88px;
          background-size: contain;
          background-repeat: no-repeat; }
        #kansougei2020 .solutions .section-ttl-jp::before {
          background-image: url(../img/kansougei/solution_left.png);
          left: 50%;
          margin-left: -220px; }
        #kansougei2020 .solutions .section-ttl-jp::after {
          background-image: url(../img/kansougei/solution_right.png);
          left: 50%;
          margin-left: 176px; }
      #kansougei2020 .solutions .solution-list {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        #kansougei2020 .solutions .solution-list .item {
          width: 340px;
          background: white; }
          #kansougei2020 .solutions .solution-list .item h3 {
            font-size: 20px;
            line-height: 1.6;
            margin-bottom: 14px; }
          #kansougei2020 .solutions .solution-list .item p {
            text-align: left; }
          #kansougei2020 .solutions .solution-list .item .item-inner {
            padding: 20px 24px;
            position: relative; }
            #kansougei2020 .solutions .solution-list .item .item-inner .sl-ttl {
              width: 140px;
              height: auto;
              position: absolute;
              top: -15px;
              left: 50%;
              margin-left: -70px; }
    #kansougei2020 .merit {
      background: #FFE1D7; }
      #kansougei2020 .merit .merit-list {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        #kansougei2020 .merit .merit-list .item {
          width: 248px;
          position: relative;
          background: white;
          border-radius: 6px;
          padding: 90px 12px 24px; }
          #kansougei2020 .merit .merit-list .item img {
            position: absolute;
            top: -30px;
            left: 50%;
            margin-left: -50px;
            width: 100px;
            height: auto; }
          #kansougei2020 .merit .merit-list .item h3 {
            font-size: 20px;
            margin-bottom: 14px; }
    #kansougei2020 .section-ttl {
      text-align: center;
      margin-bottom: 40px; }
      #kansougei2020 .section-ttl h2 {
        font-size: 46px;
        letter-spacing: .05em;
        font-family: upgrade,sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #76BA08; }
        #kansougei2020 .section-ttl h2 span {
          font-size: 38px;
          color: #76BA08; }
      #kansougei2020 .section-ttl p {
        font-size: 16px;
        font-weight: bold; }
    #kansougei2020 .fooddrink {
      background: rgba(255, 255, 255, 0.35); }
      #kansougei2020 .fooddrink .food-container {
        margin-bottom: 50px; }
        #kansougei2020 .fooddrink .food-container .food-left {
          width: 540px;
          float: left; }
          #kansougei2020 .fooddrink .food-container .food-left .food-image1 {
            width: 100%;
            height: 500px;
            position: relative;
            background: url(../img/kansougei/food1.jpg) no-repeat center center;
            background-size: cover;
            border-radius: 10px; }
            #kansougei2020 .fooddrink .food-container .food-left .food-image1 p {
              position: absolute;
              bottom: 10px;
              left: 10px;
              background: white;
              padding: 2px 8px;
              margin: 0; }
        #kansougei2020 .fooddrink .food-container .food-right {
          float: right;
          width: 470px;
          position: relative; }
          #kansougei2020 .fooddrink .food-container .food-right .food-image2 {
            margin-bottom: 40px; }
      #kansougei2020 .fooddrink .drink-container h3 {
        font-size: 24px;
        margin-bottom: 12px; }
      #kansougei2020 .fooddrink .drink-container .drink-right {
        width: 470px;
        height: 300px;
        float: right;
        background: url(../img/kansougei/drink.jpg) no-repeat center center;
        background-size: cover;
        border-radius: 10px; }
      #kansougei2020 .fooddrink .drink-container .drink-left {
        width: 540px;
        float: left; }
      #kansougei2020 .fooddrink .drink-container .drink-system {
        margin-bottom: 32px; }
        #kansougei2020 .fooddrink .drink-container .drink-system p {
          display: inline-block;
          margin: 0 8px 0 0;
          background: white;
          font-weight: bold;
          padding: 2px 8px; }
      #kansougei2020 .fooddrink .drink-container .drink-list.list1 {
        margin-bottom: 18px; }
      #kansougei2020 .fooddrink .drink-container .drink-list h4 {
        font-size: 14px;
        margin-bottom: 8px; }
      #kansougei2020 .fooddrink .drink-container .drink-list li {
        float: left;
        list-style: disc inside;
        margin-right: 8px; }
    #kansougei2020 #wfpSpace .lp-space-container {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
    #kansougei2020 #wfpSpace .lp-space-item {
      width: 520px;
      position: relative;
      margin-bottom: 50px; }
      #kansougei2020 #wfpSpace .lp-space-item .lp-space-image {
        position: relative;
        display: block;
        vertical-align: bottom; }
        #kansougei2020 #wfpSpace .lp-space-item .lp-space-image span {
          position: absolute;
          bottom: 0;
          right: 0;
          background: rgba(255, 255, 255, 0.7);
          padding: 2px 8px; }
      #kansougei2020 #wfpSpace .lp-space-item .lp-space-area {
        position: absolute;
        top: -6px;
        right: -6px;
        margin: 0; }
        #kansougei2020 #wfpSpace .lp-space-item .lp-space-area img {
          height: 36px;
          width: auto; }
      #kansougei2020 #wfpSpace .lp-space-item .lp-space-name {
        font-size: 22px;
        margin: 14px 0 10px; }
      #kansougei2020 #wfpSpace .lp-space-item .lp-space-info span {
        display: inline-block;
        margin-right: 8px; }
      #kansougei2020 #wfpSpace .lp-space-item .lp-space-info i {
        margin-right: 5px; }
      #kansougei2020 #wfpSpace .lp-space-item .lp-space-price {
        width: 100%;
        background: white;
        border-collapse: collapse;
        border: 1px solid black;
        margin-bottom: 12px; }
        #kansougei2020 #wfpSpace .lp-space-item .lp-space-price tr {
          border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
          #kansougei2020 #wfpSpace .lp-space-item .lp-space-price tr:last-child {
            border: none; }
        #kansougei2020 #wfpSpace .lp-space-item .lp-space-price th {
          background: #f7f7f7;
          padding: 8px 8px 8px 12px;
          text-align: left;
          border-right: 1px solid black;
          width: 40%;
          font-weight: normal; }
        #kansougei2020 #wfpSpace .lp-space-item .lp-space-price td {
          padding: 8px;
          text-align: center; }
        #kansougei2020 #wfpSpace .lp-space-item .lp-space-price .pl-tax {
          font-size: 12px;
          margin-left: 2px;
          display: inline-block;
          vertical-align: baseline;
          line-height: 1; }
      #kansougei2020 #wfpSpace .lp-space-item .wfp-btn {
        width: 100%;
        height: 54px;
        line-height: 54px;
        font-size: 16px; }
    #kansougei2020 #lpFaq.faq {
      position: relative;
      z-index: 3; }
      #kansougei2020 #lpFaq.faq h2 {
        font-size: 40px;
        margin-bottom: 40px;
        line-height: 1;
        text-align: center; }
      #kansougei2020 #lpFaq.faq .faq-container {
        width: 880px;
        margin: 0 auto; }
        #kansougei2020 #lpFaq.faq .faq-container .faq-item {
          background: #FFFCEB;
          padding: 20px 40px 0;
          position: relative;
          margin-bottom: 34px; }
          #kansougei2020 #lpFaq.faq .faq-container .faq-item:last-child {
            margin: 0; }
          #kansougei2020 #lpFaq.faq .faq-container .faq-item .faq-mark {
            display: block;
            position: absolute;
            width: 16px;
            height: 16px;
            right: 36px;
            top: 23px;
            transform: rotateZ(0);
            -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
            z-index: 2; }
            #kansougei2020 #lpFaq.faq .faq-container .faq-item .faq-mark::before {
              display: block;
              content: '';
              width: 100%;
              height: 2px;
              background: #76BA08;
              position: absolute;
              top: 7px;
              left: 0;
              -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
            #kansougei2020 #lpFaq.faq .faq-container .faq-item .faq-mark::after {
              display: block;
              content: '';
              width: 2px;
              height: 100%;
              background: #76BA08;
              position: absolute;
              top: 0;
              left: 7px; }
            #kansougei2020 #lpFaq.faq .faq-container .faq-item .faq-mark.active {
              transform: rotateZ(90deg); }
              #kansougei2020 #lpFaq.faq .faq-container .faq-item .faq-mark.active::before {
                opacity: 0; }
          #kansougei2020 #lpFaq.faq .faq-container .faq-item .faq-num {
            position: absolute;
            top: -31px;
            left: 0;
            font-size: 24px;
            line-height: 1;
            color: #76BA08; }
          #kansougei2020 #lpFaq.faq .faq-container .faq-item .question {
            font-size: 15px;
            padding-bottom: 20px;
            cursor: pointer;
            position: relative;
            z-index: 5; }
          #kansougei2020 #lpFaq.faq .faq-container .faq-item .answer {
            font-size: 15px;
            padding: 10px 0 20px;
            display: none; }
    #kansougei2020 #lpContact {
      background: white; }
      #kansougei2020 #lpContact h2 {
        font-size: 40px;
        margin-bottom: 40px;
        line-height: 1;
        text-align: center;
        color: #FF6464; }
      #kansougei2020 #lpContact p {
        font-size: 16px;
        font-weight: bold; }
      #kansougei2020 #lpContact .contact-intro {
        margin-bottom: 24px; }
      #kansougei2020 #lpContact .contact-btn-wrapper .wfp-btn {
        width: 450px;
        height: 74px;
        line-height: 74px;
        font-size: 17px;
        margin: 0 auto 24px; }
      #kansougei2020 #lpContact .lp-contact-line {
        text-align: center;
        font-size: 20px;
        font-weight: bold; }
        #kansougei2020 #lpContact .lp-contact-line span {
          font-size: 24px; }
        #kansougei2020 #lpContact .lp-contact-line * {
          color: #00B901; }
      #kansougei2020 #lpContact .tel-num {
        margin: 24px auto;
        text-align: center;
        font-size: 24px; }
    #kansougei2020 #lpAllSpace .allspace-intro {
      font-size: 16px;
      font-weight: bold; }
    #kansougei2020 #lpAllSpace .wfp-btn {
      width: 450px;
      height: 74px;
      line-height: 74px;
      font-size: 17px;
      margin: 0 auto; } }
