@charset "UTF-8";


@font-face {
    font-family: " notoSansJP ";
    font-weight: 400;
    src: url("../fonts/NotoSansJP-Regular.ttf") format("woff"), url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}

@font-face {
    font-family: " notoSansJP ";
    font-weight: 500;
    src: url("../fonts/NotoSansJP-Medium.ttf") format("woff"), url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
}

@font-face {
    font-family: " notoSansJP ";
    font-weight: 700;
    src: url("../fonts/NotoSansJP-Bold.ttf") format("woff"), url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}

@font-face {
    font-family: " lato ";
    font-weight: 700;
    src: url("../fonts/Lato-Bold.ttf") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
}

@font-face {
    font-family: " lato ";
    font-weight: 300;
    src: url("../fonts/Lato-Light.ttf") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype");
}

@font-face {
    font-family: " lucida ";
    font-weight: 500;
    src: url("../fonts/lucida-handwriting-std.TTF") format("truetype");
}

body {
    color: #333;
    font-family: " notoSansJP ", sans-serif;
}

.u-mobile {
    display: none;
}

html::-webkit-scrollbar {
    /* display: none; */
}


html {
    font-size: 16px;
}

a {
    -webkit-text-decoration: none;
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
    padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
    line-height: 1.5;
    min-height: 100vh;
    text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
    list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

article>*+* {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
    font: inherit;
}

/* Blur images when they have no alt attribute */

/* img:not([alt]) {
    filter: blur(10px);
} */


input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

textarea {
    border: 1px solid #acacac;
    width: 100%;
    height: 140px;
    resize: vertical;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

table {
    border-collapse: collapse;
    word-break: break-all;
    table-layout: fixed;
}

.l-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 900;
}

.l-inner-column {
    margin-left: auto;
    margin-right: auto;
    max-width: 78.125rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
}


.l-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 96.875rem;
    padding-left: 10.9375rem;
    padding-right: 10.9375rem;
    width: 100%;
}


.c-reservation-button {
    background-color: #a3bcc5;
    border-radius: 0.625rem;
    color: #fff;
    display: inline-block;
    font-size: 1.375rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    line-height: 1;
    max-width: 37.5rem;
    padding: 2.4375rem;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.3s, color 0.3s, outline 0.3s;
    width: 100%;
}

.c-reservation-button:hover {
    background-color: #fff;
    color: #a3bcc5;
    outline: 2px solid #a3bcc5;
}

.c-reservation-button.c-reservation-button--top {
    max-width: 23.9375rem;
    padding: 1.5rem;
}

@media screen and (max-width: 768px) {
    .c-reservation-button.c-reservation-button--top {
        padding: 1rem;
        max-width: 17.6875rem;
    }
}

.p-common-mv {
    background-color: #FAF8F4;
    height: 15rem;
    margin-top: 4.375rem;
    width: 100%;
}

.p-common-mv__inner {
    height: inherit;
    position: relative;
    width: 100%;
}

.p-common-mv__img {
    height: inherit;
    margin-left: auto;
    opacity: 0.6;
    position: relative;
    width: 100%;
}

