.shop-post-type span.eco-project
{
    display: none!important;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
     -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden
{
    display: none;
}

/* dotts */
.slick-dots
{
    font-size: 0;

    position: relative; 
    z-index: 10;

    display: -ms-flexbox;
    display: flex;

    margin-top: 5px;

    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media print, screen and (min-width: 768px)
{
    .slick-dots
    {
        margin-top: 10px;
    }
}

.slick-dots li
{
    position: relative;
    top: 0;

    width: calc(20% - 4px);

    cursor: pointer;

    border: none;
    background: transparent;
    background: #8d8d8d;
}
@media print, screen and (min-width: 768px)
{
    .slick-dots li
    {
        width: calc(20% - 8px);
    }
}

.slick-dots li.slick-active
{
    background: #fff;
}

.slick-dots li button
{
    cursor: pointer;

    color: transparent;
    border: none;
    outline: none; 
    background: transparent;
}

/* control */
button
{
    border: none;
}
button:focus
{
    outline: none;
}

.slick-next
{
    position: absolute;
    z-index: 10;
    top: 50%;
    right: -24px;

    overflow: hidden;

    width: 12px;
    height: 24px;
    margin-top: -12px;

    text-indent: 200%;

    color: transparent;
    background: url(../images/shop/next.png) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px)
{
    .slick-next
    {
        right: -40px;

        width: 20px;
        height: 38px;
        margin-top: -19px;
    }
}

.slick-prev
{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: -24px;

    overflow: hidden;

    width: 12px;
    height: 24px;
    margin-top: -12px;

    text-indent: 200%;

    color: transparent;
    background: url(../images/shop/prev.png) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px)
{
    .slick-prev
    {
        left: -40px;

        width: 20px;
        height: 38px;
        margin-top: -19px;
    }
}

.voice-slider
{
    display: none;
}

.voice-slider.slick-initialized
{
    display: block;
}

.slick-slide:focus
{
    outline: none;
}

@media print, screen and (min-width: 768px)
{
    .slick-list.draggable
    {
        padding: 0 !important;
    }
}

.laguage-select
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 40px; 

    -ms-flex-pack: justify;
    justify-content: space-between;
}
.laguage-select li
{
    width: calc(33.33% - 6px);
}
.laguage-select li a
{
    font-size: 1.2rem;
    line-height: 40px;

    display: block;

    width: 100%;
    height: 40px; 

    text-align: center;

    border: 1px solid #000;
}
.laguage-select li.selected a
{
    opacity: 1;
    color: #1d2088;
    pointer-events: none;
    position: relative;
}
.laguage-select li.selected a::after,
.laguage-select li.selected a::before
{
    position: absolute;
    z-index: 2;

    width: 0;
    height: 0;

    content: '';

    border: 2px solid transparent;
}
.laguage-select li.selected a::before
{
    top: 0;
    left: 0;
}
.laguage-select li.selected a::after
{
    right: 0; 
    bottom: 0;
}
.laguage-select li.selected a::after,
.laguage-select li.selected a::before
{
    width: 100%;
    height: 100%;
}
.laguage-select li.selected a::before
{
    border-top-color: #1d2088;
    border-right-color: #1d2088;
}
.laguage-select li.selected a::after
{
    border-bottom-color: #1d2088;
    border-left-color: #1d2088;
}
@media print, screen and (min-width: 768px)
{
    .laguage-select
    {
        margin-bottom: 65px; 

        -ms-flex-pack: center;
        justify-content: center;
    }
    .laguage-select li
    {
        width: 190px;
    }
    .laguage-select li:not(:last-child)
    {
        margin-right: 30px;
    }
    .laguage-select li a
    {
        font-size: 1.4rem;
        line-height: 60px;

        position: relative; 

        height: 60px;
    }
    .laguage-select li a:hover
    {
        opacity: 1;
        color: #1d2088;
    }
    .laguage-select li a::after,
    .laguage-select li a::before
    {
        position: absolute;
        z-index: 2;

        width: 0;
        height: 0;

        content: '';

        border: 2px solid transparent;
    }
    .laguage-select li a::before
    {
        top: 0;
        left: 0;
    }
    .laguage-select li a::after
    {
        right: 0; 
        bottom: 0;
    }
    .laguage-select li a:hover::after,
    .laguage-select li a:hover::before
    {
        width: 100%;
        height: 100%;
    }
    .laguage-select li a:hover::before
    {
        transition: width .2s, height .2s .2s; 

        border-top-color: #1d2088;
        border-right-color: #1d2088;
    }
    .laguage-select li a:hover::after
    {
        transition: border-color 0s ease-out .4s, width .2s .4s, height .2s .6s; 

        border-bottom-color: #1d2088;
        border-left-color: #1d2088;
    }
}

.shop-heading
{
    font-size: 1.4rem;
    font-weight: normal; 

    margin-bottom: 23px;
    padding-bottom: 10px;

    border-bottom: 1px solid #000000;
}
.shop-heading span
{
    font-weight: bold;

    display: inline-block;

    margin-right: 12px;
}
.shop-heading--flex
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 15px; 

    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media print, screen and (min-width: 768px)
{
    .shop-heading
    {
        font-size: 1.8rem;

        margin-bottom: 38px; 
        padding-right: 8px;
        padding-bottom: 20px;
        padding-left: 8px;
    }
    .shop-heading-wrap
    {
        position: relative;
    }
    .shop-heading-wrap .shop-section-lead
    {
        position: absolute;
        top: 8px;
        right: 0;

        margin-bottom: 0;
    }
}

.shop-section-lead
{
    font-size: 1.1rem;

    margin-bottom: 25px; 

    text-align: right;
}
@media print, screen and (min-width: 768px)
{
    .shop-section-lead
    {
        font-size: 1.3rem;
    }
}

@media print, screen and (min-width: 768px)
{
    .shop-category
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-pack: center;
        justify-content: center;
    }
    .shop-category li:not(:last-child)
    {
        margin-right: 100px;
    }
}

