
/**********************
メイン画像
**********************/
[class^="page-header_"] {
    padding-top: 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 0 0;
    height: 406px;
    z-index: -1;
}
.page-header_all{
    background-image: url('https://fashionrenove.jp/images/shop/eyecatch.jpg');
}

.page-header_okazaki {
    background-image: url(../images/shop/eyecatchokazaki.jpg);
}
.page-header_kariya {
    background-image: url(../images/shop/eyecatchkariya.jpg);
}
.page-header_nagoya {
    background-image: url(../images/shop/eyecatchnagoya.jpg);
}


/**********************
ショップリスト
**********************/
.shoplist {
    padding: 0.7em 2% 0;
    margin: 0 auto 7em;
}
.shoplist li{
    width: 20%;
    margin:0;
}



/**********************
ショップリスト
**********************/
.shoplist{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0.7em 2% 0;
    margin: 0 auto 5em;
}
.shoplist li{
    width: 96%;
    margin:0.5em 2% 1em;
}
.shoplist li img{
    width: 100%;
    height: auto;
}


/**********************
見出しスタイル
**********************/
#blockHelp2 section h2{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin: 30px 0 20px;
    padding: 0 0 5px 18px;
}
#blockHelp2 section h2:before{
    content: "";
    display: block;
    width: 10px;
    height: 90%;
    background: #ff9000;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.block3h2 {
    position: relative;
    height: 40px; /* hoặc auto nếu bên trong có nội dung */
    vertical-align: middle;
}

.block3h2::before {
    content: '';
    position: absolute;
    width: 10px;
    background: #e1838b;
    top: 0;
    bottom: 0;
    left: 0;
}

.block3h3 {
    position: relative;
    height: 40px; /* hoặc auto nếu bên trong có nội dung */
    vertical-align: middle;
}

.block3h3::before {
    content: '';
    position: absolute;
    width: 5px;
    background: #c7434c;
    top: 0;
    bottom: 0;
    left: 0;
}


/**********************
	見出しスタイル
	**********************/
#blockHelp2 section h2{
    font-size: 24px;
}



/**********************
キャンペーン詳細
**********************/
.jaccs-list{
    text-align: center;
    border-radius: 15px;
    position: relative;
    margin: 0px 0;
    padding: 0
}
.jaccs-list h2{
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.jaccs-list h2 span{
    background: #44974d;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 5%;
    border-radius: 30px;
}

.jaccs-list.list2 .intro{
    text-align: left;
}
.jaccs-list.list2 .intro br{
    display: none;
}
.jaccs-list.list2 ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    height: auto;
    align-items: flex-start;
}
.jaccs-list.list2 ul li{
    width: 50%;
    margin-bottom: 20px;
}

.jaccs-list.list2 ul li:last-child:after{
    display: none;
}
.jaccs-list.list2 .title{
    font-size: 16px;
    font-weight: bold;
    height: 2.2em;
}
.jaccs-list.list2 .title strong{
    font-weight: bold;
    color: #44974d;
}
.jaccs-list.list2 .title strong span{
    font-size: 21px;
    font-weight: bold;
}
.jaccs-list.list2 li img{
    display: block;
    text-align: center;
    margin: 0.3em auto 0;
    width: 130px;
}
.jaccs-list.list2 .comment{
    text-align: center;
    margin: 10px 0 5px;
    font-weight: bold;
}

.jaccs-list.list3 .c-jaccs{
    color: #44974d;
}
.jaccs-list.list3 .row{
    text-align: left;
}
.jaccs-list.list3 a{
    display: block;
    width: 100%;
    background: #fff;
    border: solid 2px #44974d;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto 10px;
    padding: 10px 30px;
}
.jaccs-list.list3 a.right-arrow:before{
    border-color: #44974d;
}
.jaccs-list.list3 .cord{
    font-weight: bold;
    margin: 10px 0;
}
.jaccs-list.list3 .cord span{
    background: #fff;
    border: solid 2px #000;
    margin: 5px;
    padding: 5px;
}
#block3h1 {
    padding: 0.15em 5px 0.15em 25px;
}
.jaccs-list.list4{
    background: none;
    border-color: #d43817;
    border-radius: 0;
    padding: 20px 0 0;
}
.jaccs-list.list4 h2 span{
    background: #d43817;
}
/*Mobile min with 480*/
@media (max-width: 680px) {
/*#block3h1 font size*/
    #block3h1{
        font-size: 20px;
        line-height: 1.4;
        padding-left: 20px;
        font-weight: bold;
    }

}

/*Mobile min with 480*/
@media (max-width: 480px) {
    /*#block3h1 font size*/
    #block3h1{
        font-size: 18px;
        line-height: 1.4;
        padding-left: 20px;
        font-weight: bold;
        /*Padding bottom*/
        padding-bottom: 30px;
        margin-bottom: 20px !important;
    }

}

/**************************************************************
min-width: 768px
 **************************************************************/

