.p-teaser {
    width: 100%;
    height: 205px;
    display: flex;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.p-teaser .c-heading {
    padding: 0 20px;
    width: 584px;
    max-width: 100%;
    margin: 0 auto;
}

.p-teaser .c-heading--en,
.p-teaser .c-heading--jp {
    text-align: left;
    color: #fff;
}

.p-teaser .c-heading--en {
    font-size: 36px;
    line-height: 1.19;
    margin-bottom: 3px;
    text-transform: uppercase
}
.p-teaser .c-heading--jp {
    font-size: 12px;
    line-height: 1;
}

.c-heading__large {
    font-size: 18px;
    line-height: 1.33;
    font-weight: bold;
    letter-spacing: .09em;
    padding-left: 15px;
    margin-bottom: 16px;
    position: relative;
}
.c-heading__large:before {
    position: absolute;
    width: 3px;
    left: 0;
    top: 3px;
    bottom: 3px;
    background-color: #b39500;
    content: '';
    z-index: 2;
}

.c-posts__pagers {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-posts__pagers a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #fff;
    font-size: 12px;
    line-height: 1.5;
    color: #1a1916;
    font-weight: bold;
    margin: 0 10px;
    text-decoration: none;
}

.c-posts__pagers a.is-active {
    background-color: #1a1916;
    color: #ffd500;
}

.c-posts__pagers span {
    display: inline-flex;
    font-size: 12px;
    line-height: 1.5;
    color: #1a1916;
    margin: 0 3px;
}

.c-category.is-gray {
    background-color: var(--bg-gray);
}

@media (min-width: 1040px){
    .slick-dotted.slick-slider{
        padding-bottom: 42px;
    }

    .p-teaser {
        height: 372px;
    }

    .p-teaser .c-heading--en,
    .p-teaser .c-heading--jp {
        text-align: center;
    }

    .p-teaser .c-heading--en {
        font-size: 60px;
        line-height: 1.2;
    }
    .p-teaser .c-heading--jp {
        font-size: 18px;
    }

    .c-heading__large {
        width: 584px;
    }

    .c-posts__pagers {
        margin-top: 60px !important;
    }
}

/* 共通 end */

.p-common__teaser {
    background-image: url(/_assets/images/maintenance/main_visual_sp.jpg);
}

.p-timetables__section1 .c-tab__area {
    width: 100%;
    padding: 8px 0;
}

.l-content__tab+.l-content__container {
    padding: 20px 20px 0px;
}

.c-posts--column4{
    grid-gap: 25px 20px;
}

.c-posts__thumbnail+.c-posts__info {
    margin-top: 12px;
}

.c-posts--list {
    width: 584px;
}

.c-posts--list[role=tabpanel].is-active{
    margin-top: 15px;
}

.c-posts--list>*:not(:first-child) {
    margin-top: 30px;
}

.c-posts__name{
    font-weight: bold;
    margin-top: 10px!important;
}

.slick-list{
    overflow: visible;
}

@media (min-width: 1040px){
    .p-common__teaser {
        background-image: url(/_assets/images/maintenance/main_visual_pc.jpg);
    }

    .l-content__inner {
        padding: 60px 20px;
    }

    .c-posts--list>*:not(:first-child) {
        margin-top: 36px;
    }

    .c-posts--column4 {
        grid-gap: 42px 56px;
    }
}

.c-posts--detail {
    padding: 0px 20px;
    width: 584px;
    max-width: 100%;
    margin: 0 auto;
}

.c-posts--detail .c-posts__title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .025em;
    line-height: 1.25;
    margin: 20px 0 10px;
}

.p-detail__thumbnail {
    margin: 0 -20px;
}

.p-detail__image {
    width: 100%;
}

.c-posts--detail .c-posts__info .c-category {
    margin-bottom: 30px;
}

.p-detail__ul1 {
    padding: 30px 25px;
    background: #F5F4F2;
    border-radius: 12px;
    font-size: 1.4rem;
    list-style: none;
    margin-bottom: 25px;
}

.p-detail__ul1 li+li {
    margin-top: 12px;
    padding-top: 25px;
    border-top: 1px solid #E6E6E6;
}

.p-detail__ul1 .th {
    font-size: 1.2rem;
    margin-bottom: 10px;
    opacity: .5;
}

.p-detail__ul1 .th .font {
    font-size: 1rem;
}

.p-detail__text {
    font-size: 1.4rem;
    line-height: 24px;
    margin-bottom: 12px;
}

.p-detail__pdf {
    text-decoration: underline;
    display: inline-block;
    color: #333;
}
.p-detail__pdf:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 12px;
    height: 14px;
    background: url(/_assets/images/timetables/icon_pdf.svg)no-repeat;
    background-size: 100% auto;
}

.p-detail__notice {
    border: 2px solid #FFD500;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 40px;
}

.p-detail__notice__title {
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 24px;
    background: url(/_assets/images/timetables/icon_notice02.svg)no-repeat left center;
    background-size:  auto;
    margin-bottom: 18px;
}

.p-detail__notice__ul {
    list-style: none;
    font-size: 1.2rem;
    line-height: 20px;
}

.p-detail__notice__ul li {
    padding-left: 18px;
    background: url(/_assets/images/timetables/icon_notice.svg)no-repeat left top 7px;
    background-size: auto;
}

.p-detail__notice__ul li+li {
    margin-top: 10px;
}

.c-button__body {
    padding: 10px 15px;
}

@media (min-width: 1040px){
    .c-posts--detail {
        padding: 0;
    }

    .p-detail__thumbnail {
        margin: 0;
    }
}

.l-content__inner,
.l-content__container {
    padding: 42px 20px;
}

.p-common__text {
    font-size: 1.4rem;
    line-height: 1.71;
}

.c-movie__title {
    padding: 0 25px;
}

.c-movie+.c-button {
    margin-top: 35px;
}

.p-zoo__about__button {
    text-align: center;
    margin-top: 30px;
}

@media (min-width: 1040px){
    .c-posts--detail {
        padding: 0;
    }

    .p-detail__thumbnail {
        margin: 0;
    }

    .l-content__inner,
    .l-content__container {
        padding: 60px 20px;
    }

}

ul {
    list-style: none
}

.p-detail__ul1 .td .font {
    font-size: 1rem;
    line-height: 1.4;
    display: block;
    margin-top: 10px;
}

.p-notice__ul1 {
    margin: 10px 0 16px;
}

.p-notice__ul1 li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1rem;
    line-height: 1.4;
}

.p-notice__ul1 li.red_font {
    color: #FF0000;
}

.p-common__text + .p-notice__ul1 {
    margin-top: -10px;
}


.p-sitemap__ul {
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}

.p-sitemap__ul{
    margin-bottom: 30px;
}

.p-sitemap__ul li {
    margin-bottom: 18px;
}

.sub_ul .p-sitemap__ul li:not(:first-child),
.p-sitemap__ul li.sub_li{
    padding-left: 18px;
}

.p-sitemap__ul li a{
    color: #333;
    text-decoration: underline;
    font-size: 1.4rem;
}

@media (min-width: 1040px){
    .p-sitemap__item {
        display: flex;
        justify-content: space-between;
    }

    .p-sitemap__list {
        width: 264px;
        max-width: calc(33.33% - 20px);
    }
}