.p-common-mv__img img {
    -o-object-fit: cover;
    aspect-ratio: 1920/240;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.p-common-mv__title-wrap {
    left: 18.4896%;
    position: absolute;
    top: 41.667%;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 10;
}

.p-common-mv__title {
    color: #c4bdae;
    font-family: " lato ", sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 0.8;
    opacity: 0.5;
    text-align: center;
    text-transform: uppercase;
}

.p-common-mv__title-sub {
    color: #c4bdae;
    font-size: 1.125rem;
    font-weight: 400;
    opacity: 0.5;
    padding-left: 0.625rem;
}


.p-footer {
    overflow-x: hidden;
    padding: 1.5625rem 0 0;
}

.p-footer__inner {
    margin: auto;
    max-width: 78.125rem;
    padding: 0 1.5625rem;
    width: 100%;
}

.p-footer__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.p-footer__right {
    max-width: 28.875rem;
    width: 100%;
}

.p-footer__nav {
    display: flex;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1;
    padding-top: 5.625rem;
}

.p-footer__nav-top a {
    display: block;
    padding: 0.625rem 1.25rem 0.75rem 0;
}

.p-footer__nav-items {
    display: flex;
}

.p-footer__nav-text {
    padding: 0.625rem 1.25rem 0.9375rem;
}

.p-footer__nav-item a {
    display: block;
    line-height: 1;
    padding: 0.5625rem 1.4375rem;
    position: relative;
}

.p-footer__nav-link a {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.5rem 1.25rem 0.5rem 2.625rem;
}


.p-footer__left {
    margin-top: 0;
    max-width: 47.125rem;
}

.p-footer__logo {
    max-width: 19.25rem;
    width: 100%;
}

.p-footer__logo a {
    display: block;
    padding: 0.9375rem 0;
}

.p-footer__logo img {
    -o-object-fit: contain;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.p-footer__content {
    padding-left: 0.625rem;
}

.p-footer__address {
    font-family: " notoSansJP ", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5;
}

.p-footer__list {
    margin-top: 2.875rem;
}

.p-footer__item+.p-footer__item {
    margin-top: 1.5625rem;
}

.p-footer__title {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
}

.p-footer__text,
.p-footer__title-link,
.p-footer__text-link {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.8666666667;
}

.p-footer__title-link a,
.p-footer__text-link a {
    -webkit-text-decoration: underline;
    color: #1d52aa;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.p-footer__text {
    font-family: " notoSansJP ", sans-serif;
    margin-top: 0.625rem;
}

.p-footer__copyright {
    background-color: #a3bcc5;
    color: #fff;
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    line-height: 1;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 1.1875rem;
    padding: 1.125rem;
    text-align: right;
    text-align: center;
}

.p-header {
    height: 4.375rem;
}

.p-header.change-color {
    background-color: #fff;
    transition: background-color 0.3s;
}

.p-header__inner {
    display: flex;
    height: inherit;
    justify-content: space-between;
    padding-left: 1.5625rem;
}

.p-header__logo {
    height: 10rem;
    max-width: 4.6875rem;
    width: 100%;
}

.p-header__logo a {
    align-items: center;
    display: flex;
    height: inherit;
    padding-top: 0.625rem;
}

.p-header__logo img {
    -o-object-fit: contain;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.p-header__nav {
    height: inherit;
}

.p-header__nav-items {
    display: flex;
    height: inherit;
}

.p-header__nav-item {
    height: inherit;
}

.p-header__nav-item.p-header__nav-item--drop-menu {
    position: relative;
}

.p-header__nav-item.p-header__nav-item--drop-menu>a {
    padding-right: 0.9375rem;
    position: relative;
}

.p-header__nav-item.p-header__nav-item--drop-menu>a::after {
    background-image: url("../images/common/menu-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 0.375rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.625rem;
}


.p-header__drop-menu-list {
    background-color: #d1baa0;
    display: inline-block;
    left: 0;
    opacity: 0;
    outline: none;
    overflow: hidden;
    padding: 0.625rem 0;
    position: absolute;
    top: 100%;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: hidden;
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
}

.p-header__drop-menu-list::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
}

.p-header__nav-item.p-header__nav-item--drop-menu:hover .p-header__drop-menu-list {
    opacity: 1;
    visibility: visible;
}

.p-header__nav-item a {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 0.8125rem;
    font-weight: 500;
    height: inherit;
    line-height: 1;
    padding: 0.375rem 0.625rem;
    text-transform: uppercase;
}

.p-header__nav-item.p-header__nav-item--drop-menu>a {
    padding-right: 0.9375rem;
    position: relative;
}

.p-header__nav-item.p-header__nav-item--drop-menu>a::after {
    background-image: url(../img/menu-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 0.375rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.625rem;
}

.p-header__nav-item.p-header__nav-item--mail a {
    background-color: #8dadb9;
    border: 1px solid #8dadb9;
    color: #fff;
    height: inherit;
    letter-spacing: 0.15em;
    padding: 0.625rem 0.5625rem;
    position: relative;
    transition: color 0.3s, background-color 0.3s, border 0.3s;
}

.p-header__nav-item.p-header__nav-item--mail a:hover {
    background-color: #fff;
    border: 1px solid #8dadb9;
    color: #8dadb9;
    opacity: 1;
}

.p-header__nav-item.p-header__nav-item--mail a::before {
    -webkit-mask-image: url(../img/mail-icon.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 0.9375rem;
    margin-right: 0.625rem;
    mask-image: url(../img/mail-icon.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    width: 1.3125rem;
}

.p-header__nav-item.p-header__nav-item--mail a:hover::before {
    background-color: #8dadb9;
}

.p-header__hamburger {
    border: none;
    cursor: pointer;
    display: none;
    height: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    transition: 0.3s;
    width: 1.6875rem;
    z-index: 999;
}

.p-header__hamburger.is-open {
    background-color: transparent;
}

.p-header__hamburger span {
    background-color: #C1996C;
    display: block;
    height: 3px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    transition: 0.5s;
    width: 1.6875rem;
}

.p-header__hamburger span:nth-of-type(1) {
    top: -0.3125rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
    top: 0.25rem;
    transform: translateX(-50%) rotate(45deg);
}

.p-header__hamburger span:nth-of-type(2) {
    top: 0;
}

.p-header__hamburger.is-open span:nth-of-type(2) {
    opacity: 0;
}

.p-header__hamburger span:nth-of-type(3) {
    top: 0.3125rem;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
    top: -0.1875rem;
    transform: translateX(-50%) rotate(-45deg);
}


.p-header__drawer {
    background-color: #eae6de;
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.45);
    height: 100dvh;
    overflow-y: scroll;
    padding: 2.75rem 0.9375rem;
    position: absolute;
    right: -120%;
    scrollbar-width: none;
    top: 0;
    transition: 0.6s;
    width: 75.333%;
    z-index: 900;
}

.p-header__drawer.is-open {
    right: 0;
}

.p-header__drawer-item a {
    border-bottom: 1px solid #C1996C;
    color: #C1996C;
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 0.8125rem 0 0.625rem 0.625rem;
    text-align: left;
    text-transform: uppercase;
}

.p-header__drawer-item.p-header__drawer-item--right a {
    padding-left: 1.4375rem;
}

.p-header__drawer-bg {
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    height: 100vh;
    position: absolute;
    right: 0;
    scrollbar-width: none;
    top: 0;
    transition: 0.6s;
    width: 100%;
    z-index: 899;
}

.p-header__drawer-button {
    margin-top: 1.3125rem;
}

.breadcrumb-wrap {
    font-size: 0.875rem;
    max-width: 55.8125rem;
    margin-top: 0.9375rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
}

section:has(.front) .breadcrumb-wrap {
    max-width: 78.125rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;

}

.p-breadcrumb {
    overflow-x: auto;
    scrollbar-width: thin;
}

.breadcrumb__inner {
    display: flex;
    align-items: center;
    gap: 3px;
}

.breadcrumb__inner span {
    white-space: nowrap
}

@media (hover: hover) {

    a:hover {
        opacity: 0.7;
    }

}

@media (max-width: 1200px) {

    html {
        font-size: 1.3333333333vw;
    }

}

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

    .p-common-mv {
        margin-top: 2.5rem;
    }

    .p-header {
        height: 3.125rem;
    }

    .p-header__inner {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .p-header__logo {
        height: 2.8125rem;
        max-width: 2.4375rem;
    }

    .p-header__logo a {
        padding-top: 0.25rem;
    }

    .p-header__logo img {
        -o-object-fit: cover;
        -o-object-position: top;
        object-fit: cover;
        object-position: top;
    }

    .p-header__nav {
        display: none;
    }

    .p-header__hamburger {
        display: block;
    }

}

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

    .u-desktop {
        display: none;
    }

    .u-mobile {
        display: block;
    }

    html {
        font-size: 16px;
    }

    a[href^="tel:"] {
        pointer-events: none;
    }

    .l-inner-column {
        max-width: 37.5rem;
        padding-left: 2.8125rem;
        padding-right: 2.8125rem;
    }

    .l-inner {
        max-width: 37.5rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .c-reservation-button {
        font-feature-settings: "palt";
        font-size: 0.9375rem;
        max-width: 18.75rem;
        padding: 1.125rem 0.5625rem;
    }


    .breadcrumb-wrap {
        font-size: 0.625rem;
        left: 0;
        margin-top: 14px;
        position: absolute;
        top: 2.9375rem;
        max-width: 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }


    .p-common-mv {
        height: 8.125rem;
        position: relative;
    }

    .p-common-mv__img img {
        -o-object-position: 70% 0;
        aspect-ratio: 750/240;
        object-position: 70% 0;
    }


    .p-common-mv__title-wrap {
        bottom: -3.1875rem;
        left: 50%;
        top: auto;
        transform: translateX(-50%);
    }

    .p-common-mv__title-wrap::after {
        background-color: #D3CDBD;
        bottom: -3.4375rem;
        content: "";
        height: 2.5625rem;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 1px;
    }

    .p-common-mv__title {
        color: #D3CDBD;
        font-size: 3.0625rem;
        opacity: 1;
        white-space: nowrap;
    }


    .p-common-mv__title-sub {
        color: #D3CDBD;
        font-size: 0.875rem;
        margin-top: 0.75rem;
        opacity: 1;
        padding-left: 0;
        text-align: center;
    }

    .p-footer {
        padding: 0;
    }

    .p-footer__inner {
        max-width: 39.375rem;
        padding: 0 0.9375rem;
    }

    .p-footer__wrap {
        flex-direction: column-reverse;
    }

    .p-footer__nav {
        font-size: 0.8125rem;
        margin-top: 0.625rem;
        padding-top: 0;
    }

    .p-footer__nav-text {
        padding: 0.625rem 1.25rem 0.625rem;
        padding-left: 0;
    }

    .p-footer__nav-item a {
        padding: 0.625rem 0.9375rem;
        padding-left: 0;
    }

    .p-footer__nav-link a {
        font-size: 0.8125rem;
        padding: 0.625rem 1.25rem 0.625rem 0.6875rem;
    }

    .p-footer__logo {
        max-width: 11.625rem;
    }

    .p-footer__logo a {
        padding: 1.375rem 0 0.8125rem;
    }

    .p-footer__content {
        padding-left: 0;
    }

    .p-footer__list {
        margin-top: 1.8125rem;
    }

    .p-footer__item+.p-footer__item {
        margin-top: 2.1875rem;
    }

    .p-footer__title {
        font-size: 0.75rem;
    }

    .p-footer__title-link {
        margin-top: 0.75rem;
    }

    .p-footer__text-link {
        line-height: 1.5;
        margin-top: 0.9375rem;
    }

    .p-footer__text {
        font-feature-settings: "palt";
        line-height: 1.4;
        margin-top: 0.3125rem;
    }

    .p-footer__copyright {
        margin-top: 1.25rem;
        padding: 0.625rem;
    }


}

@media (max-width: 375px) {

    html {
        font-size: 4.2666666667vw;
    }

}

@keyframes maskImg {

    0% {
        -webkit-mask-position: 200% 0%;
        mask-position: 200% 0%;
    }

    100% {
        -webkit-mask-position: 0% 0%;
        mask-position: 0% 0%;
    }

}

@keyframes shine {

    100% {
        left: 125%;
    }

}



@media screen and (max-width: 768px) {
    .p-page-error__heading {
        display: none;
    }
}

.p-page-error__heading-main {
    font-size: 6.8125rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #c4bdae;
    opacity: 0.5;
    text-align: center;
}

.p-page-error__heading-sub {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #c4bdae;
    opacity: 0.5;
    text-align: center;
}

.p-page-error__text-wrap {
    margin-top: 3rem;
}

.p-page-error__text {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-page-error__text {
        font-size: 0.8125rem;
    }
}

.p-page-error__text+.p-page-error__text {
    margin-top: 1.25rem;
}

.p-page-error__button {
    margin-top: 4.875rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-page-error__button {
        margin-top: 2.625rem;
    }
}





/* 追加 */
main {
    margin-top: 90px;
}

main:has(.p-common-mv) {
    margin-top: 0;
}

@media screen and (max-width: 1100px) {
    main {
        margin-top: 5rem;
    }
}

section {
    font-size: 16px;
    margin-top: 54px;
}

.contents {
    margin: 0 auto 60px;
    max-width: 55.8125rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
}


.p-post-article__title {
    color: #535D64;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}

.front .p-post-article__title {
    color: #8dadb9;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    font-family: " notoSansJP ", sans-serif;
}

.p-post-article__info {
    color: #6C6C6C;
    display: flex;
    align-items: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0.9375rem;
}

.p-post-article__update-date,
.p-post-article__post-date {
    padding-left: 2.2em;
    position: relative;
}

.p-post-article__update-date::before,
.p-post-article__post-date::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 0.9375rem;
    left: 5%;
    position: absolute;
    top: 9%;
    width: 0.9375rem;
}

.p-post-article__update-date::before {
    background-image: url(../img/update.png);
}

.p-post-article__post-date::before {
    background-image: url(../img/publish.png);
}

.pr-mark {
    display: inline-block;
    margin-left: 10px;
    padding: 3px 8px;
    font-size: 12px;
    border: 1px solid #6C6C6C;
}

.p-post-article__img {
    margin-top: 1.5625rem;
}

.article {
    margin-top: 1.5625rem;
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
}

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

.article * {
    letter-spacing: 0.04em;
}

.article p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 26px;
}

.article p:has(+p) {
    margin-bottom: 16px;
}

/* パーツ */
.article a {
    color: #1A0DAB;
    text-decoration: underline;
}

.article a:hover {
    opacity: .6;
}

.article h2 {
    color: #c4bdae;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 4rem auto 2rem;
}

.article h3 {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #a3bcc5;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 3.4rem 0 1.2rem;
}

.article h3::after {
    background-color: #a3bcc5;
    content: "";
    flex-grow: 1;
    height: 1px;
}

.article h4 {
    background-color: #8dadb9;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 6px 14px;
    margin: 1.8rem 0 1.16rem;
}

.article h2:has(+ h3),
.article h3:has(+ h4) {
    margin-bottom: 0;
}

.article h2+h3,
.article h3+h4 {
    margin-top: 1.2rem;
}

.subTitle {
    font-size: 18px;
    font-weight: 600;
    color: #B89D92;
    padding-bottom: 10px;
    border-bottom: 1px solid #B89D92;
    margin: 2.2rem 0 1rem;
}

.pink,
.red {
    color: #c07e83;
    font-weight: bold;
}

.blue {
    color: #8dadb9;
    font-weight: bold;
}

.caution {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 30px;
}

.article *:has(+.caution) {
    margin-bottom: 4px;
}

.article p .caution,
.article li .caution,
.article th .caution {
    display: inline-block;
    margin-bottom: 0;
}

.bold {
    font-weight: bold;
}

.marker {
    background: linear-gradient(transparent 70%, #F6ECCF 70%);
    font-weight: bold;
}

.table {
    width: 100%;
    margin-bottom: 26px;
}

.table,
.table td,
.table th {
    box-sizing: border-box;
    border: 2px solid #DCDCDC;
}

.table thead {
    background: #8DADBA;
    color: #fff;
}

.table thead a {
    color: #fff;
}

.table thead th,
.table tbody th {
    font-weight: bold;
    text-align: center;
}

.table tbody th {
    background: #E3EBED;
}

.table th,
.table td {
    padding: 14px;
    text-align: center;
}

.table ul:not([class]),
.table ol:not([class]),
.table .checkList {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.table ul:not([class]) li,
.table ol:not([class]) li,
.table .checkList li {
    text-align: left;
}

.article .table td>:last-child {
    margin-bottom: 0;
}

.table img {
    margin: 0 auto;
}

.table-logo {
    margin-bottom: 10px;
}


.table .c-btn a,
.table .c-btn01 a,
.table .c-btn02 a {
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    min-width: auto;
}


.normalBox {
    background: #FAF8F4;
    padding: 26px;
    margin-bottom: 26px;
}

.normalBox:has(+.normalBox) {
    margin-bottom: 12px;
}

.article .normalBox>:last-child {
    margin-bottom: 0;
}

.article .normalBox>:first-child {
    margin-top: 0;
}

.box-ttl {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
}

.box-ttl:has(.num-c) {
    position: relative;
    padding-left: 40px;
}

.num-c {
    position: absolute;
    left: 0;
    top: -0.1em;
    font-weight: bold;
    font-size: 18px;
    width: 32px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: #8DADBA;
    color: #fff;
}

.checkBox {
    margin-bottom: 26px;
    background: #E3EBED;
    padding: 24px 40px 30px;
}

.article .checkBox>:last-child {
    margin-bottom: 0;
}

.checkBox-title,
.checkBox-title p {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #8DADBA;
    margin-bottom: 16px;
}

.checkBox-title br {
    display: none;
}

.checkBox-list {
    background: #fff;
    column-count: 2;
    column-gap: 2rem;
    padding: 2.5rem;
    margin-top: 0;
}

.checkBox-list li {
    position: relative;
    margin-bottom: 0.375rem;
    width: 100%;
    padding-left: 1.2em;
    break-inside: avoid;
}

.checkBox-list li::before {
    position: absolute;
    top: .3em;
    left: 0;
    display: inline-block;
    content: "";
    width: .8em;
    height: .8em;
    background: url(../img/checkList-icon.svg) center center / contain no-repeat;
}

.article ul:not([class]) {
    margin-bottom: 26px;
    line-height: 1.6;
}

.article ul:not([class]) li {
    position: relative;
    padding-left: 1.2em;
}

.article ul:not([class]) li+li {
    margin-top: 10px;
}

.article ul:not([class]) li::before {
    content: "";
    position: absolute;
    display: block;
    background: #B6B6B6;
    width: .6em;
    aspect-ratio: 1 / 1;
    top: 0.5em;
    left: 2px;
    border-radius: 50%;
}

.article ol:not([class]) {
    list-style-type: decimal;
    padding: 0 0 0 20px;
    margin-bottom: 26px;
    line-height: 1.6;
}

.article ol:not([class]) li+li {
    margin-top: 10px;
}

.checkList {
    margin-bottom: 26px;
}

.checkList li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 1.4em;
}

.checkList li::before {
    position: absolute;
    left: 0;
    top: .2em;
    content: '';
    display: block;
    width: 1em;
    aspect-ratio: 1 / 1;
    background: url(../img/checkList-icon.svg) center center / contain no-repeat;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 26px;
}

.grid img {
    width: 100%;
    height: auto;
}

.float {
    margin-bottom: 26px;
}

.float img {
    float: left;
    max-width: 48%;
    margin: 0 14px 10px 0;
}

.float-txt::after {
    content: "";
    display: table;
    clear: both;
}

.article .flex-txt>:first-child,
.article .float-txt>:first-child {
    margin-top: 0;
}

.article .flex-txt>:last-child,
.article .float-txt>:last-child {
    margin-bottom: 0;
}

.arrow-down {
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    aspect-ratio: 1 / cos(55deg);
    width: 50px;
    margin: 26px auto;
    background-color: #8DADBA;
}

.full-img {
    width: 100%;
    margin-bottom: 26px;
}

.full-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.quoteBox {
    position: relative;
    padding: 60px 26px 26px 26px;
    margin-bottom: 26px;
    box-sizing: border-box;
    font-style: italic;
    background: #f4f4f4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

.quoteBox:before {
    position: absolute;
    top: 20px;
    left: 15px;
    content: "";
    display: block;
    width: 26px;
    aspect-ratio: 1 / 1;
    background: url(../img/quote.png) center center / contain no-repeat;
    transform: rotate(180deg);
}

.quoteBox .full-img {
    margin-bottom: 16px;
}

.article .quoteBox>:last-child {
    margin-bottom: 0;
}

.fukidashi {
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #C1996C;
    border-radius: 0.1875rem;
    color: #C1996C;
    display: block;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    margin: 30px auto 26px;
    width: fit-content;
    min-width: 45%;
}

.fukidashi::before {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #C1996C;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

.fukidashi::after {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #fff;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
}

.matomeBox {
    margin-bottom: 26px;
    background: rgba(163, 188, 197, 0.3);
    padding: 26px;
}

.matomeBox-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.matomeBox-title::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #8dadb9;
}

.article .matomeBox>:first-child,
.article .matomeBox-innner>:first-child,
.article .matomeBox-inner>:first-child {
    margin-top: 0;
}


.article .matomeBox>:last-child,
.article .matomeBox-innner>:last-child,
.article .matomeBox-inner>:last-child {
    margin-bottom: 0;
}

.surveyBox {
    padding: 26px;
    box-sizing: border-box;
    margin-bottom: 26px;
    background: #f4f4f4;
}

.article .surveyBox>:last-child {
    margin-bottom: 0;
}

.surveyBox-title {
    font-size: 18px;
    text-align: center;
    position: relative;
    margin-bottom: 26px;
    font-weight: bold;
    color: #8DADBA;
    padding-bottom: 12px;
    border-bottom: 2px dashed #8DADBA;
    letter-spacing: 0.1em;
}

.hosokuBox {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
    border-top: 3px solid #8DADBA;
    padding: 26px;
    margin-bottom: 26px;
    background: #f4f4f4;
    font-size: 14px;
}

.hosokuBox-title {
    position: relative;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
    padding-left: 20px;
}

.hosokuBox-title::before {
    position: absolute;
    top: .3em;
    left: 0;
    content: "";
    display: block;
    background: #8DADBA;
    width: 13px;
    aspect-ratio: 1 / 1;
}

.article .hosokuBox-txt>:last-child {
    margin-bottom: 0;
}

.c-btn,
.c-btn01,
.c-btn02 {
    width: 100%;
}

.c-btn a,
.c-btn01 a,
.c-btn02 a {
    display: block;
    width: fit-content;
    max-width: 100%;
    min-width: 300px;
    font-size: 18px;
    letter-spacing: 0.1em;
    padding: 16px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    margin: 26px auto 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    box-shadow: inset 0 -8px 5px -5px rgba(0, 0, 0, 0.6);
}

.c-btn01 a {
    background: #8DADBA;
}

.c-btn a,
.c-btn02 a {
    background: #cd7075;
}

.taglist {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 26px;
}

.taglist .tag {
    background: #FAF8F4;
    border-radius: 4px;
    border: 1px solid #b99d93;
    color: #545657;
    font-size: 12px;
    display: inline-block;
    padding: 8px 14px;
    margin-bottom: 0;
    min-width: 60px;
    text-align: center;
}

.tag.on {
    background: #d3cdbd;
    color: #fff;
    font-weight: bold;
}

.scrolltable {
    overflow-x: auto;
    margin-bottom: 26px;
}

.scrolltable .table {
    width: 110%;
    margin-right: 2px;
    margin-bottom: 0;
    table-layout: fixed;
}

.scrolltable .table th,
.scrolltable .table td {
    text-align: center;
}


.scrolltable .table thead th {
    width: 220px;
}

.scrolltable .table thead th:first-of-type {
    width: 180px;
}


.stickytable-top thead {
    position: sticky;
    top: 4.375rem;
    left: 0;
    z-index: 10;
    color: #fff;
}

@media screen and (max-width: 1100px) {
    .stickytable-top thead {
        top: 3rem;
    }
}

.stickytable-top thead th:not(:last-of-type) {
    position: relative;
}

.stickytable-top thead th:not(:last-of-type):after {
    position: absolute;
    top: 0;
    right: -1px;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #D1D9E6;
}

.scrolltable .stickytable-left {
    min-width: 110%;
}

.stickytable-left {
    will-change: transform;
}

.stickytable-left thead th {
    background: #E3EBED;
    min-width: 160px;
    color: #1E2533;
}

.stickytable-left tbody th,
.stickytable-left thead th:first-child {
    position: sticky;
    top: 0;
    left: 0;
    background: #8DADBA;
    z-index: 1;
    color: #fff;
}

.stickytable-left tbody th::before,
.stickytable-left thead th:first-child::before {
    position: absolute;
    top: 0;
    left: -1px;
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #D1D9E6;
}

.scrolltable .stickytable-left thead th {
    width: 196px;
}

.stickytable-left tbody th a,
.stickytable-left thead th:first-child a {
    color: #fff;
}

.jumplist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 26px;
}

li.jump {
    text-align: center;
    margin-bottom: 0;
}

.jumplist a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px 34px 20px 24px;
    color: #333333;
    background: #E3EBED;
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    transition: .4s;
}

.jumplist a:after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid #8dadb9;
    border-right: 2px solid #8dadb9;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: .4s;
}

.jumplist a:hover {
    background: #8dadb9;
    color: #fff;
    opacity: 1;
}

.jumplist a:hover::after {
    border-color: #fff;
}

.numlist {
    counter-reset: number 0;
    margin-bottom: 1.5rem;
}

.numlist p {
    margin-bottom: 8px;
}

.numlist .numlist-title {
    position: relative;
    padding-left: 3.6em;
    margin: 1.8rem 0 0.6rem;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.1em;
}

.numlist-num {
    position: absolute;
    top: 0.8em;
    left: 6px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.numlist-num::before {
    content: counter(number);
    counter-increment: number 1;
    color: #8DADBA;
    font-size: 20px;
}

.numlist-num::after {
    content: "";
    width: 1.2em;
    height: 2px;
    background: #D1D9E6;
    position: absolute;
    left: 1.5rem;
    top: 50%;
}

.article .numlist-block>:last-child {
    margin-bottom: 0;
}

.picup,
.pickup {
    font-size: 20px;
    border-left: 4px solid #B89D92;
    padding: 8px 0 8px 16px;
    font-weight: bold;
    margin: 30px 0 14px;
    color: #B89D92;
}

.picup span,
.pickup span {
    font-size: 14px;
    display: block;
    font-weight: normal;
    color: #333333;
}

.ranking-i {
    margin-bottom: 26px;
}

.ranking {
    font-size: 20px;
    font-weight: bold;
    color: #B89D92;
    font-weight: bold;
}


.ranking-catch {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}

.ranking-icon-block {
    position: relative;
    font-size: 20px;
    border-left: 4px solid #B89D92;
    padding: 8px 0 8px 74px;
    font-weight: bold;
    margin: 30px 0 14px;
}

.ranking-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    background: url(../img/rank-04.svg) center center / contain no-repeat;
    width: 40px;
    aspect-ratio: 1 / 1;
}

.ranking-icon-block .ranking-icon_01 {
    background: url(../img/rank-01.svg) center center / contain no-repeat;
}

.ranking-icon-block .ranking-icon_02 {
    background: url(../img/rank-02.svg) center center / contain no-repeat;
}

.ranking-icon-block .ranking-icon_03 {
    background: url(../img/rank-03.svg) center center / contain no-repeat;
}

.flow-wrap {
    margin-bottom: 26px;
    counter-reset: number 0;
}

.flow {
    position: relative;
    padding: 26px;
    box-sizing: border-box;
    background: #FAF8F4;
    margin-bottom: 50px;
}

.flow-wrap .flow:not(:last-of-type)::after {
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    aspect-ratio: 1 / cos(55deg);
    width: 50px;
    background-color: #8DADBA;
}


.flow-wrap .flow:last-of-type {
    margin-bottom: 0;
}

.flow-text>:last-child {
    margin-bottom: 0;
}

.article .flow-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
    border-bottom: 1px solid #8DADBA;
    padding: 0 0 14px 40px;
}

.article .flow-title p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.flow-num {
    display: block;
    font-family: " lucida ", sans-serif;
    font-weight: normal;
    color: #8DADBA;
    width: fit-content;
    transform: rotate(-13deg);
    margin-left: -40px;
}

.flow-num::before {
    content: "Flow";
    font-size: 30px;
}


.flow-num::after {
    content: counter(number);
    counter-increment: number 1;
    letter-spacing: 0em;
    font-size: 38px;
}

.flow-text p {
    margin-bottom: 8px;
}

.relatedpost {
    margin: 40px 0;
}

.article .relatedpost-title {
    background: #8DADBA;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
}

.relatedpost-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 12px;
}

.relatedpost-post .image_wrap {
    width: 100%;
    margin-bottom: 8px;
}

.relatedpost-post .image_wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.relatedpost-post .relatedpost-post-ttl {
    margin-bottom: 0;
    font-size: 14px;
}

.faq_wrap {
    margin-bottom: 26px;
}

.faq {}

.faqQ {
    border-bottom: 1px solid #e2dbd4;
    cursor: pointer;
    letter-spacing: 0.18em;
    padding: 18px 56px 18px 40px;
    position: relative;
}

.faqQ,
.faqQ p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

.faqQ::before {
    content: "Q";
    position: absolute;
    left: 0px;
    top: .3em;
    color: #a3bcc5;
    display: inline-block;
    font-family: " lato ", sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.faqQ::after {
    background: url(../img/faq-arrow.svg) center center / contain no-repeat;
    content: "";
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transition: 0.3s;
    width: 24px;
}

.faqQ.action::after {
    transform: translateY(-50%) rotate(180deg);
}

.article .faqQ p {
    margin-bottom: 0;
}


.faqA {
    position: relative;
    display: none;
    font-feature-settings: "palt";
    background-color: #e2dbd4;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.18em;
    line-height: 1.4;
    margin-top: 1.1875rem;
    padding: 2rem 1.875rem 2.375rem 60px;
    background: #faf8f4;
}

.faqA::before {
    position: absolute;
    top: .7em;
    left: .7em;
    content: "A";
    color: #b99d93;
    display: inline-block;
    font-family: " lato ", sans-serif;
    font-size: 30px;
    font-weight: 700;
}

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

.search-container table {
    max-width: 100%;
    word-break: break-all;
}

.search-container table thead th:nth-child(2) {
    width: 15%;
}


.article .right-link {
    text-align: right;
    font-size: 14px;
}

.right-link .caution {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
}

.article *:has(+.right-link) {
    margin-bottom: 8px;
}

.article .right-link-icon {
    font-size: 14px;
    text-align: right;
}

.article .right-link-icon a {
    display: inline-block;
    position: relative;
    text-align: right;
}

.article .right-link-icon a::before {
    content: '';
    display: inline-block;
    background-image: url(../img/ico-link-arrow.svg);
    width: 1em;
    aspect-ratio: 1 / 1;
    transform: translate(-3px, 2px);
    background-repeat: no-repeat;
    background-size: contain;
}

.right-link:has(+ .right-link),
.right-link:has(+ .right-link-icon),
.right-link-icon:has(+ .right-link-icon),
.right-link-icon:has(+ .right-link) {
    margin-bottom: 8px;
}

.imgScrollBox {
    width: 100%;
    background: #f4f4f4;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 30px;
}

.imgScrollBox-wrap {
    width: fit-content;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.imgScrollBox-list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.imgScrollBox-list li {
    flex: 0 0 calc(33.33% - 16px);
    max-width: calc(33.33% - 16px);
    box-sizing: border-box;
    margin: 0 8px;
    text-align: center;
    position: relative;
}

.imgScrollBox-list li:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 1px;
    width: 26px;
    background-color: transparent;
}

.imgScrollBox-list img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 8px;
}

.imgScrollBox-list .caption {
    display: block;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: break-word;
    text-align: left;
}

.imgBox-center li {
    width: 33.33%;
}

.imgBox-center .imgScrollBox-list {
    justify-content: center;
    gap: 16px;
}

.imgBox-center .imgScrollBox-list li:last-child::after {
    display: none;
}

.rankBox {
    margin-top: 40px;
    margin-bottom: 30px;
}

.rankBox .title {
    background: #8DADBA;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 22px;
}

.rankBox .item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 26px;
}

