@charset "UTF-8";

/***********************************************/


/* FileName: container.css                     */


/* data:2015/06/12                             */


/***********************************************/


/*
1.warpper
2.header
3.visual
4.menu
5.rec
6.shop
7.footer

*/


/*1.warpper
***************************************/


/*#wrapper{
min-width:980px;
margin-left:auto;
margin-right:auto;
position:relative;
overflow:hidden;
}*/

.fade {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.fade:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.pulse:hover {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
    }
    50% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.95);
    }
}

h2 img {
    padding: 4em 0;
}

.button {
    margin: 40px auto 0px auto;
    text-align: center;
    width: 200px;
    display: block;
    border: 1px solid #BAC212;
    background-color: #CFDB14;
    background-image: -webkit-linear-gradient(top, #CFDB14, #BAC212);
    background-image: linear-gradient(to bottom, #CFDB14, #BAC212);
    border-radius: 4px;
    color: #fff;
    line-height: 40px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    clear: both;
}

.button:hover {
    border: 1px solid #BAC212;
    background-color: #BAC212;
    background-image: -webkit-linear-gradient(top, #BECB12, #AEB610);
    background-image: linear-gradient(to bottom, #BECB12, #AEB610);
    color: #ffffff;
}

.button:active {
    background: #BAC212;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
    color: #A4AB10;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

h1 {
    font-size: 9px;
    text-indent: -9999px;
    height: 0;
}

h2 {
    margin: 0px 0px 40px 0px;
}

h3 {
    font-size: 200%;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}


/*配置設定
---------------------*/


/*flex設定*/

.flex,
.flexbox {
    display: flex;
}

.flex.between,
.flexbox.between {
    justify-content: space-between;
}

.flex.around,
.flexbox.around {
    justify-content: space-around;
}

.flex.start,
.flexbox.start {
    justify-content: flex-start;
}

.flex.end,
.flexbox.end {
    justify-content: flex-end;
}


/*grid設定（2column）*/

.columns-2 {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 1rem;
}


/*画像設定
---------------------*/

figure,
img {
    margin: inherit;
}


/*2.header
***************************************/

ul#header {
    width: 100%;
    padding: 0;
    height: 48px;
    background: #fefefe;
    border-bottom: 1px solid #999;
    letter-spacing: -.40em;
}

ul#header li {
    display: inline-block;
}

ul#header li img {
    padding-top: 4px;
}

ul#header img {
    opacity: 0.3;
}

ul#header a:hover img {
    opacity: 0.8;
}


/*3.visual
***************************************/

#visual {
    height: 52vh;
    position: reative;
}

#visual img {
    position: absolute;
    bottom: -4px;
    left: 0px;
}


/*#visual p.copy{position:absolute; top:447px; left:90px;}*/

#visual p.copy {
    position: absolute;
    top: 9rem;
    left: 0;
}


/*4.menu
***************************************/

#menu {
    position: relative;
    text-align: center;
}

#menu .price {
    position: absolute;
    top: -40px;
    right: 0px;
}

#menu .tree {
    position: absolute;
    top: 205px;
    left: 0px;
}

#menu div#inner {
    width: 100%;
    margin: 0px auto 0px auto;
    /*padding-top:100px;*/
    position: relative;
}


/*#menu div#inner p.img{position:absolute; bottom:px; left:0px;}*/


/*#menu div#inner dl{
width:340px;
text-align:left;
position:absolute; top:200px; right:0px;
}*/

#menu div#inner dd {
    text-align: center;
    margin-top: 5.3vw;
}

.btn a {
    display: block;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 5.3vw;
    padding: 2.6vw;
    color: #666;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    text-align: center;
}


/*5.rec
***************************************/

.ranking {
    margin-bottom: 1em;
    border: solid 1px #DBD5CA;
    padding: 10px;
    background-color: #FFFFFF;
}

#rec {
    position: relative;
    text-align: center;
}

#rec .people {
    position: absolute;
    top: 40px;
    right: 0px;
}


/*#rec div#inner{
width:980px;
margin:0px auto 100px auto;
padding:100px 0px 0px 0px;
position:relative;
}*/

#rec div#inner {
    width: 100%;
    /* margin: 0px auto 100px auto; */
    /* padding: 100px 0px 0px 0px; */
    position: relative;
    /* top: 20vh; */
    /* padding: 13em 0 0;*/
}

