@media screen and (max-width: 767px) {
    .container {
        min-width: 320px;
    }
    .btn-responsive {
        width: 100%;
    }
    .btn-responsive + .btn-responsive {
        margin-top: 5px;
    }
    .form-control + .form-control {
        margin-top: 5px;
    }
}

/*
    for sticky footer
*/

* {
    word-break: break-all;
}

html{
    height: 100%;
}
.header{
    flex: 0 0 auto;
}
.main-content{
    flex: 1 0 auto;
}
.footer{
    flex: 0 0 auto;
    position: relative;
}

/* common */

input {
    font-family: FontAwesome;
}

table .margin {
    margin: 20px auto;
}
table .margin-top {
    margin-top: 20px;
}
table .margin-bottom {
    margin-bottom: 20px;
}

.my-thumbnail .new {
    background:url(/images/common/new.png);
    width: 47px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
}

.fixed_header {
    position: fixed;
    top: 0px;
}

.table-custom {
    border: 1px solid #dddddd;
}
.table-custom td:first-child {
    background-color: #F3F2EE;
}

.bg-letsgojp {
    background: #F0ECE9;
}

/* footer */
.my-footer-block {
    color: #ffffff;
    font-size: 14px;
    margin-top: 15px;
}
.my-footer-top {
    background-color: #DE481D;
    clear: both;
}
.my-footer-inner-block {
    padding: 15px 0;
}
.my-footer-inner-block + .my-footer-inner-block {
    border-top: 1px solid #e1606c;
}
.my-footer-inner-block a {
    color: #fff;
}

/* footer navigation */
.my-footer-navi {
    color: #ffffff;
    font-size: 15px;
    line-height: 1em;
}
.my-footer-navi strong {
    display: block;
    margin-bottom: 15px;
}
.my-footer-navi div {
    margin-left: -10px;
    margin-top: -15px;
}
.my-footer-navi a {
    color: #ffffff!important;
    line-height: inherit;
    padding: 0 10px;
    border-right: 1px solid #ffffff;
    margin-top: 15px;
    float:left;
}
.my-footer-navi a:last-child {
    border-right: 0;
}

.my-footer-bottom {
    padding: 15px 0;
    background-color: #b30c1c;
    line-height: 1em;
}

.my-home-footer-block {
    background: #ffffff;
    color: #333333;
    padding: 15px 0px;
    margin-top: 15px;
}

/* slider */
.homeslider { display:block; }
.homeslider img { transition: 0.1s; }
.homeslider img:hover { opacity: 0.8; }

.homeslider .bx-wrapper {
    border: 0;
    box-shadow: none;
    margin: 0 auto 45px!important;
    background: none;
}
.homeslider .bx-controls,
.homeslider .bx-controls-direction {
    top: 0;
    width: 100%;
    height: 100%;
}
.homeslider .bx-wrapper .bx-controls-direction a {
    top: 0;
    margin: 0;
    width: 15px;
    height: inherit;
    background: #ffffff;
    opacity: 0.5;
    display: none;
}
.homeslider .bx-wrapper .bx-controls-direction a:hover {
    background: #ba1b21;
}
.homeslider .bx-wrapper .bx-prev {
    left: 0;
}
.homeslider .bx-wrapper .bx-next {
    right: 0;
}
.homeslider .bx-wrapper .bx-pager {
    bottom: -30px;
    padding: 0;
    height: 15px;
}
.homeslider .bx-wrapper .bx-pager-item {
    margin: 0 5px;
    width: 15px;
    height: inherit;
    font-size: inherit;
    line-height: inherit;
}
.homeslider .bx-wrapper .bx-pager.bx-default-pager a,
.homeslider .bx-wrapper .bx-pager.bx-default-pager a.active {
    margin: 0;
    width: inherit;
    height: inherit;
    border-radius: 100%;
    background: #ba1b21;
    opacity: 0.5;
}
.homeslider .bx-wrapper .bx-pager.bx-default-pager a.active,
.homeslider .bx-wrapper .bx-pager.bx-default-pager a:hover {
    opacity: 1.0;
}

/* ads */
.my-home-ad1-block {
    margin: 15px auto;
    text-align: center;
}

.my-adsence {
    display: block;
    margin: 0 auto 15px;
}

