@charset "utf-8";

html,
body {
    background: #FCFAF6;
    font-family: 'Prata', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "游明朝", YuMincho, serif;
    font-size: 15px;
    font-weight: 400;
    color: #4D4948;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.2;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.lead {
    font-size: 1.2rem;
    font-weight: normal;
    margin: 2rem auto;
    line-height: 2.3;
    letter-spacing: 2px;
}

.lead.s {
    margin-top: -0.5em;
    font-size: 1rem;
    line-height: 2;
}

a {
    /*transition:all 0.5s;*/
    transition: color 0.5s, background 0.5s, opacity 0.5s;
}

.lead.bold {
    font-weight: bold;
}

.arial {
    font-family: 'arial black', sans-serif;
}

.lead small {
    display: block;
}


a.pdf {
    position: relative;
    display: inline-block;
    padding-right: 45px;
}

a.pdf:after {
    content: "";
    display: block;
    width: 26px;
    height: 33px;
    background: url(../images/pdf.png) center center no-repeat;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -16px;
}

.btn,
.more {
    text-align: center;
    padding: 1.5rem 0px 1.1rem;
}

.btn a {
    border: 1px solid #FFF;
    color: #FFF;
    width: 260px;
    text-align: center;
    padding: 0.8rem;
    line-height: 1.2;
    margin: 0px auto;
    box-sizing: border-box;
    display: block;
    letter-spacing: -1px;
}

.btn a:hover {
    background: #FFF;
    color: #4399A6;
}

.wbg {
    background: #FFF;
}

.wbg .btn {
    padding: 0px;
}

.wbg .btn a {
    color: #4D4948;
    border-color: #4D4948;
}

.wbg .btn a:hover {
    background: #4D4948;
    color: #FFF;
}

header {}

header #ht {
    background: #4399A6;
    padding: 0px;
}

header #ht > .row {
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: flex-end;
}

header #ht > .row a {
    width: 20px;
    display: block;
}

header #ht > .row a + a {
    margin-left: 1rem;
}

header #site_title {
    position: absolute;
    left: 0px;
    top: -40px;
    /*transition:.5s;*/
}

header #site_title a:hover img {
    opacity: 0.5;
}

header #hc {
    padding: 0px;
}

header #hc > .row {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 182px;
}

header #hc #gmenu {
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 50px;
}

header #hc #gmenu a span {
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 1px;
}

header #hc #gmenu a small {
    font-size: 0.75em;
    margin-bottom: 3px;
}

header #hc #gmenu > .online_shop {
    position: absolute;
    bottom: 0;
    left: 350px;
    border: 1px solid;
    color: #ec6d65;
    font-size: 1.2rem;
    text-align: center;
    width: 18em;
    letter-spacing: 1px;
}

.front header #hc > .row {
    height: auto;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}

.front header #site_title {
    positioN: relative;
    top: auto;
    width: 100%;
    padding: 4rem 0px　0px;
}


#contents {}


#main {}

p + p {
    margin-top: 1rem;
}

section {
    padding: 4rem 0px;
    position: relative;
}

section > .row {
    max-width: 1200px;
    width: 90vw;
}

.front section h1 {
    font-size: 4.5rem;
    text-align: center;
    letter-spacing: 0.6em;
    color: #FFF;
    font-weight: normal;
    top: -10px;
    left: 24px;
}

.front section h2,
.second section h1 {
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: normal;
}

.second section.s h1 {
    font-size: 2.2rem;
}

.front section h2 small,
.second section h1 small {
    font-size: 1rem;
    display: block;
    text-align: center;
    margin-top: 0.5rem;
}

.second section h2 {
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: normal;
    color: #0F899D;
    margin: 2rem auto 3rem;
}

.second section h2 > span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.second section h2 > span:before,
.second section h2 > span:after {
    content: '';
    display: block;
    width: 32px;
    background: #0F899D;
    height: 1px;
    margin: 0px 1rem;
}

.second section h2 small {
    font-size: 1rem;
    display: block;
    text-align: center;
}

.second section h3 {
    font-size: 2rem;
    margin-bottom: 1.4rem;
}

.second section h3 small {
    display: block;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.second section h4 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    line-height: 1.5;
}

.front #mv {
    padding-top: 0px;
}

.front #mv {
    box-sizing: border-box;
    width: 100%;
}

.front #mv .row {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 500px;
    background: url(../images/mv.jpg) center center no-repeat;
    background-size: auto 100%;
}

.front #pastry {
    color: #FFF;
    background: #4399A6;
}

.front #pastry > .row {
    max-width: 100%;
    width: 100%;
}

.front #pastry .slider {
    margin: 3rem 0px 1rem;
}

.front #item {
    padding-bottom: 2.8rem;
}

