@charset "utf-8";
.wr_schedule {
    max-width: 1080px;
    margin: auto;
}
.schedule_switch {
    display: flex;
    width: 100%;
    margin: 0 0 32px 0;
    border-radius: 10px;
    box-shadow: 0 4px 0 rgba(0,0,0,.1);
}
.schedule_switch li {
    width: 50%;
    background: #fff;
    text-align: center;
}
.schedule_switch li a {
    display: block;
    padding: 16px;
    color: #EA5967;
    font-size: 14px;
    font-weight: bold;
}
.schedule_switch li a img {
    vertical-align: sub;
    margin: 0 8px 0 0;
}
.schedule_switch li.active {
    background: #EA5967;
}
.schedule_switch li.active a {
    color: #fff;
}
.schedule_switch li:first-child {
    border-radius: 10px 0 0 10px;
}
.schedule_switch li:last-child {
    border-radius: 0 10px 10px 0;
}
.schedule_switch_sub {
    margin: 0 0 16px 0;
}
.schedule_switch_sub input {
    display: none;
}
.schedule_switch_sub li {
    display: inline-block;
}
.schedule_switch_sub li label {
    display: inline-block;
    margin: 0 8px 4px 0;
    color: #999;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
.schedule_switch_sub li input:checked + label {
    font-weight: bold;
    color: #EA5967;
    text-decoration: none;
}
.wr_schedule_list {
    position: relative;
    border-radius: 10px;
    padding: 16px;
    margin: 0 0 32px 0;
    background: #fff;
}
.wr_schedule_list:last-child {
    margin: 0;
}
.wr_schedule_list.sub {
    display: none;
} 
.schedule_switch_sub:has(#schedule_switch_sub-1:checked) ~ .wr_schedule_list.sub-1,
.schedule_switch_sub:has(#schedule_switch_sub-2:checked) ~ .wr_schedule_list.sub-2,
.schedule_switch_sub:has(#schedule_switch_sub-3:checked) ~ .wr_schedule_list.sub-3,
.schedule_switch_sub:has(#schedule_switch_sub-4:checked) ~ .wr_schedule_list.sub-4  {
    display: block;
} 
.schedule_list {
    position: relative;
    padding: 8px 0 24px 0;
    margin: 0 0 24px 0;
    border-bottom: dotted 3px #ddd;
    line-height: 1.5;
    color: #222;
    font-size: 14px;
}
.schedule_list:last-child {
    border-bottom: none;
    padding: 8px 0 0 0;
    margin: 0 0 12px 0;
}
.schedule_img {
    position: relative;
    margin: 0 0 48px 0;
    border-radius: 20px;
}

.slick-list {
    border-radius: 20px;
}
.slick-track {
    height: 260px
}
.schedule_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.season::after {
    position: absolute;
    right: 32px;
    top: 12px;
    content:"";
    display: block;
}
.season.spring::after {
    width: 40px;
    height: 181px;
    background: url(../img/logo_spring.png) no-repeat center /contain;
}
.season.summer::after {
    width: 40px;
    height: 218px;
    background: url(../img/logo_summer.png) no-repeat center /contain;
}
.season.autumn::after {
    width: 40px;
    height: 216px;
    background: url(../img/logo_autumn.png) no-repeat center /contain;
}
.season.winter::after {
    width: 40px;
    height: 172px;
    background: url(../img/logo_winter.png) no-repeat center /contain;
}
/* .day::after {
    position: absolute;
    right: 12px;
    top: 0px;
    content:"";
    display: block;
    width: 52px;
    height: 52px;
}
.day.t730::after {
    background: url(../img/730.png) no-repeat center /contain;
}
.day.t930::after {
    background: url(../img/930.png) no-repeat center /contain;
}
.day.t1000::after {
    background: url(../img/1000.png) no-repeat center /contain;
}
.day.t1030::after {
    background: url(../img/1030.png) no-repeat center /contain;
}
.day.t1100::after {
    background: url(../img/1100.png) no-repeat center /contain;
}
.day.t1230::after {
    background: url(../img/1230.png) no-repeat center /contain;
}
.day.t230::after {
    background: url(../img/230.png) no-repeat center /contain;
}
.day.t315::after {
    background: url(../img/315.png) no-repeat center /contain;
}
.day.t400::after {
    background: url(../img/400.png) no-repeat center /contain;
} */
.schedule_img_ttl {
    z-index: 1;
    position: absolute;
    top: -8px;
    left: -12px;
    display: block;
    height: 50px;
    width: 110px;
    line-height: 56px;
    border-radius: 0 55px 55px 0;
    background: #fff;
    color: #EA5967;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.nophoto .schedule_img_ttl {
    left: 0;
    width: auto;
}
.schedule_ttl {
    position: relative;
    padding: 0 0 0 28px;
    font-size: 16px;
    font-weight: bold;
}
.schedule_txt {
    margin: 8px 0 0 0;
}
.schedule_ttl::before {
    content:"";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    vertical-align: super;
    width: 20px;
    height: 0;
    border-bottom: dotted 4px #EA5967;
}
.spring .schedule_ttl::before {
    border-bottom: dotted 4px #EA5967;
}
.summer .schedule_ttl::before {
    border-bottom: dotted 4px #008f54;
}
.autumn .schedule_ttl::before {
    border-bottom: dotted 4px #FFA500;
}
.winter .schedule_ttl::before {
    border-bottom: dotted 4px #06679F;
}
.slick-dotted.slick-slider.slide-items {
    margin: 0;
}
.slick-dotted.slick-slider.slide-items.hide {
    height: 0;
    margin: 0;
    overflow: hidden;
}
.season_pc input[type=radio]{
    display: none;
}
.season_radio {
    display: block;
    border: solid 2px #ededed;
    border-radius: 20px;
    padding: 12px 16px;
    margin: 0 0 12px 0;
    transition: .2s;
    font-weight: bold;
}
input + .season_radio {
    cursor: pointer;
}
.season_radio:last-child {
    margin: 0;
}
.spring input + .season_radio:hover {
    background: rgba(237,122,148,.1);
}
.spring input:checked + .season_radio {
    border: solid 2px #ed7a94;
}
.summer input + .season_radio:hover {
    background: rgba(0,56,33,.1);
}
.summer input:checked + .season_radio {
    border: solid 2px #008f54;
}
.autumn input + .season_radio:hover {
    background: rgba(255,165,0,.1);
}
.autumn input:checked + .season_radio {
    border: solid 2px #FFA500;
}
.winter input + .season_radio:hover {
    background: rgba(6,103,159,.1);
}
.winter input:checked + .season_radio {
    border: solid 2px #06679F;
}
.season_wr {
    width: 100%;
    display: flex;
}
.season_ttl {
    width: 44px;
    margin: 0 20px 0 0;
    color: #EA5967;
    font-size: 20px;
    font-weight: bold;
}
.season_list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex: 1;
    line-height: 1;
}
input:checked + label .season_list {
    font-weight: bold;
}
.spring input + label .season_list {
    color: #ed7a94;
}
.summer input + label .season_list {
    color: #008f54;
}
.autumn input + label .season_list {
    color: #FFA500;
}
.winter input + label .season_list {
    color: #06679F;
}
.season_list p,
.common_schedule {
    vertical-align: middle;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.common_schedule {
    margin: 0 0 16px 0;
}

.spring .schedule_img_ttl,
.spring .season_ttl {
    color: #ed7a94;
}
.spring .season_list p::before  {
    background: #ed7a94;
}
.summer .schedule_img_ttl,
.summer .season_ttl {
    color: #008f54!important;
}
.summer .season_list p::before {
    background: #008f54;
}
.autumn .schedule_img_ttl,
.autumn .season_ttl {
    color: #FFA500;
}
.autumn .season_list p::before {
    background: #FFA500;
}
.winter .schedule_img_ttl,
.winter .season_ttl {
    color: #06679F;
}
.winter .season_list p::before {
    background: #06679F;
}