/*
Theme Name: suzuei
Template: habakiri
*/

@charset "UTF-8";

/**
 * ----------------------------------------
 * 沈トウ__WPデフォルトスタイル　2023/10
 * ----------------------------------------
 */
ul {
    list-style: none;
    padding: 0;
}

img {
    max-width: 100%;
}

.commentarea {
    display: none;
}

.container {
    display: contents;
}

.container-fluid {
    padding: 0;
}


ul {
    margin: 0;
}

p {
    font-size: 16px;
}

/**
 * ----------------------------------------
 * common
 * ----------------------------------------
 */
html {
    text-align: center;

}

body {
    font-family: "Sawarabi Mincho";

}

.sub-page-contents {
    padding-top: 0;
}

.sp-none {
    display: none;
}

section {
    & h2 {
        background-image: url(images/Irare__bg-red.webp);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 14% 50%;
        padding-bottom: 10px;
        margin-bottom: 40px;
        font-size: clamp(2.375rem, 1.114rem + 1.3vw, 2.5rem);
        font-weight: 100;

        @media screen and (max-width:430px) {
            background-size: 90% 50%;
        }
    }
}

:where(.default-btn) {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 50px 0;

    @media screen and (max-width:430px) {
        flex-direction: column;
    }

    & a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 400px;
        height: 80px;
        color: #fff !important;
        font-size: 20px;

        @media screen and (max-width:430px) {
            width: 100%;
        }

        &::before,
        &::after {
            content: "";
            position: absolute;
            display: inline-block;
            width: 100%;
            height: 100%;
            inset: 0;
        }

        &::before {
            z-index: -1;
            background-image: url(images/Irare__bg-white-02.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 85% 65%;
            opacity: 0.2;
        }

        &::after {
            z-index: -2;
            background: red;
        }
    }
}

/*
.flex-box内のコートをいじるより、
HTMLから.flex-boxを外したほうた速い
*/
:where(.flex-box) {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: left;

    @media screen and (max-width:430px) {
        flex-direction: column;
    }
}

:where(.content-area) {
    width: 1180px;
    margin: 0 auto 100px auto;

    @media screen and (max-width:1200px) {
        width: 960px;
    }

    @media screen and (max-width:960px) {
        width: 760px;
    }

    @media screen and (max-width:430px) {
        width: calc(100% - 15px);
    }



}

:where(.home, .togen-pork) {
    .container-area {
        & img {
            box-shadow: 4px 6px 6px 0px rgba(103, 103, 103, 0.4);
        }
    }

}

:not(.home) .page-header {
    display: flex;
    height: 60vh;
    justify-content: center;
    align-items: center;
    background-position: bottom;

    @media screen and (max-width:960px) {
        height: 40vh;
    }

    @media screen and (max-width:430px) {
        height: 30vh;
    }

    & h1 {
        text-shadow: 6px 0px 8px rgba(79, 79, 79, 1);
        font-size: clamp(3.5rem, 1.591rem + 4.55vw, 7rem);
        ;
        letter-spacing: 10px;
    }
}

.company .page-header {
    background: no-repeat url(images/mv__company.webp) bottom right/cover;

}

.togen-pork .page-header {
    background: no-repeat url(images/mv__togen-poork02.webp) bottom right/cover;

}

.products .page-header {
    background: no-repeat url(images/mv__products.webp) bottom right/cover;

}

/**
 * ----------------------------------------
 * home/top
 * ----------------------------------------
 */
.home__hero-area {
    & img {
        box-shadow: none;
    }
}

:where(.product__info-text, .form-area__info-text) {
    font-size: 18px;
}

.card-box {
    display: flex;
    justify-content: center;
    gap: 30px;

    @media screen and (max-width:960px) {
        flex-direction: column;

    }

    & p {
        font-size: clamp(1.538rem, 0.031rem + 5vw, 1rem);
        text-align: center;
        font-weight: bold;
    }

    & .flex-box {
        flex-direction: column;
        justify-content: flex-start;
    }

    & span {
        font-size: 20px;
    }
}

.home {
    & .page-header {
        display: none;
    }

    & p {
        font-weight: bold;
    }

    & section {
        padding-bottom: 150px;
    }

    & #header {
        display: none;
    }
}