.front #item > .row {
    padding-bottom: 340px;
    background: url(../images/item_pc.png) center bottom 50px no-repeat;
}

.front #grand_chef {
    padding: 6.8rem 0px;
}

.front #grand_chef .row.sol2 {
    max-width: none;
    width: 100vw;
    align-items: flex-start;
}

.front #grand_chef .imgs img {
    display: block;
    width: auto;
    height: auto;
    margin: 0px 0px 0px auto;
}

.front #grand_chef .cont {
    box-sizing: border-box;
    padding: 5.7rem 0px 2rem 4rem;
}

.front #grand_chef .cont h2,
.front #grand_chef .cont h2 small,
.front #grand_chef .cont p.lead,
.front #grand_chef .cont p.lead small {
    letter-spacing: 0.05em;
    text-align: center;
}

.front #grand_chef .cont h2 small {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}

.front #grand_chef .cont p.lead small {
    font-size: 0.6rem;
}

.front #grand_chef .cont p.lead {
    letter-spacing: 0;
    font-size: 1.1rem;
    margin: 0.6rem 0px 0.6rem;
}



.second #contents section {
    padding: 0px 0px 4rem;
}

.second #contents section {}

.second #contents section > .row {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.second #contents #page_head {
    padding: 1.5rem 0px 6rem;
}

.second #contents #page_head.s {
    padding-bottom: 4rem;
}

.second .items {
    margin-top: -1rem;
    margin-bottom: 4rem;
}

.second .items > * {
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.second .items > * a {
    position: relative;
    display: block;
}

.second .items > * a span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    line-height: 1.3;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.second .items > * a span:before {
    content: '';
    display: block;
    margin-right: 5px;
    width: 3px;
    height: 3px;
    border-bottom: 1px solid #4C4948;
    border-right: 1px solid #4C4948;
    transform: rotate(-45deg);
}

.second .items > * a:hover img {
    opacity: 0.5;
}

.second .items > * a:hover:before {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 1.8rem;
    width: 70%;
    content: "詳しくはこちら";
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4399A6;
    color: #FFF;
    padding: 5px 6px;
    line-height: 1;
    letter-spacing: -1px;
    text-align: center;
    position: absolute;
    z-index: 10;
    font-size: 0.875rem;
}

.second .items > * a .cont,
#modal .sol2.row > span {
    display: none;
}


.second #contents #info_lead {
    margin-top: -2rem;
}

.second #contents #info_lead > .row {
    min-height: 537px;
    box-sizing: border-box;
    padding: 0px 0px;
    background: url(../shop-info/images/shopinfo_bg2.jpg) right bottom no-repeat;
}

.second #contents #info_lead > .row p {
    margin: 0px 0px;
    padding-top: 6rem;
}

.second #contents #access {
    padding-top: 4rem;
    margin-bottom: 4rem;
}

.second #contents #access .gmap iframe {
    height: 420px;
    max-width: 100%;
}

.second #contents #access > .row {
    align-items: center;
}

.second #contents #access .cont .btn {
    margin-top: 2rem;
}

.second #contents #access .cont .btn a {
    margin-left: 0px;
    margin-bottom: 1rem;
}

.second #contents #catch {
    z-index: 10;
}

.second #contents #chef_lead {
    margin-top: -6rem;
}

.second #contents #chef_lead > .row {
    max-width: 1452px;
    width: 100%;
}

.second #contents #chef_lead .cont {
    margin-right: 0px;
    margin-left: auto;
    padding: 4rem 0px;
}

.second #contents #chef_lead h3.bodoni {
    margin-bottom: 1rem;
    font-size: 2.2rem;
    transform-origin: left top;
}

.second #contents #chef_lead h3.bodoni small {
    font-size: 1rem;
    margin-bottom: 4px;
}

.second #contents #chef_lead h3.jp {
    line-height: 1.2;
    font-size: 1.5rem;
}

.second #contents #chef_lead h3.jp small {}



#modal_wrap {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    z-index: 1200;
    display: none;
    overflow: auto;
}

#modal_wrap_in {
    display: flex;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    box-sizing: border-box;
}

#modal {
    width: 90vw;
    max-width: 1000px;
    min-height: 650px;
    background: #FFF;
    display: flex;
    position: relative;
}

#modal > .row.sol2 {
    width: 100%;
}

#modal #modal_close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 40px;
    height: 40px;
    z-index: 10;
}

#modal #modal_close:before,
#modal #modal_close:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #4B4B4B;
    position: absolute;
    top: 20px;
}

#modal #modal_close:before {
    transform: rotate(-135deg);
}

#modal #modal_close:after {
    transform: rotate(-45deg);
}

#modal .imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
}

#modal .imgs img {
    width: 100%;
    height: auto;
    max-width: 75%;
}

