@charset "utf-8";
/* CSS Document */

.coupon{
    display: flow-root;
    margin: 0 auto;
}

@media screen and (min-width:801px) {
    #contents .left-wrap{
        float: left;
        width: 68%;
    }
    #contents .left-wrap .thumbnail {
        margin-bottom: 12px;
        line-height: 1;
    }
    #contents .left-wrap .content-info {
        display: inline-block;
        width: 100%;
    }
    #contents .left-wrap .content-info .category {
        /*width: 20%;*/
        width: 75px;
        height: 21px;
        float: left;
        font-size: 10px;
        padding: 2px 0;
    }
    #contents .left-wrap .content-info .event-topics {
        background-color: #ee869a;
        color:#fff;
        text-align: center;
    }
    #contents .left-wrap .content-info .date {
        width: 40%;
        float: left;
        font-size: 11px;
        padding: 3px 0;
        color: #999999;
        margin-left: 1rem;
        text-align: left;
    }
    #contents .left-wrap .title {
		text-align: left;
	    font-size: 22px;
	    font-weight: bold;
	    margin-bottom: 10px;
    }
    #contents .left-wrap .limit{
		text-align: right;
	    font-size: 11px;
	    margin-bottom: 20px;
	    padding: 3px 0;
}
    #contents .left-wrap .coupon-detail {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 25px;    }

    #contents .left-wrap .coupon-detail img {
    width: 100%;
        max-width: 678px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #f2f2f2;
    }
    #contents .left-wrap .coupon-detail .detail {
text-align: left;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 60px;
    line-height: 1.9;}

    #contents .left-wrap .coupon-detail .detail a{
	    text-decoration: underline;
	    color: #9e81c9;
	    font-weight: 600;
    }

    .coupon .left-wrap .link-sns {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    padding: 27px 0 15px;
    margin-bottom: 60px;    }
 #contents .left-wrap .link-sns ul {
    display: inline-block;
}    #contents .left-wrap .link-sns ul li {
        display: inline-block;
        float: left;
        margin-right: 10px;

    }
    #contents .left-wrap .link-sns ul li:last-child {
    margin-right: 0;
}
#contents .content-list ul li {
    width: calc(32%);
    float: left;
    margin-bottom: 40px;
    margin-right: 20px;
    position: relative;
    min-height: 330px !important;
}
    #contents .left-wrap .underline {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 10px;
    }
    #contents .left-wrap .view-all {
    width: 220px;
    margin: 0 auto;
    text-align: center;    }
    #contents .right-wrap{
        float: right;
        width: 26%;
    }
    #contents .left-wrap .shop-name-area {
        display: inline-block;
        width: 100%;
    }
    #contents .left-wrap .shop-name-area .shop-name-image {
        position: relative;
        width: 207px;
        height: 207px;
        float: left;
        font-size: 10px;
        padding: 2px 0;
        border: 1px solid #eeeeee;
    }
    #contents .left-wrap .shop-name-area .shop-name-image img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
    #contents .left-wrap .shop-name-area .shop-detail{
        float: right;
        text-align: left;
        width: calc(100% - 237px);
    }
    #contents .left-wrap .shop-name-area .shop-detail .floor{
        font-size: 12px;
        color: #ffde7a;
    }