@media screen and (max-width: 1024px) {
    .rankBox .item {
        flex-direction: column;
    }
}

.rankBox .block {
    width: 100%;
    border-top: 2px solid #8DADBA;
}

@media screen and (max-width: 1024px) {
    .rankBox .leftblock {
        border-top: none;
    }
}

.rankBox .catch {
    text-align: center;
    color: #AFB7BE;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dashed #AFB7BE;
    padding: 0.5rem 0;
    line-height: 1.5;
}

.rankBox .name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    padding-right: 10px;
    border-bottom: 1px dashed #AFB7BE;
}

.article .rankBox .name img {
    width: 140px;
    padding: 0;
}

.rankBox .name a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

.rankBox .tag-pricearea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.25rem;
}

.rankBox .tagarea {
    width: 60%;
    flex-shrink: 0;
}

.rankBox .tagarea .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 6px;
    margin: 0;
}

.rankBox .tagarea .list li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAF8F4;
    padding: 8px;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    border: 1px solid #b99d93;
}

.rankBox .tagarea .list .on {
    background: #d3cdbd;
    font-weight: bold;
}

.rankBox .pricearea {
    width: fit-content;
    margin-right: 10px;
}

.pricearea .course {
    width: fit-content;
    margin-left: 15px;
}

.pricearea .price {
    text-align: right;
}