#modal .cont {
    background: #FCFAF6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#modal h2 {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 2rem;
    letter-spacing: 0.1em;
    font-weight: normal;
    word-wrap: break-word;
}

#modal h2 small {
    font-size: 1rem;
    display: block;
    text-align: center;
}

#modal h2 span {
    font-size: 1rem;
}

#modal h3 {
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: normal;
    color: #0F899D;
    margin: 0rem auto 2rem;
    word-wrap: break-word;
}

#modal h3 span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

#modal h3 span:before,
#modal h3 span:after {
    content: '';
    display: block;
    width: 32px;
    background: #0F899D;
    height: 1px;
    margin: 0px 1rem;
}

#modal h3 small {
    font-size: 1rem;
    display: block;
    text-align: center;
}

#modal .cont p {
    text-align: center;
    padding: 0px 2rem;
    word-wrap: break-word;
}

#modal .cont p + p {
    margin-top: 1rem;
}

#modal .cont p small {
    font-size: 0.8rem;
}

#modal .cont .price {
    width: 75%;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #d0cece;
    text-align: left;
}

#modal .cont .price span {
    font-size: 1.7rem;
}

#modal .flogo {
    display: none;
}

#modal .info {
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-size: 0.8rem;
}

#modal .info form {
    margin-left: 30px;
}

#modal .info form dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
}

#modal .info form dl ~ dl {
    margin-top: 10px;
}

#modal .info form dl input[type=number] {
    width: 120px;
    height: 32px;
    padding: 0;
    border: 1px solid #918b8a;
    text-align: center;
}

#modal .info form dl select {
    height: 32px;
    padding: 0 40px 0 1em;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAUCAYAAADPym6aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM1MiwgMjAyMC8wMS8zMC0xNTo1MDozOCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REY4QjQ4RTRBRjc3MTFFQUFBQUQ5RUZEQ0IxODA3RTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REY4QjQ4RTNBRjc3MTFFQUFBQUQ5RUZEQ0IxODA3RTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzcxOUMwMEM0QkFCMTFFQTgwNzZGNzJFNEFBQkRFRDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzcxOUMwMEQ0QkFCMTFFQTgwNzZGNzJFNEFBQkRFRDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7I7BWeAAAA6UlEQVR42mL8//8/w3AATAzDBIx6ZLABFnSB5ORkGFMJiJ8D8XcyzdYC4utA/H/u3LkDFiOaQHwUiNcDMScZ5joD8WkgngbEjAOVtJSBeB8QSwCxOxmeAXliExBzAXEGEE8cKI+AktMVJD4pnkH2BAj8AuIDA+WRb0DsD8R7SPQMNk9EAvG6gSy1SPXMgHqCUPEL88xuAp4ZcE8QU4+APBOAxzODwhPEVoi4PLNvsHiClJodm2csBosnSG2iYPMMCPweaE+Q09ZC98yvweAJchuNMM9sBeIoIF47GBqNjKMdq1GP0AYABBgANtdG3naEDO8AAAAASUVORK5CYII=) no-repeat 100%;
    -webkit-background-size: 25px;
    background-size: 25px;
    border: 1px solid #918b8a;
    text-align: center;
}

#modal .info form button {
    width: 160px;
    margin-top: 10px;
    text-align: center;
    background-color: #ea6000;
    border: 0;
    color: #fff;
    cursor: pointer;
}

#modal .info form button:hover {
    opacity: 0.5;
}

#modal .info form button span {
    display: inline-block;
    padding: 8px 8px 8px 32px;
    background: url(../images/ico_cart.png) no-repeat 0;
    -webkit-background-size: 24px;
    background-size: 24px;
}

footer {
    padding: 3rem 0px;
}

footer > .row {
    max-width: 1200px;
    width: 90vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer > .row a:hover img {
    opacity: 0.6;
}

footer > .row #ftitle a {
    display: inline-block;
    position: relative;
}

footer p.copyright {
    text-align: center;
    margin-top: 2rem;
    margin-top: 1rem;
    font-size: 0.8rem;
}

footer > .row #ftitle .cont,
footer > .row #ftitle .imgs {
    display: none;
}

footer > .row #ftitle a:hover:before {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 1.8rem;
    width: 70%;
    content: "渋ハチバッグ";
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4399A6;
    color: #FFF;
    padding: 5px 6px;
    line-height: 1;
    letter-spacing: -1px;
    text-align: center;
    position: absolute;
    z-index: 10;
    font-size: 0.875rem;
}

footer #gototop {
    position: fixed;
    right: 9rem;
    bottom: 8rem;
    transition: all 0.5s;
}

footer #gototop.hide {
    bottom: -10rem;
}

footer .fnav ul {
    display: flex;
    margin-right: 200px;
    font-size: 0.9em;
}

footer .fnav ul li {
    margin-left: 2em;
}

