@charset "utf-8";

/*================================================================
# フォント設定
================================================================ */
html {
    font-size: calc(10px + 2 * (100vw - 1280px) / 400);
}

#search_wrap {
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

/*チェックボックスを消す*/
.checkbox {
    display: none;
}

#search>dl>dt.btn {
    padding: 0;
}

.accordion .btn label {
    padding: 8px;
    cursor: pointer;
    position: relative;
    display: block;
}

#search .accordion-dd p img {
    display: none;
}

/*================================================================
# 既存cssリセット
================================================================ */
.sp {
    display: none;
}

#main_tit {
    display: none;
}

#contents {
    margin-bottom: 0;
    position: relative;
}

#breadcrumb {
    position: absolute;
    top: 0px;
    right: 40px;
    font-size: 12px;
}

#footer_wrap {
    padding: 0 0 86px;
    position: relative;
}

.wrap {
    width: 1100px;
    margin: auto;
}

article img {
    height: auto;
}

/*================================================================
# カスタムここから
================================================================ */
:root {
    --bg: #fcf9ea;
    --white: #fff;
    --text: #1a1a1a;
    --popup: #70726f;
    --main: #efa30d;
}

.article {
    padding: 0 0 100px;
    background: #fcf9ea url(respect-for-the-elderly/back.png) no-repeat center top / 1920px auto;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.article .popup {
    margin: 0;
    padding: 8px 40px 9px;
    border-radius: 9999px;
    background: var(--popup);
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--white);
    letter-spacing: 0.08em;
}

.article .popup:before {
    width: 21px;
    height: 16px;
    margin: auto;
    background: url(respect-for-the-elderly/popup.png) no-repeat center bottom / contain;
    position: absolute;
    content: "";
    right: 0;
    bottom: -15px;
    left: 0;
    z-index: 0;
}

.article .popup small {
    font-size: 14px;
}

.article .sub-title {
    margin: 32px 0 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--text);
}

.article .sub-title small {
    margin: 0 0 0 -10px;
    font-size: 24px;
}

.article .title {
    margin: 8px 0 0;
    display: block;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--main);
}

/* mv
------------------------------------------------------ */
.mv {
    padding: 40px 0 0;
    text-align: center;
}

.mv .title {
    margin: 24px 0 0;
}

.mv .text {
    margin: 40px 0 0;
    font-size: 18px;
    line-height: 2;
}

/* omotenashi
------------------------------------------------------ */
.omotenashi {
    margin: 64px auto 0;
}

.omotenashi .box {
    margin: 0;
    padding: 0 64px 64px;
    border-radius: 64px;
    background: var(--white);
    position: relative;
}

.omotenashi .box:before {
    width: 100%;
    background: url(respect-for-the-elderly/omotenashi_back.png) no-repeat center top / contain;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    aspect-ratio: 1167 / 322;
}

.omotenashi__head {
    margin: 0;
    position: relative;
    text-align: center;
}

.omotenashi .sub-title {
    margin: 48px 0 0;
}

.omotenashi_illust01 {
    position: absolute;
    bottom: 0;
    left: 100px;
}

.omotenashi_illust02 {
    position: absolute;
    right: 130px;
    bottom: 0;
}

.omotenashi .card-list {
    margin: 28px auto 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: grid;
    z-index: 1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.omotenashi .card {
    margin: 24px 0 0;
    padding: 0;
    text-align: center;
}

.omotenashi .card__label {
    margin: 0 0 -56px -64px;
    position: relative;
}

.omotenashi .card__media {
    margin: 0;
}

.omotenashi .card__lead {
    margin: 24px 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    color: var(--main);
    text-align: center;
}

.omotenashi .card__title {
    margin: 12px 0 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--text);
    text-align: center;
}

.omotenashi .card__desc {
    margin: 24px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
}

/* cuisine
------------------------------------------------------ */
.cuisine {
    margin: 80px auto 0;
}

.cuisine .box {
    margin: 0;
    padding: 64px 64px 80px;
    border-radius: 64px;
    background: var(--white);
    position: relative;
}

.cuisine__head {
    margin: 0;
    position: relative;
    text-align: center;
}

.cuisine__popup {
    position: absolute;
    top: -80px;
    left: 200px;
}

.cuisine__lead {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.7;
}

.cuisine__lead strong {
    font-size: 32px;
    font-weight: 600;
    color: var(--main);
}

.cuisine .popup {
    margin: 24px 0 0;
}

.cuisine .title {
    margin: 24px 0 0;
    font-size: 56px;
}

.cuisine__text {
    margin: 24px 0 0;
    font-size: 16px;
    line-height: 2;
}

.cuisine .illust {
    position: absolute;
}

