@charset "UTF-8";

:root {
    --magold: #b5884d;
    --btngold: #c58948;
}

@media (max-width: 991px) {
    .pc-s {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .mb-s {
        display: none !important;
    }
}

.footer {
/*     padding-bottom: 60px; */
}

.footer .fx-btn-g .fx-btn.fx-btn-cart {
    background-color: var(--og);
}

.footer .fx-btn-g .fx-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0px 2px 6px #0d0409;
}


.footer .fx-btn-mo {
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999999;
}

.footer .fx-btn-mo .fx-btn {
    padding: 5px 5px;
    font-size: 20px;
    color: #fff;
    width: 33.33333%;
    text-align: center;
    letter-spacing: 2px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
    top: unset;
    right: unset;
    position: relative;
}

.footer .fx-btn-mo .fx-btn img {
    width: 40px;
    box-shadow: unset;
}

.footer .fx-btn-mo .fx-btn.fx-btn-cart,
.fxbtn-cart {
    background-color: var(--magold);
}

.footer .fx-btn-mo .fx-btn.fx-btn-tel {
    background-color: #E9BDDE;
}

.footer .fx-btn-mo .fx-btn.fx-btn-line {
    background-color: #01b901;
}

.footer .fx-btn-mo .fx-btn.fx-btn-fb {
    background-color: #007aff;
}

.mb-member {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: #fff;
}

.mb-member i {
    font-size: 20px;
}

.shop-con .row:nth-child(even) {
    flex-direction: row-reverse;
}

.shop-con .go-map {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.shop-con .go-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shop-info h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 15px 0px;
    color: var(--magold);
    border-bottom: 1px #ccc solid;
}

.shop-info .shop-f {
    display: flex;
    align-items: center;
    margin-bottom: 20px;

}

.shop-info .shop-f i {
    margin-right: 15px;
    color: var(--magold);
}

.shop-info .shop-f p,
.shop-info .shop-f a {
    font-size: 16px;
    color: #222;
    margin-bottom: 0px;
}

.fra-r1 {
    margin: 0 auto 80px;
    width: 70%;
    justify-content: center;

}

.fra-r1 a {
    display: block;
    text-align: center;
}

.fra-r1 a p {
    font-size: 14px;
    color: #717171;
    margin-bottom: 0px;
    letter-spacing: 0px;
    line-height: 1.2em;
}

.fra-r1 a p span {
    font-size: 12px;
    color: #717171;
    margin-bottom: 0px;
    letter-spacing: 0px;
    line-height: 1.2em;
}


.fra-solgan {
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .fra-r1 {
        margin: 0 auto 40px;
        width: 100%;

    }

    .fra-r1 a {
        margin-bottom: 20px;
    }
}

.fra-s2 {
    background-color: #faf8f0;
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
    margin-bottom: 50px;
}

.fra-tif {
    display: flex;
    position: relative;
    width: fit-content;
    align-items: center;

}

.fra-tif img {
    margin-right: 20px;
}

.fra-tif .fra-tiw p {
    font-size: 22px;
    color: #000;
    margin-bottom: 0px;
    letter-spacing: 0px;
    line-height: 1em;
}

.fra-tif .fra-tiw p span {
    font-size: 12px;
    color: #000;
    margin-bottom: 0px;
    letter-spacing: 0px;
    line-height: 1em;
}

.fra-tif:before {
    content: "";
    width: calc(1170px - 100%);
    height: 1px;
    position: absolute;
    background-color: #dddddd;
    bottom: 10px;
    left: calc(100% + 30px);
}

.fra-s2 .fra-tif {
    width: 100%;
    justify-content: center;
}

.fra-s2 .fra-tif:before {
    content: "";
    width: 500px;
    height: 1px;
    position: absolute;
    background-color: #dddddd;
    bottom: 10px;
    left: calc(50% + 150px);
}

@media (max-width: 768px) {
    .fra-tif:before {
        width: calc(100vw - 60px - 100%);
    }

    .fra-s2 .fra-tif:before {
        content: unset;
    }
}

