
/* =======================
　　　SP・共通部分
======================= */
.profile_item_wrap{
    width: 100%;
    margin: 60px auto 50px;
}
.profile_item{
    /* border-top: 1px solid #213D6F; */
    padding-top: 30px;
    margin-bottom: 20px;
}
.profile_item:first-child{
    border-top: none;
    padding-top: 0;
}
.profile_item .profile_ttl{
    color: #213D6F;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 20px;
}
.profile_item .profile_detail{
    padding-left: 25px;
    font-weight: bold;
}

.map{
    width: 100%;
    margin-bottom: 80px;
}
.map iframe{
    width: 100%;
    height: 250px;
}

.profile:first-child:last-child {
    height: 100%;
}

.profile {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.profile_item-heading {
    /* font-weight: 600; */
    line-height: calc(1em * 45 / 40);
    color: #213D6F;
}
.profile_s_2>*+* {
    margin-top: 1rem;
}

.Image {
    display: block;
    width: 100%;
    border-radius: .5rem;
}

.profile_item-eventItem {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #b5b5b5;
}



/* =======================
　　　      PC
======================= */

@media screen and (min-width:769px) {

.profile_item_wrap{
    width: 90%;
    margin: 150px auto 100px;
}
.profile_item{
    /* display: flex; */
    padding-top: 40px;
    margin-bottom: 40px;
    font-size: 1.1em;
}
.profile_item .profile_ttl{
    width: 20%;
    padding-left: 10px;
    margin: 0;
}
.profile_item .profile_detail{
    padding: 0;
}

.map{
    width: 100%;
    margin-bottom: 115px;
}
.map iframe{
    width: 100%;
    height: 400px;
}

    .profile_item-body {
        display: flex;
    }

    .profile_item-image {
        flex-shrink: 0;
        width: 10.5rem;
        margin-right: 1.25rem;
    }

    .profile_item-text {
        flex-grow: 1;
        margin-top: 0;
        margin-left: 1.25rem;
    }

    .profile_item-eventList {
        font-size: 1rem;
        line-height: calc(1em * 80 / 40);
    }

    .profile_md\:s_6>*+* {
        margin-top: 6.5rem;
    }

    .profile_item-eventList .profile_item-eventItem:first-child {
  padding-top: 0;
}
}



@media (min-width: 48em) {
    /* .profile_item-body {
        display: flex;
    }

    .profile_item-image {
        flex-shrink: 0;
        width: 10.5rem;
        margin-right: 1.25rem;
    }

    .profile_item-text {
        flex-grow: 1;
        margin-top: 0;
        margin-left: 1.25rem;
    }

    .profile_item-eventList {
        font-size: 1rem;
        line-height: calc(1em * 80 / 40);
    }

    .profile_md\:s_6>*+* {
        margin-top: 6.5rem;
    } */
}

@media (min-width: 64em) {
    .profile_item-image {
        width: 16.5rem;
    }
}
/* *{border: 1px solid red} */