.hero-area__inner {
    padding: 100px 0;
    background-image: url("images/hero__home.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    & img {
        width: 38%;
        padding: 0 0 50px 0;

        @media screen and (max-width:430px) {
            width: 100%;
        }
    }

    & h3 {
        color: #fff;
        text-shadow: -1px 2px 11px rgb(0 0 0);
        font-size: clamp(3.25rem, 0.795rem + 2.27vw, 2.5rem);
    }
}

.home__hero-nav {
    @media screen and (max-width:960px) {
        display: none;
    }

    & a {
        color: #ff0007;
    }

    & ul {
        gap: 70px;

        & li {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100px;
            height: 100px;
            background-color: #fff;
            border-radius: 50%;
        }
    }
}

.form-btn__02 {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 50px 0;

    @media screen and (max-width:430px) {
        flex-direction: column;
    }

    & a {
        position: relative;
        display: flex;
        align-items: center;
        width: 400px;
        height: 80px;
        color: #fff !important;
        font-size: 20px;
        justify-content: flex-end;

        @media screen and (max-width:430px) {
            width: 100%;
        }

        &::before,
        &::after {
            content: "";
            position: absolute;
            display: inline-block;
            width: 100%;
            height: 100%;
            inset: 0;
        }

        &::before {
            z-index: -1;
            background-image: url(images/Irare__bg-white-02.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 85% 65%;
            opacity: 0.2;
        }

        &::after {
            z-index: -2;
            background: red;
        }
    }
}

.form-btn__02__text {
    position: relative;
    display: inline-block;
    z-index: 3;
    color: #fff;
    margin-right: 10%;

    &::before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 5%;
        z-index: 1;
        background-image: url(images/Irare__bg-white-02.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 80%;
        opacity: 0.5;
    }
}

@media screen and (max-width:430px) {
    .form-btn__02__text {
        font-size: 15px;
        margin: 0;

        &::before {
            top: 0%;
        }
    }
}




.form-btn__02__img {
    height: 80px;
}

/**
 * ----------------------------------------
 * header / ヘッター
 * ----------------------------------------
 */
.header-box {
    background: #cf0000;

    @media screen and (max-width:960px) {
        display: none;
    }

    & nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 80px;
    }

    & ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 70px;
        color: #fff;
        font-size: 17px;

    }

    & li:last-child {
        font-size: 14px;
    }

    & img {
        width: 10%;
    }

}

/* hamburger-menu */
.sp-menu {
    position: relative;
    display: none;

    @media screen and (max-width: 1200px) {
        display: block;

    }
}

.sp-menu__box {
    position: fixed;
    top: 40px;
    right: 0;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    /* background: #3584bb; */
}

.sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #000000;
    position: absolute;
}

.sp-menu__box {
    & span {
        &:before {
            bottom: 8px;

        }

        &:after {
            top: 8px;

        }
    }
}



#sp-menu__check {
    display: none;
}

#sp-menu__check:checked~.sp-menu__box span {
    background: rgba(255, 255, 255, 0);
}

#sp-menu__check:checked~.sp-menu__box span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#sp-menu__check:checked~.sp-menu__box span::after {
    top: 0;
    transform: rotate(-45deg);
}

#sp-menu__check:checked~.sp-menu__content {
    left: 60%;

    @media screen and (max-width: 1200px) {
        display: block;
    }

    @media screen and (max-width: 430px) {
        left: 0;
        width: 100%;

    }
}

.sp-menu__content {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    width: 50%;
    padding: 30px;
    margin-top: 60px;
    background-color: #c20000;
    transition: all 0.5s;
}

.sp-menu__item {
    border-bottom: solid 1px #ffffff;
    list-style: none;
    margin-bottom: 20px;
}

.sp-menu__link {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
}

/**
 * ----------------------------------------
 * footer　/　フッター
 * ----------------------------------------
 */
footer {
    color: #fff;
    font-weight: normal;
    margin-top: 200px;
}

.irare-box {
    position: relative;
}

.irare-box-bg {
    left: 0;
    position: absolute;
    bottom: 0;

    @media screen and (max-width:430px) {
        bottom: 10px;
    }
}

