/* facility/index.html */
.spec_list{
    margin-top: 61px;
}

@media screen and (max-width: 768px) {
    .spec_list {
     margin-top: 30px;
    }
}

/* organizer/spec_main.html */

.spce_detail{
    max-width: 780px;
    margin: auto;
}

.sub_spce_detail img.center {
    width: 50%; 
    margin: auto;
}
.spce_detail .txt{
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 20px;
}
.sub_spce_detail .twoCol {
    width: 49%;
}
.sub_spce_detail img.twoCol {
    height: 100%;
}
.sub_spce_detail .threeCol {
    width: 32%;
}
.sub_spce_detail img.threeCol {
    height: 100%;
}
.sub_spce_detail img.center {
    width: 50%;
    height: 100%;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .sub_spce_detail .threeCol {
        width: 100%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    .spce_detail .txt{
        font-size: 1.6rem;
    }
}

.sub_spce_detail{
    max-width: 780px;
    padding-top: 50px;
    margin: 50px auto 30px;
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #dcdcdc;
}

@media screen and (max-width: 768px) {
    .sub_spce_detail{
        padding-top: 30px;
        margin: 30px auto 10px;
        display: block;
    }
}

.sub_spce_detail.reverse{
    flex-direction: row-reverse;
}

.sub_spce_detail .txt{
    width: 310px;
    font-size: 1.4rem;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .sub_spce_detail .txt{
        width: 100%;
        margin-top: 20px;
    }
}

.layoutwrap{
    margin-top: 130px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .layoutwrap{
        margin-top: 60px;
        padding-bottom: 20px;
    }
}

.layoutwrap:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18.5px 31px 18.5px;
    border-color: transparent transparent #e5e5e5 transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
}
