@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* *************************
* 共通
************************* */

/* タイトル */
.c-pageTitle[data-style=b_bottom] {
    border-bottom: none;
}

.c-pageTitle::after {
    display: none;
}

.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    padding: .75rem .5rem;
    background-color: var(--color_main);
    border-bottom: none;
    border-radius: 4px;
    float: none;
    color: #fff !important;
}

h2.wp-block-heading {
    background-color: transparent;
    border-bottom: 1px dotted #004c26;
    color: #004c26;
}

h2.wp-block-heading::before {
    display: none;
}

/* パンくず */
.-body-solid .p-breadcrumb.-bg-on {
    box-shadow: none
}

.p-breadcrumb {
    padding-block: 12px;
}

@media (min-width: 600px) {
    .p-breadcrumb {
        padding-block: 20px;
    }
}

.p-breadcrumb.-bg-on {
    background-color: #f4f7f8;
}

/* グローバルナビ */
.l-header__gnav .menu-item-has-children > a > .ttl,
.l-fixHeader__gnav .menu-item-has-children > a > .ttl {
    display: flex;
    column-gap: 4px;
    align-items: center;
}

.l-header__gnav .menu-item-has-children > a > .ttl::after,
.l-fixHeader__gnav .menu-item-has-children > a > .ttl::after {
    width: 4px;
    height: 4px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg);
    transition: transform .15s ease;
    content: "";
}

@media (any-hover: hover) {
    .l-header__gnav .menu-item-has-children > a:hover > .ttl::after,
    .l-fixHeader__gnav .menu-item-has-children > a:hover > .ttl::after {
        margin-top: 3px;
        transform: rotate(-135deg);
    }
}

/* タブ */
.is-style-default>.c-tabList .c-tabList__button:hover,
.is-style-default>.c-tabList .c-tabList__button[aria-selected=true] {
    background-color: var(--color_main);
}

.is-style-default .c-tabBody {
    border: 1px solid var(--color_main);
}

/* カラム */
@media (max-width: 781px) {
    .wp-block-columns .wp-block-column:has(.wp-block-image) {
    flex-direction: column-reverse;
    }
}

/* *************************
* パーツ 取り組み
************************* */
.p-torikumi .wp-block-columns {
    padding: 20px;
    border: 1px solid #ccc;
}

/* *************************
* トップページ
************************* */
/* メインビジュアル */
.p-mainVisual__slideTitle {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
    font-size: 1.8rem;
    font-weight: 600;
}

@media (min-width: 600px) {
    .p-mainVisual__slideTitle {
        font-size: 2.4rem;
    }
}

@media (min-width: 960px) {
    .p-mainVisual__slideTitle {
        font-size: 3rem;
    }
}

.p-mainVisual__slideText {
    font-size: .85rem;
    font-weight: 400;
}

@media (min-width: 960px) {
    .p-mainVisual__slideText {
    font-size: 1.2rem;
    }
}

/* イントロ */
.top-intro {
    padding-block: 40px;
    background-image: url(/wp2/wp-content/uploads/2025/12/top_contents_h01.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
}

.top-intro h2 {
    color: #fff !important;
    font-size: 2rem;
    font-weight: 900;
}

.top-intro p {
    margin-inline: auto;
    padding-inline: 30px;
    width: fit-content;
    color: #fff;
    font-size: 1.2rem;
}

/* 土佐の旬果旬菜を全国に卸し六十年余 */
.top-message {
    margin-inline: auto;
    width: 80%;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
}

.top-message h2 {
    font-size: 1.6rem;
}

.top-message ul {
    padding-left: 0;
    display: flex;
    list-style: none;
    column-gap: 1rem;
}

.top-message ul li {
    display: flex;
    column-gap: 4px;
}

.top-message ul li::before {
    content: ">>";
}

@media (any-hover: hover) {
    .top-message ul li a:hover {
        text-decoration: underline;
    }
}

/* 中村青果の取り組み */
.top-torikumi h2 {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
    font-size: 1.6rem;
}

.top-torikumi h3 {
    padding-bottom: 15px;
    border-bottom: 6px solid #EDEDED;
    font-size: 1.4rem;
}

.top-torikumi h3::before {
    display: none;
}

.top-comment p {
    padding: 20px;
    background-color: rgb(255 255 255 / .6);
    overflow: hidden;
    color: #333;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
    font-size: 1.6rem !important;
}

/* 取扱商品 */
.top-product {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
}

.top-product h2 {
    font-size: 1.8rem;
}

.top-product p {
    margin-inline: auto;
    width: fit-content;
}

.top-product .wp-block-column figure {
    margin-inline: auto;
    width: 100%;
    max-width: 200px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
}

.top-product .wp-block-column p {
    margin-inline: auto;
    padding: 12px 10px;
    width: 60%;
    background-color: #005E3C;
    border-radius: 100vmax;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
}

/* 時期 */
.top-season {
    padding-block: 50px;
    border-block: 1px solid #f0f0f0;
}
.top-season h2 {
    padding-inline: 1.5rem;
    border-radius: 100vmax;
    display: inline flex;
    font-size: 1rem;
}

.top-season h2::before {
    display: none;
}

.top-season svg {
    vertical-align: bottom;
}

.top-season .tt {
    margin-bottom: 0;
}

.top-season .tt-rect {
    fill: #005e3c;
    stroke-width: 1;
    stroke: #fff;
}

.top-season .tt-manth {
    text-align: right;
    font-size: .75rem;
    fill: #fff;
}

.top-season .tt-season,
.top-season #tt-arrow {
    fill: #638c0b;
}
.top-season .tt-week {
    stroke-width: 7;
    stroke: #f2f2f2;
}

