@charset "utf-8";
/* CSS Document */

/* ========================================
   基本スタイル
   ======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Zen Old Mincho", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #F4F0EE;
}

/* ========================================
   メニューラッパー
   ======================================== */
.menu-wrap .footer-title {
    color: #cc2222;
}

/* ========================================
   メインビジュアル（固定位置）
   ======================================== */
body.on .main-fv {
    position: fixed;
    width: 100%;
    max-width: calc(100% - 454px);
    top: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
}
.main-fv {
max-width: calc(100% - 454px);
}
.main-fv .swiper {
    z-index: 1;
    width: 100%;
    height: 100vh;
    position: relative;
}

body.on .main-fv .swiper-slide {
    position: absolute;
    width: 100% !important;
    height: 100%;
    left: 0;
    top: 0;
    transform: none !important;
}

body.on .main-fv .swiper-slide .swiper-img {
    width: 100% !important;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.on .main-fv .swiper-slide img {
    display: block !important;
    opacity: 0;
    height: auto;
    width: 100%;
}

/* ========================================
   コンテンツ最大幅設定
   ======================================== */
.header,
.main-wrap,
.hero-content,
.menu-container,
.info-container,
.instagram-container,
.news-container,
.footer-container {
    max-width: 454px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}

/* ========================================
   フロントビジュアル
   ======================================== */
body.on .fv {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1.2;
    overflow: hidden;
}

.fv .swiper {
    z-index: 1;
    width: 100%;
    aspect-ratio: 1 / 1.2;
    position: relative;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

.fv .swiper-slide-active .swiper-img,
.fv .swiper-slide-duplicate-active .swiper-img,
.fv .swiper-slide-prev .swiper-img {
    animation: zoomUp 10s linear 0s normal both;
}

body.on .fv .swiper-slide {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    transform: none !important;
}

body.on .fv .swiper-slide .swiper-img {
    width: 100% !important;
    aspect-ratio: 1 / 1.2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.on .fv .swiper-slide img {
    display: block !important;
    opacity: 0;
    height: auto;
    width: 100%;
}

body.on .fv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.20);
}

body.on .fv .logo {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

body.on .fv .bg_img {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 0;
}

/* ========================================
   ドットライン装飾
   ======================================== */
.dot_line_wrap {
    position: relative;
}

body.on .dot_line_wrap::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://qorise.jp/system_panel/uploads/images/dot_line1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
}

.dot_line_wrap .dot_line_title {
    display: inline-block;
    text-align: left;
    position: relative;
    z-index: 2;
    padding: 0 10px;
}

.news-title,.info-title{
    background-color: #F4F0EE;
}
.food-menu-title {
    background-color: #D1D5BF;
}

/* ========================================
   ヘッダー
   ======================================== */
.header {
    color: #ffffff;
    padding: 15px 0;
    max-width: 454px;
    margin-left: auto;
    margin-right: 0;
}

.header.active {
    background-color: rgba(244, 240, 238, 0.90);
}

.menu-bt div {
    background-color: #181818;
}

.contact-link {
    background-color: #181818;
}

.header-content {
    position: relative;
    z-index: 2;
    max-width: 454px;
    margin-left: auto;
    margin-right: 0;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo-img {
    height: 40px;
    width: auto;
    max-width: 200px;
}
@media screen and (max-width: 576px){

.header-logo-img {
    height: 20px;
}
}

.reservation-btn .btn-reserve {
    background: #cc2222;
    color: #ffffff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.reservation-btn .btn-reserve:hover {
    background: #b91c1c;
}

/* ========================================
   メインコンテンツ
   ======================================== */
.warukunai-main {
    background: #ffffff;
}

/* ========================================
   ヒーローセクション
   ======================================== */
.hero-section {
    background: #F4F0EE;
    padding: 60px 0;
    position: relative;
    z-index: 5;
    background-image: url("https://qorise.jp/system_panel/uploads/images/warukunai_bg1.png");
    background-position: top 10% center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.hero-container {
    max-width: 454px;
    margin-left: auto;
    margin-right: 0;
    padding: 0 15px;
}

.hero-content {
    max-width: 454px;
    margin-left: auto;
    margin-right: 0;
    padding: 0 15px;
    padding-top: 10%;
    display: flex;
    align-items: center;
    gap: 40px;
}

.hero-text {
    flex: 1;
}

.hero-title {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #596228;
    line-height: 2;
    margin-bottom: 20px;
}

.hero-description {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 14px;
    color: #545454;
    line-height: 1.6;
}

.hero-images {
    position: absolute;
    top: -50px;
    right: 5%;
    width: 50%;
}

.hero-image-main {
    width: 70%;
    margin-bottom: 20px;
}

.hero-image-main img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.hero-image-sub {
    width: 50%;
    margin-left: 50%;
}

.hero-image-sub img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}

/* ========================================
   ヒーロー下の画像3つ並び
   ======================================== */
.hero-bottom-images {
    display: flex;
    gap: 10px;
    margin-top: 40px;
    justify-content: center;
    position: relative;
}

.hero-bottom-image {
    flex: 1;
    max-width: 129px;
}

.hero-bottom-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    transition: transform 0.3s ease;
    max-width: 129.41px;
    max-height: 129.41px;
}

.hero-bottom-image img:hover {
    transform: scale(1.05);
}

/* ========================================
   おすすめメニューセクション
   ======================================== */
.recommended-menu-section {
    padding: 0;
    background: #F4F0EE;
}

.menu-container {
    max-width: 454px;
    margin-left: auto;
    margin-right: 0;
    padding: 0 15px;
}

.section03 .recommended-menu-header {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    background-image: url("https://qorise.jp/system_panel/uploads/images/warukunai_bg2.png");
    background-position: center top;
    background-size: 30% auto;
    background-repeat: no-repeat;
	background-color: #F4F0EE;
}

.recommended-menu-title {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #222222;
}

.section03 .recommended-menu-header .recommended-menu-title {
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: relative;
    z-index: 2;
    padding: 50px 5px 10px;
    margin-bottom: -20%;
    color: #ffffff;
    mix-blend-mode: difference;
}

.recommended-menu-header-image {
    width: 100%;
    position: relative;
    z-index: 1;
}

.recommended-menu-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.food-menu-details {
    margin-bottom: 40px;
}

.menu-item {
    text-align: center;
}

.menu-image {
    margin-bottom: 15px;
}

.menu-image img {
    width: 100%;
    max-width: 160px;
    height: auto;
    border-radius: 6px;
}

.menu-name {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    margin-bottom: 8px;
}

.menu-price {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

/* ========================================
   料理メニューセクション
   ======================================== */
.food-menu-section {
    padding: 40px 0 0 0;
    background: #D1D5BF;
}

/* ========================================
   ドリンクメニューセクション
   ======================================== */
.drink-menu-section {
    padding: 40px 0 0 0;
    background: #F4F0EE;
}

.drink-menu-header {
    text-align: center;
    margin-bottom: 40px;
}

.drink-menu-title {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #181818;
    margin: 0;
}

.drink-menu-container {
    max-width: 454px;
    margin-left: auto;
    margin-right: 0;
    padding: 0 15px;
}

.food-menu-header {
    text-align: center;
    margin-bottom: 40px;
}

.food-menu-title {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #181818;
    margin: 0;
}

.food-menu-container {
    max-width: 454px;
    margin-left: auto;
    margin-right: 0;
    padding: 0 15px 40px 15px;
}

.menu-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.menu-category {

}

.category-title {
	position: relative;
    font-family: "Zen Old Mincho Medium", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 15px;
    padding-bottom: 6px;
    border-bottom: 2px solid #C6C6C6;
}
body.on .category-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	background-color: #596228;;
	width: 50px;
	height: 2px;
}
.toggle-btn {
    width: 100%;
    background: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-btn p {
    font-family: "Zen Old Mincho Medium", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

.toggle-btn i {
    font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
    color: #fff;
	background-color: #181818;
	width: 20px;
    transition: transform 0.3s ease;
	aspect-ratio: 1 / 1;
	transform: rotate(90deg);
}

.toggle-btn.active i {
    transform: rotate(-90deg);
}

.menu-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
body.on .food-menu-container .menu-items{display: none;}

.menu-item-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.item-name {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.item-price {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

/* ========================================
   店舗情報セクション
   ======================================== */
.store-info-section {
    padding: 60px 0;
    background: #F4F0EE;
}

.info-container {
    max-width: 454px;
    margin-left: auto;
    margin-right: 0;
    padding: 0 15px;
}

.info-header {
    text-align: center;
    margin-bottom: 40px;
}

.info-title {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #181818;
    margin: 0;
}

.info-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
}

.info-item {
    display: block;
}

.info-text {
    width: 100%;
}

.info-label {
    position: relative;
    font-family: "Zen Old Mincho Medium", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 15px;
    padding-bottom: 6px;
    border-bottom: 2px solid #C6C6C6;
}

body.on .info-label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #596228;
    width: 50px;
    height: 2px;
}

.info-value {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 1.6;
}

.map-container {
}

.map-placeholder {
    position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
}
.map-placeholder iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 5px);
	height: calc(100% + 5px);
}

/* ========================================
   Instagramセクション
   ======================================== */
.instagram-section {
    padding: 60px 0;
    background: #F4F0EE;
}

.instagram-container {
    max-width: 454px;
    margin-left: auto;
    margin-right: 0;
    padding: 0 15px;
}

.instagram-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.instagram-title {
    font-family: "Abhaya Libre Medium", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #181818;
    margin: 0;
}

.instagram-icon {
    font-size: 20px;
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 30px;
}

.instagram-item img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.instagram-button {
    text-align: center;
}

.btn-instagram {
    background: #cc2222;
    color: #ffffff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.btn-instagram:hover {
    background: #b91c1c;
}

/* ========================================
   新着情報セクション
   ======================================== */
.news-section {
    padding: 60px 0;
    background: #F4F0EE;
}

.news-container {
    max-width: 454px;
    margin-left: auto;
    margin-right: 0;
    padding: 0 15px;
}

.news-header {
    text-align: center;
    margin-bottom: 30px;
}

.news-title {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #181818;
    margin: 0;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.news-item {
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
}

.news-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.webgene-item .news-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.news-text {
    font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #181818;
    flex: 1;
    line-height: 1.6;
}

.news-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    text-align: right;
}

.news-date {
    position: relative;
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #6e6e6e;
}

body.on .news-date::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #6e6e6e;
}

