/*  --------------------------------------------------
        :: Global Reset & Standards
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* 初期設定
================================================== */
body {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo sans-serif !important;
    font-weight: 500;
    font-feature-settings: "palt";
    color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 15px;
    line-height: 1.4em;
    background: #181010;
}
a {
    color: #fa8697;
    text-decoration: none;
    line-height: inherit;
}
a , a img {
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    border: none;
}
a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.4em;
    text-align: justify;
}
p a, p a:visited {
    line-height: 1.5em;
}
img {
    margin: 0;
    vertical-align: top;
}
p img {
    margin: 0;
}
ul, ol {
    margin: 0;padding: 0;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
    margin-left: 1.5em;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc {
    list-style: disc outside;
}
ul.circle_orange {
    list-style: none;
}
ul.circle_orange li {
    line-height: 1.7em;
}
ul.circle_orange li:before {
    content:"●";
    color: #f46d13;
    margin-right: 5px;
}
strong {
    font-weight: bold;
    line-height: inherit;
}
.linkbox {
}
.linkbox:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 13px;
        line-height: 1.3em;
        text-align: justify;
    }
    p a, p a:visited {
        line-height: 1.3em;
    }
}



/* グリッドシステム
================================================== */
.container {
    margin: 0 20px;
}
.row {
    width: 90%;
    max-width: 1000px;
    min-width: 727px;
    margin: 0 auto;
}
.row .row {
    min-width: 0;
}

.columns {
    margin-right: 3.2%;
    float: left;
    min-height: 1px;
    position: relative;
}
.SP_columns {
    margin-right: 3.2%;
    float: left;
    min-height: 1px;
    position: relative;
}
.lc {
    margin-right: 0;
}

.row .g1.columns    { width: 5.4%; }
.row .g2.columns    { width: 14.0%; }
.row .g25.columns    { width: 18.1%; }
.row .g3.columns    { width: 22.6%; }
.row .g4.columns    { width: 31.2%; }
.row .g45.columns    { width: 35.5%; }
.row .g5.columns    { width: 39.8%; }
.row .g6.columns    { width: 48.4%; }
.row .g7.columns    { width: 57.0%; }
.row .g8.columns    { width: 65.6%; }
.row .g9.columns    { width: 74.2%; }
.row .g10.columns   { width: 82.8%; }
.row .g11.columns   { width: 91.4%; }
.row .g12.columns   { width: 100%; }

.row .g3.SP_columns    { width: 22.6%; }
.row .g4.SP_columns    { width: 31.2%; }
.row .centered { float: none; margin: 0 auto; }

img, object, embed {
    max-width: 100%;
    height: auto;
    width:auto;
}
img {
    -ms-interpolation-mode: bicubic;
}

@media only screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .container {
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .row {
        width: 90%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        margin: 0 auto;
    }
    .column, .columns {
        width: auto !important;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .tisu {
        float: none;
        margin: 0 auto 20px auto;
        max-width: 500px;
    }
    .SP_columns {
        margin: 0 1% 0 1%;
        min-height: 1px;
    }
    .row .g3.SP_columns    { width: 48%; }
    .row .g4.SP_columns    { width: 48%; }
}


/* ヘッダー
================================================== */
#header_bg {
    width: 100%;
    background: #fff;
}
#header_logo {
    float: left;
    width: 20.4%;
}
#header_contact {
    float: right;
    width: 55.9%;
}
#header_contact p#tel {
    float: right;
    width: 40.7706%;
    margin-top: 2.5%;
    text-align: right;
}
#header_contact p#contact {
    float: right;
    width: 40.5523%;
    margin-top: 2.5%;
    text-align: right;
}
#header_contact p#hours {
    float: left;
    width: 45%;
    margin-top: 1.5%;
    color: #333;
    font-size: 11px;
    font-weight: bold;
}
#header_contact p#company {
    float: right;
    width: 55%;
    margin-top: 1%;
}
#SP_header_bg {
    display: none;
}



/* グローバルナビ
================================================== */
#gnav_bg {
    width: 100%;
    background: #fbbe00;
    z-index: 10000;
}
#SP_gnav_bg {
    display: none;
}
#gnav {
    background: url(../img/gnav_current.png) 0 0 no-repeat;
    background-size: cover;
}
#gnav a {
    color: #444;
}
#gnav ul li {
    float: left;
    display: block;
}
#gnav ul li.toppage { width: 8%; }
#gnav ul li.about { width: 13.1%; }
#gnav ul li.secret { width: 13.1%; }
#gnav ul li.party { width: 13.1%; }
#gnav ul li.delivery { width: 13.1%; }
#gnav ul li.seasonal { width: 13.2%; }
#gnav ul li.kimuchi { width: 13.2%; }
#gnav ul li.tare { width: 13.2%; }
#gnav ul li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#gnav ul li:hover a {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    filter: sepia(50%);
}
#gnav ul li.current a {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0 )";
}
@media only screen and (max-width: 1000px) {
    #gnav ul li a {
        font-size: 12px;
    }
}


