@charset "UTF-8";
/*====================================================================================================

　CSS構成

　//絶対に変更しないCSS
　- reset.css           全てのブラウザ固有CSSをリセットするCSS。基本触らないこと。
　- bootstrap.min.css   Bootstrapコンポーネントを利用するためのCSS。基本触らないこと。
　- all.min.css         Font Awesome を利用するためのCSS。基本触らないこと。
　- aos.css             AOSを利用するためのCSS。基本触らないこと。

　//基本的には変更しないCSS
　- base.css            基本の文字設定や、Webフォントの読み込みなど。基本触らなくてもOK。

　//メインで利用しているCSS
　- common.css          ヘッダー、フッター、下層ページのタイトルなど、共通ページレイアウトを記載したCSS
　- stlye.css           各ページ固有のレイアウトを記載したCSS

　//補助的に利用しているCSS
　- module.css          見出しやリスト、テーブルなど、共通利用できるパーツをまとめたCSS
　- utility.css         マージンやパディング、文字サイズや文字色など、補助的に利用できるCSS

====================================================================================================*/



/*/////////////////////////////////////////////////////////////////
  index.html
/////////////////////////////////////////////////////////////////*/

/*------------------------------------------------------------------
  home-hero
------------------------------------------------------------------*/

/*  home-hero
------------------------------------------------------------------*/
.home-hero{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.home-hero::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 320 / 17;
    content: "";
    background: url(../images/home-hero-treat.png) no-repeat top center / cover;
    z-index: 1;
}
/*  home-hero-slider
------------------------------------------------------------------*/
.home-hero-slider{
    position: relative;
    z-index: 1;
}
.home-hero-slider::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: .2;
    content: "";
    z-index: 1;
}
.home-hero-slider .swiper-slide{
    position: relative;
    background: #fff;
    z-index: 1;
}
@media screen and (max-width:1199px){
    .home-hero-slider .swiper-slide{
        aspect-ratio: 5 / 4;
    }
}
@media screen and (max-width:767px){
    .home-hero-slider .swiper-slide{
        aspect-ratio: 5 / 6;
    }
}
/*  home-hero-slider
------------------------------------------------------------------*/
.home-hero-slider-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: homeHeroImage 1s forwards ease-out;
}
@keyframes homeHeroImage {
    from{
        opacity: 0;
        transform: scale(1.1);
    }
    to{
        opacity: 1;
        transform: scale(1);
    }
}
/*  home-hero-detail
------------------------------------------------------------------*/
.home-hero-detail{
    position: absolute;
    bottom: min(8vw,150px);
    left: min(4.5vw,80px);
    z-index: 1;
}
@media screen and (max-width:767px){
    .home-hero-detail{
        bottom: 10vw;
        left:3vw;
    }
}
/*  home-hero-title
------------------------------------------------------------------*/
@media screen and (max-width:767px){
    .home-hero-title{
        width: 90vw;
    }
}

/*------------------------------------------------------------------
  home-news
------------------------------------------------------------------*/

/*  home-news-head
------------------------------------------------------------------*/
.home-news-head{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    column-gap: 30px;
    margin-bottom: 60px;
}
@media screen and (max-width:991px){
    .home-news-head{
        display: block;
        margin-bottom: 40px;
    }
}


/*------------------------------------------------------------------
  home-feature
------------------------------------------------------------------*/

/*  home-feature
------------------------------------------------------------------*/
.home-feature{
    padding: 140px 0;
    background: url(../images/home-feature-bg01.png) no-repeat top right,
                url(../images/home-feature-bg02.png) no-repeat bottom left;
}
@media screen and (max-width:991px){
    .home-feature{
        padding: 120px 0;
        background: initial;
    }
}
@media screen and (max-width:767px){
    .home-feature{
        padding: 90px 0;
    }
}
/*  home-feature-wrapper
------------------------------------------------------------------*/
.home-feature-wrapper{
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
}
@media screen and (max-width:1399px){
    .home-feature-wrapper{
        column-gap: 30px;
    }
}
@media screen and (max-width:991px){
    .home-feature-wrapper{
        flex-direction: column;
        justify-content: initial;
        row-gap: 40px;
    }
}
/*  home-feature-detail
------------------------------------------------------------------*/
.home-feature-detail{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    padding: 40px 0;
}
@media screen and (max-width:1399px){
    .home-feature-detail{
        flex-shrink: initial;
    }
}
@media screen and (max-width:991px){
    .home-feature-detail{
        padding: 0;
    }
}
/*  home-feature-image
------------------------------------------------------------------*/
.home-feature-image{
    overflow: hidden;
    border-radius: 30px;
}
.home-feature-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width:991px){
    .home-feature-detail{
        padding-top: 0;
    }
}