.webgene-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.webgene-item:last-child {
    border-bottom: none;
}

.webgene-item:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.webgene-item a {
    text-decoration: none;
    color: inherit;
}

.news-heading {
    font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.news-category {
    font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #6e6e6e;
}

/* ========================================
    フッター
    ======================================== */
.footer {
    background-color: #5A6420;
    color: #ffffff;
    padding: 60px 0 30px;
}

.footer-container {
    max-width: 454px;
    margin-left: auto;
    margin-right: 0;
    padding: 0 15px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 30px;
	padding: 30px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.footer-section {
    text-align: left;
}

.footer-title {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
}

.footer-links > div {
    margin-bottom: 8px;
}

.footer-links a p{
    font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #cc2222;
}

.footer-address {
    text-align: center;
	margin-bottom: 30px;
}

.footer-address p {
    font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright p {
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

.footer-logo {
    text-align: center;
    margin-bottom: 30px;
}

.footer-logo img {
    width: 60%;
    height: auto;
    max-width: 300px;
}

.footer-instagram-link {
    display: inline-block;
    text-align: center;
    margin: 0 auto 30px auto;
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-instagram-link:hover {
    color: #cc2222;
}

/* ========================================
   レスポンシブ対応
   ======================================== */
@media (max-width: 1280px) {
    .hero-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .menu-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .info-content {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .hero-section,
    .recommended-menu-section,
    .food-menu-section,
    .store-info-section,
    .instagram-section,
    .news-section {
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 20px;
    }
    
    .hero-description {
        font-size: 14px;
    }
    
    .instagram-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .hero-section,
    .recommended-menu-section,
    .food-menu-section,
    .store-info-section,
    .instagram-section,
    .news-section {
        padding: 50px 0;
    }
    
    .hero-title {
        font-size: 18px;
    }
    
    .hero-description {
        font-size: 13px;
    }
    
    .instagram-grid {
        grid-template-columns: 1fr;
    }
    
    .news-content {
        flex-direction: column;
        gap: 15px;
    }
    
    .news-meta {
        text-align: left;
    }
}



