@charset "UTF-8";
/* CSS Document */


/* -------------------------------- PC版のスタイルここから ------------------------------------*/

@media print, screen and (min-width: 751px) {
    
    .events-search{
        padding: 24px;
        background: #FFFDFD;
        border: 1px solid #898989;
        box-shadow: 9px 9px 4px rgba(71, 71, 71, 0.09);
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        align-items: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    }
    
    .events-search h3{
        width: 30%;
        font-family: "M PLUS 1p", sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.4em;
        margin-right: 3%;
        vertical-align: middle;
        margin-bottom: 0;
    }
    
    .events-search input{
        width: 100%;
        height: 48px;
        cursor: pointer;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        border: 1px solid #B6B6B6;
        outline: none;
        background: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
        text-align: left;
        border-radius: 0;
        padding: 8px;
        position: relative;
    }
    
    .events-search label{
        width: 24%;
        position: relative;
        margin-bottom: 0;
    }
    
    .events-search label+label{
        margin-left: 2%;
    }
    
    .events-search label+p{
        width: 4%;
        margin-bottom: 0;
        text-align: center;
    }
    
    .events-search label:after{
        position: absolute;
        right: 8px;
        bottom:16px;
        content: '';
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 12px solid #898989;
        z-index: 2;
    }
    
    .events-search button{
        border: 1px solid #1D315A;
        outline: none;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
        background: none;
        font-weight: normal;
        font-size: 16px;
        line-height: 1em;
        padding: 16px 0;
        width: 18%;
        height: 48px;
        cursor: pointer;
        transition: 0.3s;
        color: #1D315A; 
        margin-left: 2%;
    }
    
    .events-search button:hover{
        opacity: 0.7;
    }
    
    .events-list-wrap h3{
        max-width: 1198px;
        margin-left: auto;
        margin-bottom: 16px;
        margin-right: auto;
        font-weight: bold;
        font-size: 24px;
        line-height: 1em;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 16px;
        position: relative;
    }
    
    .events-list-wrap h3:before{
        content: '';
        background: #CCCCCC;
        width: 96%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left:50%;
        transform: translateX(-50%);
    }
    
/* イベント詳細　*/
    
    .event-img-txt-wrap h4{
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }
    
    .event-img-txt-wrap h4+img,
    .event-img-txt-wrap img+p{
        margin-top: 24px;
    }
    
    .event-img-txt-wrap img{
        width: 100%;
        height: auto;
    }
    
    .event-img-txt-wrap p{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
    }
    
    .event-img-txt-wrap+.event-img-txt-wrap{
        margin-top: 40px;
    }
    
    
}


/* -------------------------------- SP版のスタイルここから ------------------------------------*/

@media screen and (max-width: 750px) {
    
    .events-search{
        padding: 16px;
        background: #FFFDFD;
        border: 1px solid #898989;
        box-shadow: 0px 5px 4px rgba(71, 71, 71, 0.09);
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .events-search h3{
        text-align: center;
        font-family: "M PLUS 1p", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.2em;
        vertical-align: middle;
        margin-bottom: 16px;
    }
    
     .events-search label+p{
         writing-mode: vertical-rl;
         margin-top: 8px;
         margin-bottom: 8px;
         font-size: 20px;
    }
    
    .events-search input{
        width: 100%;
        cursor: pointer;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        border: 1px solid #B6B6B6;
        outline: none;
        background: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
        text-align: left;
        border-radius: 0;
        padding: 8px;
    }
    
    .events-search label{
        width: 100%;
        position: relative;
        margin-bottom: 0;
    }
    
    
    .events-search label:before{
        position: absolute;
        right: 8px;
        bottom:16px;
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #898989;
        z-index: 2;
    }
    
    .events-search button{
        border: 1px solid #1D315A;
        outline: none;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
        background: none;
        font-weight: normal;
        font-size: 14px;
        line-height: 0px;
        padding: 16px 0;
        width: 185px;
        height: 40px;
        cursor: pointer;
        color: #1D315A;
        margin-top: 16px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    .events-list-wrap h3{
        margin-left: auto;
        margin-bottom: 24px;
        margin-right: auto;
        font-weight: bold;
        font-size: 20px;
        line-height: 26px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 16px;
        position: relative;
    }
    
    .events-list-wrap h3:before{
        content: '';
        background: #CCCCCC;
        width: 94%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left:50%;
        transform: translateX(-50%);
    }
    
    
    
/* イベント詳細　*/
    
    .event-img-txt-wrap h4{
        font-weight: bold;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
    }
    
    .event-img-txt-wrap h4+img,
    .event-img-txt-wrap img+p{
        margin-top: 16px;
    }
    
    .event-img-txt-wrap img{
        width: 100%;
        height: auto;
    }
    
    .event-img-txt-wrap p{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }
    

    
  
    
}

