@charset "UTF-8";

/* CSS Document */

@media screen and (min-width: 1025px) {

    .regulation_footer {
        background: #f2f0f0;
    }


    /*
    Header Title
    */

    .header-main-wrap {
        margin: 0 auto;
        max-width: 1200px;
        padding: 0;
        position: sticky;
        top: 80px;
        width: 100%;
        z-index: 9;
    }

    .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: 720px;
    }

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

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

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

    .section2 .main_image {
        margin: -80px 0 0 auto;
        position: relative;
        width: 80%;
        z-index: -1;
    }

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


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

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

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

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



    /*
    sec1
    */

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

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

    .section .content-wrap {
        font-size: 17px;
        line-height: 1.8;
        margin: 0 auto;
        width: 980px;
    }

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

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

    .section .content-wrap .header-text {
        font-size: 19px;
        margin: 0 auto;
        width: 700px;
    }

    .section .content-wrap .content-text {
        margin: 0 auto;
        width: 700px;
    }

    .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;
    }

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


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

    .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;
        padding: 0 0 1px 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;
        margin: 50px auto;
        padding: 1em;
        width: calc(500px - 2em);
        font-weight: 700;
        text-align: center;
        transition: all .7s;
    }






}
