@charset "utf-8";

#title {
    background: url("../images/title_bg-pc.jpg") no-repeat bottom center;
    background-size: cover;
}

#title .inner {
    text-align: center;
    padding: 80px 0 280px 0;
    position: relative;
}

#title .inner:before {
    content: "";
    background: url("../images/title_img1.png") no-repeat top center;
    background-size: 100% auto;
    display: block;
    width: 180px;
    height: 220px;
    position: absolute;
    left: -90px;
    top: -30px;
}

#title .inner:after {
    content: "";
    background: url("../images/title_img2.png") no-repeat top center;
    background-size: 100% auto;
    display: block;
    width: 240px;
    height: 280px;
    position: absolute;
    right: -140px;
    top: 40px;
}

#title h2 {}

#title p {
    color: #fff;
    font-size: 1.8rem;
    margin: 30px 0 0 0;
    line-height: 1.6em;
}

#service {}

#service .inner {
    text-align: center;
}

#service h2 {
    margin-bottom: 20px;
}

#service ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 930px;
    margin: 0 auto;
    position: relative;
}

#service ul:after {
    content: "";
    background: url("../images/service_img.png") no-repeat top center;
    background-size: 100% auto;
    display: block;
    width: 320px;
    height: 240px;
    position: absolute;
    right: 50px;
    bottom: 0;
}

#service ul li {
    width: 49%;
    background: url(../images/service_bg.png) bottom center no-repeat;
    background-size: 100% auto;
    padding: 3%;
    margin: 0 0 2% 0;
    /* box-shadow: 5px 5px 5px rgba(0,0,0,0.4); */
}

#service ul li h4 {
    width: 50%;
    margin: 0 auto 0 auto;
}

#service ul li h3 {
    color: #80BB3D;
    font-size: 1.8rem;
    line-height: 1.2em;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

#service ul li p {
    text-align: left;
}

#sell {
    background: url("../images/bg1.png");
    padding: 80px 0;
}

#sell .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#sell .tit-box {
    width: 100%;
    background: #fff;
    margin-bottom: 80px;
    position: relative;
    padding: 20px 0 20px 0;
    text-align: center;
}

#sell .tit-box:after {
    content: "";
    background: url("../images/omakase_img.png") no-repeat top center;
    background-size: 100% auto;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#sell .tit-box h2 {
    border-top: 1px solid #7fbb3d;
    color: #80BB3D;
    position: relative;
    font-size: 3.8rem;
    font-weight: bold;
    padding: 20px 0 10px 0;
}

#sell .tit-box h2:before {
    content: "";
    background: url("../images/omakase_txt.png") no-repeat top center;
    background-size: 100% auto;
    display: block;
    width: 180px;
    height: 140px;
    position: absolute;
    left: 10px;
    top: -30px;
}

#sell .tit-box h4 {
    border-bottom: 1px solid #7fbb3d;
    padding: 0 0 20px 0;
    font-weight: bold;
    font-size: 1.6rem;
}

#sell .cont-box {
    background: #fff;
    width: 33%;
    /* border: 1px solid #7fbb3d; */
    box-sizing: border-box;
    padding: 4% 2% 2% 2%;
    text-align: center;
    position: relative;
}

#sell .cont-box:before {
    content: "";
    background: url("../images/arrow2.png") no-repeat top center;
    background-size: 100% auto;
    display: block;
    width: 30px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: -60px;
    margin: 0 0 0 -15px;
}

#sell .cont-box p {
    font-size: 1.6rem;
}

#sell .cont-box p span {
    color: #7fbb3d;
}

#sell .cont-box h3 {
    width: 86%;
    margin: 2% auto 2% auto;
    border: 4px solid #7fbb3d;
    border-radius: 6px;
}

#sell .cont-box h3 span {
    background: #7fbb3d;
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    padding: 4%;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 6px;
}

#sell .cont-box h4 {
    color: #7fbb3d;
    margin-top: 2%;
    font-size: 1.8rem;
}

#sell .cont-box p.img {
    margin: 4% 0;
}

#sell .cont-box ul {}

#sell .cont-box ul li {
    text-align: left;
    padding: 4%;
    margin-bottom: 2%;
    box-sizing: border-box;
    border: 1px solid #A08952;
}

