.top {
    background: url(../img/free/free-bg-01.jpg)no-repeat center / cover;
}

.top .wrapper {
    padding: 120px 2vw;
    width: 100%;
    background-color: rgba(65, 36, 32, 0.77);
    position: relative;
    z-index: 1;
    margin: 120px 0 0 0;
}

.top h2 {
    width: 100%;
    max-width: 990px;
    margin: auto;
}

.top .ttl-btm {
    width: 70%;
    max-width: 600px;
    margin: -100px auto 150px auto;
    position: relative;
    z-index: 3;
}

.first h3 {
    margin: 0 auto 80px auto;
    text-align: center;
}

.first h3 span {
    display: inline;
}

.first-block .text {
    width: 50%;
    margin-right: 20px;
    flex-direction: column;
    line-height: 1.8;
}

.first-block .text .ttl {
    margin-bottom: 20px;
}

.first-block img {
    width: 50%;
}

.img-tb {
    display: none;
}

.about .block {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 60px;
}

.free-ttl {
    display: flex;
    align-items: center;
    font-size: 38px;
    margin: 0 auto 60px auto;
    color: #43A13C;
    padding: 5px 40px;
    background-color: #fff;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));

}
.free-ttl span {
    display: flex;
    margin: auto;
    font-size: 64px;
}
.free-ttl img {
    width: 160px;
    display: flex;
    margin: auto;
}

.about .item {
    width: 23%;
    position: relative;
    flex-direction: column;
    background-color: #fff;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
    padding: 40px 2vw;
    align-items: center;
}

.about .num {
    display: flex;
    min-width: 40px;
    min-height: 40px;
    background-color: #664F33;
    font-size: 23px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.about .top-text {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.about .item img {
    width: 100%;
    max-width: 177px;
    margin: 0 auto 30px auto;
}
.about .text {
    display: inline-flex;
    text-align: center;
    align-items: center;
}
.about .dly3 img {
    margin: 10px auto;
} 

.about .btm-block {
    width: 100%;
    padding: 40px;
    border: 2px solid #664F33;
    background-color: #fff;
    flex-direction: column;
}

.about .btm-block p {
    font-size: 20px;
    letter-spacing: 3px;
    text-align: center;
}

.about .btm-block p span {
    display: inline;
    white-space: nowrap;
}

.onayami {
    background: url(../img/free/free-bg-02.jpg)no-repeat center / cover;
}

.onayami h3 {
    width: 100%;
    max-width: 770px;
    margin-bottom: 90px;
}

.onayami .text {
    width: 100%;
    max-width: 1020px;
    flex-direction: column;
    font-weight: bold;
    color: #fff;
    background-color: rgba(102, 79, 51, 0.9);
    padding: 40px;
    margin: 0 0 0 auto;
}

.onayami ul {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    margin-bottom: 40px;
}

.onayami li {
    display: inline-flex;
    align-items: center;
    line-height: 1.5;
    margin-bottom: 20px;
}

.onayami li::before {
    content: "・";
}

.onayami li::before:last-of-type {
    content: "";
    margin-bottom: 0;
}

.onayami .text .yellow {
    color: #FFD816;
}

.onayami .text .min {
    font-size: 28px;
    letter-spacing: 3px;
}

.past li {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.past li:last-of-type {
    margin-bottom: 0;
}

.past li::before {
    content: "・";
}

.past li:last-of-type::before {
    content: "";
}

.past .img {
    width: 50%;
    max-width: 750px;
    position: relative;
}

.past .img img {
    height: 100%;
}

.img img.img-deco {
    display: flex;
    width: 5vw;
    max-width: 65px;
    height: auto;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
}

.past .text {
    width: 50%;
    padding: 40px;
    background-color: #fff;
}

.info iframe {
    width: 100%;
    max-width: 1100px;
    height: 600px;
    margin: 0 auto 90px auto;
}

.map {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 90px auto;
}

.studio-img {
    width: 45%;
    height: auto;
}

.studio-img img {
    height: 100%;
    object-fit: cover;
}

.info-text {
    width: 55%;
    flex-direction: column;
    padding: 50px;
    background-color: #fff;
}

.info-text a {
    width: 100%;
    max-width: 353px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.info-text .fax {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}

.info img.tb {
    display: none;
}

.block-ttl {
    display: flex;
    width: 100%;
    font-size: 28px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #523109;
    letter-spacing: 3px;
    padding: 8px 2vw;
}

#contact-top .content {
    padding: 0 2vw;
}

#contact-top .block {
    flex-direction: column;
    padding: 60px;
    background-color: #FEF9F1;
}

#contact-top p {
    font-size: 18px;
    margin-bottom: 10px;
}

#contact-top .min span {
    font-size: 26px;
}

