@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
:root {
    --main-color-txt: #301606;
    --bg-color01: #9B874F;
    --bg-color02: #231815;
    --bg-color02-rgb: 48 22 6;
}
/*==========================================*/
/*PC & ALL*/
/*==========================================*/
.article-inner {
    color: var(--main-color-txt);
}
.article-inner img {
    width: 100%;
}
.article-inner {
    min-width: 1040px;
    max-width: 1280px;
    margin: 0 auto;
}
.main-visual__inner {
    height: 492px;
    background: url("/prouse/cat_assets/img/recommend/hotel/bg-h1_pc.webp") no-repeat center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-visual-ttl__wrap {
    width: 740px;
    height: 250px;
    padding: 8px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
    background: #FFF;
    border: 5px solid #000;
    line-height: 1;
}
.main-visual-ttl {
    height: 100%;
    border: 2px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main-visual-ttl h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main-visual-ttl__copy {
    font-size: 24px;
    position: relative;
}
.main-visual-ttl__copy::before, .main-visual-ttl__copy::after {
    position: absolute;
    content: "";
    width: .8em;
    height: 2px;
    background: currentColor;
    top: 0;
    bottom: 0;
    margin: auto;
}
.main-visual-ttl__copy::before {
    left: -1.2em;
}
.main-visual-ttl__copy::after {
    right: -1.2em;
}
.main-visual-ttl__h1 {
    margin-top: 16px;
}
.main-visual-ttl__h1 img {
    height: 88px;
    margin: auto;
}
.main-visual-ttl__lead {
    margin-top: 24px;
    font-size: 27px;
}
.nav-anchor {
    padding-top: 38px;
    padding-bottom: 38px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    background: var(--bg-color01);
    line-height: 1.2;
}
.nav-anchor-list {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(4, 230px);
    gap: 30px;
    text-align: center;
}
.nav-anchor-list-itm-link {
    height: 82px;
    color: var(--main-color-txt) !important;
    background: url("/prouse/cat_assets/img/recommend/hotel/bg-anchor_pc.svg") no-repeat center / contain;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contents-products {
    padding-top: 130px;
    padding-bottom: 68px;
    position: relative;
}
.contents-products::before {
    position: absolute;
    content: "";
    width: 566px;
    height: 43px;
    top: 36px;
    left: 0;
    right: 0;
    margin: auto;
}
.contents-products__inner {
    width: 1040px;
    margin: 0 auto;
    display: grid;
    gap: 50px;
}
.contents-products-header {
    padding-top: 34px;
    padding-bottom: 34px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
    background: #fff;
    border: 3px solid var(--bg-color01);
    display: grid;
    justify-content: center;
    align-items: flex-start;
    grid-template-columns: 375px 540px;
    grid-template-rows: auto 1fr;
    gap: 20px 50px;
}
.contents-products-header-ttl {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    padding-bottom: 16px;
    display: grid;
    gap: 16px;
    border-bottom: 1px solid currentColor;
}
.contents-products-header-lead {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    font-size: 18px;
    line-height: 1.8;
}
.contents-products-header-img {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}
.contents-products-header-ttl__itm1 img {
    height: 50px;
    width: auto;
}
.layout-descender .contents-products-header-ttl__itm1 img {
    height: 60px;
}
.layout-2lines .contents-products-header-ttl__itm1 img {
    height: 110px;
}
.contents-products-header-ttl__itm2 {
    font-size: 28px;
    line-height: 1.2;
}
.contents-products-list {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    display: grid;
    grid-template-columns: repeat(3, 330px);
    gap: 24px;
}
.contents-products-list-itm-link {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 12px;
    padding-left: 10px;
    font-size: 14px;
    color: var(--main-color-txt) !important;
    background: #fff;
    border: 3px solid var(--bg-color01);
    line-height: 1.3;
    display: grid;
    grid-template-columns: 98px 176px;
    grid-template-rows: auto 1fr;
    gap: 8px 14px;
    position: relative;
}
.contents-products-list-itm-link::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 15px;
    background: url("/prouse/cat_assets/img/recommend/hotel/ico-arrow.svg") no-repeat center / contain;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
}
.contents-products-list-itm__ttl {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    font-size: 16px;
    font-weight: 700;
}
.contents-products-list-itm__img {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contents-products-list-itm__img img {
    max-width: 98px;
    max-height: 150px;
    object-fit: contain;
}
.contents-products-list-itm__txt {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    font-weight: 500;
}
/*表示切り替え*/
.contents-products:nth-child(odd) {
    background: var(--bg-color02);
}
.contents-products:nth-child(even) {
    background: var(--bg-color01);
}
.contents-products:nth-child(odd)::before {
    background: url("/prouse/cat_assets/img/recommend/hotel/deco-line-gold.svg") no-repeat center / contain;
}
.contents-products:nth-child(even)::before {
    background: url("/prouse/cat_assets/img/recommend/hotel/deco-line-white.svg") no-repeat center / contain;
}
.contents-products:nth-child(even) .contents-products-header, .contents-products:nth-child(even) .contents-products-list-itm-link {
    border-color: #fff;
}
@media screen and (min-width: 769px), print {
    .contents-products:nth-child(even) .contents-products-header {
        grid-template-columns: 540px 375px;
    }
    .contents-products:nth-child(even) .contents-products-header-ttl {
        grid-column: 1 / 2;
    }
    .contents-products:nth-child(even) .contents-products-header-lead {
        grid-column: 1 / 2;
    }
    .contents-products:nth-child(even) .contents-products-header-img {
        grid-column: 2 / 3;
    }
}
.footer-btn {
    margin-top: 40px;
    text-align: center;
}
.footer-btn-link {
    display: inline-block;
    padding: 1em 3em;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #FFF !important;
    background: var(--bg-color02);
    border-radius: 40px;
    position: relative;
}
.footer-btn-link::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 15px;
    mask: url("/prouse/cat_assets/img/recommend/hotel/ico-arrow.svg") no-repeat center;
    mask-size: contain;
    -webkit-mask: url("/prouse/cat_assets/img/recommend/hotel/ico-arrow.svg") no-repeat center;
    -webkit-mask-size: contain;
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: 1.2em;
    margin: auto;
}
#foot_text {
    max-width: 1100px;
    margin: 30px auto 0;
    font-size: 13px;
    color: #333;
    text-align: right;
}
@media screen and (min-width: 769px), print {
    .article a, .article a img {
        -webkit-transition: .2s ease;
        transition: .2s ease;
    }
    a:hover .contents-products-list-itm__img img {
        opacity: .6;
    }
    a.footer-btn-link:hover {
        background: rgb(var(--bg-color02-rgb) / .8);
    }
}
/*==========================================*/
/*SP*/
/*==========================================*/
@media screen and (max-width: 768px) {
    .article-inner {
        min-width: 100vw;
    }
    .main-visual__inner {
        height: calc((492 / 375) * 100vw);
        background-image: url("/prouse/cat_assets/img/recommend/hotel/bg-h1_sp.webp");
    }
    .main-visual-ttl__wrap {
        width: calc((300 / 375) * 100vw);
        height: calc((345 / 375) * 100vw);
        padding: calc((5 / 375) * 100vw);
        font-weight: 500;
        line-height: 1.2;
        text-align: center;
    }
    .main-visual-ttl__copy {
        font-size: calc((23 / 375) * 100vw);
    }
    .main-visual-ttl__copy::before, .main-visual-ttl__copy::after {
        height: 1px;
    }
    .main-visual-ttl__copy::before {
        left: -1.5em;
    }
    .main-visual-ttl__copy::after {
        right: -1.5em;
    }
    .main-visual-ttl__h1 {
        margin-top: calc((16 / 375) * 100vw);
    }
    .main-visual-ttl__h1 img {
        height: calc((88 / 375) * 100vw);
    }
    .main-visual-ttl__lead {
        margin-top: calc((24 / 375) * 100vw);
        font-size: calc((22 / 375) * 100vw);
    }
    .nav-anchor {
        padding-top: calc((28 / 375) * 100vw);
        padding-bottom: calc((28 / 375) * 100vw);
        font-weight: 500;
        font-size: calc((15 / 375) * 100vw);
    }
    .nav-anchor-list {
        grid-template-columns: repeat(2, calc((176 / 375) * 100vw));
        gap: calc((16 / 375) * 100vw) calc((8 / 375) * 100vw);
    }
    .nav-anchor-list-itm-link {
        height: calc((62 / 375) * 100vw);
    }
    .contents-products {
        padding-top: calc((96 / 375) * 100vw);
        padding-bottom: calc((48 / 375) * 100vw);
    }
    .contents-products::before {
        width: calc((330 / 375) * 100vw);
        height: calc((25 / 375) * 100vw);
        top: calc((46 / 375) * 100vw);
    }
    .contents-products__inner {
        width: calc((330 / 375) * 100vw);
        gap: calc((24 / 375) * 100vw);
    }
    .contents-products-header {
        padding-top: calc((16 / 375) * 100vw);
        padding-bottom: calc((24 / 375) * 100vw);
        padding-left: calc((16 / 375) * 100vw);
        padding-right: calc((16 / 375) * 100vw);
        font-weight: 500;
        border-width: 2px;
        grid-template-columns: none;
        grid-template-rows: none;
        gap: normal;
    }
    .contents-products-header-ttl {
        margin-top: calc((24 / 375) * 100vw);
        padding-bottom: calc((12 / 375) * 100vw);
        grid-row: 2 / 3;
        grid-column: 1 / 2;
        gap: calc((8 / 375) * 100vw);
    }
    .contents-products-header-lead {
        margin-top: calc((12 / 375) * 100vw);
        grid-row: 3 / 4;
        grid-column: 1 / 2;
        font-size: calc((14 / 375) * 100vw);
    }
    .contents-products-header-img {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
    }
    .contents-products-header-ttl__itm1 img {
        height: calc((50 / 375) * 100vw * .7);
    }
    .layout-descender .contents-products-header-ttl__itm1 img {
        height: calc((60 / 375) * 100vw * .7);
    }
    .layout-2lines .contents-products-header-ttl__itm1 img {
        height: calc((110 / 375) * 100vw * .7);
    }
    .contents-products-header-ttl__itm2 {
        font-size: calc((18 / 375) * 100vw);
    }
    .contents-products-header-ttl.layout-2lines {
        gap: calc((8 / 375) * 100vw);
    }
    .contents-products-list {
        grid-template-columns: none;
        gap: calc((24 / 375) * 100vw);
    }
    .contents-products-list-itm-link {
        padding-top: calc((20 / 375) * 100vw);
        padding-bottom: calc((12 / 375) * 100vw);
        padding-left: calc((10 / 375) * 100vw);
        font-size: calc((14 / 375) * 100vw);
        grid-template-columns: calc((98 / 375) * 100vw) calc((176 / 375) * 100vw);
        gap: calc((8 / 375) * 100vw) calc((14 / 375) * 100vw);
    }
    .contents-products-list-itm-link::after {
        width: calc((10 / 375) * 100vw);
        height: calc((15 / 375) * 100vw);
        right: calc((8 / 375) * 100vw);
    }
    .contents-products-list-itm__ttl {
        font-size: calc((16 / 375) * 100vw);
    }
    .contents-products-list-itm__img img {
        max-width: calc((98 / 375) * 100vw);
        max-height: calc((150 / 375) * 100vw);
    }
    .footer-btn {
        margin-top: calc((32 / 375) * 100vw);
        padding-bottom: calc((12 / 375) * 100vw);
    }
    .footer-btn-link {
        font-size: calc((14 / 375) * 100vw);
    }
    .footer-btn-link::after {
        width: calc((10 / 375) * 100vw * .6);
        height: calc((15 / 375) * 100vw * .6);
    }
    #foot_text {
        width: 100%;
        margin-top: 4vw;
        text-align: center;
        font-size: 2.93333vw;
    }
}