/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0
*/
/* =========================
   header
========================= */
.site-header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

    .site-header .header-inner {
        max-width: 1400px;
        margin: 0 auto;
        padding: 18px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
    }

    .site-header .header-logo {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
    }

        .site-header .header-logo .custom-logo,
        .site-header .header-logo img {
            height: auto;
        }

        .site-header .header-logo .wp-block-site-title {
            margin: 0;
            font-size: 1.125rem;
            line-height: 1.2;
        }

    .site-header .header-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 24px;
        min-width: 0;
    }

    .site-header .header-nav .wp-block-navigation__container {
        gap: 32px;
    }

    .site-header .header-nav .wp-block-navigation-item__content {
        text-decoration: none;
        color: #2f2a24;
        font-size: 1rem;
    }

    .site-header li.wp-block-navigation-link:hover {
        background-color: rgba(0,0,0,.1);
    }

    .site-header .header-cta .wp-element-button {
        background: #EB8030;
        color: #fff;
        text-decoration: none;
        padding: .9em 1.15em .9em 2em;
        border-radius: 2px;
        position: relative;
    }

        .site-header .header-cta .wp-element-button::before {
            content: "\f0e0";
            margin-right: .5rem;
            font-family: "Font Awesome 5 free";
            display: inline-block;
            line-height: 1em;
            position: absolute;
            top: 50%;
            left: 20%;
            transform: translateY(-50%) translateX(-50%);
        }
/* =========================
   991px未満でハンバEガー表示
========================= */
@media (max-width: 991.98px) {
    .site-header::after {
        content: "";
        display: block;
        width: 100vw;
        height: 3px;
        background: linear-gradient(to right, #2d6cdf 0 50%, #d98b2b 50% 100%);
        left: 0;
        position: absolute;
    }

    /* CTA͏ */
    .site-header .header-cta {
        display: none;
    }

    /* E */
    .site-header .header-right {
        margin-left: auto;
        gap: 0;
        flex: 0 0 auto;
    }

    .site-header .header-nav {
        width: auto;
        min-width: auto;
        flex: 0 0 auto;
    }

        /* PCp̉уj[͉B */
        .site-header .header-nav .wp-block-navigation__container {
            display: none;
        }

        /* no[K[{^͕\ */
        .site-header .header-nav .wp-block-navigation__responsive-container-open {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            min-width: auto;
            line-height: 1;
        }

            .site-header .header-nav .wp-block-navigation__responsive-container-open svg {
                width: 32px;
                height: 32px;
            }

        /* JÕj[{̂͐΂ɔ\ */
        .site-header .header-nav .wp-block-navigation__responsive-container {
            display: none;
        }

            /* J\ */
            .site-header .header-nav .wp-block-navigation__responsive-container.is-menu-open {
                display: block;
                position: fixed;
                inset: 0;
                z-index: 9999;
                background: #fff;
                padding: 0;
            }

        .site-header .header-nav .wp-block-navigation__responsive-close {
            width: 100%;
            height: 100%;
        }

        .site-header .header-nav .wp-block-navigation__responsive-dialog {
            position: relative;
            width: 100%;
            height: 100%;
            padding: 24px 20px 32px;
            box-sizing: border-box;
            background: #fff;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }

        .site-header .header-nav .wp-block-navigation__responsive-container-content {
            width: 100%;
            align-items: stretch;
        }

        /* J̒gcѕ\ */
        .site-header .header-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
            display: flex;
            flex-direction: column;
            width: 100%;
            gap: 0;
            margin: 48px 0 0;
            padding: 0;
        }

        .site-header .header-nav .wp-block-navigation__responsive-container .wp-block-navigation-item {
            width: 100%;
            margin: 0;
            padding: 0;
            border-bottom: 1px solid #e5e5e5;
        }

        .site-header .header-nav .wp-block-navigation__responsive-container .wp-block-navigation-item__content {
            display: block;
            width: 100%;
            padding: 14px 0;
            font-size: 1rem;
        }

        .site-header .header-nav .wp-block-navigation__submenu-container {
            padding: 0 0 10px 12px;
            border: 0;
            background: none;
        }

            .site-header .header-nav .wp-block-navigation__submenu-container .wp-block-navigation-item {
                border-bottom: 0;
            }

            .site-header .header-nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
                padding: 10px 0;
                font-size: .95rem;
            }

        .site-header .header-nav .wp-block-navigation__responsive-container-close {
            position: absolute;
            top: 12px;
            right: 16px;
        }
}