.pricearea .price:before {
    display: inline-block;
    content: "\00A5";
    color: #ccb774;
    margin-right: 4px;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 18px;
    line-height: 1;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 1px
}

.rankBox .leftblock ul {
    margin-top: 2.7rem;
}

@media screen and (max-width: 1024px) {
    .rankBox .leftblock ul {
        margin-top: 1.6rem;
    }

}

.rankBox .item .c-btn a,
.rankBox .item .c-btn02 a {
    max-width: 250px;
    margin-top: 26px;
    margin-bottom: 0;
}

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

    .rankBox .item .c-btn a,
    .rankBox .item .c-btn02 a {
        margin-top: 0px;
    }
}


.tabarea {
    margin-bottom: 26px;
}

.tab-list {
    display: flex;
    gap: 4px;
    margin-bottom: 0;

}

.tab-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    gap: 5px;
    border-bottom: 2px solid #ccb774;
    padding: 0 20px;
    margin: 24px 0 10px;
}

.tab.active {
    background: #fff;
    color: #b99d93;
}

.tab {
    border-radius: 5px 5px 0 0;
    flex: auto;
    text-align: center;
    border: 2px solid #b99d93;
    border-bottom: none;
    background-color: #FAF8F4;
    cursor: pointer;
    width: 100%;
    min-height: 50px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4;
    font-size: 14px;
}