/*------------------------------------------------------------------
  home-about
------------------------------------------------------------------*/

/*  home-about
------------------------------------------------------------------*/
.home-about{
    position: relative;
    padding: 120px 0;
    background: var(--light-color);
    z-index: 3;
}
.home-about::after{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-30%, -50%);
    content: "";
    width: 156px;
    aspect-ratio: 39 / 46;
    background: url(../images/common/illust01.png) no-repeat center / contain;
    z-index: 1;
}
@media screen and (max-width:1399px){
    .home-about{
        padding: 100px 0;
    }
    .home-about::after{
        width: 120px;
    }
}
@media screen and (max-width:991px){
    .home-about{
        padding: 80px 0;
    }
    .home-about::after{
        width: 100px;
    }
}
@media screen and (max-width:767px){
    .home-about{
        padding: 60px 0;
    }
    .home-about::after{
        width: 70px;
    }
}

/*------------------------------------------------------------------
  home-class
------------------------------------------------------------------*/

/*  home-class
------------------------------------------------------------------*/
.home-class{
    position: relative;
    padding-bottom: 120px;
    background: var(--light-color);
    z-index: 3;
}
.home-class::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    transform: translate(30%, -20%);
    width: 164px;
    aspect-ratio: 41 / 30;
    background: url(../images/common/illust02.png) no-repeat center / contain;
    z-index: 1;
}
.home-class::after{
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    transform: translate(-30%, -5%);
    width: 160px;
    aspect-ratio: 160 / 167;
    background: url(../images/common/illust03.png) no-repeat center / contain;
    z-index: 1;
}
@media screen and (max-width:1399px){
    .home-class{
        padding-bottom: 100px;
    }
    .home-class::before{
        width: 140px;
    }
    .home-class::after{
        width: 120px;
    }
}
@media screen and (max-width:991px){
    .home-class{
        padding-bottom: 80px;
    }
    .home-class::before{
        width: 120px;
    }
    .home-class::after{
        width: 100px;
    }
}
@media screen and (max-width:767px){
    .home-class{
        padding-bottom: 60px;
    }
    .home-class::before,
    .home-class::after{
        display: none;
    }
}

/*------------------------------------------------------------------
  home-links
------------------------------------------------------------------*/