.top-season .tt-text-wrap {
    padding: .5rem 1rem;
    width: fit-content;
    background-color: #638c0b;
    color: #fff;
}

.top-season .top-season_roji-buntan .tt-text-wrap {
    margin-right: auto;
}

.top-season .top-season_ginger .tt-text-wrap,
.top-season .top-season_konatsu .tt-text-wrap {
    margin-inline: auto;
}

.top-season .top-season_buntan .tt-text-wrap,
.top-season .top-season_onshitsu-buntan .tt-text-wrap,
.top-season .top-season_niitakanashi .tt-text-wrap {
    margin-left: auto;
}

/* ブログ */
.top-blog h2 {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
    font-size: 1.8rem;
}

.top-blog .p-postList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 960px) {
    .top-blog .p-postList {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
}

.top-blog .p-postList .p-postList__item:last-child {
    display: none;
}

@media (min-width: 960px) {
    .top-blog .p-postList .p-postList__item:last-child {
        display: block;
    }
}

.-sidebar-off .top-blog .p-postList.-type-card.-pc-col3 .p-postList__item {
    width: 100%;
}

.top-blog .p-postList .p-postList__thumb {
    border: 2px solid #b7aa00;
    box-shadow: none;
}

/* *************************
* フッター
************************* */
.l-footer {
    padding-block: 50px;
}

.w-footer .c-listMenu a {
    border-bottom: 1px dotted var(--color_border);}

.w-footer .c-widget__title {
    padding: 0;
}

.w-footer .c-widget__title::before,
.w-footer .c-widget__title::after {
    display: none;
}

.w-footer .textwidget ul {
    display: grid;
    row-gap: .75rem;
}

.w-footer .textwidget ul li {
    display: flex;
    align-items: center;
    column-gap: .5rem;
}

.w-footer .textwidget ul li::before {
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    content: "";
}

@media (any-hover: hover) {
    .w-footer .textwidget ul li a:hover {
        text-decoration: underline;
    }
}

.l-footer .copyright {
    padding-top: 20px;
    border-top: 1px solid var(--color_border);
    text-align: left;
}

/* *************************
* 取扱商品
************************* */
.ns-btn {
    max-width: 321px;
}

.f-color1 {
    fill: #005e3c;
}

.f-color2 {
    fill: #90c31f;
}

.f-colorf {
    fill: #fff;
}

.ls1000 {
    letter-spacing: 1em;
}

.ls500 {
    letter-spacing: .5em;
}

.fw800 {
    font-weight: 800;
}

.fs16 {
    font-size: 16px;
}

.fs8 {
    font-size: 8px;
}

/* *************************
* お問い合わせ
************************* */
.form_note {
    color: #ff0004;
    text-align: right;
}

.form_area {
    margin-top: 10px;
    border: 1px solid #ccc;
    display: grid;
}

.form_block {
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 600px) {
    .form_block {
        grid-template-columns: minmax(auto, 30%) 1fr;
    }
}

.form_block:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.form_block dt {
    padding: 1rem;
    background-color: #fafafa;
    border-bottom: 1px solid #ccc;
}

@media (min-width: 600px) {
    .form_block dt {
        border-right: 1px solid #ccc;
        border-bottom: none;
    }
}

.form_label {
    display: flex;
    column-gap: 4px;
}

.form_required {
    color: #ff0004;
}

.form_block dd {
    padding: 1rem;
    background-color: #fff;
}

.form_block dd input {
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    font-size: 16px;
}

.form_block dd input#zip {
    margin-bottom: 10px;
    width: 200px;
}

.form_block dd input::placeholder {
    color: #aaa;
    font-size: 12px;
}

.form_block dd textarea {
    width: 100%;
    field-sizing: content;
    min-height: 10lh;
    background-color: #fff;
    resize: none;
    font-size: 16px;
    line-height: 1.5;
}

.form_submit {
    margin-top: 20px;
    margin-inline: auto;
    padding: .75rem 4rem;
    width: fit-content;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #206ed1;
    color: #fff;
    font-size: 1.2rem;
}