/* right column */
#rightCol h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    padding: 0;
    margin: 15px auto;
}

/*  right banners */
.homebanners {
    margin: 15px auto;
}
.my-home-right-banners {
    display: block;
    text-align: center;
    padding: 0;
}
.my-home-right-banners li {
    display: block;
    margin-bottom: 10px;
}
.my-home-right-banners li:last-child {
    margin: 0;
}

.my-home-right-banners img {
    margin: auto;
    width: 100%;
    height: auto;
}
.my-home-right-banners img:hover {
    opacity: 0.8;
}

/* post */
#postHeader {
    display: block;
    margin: 0 0 15px 0;
    padding: 0 15px;
    background: #E8EDF5;
    border-bottom: 5px solid #DE481D;
}
#postHeader h1.post-title {
    font-size: 26px;
    font-weight: bold;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}
#postHeader .post-tab {
    display: block;
    background: #FFD900;
    color: #333333;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0;
}
#postHeader .post-tab.active {
    background: #DE481D;
    color: #ffffff;
}
#postHeadBtns {
    display: block;
    margin: 0;
    padding: 0;
}
#postHeadBtns li {
    display: block;
    margin: 0;
    padding: 0;
    float:left;
    margin-right: 15px;
}
p.post-date {
    font-size: 12px;
}

h2.h2 {
    border: 1px solid #dddddd;
    padding: 1px;
}
h2.h2 span {
    display: block;
    background: #F4F2EE;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    border-left: 5px solid #DE481D;
    padding-left: 10px;
}