/*  home-links-list
------------------------------------------------------------------*/
.home-links-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 52px;
    row-gap: 60px;
}
@media screen and (max-width:1399px){
    .home-links-list{
        column-gap: 30px;
        row-gap: 40px;
    }
}
@media screen and (max-width:1199px){
    .home-links-list{
        column-gap: 16px;
        row-gap: 30px;
    }
}
@media screen and (max-width:991px){
    .home-links-list{
        grid-template-columns: repeat(2,1fr);
        column-gap: 30px;
        row-gap: 40px;
    }
}
@media screen and (max-width:767px){
    .home-links-list{
        column-gap: 16px;
        row-gap: 30px;
    }
}
@media screen and (max-width:575px){
    .home-links-list{
        grid-template-columns: 1fr;
    }
}
/*  home-links-item
------------------------------------------------------------------*/
.home-links-item{
    --item-color: var(--primary-color);
    position: relative;
    display: block;
    z-index: 1;
}
.home-links-item .image{
    overflow: hidden;
    border-radius: 20px;
}
.home-links-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s ease-out;
}
.home-links-item .title{
    --font-size: 1.25rem;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    column-gap: .5em;
    padding: .6em;
    background: var(--light-color);
    border-top-right-radius: 10px;
    font-size: var(--font-size);
    font-weight: bold;
    line-height: 1;
    z-index: 1;
}
.home-links-item .title::before{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background: url(../images/home-about-treat.png) no-repeat center / contain;
    line-height: 1;
    z-index: 1;
}
.home-links-item .title::after{
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background: url(../images/home-about-treat.png) no-repeat center / contain;
    line-height: 1;
    z-index: 1;
}
.home-links-item .title .arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--font-size) * 1.2);
    aspect-ratio: 1 / 1;
    background: var(--item-color);
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
}
/* 矢印の色を変更 */
.home-links-item.red{ --item-color: #dd6a6a;}
.home-links-item.orange{ --item-color: #e37d39;}
.home-links-item.green{ --item-color: #42ad68;}
.home-links-item.purple{ --item-color: #aa80ce;}
.home-links-item.pink{ --item-color: #d46a9f;}

/* ホバー時動作 */
@media (hover:hover) {
    .home-links-item:hover .image img{
        transform: scale(1.1);
        filter: brightness(.6);
    }
}
@media screen and (max-width:1399px){
    .home-links-item .title{
        --font-size: 1.125rem;
    }
}

/*------------------------------------------------------------------
  home-admission
------------------------------------------------------------------*/

/*  home-admission-btn
------------------------------------------------------------------*/
.home-admission-btn{
    --btn-radius: 40px;
    position: relative;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    background: var(--primary-color);
    border-radius: var(--btn-radius);
    transition: .2s ease-out;
}
.home-admission-btn::before{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-25%, -25%);
    width: 70px;
    aspect-ratio: 70 / 101;
    background: url(../images/common/illust04.png) no-repeat center / contain;
    content: "";
    z-index: 1;
}
.home-admission-btn::after{
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(39%, 14%);
    width: 97px;
    aspect-ratio: 97 / 161;
    background: url(../images/common/illust05.png) no-repeat center / contain;
    content: "";
    z-index: 1;
}
.home-admission-btn .detail{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    padding: 70px;
}
.home-admission-btn .detail .title{
    margin-bottom: .65em;
    font-size: 2.25rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    transition: .2s ease-out;
}
.home-admission-btn .detail .caption{
    font-size: max(.44em,.75rem);
    font-weight: bold;
    color: #fff;
    line-height: 1;
    transition: .2s ease-out;
}
.home-admission-btn .image{
    width: 100%;
    height: 300px;
    border-radius: 0 var(--btn-radius) var(--btn-radius) 0;
    overflow: hidden;
}
.home-admission-btn .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s ease-out;
}
/* ホバー時動作 */
@media (hover:hover) {
    .home-admission-btn:hover{
        background: var(--red-color);
    }
    .home-admission-btn:hover .image img{
        transform: scale(1.1);
        filter: brightness(.6);
    }
}
@media screen and (max-width:1399px){
    .home-admission-btn .image{
        height: 240px;
    }
}
@media screen and (max-width:991px){
    .home-admission-btn{
        --btn-radius: 30px;
    }
    .home-admission-btn::before{
        width: 50px;
    }
    .home-admission-btn::after{
        width: 70px;
    }
    .home-admission-btn .detail{
        padding: 50px;
    }
    .home-admission-btn .detail .title{
        font-size: 1.875rem;
    }
    .home-admission-btn .image{
        height: 200px;
    }
}
@media screen and (max-width:767px){
    .home-admission-btn{
        --btn-radius: 20px;
    }
    .home-admission-btn::before{
        width: 40px;
    }
    .home-admission-btn::after{
        width: 60px;
    }
    .home-admission-btn .detail{
        padding: 36px;
    }
    .home-admission-btn .detail .title{
        font-size: 1.5rem;
    }
    .home-admission-btn .image{
        height: 150px;
    }
}
@media screen and (max-width:575px){
    .home-admission-btn{
        --btn-radius: 12px;
    }
    .home-admission-btn::before{
        width: 30px;
    }
    .home-admission-btn::after{
        width: 48px;
    }
    .home-admission-btn .detail{
        padding: 24px;
    }
    .home-admission-btn .detail .title{
        font-size: 1.125rem;
    }
    .home-admission-btn .image{
        height: 120px;
    }
}



/*------------------------------------------------------------------
  home-recruit
------------------------------------------------------------------*/

/*  home-recruit
------------------------------------------------------------------*/
.home-recruit{
    position: relative;
    padding: 100px 0;
    background: var(--light-color);
    z-index: 3;
}
.home-recruit::after {
    position: absolute;
    top: 0;
    right: 40px;
    transform: translateY(-35%);
    content: "";
    width: 197px;
    aspect-ratio: 197 / 186;
    background: url(../images/common/illust06.png) no-repeat center / contain;
    z-index: 1;
}
@media screen and (max-width:991px){
    .home-recruit{
        padding: 80px 0;
    }
    .home-recruit::after {
        right: 20px;
        width: 160px;
    }
}
@media screen and (max-width:767px){
    .home-recruit{
        padding: 60px 0;
    }
    .home-recruit::after {
        right: 10px;
        width: 100px;
    }
}
/*  home-recruit-wrapper
------------------------------------------------------------------*/
.home-recruit-wrapper{
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
}
@media screen and (max-width:1399px){
    .home-recruit-wrapper{
        column-gap: 30px;
    }
}
@media screen and (max-width:991px){
    .home-recruit-wrapper{
        flex-direction: column;
        justify-content: initial;
        row-gap: 40px;
    }
}
/*  home-recruit-detail
------------------------------------------------------------------*/
.home-recruit-detail{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    padding: 20px 0;
}
@media screen and (max-width:1399px){
    .home-recruit-detail{
        flex-shrink: initial;
    }
}
@media screen and (max-width:991px){
    .home-recruit-detail{
        display: block;
        padding: 0;
    }
}
/*  home-recruit-image
------------------------------------------------------------------*/
.home-recruit-image{
    overflow: hidden;
    border-radius: 30px;
}
.home-recruit-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width:991px){
    .home-recruit-detail{
        padding-top: 0;
    }
}


/*/////////////////////////////////////////////////////////////////
  news.html
/////////////////////////////////////////////////////////////////*/

/*  news-category-list
------------------------------------------------------------------*/
.news-category-list{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
    margin-bottom: 60px;
}
@media screen and (max-width:1199px){
    .news-category-list{
        grid-template-columns: repeat(4,1fr);
    }
}
@media screen and (max-width:991px){
    .news-category-list{
        grid-template-columns: repeat(3,1fr);
        margin-bottom: 40px;
    }
}
@media screen and (max-width:767px){
    .news-category-list{
        grid-template-columns: repeat(2,1fr);
        margin-bottom: 30px;
    }
}
@media screen and (max-width:575px){
    .news-category-list{
        gap: 8px;
    }
}
/*  news-category-btn
------------------------------------------------------------------*/
.news-category-btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.5em;
    padding: 0 1em;
    border-radius: 2em;
    background: #ccc;
    text-align: center;
    font-size: .875rem;
    font-weight: bold;
    line-height: 1.2;
    transition: .2s ease-out;
    z-index: 1;
}
.news-category-btn.active{
    background: var(--primary-color);
    color: #fff;
    pointer-events: none;
}
@media (hover:hover) {
    .news-category-btn:hover{
        background: var(--accent-color);
    }
}
@media screen and (max-width:575px){
    .news-category-btn{
        font-size: .75rem;
    }
}
/*  news-list
------------------------------------------------------------------*/
.news-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 30px;
    row-gap: 60px;
}
@media screen and (max-width:1199px){
    .news-list{
        column-gap: 16px;
        row-gap: 40px;
    }
}
@media screen and (max-width:767px){
    .news-list{
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (max-width:575px){
    .news-list{
        column-gap: 12px;
        row-gap: 20px;
    }
}
/*  news-list-item
------------------------------------------------------------------*/
.news-list-item{
    display: block;
}
.news-list-item .date{
    margin-bottom: 10px;
    font-size: .75rem;
    font-weight: bold;
    color: #615754;
    text-align: right;
    line-height: 1;
}
.news-list-item .new{
    display: inline-block;
    margin-left: 4px;
    font-weight: bold;
    color: var(--red-color);
}
.news-list-item .image{
    margin-bottom: 20px;
    aspect-ratio: 3 / 2;
    border-radius: 20px;
    overflow: hidden;
}
.news-list-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s ease-out;
}
.news-list-item .title{
    display: -webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: .7em;
    font-weight: bold;
    overflow: hidden;
    line-height: 1.5;
}
.news-list-item .category{
    display: -webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: .875rem;
    font-weight: bold;
    color: var(--primary-color);
    line-height: 1.2;
}
/* ホバー時動作 */
@media (hover:hover) {
    .news-list-item:hover .image img{
        transform: scale(1.1);
        filter: brightness(.6);
    }
}
@media screen and (max-width:991px){
    .news-list-item .image{
        margin-bottom: 12px;
        border-radius: 10px;
    }
    .news-list-item .category{
        font-size: .75rem;
    }
}

/*  news-container
------------------------------------------------------------------*/
.news-container{
    max-width: 1000px;
    padding: 0 60px;
    margin: 0 auto;
}
@media screen and (max-width:991px){
    .news-container{
        padding: 0 6vw;
    }
}
/*  news-detail
------------------------------------------------------------------*/
.news-detail{
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 12px;
}
.news-detail .new{
    font-size: .875rem;
    font-weight: bold;
    color: var(--red-color);
    line-height: 1;
}
.news-detail .date{
    font-size: .875rem;
    font-weight: bold;
    color: #615754;
    line-height: 1;
}
.news-detail .category{
    display: inline-block;
    font-size: .875rem;
    font-weight: bold;
    color: var(--primary-color);
    line-height: 1;
}
@media screen and (max-width:575px){
    .news-detail{
        column-gap: 8px;
        margin-bottom: 4px;
    }
    .news-detail .date{
        font-size: .75rem;
    }
    .news-detail .category{
        font-size: .75rem;
    }
}
/*  news-slider
------------------------------------------------------------------*/
.news-slider{
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}
.news-slider .swiper-slide{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    background: #fff;
}
.news-slider .swiper-slide a{
    display: block;
    height: 100%;
}
.news-slider .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*  news-thumb-slider
------------------------------------------------------------------*/
.news-thumb-slider{
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    z-index: 1;
}
.news-thumb-slider .swiper-wrapper{
    justify-content: center;
}
.news-thumb-slider .swiper-slide{
    width: 80px;
    aspect-ratio: 1 / 1;
    filter: brightness(0.3);
    cursor: pointer;
}
.news-thumb-slider .swiper-slide.swiper-slide-thumb-active{
    filter: brightness(1);
}
.news-thumb-slider .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
/*  news-slider-button
------------------------------------------------------------------*/
.news-slider-button-prev,
.news-slider-button-next{
    position: absolute;
    top: 50%;
    width: 36px;
    aspect-ratio: 1 / 1;
    background: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    transform: translateY(-50%);
    color: #333;
    transition: .2s ease-out;
    z-index: 2;
}
.news-slider-button-prev.swiper-button-disabled,
.news-slider-button-next.swiper-button-disabled{
    border-color: #ccc;
    color: #ccc;
    pointer-events: none;
}
.news-slider-button-prev{
    left: -18px;
}
.news-slider-button-prev::after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-size: 0.75rem;
    font-weight: bold;
}
.news-slider-button-next{
    right: -18px;
}
.news-slider-button-next::after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-size: 0.75rem;
    font-weight: bold;
}
/* ホバー時動作 */
@media (hover:hover) {
    .news-slider-button-prev:hover,
    .news-slider-button-next:hover,
    .news-slider-button-prev:active,
    .news-slider-button-next:active{
        background: var(--primary-color);
        border-color: var(--primary-color);
        color: #fff;
    }
    .news-slider-button-prev:active,
    .news-slider-button-next:active{
        transform: scale(0.8) translateY(-50%);
    }
}
@media (hover:none) {
    .news-slider-button-prev:active,
    .news-slider-button-next:active{
        background: var(--primary-color);
        border-color: var(--primary-color);
        color: #fff;
        transform: scale(0.8) translateY(-50%);
    }
}