.irare-cow-01 {
    left: 15%;
    position: absolute;
    bottom: 10px;

    @media screen and (max-width:960px) {
        bottom: 0;
    }

    @media screen and (max-width:430px) {
        bottom: 10px;
        width: 20%;
    }
}

.irare-cow-02 {
    left: 30%;
    position: absolute;
    bottom: 10px;

    @media screen and (max-width:960px) {
        left: 40%;
        bottom: 0;
    }

    @media screen and (max-width:430px) {
        bottom: 10px;
        width: 15%;
    }
}

.irare-cow-03 {
    left: 65%;
    position: absolute;
    bottom: 10px;

    @media screen and (max-width:960px) {
        bottom: 0;
    }

    @media screen and (max-width:430px) {
        bottom: 10px;
        width: 20%;
    }
}

.irare-cow-04 {
    left: 80%;
    position: absolute;
    bottom: 10px;

    @media screen and (max-width:960px) {
        display: none;
    }
}

.map {
    & iframe {
        width: 100%;
        height: 500px;
    }
}

.copyright {
    background-color: #B60005;
    color: #fff;
    padding: 0;
}

.copyright a {
    color: #fff;
}

:where(.about-us, .footer-menu, .to-order) {
    width: 20%;

    @media screen and (max-width:430px) {
        width: 100%;
    }
}

.footer__link-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    text-align: left;
    font-size: 16px;


    @media screen and (max-width:430px) {
        flex-direction: column;
        padding: 0 15px;
    }

    & h3 {
        position: relative;
        z-index: 3;
        text-align: center;
        margin-bottom: 30px;

        &::before {
            content: "";
            position: absolute;
            display: inline-block;
            width: 100%;
            height: 100%;
            bottom: -20px;
            left: 5%;
            z-index: 1;
            background-image: url(images/Irare__bg-white-02.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% 50%;
            opacity: 0.8;
        }
    }

    & p {
        font-size: 14px;
    }
}

.footer-menu {
    text-align: center;

    & ul {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(130px, 47%));
        gap: 20px;
        justify-content: center;

        @media screen and (max-width:430px) {
            grid-template-columns: repeat(auto-fill, minmax(120px, 50%));
        }
    }

    & li {
        border-bottom: #ffffff75 solid 1px;
        padding-bottom: 10px;
    }
}

.footer__loro {
    width: 80%;
}

.to-order {
    & ul {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-left: 15%;
    }
}

.privacy-box {
    border-top: #fff solid 1px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 65%;
    margin: 20px auto 20px auto;

    @media screen and (max-width:430px) {
        padding-top: 20px;
        flex-direction: column;
    }
}

.copyright-text {
    background-color: #fff;
    color: black;
    padding: 15px 0;
    margin: 0;
}

/**
 * ----------------------------------------
 * company /会社概要
 * ----------------------------------------
 */
.company {
    font-size: clamp(1.875rem, 1.527rem + 1.74vw, 1.375rem);

}


.greeting {
    padding-top: 150px;
}



.corporate-philosophy {
    & .flex-box {
        flex-direction: row;

        @media screen and (max-width:430px) {
            flex-direction: column;
        }

        & img {

            @media screen and (max-width:960px) {
                width: 35%;
            }

            @media screen and (max-width:430px) {
                width: 90%;
            }
        }
    }
}

.company-table {
    & table {
        text-align: left;
        width: 100%;


        & tr {
            padding: 15px 0;
        }

        & td:nth-child(1) {
            width: 15%;
            border-bottom: 2px solid #ff8787;
            padding: 10px 5px;

            @media screen and (max-width:430px) {
                width: 30%;
            }

        }

        & td:nth-child(2) {
            width: 50%;
            border-bottom: 2px solid #aaaaaa;
            padding: 12px 0;
        }
    }
}

.main-client {
    & img {
        width: 70%;

        @media screen and (max-width:960px) {
            width: 90%;
        }
    }

    & .flex-box {
        margin-bottom: 50px;
    }
}

.mc__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 40%));
    gap: 40px;
    justify-content: center;
}

.privacy-btn-box {
    margin: 0 auto 150px auto;
}

/**
 * ----------------------------------------
 * togen-pork /　桃源ポーク
 * ----------------------------------------
 */


