@charset "utf-8";


/* LPのみ styleもLPのみで検索 */
.contents_links .photo .box,
.index_news .news_slider .box,
.contents_links .text_box ul li a{
    pointer-events: none !important;
}

.gnav,
.slide_menu,
.ham_position,
.contents_links .text_box ul li a::before{
    display: none !important;
}


@media screen and (min-width : 500px){
    
    /* 長さ調整 */
    .reserve .flex_title .block_text{
        width: 36%;
    }
    
}
@media screen and (min-width : 1040px){
    
    /* 長さ調整 */
    .reserve .flex_title .block_text{
        width: 400px;
    }
    
}
    
