﻿:root {
    --main-bg-color: #fff0c8;
    --main-key-color:#f06400;
}

.shop #content .btn a {
    text-decoration: none;
    color: #FFF
}

.shop #content h2 {
    font-size: 35px
}

@media screen and (max-width: 768px) {
    .shop #content h2 {
        padding: 0 20px
    }
}

.shop #content .title {
    font-size: 26px;
    font-weight: bold;
    padding: 0 0 20px
}

@media screen and (max-width: 768px) {
    .shop #content .title {
        font-size: 18px;
        padding: 0 0 10px;
    }

    .exampleBox_list .example_slide .example_slider li a .txBox .cateBox .cate {
        margin-bottom: 0;
    }
}

.shop #content .shopBox1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0 100px
}

@media screen and (max-width: 768px) {
    .shop #content .shopBox1 {
        padding: 30px 20px 70px
    }
}

.shop #content .shopBox1 .inBox {
    width: 48%
}

@media screen and (max-width: 768px) {
    .shop #content .shopBox1 .inBox {
        width: 100%
    }
}

.shop #content .shopBox1 .inBox .noimg {
    border-radius: 20px;
    background-image: none;
    background-color: #ffdcdc;
}

.shop #content .shopBox1 .inBox .noimg:before {
    background-size: auto
}

.shop #content .shopBox1 .inBox .noimg:after {
    background-image: none
}

.shop #content .shopBox1 .imgBox {
    position: relative;
    height: 400px;
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .shop #content .shopBox1 .imgBox {
        height: 300px;
        margin: 0 0 30px
    }
}

.shop #content .shopBox2 {
    padding: 0 0 100px
}

@media screen and (max-width: 768px) {
    .shop #content .shopBox2 {
        padding: 0 20px 70px
    }
}

.shop #content .shopBox2 .inBox {
    border-radius: 20px;
    background-color: #CCC;
    padding: 20px
}

.shop #content .shopBox2 .btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0 0
}

.shop #content .shopBox2 .btnArea .btn {
    width: 48%
}

@media screen and (max-width: 768px) {
    .shop #content .shopBox2 .btnArea .btn {
        width: 100%;
        margin: 0 0 10px
    }
}

.shop #content .shopBox3 {
    padding: 0 0 100px
}

@media screen and (max-width: 768px) {
    .shop #content .shopBox3 {
        padding: 0 20px 70px
    }
}

.shop #content .shopBox3 .inBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center
}

.shop #content .shopBox3 .inBox .in {
    position: relative;
    margin: 1.5px 12px 3px 0px;
    background-color: #42210B;
    color: #FFF;
    padding: 5px 15px 5px 25px;
    font-size: 14px
}

.shop #content .shopBox3 .inBox .in:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-color: #FFF
}

.shop #content .shopBox3 .inBox .in:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: -4.8px;
    width: 5px;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 49%);
            clip-path: polygon(0 0, 0% 100%, 100% 49%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-color: #42210B
}

.shop #content .shopBox4 {
    border-bottom: 1px solid #C8C8C8
}

.shop #content .area_shop_search {
    background-color: #fff0c8;
    border-radius: 20px;
    margin: 0 0 50px
}

@media screen and (max-width: 768px) {
    .shop #content .area_shop_search {
        margin: 0 20px 40px
    }
}

.shop #content .area_shop_search .par {
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background-color: var(--main-key-color);
    border-radius: 20px;
    padding: 20px 50px 20px 20px
}

@media screen and (max-width: 768px) {
    .shop #content .area_shop_search .par {
        font-size: 18px
    }
}

.shop #content .area_shop_search .par:before {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: " ";
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #FFF;
    width: 25px;
    height: 25px;
    border-radius: 12.5px;
    z-index: 2
}

.shop #content .area_shop_search .par:after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: " ";
    position: absolute;
    top: 28px;
    right: 24.5px;
    width: 0;
    height: 0;
    border-top: 12px solid var(--main-key-color);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 3
}

.shop #content .area_shop_search .par_o {
    border-radius: 20px 20px 0 0
}

.shop #content .area_shop_search .par_o:after {
    top: 25px;
    border-top: none;
    border-bottom: 12px solid var(--main-key-color);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.shop #content .area_shop_search .tx {
    font-size: 20px;
    text-align: right
}

@media screen and (max-width: 768px) {
    .shop #content .area_shop_search .tx {
        text-align: left;
        font-size: 15px
    }
}

.shop #content .area_shop_search .tx:before {
    content: "■";
    color: #9f9f9f
}

.shop #content .area_shop_search .chi {
    padding: 30px 50px;
}

@media screen and (max-width: 768px) {
    .shop #content .area_shop_search .chi {
        padding: 20px 10px
    }
}

.shop #content .area_shop_search .inBox .area_in {
    padding: 10px 0
}

.shop #content .area_shop_search .inBox .area_in .chBox {
    padding: 15px 15px 15px 25px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF
}

.shop #content .area_shop_search .inBox .area_in .chBox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center
}

.shop #content .area_shop_search .inBox .area_in .chBox label input {
    padding: 5px;
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0
}

.shop #content .area_shop_search .inBox .area_in .areasCh1 {
    background-color: #b162a3
}

