@charset "UTF-8";

h1.mv {
    text-align: center;
}

h1.mv img {
    width: 100%;
}

/* pre_bargain_2024
=================================================== */

.description_area {
    padding: 40px 0;
}

.description_area * {
    text-align: center;
}

.description_area .container {
    max-width: 970px;
    padding: 0 20px;
}

.description_area h2 {
    width: 100%;
    max-width: 878px;
    margin: 0 auto 50px;
}

.description_area p {
    line-height: 2;
}

.description_area .show_detail {
    position: relative;
}

.description_area .show_detail::before {
    content: "";
    background: url(../../../front/common/img/bargain2024_sm/balloon_left_pc.png)no-repeat top left / contain;
    width: 146px;
    height: 144px;
    position: absolute;
    top: -10px;
    left: -20px;
}

.description_area .show_detail::after {
    content: "";
    background: url(../../../front/common/img/bargain2024_sm/balloon_right_pc.png)no-repeat top right / contain;
    width: 146px;
    height: 144px;
    position: absolute;
    top: -10px;
    right: -20px;
}

.description_area .show_detail p:first-child {
    font-size: 20px;
    font-weight: bold;
}

.description_area .show_detail p:first-child .marker {
    background: linear-gradient(transparent 70%, #F9E838 70%);
}

.description_area .show_detail p a {
    text-decoration: underline !important;
}

.description_area .bargain_detail p {
    font-size: 16px;
}

.description_area .app_dl {
    margin-top: 50px;
}

.description_area h3 {
    width: 100%;
    max-width: 728px;
    margin: 0 auto 20px;
}

.description_area .app_dl_wrap {
    display: flex;
    justify-content: center;
    max-width: 475px;
    margin: 0 auto;
}

.description_area .app_dl_wrap a:not(:last-child) {
    margin-right: 30px;
}

#infomation {
    background: #F5F5F5;
    padding: 40px 0;
}

#infomation .heading {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

#infomation .main_list li {
    width: 100%;
    margin: 20px auto;
}

.accordion_btn {
    margin-top: 20px;
}

.accordion_btn>dt {
    position: relative;
}

.btn_more {
    cursor: pointer;
    max-width: 300px;
    margin: 20px auto 50px;
}

.more_wrap_fa,
.more_wrap_be,
.more_wrap_li,
.more_wrap_fo {
    display: none;
}

.info_initial {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
}

.initial a {
    border: 1px solid #707070;
    border-radius: 5px;
    background: #FFCFC9;
    padding: 3px 15px;
    font-size: 1.2em;
}

.initial:not(:last-child) {
    margin-right: 20px;
}

.info_pre h4 {
    height: 56px;
    line-height: 56px;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B1B1B1;
}

.info_pre h4::before {
    content: "";
    display: block;
    width: 13px;
    height: 25px;
    background: #EB594D;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.info_pre>ul {
    border: 1px solid #B1B1B1;
    border-top: none;
    background: #fff;
}

.info_pre>ul>li {
    padding: 10px 15px;
}

.info_pre>ul>li:not(:last-child) {
    border-bottom: 1px solid #B1B1B1;
    padding: 10px 15px;
}

.info_pre>ul>li .notes {
    font-size: 12px;
    line-height: 1.2;
}

.info_pre .note_floor {
    width: 8em;
    line-height: 2;
    border: 1px solid #9A9A9A;
    border-radius: 50px;
    background-color: #9A9A9A;
    color: #fff;
    font-size: 11px;
    text-align: center;
}

.info_pre .name {
    line-height: 2;
}

.info_pre>ul>li .txt_red {
    color: #E85A47;
}

