@charset "UTF-8";
/*--------------------------------------------------------------------------------------

おうちデニーズ福袋 2021.12.20

--------------------------------------------------------------------------------------*/

/*----------------------------------------FUKUBUKURO*/

.limited {
    width: 100%;
    max-width: 1080px;
    background: #ddaf02;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 12px;
    border-radius: 10px;
    margin: 0 auto 10px;
}

.poster {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.storeList {
    width: 90%;
    max-width: 1080px;
    margin: 60px auto 0;
}

.storeList h2 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    text-align: left;
    color: #444;
    padding-bottom: 5px;
    border-bottom: 1px solid #d6d6d6;
    margin: 0 auto 20px;
}

.storeList dl {
    display: table;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 16px;
}

.storeList dt {
    display: table-cell;
    vertical-align: top;
    width: 10%;
    min-width: 80px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    color: #444;
}

.storeList dd {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    color: #666;
}


/*--------------------------------------------------------------------------------------

以下、1080px以下 ※画面調整

--------------------------------------------------------------------------------------*/

@media screen and (max-width:1080px) {

}


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

/*--------------------------------------------------------------------------------------

Tab

--------------------------------------------------------------------------------------*/

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

}



/*--------------------------------------------------------------------------------------

SP

--------------------------------------------------------------------------------------*/

@media screen and (max-width:480px) {

.limited {
    font-size: 16px;
    padding: 10px;
    border-radius: 0;
    margin: 0 auto 10px;
}

.storeList h2 {
    font-size: 16px;
}

.storeList dl {
    margin: 0 auto 10px;
}

}