@charset "utf-8";
/* 
Hire PLAN
1DAY PLAN
90min PLAN
all seasons
*/

/* Hire Plan */
main.hire {

}

main.hire .mainvisual {
    position: relative;

}

/* SP */
@media (max-width: 768px) {
    main.hire .mainvisual {
            width: 100%;
            height: auto;
            aspect-ratio: 402 / 291;
            overflow: hidden;
    }
}

main.hire .mainvisual .mv_main {
    width: 100%;
    position: relative;
    z-index: 3;
}

/* SP */
@media (max-width: 768px) {
    main.hire .mainvisual .mv_main {
        aspect-ratio: 402 / 291;
        object-fit: cover;
        object-position: center;
        transform-origin: center top;
        transform: scale(1.15);
        margin-top: -10px;
    }
}

main.hire .mainvisual div {
    max-width: 1100px;
    width: 96%;
    position: absolute;
    z-index: 4;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #ffffff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);

}

main.hire .mainvisual div h2 {
    font-size: 4rem;
    line-height: 1;
}

main.hire .mainvisual div p {
    font-size: 1.5rem;
    font-weight: 700;
}

/* SP */
@media (max-width: 768px) {
    main.hire .mainvisual div {
        width: 90%;
        bottom: 3rem;
    }
    main.hire .mainvisual div h2 {
        font-size: 2rem;
    }
    main.hire .mainvisual div p {
        font-size: 0.8125rem;
}

}

main.hire .mainvisual:after {
content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px; 
  background-color: var(--red); 
  clip-path: ellipse(58% 100% at 50% 100%);
  z-index: 4; /* 画像の上に重ねる */
}

/* SP */
@media (max-width: 768px) {
    main.hire .mainvisual:after {
        height: 2rem;
    clip-path: ellipse(57% 100% at 50% 100%);
    }
}


.hire_main {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background: var(--red);
    padding-bottom: 3rem;
    position: relative;
}

/* SP */
@media (max-width: 768px) {
    .hire_main {
        padding-bottom: 5rem;
    }

}

.hire_main h3 {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 2rem;
}

.hire_main h3 small {
    font-size: 2.5rem;
}

/* SP */
@media (max-width: 768px) {
    .hire_main h3 {
        font-size: 2rem;
    margin-bottom: 1rem;
    }
    .hire_main h3 small {
    font-size: 1.25rem;
}
}



.hire_main .price {
    background: #ffffff;
    color: var(--red);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25) inset;
    border-radius: 6.25rem;
    align-items: center;
    justify-content: center;
    width: 37rem;
    height: 7.3125rem;
    margin-bottom: 2rem;

}


.hire_main .price strong {
    font-size: 3.2rem;
    align-items: last baseline;
    line-height: 1;
    gap: 0.5rem;
}
.hire_main .price strong small {
    font-size: 2rem;
}

.hire_main .price span {
    font-size: 1.5rem;
}

/* SP */
@media (max-width: 768px) {
    .hire_main .price {
        width: 90%;
        height: fit-content;
        padding: 1rem 0;

    margin-bottom: 1rem;
    }
    .hire_main .price strong {
        font-size: 2rem;
    }
    .hire_main .price strong small {
        font-size: 1.25rem;
    }
    .hire_main .price span {
    font-size: 1.25rem;
}
}


.hire_main p.exp {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 400;
    display: block;
    width: 90%;
    max-width: 1026px;
    margin-bottom: 2rem;
}

/* SP */
@media (max-width: 768px) {
    .hire_main p.exp {
    font-size: 1.1rem;
    width: 96%;
    margin-bottom: 1rem;
    }
}

.hire_main .booknow {
    margin-bottom: 2rem;

}


/* SP */
@media (max-width: 768px) {
    .hire_main .booknow {
        margin-bottom: 3rem;

    }

}

.hire_main article {
    background-image: url(../../img/hire_art_bg.webp);
    padding: 2rem 6%;
    position: relative;
    z-index: 3;
}

/* SP */
@media (max-width: 768px) {
    .hire_main article {
        width: 100%;
        border-radius: 0;
        padding: 2rem 0;
}
}

.hire_main article p.exp {
    color: var(--red);
    width: 100%;
    max-width: 100%;
    font-size: 2rem;
        margin-bottom: 3rem;

}
/* SP */
@media (max-width: 768px) {
    .hire_main article p.exp {
        font-size: 1rem;
        padding: 0 1.5rem;
        margin-bottom: 2rem;
    }
}


