/* CSS Document */
main img{
    max-width: 100%;
    width: auto;
}
a img{
    transition: opacity .3s ease;
}
a img:hover{
    opacity: .7;
}
.keyV{
    margin-bottom: 10%;
}
.keyV_title{
    max-width: 350px;
    margin: 0 auto 60px;
}
.keyV_box {
    max-width: 400px;
    margin: 0 auto 60px;
}
.keyV_staff{
    margin-top: 5px;
    color: #CFC299;
}
.keyV_text{
    text-align: center;
}
.keyV_text p{
    margin-bottom: 1em;
}
/* about */
.about{
    margin-bottom: 10%;
}
.about .inner1280{
    width: 90%;
}
.about_box{
    align-items: stretch;
}
.about_img{
    width: 35%;
}
.about_caption{
    width: 60%;
}
.about_staff{
    margin-top: 5px;
    color: #CFC299;
}
.about_caption p{
    margin-bottom: 1em;
}
.about_text{
    text-align: center;
    margin-top: 30px;
}
.about_text .text_stroke{
    -webkit-text-stroke: 1px #000;
    color: #fff500;
    font-weight: bold;
}
.about_text p{
    margin-bottom: 1em;
}
/* merit */
.merit{
    margin-bottom: 10%;
}
.merit_maintitle {
    text-align: center;
    margin-bottom: 3em;
}
.merit_maintitle img{
    max-width: 150px;
    margin-bottom: 10px;
}
.merit_maintitle span{
    display: block;
}
.merit_box{
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-rows: 100px auto;
    gap:3em;
    margin-bottom: 60px;
}
.merit_number{
    grid-column: 1/2;
    grid-row:1/2;
    text-align: center;
}
.merit_number img{
    width: 60px;
}
.merit_title{
    grid-column: 1/2;
    grid-row:2/3;
}
.merit_caption{
    grid-column: 2/3;
    grid-row:2/3;
}
.merit_caption h3{
    margin-bottom: 1em;
}
.merit_img{
    grid-column: 3/4;    
    grid-row:2/3;
    text-align: center;
}
.merit_staff {
    color: #CFC299;
    margin-top: 10px;
}
/* arrange */
.arrange {
    text-align: center;
    margin-bottom: 10%;
}
.arrange_title img{
    max-width: 600px;
    width: 100%;
}
.arrange_text{
    margin-bottom: 3em;
}
.arrange_text p{
    margin-bottom: 1em;
}
.arrange_style{
    justify-content: center;
    align-items: stretch;
}
.arrange_style_img{
    height: 100%;
    margin-bottom: 10px;
}
.arrange_style_img img{
    object-fit: cover;
    height: 100%;
}
.arrange_style_box{
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.arrange_style_staff{
    color: #CFC299;
}
/* staff */
.staff_maintitle {
    text-align: center;
    margin-bottom: 3em;
}
.staff_maintitle img{
    max-width: 150px;
    margin-bottom: 10px;
}
.staff_maintitle span{
    display: block;
}
.staff_list{
    align-items: stretch;
}
.staff_item{
    width: calc(100%/4 - 30px);
}
.staff_img{
    margin-bottom: 1em;
}
.staff_salon{
    color: #EB7B48;
    margin-bottom: 1em;
    text-align: left;
}
.staff_name{
    margin-bottom: 1em;
}
@media screen and (max-width:768px){
    .staff_item{
        width: calc(100%/2 - 10px);
        margin-bottom: 3em;
    }
    .arrange_style_box{
        width: 50%;
    }
    .merit_box{
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto auto auto;
        gap:10px;
    }
    .merit_number{
        grid-column:1/2;
        grid-row: 1/2;
    }
    .merit_title{
        grid-column:2/3;
        grid-row: 1/2;
    }
    .merit_caption{
        grid-column:1/5;
        grid-row: 2/3;
    }
    .merit_img{
        grid-column:1/5;
        grid-row: 3/4;
    }
}
@media screen and (max-width:480px){
    .about_img,
    .about_caption{
        width: 100%;
    }
    .about_img{
        margin-bottom: 2em;
    }
    .arrange_text{
        text-align: left;
    }
    .arrange_style_staff{
        font-size: 12px;
    }
    .staff{
        padding-top: 10%;
    }
}