/* スマホ用バーガーメニュー
================================================== */
.SP_gnav_reservation {
    display: block;
    padding: 20px 0;
    font-size: 16px;
    background: #f46d13;
    border: 2px solid #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
nav.drawer-nav ul li {
    text-align: center;
    font-weight: bold;
}
nav.drawer-nav ul li.current a {
    background: #f14b0a;
}
@media only screen and (max-width: 767px) {
    #header_bg {
        display: none;
    }
    #gnav_bg {
        display: none;
    }
    #SP_header_bg {
        display: block;
        background: #fff;
    }
    #SP_gnav_bg {
        display: block;
    }
    #SP_header_logo {
        text-align: left;
    }
    #SP_header_logo img {
        width: 31%;
    }
}


/* フッター
================================================== */
#footer_contact_bg {
    padding: 50px 0;
    background: url(../img/footer_contact_bg.jpg) 0 bottom no-repeat;
    background-size: cover;
}
#footer_contact h2 {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}
#footer_contact p.logo {
    margin: 15px 0;
    text-align: center;
}
.footer_contact_box {
    padding: 30px;
    background: rgba(255,255,255,0.8);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.footer_contact_box p.title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.footer_contact_box p.arrow {
    margin: 10px 0;
    text-align: center;
}
.footer_contact_box p.tel {
    color: #f46d13;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.footer_contact_box p.hour {
    color: #333;
    font-weight: bold;
    text-align: center;
}
.footer_contact_box p.tel strong {
    font-size: 40px;
}
.footer_contact_box p.btn a {
    display: block;
    width: 80%;
    margin: 10px auto 0 auto;
    padding: 15px 25px 15px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    box-sizing: border-box;
    background: #f46d13;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.footer_contact_box p.btn a img {
    margin-right: 10px;
    vertical-align: middle;
}
.footer_contact_box p.btn a:hover {
    color: #fff;
    background: #f8a858;
}
@media only screen and (max-width: 767px) {
    #footer_contact_bg {
        padding: 30px 0;
    }
    #footer_contact h2 {
        font-size: 13px;
        line-height: 1.3em;
        text-align: left;
    }
    #footer_contact p.logo {
        margin: 10px auto 10px auto;
        width: 70%;
    }
    .footer_contact_box {
        padding: 15px 0;
    }
    .footer_contact_box p.title {
        font-size: 17px;
    }
    .footer_contact_box p.tel {
        font-size: 19px;
    }
    .footer_contact_box p.tel strong {
        font-size: 31px;
    }
    .footer_contact_box p.btn a {
        width: 95%;
        padding: 15px 25px 15px 20px;
        font-size: 13px;
    }
}

#footer_bg {
    padding: 50px 0;
}
#footer , #footer a {
    color: #fff;
}
#footer .company {
    font-size: 17px;
    font-weight: bold;
}
#footer .address {
    font-size: 13px;
}
#footer .group {
    margin-top: 20px;
    padding: 10px 0;
    font-size: 13px;
    border-top: 1px solid #666;
}
ul#footer_menu li a {
    padding-left: 15px;
    font-size: 13px;
    line-height: 2.1em;
    white-space: nowrap;
    background: url(../img/footer_menu_arrow.png) 0 center no-repeat;
}
p#copyright {
    padding-top: 10px;
    margin-top: 50px;
    border-top: 1px solid #666;
    font-size: 10px;
}
p#copyright a {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    #footer_bg {
        padding: 30px 0;
    }
    #footer .company {
        text-align: center;
    }
    #footer .address {
        text-align: center;
    }
    ul#footer_menu {
        display: none;
    }
    #footer .group {
        font-size: 11px;
        text-align: center;
    }
    .banner {
        text-align: center;
    }
    .banner img {
        width: 50%;
    }
    p#copyright {
        margin-top: 20px;
        text-align: center;
    }
}



#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#pagetop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    transform: scale(1.07);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
    #pagetop img {
        width: 40px;
    }
    #copyright p {
        font-size: 9px;
    }
}



/* ボタン
================================================== */
p.btn1 a {
    display: block;
    padding: 15px 25px 15px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    box-sizing: border-box;
    background: #444 url(../img/arrow1.png) right 10px center no-repeat;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
p.btn1 a:hover {
    color: #fff;
    background: #555 url(../img/arrow1.png) right 10px center no-repeat;
}
p.btn2 a {
    display: block;
    padding: 15px 25px 15px 20px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    box-sizing: border-box;
    background: #fff url(../img/arrow2.png) right 10px center no-repeat;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
p.btn2 a:hover {
}
p.btn3 a {
    padding: 5px 40px 5px 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    background: url(../img/arrow4.png) right 10px center no-repeat;
}

@media only screen and (max-width: 767px) {
    p.btn1 a {
        font-size: 13px;
    }
    p.btn2 a {
        font-size: 13px;
    }
}
