@charset "UTF-8";
/* CSS Document */

/* -------------------------------------
Browser：IE11 over
-------------------------------------
01: お菓子紹介
02: お菓子詳細
03: お客さまの声
04: 手土産・贈り物
05: 大黒屋のこだわり
06: スタッフ紹介
07: スペシャルポイントカード
08: お取り寄せ方法
09: 新着・ブログ（一覧）
10: 新着・ブログ（詳細）
11: 店舗紹介
12: プライバシーポリシー
13: WEB注文
14: お問い合わせ
-------------------------------------*/
/** ================================================================================
00: 共通
================================================================================ **/
section.bg,
section.bg_pattern{
    padding:30px 0;
}
@media screen and (max-width: 768px) {
    main{
        margin-top: 92px; /* ←固定ヘッダーの高さ */
    }
}

/*  note
------------------------*/
.note{
    display: block;
    margin-top: 4px;
    font-size:12px;
}

/*  strng
------------------------*/
.strng{
    display: block;
    font-family: 'Noto Serif CJK JP Sub';
    margin-bottom: 10px;
    font-size:18px;
}

/*  telorder
------------------------*/
.telorder ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
.telorder ul li{
    width: 36%;
    margin: 0 10px;
    padding: 16px 10px;
    text-align: center;
    line-height: 1.5;
    background: rgba(245,240,230,.8);
    border:1px solid #ccc;
}
.telorder ul li strong{
    display: block;
    margin:0 auto;
    font-size: 20px;
    font-family: 'Noto Serif CJK JP Sub';
}
/*
.telorder ul li .note{
    display: block;
}
*/
.telorder ul li a[href^="tel"]{
    display: block;
    margin-bottom: 6px;
    font-size: 20px;
    color: #b92535;
    line-height: 1.1;
    position: relative;
}
.telorder ul li a::before{
    content:"";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    background: url(../images/ico_buy_tel_red.svg) center / cover no-repeat;
    position: relative;
    bottom:-4px;
    left: 0;
}

@media screen and (max-width:768px){

    /*  anchor
    ------------------------*/
    .anchor::before{
       content:"";
       display:block;
       height:92px;/* ヘッダの高さ = 50px */
       margin:-92px 0 0;/* ヘッダの高さ = 50px */
    }
    
    
    /*  strng
    ------------------------*/
    .strng{
        margin-bottom: 8px;
        font-size:16px;
    }
    
    /*  telorder
    ------------------------*/
    .telorder ul{
        -ms-flex-wrap: wrap;
         flex-wrap: wrap; 
    }
    .telorder ul li{
        width: 90%;
        margin: 0 auto;
        font-size:12px;
    }
    .telorder ul li+li{
        margin-top: 10px;
    }
    .telorder ul li strong{
        font-size:18px;
    }
    .telorder ul li a[href^="tel"]{
        margin-bottom: 4px;
        font-size:20px;
    }
    .telorder ul li a::before{
        width:18px;
        height: 18px;
        margin-right: 2px;
    }
}




/** ================================================================================
02: お菓子詳細
================================================================================ **/
/*  info1
------------------------*/
.products .info1 {
    padding-top: 50px;
    background-image: url(../images/bg_pattern2.svg);
}
.products .info1::before{
    background: rgba(251,243,220,.8);
}
.products .info1 p.lead {
    font-size:16px;
}
.products .info1 p.lead .tag{
    font-size:13px;
    margin-right:10px;
    padding:4px 10px;
    background: #b92535;
}

.products .info1 .wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}
.products .info1 .wrapper .inner{
    width:47%;
}
.products .info1 .wrapper .inner figure{
    width:100%;
    margin-bottom: 20px;
}
.products .info1 .wrapper .inner>*{
    margin-bottom: 4px;
}
.products .info1 .wrapper .inner .tag{
    font-size:13px;
}
.products .info1 .wrapper .inner ul.youto li{
    display: inline-block;
    margin-right: 14px;
    font-size:12px;
    position: relative;
}
.products .info1 .wrapper .inner ul.youto li::before{
    content: "";
    display: inline-block;
    width:30px;
    height: 28px;
    margin: -8px 6px 0 0;
    position: relative;
    bottom: -10px;
}
.products .info1 .wrapper .inner ul.youto li[data-tag="ご進物・おもたせ・贈りもの好適品"]::before{
    background:url(../images/ico_youto01.svg) center / contain no-repeat;
}
.products .info1 .wrapper .inner ul.youto li[data-tag="気軽な手みやげお友だちや集まりに"]::before{
    background:url(../images/ico_youto02.svg) center / contain no-repeat;
}
.products .info1 .wrapper .inner ul.youto li[data-tag="企業さまにおすすめの手みやげ・ご進物詰合せ"]::before{
    background:url(../images/ico_youto06.svg) center / contain no-repeat;
}
.products .info1 .wrapper .inner ul.youto li[data-tag="ご帰省みやげ好適品"]::before{
    background:url(../images/ico_youto04.svg) center / contain no-repeat;
}
.products .info1 .wrapper .inner ul.youto li[data-tag="お供え（法事・粗供養）"]::before{
    background:url(../images/ico_youto05.svg) center / auto 88% no-repeat;
}
.products .info1 .wrapper .inner ul.youto li[data-tag="お祝い全般・おたんじょう餅・桶餅ほか"]::before{
    background:url(../images/ico_youto03.svg) center / 80% auto no-repeat;
}



