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


        /* === ページトップ/メインビジュアル (店舗名) === */
        .store-fv {
            background-image: url("../../images/search-page-fv-osaka-pc.jpg"); /* プレースホルダー画像 */
            background-size: cover;
            background-position: center;
            height: 250px;
            display: flex;
            align-items: center;
            /* 修正: タイトルを中央寄せにする */
            justify-content: center; 
            position: relative;
        }
		
		@media screen and (min-width: 768px) and (max-width: 1250px){	
			.store-fv { height: 270px; } 
        }	
			
        @media (max-width: 767px) {
            .store-fv { height: 150px; padding-left: 0; background-image: url("../../images/search-page-fv-osaka-sp.jpg");} /* 中央寄せのためpadding-leftをリセット */
        }
		
        .store-fv::before {
            content: '';
            position: absolute;
            inset: 0;
            background-color: rgba(0, 0, 0, 0.4); /* 暗いオーバーレイ */
        }
        .store-title-group {
            position: relative;
            z-index: 10;
            color: #fff;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
            /* 中央寄せ */
            text-align: center; 
			top: 0.5rem;
        }
        .store-title {
            font-size: 2.5rem;
            font-weight: 700;
            line-height: 1.2;
        }
		
		@media screen and (min-width: 768px) and (max-width: 1250px){
        .store-title {
            font-size: 2.5rem;
        }}
		
        .store-subtitle {
            font-size: 1.25rem;
            font-weight: 400;
            opacity: 0.9;
			text-align: center;
        }
        @media (max-width: 767px) {
            .store-title { font-size: 1.5rem;line-height: 0.7; }
            .store-subtitle { font-size: 1rem; }
        }
		
		.shop-img{
			padding-top: 4rem;
			padding-bottom: 4rem;
			background: #fff;
		}
		
        @media (max-width: 767px) {
		.shop-img{
			padding-top: 2rem;
		}}
		@media screen and (min-width: 768px) and (max-width: 1250px){
		.shop-img-wrap{
			display: flex;
			flex-direction: column;
		}}


        #main-store-image {
            display: block;
            width: 100%;
            height: 100%;
            /* transitionを opacity のみに絞り、ふわっと感を出す */
            transition: opacity 0.8s ease-in-out;
            position: relative;
            z-index: 1;
        }

		/* 画像が消えている間、背景に「直前の画像」を表示させておくためのクラス
		   これをJSで動的に適用します
		*/
		.image-bg-keep {
		    background-size: cover;
		    background-position: center;
		    background-repeat: no-repeat;
		}
        /* === パンくずリストのデザイン (添付画像参照) === */
        .breadcrumb-section {
            padding: 1.5rem 0;
            background-color: #fff; /* 白い背景 */
            border-bottom: 1px solid #eee;
        }
        .breadcrumb-list {
            display: flex;
            align-items: center;
            font-size: 0.875rem; /* text-sm */
            color: #777;
        }
        .breadcrumb-item a {
            color: #777;
            transition: color 0.2s;
        }
        .breadcrumb-item a:hover {
            color: #333;
        }
        .breadcrumb-separator {
            margin: 0 0.5rem;
        }
        /* 現在地の店名 */
        .breadcrumb-current {
            color: #333;
            font-weight: 500;
        }

        /* === 店舗画像ギャラリーと動画のコンテナのスタイル（修正） === */
        /* PC: 画像と動画を横並びにするFlexコンテナ */
        .media-flex-container {
            display: flex;
            gap: 1.5rem;
            max-width: 1200px; /* PCでの最大幅を広げる */
            margin: 0 auto; /* 中央寄せ */
			width: 100%;
        }
        /* SP: 縦並び */
        @media (max-width: 767px) {
            .media-flex-container {
                flex-direction: column;
            }
        }
        
        /* 画像ギャラリーコンテナ（PC: 65%の幅、SP: 100%の幅） */
        .gallery-container {
            width: 100%;
            display: flex;
            flex-direction: column; 
            gap: 1.5rem;
			justify-content: space-between;
        }
		
		@media screen and (min-width: 769px) and (max-width: 1250px){
            .gallery-container {
                width: calc(100% / 1.5)!important;
            }
        }		
			
        @media (min-width: 1251px) {
            /* PCでは動画と横並びにするため幅を調整 */
            .gallery-container {
                width: calc(100% / 1);
            }
        }
        
        /* 動画コンテナ（PC: 35%の幅、SP: 100%の幅） */
        .movie-container {
            width: 100%;
        }
		@media screen and (min-width: 769px) and (max-width: 1250px){
			.movie-container {
				display: flex;
        		flex-direction: column;
        		position: relative;
        		width: calc(100% / 3);
    		}
        }
        @media (min-width: 1250px) {
            /* PCでは画像と横並びにするため幅を調整 */
			.movie-container {
				display: flex;
        		flex-direction: column;
        		position: relative;
        		width: calc(100% / 2.7);
    		}
        }

        /* 縦長動画のラッパーとアスペクト比の固定 */
        .vertical-video-wrapper {
            position: relative;
            width: 100%;
			height: 100%;
            overflow: hidden;
            border-radius: 0.5rem;
			background: #000;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        
        /* SP: 縦長動画 (例: 9:16) のアスペクト比を維持 */
        @media (max-width: 767px) {
            .vertical-video-wrapper {
               /*padding-top: 177.77%; /* 16 / 9 * 100% = 177.77% */
            }
        }

        /* PC: 動画ラッパーが利用可能な高さを埋めるようにする */
        @media (min-width: 768px) {
            .vertical-video-wrapper {
                flex-grow: 1; /* 親(movie-container)の高さを埋める */
                height: 100%;
                /* padding-topをリセットし、高さで制御する */
                padding-top: 0; 
            }
        }

        .vertical-video-wrapper video {
			width: 100%;
		    height: 100%;
    		display: block;
    		object-fit: contain;
    		background-color: #000;
        }
        

@media (max-width: 767px){
        .vertical-video-wrapper video {
        width: 80%;
        margin: 0 auto;
        }}
        /* メイン画像ラッパー */
        .main-image-wrapper {
            position: relative;
            background-size: cover;
            background-position: center;
            overflow: hidden;
            background-color: #fff; /* 念のための下地 */
        }
		
		@media screen and (min-width: 768px) and (max-width: 1250px){
            .main-image-wrapper {
                aspect-ratio: 12 / 10; 
            }
        }

        .main-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: opacity 0.5s ease-in-out;
        }
        
        .thumb-gallery-wrapper {
            width: 100%; 
            display: flex;
            flex-direction: row; /* サムネイルは横並び */
            overflow-x: auto; /* 横スクロールを許可 */
            overflow-y: hidden;
            gap: 10px; /* サムネイル間の間隔 */
            padding-bottom: 5px; /* スクロールバー分の余白 */
        }
        /* サムネイルのスクロールバーを非表示にする（オプション） */
        .thumb-gallery-wrapper::-webkit-scrollbar {
            height: 5px;
        }
        .thumb-gallery-wrapper::-webkit-scrollbar-thumb {
            background: #ccc;
            border-radius: 10px;
        }
        .thumb-gallery-wrapper::-webkit-scrollbar-track {
            background: #f0f0f0;
        }


        .thumb-image-wrapper {
            flex-shrink: 0;
            /* 修正: サムネイルも横長（例: 4:3）になるように調整 */
            width: 162px; 
            height: 115px; 
            border-radius: 0.25rem;
            overflow: hidden;
            cursor: pointer;
            border: 2px solid transparent;
            transition: all 0.2s;
        }
		
		
		@media screen and (min-width: 768px) and (max-width: 1250px){
            .thumb-image-wrapper { 
                height: 137px; /* SPでのサムネイル高さを調整 (4:3) */
            }
        }
		
        .thumb-image-wrapper {
            flex-shrink: 0;
            /* 修正: サムネイルも横長（例: 4:3）になるように調整 */
            width: 162px; 
            height: 115px; 
            border-radius: 0.25rem;
            overflow: hidden;
            cursor: pointer;
            border: 2px solid transparent;
            transition: all 0.2s;
        }
			
        @media (max-width: 1250px) {
            .thumb-image-wrapper { 
                width: calc(100% / 5);
                height: auto;
            }
        }

        .thumb-image-wrapper.active {
            border-color: #333;
            box-shadow: 0 0 0 1px #333;
        }
        .thumb-image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* === 予約ボタン群 === */
        .reservation-buttons {
            display: flex;
            gap: 1rem;
            margin-top: 2rem;
			padding-right: 0;
			padding-left: 0;
        }
		
		@media screen and (min-width: 768px) and (max-width: 1250px){
            .reservation-buttons { margin-top: 1rem; }
        }
			
        @media (max-width: 767px) {
            .reservation-buttons { flex-direction: column; }
        }
        
        /* ボタン共通スタイル */
        .res-button {
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1rem;
            border-radius: 0; /* rounded-full */
            font-weight: 700;
            transition: background-color 0.2s, box-shadow 0.2s;
            text-align: center;
            white-space: nowrap; /* ボタン内のテキストが折り返さないように */
			font-size: 1.3rem;
			width: 100%;
        }
        
        .res-button-web {
            background-color: #a67c34;
            color: white;
            border: 2px solid #a67c34;
			gap:0.5rem;
        }
        .res-button-web:hover {
            background-color: #f0f0f0;
            border-color: #a67c34;
			color: #a67c34;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
		
		.res-button-web:hover img {
        /* brightness(0)で黒にし、sepiaなどのフィルターを組み合わせて金茶色に近づける */
        filter: invert(53%) sepia(35%) saturate(740%) hue-rotate(356deg) brightness(91%) contrast(88%);
    }

        .res-button-tel {
            background-color: #2e2b25;
            color: #f0f0f0;
            border: 2px solid #2e2b25;
        }
        .res-button-tel:hover {
            background-color: #f0f0f0;
            color: #2e2b25;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
		
		.res-button i{
			color: #f0f0f0!important;
		}
		
		.res-button:hover i{
			color: #2e2b25!important;
		}

        .res-button-hotpepper {
            background-color: #93556b; /* ホットペッパー風の色 */
            color: white;
            /*border: 2px solid #9c6b7d;*/
        }		


        .res-button-hotpepper img{
            width: 6rem;
        }	
		

        .res-button-hotpepper:hover {
            background-color:#a56b7f;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .res-button-rakuten{
			padding: 1.3rem;
            color: white;
			background-color:#bf589a;
        }

        .res-button-rakuten img{
            width: 10rem;
        }	

        .res-button-rakuten:hover {
            background-color:#bd6ba0;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }     
        .res-button-web svg.external-link {
            width: 3rem; /* アイコンサイズを調整 */
            height: 1.5rem;
            margin-left: 0.1rem;
        }

       .res-button-hotpepper svg.external-link {
            width: 3rem; /* アイコンサイズを調整 */
            height: 1.5rem;
            margin-left: 0.25rem;
        }

        .res-button-rakuten svg.external-link {
            width: 3rem; /* アイコンサイズを調整 */
            height: 1.5rem;
            margin-left: 0.1rem;
        }

        /* === 店舗情報 (INFORMATION) === */
        .info-title {
            font-family: 'Inter', sans-serif;
            font-size: 2.25rem;
            font-weight: 700;
            margin-bottom: 2rem;
            border-bottom: 2px solid #333;
            padding-bottom: 0.5rem;
            display: inline-block;
        }
        
        /* 添付画像にあった「店舗情報」の日本語サブタイトルを追加 */
        .info-title-group {
            display: flex;
            align-items: flex-end;
            margin-bottom: 1rem;
            border-bottom: 2px solid #333;
            padding-bottom: 0.5rem;
		    max-width: 1200px;
			margin: 0 auto 1rem;
        }
        .info-title-group h2 {
            font-family: 'Inter', sans-serif;
            font-size: 2.25rem;
            font-weight: 700;
            line-height: 1;
        }
        .info-title-group span {
            font-size: 1rem;
            font-weight: 400;
            color: #555;
            margin-left: 1.2rem;
        }


        @media (max-width: 767px) {
        .info-title-group span {
            font-size: 0.8rem;
            margin-left: 1rem;
            padding-bottom: 3px;
        }}
        
        .info-row {
            display: flex;
            padding: 1.5rem 0;
            border-bottom: 1px solid #eee;
        }
        .info-label {
            width: 120px;
            flex-shrink: 0;
            font-weight: 600;
            color: #555;
			display: flex;
			align-items: center;
        }
        .info-value {
            flex-grow: 1;
            font-weight: 400;
            line-height: 1.6; /* 行間を調整 (元のコードは2でしたが、見やすく1.6に戻します) */
        }
        @media (max-width: 767px) {
			.info-value{ font-size: 0.9rem; line-height: 2; padding-top: 0.5rem;}
            .info-row { flex-direction: column; padding: 0.75rem 0; }
            .info-label { width: 100%; margin-bottom: 0.25rem; font-size: 1rem;padding-top: 0.5rem;}
        }
		
		/* === PCレイアウトの修正 (店舗情報とマップの横並び) === */

        /* 店舗情報のコンテナ */
        .shop-info {
            width: 100%;
			padding-right: 0.5rem;
			padding-left: 0.5rem;
        }


        @media (min-width: 768px) {		
            .shop-info {
                width: 55%; /* 店舗情報に55%の幅 */
                padding-right: 0rem;
			    padding-left: 0rem;/
                max-width: none; 
            }
        }

		
		/* 地図のコンテナ */
		.map {
			width: 100%;
			padding-top: 1.5rem;
		}
		
        @media (min-width: 768px) {
            .map {
                width: 45%; /* 地図に45%の幅 */
                padding-bottom: 0; /* PCではFlexboxで高さを制御するためpaddingをリセット */
                display: flex;
                flex-direction: column;
				padding-top: 0;
            }
        }
        
        /* PCで横並びにするためのコンテナ */
        .info-map-container {
            display: flex;
            flex-direction: column; /* SPでは縦並び */
        }

        @media (min-width: 768px) {
            .info-map-container {
                display: flex;
                flex-direction: row; /* PCでは横並び */
                gap: 2rem;
                align-items: stretch; /* 高さを揃える */
                max-width: 1200px;
                margin: 0 auto;
                padding: 2rem 0.5rem 0; /* 左右のパディング */
		        max-width: 1200px;
            }
        }
		
		.info-map-wrap{
			padding-bottom: 10rem;
			background: #fff;
		}


		@media screen and (min-width: 640px) and (max-width:1023px) {
		    .info-map-wrap{
		        padding-left: 1.5rem!important;
		        padding-right: 1.5rem!important;
		    }
		}

        @media (max-width: 767px) {
		.info-map-wrap{
			padding-bottom: 5rem;
			padding-right: 1rem!important;
			padding-left: 1rem!important;
		}}		
		
		
        /* === 地図埋め込み（Google Mapプレースホルダー） === */
        .map-wrapper {
            height: 400px; /* SPでのデフォルト高さ */
            width: 100%;
            border-radius: 0.5rem;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        @media (min-width: 768px) {
            .map-wrapper {
                height: 100%; /* 親の高さに合わせる */
                flex-grow: 1;
            }
        }


        /* === TOPICS & RECRUITセクションのスタイル (流用) === */
        .topics {
			background-color: #fff;
			padding: 6rem 0!important; /* 調整 */
		}
        .topic-banner-placeholder {
            /* バナーの比率を維持するためのプレースホルダー */
            padding-top: 55%; 
            background-color: #d4d4d4;
            color: #555;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            font-weight: 700;
            border-radius: 0.5rem;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            position: relative;
            overflow: hidden;
            transition: transform 0.3s ease-in-out;
        }
        .topic-banner-placeholder:hover {
            transform: translateY(-5px);
        }
        .topic-banner-placeholder span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            white-space: nowrap;
        }

		.breadcrumb{
			gap:12px;
		    padding: 10rem 0 4rem!important;
		}
		
		@media (max-width: 767px){	
			.breadcrumb{
		    padding: 3rem 0 4rem!important;
		    font-size: 11px;
		    display: flex;
		    overflow-x: scroll;
		    width: 100%;
		    text-align: left;
		    white-space: nowrap;
		    gap: 12px;
		}}
		
		.topics{
			background-color: #fff;
			padding: 10rem 0 0!important;
		}
		@media (max-width: 767px){	
			.topics{
		    padding: 7rem 0 0!important;
		}}
		
		.search-other{
            padding-top: 7rem;
            margin-top: 7rem;
		}
		
        @media (max-width: 767px) {
		.search-other{
            padding-top: 4rem;
            margin-top: 4rem;
		}
        }

		
		

        /* --- [NEW] アニメーション初期状態のCSS定義 --- */
        .animate-on-scroll {
            opacity: 0;
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
			transition-delay: var(--delay, 0s);
        }
        .fade-in.animate-on-scroll { opacity: 0; }
        .fade-in.is-visible { opacity: 1; }
        .slide-up.animate-on-scroll { opacity: 0; transform: translateY(20px); }
        .slide-up.is-visible { opacity: 1; transform: translateY(0); }
        .scale-up.animate-on-scroll { opacity: 0; transform: scale(0.95); }
        .scale-up.is-visible { opacity: 1; transform: scale(1); }
     /* その他のエリアのボタン */
.area-link-button {
    display: flex; 
    align-items: center; 
    justify-content: center;
    width: 100%;
    padding: 0.75rem;
    background-color: white; 
    border: 1px solid #333; /* 枠線は最初から黒にしておくと綺麗です */
    border-radius: 0.5rem;
    font-weight: 500;
    color: #333; /* 文字色は黒 */
    text-align: center;
    cursor: pointer;
    position: relative; /* 背景スライドの基準点 */
    z-index: 1;
    overflow: hidden; /* はみ出る背景を隠す */
    transition: color 0.1s ease; /* 文字色の変化を滑らかに */
}

/* スライドしてくる背景の膜 */
.area-link-button::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0; /* 右から出現させるための起点 */
    width: 0; /* 最初は幅ゼロ */
    height: 100%;
    background-color: #333; /* 文字と同じ色（黒） */
    z-index: -1; /* 文字の下に配置 */
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); /* スライドのアニメーション */
}

/* ホバー時のスタイル */
.area-link-button:hover {
    color: white; /* 文字を白に反転 */
}

/* ホバー時に背景の幅を100%にする */
.area-link-button:hover::before {
    width: 100%;
    left: 0; /* 左に向かって伸びる */
    right: auto;
}

/* ホバー時の矢印の動き */
.area-link-button:hover .arrow-icon-wrapper {
    transform: translateX(5px);
    color: white;
}

/* 矢印アイコンのラッパーも色が変わるように設定 */
.arrow-icon-wrapper {
    transition: transform 0.3s ease, color 0.3s ease;
}
		
        @media (max-width: 767px) {
            .action-button-primary, .action-button-secondary { padding: 0.8rem 1rem; }
        }
		
		.search-other{
            padding-top: 7rem;
            margin-top: 7rem;
		}
		
        @media (max-width: 767px) {
		.search-other{
            padding-top: 4rem;
            margin-top: 4rem;
		}
        }
	
		
        #area-modal {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,0.6);
            z-index: 1000;
            align-items: center;
            justify-content: center;
        }
        #area-modal.is-open { display: flex; }
        .modal-content {
            background: white;
            padding: 2.5rem 2rem;
            border-radius: 0.5rem;
            width: 90%;
            max-width: 400px;
            position: relative;
        }
        #pref-list { margin-top: 1.5rem; display: grid; grid-template-cols: 1fr; gap: 0.75rem; }
        #pref-list li {
            padding: 1rem;
            background: #f9f9f9;
            border: 1px solid #eee;
            cursor: pointer;
            text-align: center;
            font-weight: bold;
            transition: all 0.2s;
        }
        #pref-list li:hover { background: #333; color: white; }
        

        /*--支払い方法--*/

        .cash-list {
            display: flex;
            flex-wrap: wrap;
            gap: 15px
        }

        .cash-list img {
            width: auto;
            height: 22px;
            /*margin-left: 15px*/
        }

        .cash-list img:first-child {
            margin-left: 0;
        }

        @media only screen and (max-width: 767px) {
			.cash-list {		
		        display: flex;
                flex-wrap: wrap;
                gap: 0px 10px;
				margin-bottom: 20px;
            }
			.cash-list img {
                margin-top:15px;
                height: 27px;
                gap: 5px
            }
        }

        /*--スペシャルコンテンツ背景色調整--*/

        #special-contents {
            background-color: #ffffff00!important;
        }
