/* =========================================================
   ペット同伴宿泊規約
========================================================= */

#pet-policy-page {
    width: 100%;
    overflow: hidden;
    color: #444;
    background: #f7f7f4;
}

#pet-policy-page *,
#pet-policy-page *::before,
#pet-policy-page *::after {
    box-sizing: border-box;
}


/* =========================================================
   メインビジュアル
========================================================= */

#pet-policy-page .sub-mv-wrap {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
}

#pet-policy-page .sub-mv-wrap > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#pet-policy-page .sub-mv-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 30, 32, 0.22);
    pointer-events: none;
}

#pet-policy-page .sub-mv-wrap .caption {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.15em;
    text-align: center;
    transform: translate(-50%, -50%);
}

#pet-policy-page .sub-mv-wrap .caption h2 {
    display: inline-block;
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    font-family: serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.16em;
}


/* =========================================================
   ページ本体
========================================================= */

#pet-policy-page .pet-policy {
    padding: 100px 20px 120px;
}

#pet-policy-page .pet-policy__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


/* =========================================================
   見出し
========================================================= */

#pet-policy-page .pet-policy__heading {
    margin-bottom: 50px;
    text-align: center;
}

#pet-policy-page .pet-policy__heading-en {
    margin: 0 0 14px;
    color: #9b927c;
    font-family: serif;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.3em;
}

#pet-policy-page .pet-policy__title {
    margin: 0;
    color: #3c4646;
    font-family:
        "Yu Mincho",
        "YuMincho",
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.12em;
}

#pet-policy-page .pet-policy__line {
    display: block;
    width: 50px;
    height: 1px;
    margin: 25px auto 0;
    background: #9b927c;
}


/* =========================================================
   前文
========================================================= */

#pet-policy-page .pet-policy__intro {
    margin-bottom: 55px;
    padding: 36px 45px;
    border: 1px solid #dad8d0;
    background: rgba(255, 255, 255, 0.65);
    text-align: center;
}

#pet-policy-page .pet-policy__intro p {
    margin: 0;
    color: #505656;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.06em;
}

#pet-policy-page .pet-policy__intro p + p {
    margin-top: 12px;
}


/* =========================================================
   規約一覧
========================================================= */

#pet-policy-page .pet-policy__contents {
    border-top: 1px solid #d7d5cd;
}

#pet-policy-page .pet-policy__item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 35px;
    padding: 45px 35px;
    border-bottom: 1px solid #d7d5cd;
    background: #fff;
}

#pet-policy-page .pet-policy__item:nth-child(even) {
    background: #fbfbf8;
}

#pet-policy-page .pet-policy__number {
    display: block;
    padding-top: 3px;
    color: #aca38e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
}

#pet-policy-page .pet-policy__body {
    min-width: 0;
}

#pet-policy-page .pet-policy__body h2 {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 14px;
    border: 0;
    color: #3c4646;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.08em;
    text-indent: 0;
}

#pet-policy-page .pet-policy__body h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 34px;
    height: 1px;
    background: #aaa18c;
}

#pet-policy-page .pet-policy__body p {
    margin: 0;
    color: #515858;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.04em;
}

#pet-policy-page .pet-policy__body p + p {
    margin-top: 12px;
}

#pet-policy-page .pet-policy__body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#pet-policy-page .pet-policy__body li {
    position: relative;
    margin: 0;
    padding: 0 0 0 22px;
    color: #515858;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.04em;
}

#pet-policy-page .pet-policy__body li + li {
    margin-top: 8px;
}

#pet-policy-page .pet-policy__body li::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #aaa18c;
}

#pet-policy-page .pet-policy__notice {
    margin-top: 18px !important;
    padding: 16px 20px;
    border-left: 3px solid #aaa18c;
    background: #f4f2ec;
    font-size: 14px !important;
}


/* =========================================================
   最後のメッセージ
========================================================= */

#pet-policy-page .pet-policy__closing {
    margin-top: 55px;
    text-align: center;
}

#pet-policy-page .pet-policy__closing p {
    margin: 0;
    color: #4e5555;
    font-family:
        "Yu Mincho",
        "YuMincho",
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        serif;
    font-size: 17px;
    line-height: 2.2;
    letter-spacing: 0.1em;
}


/* =========================================================
   既存共通クラス
========================================================= */

#pet-policy-page .sp {
    display: none;
}


/* =========================================================
   SP
========================================================= */

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

    #pet-policy-page .pc {
        display: none;
    }

    #pet-policy-page .sp {
        display: block;
    }

    #pet-policy-page .sub-mv-wrap {
        height: 270px;
    }

    #pet-policy-page .sub-mv-wrap .caption {
        font-size: 13px;
        letter-spacing: 0.1em;
    }

    #pet-policy-page .sub-mv-wrap .caption h2 {
        padding-bottom: 8px;
        font-size: 25px;
        letter-spacing: 0.12em;
    }

    #pet-policy-page .pet-policy {
        padding: 65px 15px 80px;
    }

    #pet-policy-page .pet-policy__heading {
        margin-bottom: 35px;
    }

    #pet-policy-page .pet-policy__heading-en {
        margin-bottom: 12px;
        font-size: 11px;
    }

    #pet-policy-page .pet-policy__title {
        font-size: 22px;
        line-height: 1.6;
        letter-spacing: 0.06em;
    }

    #pet-policy-page .pet-policy__line {
        margin-top: 20px;
    }

    #pet-policy-page .pet-policy__intro {
        margin-bottom: 35px;
        padding: 24px 20px;
        text-align: left;
    }

    #pet-policy-page .pet-policy__intro p {
        font-size: 14px;
        line-height: 1.9;
        letter-spacing: 0.03em;
    }

    #pet-policy-page .pet-policy__item {
        display: block;
        padding: 28px 20px 32px;
    }

    #pet-policy-page .pet-policy__number {
        margin-bottom: 14px;
        font-size: 25px;
    }

    #pet-policy-page .pet-policy__body h2 {
        margin-bottom: 17px;
        padding-bottom: 12px;
        font-size: 17px;
        line-height: 1.55;
        letter-spacing: 0.05em;
    }

    #pet-policy-page .pet-policy__body p,
    #pet-policy-page .pet-policy__body li {
        font-size: 14px;
        line-height: 1.9;
        letter-spacing: 0.02em;
    }

    #pet-policy-page .pet-policy__body li {
        padding-left: 19px;
    }

    #pet-policy-page .pet-policy__body li::before {
        top: 12px;
        left: 1px;
    }

    #pet-policy-page .pet-policy__notice {
        padding: 14px 15px;
        font-size: 13px !important;
    }

    #pet-policy-page .pet-policy__closing {
        margin-top: 40px;
    }

    #pet-policy-page .pet-policy__closing p {
        font-size: 15px;
        line-height: 2;
        letter-spacing: 0.05em;
    }
}