/*/////////////////////////////////////////////////////////////////
  flow.html
/////////////////////////////////////////////////////////////////*/

/*  flow-oneday
------------------------------------------------------------------*/
.flow-oneday{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    column-gap: 20px;
    row-gap: 40px;
}
@media screen and (max-width:991px){
    .flow-oneday{
        grid-template-columns: repeat(3,1fr);
    }
}
@media screen and (max-width:767px){
    .flow-oneday{
        grid-template-columns: repeat(2,1fr);
        row-gap: 30px;
    }
}
@media screen and (max-width:575px){
    .flow-oneday{
        grid-template-columns: 1fr;
        max-width: 240px;
        margin: 0 auto;
        row-gap: 40px;
    }
}

/*  flow-oneday-item
------------------------------------------------------------------*/
.flow-oneday-item{
    position: relative;
    padding: 24px 12px 20px;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(64, 35, 4, 0.8),
                0 5px 12px rgba(0, 0, 0, .15);
    border-radius: 20px;
}
.flow-oneday-item::after{
    position: absolute;
    top: calc(50% - 3px);
    left: 100%;
    width: 20px;
    height: 6px;
    background: var(--primary-color);
    content: "";
    z-index: -1;
}
.flow-oneday-item:nth-of-type(5n)::after,
.flow-oneday-item:last-of-type::after{
    display: none;
}
.flow-oneday-item .image{
    border-radius: 10px;
    overflow: hidden;
}
.flow-oneday-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flow-oneday-item .time{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: .25em 1.5em;
    background: var(--primary-color);
    border-radius: 2em;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    line-height: 1;
    text-align: center;
}
.flow-oneday-item .title{
    margin-top: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
.flow-oneday-item .text{
    margin-top: 8px;
    line-height: 1.5;
    text-align: center;
}
@media screen and (max-width:991px){
    .flow-oneday-item:nth-of-type(5n)::after{
        display: block;
    }
    .flow-oneday-item:nth-of-type(3n)::after,
    .flow-oneday-item:last-of-type::after{
        display: none;
    }
}
@media screen and (max-width:767px){
    .flow-oneday-item{
        border-radius: 12px;
    }
    .flow-oneday-item:nth-of-type(3n)::after{
        display: block;
    }
    .flow-oneday-item:nth-of-type(2n)::after,
    .flow-oneday-item:last-of-type::after{
        display: none;
    }
    .flow-oneday-item .image{
        border-radius: 8px;
    }
    .flow-oneday-item .title{
        font-size: 1rem;
    }
}
@media screen and (max-width:575px){
    .flow-oneday-item{
        padding: 24px 20px 20px;
    }
    .flow-oneday-item::after{
        display: none !important;
    }
}

/*  event-list
------------------------------------------------------------------*/
.event-list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
@media screen and (max-width:991px){
    .event-list{
        gap: 20px;
    }
}
@media screen and (max-width:767px){
    .event-list{
        grid-template-columns: 1fr;
    }
}
/*  event-box
------------------------------------------------------------------*/
.event-box{
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background: var(--light-color);
    z-index: 1;
}
.event-box .treat{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(20%,-20%);
    width: 80px;
    aspect-ratio: 1 / 1;
    z-index: 1;
}
.event-box .treat img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.event-box .title{
    margin-bottom: 1em;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.event-box .list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 8px;
    line-height: 1;
}
.event-box .list > li{
    position: relative;
    padding: .75em 1em .75em 2em;
    background: #fff;
    border-radius: 4px;
}
.event-box .list > li::before{
    position: absolute;
    top: .75em;
    left: .5em;
    display: block;
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    color: var(--primary-color);
}

.event-box.spring .list > li::before{ color: #f751a4;}
.event-box.summer .list > li::before{ color: #27b7c5;}
.event-box.autumn .list > li::before{ color: #f3571a;}
.event-box.winter .list > li::before{ color: #1d5ed6;}

.bg-light .event-box{ background: #fff;}
.bg-light .event-box .list > li{ background: var(--light-color);}

@media screen and (max-width:991px){
    .event-box{
        padding: 30px 20px;
        border-radius: 10px;
    }
    .event-box .treat{
        width: 60px;
    }
    .event-box .title{
        font-size: 1.5rem;
    }
}
@media screen and (max-width:991px){
    .event-box{
        padding: 24px 12px;
    }
    .event-box .treat{
        width: 50px;
    }
    .event-box .title{
        font-size: 1.375rem;
    }
}


/*/////////////////////////////////////////////////////////////////
  youngest.html
/////////////////////////////////////////////////////////////////*/

/*  youngest-oneday-list
------------------------------------------------------------------*/
.youngest-oneday-list{
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
}
/*  youngest-oneday-item
------------------------------------------------------------------*/
.youngest-oneday-item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 12px;
    padding: 20px 30px 12px;
    background: var(--light-color);
    border-radius: 20px;
}
.youngest-oneday-item .time{
    flex-shrink: 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
    line-height: 1;
}
.youngest-oneday-item .title{
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1;
}
.youngest-oneday-item .images{
    display: flex;
    column-gap: 8px;
    row-gap: 16px;
    flex-shrink: 0;
    margin-left: auto;
}
.youngest-oneday-item .image{
    text-align: center;
}
.youngest-oneday-item .image img{
    border-radius: 20px;
}
.youngest-oneday-item .image figcaption{
    margin-top: 8px;
    font-size: .75rem;
    line-height: 1;
}
@media screen and (max-width:1199px){
    .youngest-oneday-item .time{
        font-size: 1.25rem;
    }
    .youngest-oneday-item .title{
        font-size: 1.5rem;
    }
    .youngest-oneday-item .image{
        width: 180px;
    }
}
@media screen and (max-width:991px){
    .youngest-oneday-item{
        padding: 12px 20px 8px;
        border-radius: 12px;
    }
    .youngest-oneday-item .time{
        font-size: 1rem;
    }
    .youngest-oneday-item .title{
        font-size: 1.25rem;
    }
    .youngest-oneday-item .image{
        width: 120px;
    }
    .youngest-oneday-item .image img{
        border-radius: 10px;
    }
}
@media screen and (max-width:767px){
    .youngest-oneday-item{
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        padding: 30px 20px;
    }
    .youngest-oneday-item .images{
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .youngest-oneday-item .image{
        width: calc(50% - 4px);
    }
    .youngest-oneday-item .image img{
        width: 100%;
    }
}

/*/////////////////////////////////////////////////////////////////
  contact.html
/////////////////////////////////////////////////////////////////*/

/*  contact-tel-box
------------------------------------------------------------------*/
.contact-tel-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 30px;
    background: #efe8e0;
    text-align: center;
}
.contact-tel-box .title{
    margin-bottom: 5px;
    font-size: 1.75rem;
    font-weight: bold;
    color: var(--primary-color);
    line-height: 1.4;
}
.contact-tel-box .num{
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.contact-tel-box .num span{
    font-size: 1.75em;
    letter-spacing: 0;
}
.contact-tel-box .time{
    line-height: 1.4;
}
@media screen and (max-width:991px){
    .contact-tel-box .title{
        font-size: 1.5rem;
    }
    .contact-tel-box .num{
        font-size: 1.25rem;
    }
    .contact-tel-box .title{
        font-size: 1.25rem;
    }
}
@media screen and (max-width:575px){
    .contact-tel-box{
        padding: 20px;
    }
    .contact-tel-box .num{
        font-size: 1rem;
    }
    .contact-tel-box .title{
        font-size: 1.25rem;
    }
    .contact-tel-box .time{
        font-size: 0.75rem;
    }
}
@media screen and (max-width:350px){
    .contact-tel-box .num{
        font-size: .875rem;
    }
    .contact-tel-box .title{
        font-size: 1.125rem;
    }
}

/*/////////////////////////////////////////////////////////////////
  タグコレカスタマイズ
/////////////////////////////////////////////////////////////////*/

/*  tagcolle-item
------------------------------------------------------------------*/
.tagcolle-item:nth-of-type(odd){
    margin-top: 30px;
}
.tagcolle-item > a{
    border-radius: 30px;
}
@media screen and (max-width:767px){
    .tagcolle-item:nth-of-type(odd){
        margin-top: 20px;
    }
    .tagcolle-item > a{
        border-radius: 12px;
    }
}