@charset "utf-8";

/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

:root {
    --color-background: #ffffff;
    --color-font: #111111;
    --color-wt: #fff;
    --color-bk: #111111;
    --color-gr: #eee;
    --color-primary: #FB7500;
    --color-primary-shade: #FB7500;
    --color-primary-tint: #FB7500;
    --color-secondary: #06C755;
    --color-secondary-tint: #06C755;
    --color-table-border: #ddd;
    --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
    --body-font-family: 'Noto Sans JP', sans-serif;
    --content-max-width: 1240px;
    --header-background: #ffffff;
    --header-color-font: #111111;
    --header-color-primary: #FB7500;
    --header-color-primary-shade: #FB7500;
    --header-color-primary-tint: #FB7500;
    --footer-background: #212121;
    --footer-color-font: #ffffff;
    --footer-color-primary: #ffffff;
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Noto Serif JP", serif;
    --font-family03: "Montserrat", sans-serif;
    --font-awe: "Font Awesome 6 Free";
}


/*================================
common-reset
================================*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

body {
    color: var(--color-font);
}

a {
    color: var(--color-font);
    transition: 0.3s all;

    &:hover img {
        opacity: 1;
    }
}

#breadcrumb {
    position: relative;

    ul li,
    ul li a {
        color: var(--color-font);
    }
}

.post h1,
h1.title,
h1,
.post h2,
.post2b h2,
.post4b h2,
h2.title,
h2,
h3,
.post h3,
h4,
.post h4,
h5,
.post h5 {
    color: var(--color-font);
}

@media screen and (min-width: 1024px) {
    .u-visible-pc {
        display: block !important;
    }

    .u-visible-sp {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-visible-pc {
        display: none !important;
    }

    .u-visible-sp {
        display: block !important;
    }

    body:not(.home).mobile {
        margin-top: 60px;
    }

    #mainImg {
        margin-top: 60px !important;
    }
}

#sp-header .inner #header-layout nav#sp-mainNav .inner ul li a {
    color: var(--color-font);
}

/*================================
common-tuning
================================*/
#content,
body:not(.home) #content.wide {
    padding: var(--px100w) 0 var(--px100);
    position: relative;
}

#scrollUp {
    bottom: 30px !important;
    background: var(--color-font) !important;
}

@media print,
screen and (max-width: 768px) {
    #scrollUp {
        position: fixed;
        bottom: 70px !important;
    }
}

/*---投稿---*/
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
    background: var(--color-primary-shade);
}

.post4b {
    .post4b_img {
        aspect-ratio: 4 / 3;

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

    .post4b_text {
        margin-top: 1em;
    }

    h2 {
        margin: 0.3em 0 0 0 !important;
    }
}

@media print,
screen and (max-width: 768px) {
    .post4b li {
        margin: 0;
        padding-bottom: 2.5rem;
    }

    #content .post4b_img {
        max-width: 100%;
    }

    #content .post4b_text70 {
        width: 100%;
        margin-top: 1.5rem;
    }
}

/*---テーブル---*/
.post table th {
    background: #ededed;
}

.post table td {
    color: var(--color-font);
    background: #fff;
}


/*-------------
	下層ページtuning
-------------*/
.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}

#content:has(.fw_contents),
body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
}

.page_contents_inner+.page_contents_inner {
    margin-top: var(--px100);
}

.fw_contents .page_contents_inner {
    padding-block: var(--px100);
    margin-top: 0;
}

/*================================
common utility
================================*/
.u-basewidth {
    max-width: var(--content-max-width);
    margin-left: auto;
    margin-right: auto;
    width: min(var(--content-max-width), 90%);
}

.u-mauto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.u-ccwh {
    color: #fff;
}

.u-ccprime{
	color: var(--color-primary);
}

.u-txtline-under {
    text-decoration: underline;
    transition: all ease 0.6s;

    &:hover {
        opacity: 0.6;
    }
}

body.home .u-common-cta {
    display: none;
}

.u-common-cta {
    clear: both;
}

/* アンカーリンク 遷移後の表示位置調整 */
.u-anchorLink-scroll {
    scroll-margin-top: 100px;
}

.u-anchorLink-view {
    padding-top: 100px;
    margin-top: -100px;
}

.anchor_link::before {
    padding-top: 100px;
    margin-top: -100px;
}

/*---font---*/
.u-fs16 {
    font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.3236), 1.6rem);
    /*1.6-1.1(1920-375)*/
    line-height: 2;
    font-weight: 400;
}

.u-fs14 {
    font-size: min(calc(1.4rem + (1vw - 1.92rem) * 0.1294), 1.4rem);
    line-height: 2;
    font-weight: 400;
}

/*---左右マージン---*/
.u-ma-lem5 {
    margin-left: 0.5em;
}

.u-ma-rem5 {
    margin-right: 0.5em;
}

/*================================
common parts[button]
================================*/