footer .fnav ul li a:hover {
    text-decoration: underline;
}

.online_shop_title_ico {
    margin: -20px auto 30px;
    border: 1px solid;
    color: #ec6d65;
    font-size: 1.2rem;
    text-align: center;
    width: 15em;
    letter-spacing: 1px;
}

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

    .sp {
        display: none !important;
    }

    .tel {
        pointer-events: none;
    }

    .right_pc {
        text-align: right;
    }

    .tel {
        font-weight: pointer-events:none;
    }

    .pc_center {
        text-align: center;
    }

    header #nav_btn {
        display: none;
    }

    header #hc #gmenu a {
        position: relative;
        line-height: 1.3;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        padding: 9px 2.8rem 1px;
        text-align: center;
    }

    header #hc #gmenu a.current {
        color: #4399A6;
    }

    header #hc #gmenu a + a {
        border-left: 1px solid #4D4948;
    }

    header #hc #gmenu a small {
        display: block;
    }

    header #hc #gmenu a:after {
        content: '';
        display: block;
        height: 2px;
        width: 0px;
        transition: all 0.3s;
        background: #4399A6;
        position: absolute;
        left: 50%;
        bottom: -2px;
    }

    header #hc #gmenu a:hover:after {
        width: 70%;
        left: 15%;
    }

    header #hc #gmenu > a .online_shop {
        position: absolute;
        bottom: -50px;
        left: 5px;
        right: 5px;
        border: 1px solid;
        color: #ec6d65;
        font-size: 1.2rem;
        text-align: center;
        letter-spacing: 1px;
        padding: 5px;
    }


    .front #grand_chef .cont h2,
    .front #grand_chef .cont h2 small,
    .front #grand_chef .cont p.lead,
    .front #grand_chef .cont p.lead small {
        text-align: left;
        margin-left: 0px;
        padding: 0px;
        transform-origin: top left;
    }

    .front #grand_chef .cont .btn a {
        margin-left: 0px;
    }

    .front #grand_chef .row.sol2 > .imgs {
        flex-basis: 48.5%;
        max-width: 48.5%;
    }

    .front #grand_chef .cont {
        flex-basis: 51.5%;
        max-width: 51.5%;
    }


    .second #contents #chef_lead .cont {
        max-width: 550px;
        padding-left: 50px;
        box-sizing: border-box;
    }

    #modal .cont {
        width: 50%;
        padding: 40px 0;
    }

    #modal .cont h2,
    #modal .cont p {
        max-width: 90%;
    }

    .online_bnr {
        margin-bottom: 40px;
    }

    .second .online_bnr {
        margin-bottom: 80px;
    }

    .online_bnr img {
        width: 960px;
    }
}

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


    html,
    body {
        font-size: 3.5vw;
    }

    .lead {
        font-size: 1rem;
        letter-spacing: 1px;
    }

    .lead.s {
        font-size: 0.9rem;
    }

    .pc {
        display: none !important;
    }

    .sp_center {
        text-align: center;
    }

    header {}

    header #ht {
        display: none;
    }

    .second header #hc {
        height: 60px;
    }

    header #hc {
        border-top: 16px solid #4399A6;
    }

    header #hc > .row {
        width: 96vw;
    }

    .front header #hc #site_title {
        padding: 2rem 0px;
        max-width: 60vw;
    }

    .second header #hc #site_title {
        width: 100%;
        margin: 0px auto;
        top: -10px;
        display: flex;
        justify-content: center;
        height: 50px;
    }

    .second header #hc #site_title a img {
        margin: 0px auto;
        display: block;
        width: auto;
        height: 60px;
    }

    header #hc nav {
        top: -100vh;
        0;
        left: 0;
        transition: all 0.5s;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        position: fixed;
        height: 100vh;
        width: 100vw;
        background: rgba(0, 144, 166, 0.9);
        z-index: 1000;
    }

    header #hc nav.active {
        top: 0;
    }

    header #hc #gmenu {
        flex-direction: column;
        width: 90vw;
        margin-top: 25vw;
    }

    header #hc #gmenu > a {
        color: #FFF;
        display: block;
        padding: 1.6rem 0px;
        position: relative;
    }

    header #hc #gmenu > a:after {
        content: '';
        display: block;
        border-right: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        width: 2vw;
        height: 2vw;
        transform: rotate(-45deg);
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -1vw;
    }

    header #hc #gmenu > a span {
        font-size: 6vw;
        margin-right: 10px;
    }

    header #hc #gmenu > a .online_shop {
        font-size: 3.7vw;
        margin: 0 0 0 10px;
        border: 1px solid;
        display: inline-block;
        padding: 2px 5px;
    }

    header #hc #gmenu > a + a {
        border-top: 1px solid #FFF;
    }

    header #hc #gmenu .sns {
        margin-top: 10vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header #hc #gmenu .sns a {
        display: block;
    }

    header #hc #gmenu .sns a + a {
        margin-left: 8vw;
    }

    header #hc #gmenu .sns a img {
        width: 9vw;
        height: auto;
    }

    header #nav_btn {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 35px;
        height: 35px;
        display: block;
        z-index: 1100;
    }

    header #nav_btn span {
        display: block;
        height: 2px;
        width: 100%;
        background: #4D4948;
        position: absolute;
        top: 50%;
        left: 0px;
        margin-top: -1px;
    }

    header #nav_btn span:before,
    header #nav_btn span:after {
        transition: all 0.5s;
        content: '';
        background: #4D4948;
        display: block;
        left: 0px;
        position: absolute;
        height: 2px;
        width: 35px;
    }

    header #nav_btn span:before {
        top: -10px;
    }

    header #nav_btn span:after {
        top: 10px;
    }

    header #nav_btn.active span {
        background: none;
    }

    header #nav_btn.active span:before {
        transform: rotate(-135deg);
        top: 0px;
        background: #FFF;
    }

    header #nav_btn.active span:after {
        transform: rotate(135deg);
        top: 0px;
        background: #FFF;
    }




    section {
        padding: 10vw 0px;
    }

    section h1 {
        font-size: 9vw;
        left: 3vw;
        top: 0;
        letter-spacing: 0.5em;
    }

    section h2 {
        font-size: 7vw;
    }

    .second section h3 {
        font-size: 5.5vw;
    }

    .front #mv {
        padding-bottom: 0px;
    }

    .front #mv .row {
        height: 62vw;
    }

    .front #mv h1 {
        top: 0px;
        font-size: 7vw;
        left: 0px;
    }

    .front #item {}

    .front #item > .row {
        padding-bottom: 70vw;
        background: url(../images/item_sp.png) center bottom no-repeat;
        background-size: 100% auto;
    }

    .front #item h2 img {
        max-width: 70vw;
    }

    .front #pastry .slider {
        margin: 1rem 0px;
    }

    .front #pastry {
        padding: 3rem 0px 1.5rem;
    }

    .front #pastry .btn {
        padding: 1rem 0px;
    }

    .front #grand_chef {
        padding: 10vw 0px 0px;
    }

    .front #grand_chef .imgs {
        z-index: 10;
        position: relative;
    }

    .front #grand_chef .imgs img {
        margin: 0px auto;
        width: 70vw;
        height: auto;
    }

    .front #grand_chef .cont {
        padding: 21vw 0px 7vw;
        top: -17vw;
        position: relative;
    }

    .front #grand_chef .cont h2 {
        font-size: 6.2vw;
    }

    .front #grand_chef .cont h2 small {
        font-size: 1rem;
        letter-spacing: 0;
    }

    .front #grand_chef .cont p.lead {
        font-size: 0.8rem;
    }

    .front #grand_chef .cont p.lead small {
        font-size: 0.6em;
    }

    .second section h1 {
        font-size: 6vw;
    }

    .second section.s h1 {
        font-size: 5.5vw;
    }

    .front section h2,
    .second section h2 {
        font-size: 6vw;
        margin-bottom: 6vw;
    }

    .second section h4 {
        font-size: 5.5vw;
    }

    .second .items > * a span {
        font-size: 3vw;
    }

    .second #contents #page_head {
        padding-bottom: 15vw;
    }

    .second #contents #page_head.s {
        padding-bottom: 10vw;
    }

    .second #contents #page_head h1 {
        left: 0;
    }

    .second #contents #info_lead {
        margin-top: 0px;
    }

    .second #contents #info_lead > .row {
        background-size: 80vw auto;
        background-position: center bottom;
        padding: 0px 0px 70vw;
    }

    .second #contents #info_lead > .row p {
        padding: 0px;
        margin-bottom: 2rem;
    }



    .second #contents #chef_lead {
        margin-top: -17vw;
        top: 0px;
        padding-bottom: 0px;
    }

    .second #contents #chef_lead .wbg {
        padding-top: 25vw;
        margin: -20vw auto 10vw;
        position: relative;
    }

    .second #contents #chef_lead .imgs {
        position: relative;
        z-index: 10;
    }

    .second #contents #chef_lead .cont {
        padding: 0px 0px 5vw;
    }

    .second #contents #chef_lead > .row .imgs {
        max-width: 70vw;
        margin: 0px auto;
    }

    .second #contents #catch {}

    .second #contents #catch > .row {
        width: 80vw;
        margin: 0px auto;
    }

    .second #contents #catch img {
        display: block;
        width: 100%;
        height: auto;
    }

    .second #contents #chef_lead h3.bodoni {
        transform-origin: top center;
    }

    .btn a {
        width: 60vw;
    }

    .second #contents #access .cont .btn a {
        margin-left: auto;
    }

    #modal {
        height: auto;
        min-height: 0;
    }

    #modal > .row.sol2 {
        display: flex;
        flex-direction: column-reverse;
    }

    #modal .cont {
        padding: 8vw 0px;
    }

    #modal h3 {
        font-size: 4vw;
        margin-bottom: 1rem;
    }

    #modal h3 small {
        font-size: 3vw;
    }

    #modal h2 {
        font-size: 7vw;
        margin-bottom: 1rem;
    }

    #modal .imgs {
        padding: 0 10vw;
        flex-shrink: 1;
        height: 30vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #modal .imgs img {}

    #modal .cont .price {
        width: 90%;
        margin-top: 20px;
        padding: 20px 0 0;
        text-align: center;
    }

    #modal .lh_sp {
        line-height: 1.6;
    }

    #modal .info {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    #modal .info ul {
        display: table;
        margin: auto;
    }

    #modal .info form {
        margin: 20px 0 0;
        text-align: center;
    }

    #modal .info form dl {
        display: block;
    }

    #modal .info form dl > * {
        display: inline-block;
    }

    footer {
        padding: 0rem 0px 10px;
    }

    footer > .row {
        display: block;
    }

    footer #ftitle {
        max-width: 30vw;
    }

    footer #gototop img {}

    footer #gototop {
        position: absolute;
        right: 0;
        bottom: auto;
        top: 15px;
        max-width: 11vw;
    }

    footer .copyright {
        font-size: 2vw;
    }

    footer p.copyright {
        letter-spacing: 0;
        font-size: 0.6rem;
    }

    footer .fnav ul {
        flex-wrap: wrap;
        justify-content: center;
        margin: 10px 0 20px;
        font-size: 0.9em;
    }

    footer .fnav ul li {
        margin: 0 .6em;
    }


    .online_bnr {
        margin: 20px 0 0;
    }

    .second .online_bnr {
        margin: -20px 0 60px;
    }

    .online_shop_title_ico {
        margin: -10px auto 20px;
    }
}



