@charset "utf-8";

/* ---------------------------------------------
 店舗一蘭
--------------------------------------------- */

.main_box_company_store_new{
    width:96%;
    margin:auto;
}

/* single_sub_box */
.sub #subContainer .single_sub_box {
    width: 98%;
    max-width: 1200px;
    /*margin: 0 auto;20210810変更*/
    margin: 0 auto 80px;
}
/* 20200503 コロナ対策*/
.main_box_company_store_new .satisfaction{
    width:98%;;
    max-width:1200px;
    /*margin:30px auto;20210810変更・ページ末尾へ移動*/
    margin: 0 auto 50px;
    display:flex;
    justify-content:space-between;
    border:3px solid #00BCD4;
    box-sizing:border-box;
}

.main_box_company_store_new .satisfaction dt{
    width: 30%;
    min-height:200px;
    overflow:hidden;
    position:relative;
}
.main_box_company_store_new .satisfaction dt img{
    height:100%;
    width:100%;
    object-fit:cover;
}
.main_box_company_store_new .satisfaction dt a{
    display:block;
    height:100%;
    width:100%;
    position:absolute;
    top:0;
}
.main_box_company_store_new .satisfaction dd{
    width:70%;
    background:#fff;
    padding:10px 20px;
}
.main_box_company_store_new .satisfaction dd h4{
    border-bottom:3px dotted #00BCD4;
    color:#00BCD4;
    font-size:140%;
    font-weight:bold;
    margin-bottom:0.5em;
}
.main_box_company_store_new .satisfaction dd p{
    font-size:95%;
    line-height:1.8em;
}

/* 店舗 flex*/
.sub_store_index{
    margin: 0 auto 100px;
    padding: 0 30px;
    max-width: 1200px;
}
.sub_store_index .store_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:70px 0 0 0;
}
.sub_store_index .store_box ul{
    width: 48%;
    display: flex;
    justify-content: space-between;
    padding-bottom:70px;
    margin-bottom: 70px;
    position:relative;
    border-bottom:1px dotted #666;
}
.sub_store_index .store_box ul.renew .img_box:after{
    content:"";
    background:#0009;
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.sub_store_index .store_box ul.renew .img_box p{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    color:#fff;
    z-index:1;
    width:90%;
    font-size:110%;
    line-height:1.5em;
    margin:auto;
    height:fit-content;
    width:fit-content;
    text-align:center;
}
.sub_store_index .store_box ul.renew .img_box p span{
   display:block;
    font-size:80%;
}
.sub_store_index .store_box ul > a{
    display:block;
    position:absolute;
    width:100%;
    height:100%;
}
.sub_store_index .store_box .img_box {
    width: 50%;
    overflow: hidden;
    position: relative;
}
.sub_store_index .store_box .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub_store_index .store_box .img_box dt span {
    color:#fff;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 10px;
    border-radius:20
}
.sub_store_index li .title_box {
    margin-top:2.5em;
    margin-bottom:2.5em;
}
.main_box_company_store_new .sub_store_index > h3{
    letter-spacing: 0em !important;
    font-size: 0.9rem !important;
}
.sub_store_index > h4{
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 3.2rem !important;
    line-height:1em;
    font-weight:100 !important;
    margin-bottom:0.1em;
}

.sub_store_index .store_box ul li.text_box{
    width: 47%;
    position:relative;
    align-items:center;
}
.sub_store_index li .text_box p {
    font-size: 12px;
}
.sub_store_index .text_box h4 {
    font-size: 18px;
    font-weight: bold;
}
.sub_store_index .text_box h5 {
    font-size:70%;
}
.sub_store_index .text_box adress{
    font-size:90%;
    display:flex;
    line-height:1em;
    margin:1.2em 0 0 0;
}
.sub_store_index .text_box  adress span:nth-child(1){
    font-weight:bold;
    width:2.5em;
    border-right:1px solid #999;
}
.sub_store_index .text_box adress span:nth-child(2){
    width:calc(100% - 2em);
    padding:0 0 0 0.5em;
}
.sub_store_index .text_box p{
    font-size:90%;
    line-height:2em;
    margin-bottom:2em;
}
.sub_store_index .text_box .more{
    font-size: 12px;
    font-family: 'Jost', sans-serif;
    position:absolute;
    right:0;
    bottom:0;
    transition: all 0.5s ease-in;
}
.sub_store_index .text_box .more i{
    padding-left: 10px;
}

/*NEWマーク*/
.sub_store_index .img_box .new em{
    color:#fff;
    font-family: 'Jost', sans-serif;
    padding:1.5em 1em;
    background-image: linear-gradient(-210deg, #231557 0%, #44107a 10%, #ff1361 50%, #fff800 100%);
    position:absolute;
    top:-5px;
    left:-5px;
}

/* renewal */


.sub_store_index .renewal a{
    pointer-events:none;
}



/* grandopen */

.sub_store_index .grandopen .img_box{
    position:relative;
    z-index:0;
}



.sub_store_index li.grandopen a{
    pointer-events: none;
}

@media screen and (max-width: 1200px) {
    .sub_store_index li {
        width: 50%;
    }
    .sub_store_index li .img_box{
        height: 40vh;
    }
    .sub_store_index li .text_box {
        height: 240px;
    }
}

