<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 螟画焚 */
:root {
    --primary-color: #c1272d;
    --light-background: #fff9f0;
}

/* bootstrap繧ｹ繧ｿ繧､繝ｫ荳頑嶌縺� */
@media(min-width:1200px) {
    .container {
        max-width: 960px;
    }
}

@media(min-width:1400px) {
    .container {
        max-width: 1320px;
    }
}

[class ^='btn-']:hover {
    text-decoration: none;
}

.btn-primary {
    background-color: var(--primary-color);
    border: var(--primary-color);
    border-radius: 2em;
    padding: 0.75em 4em;
    transition: .3s filter;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: var(--primary-color) !important;
    border: var(--primary-color);
    filter: brightness(1.2);
}

.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(228, 49, 49, 0.5);
}

.btn-secondary {
    color: #4d4d4d;
    background-color: #fff;
    border: 1px solid #4d4d4d;
    border-radius: 2em;
    padding: 0.2em 0.75em;
    transition: .3s filter;
}

.btn-secondary:hover {
    background-color: #fff;
    border: 1px solid #4d4d4d;
    filter: brightness(1.2);
}

a:hover {
    color: inherit;
}

.bg-light {
    background-color: #fff9f0 !important;
}

/* 蝓ｺ譛ｬ */
html {
    font-size: 16px;
    /* max-width: 1920px;
    margin: auto;
    background-color: #000; */
}

@media(min-width:1400px) {
    html {
        font-size: 24px;
    }
}

body {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-feature-settings: "palt";
    overflow-wrap: anywhere;
}



a {
    color: inherit;
}

p {
    margin-bottom: .5em;
}

a p {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

.h-100 iframe {
    width: 100%;
    height: 100%;
    min-height: 345px;
}

/* 豎守畑繧ｯ繝ｩ繧ｹ */
.bg-pattern--oriental {
    background: url("/system_panel/uploads/images/kodawari-back.svg"), url("/system_panel/uploads/images/kodawari-back-bottom.svg");
    background-size: 100%;
    background-position: top, bottom;
    background-repeat: no-repeat;
}

.bg-pattern--tree-rings {
    background-image: url("/system_panel/uploads/images/back.png");
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    background-repeat: repeat-y;
}

.ratio-4x3 {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.ratio-3x2 {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.ratio-16x9 {
    aspect-ratio: 16/9;
    object-fit: cover;
}

.ratio-1920x500 {
    aspect-ratio: 1920/500;
    object-fit: cover;
}

@media(min-width:768px) {
    .ratio-md-4x3 {
        aspect-ratio: 4/3;
        object-fit: cover;
    }

    .ratio-md-3x2 {
        aspect-ratio: 3/2;
        object-fit: cover;
    }

    .ratio-md-16x9 {
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    .ratio-md-1920x500 {
        aspect-ratio: 1920/500;
        object-fit: cover;
    }
}



.overflow-hidden {
    overflow: hidden;
}

.bg-wood {
    background-image: url("/system_panel/uploads/images/bg-wood.jpg");
    background-size: cover;
}

.dl {
    display: grid;
    grid-template-columns: auto auto;
    align-items: start;
    justify-content: center;
    gap: 1em 0.5em;
}

.dl.dt-label .dt {
    background-color: #666666;
    color: #fff;
    padding: 0.2em 1.2em;
    text-align: center;
}


.flex-gap-3 {
    gap: 1.5rem;
}

@media(min-width:768px) {}

/* 繧ｳ繝ｳ繝昴�繝阪Φ繝� */
.site-logo {
    height: 45px;
    display: flex;
    align-items: center;
    mix-blend-mode: darken;
    justify-content: center;
}

h1.site-logo {
    color: rgba(0, 0, 0, 0);
    background-image: url("/system_panel/uploads/images/logo1-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

@media(min-width:1400px) {
    .site-logo {
        height: 80px;
    }
}

.header-nav {
    display: flex;
    gap: 1.5em;
}

.nav-item p {
    margin: 0;
}

.menu-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 12px;
    background-color: #4d4d4d;
    color: #fff;
    border-radius: 0 0 0 5px;
    width: 45px;
    height: 45px;
    position: relative;
    z-index: 100;
}

.menu-btn__icon {
    width: 22px;
    height: 13px;
    position: relative;
    gap: 5px;
}

.menu-btn__icon&gt;.bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition: .3s;
}

.menu-btn__icon&gt;.bar:nth-child(1) {
    top: 0;
}

.menu-btn__icon&gt;.bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.menu-btn__icon&gt;.bar:nth-child(3) {
    bottom: 0;
}

#spHeaderMenu.is-open {
    z-index: 10000;
}

html:has(#spHeaderMenu.is-open) {
    overflow: hidden;
}

.is-open .menu-btn .bar:nth-child(1) {
    top: calc(50% - 2px);
    transform: rotate(45deg);
}

.is-open .menu-btn .bar:nth-child(2) {
    opacity: 0;
}

.is-open .menu-btn .bar:nth-child(3) {
    top: calc(50% - 2px);
    transform: rotate(-45deg);
}

.sp-header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    opacity: 0;
    pointer-events: none;
    transition: .3s opacity;
}

.sp-header-nav a {
    font-weight: bold;
    font-size: 1.2rem;
}

.sp-header-nav .icon-dark {
    filter: brightness(0);
    width: 32px;
    margin-top: 2rem;
}

.sp-header-nav__logo {
    position: absolute;
    top: 0;
    left: 15px;
    width: 160px;
}

.is-open .sp-header-nav {
    opacity: 1;
    pointer-events: unset;
}

.header {
    position: absolute;
    z-index: 100;
}

@media(min-width:768px) {
    .header {
        position: static;
    }
}




.footer-nav {
    display: flex;
    gap: 1em;
}

.text-copyright {
    font-size: 0.6rem;
}

@media(min-width:768px) {
    .footer {
        font-size: 0.67rem;
    }

    .text-copyright {
        font-size: inherit;
    }
}

#topNews.container {
    padding-left: 0;
    padding-right: 0;
}

.news-box__title {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    background-color: var(--primary-color);
    color: #fff;
    padding: .5em 1.5em;
    text-align: center;
}

#topNewsItem {
    overflow: hidden;
}