.tab-wrap {
    display: none;
    padding: 12px 20px 20px;
    border: 2px solid #b99d93;
    border-top: none;
}

.article .tab-wrap>:last-child {
    margin-bottom: 0;
}

.tab-wrap.show {
    display: block;
}


.meritdemerit {
    margin-bottom: 26px;
}

.meritdemerit:has(+.meritdemerit) {
    margin-bottom: 10px;
}

.meritdemerit[data-type="merit"] {
    border: 2px solid #cd7075;
}

.meritdemerit[data-type="merit"] .meritdemerit-ttl {
    background: #cd7075;
    border-bottom: 2px solid #cd7075;
    color: #fff;
}

.meritdemerit[data-type="demerit"] {
    border: 2px solid #bfbbbe;
}

.meritdemerit[data-type="demerit"] .meritdemerit-ttl {
    background: #f8f8f8;
    border-bottom: 2px solid #bfbbbe;
}

.meritdemerit-ttl {
    padding: 10px 20px;
    font-weight: bold;
    font-size: 18px;
}

.meritdemerit-list {
    position: relative;
    padding: 16px 20px;
    margin: 0;
}

.meritdemerit-list li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px;
}

.meritdemerit-list li:last-child {
    margin-bottom: 0;
}

.meritdemerit-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 8px;
    height: 8px;
    border-radius: 100px;
}

