@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: 49%;
    /* 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: 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.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 #7fbb3d;
    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 .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: #005c24;
    margin: 15px 0 16px 0;
    padding-left: 50px;
    background: url(../images/free_icon.png) left center no-repeat;
    background-size: contain;
}


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

.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 #006934;
    border-bottom: 2px dotted #006934;
    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 #006934;
    border-bottom: 2px dotted #006934;
    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 {
    width: 100%;
    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;
}


/*画面幅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 {}

    #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 #7fbb3d;
        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%;
    }
}

#sale_inquiry {}

#sale_inquiry h2 {
    border-top: 2px dotted #a03516;
    border-bottom: 2px dotted #a03516;
    margin: 30px 0 30px 0;
    padding: 20px 20px 20px 20px;
    background: #e05d1f;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

#sale_inquiry .fv_wrap {
    /* background: #72ba2f; */
}

#sale_inquiry .fv_wrap h3 img {
    width: 100%
}

#sale_inquiry .fv_wrap .sale_inquiry_btn {
    display: block;
    margin: 0 auto;
}

.sale_inquiry_wrap {
    background: #72ba2f url(../images/sale_inquiry/bg.jpg) center bottom no-repeat;
    background-size: contain;
}

#buy_inquiry.sale_inquiry_wrap {
    background: #0098d7;
}

#buy_inquiry .merit_wrap h3 {
    max-width: 800px;
    width: 90%;
    margin: 24px auto;
}

#sale_inquiry .merit_wrap {
    padding: 0px 0 40px;
    margin-bottom: 80px;
}

#sale_inquiry .merit_wrap h3 {
    text-align: center;
}

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

#sale_inquiry .merit_wrap ul li {
    background: #fff;
    border-radius: 6px;
    padding: 20px 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 2px 2px 10px #005c24;
    width: 100%;
}

#sale_inquiry #buy_inquiry .merit_wrap ul li {
    box-shadow: 2px 2px 10px #0098d7;

}

#sale_inquiry .merit_wrap ul li:first-child {
    margin-top: 16px;
}

#sale_inquiry .merit_wrap ul li:not(:first-child) {
    margin-top: 40px;

}

#sale_inquiry .merit_wrap ul li:first-child {
    width: 100%;
}

#sale_inquiry .merit_wrap .icon {
    color: #df5d1f;
    font-size: 1.8rem;
    font-variant: ruby;
    width: 150px;
}

#sale_inquiry .merit_wrap .icon span {
    background: url(../images/sale_inquiry/icon_merit.png) no-repeat center;
    background-size: contain;
    font-size: 1.1em;
    font-weight: bold;
    padding: 25px 30px 15px 20px;
    color: #fff;
}

#sale_inquiry .merit_wrap .merit_ttl {
    width: calc(100% - 150px);
    font-size: 2.1rem;
    font-weight: bold;
    color: #005c24;
}

/* #buy_inquiry .inquiry-box .bnr-box .inquiry-tel p.tel-no, */
#sale_inquiry #buy_inquiry .merit_wrap .merit_ttl {
    color: #00445c;
}

#buy_inquiry .inquiry-box .bnr-box {
    border: 8px solid #00445c;
}

#sale_inquiry .inquiry-box .bnr-box {
    /* border: 8px solid #005c24; */
}

#sale_inquiry .merit_wrap .merit_txt {
    width: 70%;
    box-sizing: border-box;
    padding-right: 5%;
    margin-top: 10px;
    min-height: 100px;
}

#sale_inquiry #buy_inquiry .merit_wrap .merit_txt {
    width: 100%;
}

#sale_inquiry .merit_wrap .merit_txt span {
    color: #df5d1f;
}

#sale_inquiry .merit_wrap .merit_img {
    width: 30%;
}

.inquiry-box .inquiry-box {
    margin-top: 40px;
}

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

.inquiry-box .bnr-box {
    /* border: 8px solid #e05d1f; */
    box-sizing: border-box;
    border-radius: 6px;
    width: 930px;
    margin: 40px auto 0 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;
}