#contents .left-wrap .name {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}    #contents .left-wrap .shop-name-area .shop-detail .name{
        font-size: 20px;
        color: #191919;
    }

    #contents .left-wrap .shop-name-area .shop-detail .detail{
        font-size: 12px;
        color: #333333;
    }    #contents .right-wrap h3 {
        font-size: 18px;
        font-family: 'Lato',sans-serif;
        font-weight: bold;
        color: #e84d4d;
        text-align: center;
        line-height: 1.2em;
        padding: 14px 0;
        border-top: 3px solid #e84d4d;
        border-bottom: 1px dotted #dedede;
    }
    #contents .right-wrap h3 > span {
        display: block;
        font-size: 12px;
        color: #191919;
        font-weight: normal;
    }
    #contents .right-wrap h3.recruitRight {
        font-size: 18px;
        font-family: 'Lato',sans-serif;
        font-weight: bold;
        color: #eee217;
        text-align: center;
        line-height: 1.2em;
        padding: 14px 0;
        border-top: 3px solid #eee217;
        border-bottom: 1px dotted #dedede;
    }

    #contents .right-wrap h3.couponRight {
        font-size: 18px;
        font-family: 'Lato',sans-serif;
        font-weight: bold;
        color: #9e81c9;
        text-align: center;
        line-height: 1.2em;
        padding: 14px 0;
        border-top: 3px solid #9e81c9;
        border-bottom: 1px dotted #dedede;
    }

    #contents .right-wrap .side-list-wrap{
	    margin-bottom: 50px;
    }
    #contents .right-wrap .side-list {
        margin-bottom: 20px;
        padding: 0 15px;
    }
    #contents .right-wrap .side-list li {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #f5f5f5;
        padding: 20px 0;
    }
    #contents .right-wrap .side-list li > a{
        width: 100%;
        display: inline-block;
    }
    #contents .right-wrap .side-list-recruit {
        margin-bottom: 20px;
        padding: 0 15px;
    }
    #contents .right-wrap .side-list-recruit li {
        display: inline-block;
        border-bottom: 1px solid #f5f5f5;
        padding: 20px 0;
    }
    #contents .right-wrap .side-list-recruit .data {
        width: 100%;
        float: right;
        text-align: left;
    }
    #contents .right-wrap .side-list-recruit .data .title {
        width: 100%;
        text-align: left;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.4;
    }

    #contents .right-wrap .side-list .thumbnail {
        width: 80px;
        height: 80px;
        float: left;
        overflow: hidden;
    }
    #contents .right-wrap .side-list .thumbnail img {
        width: 100%;
    }
    #contents .right-wrap .side-list .data {
        width: 59%;
        float: right;
        text-align: left;
    }
    #contents .right-wrap .side-list .data .category {
        width: 100%;
        float: none;
        font-size: 10px;
        padding: 2px 0;
    }
    #contents .right-wrap .side-list .data .date {
        width: 100%;
        font-size: 11px;
        padding: 0 0 2px;
        color: #999999;
        text-align: left;
        margin-bottom: 5px;
        line-height: 1.2em;
    }
    #contents .right-wrap .side-list-recruit .data .date {
        width: 100%;
        font-size: 11px;
        padding: 0 0 2px;
        color: #999999;
        text-align: left;
    }

    #contents .right-wrap .side-list .data .event-topics {
        background-color: #ee869a;
        color:#fff;
        text-align: center;
    }
    #contents .right-wrap .side-list .data .title {
        width: 100%;
        text-align: left;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.4;
    }
    #contents .right-wrap .archive-list {
        margin-bottom: 70px;
        padding: 0 15px;
    }
    #contents .right-wrap .archive-list li {
        display: inline-block;
        border-bottom: 1px solid #f5f5f5;
        padding: 20px 0;
    }
    .right-wrap .side-list .thumbnail {
	    position: relative;
        width: 80px;
	    height: auto;
        float: left;
        overflow: hidden;
    }
    #contents .right-wrap .side-list .thumbnail .inner {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
    #contents .right-wrap .side-list .thumbnail img {
        width: 100%;
    }
    #contents .right-wrap .archive-list .data {
        width: 59%;
        float: right;
        text-align: left;
    }
    #contents .right-wrap .archive-list .data .category {
        width: 100%;
        font-size: 10px;
        padding: 2px 0;
    }
    #contents .right-wrap .archive-list .data .date {
        width: 100%;
        font-size: 11px;
        padding: 5px 0 2px;
        color: #999999;
        text-align: left;
    }
    #contents .right-wrap .archive-list .data .title {
        width: 100%;
        text-align: left;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.4;
    }
    }