/*---link_btn---*/
.post .link_btn,
.link_btn {
    width: 100%;
    max-width: 240px;
    border: 1px solid var(--color-primary);
    position: relative;
    transition: opacity 0.3s;
    background: #fff;
    border-radius: 0;
    display: block;
    padding: 0;
    color: var(--color-primary);

    a {
        color: var(--color-primary);
        font-family: var(--font-family01);
        font-size: var(--px14);
        letter-spacing: 0.1em;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding-block: var(--px20);
    }

    &::after {
        content: '\f105';
        color: var(--color-primary);
        font-family: 'Font Awesome 6 Free';
        transform: translateY(-50%);
        top: 50%;
        right: var(--rem16);
        display: inline-block;
        line-height: 1;
    }

    &:hover {
        background: #fff;
        opacity: 0.6;
    }
}

/*---linkBtn---*/
.linkBtn:hover,
.post .linkBtn:hover {
    opacity: 0.6;
}

/*================================
common parts[title]
================================*/
.single-post h1.title {
    color: var var(--color-font);
}

.c-cta-header__sub {
    display: block;
    font-family: var(--font-family03);
    font-size: var(--px20);
    letter-spacing: 0.1em;
    margin-bottom: var(--px14);
    /* Orange -> Secondary (Gray) */
    color: var(--color-primary);
    text-transform: uppercase;
    line-height: 1;
}

.c-cta-header__main {
    font-family: var(--font-family02);
    font-size: var(--px30);
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    line-height: 1;
}

.post h2.c-ttl,
h2.c-ttl {
    &.c-ttl__primary {
        font-family: var(--font-family02);
        font-size: min(calc(3rem + (1vw - 1.92rem) * 0.5178), 3rem);
        font-weight: 500;
        letter-spacing: 0.1em;
        color: var(--color-font);
        line-height: 1;

        &.c-ttl--ccwh {
            color: #fff;
        }

        span {
            display: block;
            font-family: var(--font-family03);
            font-size: min(calc(2rem + (1vw - 1.92rem) * 0.3236), 2rem);
            letter-spacing: 0.1em;
            margin-bottom: var(--px14);
            color: var(--color-primary);
            text-transform: uppercase;
            line-height: 1;
        }

        &::before,
        &::after {
            display: none;
        }
    }
}

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