.hire_main article h4 {
    color: var(--red);
    font-size: 3rem;
}

/* SP */
@media (max-width: 768px) {
    .hire_main article h4 {
        font-size: 2rem;
    }
}

.hire_main article .btline {
    display: block;
    background-color:var(--red);
    width: 5px;
    height: 2rem;
    border-radius: 9999px 9999px 0 0;
}

/* SP */
@media (max-width: 768px) {
    .hire_main article .btline {
        width: 4px;
    }
}

.hire_main article .btsquare {
    display: block;
    border-radius: 3px 3px 0 0;
    width: 50%;
    height: 55px;
    border: solid 5px var(--red);
    border-bottom: none;
}

.tip-left, .tip-right {
    display: none;
}


/* SP */
@media (max-width: 768px) {

    .hire_main article .btsquare {
        position: relative;
        width: 90vw;
        height: 4px;
        background-color: #B21B20;
        /* 中央の縦棒 */
        display: flex;
        justify-content: center;
        border: 0px;
        margin-bottom: 2rem;
    }

    .tip-left, .tip-right {
        display: block;
        position: absolute;
        top: 50%;
        width: 17px;
        height: 17px;
        border-top: 4px solid #B21B20;
        border-right: 4px solid #B21B20;
        border-radius: 3px;
    }

    .tip-left {
        left: 0;
        transform: translateY(-50%) rotate(-135deg); /* 左向き */
    }

    .tip-right {
        right: 0;
        transform: translateY(-50%) rotate(45deg); /* 右向き */
    }
}


.hire_1daymain {
    width: 100%;
}

.hire_1daymain .wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 8%;
}

.hire_1daymain .wrap div.art {
    background: #ffffff;
    border:solid 5px var(--red);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    width: calc(50% - 1.5rem);
    align-items: center;
    padding: 1rem 1.5rem 2rem;
    color: var(--red);
}

/* SP */
@media (max-width: 768px) {
    .hire_1daymain {
        width: 100%;
        overflow-y: scroll;
    }

    .hire_1daymain .wrap {
        width: fit-content;
        gap: 3vw;
        padding: 0 3vw;
    }

    .hire_1daymain .wrap div.art {
        width: 90vw;
        border:solid 3px var(--red);
        padding: 2rem 1rem;
    }
}

.hire_1daymain .wrap div.art img.icon {
    width: 40px;
    height: 56px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 0.5rem;
}

.hire_1daymain .wrap div.art img.icon.car {
    width: 52px;
    height: 51px;
}

.hire_1daymain .wrap div.art h5 {
    font-size: 2rem;
}

