@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=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");

:root {
    /*------â–¼åŸºæœ¬è¨¬å®šâ–¼------*/
    --color-background: #181818;
    --color-background01: #f5f5f5;
    --color-font: #fff;
    --color-primary: #fff;
    --color-table-border: #5d5d5d;
    --color-table-bg: #f6f6f6;
    --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    /* 1.6-1.4rem (1920-375) */
    --body-font-family: "Noto Sans JP", sans-serif;
    --content-max-width: 1100px;
    /*------â–¼ãƒ˜ãƒƒãƒ€ãƒ¼è¨¬å®šâ–¼------*/
    --header-background: #181818;
    --header-color-font: #fff;
    --header-color-primary: #fff;
    /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨¬å®šâ–¼------*/
    --footer-background: #181818;
    --footer-color-font: #fff;
    --footer-color-primary: #fff;
    /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨¬å®šâ–¼------*/
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Zen Old Mincho", "Noto Sans JP", serif;
    --font-family03: "Outfit", "Noto Sans JP", sans-serif;
    --font-family04: "Shippori Mincho", "Noto Sans JP", serif;

    /*------â–¼pxãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
    --px300: min(calc(300px + (1vw - 19.2px) * 10.356), 300px);
    /*300px-80px (1920-375)*/
    --px240: min(calc(240px + (1vw - 19.2px) * 10.356), 240px);
    /*240px-80px (1920-375)*/
    --px200: min(calc(200px + (1vw - 19.2px) * 6.4725), 200px);
    /*200px-100px (1920-375)*/
    --px180: min(calc(180px + (1vw - 19.2px) * 3.8835), 180px);
    /*180-120px (1920-375) */
    --px170: min(calc(170px + (1vw - 19.2px) * 6.4725), 170px);
    /*160px-60px (1920-375)*/
    --px160w: min(calc(160px + (1vw - 19.2px) * 5.178), 160px);
    /*160px-80px (1920-375)*/
    --px160: min(calc(160px + (1vw - 19.2px) * 6.4725), 160px);
    /*160px-60px (1920-375)*/
    --px150: min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
    /*150-100px (1920-375) */
    --px140: min(calc(140px + (1vw - 19.2px) * 6.4725), 140px);
    /*140px-40px (1920-375)*/
    --px130: min(calc(130px + (1vw - 19.2px) * 2.589), 130px);
    /*130px-90px (1920-375)*/
    --px120: min(calc(120px + (1vw - 19.2px) * 2.589), 120px);
    /*120px-80px (1920-375)*/
    --px120s: clamp(40px, calc(7.5rem + ((1vw - 19.2px) * 8.9286)), 120px);
    /*120px-40px (1920-375)*/
    --px100w: min(calc(100px + (1vw - 19.2px) * 3.2362), 100px);
    /*100px-50px (1920-375)*/
    --px100: min(calc(100px + (1vw - 19.2px) * 3.8835), 100px);
    /*100px-40px (1920-375)*/
    --px100s: clamp(30px, calc(10rem + ((1vw - 19.2px) * 7.8125)), 100px);
    --px96: min(calc(96px + (1vw - 19.2px) * 3.1068), 96px);
    /*96px-48px (1920-375)*/
    --px90: min(calc(90px + (1vw - 19.2px) * 3.8835), 90px);
    /*90px-30px (1920-375)*/
    --px80w: min(calc(80px + (1vw - 19.2px) * 1.2945), 80px);
    /*80px-60px (1920-375)*/
    --px80: min(calc(80px + (1vw - 19.2px) * 2.589), 80px);
    /*80px-40px (1920-375)*/
    --px70: min(calc(70px + (1vw - 19.2px) * 1.9417), 70px);
    /*60px-30px (1920-375)*/
    --px80s: min(calc(80px + (1vw - 19.2px) * 3.8835), 80px);
    /*80px-20px (1920-375)x*/
    --px60w: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px);
    /*60px-40px (1920-375)*/
    --px60: min(calc(60px + (1vw - 19.2px) * 1.9417), 60px);
    /*60px-30px (1920-375)*/
    --px50: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px);
    /*50px-30px (1920-375)*/
    --px40w: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px);
    /*40px-30px (1920-375)*/
    --px40: min(calc(40px + (1vw - 19.2px) * 1.2945), 40px);
    /*40px-20px (1920-375)*/
    --px35: min(calc(35px + (1vw - 19.2px) * 1.2945), 35px);
    /*35px-15px (1920-375)*/
    --px30w: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);
    /*30px-20px (1920-375)*/
    --px30: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
    /*30px-15px (1920-375)*/
    --px24: min(calc(24px + (1vw - 19.2px) * 0.6472), 24px);
    /*24px-14px (1920-375)*/
    --px20: min(calc(20px + (1vw - 19.2px) * 0.6472), 20px);
    /*20px-10px (1920-375)*/
    --px18: min(calc(18px + (1vw - 19.2px) * 0.2589), 18px);
    /*18px-14px (1920-375)*/
    --px16: min(calc(16px + (1vw - 19.2px) * 0.1294), 16px);
    /*16px-14px (1920-375)*/
    --px14: min(calc(14px + (1vw - 19.2px) * 0.1294), 14px);
    /*14px-12px (1920-375)*/
    --px12: min(calc(12px + (1vw - 19.2px) * 0.0647), 12px);
    /*12px-11px (1920-375)*/
    /*------â–¼remãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
    --rem120: min(calc(12rem + (1vw - 1.92rem) * 3.8835), 12rem);
    /*12rem-6rem (1920-375)*/
    --rem100: min(calc(10rem + (1vw - 1.92rem) * 3.8835), 10rem);
    /*10rem-4rem (1920-375)*/
    --rem84: clamp(30px, calc(8.4rem + ((1vw - 19.2px) * 3.4951)), 84px);
    --rem80w: min(calc(8rem + (1vw - 1.92rem) * 1.2945), 8rem);
    /*8rem-6rem (1920-375)*/
    --rem80: min(calc(8rem + (1vw - 1.92rem) * 2.589), 8rem);
    /*8rem-4rem (1920-375)x*/
    --rem72: min(calc(7.2rem + (1vw - 1.92rem) * 1.9417), 7.2rem);
    /*7.2rem-4.2rem (1920-375)*/
    --rem70: min(calc(7rem + (1vw - 1.92rem) * 2.588), 7rem);
    /*7rem-4rem (1920-375)*/
    --rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534), 6rem);
    /*6rem-3.6rem (1920-375)*/
    --rem56: min(calc(5.6rem + (1vw - 1.92rem) * 1.5534), 5.6rem);
    /*5.6rem-3.2rem (1920-375)*/
    --rem50: min(calc(5rem + (1vw - 1.92rem) * 1.2945), 5rem);
    /*5.6rem-3rem (1920-375)*/
    --rem48w: min(calc(4.8rem + (1vw - 1.92rem) * 0.6472), 4.8rem);
    /*4.8rem-3.8rem*/
    --rem48: min(calc(4.8rem + (1vw - 1.92rem) * 1.5534), 4.8rem);
    /*4.8rem-2.4rem (1920-375)*/
    --rem46: min(calc(4.6rem + (1vw - 1.92rem) * 1.5533), 4.6rem);
    /*4.6rem-2.2rem (1920-375)*/
    --rem42w: clamp(30px, calc(4.2rem + ((1vw - 19.2px) * 0.7767)), 42px);
    /*4.2rem-3rem (1920-375)*/
    --rem42: min(calc(4.2rem + (1vw - 1.92rem) * 1.165), 4.2rem);
    /*4.2rem-2.4rem (1920-375)*/
    --rem42s: min(calc(4.2rem + (1vw - 1.92rem) * 1.4887), 4.2rem);
    /*4.2rem-1.9rem (1920-375)*/
    --rem40w: min(calc(4rem + (1vw - 1.92rem) * 0.6472), 4rem);
    /*4rem-3rem (1920-375)*/
    --rem40: min(calc(4rem + (1vw - 1.92rem) * 1.2945), 4rem);
    /*4rem-2rem (1920-375)*/
    --rem36: min(calc(3.6rem + (1vw - 1.92rem) * 0.7767), 3.6rem);
    /*3.6rem-2.4rem (1920-375)*/
    --rem30w: min(calc(3rem + (1vw - 1.92rem) * 0.3883), 3rem);
    /*3rem-2.4rem (1920-375)*/
    --rem30: min(calc(3rem + (1vw - 1.92rem) * 0.6472), 3rem);
    /*3rem-2rem (1920-375)*/
    --rem30s: min(calc(3rem + (1vw - 1.92rem) * 0.9709), 3rem);
    /*3rem-1.5rem (1920-375)*/
    --rem28w: clamp(20px, calc(2.8rem + ((1vw - 19.2px) * 0.5178)), 28px);
    /*2.8rem-2rem (1920-375)*/
    --rem28: min(calc(2.8rem + (1vw - 1.92rem) * 0.6472), 2.8rem);
    /*2.8rem-1.8rem (1920-375)*/
    --rem26w: min(calc(2.6rem + (1vw - 1.92rem) * 0.3883), 2.6rem);
    /*2.6rem-1.8rem (1920-375)*/
    --rem24w: min(calc(2.4rem + (1vw - 1.92rem) * 0.3883), 2.4rem);
    /*2.4rem-1.8rem (1920-375)*/
    --rem24: min(calc(2.4rem + (1vw - 1.92rem) * 0.6472), 2.4rem);
    /*2.4rem-1.4rem (1920-375)*/
    --rem22w: min(calc(2.2rem + (1vw - 1.92rem) * 0.2589), 2.2rem);
    /*2.2rem-1.6rem (1920-375)*/
    --rem20w: min(calc(2rem + (1vw - 1.92rem) * 0.2589), 2rem);
    /*2rem-1.6rem (1920-375)*/
    --rem20: min(calc(2rem + (1vw - 1.92rem) * 0.3883), 2rem);
    /*2rem-1.4rem (1920-375)*/
    --rem18: min(calc(1.8rem + (1vw - 1.92rem) * 0.2589), 1.8rem);
    /*1.8rem-1.4rem (1920-375)*/
    --rem16: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
    /*1.6rem-1.4rem (1920-375)*/
    --rem14: min(calc(1.4rem + (1vw - 1.92rem) * 0.1294), 1.4rem);
    /*1.4rem-1.2rem (1920-375)*/
    --rem12: min(calc(1.2rem + (1vw - 1.92rem) * 0.0647), 1.2rem);
    /*1.2rem-1.1rem (1920-375)*/
}