#sell .cont-box ul li h3 {
    color: #A08952;
    font-size: 1.8rem;
    font-weight: bold;
    border: none;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 40px;
}

#sell .cont-box ul li.s1 h3 {
    background: url("../images/no1.png") no-repeat left center;
    background-size: contain;
}

#sell .cont-box ul li.s2 h3 {
    background: url("../images/no2.png") no-repeat center left;
    background-size: contain;
}

#sell .cont-box ul li.s3 h3 {
    background: url("../images/no3.png") no-repeat center left;
    background-size: contain;
}

#sell .cont-box ul li.s4 h3 {
    background: url("../images/no4.png") no-repeat center left;
    background-size: contain;
}

#sell .cont-box ul li p {
    padding-left: 4%;
    font-size: 1.4rem;
}

#sell .kaitori-box {}

#sell .chukai-box {}

#staff {
    background: url("../images/bg2.png") no-repeat top center;
    background-size: 100% auto;
    padding: 80px 0 0px 0;
}

#staff .inner {
    position: relative;
}

#staff .inner:before {
    content: "";
    background: url("../images/staff_img1.png") no-repeat top center;
    background-size: 100% auto;
    display: block;
    width: 140px;
    height: 200px;
    position: absolute;
    left: -50px;
    top: 200px;
}

#staff h2 {
    font-size: 3.4rem;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

#staff p.main-img {
    width: 70%;
    margin: 0 auto;
    position: relative;
}

#staff p.main-img:before {
    content: "";
    background: url("../images/staff_txt.png") no-repeat top center;
    background-size: 100% auto;
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    left: -100px;
    top: -70px;
}

#staff ul {
    width: 930px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

#staff ul li {
    width: 49%;
    background: #fff;
    border: 1px solid #7fbb3d;
    margin-bottom: 2%;
    padding: 2%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#staff ul li .staff-box1 {
    width: 35%;
}

#staff ul li .staff-box2 {
    width: 60%;
}

#staff ul li .staff-box2 h4 {
    color: #7fbb3d;
    font-size: 1.6rem;
    margin: 14% 0 4% 0;
}

#staff ul li .staff-box2 h3 {
    font-size: 2.1rem;
    margin-bottom: 4%;
}

#staff ul li .staff-box2 h3 span {
    font-size: 1.6rem;
    margin-left: 2%;
}

#staff ul li .staff-box2 p {
    font-size: 1.1rem;
}

#staff ul li .staff-box3 {
    margin-top: 2%;
}

.shop-box {
    background-image: url("../images/bg3.png"), url("../images/bg1.png");
    background-position: center bottom, center top;
    background-repeat: no-repeat, repeat;
    background-size: 100% auto, auto;
    padding: 80px 0 160px 0;
}

#access {}

#access .inner {}

#access h2 {
    font-size: 3.4rem;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

#access h2:after {
    content: "";
    background: url("../images/shop_txt.png") no-repeat top center;
    background-size: 100% auto;
    display: block;
    width: 140px;
    height: 140px;
    position: absolute;
    left: -50px;
    top: -15px;
    z-index: 2;
}

#access .main-box {
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}

#access .main-box p.img-main {
    width: 45%;
    float: left;
    margin: 0 2% 0 0;
    position: relative;
}

#access .main-box h3 {
    font-size: 1.8rem;
    margin: 4% 0 1% 0;
}

#access .main-box p {
    font-size: 1.6rem;
    margin: 0 0 1% 0;
}

#access .main-box p span {
    margin: 0 0 0 2%;
}

#access .main-box dl {
    display: flex;
    flex-wrap: wrap;
}

#access .main-box dt {
    width: 18%;
    padding: 1% 2%;
    background: #ccc;
    margin-bottom: 1px;
}

#access .main-box dd {
    width: 82%;
    padding: 1% 2%;
    margin-bottom: 1px;
}

#access ul.shop-img {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

#access ul.shop-img li {
    width: 24%;
}

#access .map {
    box-sizing: border-box;
    border: 6px solid #DBD0AB;
    width: 80%;
    margin: 0 auto;
}

.shop-box .inquiry-box .inner:before {
    content: "";
    background: url("../images/shop_icon.png") no-repeat top center;
    background-size: 100% auto;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 35px;
    top: -35px;
}


/*問い合せ*/

.inquiry-box {}

