#dispo_wrap {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.dispo_top {
    text-align: center;
    width: 100%;
    height: auto;
    padding-top: 25%;
    background: #efefef;
    position: relative;
}

.dispo_top img {
    max-width: calc(300px + 850 * ((100vw - 320px) / 1920));
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

.dispo_txt {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 2%;
    text-align: center;
    height: auto;
    color: #615f5f;
}

.dispo_txt p {
    display: inline-block;
    margin-bottom: 3%;
    padding-top: 3%;
    text-align: left;
    line-height: 1.5;
    border-top: 3px dotted #615f5f;
    font-size: calc(12px + 8 * ((100vw - 480px) / 1920));
}

.dispo_txt span {
    display: inline-block;
    padding-top: 3%;
    font-size: calc(20px + 8 * ((100vw - 480px) / 1920));
}

.br_2 {
    display: none;
}

@media screen and (max-width:959px) {
    .dispo_txt {
        width: 90%;
    }
}

@media screen and (max-width: 600px) {
    .br_2 {
        display: block;
    }

    #dispo_wrap {
        margin-top: 5%;
    }
}


/*== ETC ==================*/

#etc_wrap {
    display: inline-block;
    width: 100%;
    height: auto;
    background: #efefef;
}

.etc_con {
    width: 100%;
    padding: 2%;
}

.etc_img {
    width: 48%;
    float: left;
}

.etc_img img{
    width: calc(150px + 370 * ((100vw - 320px) / 1920));
    margin: 8%;
}

.etc_txt {
    margin: 4% 4% 0 0;
    padding-top: 3%;
    width: 48%;
    height: auto;
    text-align: center;
    float: right;
}

.etc_discription {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.etc_d_title {
    display: inline-block;
    padding: 5% 0;
    border-top: 3px dotted rgb(112, 112, 112);
    border-bottom: 3px dotted rgb(112, 112, 112);
    font-size: calc(12px + 16 * ((100vw - 320px) / 1920));
}

.etc_discription p {
    font-size: calc(10px + 12 * ((100vw - 320px) / 1920));
    padding: calc(0px + 50 * ((100vw - 320px) / 1920)) 0 ;
    line-height: 1.8;
}

.etc_discription span {
    font-size: calc(12px + 12 * ((100vw - 320px) / 1920));
}

.etc_discription a {
    display: inline-block;
    padding: calc(6px + 12 * ((100vw - 320px) / 1920)) calc(18px + 18 * ((100vw - 320px) / 1920));
    background: #af8970;
    text-decoration: none;
    font-weight: normal;
    font-size: calc(12px + 8 * ((100vw - 320px) / 1920));
    color: #fff;
}

.etc_discription a:hover {
    opacity: 0.8;
}