/*
Theme Name: akarikunimi-child
Version: 1.0
Template: akarikunimi
*/

/*----------------------------
    区画セクション 
----------------------------*/

.main_kukakuzu_cont {
    width: 100%;
    background-color: #FBF4EB;
}
.main_kukakuzu_wrap {
    width: 100%;
    padding: 90px 9%;
    display: flex;
    justify-content:space-around;
}
.main_kukakuzu_title {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kukakuzu_title_wrap img {
    max-width: 100%;
}
.kukakuzu_title_wrap div {
    max-width: 100%;
    height: 36px;
    text-align: center;
    border: solid 1px #BD9E73;
    background-color: #fff;
    color: #BD9E73;
    margin-top: 8px;
    font-weight: 400;
    letter-spacing: 0.2em;
}
.main_kukakuzu_zu {
    width: 65%;
}
.kukaku_tate {
    display: none;
}

@media screen and (max-width: 680px) {
    .kukaku_yoko {
        display: none;
    }
    .kukaku_tate {
        display: block;
    }
    .main_kukakuzu_title {
        display: none;
    }
    .main_kukakuzu_cont {
        margin: 0 6% 90px 6%;
        width: 88%;
        background-color: transparent;
    }
    .main_kukakuzu_wrap {
        padding: 0;
    }
    .main_kukakuzu_zu {
        width: 100%;
    }
}