html {
    scroll-behavior: smooth;
}

body.home #contact-bottom {
    display: none;
}

.cta02 .cta02_wrap h1 {
    text-align: center;
}

.anchor_link::before {
    content: "";
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}

/* .lh2 {
    line-height: 2;
} */

.ff02 {
    font-family: var(--font-family02);
}

.ls05 {
    letter-spacing: 0.05em;
}

.content-w90 {
    width: 90%;
    margin: 0 auto;
}

.home-content_max {
    max-width: 1240px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.content_max_width {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}

.clr-fff {
    color: var(--color-background) !important;
}

.clr-primary {
    color: var(--color-primary) !important;
}

.fw-500 {
    font-weight: 500;
}

.fw-bold {
    font-weight: bold;
}

@media print,
screen and (min-width: 700px) {
    .sm_center {
        text-align: center;
    }
}

.fs-20 {
    font-size: var(--rem20) !important;
}

@media print,
screen and (min-width: 768px) {
    .flexbox-sp {
        display: flex;
    }

    .flexbox-sp .w50 {
        width: 50%;
    }
}

@media print,
screen and (min-width: 1024px) {
    .pc_left {
        text-align: left !important;
    }

    .pc_right {
        text-align: right !important;
    }
}

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

.py-120 {
    padding: var(--px120) 0;
}

/* ----------- style h1 ----------------- */
h1.title.main-ttl {
    font-size: var(--rem40w);
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.5;
    font-family: var(--font-family03);
    color: var(--color-font);
    position: relative;
    margin-bottom: var(--px50);
}

h1.title.main-ttl.txt-l {
    text-align: left;
}

h1.title.main-ttl span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

h1.title.main-ttl span span {
    font-size: 1.8rem;
    color: var(--color-font);
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.8;
    font-family: var(--font-family02);
}

h1.title.main-ttl span span::before,
h1.title.main-ttl span span::after {
    content: "";
    width: 20px;
    height: 2px;
    background: var(--color-font);
}

h1.title.main-ttl.clr-fff,
h1.title.main-ttl.clr-fff span span {
    color: var(--color-background);
}

/* ----------- end style h1 ----------------- */

/* ----------- style h2 ----------------- */
body:not(.home) .post h2 {
    font-size: var(--rem30w);
    color: var(--color-font);
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.8;
    font-family: var(--font-family02);
}

body:not(.home) .post h2:has(span) {
    font-size: var(--rem40w);
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.5;
    font-family: var(--font-family03);
    color: var(--color-font);
    position: relative;
    margin-bottom: var(--px50);
}

body:not(.home) .post h2 span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

body:not(.home) .post h2 span span {
    font-size: 1.8rem;
    color: var(--color-font);
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.8;
    font-family: var(--font-family02);
}

body:not(.home) .post h2 span span::before,
body:not(.home) .post h2 span span::after {
    content: "";
    width: 20px;
    height: 2px;
    background: var(--color-font);
}

body:not(.home) .post h2:has(span)::after {
    content: none;
}

/* ----------- end style h2 ----------------- */

/* ----------- style h3 ----------------- */
body:not(.home) .post h3 {
    font-size: var(--rem24w);
    color: var(--color-font);
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.8;
    font-family: var(--font-family02);
    border-bottom: 1px solid var(--color-primary);
}

body:not(.home) .post h3:has(span) {
    font-size: var(--rem16);
}

body:not(.home) .post h3 span {
    font-size: var(--rem24w);
}

body:not(.home) .post h3 span:first-child {
    margin-right: 8px;
}

/* ----------- end style h3 ----------------- */

/* ----------- style table ----------------- */
table.responsive {
    border: none;
}

table.responsive th {
    font-size: var(--rem16);
    /*編集中     color: var(--color-background); */
    padding: var(--px24);
    background: var(--color-table-bg);
    vertical-align: middle;
    border: 1px solid var(--color-table-border);
}

table.responsive td {
    font-size: var(--rem16);
    /*編集中     color: var(--color-background); */
    background: var(--color-font);
    line-height: 2;
    padding: var(--px24);
    vertical-align: middle;
    border: 1px solid var(--color-table-border);
}

/* ----------- end style table ----------------- */

/* ------- style button --------------- */
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 162px;
    min-width: fit-content;
    font-size: calc(var(--rem16) - 1px);
    color: var(--color-font);
    line-height: 1.8;
    text-align: left;
    background: transparent;
    font-weight: normal;
    padding: 14px 60px 14px 10px;
    margin: var(--px40) auto 0;
    border-bottom: 1px solid var(--color-font);
    border-radius: 0;
    transition: all 0.3s;
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
    content: none;
}

