@charset "UTF-8";
/* CSS Document */



/*-----------------------------------
PC・スマホ共通スタイル
個別設定css
body.ex-salepage
-----------------------------------*/


body.ex-salepage #contents {
    background: url(bk_main_fuku2026.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 0;
    border: solid 20px #d6ad3c;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
body.ex-salepage #contents::before {
    content: '';
    display: block;
    width: 24vw;
    height: 100%;
    background: url(bk_left_fuku2026.png)repeat-y;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
body.ex-salepage #contents::after {
    content: '';
    display: block;
    width: 24vw;
    height: 100%;
    background: url(bk_right_fuku2026.png)repeat-y;
    position: absolute;
    background-size: contain;
    top: 0;
    right: 0;
    z-index: 10;
}
body.ex-salepage #contents .header_inner {
    padding-top: 0;
}
body.ex-salepage #contents .inner{
    border: solid 12px #e35230;
    box-sizing: border-box;
    max-width: unset;
    z-index: 20;
}
body.ex-salepage #contents h3 {
    width: 26vw;
    min-width: 300px;
    margin: auto;
    position: relative;
    top: -8px;
}
body.ex-salepage #contents-main {
    width: 95%;
    max-width: 1200px;
    position: relative;
}
body.ex-salepage #contents h3.floor_ttl {
    width: 100%;
}
body.ex-salepage .attention {
    background: transparent;
    width: 100%;
    text-align: center;
    padding-bottom: 40px; 
    p {
        color: #333;
    }
}

.fl_btn {
    width: 300px;
    position: absolute;
    z-index: 100;
    top: -160px;
    right: 0;
}
.fl_btn a {
    display:block;
    transition: 0.3s;
}
.fl_btn a:hover {
    transform: translateY(5px);
    opacity:1;
    transition: 0.3s;
}

/*----------------------------------------
ショップリスト
.shoplistbox
----------------------------------------*/
body.ex-salepage .shoplistbox .item {
    width: 100%;
    display: flex;
    background-color: transparent;
    margin: 0;
    padding: 16px 0;
    border-top: 1px solid #e5e5e5;
}
body.ex-salepage .shoplistbox .item:nth-child(-n+4) {
    border-top: 1px solid #e5e5e5;
}
body.ex-salepage .shoplistbox .item:first-child {
    border-top: 0;
}

body.ex-salepage .shoplistbox .item .detail {
    display: flex;
    align-items: center;
    flex: 0.9;
}
body.ex-salepage .shoplistbox .item .detail .logo {
    margin: 0 30px;
    padding: 0;
    /* flex: 0.8; */
}
body.ex-salepage .shoplistbox .item .detail .shopname {
    min-height: 0;
    font-weight: bold;
    font-size: 110%;
    flex: 1;
    text-align: left;
    -webkit-line-clamp: none;
}
body.ex-salepage .shoplistbox .item .service {
    padding: 0;
    text-align: left;
    justify-content: left;
    border-radius: 10px;
    flex: 1;
    display: block;
    min-height: auto;
}
body.ex-salepage .shoplistbox .item .service .text {
    font-size: 120%;
    font-weight: bold;
    line-height: 1.8;
    background-color: #faf9c4;
    display: flex;
    padding: 20px 40px 20px;
    border-radius: 8px;
    box-sizing: border-box;
    min-height: 90px;
    align-items: center;
    flex-wrap: wrap;
    color: #E4111A;
}
body.ex-salepage .shoplistbox .item .service .text em {
    display: block;
    width: 100%;
    /*padding-top: 5px;*/
}


/*各ショップのセール情報*/


body.ex-salepage #contents-main .shoplistbox .floor{
    margin-bottom: 20px;
}

body.ex-salepage #contents-main .fb1{background: #dcaf00;}
body.ex-salepage #contents-main .f1f{background: #67b4db;}
body.ex-salepage #contents-main .f2f{background: #dc6a66;}
body.ex-salepage #contents-main .f3f{background: #478479;}
body.ex-salepage #contents-main .f5f{background: #687bd8;}


body.ex-salepage #contents-main h3{
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0 16px;
}

body.ex-salepage .shoplistbox{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    
    margin-bottom: 40px;
}
body.ex-salepage .shoplistbox :last-of-type{margin-bottom: 0;}

body.ex-salepage .shoplistbox .item .detail{
    background: #FFF;
    padding-left: 20px;
    padding-bottom: 15px;
}
body.ex-salepage .shoplistbox .item .detail .logo{
	width:150px;
    /*min-height: 75px;
    padding: 25px 0;*/
    margin: 0 auto;
}
body.ex-salepage .shoplistbox .item .detail .shopname{
    text-align: left;
    line-height: 1.3;
    /*min-height: 40px;*/
    padding: 0 0 0 15px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    /*overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
}
body.ex-salepage .shoplistbox .item .service{
    /*padding: 30px 20px;
    text-align: center;*/
    padding: 20px;
}
body.ex-salepage .shoplistbox .item .service .text span{
    font-size:80%;
    display: inline-block;
}
body.ex-salepage .shoplistbox .item .service .text em{
    font-size: 80%;
    display: inline-block;
    font-weight: bold;
    text-align: left;
    color: #333;
}


/*-----------------------------------
スマホ css
-----------------------------------*/

body.ex-salepage.sp {
    #contents { 
        border: solid 8px #d6ad3c;
        .inner {
        border: solid 6px #e4111a;
        padding: 0;
    }
    }
    #contents .header_inner {
        padding: 0;
        h3 {
        width: 50vw;
        min-width: unset;
        }
    }
    #contents-main {
        width: 95%;
    }
    #contents-main .floor_list ul {
        gap: 5px;
    }
    #contents-main .floor_list ul li {
        width: calc(100% / 4 - 5px);
    }
    .fl_btn {
    width: 100%;
    position: relative;
    top: unset;
    margin: auto;
    }
    .fl_btn a:hover {
        transform: none;
    }
    
}

/*----------------------------------------
ショップニュース
----------------------------------------*/
body.ex-salepage.sp  .shoplistbox {
    margin: 0 0 15px;
    border-top: 1px solid #333;
}
body.ex-salepage.sp  .shoplistbox:first-of-type{
    border-top: none;
    padding: 0;
} 
body.ex-salepage.sp .shoplistbox .item {
    width: 100%;
    display: block;
    padding: 15px 0 0;
    border-top: 1px solid #e5e5e5;
    .service {
        padding:0;
    }
    .text {
        padding:15px;
    }
}
body.ex-salepage.sp .shoplistbox .item:nth-child(-n+2), body.ex-salepage.sp .shoplistbox .item:nth-child(-n+4) {
   border-top: 1px solid #e5e5e5; 
}
body.ex-salepage.sp .shoplistbox .item:first-of-type {
    border-top: none;
}
body.ex-salepage.sp .shoplistbox .item .detail {
    justify-content: space-between;
    padding: 0 10px 10px;
}
body.ex-salepage.sp .shoplistbox .item .detail .logo {
    margin: 0;
    flex: auto;
    order: 2;
    padding: 0;
    max-width: 100px;
    text-align: center;
}
body.ex-salepage.sp .shoplistbox .item .detail .logo a img {
    height: auto;
}
body.ex-salepage.sp .shoplistbox .item .detail .shopname {
    font-size: 110%;
    line-height: 1.4;
    flex: auto;
    text-align: left;
    padding: 0;
    justify-content: flex-start;
}