#contact-top .block-btm {
    margin-top: 30px;
    align-items: center;
}

#contact-top .text {
    flex-direction: column;
}

#contact-top .block-btm img {
    max-width: 550px;
    margin-right: 30px;
}

#contact-top .block-btm .min {
    display: flex;
    align-items: center;
}

#contact-top .block-btm .min:last-of-type {
    margin-bottom: 0;
}

#contact-top .block-btm .min span {
    width: 80px;
    font-size: 14px;
    display: flex;
    color: #fff;
    background-color: #000;
    padding: 3px;
    justify-content: center;
    align-items: center;
    letter-spacing: 3px;
    margin-right: 10px;
}

@media (hover: hover) and (pointer: fine) {}


/*/////////////////////レスポンシブ////////////////////////////*/

@media screen and (max-width: 1000px) {
    #contact-top .block-btm {
        flex-direction: column;
        align-items: flex-start;
    }
    #contact-top .block-btm img {
        margin-bottom: 20px;
        margin-right: 0;
    }
    #contact-top .block-btm .text {
        flex-direction: row;
    }
    #contact-top .block-btm .min {
        margin-bottom: 0;
        margin-right: 20px;
    }
}

@media screen and (max-width: 870px) {
    .br-tb {
        display: none;
    }
}

@media screen and (max-width: 820px) {
    .top .wrapper {
        padding: 90px 2vw;
    }
    .top .ttl-btm {
        margin-top: -80px;
        margin-bottom: 70px;
    }
    .first h3 {
        margin-bottom: 40px;
    }
    .first-block .text {
        width: 100%;
        margin-right: 0;
    }
    .first-block img {
        display: none;
    }
    .first-block img.img-tb {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .past .block {
        flex-direction: column;
    }
    .past .img {
        width: 100%;
        margin: auto;
    }
    .past .text {
        width: 100%;
    }
    .img img.img-deco {
        width: 50px;
        right: 50%;
        top: auto;
        bottom: -6px;
        transform: translateX(50%) rotate(90deg);
    }
    .studio-img {
        display: none;
    }
    .info-text {
        width: 100%;
    }
    .info img.tb {
        display: block;
        width: 100%;
        max-width: 520px;
        margin: 0 auto 30px auto;
    }
    .block-ttl {
        font-size: 24px;
    }
}

@media screen and (max-width: 600px) {
    .top .wrapper {
        padding: 50px 2vw;
        margin-top: 90px;
    }
    .top .ttl-btm {
        margin-top: -40px;
    }
    .about .block {
        flex-wrap: wrap;
    }
    .about .item {
        width: 100%;
        margin-bottom: 20px;
        padding: 40px;
    }
    .about .item:last-of-type {
        margin-bottom: 0;
    }
    .about .item img {
        margin-bottom: 20px;
    }
    .about .text {
        height: auto;
    }
    .about .btm-block {
        padding: 20px;
    }
    .free-ttl {
        font-size: 24px;
        width: 100%;
        margin-bottom: 30px;
        padding: 15px 2vw;
        justify-content: center;
    }
    .free-ttl span {
        font-size: 45px;
        margin: auto 0;
    }
    .free-ttl img {
        width: 140px;
        margin: auto 0;
    }
    .onayami .text {
        padding: 40px 20px;
    }
    .onayami h3 {
        margin-bottom: 30px;
    }
    .onayami ul {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .onayami .text .min {
        font-size: 23px;
    }
    .past .text {
        padding: 20px;
        font-size: 18px;
    }
    .info-text {
        padding: 30px 20px;
    }
    .map {
        margin-bottom: 30px;
    }
    #contact-top .block {
        padding: 40px 20px;
    }
    .block-ttl {
        font-size: 21px;
    }
}

@media screen and (max-width: 460px) {
    #contact-top .block-btm .text {
        flex-direction: column;
    }
    #contact-top .block-btm .min {
        margin-bottom: 10px;
        margin-right: 0;
    }
    #contact-top .min span {
        font-size: 23px;
    }
}