body:not(.home) .post {

    h1:not([class]) {
        font-size: var(--rem40);
        font-family: var(--font-family02);
        font-weight: 600;
        letter-spacing: .02em;
        text-align: center;
        text-shadow: none;
        padding: 0;
        z-index: 20;
    }

    h2:not([class]) {
        font-size: var(--rem24);
        font-family: var(--font-family02);
        font-weight: 500;
        letter-spacing: .2rem;
        color: var(--color-font);
        padding: 0;
        margin: var(--px80) auto var(--px30);
        line-height: 1.4;
        text-align: left;
        border: 1px solid #ccc;
        padding: var(--px24) var(--px30) var(--px30);
        line-height: 1;
        background: #fff;

        &::before {
            content: '';
            position: absolute;
            background: var(--color-primary-shade);
            width: 4px;
            height: 50%;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        &::after {
            content: none;
        }
    }

    h3:not([class]) {
        position: relative;
        font-size: var(--rem24);
        font-family: var(--font-family02);
        color: var(--color-font);
        font-weight: 500;
        letter-spacing: .1rem;
        padding: 0;
        text-align: left;
        margin: var(--rem60) auto var(--rem20);
        border-left: double 4px var(--color-primary);
        border-bottom: none;
        padding-left: var(--rem16);

        span.subtxt {
            display: block;
            font-size: var(--rem14);
            font-weight: 400;
            margin: 0 0 var(--rem12);
        }

        &:has(.subtxt) {
            border: none;
            padding-left: 0;
        }
    }

    h4:not([class]) {
        position: relative;
        font-size: var(--rem18);
        font-family: var(--font-family02);
        color: var(--color-font);
        font-weight: 600;
        letter-spacing: .1rem;
        padding: var(--rem12);
        text-align: left;
        margin: var(--rem40) auto var(--rem14);
        border: solid 0.1rem;

        &::before,
        &::after {
            content: none;
        }
    }

    h1:not([class]):first-of-type,
    h2:not([class]):first-of-type,
    h3:not([class]):first-of-type,
    h4:not([class]):first-of-type {
        margin-top: 0;
    }
}

/*================================
common designcode
================================*/
/*---------col02-----------*/

.post {

    .col2_list {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .col2_list>li {
        width: 48%;
        margin-bottom: 5%;

        .imgarea {
            overflow: hidden;
            aspect-ratio: 1.414/ 1;

            img {
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%;
                height: 100%;
            }
        }
    }

    .col2_list.col2_minlist li {
        margin-bottom: 6px;
    }
}

@media print,
screen and (max-width: 640px) {
    .post {
        .col2_list>li {
            width: 100%;
        }

        .col2_list>li:last-child {
            margin-bottom: 0;
        }
    }
}

/*---------col03-----------*/

.post {

    .col3_list {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .col3_list>li {
        width: 32%;
        margin-bottom: 2%;
    }

    .col3_list::before {
        content: "";
        display: block;
        width: 32%;
        height: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .col3_list:after {
        content: "";
        display: block;
        width: 32%;
        height: 0;
    }
}

@media print,
screen and (max-width: 960px) {
    .post {
        .col3_list>li {
            width: 48%;
            margin-bottom: 5%;
        }

        .col3_list::before,
        .col3_list:after {
            content: none;
        }
    }
}

@media print,
screen and (max-width: 640px) {
    .post {
        .col3_list>li {
            width: 100%;
        }

        .col3_list>li:last-child {
            margin-bottom: 0;
        }
    }
}


/*---------col4-----------*/

.post {

    .col4_list {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .col4_list>li {
        width: 23%;
        margin-bottom: 1.5%;

        .imgarea {
            overflow: hidden;
            aspect-ratio: 1.414/ 1;

            img {
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%;
                height: 100%;
            }
        }
    }

    .col4_list::before {
        content: "";
        display: block;
        width: 23%;
        height: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .col4_list:after {
        content: "";
        display: block;
        width: 23%;
        height: 0;
    }
}

@media print,
screen and (max-width: 1023px) {
    .post {
        .col4_list>li {
            width: 48%;
        }

        .col4_list::before,
        .col4_list:after {
            content: none;
        }
    }
}

@media print,
screen and (max-width: 640px) {
    .post {
        .col4_list>li {
            width: 100%;
        }

        .col4_list>li:last-child {
            margin-bottom: 0;
        }
    }
}

/*--幅フル100%背景色--*/
.widecolor {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: var(--px100) calc((100vw - 100%) / 2);
    margin-top: var(--px100);
    background: #f5f5f5;
}

/*--幅フル100%--------------------------------------------*/
.widearea {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
}

/*================================
common layout[header]
================================*/
@media print,
screen and (min-width: 1024px) {
    #header {
        height: 100px;

        #header-layout {
            .logo img {
                max-width: min(calc(335px + (1vw - 19.2px) * 11.1607), 335px);
                max-height: 36px;

                &:hover {
                    opacity: 0.6;
                }
            }

            .header__nav-contact {
                flex-shrink: 1;

                nav#mainNav ul li a {
                    flex-direction: row;
                    font-feature-settings: 'palt';
                    padding-inline: var(--px30);
                    font-size: var(--px16);
                    transition: all 0.6s ease;

                    b {
                        font-weight: 500;
                    }
                }

                ul.header__contact {
                    margin-left: var(--px30);

                    li {
                        a.head_btn {
                            padding-inline: var(--px40);
                            line-height: 1.3;
                            letter-spacing: 0.05em;
                            background: var(--color-secondary);
                            transition: all 0.6s ease;

                            &.mail_btn::before {
                                content: '\f3c0';
                                font-family: "Font Awesome 6 Brands";
                                font-weight: 400;
                                font-size: var(--px16);
                                margin-bottom: 0.3em;
                            }

                            &:hover {
                                opacity: 0.6;
                            }
                        }
                    }
                }
            }
        }
    }

    /*sub-menu*/
    nav#mainNav ul.sub-menu>li:has(ul.sub-menu)>a::after {
        content: '\f105' !important;
    }

    nav#mainNav ul li a:active,
    nav#mainNav ul li a:hover,
    nav#mainNav ul li.current-menu-ancestor a,
    nav#mainNav ul li.current-menu-item a,
    nav#mainNav ul li.current-menu-parent a {
        background: transparent;
        opacity: 1;
    }

    nav#mainNav ul li.current-menu-item a b,
    nav#mainNav ul li a:hover b,
    nav#mainNav ul li a:active b,
    nav#mainNav ul li.current-menu-parent a b {
        color: inherit;
    }

    nav#mainNav ul li li.current-menu-item a,
    nav#mainNav ul li.current-menu-ancestor li.current-menu-item a {
        background: rgba(255, 255, 255, 1);
        color: var(--color-font);
    }

    nav#mainNav ul li ul.sub-menu li a:hover {
        background: rgba(255, 255, 255, 0.6);
        color: var(--color-font);
    }

    nav#mainNav ul li li a,
    nav#mainNav ul li li.current-menu-item li a,
    nav#mainNav ul li.current-menu-ancestor li a,
    nav#mainNav ul li.current-menu-item li a {
        color: var(--color-font);
    }

    .sticky-header {
        #header-layout {
            height: 100px;
        }
    }
}

@media screen and (max-width:1023px) {
    #header {
        background: #fff;
    }

    #header .logo .mark {
        a {
            img {
                max-height: 30px;
            }
        }
    }

    #sp-header .mark img {
        max-width: 200px;
    }
}

/*下層ヘッダー*/
header#h1Header h1.title {
    color: var(--color-font);
    font-family: var(--font-family02);
    font-size: var(--px40);
}

header#h1Header::before {
    display: none;
}

/*================================
common layout[Footer]
================================*/
#footer {
    padding-block: var(--px80);

    .footer__logo img {
        max-width: min(calc(335px + (1vw - 19.2px) * 7.1197), 335px);
        max-height: 26px;
    }

    .footnav {
        ul {

            li:first-child::before,
            li:last-child::after {
                display: none;
            }
        }
    }

    .footnav:not(:last-child) {
        margin-bottom: 20px;
    }

    #copyright {
        font-weight: 200;
    }
}

