@charset "UTF-8";
/* CSS Document */
/*common
────────────────────────────────────*/
section[class^="sec_"] {
    padding-top: 200px;
    background: #fff;
    position: relative;
}
section[class^="sec_"]:last-of-type {
    padding-bottom: 200px;
}
.btn01 {
    width: 100%;
    max-width: 250px;
    padding: 10px;
    background: #6e4621;
    color: #fff;
    border-radius: 6px;
    line-height: 1.5;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.ttl_style01 {
    font-size: 3rem;
    text-align: center;
    font-family: 'Spectral', serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
}
@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {
    section[class^="sec_"] {
        padding-top: 160px;
    }
    section[class^="sec_"]:last-of-type {
        padding-bottom: 120px;
    }
}
@media screen and (max-width:540px) {
    section[class^="sec_"] {
        padding-top: 80px;
    }
    section[class^="sec_"]:last-of-type {
        padding-bottom: 80px;
    }
    .ttl_style01 {
        font-size: 2.6rem;
    }
}
@media screen and (max-width:415px) {}
/*mv
────────────────────────────────────*/
.mv {
    height: 600px;
    position: relative;
}
.mv .ttl_area {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(96, 60, 10, 0.5);
    height: 100%;
    width: 40%;
    /*
    display: flex;
    justify-content: center;
    align-items: center;
    */
    padding: 20px;
    text-align: center;
}
.mv .ttl_area figure {
    width: 150px;
    height: 105px;
    margin: 150px auto auto;
}
.mv .ttl_area p {
    color: #fff;
    font-size: 3rem;
}
.mv .slider {
    width: 100%;
    height: 600px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.mv .slider li {
    width: 100%;
    height: 100%;
}
.mv .slider .mv01 {
    background: url("../images/mv01.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.mv .slider .mv02 {
    background: url("../images/mv02.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.mv .slider .mv03 {
    background: url("../images/mv03.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {
    .mv .ttl_area {
        width: 50%;
        max-width: 300px;
    }
    .mv .ttl_area p {
        font-size: 2.5rem;
    }
}
@media screen and (max-width:540px) {
    .mv {
        height: 500px;
    }
    .mv .ttl_area {
        width: 100%;
        max-width: none;
    }
    .mv .slider {
        height: 500px;
    }
}
@media screen and (max-width:415px) {}
/*sec_01
────────────────────────────────────*/
.sec_01 {
    text-align: center;
}
.sec_01 .intro {}
.sec_01 .intro .catch_txt {
    font-size: 2.8rem;
    font-weight: bold;
    margin-top: 60px;
}
.sec_01 .intro p + p {
    margin-top: 18px;
}
.sec_01 .intro .catch_txt img.logoBK{
    width: 50px;
}
.sec_01 .intro .logoBK img{
    width: 33px;
}
.sec_01 .list_product {
    margin-top: 150px;
}
.sec_01 .list_product .box {
    align-items: center;
}
.sec_01 .list_product .box + .box {
    margin-top: 100px;
}
.sec_01 .list_product .box .txt_area {
    width: 48%;
}
.sec_01 .list_product .box .txt_area h3 {
    font-size: 2.3rem;
    font-weight: 700;
}
.sec_01 .list_product .box .txt_area p:first-of-type {
    margin-top: 20px;
    text-align: left;
}
.sec_01 .list_product .box .txt_area p:nth-of-type(2) {
    margin-top: 20px;
    text-align: left;
}
.sec_01 .list_product .box .txt_area .btn01 {
    margin-top: 25px;
}
.sec_01 .list_product .box figure {
    width: 48%;
}
.sec_01 .list_product .box:nth-child(even) .txt_area {
    order: 2;
}
@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {
    .sec_01 .intro .catch_txt {
        margin-top: 30px;
    }
    .sec_01 .list_product {
        margin-top: 120px;
    }
    .sec_01 .list_product .box + .box {
        margin-top: 85px;
    }
}
@media screen and (max-width:540px) {
    .sec_01 .intro .catch_txt {
        font-size: 2rem;
        margin-top: 30px;
    }
    .sec_01 .intro p + p {
        margin-top: 10px;
    }
    .sec_01 .list_product {
        margin-top: 70px;
    }
    .sec_01 .list_product .box + .box {
        margin-top: 65px;
    }
    .sec_01 .list_product .box .txt_area {
        width: 100%;
        order: 2;
        margin-top: 25px;
    }
    .sec_01 .list_product .box .txt_area h3 {
        font-size: 2rem;
    }
    .sec_01 .list_product .box .txt_area p:first-of-type {
        margin-top: 5px;
    }
    .sec_01 .list_product .box .txt_area p:nth-of-type(2) {
        margin-top: 15px;
    }
    .sec_01 .list_product .box .txt_area .btn01 {
        margin-top: 15px;
    }
    .sec_01 .list_product .box figure {
        width: 100%;
        order: 1;
    }
}
@media screen and (max-width:415px) {}
/*sec_02
────────────────────────────────────*/
.sec_02 {
    text-align: center;
    line-height: 1.8;
}
.sec_02 h2 {
    margin-bottom: 30px;
}
.sec_02 .flex {
    justify-content: space-around;
}
.sec_02 li {
    width: 23.5%;
}
.sec_02 li a {
    width: 100%;
    color: #0072C6;
}
.sec_02 li figure {
    margin: 5px 0 20px;
}
@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {
    .sec_02 li {
        width: 48%;
    }
    .sec_02 li:nth-of-type(-n + 2) {
        margin-bottom: 30px;
    }
}
@media screen and (max-width:540px) {
    .sec_02 h2 {
        margin-bottom: 20px;
    }
    .sec_02 li {
        width: 100%;
        margin-bottom: 30px;
    }
    .sec_02 li figure {
        margin: 5px 0 15px;
    }
}
@media screen and (max-width:415px) {}
/*sec_03
────────────────────────────────────*/
.sec_03 {}
.sec_03 li {
    width: calc(100% / 3);
}
.sec_03 h2 {
    background: #a47e5b;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {
    .sec_03 li {
        width: 49%;
    }
    .sec_03 li:nth-of-type(-n + 4) {
        margin-bottom: 2%;
    }
}
@media screen and (max-width:540px) {}
@media screen and (max-width:415px) {}
/*sec_04
────────────────────────────────────*/
.sec_04 h2 {
    margin-bottom: 30px;
}
.sec_04 .box:nth-of-type(1) {
    margin-bottom: 60px;
}
.sec_04 .box .txt_area {
    width: 48%;
}
.sec_04 .box .txt_area .shop_name {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 20px;
}
.sec_04 .box .txt_area .shop_name img.logoBK {
    width: 50px;
    display: inline-block;
}
.sec_04 .box .txt_area dl {
    display: flex;
    line-height: 1.8;
}
.sec_04 .box .txt_area dl + dl {
    margin-top: 15px;
}
.sec_04 .box .txt_area dt {
    font-weight: bold;
    width: 85px;
}
.sec_04 .box .txt_area dd {
    width: calc(100% - 85px);
}
.sec_04 .box .txt_area dd .icon_sns {
    width: 30px;
    margin-top: 7px;
    margin-right: 10px;
}
.sec_04 .box iframe {
    width: 50%;
    height: 100%;
    min-height: 300px;
}
@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {
    .sec_04 .box .txt_area {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .sec_04 .box .txt_area .shop_name {
        text-align: center;
    }
    .sec_04 .box iframe {
        width: 100%;
        margin-top: 40px;
    }
}
@media screen and (max-width:540px) {
    .sec_04 h2 {
        margin-bottom: 20px;
    }
    .sec_04 .box .txt_area .shop_name {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .sec_04 .box .txt_area dl + dl {
        margin-top: 10px;
    }
    .sec_04 .box iframe {
        margin-top: 30px;
    }
}
@media screen and (max-width:415px) {}
/*sec_05
────────────────────────────────────*/
.sec_05 {
    text-align: center;
}
.sec_05 h2 {
    margin-bottom: 30px;
}
.sec_05 .btn01 {
    margin-top: 50px;
}
@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:540px) {
    .sec_05 h2 {
        margin-bottom: 20px;
    }
    .sec_05 .btn01 {
        margin-top: 30px;
    }
}
@media screen and (max-width:415px) {}