@charset "utf-8";


/* トップページ */
main.top {}


/* mainvisual */
.mainvisual {
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
    overflow: hidden;
    width: 100%;
}


.mainvisual .slick-slide img {
    width: 100%;
    height: auto;
    max-width: 600px;
    max-height: 742px;
    aspect-ratio: 600 / 742;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.mainvisual .slick-list {
    /* margin: 0 -0.5rem; */
    width: 100%;
    overflow: visible;
}

.mainvisual .slick-slide {
    width: 600px;
    padding: 0;
    box-sizing: border-box;
}

/* SP only */
@media (max-width: 768px) {
    .mainvisual {
        background: #ffffff;
        margin: 0;
        padding-bottom: 4rem;
    }
    .mainvisual .slick-list {
        overflow: hidden;
    }

    .mainvisual .slick-slide {
        width: 100%;
    }
    .mainvisual .slick-slide img {
        width: 100%;
        max-width: 100%;
    }
    .mainvisual .slick-dots {
        bottom: 2rem;
    }
}

.mainvisual .slick-slide a {
    width: 600px;
    /* max-width: 600px; */
    display: block;
    margin: 0 auto;
}

/* SP only */
@media (max-width: 768px) {
    .mainvisual .slick-slide a {
        width: 100%;
    }
}

/* SP only */
@media (max-width: 768px) {
    .mainvisual .slick-track {
        display: flex;
        align-items: flex-end;
    }

    .mainvisual .slick-slide {
        transition: transform 0.3s ease, opacity 0.3s ease;
        transform-origin: center bottom;
        padding: 0 0rem;
    }

    .mainvisual .slick-slide:not(.slick-center) {
        /* transform: scale(0.92);
        opacity: 0.92; */
    }
}






/* kimono_rental */
.top .kimono_rental {
    margin-bottom: 3rem;
}

/* SP */
@media (max-width: 768px) {
    .top .kimono_rental {
        margin-bottom: 0;
    }
}

.top .kimono_rental .contents_wrap {
    padding: 2rem;
}

/* SP */
@media (max-width: 768px) {
    .top .kimono_rental .contents_wrap {
    padding: 1rem;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding-bottom: 4rem;
}

}

.top .kimono_rental h2 {
    color: var(--red);
    font-size: 2.625rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.top .kimono_rental h2 small {
    font-size: 1.5rem;
    display: block;
}

/* SP */
@media (max-width: 768px) {
.top .kimono_rental h2 {
    font-size: 2rem;
}

.top .kimono_rental h2 small {
    font-size: 1.25rem;
}
}

.top .kimono_rental a.mainlink {
    width: 100%;
    height: 18.0625rem;
    background: var(--red);
    color: #ffffff;
    font-size: 3rem;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    background-size: cover;
}

.top .kimono_rental a.mainlink:hover {
    background-image: url(../img/pp_01.png);
    transition-duration: 300ms;
}

.top .kimono_rental a.mainlink span {
    display: block;
    font-size: 2rem;
}

/* SP */
@media (max-width: 768px) {
    .top .kimono_rental a.mainlink {
        height: 8.4375rem;
        background-image: url(../img/pp_01_sp.png);
        font-size: 2rem;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
        margin-bottom: 1rem;
    }
    .top .kimono_rental a.mainlink span {
    display: block;
    font-size: 1.25rem;
}
}    



.top .kimono_rental ul {
    gap: 1rem;
}

.top .kimono_rental ul li {
    width: calc((100% - 2rem) / 3);
    height: 11.25rem;
}

.top .kimono_rental ul li a {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    border-radius: 0.75rem;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    background: var(--red);
    font-size: 2rem;
    font-weight: 400;
}

.top .kimono_rental ul li:first-child a:hover {
    background-image: url(../img/pp_02.png);
}
.top .kimono_rental ul li:nth-child(2) a:hover {
    background-image: url(../img/pp_03.png);
}
.top .kimono_rental ul li:nth-child(3) a:hover {
    background-image: url(../img/pp_04.png);
}

/* SP */
@media (max-width: 768px) {
    .top .kimono_rental ul {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .top .kimono_rental ul li {
        width: 100%;
        height: 8.4375rem;
    }

    .top .kimono_rental ul li:nth-child(n + 2) {
        width: calc(50% - 0.5rem);
    }

    .top .kimono_rental ul li a {
        font-size: 2rem;
    }
    .top .kimono_rental ul li a span {
        font-size: 1.25rem;
    }

    .top .kimono_rental ul li:nth-child(n + 2) a {
        font-size: 1.5rem;
    }


    .top .kimono_rental ul li:first-child a {
    background-image: url(../img/pp_02_sp.png);
}
.top .kimono_rental ul li:nth-child(2) a {
    background-image: url(../img/pp_03_sp.png);
}
.top .kimono_rental ul li:nth-child(3) a{
    background-image: url(../img/pp_04_sp.png);
}
}



/* RENTAL PLAN RANKING */
.top .rental_plan_ranking {
    margin-bottom: 3rem;
}

.top .rental_plan_ranking .contents_wrap {
    background-color: var(--red);
    background-image: url(../img/pp_rank_bg.webp);
    background-size: cover;
    background-repeat: repeat;
    padding: 2.5rem 0;
}

/* SP */
@media (max-width: 768px) {
    .top .rental_plan_ranking .contents_wrap {
        padding: 1.5rem 0 3rem;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }
}

.top .rental_plan_ranking h2 {
    color: #ffffff;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 2.625rem;
    line-height: 1.2;
    margin-bottom: 3rem;
}
.top .rental_plan_ranking h2 img {
    margin-bottom: 1.5rem;
}
.top .rental_plan_ranking h2 small {
    font-size: 1.3rem;
}
    
/* SP */
@media (max-width: 768px) {
    .top .rental_plan_ranking h2 {
        font-size: 2rem;
    margin-bottom: 2rem;
    }
    .top .rental_plan_ranking h2 small {
        font-size: 1rem;
    }
}

.rp_ranking_slide {
    counter-reset: rp-rank;
    padding-bottom: 2.5rem;
}
/* SP */
@media (max-width: 768px) {
    .rp_ranking_slide {
    padding-bottom: 2rem;
    }
}

/*　スライド調整 PC only */
@media (min-width: 769px) {
.rp_ranking_slide .slick-track {
    padding-left: 5vw;
    margin-left: 5vw;
}
}

@media (min-width: 1153px) {
.rp_ranking_slide .slick-track {
    padding-left: 100px;
    margin-left: 100px;
}
}


/* スライド記事 */
.rp_ranking_slide article {
    counter-increment: rp-rank;
    background: #ffffff;
    padding: 1.9rem 2.2rem;
    border-radius: 1.5625rem;
    margin: 0 0.5rem;
    width: 325px;
}

/* SP */
@media (max-width: 768px) {
    .rp_ranking_slide article {
        margin: 0 1rem;
        width: 100%;
    }
}


.rp_ranking_slide article span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    aspect-ratio: 1 / 1 ;
    border-radius: 9999px;
    background: var(--red);
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto 1rem;
}

.rp_ranking_slide article span::before {
    content: counter(rp-rank);
}

.rp_ranking_slide article h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1.2rem;
}
.rp_ranking_slide article img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 15px;
    margin-bottom: 1.5rem;
}