/* =========================
   header(SP)
========================= */
@media (max-width: 768px) {
    .site-header .header-cta {
        display: none;
    }

    .site-header .header-inner {
        padding: 12px 0;
        min-height: 64px;
        gap: 12px;
    }

    .site-header .header-logo {
        gap: 8px;
    }

        .site-header .header-logo .custom-logo,
        .site-header .header-logo img {
            max-width: 150px;
            height: auto;
        }

        .site-header .header-logo .wp-block-site-title {
            font-size: 1rem;
        }

    .site-header .header-cta {
        display: none;
    }

    .site-header .header-right {
        margin-left: auto;
        gap: 0;
    }

    .site-header .header-nav {
        width: auto;
    }

        /* ハンバEガーボタン */
        .site-header .header-nav .wp-block-navigation__responsive-container-open {
            padding: 0;
            min-width: auto;
            line-height: 1;
        }

            .site-header .header-nav .wp-block-navigation__responsive-container-open svg {
                width: 32px;
                height: 32px;
            }

        /* 開いたメニュー */
        .site-header .header-nav .wp-block-navigation__responsive-container {
            padding: 24px 20px;
        }

        .site-header .header-nav .wp-block-navigation__responsive-container-content {
            align-items: flex-start;
        }

        .site-header .header-nav .wp-block-navigation__responsive-container .wp-block-navigation__container {
            width: 100%;
            gap: 0;
        }

        .site-header .header-nav .wp-block-navigation__responsive-container .wp-block-navigation-item {
            width: 100%;
            border-bottom: 1px solid #eee;
        }

        .site-header .header-nav .wp-block-navigation__responsive-container .wp-block-navigation-item__content {
            display: block;
            width: 100%;
            padding: 14px 0;
            font-size: 1rem;
        }

        .site-header .header-nav .wp-block-navigation__submenu-container {
            padding: 0 0 10px 12px;
            border: 0;
            background: none;
        }

            .site-header .header-nav .wp-block-navigation__submenu-container .wp-block-navigation-item {
                border-bottom: 0;
            }

            .site-header .header-nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
                padding: 10px 0;
                font-size: .95rem;
            }
}
/* =========================
   headerI
========================= */

html {
	font-size: 14px;
}

/* =========================
   Œy[W
========================= */
.page .page-main{
  margin-top:0;
  padding-top:0;
}

.page .page-entry{
  margin-top:0;
}

/* {̒ʏ핝 */
.page .page-main,
.page .page-entry{
  max-width: var(--wp--style--global--content-size);
  margin-left:auto;
  margin-right:auto;
}

/* =========================
   MVS
   entry-content .mv ʂςɍL
========================= */
.page .entry-content > .mv {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    text-align: center;
}

/* MV̒g */
.page .entry-content > .mv{
  position:relative;
  padding:64px 20px;
}


/* h1fUC */
.page .entry-content > .mv h1{
  margin:0;
  font-size:clamp(2rem, 4vw, 3.5rem);
  line-height:1.3;
}

/* ʏ{̐擪] */
.page .entry-content > *:not(.mv):first-child{
  margin-top:0;
}


/* SP */
@media (max-width: 767.98px){
  .page .entry-content > .mv{
    padding:40px 16px;
  }

}/* 787pxȏ */
@media (min-width: 787px) {
	html {
		font-size: 16px;
	}
	.t-md-center {
		text-align: center;
	}
}
	.br-md-none {
		display: inline;
	}
.entry-content .alignfull {
	padding-top: 4rem;
	padding-bottom: 4rem;
	margin-top: 0;
	margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.container {
	margin: 0 11px;
}
.bold {
	font-weight: 700;
}
.bg-light {
	background-color: #F4F2EB;
}
p {
	font-size: 1rem;
	margin-top: 0;
	margin-bottom: 1rem;
}
img {
	max-width: 100%;
	height: auto;
}
@media (min-width: 787px) {
	main {
		margin: 0;
	}
}
@media (min-width: 992px) {
	.t-lg-center {
		text-align: center;
	}
	.container {
		max-width: 1140px !important;
	margin: 0 auto;
	}

}
/* =========================
   Œy[WʏI
========================= */



/* =========================
   eA[JCu
========================= */
.archive-main {
    margin-top: 0;
    padding: 56px 0 80px;
}

.archive-section {
    width: 100%;
}

.archive-header {
    margin-bottom: 32px;
}

.archive-title {
    margin: 0 0 12px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.3;
}

.archive-description {
    color: #555;
    line-height: 1.8;
}

.archive-card-list {
    display: grid;
    gap: 20px;
}

.archive-card {
    margin: 0;
}

.archive-card__link {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    color: inherit;
    background-color: #F4F2EB;
    border: 1px solid #eee;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .archive-card__link:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0,0,0,.06);
        border-color: #d9cfbf;
    }

.archive-card__thumb {
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 16 / 9;
    background: #ddd;
}

    .archive-card__thumb img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.archive-card__body {
    min-width: 0;
}

.archive-card__title {
    margin: 0 0 14px;
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.35;
    word-break: break-word;
}

.archive-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 14px;
    color: #555;
}

.archive-pagination {
    margin-top: 40px;
    text-align: center;
}

    .archive-pagination .page-numbers {
        display: inline-block;
        margin: 0 4px;
        padding: 10px 14px;
        border: 1px solid #ddd;
        text-decoration: none;
        color: #333;
        background: #fff;
    }

    .archive-pagination .current {
        background: #1f5fae;
        border-color: #1f5fae;
        color: #fff;
    }

