@charset "UTF-8";
/* CSS Document */

.mv {
    background-image: url("image/about_mv.jpg");
    background-position: center;
}

.sectiontitle {
    width: 100%;
}

.salon-box img {
    width:auto;
    height:400px;
    float: left;
}

.salon-box p {
    float: right;
    width: 480px;
    line-height: 48px;
}




.stylist-box1 {
	position: relative;
}

.stylist-box p {
    line-height: 32px;
}

.stylist-box1 .sectioncaption {
	position: absolute;
	right: 0px;
	vertical-align: middle;
}

.stylist-box img {
    width:auto;
    height:400px;
    float: right;
}

.profile, .message {
    width: 480px;
    float: left;
}

.profile {
	padding: 16px 0 32px 0;
}

.profile h3 {
	margin: 0 0 8px 0;
}

.name {
	font-size: 24px;
	margin: 0 0 16px 0;
}

.message {
	padding: 0px;
}

.message h3 {
	margin: 0 0 12px 0;
	font-size: 16px;
	color: #B3868A;
}

/*タブレット*/
@media (max-width: 1024px) {

	
	
}

@media (max-width: 896px) {
	
	.salon-box p {
        width: 400px;
        line-height: 40px;
    }
    
    .salon-box img {
        height: 300px;
    }
	

    .profile, .message {
        width: 400px;
    }
    
    .name {
		font-size: 20px;
        margin: 0 0 12px 0;
		letter-spacing: 1px;
    }
    
    .stylist-box p {
        line-height: 24px;
    }

    .stylist-box img {
        height: 300px;
    }
    
    .profile {
		margin: 0 0 8px  ;
        padding: 0 0 8px 0;
    }
    
    .profile h3 {
	    margin: 0 0 6px 0;
}
    
    .message h3 {
        margin: 0 0 8px 0;
        font-size: 1.6rem;
}
    
    .message p {
        font-size: 1.2rem;
    }
    
}

@media (max-width: 460px) {
    
    .salon-box p {
        width: 315px;
        line-height: 24px;
    }
	
	.salon-box img {
        height: 315px;
		margin: 0 0 24px 0;
    }
    
    .profile h3 {
	    margin: 0 0 6px 0;
    }
    
    .stylist-article {
        width: 315px;
    }
    
    .stylist-box p {
        line-height: 24px;
    }
    
    .stylist-box img {
        height: 315px;
        margin: 0 0 24px 0;
    }
    
    .profile, .message {
        width: 315px;
    }
    
    .message h3 {
        margin: 0 0 4px 0;
        font-size: 1.4rem;
}
    
}