/*
    記事内容
*/
.rating-stars {
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    vertical-align: bottom;
}
.rating-star-on {
    color: #fc0;
}
.rating-star-off {
    color: #fff;
}
.rating-average {
    display: inline-block;
    color: #DE481D;
    font-size: 15px;
    line-height: 28px;
    vertical-align: bottom;
}
.my-post-share {
    margin: 15px auto;
}
.fb-share-btn {
    background: #475f9e;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 3em;
    padding: 0 20px;
    border: 0;
    margin: 0;
    width: 100%;
}
.icon-copy {
    font-weight: 100;
    color:#fff
}
.favorite-btn {
    display: block;
    line-height: 28px;
    height: 28px;
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
    background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    color: #000000;
    font-size: 14px;
    padding: 0 15px;
    border: solid #cccccc 1px;
    text-decoration: none;
}
.favorite-btn:hover {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
    background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
    background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
    background-image: -o-linear-gradient(top, #ffffff, #dddddd);
    background-image: linear-gradient(to bottom, #ffffff, #dddddd);
    text-decoration: none;
}
.favorite-btn .fa {
    color: #cccccc;
}
.favorite-btn.active .fa {
    color: #DE481D;
}
.coupon-btn {
    display: block;
    background: #DE481D;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}
.coupon-btn:hover {
    opacity: 0.8;
    color: #ffffff;
    text-decoration: none;
}

.my-post-propaties {
    list-style-type: none;
    color: #666666;
    padding: 0;
    margin: 0 0 15px 0;
    width: 100%;
    clear: both;
}
.my-post-propaties li {
    padding: 0;
    margin: 20px auto;
}
.my-post-period {
    font-weight: bold;
}

.my-coupon-block {}
.my-coupon-block h2 {
    font-size: 25px;
    font-weight: bold;
    margin: 30px auto;
}
.my-coupon {
    position: relative;
    background: #f4f4ec !important;
    padding: 40px 80px;
}
.my-coupon > p > img {
    display: block;
}
.my-coupon-ribbon-top-right {
    position: absolute;
    top: 0;
    right: 0;
}
.my-coupon-ribbon-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
}
.print-coupon-btn {
    display: block;
    background: #333333;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 3em;
    padding: 0;
    border: 0;
    margin: 15px auto;
    width: 100%;
}

/*
  店舗情報
*/

.shopinfo-block {
    margin-top: 15px;
}
.shopinfo-block .my-shopmap-block {
    width: 100%;
    height: 300px;
}
.shopinfo-block > dl {
    background: #eeeeee;
}
.shopinfo-block > dl > dt {
    float: left;
    clear: left;
    width: 30%;
    background: #eeeeee;
    padding: 5px 15px;
    border-bottom: 1px solid #ffffff;
}
.shopinfo-block > dl > dd {
    float: left;
    width: 70%;
    background:#f9f9f9;
    padding: 5px 15px;
    border-bottom: 1px solid #ffffff;
}

/* for fixed fancybox issue  */
#fancybox-wrap, #fancybox-wrap *{
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

/*
  クーポンページ
*/

.coupon_header {
    background: #DE481D !important;
    text-align: center;
    padding: 10px;
}
.coupon_header img {
    zoom: 0.5;
}
.coupon_footer {
    background: #DE481D !important;
    color: #ffffff !important;
    text-align: center;
    padding: 10px;
    margin-top: 15px;
}

/*
  カテゴリページ
*/

.my-category-block h1 {
    font-size: 25px;
    font-weight: bold;
    padding: 0;
    margin: 20px auto;
}
.category_left {
    background: #e5e5e5;
    padding: 10px;
    margin-bottom: 15px;
}
.category_left i {
    color: #DE481D;
    float: right;
}
.category_left_header {
    display: block;
    font-size: 20px;
    line-height: 1em;
    margin: 10px;
}
.category_left_header > i {
    display: none;
}
.category_left dt {
    font-weight: normal;
}
.category_left > dl > dt {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    padding: 0 0 0 5px;
    border-left: 3px solid #adacac;
    margin: 20px 10px;
}
.category_left > dl > dd > dl {
    margin: 0;
}
.category_left > dl > dd > dl > dt,
.category_left a {
    display: block;
    background: #ffffff;
    font-size: 14px;
    line-height: 1em;
    color: #000000;
    padding: 15px 10px;
    margin: 10px;
    cursor: pointer;
}
.category_left a:hover {
    background: #ffeeee;
    color: #000000;
    text-decoration: none;
}
.category_left > dl > dd > dl > dd {
    margin-left: 20px;
    display: none;
}
.category_left .active {
    background: #DE481D;
    color: #ffffff;
}
.category_left .active i {
    color: #ffffff;
}
.category_left .show_all_btn {
    display: block;
    color: #DE481D;
    font-size: 14px;
    line-height: 1em;
    padding: 15px 10px;
    border: 1px solid #DE481D;
    margin: 10px;
}

/*
  カテゴリページ
*/
.post-list-title {
    font-size: 1rem;
}

@media (min-width: 768px) {
    .post-list-title {
        font-size: 1.25rem;
    }
}

.post-list-meta {
    font-size: 0.75rem;
}

@media (min-width: 768px) {
    .post-list-meta {
        font-size: 1rem;
    }
}

.posts-listview a {
    color: inherit;
}
.posts-listview a:hover {
    opacity: 0.8;
}
.posts-listview .my-thumbnail {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30%;
    float: left;
}
.posts-listview .my-post-summary {
    position: relative;
    padding-left: 20px;
    width: 70%;
    float: right;
}
.posts-listview h3 {
    background: none;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25em;
    margin: 0 0 10px 0;
}
.posts-listview ul {
    margin: 0;
}
.posts-listview li {
    color: #DE481D;
}
.posts-listview .my-post-lead {
    display: block;
    color: #666666;
    margin-top: 10px;
}

.my-thumbnail {
    background-size: cover;
}

/* 共通 */

.category-search-option {
    line-height: 1em;
}
.category-search-option ul {
    display: inline-block;
    margin-bottom: 20px;
}
.category-search-option li {
    border-right: 1px solid #eeeeee;
}
.category-search-option li:last-child {
    border: 0;
}
.category-search-option a {
    color: #DE481D;
}

.pagination-block {
    text-align: center;
}
.pagination > li > a,
.pagination > li > span {
    color: #DE481D;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #DE481D;
    background-color: #eee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
    background-color: #DE481D;
    border-color: #DE481D;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
}

.my-more {
    font-size: 10px;
    line-height: 1em;
    text-align: center;
    margin: 15px auto;
}
.my-more > a {
    display: inline-block;
    line-height: inherit;
    background: #5E0E11;
    color: #ffffff;
    border-radius: 1em;
    padding: 5px 15px;
}

.my-fb-comment-block {
    margin-bottom: 15px;
}
.my-fb-comment-block > .my-fb-comment {
}
hr.dash {
    border-top: 1px dotted #fff;
}
h2.head {
    color: #5E0E11;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 15px;
}

/* ホームコンテンツヘッダー */
.content-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 10px 0;
}
.content-head h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1em;
    height: 1em;
    padding: 0;
    margin: 0;
    margin: 0;
}