.cuisine .illust-left {
    top: -72px;
    left: 64px;
}

.cuisine .illust-right {
    top: -100px;
    right: 64px;
}

.cuisine .cuisine__list {
    margin: 40px 0 0;
}

.cuisine .item {
    margin: 40px 0 0;
    padding: 0;
}

.cuisine .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cuisine .item .container.reverse {
    flex-direction: row-reverse;
}

.cuisine .item .container .img-area {
    flex: 0 0 430px;
}

.cuisine .item .container .text-area {
    padding: 0 40px;
}

.cuisine .balloon {
    margin: 0 0 0 -80px;
    position: relative;
}

.cuisine .item .container.reverse .balloon {
    margin: 0 -80px 0 0;
    text-align: right;
}

.cuisine .item__text {
    margin: 24px 0 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--main);
}

.cuisine .item__title {
    margin: 14px 0 0;
    font-size: 32px;
    font-weight: 600;
}

.cuisine .note {
    margin: 16px 0 0;
    font-size: 14px;
}

/* room
------------------------------------------------------ */
.room {
    margin: 80px auto 0;
}

.room .rooms__head {
    margin: 0 0 28px;
    position: relative;
    text-align: center;
}

.room .rooms__text {
    margin: 24px 0 0;
    font-size: 16px;
    line-height: 2;
}

.room .illust {
    position: absolute;
}

.room .illust-left {
    top: 100px;
    left: 16px;
}

.room .illust-right {
    top: 40px;
    right: 40px;
}

.room .rooms__list {
    margin: 120px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.room .card {
    margin: 0;
    padding: 0 0 28px;
    border-radius: 24px;
    background: var(--white);
    position: relative;
    text-align: center;
}

.room .card__label {
    margin: auto;
    position: absolute;
    top: -80px;
    right: 0;
    left: 0;
}

.room .card__lead {
    margin: 16px 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    color: var(--main);
}

.room .card__title {
    margin: 10px 0 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--text);
}

.room .card__desc {
    max-width: 30em;
    margin: 16px auto 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    color: var(--muted);
}

/* info
------------------------------------------------------ */
.info {
    margin: 140px auto 0;
}

.info .box {
    margin: 0;
    padding: 0 64px 64px;
    border-radius: 64px;
    background: var(--white);
    position: relative;
    text-align: center;
}

.info__head {
    margin: 0;
}

.info__popup {
    position: absolute;
    top: -100px;
    left: 160px;
}

.info__title {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    transform: translate(0, -32px);
}

.info__title strong {
    font-weight: 600;
    color: var(--main);
}

.info__body {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}

/* plan
------------------------------------------------------ */
.plan {
    margin: 100px auto 0;
}

.plan .box {
    margin: 0;
    padding: 64px 80px;
    border-radius: 64px;
    background: #f8f1cd;
    position: relative;
}

.plan .plan__eyecatch {
    margin: auto;
    position: absolute;
    top: -48px;
    right: 0;
    left: 0;
    font-size: 64px;
    font-weight: 600;
    text-align: center;
}

.plan .plan__row {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 400px 1fr;
    gap: 40px;
}

.plan .plan__content {
    margin: 0;
}

.plan .sub-title {
    font-size: 24px;
}

.plan .popup {
    margin: 24px 0 0;
}

.plan .title {
    margin: 24px 0 0;
    font-size: 44px;
}

.plan .plan__text {
    margin: 32px 0 0;
    font-size: 15px;
    line-height: 2;
}

.plan .plan__benefits-title {
    margin: 24px 0 0;
    font-size: 24px;
    font-weight: 600;
}

.plan .plan__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.plan .plan__list li {
    margin: 16px 0 0;
    padding: 0 0 0 24px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.plan .plan__list li::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--main);
    position: absolute;
    content: "";
    top: 10px;
    left: 5px;
}

.plan .plan__cta {
    margin: 40px 0 0;
}

.btn-reserve {
    min-width: 320px;
    padding: 22px 22px 22px 48px;
    border-radius: 9999px;
    background: var(--white);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    display: inline-grid;
    justify-content: space-between;
    align-items: center;
    color: var(--text);
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    grid-auto-flow: column;
    gap: 28px;
}

.btn-reserve__label {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.btn-reserve__ico {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--main);
    position: relative;
    flex: 0 0 auto;
}

.btn-reserve__ico::after {
    width: 6px;
    height: 6px;
    margin: -4px 0 0 -5px;
    border-top: 2px solid var(--white);
    border-right: 2px solid var(--white);
    border-radius: 1px;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: rotate(45deg);
}

.btn-reserve:hover {
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
    color: var(--main);
    text-decoration: none;
    transform: translateY(-2px);
}