/* css document */

/* メインフレーム */
body {
    /* font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;*/
    font-family: 'Noto Serif JP', serif;
    background: #fff;
    color: #000;
    line-height: 1.6;
}

.imghov img:hover {
    opacity: 0.85;
}

/* ヘッダ */
header {
    background: #fff;
}

header a {
    color: #692c00;
    text-decoration: none;
}

header a.tel-link {
    color: #692c00;
    font-weight: bold;
    text-decoration: none;
}

/* フッタ */
div#footer-nav {
    color: #000;
    max-width: 1080px;
    margin: 0 auto;
    display: block;
}

footer {
    color: #fff;
    background-image: url(img/common/footer-bg.jpg);
    background-size: cover;
    background-position: center bottom;
}

address a.tel-link{
  color: #fff !important;
  text-decoration: none;
}

div#footer-nav a {
    text-decoration: none;
    color: #fff !important;
}

div#footer-nav a:hover {
    text-decoration: underline;
}

footer a {
    text-decoration: none;
    color: #fff !important;
}

footer a:hover {
    text-decoration: underline;
    color: #fff !important;
}


/* nav */
@media (min-width : 769px) {

    /* PC mode only */
    nav#main-nav ul li {
        width: 16.4%;
        width: 20%;
        float: left;
    }

    nav#main-nav ul li a {
        text-decoration: none;
        padding: 8px 10px;
        color: #333;
        display: block;
        font-size: 0.9em;
        width: 100%;
        border-left: 1px solid #999;
    }

    nav#main-nav ul li a:hover {
        color: #F46F24;
    }

    nav#main-nav ul li:last-child {
        border-right: 1px solid #999;
    }
}

/* スマホ用プルダウンメニュー */
.slicknav_menu {
    background-color: #434343;
}

.slicknav_btn {
    color: #fff;
}

.slicknav_menu .slicknav_menutxt {
    color: #FFF;
}

.slicknav_nav a:hover {
    color: #333;
    background-color: #fff;
}

/* 御献立 */
h3.menu {
    text-align: left;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    padding: .25em 0 .5em .75em;
    border-left: 6px solid #ffc400;
    margin: 10px;
}

h3.menu::before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: '';
    width: 6px;
    height: 50%;
    background-color: #692c00;
}

h3.menu::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
}


h3.menu2 {
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding: .25em 0 .5em .75em;
    margin: 10px;
    background:#4e342e;
    margin-bottom: 30px;
}

.menu-list-box {
    margin-bottom: 0;
    margin: 0 10px;
}
.menu-list-box dl {
    border-bottom: 1px dotted #333;
    padding: 8px 10px;
}
.menu-list-box dl dt {
    text-align: left;
    display: inline;
}
.menu-list-box dd {
    text-align: right;
}
.menu-list-box a {
    color: #834e00;
    text-decoration: underline;
}
.menu-list-box a:hover {
    border: none;
    text-decoration: none;
}
.menu-list-box dl dt {
    float: left;
}


h4.about {
    background: #fe903f;
    color: #fff;
    text-align: center;
    padding: 0.5em 0;
}

h3.shop {
    text-align: center;
    color: #692c00;
    background: #f4f4f4;
    padding: 0.5em 0 0.5em 0.3em;

}

.junbi {
    text-align: center;
    color: #692c00;
    padding: 3em 0 3em 0.3em;
    font-size: 1.2rem;
    font-weight: bold;
}

h4.shop {
    background: #692c00;
    color: #fff;
    text-align: center;
    padding: 0.3em 0;
    font-weight: normal;
}

h3.info {
    text-align: left;
    padding: 5px;
    margin-bottom: 10px;
    color: #333;
}

.sub {
    font-size: .7em;
    color: #f88229;
    font-weight: normal;
}

.about-greeting-box {
    padding: 10px;
}


/* 店舗情報 */

.tirashi {
    background: #eee;
    padding: 80px 30px;
    text-align: center;
    margin-bottom: 16px;
}

.tiku-box {
    padding: 40px 20px;
    background: #f7f3f0;
}

.tiku-tt {
    color: #692C00;
    margin-bottom: 10px;
    font-size: 1.1em;
    margin-bottom: 10px;
}

/* 地区を選ぶ ボタン */
.btnShp {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 8px 0;
}