.fras2-con {
    padding-top: 80px;
    padding-bottom: 90px;
}

.fras2-con .fras2c1img img {
    transform: translateY(-35%);
}

.fras2-con .fras2-c img {
    margin-bottom: 25px;
}

.fras2-con .fras2-c p {
    color: #717071;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 2em;
}

.fras2-con .fras2-c span {
    color: var(--magold);
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 2em;
}

.fras2-r {
    display: flex;
    justify-content: center;
    width: 100%;

}


.fras2p2 {
    position: absolute;
    right: calc(50% - 550px);
    bottom: 0px;
    transform: translateY(50px);
}

@media (max-width: 768px) {
    .fras2-con .fras2c1img {
        display: none;
    }

    .fras2p2 {
        width: 50vw;
        right: 10px;
        transform: translateY(30px);
    }

    .fras2-con {
        padding-top: 30px;
        padding-bottom: 90px;
    }

    .fras2-r {
        margin-top: 30px;
    }

    .fras2-con .row .fras2-c p {
        display: flex;
        align-items: center;
        line-height: 1.2em;
        margin-bottom: 15px;
    }

    .fras2-con .fras2-c span {
        flex: 0 0 25%;
        line-height: 1.2em;
    }

    .fras2-con .fras2-c img {
        margin-bottom: 10px;
    }

    .fras2-con .fras2-r .fras2-c img {
        width: 66%;
    }
}


.fra-s3 .fra-tif {
    margin-bottom: 80px;
}

.fra-s3 .s3-logo {
    margin-bottom: 50px;
}

.fra-s3 .fra-s3text p {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
    color: #000;
}

.fra-s3 .fra-s3text a {
    padding: 10px 100px;
    color: #fff;
    font-size: 25px;
    background-color: var(--btngold);
    border-radius: 999999px;
}

.fra-s3 .fra-s3text a:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .fra-s3 .fra-tif {
        margin-bottom: 40px;
    }

    .fra-s3 .s3-logo {
        margin-bottom: 30px;
        width: 65vw;
    }

    .fra-s3 .fra-s3text p {
        font-size: 14px;
    }

    .fra-s3 .fra-s3text a {
        padding: 10px 25px;
        font-size: 16px;

    }
}

.fra-s4 {
    background-color: #faf8f0;
    padding-top: 80px;
    padding-bottom: 180px;
    margin-top: 50px;
}

.fras4-con2 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 40px auto 0px;
}

.fras4-con2 .row {
    flex-direction: row-reverse;
}

.fras4-con2 .fras4-img {
    text-align: right;
}

.fras4-con2 .fras4-c {
    position: relative;
}

.fras4-con2 .fras4-c p {

    color: #717071;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 2em;
    padding-left: 15px;
}

.fras4-con2 .fras4-c .fras4-cpic {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

@media (max-width: 768px) {
    .fra-s4 {
        padding-top: 40px;
        padding-bottom: 90px;
        margin-top: 30px;
    }

    .fras4-con2 {
        width: 100%;
        margin: 20px auto 0px;
    }

    .fras4-con2 .fras4-img {
        text-align: unset;
        margin-bottom: 20px;
    }

    .fras4-con2 .fras4-c p {

        color: #717071;
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 2em;
        padding-left: 15px;
    }

    .fras4-con2 .fras4-c .fras4-cpic {
        position: absolute;
        bottom: 0px;
        right: 0px;
        transform: translateY(100%);
    }

    .header .top-header .top-menu .collapse .top-icon-list .top-icon-link a {
        font-size: 16px;
    }
}


.fra-s5 {
    padding-top: 60px;
    padding-bottom: 80px;
}

.fra-s5 a {
    padding: 10px 15px;
    color: #000;
    font-size: 16px;
    background-color: #faf8f0;
    display: block;
}

@media (max-width: 991px) {
    .header .top-header .top-menu .collapse .top-icon-list .top-icon-link a .bag-number {
        left: 110px;
        bottom: 15px;
    }
}


.text-color{
  color: #e7c07a !important;
}

.footer-img{
  width: 33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.footer-img img{
  object-fit: contain !important;
}