@media screen and (min-width:751px) and (max-width:1024px) {
    header #hc > .row {
        width: 100vw;
    }

    header #hc nav {
        width: 100%;
    }

    header #hc #gmenu {
        justify-content: space-between;
    }

    header #hc #gmenu a {
        flex-grow: 1;
        padding-right: 0;
        padding-left: 0;
    }

    .second header #ht > .row {
        height: 50px;
    }

    .second header #hc {
        margin-bottom: 20px;
    }

    .second header #hc > .row {
        height: auto;
    }

    .second header #hc #site_title {
        left: 50%;
        transform: translateX(-50%);
    }

    .second header #hc nav {
        padding-top: 140px;
    }
}



@media screen and (min-width:1024px) and (max-width:1180px) {
    .second header #hc #gmenu {
        padding-left: 100px;
    }

    header #hc #gmenu a {
        padding-right: 2.3rem;
        padding-left: 2.3rem;
    }
}



@media screen and (min-width:721px) {
    .row.col3-5 {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .row.col3-5 > * {
        flex-basis: 30%;
        max-width: 30%;
    }
}

/* modal_ele
============================================================================================================ */
.modal_ele {
    position: absolute;
    top: -9999em;
    left: -9999em;
    z-index: 9000;
}

.modal_ele > * {
    background-color: #fff;
    transition: opacity 0.3s;
    opacity: 0;
}

.modal_ele.showed {
    top: 0;
}

.modal_ele.show {
    pointer-events: auto;
}

.modal_ele.show > * {
    opacity: 1;
}

.modal_ele.hide_left {
    pointer-events: none;
}

.modal_ele.hide_left > * {
    opacity: 0;
}

.modal_ele.hide_right {
    pointer-events: none;
}

.modal_ele.hide_right > * {
    opacity: 0;
}

.modal_ele .cont {
    background: #FCFAF6;
}

.modal_ele .cont > * > * {
    margin-left: auto;
    margin-right: auto;
}

.modal_ele h2 {
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 2rem;
    letter-spacing: 0.1em;
    font-weight: normal;
    word-wrap: break-word;
    padding: 0 2rem;
}

.modal_ele h2 small {
    font-size: 1rem;
    display: block;
    text-align: center;
}

.modal_ele h2 span {
    font-size: 1rem;
}

.modal_ele h2 span.m {
    font-size: 2.6rem;
}
.modal_ele h2 span.jp {
    font-size: 2rem;
}

.modal_ele h3 {
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: normal;
    color: #0F899D;
    margin: 0rem auto 2rem;
    line-height: 1.2;
}

.modal_ele h3 span:before,
.modal_ele h3 span:after {
    content: '';
    display: block;
    width: 32px;
    background: #0F899D;
    height: 1px;
    margin: 0px 1rem;
}

.modal_ele h3 span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.modal_ele h3 small {
    font-size: 1rem;
    display: block;
    text-align: center;
}

@media screen and (min-width:751px),
print {
    .modal_ele {
        display: flex;
        width: 96vw;
        max-width: 1000px;
    }

    .modal_ele.showed {
        left: 50%;
        transform: translateX(-50%);
    }

    .modal_ele > * {
        display: flex;
        width: 100%;
        min-height: 650px;
        flex-direction: row-reverse;
    }

    .modal_ele > * > * {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .modal_ele .cont {
        padding: 40px 0;
    }

    .modal_ele .cont > * {
        width: 100%;
    }

    .modal_ele img {
        margin: 0;
    }
}

@media screen and (max-width:750px) {
    .modal_ele {
        width: 100%;
    }

    .modal_ele.showed {
        left: 0;
    }

    .modal_ele > * {
        margin-left: 2vw;
        margin-right: 2vw;
    }

    .modal_ele .imgs {
        padding: 5px 10vw;
    }

    .modal_ele img {
        max-width: 75%;
    }

    .modal_ele .cont {
        padding: 8vw 0;
        text-align: center;
    }

    .modal_ele h2 {
        font-size: 7vw;
        margin-bottom: 1rem;
    }

    .modal_ele h2 span.m {
        font-size: 5.2vw;
    }

    .modal_ele h3 {
        font-size: 4vw;
        margin-bottom: 1rem;
    }

    .modal_ele h3 small {
        font-size: 3vw;
    }
}

.modal_ele .cont p {
    text-align: center;
    padding: 0px 2rem;
    word-wrap: break-word;
}

.modal_ele .cont p + p {
    margin-top: 1rem;
}

.modal_ele .cont p small {
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1.8;
}

.modal_ele .cont .price {
    width: 75%;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #d0cece;
    text-align: left;
}

.modal_ele .cont .price span {
    font-size: 1.7rem;
}

.modal_ele .info {
    width: 82%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 0.8rem;
}

.modal_ele .info form {
    margin-left: 30px;
}

.modal_ele .info form dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
}

.modal_ele .info form dl ~ dl {
    margin-top: 10px;
}

.modal_ele .info form dl input[type=number] {
    width: 120px;
    height: 32px;
    padding: 0;
    border: 1px solid #918b8a;
    text-align: center;
}

.modal_ele .info form dl select {
    height: 32px;
    padding: 0 40px 0 1em;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAUCAYAAADPym6aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM1MiwgMjAyMC8wMS8zMC0xNTo1MDozOCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REY4QjQ4RTRBRjc3MTFFQUFBQUQ5RUZEQ0IxODA3RTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REY4QjQ4RTNBRjc3MTFFQUFBQUQ5RUZEQ0IxODA3RTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzcxOUMwMEM0QkFCMTFFQTgwNzZGNzJFNEFBQkRFRDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzcxOUMwMEQ0QkFCMTFFQTgwNzZGNzJFNEFBQkRFRDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7I7BWeAAAA6UlEQVR42mL8//8/w3AATAzDBIx6ZLABFnSB5ORkGFMJiJ8D8XcyzdYC4utA/H/u3LkDFiOaQHwUiNcDMScZ5joD8WkgngbEjAOVtJSBeB8QSwCxOxmeAXliExBzAXEGEE8cKI+AktMVJD4pnkH2BAj8AuIDA+WRb0DsD8R7SPQMNk9EAvG6gSy1SPXMgHqCUPEL88xuAp4ZcE8QU4+APBOAxzODwhPEVoi4PLNvsHiClJodm2csBosnSG2iYPMMCPweaE+Q09ZC98yvweAJchuNMM9sBeIoIF47GBqNjKMdq1GP0AYABBgANtdG3naEDO8AAAAASUVORK5CYII=) no-repeat 100%;
    -webkit-background-size: 25px;
    background-size: 25px;
    border: 1px solid #918b8a;
    text-align: center;
}

.modal_ele .info form dl select::-ms-expand {
    display: none;
}

.modal_ele .info form button {
    width: 160px;
    margin-top: 10px;
    text-align: center;
    background-color: #ea6000;
    border: 0;
    color: #fff;
    cursor: pointer;
}

.modal_ele .info form button:hover {
    opacity: 0.5;
}

.modal_ele .info form button span {
    display: inline-block;
    padding: 8px 8px 8px 32px;
    background: url(../images/ico_cart.png) no-repeat 0;
    -webkit-background-size: 24px;
    background-size: 24px;
}

.modal_ele.bag .cont .price {
    margin-bottom: 20px;
    text-align: center;
}

.modal_ele.bag .info form {
    margin-left: 0;
}

.modal_ele.bag .info form dl {
    justify-content: center;
}

@media screen and (min-width:751px),
print {
    .modal_ele .cont p {
        max-width: 90%;
    }
}

@media screen and (max-width:750px) {
    .modal_ele .cont .price {
        width: 90%;
        margin-top: 20px;
        padding: 20px 0 0;
        text-align: center;
    }

    .modal_ele .info {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    .modal_ele .info ul {
        display: table;
        margin: auto;
    }

    .modal_ele .info form {
        margin: 20px 0 0;
        text-align: center;
    }

    .modal_ele .info form dl {
        display: block;
    }

    .modal_ele .info form dl > * {
        display: inline-block;
    }

}


.modal_ele .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 40px;
    height: 40px;
    z-index: 10;
}

.modal_ele .close::before,
.modal_ele .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -1px 0 0;
    border-top: 2px solid #4B4B4B;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal_ele .close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

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

@media screen and (max-width:750px) {
    .modal_ele .close {
        width: 50px;
        height: 50px;
    }
}

/* overlay
============================================================================================================ */
#overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0;
    z-index: 8999;
}