/*================================
common layout[sub-CONTACT]
================================*/
ul.c-phonelist {
    display: flex;
    justify-content: center;
    gap: 1rem;

    li a {
        background: var(--color-primary);
        color: #fff;
        border-radius: 100px;
        padding: 2rem 3rem;
        font-size: var(--rem18);
        font-weight: 600;
        transition: all ease 0.6s;

        &:hover {
            opacity: 0.8;
        }
    }
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="url"],
input[type="number"],
select,
textarea {
    vertical-align: middle;
    line-height: 30px;
    min-height: 50px;
    padding: 10px;
    border-radius: 0;
    color: var(--color-font);
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px;
}

span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-form {
    label {
        background: #fff;
        border-radius: 10px;
        padding: 6px 12px 8px 6px;
        display: block
    }
}

.wpcf7-form {
    padding: 0;
}

.wpcf7-form a {
    color: var(--color-font);
    border-bottom: solid 1px;
}

.wpcf7-form a:hover {
    color: var(--color-font);
    opacity: 0.6;
    border-bottom: solid 1px #aaa;
}

.wpcf7-form .must {
    background: var(--color-primary);
}

div.wpcf7 .ajax-loader {
    display: none;
}

/*--------submit_btn-------*/

.linkBtn.submit_btn {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
}

.post .subimitarea .linkBtn input[type="submit"] {
    width: 100%;
    display: block;
    font-size: var(--px16);
    font-weight: 600;
    font-family: var(--font-family03);
    letter-spacing: .01em;
    text-align: center;
    padding: var(--px16) var(--px20);
    -webkit-transition: 0.7s all;
    -o-transition: 0.7s all;
    transition: 0.7s all;
    z-index: 1;
    position: relative;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.post .linkBtn.submit_btn::after {
    content: none;
}

.submit_btn .wpcf7-spinner,
.post .submit_btn .wpcf7-spinner {
    margin: 0;
    top: calc(100% + 15px);
}

.linkBtn input[type="submit"]:hover,
.post .linkBtn input[type="submit"]:hover {
    background: var(--color-primary);
    color: #fff;
    opacity: 0.6;
}

.post .wpcf7 {
    .subimitarea .linkBtn {
        padding: 0;

        input[type="submit"] {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
        }
    }
}

/*================================
common layout[sub-THANKS]
================================*/
#thanks h2 {
    text-align: left;

    &:before,
    &:after {
        content: none;
    }
}

/*================================
common layout[sub-404]
================================*/

body.error404 #wrapper section h1 {
    padding: 0;
    font-family: var(--font-family01);
    background: transparent;
    margin: 20px 0 calc(40px + (1vw - 19.2px) * 1.6828) 0;
    /*40px-14px*/
    color: var(--color-font);
    font-weight: 500;
    font-size: calc(3rem + (1vw - 1.92rem) * 0.6472);
    /*3rem-1.7rem*/
    line-height: 1.4;
    letter-spacing: -1px;
    padding-bottom: 10px;
    border-bottom: solid 1px var(--color-font);
    width: 100%;
}

/*================================
common layout[sub-PRIVACY]
================================*/
#privacy h3 {
    font-size: var(--rem20);
    font-weight: 800;
}

/*================================
common layout[sub-HISTORY]
================================*/

.post .list_style01 li {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-shrink: 0;
    border-bottom: solid 1px #ddd;
}

