div.h1Wrap.sldshow{
    padding:10px 0 0 0;
}
.furisode-main-wrapper{
    background-color: #f6f3f0;
}
div.h1Wrap.sldshow h1.furisode-title{
    margin-bottom: 40px;
    margin-left:0;
    display: flex;
    align-items: center;
    color: #685a4c;
    font-family: 'Shippori Mincho' !important;
    padding: 115px 0 22px;
    font-size: 22px;
}
.furisode-main{
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.furisode-title::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #cdc38b;
    transform: rotate(45deg);
    margin-top: 4px;
    margin-right: 10px;
}
.furisode-wrapper{
    display: flex;
    justify-content: flex-end;
    background-color: #fff;
    width: 1000px;
    margin-left: 50px;
    padding-bottom: 70px;
}
.furisode-images {
    width: 550px;
    height: 825px;
    margin-top: -37px;
}
div.h1Wrap.sldshow .furisode-main ul.slick-dots{
    bottom: -40px;
}
div.h1Wrap.sldshow  .furisode-main ul.slick-dots li{
    background-color: #d3d2cc;
}
div.h1Wrap.sldshow  .furisode-main ul.slick-dots li.slick-active{
    background-color: #e59a9c;
}
div.h1Wrap.sldshow  .furisode-main button.slick-prev ,
div.h1Wrap.sldshow  .furisode-main button.slick-next{
    background-size: 52px;
    width: 52px;
    height: 52px;
}
div.h1Wrap.sldshow  .furisode-main button.slick-prev{
    background-image: url("../images/left-arrow.svg");
    left:-28px;
}
div.h1Wrap.sldshow  .furisode-main button.slick-next{
    background-image: url("../images/right-arrow.svg");
    right:-28px;
}
.furisode-details ,
.furisode-details p{
    font-size: 16px;
}
.furisode-details p{
    line-height: 30px;
}
.furisode-details{
    text-align: left;
    font-family: "Shippori Mincho", serif;
    margin-top: 75px;
    min-width: 350px;
    margin-right: 75px;
    margin-left: 75px;
}
.furisode-details-dt{
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    color: #333333;
}
.furisode-details-dt::before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #cdc38b;
    margin-right: 10px;
    margin-top:2px;
}
.furisode-details-dd{
    line-height: 1;
    margin-bottom: 60px;
    padding-left: 1.4em;
    color: #333333;
}
footer.mainFooter div.bnWrap ul.footerBannerSlick button.slick-prev ,
footer.mainFooter div.bnWrap ul.footerBannerSlick button.slick-next{
    top:50%;
}
main .slick-dots li button:before{
    content: "";
}
div.h1Wrap.sldshow main ul.slick-dots li{
    width: 13px;
    height: 13px;
    margin: 0 6px;
}
.furisode-contact-p{
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    line-height: 28px;
    margin-top: 70px;
}
.furisode-contact-btn{
    color: #fff;
    background-color: #2aadbd;
    width: 420px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 30px auto 0;
}
.furisode-back-btn{
    font-size: 16px;
    background-color: #e59a9c;
    color: #fff;
    width: 260px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto 0;
}
div.section.rentaldress-bottom-contents{
    padding-top: 90px;
}
.furisode-contact-btn:hover,
.furisode-back-btn:hover{
    opacity: 0.8;
}
.furisode-image img{
    width: 550px;
    height: 825px;
    object-fit: cover;
    object-position: center;
}
.slick-dotted.slick-slider.furisode-images{
    margin-bottom: 0;
}
@media (min-width: 1020px) and (max-width: 1279px){
    .furisode-main{
        width: 900px
    }
    .furisode-details{
        margin-left: 50px;
    }
}
@media (max-width: 1019px){
    div.h1Wrap.sldshow h1.furisode-title{
        margin: 0 auto;
        width: 90vw;
        padding: 50px 0 22px;
    }
    .furisode-main{
        width: 100%;
    }
    .furisode-wrapper{
        width: 90vw;
        margin: 0 auto;
        flex-direction: column;
        padding-top: 25px;
        max-width: 500px;
        row-gap: 60px;
    }
    .furisode-images{
        height: 110vw;
        width: 73.33vw;
        margin: 0 auto;
        max-width: 400px;
        max-height: 600px;
    }
    .furisode-image img{
        width: 100%;
        height: 110vw;
        object-fit: cover;
        object-position: center;
        max-width: 400px;
        max-height: 600px;
    }
    div.h1Wrap.sldshow .furisode-main button.slick-prev, div.h1Wrap.sldshow .furisode-main button.slick-next{
        width: 35px;
        height: 35px;
        background-size: 35px 35px;
        top: calc(50% - 17.5px);
    }
    div.h1Wrap.sldshow .furisode-main button.slick-prev{
        left: -16px;
    }
    div.h1Wrap.sldshow .furisode-main button.slick-next{
        right: -16px;
    }
    .furisode-details{
        width: 82%;
        margin: 0 auto;
        min-width: 0;
    }
    .furisode-details-dt{
        margin-bottom: 12.5px;
    }
    .furisode-details-dd{
        margin-bottom: 25px;
        max-width: 100%;
    }
    .furisode-contact-p{
        margin: 50px auto 0;
        width:90vw;
        font-size: 16px;
        line-height: 30px;
        text-align: left;
    }
    .furisode-contact-btn{
        width: 90vw;
        max-width: 420px;
        font-size: 16px;
        height: 45px;
    }
    .furisode-back-btn{
        margin: 40px auto 0;
    }
    .commonLink.gray.center {
        width: 90vw;
    }
    .furisode-title::before{
        width: 8px;
        height: 8px;
        margin-top: 2px;
    }
}