﻿@charset "UTF-8";

/* !HTML5 elements
---------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: none;
    font-size: 18px;
    color: #000;
    background: #fff;
    word-wrap: break-word; /* 英数字折り返し */
}
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
    margin: 0;
    padding: 0;
}
input,
textarea {
    margin: 0;
    font-size: 100%;
}
label {
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}
fieldset,
img {
    border: 0;
}
img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
q:after,
q:before {
    content: "";
}
a,
input {
    outline: none;
}
input,
textarea {
    border-radius: 0;
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
abbr,
acronym {
    border: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#contents,
section,
.box_layout01,
.box_column01,
.list_inline01 {
    display: block;
    min-height: 1%;
}
.clearfix:after,
#header:after,
#contents:after,
section:after,
.box_layout01:after,
.box_column01:after,
.list_inline01:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* !contents
---------------------------------------------------------- */
html {
    overflow-y: scroll;
}
@media print {
    html,
    html body {
        *zoom: 0.65;
    }
}

.Clear {
    clear: both;
}

a {
    color: #e9546b;
    text-decoration: underline;
}

a:hover {
    color: #e9546b;
    text-decoration: none;
}

.row {
    width: 96%;
    max-width: 960px;
    margin: 0 auto;
}
.contents {
    max-width: 960px;
    margin: 0 auto;
}

/* !ナビゲーション
---------------------------------------------------------- */
#nav-wrap ul,
#nav-wrap li,
#nav-wrap a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

/* nav-wrap */
#nav-wrap {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    margin: 0 auto;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #fff;
}

.opaque {
    background-color: #fff;
    opacity: 0.9;
}

/* hide toggle button */
#nav-wrap > a.mobile-btn {
    display: none;
}

ul#nav {
    display: none; /* !非表示 */
}
ul#nav li {
    position: relative;
    list-style: none;
    display: inline-block;
}

/* Links */
ul#nav li a {
    /* 8px padding top + 8px padding bottom + 32px line-height = 48px */
    display: inline-block;
    padding: 0 10px;
    line-height: 32px;
    text-decoration: none;
    text-align: left;
    color: #fff;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

ul#nav li a:hover {
    color: #d80100;
}

ul#nav li a:active {
    background-color: transparent !important;
}
ul#nav li.current a {
    color: #d80100;
}

/*---ヘッダー（Flexbox指定）---*/
.header-column {
    display: flex;
    padding: 25px 0;
}

.header-column li:first-child {
    margin-right: auto;
}

.header-column .logo {
    width: 35%;
}

.header-column .tel {
    text-align: right;
}

/*---背景色---*/
.Header_Bg {
    background-color: #fffbf0;
}

.Cmn_Bg {
    background-color: #fbedb0;
}

/*---ボタン（ランチ）---*/
#Btn_Lunch a {
    display: block;
    width: 100%;
    background: url(../img/btn_lunch_on.jpg) no-repeat left top;
    background-size: cover;
}

#Btn_Lunch a:hover {
    text-indent: -9999px;
}

/*---ボタン（仕出し）---*/
#Btn_Catering a {
    display: block;
    width: 100%;
    background: url(../img/btn_catering_on.jpg) no-repeat left top;
    background-size: cover;
}

#Btn_Catering a:hover {
    text-indent: -9999px;
}

/*---ボタン（時刻表）---*/
#Btn_Timetable a {
    display: block;
    width: 100%;
    background: url(../img/btn_timetable_on.jpg) no-repeat left top;
    background-size: cover;
}

#Btn_Timetable a:hover {
    text-indent: -9999px;
}
.shidashi_mn {
    margin: 0 auto 0 25%;
    /* margin: 0; */
    width: 50%;
}
/* !Box
----------------------------------------------------------- */
/* !マージン無し */
.box_column01 {
    margin: 0;
}
.box_column01 .col {
    float: left;
}
.box_column01.col2 .col {
    margin: 0;
    width: 50%;
}
.box_column01.col2 .col:nth-child(2n) {
    margin-right: 0;
}
.box_column01.col2 .col:nth-child(2n + 1) {
    clear: both;
}

@media screen and (max-width: 666px) {
    .box_column01 {
        margin: 0;
    }
    .box_column01 .col,
    .box_column01.col2 .col {
        float: none;
        width: auto;
        margin: 0;
    }
    .box_column01 figure {
        float: left;
        margin: 10px 0;
        width: 100%;
    }
}

/* !マージン有り */
.box_column02 {
    margin: 0;
}
.box_column02 .col {
    float: left;
}
.box_column02.col2 .col {
    margin: 20px 2.2% 0 0;
    width: 48.9%;
}
.box_column02.col2 .col:nth-child(2n) {
    margin-right: 0;
}
.box_column02.col2 .col:nth-child(2n + 1) {
    clear: both;
}

@media screen and (max-width: 666px) {
    .box_column02 {
        margin: 0;
    }
    .box_column02 .col,
    .box_column02.col2 .col {
        float: none;
        width: auto;
        margin: 0;
        padding: 10px 0;
    }
    .box_column02 figure {
        float: left;
        width: 100px;
        margin-right: 10px;
        margin-bottom: 20px;
        width: 100%;
    }
}

/* !Fonts -------------------------------------------------------------- */
.ffMincho {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ 明朝", "MS Mincho", serif;
}
.fwB {
    font-weight: bold;
}
.fcRed {
    color: #fe0000;
}
.fcPink {
    color: #e9546b;
}
.fzSSS {
    font-size: 63%;
} /* base 16px -> 10px */
.fzSS {
    font-size: 75%;
} /* base 16px -> 12px */
.fzS {
    font-size: 88%;
} /* base 16px -> 14px */
.fzM {
    font-size: 100%;
}
.fzL {
    font-size: 113%;
} /* base 16px -> 18px */
.fzLL {
    font-size: 125%;
} /* base 16px -> 20px */
.fzLLL {
    font-size: 138%;
} /* base 16px -> 22px */
.fzLLLL {
    font-size: 150%;
} /* base 16px -> 24px */
.fz32 {
    font-size: 32px;
}

/* !Margin ------------------------------------------------------------------ */
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt100 {
    margin-top: 100px !important;
}
.mt120 {
    margin-top: 120px !important;
}
.mt160 {
    margin-top: 160px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}

/* !Padding ------------------------------------------------------------------ */
.pt20 {
    padding-top: 20px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt40 {
    padding-top: 40px !important;
}

/* !Inline Align ------------------------------------------------------------ */
.taC {
    text-align: center !important;
}
.taL {
    text-align: left !important;
}
.taR {
    text-align: right !important;
}
.ImgC {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* !Padding  ---------------------------------------------------------------- */
.pt80 {
    padding-top: 80px !important;
}
.pt15per {
    padding-top: 15% !important;
}
/* !Width ------------------------------------------------------------------- */
.w15per {
    width: 15% !important;
}
.w25per {
    width: 25% !important;
}
.w50per {
    width: 50% !important;
}
.wAuto {
    width: auto !important;
}
/* !Floats ------------------------------------------------------------------ */
.flL {
    display: inline;
    float: left;
}
.flR {
    display: inline;
    float: right;
}