.bargain_link {
    text-align: center;
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .description_area .show_detail {
        padding-top: 100px;
    }

    .description_area .show_detail::before {
        background-image: url(../../../front/common/img/bargain2024_sm/balloon_left_sp.png);
        width: 135px;
        height: 135px;
        top: -20px;
        left: 11%;
    }

    .description_area .show_detail::after {
        background-image: url(../../../front/common/img/bargain2024_sm/balloon_right_sp.png);
        width: 135px;
        height: 135px;
        top: -20px;
        right: 11%;
    }

    .description_area .show_detail p:first-child {
        font-size: 17px;
    }

    .description_area .sp_left {
        text-align: left;
    }

    #infomation .heading {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .initial:not(:last-child) {
        margin-right: 5px;
    }
}

/* bargain2024_sm
=================================================== */
#main_box * {
    font-family: "Noto Sans JP", sans-serif;
    box-sizing: border-box;
}

.description_area {
    padding: 60px 0 40px;
}

.description_area .title {
    max-width: 225px;
    margin: 0 auto 30px;
}

.description_area .lead {
    font-size: 15px;
    text-align: left;
    line-height: 1.86;
    margin-bottom: 30px;
    letter-spacing: 0.04em;
}

.description_area .attention {
    font-size: 12px;
    text-align: left;
    line-height: 1.58;
}

.other_shop {
    margin-top: 25px;
}

.other_shop h3 {
    font-size: 15px;
    line-height: 1.33;
    margin-bottom: 10px;
    text-align: center;
}

.other_shop h3:before {
    content: "";
    display: inline-block;
    background: url(../img/bargain2024_w/icon_check.svg) center/contain no-repeat;
    width: 16px;
    height: 10px;
    margin-right: 5px;
}

.other_shop .acc_btn {
    color: #fff;
    font-weight: 700;
    background-color: #4D4747;
    padding: 10px;
    letter-spacing: 0.05em;
    text-align: center;
    border: 1px solid #4D4747;
    position: relative;
    cursor: pointer;
}

.other_shop .acc_btn:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.other_shop .acc_btn.open::after {
    background: url(../img/bargain2024_w/icon_open.svg) center/contain no-repeat;
}

.other_shop .acc_btn.close::after {
    background: url(../img/bargain2024_w/icon_close.svg) center/contain no-repeat;
}

.other_shop .accordion {
    margin-bottom: 15px;
}

.other_shop .accordion:first-child .other_shop .shoplist dl dd ul li {
    align-items: flex-start;
}

.other_shop .accordion:first-child .other_shop .shoplist dl dd ul li span:first-child {
    width: 50%;
}

.other_shop .accordion:first-child .other_shop .shoplist dl dd ul li span:last-child {
    width: 50%;
    text-align: right;
}

.other_shop .shoplist {
    display: none;
    border: 1px solid #4D4747;
    padding: 20px;
}

.other_shop .shoplist dl:not(:last-child) {
    margin-bottom: 20px;
}

.other_shop .shoplist dl dt {
    font-size: 14px;
    text-align: left;
    border-left: 3px solid;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding-left: 8px;
    padding-bottom: 2px;
    margin-bottom: 10px;
}