.archive-empty {
    padding: 40px 0;
}

@media (max-width: 991.98px) {
    .archive-card__link {
        grid-template-columns: 220px 1fr;
        gap: 18px;
        padding: 16px;
    }

    .archive-card__title {
        font-size: 1.8rem;
    }
}

@media (max-width: 767.98px) {
    .archive-main {
        padding: 32px 0 56px;
    }

    .archive-card__link {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .archive-card__title {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .archive-card__meta {
        gap: 10px 14px;
        font-size: 13px;
    }
}

/* =========================
   ey[W
========================= */
.single .alignfull {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.single .container {
    max-width: 1000px !important;
}
.single .container h1 {
    color: #fff;
    font-weight: 700;
    padding: 1.25rem 0.75rem;
    background-color: #114FA1;
    font-size: 1.7em;
}
.single .container h2 {
    font-size: 1.75em;
    background-color: rgba(17, 79, 161, 0.15);
    padding: .8rem 1rem;
}
.single .jirei-top-info {
    display: flex;
    gap: 2rem;
    flex-direction: column;
}
    .single .jirei-top-info .jirei-info-row {
        display: grid;
        column-gap: 1rem;
        height: auto;
    }
.single .jirei-info-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
}

.single .jirei-info-head {
    white-space: nowrap;
    font-weight: bold;
    height: 100%;
    align-content: center;
}

.single .jirei-info-body {
    width: 100%;
}
    .single .jirei-info-body.jirei-info-body--price {
        font-family: "Century Gothic";
        color: #EB8030;
        font-size: 2.25rem;
        font-weight: 700;
    }
.single .jirei-basic-info {
    margin-bottom: 3rem;
}
@media (min-width: 787px) {
    .single .thumbnail {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .single .jirei-top-info {
        flex-direction: row;
    }

        .single .jirei-top-info .jirei-media,
        .single .jirei-basic-info {
            width: calc(50% - .5rem);
        }
}
/* =========================
   footer
========================= */
.site-footer {
    background: #2f2a24;
    color: #fff;
    margin-top: 0;
}

    .site-footer a {
        color: #fff;
        text-decoration: none;
    }

        .site-footer a:hover {
            opacity: .8;
        }

    .site-footer .footer-inner {
        max-width: 1400px;
        margin: 0 auto;
        padding: 4.6rem 11px;
    }
    .site-footer .footer-links {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .site-footer .footer-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 48px;
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(255,255,255,.16);
    }

    .site-footer .footer-brand {
        max-width: 320px;
    }

        .site-footer .footer-brand .custom-logo,
        .site-footer .footer-brand img {
            margin-bottom: 16px;
        }

        .site-footer .footer-brand .wp-block-site-title {
            margin: 0 0 12px;
            font-size: 1.5rem;
            line-height: 1.3;
        }

        .site-footer .footer-brand p {
            margin: 0;
            color: rgba(255,255,255,.8);
            line-height: 1.8;
            font-size: .95rem;
        }

    .site-footer .footer-nav-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }

    .site-footer .footer-nav-col {
        min-width: 180px;
    }

        .site-footer .footer-nav-col h3 {
            margin: 0 0 16px;
            font-size: 1rem;
            color: #fff;
        }

        .site-footer .footer-nav-col ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .site-footer .footer-nav-col li {
            margin: 0 0 10px;
        }

        .site-footer .footer-nav-col a {
            color: rgba(255,255,255,.82);
            font-size: .95rem;
        }

    .site-footer .footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding-top: 20px;
    }

        .site-footer .footer-bottom p {
            margin: 0;
            font-size: .875rem;
            color: rgba(255,255,255,.7);
        }
.site-footer .footer-company {
    margin-top: 3rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
}
    .site-footer .footer-nav-group {
        margin-top: 0;
    }
@media (max-width: 1140px) {
    .site-footer .footer-nav-group {
        margin-left: 0 !important;
    }

}
    @media (max-width: 991.98px) {
        .site-footer .footer-top {
            gap: 32px;
        }

        .site-footer .footer-nav-wrap {
            gap: 28px;
        }
    }

    @media (max-width: 767.98px) {
        .site-footer.has-global-padding {
            padding: 0;
        }

        .site-footer .footer-top {
            flex-direction: column;
            gap: 28px;
            padding-bottom: 28px;
        }

        .site-footer .footer-brand {
            max-width: none;
        }

        .site-footer .footer-nav-wrap {
            width: 100%;
            flex-direction: column;
            gap: 24px;
        }

        .site-footer .footer-nav-col {
            min-width: 0;
        }

        .site-footer .footer-bottom {
            flex-direction: column;
            align-items: flex-start;
            padding-top: 16px;
        }
    }

    @media (min-width: 1140px) {
        .site-footer .footer-links {
            flex-direction: row;
            gap: 0;
            max-width: 1400px;
            justify-content: space-around;
        }

        .site-footer .footer-inner {
            margin: 0 auto !important;
        }
    }