@charset "UTF-8";


/*----------------------------------------------------
	☆PC
----------------------------------------------------*/

/*--- mv --*/


/*--- message --*/

@media screen and (min-width:901px) {
    #message .photoAndTextBox{
        max-width: 1020px;
    }
    #message .photoAndTextBox .image{
        width: 35%;
    }
    #message .photoAndTextBox .info{
        width: 65%;
    }
}
#message .name{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    margin-top: 20px;
}


/*--- service --*/


/*----------------------------------------------------
	☆ANIMATION
----------------------------------------------------*/



/*----------------------------------------------------
	☆901以上　PCのみ & HOVER
----------------------------------------------------*/

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


/*----------------------------------------------------
	☆HEIGHT UNDER 800
----------------------------------------------------*/

@media screen and (max-height:800px) {
}

/*----------------------------------------------------
	☆HEIGHT UNDER 700
----------------------------------------------------*/

@media screen and (max-height:700px) {
}

/*----------------------------------------------------
	☆UNDER 1200
----------------------------------------------------*/

@media screen and (max-width:1200px) {    
    
}

/*----------------------------------------------------
	☆UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) {      
    
    #message .photoAndTextBox .image {
        aspect-ratio: 1 / 1.3;
        max-width: 320px;
        height: auto;
        max-height: none;
        width: 60%;
    }
}


/*----------------------------------------------------
	☆UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
    
    #message .name {
        font-size: 18px;
    }
    
}

/*----------------------------------------------------
	☆UNDER 480
----------------------------------------------------*/

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