.post .list_style01 li .head {
    width: 25%;
    padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
    /* 30-20px 15-10px (1920-375) */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.post .list_style01 li .body {
    padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
    /* 30-20px 15-10px (1920-375) */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.post .list_style01 li:nth-child(odd) {
    background: #eee;
}

@media only screen and (max-width: 640px) {
    .post .list_style01 li {
        flex-direction: column;
    }

    .post .list_style01 li .head {
        width: 100%;
        padding-bottom: 0;
    }
}

/*================================
frontpage
================================*/
/* ==========================================================================
   Component Styles reset
   Scope: .post .package_parts
   ========================================================================== */

/* ボックスモデルの統一 */
.post .package_parts,
.post .package_parts * {
    box-sizing: border-box;
}

/* --- 見出し(h1-h6)のリセット --- */

.post .package_parts h1,
.post .package_parts h2,
.post .package_parts h3,
.post .package_parts h4,
.post .package_parts h5,
.post .package_parts h6 {
    margin: 0;
    padding: 0;
    border: none;
    /* 親テーマの線を消す */
    background: none;
    /* 親テーマの背景を消す */
    font-size: 100%;
    font-weight: normal;
    color: inherit;
    line-height: 1.5;
    box-shadow: none;
    text-shadow: none;
    width: auto;
    position: static;
}

/* 見出しの擬似要素(アイコン等)を消去 */
.post .package_parts h1::before,
.post .package_parts h1::after,
.post .package_parts h2::before,
.post .package_parts h2::after,
.post .package_parts h3::before,
.post .package_parts h3::after,
.post .package_parts h4::before,
.post .package_parts h4::after,
.post .package_parts h5::before,
.post .package_parts h5::after,
.post .package_parts h6::before,
.post .package_parts h6::after {
    content: none;
    display: none;
    background: transparent;
}

/* --- リスト(ul, ol, li)のリセット --- */
.post .package_parts ul,
.post .package_parts ol {
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
}

.post .package_parts li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    display: block;
    width: auto;
}

.post .package_parts li::before,
.post .package_parts li::after {
    content: none;
    display: none;
}

/* --- 定義リスト(dl, dt, dd)のリセット --- */
.post .package_parts dl,
.post .package_parts dt,
.post .package_parts dd {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-weight: normal;
    line-height: 1.5;
}

/* --- その他タグのリセット --- */
.post .package_parts p,
.post .package_parts figure,
.post .package_parts blockquote,
.post .package_parts dl,
.post .package_parts dt,
.post .package_parts dd {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.post .package_parts table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    background: none;
}

.post .package_parts th,
.post .package_parts td {
    padding: 0;
    border: none;
    background: none;
    text-align: left;
}

/* --- 画像のリセット --- */
.post .package_parts img {
    padding: 0 !important;
    border: none !important;
    margin: 0;
    max-width: 100%;
    box-shadow: none !important;
    vertical-align: bottom;
    float: none;
    background: none !important;
    object-fit: cover;
    height: 100%;
}

/* --- リンクのリセット --- */
.post .package_parts a {
    text-decoration: none;
    color: inherit;
    transition: none;
    border: none;
}

/* --- WordPress固有クラスの無効化 --- */
.post .package_parts .aligncenter,
.post .package_parts .alignleft,
.post .package_parts .alignright {
    float: none;
    margin: 0;
    display: inline;
}

/* --- Message Section Styles --- */
.post .package_parts,
.package_parts {
    .c-message-section {
        padding-block: var(--px100);
        background: url(/wp-content/uploads/top_whbg.jpg) repeat-y;
        background-size: cover;
        background-position: center top;
    }

    .c-message-section__inner {
        width: 100%;
        max-width: var(--content-max-width);
        width: min(var(--content-max-width), 90%);
        margin-inline: auto;
    }

    .c-message-section__heading {
        font-family: var(--font-family02);
        text-align: center;
        margin-bottom: var(--px30);
        letter-spacing: 0.2em;
        line-height: 1.7;
        font-size: var(--px40);
        font-weight: 500;
    }

    .c-message-section__content {
        font-size: var(--px14);
        font-family: var(--font-family02);
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 2.5;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .post .package_parts {
        .c-message-section__content {
            font-size: var(--px18);
        }

        .c-message-section__heading {
            font-size: var(--px30);
        }
    }
}

/* --- Reason Section Styles --- */
.post .package_parts,
.package_parts {
    .c-reason-section {
        background-color: #212121;
        color: #fff;
        padding-top: var(--px80);
        padding-bottom: var(--px80);
        background: url(/wp-content/uploads/top_content02_bg.jpg) no-repeat;
        background-size: cover;
    }

    .c-reason-section__inner {
        width: 100%;
        max-width: var(--content-max-width);
        margin-left: auto;
        margin-right: auto;
        width: min(var(--content-max-width), 90%);
    }

    .c-reason-header {
        text-align: center;
        margin-bottom: var(--px50);
    }

    .c-reason-list {
        display: flex;
        flex-direction: column;
        gap: var(--px40);
    }

    .c-reason-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .c-reason-item__figure {
        width: 100%;
        overflow: hidden;
        margin-bottom: var(--px24);
        aspect-ratio: 380/284;
    }

    .c-reason-item__title {
        font-family: var(--font-family01);
        font-size: var(--px30);
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: var(--px16);
        color: var(--color-background);
    }

    .c-reason-item__text {
        font-size: var(--px14);
        line-height: 1.8;
        text-align: justify;
        font-weight: 300;
        letter-spacing: 0.1em;
    }
}

/* --- Media Query --- */
@media screen and (min-width: 768px) {
    .post .package_parts {
        .c-reason-section {
            padding-top: var(--px100);
            padding-bottom: var(--px100);
        }

        .c-reason-header__main {
            font-size: var(--px30);
            font-family: var(--font-family02);
            letter-spacing: 0.12em;
        }

        .c-reason-list {
            flex-direction: row;
            gap: var(--px50);
            align-items: flex-start;
        }

        .c-reason-item {
            width: 33.33%;
        }

        .c-reason-item__title {
            font-size: var(--px20);
            font-weight: 400;
            letter-spacing: 0.1em;
            line-height: 1.7;
        }

        .c-reason-item__text {
            text-align: left;
            font-size: var(--px16);
        }
    }
}

/* --- Service Section Styles --- */
.post .package_parts,
.package_parts {
    .c-service-section {
        color: var(--color-font);
        background: url(/wp-content/uploads/top_whbg.jpg) repeat-y;
        background-size: cover;
        background-position: center top;
        padding-block: var(--px80);
    }

    .c-service-section__inner {
        width: 100%;
        max-width: var(--content-max-width);
        margin-inline: auto;
        width: min(var(--content-max-width), 90%);
    }

    /* Intro Area */
    .c-service-intro {
        display: flex;
        flex-direction: column;
        margin-bottom: var(--px60);
    }

    .c-service-intro__figure {
        width: 100%;
        aspect-ratio: 4 / 3;
        overflow: hidden;
    }

    .c-service-intro__body {
        padding-inline: 0;
        padding-block: var(--px50);
    }

    .c-service-intro__sub {
        display: block;
        font-family: var(--font-family03);
        font-size: var(--px30);
        letter-spacing: 0.1em;
        margin-bottom: var(--px12);
        /* Design Color: Orange -> Var: Primary (Dark Gray) */
        color: var(--color-primary);
        text-transform: uppercase;
        line-height: 1;
        font-weight: 500;
    }

    .c-service-intro__title {
        font-family: var(--font-family02);
        font-size: min(calc(3.4rem + (1vw - 1.92rem) * 0.4531), 3.4rem);
        font-weight: 500;
        margin-bottom: var(--px30);
        line-height: 1.2;
        text-align: left;
    }

    .c-service-intro__lead {
        font-family: var(--font-family01);
        font-size: var(--px24);
        font-weight: 500;
        margin-bottom: var(--px20);
    }

    .c-service-intro__text {
        font-family: var(--font-family01);
        font-size: var(--px14);
        line-height: 2;
        margin-bottom: var(--px30);
    }

    .c-service-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 240px;
        height: var(--px50);
        /* Design Color: Orange -> Var: Primary */
        border: 1px solid var(--color-primary);
        color: var(--color-primary);
        font-family: var(--font-family01);
        font-size: var(--px14);
        letter-spacing: 0.1em;
        position: relative;
        transition: opacity 0.3s;
    }

    .c-service-btn:hover {
        opacity: 0.7;
    }

    .c-service-btn::after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: 1px solid currentColor;
        border-right: 1px solid currentColor;
        transform: rotate(45deg);
        margin-left: var(--px12);
        margin-bottom: 2px;
    }

    /* Links Area */
    .c-service-links {
        display: flex;
        flex-direction: column;
        gap: var(--px24);
    }

    .c-service-card {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
        transition: opacity 0.3s;
    }

    .c-service-card:hover {
        opacity: 0.8;
    }

    .c-service-card__figure {
        width: 100%;
        aspect-ratio: 1;
        overflow: hidden;
    }

    .c-service-card__label {
        width: 100%;
        /* Design Color: Orange -> Var: Primary */
        background-color: rgba(251, 117, 0, 0.8);
        color: #fff;
        padding: var(--px50) 0;
        text-align: center;
        font-family: var(--font-family02);
        font-size: var(--px30);
        letter-spacing: 0.05em;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 0;
        font-weight: 600;
        line-height: 1;
        gap: 0.5em;
    }

    .c-service-card__label::after {
        content: '\f105';
        display: inline-block;
        font-family: "Font Awesome 6 Free";
        font-weight: 600;
        font-size: 80%;
    }
}