.other_shop .shoplist dl dd ul li {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.other_shop .shoplist dl dd ul li span:first-child:before {
    content: "・";
}

.other_shop .accordion.shop1 .shoplist dl dd ul li {
    align-items: flex-start;
}

.other_shop .accordion.shop1 .shoplist dl dd ul li span:first-child {
    width: 50%;
    text-align: left;
}

.other_shop .accordion.shop1 .shoplist dl dd ul li span:last-child {
    width: 50%;
    text-align: right;
}

.cloakroom {
    margin-top: 40px;
}

.cloakroom h3 {
    line-height: 1.5;
    margin-bottom: 10px;
}

.cloakroom p,
.cloakroom ul,
.cloakroom dl {
    font-size: 14px;
    margin-bottom: 10px;
}

.cloakroom ul {
    padding-left: 1em;
    text-indent: -1em;
}

.cloakroom dl {
    display: flex;
    flex-wrap: wrap;
}

.cloakroom dl dt {
    width: 20%;
    margin-bottom: 5px;
}

.cloakroom dl dd {
    width: 80%;
    margin-bottom: 5px;
}

.shop_area {
    padding: 30px 0 40px;
    background-color: #F5F5F5;
}

.shop_area .title {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
    background: url(../img/bargain2024_w/ttl_bg.svg) center top/42px no-repeat;
    padding-top: 20px;
}

.shop_area .shoplist_wrap:not(:last-child) {
    margin-bottom: 30px;
}

.shop_area .shoplist_ttl {
    text-align: center;
    line-height: 1.25;
    color: #fff;
    background-color: #E50112;
    letter-spacing: 0.05em;
    padding: 5px 5px 7px;
    margin-bottom: 13px;
    position: relative;
}

.shop_area .shoplist_ttl:before {
    content: "";
    background-color: #000;
    display: inline-block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.shop_area .info_wrap {
    border: 1px solid #B1B1B1;
}

.shop_area .info_wrap:not(:last-child) {
    border-bottom: none;
}

.shop_area .info_wrap .floor_name {
    background-color: #E0E0E0;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 1rem;
    border-bottom: 1px solid #B1B1B1;
}

.shop_area .info_wrap ul li {
    background-color: #fff;
    padding: 15px 20px;
}

.shop_area .info_wrap ul li:not(:last-child) {
    border-bottom: 1px solid #B1B1B1;
}

.shop_area .info_wrap ul li .name {
    letter-spacing: 0.05em;
    color: #000;
    margin-bottom: 3px;
}

.shop_area .info_wrap ul li .note {
    color: #D94E58;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

/* responsive pc
  =================================================== */
@media screen and (min-width: 768px) {
    .description_area {
        padding: 60px 0 70px;
    }

    #bargain2024_sm .description_area>.container {
        max-width: 763px;
    }

    .description_area .title {
        max-width: 265px;
        margin: 0 auto 40px;
    }

    .description_area .lead {
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
    }

    .description_area .attention {
        font-size: 14px;
        text-align: center;
        letter-spacing: 0.04em;
    }

    .description_area .other_shop h3 {
        font-size: 18px;
        margin-bottom: 17px;
    }

    .description_area .other_shop h3:before {
        width: 20px;
        height: 12px;
        margin-right: 10px;
    }

    .description_area .other_shop .acc_btn {
        font-size: 18px;
        padding: 14px;
    }

    .description_area .other_shop .acc_btn:after {
        right: 14px;
    }

    .description_area .other_shop .shoplist {
        padding: 30px 35px;
    }

    .description_area .other_shop .shoplist dl dd ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .description_area .other_shop .shoplist dl dd ul li {
        width: calc(50% - 60px);
        line-height: 1.9;
    }

    .description_area .other_shop .shoplist dl dd ul li span {
        text-align: left;
    }

    .description_area .other_shop .accordion.shop1 .shoplist dl dd ul li {
        width: 46%;
        line-height: 1.9;
    }

    .description_area .cloakroom {
        margin-top: 60px;
        text-align: center;
    }

    .description_area .cloakroom h3 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 1em;
    }

    .description_area .cloakroom p,
    .description_area .cloakroom ul,
    .description_area .cloakroom dl {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .description_area .cloakroom p {
        text-align: center;
    }

    .description_area .cloakroom dl dt {
        width: 5em;
    }

    .description_area .cloakroom dl dd {
        width: calc(100% - 5em);
    }

    .description_area .cloakroom dl dd br {
        display: none;
    }

    .shop_area {
        padding: 50px 0 70px;
    }

    .shop_area .shoplist_wrap:not(:last-child) {
        margin-bottom: 50px;
    }

    .shop_area .title {
        font-size: 16px;
        margin-bottom: 14px;
        background: url(../img/bargain2024_w/ttl_bg.svg) center top/60px no-repeat;
        padding-top: 32px;
    }

    .shop_area .shoplist_ttl {
        font-size: 20px;
        padding: 20px;
    }

    .shop_area .shoplist_ttl br {
        display: none;
    }

    .shop_area .info_wrap ul li {
        padding: 20px 25px;
    }

    .shop_area .info_wrap ul li .note {
        font-size: 13px;
    }
}







/* .description_area h2 {
    width: 100%;
    max-width: 878px;
    margin: 0 auto 50px;
}

.description_area h2.title {
    max-width: 266px;
}

.description_area .bargain_memo {
    font-size: 0.9em;
    margin-bottom: 10px;
}

.description_area .accordion {
    margin: 20px auto 0;
    max-width: 764px;
}
.description_area .accordion02 {
    margin: 20px auto 0;
    max-width: 764px;
}

.description_area .accordion>dt {
    display: flex;
    width: 100%;
    height: 56px;
    background: #4D4747;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    position: relative;
}

.description_area .accordion02>dt {
    display: flex;
    width: 100%;
    height: 56px;
    background: #4D4747;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    position: relative;
}

.description_area .accordion>dt .circle {
    position: absolute;
    background: #fff;
    width: 33px;
    height: 33px;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 12px;
    right: 13px;
}

.description_area .accordion>dt.close::before {
    content: "";
    width: 16px;
    height: 2px;
    background: #4D4747;
    margin: auto;
    position: absolute;
    top: 0;
    right: 22px;
    bottom: 0;
    z-index: 10;
}

.description_area .accordion>dt.open::before {
    content: "";
    width: 16px;
    height: 2px;
    background: #4D4747;
    margin: auto;
    position: absolute;
    top: 0;
    right: 22px;
    bottom: 0;
    z-index: 10;
}

.description_area .accordion>dt.open::after {
    content: "";
    width: 2px;
    height: 16px;
    background: #4D4747;
    margin: auto;
    position: absolute;
    top: 1px;
    right: 29px;
    bottom: 0;
    z-index: 10;
}

.description_area .accordion>dd {
    display: none;
}

.description_area .shop_info dt {
    display: flex;
    width: 100%;
    max-width: 470px;
    height: 56px;
    background: #E0E0E0;
    border-right: 1px solid #B1B1B1;
    border-bottom: 1px solid #B1B1B1;
    border-left: 1px solid #B1B1B1;
    align-items: center;
    justify-content: center;
}

.description_area .shop_info dd {
    width: 100%;
    background: #fff;
    border-right: 1px solid #B1B1B1;
    border-bottom: 1px solid #B1B1B1;
    border-left: 1px solid #B1B1B1;
    padding: 15px 25px 30px;
}

.description_area .shop_info dd .detail {
    display: block;
    color: #C38E92;
    font-size: 12px;
    line-height: 1.8;
}

.description_area .shop_info dd .date {
    display: block;
    color: #777777;
    font-size: 12px;
    line-height: 1.8;
}

.floor_wrap .shop_info_title {
    text-align: left;
    position: relative;
    padding-left: 10px;
    font-weight: bold;
    margin-top: 15px;
}

.floor_wrap .shop_info_title::before {
    content: "";
    width: 3px;
    height: 1em;
    background: #000;
    position: absolute;
    top: 8px;
    left: 0;
}

.floor_wrap .shop_list table {
    margin: 3px 0;
}

.floor_wrap .shop_list_name {
    padding: 0 30px 0 1em;
    width: 350px;
    text-align: left;
    text-indent: -1em;
    line-height: 1.2;
}

.floor_wrap td {
    text-align: left;
}

.floor_wrap .shop_list_name::before {
    content: "・";
}

.floor_wrap ul {
    display: flex;
    flex-wrap: wrap;
}

.floor_wrap ul li {
    text-align: left;
    padding-right: 50px;
    width: 355px;
}

.floor_wrap ul li::before {
    content: "・";
}

.shop_area,
.other_area {
    background: #f2f2f2;
    position: relative;
}

.shop_area h2.title_shop_area {
    max-width: 250px;
    margin: 0 auto 10px;
}

.shop_area h3 {
    display: flex;
    width: 100%;
    height: 56px;
    background: #E50112;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
}

.shop_area h3::before {
    content: "";
    width: 5px;
    height: 56px;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
}

.info_wrap h4 {
    background: #E0E0E0;
    border: 1px solid #B1B1B1;
    border-top: none;
    height: 56px;
    line-height: 56px;
    font-weight: normal;
    text-align: center;
}

#floor_1f {
    border-top: 1px solid #B1B1B1;
}

.info_wrap>ul {
    background: #fff;
}

.info_wrap>ul>li {
    border: 1px solid #B1B1B1;
    border-top: none;
    padding: 15px;
}

.info_wrap>ul>li .notes {
    font-size: 12px;
}

.info_wrap>ul>li .txt_red {
    color: #E85A47;
}

#other_wrap {
    margin-top: 50px;
}

#other_2f {
    border-top: 1px solid #B1B1B1;
} */


/* 768px〜
=================================================== */
/* @media screen and (max-width: 768px) {
    .description_area {
        padding: 47px 0 40px;
    }

    .description_area h2 {
        margin: 0 auto 34px;
    }

    .description_area .show_detail {
        padding-top: 100px;
    }

    .description_area .show_detail p:first-child {
        font-size: 17px;
    }

    .description_area .show_detail::before {
        background-image: url(../../../front/common/img/bargain2023_sm/balloon_left_sp.png);
        width: 135px;
        height: 135px;
        top: -20px;
        left: 11%;
    }

    .description_area .show_detail::after {
        background-image: url(../../../front/common/img/bargain2023_sm/balloon_right_sp.png);
        width: 135px;
        height: 135px;
        top: -20px;
        right: 11%;
    }

    #infomation {
        padding: 30px 0 60px;
    }

    #infomation .heading {
        margin-bottom: 30px;
        font-size: 20px;
    }

    #infomation .main_list ul {
        flex-wrap: wrap;
    }

    #infomation .main_list li {
        width: 49%;
        margin: 0px;
    }

    #infomation .main_list li:not(:last-child) {
        margin-bottom: 14px;
    }

    #infomation .main_list li a {
        padding-bottom: 0;
        font-size: 16px;
        line-height: 1.4;
    }

    #infomation .main_list li a::before {
        width: 10px;
        height: 10px;
        top: 0;
        right: 20px;
        bottom: 0;
        left: auto;
    }

    .accordion_btn {
        margin-top: 10px;
    }

    #infomation .accordion_btn>dt.close::before {
        height: 20px;
    }

    #infomation .accordion_btn>dt.open::before {
        height: 20px;
    }

    #infomation .accordion_btn>dt.open::after {
        height: 20px;
    }

    .initial:not(:last-child) {
        margin-right: 5px;
    }

    .initial {
        margin-right: 5px;
        margin-bottom: 10px;
    } */

/* bargain2024_sm
=================================================== */
/* .description_area .sp_left {
        text-align: left;
    }

    .description_area .accordion>dt {
        height: 50px;
        font-size: 16px;
    }

    .description_area .accordion>dt .circle {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 13px;
    }

    .description_area .accordion>dt.open::before {
        right: 20px;
    }

    .description_area .accordion>dt.open::after {
        right: 27px;
    }

    .description_area .accordion>dt.close::before {
        right: 20px;
    }

    .description_area .shop_info dd {
        padding: 5px 15px 20px;
    }

    .floor_wrap .shop_list_name {
        padding: 0 30px 0 1em;
        width: 160px;
    }

    .floor_wrap .shop_info_title::before {
        top: 6px;
    }

    .floor_wrap .shop_list td {
        text-align: left;
    }

    .floor_wrap ul {
        flex-direction: column;
    }

    .floor_wrap ul li {
        width: auto;
    }

    .shop_area h3 {
        height: 50px;
        font-size: 16px;
        margin-bottom: 25px;
    }

    .shop_area h3::before {
        height: 50px;
    }

    .info_wrap h4 {
        font-size: 1.2em;
    }

    .info_wrap .name {
        font-size: 1.2em;
    }

    .info_wrap>ul>li .notes {
        font-size: 13px;
    }
} */