.shop #content .area_shop_search .inBox .area_in .areasCh1:after {
    border-left: 8px solid #b162a3
}

.shop #content .area_shop_search .inBox .area_in .areasCh2 {
    background-color: #5a5ac8
}

.shop #content .area_shop_search .inBox .area_in .areasCh2:after {
    border-left: 8px solid #5a5ac8
}

.shop #content .area_shop_search .inBox .area_in .areasCh3 {
    background-color: #3669c5
}

.shop #content .area_shop_search .inBox .area_in .areasCh3:after {
    border-left: 8px solid #3669c5
}

.shop #content .area_shop_search .inBox .area_in .areasCh4 {
    background-color: #0096db
}

.shop #content .area_shop_search .inBox .area_in .areasCh4:after {
    border-left: 8px solid #0096db
}

.shop #content .area_shop_search .inBox .area_in .areasCh5 {
    background-color: #3bb4c7
}

.shop #content .area_shop_search .inBox .area_in .areasCh5:after {
    border-left: 8px solid #3bb4c7
}

.shop #content .area_shop_search .inBox .area_in .areasCh6 {
    background-color: #1eaa83
}

.shop #content .area_shop_search .inBox .area_in .areasCh6:after {
    border-left: 8px solid #1eaa83
}

.shop #content .area_shop_search .inBox .area_in .areasCh7 {
    background-color: #78c829
}

.shop #content .area_shop_search .inBox .area_in .areasCh7:after {
    border-left: 8px solid #78c829
}

.shop #content .area_shop_search .inBox .area_in .areasCh8 {
    background-color: #f09601
}

.shop #content .area_shop_search .inBox .area_in .areasCh8:after {
    border-left: 8px solid #f09601
}

.shop #content .area_shop_search .inBox .area_in .areasCh9 {
    background-color: #f06431
}

.shop #content .area_shop_search .inBox .area_in .areasCh9:after {
    border-left: 8px solid #f06431
}

.shop #content .area_shop_search .inBox .area_in .areasCh10 {
    background-color: #ec838a
}

.shop #content .area_shop_search .inBox .area_in .areasCh10:after {
    border-left: 8px solid #ec838a
}

.shop #content .area_shop_search .inBox .area_in .areasCh11 {
    background-color: #ea5865
}

.shop #content .area_shop_search .inBox .area_in .areasCh11:after {
    border-left: 8px solid #ea5865
}

.shop #content .area_shop_search .inBox .area_in .areasCh12 {
    background-color: #ea3232
}

.shop #content .area_shop_search .inBox .area_in .areasCh12:after {
    border-left: 8px solid #ea3232
}

.shop #content .area_shop_search .inBox .area_in .areas_display {
    background-color: #9f9f9f
}

.shop #content .area_shop_search .inBox .area_in ul {
    padding: 15px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

@media screen and (max-width: 768px) {
    .shop #content .area_shop_search .inBox .area_in ul {
        padding: 15px 0 0 20px
    }
}

.shop #content .area_shop_search .inBox .area_in ul li {
    margin: 0 10px;
    color: #3669c5;
    font-weight: bold
}

@media screen and (max-width: 768px) {
    .shop #content .area_shop_search .inBox .area_in ul li {
        width: 50%;
        margin: 0
    }
}

.shop #content .area_shop_search .inBox .area_in ul li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center
}

.shop #content .area_shop_search .inBox .area_in ul li label input {
    padding: 5px;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0
}

.shop #content .area_shop_search .inBox .area_in ul .pref_display {
    color: #9f9f9f
}

.shop #content .area_shop_search .submitBtn {
    text-align: center;
    padding: 20px 0
}

.shop #content .area_shop_search .submitBtn input {
    display: inline-block;
    border: none;
    background-color: var(--main-key-color);
    color: #FFF;
    width: 400px;
    padding: 20px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold
}

@media screen and (max-width: 768px) {
    .shop #content .area_shop_search .submitBtn input {
        width: 90%;
        font-size: 18px;
        padding: 10px
    }
}

.shop #content .linkBox {
    position: relative;
    background-color:  var(--main-bg-color);
    border-radius: 20px;
    padding: 30px;
    margin: 0 0 50px
}

@media screen and (max-width: 768px) {
    .shop #content .linkBox {
        margin: 0 20px 30px;
        padding: 30px 20px
    }
}

.shop #content .linkBox .title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 30px;
    border-bottom: 1px solid #42210B
}

.shop #content .linkBox .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0
}

@media screen and (max-width: 768px) {
    .shop #content .linkBox .link .in {
        width: 31%;
        margin: 0 1%
    }
}

.shop #content .linkBox .link .in a {
    display: inline-block;
    text-decoration: none;
    background-color: var(--main-key-color);
    color: #FFF;
    text-align: center;
    padding: 5px 20px;
    margin: 0 10px 5px 0;
    border-radius: 10px
}

@media screen and (max-width: 768px) {
    .shop #content .linkBox .link .in a {
        margin: 0 0 5px;
        padding: 5px 10px;
        display: block
    }
}

.shop #content .linkBox .rest {
    text-align: center;
    padding: 30px 0 0 0
}

.shop #content .linkBox .rest a {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    background-color: #42210B;
    color: #FFF;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px
}