.shop-category label
{
    display: block;

    padding-left: 28px;

    cursor: pointer;
}
@media print, screen and (min-width: 768px)
{
    .shop-category label
    {
        padding-left: 30px;
    }
}

.shop-category input
{
    display: none;
}

.shop-category label:before
{
    position: absolute;
    top: 50%;
    left: 0;

    box-sizing: border-box;
    width: 15px;
    height: 15px;
    margin-top: -7px;

    content: ''; 

    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}
@media print, screen and (min-width: 768px)
{
    .shop-category label:before
    {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
}

.shop-category label:after
{
    position: absolute;
    top: 50%;
    left: 2px;

    display: none;

    width: 11px;
    height: 11px;
    margin-top: -5px;

    content: '';
    /* opacity: 0; */

    border-radius: 50%; 
    background-color: #3189ae;
}
@media print, screen and (min-width: 768px)
{
    .shop-category label:after
    {
        left: 3px; 

        width: 14px;
        height: 14px;
        margin-top: -7px;
    }
}

.shop-category input:checked + label:after
{
    display: block;
}

.shop-category li
{
    font-size: 1.2rem;
    line-height: 15px;

    position: relative;

    margin-bottom: 15px;
}
@media print, screen and (min-width: 768px)
{
    .shop-category li
    {
        font-size: 1.4rem;
    }
}

.shop-select-area-wrap
{
    position: relative;

    width: 225px;
    height: 40px;
    margin-right: auto; 
    margin-left: auto;
}
@media print, screen and (min-width: 768px)
{
    .shop-select-area-wrap
    {
        display: none;
    }
}
.shop-select-area-wrap::after
{
    position: absolute;
    top: 50%;
    right: 10px;

    display: block;

    width: 8px;
    height: 8px;
    margin-top: -4px; 

    content: '';
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);

    border-width: 2px !important;
    border-top: 1px solid #3289ad;
    border-right: 1px solid #3289ad;
}

.shop-select-area-select
{
    width: 100%; 
    height: 40px;
    padding: 0 18px;

    border: 1px solid #000;
}

