@media screen and (min-width: 1120px){
    .m_item:hover{
        background-color:#3a674e;
    }
    .m_item:hover .m_item_full{
        background-color:#3a674e;
    }
    .m_item:hover span{
        background-color: rgb(0 0 0 / 60%);
    }
    a.btn:hover, button.btn:hover{
        background-color: #000;
        color: #ABEF3B;
    }
}

@media screen and (max-width: 1180px){
    html, body{
        font-size: 18px;   
    }
    .cube_form input,
    .btn,
    .coming{
        font-size: 0.9rem;
    }
    .grid_about,
    .cube_white{
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 1020px){
    .header_int,
    .content{
        width: calc(100% - 2rem);
    }
    .about .content.txt{
        grid-gap: 2rem;
    }
    .logo img{
        width: 3rem;
    }
    .carousel .splide__arrows{
        display: none;
    }
    .menu{
        top: 5rem;
        right: 1.5rem;
    }
    .gallery{
        grid-template-columns: repeat(4, 1fr);
    }
    .content.content-c-v{
        min-height: calc(66.6vw - 12rem);
    }
    
    .table h3{
        font-size: 0.8rem;
    }
    .table .column {
        padding-right: 8px;
    }
    .table .column p{
        font-size: 15px;
    }


}
@media screen and (max-width: 880px){
    .about .content.txt {
        grid-gap: 0;
        grid-template-columns: 1fr;
    }
    .about .column{
        min-height: initial;
    }
    .about article:nth-child(2n + 1) .column:nth-child(1),
    .about article .column:nth-child(1){
        grid-column: initial;
        grid-row: 2;
    }
    .about img{
        max-width: 70%;
        margin-left: auto;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .about article:nth-child(2n + 1) .column:nth-child(2),
    .about article .column:nth-child(2) {
        grid-column: initial;
        grid-row: 1;
        margin: 4rem 0 1rem;
        max-width: 20rem;
    }
    .about .grid_tres{
        grid-template-columns: 1fr;
        margin-bottom: 3rem;
    }

}
@media screen and (max-width: 840px){
    .collage_int h3{
        font-size: 0.8rem;
    }
}
@media screen and (max-width: 680px){
    .cover .txt h1{
        font-size: 3.7rem;
    }
    .cover .txt h2{
        font-size: 2.7rem;
    }
    .cover .txt h3{
        font-size: 1.7rem;
    }
    .grid_tres p{
        font-size: 1.4rem;
        margin: 0;
    }
    .grid_tres{
        grid-template-columns: 1fr;
        grid-gap: 2rem;
    }
    .cover .txt.grid_dos{
        grid-gap: 1rem;
    }
    .cover .grid_tres h3 {
        margin-bottom: 0.5rem;
    }
    .cover .txt img{
        margin: 0rem auto 0.5rem;
    }
    .cube_form.txt{
        padding: 1rem 1.2rem;
    }
    .collage{
        text-align: center;
    }
    .icon{
        padding-bottom: 1rem;
    }
    .cube_white{
        padding: 1rem;
        width: 100%;
        margin: 0 auto;
    }
    .cube_white .column .btn,
    .cube_white .column p{
        white-space: nowrap;
    }
    .about:last-child article:last-child{
        padding-bottom: 5rem;
    }
    .gallery{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 600px){
    .menu{
        right: 1rem;
        width: calc(100% - 2rem);
    }
    .m_item.m_sitem{
        grid-template-columns: auto 1fr;
    }
    .m_item_full{
        padding: 0.5rem 0.5rem;
    }
    .m_item sup{
        font-size: 0.4rem;
        margin-left: 0rem;
    }
    .m_item{
        padding: 1rem 0.5rem;
    }
    .cover .txt img{
        max-height: 2.5rem;
    }
    .item_about p{
        font-size: 0.7rem;
    }
    .cover{
        padding: 4rem 0;
    }
    .cover:first-child {
        padding: 8rem 0 4rem;
    }
    .collage{
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
    .collage_int h3{
        font-size: 1.1rem;
    }

    .cover .txt.grid_dos, .grid_dos_gap{
        grid-template-columns: 1fr;
    }
    
}
@media screen and (max-width: 500px){
    .gallery{
        grid-template-columns: repeat(2, 1fr);
    }
    .carousel{
        width: calc(100% + 2rem);
        margin-left: -1rem;
    }
}