@media screen and (max-width: 767px) {
    #sale_inquiry {}

    #sale_inquiry h2 {}

    #sale_inquiry .fv_wrap {
        padding-top: 5%;
    }

    #sale_inquiry .fv_wrap h3 {}

    #sale_inquiry .fv_wrap .sale_inquiry_btn {
        display: block;
        margin: 0 auto;
    }

    #sale_inquiry .merit_wrap {}

    #sale_inquiry .merit_wrap h3 {}

    #sale_inquiry .merit_wrap ul {}

    #sale_inquiry .merit_wrap ul li {}

    #sale_inquiry .merit_wrap .icon {
        width: 100%;
        margin-bottom: 5%;
    }

    #sale_inquiry .merit_wrap .icon span {}

    #sale_inquiry .merit_wrap .merit_ttl {
        width: 100%;
    }

    #sale_inquiry .merit_wrap .merit_txt {
        width: 100%;
        padding: 0;
    }

    #sale_inquiry .merit_wrap .merit_txt span {}

    #sale_inquiry .merit_wrap .merit_img {
        width: 80%;
        margin: auto;
    }

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

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

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

#buy_inquiry .inquiry-button {
    background: #0098d7;
}

.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) {
    .inquiry-button {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

.buy-title__info {
    background: #fff;
    box-sizing: border-box;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 16px;
    margin-top: 16px;
    margin-bottom: 40px;
}

.buy-title__info .buy-title__info-arrow {
    background: url(../images/buy_inquiry/arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 77px;
    height: 240px;
    align-items: center;
    display: flex;
    padding-left: 0px;
    right: 0;
    left: -2%;
    margin: auto;
}
.buy-title__info .buy-title__info-arrow img{
    position: absolute;
    display: block;
    height: 60%;
    left: 14%;
}

.buy-title__info .buy-title__info-arrow p {
    display: none;
    color: #fff;
}
.item_l{
    width: 48%;
}
.item_r{
    width: 50%;
}
.merit-text {
    position: relative;
    overflow: hidden;
}
.merit-text .merit_img{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    height: 100%;
}
.merit-text .merit_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: unset;
    object-fit: contain;
}
#buy_inquiry .icon_merit{
    display: grid!important;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}
#buy_inquiry .merit_wrap ul li{
    margin-top: 0!important;
}
#sale_inquiry #buy_inquiry .merit_wrap .merit_ttl{
    
    width: 100%;
    margin-top: 16px;
}
#sale_inquiry #buy_inquiry .merit_wrap .merit_txt{
    min-height: unset!important;
}
@media screen and (max-width: 767px) {

    #sale_inquiry #buy_inquiry .merit_wrap .merit_ttl{
        margin-top: 0;
    }
    #buy_inquiry .icon_merit{
        grid-template-columns: 1fr;
    }
    .merit-text .merit_img{
        position: relative;
        height: auto;
        padding-top: 20px;
        width: 100%;
    }
    .merit-text .merit_img img{
    position: relative;
    object-fit: contain;
    }
    
    .buy-title__info .buy-title__info-arrow img {
        display: none;
    }

    .buy-title__info .buy-title__info-arrow p {
        display: block;
    }
    .buy-title__info{
        flex-flow: column;
    }
    .item_l,
    .item_r{
        width: 100%;
    }
    
    .item_l img,
    .item_r img{
        width: 100%;
        display: block;
    }
    .buy-title__info .buy-title__info-arrow {
        position: relative;
        background: url(../images/buy_inquiry/arrow--down.png) no-repeat;
        background-size: contain;
        top: 0;
        bottom: 0;
        width: 70%;
        height: 0;
        padding-top: 23%;
        align-items: center;
        display: flex;
        padding-left: 0px;
        right: 0;
        left: 0%;
        margin: 2.5% auto -8%;
    }
    .buy-title__info .buy-title__info-arrow p {
        position: absolute;
        top: -1em;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: min(3vw,32px);
        line-height: 150%;
        font-weight: bold;
    }
}