.meritdemerit[data-type="merit"]>.meritdemerit-list li:before {
    background-color: #cd7075;
}

.meritdemerit[data-type="demerit"]>.meritdemerit-list li:before {
    background-color: #1E2533;
}

.review-scroll {
    overflow-x: scroll;
    display: flex;
    gap: 16px;
    margin-bottom: 26px;
}

.review-wrap {
    width: 100%;
    min-width: 66%;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f4f4f4;
    padding: 26px;
    border: 1px solid #e9e2d2;
    white-space: normal;
    overflow: hidden;
    scroll-snap-align: center;
}

.review-top {
    width: 100%;
    margin-bottom: 0;
}

.review-profile {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
}

.review-icon img {
    display: block;
    max-width: 65px;
    height: auto;
    margin: 0;
    margin-right: 10px;
}

.review-icon-w,
.review-icon-m {
    display: block;
    width: 50px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.review-icon-w {
    background: #fff url(../img/review-icon-woman.svg) center center / contain no-repeat;
}

.review-icon-m {
    background: #fff url(../img/review-icon-man.svg) center center / contain no-repeat;
}

.review-name {
    font-weight: 700;
}

.review-course {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 16px;
}

.review-course span {
    display: inline-block;
    padding: 4px 6px;
    border-radius: 10px;
    margin-right: 8px;
    background: #8DADBA;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: .08em;
}

.review-bottom {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.review-bottom img {
    width: 40%;
    height: auto;
}

.map {
    margin-bottom: 26px;
}

.map-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    max-width: 100%;
    position: relative;
    color: #8dadb9;
    margin: 30px 0 10px;
}

.map-ttl::before,
.map-ttl::after {
    content: "";
    width: 2px;
    height: 1.5em;
    display: block;
    background: #8dadb9;
}

.map-ttl::before {
    transform: rotate(-15deg);
}

.map-ttl::after {
    transform: rotate(15deg);
}

.addressAco {
    margin-bottom: 26px;
}

.addressAco-ttl {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #d1d9e6;
    margin: 0;
    padding: 12px 45px 12px 20px;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight: bold;
    font-size: 18px;
}

.addressAco-ttl.action {
    background: #E3EBED;
}

.addressAco-info {
    display: none;
}

.addressAco-cont {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 20px 15px;
}

.addressAco-subttl {
    flex-shrink: 0;
    font-weight: bold;
}

.Aco-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    aspect-ratio: 1 / 1;
}