.rp_ranking_slide article a.booknow {
    margin: 0 auto;
    width: 80%;
}



/* KIMONO RENTAL & SALE */
.top .rental_sale {
    position: relative;
    margin-bottom: 3rem;
    z-index: 3;
}
/* SP */
@media (max-width: 768px) {
    .top .rental_sale {
        margin-bottom: 4rem;
    }
}

.top .rental_sale .contents_wrap {
    padding: 2.5rem 3.5rem;
    position: relative;

}
/* SP */
@media (max-width: 768px) {
    .top .rental_sale .contents_wrap {
        padding: 2rem 1rem 2.5rem;
    }
}

.top .rental_sale h2 {
    color: var(--red);
    font-size: 2.625rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.top .rental_sale h2 small {
    font-size: 1.5rem;
    display: block;
}

/* SP */
@media (max-width: 768px) {
    .top .rental_sale h2 {
        font-size: 2;
        margin-bottom: 1.5rem;
    }

    .top .rental_sale h2 small {
        font-size: 1.25rem;
    }
}

.top .rental_sale p {
    font-size: 1.25rem;
    margin-bottom: 3rem;
}

/* SP */
@media (max-width: 768px) {
    .top .rental_sale p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    }
}

.top .rental_sale .contents_wrap div {
    justify-content: space-between;
    gap: 1.5rem;
    width: 100%;
}

