@charset "utf-8";

/* CSS Document */
@media screen and (max-width:767px) {
    /* メディアクエリー */

    @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

    @font-face {
        font-family: “源ノ明朝”;
        src: url(“font/SourceHanSerif-Regular.woff”) format(“woff”), url(“font/SourceHanSerif-Regular.otf”) format(“opentype”);
    }

    html {
        -webkit-text-size-adjust: 100%;
        scroll-behavior: smooth;
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font: 15px/1.5 'Noto Sans JP', sans-serif;
        color: #000;
        word-wrap: break-word;
    }

    header,
    article,
    footer,
    aside,
    time,
    nav,
    small,
    section {
        display: block;
    }

    a {
        color: #000;
        text-decoration: none;
    }

    ul li,
    ol li {
        list-style-type: none;
    }

    a img {
        border-style: none;
    }

    img {
        vertical-align: bottom;
        height: auto;
        max-width: 100%;
    }

    .spnone {
        display: none !important;
    }
    
    .ta_c {
        text-align: center;
        margin: 0 auto;
    }

    /***************************************************************************
  ヘッダー
  ***************************************************************************/
    header {
        position: fixed;
        width: 100%;
        z-index: 14;
        height: 60px;
        background: #fdf9f9;
    }

    header .inner {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
    }

    header .right .cart-top {
        position: fixed;
        top: 15px;
        right: 70px;
    }

    header.is-active1 {
        background: #faf6f6;
    }


    .header-logo {
        width: 120px;
        height: auto;
    }

    .cart-top {
        position: relative;
        display: inline-block;
    }

    .online-store {
        margin: 10px 0 0 0;
    }

    .online-store .cart {
        width: 39px;
        height: 32px;
        margin: 0 15px 0 0;
    }

    .cart-amount {
        position: absolute;
        color: #fff;
        background: #ffba27;
        border-radius: 100%;
        top: -10px;
        right: -4px;
        padding: 3px;
        width: 27px;
        height: 27px;
        text-align: center;
        font-size: 13px;
    }

    .online-store .btn-online {
        color: #fff;
        background: #ffba27;
        font-size: 20px;
        padding: 15px 45px;
        margin: 0 0 0 10px;
    }

    header .nav {
        padding: 15px 0 0 0;
        display: flex;
    }


    .header-list .li {
        margin: 0 0 0 10px;
    }

    .header-list .li::before {
        content: "/";
        margin: 0 10px 0 0;
    }

    .header-list .li:first-child::before {
        content: "";
    }

    .header-list2 {
        text-align: right;
        width: 100%;
    }


    .header-list2 .li2 a {
        font-size: 32px;
        font-weight: bold;
        position: relative;
    }

    .header-list2 .li2 a::before {
        content: '';
        display: inline-block;
        background-image: url(../images/common/tel.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 22px;
        height: 27px;
        position: absolute;
        top: 4px;
        left: -24px;
    }

    .header-list2 .li2-last {
        font-size: 15px;
        color: #7f7f7f
    }

    /* 電話追加 */
    .zdo_drawer_nav_wrapper .sp-tel {
        border-bottom: none;
        font-size: 23px;
        padding: 0 0 0 20px;
        display: block;
        width: 170px;
        margin: 0 auto;
        position: relative;
        font-family: 'Noto Sans JP', sans-serif;
        background: url(../images/common/tel.png) no-repeat left center;
        background-size: 18px;
    }

    /* コンタクト追加 */
    .zdo_drawer_nav_wrapper .sp-contact {
        color: #fff;
        font-size: 15px;
        padding: 10px;
        background: #ffba27;
        text-align: center;
        position: relative;
        display: block;
        border-bottom: none;
    }

    /* オンラインストア追加 */
    .zdo_drawer_nav_wrapper .sp-online {
        color: #fff;
        font-size: 15px;
        padding: 10px;
        background: #4d9078;
        text-align: center;
        position: relative;
        display: block;
        margin: 10px 0;
        border-bottom: none;
    }






    /***************************************************************************
  メイン
  ***************************************************************************/



    /***************************************************************************
  トップスライダー
  ***************************************************************************/

    .slider-background {
        background: #fdf9f9;
        padding: 65px 0 0 0;
    }


    .slider-background ul li img {
        margin: 0 0 0 15px;
        width: 238px;
        height: 179px;
    }

    #loopslider {
        margin: 0 auto 15px auto;
        height: 179px;
        width: 100%;
        text-align: left;
        position: relative;
        overflow: hidden;
    }

    #loopslider ul {
        height: 179px;
        float: left;
        display: inline;
        overflow: hidden;
    }

    #loopslider ul li {
        float: left;
        display: inline;
        overflow: hidden;
    }

    /* =======================================
  ClearFixElements
  ======================================= */
    #loopslider ul:after {
        content: ".";
        height: 0;
        clear: both;
        display: block;
        visibility: hidden;
    }

    #loopslider ul {
        display: inline-block;
        overflow: hidden;
    }


    .logo-sp {
        display: block;
        margin: 0 auto;
    }


    #loopslider_r {
        margin: 15px auto 0 auto;
        height: 179px;
        width: 100%;
        text-align: left;
        position: relative;
        overflow: hidden;

    }

    #loopslider_r ul {
        height: 179px;
        float: left;
        display: inline;
        overflow: hidden;
    }

    #loopslider_r ul li {
        float: left;
        display: inline;
        overflow: hidden;
    }

    /* =======================================
  ClearFixElements
  ======================================= */
    #loopslider_r ul:after {
        content: ".";
        height: 0;
        clear: both;
        display: block;
        visibility: hidden;
    }

    #loopslider_r ul {
        display: inline-block;
        overflow: hidden;
    }


    .slider-title {
        padding: 15px 0;
        margin: 0 auto;
        text-align: center;
    }



    .content-center {
        position: relative;
    }

    .slider-fixed .facebook {
        width: 43px;
        height: 43px;
        position: absolute;
        top: 210px;
        left: -90px;

    }

    .slider-fixed .insta {
        width: 43px;
        height: 43px;
        position: absolute;
        top: 210px;
        left: -15px;
    }

    .slider-fixed .twitter {
        width: 43px;
        height: 43px;
        position: absolute;
        top: 210px;
        right: -100px;
    }






    .btn-orange {
        color: #fff;
        background: #ffba27;
        font-size: 20px;
        padding: 15px 45px;
        position: absolute;
        top: 280px;
        left: -105px;
        width: 130px;
    }


    .cart-top {
        position: relative;
        display: inline-block;
    }

    .online-store {
        margin: 10px 0 0 0;
    }

    .cart2 {
        width: 39px;
        height: 32px;
        margin: 0 15px 0 0;
        position: absolute;
        top: 350px;
        left: -25px;
    }

    .cart-amount2 {
        position: absolute;
        color: #fff;
        background: #ffba27;
        border-radius: 100%;
        top: 340px;
        right: -25px;
        padding: 3px;
        width: 27px;
        height: 27px;
        text-align: center;
        font-size: 13px;
    }





    /***************************************************************************
  コンセプト
  ***************************************************************************/
    .jamday {
        padding: 30px 0 0 0;
    }


    .concept {
        text-align: center;
        padding: 0 10px 40px 10px;
    }

    .concept .h2 {
        font-size: 24px;
        font-family: 'Raleway', "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Gothic", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        position: relative;
        display: inline;
    }

    /* .concept .h2:before{
  content: "";
  display: inline-block;
  background-image: url(../images/common/concept.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 67px;
  height: 45px;
  position: absolute;
  top: -28px;
  left: -30px;
  } */


    .concept .h2 .size {
        font-size: 22px;
    }

    .concept .h3 {
        font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
        padding: 25px 0 0 0;
        color: #ffba27;
    }

    .concept .p {
        font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
        font-size: 13px;
        line-height: 2.0;
        margin: 30px 0 30px 0;
        text-align: left;
    }

    .btn-concept {
        font-size: 18px;
        background: #ffba27;
        color: #fff;
        padding: 10px 30px;
    }

    .jamday .background {
        height: 619px;
        width: 100%;
        object-fit: cover;
    }



    /***************************************************************************
  パララックス
  ***************************************************************************/

    .js-background-image {
        width: 100%;
        height: 230px;
        background: url(../images/top/background.png) no-repeat center top;
        background-attachment: scroll;
        background-size: cover;

    }


    /* .background-image:before{
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/top/background.png) center no-repeat;
  height: 230px;
  background-size: cover;
  width: 100%;
  } */



    /***************************************************************************
  new
  ***************************************************************************/
    .new {
        background: #faf6f6;
        padding: 0 0 45px 0;
    }

    .new-content {
        padding: 45px 0 25px 0;
    }

    .new-content .h2 {
        font-family: 'Raleway', "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Gothic", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 28px;
        display: block;
        position: relative;
        text-align: center;
        font-weight: normal;
    }

    /* .new-content .h2:before{
  content: "";
  display: inline-block;
  background-image: url(../images/common/new.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 96px;
  height: 50px;
  position: absolute;
  top: -28px;
  left: 62px;
  } */

    .new-content .p {
        margin: 0;
        padding: 10px;
        font-size: 15px;
        color: #ffba27;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        line-height: 2.0;
        text-align: center;
    }




    #loopslider2 {
        margin: 0 auto;
        height: 179px;
        width: 100%;
        text-align: left;
        position: relative;
        overflow: hidden;
    }

    #loopslider2 ul {
        height: 179px;
        float: left;
        display: inline;
        overflow: hidden;
    }

    #loopslider2 ul li {
        float: left;
        display: inline;
        overflow: hidden;
    }

    #loopslider2 img {
        padding: 0 0 0 15px;
    }

    #loopslider2 .anime {
        position: relative;
        overflow: hidden;
        width: 238px;
    }

    /* =======================================
  ClearFixElements
  ======================================= */
    #loopslider2 ul:after {
        content: ".";
        height: 0;
        clear: both;
        display: block;
        visibility: hidden;
    }

    #loopslider2 ul {
        display: inline-block;
        overflow: hidden;
    }


    .a-hover:hover {
        opacity: 1.0;
    }

    .absolute {
        position: absolute;
        top: 0;
        left: 15px;
        z-index: 2;
        width: 223px;
        height: 100%;
        background: rgba(255, 186, 39, .8);
        -webkit-transition: .3s;
        transition: .3s;
        opacity: 0;
        text-align: center;
        font-size: 12px;
        font-family: 'Noto Sans JP', sans-serif;
        color: #fff;

    }

    .anime:hover .absolute {
        opacity: 1;
    }

    .absolute-frame {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 93%;
        height: 93%;
        border: 2px solid #fff;
        margin: 10px;
        box-sizing: border-box;
    }

    .absolute-p {
        margin: 0;
    }

    .absolute-p .more {
        position: absolute;
        bottom: 20px;
        right: 35px;
    }

    .absolute-p .margin {
        margin: 0 0 0 5px;
    }

    .btn-padding {
        padding: 40px 0 0 0;
    }


    .btn-online1 {
        color: #fff;
        background: #ffba27;
        font-size: 18px;
        padding: 10px 30px;
        text-align: center;
        display: table;
        margin: 0 auto;
    }

    /***************************************************************************
  お知らせ
  ***************************************************************************/
    .info {
        padding: 0 0 50px 0;
/*        border: 1px solid #ffba27;*/
        margin: 10px;
    }

    .info-width {
        text-align: center;
        padding: 40px 0 15px 0;
    }

    .info-width .h2 {
        font-size: 24px;
        display: inline;
        position: relative;
    }

    .info-width .h2 .span {
        font-size: 22px;
    }


    .info-detail {
        padding: 20px 10px 0px 10px;
        margin: 0 0 40px;
    }

    .info-detail-head {
        width: 230px;
        margin: 0 auto;
        padding: 15px 0 20px 0;
    }
    
    .info-detail-head figure {
    position: relative;
    }

    .info-detail-head .span {
        position: absolute;
        bottom: 0px;
        right: 0;
        color: #fff;
        background: #ffba27;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 13px;
        padding: 5px 15px;
    }

    .info-detail-body .p1 {
        margin: 0;
        font-size: 13px;
        text-align: right;
        color: #c3c3c3;
    }

    .info-detail-body .h4 {
        padding: 5px 0 0 0;
        text-align: center;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 15px;
    }

    .info-detail-body .content {
        margin: 0;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 10px;
    }


    .info-archive {
        display: block;
        text-align: center;
    }

    .info-archive .btn-archive {
        color: #fff;
        background: #ffba27;
        padding: 10px 30px;
        font-size: 18px;
    }

    /***************************************************************************
  インスタ
  ***************************************************************************/
    .insta_area {
        background-image: url(../images/common/insta.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .insta-background {
        height: 100%;
        background: rgba(255, 255, 255, 0.7);
        padding: 30px 10px 50px;
    }

    .insta-width {
        padding: 15px 0 0 0;
        text-align: center;
    }

    .insta_area h2 {
        background: url(../images/top/instalogo1.png) no-repeat top center;
        background-size: 26px;
        padding: 30px 0 0;
        margin: 0 0 30px;
    }


    .btn-jamday {
        color: #ffba27;
        padding: 10px 10px;
        background: #fff;
        font-size: 15px;
    }

    .btn-jamday::after {
        content: '';
        display: inline-block;
        background-image: url(../images/top/link.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 16px;
        height: 13px;
        vertical-align: middle;
        margin: 0 0 0 10px;
    }

    #instafeed_diary {
        display: flex;
        justify-content: center;
        margin: 0 0 45px;
        flex-wrap: wrap;
    }

    #instafeed_diary li {
        margin: 0 0 15px;
        margin: 0 5px 10px;
    }

    #instafeed_diary li figure {
        overflow: hidden;
        margin: 0 0 5px;
    }

    #instafeed_diary figure img {
        object-fit: cover;
        width: 135px;
        height: 135px;
    }

    #instafeed_diary .txt_ttl {
        font-size: 13px;
        text-decoration: underline;
    }

    #instafeed_diary .cont_txt {
        display: none;
    }

    #instafeed_diary li:hover img {
        opacity: 0.5;
    }

    #instafeed_diary li:hover .txt_ttl {
        color: #777;
    }


    /***************************************************************************
  お知らせページ(single)
  ***************************************************************************/


    .blog-detail {
        width: 100%;
        padding: 25px 10px 20px 10px;
        font-family: 'Noto Sans JP', sans-serif;

    }

    .blog-detail-left .date {
        margin: 0;
        padding: 3px;
    }

    .figure-width img {
        max-width: 100%;
        padding: 0 0 15px 0;
    }
    
    .b_title {
        border-bottom: 1px solid #ccc;
    }

    .info1-blog {
        padding: 5px 15px;
        background: #ffba27;
        color: #fff;
        display: inline-block;
        font-size: 13px;
    }

    .blog-detail-left h3 {
        font-size: 20px;
    }

    .blog-detail-left-content {
        padding: 20px 10px 10px 15px;
        margin: 0 0 40px;
    }

    .blog-detail-left-content .p1 {
        margin: 0 0 20px 0;
    }

    .blog-detail-left-content .link-detail {
        color: #4d9078;
    }

    .link-detail:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    .blog-detail-left-content .figure-width {
        width: 100%;

    }

    .blog-detail-left-content img {
        max-width: 100%;
        max-height: 100%;
    }

    .blog-detail-left-content .p2 {
        margin: 20px 0 20px 0;
    }

    .blog-detail-left-content .pager {
        display: flex;
        justify-content: space-between;
        margin: 0 0 20px 0;
    }

    .pager a {
        margin: 0;
        color: #ffba27;
        font-size: 20px;
    }
    
    #but_area {
        margin: 0 0 20px;
    }
    
    #but_area #next {
        float: right;
    }

    #but_area #prev {
        float: left;
    }

    #but_area a {
        color: #ffba27;
        font-size: 14px;
        text-decoration: underline;
    }


    .btn-back {
        color: #fff;
        background: #ffba27;
        font-size: 20px;
        padding: 10px 85px;
        width: 60px;
        display: block;
        margin: 0 auto;
        text-align: center;
    }



    /***************************************************************************
  アクセス
  ***************************************************************************/
    .access {
        text-align: center;
        padding: 50px 0 25px 0;
    }

    .access .h2 {
        font-size: 28px;
        font-family: 'Raleway', "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Gothic", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        position: relative;
        display: inline;
        font-weight: normal;
    }

    .access .h2:before {
        content: "";
        display: inline-block;
        background-image: url(../images/common/access.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 59px;
        height: 43px;
        position: absolute;
        top: -14px;
        left: -44px;
    }

    .access .p {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 15px;
        color: #3f3f3f;
        padding: 15px 0 28px 0;
        margin: 0;
        font-weight: bold;
    }

    .access .map {
        width: 100%;
        height: 150px;
    }
    
    #bun_area {
        padding: 0 0 40px;
        text-align: center;
        margin: 0 10px;
    }

    /***************************************************************************
  フッター
  ***************************************************************************/
    #pagetop {
        position: fixed;
        background-color: #fff;
        border: 3px solid #000;
        right: 15px;
        bottom: 15px;
        padding: 10px 0;
        border-radius: 50px;
        width: 50px;
        height: 50px;
        text-align: center;
        display: block;
        z-index: 2;
    }



    .footer {
        background: #faf6f6;
    }



    .contact-info {
        padding: 40px 0 20px 0;

    }

    .contact-info .tel {
        font-size: 30px;
        font-weight: bold;
        color: #000;
        position: relative;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .contact-info .tel:before {
        content: '';
        display: inline-block;
        background-image: url(../images/common/tel.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 22px;
        height: 27px;
    }

    .contact-choice {
        padding: 20px;
    }

    .contact-right {
        display: flex;
        padding: 20px;

    }

    .btn-contact {
        color: #fff;
        font-size: 15px;
        padding: 10px;
        background: #ffba27;
        text-align: center;
        position: relative;
        display: block;

    }





    .btn-os {
        color: #fff;
        font-size: 15px;
        padding: 10px;
        background: #4d9078;
        text-align: center;
        position: relative;
        display: block;
        margin: 10px 0 0 0;
    }


    .contact-right .footer-image {
        width: 100px;
        height: 50px;
    }

    .contact-right .p {
        margin: 0 0 0 15px;
        font-size: 15px;
    }

    .copyright {
        text-align: center;
        font-size: 13px;
        color: #ffba27;
        display: block;
    }
    
    /***************************************************************************
    h2_area
    ***************************************************************************/
    
    .h2_area {
        height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 83%;
    }
    
    .position-left {
        width: 100%;
        margin: 0 auto;
        height: 200px;
        position: relative;
    }

    .position-h2 {
        position: absolute;
        display: flex;
        align-items: center;
        font-size: 22px;
        top: 55%;
        left: 10%;
        font-weight: normal;
    }
    
    /************************* パンくず *************************/
    #pankuzu {
        margin-bottom: 30px;
        background-color: #fdf9f9;
    }


    #pankuzu ul {
        box-sizing: border-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        margin: 0 auto;
        max-width: 1000px;
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    #pankuzu li {
        display: inline;
        font-size: 80%;
        padding: 0 10px;
    }

    #pankuzu li a {
        color: #353535;
    }

    
    
    /***************************************************************************
  お知らせページ
  ***************************************************************************/

    .topics-top {
        background-image: url(../images/about/top-image.jpg);
    }

    .blog-space {
        padding: 70px 0;
    }


    .blog-archive {
        width: 100%;
        margin: 30px auto;
        padding: 10px;
    }

    .topics-head figure {
        position: relative;
    }

    .topics-head figure img {
        max-width: 100%;
    }

    .blog-width-a {
        display: block;
        margin: 0 0 30px 0;
    }


    .topics-span {
        position: absolute;
        bottom: 0;
        right: 0;
        color: #fff;
        background: #ffba27;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 13px;
        padding: 5px 10px;
    }
    
    .topics-content {
        color: #555;
    }


    .blog-sidebar {
        width: 100%;
        padding: 10px;
        margin: 30px 0 0 0;
        border-top: 2px solid #d6d6d6;
    }

    .blog-sidebar a {
        margin: 0;
        padding: 10px 0 0 5px;
        border-bottom: 1px solid #d6d6d6;
        display: block;
    }

    .newpost,
    .category {
        padding: 0 0 30px 0;
    }

    .newpost-title,
    .category-title,
    .archive-title {
        text-align: center;
        font-size: 17px;
        color: #ffba27;
        padding: 5px 0;
        position: relative;
        border-bottom: 2px solid #FFBa27;
        margin: 0 0 10px;
    }

    .category-content a,
    .archive-content a {
        text-align: center;
    }
    
    select {
        width: 100%;
        border-radius: 5px;
        border: 1px solid #615c57;
        box-sizing: border-box;
        padding: 5px;
        font-size: 16px;
        -webkit-appearance:none;
        background: url(../images/shopping/arr.png) no-repeat 97% center;
        background-size: 11px;
    }

    .newpost-title:before {
        content: '';
        display: inline-block;
        background-image: url(../images/topics/wing1.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 0.5em;
        height: 0.5em;
        vertical-align: middle;
        padding: 0 10px 15px 0;
        margin: 0 0 0 10px;
        position: absolute;
        top: 10px;
        left: 35px;

    }



    .category-title:before {
        content: '';
        display: inline-block;
        background-image: url(../images/topics/category1.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 0.5em;
        height: 0.5em;
        vertical-align: middle;
        padding: 0 10px 15px 0;
        margin: 0 0 0 10px;
        position: absolute;
        top: 10px;
        left: 35px;

    }


    .archive-title:before {
        content: '';
        display: inline-block;
        background-image: url(../images/topics/archive1.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 1.0em;
        height: 1.0em;
        vertical-align: middle;
        padding: 0 10px 15px 0;
        margin: 0 0 0 10px;
        position: absolute;
        top: 12px;
        left: 35px;

    }

    /***************************************************************************
  アクセスページ
  ***************************************************************************/

    .access-top {
        background-image: url(../images/about/top-image.jpg);
    }


    .shopinfo {
        padding: 50px 0 0 0;
    }

    .shopinfo-width {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
    }

    .shopinfo-width h2 {
        text-align: center;
        font-size: 28px;
        padding: 0 0 20px 0;
        font-weight: normal;
    }

    .shopinfo-width img {
        margin: 0 auto 15px;
        display: block;
    }

    .shopinfo-width table {
        margin: 0 auto;
        width: 100%;
        padding: 10px;
    }

    .shopinfo-width tr {
        border-bottom: 1px solid #d6d6d6;
        margin: 10px 0 0 0;
    }

    .td1,
    .td2 {
        padding: 10px 0 0 5px;
        font-size: 15px;
    }

    .td2 {
        color: #777777;
    }

    .shopinfo-flex {
        padding: 30px 0 20px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .accessmap {
        background-image: url(../images/access/accessmap.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: -34px;
    }

    .accessmap h2 {
        text-align: center;
        font-size: 28px;
        padding: 40px 0 10px 0;
        font-weight: normal;
    }

    .bg-mask {
        height: 100%;
        background: rgba(214, 214, 214, 0.9);
    }

    .map-detail {
        width: 100%;
        height: 400px;
        padding: 0 0 25px 0;
    }

    /***************************************************************************
 ショッピング
 ***************************************************************************/
    .guide-top {
        background-image: url(../images/about/top-image.jpg);
    }


    .shopping-guide {
        padding: 50px 15px 15px 15px;
        width: 100%;
    }

    .shopping-guide h2 {
        text-align: center;
        color: #fff;
        background: #615c57;
        font-size: 22px;
        font-weight: normal;
    }

    .shopping-guide .p-1,
    .p-2,
    .p-3,
    .p-4,
    .p-5 {
        padding: 30px 0 0 0;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .shopping-guide .space {
        margin: 0 0 0 10px;
    }



    .shopping-guide h3 {
        color: #615c57;
        font-size: 18px;
        border-bottom: 3px solid #615c57;
        padding: 0 0 0 15px;
        margin: 0 0 15px;
    }

    .shopping-guide h4 {
        color: #615c57;
        font-size: 16px;
        padding: 0 0 0 10px;
        margin: 10px 0;
    }

    .shopping-guide p {
        color: #615c57;
        font-size: 14px;
        margin: 0;
        margin: 15px;
    }

    .shopping-guide ul li {
        color: #615c57;
        font-size: 14px;
        margin: 0;
        margin: 0px 15px 10px 15px;
        text-indent: -14px;
        padding: 0 0 0 14px;
    }

    .giji {
        position: relative;
    }


    .shopping-guide .giji:before {
        content: "★";
        display: inline-block;
        position: absolute;
        top: 0;
        left: -15px;
    }

    .margin5-1 {
        padding: 25px 0 0 0;
    }

    .ml5-1 {
        padding: 0 0 0 30px;
    }

    .faq {
        background: #faf6f6;
        margin: 0 0 15px 0;
        padding: 30px 0;
    }

    .faq-width {
        width: 100%;
        margin: 0 auto;
        padding: 15px;
    }

    .faq-width h2 {
        font-size: 28px;
        text-align: center;
        margin: 0 0 10px;
        font-weight: normal;
    }

    .faq-q {
        background: #fff;
        padding: 30px 0 25px 45px;
        margin: 0 0 15px 0;
        font-family: 'Noto Sans JP', sans-serif;

    }

    .faq-q h3 {
        font-size: 15px;
        font-weight: bold;
        position: relative;
    }

    .faq-q h3:before {
        content: "Q.";
        display: inline-block;
        font-size: 25px;
        font-family: Raleway;
        color: #4d9078;
        position: absolute;
        top: -9px;
        left: -35px;
    }

    .faq-q P {
        margin: 0;
        padding: 25px 10px 0 0;
        position: relative;
        color: #333;
    }

    .faq-q p:before {
        content: "A.";
        display: inline-block;
        font-size: 25px;
        font-family: Raleway;
        color: #ffba27;
        position: absolute;
        top: 17px;
        left: -33px;
    }

    .faq-q1 {
        margin: 15px 0 0 0;
        background: #fff;
        padding: 30px 0 25px 45px;
    }

    .faq-q1 h3 {
        font-size: 15px;
        position: relative;
    }

    .faq-q1 h3:before {
        content: "Q.";
        display: inline-block;
        font-size: 25px;
        color: #4d9078;
        position: absolute;
        top: -7px;
        left: -35px;
    }

    .faq-q1 P {
        margin: 0;
        padding: 25px 10px 0 0;
        position: relative;
    }

    .faq-q1 p:before {
        content: "A.";
        display: inline-block;
        font-size: 25px;
        color: #ffba27;
        position: absolute;
        top: 17px;
        left: -33px;
    }

    .faq .q-a {
        margin: 0;
        padding: 40px 0 30px 0;
    }

    .faq .color-mail {
        color: #77a896;
        text-decoration: underline;
        font-weight: bold;
    }

    /***************************************************************************
 コンタクトフォーム
 ***************************************************************************/


    .contact-top,.contact-chk-top,.contact-thks-top {
        background-image: url(../images/about/top-image.jpg);
    }


    .contact-form {
        padding: 50px 0 0 0;
    }

    .contact-form-width {
        width: 100%;
        margin: 0 auto;
        padding: 10px 10px 45px;
    }

    .contact-form-width h2 {
        font-size: 28px;
        text-align: center;
        padding: 0 0 20px 0;
        font-weight: normal;
    }

    .contact-form-width .p-res {
        font-size: 15px;
        margin: 0 0 15px 0;
        font-family: 'Noto Sans JP', sans-serif;
        color: #333;
    }

    .contact-form-width .center {
        text-align: center;
        padding: 0 0 48px 0;
    }

    .contact-form-width .table-c {
        width: 100%;
        padding: 10px;
        margin: 0 auto;
        border-top: 1px solid #ccc;
    }

    .table-c tr {
        border-bottom: 1px solid #ccc;
        text-align: center;
        display: block;
    }

    .table-c .left-c {
        background: #f8f8f8;
        padding: 10px;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 16px;
        display: block;
        box-sizing: border-box;
    }

    .table-c .left-c1 {
        background: #f8f8f8;
        padding: 10px;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 16px;
        display: block;

    }

    .table-c td {
        padding: 10px;
        display: block;
        border-top: 1px dotted #ccc;
    }



    .left-c .must,
    .left-c1 .must {
        color: #fff;
        padding: 0 15px;
        background: #ffba27;
        font-size: 10px;
        border-radius: 5px;
        margin: 0 0 0 15px;
    }

    .input-name,
    .input-tel,
    .input-mail {
        padding: 8px;
        width: 100%;
        display: block;
        border-radius: 5px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .textarea {
        width: 100%;
        display: block;
        border-radius: 5px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        height: 250px;
        padding: 5px;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .confirm-c {
        display: block;
        width: 220px;
        color: #fff;
        background: #ffba27;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 15px;
        margin: 20px auto 10px auto;
        padding: 15px;
        text-align: center;
    }

    .privacy-c {
        display: block;
        text-align: center;
        margin: 0 auto;
        font-size: 15px;
        font-family: 'Noto Sans JP', sans-serif;
        color: #84b2a2;
        text-decoration: underline;
    }

    .privacy-c:hover {
        text-decoration: underline;
    }
    
    /* iOSでのデフォルトスタイルをリセット */
    input[type="submit"],
    input[type="button"] {
        border-radius: 0;
        -webkit-box-sizing: content-box;
        -webkit-appearance: button;
        appearance: button;
        border: none;
        box-sizing: border-box;
        cursor: pointer;
    }
    input[type="submit"]::-webkit-search-decoration,
    input[type="button"]::-webkit-search-decoration {
        display: none;
    }
    input[type="submit"]::focus,
    input[type="button"]::focus {
        outline-offset: -2px;
    }

    .input_but {
        background-color: #ffba27;
        color: #fff;
        font-size: 106%;
        padding: 10px 0;
        width: 200px;
        margin: 0 auto 15px;
        display: table;
        text-align: center;
        border-radius: 0;
        border: 1px solid;
    }

    .input_but:hover {
        background-color: #4d9078;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    #inputbut_area {
        display: flex;
        margin: 50px auto;
        flex-wrap: wrap;
    }
    

    /***************************************************************************
特定商取引法表示ページ
***************************************************************************/

    .law-top {
        background-image: url(../images/about/top-image.jpg);
    }

    .law-detail {
        padding: 50px 0 20px 0;
    }

    .law-width {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
    }

    .law-width h2 {
        text-align: center;
        font-size: 28px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: normal;
    }

    .law-table {
        padding: 50px 0 0 0;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .law-table table {
        margin: 0 auto;
        font-size: 13px;
    }

    .law-table tbody {
        border: 1px solid #F5F5F5;
    }

    .law-table tr {
        border: 1px solid #ccc;
    }

    .law-table .th1 {
        background: #F5F5F5;
        padding: 10px;
        width: 100px;
        border-right: 1px solid #ccc;
        color: #333;
        vertical-align: top;
    }

    .law-table .law-td1 {
        text-align: left;
        padding: 15px;
        color: #444;
    }

    /***************************************************************************
コンセプトページ(about)
***************************************************************************/
    
    .about-top {
        background-image: url(../images/about/top-image.jpg);
    }
    
    .about-width {
        width: 100%;
        margin: 0 auto;
        padding: 50px 10px 30px 10px;
    }
    
    .about-title {
        margin: 0 0 30px;
    }

    .about-title h2 {
        font-size: 28px;
        padding: 20px 0 30px 0;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        color: #222;
        font-weight: normal;
        text-align: center;
    }

    .about-title h3 {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 17px;
        color: #ffba27;
        margin: 0 0 30px 0;
        font-weight: bold;
        text-align: center;
    }
    
    .about-width figure {
        text-align: center;
        margin: 0 0 30px;
    }

    .about-title .text_area p {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 15px;
        color: #333;
        line-height: 2.0;
        margin: 0 0 20px;
    }
    
    .about-title .p-height2 {
        margin: 30px 0 10px 0;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 15px;
        color: #333;
    }

    .about-title a {
        width: 220px;
        display: block;
        margin: 0 auto;
        background: #ffba27;
        color: #fff;
        font-size: 20px;
        padding: 10px 15px;
        text-align: center;
    }

    .about-product {
        background-image: url(../images/about/bottom-image.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right bottom;
    }

    .opa-mask {
        height: 100%;
/*        background: rgba(214, 214, 214, 0.75);*/
    }

    .about-product-width {
        width: 100%;
        margin: 0 auto;
        padding: 45px 10px 20px 10px;
    }

    .about-product-width h2 {
        text-align: center;
        font-size: 28px;
        font-weight: normal;
        margin: 0 0 30px;
    }

    .brand-product-head {
        width: 100%;
        background: #fff;
        padding: 10px;
        position: relative;
        margin: 0 0 15px;
    }

    .brand-product-head figure {
        margin: 0 0 10px;
        text-align: center;
    }

    .detail-product {
        clear: both;
    }

    .detail-product h3 {
        font-size: 21px;
        color: #ffba27;
        margin: 0 0 15px;
        text-align: center;
    }

    .detail-product p {
        font-size: 12px;
        color: #555;
        font-family: 'Noto Sans JP', sans-serif;
        margin: 0 0 15px;
    }

    .detail-product-span1 {
        display: block;
        color: #ffba27;
        font-size: 13px;
        font-family: 'Noto Sans JP', sans-serif;
        text-align: right;
        position: absolute;
        right: 35px;
        bottom: 30px;
    }

    .detail-product-span1:after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        content: "\f04b";
        font-weight: bold;
        font-size: 10px;
        right: -15px;
        bottom: 4px;
    }

    .detail-product-span2 {
        display: block;
        color: #ffba27;
        font-size: 13px;
        font-family: 'Noto Sans JP', sans-serif;
        text-align: right;
        position: absolute;
        right: 35px;
        bottom: 10px;
    }

    .detail-product-span2:after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        content: "\f04b";
        font-weight: bold;
        font-size: 10px;
        right: -15px;
        bottom: 4px;
    }
    
    .detail-product-a1 {
        display: block;
        color: #ffba27;
        font-size: 13px;
        font-family: 'Noto Sans JP', sans-serif;
        text-align: right;
        position: relative;
        right: 20px;
    }

    .detail-product-a1:after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        content: "\f04b";
        font-weight: bold;
        font-size: 10px;
        right: -15px;
        bottom: 4px;
    }

    .detail-product-a2 {
        display: block;
        color: #ffba27;
        font-size: 13px;
        font-family: 'Noto Sans JP', sans-serif;
        text-align: right;
        position: relative;
        right: 20px;
    }
    
    .detail-product-a2:after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        content: "\f04b";
        font-weight: bold;
        font-size: 10px;
        right: -15px;
        bottom: 4px;
    }


    .greeting-width {
        width: 100%;
        margin: 0 auto;
        padding: 10px 10px 45px 10px;
    }

    .greeting-width h2 {
        font-size: 28px;
        text-align: center;
        padding: 35px 0 20px 0;
        font-weight: normal;
    }


    .greeting-flex .message h3 {
        font-size: 23px;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        color: #ffba27;
        margin: 20px 0 20px 0;
        text-align: center;
    }

    .greeting-flex .message-p1 {
        color: #333;
        font-size: 15px;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        line-height: 2.0;
        font-weight: bold;
    }

    .greeting-flex .message-p2 {
        color: #333;
        font-size: 15px;
        margin: 40px 0 0 0;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        line-height: 2.0;
        font-weight: bold;
    }

    /***************************************************************************
  オンラインストア
  ***************************************************************************/
    
    .store-top {
        background-image: url(../images/about/top-image.jpg);
    }
    
    .online-store-page {
        margin: 25px 0 0 0;
    }
    
    .online-store-page .bxslider1 a {
        display: block;
    }


    .bxslider-width {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
    }
    
    .store-product-left{
        margin: 0 0 50px 0;
    }
    .store-product-left-a{
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 40px;
    }
    
    .store-product h2 {
        text-align: center;
        margin: 0 0 15px;
        font-weight: normal;
    }
    
     .store-product-left-a a{
         border-bottom: 1px solid #d6d6d6;
    padding: 10px 5px;
    display: block;
    width: calc(100%/3);
    box-sizing: border-box;
    border-right: 1px solid #d6d6d6;        
         position: relative;
    }
    
    .left-box figure {
        position: relative;
    }

    .picup_ico:before {
        position: absolute;
        content: '';
        top: 0;
        right: -4px;
        border: none;
        border-bottom: solid 4px #cf4a2d;
        border-right: solid 4px transparent;
    }

    .picup_ico {  
        display: inline-block;
        position: absolute;
        top: -3px;
        right: 6px;
        margin: 0;
        padding: 3px 0;
        z-index: 2;
        width: 35px;
        text-align: center;
        color: white;
        font-size: 17px;
        background: linear-gradient(#ff785b 0%, #e95738 100%);
        border-radius: 2px 0 0 0;
        font-size: 10px;
    }

    .picup_ico:after {
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        height: 0;
        width: 0;
        border-left: 17px solid #e95738;
        border-right: 18px solid #e95738;
        border-bottom: 5px solid transparent;
    }

    .new_ico {
        color: #f44336;
        font-weight: bold;
        margin-right: 5px;
        font-weight: 17px;
    }
    
    .so_ico {
        position: absolute;
        color: #000;
        font-size: 13px;
        text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px -1px, #fff 0px 1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px;
        left: calc(50% - 34px);
        top: 45%;
        font-weight: bold;
    }
    
    .store-product-left-a a:nth-child(3n){
    border-right: none;
    }
    
    .store-product-left-a a:nth-child(1),.store-product-left-a a:nth-child(2),.store-product-left-a a:nth-child(3) {
        padding-top: 0px;
    }
    
    .left-box img {
        width: 100%;
    }

    .left-box h3 {
        font-size: 14px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: normal;
    }

    .left-box .box-price {
        font-size: 15px;
        font-family: 'Noto Sans JP', sans-serif;
        text-align: right;
        font-weight: bold;
        margin: 15px 0 30px 0;
    }

    .left-box .box-span {
        font-size: 13px;
        color: #ffba27;
        display: block;
        text-align: center;
        position: absolute;
    bottom: 5px;
    left: 25%;
    }

    .left-box .box-span:after {
        font-family: "Font Awesome 5 Free";
        content: "\f04b";
        font-weight: bold;
        font-size: 10px;
        margin: 0 0 0 10px;
    }

    .pagination ul {
        display: flex;
        justify-content: center;
        margin: 45px 0 0 0;
    }

    .pagination .a1 {
        padding: 7px 12px;
        background: #ffba27;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        border: 1px solid #ffba27;
        font-family: 'Noto Sans JP', sans-serif;

    }

    .pagination .another {
        padding: 7px 12px;
        background: #fff;
        color: #ffba27;
        font-size: 15px;
        font-weight: bold;
        border: 1px solid #ffba27;
        margin: 0 0 0 10px;
        font-family: 'Noto Sans JP', sans-serif;

    }



    .search-top p {
        color: #333;
        font-size: 15px;
        font-family: 'Noto Sans JP', sans-serif;
    }
    
    .search-top {
        margin: 0 0 30px;
    }

    .search-bar {
        position: relative;
        border-radius: 3px;
        height: 40px;
    }

    .search-bar .keyword {
        border-radius: 5px;
        height: 40px;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #615c57;
        width: 100%;
        box-sizing: border-box;
        padding: 5px;
    }

    .search-icon {
        position: absolute;
        top: 7px;
        right: 7px;
        font-size: 20px;
        border: none;
        color: #615c57;
        background: none;
    }

    .brand {
        margin: 20px 0 30px 0;
    }

    .brand-title {
        text-align: center;
        border-bottom: 1px solid #000;
        padding: 0 0 5px 0;
        margin: 40px 0 15px 0;
        font-weight: normal;
    }
    .brand-detail{
        margin: 0 3px;
    }    

    .brand-detail a {
        display: flex;
        padding: 10px;
    }
    .brand-detail figure{
        width: 51px;
            height: 51px;
    }
    
    .brand-detail img {
        max-width: 100%;
        max-height: 100%;
    }

    .brand-detail .name1 {
        display: flex;
        align-items: center;
        padding: 0 0 0 10px;
    }
    
    .brand-detail .name1 span {
        margin: 0 0 0 5px;
    }

    .item-bar {
        margin: 0 0 15px 0;
    }

    .item-title,
    .special-title,
    .calendar-title {
        text-align: center;
        border-bottom: 1px solid #000;
        padding: 0 0 5px 0;
        margin: 0 0 15px 0;
        font-weight: normal;
    }

    .name2 a {
        padding: 0 0 15px 0;
        color: #615c57;
        display: block;
        text-align: center;
    }

    .special-bar {
        margin: 0 0 45px 0;
    }
    
    .special-bar ul li {
        margin: 0 0 15px;
    }

    .calendar p {
        text-align: center;
        color: #333;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 15px;
    }

    .lastview {
        background: #fdf9f9;
        padding: 40px 0;
        margin: 65px 0 30px 0;
    }

    .lastview-width {
        width: 95%;
        margin: 0 auto;
        padding: 10px;
    }

    .lastview h2 {
        text-align: center;
        margin: 0 0 20px 0;
    }
    
    .lastview ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .lastview ul li {
        width: 49%;
    }

    .lastview ul li img {
        margin: 0 auto 15px;
        width: 100%;
        height: auto;
    }
    

    .guide {
        margin: 0 0 40px 0;
    }

    .guide-width {
        width: 95%;
        margin: 0 auto;
        border: 3px solid #615c57;
        padding: 10px 10px 30px 10px;
    }
    
    .guide-width h2 {
        text-align: center;
        color: #fff;
        background: #615c57;
        font-size: 20px;
        padding: 5px;
        font-weight: normal;
    }

    .guide-space {
        padding: 20px 10px;
    }
    
    .guide-space a {
        color: #ffba27;
        text-decoration: underline;
    }

    .guide-width h3 {
        color: #615c57;
        font-size: 18px;
        border-bottom: 3px solid #615c57;
        font-family: 'Noto Sans JP', sans-serif;
        margin: 0 0 20px;
    }
    
    .guide-width h4 {
        color: #615c57;
        font-size: 16px;
        font-family: 'Noto Sans JP', sans-serif;
        margin: 0 0 10px;;
    }

    .guide-width p {
        color: #615c57;
        font-size: 14px;
        margin: 0;
        padding: 0 0 15px;
        font-family: 'Noto Sans JP', sans-serif;

    }

    .giji {
        position: relative;
    }


    .guide-width .giji:before {
        content: "★";
        display: inline-block;
        position: absolute;
        top: 0;
        left: -15px;
    }

    .guide-width .btn-shopping {
        color: #fff;
        background: #ffba27;
        width: 200px;
        padding: 15px;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    
    /**************** サイドカテゴリーALL ITEMスマホのみ***********************/
    
    #itemnav_wrap .search-top {
        margin: 0 0 10px;
    }
    
    select {
        width: 100%;
        border-radius: 5px;
        border: 1px solid #615c57;
        box-sizing: border-box;
        padding: 5px;
        font-size: 16px;
        -webkit-appearance:none;
        background: url(../images/shopping/arr.png) no-repeat 97% center;
        background-size: 11px;
    }
    
    
    /************************** カテゴリーページ *********************************/
    .catexp_area {
        margin: 40px 0 20px;
        border: 1px solid #ccc;
        padding: 25px;
        box-sizing: border-box;
    }

    .catexp_area figure {
        text-align: center;
        margin: 0 0 15px;
    }

    .catexp_area figure img {
        max-width: 100%;
        height: auto;
    }

    .catexp_area h3 {
        color: #ffba27;
        font-size: 30px;
        margin: 0 0 15px;
        font-weight: normal;
    }

    .catexp_area p {
        color: #333;
    }

    .cat_butarea {
        margin: 0 0 40px;
    }

    .cat_butarea ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .cat_butarea ul li {
        width: 48%;
    }

    .cat_butarea ul li a {
        background-color: #ffba27;
        color: #fff;
        display: block;
        padding: 10px 0;
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
        font-size: 14px;
    }
    
    /************************** 商品詳細ページ *********************************/

    .store_sing_cont h3 {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .s_main_img {
        text-align: center;
        margin: 0 0 20px;
    }

    .s_img_wrap {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 30px;
        justify-content: space-around;
    }

    .s_img_wrap li {
        margin: 0 5px 10px;
        box-sizing: border-box;
    }
    
    .store_sing_cont .text_area {
        margin: 0 0 30px;
        font-size: 15px;
        color: #333;
    }

    .store_sing_cont .cont_area {
        margin: 0 0 50px;
    }

    .st_01 {
        width: 100%;
        margin: 0 0 30px;
        font-size: 90%;
    }
    
    .st_01,.st_01 tbody,.st_01 tr,.st_01 th,.st_01 td {
        display: block;
    }

    .st_01 th {
        padding: 5px;
        background-color: #615c57;
        color: #fff;
        border-bottom: 1px solid #fff;
        font-weight: normal;
    }

    .st_01 td {
        padding: 5px 10px;
        border-bottom: 1px solid #ccc;
    }

    .tekiyou {
        color: #333;
        font-size: 14px;
        margin: 0 0 30px;
    }

    .tekiyou p {
        text-indent: -14px;
        padding: 0 0 0 14px;
    }

    .tekiyou a {
        color: #4d9078;
        text-decoration: underline;
    }

    .s_kakaku {
        width: 100%;
        float: right;
        margin: 0 0 20px;
    }

    .s_kakaku th {
        font-weight: normal;
    }

    .s_kakaku td {
        font-weight: bold;
        text-align: right;
    }

    .nedan {
        font-size: 30px;
        font-weight: bold;
    }

    .s_kakaku th,.s_kakaku td {
        border-bottom: 1px solid #ccc;
        padding: 10px 0 5px;
    }

    .but_01 {
        background-color: #ffba27;
        display: table;
        margin: 0 auto;
        padding: 10px 20px;
        color: #fff;
    }
    
    /*** 商品詳細ページ(welcart追加時) ***/

    .item_option {
        width: 100%;
        background-color: #fff5e6;
    }

    .item_option caption {
        text-align: left;
    }

    .item_option th {
        font-weight: normal;
        padding: 10px 0;
    }

    .item_option td {
        text-align: right;
        padding: 10px 0;
    }

    .item_option th,.item_option td {
        border-bottom: 1px solid #ccc;
    }

    .skuquantity {
        padding: 7px 5px;
        border-radius: 5px;
        font-size: 18px;
        width: 100px;
        margin: 0 0 10px;
    }

    .skuform .skubutton {
        background: url(../images/store/cart_ico.png) no-repeat 90% center #ffba27;
        padding: 10px 50px 10px 20px;
        border-radius: 0px;
        color: #fff;
    }
    
    /*** someSKU ***/

    .skumulti {
        width: 100%;
        margin: 40px 0;
    }
    
    .skumulti th {
        display: none;
    }

    .skumulti td {
        border-bottom: 1px solid #ccc;
        padding: 5px;
    }
    
    .skumulti .price {
        text-align: right;
    }

    .skumulti .item_option,.skumulti .item_option tbody,.skumulti .item_option tr,.skumulti .item_option th,.skumulti .item_option td {
        border-bottom: 0px;
        display: block;
    }
    
    .skumulti .item_option caption {
        width: 100%;
        display: block;
        color: #ffba27;
    }


    /***************************************************************************
    404
    ***************************************************************************/
    .notfound-top {
        background-image: url(../images/common/404_bg.jpg);
    }

    .notfound {
        padding: 40px 10px;
    }

    .notfound h3 {
        margin: 0 0 30px;
        text-align: center;
    }

    .notfound .but_01 {
        margin: 30px auto; 
    }

    /************************* ページナビ *************************/
    .page_navi {
        text-align: center;
        padding: 10px 0;
        margin: 30px auto;
        width: 100%;
    }
    .page_navi span {
        color: #ffba27;
        padding: 3px 5px;
        display: inline!important;
    }

    .page_navi a {
        background-color: #ffba27;
        background-repeat: no-repeat;
        color: #fff;
        padding: 3px 5px;
        margin: 2px;
        display: inline;
        border-radius: 3px;
    }
    .page_navi a:hover {
        border: 2px solid #ffba27;
    }
    .pages {
        border: 1px solid #ffba27;
        color: #317dbe;
        padding: 3px 5px;
    }
    .current {
        border: 1px solid #ffba27;
        color: #ffba27;
        padding: 3px 5px;
        margin: 0 2px;
    }

    /************************* 営業日カレンダー *************************/

    .widgettitle {
        display: none;
    }

    .ucart_calendar_body table {
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }
    
    .calendar .businesstoday {
        color: #ffba27;
    }
    
    /************************* 検索結果 *************************/
    
    .serc_head h2 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    
    .special_area h3 {
        color: #ffba27;
        font-size: 17px;
        margin: 0 0 5px;
    }

    .special_area p {
        color: #333;
    }

    .special_area .text {
        margin: 0 0 15px;
    }

    .special_area {
        margin: 0 0 40px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 15px 0;
    }

    .special_area figure img {
        max-width: 100%;
    }
    
    /************************* カートの中身 *************************/

    .cart_01 {
        padding: 40px 10px;
    }

    .cart_01 h2 {
        text-align: center;
        color: #333;
    }

    .cart_01 .ucart .usccart_cart00 {
        background: #ffba27;
    }

    .cart_01 .ucart {
        padding: 7px 0;
    }

    .catbox .post .entry .delButton,.upbutton input,#inside-cart .send input {
        background: #ffba27;
        color: #fff;
        border-radius: 5px;
        padding: 5px;
        cursor: pointer;
        border: 0px;
        width: 100%;
        font-size: 16px;
    }

    .catbox .upbutton {
        margin: 0 0 20px;
        color: #333;
        text-align: left !important;
        padding: 0px !important;
    }

    .quantity input {
        padding: 5px;
        border-radius: 5px;
    }

    #cart table,.currency_code {
        color: #333;
    }

    #cart table,#cart table tbody,#cart table tr,#cart table th,#cart table td,#cart table tfoot {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }
    
    #cart table td {
        padding: 10px;
    }
    
    .catbox .ucart .ucart {
        height: 50px;
        font-size: 14px;
        border-left: 1px solid #fff;
    }
    
    /**** お客様情報・発送支払い方法・内容確認・完了画面 ****/

    .customer_form {
        width: 100%;
    }

    .cart_01 #customer-info .customer_form th,.cart_01 #customer-info .customer_form td {
        padding: 10px 5px;
    }

    .customer_form input,.customer_form select {
        padding: 5px;
        border-radius: 5px;
    }

    .send input {
        background: #ffba27;
        color: #fff;
        border-radius: 5px;
        padding: 5px;
        cursor: pointer;
        border: 1px;
        width: 100%;
        margin: 0 0 10px;
        font-size: 16px;
    }

    .search-zipcode {
        background: #ffba27;
        color: #fff;
        border-radius: 5px;
        padding: 5px;
        cursor: pointer;
        border: 1px;
    }
    
    #customer-info .customer_form #mailaddress1,#customer-info .customer_form #mailaddress2 {
        width: 90%;
    }
    
    #delivery-info textarea {
        padding: 5px;
        border-radius: 5px;
    }

    #customer-info .send,#delivery-info .send,#info-confirm .send {
        border-top: 1px solid #ffba27 !important;
    }
    
    #confirm_table h3 {
        color: #ffba27 !important;
        font-size: 16px !important;
    }
    
    #cart_completion h3 {
    color: #ffba27;
    }
    
    /************************* shopping guideのテーブル *************************/

    .shopping-guide table {
        margin: 0 10px;
        color: #615c57;
        border: 1px solid #333;
        font-size: 13px;
        width: 100%;
    }

    .shopping-guide table th,.shopping-guide table td {
        padding: 10px;
        border: 1px solid #333;
    }
    
    .shopping-guide table tr:nth-child(2n) {
        background-color: #ededed;
    }

    .shopping-guide table th {
        background-color: #a0a0a0;
        color: #fff;
    }

    .shopping-guide table td {
        text-align: right;
    }

    .shopping-guide table .w10 {
        width: 10%;
    }
    .scroll{
        overflow: scroll;
        white-space: nowrap;
        margin: 0 10px 20px 10px;
    }
    .scroll::-webkit-scrollbar{
        height: 5px;
    }
    .scroll::-webkit-scrollbar-track{
        background: #F1F1F1;
    }
    .scroll::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }
    
    .shopping-guide .scl_tex {
        color: #615c57;
        font-size: 14px;
        margin: 0 10px;
    }
    
    /************************* privacy-policy *************************/
    .privacy-policy-top {
        background-image: url(../images/about/top-image.jpg);
    }

    #pp {
        margin: 0 10px;
        padding: 50px 0 70px;
    }

    #pp h2 {
        text-align: center;
        font-size: 28px;
        font-weight: normal;
        margin: 0 0 40px;
    }

    .pp_area {
        margin: 0 auto;
    }

    .pp_area p {
        color: #333;
    }

    #pp h4 {
        margin: 25px 0 10px;
        font-size: 116%;
        border-bottom: 1px solid #ccc;
        color: #333;
        padding: 0 15px;
    }

    #pp p {
        margin: 0 15px 15px;
        color: #333;
    }

    #pp ul {
        margin: 0 15px 15px;
        color: #333;
    }
    
    #pp ul li {
        text-indent: -16px;
        padding: 0 0 0 16px;
    }

    #pp .add_area p {
        font-size: 95%;
        color: #333;
    }

    /************************* ログイン画面 *************************/

    #memberpages div.loginbox {
        width: 100% !important;
        text-align: center;
    }

    .member_page_title {
        text-align: center;
        border-bottom: 1px solid;
        padding: 0 0 10px;
    }

    #memberpages #nav a {
        border: 0px !important;
    }

    .member_login_button {
        color: #fff;
        background: #ffba27;
        padding: 5px 15px;
        border: 0px;
    }
    
    #member_login {
        color: #fff;
        background: #ffba27;
        padding: 5px 15px;
        border: 0px;
    }

    #newmember input,#newmember select {
        border: 1px solid #ddd;
    }

    .header_explanation {
        color: #444;
        font-size: 93%;
        margin: 0 0 15px;
    }
     
    #newmember table,#newmember table tbody,#newmember table tr,#newmember table th,#newmember table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    
    .mem_p .member_page_title {
        margin: 0 0 20px;
    }

    .mem_p #memberinfo table {
        margin: 0 0 20px !important;
    }

    #memberinfo h3 {
        background-color: #000 !important;
        border: 0px !important;
        font-size: 15px !important;
        padding: 10px 5px !important;
        height: auto !important;
    }

    #memberinfo .customer_form input,#memberinfo .customer_form select {
        border: 1px solid #ddd;
    }
    
    #memberinfo .customer_form,#memberinfo .customer_form tbody,#memberinfo .customer_form tr,#memberinfo .customer_form th,#memberinfo .customer_form td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    
    #memberinfo .customer_form,#memberinfo .customer_form tbody,#memberinfo .customer_form tr,#memberinfo .customer_form th,#memberinfo .customer_form td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    
    .m_joho tbody,.m_joho tr,.m_joho th,.m_joho td,.m_joho th {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    
    .history-area table {
        overflow: scroll;
        white-space: nowrap;
        margin: 0 10px 20px 10px;
    }
    .history-area table::-webkit-scrollbar{
        height: 5px;
    }
    .history-area table::-webkit-scrollbar-track{
        background: #F1F1F1;
    }
    .history-area table::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }
    
    .history-area table th,.history-area table td {
        padding: 10px;
    }
    
    .history-area table img {
    max-width: none;
    }
    
    /************************* ヘッダーログイン画面 *************************/

    .zdo_drawer_nav_wrapper .login_but a {
        color: #fff;
        font-size: 15px;
        padding: 10px;
        background: #444;
        text-align: center;
        position: relative;
        display: block;
        border-bottom: none;
        margin: 0 0 30px;
    }
    
    /************************* サイドバーログイン *************************/

    .widget-conts {
        margin: 0 0 30px;
        text-align: center;
    }

    .widget-conts p {
        font-size: 14px;
        color: #333;
    }

    .widget-conts a {
        background-color: #444;
        color: #fff;
        padding: 7px 0;
        width: 95%;
        display: block;
        text-align: center;
        margin: 5px auto 10px;
        font-size: 14px;
        font-family: 'Noto Sans JP', sans-serif;
        border-radius: 5px;
    }
    
    /************************* キッチンウエア・テーブルウエア追加ボタン(20.07.06) *************************/

    .brd_butarea {
        background-color: #f5f5f5;
        padding: 15px;
    }

    .brd_butarea h3 {
        text-align: center;
        border-bottom: 1px solid #333;
        padding: 0 0 5px;
        font-weight: normal;
        margin: 0 0 15px;
    }

    .brd_butarea {
        margin: 0 0 50px;
    }

    .brd_butarea ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .brd_butarea ul li {
        display: block;
        margin: 0 0 10px;
        text-align: center;
        width: 30%;
    }
    

}