/* HOME RIGHT BANNERS */
.home-right-banners {
    margin: 15px auto 30px;
    list-style: none;
    padding-inline-start: 0;
}

/* EVENT CALENDAR */
#eventcalendar {
    margin: 15px auto 30px;
}
#eventcalendar-cal {
    margin: 15px auto 0;
}

/*  EXCHANGE RATE */
#exchange {
    margin: 15px auto 30px;
}
#exchange-rate {
    list-style-type: none;
    border: 1px solid #eeeeee;
    padding: 10px;
    margin: 15px auto 0;
}
#exchange-rate li {
    font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
    line-height: 14px;
    padding: 0;
    margin: 0;
}
#exchange-lastupdated {
    color: #999999;
    font-size: 12px;
}

/* FACEBOOK PAGE */
#rightCol h2.facebook {
    background: #3B5998;
    padding: 10px;
    margin: 0;
    text-align: center;
}
#facebookpage {
    margin: 0 auto 30px;
}

.weather .content-header {
    background-color: #DE481D;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    border-radius: 5px 5px 0 0;
}
.weather .content-body {
    text-align: center;
    line-height: 1em;
    background-color: #ffffff;
    padding: 10px;
    color: #332211;
    border: 1px solid #DE481D;
}
.weather .city {
    font-size: 20px;
    font-weight: bold;
}
.weather ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 0;
}
.weather .temp_max {
    color: #DE481D;
}
.weather .temp_min {
    color: #0000cc;
}

.mm-menu {
    display: none;
}
.mm-menu .fa {
    color: #DE481D;
}
.mm-menu .fa-star {
    color: #ffcc00;
}
.mm-menu .mm-listview>li .mm-next:after {
    border-color: #DE481D;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: #DE481D;
}
.mm-listview .mm-divider {
    font-size: inherit;
    text-indent: 0;
}
.mm-listview .global {
    background-color: #F2DEDE;
}
@media screen and (min-width: 768px) {
    .mm-menu {
        display: none;
    }
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    html.mm-blocking, html.mm-blocking body {
        overflow: visible;
    }
}

@media screen and (max-width: 767px) {
    .for-pc,
    #pc-header {
        display: none;
    }
    .my-category-block h1 {
        font-size: 5vw;
    }
    .copy-btn {
        padding: 0 5px;
    }
}