.shop-area-list
{
    display: none;
}
@media print, screen and (min-width: 768px)
{
    .shop-area-list
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-pack: center;
        justify-content: center;
    }
    .shop-area-list li
    {
        position: relative; 

        width: 170px;
    }
    .shop-area-list li:not(:last-child)
    {
        margin-right: 40px;
    }
    .shop-area-list-ttl
    {
        font-size: 1.4rem;
        line-height: 40px;

        position: relative;

        height: 40px;

        cursor: pointer; 
        text-align: center;

        border-bottom: 1px solid #1d2088;
    }
    .shop-area-list-ttl::after
    {
        position: absolute;
        top: 50%;
        right: 10px;

        display: block;

        width: 8px;
        height: 8px;
        margin-top: -4px;

        content: '';
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);

        border-width: 2px !important; 
        border-top: 1px solid #388caf;
        border-right: 1px solid #388caf;
    }
    .shop-area-list .shop-area-sublist
    {
        position: absolute;
        top: 100%;
        left: 0; 

        display: none;

        width: 100%;
        padding: 18px 0;

        background: #f0f0f0;
    }
    .shop-area-list .shop-area-sublist li:not(:last-child)
    {
        margin-bottom: 18px;
    }
    .shop-area-list .shop-area-sublist li a
    {
        display: block;

        width: 100%;
        padding: 0 20px;
    }
}

.area-heading
{
    font-size: 1.2rem;

    margin-bottom: 35px;
    padding-bottom: 10px;

    border-bottom: #ccc 1px solid;
}
@media print, screen and (min-width: 768px)
{
    .area-heading
    {
        font-size: 1.6rem;

        margin-bottom: 45px; 
        padding: 0 8px 10px;
    }
}

.area-section
{
    margin-bottom: 85px;
}
@media print, screen and (min-width: 768px)
{
    .area-section
    {
        margin-bottom: 100px;
    }
}

.shop-post:not(:last-child)
{
    margin-bottom: 85px;
}
@media print, screen and (min-width: 768px)
{
    .shop-post:not(:last-child)
    {
        margin-bottom: 100px;
    }
}

@media print, screen and (min-width: 768px)
{
    .shop-post
    {
        position: relative;

        padding-left: 240px;
    }
}

.shop-post-header
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px;
    padding-bottom: 10px;

    border-bottom: #ccc 1px solid; 

    -ms-flex-align: center;
    align-items: center;
}

.shop-post-name
{
    width: calc(100% - 150px);
    font-size: 1.2rem;
}

.shop-post-type
{
    display: -ms-flexbox;
    display: flex; 
	justify-content: flex-end;
    width: 150px;
}
.shop-post-type img
{
    width: auto;
    max-width: none; 
    height: 15px;
}
.shop-post-type span
{
    margin: 0;
}
.shop-post-type span + span
{
    margin-left: 7px;
}
@media print, screen and (min-width: 768px)
{
	.shop-post-name
	{
	    width: calc(100% - 200px);
	    font-size: 1.6rem;
	}
    .shop-post-type
    {
        width: 200px;
    }
    .shop-post-type img
    {
        width: auto;
        max-width: none; 
        height: 20px;
    }
    .shop-post-type span + span
    {
        margin-left: 10px;
    }
}

.shop-post-middle
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 15px;
}
@media print, screen and (min-width: 768px)
{
    .shop-post-middle
    {
        margin-bottom: 30px;
    }
}

.shop-post-img
{
    width: 120px;
}
@media print, screen and (min-width: 768px)
{
    .shop-post-img
    {
        position: absolute;
        top: 0;
        left: 0; 

        width: 200px;
    }
}

