@charset "UTF-8";

/* CSS Document */

@media screen and (min-width: 768px) {
    /* メディアクエリー */
    @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 {
        scroll-behavior: smooth;
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font: 16px/1.5;
        color: #000;
        word-wrap: break-word;
        min-width: 1100px;
    }

    a {
        color: #2c2c2c;
        text-decoration: none;
        transition-property: all;
        transition: 0.3s linear;
    }

    a:hover {
        text-decoration: none;
        transition-property: all;
        transition: 0.2s linear;
        opacity: 0.5;
    }

    a[href^="tel:"] {
        pointer-events: none;
    }

    img {
        vertical-align: bottom;
    }

    a:hover img,
    a:hover figure {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .disnone {
        display: none;
    }

    .pcnone {
        display: none;
    }


    .inv_box {
        transition: 1.0s;
        opacity: 0;
        transform: translate(0, 30px);
        -webkit-transform: translate(0, 30px);
    }

    .mv07 {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    
    .bx-wrapper img {
        height: auto;
    }
    
    .ta_c {
        text-align: center;
        margin: 0 auto;
    }

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

    header .inner {
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding: 15px 0 0 0;
        min-width: 1100px;
        flex-wrap: wrap;
        align-items: center;
    }

    header .right {
        text-align: right;
    }

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

    .logo-width {
        display: flex;
        align-items: center;
        visibility: hidden;
        width: 150px;
        height: 50px;
    }

    .header-logo {
        opacity: 0;
        transform: translate(0, 45px);
        transition: all 300ms;
    }

    .logo-width .is-active {
        width: 180px;
        height: auto;
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
    }

    header h1 {
        padding: 10px;
    }

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

    .online-store {
        padding: 25px 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: 18px;
        padding: 10px 45px;
        margin: 0 0 0 10px;
    }

    header .nav {
        display: flex;
    }


    .header-list {
        display: flex;
        line-height: 48px;
        z-index: 11;
        margin: 0 45px 0 0;
    }

    .header-list .li {
        margin: 0 0 0 5px;
        font-size: 19px;

    }

    .header-list .li a {
        display: inline-block;
    }

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

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

    .header-list2 .li2 {
        height: 36px;
    }


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

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


  /***************************************************************************
  トップスライダー
  ***************************************************************************/
    .slider-background {
        background: #fdf9f9;
        padding: 140px 0 50px 0;
    }

    .slider {
        margin: 0 auto;
    }

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




    #loopslider {
        margin: 0 auto 122px auto;
        height: 358px;
        max-width: 1400px;
        text-align: left;
        position: relative;
        overflow: hidden;
        min-width: 1000px;
    }

    #loopslider ul {
        height: 358px;
        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;
    }


    #loopslider_r {
        margin: 0 auto;
        height: 358px;
        max-width: 1400px;
        text-align: left;
        position: relative;
        overflow: hidden;
        min-width: 1000px;

    }

    #loopslider_r ul {
        height: 358px;
        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;
    }


    .slider-fixed {
        position: absolute;
        width: 340px;
        height: 1028px;
        background: rgba(255, 254, 254, 0.6);
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: flex;
        align-items: center;
        z-index: 10;
    }

    .center-content {
        display: block;
        margin: 0 auto;
        padding: 372px 0 0 0;
        position: relative;
    }

    .slider-fixed .icon {
        display: flex;
        justify-content: center;
        padding: 50px 0 50px 0;
    }

    .slider-fixed .icon a {
        margin: 0 7px;
    }


    .slider-fixed .facebook {
        width: 43px;
        height: 43px;

    }

    .slider-fixed .insta {
        width: 43px;
        height: 43px;

    }

    .slider-fixed .twitter {
        width: 43px;
        height: 43px;

    }


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

    }

    .cart-top1 {
        text-align: center;
        padding: 50px 0 0 0;
        position: relative;
    }

    .cart2 {
        width: 39px;
        height: 32px;
    }

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





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


    .concept {
        width: 1000px;
        margin: 0 auto;
        text-align: center;
        padding: 0 0 60px 0;
    }

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

    /* .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: -14px;
  left: -44px;
  } */
    .concept .h2 .size {
        font-size: 35px;
    }

    .concept .h3 {
        font-weight: bold;
        padding: 30px 0 0 0;
        color: #ffba27;
    }

    .concept .p {
        font-size: 15px;
        line-height: 2.0;
        margin: 25px 0 50px 0;
    }

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

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



    /***************************************************************************
  パララックス
  ***************************************************************************/
    .background-image {
        background: url(../images/top/background.png) no-repeat fixed;
        height: 639px;
        background-position: center center;
        background-size: cover;
    }



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

    .new-content {
        width: 1000px;
        margin: 0 auto;
        display: flex;
        padding: 70px 0 35px 0;
    }

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

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

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

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

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

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

    #loopslider2 img a:hover {
        opacity: 1.0;
    }

    /* =======================================
  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: 385px;
        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;
        font-size: 15px;
        color: #fff;
    }

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

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

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


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

    /***************************************************************************
  お知らせ
  ***************************************************************************/
    .info {
/*        border: 2px solid #ffba27;*/
        margin: 25px auto;
        padding: 0 0 45px 0;
        width: 97%;
        min-width: 1050px;
    }



    .info-detail {
        width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 40px 0 50px 0;
    }

    .info-detail-head {
        width: 450px;

    }

    .image-head {
        position: relative;
        max-width: 100%;
        max-height: 100%;
    }

    .image-head img {
        width: 100%;
        height: 300px;
    }

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

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

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

    .info-detail-body .content {
        margin: 15px 0 15px 0;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 13px;
        color: #555;
    }


    .info-archive {
        display: block;
        text-align: right;
        width: 1000px;
        margin: 0 auto;
    }

    .info-archive .btn-archive {
        color: #fff;
        background: #ffba27;
        padding: 10px 35px;
        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 {
        padding: 20px 0 80px;
        height: 100%;
        background: rgba(255, 255, 255, 0.7);
    }

    .insta-width {
        width: 1000px;
        margin: 0 auto;
        padding: 50px 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 15px;
        background: #fff;
        font-size: 18px;
        font-weight: bold;
    }

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

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

    #instafeed_diary li {
        width: 190px;
        height: 190px;
        margin: 0 0 10px;
        position: relative;
        overflow: hidden;
        background-color: #000;
    }

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

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

    #instafeed_diary .txt_ttl {
        font-size: 13px;
        position: absolute;
        top: 120%;
        padding: 10px;
    }

    #instafeed_diary .cont_txt {
        width: 100%;
        text-align: left;
    }

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

    #instafeed_diary li:hover .txt_ttl {
        color: #fff;
        top: 10px;
    }


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

    .access .h2 {
        font-size: 40px;
        font-family: 'Raleway', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 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-size: 15px;
        color: #3f3f3f;
        padding: 15px 0 40px 0;
        margin: 0;
    }

    .access .map {
        width: 100%;
        height: 490px;
    }

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



    .footer {
        background: #faf6f6;
    }

    .list1 {
        width: 1000px;
        margin: 0 auto;
        display: flex;
        padding: 27px 0 0 0;
        justify-content: center;
    }

    .list1 a {
        color: #ffba27;
        font-size: 14px;
    }

    .list1 .point::before {
        content: "/";
        color: #ffba27;
    }

    .list1 .point:first-child::before {
        content: "";
    }


    .contact-info {
        width: 1000px;
        margin: 0 auto;
        padding: 105px 0 125px 0;
        display: flex;
        justify-content: space-between;
    }

    .contact-info .tel {
        font-size: 32px;
        font-weight: bold;
        color: #000;
        position: relative;
        margin: 0 0 0 25px;
    }

    .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;
        position: absolute;
        top: 5px;
        left: -24px;
    }

    .contact-choice,
    .contact-right {
        display: flex;

    }

    .btn-contact {
        color: #fff;
        font-size: 20px;
        padding: 10px;
        background: #ffba27;
        width: 220px;
        text-align: center;
        position: relative;
    }

    .btn-contact:before {
        content: '';
        display: inline-block;
        background-image: url(../images/common/contact.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 62px;
        height: 45px;
        position: absolute;
        top: -44px;
        left: -56px;
    }




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

    .btn-os:before {
        content: '';
        display: inline-block;
        background-image: url(../images/common/webshop.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 74px;
        height: 33px;
        position: absolute;
        right: -35px;
        top: -31px;
    }


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

    .copyright {
        text-align: center;
        font-size: 13px;
        color: #ffba27;
        display: block;
        font-weight: bold;
        padding: 0 0 20px 0;
    }

    /************************* パンくず *************************/
    #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;
    }

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

    #pankuzu li a {
        color: #353535;
    }

    /************************* h2_area *************************/
    .h2_area {
        height: 430px;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: center;
    }

    .position-left {
        width: 1000px;
        margin: 0 auto;
        height: 430px;
        position: relative;
    }

    .position-h2 {
        position: absolute;
        display: flex;
        align-items: center;
        font-size: 35px;
        top: 60%;
        font-weight: normal;
    }



    /***************************************************************************
  お知らせページ
  ***************************************************************************/
    .topics-top {
        background-image: url(../images/about/top-image.jpg);
    }

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


    .blog-archive {
        width: 1000px;
        margin: 0 auto 70px;
        font-family: 'Noto Sans JP', sans-serif;
    }


    .blog-width {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 0 0 60px 0;
    }

    .blog-width-a {
        margin: 75px 0 0 0;
    }
    
    .topics-head {
        width: 450px;
    }

    .topics-head figure {
        position: relative;
    }

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

    .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-date {
        text-align: right;
    }

    .topics-head h3 {
        font-size: 15px;
    }

    .topics-content {
        font-size: 13px;
        color: #555;
    }

    .blog-sidebar {
        margin: 0 auto;
        box-sizing: border-box;
        display: flex;
        justify-content: space-around;
        padding: 40px 0 0 0;
        border-top: 2px solid #d6d6d6;
    }

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

    .newpost,
    .category,
    .archive {
        width: 300px;
    }

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

    .newpost-title h3,
    .category-title h3,
    .archive-title h3 {
        font-size: 15px;
    }

    .category-content a,
    .archive-content a {
        text-align: center;
    }
    
    .archive-content select {
        width: 100%;
        padding: 5px;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .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: 13px;
        left: 58px;
    }



    .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: 13px;
        left: 58px;
    }


    .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: 13px;
        left: 58px;
    }

    /***************************************************************************
  お知らせページ(single)
  ***************************************************************************/
    .blog-detail {
        width: 1000px;
        margin: 70px auto;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .figure-width img {
        max-width: 100%;
        margin: 0 0 20px 0;
        height: auto;
    }


    .date-blog {
        margin: 0;
        padding: 3px;
    }
    
    .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-content {
        padding: 30px 20px 20px 15px;
    }

    .left-content-space {
        padding: 0 0 70px 0;
    }

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

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

    #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 40px;
        text-align: center;
    }


    /***************************************************************************
  アクセスページ
  ***************************************************************************/
    .access-top {
        background-image: url(../images/about/top-image.jpg);
    }


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

    .shopinfo-width {
        width: 1000px;
        margin: 0 auto;
    }

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

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

    .shopinfo-width table {
        margin: 0 auto;
        width: 600px;
    }

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

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


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

    .td2 {
        color: #777777;
    }

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

    .accessmap {
        height: 670px;
        background-image: url(../images/access/accessmap.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: -361px;
        background-position-x: 0px;
    }

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

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

    .map-detail {
        width: 100%;
        height: 490px;
        padding: 0 0 25px 0;
    }
    
    #bun_area {
        padding: 0 0 50px;
        text-align: center;
    }

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

    .shopping-guide {
        padding: 125px 0 70px 0;
        width: 1000px;
        margin: 0 auto;
    }

    .shopping-guide h2 {
        text-align: center;
        color: #fff;
        background: #615c57;
        font-size: 20px;
        padding: 5px;
        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 15px;
    }



    .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 {
        min-height: 670px;
        background: #faf6f6;
        padding: 70px 0 0 0;
        margin: 0 0 15px 0;
    }

    .faq-width {
        width: 1000px;
        margin: 0 auto;
    }

    .faq-width h2 {
        font-size: 40px;
        text-align: center;
        font-weight: normal;
    }

    .faq-q {
        background: #fff;
        padding: 30px 25px 25px 65px;
        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;
        color: #4d9078;
        position: absolute;
        top: -7px;
        left: -35px;
        font-family: Raleway;
    }

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

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

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

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

    .faq-q1 h3:before {
        content: "Q.";
        display: inline-block;
        font-size: 25px;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        color: #4d9078;
        position: absolute;
        top: -7px;
        left: -35px;
    }

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

    .faq-q1 p:before {
        content: "A.";
        display: inline-block;
        font-size: 25px;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        color: #ffba27;
        position: absolute;
        top: 17px;
        left: -33px;
    }

    .faq .q-a {
        text-align: center;
        margin: 0;
        padding: 40px 0 60px 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-width {
        width: 1000px;
        margin: 0 auto;
        padding: 130px 0 110px 0;
    }

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

    .contact-form-width .p-res {
        text-align: center;
        font-size: 15px;
        line-height: 2.5;
        margin: 0 0 45px 0;
        font-family: 'Noto Sans JP', sans-serif;
    }

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

    .contact-form-width .table-c {
        width: 800px;
        margin: 0 auto;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

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

    .table-c .left-c {
        background: #f8f8f8;
        padding: 10px 20px;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 16px;
        text-align: left;
        width: 30%;
        box-sizing: border-box;
        vertical-align: top;
    }

    .table-c .left-c1 {
        background: #f8f8f8;
        padding: 10px 20px;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 16px;
        text-align: left;
        width: 30%;
        box-sizing: border-box;
        vertical-align: top;
    }

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

    .input-name,
    .input-tel,
    .input-mail {
        padding: 8px;
        width: 60%;
        display: block;
        border-radius: 5px;
        border: 1px solid #ccc;
        font-family: 'Noto Sans JP', sans-serif;
    }
    
    .table-c td {
        padding: 10px 20px;
    }

    .textarea {
        width: 93%;
        display: block;
        border-radius: 5px;
        border: 1px solid #ccc;
        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: 35px 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;
        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;
        width: 700px;
        margin: 50px auto;
    }


    /***************************************************************************
  特定商取引法表示ページ
  ***************************************************************************/
    .law-top {
        background-image: url(../images/about/top-image.jpg);
    }

    .law-width {
        width: 1000px;
        margin: 0 auto;
        padding: 140px 0 70px 0;
    }

    .law-width h2 {
        text-align: center;
        font-size: 40px;
        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;
    }

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

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

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

    .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: 1000px;
        margin: 0 auto;
        padding: 120px 0 95px 0;
    }

    .about-title {
        text-align: center;
    }

    .about-title h2 {
        font-size: 40px;
        margin: 0 0 50px 0;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        color: #222;
        font-weight: normal;
    }

    .about-title h3 {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 20px;
        color: #ffba27;
        margin: 0 0 30px 0;
        font-weight: bold;
    }
    
    .about-width figure {
        float: left;
        margin: 0 0 30px;
        width: 52%;
    }
    
    .about-width figure img {
        width: 100%;
        height: auto;
    }
    
    .about-title .text_area {
        width: 45%;
        float: right;
    }

    .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;
        text-align: left;
    }

    .about-title .p-height1 {
        margin: 45px 0 30px 0;
        font-size: 15px;
        color: #ffba27;
    }

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

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

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

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

    .about-product-width {
        width: 1000px;
        margin: 0 auto;
        padding: 80px 0 95px 0;
    }

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

    .brand-product {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .whole-box {
        margin: 0 7px 15px;
        background: #fff;
        position: relative;
        padding: 0 0 40px;
    }


    .brand-product-head {
        display: flex;
        width: 400px;
        padding: 10px 10px 0 10px;
    }

    .detail-product {
        padding: 0 7px 10px 10px;
    }

    .detail-product h3 {
        font-size: 21px;
        color: #ffba27;
    }

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

    .detail-product-a1 {
        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-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: absolute;
        right: 35px;
        bottom: 10px;
    }

    .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: 1000px;
        margin: 0 auto;
        padding: 85px 0 100px 0;
    }

    .greeting-width h2 {
        font-size: 40px;
        text-align: center;
        padding: 0 0 60px 0;
        font-weight: normal;
    }

    .greeting-flex {
        display: flex;
        justify-content: space-around;
    }

    .greeting-flex .message {
        padding: 0 0 0 35px;
    }

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

    .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: 1000px;
        margin: 0 auto;
    }

    .store-product {
        display: flex;
        justify-content: center;
    }
    
    .store-product h2 {
        text-align: center;
        margin: 0 0 15px;
        font-weight: normal;
    }
    
    .store-product-left {
        width: 730px;
    }

    .store-product-left-a {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 40px;
    }
    
    .new_ico {
        color: #f44336;
        font-weight: bold;
        margin-right: 5px;
        font-weight: 17px;
    }
    

    .so_ico {
        position: absolute;
        color: #000;
        font-size: 18px;
        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: 30%;
        top: 45%;
        font-weight: bold;
    }
    
    .store-product-left-a a {
        position: relative;
        border-bottom: 1px solid #d6d6d6;
        padding: 10px;
        border-right: 1px solid #d6d6d6;
        box-sizing: border-box;
        width : calc(100% / 3) ;
    }
    
    .store-product-left-a a:nth-child(3n) {
        border-right: 0px solid #d6d6d6;
    }
    
    .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: 0;
    }
    
    .left-box figure {
        position: relative;
    }
    
    .picup_ico:before {
        position: absolute;
        content: '';
        top: 0;
        right: -6px;
        border: none;
        border-bottom: solid 6px #cf4a2d;
        border-right: solid 6px transparent;
    }
    
    .picup_ico {  
        display: inline-block;
        position: absolute;
        top: -5px;
        right: 10px;
        margin: 0;
        padding: 10px 0;
        z-index: 2;
        width: 40px;
        text-align: center;
        color: white;
        font-size: 17px;
        background: linear-gradient(#ff785b 0%, #e95738 100%);
        border-radius: 2px 0 0 0;
        font-size: 13px;
    }
    
    .picup_ico:after {
        content: '';
        position: absolute;
        left: 0;
        top: 99%;
        height: 0;
        width: 0;
        border-left: 20px solid #e95738;
        border-right: 20px solid #e95738;
        border-bottom: 10px solid transparent;
    }
   
    .left-box img {
        width: 100%;
    }

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

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

    .left-box .box-span {
        font-size: 15px;
        color: #ffba27;
        position: absolute;
        right: 10%;
        bottom: 10px;
        transform: translate(-50%, -50%);
    }

    .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 {
        display: block;
        margin: 0 auto;
    }

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

    }


    .store-product-right {
        width: 250px;
        float: left;
        margin: 0 0 0 40px;
    }
    
    .search-top {
        margin: 0 0 30px;
    }

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

    .search-bar {
        position: relative;
        max-width: 250px;
        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: 8px;
        font-size: 24px;
        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 10px 0;
        margin: 20px 0 15px 0;
        font-weight: normal;
    }

    .brand-detail a {
        display: flex;
        padding: 0 0 10px 20px;
    }

    .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 10px 0;
        margin: 0 0 15px 0;
        font-weight: normal;
    }

    .name2 a {
        padding: 0 0 15px 20px;
        color: #615c57;
        display: block;
    }

    .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: 60px 0;
        margin: 65px 0 30px 0;
    }

    .lastview-width {
        width: 1000px;
        margin: 0 auto;
    }

    .lastview h2 {
        text-align: center;
        font-size: 30px;
        margin: 0 0 20px 0;
        font-weight: normal;
    }

    .lastview ul {
        display: flex;
        justify-content: space-around;
    }
    
    .lastview ul li {
        width: 220px;
        height: 166px;
        margin: 0 5px;
    }
    
    .lastview ul li img {
        width: 100%;
        height: auto;
    }

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

    .guide-width {
        width: 1000px;
        margin: 0 auto;
        border: 3px solid #615c57;
        padding: 0 0 20px 0;
    }

    .guide-width h2 {
        text-align: center;
        color: #fff;
        background: #615c57;
        font-size: 20px;
        padding: 5px;
        font-weight: normal;
    }

    .guide-width .guide-space {
        display: flex;
        justify-content: space-between;
        padding: 30px;
        box-sizing: border-box;
    }

    .guide-space .g_area {
        width: 48%;
    }

    .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-space a {
        color: #ffba27;
        text-decoration: underline;
    }
    
    .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;
        font-family: 'Noto Sans JP', sans-serif;
        margin: 0 0 15px;
    }

    .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: 10px 15px;
        display: block;
        margin: 0 auto;
        text-align: center;
    }


    /************************** カテゴリーページ *********************************/
    .catexp_area {
        margin: 70px 0 30px;
        border: 1px solid #ccc;
        padding: 25px;
        box-sizing: border-box;
    }
    
    .catexp_area figure {
        float: left;
        max-width: 335px;
    }
    
    .catexp_area figure img {
        max-width: 100%;
        height: auto;
    }
    
    .catexp_area .text {
        margin: 0 0 0 370px;
    }
    
    .catexp_area h3 {
        color: #ffba27;
        font-size: 30px;
        margin: 0 0 20px;
        font-weight: normal;
    }
    
    .catexp_area p {
        color: #333;
    }
    
    .cat_butarea {
        margin: 0 0 70px;
    }
    
    .cat_butarea ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .cat_butarea ul li a {
        background-color: #ffba27;
        color: #fff;
        display: block;
        padding: 10px 0;
        width: 170px;
        text-align: center;
        margin: 0 10px 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: center;
    }
    
    .s_img_wrap li {
        margin: 0 5px 10px;
    }
    
    .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 20px;
    }
    
    .st_01 th {
        width: 25%;
        padding: 10px;
        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: 400px;
        float: right;
        margin: 0 0 30px;
    }
    
    .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追加時) ***/
    
    /*** 1SKU ***/
    .item_option {
        width: 100%;
        background-color: #fff5e6;
    }
    
    .item_option caption {
        text-align: left;
        color: #ffba27;
    }
    
    .item_option th {
        font-weight: normal;
    }
    
    .item_option td {
        text-align: right;
    }
    
    .item_option th,.item_option td {
        padding: 5px;
    }
    
    .skuquantity {
        padding: 7px 5px;
        border-radius: 5px;
        font-size: 18px;
        width: 100px;
    }
    
    .skuform .skubutton {
        background: url(../images/store/cart_ico.png) no-repeat 90% center #ffba27;
        padding: 10px 50px 10px 20px;
        border-radius: 0px;
        color: #fff;
        cursor: pointer;
        border: 0px;
    }
    
    /*** someSKU ***/
    
    .skumulti {
        width: 100%;
        margin: 40px 0;
    }
    
    .skumulti thead {
        display: none;
    }
    
    .skumulti th,.skumulti td {
        border-bottom: 1px solid #ccc;
        text-align: left;
        padding: 5px;
    }
    
    .skumulti .item_option th,.skumulti .item_option td {
        border-bottom: 0px;
    }
    
    .skumulti .price {
        text-align: right;
    }
    
    
    
    /***************************************************************************
    404
    ***************************************************************************/
    .notfound-top {
        background-image: url(../images/common/404_bg.jpg);
    }
    
    .center {
        width: 1000px;
        margin: 0 auto;
    }
    
    .notfound {
        text-align: center;
        padding: 70px 0;
    }
    
    .notfound h3 {
        margin: 0 0 30px;
    }
    
    .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 30px;
        text-align: center;
    }
    
    .calendar .businesstoday {
        color: #ffba27;
    }
    
    /************************* 検索結果 *************************/
    
    .serc_head h2 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    
    .special_area h3 {
        color: #ffba27;
        font-size: 20px;
        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: 70px 0;
    }
    
    .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: 1px;
    }
    
    .catbox .upbutton {
        margin: 0 0 20px;
        color: #333;
    }
    
    .quantity input {
        padding: 5px;
        border-radius: 5px;
    }
    
    #cart table,.currency_code {
        color: #333;
    }
    
    /**** お客様情報・発送支払い方法・内容確認・完了画面 ****/
    
    .customer_form {
        width: 100%;
    }
    
    .cart_01 #customer-info .customer_form th,.cart_01 #customer-info .customer_form td {
        padding: 10px;
    }
    
    .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;
    }
    
    .search-zipcode {
        background: #ffba27;
        color: #fff;
        border-radius: 5px;
        padding: 5px;
        cursor: pointer;
        border: 1px;
    }
    
    .customer_form textarea {
        padding: 5px;
        border-radius: 5px;
    }
    
    #customer-info .send,#delivery-info .send,#info-confirm .send {
        border-top: 1px solid #ffba27 !important;
    }
    
    .confiem_notice {
        color: #333;
    }
    
    #cart_completion {
        text-align: center;
        text-align: center;
        padding: 0 0 40px;
        color: #333;
    }
    
    #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 th {
        background-color: #a0a0a0;
        color: #fff;
    }
    
    .shopping-guide table td {
        text-align: right;
    }
    
    .shopping-guide table .w10 {
        width: 10%;
    }
    
    
    /************************* privacy-policy *************************/
    .privacy-policy-top {
        background-image: url(../images/about/top-image.jpg);
    }
    
    #pp {
        width: 800px;
        margin: 0 auto;
        padding: 100px 0 70px;
    }

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

    .pp_area {
        width: 90%;
        margin: 0 auto;
    }

    .pp_area p {
        line-height: 30px;
        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 .add_area p {
        font-size: 95%;
        color: #333;
    }

    /************************* ログイン画面 *************************/
    
    #memberpages div.loginbox {
        width: 80% !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;
    }
    
    .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;
    }
    
    /************************* ヘッダーログイン画面 *************************/
    
    .online-store .login_but {
        border: 1px solid #444;
        color: #444;
        font-size: 16px;
        padding: 10px 45px;
        margin: 0 0 0 10px;
        display: inline;
    }
    

    /************************* サイドバーログイン *************************/
    
    .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: 4px 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 20px;
    }
    
    .brd_butarea {
        margin: 0 0 50px;
    }
    
    .brd_butarea ul {
        display: flex;
        flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .brd_butarea ul li {
        display: block;
        margin: 0 15px 15px;
        text-align: center;
        width: 20%;
    }
    
    
    
    
}