@charset "UTF-8";

.sub-kv .container {
    width: 100%;
    height: 100%;
}
.sub-kv .content {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.sub-kv .content h1 {
    position: absolute;
    color: #231815;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.75;
    margin-bottom: 0;
    filter: drop-shadow(0 0 8px rgb(255, 255, 255, 1));
}
.sub-kv .content h1 span {
    font-weight: 700;
    letter-spacing: 0.05rem;
}
.sub-kv .content .hero-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.45;
    text-align: center;
    margin: -15px auto 0;
    filter: drop-shadow(0 0 8px rgb(0, 0, 0, 1));
}
.sub-sec {
    padding: 0;
    margin: 0;
}
.sub-sec .container {
    margin-top: -70px;
    background-color: #fff;
    box-sizing: border-box;
}
.cont-title {
    border-radius: 40px;
    padding: 2px;
    background-color: #231815;
    box-sizing: border-box;
}
.cont-title p {
    width: 100%;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 17px;
    border: 4px solid #fff;
    border-radius: 40px;
    box-sizing: border-box;
}

.button {
    position: relative;
    max-width: 290px;
    margin: 0 auto;
    border-radius: 40px;
    background-color: #7f552c;
    filter: drop-shadow(3px 3px 3px rgb(0, 0, 0, 0.4));
    transition: all 0.3s ease;
}
.button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../../assets/img/arrow.svg) no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease;
}
.button a {
    display: block;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 17px;
    box-sizing: border-box;
}

.shadow {
    filter: drop-shadow(3px 3px 3px rgb(0, 0, 0, 0.4));
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 9999;
}
.header .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
}
.header .container .logo {
    position: relative;
    text-align: center;
    z-index: 9999;
}
.header .container .logo p {
    font-size: 0.45rem;
    color: #a99b85;
    margin-bottom: 2px;
}
.header .container .gnav ul li {
    position: relative;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}