.Aco-btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #8DADBA;
}

.Aco-btn::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 2px;
    height: 100%;
    background: #8DADBA;
}

.addressAco-ttl.action .Aco-btn::after {
    display: none;
}

/* ポジショニングマップ */
.posMap {
    margin-bottom: 26px;
}

.posMap-head {
    margin-bottom: 10px;
}

.posMap-subttl {
    font-weight: bold;
    text-align: center;
}

.posMap-notes {
    font-size: 12px;
    text-align: right;
    margin-top: 2px;
}

.posMap-ttl {
    background: #8DADBA;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.posMap-contents {
    background: repeating-linear-gradient(90deg, #e2e2e2, #e2e2e2 1px, transparent 1px, transparent 32px),
        repeating-linear-gradient(0deg, #e2e2e2, #e2e2e2 1px, #fff 1px, #fff 32px);
    background-size: 32px 32px;
    background-position: 50% 50%;
    width: 64%;
    margin: 0 auto;
    aspect-ratio: 3 / 4;
    position: relative;
}

.posMap-contents::before {
    content: "";
    display: inline-block;
    background: #d3cdbd;
    border-radius: 50%;
    width: 38%;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 4%;
    right: 2%;
}

.posMap-bg {
    display: inline-block;
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/posMap-bg.png) center center / contain no-repeat;
}

.posMap-label,
.posMap-subLabel {
    position: absolute;
    z-index: 2;
}

.posMap-subLabel {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
}

.posMap-label_01,
.posMap-label_02 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.posMap-label_01 {
    background: #cd7075;
    top: 4.5%;
    left: 50%;
    transform: translateX(-50%);
}

.posMap-label_02 {
    background: #707F89;
    top: 92%;
    left: 50%;
    transform: translateX(-50%);
}

.posMap-label_03,
.posMap-label_04 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.17;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 8px;
}

.posMap-label_03 {
    background: #cd7075;
    top: 54.8%;
    transform: translateY(-50%);
    right: 20px;
}

.posMap-label_04 {
    background: #707F89;
    top: 54.8%;
    transform: translateY(-50%);
    left: 20px;
}

.article .posMap-item-logo {
    width: auto;
    height: max(2vw, 20px);
}

.posMap-item {
    display: inline-block;
    background: #fff;
    border: 1px solid #707F89;
    border-radius: 4px;
    box-shadow: 0 4px #707F89;
    padding: 6px 12px;
    position: absolute;
    z-index: 1;
}

a.posMap-item {
    text-decoration: none;
}

.posMap-item-catch {
    font-size: 1rem;
    margin: 6px 0 0;
    color: #333;
}

.posMap-item_02 {
    border-color: #cd7075;
    box-shadow: 0 4px #cd7075;
    padding: 10px 12px 6px;
    z-index: 1;
    top: 29%;
    right: 11%;
}

.posMap-item-link {
    display: block;
}

.contact_btn {
    text-align: center;
    width: fit-content;
    min-width: 270px;
    margin: 0 auto 30px;
}

.contact_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    background: #fff;
    border: 2px solid #F3DB8E;
    color: #57460F;
    padding: 10px 14px;
    font-weight: bold;
    font-size: 18px;
    box-sizing: border-box;
    transition: .2s;
}

.contact_btn a:hover {
    background: #8DADBA;
    border-color: #8DADBA;
    color: #fff;
    opacity: 1;
}

.privacy-policy {
    display: block;
    font-size: 14px;
    margin-bottom: 30px;
}

.privacy-policy a {
    text-decoration: underline;
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: #F3DB8E;
    transition: .2s;
}

.privacy-policy a:hover {
    text-decoration: none;
    opacity: .8;
}

.copyright {
    display: block;
    text-align: center;
}


/* シミュレーションパーツ */
.simulation {
    position: relative;
    padding: 3%;
    border: 2px solid #8DADBA;
    border-radius: 10px;
    margin-bottom: 26px;
    background: url(../img/sim-bg.jpg) center center / cover no-repeat;

}

.simulation .ttl {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e8e8e8 calc(100% - 1px)),
        linear-gradient(90deg, transparent calc(100% - 1px), #e8e8e8 calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;
    background-color: #fff;
    color: #fff;
    position: relative;
    margin: -1% -1% 20px !important;
    padding: 1em;
    text-align: center;
    border-radius: 5px;
    box-shadow: #8DADBA 1px 1px 5px;
    letter-spacing: .08rem;
}

.simulation .ttl .sub {
    color: #8DADBA;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 8px !important;
}

.simulation .ttl .main {
    display: block;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.2em;
    color: #333;
}

