@charset "utf-8";

h2 {
    text-align: initial;
}

h3 {
        padding-top: initial
}

.small {
    font-size: 1.4rem;
}

/* ここからプロフィール */

.profile {
    display: flex;
    font-family: 'Noto Serif JP';
}

.photo {
    max-width: 320px;
    height: auto;
}

.profile_photo {
    padding: 85px 5px 5px;
}

.profile_hurigana {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 20px;
}

.profile_carreer {
    margin-top: 20px;
    font-size: 1.4rem;
}

.profiletext {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 2.2;
}

/* profile sp */
@media screen and (max-width:1024px) {

.profile {
    display: initial;
}

.profile_photo {
    text-align: center;
    padding: initial;
}

.photo {
    width: 80%;
    height: auto;
}

.profile_text h2 {
    padding-top: 20px;
    text-align: center;
}

.profile_hurigana , .profile_name {
    text-align: center;
}

.profile_carreer{
    padding-left: 0;
}

.profiletext {
    font-size: 1.4rem;
    line-height: 2.0;
    padding: 0;
}

}

/* ここからgreeting */

.greeting {
    font-family: 'Noto Serif JP';
    padding: 40px 0 80px;
    border-bottom: 2px dotted #5c5c5c;
}

.greeting h3 {
    padding: 60px;
    text-align: center;
}

.greeting_text {
    padding: 20px 0;
    line-height: 3.0;
    font-size: 1.6rem;
}

/* greeting sp */
@media screen and (max-width:1024px) {
    
    .greeting_text {
        line-height: 2.0;
        padding: 0;
    }

    .greeting h3 {
        padding: 20px;
        text-align: center;
    }
    
}


/* ここから事業所概要 */

.abstract h2 {
    text-align: center;
    padding: 85px 0 20px 0;
}

.office_photo {
    text-align: center;
    padding: 20px 0;
}

.office_detail {
    text-align: center;
}

.detail_item {
    display: flex;
    justify-content: center;
}

.detail_item p {
    padding: 5px 10px;
    background-color: #DEE6E9;
    margin: 2px;
}

.detail_left {
    width: 100%;
}

.detail_right {
    width: 100%;
}

iframe {
    margin-top: 60px;
}

.bus {
    padding: 25px 25px 0 25px;

}
.car {
    padding: 25px;
}

.gaikan {
    max-width: 100%;
}

.map {
    height: 450px;
    width: 100%;
}

.map iframe {
    width: 100%;
    height: 85%;
}

/* abstract sp */
@media screen and (max-width:1024px) {
    
    .abstract h3 {
        font-size: 1.4rem;
    }
    
    .abstract p {
        font-size: 1.4rem;
    }

    .bus ,.car {
        padding: 25px 0;
    }
}