.linkBtn::before,
.post .linkBtn::before,
a.linkBtn::before,
.post .subimitarea .linkBtn input[type="submit"]::before {
    content: "\f061";
    font-family: "FontAwesome";
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--rem14);
    font-weight: 400;
    line-height: 1;
    background: transparent;
    color: var(--color-font);
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    border: 2px solid var(--color-font);
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    transition: all 0.3s;
    z-index: -2;
}

.linkBtn:hover::before,
.post .linkBtn:hover::before,
a.linkBtn:hover::before,
.post .subimitarea .linkBtn input[type="submit"]:hover::before {
    background: var(--color-primary);
    color: var(--color-background);
}

.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
    background: transparent;
    color: var(--color-font);
}

.subimitarea>.linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}

/* ------- style button --------------- */

/* ------------- HEADER --------------- */

#thumbImg::before,
header#h1Header::before {
    opacity: 0.3;
    background: var(--color-background);
}

header#h1Header h1.title {
    display: none;
}

@media print,
screen and (min-width: 1024px) {

    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 {
        border-bottom: 2px solid #fff;
    }

    nav#mainNav ul li.pc_none {
        display: none;
    }

    #header {
        height: 100px;
    }

    #header .logo img {
        max-width: 250px;
        max-height: 82px;
        width: 100%;
        height: auto;
        min-width: 90px;
    }

    .sticky-header #header-layout {
        height: 100px;
        background: var(--header-background);
    }

    nav#mainNav ul li a {
        padding: var(--px20);
    }

    nav#mainNav ul li a b {
        font-size: var(--rem16);
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: 0.05em;
        color: var(--header-color-font);
        font-family: var(--font-family02);
    }

    nav#mainNav ul li a span {
        font-size: calc(var(--rem12) + 1px);
        font-weight: 300;
    }

    nav#mainNav ul li ul.sub-menu li a:hover,
    nav#mainNav ul li.current-menu-ancestor li.current-menu-item a {
        color: var(--color-background);
        background: var(--color-primary) !important;
    }

    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: var(--header-background);
    }

    #header ul.header__contact {
        gap: 10px;
        margin-right: 10px;
    }

    #header ul.header__contact li {
        display: flex;
        align-items: center;
    }

    #header a.head_btn {
        padding: 10px 6px;
    }

    #header a.head_btn::before {
        display: none;
    }

    #header a.head_btn.tel_btn {
        color: var(--header-color-font);
        background: var(--color-background);
        width: 205px;
    }

    .note,
    .note b {
        font-weight: normal;
    }

    #header a.head_btn.tel_btn .tel_icon {
        font-size: var(--rem22w);
        font-weight: 300;
        font-family: var(--font-family03);
    }

    #header a.head_btn.tel_btn .tel_icon::before {
        content: "\f095";
        font-family: "FontAwesome";
        font-size: var(--rem18);
        font-weight: 400;
        line-height: 1;
        margin-top: 4px;
        margin-right: 8px;
    }

    #header a.head_btn.tel_btn:hover {
        background: var(--header-color-primary);
        color: var(--header-background);
    }

    #header a.head_btn.tel_btn:hover .tel_icon::before {
        color: var(--header-background);
    }

    #header a.head_btn.reserve_btn {
        width: 160px;
        height: 80px;
        font-weight: 500;
        font-size: var(--rem14);
        background: var(--header-color-font);
        color: var(--header-background);
        text-align: center;
    }

    #header a.head_btn.reserve_btn span span {
        font-size: var(--rem20);
        display: block;
    }

    #header a.head_btn.line_btn {
        width: 160px;
        height: 80px;
        text-align: center;
        font-size: var(--rem20);
        font-weight: 500;
        color: var(--header-background);
    }

    #header a.head_btn.mail_btn {
        width: 160px;
        height: 80px;
        background: var(--header-color-primary);
        color: var(--header-background);
        font-size: var(--rem16);
        font-weight: 500;
    }

    #header a.head_btn.reserve_btn:hover,
    #header a.head_btn.line_btn:hover {
        background: var(--header-background);
        color: var(--header-color-font);
    }

    #header a.head_btn.mail_btn:hover {
        color: var(--header-color-primary);
        background: var(--header-background);
    }
}