.shop-post-desc
{
    width: calc(100% - 120px);
    padding-left: 18px;
}
@media print, screen and (min-width: 768px)
{
    .shop-post-desc
    {
        display: -ms-flexbox;
        display: flex;
            flex-direction: row-reverse;

        width: 100%;
        padding-left: 0;

        -ms-flex-direction: row-reverse;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.shop-post-address
{
    font-size: 1.2rem;
}
@media print, screen and (min-width: 768px)
{
    .shop-post-address
    {
        font-size: 1.4rem;
    }
}

.shop-post-btn-group
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 10px; 

    -ms-flex-pack: justify;
    justify-content: flex-start;
}
@media print, screen and (min-width: 768px)
{
    .shop-post-btn-group
    {
        width: 300px;
        justify-content: flex-end;
    }
}
.shop-post-btn-group li
{
    width: calc(50% - 6px);
}
.shop-post-btn-group li+li
{
    margin-left: 12px;
}
.shop-post-btn-group li a
{
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    line-height: 28px;

    display: block;

    width: 100%;
    height: 28px;

    text-align: center; 

    border: #777 1px solid;
}
@media print, screen and (min-width: 768px)
{
    .shop-post-btn-group li
    {
        width: calc(50% - 10px);
    }
    .shop-post-btn-group li+li
	{
	    margin-left: 20px;
	}
    .shop-post-btn-group li a
    {
        font-size: 1.6rem;
        line-height: 40px;

        position: relative; 

        height: 40px;

        transition: all .2s;

        outline: none;
    }
    .shop-post-btn-group li a:hover
    {
        opacity: 1;
        color: #1d2088;
    }
    .shop-post-btn-group li a::after,
    .shop-post-btn-group li a::before
    {
        position: absolute;
        z-index: 2;

        width: 0;
        height: 0;

        content: '';

        border: 2px solid transparent;
    }
    .shop-post-btn-group li a::before
    {
        top: 0;
        left: 0;
    }
    .shop-post-btn-group li a::after
    {
        right: 0; 
        bottom: 0;
    }
    .shop-post-btn-group li a:hover::after,
    .shop-post-btn-group li a:hover::before
    {
        width: 100%;
        height: 100%;
    }
    .shop-post-btn-group li a:hover::before
    {
        transition: width .2s, height .2s .2s; 

        border-top-color: #1d2088;
        border-right-color: #1d2088;
    }
    .shop-post-btn-group li a:hover::after
    {
        transition: border-color 0s ease-out .4s, width .2s .4s, height .2s .6s; 

        border-bottom-color: #1d2088;
        border-left-color: #1d2088;
    }
}

@media print, screen and (min-width: 768px)
{
    .shop-post-goods-group
    {
        max-width: 810px;
        margin: 0 auto;
    }
    .shop-post-goods--detail
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-align: center;
        align-items: center;
    }
    .shop-post-goods-ttl
    {
        width: 100%; 
        margin-bottom: 0;
    }
    .shop-post-goods--detail .shop-post-goods-ttl
    {
        width: 140px; 
    }
    .shop-post-goods-list
    {
        width: 100%;
    }
}

.shop-post-goods-ttl
{
    font-size: 1.2rem;
    font-weight: bold;

    margin-bottom: 15px;
}
@media print, screen and (min-width: 768px)
{
    .shop-post-goods-ttl
    {
        font-size: 1.4rem;

        margin-bottom: 15px;
    }
}

.shop-post-goods-list
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 10px; 

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.shop-post-goods-list li
{
    font-size: .9rem;

    width: 20%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 15px; 

    text-align: center;
}
.shop-post-goods-list li.not-active
{
    color: transparent;
}
.shop-post-goods-list li.not-active img
{
    opacity: .2;
}
@media print, screen and (min-width: 768px)
{
    .shop-post-goods-list
    {
        margin-bottom: 30px; 

        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .shop-post-goods-list li
    {
        font-size: 1.1rem;

        margin-bottom: 0;
    }
}

.shop-post-goods img
{
    display: block;

    width: 27px; 
    margin: 0 auto 5px;
}
@media print, screen and (min-width: 768px)
{
    .shop-post-goods img
    {
        width: 33px;
        margin: 0 auto 8px;
    }
}

.shop-post-goods-list--staff li
{
    line-height: 1.2; 

    width: 25%;
}
@media print, screen and (min-width: 768px)
{
    .shop-post-goods-list--staff li
    {
        width: auto;
        min-width: 120px;
    }
}

.shop-post-goods-list--staff img
{
    width: 35px;
}

@media print, screen and (min-width: 768px)
{
    .shop-post-goods-list--staff img
    {
        width: 42px;
    }
}

.shop-post-pr
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    /*align-items: center;*/
    margin-top: 3px; 
    margin-bottom: 10px; 
}
.shop-post-pr img
{
    width: 120px;
    margin-right: 18px;
}
.btn--shop {
	margin-top: 20px; 
}