#rec div#inner:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#rec p.copy {
    margin-bottom: 0;
}

#rec div#inner dl {
    width: 100%;
    text-align: left;
    float: left;
}


/*
#rec div#inner dt{
width:325px;
margin:0px 72px 0px 73px;
border:solid 1px #DBD5CA;
padding:10px;
background-color:#FFFFFF;
}*/

#rec div#inner dt {
    /* width: 100%; */
    /* margin: 0px 72px 0px 73px; */
    border: solid 1px #DBD5CA;
    padding: 10px;
    background-color: #FFFFFF;
}

#rec div#inner dd {
    margin-top: 30px;
    text-align: center;
}

#rec div#inner p.more {
    margin: 15px 0px 0px 0px;
}

#rec div#inner dl {
    /*width:490px;*/
    text-align: left;
    float: left;
}

#rec div#inner dl:nth-child(3) {
    color: #261D0C;
}

.content {
    margin: 3em 0 0;
}


/*6.shop
***************************************/

#shop {
    position: relative;
    text-align: center;
    background-color: #FFFFFF;
    overflow: hidden;
}


/*#shop .shop{position:absolute; top:-40px; left:0px;}*/

#shop .shop {
    position: absolute;
    top: -45px;
    left: -84px;
    width: 73vw;
}


/*#shop div#inner{
width:980px;
margin:0px auto 0px auto;
padding:100px;
position:relative;
}*/

#shop div#inner {
    width: 100%;
    /* margin: 0px auto 0px auto; */
    /* padding: 100px; */
    position: relative;
}

#shop div#inner:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#shop p.copy {
    margin-bottom: 0;
}


/*#shop p.copy{
margin-bottom:100px;
}*/

#shop div#inner dl {
    width: 100%;
    margin-right: 15px;
    padding: 20px 0px;
    float: left;
    /*-webkit-box-shadow:rgba(204, 204, 204, 0.498039) 0px 0px 5px 1px;
-moz-box-shadow:rgba(204, 204, 204, 0.498039) 0px 0px 5px 1px;
box-shadow:rgba(204, 204, 204, 0.498039) 0px 0px 5px 1px;*/
}

#shop div#inner dl:last-child {
    margin-right: 0px;
}

#shop div#inner dt {}

#shop div#inner dd {
    margin-top: 30px;
    text-align: center;
}

#shop div#inner dd p.add {
    margin: 50px 0px 20px 0px;
    color: #919191;
    line-height: 1.3;
}


/*7.footer
***************************************/

footer {
    padding: 30px 0px 20px 0px;
    background-image: url("../img/bg_footer.png");
    position: relative;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.8em;
    letter-spacing: 0.1em;
}

footer p.pagetop {
    margin-top: -60px;
    margin-bottom: 20px;
}

ul.brandnavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #151515;
    padding: 1em 0;
}

ul.brandnavi li {
    padding: 0 10px;
    background-color: #ffffff;
}

#header.brand_navi {
    display: none;
}


/*div#header-in h1 img {
    width: 100%;
}	*/

.textbox {
    font-size: small;
    padding-bottom: 1em;
}

.menuserect {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fontsizeM {
    font-size: medium;
}

.B {
    font-weight: bold;
}

h2.content_title {
    width: 70%;
}

h2.content_title img {
    /* height: 38%; */
    width: 65%;
}

img {
    max-width: 100%;
}

table {
    width: 100%;
}

a,
a:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

h1 {
    font-size: 140%;
}

h2 {
    font-family: 'Lato', sans-serif;
    clear: both;
    font: 200% bold;
    border-bottom: none;
    margin-bottom: 1em;
    text-decoration: none;
}

h3 {
    clear: both;
    font: 170% bold;
    border-bottom: 1px solid #95c500;
    margin-bottom: 0.8em;
}


/*h4 {
    clear: both;
    font: 120% bold;
    border-bottom: 1px dotted #95c500;
    margin-bottom: 0.8em;
}*/

h4 {
    clear: both;
    font: 110% bold;
    margin-bottom: 1.8em;
    margin-top: 1em;
    border-left: 5px solid #95c500;
    padding: 5px 0 5px 0.8em;
    background-color: #f0f0f0;
    border-bottom: none;
}


/*p,tr,td{
    font-size: small;
    line-height: 1.6;
}*/

p {
    margin-bottom: 0;
}

.paddingT1 {
    padding-top: 1em;
}

.paddingT2 {
    padding-top: 2em;
}

.paddingT3 {
    padding-top: 3em;
}

.paddingB1 {
    padding-bottom: 1em;
}

.paddingB2 {
    padding-bottom: 2em;
}

.paddingB2 {
    padding-bottom: 3em;
}

.paddingB5px {
    padding-bottom: 5px;
}

.padding5px {
    padding: 5px;
}

body {
    overflow-x: hidden;
    width: 100%;
}

p.backToTop.btn {
    font-size: medium;
    font-family: "Font Awesome 5 Free";
}


/*0.navi
***************************************/

#navi img {
    opacity: 0.3;
}

