.breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 90px;
}
.breadcrumb .breadcrumb-item {
    color: #252525;
    font-size: 1.2rem;
}
.breadcrumb .breadcrumb-arrow {
    position: relative;
    display: inline-block;
    width: 3.8px;
    height: 6.7px;
}
.breadcrumb .breadcrumb-arrow::before,
.breadcrumb .breadcrumb-arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 5px;
    height: 1px;
    border-radius: 9999px;
    background-color: #252525;
    transform-origin: calc(100% - 0.5px) 50%;
}
.breadcrumb .breadcrumb-arrow::before {
    transform: rotate(45deg);
}
.breadcrumb .breadcrumb-arrow::after {
    transform: rotate(-45deg);
}
.breadcrumb .bc-link {
    text-decoration: underline;
}
.breadcrumb .bc-link:hover {
    text-decoration: none;
}

.available-facilities-article {
    padding-bottom: 100px;
}
.afa-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    align-items: flex-start;
}
.afa-inner .afa-img {
    width: calc(50% - 35px);
    aspect-ratio: 7 / 8;
    border-radius: 20px;
    overflow: hidden;
    position: sticky;
    top: 0;
}
.afa-inner .afa-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.afa-inner .afa-content {
    width: calc(50% - 35px);
    border-radius: 20px;
    padding: 50px;
    background-color: #fff;
}
.afa-content .title-en {
    color: #cccccc;
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.afa-content .title-required-reservation {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}
.afa-content .title-required-reservation .title-jp {
    font-size: 2.4rem;
    font-weight: 700;
}
.afa-content .title-required-reservation .c-close {
	font-size: 1.5rem;
	font-weight: 700;
	color: #901e52;
}
.afa-content .title-required-reservation .required-reservation {
    font-size: 1.6rem;
    font-weight: 700;
    color: #901e52;
}
.afa-content .official-link {
    padding: 10px 40px;
    background-color: #252525;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    display: inline-block;
    border-radius: 20px;
    margin-top: 20px;
    transition: all .2s;
}
.afa-content .official-link:hover {
    opacity: .8;
}
.afa-content .facility-description {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 600;
    color: #4b4b4b;
    margin: 25px 0;
}
.afa-content .spec-table {
    border-top: solid 1px #ccc;
}
.afa-content .spec-table .row {
    display: flex;
    padding: 20px 0;
    border-bottom: solid 1px #ccc;
}
.afa-content .spec-table .row .th {
    width: 150px;
    font-size: 1.5rem;
    font-weight: 600;
}
.afa-content .spec-table .row .td {
    width: calc(100% - 150px);
    line-height: 1.6;
}
.afa-content .yoyaku-block {
    border-radius: 10px;
    border: solid 1px #901e52;
    background-color: #f9f9f9;
    padding: 20px;
    margin-top: 30px;
}
.afa-content .yoyaku-block .yoyaku-title {
    background-color: #901e52;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
}
.afa-content .yoyaku-block .yoyaku-text {
    font-size: 1.4rem;
    font-weight: 700;
    color: #4b4b4b;
    line-height: 1.8;
}
.afa-content .yoyaku-block .yoyaku-text a {
    color: #901e52;
    text-decoration: underline;
}
.afa-content .yoyaku-block .yoyaku-caution {
    margin-top: 10px;
}
.afa-content .yoyaku-block .yoyaku-caution a {
    background: #901e52;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 700;
    border-radius: 25px;
    margin-top: 5px;
}
.afa-content .item-caution {
    font-size: 1.2rem;
    color: #4b4b4b;
    line-height: 1.8;
    margin: 30px 0;
}

.articles-kv {
    background-color: #efeee9;
    padding: 120px 0 20px;
}
.articles-title-en-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.articles-title-en-wrap .title-icon {
    width: 14px;
}
.articles-title-en-wrap .articles-title-en {
    font-size: 1.4rem;
    font-weight: 500;
    color: #901e52;
}
.articles-title-wrap .articles-title {
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: .03em;
}
.articles-title-wrap .articles-title::first-letter {
    color: #901e52;
}

.articles-caution {
    padding: 80px 0;
}
.articles-caution .description {
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
}

.artilce-item-list {
    padding-bottom: 80px;
}
.item-list-title {
    width: 100%;
    border-top: solid 2px #901e52;
    margin-bottom: 40px;
}
.title-en-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 8px;
}
.title-en-wrap .title-icon {
    width: 14px;
}
.title-en-wrap .title-en {
    font-size: 1.4rem;
    font-weight: 500;
    color: #901e52;
}
.item-list-title .title-jp {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: .02em;
}
.item-list-title .title-jp::first-letter {
    color: #901e52;
}
.item-list-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.item-list-container .item-link {
    width: calc((100% - 60px) / 4);
    color: #252525;
}
.item-list-container .item-link .item-thumbnail {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    overflow: hidden;
}
.item-list-container .item-link .item-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.item-list-container .item-link .item-title {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 500;
    margin-top: 10px;
    padding: 2px 0 2px 10px;
    border-left: solid 4px #901e52;
}
.afa-cta {
    margin-top: 40px;
}
.afa-cta-btn {
    display: block;
    width: 300px;
    border-radius: 40px;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    background-color: #901e52;
    font-weight: 700;
    margin: 0 auto;
}

.list-more-wrap {
    margin-top: 40px;
}
.list-more-wrap .list-more {
    font-size: 1.6rem;
    font-weight: 500;
    color: #901e52;
    border-bottom: solid 1px #901e52;
    display: flex;
    gap: 10px;
    width: fit-content;
    margin-left: auto;
}
.list-more-wrap .list-more .more-arrow {
    width: 14px;
}
@media screen and (max-width:1000px) {
    .articles-kv {
        padding: 60px 0 15px;
    }
    .articles-title-wrap {
        margin-top: 40px;
    }
    .articles-title-wrap .articles-title {
        font-size: 2.6rem;
    }
    .breadcrumb {
        margin-top: 40px;
    }
    .articles-caution {
        padding: 30px 0;
    }
    .articles-caution .description {
        font-size: 1.4rem;
        line-height: 1.8;
    }
    .item-list-title {
        border-top: solid 1px #901e52;
        margin-bottom: 25px;
    }
    .title-en-wrap {
        margin: 10px 0;
    }
    .item-list-title .title-jp {
        font-size: 2.2rem;
    }
    .artilce-item-list {
        padding-bottom: 40px;
    }
    .item-list-container {
        gap: 30px 14px;
    }
    .item-list-container .item-link {
        width: calc(50% - 7px);
    }
    .item-list-container .item-link .item-thumbnail {
        border-radius: 6px;
    }
    .item-list-container .item-link .item-title {
        font-size: 1.5rem;
        padding: 2px 0 2px 6px;
    }

    .afa-inner {
        flex-direction: column;
    }
    .afa-inner .afa-img {
        width: 100%;
        position: relative;
        border-radius: 10px;
    }
    .afa-inner .afa-content {
        width: 100%;
        border-radius: 10px;
        margin-top: 20px;
        padding: 30px 5%;
    }
    .afa-content .title-required-reservation {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
    .afa-content .title-required-reservation .title-jp {
        font-size: 2.2rem;
    }
    .afa-content .official-link {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        font-size: 1.4rem;
    }
    .afa-content .facility-description {
        margin: 20px 0;
    }
    .available-facilities-article {
        padding-bottom: 50px;
    }
    .afa-cta {
        margin-top: 30px;
    }
}