@media print, screen and (min-width: 768px)
{
    .shop-post-pr img
    {
        width: 140px;
        margin-right: 30px;
        margin-top: 0; 
		margin-bottom: 0; 
    }
    
    .btn--shop {
		margin-top: 0; 
	}
}
.shop-post-pr .pr-btn
{
    font-size: 1.2rem;
    line-height: 30px;

    display: block;

    width: 120px;
    height: 30px;

    text-align: center; 

    border: #777 1px solid;
}
@media print, screen and (min-width: 768px)
{
    .shop-post-pr .pr-btn
    {
        font-size: 1.4rem;
        line-height: 40px; 

        width: 160px;
        height: 40px;
    }
}

@media print, screen and (min-width: 768px)
{
    .shop-post-bottom
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.icon-new
{
    display: inline-block;

    width: 22px; 
    margin-left: 8px;

    vertical-align: middle;
}
@media print, screen and (min-width: 768px)
{
    .icon-new
    {
        width: 29px;
        margin-left: 30px;
    }
}

.newstopics-post-wrapper
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-post-wrapper
    {
        -ms-flex-pack: left;
        justify-content: left;
    }
}

.newstopics-post
{
    width: calc(50% - 8px);
}
.newstopics-post:nth-child(n + 3)
{
    margin-top: 40px;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-post
    {
        width: calc(33.33% - 27px);
    }
    .newstopics-post:nth-child(n + 3)
    {
        margin-top: 0;
    }
    .newstopics-post:nth-child(n + 4)
    {
        margin-top: 60px;
    }
    .newstopics-post:not(:nth-child(3n))
    {
        margin-right: 40px;
    }
}

.newstopics-post a
{
    display: block;

    width: auto;
}

.newstopics-img
{
    width: 100%;
    margin-bottom: 10px;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-img
    {
        margin-bottom: 20px;
    }
}

.newstopics-cont
{
    width: 100%;
}

.newstopics-date
{
    font-size: .9rem;

    margin-bottom: 8px;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-date
    {
        font-size: 1.2rem;

        margin-bottom: 15px;
    }
}

.newstopics-category
{
    font-family: 'Roboto', sans-serif;
    font-size: .9rem;
    font-weight: bold;

    margin-bottom: 10px;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-category
    {
        font-size: 1.2rem;
    }
}

.newstopics-ttl
{
    font-weight: normal; 
    font-style: 1.1rem;
    line-height: 1.25;

    margin-bottom: 8px;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-ttl
    {
        font-size: 1.4rem;
        line-height: 1.57;
    }
}

.newstopics-desc
{
    font-style: 1.1rem;
    line-height: 1.454545455;

    color: #999;
}
@media print, screen and (min-width: 768px)
{
    .newstopics-desc
    {
        font-size: 1.4rem;
        line-height: 1.57;

        color: #000;
    }
}

