@charset "UTF-8";

/* ===== 基本設定 ===== */
:root {
    --bg: #000;
    --text: #f5f5f5;
    --sub-text: #aaa;
    --accent: #c0a060;
    --nav-bg: rgba(0, 0, 0, 0.7);
}

body {
    font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
    margin: 0;
    background: var(--bg);
    color: var(--text);
    line-height: 1.8;
}

/* ===== ヘッダー ===== */
.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.top-nav {
    background: var(--nav-bg);
    backdrop-filter: blur(8px);
}

.top-nav ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0;
    padding: 15px;
    list-style: none;
}

.top-nav a {
    color: #fff;
    text-decoration: none;
}


/* ===== メイン ===== */
main {
    padding: 80px 20px 50px;
}

.main-visual {
    position: relative;
}

.main-visual img {
    width: 100%;
    display: block;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size:25px;
}

.info-table {
    margin: 0 auto;
}

/* ===== 共通コンテナ ===== */
.record,
.books,
.book-list,
.drinks,
.foods,
.drink-list,
.food-list,
.contact {
    max-width: 1000px;
    margin: 0 auto 40px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
}

.gallery img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.shop-container{
    display:flex;
}

.sns-btn {
    display: flex;
    gap: 40px;
    justify-content: center;
    padding: 0;
    list-style: none;
}

.sns-btn img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

/* ===== 説明文 ===== */

.intro-text {
    text-align: center;
    margin-top: 30px;
    line-height: 1.8;
}

.price {
    color: #d4af37;
    margin-top: 5px;
}

/* ===== 音盤と古本とお品書き ===== */

.audio,
.records,
.record-list,
.books,
.food,
.drink,
.contact {
    text-align: center;
}

.explanation-title,
.shop-info-title,
.records-title,
.books-title,
.access-title,
.food-title,
.drink-title,
.drinks-title,
.foods-title,
.map-title,
.contact-title {
    text-align:center;
    font-size:28px;
    margin-bottom:15px;
    position:relative;
}

.explanation-title::after,
.shop-info-title::after,
.records-title::after,
.books-title::after,
.drinks-title::after,
.foods-title::after,
.access-title::after,
.map-title::after,
.contact-title::after {
    content:"";
    display:block;
    width:60px;
    height:2px;
    background:var(--accent);
    margin:10px auto;
}

.audio,
.fade-in {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
    justify-content: center;
    gap: 20px;
}

.gallery img,
.equipment img,
.record img {
    width: 100%;
    aspect-ratio: 1 / 1; 
    object-fit: cover;
}

.books-images img,
.book img,
.drink img,
.food img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.record,
.equipment,
.drink,
.food,
.record,
.book {
    background: #1e1e1e;
    padding: 10px;
    text-align: center;
}

.drink-list.grid,
.food-list.grid,
.record-list-images,
.books-images,
.grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.access{
    display:flex;
    justify-content:space-around;
}

.form {
        margin:0 auto;
        width:200px;
}

.subject{
        margin:0 auto;
        width:300px;
}

.textarea{
        width:600px;
        height:200px;
}

.logo{
    display: flex;
    justify-content: center;
}

.logo img {
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
}

@media(max-width:1600px){
    header img{
        float:none;
    }
    nav ul{
        text-align:left;
        padding:0;
        margin-left:10px;
    }

.record,
.books,
.book-list,
.drinks,
.foods,
.drink-list,
.food-list,
.contact,
.map {
    width:auto;
    }
    
.gallery img,
.equipment img,
.record img,
.books-images img,
.book img,
.drink img,
.food img
.drink-list.grid,
.food-list.grid,
.record-list-images,
.books-images,
.map,
.grid{
    max-width:100%;
    height:auto;
    }
.header-in {
    width:auto;
    }
iframe{
    width:200px;
}
.overlay {
    position: absolute;
    top:30%;
    left: 5%;
    transform: translate(0%, 0%);
    color: white;
    text-align: center;
    font-size:30px;
}
h1{
    font-size:40px;
}

@media(max-width:1400px){
    header img{
        float:none;
    }
    nav ul{
        text-align:left;
        padding:0;
        margin-left:10px;
    }

.record,
.books,
.book-list,
.drinks,
.foods,
.drink-list,
.food-list,
.contact,
.map {
    width:auto;
    }
    
.gallery img,
.equipment img,
.record img,
.books-images img,
.book img,
.drink img,
.food img
.drink-list.grid,
.food-list.grid,
.record-list-images,
.books-images,
.map,
.grid{
    max-width:100%;
    height:auto;
    }
.header-in {
    width:auto;
    }
iframe{
    width:200px;
}
.overlay {
    position: absolute;
    top:30%;
    left: 5%;
    transform: translate(0%, 0%);
    color: white;
    text-align: center;
    font-size:25px;
}
h1{
    font-size:35px;
}


@media(max-width:959px){
    header img{
        float:none;
    }
    nav ul{
        text-align:left;
        padding:0;
        margin-left:10px;
    }

.record,
.books,
.book-list,
.drinks,
.foods,
.drink-list,
.food-list,
.contact,
.map {
    width:auto;
    }
    
.gallery img,
.equipment img,
.record img,
.books-images img,
.book img,
.drink img,
.food img
.drink-list.grid,
.food-list.grid,
.record-list-images,
.books-images,
.map,
.grid{
    max-width:100%;
    height:auto;
    }
.header-in {
    width:auto;
    }
iframe{
    width:200px;
}
.overlay {
    position: absolute;
    top:30%;
    left: 5%;
    transform: translate(0%, 0%);
    color: white;
    text-align: center;
    font-size:20px;
}
h1{
    font-size:30px;
}
@media(max-width:800px){
    header img{
        float:none;
    }
    nav ul{
        text-align:left;
        padding:0;
        margin-left:10px;
    }
    .overlay {
    position: absolute;
    top:30%;
    left: 5%;
    transform: translate(0%, 0%);
    font-size:15px;
}
h1{
    font-size:25px;
}
}
}

@media(max-width:600px){
    header img{
        float:none;
    }
    nav ul{
        text-align:left;
        padding:0;
        margin-left:10px;
    }
    .overlay {
    position: absolute;
    top:30%;
    left: 5%;
    transform: translate(0%, 0%);
    font-size:15px;
}
h1{
    font-size:20px;
}
}
}
}