:where(.why-special__box-1, .why-special__box-2, .why-special__box-3) {
    margin-bottom: 100px;

    .flex-box {
        @media screen and (max-width:960px) {
            flex-direction: column-reverse;
            align-items: baseline;
        }
    }


}

.togen-pork-box {
    padding-top: 150px;
}

.title-box {
    & span {
        font-size: 30px;
        color: #ff9abe;
    }

    & h3 {
        position: relative;
        font-size: 62px;
        font-weight: 100;
        margin: -13px 0 -13px -6px;

        & img {
            position: absolute;
            top: 30%;
            width: 80px;
            transform: translateY(-50%) translateX(-50%);
            box-shadow: none;
            z-index: -1;
        }
    }

    & strong {
        font-size: 22px;
        font-weight: 100;

    }

}

.why-special__box-1 {

    & h3 {
        & img {
            left: 130px;
        }
    }
}

.why-special__box-2 {
    & h3 {
        & img {
            left: 250px;
        }
    }

    .flex-box {
        flex-direction: row-reverse;

        @media screen and (max-width:960px) {
            flex-direction: column-reverse;
        }
    }
}

.why-special__box-3 {
    & h3 {
        & img {
            left: 250px;
        }
    }
}

.text_box {
    margin: 12px 0;
    font-size: clamp(1rem, 1rem + 1.85vw, 2rem);

}

.text_box {
    order: -1;
}


:is(.vertical-characters-1, .vertical-characters-2) {
    display: flex;
    justify-content: center;
    gap: 30px;
    text-align: left;
    margin-bottom: 100px;

    @media screen and (max-width:960px) {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    & h3 {
        position: relative;
        writing-mode: vertical-rl;
        font-family: serif;

        margin: 0;

        & img {
            position: absolute;
            filter: drop-shadow(6px 4px 1px rgba(0, 0, 0, 0.2));
            width: 120px;
            z-index: -1;
            transform: translateY(-50%) translateX(-50%);
            box-shadow: none;

        }
    }
}

.vertical-characters-1 {
    & h3 {

        & img {
            bottom: 0px;
            left: 40px;
        }
    }

    & h3 {

        letter-spacing: 13px;
        line-height: 90px;
        font-size: 38px;

        & img {
            bottom: 0px;
            left: 40px;
        }
    }
}

.vertical-characters-2 {

    & h3 {
        letter-spacing: 8px;
        line-height: 60px;
        font-size: 27px;

        & img {
            bottom: -80px;
            left: 0px;
        }
    }

}

.logos {
    & img {
        box-shadow: none;
    }
}

.food-section {

    .flex-box {
        margin-bottom: 50px;
    }
}

.tp-elimination {
    @media screen and (max-width:960px) {
        display: contents;
    }
}

/*------- お問合せフォーム　スタイル--------------*/
.form--content-area {
    width: 60%;
    margin: 0 auto 100px auto;

    @media screen and (max-width:1200px) {
        width: 80%;
    }

    @media screen and (max-width:960px) {
        width: 90%;
    }

    @media screen and (max-width:430px) {
        width: calc(100% - 15px);
    }


}

.inquiry-box {
    width: 55%;
    margin: 150px auto 0 auto;

    @media screen and (max-width: 1200px) {
        width: 90%;
    }

    & h3 {
        font-size: 2.2rem;
        padding-bottom: 20px;
        border-bottom: 1px solid #d0d0d0;
    }

    & p {
        margin: 22px 0;
    }

    & input {
        font-size: 1em;
        background: #13a094;
        border-radius: 3px;
        margin-right: 5px;
    }
}

#cf-tbl table tr th p,
#cf-tbl .textsp,
#cf-tbl .mailsp,
#cf-tbl .tel,
#cf-tbl .content {
    margin: 10px 10px;
    width: calc(100% - 20px);
    background-color: #ffeded;
    border: none;
    height: 40px;
    border-radius: 5px;
}