#topNewsItem p {
    margin: 0;
    line-height: 1.5;
    padding: 15px;
    border-bottom: 2px solid var(--primary-color);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#topNewsItem a {
    text-decoration: underline;
    /* display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

@media(min-width:768px) {
    #topNews.container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-box {
        display: grid;
        grid-template-columns: auto 1fr;
    }

    .news-box__title {
        padding: .5em 1.5em .5em 2em;
        border-radius: 2em 0 0 2em;
        text-align: left;
    }

    #topNewsItem {
        overflow: hidden;
    }

    #topNewsItem p {
        margin: 0;
        line-height: 1.5;
        padding: .5em 2em .5em 1.5em;
        border-radius: 0 2em 2em 0;
        border: 2px solid var(--primary-color);
    }

    #topNewsItem a {
        display: inline;
        margin-left: .5em;
    }
}


.oembed-media {
    width: 100%;
    max-width: 900px;
}

.oembed-media iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}

.cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-inline: 7.5px;
    gap: 7.5px;
    opacity: 1;
    transition: .6s opacity;
}

.cta.is-scroll-end {
    opacity: 0;
    pointer-events: none;
}

.cta a {
    background-color: #4d4d4d;
    border-radius: 5px 5px 0 0;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    padding: 0.5em;
}

.cta a img {
    width: auto;
    height: 30px;
}

.link-block--img-back {
    position: relative;
    overflow: hidden;
}

.link-block--img-back__text {
    text-align: center;
    position: relative;
    z-index: 3;
    padding: 10.5rem 15px;
}

.link-block--img-back__text .text-lead {
    font-size: 1.8rem;
    margin-bottom: 1.5em;
}

.link-block--img-back__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.link-block--img-back::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff9f0;
    opacity: .5;
    z-index: 2;
}

@media(min-width:768px) {
    .link-block--img-back__text .text-lead {
        font-size: 3rem;
    }
}

/* 繝ｪ繧ｹ繝� */
.list--check-mark&gt;* {
    display: grid;
    grid-template-columns: 1em 1fr;
    gap: 0.5em;
    align-items: baseline;
}

.list--check-mark&gt;*::before {
    content: "";
    width: 1em;
    height: 1em;
    display: block;
    background-image: url("/system_panel/uploads/images/check-mark.png");
    background-size: cover;
}