#overlay.show {
    bottom: 0;
    opacity: 1;
}


.target {
    display: block;
    position: relative;
    width: 1px;
    top: -0;
}

.target.pt {
    top: -30px;
}

/* xmasgift
================= */
.campaign_gift {
    margin-top: 5em;
    margin-bottom: 3em;
    border-bottom: 1px solid #0F899D;
}

.second section .campaign_gift h2 > span > span {
    flex-grow: 1;
}

.second section .campaign_gift h2 > span::before,
.second section .campaign_gift h2 > span::after {
    width: 20%;
    flex-shrink: 1;
}

.campaign_gift h2 small {
    margin-top: 1em;
}

.campaign_gift .schedule {
    color: #3e6145;
    line-height: 2;
    position: relative;
    z-index: 3;
}

.campaign_gift .schedule {
    margin-bottom: 0;
}

.campaign_gift .schedule + .schedule {
    margin-top: 0.5em;
    margin-bottom: 2em;
}

.campaign_gift .caption {
    text-align: center;
    margin-bottom: 5em;
}

.campaign_gift .row {
    /*margin-top: -6em;*/
    margin-bottom: 1em;
}

.campaign_gift .items > * a {
    cursor: auto;
}

.campaign_gift .items > * a * {
    opacity: 1;
}