/* --- Media Query --- */
@media screen and (min-width: 768px) {
    .post .package_parts {
        .c-service-section {
            padding-block: var(--px120);
        }

        .c-service-intro {
            flex-direction: row;
            align-items: center;
            margin-bottom: var(--px80);
        }

        .c-service-intro__figure {
            width: 50%;
            margin-bottom: 0;
        }

        .c-service-intro__body {
            padding-inline: 5%;
            padding-block: 0;
            width: 50%;
            display: block;
        }

        .c-service-intro__sub {
            font-size: var(--px20);
        }

        .c-service-intro__lead {
            font-size: var(--px20);
        }

        .c-service-intro__text {
            font-size: var(--px16);
        }

        .c-service-links {
            flex-direction: row;
            gap: var(--px50);
        }

        .c-service-card {
            width: 33.33%;
        }

        .c-service-card__label {
            font-size: var(--px24);
        }
    }
}

/* --- CTA Section Styles --- */
.post .package_parts,
.package_parts {
    .c-cta-section {
        position: relative;
        width: 100%;
        /* 背景画像エリアの高さ確保のためにpaddingを設定 */
        padding-top: var(--px80);
        padding-bottom: var(--px80);
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Background Image Area */
    .c-cta-section__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .c-cta-section__bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    /* Content Area (Box Style) */
    .c-cta-section__inner {
        position: relative;
        z-index: 2;
        width: min(var(--content-max-width), 90%);
        max-width: var(--content-max-width);
        /* ボックスの幅を制限 */
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;

        /* Box Styling */
        background-color: rgba(0, 0, 0, 0.6);
        /* #111 */
        padding: var(--px60) 5%;
        /* ボックス内の余白 */
        color: var(--color-background);
        /* White text */
    }

    .c-cta-header {
        margin-bottom: var(--px30);
    }

    .c-cta-header__sub {
        display: block;
        font-family: var(--font-family03);
        font-size: var(--px20);
        letter-spacing: 0.1em;
        margin-bottom: var(--px14);
        /* Orange -> Secondary (Gray) */
        color: var(--color-primary);
        text-transform: uppercase;
        line-height: 1;
    }

    .c-cta-header__main {
        font-family: var(--font-family02);
        font-size: var(--px30);
        font-weight: 500;
        letter-spacing: 0.1em;
        color: #fff;
        line-height: 1;
    }

    .c-cta-text {
        font-size: var(--px14);
        margin-bottom: var(--px40);
        color: #fff;
        letter-spacing: 0.13em;
        font-weight: 300;
    }

    .c-cta-action {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    /* Button (Green -> White for contrast) */
    .c-cta-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 320px;
        background-color: var(--color-secondary);
        color: #fff;
        font-size: var(--px24);
        font-weight: 500;
        letter-spacing: 0.05em;
        transition: opacity 0.3s;
        padding-block: var(--px60);

        span {
            position: relative;
            display: inline-block;

            &::before {
                content: "\f3c0";
                display: inline-block;
                font-family: 'Font Awesome 6 Brands';
                margin-right: 0.3em;
            }
        }
    }

    .c-cta-btn:hover {
        opacity: 0.8;
    }
}

/* --- Media Query --- */
@media screen and (min-width: 768px) {

    .post .package_parts,
    .package_parts {
        .c-cta-section {
            padding-top: var(--px100);
            padding-bottom: var(--px100);
        }

        .c-cta-section__inner {
            padding-block: var(--px100);
        }

        .c-cta-header__main {
            font-size: 3.4rem;
        }

        .c-cta-text {
            font-size: var(--px16);
        }

        .c-cta-btn {
            max-width: 460px;
        }
    }
}

/* --- News Section Styles --- */
.l-news {
    padding-block: var(--px80);
}

.postlist li {
    border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
    .l-news {
        padding-block: var(--px120);
    }
}

/*================================
lowerpage下層ページ
================================*/

/* --- Price Section Styles --- */
.post .package_parts,
.package_parts {
    .c-price-section {
        width: 100%;
        max-width: var(--content-max-width);
        margin-left: auto;
        margin-right: auto;
        padding: var(--px40) var(--px20);
        background-color: var(--color-background);
        color: var(--color-font);
    }

    /* Accordion Header */
    .c-price-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        border: 1px solid #ddd;
        padding: var(--px30);
    }

    .c-price-header:not(:first-child) {
        margin-top: var(--px30);
    }

    .c-price-header__title {
        font-family: var(--font-family01);
        font-size: var(--px24);
        font-weight: 500;
        padding-left: var(--px16);
        border-left: 6px solid var(--color-primary);
        line-height: 1.2;
    }

    .c-price-header__icon {
        width: 20px;
        height: 12px;
        position: relative;
    }

    .c-price-header__icon::after {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        border-top: 2px solid var(--color-primary);
        border-right: 2px solid var(--color-primary);
        transform: rotate(135deg);
        position: absolute;
        top: 0;
        right: 0;
    }

    .active .c-price-header__icon::after {
        transform: rotate(-45deg);
    }

    /* Price Block */
    .c-price-body {
        display: none;
        margin-top: var(--px20);
        border: 1px solid #ddd;
        padding: var(--px30);
    }

    .c-price-block+.c-price-block {
        margin-top: var(--px40);
        border-top: 1px dashed #ccc;
        padding-top: var(--px40);
    }

    .c-price-block__heading {
        font-family: var(--font-family01);
        font-size: var(--px18);
        font-weight: bold;
        border-bottom: 1px solid var(--color-primary);
        padding-bottom: var(--px12);
        margin-bottom: var(--px16);
        line-height: 1.5;
    }

    .c-price-block__sub {
        font-size: var(--px14);
        font-weight: normal;
        display: inline-block;
    }

    .c-price-block__desc {
        font-family: var(--font-family01);
        font-size: var(--px14);
        line-height: 1.6;
        margin-bottom: var(--px24);
    }

    /* Table Layout (using dl/dt/dd) */
    .c-price-list {
        display: flex;
        flex-direction: column;
        border-top: 1px solid var(--color-table-border);
    }

    .c-price-row {
        display: flex;
        flex-direction: column;
        /* SPは縦積み */
        border-bottom: 1px solid var(--color-table-border);
    }

    .c-price-row__term {
        background-color: #f5f5f5;
        padding: var(--px16);
        font-weight: bold;
        font-size: var(--px14);
        display: flex;
        align-items: center;
    }

    .c-price-row__desc {
        padding: var(--px16);
        font-size: var(--px16);
        display: flex;
        align-items: center;
    }

    .u-text-small {
        font-size: 0.8em;
        margin-right: 0.5em;
    }

    .c-price-block__note {
        font-size: var(--px14);
        margin-top: 1em;
    }
}

