@charset "UTF-8";

/* ====================================
        共通スタイル
 ==================================== */
#mainVisual_top{
    background-color: #F6F5F4;
    text-align: center;
    position: relative;
}
#mainVisual_top img{
    max-width: 880px;
}
#mainVisual_top::before{
    content:url(/sentaku/ag/roomclip/images/bal_arrow.png);
    display: block;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
#mainVisual_txt_wrap{
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    padding: 4rem 0;
    position: relative;
}
#main_image{
    overflow: hidden;
}
#main_image img{
    width: 50%;
}
#main_image .main_image_wrap{
    width: 6000px;
    left: 50%;
    margin-left: -1500px;
    position: relative;
}
#main_image .main_image_wrap img:first-child {
    animation: loop 200s -100s linear infinite;
}
#main_image .main_image_wrap img:last-child {
    animation: loop2 200s linear infinite;
}
.mainVisual_txt{
    font-size: 1.5rem;
}
.mainVisual_txt_img{
    /*position: relative;*/
}
.mainVisual_txt_img img{
    position: absolute;
    bottom: 10px;
}
.mainVisual_txt_img,
.mainVisual_txt_img img{
    width: 11%;
}
.swiper-button-prev {
    background-image: url(/sentaku/ag/roomclip/images/arrow_prev.png);
}
.swiper-button-next {
    background-image: url(/sentaku/ag/roomclip/images/arrow_next.png);
}
.swiper-slide-thumb-active{
    opacity: 0.5;
}
.report_wrap{
    background-color: #F6F5F4;
    padding: 6.4rem 3%;
}
.inner{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.report_box{
    background-color: #FFFFFF;
    padding: 4.16666666666667%
}
.report_title{
    font-size: 2.4rem;
    color:#443311;
    font-weight: bold;
    border-bottom: solid 2px #DC3D36;
    padding-bottom: 0.7em;
    margin-bottom: 4rem;
}
.report_thumbs_wrap{
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
    justify-content:flex-start;
    width: 100%;
}
.report_thumbs_wrap .thumb{
    width: 22%;
    margin-right: 4%;
}
.report_thumbs_wrap .thumb:last-child{
    margin-right: 0;
}
.report_thumbs_wrap .thumb.active{
    border: solid 3px #707070;
}
.readmore-btn{
    /*    display: none;*/
}
.users{
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}
.RCIcon{
    width: 24px;
    height: 100%;
    margin-right: 10px;
}
.RCNo {
    color: #DC3D36;
    font-weight: bold;
    padding-right: 10px;
}
.RCLink {
    display: flex;
    padding-left: 10px;
    border-left: solid 1px #707070;
}
.userIcon {
    width: 30px;
    height: 30px;
    background-size:30px 30px;
    margin-right: 10px;
    border-radius: 50%;
    background-position: center;
}
/*.userIcon.no484760{
    background-image: url("/sentaku/ag/roomclip/images/icon_junjun.jpg"); 
}
.userIcon.no3414014{
    background-image: url("/sentaku/ag/roomclip/images/icon_yukimin.jpg"); 
}*/
.userName {
    align-self: center;
}
.report_txt{
    font-size: 1.6rem;
    line-height: 30px;
}

.report_box+.report_box{
    margin-top: 7%;
}
#link{
    padding: 2rem 3%;
}
.readmore-btn{
    display: none;
    text-align: center;
    margin-top: 1.5rem;
    font-weight: bold;
}
.readmore-btn a{
    font-size: 1.1em;
    color: #DC3D36;
    border: solid 2.5px #DC3D36;
    padding: 1em 2em;
    display: inline-block;
    text-decoration: none;
    display: block;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius: 7px;
}
.readmore-btn a:after{
    content: "＋";
    position: absolute;
    right: 0.75em;
}

/* ====================================
        スマートフォン専用スタイル
===================================== */
@media print, screen and (max-width: 767px){
    .report_txt_box{
        /*margin-top: 3rem;*/
        display: flex;
        flex-direction: column;
    }
    .report_txt{
        margin-top: 3rem;
        order: 1;
    }
    .readmore-btn{
        order: 1;
    }
    .report_thumbs_wrap{
        order: 0;
        justify-content: center;
    }

    #mainVisual_txt_wrap{
        justify-content: space-between;
        padding: 20px;
    }
    #main_image .main_image_wrap {
        width: 3000px;
        left: 50%;
        margin-left: -750px;
        position: relative;
    }
    .mainVisual_txt{
        margin-left: 20px;
        width: 80%;
    }
    .mainVisual_txt_img{
        width: 17%;
        display: flex;
        justify-content: center;
    }
    .mainVisual_txt_img img {
        max-width: 80px;
    }
    #link {
        padding: 3rem 3%;
    }
    #link .hover.sp a{
        max-width: 400px;
        margin: 0 auto;
        display:block;
        position:relative;
        width: 85%;
    }
    #link .hover.sp .product_img{
        position: absolute;
        top: 0;
        right: -8%;
        width: 23%;
    }
    .br-pc2{
        display: none;
    }
    .report_txt_wrap{
        order: 1;
    }
}
@media print, screen and (max-width: 450px){
    .mainVisual_txt_img img{
        bottom:50%;
        transform: translateY(50%);
    }
    .users{
        font-size: 1.3rem;
        flex-wrap: wrap;
    }
    .RCNo {
        display: block;
        width: 80%;
    }
    .RCLink{
        padding-left: 0;
        border: none;
    }
    .RCLink,.honorific{
        padding-top: 10px;
    }
}

/* ====================================
        PC&タブレット、印刷専用スタイル
===================================== */
@media print, screen and (min-width: 768px){
    #pageHeaderNavi {
        width: inherit;
        height: inherit;
        background: inherit;
        color: inherit;
        position: inherit;
        top: inherit;
        left: inherit;
        z-index: inherit;
    }
    .report_cont{
        display: flex;
        justify-content: space-between;
    }
    .report_img_box{
        width: 50%;
    }
    .report_txt_box{
        width: 45%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .mainVisual_txt{
        margin: 0 3rem;
        margin-right: 0;
        line-height: 2;
    }
    #link{
/*        padding-top:0;
        margin-top: -70px;*/
    }
    #link .hover.pc a{
        display: flex;
        /*align-items: center;*/
        max-width: 710px;
        margin: 0 auto;
    }
    #link .hover.pc a img:first-child{
        width:80.6%;
        align-self: center;
    }
    #link .hover.pc .product_img{
        /*        max-width:138px;*/
        width:14.4%;
    }
    .br-pc2{
        display: none;
    }
    .readmore-btn a{
        padding: 10px 20px;
        width: 80%;
    }
    .readmore-btn{
        margin-top: 0;
        padding-top: 1.5rem;
    }
}


@media screen and (min-width: 768px) and (max-width: 960px){
    .br-pc2{
        display: block;
    }
}


/* ====================================
        メイン画像アニメーション
===================================== */

@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}