.inquiry-box .inner {
    position: relative;
}

.inquiry-box .bnr-box {
    border: 8px solid #e05d1f;
    box-sizing: border-box;
    border-radius: 6px;
    width: 930px;
    margin: 80px auto 80px auto;
    padding: 20px 20px 20px 210px;
    position: relative;
    background: #fff;
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.inquiry-box.sale_inquiry .bnr-box {
    border: 8px solid #7fbb3d;
}

.inquiry-box .bnr-box:before {
    content: "";
    background: url("../images/inquiry_img.png") no-repeat top center;
    background-size: 100% auto;
    display: block;
    width: 140px;
    height: 160px;
    position: absolute;
    left: 30px;
    bottom: 0;
}

.inquiry-box .bnr-box h3 {
    width: 100%;
    /* font-weight: bold; */
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.inquiry-box .bnr-box p.bnr {
    float: right;
    margin-right: 60px;
    position: relative;
}

.inquiry-box .bnr-box p.bnr:before {
    content: "";
    background: url("../images/inquiryicon.png") no-repeat top center;
    background-size: 100% auto;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -30px;
    top: -20px;
}

.inquiry-box .bnr-box .inquiry-tel {}

.inquiry-box .bnr-box .inquiry-tel p {}

.inquiry-box .bnr-box .inquiry-tel p.tel-no {
    font-size: 34px;
    font-weight: bold;
    color: #e05d21;
    margin: 15px 0 16px 0;
    padding-left: 50px;
    background: url(../images/free_icon.png) left center no-repeat;
    background-size: contain;
}

.inquiry-box.sale_inquiry .bnr-box .inquiry-tel p.tel-no {
    color: #7fbb3d;
}


/* プライバシーポリシー */

.cont-privacy {
    padding: 0 0 0 0;
    background: #fff
}

#privacy {
    padding: 0 0 5% 0;
}

#privacy .top_content {
    width: 96%;
    margin: 0 auto;
}

#privacy h3 {
    border-top: 2px dotted #a03516;
    border-bottom: 2px dotted #a03516;
    margin: 30px 0 30px 0;
    padding: 20px 20px 20px 20px;
    background: #6fba18;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

#privacy p.privacy {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin: 3em 0 3em 0;
}

#privacy p {
    font-size: 14px;
}

#privacy ol {
    margin: -30px 0 30px 0;
}

#privacy dl {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.8em;
}

#privacy dt {
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #7171a7;
}

#privacy dd {
    margin: 0 10px;
}

#privacy dd.mb10 {
    margin-bottom: 10px;
}

#privacy dt span,
#privacy dd span {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0.2em;
}

#privacy dt span {
    color: #62628f;
}

#privacy dd span {
    color: #8f6262;
}

#privacy ul.pp_list_inner_a,
#privacy ul.pp_list_inner_b,
ul.pp_list_inner_c {
    margin: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.8em;
}

#privacy ul.pp_list_inner_a {
    list-style-type: disc;
    margin-top: -30px;
}

#privacy ul.pp_list_inner_b {
    margin: -30px 0 30px 20px;
}

#privacy ul.pp_list_inner_c li {
    line-height: 1.4em;
    margin: -30px 0 30px 0;
    padding: 2px 10px 2px 10px;
    font-weight: bold;
}

#privacy li {
    margin-left: 15px;
}

#privacy li.pp-tit {
    margin-left: 0px;
    font-weight: bold;
}

.limit-detail {
    border: 1px solid #F04F53;
    overflow: hidden;
    padding: 10px;
    margin: 0 0 20px 0;
}

.limit-detail h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.limit-detail h3 p {
    padding: 0;
}

.limit-detail p {}


/*問い合わせ*/

.cont-search {
    padding: 32px 0 0 0;
    margin: 0;
    background: #fff;
}

.formBlock {
    max-width: 880px;
    margin: 0 auto 30px 0;
}

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

.soudan h3 {
    border-top: 2px dotted #a03516;
    border-bottom: 2px dotted #a03516;
    margin: 30px 0 30px 0;
    padding: 20px 20px 20px 20px;
    background: #6fba18;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.soudan h4 {
    font-size: 18px;
    margin: 5% 0 5% 0;
}

.soudan h4 em {
    color: #a94442;
}

.soudan p.step {
    width: 600px;
    margin: 30px auto 0 auto;
}