.campaign_gift .items > * a span {
    display: block;
}

.campaign_gift .items > * a span::before {
    display: inline-block;
    position: relative;
    top: -0.3em;
}
/*
.campaign_gift .items > * a span small {
    display: block;
}
*/

.campaign_gift .items .end a::before,
.campaign_gift .items .end a:hover::before {
    content: "受付は終了しました";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 1.8rem;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4399A6;
    color: #FFF;
    padding: 5px 6px;
    line-height: 1;
    letter-spacing: -1px;
    text-align: center;
    position: absolute;
    z-index: 10;
    font-size: 0.875rem;

}

.campaign_gift .items .end a img {
    opacity: 0.5;
}

@media screen and (max-width:768px) {
    .campaign_gift {
        margin-top: 3em;
        margin-bottom: 2em;
    }

    .second section .campaign_gift h2 > span::before,
    .second section .campaign_gift h2 > span::after {
        /*width:30px;*/
        display: none;
    }

    .campaign_gift .row {
        margin-top: 0;
        margin-bottom: 1em;
    }
}


.modal_ele h2.letter-spacing-small {
    letter-spacing: 0;
}

.item_slider .slick-arrow {
    position: absolute;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.item_slider .slick-prev::before,
.item_slider .slick-next::before {
    content: "";
    display: block;
    opacity: 1;
    width: 18px;
    height: 18px;
    border-top: 1px solid #4B4B4B;
    border-right: 1px solid #4B4B4B;
}

.item_slider .slick-prev {
    left: 30px;
    z-index: 2;
}

.item_slider .slick-prev::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.item_slider .slick-next {
    right: 30px;
}

.item_slider .slick-next::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* topicnews
============================================================================================================ */

#topicnews {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    padding:0px 0px 4rem;
}

.cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
}

.cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.cp_actab label {
    font-weight: bold;
    line-height: 3;
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    cursor: pointer;
    margin: 0 0 1px 0;
    background: #4399A6;
}

.cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
    color: #4D4948;
    background: #ffffff;
}

.cp_actab .cp_actab-content p {
    margin: 1em;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
    max-height: 50em;
}

/* Icon */
.cp_actab label::after {
    line-height: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}

.cp_actab input[type=checkbox] + label::after {
    content: '+';
}

.cp_actab input[type=checkbox]:checked + label::after {
    transform: rotate(315deg);
}
