

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

.p-ticket__area {
    padding: 0 20px;
}

.p-ticket__area + .p-ticket__area {
    margin-top: 80px;
}

.c-color__red {
    color: #FF0000;
}

.c-heading__medium {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 18px;
}

.c-note__list {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 400;
    list-style: none;
    margin-top: 10px;
}

.c-note__list li {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.c-note__list li + li {
    margin-top: 5px;
}

.p-change__item {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.p-change__item .c-heading__large {
    margin-bottom: 22px;
}

.c-table {
    margin: 15px 0;
}

.c-table table {
    width: 100%;
    border-collapse: collapse;
}

.c-table table th,
.c-table table td {
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 2px;
    color: #1a1916;
}

.c-table table th {
    background-color: #f5f4f2;
    color: rgba(26,25,22,0.5);
    padding: 5px 2px;
    font-size: 12px;
}

.c-table table small {
    font-size: 10px;
    display: block;
    margin-bottom: 5px;
}

.p-ticket__area .c-button {
    margin-top: 25px;
}

.p-detail__notice {
    border: 2px solid #FFD500;
    border-radius: 12px;
    padding: 24px;
    margin: 20px 0 25px;
    font-size: 14px;
    line-height: 1.71;
}

.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 4px;
    background-size:  auto;
    margin-bottom: 8px;
}

.p-change__box + .p-change__box {
    margin-top: 30px;
}



@media (min-width: 1040px){
    .p-ticket__teaser {
        background-image: url(/_assets/images/ticket/main_visual_pc.jpg);
    }
    .p-ticket__area {
        max-width: 582px;
        margin: 0 auto;
        padding: 0;
    }
    .pc_only {
        display: none;
    }

    
}


/*0331*/
.c-heading__second {
    font-size: 2.4rem;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 
}

.c-table table th,
.c-table table td{
    width: 50%;
}

.p-ticket__price {
    background: #F5F4F2;
    border-radius: 12px;
    padding: 30px 25px;
    margin-top: 24px;
}

.p-ticket__price__hd {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}

.p-ticket__price__box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-ticket__price__box p {
    margin: 0 4px;
}

.p-ticket__ul1 {
    padding-left: 1.2em;
}

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

.p-ticket__ul1 li::marker {
    color: #FFD500;
}

.p-ticket__ul2 {
    list-style: decimal;
    padding-left: 1.5em;
}

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

p + .p-detail__ul1,
.p-ticket__ul1+p,
p+.p-ticket__ul1{
    margin-top: 24px;
}