/* --- Media Query --- */
@media screen and (min-width: 768px) {
    .post .package_parts {
        .c-price-section {
            padding: var(--px40);
        }

        .c-price-header__title {
            font-size: var(--px20);
        }

        /* PC Layout for Table */
        .c-price-row {
            flex-direction: row;
        }

        .c-price-row__term {
            width: 40%;
            /* 左カラムの幅 */
            padding: var(--px20) var(--px30);
            font-size: var(--px16);
        }

        .c-price-row__desc {
            width: 60%;
            /* 右カラムの幅 */
            padding: var(--px20) var(--px30);
            font-size: var(--px18);
        }

        .c-price-block__sub {
            font-size: var(--px16);
        }
    }
}

/*--FAQ-------------------------------------------*/

.qa_list {
    cursor: pointer;
}

.qa_list .qa_list_inner dt {
    position: relative;
    font-weight: normal;
    margin: 1rem 0 0 0;
    display: flex;
    align-items: stretch;
    padding: 0rem 1rem 0rem 0rem;
    background: #ffffff;
    border: 1px solid #cccccc;
}

.qa_list .qa_list_inner dd .ans_flex {
    position: relative;
    font-weight: normal;
    margin: 0;
    display: flex;
    align-items: stretch;
    padding: 0;
    background: #ffffff;
}

