/* CSS Document */

#eye_contents #diag{
    position: relative;
}

#eye_contents #diag img{
    object-fit: cover;
    height: 320px;
    width: 100%;
    object-position: 66%;
}


#eye_contents #diag div{
    position: absolute;
    inset: 0;
    margin: auto;
    text-align: left;
    height: fit-content;

}

#eye_contents #diag p{
    max-width: 320px;
    border: 1px solid #fff;;
    border-radius: 50px;
    text-align: center;
    letter-spacing: 0.05em;
}

#eye_contents #diag p a{
    color: #fff;
    display: block;
    padding: 20px 0;
}

#eye_contents #menu{
    background: var(--gray);
    padding: 5em 0;
}

#eye_contents #menu .comm_ttl{
    width: 100%;
    margin-bottom: 30px;
}

#eye_contents #menu .box{
    width: 30%;
}

#eye_contents #menu .box h3{
    font-size: clamp(1.6rem, 1rem + 1.08vw, 1.7rem);
    margin: 15px auto 10px;
}

#eye_contents #menu .box h4{
    font-size: clamp(1.4rem, 1rem + 1.08vw, 1.5rem);
    font-weight: bold;
    word-break: keep-all;
}

#eye_contents #menu .box:not(:last-of-type) h4{
    margin: 26px auto -15px;
}

#eye_contents #menu .box p{
    text-align: left;
    margin-top: 10px;
}

#eye_contents #menu .comm_btn{
    max-width: 260px;
    margin: 50px auto;
}






@media only screen and (max-width: 698px) {  

#eye_contents #menu .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

#eye_contents #menu .box img{
    width: 47%;
}

#eye_contents #menu .box .text{
    width: 50%;
    text-align: left;
}

#eye_contents #menu .box h3{
    margin: 0 auto;
}
#eye_contents #menu .box h4,
#eye_contents #menu .box:not(:last-of-type) h4{
    margin: 10px 0;
    line-height: 1.8;
}
#eye_contents #menu .box p{
    font-size: 1.3rem;
}




}









@media only screen and (max-width: 480px) {  

#eye_contents #diag p{
    margin: auto;
}

#eye_contents #menu .box img{
    width: 42%;
}

#eye_contents #menu .box .text{
    width: 55%;
}
#eye_contents #menu .box h4, 
#eye_contents #menu .box:not(:last-of-type) h4 {
        margin: 0;
}
#eye_contents #menu .box p{
    font-size: 1.18rem;
    margin-top: 5px;
    line-height: 1.8;
}








}

















