@charset "UTF-8";

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


/* FileName: reset.css                         */


/* data:2015/08/15                             */


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


/*
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);
    }
}

.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: 680px;
    position: reative;
}

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

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


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

#menu {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

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

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

#menu div#inner {
    width: 1100px;
    height: 720px;
    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 {
    margin-top: 50px;
    text-align: center;
}


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

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

#rec .people {
    position: absolute;
    bottom: 135px;
    right: 0px;
}

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

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

#rec p.copy {
    margin-bottom: 50px;
    margin-top: 50px;
}

#rec div#inner dl {
    width: 490px;
    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 dd {
    margin-top: 30px;
    text-align: center;
}

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

#rec div#inner dl {
    width: 490px;
    text-align: left;
    float: left;
    margin: 3em auto;
}

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


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

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

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

#shop div#inner {
    width: 980px;
    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: 50px;
}

#shop p.copy {
    margin-bottom: 50px;
    margin-top: 50px;
}

#shop div#inner dl {
    width: 316px;
    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 80px 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;
}

.btn a {
    display: block;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    margin: 2em auto 2em;
    width: 25rem;
    padding: 20px;
    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;
    word-break: normal;
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    padding: 0.8rem 2.5rem;
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, .2);
    width: 75%;
    text-align: center;
}

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

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

#menu div#inner dd {
    margin-top: 30px;
}

#menu div#inner dl {
    width: 370px;
}

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

img.menuimg {
    width: 75%;
}

#menu div#inner p.img {
    position: absolute;
    bottom: 0;
    left: -10rem;
}

#menu div#inner {
    width: 960px;
}

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


/*店舗情報修正*/

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;
}

.flexbox-forPC {
    display: flex;
}

#news {
    padding: 2rem 0 2rem;
    font-size: 110%;
    background: #3c2805;
   
}


#news p.bell {
    /* text-align: center; */
    font-size: 150%;
    margin-bottom: 0;
}

#news .innerbox {
    width: 960px;
    margin: 0 auto;
}

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


/*配達ブロック*/

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

.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%;
}


/*スマホ変換
***************************************/

@media screen and (max-width:768px) {
    /*スマホ用のcssを記述*/
    .flexbox-forPC {
        display: block;
    }
    /*営業時間変更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;
    }
}


/*SP end*/

.none {
    display: none;
}