@media print, screen and (min-width: 768px)
{
    .shop-section
    {
        max-width: 1200px;
        padding: 0 20px;
    }
    .shop-category-section
    {
        max-width: 1000px;
        margin-right: auto; 
        margin-left: auto;
    }
    .shop-category-heading
    {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
}

.shop-detail-main
{
    margin-bottom: 55px;
}
@media print, screen and (min-width: 768px)
{
    .shop-detail-main
    {
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 70px;
    }
}

.shop-detail
{
    padding-top: 40px;
}
@media print, screen and (min-width: 768px)
{
    .shop-detail
    {
        width: 50%;
        padding-top: 0;
        padding-left: 45px;
    }
}
.shop-detail-ttl
{
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    font-weight: bold;

    margin-bottom: 25px;
}
@media print, screen and (min-width: 768px)
{
    .shop-detail-ttl
    {
        font-size: 1.8rem;

        margin-bottom: 30px;
    }
}
.shop-detail-dl
{
    display: -ms-flexbox;
    display: flex; 

    margin-bottom: 20px;
    padding: 0 25px;
}
.shop-detail-dl dt
{
    width: 75px;
}
.shop-detail-dl dd
{
    width: calc(100% - 75px);
}
@media print, screen and (min-width: 768px)
{
    .shop-detail-dl
    {
        margin-bottom: 30px; 
        padding: 0;
    }
    .shop-detail-dl dt
    {
        font-size: 1.4rem;

        width: 105px;
    }
    .shop-detail-dl dd
    {
        font-size: 1.4rem;

        width: calc(100% - 105px);
    }
}
.shop-detail-info
{
    font-size: 1.2rem;
    line-height: 1.75;

    margin-top: 15px;
    margin-bottom: 30px;
}
.shop-detail-info a
{
    text-decoration: underline; 

    color: #1722a8;
}
@media print, screen and (min-width: 768px)
{
    .shop-detail-info
    {
        font-size: 1.4rem;
        line-height: 1.57;

        margin-bottom: 40px;
    }
    .shop-detail-info a:hover
    {
        text-decoration: none;
    }
}

.shop-message
{
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 15px 5px !important; 

    background: #eee;
}
.shop-message p
{
    font-size: 1.1rem;
    line-height: 1.64;

    padding: 2px 0;
}
@media print, screen and (min-width: 768px)
{
    .shop-message
    {
        padding: 25px 80px;
    }
    .shop-message p
    {
        font-size: 1.4rem; 

        padding: 0;
    }
}

.shop-section-text
{
    font-size: 1.1rem;
    line-height: 1.64;

    margin-bottom: 35px;
    padding: 0 10px;
}
@media print, screen and (min-width: 768px)
{
    .shop-section-text
    {
        display: none;
    }
}

.chirashi-wrap
{
    margin-bottom: 35px;
}
@media print, screen and (min-width: 768px)
{
    .chirashi-wrap
    {
        max-width: 1000px;
        margin: 0 auto 60px;
    }
}

.chirashi:not(:last-child)
{
    margin-bottom: 75px;
}
@media print, screen and (min-width: 768px)
{
    .chirashi:not(:last-child)
    {
        margin-bottom: 80px;
    }
}

.chirashi-ttl
{
    font-size: 1.2rem;
    font-weight: bold;

    margin-bottom: 15px;
    padding-bottom: 10px;

    border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 768px)
{
    .chirashi-ttl
    {
        font-size: 1.6rem;

        margin-bottom: 20px; 
        padding-bottom: 18px;
    }
}

.chirashi-lead
{
    font-size: 1.0rem;
    font-weight: bold;

    margin-bottom: 20px;
}
@media print, screen and (min-width: 768px)
{
    .chirashi-lead
    {
        font-size: 1.4rem;

        margin-bottom: 40px;
    }
}

.chirashi-desc
{
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
}

.chirashi-desc p
{
    margin-bottom: 15px;
    line-height: 1.5;
}

.chirashi-desc .pc
{
    display: none;
}

@media print, screen and (min-width: 768px)
{
    .chirashi-desc
    {
	    font-size: 14px;
	    line-height: 1.7;
    }
    
    .chirashi-desc p
    {
	    margin-bottom: 15px;
		line-height: 1.5;
    }
    
    .chirashi-desc .pc
	{
	    display: block;
	}
}

.chirashi-right {
	
}

.chirashi-right .sp {
	display: block;
}

@media print, screen and (min-width: 768px)
{
	.chirashi-right {
		width: 270px;
		text-align: center;
	}
	
	.chirashi-right .sp {
		display: none;
	}
}

.chirashi-img
{
    display: block;

    width: 159px;
    margin: 0 auto 20px;
}
@media print, screen and (min-width: 768px)
{
    .chirashi-img
    {
        width: 212px;
        height: auto;
        margin: 0 auto;
    }
}

@media print, screen and (min-width: 768px)
{
    .chirashi-block
    {
        display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
        margin: 0 25px; 
    }
    .chirashi-block .btn
    {
        font-size: 1.4rem;
        font-weight: normal; 
        margin: 0;
    }
}

.shopSlide-wrap
{
    position: relative; 

    padding: 0 27px;
}
@media print, screen and (min-width: 768px)
{
    .shopSlide-wrap
    {
        padding: 0 50px;
    }
}

@media print, screen and (min-width: 768px)
{
    .shopSlide-wrap
    {
        width: 50%;
    }
}

.shopSlide li img
{
    width: 100%;
}


#e-flier {
	padding-top: 60px;
	margin-top: -60px;
}

@media print, screen and (min-width: 768px)
{
	#e-flier {
		padding-top: 150px;
		margin-top: -150px;
	}

}

.page-detail .section-middle {
    margin-bottom: 40px;
}

@media print, screen and (min-width: 768px)
{
	.page-detail .section-middle {
	    margin-bottom: 50px;
	}

}