@media screen and (min-width: 768px) {
    /* common */
    .container {
        /*
    position: relative;
       */
    }

    .calendar-open {
        display: none;
    }

    .member-name {
        color: #DE481D;
    }

    /* header */
    #pc-header {
        background: #fff;
        min-width: 1120px;
    }
    #header {
        background-color: #fff;
    }
    #headerTop {
        background-color: #f3f3f0;
        margin-bottom: 15px;
    }
    #headerTop > .container {
        display: flex;
        justify-content: space-between;
    }
    #headerTopMenu {
        display: flex;
        flex-grow: 1;
        margin: 0;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        list-style: none;
    }
    #headerTopMenu:last-child {
        justify-content: flex-end;
    }
    #headerTopMenu > li {
        padding: 0 10px;
        margin: 0;
    }
    #headerTopMenu > li > a {
        color: #333333;
    }
    #headerTopMenu > li.on {
        background-color: #fff;
    }
    #headerMain {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #headerLogo {
        vertical-align: middle;
    }
    #headerDesc {
        font-size: 14px;
        line-height: 30px;
        margin: 0;
        padding: 0;
    }

    #headerRegionNav {
        display: block;
        margin: 0;
        padding: 0;
    }
    #headerRegionNav li {
        display: block;
        margin: 0 0 0 5px;
        padding: 0;
        line-height: 70px;
        height: 70px;
        float: left;
    }
    #headerRegionNav li a {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        background: #ffffff;
        border: 1px solid #DE481D;
        border-radius: 5px;
        color: #DE481D;
        font-size: 20px;
        line-height: 1.25em;
        text-align: center;
        text-decoration: none;
        width: 55px;
        height: 55px;
        position: relative;
        top: 7px;
    }
    #headerRegionNav li.hokkaido a,
    #headerRegionNav li.chugoku a,
    #headerRegionNav li.wakayama a {
        font-size: 16px;
    }
    #headerRegionNav li.chugoku a {
        padding: 0 10px;
    }
    #headerRegionNav li.on a,
    #headerRegionNav li a:hover {
        background: #DE481D;
        color: #ffffff;
        border-color: #DE481D;
    }

    #headerNav {
        position: relative;
        background: #DE481D;
        color: #ffffff;
        font-size: 20px;
        line-height: 1em;
        padding: 5px 0;
        margin: 0 auto 15px;
        min-width: 1120px;
        width: 100%;
    }
    #headerNav .regions {
        display: table;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #headerNav .regions li {
        display: table-cell;
    }
    #headerNav .regions li.div {
        border-right: 1px solid rgba(255,255,255,1);
    }
    #headerNav .regions a {
        display: block;
        color: #ffffff;
        font-size: 18px;
        text-decoration: none;
        padding: 5px 15px;
        border-radius: 20px;
    }
    #headerNav .regions a:hover {
        background: rgba(0,0,0,0.2);
        border-radius: 20px;
    }
    .my-head-menu {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .my-head-menu > li {
        display: table-cell;
    }
    .my-head-menu > li.div {
        border-right: 1px solid rgba(255,255,255,1);
    }
    .my-head-menu > li > a {
        display: block;
        color: #ffffff;
        font-size: 16px;
        text-decoration: none;
        padding: 5px 15px;
        border-radius: 20px;
    }
    .my-head-menu > li > a:hover {
        background: rgba(0,0,0,0.2);
        border-radius: 20px;
    }
    .my-head-search-box {
        position: relative;
    }
    .my-head-search-box > input {
        position: relative;
        height: 30px;
        color: #ffffff;
        font-size: 16px;
        padding-left: 40px;
        padding-right: 15px;
        border-radius: 15px;
        background: rgba(0,0,0,0.2);
        box-shadow: none;
        border: none;
        outline: none;
        width: 100%;
    }
    .my-head-search-box > input:placeholder-shown {
        color: #fff;
    }
    .my-head-search-box > input::-webkit-input-placeholder {
        color: #fff;
    }
    .my-head-search-box > input:-moz-placeholder {
        color: #fff; opacity: 1;
    }
    .my-head-search-box > input::-moz-placeholder {
        color: #fff; opacity: 1;
    }
    .my-head-search-box > input:-ms-input-placeholder {
        color: #fff;
    }
    .my-head-search-box:after {
        position: absolute;
        top: 0;
        left: 0;
        color: #ffffff;
        font-family: "FontAwesome";
        font-size: 20px;
        line-height: 30px;
        margin-left: 15px;
        height: 30px;
        content: "\f002";
    }
    /* footer */
    .my-footer-block {
        min-width: 1120px;
        margin-top: 45px;
    }
    #footerMenu {
        margin: 0;
        padding: 0;
        list-type: none;
        float: left;
    }
    #footerMenu > li {
        display: inline-block;
        margin: 0 20px 0 0;
        padding: 0;
    }
    #footerMenu > li > a {
        color: #ffffff;
    }
    .my-copyright {
        float: right;
    }

    /* slider */
    .post-slider li {
        height: 440px;
    }
    .post-slider img {
        display: block;
        height: 100%;
        max-width: 100%;
        width: auto;
        margin: auto!important;
    }
    .post-slider-pager {
        margin-top: 15px!important;
    }

    /* coupons */
    .coupons .coupon {
        display: block;
        margin-top: 30px;
    }
    .coupons .coupon:hover {
        opacity: 0.8;
        text-decoration: none;
    }
    .coupons .coupon .thumb {
        display: table;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        border:1px solid #eee;
        width: 100%;
        height: 123px;
    }
    .coupons .coupon .title {
        display: table-cell;
        background: rgba(0,0,0,0.5);
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        line-height: 16px;
        vertical-align: middle;
        overflow: hidden;
        padding: 10px;
        margin: 0;
        width: 100%;
        height: 100%;
    }
    .coupons .coupon .content {
        background: #f4f4ec url(/images/home/coupon_wrap.png) no-repeat right top;
        border: 1px solid #eeeeee;
        color: #666666;
        font-size: 12px;
        line-height: 14px;
        height: 84px;
        padding: 10px 20px 10px 10px;
        margin-top: 10px;
        overflow: hidden;
    }

    /* ads */
    #post_under_ads ul {
        display: flex;
        justify-content: space-around;
        padding: 0;
        margin: 0;
    }
    #post_under_ads img {
        width: 255px;
        height: auto;
    }
    #post_under_ads iframe {
        width: 255px;
        height: 143px;
    }
}