@media print,
screen and (max-width: 1800px) and (min-width: 1024px) {
    #header a.head_btn {
        width: fit-content !important;
        min-width: 80px;
    }

    nav#mainNav ul li a {
        padding: var(--px20) var(--px12);
    }

    nav#mainNav ul li a b {
        font-size: var(--rem14);
    }

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

@media print,
screen and (max-width: 1430px) and (min-width: 1024px) {
    nav#mainNav ul li a b {
        font-size: var(--rem12);
    }

    nav#mainNav ul li a {
        padding: var(--px20) 6px;
    }

    #header a.head_btn.tel_btn .tel_icon {
        font-size: var(--rem20);
    }

    #header a.head_btn {
        min-width: 60px;
    }

    #header a.head_btn.reserve_btn {
        font-size: 1rem;
    }

    #header ul.header__contact {
        gap: 5px;
        margin-right: 5px;
    }

    #header a.head_btn.reserve_btn span span {
        font-size: var(--rem14);
    }

    #header a.head_btn.line_btn {
        font-size: var(--rem16);
    }

    #header .logo img {
        max-width: 150px;
    }

    nav#mainNav ul li a span {
        font-size: 1rem;
    }

    #header a.head_btn.mail_btn {
        font-size: var(--rem12);
    }
}

@media print,
screen and (max-width: 1023px) {

    nav#mainNav ul li.current-menu-item a,
    nav#mainNav ul li a:hover {
        background: var(--color-primary) !important;
        color: var(--color-background);
    }

    nav#mainNav ul li li.current-menu-item a {
        background: var(--color-primary);
        color: var(--color-background);
    }

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

    #sp-header .inner #header-layout nav#sp-mainNav .inner ul li a:hover,
    #sp-header .inner #header-layout nav#sp-mainNav .inner ul li.current-menu-item a {
        background: var(--color-background);
    }
}