#navi a:hover img {
    opacity: 0.8;
}

ul#navi {
    width: 100%;
    padding: 0;
    height: auto;
    font-size: 0px;
    background: #fefefe;
    border-bottom: 1px solid #999;
    background: url(../img/top_bg3.gif);
}

ul#navi li {
    display: inline-block;
    max-width: 10%;
    height: auto;
    vertical-align: top;
}

ul#navi li img {
    width: 100%;
}


/*1.warpper
***************************************/

#wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
}

a {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}


/*2.header
***************************************/

#header {
    min-height: 160px;
    background-image: url("../img/bg_tree.png");
    background-repeat: repeat-x;
}

#header-in {
    width: 100%;
    position: relative;
    height: 3vh;
    margin: 0px auto 0px auto;
}

#header ul.menu {
    position: absolute;
    top: 150%;
}

#header h1 img {
    width: 70px;
    position: absolute;
    top: 50%;
    left: 4vw;
}

#header p.wel {
    display: none;
}

#header ul.menu {
    position: absolute;
    /* top: 15px; */
    right: 0;
    /* left: 70px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#header ul.menu li {
    margin-right: 10px;
    float: right;
}


/*3.visual
***************************************/

#visual {
    overflow: hidden;
}

.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider ul li img {
    width: 250px;
}

.wideslider_base {
    top: 0;
    position: relative;
}

.wideslider_wrap {
    top: 0;
    position: relative;
    overflow: hidden;
}

.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: relative;
    z-index: 100;
    cursor: pointer;
}

.slider_prev {
    background: #fff url(../img/prev.jpg) no-repeat right center;
}

.slider_next {
    background: #fff url(../img/next.jpg) no-repeat left center;
}


/*

.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: relative;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
/*
 
/* =======================================
    ClearFixElements
======================================= */

.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;
}


/*4.consept
***************************************/

#consept {
    display: none;
}


/*5.groundmenu
***************************************/

#groundmenu {
    padding: 2em 0;
    background-color: #FFFFFF;
    border-top: solid 1px #DCDCDC;
    overflow: hidden;
}

#groundmenu-in {
    width: 90%;
    margin: 0px auto 0px auto;
    position: relative;
}

#groundmenu h2 img {
    width: 100%;
}


/*6.recommend
***************************************/

#recommend {
    padding-top: 0px;
    background-color: #F9F1E0;
    border-top: solid 1px #DCDCDC;
}

#recommend-in {
    /*width:100%;*/
    margin: 5px auto;
    position: relative;
    /*    padding: 2em 0;*/
}

#recommend-in p.pic2 img {
    width: 100%;
}

.container {
    /* width: 100%;*/
    max-width: 1220px;
    margin: 3rem 1rem;
}

#visual.container {
    margin: 0;
}

#shop-in h2 img {
    /* height: 38%; */
    width: 45%;
}

#recommend-in p.tree {
    display: none;
}

#recommend-in h2 {
    position: relative;
}

#recommend-in p.txt {
    position: relative;
}

#recommend-in p.pic {
    position: relative;
}

#recommend-in p.rec1 {
    display: none;
}

#recommend-in p.rec2 {
    display: none;
}

#recommend-in p.rec3 {
    display: none;
}

#recommend-in p.rec4 {
    display: none;
}

#recommend-in p.rec5 {
    display: none;
}

#recommend-in p.rec6 {
    display: none;
}


/*7.shop
***************************************/