.products .info1 .wrapper .inner .price{
    margin: 10px auto 0;
    font-size:14px;
}
.products .info1 .wrapper .inner .price span{
    padding-right: 6px;
    font-size:22px;
}
.products .info1 .wrapper .inr_R p strong{
    display: block;
    margin-bottom: 10px;
    font-size:18px;
    font-family:'Noto Serif CJK JP Sub';
    color: #b92535;
}
.products .info1 .wrapper .inr_R table{
    width:100%;
    margin-top: 30px;
    font-size:13px;
    border-top: 1px solid #aaa;
}
.products .info1 .wrapper .inr_R table tr{
    border-bottom: 1px solid #aaa;
}
.products .info1 .wrapper .inr_R table th{
    width:10em;
    padding:6px;
    text-align: left;
    vertical-align: top;
}
.products .info1 .wrapper .inr_R table td{
    padding:6px;
}

@media screen and (max-width:768px){
    /*  info1
    ------------------------*/
    .products .info1 {
        padding-top: 30px;
    }
    .products .info1 p.lead {
        margin-top: -10px;
        font-size:16px;
    }
    .products .info1 p.lead .tag{
        font-size:12px;
    }
    .products .info1 .wrapper{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;/*50px*/
    }
    .products .info1 .wrapper .inner{
        width:100%;
    }
    .products .info1 .wrapper .inner.inr_L{
        width:100%;
        margin: 0 auto;
    }
    .products .info1 .wrapper .inner figure{
        width:100%;
        margin: 0 auto 20px;
    }
    .products .info1 .wrapper .inner>img{
        width:100%;
        height: auto;
        margin: 0 auto 20px;
    }
    .products .info1 .wrapper .inner .tag{
        font-size:12px;
    }
    .products .info1 .wrapper .inner .price{
        font-size:18px;
    }
    .products .info1 .wrapper .inr_R::before{
        content:"";
        display: block;
        width:90%;
        margin: 20px auto;
        border-top: 1px dashed #000;
    }
    .products .info1 .wrapper .inr_R p strong{
        margin-top: 10px;
        font-size:16px;
    }
    .products .info1 .wrapper .inr_R table{
        margin-top: 20px;
    }
    .products .info1 .wrapper .inr_R table th{
        width:20%;
        min-width: 6em;
    }
}

/*  info2
------------------------*/
.products .info2 p{
    width:640px;
    margin: 0 auto;
}
.products .info2 .photo4{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -10px 0 -10px;
}
.products .info2 .photo4 figure{
    width:377px;
    height: 250px;
    margin:10px;
}
.products .info2 .photo4 img{
    margin:10px;
    width:45%;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

@media screen and (max-width:768px){
    .products .info2 p{
        width:100%;
    }
    .products .info2 .photo4{
        margin: 30px -5px 0 -5px;
    }
    .products .info2 .photo4 figure{
        width:calc(50% - 10px);
        max-width: 300px;
        height: 34vw;
        max-height: 250px;
        margin:5px;
    }
    .products .info2 .photo4 img{
        width:calc(50% - 8px);
        margin: 4px;
    }

}


/*  info3
------------------------*/
.products .info3{
    padding:80px 0 60px;
}
.products .info3::before{
    background-image: url(../images/bg_pattern2.svg);
    opacity: .25;
}
.products .info3 ul.item li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding:20px;
    border: 1px solid #ccc;
    background: #fff;
}
.products .info3 ul.item li +li{
    margin-top: 20px;
}
.products .info3 ul.item li figure{
    width:200px;
}
.products .info3 ul.item li .inner{
    width:calc(100% - 230px);
}
.products .info3 ul.item li table tr:first-of-type td{
    font-size:18px;
    padding-bottom: 10px;
}
.products .info3 ul.item li table th,
.products .info3 ul.item li table td{
    padding:2px 0;
    vertical-align: top;
}
.products .info3 ul.item li table th{
    width:9em;
}