.tableContact {
    border-top: #8f8f8f solid 1px;
    border-bottom: #8f8f8f solid 1px;
    width: 100%;
    margin: 30px 0 50px;
    font-size: 14px;
}

.tableContact td,
.tableContact th {
    border-bottom: #8f8f8f dashed 1px;
    padding: 10px;
    vertical-align: middle;
}

.tableContact th {
    background: #f8f9f7;
    width: 230px;
    font-weight: normal;
}

.tableContact th em {
    color: #a94442;
}

.tableContact input[type="text"] {
    width: 60%;
    color: #1a1a1a;
}

.tableContact .size02 input[type="text"],
.tableContact textarea {
    width: 80%;
}

.tableContact textarea {
    height: 150px;
}

.tableContact .size01 {
    width: 50%;
}

.tableContact input[type="text"],
.tableContact textarea {
    border: #8f8f8f solid 1px;
}

.txtMdh02 {
    max-width: 680px;
    margin: auto;
    font-size: 14px;
}

.ul_bnrmdh {
    margin-top: 50px;
}

.ul_bnrmdh li {
    width: 49%;
    float: right;
}

.ul_bnrmdh li:first-child {
    float: left;
}

form td.dateRs .test label {
    top: -4px;
}

#datepicker {
    width: 30% !important;
}

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

.inquiryItem li {
    width: 50%;
    box-sizing: border-box;
    margin: 5px 0 5px 0 !important;
}

.n-search select.mb10 {
    margin: 0 0% 10px 0%;
}

.mb10 {
    margin: 0 0% 10px 0%;
}

.n-search input[type="text"] {
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    margin: 0;
    width: 20%;
    height: 32px;
    /* margin: 0 2% 0 2%; */
    outline: 0;
    vertical-align: middle;
    box-sizing: border-box;
    z-index: 5;
}

.n-search textarea {
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    margin: 0;
    width: 20%;
    height: 32px;
    margin: 0 0% 0 0%;
    outline: 0;
    vertical-align: middle;
    box-sizing: border-box;
    z-index: 5;
}

.n-search.inq input[type="text"].w100 {
    width: 50%;
}

.n-search textarea {
    width: 98%;
    height: 100px;
}


/*検索タブ*/

.search-tab {
    width: 960px;
    /* min-width: 320px; */
    margin: 0 auto 120px auto;
}

.search-txt {
    background: url(../images/top/search_bg2.png) no-repeat top center;
    padding: 15px 0 10px 0;
    margin: 40px 0 0 0;
    color: #a87e5b;
    text-align: center;
}

.search-tab .tab-content {
    margin: 0 0 0 0;
    padding: 8px 0 3px 0;
    background: #d1c081;
}

.search-tab .tab-content .search-tit {
    float: left;
    margin: 0 0 0 0;
    padding: 0 270px 0 10px;
}

.search-tab label {
    display: inline-block;
    margin: 0 0 0 0%;
    padding: 0;
    cursor: pointer;
}

.search-tab label:hover {
    background: #eee;
}

.search-tab input:checked+label {
    padding: 0 0 0 0;
    margin: 0 0 0 0%;
    border-bottom: #877c51 4px solid;
}

.search-tab input {
    display: none;
    margin: 0;
}

.search-tab #tabb1,
.search-tab #tabb2,
.search-tab #tabb3 {
    display: none;
    padding: 3px;
    clear: both;
}

.search-tab #tab1:checked~#tabb1,
.search-tab #tab2:checked~#tabb2,
.search-tab #tab3:checked~#tabb3 {
    display: block;
}

.search-tab #tabb1 p {
    margin: 3px;
}

.search-tab #tabb1 p img {
    width: 100%;
}

.search-btn {}

.search-btn a {
    color: #fff;
    display: block;
    text-align: center;
    background: #a03516;
    border-radius: 6px;
    padding: 10px 10px 10px 10px;
    margin: 20px auto 10px auto;
}

.n-search {
    background: #fff;
    margin: 3px;
    padding: 10px 10px 10px 10px !important;
    overflow: hidden;
}


/*画面幅767px以下*/