@media (min-width: 768px) {
    .page {
        padding-bottom: 36px;
    }
    .site-header {
        padding-bottom: 0;
        border-bottom: none;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    }


    /**********************
    返済例
    **********************/
    .sec01 h3 img:nth-child(1){
        margin-bottom: 0;
    }


    /**********************
    キャンペーン詳細
    **********************/
    .jaccs-list{
        border-radius: 30px;
        position: relative;
        margin-bottom: 20px;
        padding: 0;
    }
    .jaccs-list h2{
        position: absolute;
        top: -18px;
    }
    .jaccs-list h2 span{
        font-size: 26px;
    }


    .jaccs-list.list2 .intro{
        text-align: center;
    }
    .jaccs-list.list2 .intro br{
        display: block;
    }
    .jaccs-list.list2 ul li{
        position: relative;
        width: 50%;
        padding: 0 1em;
    }
    .jaccs-list.list2 ul li:after{
        transform: rotate(0deg);
        position: absolute;
        top: 110px;
        right: 0;
    }
    .jaccs-list.list2 .comment{
        text-align: center;
        padding: 0 1em ;
        font-weight: bold;
    }

    .jaccs-list.list2 .comment2{
        text-align: center;
        padding: 0 1em ;
        font-weight: bold;
    }

    .jaccs-list.list3 .row{
        text-align: center;
    }
    .jaccs-list.list3 .link,.jaccs-list.list3 .qr{
        display: inline-block;
        vertical-align: top;
    }
    .jaccs-list.list3 .link{
        text-align: left;
    }
    .jaccs-list.list3 .qr{
        margin-left: 40px;
    }
    .jaccs-list.list3 a, .jaccs-list.list3 .cord{
        font-size: 24px;
    }
    .jaccs-list.list3 a:hover{
        background: #44974d;
        color: #fff;
        opacity: 1;
    }
    .jaccs-list.list3 a.right-arrow:hover:before{
        border-color: #fff;
    }



    /**********************
    リフォームローンの特徴
    **********************/
    .sec03 ul {
        margin: 20px 0 30px;
    }


}


/*Block3*/
.eventdetail .entry-content dl{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: space-between;
    align-content: space-around;
    margin:0 auto 0;
    width: 95%;
}
.eventdetail .entry-content dl strong{
    font-size: 140%;
    font-weight: bold;
}
.eventdetail .entry-content dt{
    text-align: center;
    width: 100%;
    border-bottom: 1px dotted #999999;
    margin-bottom: 0.2em;
}
.eventdetail .entry-content dd{
    text-align: center;
    width: 100%;
    margin-bottom: 1.2em;
}

.eventdetail .entry-content p+h2, .eventdetail .entry-content div.row+h2 {
    margin-top: 3em;
}


/**************************************************************
min-width: 768px
 **************************************************************/

@media screen and (min-width: 768px) {

    .wrapper {
        margin-top: 40px;
        padding: 0;
    }

    .page-title {
        font-size: 30px;
    }

    /*******************************
   event
   *******************************/
    .rss_thumb {
        width: 280px;
    }

    .rss_thumb img {
        width: 100%;
        height: auto;
        max-width: none;
    }

    .event_det {
        width: 550px;
    }

    .right-arrow {
        margin-left: 0;
    }

    .site-main2 {
        margin-bottom: 5em;
    }

    /*******************************
     event_single
     *******************************/
    .eventdetail .pcd {
        display: block;
    }

    .eventdetail .spd {
        display: none;
    }

    .eventdetail .entry-content dl {
        width: 90%;
    }

    .eventdetail .entry-content dt {
        text-align: right;
        padding-right: 15px;
        width: 20%;
        border-bottom: none;
        border-right: 4px solid #999999;
        margin-bottom: 0.8em;
    }

    .eventdetail .entry-content dd {
        text-align: left;
        width: 78%;
        margin-bottom: 0.8em;
    }

    .eventdetail .entry-content ul.fbr2 li {
        width: 48.5%;
    }

    .eventdetail .entry-content ul.fbr3 li {
        width: 32%;
    }

    .eventdetail .entry-content ul.fbr4 li {
        width: 23.5%;
    }

    .eventdetail .entry-content ul.fbr4::before {
        content: "";
        display: block;
        width: 23.5%;
        order: 1;
    }

    .eventdetail .entry-content ul.fbr4::after {
        content: "";
        display: block;
        width: 23.5%;
    }

}


.itemColumnArea{
    cursor: pointer;
}


/*class="blockShowRoom" style="padding: 10px 30px"*/
/*Mobile padding 5 10*/
.blockShowRoom{
    padding: 5px 10px;
}

.BlockShowRoomDetail{
    padding: 10px 10px
}

.block3h2{
    margin-top: 0;border-bottom: none;margin-bottom: 5px;font-weight: bold
}

.block3h3{
    margin-top: 0;border-bottom: none;padding-left: 35px;margin-top: 20px;margin-bottom: 5px;font-weight: bold
}
.btn-reserve .icon-circle2 svg {
    width: 25px;
    height: 25px;
}
.btn-reserve .icon-circle {
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.icon-circle2{
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
/*Mobile*/
/* Mobile responsive chỉnh ảnh và nội dung */
@media (max-width: 768px) {
    .blockShowRoom{
        padding: 5px 5px;
    }

    .BlockShowRoomDetail{
        padding: 5px 5px;
    }

    .BlockShowRoomDetail .block3h3 {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 1.4;
        padding-left: 20px;
    }
    .iconButtonShowroom {
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 0;
        text-align: center;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .btn-reserve .icon-circle2 svg {
        width: 25px;
        height: 25px;
        text-align: center;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .icon-circle2{
        width: 25px;
        height: 25px;
        background-color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
}



