@charset 'utf-8';

/* guide
------------------------------------------------ */
@media screen and (min-width: 768px) {
    .guide-content-wrapper {
        display: flex;
        justify-content: space-between;
    }
}

/* -- タイトル周り -- */
.fs-c-heading.fs-c-heading--page::before,
.fs-c-heading.fs-c-heading--page::after {
    display: none;
}

.fs-c-heading.fs-c-heading--page {
    height: auto;
    padding: 0;
    font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
    .fs-c-heading.fs-c-heading--page {
        font-size: 2.4rem;
        margin: 55px 0;
    }
}

/* -- ローカルナビ -- */
.guide-local_nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 40px;
}

.guide-local_nav-list__item {
    width: calc(50% - 10px);
    background: #f5f5f5;
    margin: 0 0 10px;
    font-size: 1.2rem;
    font-weight: bolder;
}

.guide-local_nav-list__item a {
    display: block;
    width: 100%;
    padding: 10px 30px 10px 10px;
    color: #ca9513;
    position: relative;
}

.guide-local_nav-list__item a::after {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 12px;
}

@media screen and (min-width: 768px) {
    .guide-local-nav {
        width: 22.5%;
    }
    
    .guide-local_nav-list {
        display: block;
        height: auto;
        padding: 20px;
        background: #f5f5f5;
        margin: 0;
    }

    .guide-local_nav-list__item {
        width: 100%;
        margin: 0;
        font-size: 1.3rem;
        background: none;
        border-bottom: solid 1px #e8dec6;
    }

    .guide-local_nav-list__item:last-child {
        border: none;
    }

    .guide-local_nav-list__item a {
        padding: 14px 20px;
        color: #ca9513;
        position: relative;
        transition: 300ms;
    }

    .guide-local_nav-list__item a:hover {
        background: #fcfcfc;
        transition: 300ms;
    }

    /* 追従 */
    .sticky {
        postion: -webkit-sticky;
        position: sticky;
        top: 150px;
    }
}

/* -- ガイド -- */
.guide-content-section:last-of-type {
    margin: 0;
}

.guide-content-block_heading {
    font-size: 1.4rem;
    margin: 0 0 15px;
    padding: 0 0 5px;
    border-bottom: solid 1px #ddd;
}

.guide-content-paragraph {
    margin: 0 0 50px;
}

.guide-content-paragraph small {
    display: block;
    font-size: 1.2rem;
}

.guide-content-paragraph_heading {
    font-size: 1.4rem;
    font-weight: bolder;
    margin: 0 0 15px;
}

.guide-content-description {
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 0 0 50px;
}

.guide-content-paragraph .guide-content-description:last-of-type {
    margin: 0;
}

.guide-content-description a {
    text-decoration: underline;
}

.guide-content-list {
    margin: 2em 0 0;
}

.guide-content-list__item {
    font-size: 1.2rem;
}

.guide-content-list__item::before {
    content: '・';
}

.guide-content-pricelist {
    display: flex;
    flex-wrap: wrap;
}

.guide-content-pricelist__term {
    width: 11em;
}

.guide-content-pricelist__description {
    width: calc(100% - 11em);
}


.guide-content-paragraph-heading--02 {
    font-size: 1.2rem;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    .guide-content {
        width: 75%;
    }

    .guide-content-section {
        margin: 0 0 80px;
    }

    .guide-content-block_heading {
        font-size: 1.8rem;
        margin: 0 0 40px;
        padding: 0 0 15px;
    }

    .guide-content-paragraph {
        margin: 0 0 60px;
    }

    .guide-content-paragraph small {
        font-size: 1.3rem;
    }

    .guide-content-paragraph_heading {
        font-size: 1.5rem;
        margin: 0 0 25px;
    }
    
    .guide-content-description {
        font-size: 1.3rem;
        margin: 0 0 60px;
    }

    .guide-content-list__item {
        font-size: 1.3rem;
    }

    .guide-content-paragraph-heading--02 {
        font-size: 1.3rem;
    }
}