@media screen and (max-width: 767px) {
    #title {
        background: url("../images/title_bg-sp.jpg") no-repeat top center;
        background-size: 100% auto;
    }

    #title .inner {
        text-align: center;
        padding: 10% 0 35% 0;
        position: relative;
    }

    #title .inner:before {
        content: none;
    }

    #title .inner:after {
        content: none;
    }

    #title h2 {
        width: 90%;
        margin: 0 auto;
    }

    #title p {
        font-size: 1.6rem;
        margin: 4% 0 0 0;
    }

    #service {}

    #service .inner {
        text-align: center;
    }

    #service h2 {
        width: 80%;
        margin: 0 auto 4% auto;
    }

    #service ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

    #service ul:after {
        content: none;
    }

    #service ul li {
        width: 100%;
        background: url(../images/service_bg.png) bottom center no-repeat #fbf2b7;
        padding: 5%;
        margin: 0 0 5% 0;
        background-size: 100% auto;
    }

    #service ul li h4 {}

    #service ul li h3 {
        font-size: 1.6rem;
        margin: 4% 0;
    }

    #service ul li p {
        text-align: left;
        font-size: 1.2rem;
    }

    #sell {
        background: url("../images/bg1.png");
        padding: 8% 0;
    }

    #sell .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #sell .tit-box {
        margin-bottom: 4%;
        padding: 4% 0 4% 0;
    }

    #sell .tit-box:after {
        content: none;
    }

    #sell .tit-box h2 {
        font-size: 2.1rem;
        font-weight: bold;
        padding: 4% 0 2% 0;
    }

    #sell .tit-box h2:before {
        content: "";
        background: url("../images/omakase_txt.png") no-repeat top center;
        background-size: 100% auto;
        display: block;
        width: 25%;
        height: 80%;
        position: absolute;
        left: 0;
        top: -5%;
    }

    #sell .tit-box h4 {
        padding: 0 0 4% 0;
        font-size: 1.2rem;
    }

    #sell .cont-box {
        background: #fff;
        width: 100%;
        /* border: 1px solid #7fbb3d; */
        box-sizing: border-box;
        padding: 6% 4% 4% 4%;
        text-align: center;
        position: relative;
    }

    #sell .cont-box:before {
        content: none;
    }

    #sell .cont-box p {
        font-size: 1.4rem;
    }

    #sell .cont-box p span {
        color: #7fbb3d;
    }

    #sell .cont-box h3 {
        width: 70%;
        margin: 2% auto 2% auto;
        border: 4px solid #7fbb3d;
        border-radius: 6px;
    }

    #sell .cont-box h3 span {
        background: #7fbb3d;
        width: 100%;
        font-size: 1.8rem;
        font-weight: bold;
        display: block;
        padding: 4%;
        color: #fff;
        border: 4px solid #fff;
        border-radius: 6px;
    }

    #sell .cont-box h4 {
        color: #7fbb3d;
        margin-top: 2%;
        font-size: 1.6rem;
    }

    #sell .cont-box p.img {
        margin: 4% 0;
    }

    #sell .cont-box ul {}

    #sell .cont-box ul li {}

    #sell .cont-box ul li h3 {
        color: #A08952;
        font-size: 1.6rem;
        font-weight: bold;
        border: none;
        width: 100%;
        margin: 0 0 10px 0;
        padding: 2% 0 2% 12%;
    }

    #sell .cont-box ul li.s1 h3 {
        background: url("../images/no1.png") no-repeat left center;
        background-size: contain;
    }

    #sell .cont-box ul li.s2 h3 {
        background: url("../images/no2.png") no-repeat center left;
        background-size: contain;
    }

    #sell .cont-box ul li.s3 h3 {
        background: url("../images/no3.png") no-repeat center left;
        background-size: contain;
    }

    #sell .cont-box ul li.s4 h3 {
        background: url("../images/no4.png") no-repeat center left;
        background-size: contain;
    }

    #sell .cont-box ul li p {
        font-size: 1.2rem;
    }

    #sell .kaitori-box {
        margin-bottom: 4%;
    }

    #sell .chukai-box {
        margin-bottom: 4%;
    }

    #staff {
        padding: 8% 0 0px 0;
        background-size: inherit;
    }

    #staff .inner {
        position: relative;
    }

    #staff .inner:before {
        content: none;
    }

    #staff h2 {
        font-size: 2.4rem;
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
    }

    #staff p.main-img {
        width: 90%;
        margin: 0 auto 4% auto;
    }

    #staff p.main-img:before {
        content: "";
        width: 30%;
        height: 40%;
        position: absolute;
        left: -7%;
        top: -24%;
    }

    #staff ul {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }

    #staff ul li {
        width: 100%;
        border: 1px solid #7fbb3d;
        margin-bottom: 2%;
        padding: 2%;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #staff ul li .staff-box1 {
        width: 25%;
    }

    #staff ul li .staff-box2 {
        width: 70%;
    }

    #staff ul li .staff-box2 h4 {
        font-size: 1.4rem;
        margin: 6% 0 2% 0;
    }

    #staff ul li .staff-box2 h3 {
        font-size: 1.8rem;
        margin-bottom: 4%;
    }

    #staff ul li .staff-box2 h3 span {
        font-size: 1.4rem;
        margin: 1% 0 0 0;
        display: block;
    }

    #staff ul li .staff-box2 p {
        font-size: 1rem;
        line-height: 1.2em;
    }

    #staff ul li .staff-box3 {
        margin-top: 4%;
        font-size: 1.2rem;
        line-height: 1.3em;
        padding: 0 1%;
    }

    .shop-box {
        padding: 8% 0 16% 0;
    }

    #access {}

    #access .inner {}

    #access h2 {
        font-size: 2.4rem;
        margin-bottom: 4%;
    }

    #access h2:after {
        content: none;
    }

    #access .main-box {
        margin-bottom: 2%;
        padding-bottom: 4%;
    }

    #access .main-box p.img-main {
        width: 100%;
        float: none;
        margin: 0 2% 0 0;
        position: relative;
        padding: 0;
    }

    #access .main-box p.img-main:after {
        content: "";
        background: url("../images/shop_txt.png") no-repeat top center;
        background-size: 100% auto;
        display: block;
        width: 25%;
        height: 35%;
        position: absolute;
        left: 3%;
        top: 3%;
        z-index: 2;
    }

    #access .main-box h3 {
        padding: 0 2%;
    }

    #access .main-box p {
        font-size: 1.4rem;
        margin: 0 0 1% 0;
        padding: 0 2%;
    }

    #access .main-box p span {
        margin: 0 0 0 2%;
    }

    #access .main-box dl {
        display: flex;
        flex-wrap: wrap;
        padding: 0 2%;
    }

    #access .main-box dt {
        width: 100%;
    }

    #access .main-box dd {
        width: 100%;
    }

    #access ul.shop-img {
        margin-bottom: 4%;
    }

    #access ul.shop-img li {
        width: 49%;
        margin-bottom: 1%;
    }

    #access .map {
        box-sizing: border-box;
        border: 6px solid #DBD0AB;
        width: 90%;
        margin: 0 auto;
    }

    .shop-box .inquiry-box .inner:before {
        content: "";
        background: url("../images/shop_icon.png") no-repeat top center;
        background-size: 100% auto;
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 35px;
        top: -35px;
    }

    /*問い合せ*/
    .inquiry-box {}

    .inquiry-box .inner {
        position: relative;
    }

    .inquiry-box .bnr-box {
        border: 4px solid #e05d1f;
        width: 95%;
        margin: 8% auto 8% auto;
        padding: 4% 4% 4% 4%;
        position: relative;
        background: #fff;
    }

    .inquiry-box .bnr-box:before {
        background-size: 100% auto;
        width: 30%;
        height: 55%;
        left: 2%;
        top: -2%;
    }

    .inquiry-box .bnr-box h3 {
        font-size: 1.6rem;
        margin-bottom: 4%;
        padding-left: 34%;
    }

    .inquiry-box .bnr-box p.bnr {
        float: none;
        width: 98%;
        margin-right: 0;
        padding-left: 34%;
    }

    .inquiry-box .bnr-box p.bnr:before {
        width: 10%;
        height: 20%;
        right: -8%;
        top: -24%;
    }

    .inquiry-box .bnr-box .inquiry-tel {}

    .inquiry-box .bnr-box .inquiry-tel p {
        text-align: center;
        font-size: 1rem;
    }

    .inquiry-box .bnr-box .inquiry-tel p.tel-no {
        font-size: 24px;
        margin: 4% 0 4% 0;
        padding-left: 8%;
        background: url(../images/free_icon.png) 5% center no-repeat;
        background-size: contain;
    }

    #privacy h3 {
        margin: 4% 0 4% 0;
        padding: 3% 2% 3% 2%;
        font-size: 18px;
    }

    .soudan {
        margin: 0 0 6% 0;
    }

    .soudan h3 {
        margin: 4% 0 4% 0;
        padding: 3% 2% 3% 2%;
        font-size: 18px;
    }

    .n-search.inq input[type="text"].w100 {
        width: 90%;
    }

    .n-search input[type="text"] {
        width: 50%;
    }

    .n-search select {
        width: 50%;
    }

    .tableContact th {
        display: block;
        width: 100%;
    }

    .tableContact td {
        display: block;
    }

    .soudan {
        margin: 0 0 6% 0;
    }

    .soudan h3 {
        margin: 4% 0 4% 0;
        padding: 3% 2% 3% 2%;
        font-size: 18px;
    }

    .n-search.inq input[type="text"].w100 {
        width: 90%;
    }

    .n-search input[type="text"] {
        width: 50%;
    }

    .n-search select {
        width: 50%;
    }

    .tableContact {
        margin: 3% 0 6%;
    }

    .inquiryItem li {
        width: 100%;
    }

    .soudan p.step {
        width: 100%;
    }

    .search-tab {
        width: 96%;
    }

    .search-tab .tab-content .search-tit {
        padding: 0;
        width: 100%;
    }

    .search-tab .tab-content .search-tit h3 {
        width: 50%;
        margin: 0 0 0 0;
        padding: 0 3% 0 3%;
        float: none;
    }

    .search-tab label {
        display: inline-block;
        margin: 0 0% 0 2.5%;
        padding: 0;
        cursor: pointer;
        width: 30%;
        float: left;
    }

    .search-tab input:checked+label {
        margin: 0 0% 0 2.5%;
    }

    .search-tab #tabb1,
    .search-tab #tabb2,
    .search-tab #tabb3 {
        padding: 1%;
        width: 98%;
        margin: auto;
    }
}