#cf-tbl {
    margin: 0;

    & table {
        width: 100%;
        /* margin: 0 auto; */
        border-collapse: collapse;
        border-width: 1px;
        color: #444;
        margin-top: 5rem;
        font-size: 15px;

        & th {
            padding: 0.5em;
            width: 20%;
            background: no-repeat url(images/lcon__circle.webp) left;
            background-size: clamp(2rem, 0.818rem + 0.91vw, 1.5rem);
        }

        & td {
            padding: 0.5em;
        }
    }
}

.consent {
    text-align: center;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: #13a094;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 15px auto 0
}

/*「必須」文字デザイン*/
.required {
    font-size: .8em;
    padding: 8px 17px;
    color: #eb5151;
    border-radius: 3px;
    margin-right: 5px;
}



@media screen and (max-width: 1200px) {

    #cf-tbl table,
    #cf-tbl table tbody,
    #cf-tbl table tr,
    #cf-tbl table tr th,
    #cf-tbl table tr td {
        display: block;
    }

    #cf-tbl {
        margin: 0;

        & table {
            width: 100%;
            border-width: 0 0 1px 0;

            & tr {
                & th {
                    width: 100%;
                    padding: 3% 5%;
                    font-size: 18px;
                }

                & td {
                    width: 100%;
                    padding: 3% 5%;
                    border-width: 0px 1px 0px 1px;
                }
            }

        }
    }
}

@media screen and (max-width: 430px) {
    #cf-tbl {
        width: 100%;

    }



    /* 入力項目を見やすく */
    input.wpcf7-form-control.wpcf7-text,
    textarea.wpcf7-form-control.wpcf7-textarea {
        width: 100%;
        padding: 8px 15px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #d0d5d8;
        border-radius: 3px;
        background-color: #eff1f5;
    }

    textarea.wpcf7-form-control.wpcf7-textarea {
        height: 200px;
    }



    @media screen and (max-width:430px) {
        input.wpcf7-submit {
            width: 250px;
        }
    }

    input.wpcf7-submit:hover {
        box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .15), 0 0 5px rgba(0, 0, 0, .1);
        transform: translateY(-4px);
        opacity: 0.7;
    }

    /* エラーメッセージを見やすく */
    span.wpcf7-not-valid-tip,
    .wpcf7-response-output.wpcf7-validation-errors {
        color: red;
        font-weight: 600;
    }

    .globalMenuSp {
        display: none;
    }



}

/*------- アコーディオンメニュー--------------*/
.accordion-box {
    text-align: left;
    font-size: 20px;
    font-weight: 100;

    & p {
        margin: 10px 0 20px;
    }
}

.acd-check {
    display: none;
}

.acd-label {
    position: relative;
    color: #ff3131;
    display: block;
    font-weight: 100;
    margin-bottom: 1px;
    padding: 10px;
    border-bottom: 1px solid #000;
}

.acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.acd-check:checked+.acd-label:after {
    content: '-';
    font-size: 30px;
    margin-left: 15px;
}

.acd-check:checked+.acd-label+.acd-content {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

/**
 * ----------------------------------------
 * 取り扱い商品　/ products
 * ----------------------------------------
 */

.products--flex-box {
    display: flex;
    justify-content: center;
    gap: 30px;
    text-align: left;
    align-items: center;

    @media screen and (max-width:430px) {
        flex-direction: column;
    }
}

.products--text_box {
    width: 50%;

    @media screen and (max-width:960px) {
        width: 100%;
    }

    & strong {
        font-size: 25px;
    }

}

.prices_box_wp {
    display: flex;

    @media screen and (max-width:430px) {
        flex-direction: column;
    }
}

.prices_box {
    background-color: #f7a5b3;
    color: #fff;
    border-radius: 30px;
    padding: 10px 50px 30px 50px;
    margin-top: 30px;
    width: 50%;

    @media screen and (max-width:430px) {
        width: 100%;
        padding: 10px;
    }

    & h4 {
        font-size: 25px;
        font-weight: 100;
    }

    & p {
        position: relative;
        display: flex;
        justify-content: space-between;

        &::after {
            content: '・・・・・・';
            /* Unicode character for middle dot */
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }
}

/* 疑似クラスではメディアクエリーが効かないため */
@media screen and (max-width:960px) {
    .prices_box {
        & p {
            &::after {
                display: none;
            }
        }
    }
}

.products--img_box {
    margin: 0 0 10px 0;
}