@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**							追加修正分							*/
/****************************************************************************/

@media screen and (max-width:750px) {
    #column_title .column_lead_txt {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .column_box h1 {
        font-size: 2rem;
    }
    .feature_box .feature_img a {
        display: block;
    }
    .feature_box .feature_img a img {
        width: 100%;
        object-fit: contain;
    }
    /* Sp footer 240117  */
    footer .sns_link.sp li {
        filter: brightness(10);
    }
    #sp_foot_link_list li:last-child {
        border-bottom: 1px solid #333333;
    }
}

/* news > detail */
.news_detail_box .news_txt .news_link a {
    word-break: break-word;
}

/* 新デザイン2023対応 */
.header2 .description {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 20px;
}
.pamph_box .ico_pdf {
    left: -15px !important
}

/* スポット詳細 */
.spot_movie_box {
    margin-bottom: 80px;
}
@media screen and (max-width:750px) {
    .spot_movie_box {
        margin-bottom: 0px;
    }
}

/* TOPイベント情報にバナー設置 250128asa*/
.event-sec .event-h .event-bnr {
  width: min(419px, 100%);
  text-align: center;
  padding-block: 2em;
  margin: auto;
}