/* ------------- END  HEADER --------------- */

/* -------------  HOME --------------- */
.imgarea {
    overflow: hidden;
}

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

/* home about */
.home-about-inner {
    max-width: 1000px;
    width: 90%;
    margin: var(--px140) auto var(--px50);
}

.ttl-lg {
    font-size: var(--rem100);
    font-weight: 100;
    line-height: 1.5;
    font-family: var(--font-family03);
    color: #ffffff4c;
}

.ttl-24 {
    font-size: var(--rem24w);
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-family: var(--font-family02);
    margin-bottom: var(--px30);
}

/* home about */

/* home plan */
ul.col2-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

ul.home-link li {
    width: 45%;
    font-family: var(--font-family02);
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
}

ul.home-link li a {
    display: block;
    color: var(--color-font);
}

ul.home-link li .imgarea {
    position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	
}

ul.home-link li .imgarea::before {
    content: "";
    position: absolute;
    display: block;
    z-index: 2;
    inset: 0;
    background: #000;
    opacity: 0.7;
    transition: all ease 0.3s;
}

ul.home-link li a:hover img {
    opacity: 1;
    scale: 1.2;
    transition: all ease 0.3s;
}

ul.home-link li a:hover .imgarea::before {
    opacity: 0;
}



ul.home-link li .txtarea {
/*     position: absolute;
    width: 96%; */
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    
}