/***************************☆　ただ今 作業中　☆****************************/
.products .info3 ul.item li dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-top: 30px;
    border-top: 1px solid rgba(185,37,53,.4);
    border-bottom: 1px solid rgba(185,37,53,.4);
    padding:8px 0;
}
.products .info3 ul.item li dl dt{
    width:8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding:8px 10px;
    text-align: center;
    background:rgba(185,37,53,.2);
}
.products .info3 ul.item li dl dd{
    padding:0 0 0 16px;
}
.products .info3 ul.item li dl dd strong{
    font-size: 1.1em;
    font-weight: bold;
}
.products .info3 ul.item li dl dd p{
    position: relative;
}
.products .info3 ul.item li dl dd p a:not([href^="tel"]){
    color: #b92535;
    text-decoration: underline;
}.products .info3 ul.item li dl dd p a:hover{
    text-decoration: none;
}
.products .info3 ul.item li dl dd p a[href^="tel"]{
    color: #000;
    font-size: 1.4em;
}
.products .info3 ul.item li dl dd p::before{
    position: relative;
    top: 6px;
    left: 0;
    margin: 0 8px 0 0;
}
.products .info3 ul.item li dl dd p[data-type='web'] a{
    font-size: 1.1em;
    font-weight: bold;
}
.products .info3 ul.item li dl dd p[data-type='web'] a strong{
    font-size:1.0em;
}
.products .info3 ul.item li dl dd p[data-type='web']::before{
    content: url(../images/ico_buy_pc.svg);
}
.products .info3 ul.item li dl dd p[data-type='fax']::before{
    content: url(../images/ico_buy_fax.svg);
}
.products .info3 ul.item li dl dd p[data-type='tel']::before{
    content: url(../images/ico_buy_tel.svg);
}
/***************************☆　ただ今 作業中　☆****************************/
@media screen and (max-width:768px){
    .products .info3{
        padding:30px 0;
    }
    .products .info3 ul.item li{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .products .info3 ul.item li figure{
        width: 80vw;
        max-width:400px;
/*
        height: 75vw;
        max-height: 375px;
*/
        margin: 0 auto 14px;
    }
    .products .info3 ul.item li .inner{
        width:100%;
        font-size:13px;
    }
    .products .info3 ul.item li table tr:first-of-type td{
        font-size:14px;/*18px*/
        padding-bottom: 6px;/*10px*/
    }
    .products .info3 ul.item li table th{
        width:20%;/*9em*/
        min-width: 5em;
        padding-right: 6px;
    }
    .products .info3 ul.item li dl{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
        padding-top:0;
        border: 1px solid #b92535;
    }
    .products .info3 ul.item li dl dt{
        width:100%;
        margin-bottom: 4px;
        line-height: 1.0;
    }
    .products .info3 ul.item li dl dd{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width:100%;
        padding:0;
    }
    .products .info3 ul.item li dl dd p{
        margin: 2px 16px;
    }
    .products .info3 ul.item li dl dd p[data-type='tel'] a{
        font-family:'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        font-size:1.1em;
        text-decoration: underline;
    }
}


/** ================================================================================
03: お客さまの声
================================================================================ **/
/*  sec_voice
------------------------*/
.voice .sec_voice {
    background-image: url(../images/bg_pattern2.svg);
}
.voice .sec_voice::before{
    background: rgba(251,243,220,.8);
}
.voice .sec_voice ul.voice_list{
    margin-left: -20px;
    margin-right: -20px;
}
.voice .sec_voice ul.voice_list li{
    width:372px;
    margin: 20px;
    padding: 10px 20px 20px;
    background: #fff;
}
.voice .sec_voice .fig_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin:4px auto;
}
.voice .sec_voice .fig_wrap figure{
    width:40%;
}
.voice .sec_voice .fig_wrap figure.face{
    width:56%;
}
.voice .sec_voice .fig_wrap figure.face:empty{
    height: 200px;
    background: url(../images/logo_mark_gray.svg) center / 80px auto no-repeat;
    background-color: rgba(200,200,200,.2);
}
.voice .sec_voice p.name{
    margin-bottom: 6px;
    font-size:16px;
    font-family:'Noto Serif CJK JP Sub';
    color: #a86f4c;
}
.voice .sec_voice .btn_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:20px auto;
}
.voice .sec_voice .btn_wrap a.btn{
    margin:10px;
}

@media screen and (max-width:768px){
    .voice .sec_voice ul.voice_list{
        margin-left: auto;
        margin-right: auto;
    }
    .voice .sec_voice ul.voice_list li{
        width:100%;
        margin: 10px auto;
    }
    .voice .sec_voice .btn_wrap{
        margin:20px auto;
    }
}



/** ================================================================================
04: 手土産・贈り物
================================================================================ **/
/*  omoi
------------------------*/
.gift .omoi .sec_inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 1;
}
.gift .omoi .sec_inner figure{
    width:48%;
    margin-right: 30px;
}
.gift .omoi .sec_inner p{
    width:46%;
    line-height: 1.78;
}
.gift .omoi .sec_inner p strong{
    display: block;
    margin-bottom: 10px;
    font-size:18px;
    color: #b92535;
}

@media screen and (max-width:768px){
    .gift .omoi .sec_inner{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .gift .omoi .sec_inner::before{
        width:120px;
        height: 120px;
        right: -10px;
        bottom:-10px;
    }
    .gift .omoi .sec_inner figure{
        width:100%;
        margin:0 auto 10px;
    }
    .gift .omoi .sec_inner p{
        width:100%;
    }
}

/*  message
------------------------*/
.gift .message {
    background-image: url(../images/bg_pattern1.svg);
}
.gift .message::before{
    background: rgba(255,245,210,.9);
}
.gift .message .inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gift .message .inner .ninki{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:84px;
    height: 84px;
    margin-right: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    background: #b92535;
    border-radius: 50%;
    -webkit-transform: rotate( -10deg );
    transform: rotate( -10deg );
}
.gift .message .inner .ninki b{
    font-size:1.8em;
}
.gift .message .inner p{
    font-size:20px;
}
.gift .message .inner p strong{
    color: #b92535;
    font-weight: bold;
}
.gift .message ul.message_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 30px;
}
.gift .message ul.message_list li{
    width:18%;
    margin: 6px 0;
    text-align: center;

}
.gift .message ul.message_list li img{
    width:100%;
    vertical-align: top;
    border: 1px solid #333;
}