.top .rental_sale .contents_wrap div img {
    width: calc((100% - 4.5rem) / 4);
    border-radius: 15px;

}

/* SP */
@media (max-width: 768px) {
    .top .rental_sale .contents_wrap div {
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.top .rental_sale .contents_wrap div img {
    width: calc(50% - 0.5rem);
    border-radius: 15px;
}

}

img.kr_img {
    position: absolute;
    right: max(0px, calc(max(2vw, (100vw - 1210px) / 2) - 5rem));
    bottom: -5rem;
}

/* SP */
@media (max-width: 768px) {
    img.kr_img {
        right: 1rem;
        bottom: -6rem;
        width: 6.0625rem;
        object-fit: contain;
        height: auto;
    }

}


/* OSAKA KIMONO RENTAL 1DAY Plan */
.top .exp_1day {
    position: relative;
    margin-bottom: 3rem;
    z-index: 2;
    background-image: url(../img/exp_1day_bg.webp);
    background-position: top;
    background-size: cover;
    padding: 3rem 0 0;
}

.top .exp_1day.exp_90min {

    background-image: url(../img/exp_90min_bg.webp);
}


/* SP */
@media (max-width: 768px) {
    .top .exp_1day {
    background: none;
    padding: 0;
}
.top .exp_1day.exp_90min {
    background:none;
}
}

.top .exp_1day .contents_wrap {
    background: none;
    margin-bottom: 3rem;
}

.top .exp_1day .contents_wrap article {
    margin-right: auto;
    width: 60%;
    max-width: 631px;
    background: #ffffff;
    padding-top: 1.5rem;
    overflow: hidden;
}

.top .exp_1day.exp_1day.exp_90min .contents_wrap article {
    margin-left: auto ;
    margin-right: 0;

}


/* SP */
@media (max-width: 768px) {
    .top .exp_1day .contents_wrap article {
        width: 100%;
        margin: 0;
    }
}

.top .exp_1day h2 {
    color: var(--red);
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.top .exp_1day h2 small {
    display: block;
    font-size: 2rem;
}

/* SP */
@media (max-width: 768px) {
    .top .exp_1day h2 {
    font-size: 1.25rem;
}
.top .exp_1day h2 small {
    font-size: 2rem;
}
}

.top .exp_1day span.tit {
    background: var(--red);
    border-radius: 2.5625rem;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 1.5rem;
    width: 16.375rem;
    height: 3.1875rem;
    font-weight: 400;
    margin: 0 auto 1rem;
}

.top .exp_1day p {
    font-size: 1.35rem;
    padding:0 1rem;
    margin-bottom: 1rem;
}

/* SP */
@media (max-width: 768px) {
    .top .exp_1day p {
        font-size: 1rem;
    }
    .top .exp_1day img {
        margin-bottom: 1.3rem;
    }
}

.top .exp_1day article div.li_area {
    border: solid 1px #000000;
    margin: 0 1.9rem 1rem;
    padding: 0.8rem;
    gap: 0.6rem;
    align-items: center;

}

/* SP */
@media (max-width: 768px) {
    .top .exp_1day article div.li_area {
        margin: 0 1rem 1rem;
    }
}

.top .exp_1day article div.li_area p {
    font-size: 1rem;
    margin: 0;
}

.top .exp_1day article div.li_area p span {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    gap: 0.15em;
    font-size: 1.25rem;
}

.top .exp_1day article div.li_area p span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    border-top: 2px solid currentColor;
    transform: translateY(-50%);
}

.top .exp_1day article div.li_area p span small {
    font-size: 0.9375rem;
    line-height: 1;
}

.top .exp_1day article div.li_area strong {
    color: var(--red);
    font-size: 3rem;
    display: block;
    line-height: 1;
}
.top .exp_1day article div.li_area strong small {
    font-size: 2rem;
}

/* SP */
@media (max-width: 768px) {
.top .exp_1day article div.li_area strong {
    font-size: 2.25rem;
}
.top .exp_1day article div.li_area strong small {
    font-size: 1.25rem;
}

}


.top .exp_1day article div.bottom_area {
    background: var(--red);
    color: #ffffff;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    padding: 0.5rem;
}

.top .exp_1day article div.bottom_area span {
    font-size: 1.5rem;
    font-weight: 400;
}
.top .exp_1day article div.bottom_area small {
    font-size: 1rem;
    font-weight: 400;
}

/* SP */
@media (max-width: 768px) {
.top .exp_1day article div.bottom_area span {
    font-size: 1.125rem;
    font-weight: 400;
}
.top .exp_1day article div.bottom_area small {
    font-size: 1rem;
    font-weight: 400;
}
}

/* 1Day tourist attractions */
.top .att_1day {
    background: rgba(255, 255, 255, 0.90);
    padding: 3rem 0;
}
/* SP */
@media (max-width: 768px) {
    .top .att_1day {
    background:none;
    padding:0;
}
}

.top .att_1day h2 {
    margin: 0 auto 2rem;
    background: #ffffff;
    border-radius: 9999px;
    padding: 0.5rem 2rem;
    color: var(--red);
    font-size: 2.625rem;
    width: fit-content;
    justify-content: center;
    align-items: center;
}

/* SP */
@media (max-width: 768px) {
.top .att_1day h2 {
    height: 3.75rem;
    font-size: 1.5rem;
    width: 96%;
    margin: 0 auto 1.5rem;
}
}

.att_slide {
    width: 96%;
    max-width: 1210px;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.att_slide .slick-track {
    display: flex;
}

.att_slide .slick-slide {
    height: auto;
}

.att_slide article {
    padding: 10px;
    height: 100%;

}

.att_slide article div {
    display: flex;
    flex-direction: column;
    width: calc(100% - 4px);
    min-height: 100%;
    margin: 2px;
    padding: 0 0 1.7rem;
    background: #ffffff;
    border-radius: 1.5625rem;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

/* SP */
@media (max-width: 768px) {
    .att_slide{
        width: 100%;
    }

    .att_slide .slick-track {
    padding-left: 2vw;
    margin-left: 2vw;
    }

    .att_slide article {
    padding: 0;
    width: 92vw;
    margin: 0 1vw;
    }

}

.att_slide .slick-track {
    padding-bottom: 1rem;

}

.att_slide article div h3 {
    background: var(--red);
    color: #ffffff;
    width: 100%;
    padding: 1rem 0;
    font-size: 1.8rem;
    text-align: center;
}
.att_slide article div h3 small {
    font-size: 1.5rem;
    display: block;
}

.att_slide article div img {
    margin-bottom: 0.5rem;
}
.att_slide article div h4 {
    font-size: 1.25rem;
    padding: 0 1rem;
    font-weight: 500;
}

.att_slide article div p {
    font-size: 0.875rem;
    padding: 0 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}



.att_slide article div a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 3.4rem;
    margin: auto auto 0;
    border: none;
    border-radius: 5px;
    background: #d7ba78;
    color: #ffffff;
    font-size: 1.15rem;
    letter-spacing: 0.18em;
    cursor: pointer;
    overflow: hidden;
}

.att_slide article div a::before,
.att_slide article div a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
}

.att_slide article div a::before {
    left: 7px;
}

.att_slide article div a::after {
    right: 7px;
}

.att_slide article div a span {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "futura-pt", sans-serif;
}

.att_slide article div a span:before,
.att_slide article div a span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.att_slide article div a span:before {
    top: 7px;
}

.att_slide article div a span:after {
    bottom: 7px;
}



a.gotoplanbtn {
    background-color: #ffffff;
    border: solid 2px var(--red);
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.5rem;
    font-size: 1.35rem;
    width: fit-content;
    color: var(--red);
    font-weight: 900;
    gap: 0.5rem;
    margin-bottom: 4rem;
}
a.gotoplanbtn:hover {
    background: var(--red);
    color: #ffffff;
}
a.gotoplanbtn:after {
    content: "";
    background-image: url(../img/icon_arrow.png);
    background-size: contain;
    display: block;
    aspect-ratio: 1 / 1;
    width: 34px;
    height: 34px;
}

a.gotoplanbtn:hover:after {
    background-image: url(../img/icon_arrow_hover.png);
}


/* SP */
@media (max-width: 768px) {
    a.gotoplanbtn {
        font-size: 1rem;
        width: 96%;
    }
}




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

}







