/* sp用のcss */
@media screen and (max-width:779px) {
/*---------------- maruyama_la_sec01 ----------------*/
    .maruyama_la_sec01 {
        width: 100%;
        height: 240px;
        margin-top: 80px;
        margin-bottom: 80px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pc_sv {
        display: none;
    }

    .sec01_hd {
        position: relative;
        text-align: center;
        top: -160px;
        letter-spacing: 5px;
        font-size: 1.5rem;
        font-weight: 900;
        margin: 0;
        text-shadow: 0 0 0.5px #000;
    }

    .pc_hd {
        display: none;
    }

    .sec01_text {
        position: relative;
        text-align: center;
        top: -160px;
        letter-spacing: 2px;
        font-size: 10px;
        font-weight: 600;
        margin: 0;
        text-shadow: 0 0 0.5px #000;
    }

/*---------------- maruyama_la_sec02 ----------------*/
    .maruyama_la_sec02 {
        width: 100%;
        text-align: center;
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .sec02_mv {
        width: 90%;
        margin: 0 auto 30px auto;
    }

    .sec02_mv > img {
        width: 100%;
    }

    .sec02_logo {
        width: 50%;
        margin-bottom: 30px;
    }

    .sec02_explain_hd {
        font-size: 1.3rem;
        font-weight: bold;
        width: 90%;
        margin: 0 auto 20px auto;
    }

    .sec02_textBox {
        font-size: 14px;
        width: 85%;
        margin: 0 auto 30px auto;
        font-weight: bold;
    }

    .sec02_text {
        margin: 10px auto 10px auto;
    }

    .sec02_img {
        width: 90%;
        height: auto;
        margin-bottom: 10px;
    }
/*---------------- maruyama_la_sec03 ----------------*/
    .maruyama_la_sec03 {
        width: 100%;
        position: relative;
        background-image: url("../img/maruyama_la/con02_bg.png");
        background-repeat: no-repeat;
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .left_box {
        list-style: none;
        width: 90%;
        text-align: left;
        padding: 30px 0 0 0;
        margin: 0 auto 0 auto;
    }

    .pc_li {
        display: none;
    }

    .left_box > li {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
        list-style: none;
        padding-left: 20px;
        margin: auto  0 auto 0;
    }

    ul.left_box li + li {
        border-top:1px solid #cccccc;
    }

    .first_li {
        border-top: 1px solid;
    }

    .last_li {
        border-bottom: 1px solid;
    }

    .left_box li > p {
        margin:15px 0 15px 0;
    }

    .right_box {
        width: 100%;
        margin: 0 auto;
    }

/*---------------- maruyama_la_sec04 ----------------*/
    .insta_pc {
        display: none;
    }

    .maruyama_la_sec04 {
        width: 100%;
        text-align: center;
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .la_frase_img {
        width:  20vw;
        height:20vw;
        margin: 5px 5px 0 5px;
    }

    /* facebook */
    .facebook_pc {
        display: none;
    }

    .facebook_sp {
        width: 100%;
        text-align: center;
    }

    /* インスタ埋め込みのCSS */
    .insta_images {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        margin: 0;
        width: 100%;
        list-style: none;
    }
    .insta_images > li {
        position: relative;
        padding-top: calc(100% / 4);
        width: calc(100% / 4);
        overflow: hidden;
        text-align: center;
    }
    .insta_images > li > a {
        display:block;
    }
    .insta_images > li > a > img {
        position: absolute;
        top: -10%;
        left: -5%;
        width: 150%;
        transform: translateX(-50%) translateY(-50%);
        height: auto;
    }
    /************************/
}



/* pc用のcss */
@media screen and (min-width:780px) {
/*---------------- maruyama_la_sec01 ----------------*/
    .maruyama_la_sec01 {
        margin: 0;
        text-align: left;
        width:100%;
        height: 240px;
        margin-bottom: 80px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 1100px;
    }

    .sp_sv {
        display: none;
    }

    .sec01_hd {
        position: relative;
        text-align: center;
        top: -160px;
        letter-spacing: 5px;
        font-size: 30px;
        font-weight: 900;
        margin: 0;
        text-shadow: 0 0 1px #000;
    }

    .sec01_text {
        position: relative;
        text-align: center;
        top: -160px;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 1.5px;
        margin: 0;
    }

/*---------------- maruyama_lasec02 ----------------*/
    .maruyama_la_sec02 {
        width: 100%;
        max-width: 1100px;
        text-align: center;
        margin: 0 auto 80px auto;
    }

    .sec02_logo {
        width: 15%;
        height: auto;
        min-width: 300px;
        margin-top: 70px;
        margin-bottom: 50px;
    }

    .sec02_explain_hd {
        font-size: 24px;
        font-weight: 1000;
        letter-spacing: 3px;
        margin-bottom: 0;
    }

    .sec02_textBox {
        margin: 40px auto;
    }

    .sec02_text {
        font-size: large;
        margin: 5px;
        letter-spacing: 1px;
    }

    .sec02_img_content {
        margin-bottom: 100px;
    }

    .sec02_img {
        width: 300px;
        height: auto;
        margin: 0 20px 0 20px;
    }

    /*---------------- maruyama_la_sec03 ----------------*/
    .maruyama_la_sec03 {
        width: auto;
        min-width: 1100px;
        position: relative;
        display: flex;
        justify-content: center;
        height:610px;
        background-image: url("../img/maruyama_la/con02_bg.png");
        background-repeat: no-repeat;
        padding-bottom: 80px;
        background-color: #ffffff;
    }

    .left_box {
        width: 600px;
        margin: 55px 25px 55px 0;
        padding: 0;
    }

    .name_Maruyama_la {
        font-weight: 900;
        font-size: 1.7rem;
    }

    .sec03_text {
        letter-spacing: 1px;
        text-shadow: 0 0 0.1px black;
    }

    .sec03_text > p > a {
        text-decoration: underline;
        text-decoration-color: blue;
        color: blue;
    }

    .left_box > li {
        font-size: 1.2rem;
        letter-spacing: 1px;
        list-style: none;
        height: 100px;
        padding-left: 25px;
    }

    .sp_li {
        display: none;
    }

    ul.left_box li + li {
        border-top:1px solid #cccccc;
    }

    .left_box li:nth-child(1) {
        border-top: 1px solid;
        font-size: 1.5rem;
    }

    .left_box li:nth-child(6) {
        border-bottom: 1px solid;
    }

    .left_box li > p {
        width: auto;
        height: 30px;
        margin: 35px 0 35px 0;
    }

    .right_box{
        width:450px;
        margin: 55px 0 55px 25px;
    }
/*---------------- maruyama_lasec04 ----------------*/
    .maruyama_la_sec04 {
        width: 100%;
        min-width: 1100px;
        padding-bottom: 80px;
        background-color:#ffffff;
    }

    .la_frase_img {
        width: 12.5%;
        height:50%;
        object-fit: cover;
    }

    .insta_sp {
        display: none;
    }

    /* facebook */
    .facebook_sp {
        display: none;
    }

    /* インスタ埋め込みのCSS */
    .insta_images {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .insta_images > li {
        position: relative;
        padding-top: calc(100% / 8);
        width: calc(100% / 8);
        overflow: hidden;
        text-align: center;
    }
    .insta_images > li > a {
        display:block;
    }
    .insta_images > li > a > img {
        position: absolute;
        top: -5%;
        left: -5%;
        width: 105%;
        height: auto;
    }
    /************************/

}