@media screen and (max-width:800px) {
    .coupon .left-wrap {
        width: 88%;
        text-align: center;
        margin: 0 auto;
    }
    .coupon .left-wrap .content-info {}
    .coupon .left-wrap .title {}
    .coupon .left-wrap .coupon-detail {
        width: 100%;
        text-align: left;
    }
    .coupon .left-wrap .coupon-detail > img {
        width: 100%;
    }
    .coupon .left-wrap .coupon-detail > p.detail {
    width: 100%;
    text-align: left;
    margin-bottom: 37px;
    font-size: 14px;
    line-height: 1.9;
    }

    .coupon .left-wrap .thumbnail {
        margin-bottom: 12px;
        line-height: 1;
    }
    .coupon .left-wrap .content-info {
        display: inline-block;
        width: 100%;
    }
    .coupon .left-wrap .content-info .category {
        /*width: 40%;*/
        width: 75px;
        height: 21px;
        float: left;
        font-size: 10px;
        padding: 2px 0;
    }
    .coupon .left-wrap .content-info .event-topics {
        background-color: #ee869a;
        color:#fff;
        text-align: center;
    }
    .coupon .left-wrap .content-info .date {
        width: 40%;
        float: left;
        font-size: 11px;
        padding: 2px 0;
        color: #999999;
        margin-left: 1rem;
        text-align: left;
    }
    .coupon .left-wrap .title {
text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
    line-height: 1.4;
    }
    #contents .left-wrap .limit {
    text-align: left;
    font-size: 11px;
    margin-bottom: 20px;
    padding: 3px 0;
}
    .coupon .left-wrap .link-sns {
display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 19px 0 8px;
    margin-bottom: 40px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    }
    .coupon .left-wrap .link-sns ul {
        display: inline-block;
    }
    .coupon .left-wrap .link-sns ul li {
        display: inline-block;
        float: left;
        margin-right: 10px;
    }
    #contents .left-wrap .view-all {
        margin:0 auto 93px;
    }

    .right-wrap{
        width: 88%;
        margin: 0 auto;
    }
    .right-wrap h3 {
        font-size: 18px;
        font-family: 'Lato',sans-serif;
        font-weight: bold;
        color: #e84d4d;
        text-align: center;
        line-height: 1.2em;
        padding: 14px 0;
        border-top: 3px solid #e84d4d;
        border-bottom: 1px dotted #dedede;
    }
    .right-wrap h3.recruitRight {
font-size: 18px;
    font-family: 'Lato',sans-serif;
    font-weight: bold;
    color: #eee217;
    text-align: center;
    line-height: 1.2em;
    padding: 14px 0;
    border-top: 3px solid #eee217;
    border-bottom: 1px dotted #dedede;
    margin-bottom: 5%;    }

    .right-wrap h3.couponRight {
        font-size: 18px;
        font-family: 'Lato',sans-serif;
        font-weight: bold;
        color: #9e81c9;
        text-align: center;
        line-height: 1.2em;
        padding: 14px 0;
        border-top: 3px solid #9e81c9;
        border-bottom: 1px dotted #dedede;
    }    .event .right-wrap h3 > span {
        display: block;
        font-size: 12px;
        color: #191919;
        font-weight: normal;
    }
.right-wrap .side-list-wrap {
    margin-bottom: 50px;
}    .right-wrap .side-list {
        width: 100%;
        margin: 0 auto 20px;
    }
    .right-wrap .side-list li {
        display: inline-block;
        border-bottom: 1px solid #f5f5f5;
        padding: 16px 0;
    }
    .coupon .right-wrap .side-list .thumbnail {
	    position: relative;
        width: 120px;
        float: left;
        overflow: hidden;
        height: auto;

    }
    .coupon .right-wrap .side-list .thumbnail .inner {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
  .coupon  .right-wrap .side-list .thumbnail img {
        width: 100%;
    }
    .coupon .right-wrap .side-list .data {
        width: 59%;
        float: right;
        text-align: left;
    }
    .right-wrap .side-list .data .category {
        width: 70%;
        float: none;
        font-size: 10px;
        padding: 2px 0;
    }
    .right-wrap .side-list .data .date {
        width: 100%;
        font-size: 10px;
        padding: 5px 0 2px;
        color: #999999;
        text-align: left;
    }
    .right-wrap .side-list .data .title {
        width: 100%;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4;
    }
    #contents .right-wrap .side-list-recruit .data {
        width: 100%;
        float: none;
        text-align: left;
        margin-bottom: 6%;
    }
        #contents .right-wrap .side-list-recruit .data .date {
        width: 100%;
        font-size: 11px;
        padding: 0 0 2px;
        color: #999999;
        text-align: left;
        margin-bottom: 5px;
        line-height: 1.2em;
    }
    #contents .right-wrap .side-list-recruit .data .title {
        width: 100%;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4;
    }
.right-wrap h3 > span {
    display: block;
    font-size: 12px;
    color: #191919;
    font-weight: normal;
}
#contents .left-wrap .shop-name-area .shop-name-image {
    position: relative;
    width: 100%;
    height: 250px;
    float: none;
    font-size: 10px;
    padding: 2px 0;
    border: 1px solid #eeeeee;
    margin-bottom: 12px;
}#contents .left-wrap .shop-name-area .shop-name-image img{
    width: 100%;
}

#contents .content-shoplist ul li .thumbnail {
    width: 100%;
    height: 7rem;
    overflow: hidden;
    margin-bottom: 2%;
}
#contents .left-wrap .shop-name-area .shop-detail {
    float: none;
    text-align: left;
    width: 100%;
}
#contents .left-wrap .shop-name-area .shop-detail .floor {
    font-size: 12px;
    color: #ffde7a;
}

.shop .content-shoplist ul li .thumbnail > img {
    width: 100%;
    line-height: 1;
}
#contents .left-wrap .name {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
#contents .left-wrap .detail {
    text-align: left;
    font-size: 14px;
    line-height: 1.9;
    font-weight: normal;
    margin-bottom: 55px;
}
.box-1x1:before {
    content: "";
    display: block;
    padding-top: 100%;
}
    }