.home-link-head {
    font-size: var(--rem18);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
}

.home-link-head span {
    display: block;
    font-size: var(--rem36);
    margin-top: 6px;
}

.home-link-price {
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.home-link-price span {
    display: inline-block;
    margin-right: 6px;
    font-size: var(--rem24w);
}

.home-link-info p {
    line-height: 1.6;
    letter-spacing: 0.05em;
    display: flex;
    gap: 6px;
}

.home-link-info p span:first-child {
    min-width: fit-content;
}

/* home plan */

/* home cruise */
#home-cruise {
    position: relative;
    padding: var(--px160) 0;
    background: url(/wp-content/uploads/top-4.png) no-repeat center/cover;
}

#home-cruise::before {
    position: absolute;
    content: "";
    inset: 0;
    background: var(--color-background);
    opacity: 0.3;
}

.list-btn-cruise {
    display: flex;
    flex-wrap: wrap;
    gap: var(--px35);
    max-width: 920px;
    width: 100%;
    margin: var(--px60) auto 0 !important;
}

.list-btn-cruise li {
    position: relative;
    font-size: var(--rem18);
    text-align: center;
    line-height: 2;
    letter-spacing: 0.05em;
    border: 1px solid var(--color-font);
    padding: var(--px16) 10px;
    width: calc((100% - var(--px35) * 3) / 4);
}




@media print,
screen and (max-width: 600px) {
    .list-btn-cruise {
        justify-content: space-around;
    }

    .list-btn-cruise li {
        width: calc((100% - var(--px35)) / 5) !important;
    }

    .list-btn-cruise li {
        width: fit-content;
        align-items: center;
        display: inline-block;
        writing-mode: vertical-rl;
        text-orientation: upright;
        position: relative;
        font-size: var(--rem18);
        text-align: center;
        line-height: 2;
        letter-spacing: 0.05em;
        border: 1px solid var(--color-font);
        padding: var(--px16) 10px;
        /* width: calc((100% - var(--px35) * 3) / 4); */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    ul.col2-list {
/*         gap: 40px !important; */
    }

}






.list-btn-cruise li:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: var(--color-font);
    clip-path: polygon(100% 50%, 0% 100%, 0 0);
    display: inline-block;
    top: 50%;
    right: calc(-1 * (var(--px35) / 2 + 15px));
    transform: translate(-50%, -50%);
}

/* home cruise */

/* home features */
.ttl-number {
    display: block;
    font-size: var(--rem100);
    font-family: var(--font-family03);
    font-weight: 100;
    color: #ffffff4c;
    line-height: 1;
}

.column01 .flexbox+.flexbox {
    margin-top: var(--px60w);
}

/* home features */
@media print,
screen and (min-width: 769px) {
    .column01 .txtarea {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: var(--px40);
    }
}

@media print,
screen and (max-width: 900px) {
    ul.home-link li {
        width: 100%;
    } 
	ul.home-link {
		gap: var(--px80);
	}
}

@media print,
screen and (max-width: 600px) {
    .list-btn-cruise li {
        width: calc((100% - var(--px35)) / 2);
    }

    .list-btn-cruise li:not(:last-child)::after {
        /*  編集中       right: calc(-1 * (var(--px35) / 2 + 10px)); */
        width: 10px;
        height: 10px;
    }

    .home-link-info p {
        font-size: var(--rem14);
    }

    .home-link-info {
        margin-top: 10px !important;
    }
}

/* ------------- END  HOME --------------- */

/* -------------  ABOUT --------------- */
.ttl-26 {
    font-size: var(--rem26w);
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

ul.col3-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--px24);
}

ul.col3-list li {
    width: calc((100% - var(--px24) * 2) / 3);
}

table.table-col {
    border: none;
}

table.table-col thead th {
    background: var(--color-table-bg);
    color: var(--color-background);
    text-align: center;
    padding: var(--px20);
    font-weight: bold;
    vertical-align: middle;
}

table.table-col tbody td {
    color: var(--color-font);
    text-align: center;
    padding: var(--px20);
    vertical-align: middle;
}

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

.qa_list {
    cursor: pointer;
}

.qa_list .qa_list_inner dt {
    position: relative;
    font-weight: normal;
    margin: 3rem 0 0 0;
    display: flex;
    align-items: stretch;
    padding: 0rem 3rem 0rem 0rem;
    background: transparent;
    border: 1px solid var(--color-font);
}

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