/* 繧ｰ繝ｪ繝�ラ繝ｬ繧､繧｢繧ｦ繝� */
.grid-layout-column--2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.5rem;
}

.grid-layout-pattern-01 {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1em;
}

.grid-layout-pattern-01__img {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: self-start;
}

.grid-layout-pattern-01__lead {
    grid-column: 2/3;
    grid-row: 1/2;
    margin: 0 !important;
    writing-mode: vertical-rl;
    max-height: 11em;
    font-size: clamp(1.2rem, 5vw, 1.7rem) !important;
}

/* .grid-layout-pattern-01__lead br {
    display: none !important;
} */

.grid-layout-pattern-01__description {
    grid-column: 1/3;
    grid-row: 2/3;
}

.--reverse .grid-layout-pattern-01__img {
    grid-column: 2/3;
}

.--reverse .grid-layout-pattern-01__lead {
    grid-column: 1/2;
}

@media(min-width:768px) {
    .grid-layout-pattern-01 {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: unset;
        align-items: center;
        gap: 1em 2em;
    }

    .grid-layout-pattern-01__img {
        grid-row: 1/3;
    }

    .grid-layout-pattern-01__lead {
        grid-row: 1/2;
        align-self: self-end;
        writing-mode: unset;
    }

    /* .grid-layout-pattern-01__lead br {
        display: unset !important;
    } */

    .grid-layout-pattern-01__description {
        grid-column: 2/3;
        grid-row: 2/3;
        align-self: self-start;
    }

    .--reverse .grid-layout-pattern-01__img {
        grid-column: 2/3;
        grid-row: 1/3;
    }

    .--reverse .grid-layout-pattern-01__lead {
        grid-column: 1/2;
        grid-row: 1/2;
        align-self: self-end;
    }

    .--reverse .grid-layout-pattern-01__description {
        grid-column: 1/2;
        grid-row: 2/3;
        align-self: self-start;
    }
}

/* 繧ｿ繧､繝昴げ繝ｩ繝輔ぅ */
.section-heading {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 1em;
}

.section-heading::after {
    content: "";
    display: block;
    aspect-ratio: 770/40;
    width: 16rem;
    background-image: url("/system_panel/uploads/images/section-heading__underline.png");
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-top: .5rem;
}

.content-heading {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: .7em;
}

.text-lead {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: .7em;
    line-height: 1.5;
}

.text-underline {
    text-decoration: underline;
}

@media(min-width:768px) {
    .section-heading {
        font-size: 3rem;
    }

    .section-heading::after {
        width: 32rem;
    }

    .text-lead {
        font-size: 1.7rem;
    }

    .content-heading {
        font-size: 3rem;
    }
}



/* 繧ｹ繝ｩ繧､繝繝ｼ */
#topSlider .swiper {
    width: 100%;
}

.mySwiper img {
    width: 100%;
    aspect-ratio: 1920/830;
    object-fit: cover;
}

.mySwiperSp img {
    width: 100%;
    aspect-ratio: 781/1140;
    object-fit: cover;
}

@media(min-width:768px) {
    #topSlider .swiper {
        padding-bottom: 3em;
        margin-bottom: 1em;
    }
}

body:has(.slides-per-view) {
    overflow-x: hidden;
}

.slides-per-view {
    padding-bottom: 3em;
    margin-bottom: 1em;
}

.slides-per-view img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

/* 繝医ャ繝励�繝ｼ繧ｸ繝悶Ο繝�け閭梧勹謖�ｮ� */
.top-content-bg-block {
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.top-content-bg-block .container {
    position: relative;
    z-index: 1;
}

.top-content-bg-block::after {
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1) 100%);
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 72%;
}

@media(min-width:768px) {
    .top-content-bg-block {
        background-size: cover;
    }

    .top-content-bg-block::after {
        top: 0;
        bottom: unset;
        width: 100%;
        height: 100%;
    }
}

#topRamen {
    background-image: url('/system_panel/uploads/images/top-kodawari-back.jpg');
    /* 閭梧勹逕ｻ蜒乗欠螳� */
}

#topYakiniku {
    background-image: url('/system_panel/uploads/images/top-yakiniku-back.jpg');
    /* 閭梧勹逕ｻ蜒乗欠螳� */
}