/*#shop{
padding: 2em 0;
background-color: #FFFFFF;
border-top:solid 1px #DCDCDC;
overflow:hidden;
}*/

#shop-in {
    width: 90%;
    margin: 0px auto;
    position: relative;
}

#shop-in h2 {
    position: relative;
}

#shop div#inner {
    position: relative;
}

#shop div#inner dl {
    border-top: 1px solid #E0E0E0;
    position: relative;
    padding: 10px 0;
    margin: 10px 0;
}

#shop div#inner dt {
    position: relative;
    width: 100%;
    text-align: center;
    color: #805F3D;
}

#shop div#inner dd {
    text-align: center;
}

#shop div#inner dd p.pic img {
    background-color: #FAFBF7;
    border: solid 1px #F4F4F4;
}

#shop div#inner dd p.add {
    margin: 0px;
}


/*7.news
***************************************/

#news {
    padding: 10px 0px 10px;
    background-image: url("../img/bg_news.png");
}

#news-in {
    /*width:100%;*/
    margin: 0px auto;
}

#news-in ol {
    margin: 10px 0px 0px 0px;
}

#news-in ol li {
    margin: 0px;
}

#news-in ol li span {
    padding: 0px 0px;
    display: block;
    font-size: x-small;
}


/*8.qr
/*8.qr
***************************************/

#qr {
    height: 160px;
    background-image: url("../img/bg_tree2.png");
    background-repeat: repeat-x;
    overflow: hidden;
    position: relative;
}

#qr-in {
    width: 100%;
    margin: 0px auto 0px auto;
}

#qr-in dl {
    margin: 30px 0px 0px 100px;
}

#qr-in dt {
    float: left;
    margin: 0px 20px 0px 0px;
}


/*9.footer
***************************************/

#footer {
    background-color: #FFFFFF;
    overflow: hidden;
    font-size: 18px;
}

#footer-in {
    width: 100%;
    margin: 20px auto 20px auto;
}

#footer-in p {
    text-align: center;
}

div#qr-in dt img {
    width: 20%;
    position: absolute;
    top: 20%;
    left: 4vw;
}

div#qr-in dd img {
    width: 70%;
    position: absolute;
    top: 22%;
    right: 4vw;
}

.fontsizeXS {
    font-size: x-small;
}


/*10.teishoku
***************************************/

#teishoku {
    overflow: hidden;
    background-image: url("../img/bg_menu1.png");
    text-align: center;
    position: relative;
    max-width: 1220px;
    padding: 5.3vw;
}

#teishoku ul {
    width: 570px;
    margin: 30px auto 0px auto;
    padding: 1em 0 0;
}

#teishoku ul li {
    float: left;
    margin: 0px 35px 60px 35px;
}

#teishoku h2 {
    /*margin:100px 0px 60px 0px;*/
    clear: both;
}

#teishoku p.tree {
    position: relative;
    top: 20px;
    right: 100px;
}

#teishoku-in {
    width: 100%;
    margin: 0px auto 0px auto;
}


/*#teishoku dl{
width:200px;
height:450px;
margin:0px 60px 0px 0px;
float:left;
position:relative;
color:#2C0E04;
font-family: ”ＭＳ Ｐ明朝”, “MS PMincho”, “ヒラギノ明朝 Pro W3″, “Hiragino Mincho Pro”, serif;
}*/

#teishoku dl {
    display: inherit;
    width: 100%;
    height: 420px;
    /* margin: 0px 60px 0px 0px; */
    /* float: left; */
    position: relative;
    color: #2C0E04;
    font-family: ”ＭＳ Ｐ明朝”, “MS PMincho”, “ヒラギノ明朝 Pro W3″, “Hiragino Mincho Pro”, serif;
}

#teishoku dl:nth-child(4n) {
    margin: 0px 0px 0px 0px;
}

#teishoku dt {
    position: relative;
    top: 370px;
}

#teishoku dt span {
    padding: 10px 0px 0px 0px;
    border-top: solid 1px #E9D9BB;
    display: block;
}


/*11.obento
***************************************/

#obento {
    margin: 0px 0px 0px 0px;
    padding-bottom: 60px;
    background-color: #FFFFFF;
    background-image: url("../img/bg_menu2.png");
    border-top: solid 1px #DCDCDC;
    text-align: center;
    position: relative;
    overflow: hidden;
    max-width: 1220px;
    padding: 5.3vw;
}