.btnShp::before,
.btnShp::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.btnShp,
.btnShp::before,
.btnShp::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btnShp {
    background-color: #fff;
    border: 1px solid #9f7f68;
    color: #692c00;
    border-radius: 33px;
}

.btnShp:hover {
    background-color: #f16c1f;
    border-color: #f16c1f;
    color: #fff !important;
}

/* MAPはこちら ボタン */
.btnMap {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 8px 0;
    margin-bottom: 12px;
}

.btnMap::before,
.btnMap::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.btnMap,
.btnMap::before,
.btnMap::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btnMap {
    background-color: #fff;
    border: 1px solid #999;
    color: #333;
}

.btnMap:hover {
    background-color: #f4f4f4;
    border-color: #999;
    color: #555 !important;
}

/* キャンペーンチラシ ボタン */
.btnCp {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 9px 0;
}

.btnCp::before,
.btnCp::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.btnCp,
.btnCp::before,
.btnCp::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btnCp {
    background-color: #692c00;
    color: #fff;
}

.btnCp:hover {
    background-color: #a34326;
    border-color: #999;
    color: #fff;
}

/* 各店舗情報 */

.tenpoBox {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.tenpo {
    color: #692c00;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 10px;
}

.tenpoJ {
    padding: 5px 20px;
}

/* 和がや */

.wgMenu {
    padding: 10px;
}

.menu1 {
    text-align: center;
    font-weight: bold;
}


.yBox {
    background: #fffde9;
    padding: 30px 10px;
    color: #6d3321;
}

.info-coment {
    text-align: center;
    font-weight: normal;
    padding: 20px;
    margin: 10px 0;
    background: #fff9db;
}

.info-coment h4 {
    font-size: 1em;
}

.warning {
    //color: #F36E22;
}

/*** 会社概要 ***/
.about1-box dl:nth-child(2n) {
    background-color: #FCEAEC;
}

.about2-box dl {
    border-bottom: 1px dotted #333;
}

/* ボタン */
.btn-square {
    display: inline-block;
    padding: 0.5em 1.3em;
    text-decoration: none;
    background: #F19149;
    color: #FFF;
    font-style: italic;
    border-bottom: solid 4px #d55700;
    margin: 0 auto;
    font-size: 1.3em;
    border-radius: 30px;
}

.btn-square a {
    color: #fff;
    text-decoration: none;
}

/*** 会社概要 table ***/

table {
    margin: 10px auto;
    width: 100%;
}

.tbl-r02 th {
    background: #f7f4ea;
    border: solid 1px #CEC3A3;
    color: #333;
    padding: 10px;
    width: 20%;
}

.tbl-r02 td {
    border: solid 1px #cec3a1;
    padding: 10px;
}

@media screen and (max-width: 640px) {
    .last td:last-child {
        border-bottom: 1px solid #CEC3A3;
        width: 100%;
    }

    .tbl-r02 {
        width: 100%;
    }

    .tbl-r02 th,
    .tbl-r02 td {
        border-bottom: none;
        display: block;
        width: 100%;
    }

    .tbl-r02 td.last {
        border-bottom: 1px solid #CEC3A3;
    }

}

/* content */

h2.ind {
    font-size: 1.4em;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    padding: .75em 1em .75em 1.5em;
}

h3.ind {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    text-align: left;
    position: relative;
    padding: .75em 1em .75em 1.5em;
}

h3.ind::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: calc(100% - 1em);
    background-color: #f36e22;
    border-radius: 4px;
}

.indBg1 {
    background-image: url(img/index/message-bg.jpg);
    background-size: cover;
    background-position: center bottom;
    padding: 30px 30px;
    font-size: 1.16rem;
}

