@charset "utf-8";

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

@media screen and (min-width: 1600px) {
    html {
        font-size: calc(10px + 2 * (100vw - 1600px) / 400);
    }
}

@media screen and (max-width: 559px) {
    html {
        font-size: calc(10px + 8 * (100vw - 414px) / 649);
    }
}

body {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.618;
    color: #090909;
    letter-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
    font-feature-settings: "palt" 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    line-break: strict;
    overflow-wrap: break-word;
}

/*================================================================
# 宿泊日検索
================================================================ */
#search_wrap,
#search_wrap .search_fixed {
    width: 100vw;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

#search {
    width: 100vw;
    padding: 0;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', Yu Gothic Medium, '游ゴシック', Yu Gothic, 'メイリオ', Meiryo, sans-serif;
    font-size: 13px;
}

#search>dl {
    display: block;
}

#search>dl>dd {
    padding: 0;
}

#search .accordion-dd {
    padding: 0;
    display: block;
}

#search .accordion-dd form {
    padding: 16px;
    border-right: 10px solid #ffadb7;
    border-bottom: 10px solid #ffadb7;
    border-left: 10px solid #ffadb7;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

#search>dl>dd p img {
    width: 100%;
}

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

#search>dl>dd .date_489ban {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
}

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

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

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

#search .inbox_489ban dl {
    margin: 0;
    display: flex;
    align-items: center;
    float: none;
}

#search .inbox_489ban dl.room_489ban {
    margin: 0 0 0 16px;
}

/*ラベル内の矢印の設定*/
.accordion .btn label::after {
    border-top: 10px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    display: block;
    transition: 0.4s 0.4s;
    transform: translate(0, -50%);
}

/*表示される要素の基本設定*/
.accordion dd {
    height: 0;
    padding: 0 0 0 8px;
    flex: 1 1 0;
    overflow: hidden;
    transition: 0.4s;
}

/*ラベル内の矢印のアニメーション設定*/
.checkbox:checked~dl dt label::after {
    transform: translate(0, -50%) rotate(-180deg);
}

/*表示される要素のアニメーション設定*/
.checkbox:checked~dl dd {
    height: auto;
}

#search .date_489ban+.inbox_489ban {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
}

#search>dl>dd .inbox_489ban:nth-of-type(2) {
    padding: 0;
    display: flex;
    align-items: center;
}

#search>dl>dd .date_489ban dt {
    margin: 0;
    float: none;
}

.accordion p {
    display: none;
}

#search>dl>dd .person_489ban,
#search>dl>dd .person_489ban:nth-of-type(2) {
    margin: 0 8px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    float: none;
}

#search>dl>dd .inbox_489ban:nth-of-type(3) {
    display: none;
}

#search button {
    margin: 0;
}

#search .inbox_489ban dd {
    padding: 0;
    float: none;
}

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

#header_wrap {
    height: 74px;
    position: fixed;
    z-index: 9;
}

#header {
    width: 100%;
    height: 74px;
    padding: 0;
    background: url(../common/img/line.gif) repeat-x center bottom, url(../common/img/h_bg.png) no-repeat left top, rgba(255, 255, 255, 0.763);
}

#header #logo {
    padding: 0;
    position: absolute;
    top: 16px;
    left: 16px;
}

#header #logo img {
    width: auto;
    height: 44px;
    padding: 0;
}

#header h1,
#header .tel-link+p,
#main_tit {
    display: none;
}

#contents {
    margin-bottom: 0;
}

#breadcrumb {
    display: none;
}

#footer_wrap {
    position: relative;
}

.wrap {
    width: calc(100% - 48px);
    margin: auto;
}

article {
    width: 100vw;
    overflow-x: hidden;
}

article img {
    height: auto;
}

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

.article {
    padding: 0 0 64px;
    background: #fcf9ea;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.article .popup {
    margin: 0;
    padding: 8px 24px 9px;
    border-radius: 9999px;
    background: var(--popup);
    position: relative;
    display: inline-block;
    font-size: 16px;
    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: 22px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--text);
}

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

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

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

.mv .title {
    margin: 0;
}

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

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

.omotenashi .box {
    margin: 0;
    padding: 0 24px 64px;
    border-radius: 32px;
    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_illust01 {
    width: calc(162px / 2);
    position: absolute;
    top: -32px;
    left: -32px;
}

.omotenashi_illust02 {
    width: calc(90px / 2);
    position: absolute;
    top: -32px;
    right: -24px;
}

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

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

.omotenashi .card__label {
    width: 200px;
    margin: 0 0 -32px -8px;
    position: relative;
}

.omotenashi .card__media {
    width: 80%;
    margin: 0 auto;
}

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

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

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

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

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

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

.cuisine__popup {
    width: 120px;
    margin: auto;
    position: absolute;
    top: -56px;
    right: 0;
    left: 0;
}

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

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

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

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

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

.cuisine .illust {
    position: absolute;
}

.cuisine .illust-left {
    width: calc(128px / 2);
    top: -30px;
    left: -24px;
}

.cuisine .illust-right {
    width: calc(146px / 2);
    top: -45px;
    right: -40px;
}

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

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

.cuisine .item .container {
    margin: 64px 0 0;
    position: relative;
}

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

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

.cuisine .balloon {
    width: 160px;
    position: absolute;
    top: -40px;
    right: -24px;
}

.cuisine .item .container.reverse .balloon {
    right: auto;
    left: -24px;
}

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

.cuisine .item__title {
    margin: 8px 0 0;
    font-size: 24px;
    font-weight: 600;
}

.cuisine .note {
    margin: 8px 0 0;
    font-size: 12px;
}

/* room
------------------------------------------------------ */
.room {
    margin: 64px 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 {
    width: calc(138px / 2);
    top: 8px;
    left: -16px;
}

.room .illust-right {
    width: calc(131px / 2);
    top: -32px;
    right: 4px;
}

.room .rooms__list {
    margin: 80px 0 0;
    padding: 0;
    list-style: none;
}

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

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

.room .card__lead {
    margin: 16px 0 0;
    font-size: 16px;
    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: 72px auto 0;
}

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

.info__head {
    margin: 0;
}

.info__popup {
    width: 200px;
    position: absolute;
    top: -40px;
    left: 20px;
}

.info__title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

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

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

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

.plan .box {
    margin: 0;
    padding: 48px 24px;
    border-radius: 32px;
    background: #f8f1cd;
    position: relative;
}

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

.plan .plan__content {
    margin: 0;
}

.plan .sub-title {
    font-size: 18px;
    text-align: center;
}

.plan .popup {
    margin: 24px auto 0;
    display: block;
    font-size: 14px;
    text-align: center;
}

.plan .title {
    margin: 24px 0 0;
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
}

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

.plan .plan__benefits-title {
    margin: 24px 0 0;
    font-size: 18px;
    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: 16px;
    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 {
    width: 100%;
    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;
    box-sizing: border-box;
    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);
}