@media screen and (max-width: 767px) {
    /* slider */
    .post-slider li {
        height: auto;
    }
    .post-slider img {
        display: block;
        height: auto;
        max-width: auto;
        width: auto;
        margin: auto!important;
    }
    .post-slider-pager {
        display: none;
    }

    /* ホームコンテンツヘッダー */
    .home-contents-head {
        margin: 20px 0 10px;
    }
    .home-contents-head h2 {
        margin: 0;
    }

    /* coupons */
    .coupons .coupon {
        display: block;
        margin-bottom: 15px;
    }
    .coupons .coupon:hover {
        text-decoration: none;
    }
    .coupons .coupon .thumb {
        overflow: hidden;
    }
    .coupons .coupon .title {
        display: block;
        background: rgba(0,0,0,0.6);
        color: #ffffff;
        font-size: 20px;
        margin: 0;
        padding: 15px;
        width: 100%;
        height: 90px;
    }
    .coupons .coupon .content {
        margin: 15px;
        color: #333333;
    }

    /* SP非表示コンテンツ */
    #home-search,
    #eventcalendar,
    #exchange,
    #facebookpage,
    #fashionsnap {
        display: none;
    }

    /* footer */
    .my-footer-block {
    }
    .my-footer-bottom {
        font-size: 12px;
        text-align: center;
    }
    #footerMenu {
        display: block;
        padding: 10px;
        margin: 0;
        width: 100%;
        list-style: none;
        border: 1px solid #ffffff;
    }
    #footerMenu > li {
        display: block;
        text-align: center;
        font-size: 15px;
        line-height: 35px;
        width: 100%;
    }
    #footerMenu > li > a {
        color: #ffffff;
    }
    .my-copyright {
        margin-top: 15px;
        font-size: 10px;
    }
    .my-footer-inner-block:first-child {
        display: none;
    }

    /* クーポン */
    .my-coupon {
        padding: 40px 20px;
    }
    .my-coupon-block h2 {
        font-size: 20px;
        text-align: left;
        margin-bottom: 15px;
    }
    .my-coupon > p > img {
        display: block;
        margin-top: 5%;
        margin-bottom: 1.5%;
        max-width: 100%;
        width: auto;
        height: auto;
        vertical-align: middle;
        border: 0;
        -ms-interpolation-mode: bicubic;
    }
    .my-coupon-ribbon-top-right {
        width: 69px;
        height: auto;
    }
    .my-coupon-ribbon-bottom-left {
        width: 69px;
        height: auto;
    }
    .print-coupon-btn {
        display: none;
    }

    #footerCouponBtn {
        background: #FFFFFF;
    }
    #footerCouponBtn a {
        background: #D10A1D;
        color: #FFFFFF;
    }

    /*
      カテゴリページ
   */

    .category_left {
        padding: 15px 10px;
    }
    .category_left_header {
        font-size: 15px;
        margin: 0;
    }
    .category_left_header i {
        display: inline;
    }
    .category_left > dl {
        display: none;
    }
    .posts-listview a {
        margin-bottom: 10px;
    }
    .posts-listview .my-post-summary {
        padding-left: 10px;
    }
    .posts-listview h3 {
        color: #000000;
        font-size: 14px;
        font-weight: normal;
        line-height: 16px;
        /*
    height: 48px;
       */
        overflow: hidden;
        margin: 0;
    }
    .posts-listview li {
        font-size: 12px;
    }
    .posts-listview .my-post-lead {
        display: none!important;
    }

    /* ads */
    #post_under_ads iframe {
        width: 100%;
        height: auto;
    }

    /* post page */
    #postHeader .post-tab {
        font-size: 16px;
    }
}

/*# sourceMappingURL=all.css.map */
