@charset "utf-8";

/*====================================================================================================

 アクセス

====================================================================================================*/
.cliinfo{
    text-align: center;
    margin-bottom: 60px;
}

.cliinfo > img{
margin-bottom: 10px;
}

.cliinfo address{
    margin-bottom: 30px;
}
.illust-map{
    max-width: 750px;
    margin: auto;
}

.illust-map img{ 
    max-width: 100%;
}

.access-intro > p{
margin-bottom: 40px;;
}

.access-intro{
margin-bottom: 60px;
}

.flex{
    display: flex;
}

@media screen and (max-width:640px) {
    .flex{
        flex-wrap:wrap;
    }
    
}

.between{
    justify-content: space-between;
}

.area-message .flex-item h3{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #19873b;
    text-align: center;
    padding: 10px;
}

.area-message .flex-item{
    max-width: 600px;
}

.area-message .flex-item:nth-child(1){
    margin-right: 60px;
}

@media screen and (max-width:640px) {
    .area-message .flex-item:nth-child(1){
        margin-right: 0px;
        margin-bottom: 60px;
    }
}
.area-message .flex-item p{
    padding:40px 30px 30px 30px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    min-height: 300px;
}
.preventive-age h3{
    text-align: center;
    background-color: #32a5d7;
    padding: 0.5em 0;
    border-radius: 20px;
    margin-bottom: 30px;
}

.preventive-age h3 + p{
    margin-bottom: 60px;
}