.qa_list .qa_list_inner .a_ico {
    color: var(--color-background);
    background: var(--color-primary);
    line-height: 1;
    padding: 1.5rem 1rem 1.5rem 1rem;
    font-size: 2rem;
    border-right: 1px solid var(--color-font);
    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: var(--color-background);
    color: var(--color-font);
    line-height: 1;
    padding: 1.5rem 1rem 1.5rem 1rem;
    font-size: 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 var(--color-font);
}

.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: 1px solid var(--color-font);
    border-bottom: 1px solid var(--color-font);
    -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 1rem;
    }

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

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

@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;
    }
}

/* ------------- END  ABOUT --------------- */

/* -------------  PRICE --------------- */
.ttl-line {
    font-size: var(--rem20w);
    font-weight: bold;
    line-height: 1.2;
    border-left: 3px solid var(--color-primary);
    padding-left: 10px;
    margin-bottom: var(--px20);
}

.flexbox .googlemap {
    height: 100%;
}

/*--flow02--------------------------------------------*/

ul.flowlist02 {
    counter-reset: flow_list;
}

ul.flowlist02>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
    width: 100%;
    padding: var(--px60w) var(--px60);
    background: #ebebeb;
    position: relative;
    color: var(--color-background);
}

.flowlist02>li:not(:last-child) {
    margin-bottom: var(--px100w);
}

.flowlist02 .flow_img {
    width: 35%;
}

.post .flowlist02>li>dl {
    width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
    line-height: 1.8;
}

.flowlist02>li:not(:last-child) dl::before,
.flowlist02>li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: calc(100% + var(--px100w) / 3);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flowlist02>li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: var(--color-font);
}

.flowlist02>li:not(:last-child) dl::after {
    border-width: 20px;
}

.post .flowlist02>li>dl dt {
    position: relative;
    display: flex;
    align-items: center;
    font-size: var(--rem20w);
    font-weight: bold;
    padding: 0 0 1rem 0;
    margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
    border-bottom: dotted 1px;
}

.flowlist02>li dl dt .icon:before {
    content: counter(flow_list, decimal-leading-zero);
    counter-increment: flow_list;
    line-height: 1;
    color: var(--color-font);
    background: var(--color-background);
    font-size: var(--rem24w);
    font-family: var(--font-family03);
    padding: 5px 10px;
    margin-right: 10px;
    position: relative;
    z-index: 100;
    border-radius: 10px;
}

.post .flowlist02>li>dl dd {
    padding: 0;
}

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

    .post .flowlist02>li>dl,
    .flowlist02 .flow_img {
        width: 100%;
    }

    .flow_img::before {
        padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
    }
}

/* ------------- END  PRICE --------------- */

/* -------------  CUISINE --------------- */
.ttl-30 {
    font-size: var(--rem30w);
    font-weight: bold;
    letter-spacing: 0.3em;
    line-height: 1.4;
    font-family: var(--font-family04);
    padding: 6px 10px;
    border: 1px solid var(--color-font);
    text-align: center;
    margin-bottom: var(--px50);
}

/* 編集中table.table-alter tr:nth-child(odd) {
    background: var(--color-font);
} */

table.table-alter th, table.responsive th {
    width: 30%;
    font-weight: normal;
}

table.table-alter th,table.responsive th,
table.table-alter td,table.responsive td {
    background: transparent;
    border: none;
}

table.table-alter tr:nth-child(even) th,table.responsive tr:nth-child(even) th
table.table-alter tr:nth-child(even) td,table.responsive tr:nth-child(even) td {
    color: var(--color-font);
}

/* ------------- END  CUISINE --------------- */
@media print,
screen and (max-width: 900px) {
    .table-container {
        overflow: auto;
        position: relative;
        z-index: 10;
    }

    table.table-col {
        width: 800px;
    }
}

@media print,
screen and (max-width: 600px) {
    ul.col3-list li {
        width: 100%;
    }

    ul.flowlist02>li {
        padding: var(--px60w) var(--px30);
    }
}

/* -------------   CONTACT --------------- */
.wpcf7-form .must {
    background: #e80303;
}

/*-----------------------------
cta02_col2_max1240
------------------------------*/
.cta02 {
    background: var(--color-background);
    position: relative;
    z-index: 0;
    padding: var(--px120) 0 20px;
}

.cta02::before,
.cta02::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 73%;
    top: 0;
    left: 0;
}

.cta02::before {
    background: url(/wp-content/uploads/cta-bg.png) no-repeat center/cover;
}

.cta02::after {
    background: #000;
    opacity: 0.6;
}

.contact-txt {
    font-family: var(--font-family02);
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.8;
}

.cta02 .cta02_wrap {
    max-width: 1240px;
    width: 90%;
    margin: 0 auto;
    background: transparent;
    padding: 0;
    position: relative;
    z-index: 10;
}