@media screen and (max-width:768px){
    .gift .message .inner .ninki{
        width:70px;
        height: 70px;
        margin-right: 14px;
        font-size:12px;
    }
    .gift .message .inner p{
        width:calc(100% - 90px);
        font-size:16px;
    }
    .gift .message ul.message_list{
        margin: 20px 0;
    }
    .gift .message ul.message_list li{
        width:18%;
        margin: 6px 0;
    }
}

/*  gift_list
------------------------*/
.gift .gift_list ul.search_list{
    margin-bottom: 30px;
}
@media screen and (max-width:768px){
    .gift .gift_list ul.search_list{
        margin-bottom: 10px;
    }
}


/** ================================================================================
05: 大黒屋のこだわり
================================================================================ **/
/*  kodawari
------------------------*/
.concept .kodawari {
    margin-top: 30px;
}
.concept .kodawari .inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin:0 auto;
}
.concept .kodawari .inner.txtR{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.concept .kodawari .inner h3{
    width:48%;
    margin-bottom: 40px;
    padding:0 0 16px 1em;
    text-align: left;
    color: #b92535;
}
.concept .kodawari .inner figure{
    width:320px;
    height: 320px;
    margin: 20px;
    border-radius: 50%;
}
.concept .kodawari p{
    margin-top: -90px;
    padding: 90px 40px 30px;
    background: #f5f0e6;
}

@media screen and (max-width:768px){
    .concept .kodawari .inner{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin:0 auto 18px;
    }
    .concept .kodawari .inner.txtR{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .concept .kodawari .inner h3{
        width:80%;
        margin-bottom: 20px;
        padding:0 0 10px;
        text-align: center;
    }
    .concept .kodawari .inner figure{
        width:60vw;
        height: 60vw;
        max-width:360px;
        max-height: 360px;
        margin: 0 auto;
    }
    .concept .kodawari p{
        width:100%;
        padding: 90px 20px 30px;
    }
}


/** ================================================================================
06: スタッフ紹介
================================================================================ **/
/*  sawai
------------------------*/
.staff .sawai .inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:90%;
    margin: 0 auto;
}
.staff .sawai .inner figure{
    width:36%;
}
.staff .sawai .inner figure figcaption{
    margin:10px 0;
    text-align: center;
}
.staff .sawai .inner figure figcaption strong{
    padding-left: 10px;
    font-size:1.6em;
    color: #a86f4c;
}
.staff .sawai .inner p{
    width:58%;
}

@media screen and (max-width:768px){
    .staff .sawai .inner{
        width:90%;
    }
    .staff .sawai .inner figure{
        width:70%;
        margin: 0 auto 10px;
    }
    .staff .sawai .inner figure img{
        height: auto;
    }
    .staff .sawai .inner figure figcaption strong{
        font-size:1.4em;
    }
    .staff .sawai .inner p{
        width:100%;
    }
}

/*  others
------------------------*/
/*現在非表示にしてます。*/
.staff .others{
    display: none;
}

.staff .others.bg{
    background: rgba(245,240,230,.8);
}
.staff .others ul{
    margin-bottom: 30px;
}
.staff .others ul li figure{
    width:220px;
    height: 220px;
    border-radius: 50%;
}
.staff .others ul li dl dt{
    font-size:15px;
    color: #a86f4c;
    text-align: center;
}
.staff .others ul li dl dd.position{
    font-size:13px;
    text-align: center;
}

@media screen and (max-width:768px){
    .staff .others ul{
        margin-bottom: 30px;
    }
    .staff .others ul li figure{
        width:70vw;
        max-width: 380px;
        height: 70vw;
        max-height: 380px;
        margin: 0 auto 10px;
    }
    .staff .others ul li dl dt{
        font-size:18px;
    }
    .staff .others ul li dl dd.position{
        font-size:14px;
    }
}


/** ================================================================================
07: スペシャルポイントカード
================================================================================ **/
/*** 20190621 修正 ***/
.pointcard .yanca .sec_inner figure{
    margin: 50px auto 30px;
}
.pointcard .concept .kodawari .inner figure{
    border-radius: 0;
}
.pointcard .concept .kodawari .bg_box{
    padding: 30px 40px;
    background: #f5f0e6;
}
.pointcard .concept .kodawari .bg_box>div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border: 5px solid #fff;
}
.pointcard .concept .kodawari .bg_box div figure{
    width:130px;
    height: 130px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    text-align: center;
    position: relative;
}
.pointcard .concept .kodawari .bg_box div figure img{
    width:90%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pointcard .concept .kodawari .bg_box div figure::before{
    content: "";
    display: block;
    width:130px;
    height: 130px;
    background: #fff;
    background: #b92535;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.pointcard .concept .kodawari .bg_box div p{
    margin: 0;
    padding: 0;
    background: none;
}

@media screen and (max-width: 768px) {
    .pointcard .yanca .sec_inner figure{
        margin: 30px auto 20px;
    }
    .pointcard .concept .kodawari .bg_box{
        padding: 20px 30px;
    }
    .pointcard .concept .kodawari .bg_box>div{
        padding: 15px;
        border: 3px solid #fff;
    }
    .pointcard .concept .kodawari .bg_box div figure{
        width:20vw;
        height: 20vw;
        max-width:130px;
        max-height: 130px;
        margin-right: 20px;
    }
    .pointcard .concept .kodawari .bg_box div figure img{
        width:90%;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .pointcard .concept .kodawari .bg_box div figure::before{
        width:20vw;
        height: 20vw;
        max-width:130px;
        max-height: 130px;
    }

}








/*  yanca
------------------------*/
.pointcard .yanca{
    padding-top: 50px;
    background-image: url(../images/bg_pattern1.svg);
}
.pointcard .yanca::before{
    background: rgba(255,245,210,.9);
}

.pointcard .yanca .inner{
    width:94%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pointcard .yanca .inner figure{
    width: 56%;
}
.pointcard .yanca .inner .inner_R{
    width:42%;
    padding-top: 40px;
}
.pointcard .yanca .inner .inner_R p{
    margin:0 0 0 16px;
    font-size:24px;
    line-height:1.4;
}
.pointcard .yanca .inner .inner_R ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 16px auto;
}
.pointcard .yanca .inner .inner_R ul li{
    width:32%;
}
.pointcard .yanca .inner .inner_R ul li img{
    width:100%;
}
.pointcard .yanca .point{
    width:88%;
    margin: 50px auto 0;
    padding:20px 30px;
    background: #fff;
    position: relative;
}
.pointcard .yanca .point::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform:translateX(-20px);
    transform:translateX(-20px);
    width: 0;
    height: 0;
    border-bottom: 40px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.pointcard .yanca .point p{
    margin: 0 0 14px;
    text-indent: -1em;
    padding-left: 1em;
}
.pointcard .yanca .point p strong{
    margin-bottom: 0;
}
/*  anathershop
------------------------*/
.pointcard .anothershop{
    margin-top: 0;
    text-align: center;
}
.pointcard .anothershop ul{
    width:88%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}
.pointcard .anothershop ul li{
    width:48%;
    padding: 14px 20px;
    font-size:16px;
    color: #a86f4c;
    background: rgba(245,240,230,.8);
}
.pointcard .anothershop ul li a{
    display: block;
    font-size:14px;
}

@media screen and (max-width:768px){
    /*  yanca
    ------------------------*/
    .pointcard .yanca{
        padding-top: 30px;
    }
    .pointcard .yanca .inner{
        width:100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .pointcard .yanca .inner figure{
        width: 68%;
        max-width:340px;
        margin: 0 auto;
    }
    .pointcard .yanca .inner .inner_R{
        width:80%;
        margin: 0 auto;
        padding-top: 10px;
    }
    .pointcard .yanca .inner .inner_R p{
        margin:0;
        font-size:22px;
        text-align: center;
    }
    .pointcard .yanca .inner .inner_R ul{
        max-width:420px;
        margin: 16px auto;
    }
    .pointcard .yanca .point{
        width:100%;
        margin: 20px auto 0;
        padding:20px;
    }
    .pointcard .yanca .point::before {
        top: -30px;
        -webkit-transform:translateX(20px);
        transform:translateX(-20px);
        border-bottom: 30px solid #fff;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
    }
    .pointcard .yanca .point p{
        margin: 0 0 14px;
        text-indent: -1em;
        padding-left: 1em;
    }
    .pointcard .yanca .point p strong{
        margin-bottom: 0;
    }
    /*  anathershop
    ------------------------*/
    .pointcard .anothershop ul{
        width:100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .pointcard .anothershop ul li{
        width:100%;
        margin:0 auto 10px;
    }
    
}



/** ================================================================================
08: お取り寄せ方法
================================================================================ **/
.howtobuy .bg{
    background: rgba(245,240,230,.8);
}
.howtobuy a:not([href^="tel"]){
    text-decoration: underline;
}.howtobuy a:not([href^="tel"]):hover{
    text-decoration: none;
}
.howtobuy .note{
    margin-top: 10px;
    color: #b92535;
}
.howtobuy .point{
    display: inline-block;
    margin-top: 14px;
    padding:6px 14px;
    border: 1px solid #000;
}
.howtobuy .point b{
    font-weight: bold;
}

.howtobuy table.tbl{
    margin-top: 20px;
}
.howtobuy table.tbl td{
    background:#fff;
}
.howtobuy .lead{
    padding:18px;
    color: #000;
    line-height: 1.8;
    background-image: url(../images/bg_pattern2.svg);
}
.howtobuy .lead::before{
    background: rgba(251,243,220,.8);
    z-index: -1;
}
.howtobuy .howto01 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 40px;
}
.howtobuy .howto01 ul li{
    width:220px;
    text-align: center;
}
.howtobuy .howto01 ul li a {
    color: #b92535;
    text-decoration: none;
}
.howtobuy .howto01 ul li a:not(.sp) {
    display: block;
}
.howtobuy .howto01 ul li a .ico{
    width:200px;
    height: 200px;
    border: 1px solid #b92535;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 50%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 auto 20px;
    font-family: 'Noto Serif CJK JP Sub';
    text-decoration: none;
}.howtobuy .howto01 ul li a:hover .ico{
    background: rgba(185,37,53,.1);
    border: none;
}
.howtobuy .howto01 ul li a .ico img{
    display: block;
    width:40%;
    margin:0 0 10px;
}
.howtobuy .howto01 ul li a .ico span{
    display: block;
    width:100%;
    font-size: 16px;
    font-weight: bold;
}
.howtobuy .howto01 ul li a p{
    display: block;
    margin: 4px auto;
    font-size:14px;
    font-weight: bold;
    text-decoration: underline;
}.howtobuy .howto01 ul li a:hover p{
    text-decoration: none;
}
.howtobuy .howto01 ul li>p{
    font-size:12px;
}
.howtobuy .howto01 ul li p span{
    display: block;
    margin:4px auto;
    font-size:14px;
}
.howtobuy .howto02 .tbl{
    margin: 14px auto 0;
}
.howtobuy .howto02 .tbl th{
    background: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.howtobuy .howto03 ul{
    width:70%;
    margin: 0 auto;
}
.howtobuy .howto03 ul li{
    margin:0 auto 8px;
    padding-left: 15px;
    text-indent: -1em;
}
.howtobuy .howto03 ul li::before{
    content: "●";
    padding-right: 0.5em;
    font-size:10px;
}
.howtobuy .howto04 .red{
    display: block;
}
.howtobuy .howto04 .point a[href^="tel"]{
    font-size:18px;
}

.howtobuy .howto05 table.tbl{
    width:80%;
}
.howtobuy .howto05 table.tbl th{
    width:16%;
}
.howtobuy .howto05 table.tbl td:first-of-type{
    width:60%;
    background: rgba(245,240,230,.5);
}
.howtobuy .howto05 table.tbl+.note{
    width:80%;
    margin: 10px auto;
    text-align: left;
}
.howtobuy .howto06 table.tbl{
    width:80%;
}
.howtobuy .howto06 table.tbl th{
    width:25%;
    text-align: left;
}

@media screen and (max-width:768px){
    .howtobuy .bg::before{
           content:"";
           display:block;
           height: 122px;/* ヘッダの高さ = 50px */
           margin: -122px 0 0;/* ヘッダの高さ = 50px */
    }
    
    .howtobuy .note{
        margin-top: 10px;
    }
    .howtobuy .point{
        display: inline-block;
        margin-top: 14px;
        padding:6px 14px;
    }
    .howtobuy .center p:not(.note){
        text-align: left;
    }

    .howtobuy table.tbl{
        margin-top: 20px;
        font-size: 12px;
    }
    .howtobuy .lead{
        padding:14px 18px;
        line-height: 1.6;
    }
    .howtobuy .howto01 ul{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
    }
    .howtobuy .howto01 ul li{
        width:100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px;
        text-align: left;
    }
    .howtobuy .howto01 ul li a .ico{
        width:22vw;
        height: 22vw;
        margin:0;
    }
    .howtobuy .howto01 ul li a .ico img{
        margin:0;
    }
    .howtobuy .howto01 ul li a .ico span{
        font-size: 12px;
        text-align: center;
    }
    .howtobuy .howto01 ul li a p.pc{
        display: none;
    }
    
    
    .howtobuy .howto01 ul li>p{
        width:calc(100% - 25vw);
    }
    .howtobuy .howto01 ul li p a{
        display: block;
        font-size:14px;
        color: #b92535;
        font-weight: bold;
    }
    .howtobuy .howto01 ul li p a,
    .howtobuy .howto01 ul li p span{
        margin: 0;
    }
    .howtobuy .howto02 p .strng{
        text-align: center;
    }
    .howtobuy .howto02 .tbl th{
        font-weight: normal;
    }
    .howtobuy .howto03 ul{
        width:100%;
    }
    .howtobuy .howto05 table.tbl{
        width:100%;
    }
    .howtobuy .howto05 table.tbl th{
        width:16%;
    }
    .howtobuy .howto05 table.tbl td:first-of-type{
        width:60%;
    }
    .howtobuy .howto05 table.tbl+.note{
        width:100%;
    }
    .howtobuy .howto06 table.tbl{
        width:100%;
    }
    .howtobuy .howto06 table.tbl th{
        width:25%;
    }
}


/** ================================================================================
09: 新着・ブログ（一覧）
10: 新着・ブログ（詳細）
================================================================================ **/
/*  sec_list
------------------------*/
.blog .sec_list ul.news_list dl dt{
    color: #b92535;
}

/*  sec_blog
------------------------*/
.blog h3.detail_ttl{
    margin-bottom: 40px;
    padding-bottom: 10px;
}
.blog .sec_blog{
    margin-top: 90px;
}
.blog .sec_blog .data{
    width:700px;
    margin-left: auto;
    margin-right: auto;
}
.blog .sec_blog .fix{
    width:700px;
    margin:10px auto 50px;
}
.blog .sec_blog .fix>*{
    display:block;
    margin:0 auto 20px;
}
.blog .sec_blog .fix figure{
    text-align:center;
}
.blog .sec_blog .fix figure img{
    width:auto;
    max-width:100%;
}
.blog .sec_blog .fix p{
    width:90%;
}
.blog .sec_blog .fix p.cap{
    margin-top:-15px;
    font-size:0.95em;
}


.blog .sec_blog a.similar{
    display: block;
    font-size:16px;
    color: #b92535;
    text-align: center;
    text-decoration: underline;
}

@media screen and (max-width:768px){
    .blog h3.detail_ttl{
        margin-bottom: 20px;
    }
    .blog .sec_blog{
        margin-top: 20px;
    }
    .blog .sec_blog .data{
        width:100%;
    }
    .blog .sec_blog .fix{
        width:100%;
        margin-bottom:30px;
    }
    .blog .sec_blog .fix>*{
        /*    margin-bottom:20px;*/
    }
    .blog .sec_blog .fix p{
        width:100%;
    }
    .blog .sec_blog a.similar{
        width:90%;
        margin: 0 auto;
        font-size:14px;
    }
}


/** ================================================================================
11: 店舗紹介
================================================================================ **/
/*  ｄirect
------------------------*/
.shop .direct{
    background-image: url(../images/bg_pattern3.svg);
}
.shop .direct::before{
    background: rgba(245,240,230,.8);
}
.shop .direct .inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 20px;
}
.shop .direct .sec_inner>*+h3{
    margin-top: 50px;
}
.shop .direct .inner figure{
    width:390px;
    height: 300px;
}
.shop .direct .inner table{
    width:340px;
}
.shop .direct .inner table th{
    width:6em;
    padding:4px 10px;
    text-align: left;
    vertical-align: top;
}

/**gmap**/
.shop .direct .gmap{
    position: relative;
    padding-bottom: 220px;/** ←%でも可。%指定だと幅によって高さが変わるが、vhなら幅が変わっても高さは変わらない！**/
    height: 0;
    overflow: hidden;
}
.shop .direct .gmap iframe,
.shop .direct .gmap object,
.shop .direct .gmap embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shop .direct .inner table td a[href^="tel"]{
    font-size:22px;
    color: #b92535;
}


/**枚方つーしん**/
.shop .direct .hiratsu_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 auto 30px;
}
.shop .direct a.btn_hiratsu{
    width:45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto 0;
    padding:6px 10px;
    font-size:14px;
    background: #fff;
    border: 2px dotted #000;
}.shop .direct a.btn_hiratsu:hover{
    text-decoration: none;
    border-color: #b92535;
}
.shop .direct a.btn_hiratsu img{
    width:50%;
    margin: 0 20px 0 0;
}
.shop .direct a.btn_hiratsu.hiratsu2 img{
    width:40%;
}

/*  not_ｄirect
------------------------*/
.shop .not_direct{
    text-align: center;
}
.shop .not_direct p.lead{
    margin-bottom: 0;
    color: #b92535;
}
.shop .not_direct h4.h4_ttl2{
    margin-bottom: 24px;
}
.shop .not_direct table.tbl+h4.h4_ttl2{
    margin-top: 50px;
}
.shop .not_direct h4.h4_ttl2+a{
    display: block;
    margin: -10px auto 10px;
    position: relative;
}
.shop .not_direct h4.h4_ttl2+a img:hover{
    opacity: .5;
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
}
.shop .not_direct h4.h4_ttl2+a::after{
    content: url(../images/ico_newwindow.svg);
    position: relative;
    top: -6px;
    left: 16px;
}
.shop .not_direct h4.h4_ttl2+a img{
    max-width:140px;
    max-height: 46px;
    vertical-align: bottom;
}
.shop .not_direct table.tbl{
    width:80%;
    border-color: rgba(168, 111, 76,.6);
}
.shop .not_direct table.tbl tr+tr{
    border-top: 1px solid rgba(168, 111, 76,.6);
}
.shop .not_direct table.tbl th,
.shop .not_direct table.tbl td{
    border: none;
    vertical-align: middle;
}
.shop .not_direct table.tbl th{
    width:30%;
}
.shop .not_direct table.tbl td dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.shop .not_direct table.tbl td dl+dl{
    margin-top:4px;
}
.shop .not_direct table.tbl td dl dt{
    width:6em;
}
.shop .not_direct table.tbl td dl dd a[href^="tel"]{
    font-size:16px;
}

/*  company
------------------------*/
.shop .company{
    background: rgba(245,240,230,.8);
}
.shop .company table.tbl{
    width:80%;
}
.shop .company table.tbl th{
    width:20%;
    text-align: left;
}
.shop .company table.tbl td{
    background: #fff;
}

@media screen and (max-width:768px){
    /*  ｄirect
    ------------------------*/
    .shop .direct .inner{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto 20px;
    }
    .shop .direct .sec_inner>*+h3{
        margin-top: 30px;
    }
    .shop .direct .inner figure{
        width:70vw;
        height: 60vw;
        margin: 0 auto 16px;
    }
    .shop .direct .inner table{
        width:100%;
        line-height: 1.5;
    }
    .shop .direct .inner table th{
        padding:4px 10px;
    }
    .shop .direct .inner table td a[href^="tel"]{
        font-size:20px;
    }
    
    /**gmap**/
    .shop .direct .gmap{
        padding-bottom: 30vh;/** ←%でも可。%指定だと幅によって高さが変わるが、vhなら幅が変わっても高さは変わらない！**/
    }
    .shop .direct a.btn_hiratsu{
        width:80%;
        max-width:340px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 26px;
        font-size:14px;
        border-width: 1px;
    }
    .shop .direct a.btn_hiratsu img{
        width:50%;
        max-width:200px;
        margin: 0 20px;
    }

    /*  not_ｄirect
    ------------------------*/
    .shop .not_direct p.lead{
        margin-bottom: 0;
        color: #b92535;
    }
    .shop .not_direct h4.h4_ttl2{
        margin-bottom: 24px;
    }
    .shop .not_direct table.tbl+h4.h4_ttl2{
        margin-top: 30px;
    }
    .shop .not_direct table.tbl{
        width:100%;
    }
    .shop .not_direct table.tbl th,
    .shop .not_direct table.tbl td{
        display: block;
        width:100%;
        padding:6px 10px;
    }
    .shop .not_direct table.tbl td dl dd{
        width:calc(100% - 6em);
    }
    .shop .not_direct table.tbl td dl dd a[href^="tel"]{
        font-size:16px;
    }

    /*  company
    ------------------------*/
    .shop .company table.tbl{
        width:100%;
    }
}



/** ================================================================================
12: プライバシーポリシー
================================================================================ **/
.privacy h3:not(.h3_ttl){
    margin: 30px auto 10px;
    font-size:20px;
    text-align: left;
}


/** ================================================================================
13: WEB注文
14: お問い合わせ
================================================================================ **/
.order a:not[href^=tel],
.contact a:not[href^=tel]{
    text-decoration: underline;
}
.important{
    width:74%;
    padding:4px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #b92535;
    border:1px solid #b92535;
}
.important strong{
    display: inline-block;
    margin: 0 auto 4px;
    font-size:18px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

.order .weborder p,
.contact .webcontact p{
    margin: 20px auto;
    text-align: center;
}


/*  WEB注文　停止用
------------------------*/
#online-off{
	margin: 50px auto;
	min-height: 340px;
}

@media screen and (max-width: 768px) {
	#online-off{
		margin: 30px auto;
		min-height: 160px;
	}
}


/*  WEB注文　フォーム
------------------------*/
.order p.lead{
    color: #000;
}
.order .table table th .note{
    font-size: 13px;
    color: #333;
}
.order .table table td{
    overflow: hidden;
}
.order .table table td a{
    font-size: 0.9em;
    color: #333;
    text-decoration: underline;
}
.order .table table td.pay strong{
    color: #b92535;
    font-weight: bold;
}
.order .table table td.pay .bank{
    margin-top: 10px;
    padding:6px 10px;
    font-weight: normal;
    /*    background: rgba(245,240,230,.8);*/
    background: rgba(185, 37, 53,.1);

}
.order .table table td.pay .bank span{
    font-weight: bold;
}
.order .table table td .side{
    float: left;
    width:50%;
}
.order .table table .tyumon td .side:first-of-type{
    width:70%;
}
.order .table table .tyumon td .side:first-of-type input{
    width:95%;
}
.order .table table .tyumon td .side:last-of-type{
    width:30%;
}
.order .table table .tyumon td .side:last-of-type input{
    width:6em;
}
.order .table table .tyumon td .side:last-of-type .owlet-input-sample{
    display: none;
}
.order .table table tr.noshi .owlet-input-sample{
    margin: 10px auto ;
}
.order .table table tr.noshi .owlet-input-sample:not(:last-of-type){
    border-bottom: 1px dotted #ccc;
}


/**お届け先が別の場合**/
.table table.delivery{
    margin-top: -10px;
}
.order .table table.delivery th.del_ttl{
    padding:6px;
    text-align: center;
    font-weight: bold;
}
.order .table table.delivery th{
    background: rgba(185, 37, 53,.1);
}
@media screen and (max-width:768px){
    .important{
        width:100%;
        padding:8px 10px;
        font-size:11px;
        font-weight: normal;
    }
    .important strong{
        margin-bottom: 6px;
        padding-bottom: 2px;
        font-size:14px;
        line-height: 1.4;
    }
    .order .table table td .side,
    .order .table table .tyumon td .side:first-of-type,
    .order .table table .tyumon td .side:last-of-type{
        float: none;
        width:96%;
    }
    .order .table table.delivery{
        border-color: rgba(185, 37, 53,.2);
    }
    .order .table table.delivery th.del_ttl{
        color: #fff;
        background: #b92535;
    }


    /*お届け希望日時*/
    input[name="input[order_date_date]"]{
        display: block;
    }

    /*確認画面へ*/
    .form_button input[value="確認画面へ　>"]{
        width: 60vw;
        max-width:360px;
    }
}