#topMedia {
    background-color: var(--light-background);
}

/* #topRecommend {
    background-image: url('/system_panel/uploads/images/back.png');
    background-size: cover;
} */

/* 繝壹�繧ｸ蜈ｱ騾壹ヱ繝ｼ繝� */

/* 繝壹�繧ｸ繝倥ャ繝繝ｼ */
.page-content-header {
    position: relative;
    overflow: hidden;
}

.page-content-header__text {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .1em;
    text-indent: .1em;
    text-align: center;
    position: relative;
    z-index: 3;
    padding: 3.5em 15px;
    margin: 0;
}

.page-content-header__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.page-content-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff9f0;
    opacity: .5;
    z-index: 2;
    pointer-events: none;
}

@media(min-width:768px) {
    .page-content-header__text {
        font-size: 3rem;
    }
}

/* 繝代Φ繧ｯ繧ｺ繝ｪ繧ｹ繝� */
.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 1em;
    white-space: nowrap;
    overflow-x: auto;
}

.breadcrumbs__item {
    display: flex;
}

.breadcrumbs__item:not(:last-child)::after {
    content: "&gt;";
    margin-left: 1em;
}

.breadcrumbs__item p {
    margin: 0;
}

/* 蝠�刀繝ｪ繧ｹ繝�toggle */
.toggle-after {
    position: relative;
    padding: 0 1.5rem 1.5rem 1.5rem;
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 1.5rem;
}

.toggle-after::after {
    content: "��";
    position: absolute;
    right: 0;
    top: 0;
    width: 1em;
}

.toggle-after.is-open::after {
    content: "竏�";
}

.toggle-content {
    transition: opacity .6s;
    margin-bottom: 1rem;
}

body:not(.gjs-dashed) .toggle-after:not(.is-open)+.toggle-content {
    opacity: 0;
    height: 0;
    pointer-events: none;
}

/* 縺雁叙繧雁ｯ�○ 繝翫Φ繝舌Μ繝ｳ繧ｰ */
.numbering-block {
    counter-reset: number 0;
}

.numbering-block&gt;div {
    counter-increment: item;
}

.numbering-block__lead {
    display: flex;
    gap: 0.5em;
    align-items: baseline;
}

.numbering-block__lead::before {
    content: counter(item);
    background-color: #4d4d4d;
    color: #fff;
    padding: 0 0.75em;
}

/* 譁ｰ逹諠��ｱ荳隕ｧ */
#dataNews .blogItemCategory {
    background-color: #c1272d;
    color: #fff;
    padding: 0.2em 1.5em;
    font-size: 0.7em;
}

#dataNews a {
    text-decoration: underline;
}

#dataNews .webgene-item {
    border-bottom: 1px solid #000;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.5em;
    margin-bottom: 2em;
    padding-bottom: 2em;
    align-items: baseline;
}

#dataNews h2 {
    line-height: 1.6;
    grid-column: 1/3;
    grid-row: 2/3;
}

#dataNews .webgene-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    list-style: none;
    padding: 0;
}

#dataNews .webgene-pagination a {
    text-decoration: none;
    border: 1px solid #c1272d;
    background-color: #fff;
    color: #c1272d;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0.2em 0.5em;
    transition: .3s;
}

#dataNews .webgene-pagination .selected a,
#dataNews .webgene-pagination a:hover {
    background-color: #c1272d;
    color: #fff;
}

@media(min-width:768px) {
    #dataNews .webgene-item {
        grid-template-columns: auto auto 1fr;
        gap: 1.5em;
    }

    #dataNews h2 {
        grid-column: unset;
        grid-row: unset;
    }
}

/* news隧ｳ邏ｰ */
#singleNews .blogItemCategory {
    background-color: #c1272d;
    color: #fff;
    padding: 0.2em 1.5em;
    font-size: 0.7em;
}

#singleNews .text-lead {
    border-bottom: 1px solid #000;
    padding-bottom: 0.25em;
    margin-bottom: 1em;
}

/* 隱ｿ謨ｴ */
@media(min-width:768px) {
    .br-cancel-tab br {
        display: none;
    }
}

@media(min-width:992px) {
    .br-cancel-pc br {
        display: none;
    }
}</pre></body></html>