.header .container .gnav ul li a {
    color: #fff;
}
.header .container .gnav ul li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.header .container .gnav ul li:last-child {
    position: relative;
    padding-bottom: 0;
    border-radius: 40px;
    background-color: #7f552c;
    filter: drop-shadow(3px 3px 3px rgb(0, 0, 0, 0.4));
    transition: all 0.3s ease;
}
.header .container .gnav ul li:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 18px;
    height: 13px;
    background: url(../../assets/img/mail.svg) no-repeat;
    background-size: cover;
    background-position: center;
}
.header .container .gnav ul li:last-child a {
    display: block;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.footer {
    position: relative;
    background-color: #231815;
    box-sizing: border-box;
}
.footer .content {
    display: flex;
    flex-wrap: wrap;
}
.footer .content .box-left,
.footer .content .box-right {
    color: #fff;
    box-sizing: border-box;
}
.footer .content .box-left {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .content .box-left .logo .txt {
    color: #a99b85;
    margin-bottom: 10px;
}
.footer .content .box-right h2 {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 20px;
}
.footer .content .box-right .name {
    font-size: 1.15rem;
}
.footer .content .box-right .name:nth-child(2) {
    margin-top: 20px;
}
.footer .content .box-right .tel {
    font-size: 0.9rem;
}
.footer .content .box-right .tel span {
    font-size: 1.5rem;
    font-weight: 700;
}
.footer .content .box-right .tel a {
    color: #fff;
}

/* media query : mobile
---------------------------------------------*/
@media screen and (max-width: 768px) {
    .sub-kv {
        height: 400px;
    }
    .sub-kv .content h1 {
        font-size: 1.9rem!important;
    }
    .sub-kv .content h1 span {
        font-size: 0.9rem;
    }
    .sub-kv .content .hero-txt {
        width: calc(100% - 40px);
        font-size: 1.6rem !important;
        margin: -15px auto 0;
    }
    .sub-sec .container {
        padding: 80px 20px 60px;
    }

    .cont-title {
        max-width: 290px;
        margin: 0 auto 20px;
    }
    .cont-title p {
        font-size: 1.35rem;
    }

    .button a {
        font-size: 1.15rem;
    }

    .header {
        background: linear-gradient(rgba(35, 29, 21, 0.9), rgba(35, 29, 21, 0.9)), url(../img/header_bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .header .container {
        height: 70px;
        padding: 15px;
    }
    .header .container .logo {
        width: 170px;
    }
    .header .container .gnav ul {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
    .header .container .gnav ul li {
        width: calc(50% - 7.5px);
        margin-bottom: 0;
        box-sizing: border-box;
    }
    .header .container .gnav ul li a span {
        font-size: 0.55rem;
        font-weight: normal;
    }
    .header .container .gnav ul li:not(:last-child) {
        padding: 20px;
        border: 1px solid #fff;
    }
    .header .container .gnav ul li:nth-last-child(2) {
        margin-right: calc(50% + 7.5px);
    }
    .header .container .gnav ul li:last-child {
        width: 290px;
        margin: 15px auto 0;
        border: none;
    }
    .header .container .gnav ul li:last-child:hover {
        background-color: #8e6a37;
        filter: drop-shadow(6px 6px 6px rgb(0, 0, 0, 0.4));
    }
    .header .container .gnav ul li:last-child a {
        padding: 17px;
    }

    .footer {
        border-top: 25px solid #a99b85;
        padding: 60px 0;
    }
    .footer .content {
        flex-direction: column-reverse;
        padding: 0 20px;
    }
    .footer .content .box-left,
    .footer .content .box-right {
        width: 100%;
        padding: 0;
    }
    .footer .content .box-left {
        padding-top: 30px;
        margin-top: 30px;
    }
    .footer .content .box-left .logo {
        width: 100%;
        text-align: center;
    }
    .footer .content .box-left .logo img {
        max-width: 240px;
        margin-bottom: 30px;
    }
    .footer .content .box-left .logo .txt {
        color: #a99b85;
        font-size: 0.7rem;
        margin-bottom: 10px;
    }

    .footer .content .box-right h2 {
        text-align: center;
    }
    .footer .content .box-right .shop-info1 {
        margin-bottom: 20px;
    }
}

/* media query : desktop
---------------------------------------------*/
@media screen and (min-width: 769px) {
    .sub-kv {
        height: 580px;
    }
    .sub-kv .content {
        padding: 90px 0;
    }
    .sub-kv .content h1 {
        font-size: 2.8rem!important;
    }
    .sub-kv .content h1 span {
        font-size: 1.15rem;
    }
    .sub-kv .content .hero-txt {
        width: 100%;
        font-size: 2.2rem!important;
        margin-bottom: 0;
    }
    .sub-sec .container {
        padding: 130px 90px 90px;
    }

    .cont-title {
        max-width: 430px;
        margin: 0 auto 30px;
    }
    .cont-title p {
        font-size: 1.6rem;
    }

    .button:hover {
        background-color: #8e6a37;
        filter: drop-shadow(6px 6px 6px rgb(0, 0, 0, 0.4));
    }
    .button:hover::after {
        right: 18px;
        width: 24px;
        height: 24px;
    }
    .button a {
        font-size: 1.25rem;
    }
    .button a:hover{
        opacity: 1;
    }

    .header {
        background: linear-gradient(rgba(35, 29, 21, 0.9), rgba(35, 29, 21, 0.9)), url(../img/header_bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .header .container {
        height: 90px;
        padding: 15px 0;
    }
    .header .container .logo {
        width: 190px;
    }
    .header .container .gnav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .header .container .gnav ul li {
        padding-bottom: 3px;
        margin-right: 25px;
    }
    .header .container .gnav ul li a span {
        font-size: 0.45rem;
        font-weight: normal;
    }
    .header .container .gnav ul li:not(:last-child):hover:after {
        visibility: visible;
        bottom: -4px;
        opacity: 1;
    }
    .header .container .gnav ul li:last-child {
        width: 160px;
        margin: 0 auto;
    }
    .header .container .gnav ul li:last-child:hover {
        background-color: #8e6a37;
        filter: drop-shadow(6px 6px 6px rgb(0, 0, 0, 0.4));
    }
    .header .container .gnav ul li:last-child a {
        padding: 10px 10px 10px 25px;
    }

    .footer {
        border-top: 30px solid #a99b85;
        padding: 90px 0;
    }
    .footer .content .box-left,
    .footer .content .box-right {
        width: 50%;
        padding: 0 60px;
    }
    .footer .content .box-left {
        border-right: 1px solid #fff;
    }
    .footer .content .box-left .logo {
        width: 380px;
        text-align: center;
    }
    .footer .content .box-left .logo img {
        max-width: 290px;
        margin-bottom: 30px;
    }
    .footer .content .box-left .logo .txt {
        color: #a99b85;
        font-size: 0.8rem;
        margin-bottom: 10px;
    }
    .footer .content .box-right a {
        color: #fff;
    }
}


@media screen and (max-width: 1200px) and (min-width: 769px) {
    .header .container {
        padding: 15px 30px;
    }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
    .sub-sec .container {
        padding: 130px 40px 90px;
    }
    .footer .content .box-left,
    .footer .content .box-right {
        width: 50%;
        color: #fff;
        padding: 0 40px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
    .header .container .gnav ul li {
        width: calc(33.33% - 16.67px);
    }
    .header .container .gnav ul li:not(:last-child) {
        padding: 20px;
        border: 1px solid #fff;
        box-sizing: border-box;
    }
    .header .container .gnav ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    .header .container .gnav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-top: 0;
    }
    .header .container .gnav ul li:last-child {
        position: relative;
        width: 290px;
        padding-bottom: 0;
        margin: 15px auto 0;
        border-radius: 40px;
        border: none;
        background-color: #7f552c;
        filter: drop-shadow(3px 3px 3px rgb(0, 0, 0, 0.4));
        transition: all 0.3s ease;
    }
    .header .container .gnav ul li:nth-last-child(2) {
        margin-right: calc((33.33% - 16.67px) + 25px);
    }
    .header .container .gnav ul li:last-child::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 18px;
        height: 13px;
        background: url(../../assets/img/mail.svg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .header .container .gnav ul li:last-child a {
        display: block;
        color: #fff;
        text-align: center;
        padding: 17px;
        box-sizing: border-box;
    }
}


/* reCAPTCHA 非表示
---------------------------------------------*/
.grecaptcha-badge {
    visibility: hidden!important;
}