.news_wrap {
    padding: 80px 0;
}

.news_wrap h2 {
    text-align: center;
    border-top: 1px solid #cf4300;
    border-bottom: 1px solid #cf4300;
    color: #e05d1f;
    position: relative;
    font-size: 3.8rem;
    font-weight: bold;
    padding: 10px 0 10px 0;
}

.news_wrap ul {
    margin-top: 40px;
}

.news_wrap ul li {
    padding: 0 1%;
}

.news_wrap ul li h3 {
    margin-top: 5px;
    font-size: 1.8rem;
}

.news_wrap a.more-btn {
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 10px 10px;
    box-sizing: border-box;
    clear: both;
    margin: 40px auto 0;
    width: 50%;
    display: block;
    text-align: center;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .news_wrap {
        padding: 8% 0;
    }

    .news_wrap h2 {
        font-size: 2.1rem;
    }
}

.cont-box__link .link__inner {
    color: #fff;
    padding: 16px 40px;
    font-size: 20px;
    border-radius: 8px;
    margin: 8px 0;
    display: inline-block;
    width: 100%;
    position: relative;
}
.cont-box__link .link__inner::after{
    content: "";
    display:block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left: 12px solid #fff;
    margin: auto;
}

#buy_inquiry .link__inner {
    background: #005c24;
    box-shadow: 0px 5px 0px #005c2474;
}

#sale_inquiry .link__inner {
    background: #0098d7;
    box-shadow: 0px 5px 0px #0096d774;
}

#value_added .link__inner {
    background: #af8635;
    box-shadow: 0px 5px 0px #856628;
}


.inquiry-button {
    padding: 16px 32px;
    border-radius: 8px;
}

.inquiry-button {
    background: #005c24;
}

.inquiry-button a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media screen and (max-width: 767px) {
    .slick-prev {
        left: 0px !important;
        z-index: 1000 !important;
        transform: rotate(225deg) !important;
    }
    
    .slick-next {
        right: 0px !important;
        z-index: 1000 !important;
        transform: rotate(45deg) !important;
    }
    
    .slick-prev::before,
    .slick-next::before {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: auto !important;
        border-top: 2px solid #333 !important;
        border-right: 2px solid #333 !important;
    }
    
    .inquiry-button {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}