@charset "UTF-8";

/* 全体設定 */
body {
    background-color: #FAF7F2;

}


/* nav ハンバーガー*/
.hamburger {
    display: block;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    position: relative;
}

.menu {
    visibility: hidden;
    list-style: none;
    padding: 10px;
    margin-top: 10px;
    background-color: rgba(255, 255, 255);
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;

}


.menu.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;

}

.menu li a {
    display: block;
    padding: 10px;
    color: #5a4a42;
    text-decoration: none;
}

.menu li a:hover {
    background-color: rgba(123, 169, 192, 0.5);
}

#hamburger {
    background-color: #7BA9C0;
    color: #5C5C5C;
    padding: 10px 25px;
    border-radius: 50px;
}

.all_container {
    max-width: 1000px;
    padding: 0 10px;
    margin: auto;
    line-height: 1.8;
    color: #5C5C5C;
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", "M PLUS Rounded 1c", sans-serif;



}


img {
    max-width: 100%;
    height: auto;
}

h2 {
    font-family: "Coming Soon", sans-serif;
}

h1 {
    font-family: "Coming Soon", sans-serif;
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
    font-weight: bold;
}

.recruit .ashirai{
    text-align: center;
}


/* ヘッダーの設定 */

header {
    position: relative;
    margin-bottom: 100px;
}

.header_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

}


.header_innner {
    padding: 0 10px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

}


header .rogo {
    width: 150px;
}