.simulation dl {
    margin: 0;
    padding: 0;
}

.simulation dl dt {
    position: relative;
    background: #8DADBA;
    color: #fff;
    padding: .5em 2em;
    margin: 0;
    line-height: 1.2em;
    border-radius: 30px;
    font-weight: bold;
}

.simulation dl dt span,
.simulation .ttl span {
    display: inline-block;
}

.simulation dl dd+dt {
    margin-top: .8em;
}

.simulation dl dd {
    border: 0;
    padding: .8em 0px;
    position: relative;
    display: flex;
    gap: 2%;
    font-size: 15px;
}

.simulation dl dd>label {
    position: relative;
    padding: 10px 12px;
    background: #fff;
    border-radius: 30px;
    color: #8DADBA;
    font-weight: bold;
    width: 23.5%;
    line-height: 1.2em;
    border: 1px solid #8DADBA;
    border-radius: 40px;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s linear;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 3px;
    box-sizing: border-box;
}

.simulation dl dd>label:has(input[type="checkbox"]) input[type="checkbox"] {
    margin-right: .8em;
    transform: scale(1.5, 1.5);
    box-shadow: #fff 0 0 1px 1px;
}

.simulation dl dd>label:hover,
.simulation dl dd>label:has(input[type="radio"]:checked),
.simulation dl dd>label:has(input[type="checkbox"]:checked) {
    background: #e7dddb;
    color: #333;
    transition: all 0.2s linear;
}

.simulation dl dd label input[type="radio"],
.simulation .sim-result>label input[name="result"] {
    display: none;
}

.simulation dl dd>label:has(:not(input[type="radio"]:checked)):hover {
    top: -2px;
    left: -1px;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 4px 3px;
    transition: all 0.2s linear;
}

.simulation dl dd>p.fukidasi strong {
    font-size: 120%;
    color: #fb3;
}

.simulation dl dd nav,
.simulation .sim-result nav {
    text-align: center;
    margin: .8em auto 0;
    padding: 0;
    width: 100%;
}

.simulation .sim-result nav {
    margin: 1.4em auto 0;
}

.simulation dl dd nav>label,
.simulation .sim-result nav a {
    box-sizing: border-box;
    display: inline-block;
    padding: .4em 1em;
    min-width: 15em;
    background: #C1996C;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    border-radius: 100px;
    border: 1px solid #333;
    box-shadow: rgba(0, 0, 0, 0.3) -1px -3px 1px 2px inset, rgba(255, 255, 255, 0.4) 1px 2px 1px 2px inset;
    text-shadow: rgba(0, 0, 0, 0.7) -1px -1px 1px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    max-width: 100%;
    transition: opacity 0.5s linear;
}

.simulation .sim-result nav a {
    background: #cd7075;
    text-decoration: none !important;
    color: #fff !important;
}

/* result */
.simulation .sim-result div[id*="sim-result-"] {
    display: none;
}

.simulation:has(input[name="other_conditions"][value="0"]:checked) .sim-result div#sim-result-1,
.simulation:has(input[name="other_conditions"][value="1"]:checked) .sim-result div#sim-result-2,
.simulation:has(input[name="other_conditions"][value="2"]:checked) .sim-result div#sim-result-3 {
    display: block;
}

.simulation .sim-result {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    overflow: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.simulation .sim-result.show {
    visibility: visible;
    opacity: 1;
}

.simulation .sim-result:has(input[name="result"]:checked) {
    z-index: -10;
    opacity: 0;
    top: -100%;
    left: 100%;
    width: 0;
    height: 0;
    transition: opacity 0.5s linear;
}

.simulation .sim-result>label:has(input[name="result"]) {
    position: absolute;
    right: 2%;
    top: 2%;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    cursor: pointer;
}

.simulation .sim-result .sim-result-inner {
    width: 60%;
    max-width: 600px;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -100%);
    background: #fff;
    padding: 1.2em;
    text-align: center;
    border-radius: 10px;
    opacity: 0;
    transition: transform 1s ease;
    overflow-y: auto;
}

.simulation .sim-result.show .sim-result-inner {
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 90vh;

}

.sim-result-inner p {
    margin-bottom: 12px;
}

.simulation .sim-result:has(input[name="result"]:checked) .sim-result-inner {
    top: -10%;
    opacity: 0;
    transition: all 0.4s ease-out;
}


.sim-result-inner .banner {
    width: 80%;
    margin: 0 auto 15px;
}

.sim-result-ttl {
    position: relative;
    margin: 0 auto 15px;
    padding: 0 30px;
    width: fit-content;
    max-width: 100%;
    font-size: 1.25rem;
    font-weight: bold;
    z-index: 1;
    /* background: linear-gradient(transparent 70%, #f5d9d9 70%); */
}

.sim-result-ttl::before,
.sim-result-ttl::after {
    position: absolute;
    content: "";
    height: 100%;
    max-height: 30px;
    width: 1px;
    background: #1e2533;
}

.sim-result-ttl::before {
    top: 50%;
    left: 14px;
    transform: rotate(-35deg) translateY(-50%);
}

.sim-result-ttl::after {
    top: 50%;
    right: 14px;
    transform: rotate(35deg) translateY(-50%);
}

.sim-result-ttl span {
    display: inline-block;
}

.sim-result-ttl>span {
    vertical-align: middle;
    max-width: calc(100% - 60px);
}

.sim-result-ttl.name {
    font-size: 24px;
    color: #8DADBA;
}

.sim-result-ttl.name::before,
.sim-result-ttl.name::after {
    display: none;
}

.simulation .sim-result {
    line-height: 1.4em;
}

.simulation .sim-result p {
    margin-bottom: .8em;
}

.simulation .sim-result p b {
    display: inline-block;
    margin: 0 5px;
    font-size: 115%;
    color: #cd7075;
}

.simulation .sim-result p i {
    display: inline-block;
    padding: 3px 5px;
    background: #777;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    margin: 0 5px;
    vertical-align: middle;
    border-radius: 3px;
}

.simulation .sim-result p.average {
    font-size: 160%;
    font-weight: bold;
    line-height: 1.4em;
}

.simulation .sim-result p.average em {
    display: inline-block;
    padding: 3px 5px;
    background: #faeff0;
    color: #FE6060;
    font-size: 120%;
    font-style: normal;
    margin: 0 5px;
    border: 1px solid #cd7075;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .simulation .sim-result .sim-result-inner {
        padding: 1em .8em;
        width: 90%;
    }
}


.sim-result .close-modal {
    position: absolute;
    right: 2%;
    top: 2%;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    cursor: pointer;
}

.sim-result-item {
    display: none;
}


@media screen and (max-width: 767px) {
    .sim-result-ttl {
        font-size: 18px;
    }

    .sim-result-ttl.name {
        font-size: 22px;
    }
}