.cta02 .ctabtnlist {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: var(--px50) auto 0 auto;
}

.cta02 .ctabtnlist li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
}

.cta02 .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px30);
    text-align: center;
    box-sizing: border-box;
    color: var(--color-background);
    background: rgb(255 255 255 / 80%);
    border: 1px solid var(--color-background);
    border-radius: 0;
    transition: all ease 0.15s;
}

.cta02 .item:hover {
    opacity: 0.8;
}

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

    .cta02 .ctabtnlist li,
    .cta02 .ctabtnlist .item {
        width: 100%;
    }

    .cta02 .ctabtnlist li+li {
        margin-top: 1rem;
    }
}

/*ボタン共通パーツ*/

.cta02 .infotxt {
    font-size: var(--rem14);
    font-weight: 500;
}

.cta02 .btnttl {
    display: block;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 1.4;
    font-size: var(--rem18);
}

.cta02 .telbtn .infotxt {
    font-weight: normal;
    font-size: calc(var(--rem16) - 1px);
}

.cta02 .telbtn .btnttl {
    letter-spacing: 0.05em;
}

/*電話ボタン*/

.cta02 .telnum {
    font-size: var(--rem28w);
    margin-bottom: 1rem;
    font-weight: 500;
    font-family: var(--font-family03);
}

/*メールボタン*/

.cta02 .mailarea.item {
    background: rgb(255 255 255 / 80%);
}

.cta02 a.mailbtn {
    background: #111;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 400px;
    width: 90%;
    border-radius: 50vh;
    padding: 20px;
    margin: 0 0 1rem 0;
}

.cta02 a.mailbtn {
    background: var(--color-background);
    color: var(--color-font);
    font-size: 1.8rem;
    font-weight: bold;
}

/*ボタンアイコン*/

.cta02 a.mailbtn::before,
.cta02 .telnum::before {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 1rem;
}

.cta02 .telnum::before {
    content: "\f3cd";
    font-size: var(--rem24w);
}

/* ------------- END  CONTACT --------------- */

/* ---------- NEWS --------------- */
#front_bottom_content {
    background: var(--color-background);
}

.postlist .post_text {
    padding: var(--px30) 0;
}

.postlist li:first-child {
    border-top: 1px solid var(--color-table-border);
}

.postlist li {
    border-bottom: 1px solid var(--color-table-border);
}

.postlist .time {
    background: var(--color-primary);
    font-size: calc(var(--rem12) + 1px);
    font-family: var(--font-family03);
    font-weight: 500;
    letter-spacing: 0.05em;
}

.postlist .time a {
    color: var(--color-background);
}

.postlist .ttls a {
    line-height: 2;
    font-size: var(--rem16);
    font-family: var(--font-family02);
    font-weight: 500;
}

.postlist .date {
    line-height: 2;
    font-size: var(--rem16);
    font-family: var(--font-family02);
}

/* ---------- END NEWS --------------- */

/* ------------- FOOTER ------------- */
#footer {
    padding: var(--px40) 0 var(--px60);
}

#footer .footer__logo:not(:last-child) {
    margin-bottom: var(--px40);
}

#footer .footer__logo img {
    max-width: 124px;
    max-height: 204px;
}

#footer .socialicon ul li:nth-child(1) {
    order: 3;
}

#footer .socialicon .fa-facebook:before {
    content: "\f082";
}

/* ------------- FOOTER ------------- */
a#scrollUp {
    background: var(--color-background);
    border: 1px solid var(--color-font);
}

h1.title,
#breadcrumb ul li,
#breadcrumb ul li a,
a,
a:hover,
.post h4 {
    color: var(--color-font);
}


@media print,
screen and (max-width: 600px) {
    #home-about>div>div>div.w30.txt_c>img {
        width: 60%;
    }
}




table.table-alter th, table.responsive th{
    border-bottom: 2px solid #fff;
}

table.table-alter td ,table.responsive td{
    border-bottom: 1px solid #fff;
}

@media print,
screen and (max-width: 600px) {
    table.table-alter th,table.responsive th {
        border-bottom: none;
    }
}

/* 20260428 */

@media print, screen and (min-width: 1024px) {
	nav#mainNav ul li a {
		border-bottom: 2px solid transparent;
	}
	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;
		
	}
	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 a:active span, nav#mainNav ul li a:hover span, nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li.current-menu-parent a span {
		color: var(--header-color-font);
		
	}
}

ul.home-link li {
	padding: var(--px60) var(--px40);
}