header .PCmenu ul {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

header .SMmenu {
    display: none;
}


/* トップセクション */

.top {
    text-align: center;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;



}

.top .selif {
    background-color: #FAF7F2;
    position: absolute;
    top: 340px;
    left: 20px;
    padding: 10px;
    font-size: clamp(20px, 4vw, 36px);
    z-index: 100;

}

.SCROLL {
    writing-mode: vertical-rl;
    position: absolute;
    right: 0;
    top: 200px;
    z-index: 100;

}

/* スクロール矢印アニメーション */

.top::after {
    content: "";
    background-image: url(../images/Arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 270px;
    z-index: 100;
    width: 10px;
    height: 110px;
    animation: fuwafuwa 1.5s infinite;
}

@keyframes fuwafuwa {

    0%,
    100% {
        transform: translateY(0);

    }

    50% {
        transform: translateY(10px);
    }
}


/* トップビデオ設定 */
.top video {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    object-fit: contain;
}

.video_frame {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.video_inside {
    position: absolute;
    top: 57%;
    left: 50%;
    width: 100%;
    height: 86%;
    /* height: 85%; */
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;

}

.flame {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2;
    pointer-events: none;
}

/* 各セクションフレーム調整 */
/* コンセプトセクション・フレーム */
.conseptSC .video_inside {
    top: 50%;
    right: 10%;
    width: 75%;
    height: 90%;
    transform: translate(-50%, -35%)
}

.conseptSC .video_frame {
    right: 0;
    top: -50%;
    max-width: 600px;
    margin-right: 0;
    margin-left: 0;
    overflow: visible;


}

.conseptSC.flame {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    pointer-events: none;
}


/* 料金セクション・フレーム */
.PricingSC .video_inside {
    position: absolute;
    top: 3%;
    left: 0%;
    width: 70%;
    height: 80%;
    transform: translate(0, 0);
    object-fit: cover;

}

.PricingSC .video_frame {
    left: 0;
    top: 0;
    max-width: 600px;
    margin-right: 0;
    margin-left: 0;
    overflow: visible;


}

.PricingSC .flame {
    position: absolute;
    top: 0;
    left: -15%;
    width: 100%;
    height: 100%;


}


/* カフェセクション・フレーム */

.CafeSC .video_inside {
    position: absolute;
    top: 17%;
    left: 13%;
    width: 70%;
    height: 80%;
    transform: translate(0, 0);
    object-fit: cover;

}

.CafeSC .video_frame {
    left: 0;
    top: 0;
    max-width: 600px;
    margin-right: 0;
    margin-left: 0;
    overflow: visible;


}

.CafeSC .flame {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2;
    pointer-events: none;
    overflow: visible;
}





/* 猫スタッフセクション */
.CatSC .video_inside {
    position: absolute;
    top: 5%;
    left: 0;
    width: 70%;
    height: 80%;
    transform: translate(0, 0);
    object-fit: cover;

}

.CatSC .video_frame {
    left: 0;
    top: 0;
    max-width: 600px;
    margin-right: 0;
    margin-left: 0;
    overflow: visible;


}

.CatSC .flame {
    left: -15%;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2;
    pointer-events: none;
    overflow: visible;
}





/* ニュースセクション */
.NewsSC .video_inside {
    position: absolute;
    top: 17%;
    left: 13%;
    width: 70%;
    height: 80%;
    transform: translate(0, 0);
    object-fit: cover;

}

.NewsSC .video_frame {
    left: 0;
    top: 0;
    max-width: 600px;
    margin-right: 0;
    margin-left: 0;
    overflow: visible;


}

.NewsSC .flame {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2;
    pointer-events: none;
    overflow: visible;
}


.news-box {
    height: 200px;
    max-width: 200px;
    overflow-y: scroll;
    /* border: 1px solid #ccc; */
    margin-bottom: 10px;
}



.news-box li {
    border-bottom: 3px solid #EFE5A6;
    margin-bottom: 10px;
}

summary {
    display: inline-block;
    border: 2px solid #5C5C5C;
    border-radius: 20px;
    margin-top: 10px;
    padding: 10px;
    cursor: pointer;

}

/* リクルートセクション・フレーム */
.RecruitSC .video_inside {
    position: absolute;
    top: 5%;
    left: -3%;
    width: 73%;
    height: 80%;
    transform: translate(0, 0);
    object-fit: cover;

}

.RecruitSC .video_frame {
    left: 0;
    top: 0;
    max-width: 600px;
    margin-right: 0;
    margin-left: 0;
    overflow: visible;


}

.RecruitSC .flame {
    left: -15%;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2;
    pointer-events: none;
    overflow: visible;
}



/* 各セクション設定 */

.inner_matomari {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    /* 下記今後修正必要 */
    flex-basis: 1fr 1fr;
    margin-bottom: 100px;
    margin-top: 100px;
}



/* .inner_matomari {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap; */
/* 下記今後修正必要 */
/* flex-basis: 2fr 1fr;
    margin-bottom: 100px;
    margin-top: 100px;
}  */

/* .inner_matomari {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 100px;
    margin-top: 100px;
}

.inner_matomari > div {
    flex-basis: 45%;
    min-width: 300px;
} */



.inner_matomari h2 {
    font-size: 30px;
}

.inner_matomari p {
    font-size: 20px;
}

.ashirai {
    font-size: 16px;
}

.inner_matomari video {
    width: 500px;

}


.inner_matomari .btn{
    display: inline-block;
    border: 2px solid #5C5C5C;
    border-radius: 20px;
    padding: 10px;
    margin-top: 10px;

}

.reverse {
    flex-direction: row-reverse;
}

/* 入れるか確認 */
.parallax {
    width: 100%;
    height: 340px;
    background-image: url(../images/parara.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

iframe {
    display: block;
    /* 中央寄せ用 */
    margin: 0 auto;
    width: 100%;
    /* 親要素に合わせて伸縮 */
    max-width: 600px;
    /* 最大幅を制限 */
    height: auto;
    /* 縦横比を維持（下で指定） */
    aspect-ratio: 4 / 3;
}



/* フッター設定 */
footer {
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000;
    min-height: 150px;

}

footer {
    color: #FAF7F2;
    text-align: center;
}


/* conceptページの設定 */
.concept h2 {
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", "M PLUS Rounded 1c", sans-serif;
}

/* pricingページ設定 */
.pricing .table_wrapper {}

.pricing .table_wrapper h2 {
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    margin: 50px 0;
    text-align: center
}

.pricing table {
    margin: 0 auto;
    border: 2px solid #7BA9C0;

}

.pricing table tr {
    border: 2px solid #7BA9C0;
    text-align: center;
}

.pricing table th {
    text-align: center;
}

.pricing table th,
.pricing table td {
    border-right: 2px solid #7BA9C0;
    padding: 20px;
}

.pricing .table_wrapper p {
    margin-top: 10px;
    text-align: center;
}

/* モーダルウィンドウの設定 */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.modal-content h2 {
    font-weight: bold;
}

.modal-content img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    margin-bottom: 1em;
    border-radius: 5px;
}

.modal-close {
    margin-top: 10px;
    padding: 8px 16px;
    cursor: pointer;
    background-color: #666;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.cat-image {
    width: 300px;
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.2s;
}

.cat-image:hover {
    transform: scale(1.05);
}

.cafemenu .title,
.catstaff .title {
    text-align: center;
    margin: 50px auto;
    font-size: 30px;
    font-weight: bold;
}



.cafemenu .ichiran,
.catstaff .ichiran {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 100px;
    text-align: center;
}

.catstaff .narabu {
    display: flex;
    justify-content: center;

}

.catstaff .title {
    margin-top: 50px;
    margin-bottom: 5px;
}

.catstaff .ashirai {
    margin-bottom: 50px;
    text-align: center;
}


/* .recruit .inner_matomari {
    display: block;
    text-align: start;
    margin: 50px auto;
    
} */

.recruit .small {

    font-size: 16px;
}


/* 待機アニメーション */
 #loader-wrapper {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    background: #fff;
    z-index: 9999;
    transition: opacity .6s ease, visibility .6s ease;
  }
  #loader-wrapper.fade-out {
    opacity: 0;
    visibility: hidden;
  }
  .loader-logo {
    width: 120px;
    height: 120px;
    object-fit: contain;
    animation: spin 1.1s linear infinite;
    transform-origin: 50% 50%;
    will-change: transform;
  }
  @keyframes spin {
    0%   { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
  }
  @media (prefers-reduced-motion: reduce) {
    .loader-logo { animation: none }
  }

@media (max-width:778px) {

    .selif {
        display: none;
    }

    .inner_matomari {
        display: block;
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;

        text-align: center;
    }

    .top {
        margin-bottom: 70px;

    }

    .conseptSC {
        margin-bottom: 70px;
    }


    .parallax {
        width: 100%;
        height: 340px;
        background-image: url(../images/pararamob.jpg);
        background-attachment: scroll;

    }

    footer {
        background-image: none;
        background-color: #7BA9C0;
        padding: 10px;


    }

    .cafemenu .ichiran,
    .catstaff .ichiran {
        display: block;

    }

    .cafemenu .ichiran dl,

    {
    margin-bottom: 50px;
}

.catstaff .ichiran .marginb50 {
    margin-bottom: 50px;
}

}