.hire_1daymain .wrap div.art small.art_exp {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hire_1daymain .wrap div.art img.photo {
    margin-bottom: 1.5rem;
}


/* SP */
@media (max-width: 768px) {
    .hire_1daymain .wrap div.art h5 {
        line-height: 1;

    }

    .hire_1daymain .wrap div.art small.art_exp {

    }
    .hire_1daymain .wrap div.art img.photo {
    margin-bottom: 1rem;
}
}



.hire_1daymain .wrap div.art .price {
    background: var(--red);
    color: #ffffff;
    width: 100%;
    height: fit-content;
    padding: 1rem;
    gap: 0;
    margin-bottom: 0.8rem;
}

.hire_1daymain .wrap div.art .price strong {
    font-size: 2rem;
    line-height: 1;
    white-space: nowrap;
    font-weight: 600;
}
.hire_1daymain .wrap div.art .price strong small {
    font-size: 1.7rem;
}
.hire_1daymain .wrap div.art .price span {
    font-weight: 400;
}


/* SP */
@media (max-width: 768px) {
    .hire_1daymain .wrap div.art .price strong {
        font-size: 1.8rem;
    }
    .hire_1daymain .wrap div.art .price strong small {
        font-size: 1.5rem;
    }
}

.hire_1daymain .wrap div.art a.gotoplan {
    color: #005697;
    position: relative;
    display: block;
    padding-right: 4rem;
    padding-left: 5px;
    width: fit-content;
    margin-left: auto;
    font-size: 1.25rem;
    border-bottom: solid 1px currentColor;
    margin-bottom: 1.5rem;
    transition: color 0.2s ease;
}

.hire_1daymain .wrap div.art a.gotoplan:hover {
    color: #85D3FF;
}

/* SP */
@media (max-width: 768px) {
    .hire_1daymain .wrap div.art a.gotoplan {
        font-size: 0.875rem;
    }
}

.hire_1daymain .wrap div.art a.gotoplan:after {
    content: "";
    display: block;
    width: 2.25rem;
    height: 1.25rem;
    background: currentColor;
    position: absolute;
    right: 0;
    bottom: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.hire_1daymain .wrap div.art h6 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.hire_1daymain .wrap div.art p {
    font-size: 1.25rem;
}

/* SP */
@media (max-width: 768px) {
.hire_1daymain .wrap div.art h6 {
    font-size: 1.25rem;
}
.hire_1daymain .wrap div.art p {
    font-size: 1rem;
}
}


/* 背景ゴールド */
img.hg {
    position: absolute;
    width: 400px;
    height: auto;
    z-index: 2;
}

img.hg_top {
    left: -12rem;
    top: 3rem;
}

img.hg_middle {
    right: -8rem;
    top: 25rem;
}

img.hg_bottom {
    left: -11rem;
    bottom: 12rem;
}

/* SP */
@media (max-width: 768px) {
img.hg {
    position: absolute;
    width: 200px;
    height: auto;
    z-index: 2;
}

img.hg_top {
    left: -22%;
    top: 0rem;
}

img.hg_middle {
    right: -26%;
    top: 19rem;
}

img.hg_bottom {
    left: -21%;
    bottom: 2rem;
}

}


.tourist_attractions {
    padding: 5rem 0 0;
    margin-bottom: 5rem;
}

.tourist_attractions h3 {
    color: var(--red);
    font-size: 3rem;
    margin-bottom: 2rem;
}


/* SP */
@media (max-width: 768px) {
    .tourist_attractions {
        padding: 3rem 0;
        margin-bottom: 2rem;
    }
    .tourist_attractions h3 {
        font-size: 2rem;
    margin-bottom: 1rem;
    }
}

.tourist_attractions .contents_wrap {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 3rem;
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 4rem;
}

.tourist_attractions .contents_wrap::after{
  content:"";
  display: block;
  width:400px;
}


.tourist_attractions .contents_wrap article {
    width: 400px;
    position: relative;
}

.tourist_attractions .contents_wrap article span {
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 0.5rem;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 400;
    min-width: 5em;
    border-radius: 9999px;
}



.tourist_attractions .contents_wrap article > div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tourist_attractions .contents_wrap article h4 {
    font-size: 2.25rem;
    color: var(--red);
    font-weight: 500;
}

.tourist_attractions .contents_wrap article p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.tourist_attractions .contents_wrap article a {
    margin: auto auto 0;
    width: 13.75rem;
    height: 3.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 1.25rem;
    border: solid 1px #000000;
    border-radius: 9999px;
}
.tourist_attractions .contents_wrap article a:hover {
    background: #000000;
    color: #ffffff;
}

/* SP */
@media (max-width: 768px) {
    .tourist_attractions .contents_wrap {
        padding: 1.5rem 1rem;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }

    .tourist_attractions .contents_wrap article {
        width: 100%;
        gap: 0.5rem;
        align-items: stretch;
    }

    .tourist_attractions .contents_wrap article img {
        width: 50%;
        aspect-ratio: 165 / 125;
        object-fit: cover;
        border-radius: 15px;

    }
    .tourist_attractions .contents_wrap article > div {
        height: auto;
    }
    .tourist_attractions .contents_wrap article h4 {
        font-size: 1.25rem;
    }
    .tourist_attractions .contents_wrap article p {
        font-size: 0.75rem;
    }
    .tourist_attractions .contents_wrap article a {
        width: 100%;
        height:fit-content;
        padding: 0.7rem;
        margin-top: auto;
    }

    .tourist_attractions .contents_wrap article span {
        font-size: 0.75rem;
            top: 0.4rem;
    left: 0.4rem;
    }
}


span.osaka {background:#C04F4F;}
span.nara {background:#C0774F;}
span.kyoto {background:#C0AB4F;}
span.shiga {background:#4F87C0;}
span.wakayama {background:#9A4FC0;}
span.mie {background:#C04F6D;}
span.hyogo {background:#4FC057;}




/* 1Day PLAN  90min PLAN */
main.plan_sl {
    padding-top: 3rem;
}

.plan_exp {
    padding:2rem;
    margin-bottom: 4rem;
}


.plan_exp h2 {
    color: var(--red);
    font-size: 2.625rem;
    margin-bottom: 1rem;
}

.plan_exp p {
    font-size: 1.5rem;
}

.plan_select {
    justify-content: center;
    gap: 3rem;
    width: 100%;
    margin-bottom: 6rem;
} 

.plan_select a {
    border: solid 2px var(--red);
    border-radius: 9999px;
    width: 333px;
    justify-content: center;
    align-items: center;
    position:relative;
    color: var(--red);
    font-size: 2.625rem;
    padding: 0.2rem;
    background: #ffffff;
}

.plan_select a:hover {
    background: var(--red);
    color: #ffffff;
}

.plan_select a.now {
    background: var(--red);
    color: #ffffff;
}

.plan_select a.now:before {
    content: "";
    display: block;
    background: var(--red);
    width: 24px;
    height: 17px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -15px;
}

/* SP */
@media (max-width: 768px) {
    main.plan_sl {
    padding-top: 2rem;
}
.plan_exp {
    padding:1.5rem 1rem;
    margin-bottom: 1.5rem;
}

.plan_exp h2 {
    color: var(--red);
    font-size: 1.5rem;
    font-weight: 400;
}

.plan_exp p {
    font-size: 1rem;
}

.plan_select {
    gap: 1rem;
    margin-bottom: 2rem;
}

.plan_select a {
    width: 40%;
    font-size: 1.25rem;
    padding: 0.4rem;
}

}


p.annotation {
    text-align: right;
    background: none;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.plan_detail {
    border: 1px solid #F2A100;
    background: #FFF4D3;
    padding: 2.5rem;
    margin-bottom: 3rem;
}


/* SP */
@media (max-width: 768px) {
    p.annotation {
        font-size: 0.875rem;
    }
    .plan_detail {
        padding:2rem 1rem;
    margin-bottom: 2rem;
    }
}








/* SP */
@media (max-width: 768px) {

}


/* ====================== */
/* PLAN DETAIL / SPOT CARD */
/* ====================== */

.spot_card {
    display: grid;
    grid-template-columns: 400px 1fr;
    grid-template-areas:
        "img   head"
        "img   btns"
        "route info";
    column-gap: 2.5rem;
    row-gap: 2rem;
    align-items: start;
}

.spot_img {
    grid-area: img;
}

.spot_img img {
    width: 100%;
    aspect-ratio: 400 / 250;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}

.spot_head {
    grid-area: head;
    display: flex;
    flex-direction: column;
    gap: 0rem;
}

.spot_title {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.5rem;
    line-height: 1;
}

.spot_title strong {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--red);
}

.spot_title span {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--red);
}

.spot_address {
    color: var(--red);
    font-size: 1.125rem;
    font-weight: 500;
}

.spot_plan {
    margin-top: 0.5rem;
}

.plan_label {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.plan_name {
    font-size: 1.125rem;
}

.spot_btns {
    grid-area: btns;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.spot_booknow {
    background: #F2A100;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0.6rem 2rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    transition: opacity 0.2s;
}

.spot_booknow:hover {
    opacity: 0.8;
    color: #ffffff;
}

.spot_googlemap {
    background: #ffffff;
    border: solid 1px #000000;
    color: #1a1a1a;
    font-size: 20px;
    padding: 0.6rem 2rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    transition: background 0.2s;
    width: 220px;
    height: 58px;
}

.spot_googlemap:hover {
    background: #000000;
    color: #ffffff;
}

.spot_info {
    grid-area: info;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.spot_dl dt {
    color: var(--red);
    font-size: 1.25rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.3rem;
}

.spot_dl dd {
    font-size: 1rem;
}

.spot_route {
    /* min-height: 270px; */
    grid-area: route;
    background: #ffffff;
    border-radius: 15px;
    padding: 1rem 1.2rem;
    align-self: self-start;
}

.spot_route h4 {
    color: var(--red);
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
}

.spot_route ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.spot_route li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.spot_route.walk li {
    align-items: center;
}

.spot_route li > i {
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 0.1em;
    color: var(--red);
}

.spot_route li > i.fa-train {
    color: #D06080;
}

.spot_route li p {
    font-size: 1rem;
    line-height: 1.2;
    margin: 0;
}

.spot_route li p span {
    color: var(--red);
    font-weight: 500;
}

.spot_route hr {
    background: #C5C5C5;
    margin-left: auto;
    width: calc(100% - 2rem);
    height: 1px;
    margin: 0 0 0 auto;
}

/* SP */
@media (max-width: 768px) {
    .spot_card {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    /* 各エリアをSP用に並び替え */
    .spot_head    { order: 1; }
    .spot_img     { order: 2; }

    /* spot_btnsをアンラップ：子要素がflexの直接の子になりorderが使える */
    .spot_btns {
        display: contents;
    }
    .spot_booknow {
        order: 3;
        min-width: unset;
        width: 100%;
        font-size: 1.25rem;
        padding: 0.8rem;
    }
    .spot_info    { order: 4; }
    .spot_googlemap {
        order: 5;
        min-width: unset;
        width: 80%;
        align-self: center;
        font-size: 1.125rem;
        padding: 0.7rem 1.5rem;
    }
    .spot_route   { order: 6; }
    .spot_route.walk li {
        align-items: flex-start;
    }

    .spot_img img {
        border-radius: 10px;
        aspect-ratio: 4 / 2.5;
        margin-bottom: 1rem;
    }

    .spot_head {
        text-align: center;
        width: 100%;

    }
    .spot_title {
        align-items: center;
        gap: 0;
        margin-bottom: 0.5rem;
    }
    .spot_title strong {
        font-size: 2.25rem;
        text-align: center;
        width: 100%;
        line-height: 1;
        
    }
    .spot_title span {
        display: block;
        text-align: center;
        width: 100%;
        font-size: 1.5rem;
    }
    .spot_address {
        font-size: 0.875rem;
    }
    .plan_label {
        font-size: 1.5rem;
    }
    .plan_name {
        font-size: 1rem;
    }
    .spot_info {
        margin-bottom: 1rem;
    }
    .spot_dl dt {
        font-size: 1.25rem;
    }
    .spot_dl dd {
        font-size: 1rem;
    }
    .spot_route h4 {
        font-size: 1.25rem;
    }
    .spot_route li p {
        font-size: 1rem;
    }
    .spot_booknow {
        margin: 0 auto 1rem;
    }
    .spot_googlemap {
        margin-bottom: 1rem;
    }
    .spot_route {
        min-height: fit-content;
    }
}

/* all seasons */

main.hire.seasons .mainvisual:after {
    background: #ffffff;
}

.seasons_main {
    background: #ffffff;
    width: 100%;
    padding: 0 0 3rem;
    margin-bottom: 3rem;
}

.seasons_select {
    width: 753px;
    margin-bottom: 3rem;
}

.seasons_select a.all {
    background: var(--red);
    color: #ffffff;
    border-radius: 0.9375rem;
    overflow: hidden;
    width: 100%;
    height: 177px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
}

.seasons_select a.all::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    z-index: 2;
}

.seasons_select a.all > * {
    position: relative;
    z-index: 1;
}

.seasons_select a.all.now:hover {
    background: var(--red);
    color: #ffffff;
} 

.seasons_select a.all.now {
    background: #ffffff;
    color: var(--red);
    border: solid 3px var(--red);
}

.seasons_select a.all.now:before {
    content: none;
}


.seasons_select div {
    justify-content: space-between;
}

.seasons_select div a {
    position: relative;
    overflow: hidden;
    width: 177px;
    border-radius: 0.9375rem;
}

.seasons_select div a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    z-index: 2;
    opacity: 1;
    transition: opacity 300ms ease;
}

.seasons_select div a > * {
    position: relative;
    z-index: 1;
}

.seasons_select div a:hover:before {
    opacity: 0;
}

.seasons_select div a.now:before  {
    opacity: 0;
}


/* SP */
@media (max-width: 768px) {
    .seasons_main {
        padding: 0rem 0 2rem;
        margin-bottom: 2rem;
    }

    main.hire.seasons .mainvisual .mv_main {
        transform: none;
        margin-top: 0;

    }
    main.hire.seasons .mainvisual div {
        bottom: 4rem;
    }
    .seasons_select {
    width: 96%;
    margin-bottom: 3rem;
    }

    .seasons_select a.all {
        height: 8.4375rem;
        font-size: 2rem;
    }
    .seasons_select div {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .seasons_select div a {
        width: calc(50% - 0.5rem);
    }


}


.season_art {
    border: solid 1px #000000;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 4rem;
    padding: 2rem;
}





/* SP */
@media (max-width: 768px) {
.season_art {
    margin-bottom: 2rem;
    padding: 1.5rem 2%;
}


}

/* season_art inner */
.season_block {
    width: 100%;
}

.season_head {
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.season_head_img {
    width: 36%;
}

.season_head_img img {
    width: 100%;
    aspect-ratio: 400 / 250;
    object-fit: cover;
    border-radius: 1.5625rem;
    display: block;
}

.season_head_main {
    width: calc(64% - 1rem);
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0 0;
}

.season_title {
    line-height: 1;
    margin-bottom: 0.25rem;
}

.season_title strong {
    color: var(--red);
    font-size: 2.25rem;
    font-weight: 700;
    margin-right: 0.5rem;
}

.season_title span {
    color: var(--red);
    font-size: 1.5rem;
    font-weight: 700;
}

.season_subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.season_head_actions {
    margin-top: auto;
    gap: 1rem;
    margin-bottom: 0.4rem;
}

.season_map_btn {
    width: 220px;
    height: 58px;
    border: solid 1px #000000;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    background: #ffffff;
    font-size: 20px;
}

.season_map_btn:hover {
    background: #000000;
    color: #ffffff;
}

.season_note_txt {
    font-size: 1rem;
}

.season_mid {
    gap: 1rem;
    margin-bottom: 1rem;
}

.season_info_box {
    width: 36%;
    border: 1px solid #1a1a1a;
    border-radius: 1.5625rem;
    padding: 0.8rem;
}

.season_schedule {
    width: calc(64% - 1rem);
    padding-top: 1rem;
}

.season_info_box h4 {
    font-weight: 700;
    margin-bottom: 0.5rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #c5c5c5;
    line-height: 1.2;
    font-size: 1rem;
}

.season_info_box h4.season_area_name {
    color: var(--red);
    margin-bottom: 0.5rem;
    padding-bottom: 0;
    border-bottom: none;
    display: block;
    font-size: 1.25rem;
}

.season_info_box h5.season_info_title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #c5c5c5;
    line-height: 1;
}

.season_schedule h4 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-size: 1.5rem;
}

.season_info_box h5,
.season_bottom h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid #c5c5c5;
    line-height: 1.2;
}

.season_info_box p,
.season_info_box li {
    font-size: 0.875rem;
    list-style: disc;
}

.season_schedule p,
.season_schedule li {
    font-size: 1rem;
}

.season_bottom li {
    font-size: 0.875rem;
    list-style: disc;
}

.season_info_box p {
    margin-bottom: 1rem;
}

.season_info_box ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    list-style-type: disc;
}

.season_info_box ul.wi {
    margin-bottom: 0;
}

.season_bottom ul {
    padding-left: 1.1rem;
    margin-bottom: 0.7rem;
    list-style-type: disc;
}

.season_timeline {
    margin-bottom: 0.7rem;
}

.season_price_wrap {
    margin-bottom: 0.4rem;
}

.season_price_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.season_price_table th,
.season_price_table td {
    border: 1px solid #2b2b2b;
    padding: 0.35rem;
    vertical-align: middle;
    font-size: 0.875rem;
    font-weight: 500;
}

.season_price_table th span,
.season_price_table td span {
    color: var(--red);
}

.season_price_table th {
    background: #d9d39c;
}

.season_price_table th small {
    font-size: 0.9rem;
}

.season_kimono_note span {
    color: var(--red);
}

.season_schedule_photos {
    gap: 1rem;
    margin-bottom: 1.5rem;
    margin-left: 2rem;
    width: 550px;
}

.season_schedule_photos img {
    width: calc(50% - 0.4rem);
    aspect-ratio: 320 / 190;
    object-fit: cover;
    border-radius: 8px;
}

.season_timeline {
    list-style: none;
    padding-left: 0;
}

.season_timeline li {
    margin-bottom: 0.45rem;
}

.season_time {
    font-weight: 600;
    font-size: 1rem;
    margin: 0 0 0.2rem;
}

.season_timeline li > p + p {
    font-size: 0.875rem;
    line-height: 1.35;
    margin: 0;
    padding-left: 1.4rem;
}

.season_time i,
.season_transfer_note i,
.season_schedule h4 i {
    margin-right: 0.35rem;
}

.season_schedule_icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: -0.15em;
    margin-right: 0.35rem;
}

.season_transfer_note {
    border-left: 2px solid #bfbfbf;
    padding: 0.5rem 0.8rem;
    margin: 0.5rem;
}

.season_bottom {
    border: 1px solid #2b2b2b;
    border-radius: 15px;
    padding: 0.9rem;
    gap: 1.2rem;
    margin-bottom: 2rem;
}

.season_notes_box,
.season_cancel_box {
    width: calc(50% - 0.6rem);
}

.season_end_actions {
    justify-content: center;
    gap: 1rem;
}

.season_schedule_toggle {
    display: none;
}

/* SP */
@media (max-width: 768px) {
    .season_head,
    .season_mid,
    .season_bottom {
        flex-direction: column;
    }

    /* SP: season_head内の順序を画像に合わせる */
    .season_head {
        display: flex;
        gap: 0.5rem;
    }

    .season_head_main {
        display: contents;
    }

    .season_title {
        order: 1;
    }

    .season_subtitle {
        order: 2;
    }

    .season_head_img {
        order: 3;
        margin-bottom: 1rem;
    }

    .season_head_actions {
        order: 4;
    }

    .season_note_txt {
        order: 5;
    }

    .season_head_img,
    .season_head_main,
    .season_info_box,
    .season_schedule,
    .season_notes_box,
    .season_cancel_box {
        width: 100%;
    }

    .season_title {
        text-align: center;
        margin-bottom: 0.4rem;
    }

    .season_title strong {
        font-size: 2rem;
        display: block;
    }

    .season_title span {
        font-size: 1.5rem;
        display: block;
    }

    .season_subtitle {
        font-size: 1rem;
        text-align: center;
        margin: 0;
    }

    .season_head_actions {
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
    }

    .season_map_btn,
    .season_end_actions .season_map_btn {
        width: 220px;
        height: 58px;
        font-size: 20px;
    }

    .season_note_txt {
        text-align: left;
        font-size: 1rem;
    }

    .season_info_box {
        border: none;
        border-radius: 0;
        padding: 0;
    }

    .season_info_box h4,
    .season_info_box h5,
    .season_bottom h5 {
        font-size: 1rem;
    }

    .season_info_box h4.season_area_name {
        font-size: 1.25rem;
        margin-bottom: 0.2rem;
        padding-bottom: 0;
        border-bottom: none;
    }

    .season_info_box h5.season_info_title {
        font-size: 1rem;
        margin-bottom: 0.5rem;
        padding-bottom: 0.3rem;
        border-bottom: 1px solid #c5c5c5;
    }

    .season_schedule {
        padding-top: 0;
    }
    .season_schedule h4 {
        font-size: 1rem;
    }

    .season_info_box p,
    .season_info_box li,
    .season_bottom li,
    .season_price_table th,
    .season_price_table td {
        font-size: 0.875rem;
    }

    .season_schedule p,
    .season_schedule li {
        font-size: 1rem;
    }

    .season_schedule_photos {
        gap: 0.6rem;
        width: 100%;
        margin: 0 0 1rem 0;
    }
    .season_schedule_photos img {
    width: calc(50% - 0.3rem);
}

    .season_schedule_toggle {
        width: 220px;
        height: 58px;
        margin: 0.8rem auto 0;
        border: none;
        border-radius: 5px;
        background: var(--red);
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        font-size: 1.25rem;
        font-weight: 400;
        cursor: pointer;
        font-family: "futura-pt", sans-serif;
    }

    .season_schedule_toggle_icon {
        display: block;
        background: #ffffff;
        width: 0.8125rem;
        height: 0.60938rem;
        aspect-ratio: 4/3;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        transition: transform 0.35s ease;
    }

    .season_schedule_toggle.is-open .season_schedule_toggle_icon {
        transform: rotate(180deg);
    }

    .season_schedule_body {
        height: 0;
        overflow: hidden;
        transition: height 0.35s ease;
    }

    .season_bottom {
        border: none;
        border-radius: 0;
        padding: 0;
        margin-bottom: 0.6rem;
    }

    .season_end_actions {
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
    }
}