#obento h2 {
    margin: 40px 0px 60px 0px;
}

#obento-in {
    /*width:100%;*/
    margin: 0px auto 0px auto;
    position: relative;
    max-width: 1220px;
    padding: 5.3vw;
}


/*#obento-in p.tree{position:relative; top:-30px; left:-10px; z-index:1;}*/

#obento-in p.tree {
    position: relative;
    top: -206px;
    right: 25px;
    z-index: 1;
    width: 50%;
}

#obento-in p.bt {
    /* position: absolute; */
    top: 100;
    /* left: 0; */
    /* z-index: 1; */
    padding: 3em 0 0;
}


/*#obento-in p.obento{
margin:40px 0px 0px -200px;
}*/


/*#obento-in p.bt{position:relative; top:735px; right:50px; z-index:1;}*/


/*12.quotion
***************************************/

#quotion {
    padding: 20px 0px;
    overflow: hidden;
    text-align: left;
    position: relative;
    border-top: solid 1px #DCDCDC;
    font-size: 10px;
    color: #2C0C04;
    max-width: 1220px;
    padding: 5.3vw;
}

#quotion-in {
    width: 100%;
    margin: 0px auto 0px auto;
    position: relative;
    font-family: ”ＭＳ Ｐ明朝”, “MS PMincho”, “ヒラギノ明朝 Pro W3″, “Hiragino Mincho Pro”, serif;
}


/* .clearfix
------------------------- */

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}


/* .メニュー
------------------------- */

h2#tishoku_an img {
    width: 55%;
}

.textbox_n {
    font-size: small;
    padding: 3em 1em 0;
    width: 100%;
}

#obento h2 {
    margin: 2em auto;
    width: 60%;
}


/*footer*/

.btn a {
    display: block;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    padding: 2.6vw;
    color: #666;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    text-align: center;
}

p.backToTop.btn {
    font-size: medium;
    font-family: "Font Awesome 5 Free";
}


/*MENU修正*/

a.btn.link {
    display: block;
    background-color: maroon;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    padding: 1rem 2rem;
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, .2);
    width: 80%;
}

a.btn.link span {
    font-size: 90%;
}

#menu div#inner dd p {
    margin: 1rem 0;
}

a.link:hover {
    opacity: 0.6;
    /* この２行がCSS3 */
    transition-property: all;
    transition: 0.3s linear;
}

img.menuimg {
    width: 85%;
}

p.copy {
    font-size: 105%;
    text-align: left;
    padding: 1.5rem;
}


/*店舗情報修正*/

p.add {
    font-size: 110%;
}


/*営業時間変更20200312*/

span.note.small {
    color: maroon;
    display: inline-block;
    font-size: 80%;
    font-weight: bold;
    padding: 1em 0;
    line-height: 1.6;
}

#shop div#inner dl {
    float: none;
}

#news span {
    display: block;
    text-align: left;
    padding-left: 1rem;
}

#news {
    margin: 1.5rem 0 0;
    font-size: 110%;
}

#news,
#news a {
    color: maroon;
}

#news i.fas.fa-bell {
    font-size: 150%;
}

#news a {
    margin: 0 0 1rem 0;
    padding: 0 1rem;
    line-height: 1.6;
    display: block;
    font-size: 80%;
    color: #f9f8f3;
}

#news {
    padding: 1.5rem 0 0.5rem;
    font-size: 110%;
    text-align: center;
    background: #4c3306;
    margin: 0;
    color: #f9f8f3;
}

#news a {
    text-align: left;
}


/*配達ブロック*/

.deliverybox {
    padding: 0 1rem 0 3rem;
    margin: 2rem 0 0;
    text-indent: -1em;
    color: maroon;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
}

.deliverybox a {
    color: maroon;
}


/*snsブロック*/

#sns {
    width: 15rem;
    margin: 3rem auto 0;
}

#sns p {
    width: 3rem;
}

#sns img {
    width: 100%;
}

#sns-2 {
    width: 15rem;
    margin: 3rem auto;
}

#sns-2 p {
    width: 3rem;
}

#sns-2 img {
    width: 100%;
}

.none {
    display: none;
}