.qa_list .qa_list_inner .a_ico {
    color: #ffffff;
    background: var(--color-primary);
    line-height: 1.0;
    padding: 1rem 1rem 1rem 1rem;
    font-size: 2.2rem;
    border-right: 1px solid #cccccc;
    width: 100%;
    text-align: center;
    max-width: 90px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--body-font-family);
}

.qa_list .qa_list_inner .q_ico {
    background: #f2f2f2;
    line-height: 1.0;
    padding: 1rem 1rem 1rem 1rem;
    font-size: 2.2rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    max-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--body-font-family);
    border-right: 1px solid #cccccc;
}

.qa_list .qa_list_inner .q_desc,
.qa_list .qa_list_inner .a_desc {
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    line-height: 1.7;
}

.qa_list .qa_list_inner .a_desc {
    line-height: 1.8;
    width: 100%;
}

.qa_list .qa_list_inner dt:after {
    content: '';
    position: absolute;
    top: 46%;
    right: 3rem;
    width: 12px;
    height: 12px;
    border-right: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.qa_list .qa_list_inner .active:after {
    top: 43%;
    right: 2rem;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

.qa_list .qa_list_inner dd {
    display: none;
    position: relative;
    padding: 0;
    margin: 0 0 1rem 0;
    border: 1px solid #cccccc;
    border-top: 0;
}

@media only screen and (max-width: 959px) {
    .qa_list .qa_list_inner {
        margin-bottom: 8rem;
    }
}

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

    .qa_list .qa_list_inner .q_desc,
    .qa_list .qa_list_inner .a_desc {
        padding: 0.5rem 1rem 0.5rem 1rem;
    }

    .qa_list .qa_list_inner dt {
        padding: 0rem 1rem 0rem 0rem;
    }

    .qa_list .qa_list_inner .a_ico,
    .qa_list .qa_list_inner .q_ico {
        max-width: 50px;
        padding: 1.2rem 1.0rem;
    }

    .qa_list .qa_list_inner dt:after {
        right: 1.5rem;
        width: 6px;
        height: 6px;
    }

    .qa_list .qa_list_inner .active:after {
        right: 1.0rem;
    }
}

@media only screen and (max-width: 559px) {
    .qa_list .qa_list_inner dd {
        font-size: 1.4rem;
    }

    .qa_list .qa_list_inner {
        margin-bottom: 6rem;
    }

    .qa_list .qa_list_inner dt {
        font-size: 1.4rem;
    }
}

/*--shop-info-------------------------------------------*/
/* --- Flow List --- */
.post .p-shopinfo,
.p-shopinfo {
    .package_parts {
        .c-flow-list {
            display: flex;
            flex-direction: column;
            gap: var(--px40);
        }

        .c-flow-item {
            display: flex;
            flex-direction: column;
            gap: var(--px16);
            container-type: inline-size;
            position: relative;
        }

        .c-flow-item__figure {
            aspect-ratio: 282 / 196;
            overflow: hidden;
        }

        .c-flow-item__figure img {
            width: 100%;
            height: 100%;
            max-width: none;
            max-height: none;
            object-fit: cover;
        }

        .c-flow-item__text {
            font-size: var(--px16);
            color: var(--color-font);
            line-height: 1.5;
        }

        .c-flow-item:not(:last-child)::after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 8px 0 8px;
            border-color: var(--color-table-border) transparent transparent transparent;
            margin: var(--px16) auto 0;
        }
    }
}

@media screen and (min-width: 768px) {

    .post .p-shopinfo,
    .p-shopinfo {
        .package_parts {
            .c-flow-list {
                flex-direction: row;
                gap: var(--px24);
            }

            .c-flow-item {
                flex: 1;
            }

            .c-flow-item:not(:last-child)::after {
                position: absolute;
                top: calc(100cqw * (641 / 960) / 2);
                right: calc((var(--px24) / 2) * -1);
                transform: translate(50%, -50%);
                border-width: 8px 0 8px 10px;
                border-color: transparent transparent transparent var(--color-table-border);
                margin: 0;
            }
        }
    }
}