.search_area{
    position: relative;
    @media screen and (min-width: 767px) {
        overflow: hidden;
     }
    .bg_img{
        width: 100%;
        height: 100%;
        object-fit: cover;

        @media screen and (min-width: 767px) {
            max-height: 350px;
         }
    }

    .title_wrap{
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        padding: 20px 30px;
        border-radius: 10px;
        background: rgba(255,255,255,.6);
        /*color: #ffffff;*/
        /*width: 100%;*/
         @media screen and (max-width: 767px) {
           top: 25%;
        }
        h2{
            font-size: 6rem;
            white-space: nowrap;

             @media screen and (max-width: 767px) {
              font-size: 3rem;
            }
        }
        p{
            font-size: 3rem;
            @media screen and (max-width: 767px) {
              font-size: 1.5rem;
            }
        }
    }
    .logo{
        display: none;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 30%;
        max-width: 500px;
    }
    .search_wrap{
        position: absolute;
        right: 20px;
        bottom: 20px;
        background: #ffffff;
        padding: 20px 10px;
        border-radius: 10px;
        @media screen and (max-width: 767px) {
            position: static;
            .l-header__freeword form input {
                width: 100%;
            }
        }
        .search_title{
            font-size: 2rem;
            font-weight: bold;
            text-align: center;
            margin-bottom: 1.5rem;
             @media screen and (max-width: 767px) {
                  font-size: 1.5rem;
             }
        }
    }

}
 .calendar_wrap{
    font-size: 1.5rem;
     @media screen and (max-width: 767px) {
          font-size: 1rem;
     }
     padding: 20px;
     .fc-day-sun { background: rgba(255,0,0,.1); }  /* 日曜日 */
     .fc-day-sat {  background: rgba(149,149,255,.1); } /* 土曜日 */
}

 .text_wrap{
     padding: 0 20px;
     font-size: 1.3rem;

 }
 .exhibition_list_block {
     margin-bottom: 48px;
     .exhibition__list {
         .exhibition__item {
             display: flex;
             align-items: center;
             padding: 20px 0;
             border-top: 2px solid #e74545;

            @media screen and (max-width: 767px) {
                flex-direction: column;
            }
             &:last-child {
                 border-bottom: 2px solid #e74545;
             }

             .image__area {
                 width: 200px;
                 aspect-ratio: 16/9;
                 img{
                     width: 100%;
                     height: 100%;
                 }
                  @media screen and (max-width: 767px) {
                      width: 100%;
                      margin-bottom: 16px;
                  }
             }

             .content_body {

                 font-size: 1.3rem;
                 width: calc(100% - 200px);
                 display: flex;
                 flex-direction: column;
                 padding-left: 10px;


                  @media screen and (max-width: 767px) {
                      width: 100%;
                  }
                 .event_type {
                     margin-bottom: 5px;

                     .badge {
                         display: inline-block;
                         border: 2px solid #808080;
                         border-radius: 5px;
                         padding: 3px 30px;
                         text-align: center;
                         font-weight: bold;
                     }
                 }

                 .event_date {

                     font-weight: bold;

                     .date {
                         color: #e74545;
                         margin-left: 10px;
                     }
                 }

                 .title {
                     font-size: 2rem;
                     font-weight: bold;
                     margin-bottom: 5px;
                 }

                 .company_name {
                     margin-bottom: 10px;
                 }

                 .other_area {
                     .other_item {
                         & + .other_item {
                             margin-left: 20px;
                         }
                     }
                 }

                 .content_name {
                     padding: 2px 10px;
                     background: #aaaaaa;
                     color: #ffffff;
                     font-weight: bold;
                     font-size: 1.1rem;
                     margin-right: 10px;
                 }
             }
         }
     }
 }
 .search__result--pager{
     margin-top: 0;
     margin-bottom: 48px;
 }
 .no_data{
     font-size: 2rem;
     font-weight: bold;
     margin-top: 20px;
     text-align: center;
 }

 .banner_wrap{
     width: 100%;
     padding: 0 10px;
     margin-bottom: 48px;
      @media screen and (max-width: 767px) {
          margin-top: 40px;
      }

     .banner_list{
         display: flex;
         flex-wrap: wrap;
          @media screen and (max-width: 767px) {
              flex-direction: column;
          }
         gap: 40px;
         .banner{
             width: calc(33% - 21px);

              @media screen and (max-width: 767px) {
                  width: 100%;
              }
             p{
                 margin-top: 10px;
                 font-size: 1.8rem;
                 font-weight: bold;
                 text-align: center;

          @media screen and (max-width: 767px) {
              font-size: 1.5rem;
          }
             }
         }
     }
 }
 #exhibition{
     .c-lowpage--inner{
         width: 100%;
         max-width: none;
         padding: 20px;
     }
 }
 .spacer{
     width: 500px;
 }
 .exhibition_row{
     display: flex;
     gap: 20px;
     margin: 0 auto ;
     justify-content: center;
     max-width: 1680px;
      @media screen and (max-width: 767px) {
          flex-direction: column;
      }
     .schedule_area{
         width: 100%;
          @media screen and (max-width: 767px) {

          }
     }
     .advertisement_area{
         width: 500px;
         padding: 20px;

         .advertisement{
              background-color: #ffffff;
              border-radius: 8px;
              box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
             overflow: hidden;

             .image_wrap{
                 img{
                     width: 100%;

                     aspect-ratio: 16/9;
                 }
             }
             .pr_text{
                 font-size: 1.4rem;
                 font-weight: bold;

                 padding: 5px;
             }
             .buttons{
                 padding: 5px;
                 .button{
                     width: 100%;
                     padding: 10px 20px;
                     text-align: center;
                     background: #e74545;
                     color: #ffffff;
                     font-size: 1.2rem;
                     font-weight: bold;
                     display: block;
                     border-radius: 5px;
                 }
             }
             & + .advertisement{
                 margin-top: 30px;

                 @media screen and (max-width: 767px) {
                     margin-top: 40px;
                 }
             }
         }

     }
 }
