@charset "UTF-8";

/* CSS Document */

@media screen and (max-width: 1024px) {
    .regulation_footer {
        background: #f2f0f0;
    }


    /*
    Header Title
    */

    /*
    Header Title
    */

    .header-main-wrap {
        margin: 0 auto;
        max-width: 1200px;
        padding: 0;
        width: 100%;
    }

    .header-main-wrap img {
        width: 100%;
    }

    .header-main-wrap .main_image {
        line-height: 0;
        width: 100%;
    }



    /*
    タイトルラップ
    */

    .main_title_wrap {
        background: rgba(0, 0, 0, 1);
        padding: 8px 40px;
        width: 100%;
    }

    .main_title_wrap h1 {
        color: #fff;
        font-family: serif;
        font-weight: 700;
        font-size: 15px;
        line-height: 1.5;
    }

    .main_title_wrap h1 span {
        display: block;
        font-size: 15px;
        font-weight: 700;
    }

    .main_title_wrap h2 {
        color: #fff;
        font-family: sans-serif;
        font-weight: 700;
        font-size: 19px;
        line-height: 1.5;
    }

    .section2 .main_image {
        margin: 0;
        position: relative;
        width: 100%;
    }

    .section2 .main_image img {
        width: 100% !important;
    }



    /*
    各sec共通
    */
    .mt30px {
        margin-top: 20px !important;
    }

    .mb30px {
        margin-bottom: 20px !important;
    }

    .mt60px {
        margin-top: 30px !important;
    }

    .mb60px {
        margin-bottom: 30px !important;
    }



    /*
    sec1
    */

    .section {
        background: #f2f0f0;
        padding: 60px 0;
        position: relative;
        width: 100%;
        z-index: 10;
    }

    .section img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .section .content-wrap {
        font-size: 16px;
        line-height: 1.8;
        margin: 0 auto;
        width: 90%;
    }

    .section .content-wrap img {
        width: 100%;
    }

    .section .content-wrap h2 {
        border-bottom: #000 1px solid;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
        margin: 1em auto;
        padding-bottom: 7px;
        text-align: center;
        width: 100%;
    }

    .section .content-wrap .content-text {
        margin: 0 auto;
        width: 80%;
    }

    .section .content-wrap .content-text a,
    .section .content-wrap .content-text a:hover,
    .section .content-wrap .content-text a:visited {
        color: #000;
        text-decoration: underline;
    }

    .section .content-wrap p,
    .section .content-wrap .content-text p {
        margin: 0 auto 1em;
    }

    .section .content-wrap .content-image {
        margin-bottom: 1em;
        text-align: center;
        width: 100%;
    }

    .section .content-wrap .content-image img {
        margin: 0 auto;
        width: 100%;
    }

    .section .content-wrap .content-text .caption,
    .section .content-wrap .content-image .caption {
        font-size: 14px;
        line-height: 1.5;
        margin-top: .7em;
        text-align: center;
        width: 100%;
    }

    .stories-banner-wrap {
        background: #f2f0f0;
        padding: 1px 0;
        position: relative;
        z-index: 10;
    }

    .stories-banner {
        margin: 0 auto 80px;
    }

    .matsue-series-menu-wrap,
    .regulation_footer {
        background: #f2f0f0;
        padding: 50px 0;
        position: relative;
        z-index: 10;
        width: 100%;
    }



    /*
    sec2
    */
    .section.section2 {
        padding: 0;
        width: 100%;
    }

    /*
    sec4
    */
    .section.section4 {
        margin: 0 auto 0;
        padding: 0 0 60px 0;
        width: 100%;
    }

    .section.section4 .content-image {
        margin: 0 auto 1em;
        max-width: 1220px;
        text-align: center;
        width: 100%;
    }

    .section.section4 .content-image img {
        width: 100%;
    }


    /*
    button
    */
    .balloon_btn a:hover {
        opacity: .7;
    }

    .balloon_btn a {
        background: #4BB1C5;
        border-radius: 5px 5px 5px 5px;
        color: #fff;
        display: block;
        font-weight: 700;
        margin: 50px auto;
        max-width: 320px;
        padding: 1em;
        text-align: center;
        transition: all .7s;
        width: 90%;
    }










}