.indFirst {
    font-weight: bold;
    color: #333;
    text-align: left text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF,
        0px 1px 0 #FFF, 0-1px 0 #FFF,
        -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.fonfGre {
    color: #00561f;
}

h3.content {
    background-color: #BD2F1B;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
}

.contboxBg {
    background-image: url(img/index/shop-bg.jpg);
    background-size: cover;
    background-position: center bottom;
    padding: 40px 20px;
}

.contbox1 {
    background: #fff;
    padding: 10px 10px;
}

.contboxGr {
    margin: 0 auto;
    text-align: center;
}

h2.cont {
    color: #692c00;
    font-weight: normal;
    margin-bottom: 30px;
}

h3.link a {
    font-size: .8em;
    margin-bottom: 10px;
    color: #333 !important;
    text-decoration: none;
}

h3.link a:hover {
    text-decoration: underline;
}

/* about */
@media (min-width : 769px) {
    header .content-title.about {
        background-image: url(./img/about/bg-header.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center bottom;
        height: 200px;
    }

    header .content-title.company {
        background-image: url(./img/about/bg-header.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        height: 200px;
    }

    header .content-title.common {
        background-image: url(./img/pollicy/bg-header.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        height: 200px;
    }

    header .content-title.shop {
        background-image: url(./img/shop/header.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center;
        height: 200px;
        /* box-shadow */
        box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.3) inset;
    }

    header .content-title.demae {
        background-image: url(./img/demae/header.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top center;
        height: 200px;
        /* box-shadow */
        box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.3) inset;
    }

    header .content-title.menu {
        background-image: url(./img/menu/header.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top center;
        height: 200px;
        /* box-shadow */
        box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.3) inset;
    }


    .hLogo img {
        text-align: left;
        margin: 0;
    }

    .yBox {
        padding: 30px 20px;
    }

    .shadow {
        -webkit-box-shadow: 0px 8px 16px -6px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 8px 16px -6px rgba(0, 0, 0, 0.6);
    }
}

@media (max-width : 768px) {
    header .content-title.about {
        background-image: url(./img/about/bg-header.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        height: 130px;
    }

    header .content-title.company {
        background-image: url(./img/about/bg-header.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        height: 130px;
    }

    header .content-title.common {
        background-image: url(./img/pollicy/bg-header.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        height: 130px;
    }

    header .content-title.shop {
        background-image: url(./img/shop/header.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        height: 130px;
    }

    header .content-title.demae {
        background-image: url(./img/demae/header.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top center;
        height: 130px;
    }

    header .content-title.menu {
        background-image: url(./img/menu/header.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top center;
        height: 130px;
    }

    header .content-title.wagaya {
        background-image: url(./img/wagaya/bg-header.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        height: 130px;
    }
}

/* content1 */
@media (min-width : 769px) {
    header .content-title.content1 {
        background-image: url(./img/content1/bg-header.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center bottom;
        height: 200px;
    }
}

@media (max-width : 768px) {
    header .content-title.content1 {
        background-image: url(./img/content1/bg-header.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center bottom;
        height: 120px;
    }
}

.googlemap iframe {
    width: 100%;
    height: 350px;
}

.googlemap-link-box {
    text-align: right;
}

.about1-box dl {
    padding: 10px;
}

.about1-box dl dt {
    float: left;
    width: 120px;
}

.about2-box {
    margin-bottom: 0;
}

.about2-box dl {
    padding: 10px 10px;
}

.about2-box dl dt {
    width: 120px;
}

.about2-box a {
    color: #333;
    text-decoration: underline;
}

.about2-box a:hover {
    border: none;
    text-decoration: underline;
}

/* 店舗紹介 */

h3.sogyo img{
    max-width: 250px;
    margin-bottom: 20px;
}


/* 出前エリア */
.bgYellow {
    background: #fff4cf;
    padding: 40px 20px;
    margin-bottom: 0;
}

h3.demae img {
    max-width: 350px;
    display: block;
    margin: 10px 0;
}

h3.demae-area {
    padding: 0.5em;
    color: #222;
    text-align: left;
    background: #fffaf4;
    border-left: solid 5px #ff9800;
    margin: 10px 0;
}

h4.demae {
    font-weight: bold;
    font-size: 1.45rem;
    color: #333;
}

.btn-menu {
    max-width: 250px;
    margin: 0 auto;
}

.demaeTel img{
    max-width:600px;

}

/* swiper */

.swiper--wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
    height: 300px;
  }
  
  .swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 300px;
  }
  
  .swiper-slide:nth-child(3n + 1) {
    /*1、4、7、3n+1枚目の背景色 */
    background-color: #de4439;
  }
  
  .swiper-slide:nth-child(3n + 2) {
    /*2、5、8、3n+2枚目の背景色 */
    background-color: #fcd500;
  }
  
  .swiper-slide:nth-child(3n + 3) {
    /*3、6、9、3n+3枚目の背景色 */
    background-color: #53c638;
  }
  

/* responsive */
/* PCサイズ */
@media (min-width : 769px) {
    h2.ind {
        font-size: 1.4m;
    }

    .contbox1 {
        background: #fff;
        padding: 60px 10px;
    }

    .about2-box dl dt {
        float: left;
        width: 120px;
    }

    .menu-list-box dl dt {
        float: left;
    }

    .indBg1 {
        padding: 60px;
    }

    .indFirst {
        font-size: 1.5rem;
    }

    /* 店舗情報 */
    .tenpoJ {
        padding: 5px 20px;
        border-left: 1px solid #ccc;
    }

    .tenpoBox {
        border-bottom: 1px solid #ccc;
        padding: 24px 0;
    }

    .tenpo {
        color: #692c00;

        font-weight: bold;
        padding: 10px;
    }

    /* 店舗情報 */
    .junbi {
        font-size: 1.8rem;
    }

}

/* マージンなど */

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-12 {
    padding: 12px;
}

.p-20 {
    padding: 20px;
}

.p-t10 {
    padding-top: 10px;
}

.p-t30 {
    padding-top: 30px;
}

.p-t40 {
    padding-top: 40px;
}

.p-t50 {
    padding-top: 50px;
}

.p-t80 {
    padding-top: 80px;
}

.m-t10 {
    margin-top: 10px;
}

.m-t24 {
    margin-top: 24px;
}

.m-t36 {
    margin-top: 36px;
}

.m-r6 {
    margin-right: 6px;
}

.m-r10 {
    margin-right: 10px;
}

.m-l12 {
    margin-left: 12px;
}

.m-l20 {
    margin-left: 20px;
}

.m-l40 {
    margin-left: 40px;
}

.m-b5 {
    margin-bottom: 5px;
}

.m-b8 {
    margin-bottom: 8px;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-b12 {
    margin-bottom: 12px;
}

.m-b24 {
    margin-bottom: 24px;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-b36 {
    margin-bottom: 36px;
}

.m-b50 {
    margin-bottom: 50px;
}

.m-b40 {
    margin-bottom: 40px;
}

.m-b60 {
    margin-bottom: 60px;
}

.m-b80 {
    margin-bottom: 80px;
}

.m-b100 {
    margin-bottom: 100px;
}

.m-b150 {
    margin-bottom: 150px;
}

.pshadow {
    /* box-shadow */
    -webkit-box-shadow: 2px 2px 5px 1px #d9cbf3;
    box-shadow: 2px 2px 5px 1px #d9cbf3;
}

img.aligncenter {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.Fleft {
    margin-bottom: 20px;
    float: left;
}

.Fright {
    margin-bottom: 20px;
    float: right;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.bold {
    font-weight: bold;
}

.fontOr {
    color: #f56e23;
}

.fontRed {
    color: #db0000;
}

.fontBr {
    color: #692c00;
}

.fontGr {
    color: #545454;
}

.faOr {
    color: #f19149;
}

.hrOr {
    border: 1px solid #F46F24;
    margin-bottom: 10px;
}

/* フォント */

.f-notosans {
    font-family: 'Noto Sans JP', sans-serif;
}

.f-notomincho {
    font-family: 'Noto Sans JP', sans-serif;
}

.f-defo {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
}

.bold {
    font-weight: bold;
}

.f500 {
    font-weight: 500;
}

.font8 {
    font-size: .8em;
}

.font9 {
    font-size: .9em;
}

.fl-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fl-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.forange {
    color: #f16c1f;
}

.fyellow {
    color: #fff100;
}

.fbroun {
    color: #691e00;
}

.font11 {
    font-size: 1.1rem;
}

.font12 {
    font-size: 1.2rem;
}

.font13 {
    font-size: 1.3rem;
}
.font14 {
    font-size: 1.4rem;
}
.font15 {
    font-size: 1.5rem;
}

.img300 img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

/*==========================================
メニューの切替（画像ボタンからアコーディオンへ切替）
===========================================*/
@media screen and (max-width: 768px) {
    .SPnone {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .PCnone {
        display: none;
    }
}