@charset "utf-8";

.res_content01 {
    margin-top: 75px;
}

.res_content01 .div_img img{
    display: block;
    margin: 0 auto;
}

.div_title {
    font-size: 30px;
    line-height: 220%;
    color: #A68537;
    font-family: 'Sawarabi Mincho', sans-serif;
    background-image: url(../../common/img/page_line.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 63px;
}

.res_content01 .all_div_item {
    width: 100%;
    display: block;
    margin-top: 30px;
}

.res_content01 .all_div_item .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.res_content01 .all_div_item .item:last-child {
    margin-bottom: 0;
}

.res_content01 .all_div_item .item .img {
    width: 49.489%;
    height: 325px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.res_content01 .all_div_item .text {
    width: 46.94%;
}

.res_content01 .all_div_item .text .title {
    font-size: 25px;
    line-height: 132%;
    letter-spacing: 0.5px;
    color: #A68537;
    font-family: 'ヒラギノ角ゴ Std*', sans-serif;
}

.res_content01 .all_div_item .text .price {
    font-size: 17px;
    line-height: 194%;
    letter-spacing: 1.1px;
    font-family: 'ヒラギノ角ゴ Std*', sans-serif;
    color: #464646;
    margin-top: 15px;
    margin-bottom: 10px;
}


.res_content01 .all_div_item .text .txt {
    font-family: 'ヒラギノ角ゴ Std*', sans-serif;
    font-size: 17px;
    line-height: 158%;
    color: #464646;
    letter-spacing: 1.1px;
}

.res_content01 .all_div_item .text .txt p:not(:first-child){
    margin-top: 25px;
}

.res_content02 .all_div_item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 26px;
}

.res_content02 .all_div_item .item {
    width: 30.612%;
    margin-bottom: 45px;
}

.res_content02 .all_div_item .item .img {
    width: 100%;
    height: 210px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.res_content02 .all_div_item .item .title {
    font-size: 17px;
    line-height: 164%;
    letter-spacing: 1.1px;
    font-family: 'ヒラギノ角ゴ Std*', sans-serif;
    color: #464646;
    margin-top: 8px;
}

.res_content02 .all_div_item .item .price {
    font-size: 18px;
    line-height: 155%;
    letter-spacing: 1.1px;
    font-family: 'ヒラギノ角ゴ Std*', sans-serif;
    color: #464646;
}

.res_content03 .div_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 43px;
}

.res_content03 .div_content .text {
    width: 65.306%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.res_content03 .div_content .text .txt {
    font-size: 17px;
    line-height: 194%;
    letter-spacing: 1.1px;
    font-family: 'ヒラギノ角ゴ Std*', sans-serif;
    color: #464646;
    width: 100%;
}

.res_content03 .div_content .text .div_btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 63px;
}

.res_content03 .div_content .text .div_btn .note {
    font-size: 17px;
    line-height: 194%;
    letter-spacing: 1.1px;
    color: #464646;
    width: 100%;
    margin-bottom: 7px;
    font-family: 'ヒラギノ角ゴ Std*', sans-serif;
}

.res_content03 .div_content .text .div_btn .btn_a {
    max-width: 150px;
    width: 100%;
    height: 36px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'Sawarabi Mincho', sans-serif;
    letter-spacing: 1.1px;
    color: #A68537;
    border: 1px solid #E4DAC3;
    background-color: #fff;
    background-color: #E4DAC3;
    margin-right: 10px;
}

.res_content03 .div_content .text .div_btn .btn_a:hover {
    background-color: #fff;
}

.res_content03 .div_content .text .div_btn .btn_a:last-child {
    margin-right: 0;
}

.res_content03 .div_content .img {
    width: 30.612%;
    height: 210px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.res_content04 {
    margin-bottom: 125px;
}

.res_content04 .txt {
    font-size: 17px;
    line-height: 194%;
    letter-spacing: 0.5px;
    font-family: 'ヒラギノ角ゴ Std*', sans-serif;
    color: #464646;
    margin-top: 37px;
}

@media screen and (max-width:1000px) {
    .res_content01 {
        margin-top: 7.5vw;
    }

    .div_title {
        font-size: 3vw;
        margin-top: 6.3vw;
    }

    .res_content01 .all_div_item {
        margin-top: 3vw;
    }

    .res_content01 .all_div_item .item {
        margin-bottom: 4.5vw;
    }

    .res_content01 .all_div_item .item .img {
        height: 32.5vw;
    }

    .res_content01 .all_div_item .text .title {
        font-size: 2.5vw;
    }

    .res_content01 .all_div_item .text .price {
        font-size: 1.7vw;
        margin-top: 1.5vw;
        margin-bottom: 1vw;
    }

    .res_content01 .all_div_item .text .txt {
        font-size: 1.7vw;
    }

    .res_content02 .all_div_item {
        margin-top: 2.6vw;
    }

    .res_content02 .all_div_item .item {
        margin-bottom: 4.5vw;
    }

    .res_content02 .all_div_item .item .img {
        height: 21vw;
    }

    .res_content02 .all_div_item .item .title {
        font-size: 1.7vw;
        margin-top: 0.8vw;
    }

    .res_content02 .all_div_item .item .price {
        font-size: 1.8vw;
    }

    .res_content03 .div_content {
        margin-top: 4.3vw;
    }

    .res_content03 .div_content .text .txt {
        font-size: 1.7vw;
    }

    .res_content03 .div_content .text .div_btn {
        margin-top: 6.3vw;
    }

    .res_content03 .div_content .text .div_btn .note {
        font-size: 1.7vw;
        margin-bottom: 0.7vw;
    }

    .res_content03 .div_content .img {
        height: 21vw;
    }

    .res_content04 .txt {
        font-size: 1.7vw;
        margin-top: 3.7vw;
    }

    .res_content04 {
        margin-bottom: 12.5vw;
    }
}

@media screen and (max-width:767px) {
    .cont {
        padding-left: 20px;
        padding-right: 20px;
    }

    .res_content01 {
        margin-top: 25px;
    }

    .div_title {
        font-size: 20px;
        margin-top: 30px;
    }

    .div_title,.div_on_line{
        background-size: initial;
    }

    .res_content01 .all_div_item .item .img {
        height: 61.905vw;
        width: 100%;
    }

    .res_content01 .all_div_item {
        margin-top: 20px;
    }

    .res_content01 .all_div_item .item {
        margin-bottom: 30px;
    }

    .res_content01 .all_div_item .text {
        width: 100%;
        margin-top: 10px;
    }

    .res_content01 .all_div_item .text .title {
        font-size: 18px;
    }

    .res_content01 .all_div_item .text .price {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .res_content01 .all_div_item .text .txt {
        font-size: 14px;
    }

    .res_content02 .all_div_item {
        margin-top: 20px;
    }

    .res_content02 .all_div_item .item {
        margin-bottom: 30px;
        width: 48%;
    }

    .res_content02 .all_div_item .item .img {
        height: 29.006vw;
    }

    .res_content02 .all_div_item .item .title {
        font-size: 14px;
        margin-top: 5px;
    }

    .res_content02 .all_div_item .item .price {
        font-size: 14px;
    }

    .res_content03 .div_content {
        margin-top: 30px;
    }

    .res_content03 .div_content .text .txt {
        font-size: 14px;
    }

    .res_content03 .div_content .text .div_btn .note {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .res_content03 .div_content .text {
        width: 100%;
        order: 1;
    }

    .res_content03 .div_content .img {
        height: 210px;
        width: 100%;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        order: 0;
    }

    .res_content04 {
        margin-bottom: 40px;
    }

    .res_content04 .txt {
        font-size: 14px;
        margin-top: 20px;
    }

    .res_content03 .div_content .text .div_btn .btn_a {
        max-width: 100px;
        height: 30px;
        font-size: 14px;
        margin-right: 5px;
    }
}

@media screen and (max-width:480px){
    .div_on_line .title{margin-top: 4px;}
    .res_content01 {
        margin-top: 40px;
    }
}

@media screen and (max-width:360px){
    .cont{
        padding-left: 10px;
        padding-right: 10px;
    }
}