@charset 'utf-8';
/*
VARIABLES
================================================ */
:root {
    --light-green: #d5edeb;
    --green: #63dbd0;
    --brown: #403632;
    --light-grey: #eee;
    --white: #fff;
    --oswald-font: 'Oswald', sans-serif;
}
body {
    font-family: "Playpen Sans", cursive;
    /* font-family: "Noto Sans JP", sans-serif; */
    background-color: #fffdf8;
}
#top {
    text-align: center;
    padding: 20px 0;
}
#top img {
    max-width: 420px;
    width: 80%;
}
.nav1 {
    display: flex;
    justify-content: center;
    gap: 35px;
    list-style-type: none;
    font-size: 25px;
    color: rgb(146, 93, 12);
    padding: 20px 0;
    }
.nav1 a {
    text-decoration: none;
    color: #9a6400;
    font-family: "Playpen Sans",cursive;
    font-size: 1.3rem;
}
header  {
    text-align: center;
}
.mainvisual {
    background-color: #f8efe5;
    padding: 80px 20px;
    text-align: center;
}
.main-text img{
    width: 120px;
    height: auto;
    
}
.concept img {
    width: 120px;
    height: auto;
}
.concept {
    background-color: aquamarine;
    padding: 80px 20px;
    text-align: center;
}
#menu {
    display: grid;
    gap:30px;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));

     width: min(100%, 1020px);
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
   
} 
/* 各メニュー */
.menu-list {
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 20px;
}

#menu img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    padding: 15px;
    object-fit: contain;
    object-position: center;
    background-color: #f4efe7;
    border-radius: 20px;
    box-sizing: border-box;
}
#menu h2 {
     margin: 18px 0 8px;
    padding: 0;
    color: #473737;
    text-align: center;
}
#menu p {
    margin: 0 0 25px;
    padding: 0;
    text-align: center;
}
.menusub {
    text-align: center;
    color: #473737;
}
main h1 {
    margin: 30px 0;
    font-size: 40px;
    text-align: center;
    color: rgb(146, 93, 12);
}
h2{
    margin-top: 6px;
}
footer {
    background-color: #ecd7af;
    text-align: center;
}
footer .nav1 {
    font-size: 24px;
    padding-bottom: 0;
   margin-top: 20px;
}
footer p {
    color: #fffdf8;
    padding: 0 0 28px 0;
    font-size: 18px;
}
.contact-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 20px;  
    }
.contact-container article {
    width: 450px;
    flex: none;
}
input[type="text"],
input[type="email"]
 {
    width: 100%;
    max-width: 400px;
    height: 28px;
}
form > p {
    line-height: 1.4;
    margin-bottom: 20px;

}
textarea{
    width: 100%;
    height: 180px;
    margin-bottom: 30px;
}
.submitBtn {
    text-align: center;
}
input[type="submit"]{
    background-color: #473737;
    color: #ffffff;
    padding: 18px 80px;
    }
.cat-area {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
    margin: 0;
}
#walking-cat {
    width: 120px;
    height: auto;
    display: block;

    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(100vw);
}
.accessub {
    margin: 0;
    color: #a46500;
    font-size: 3rem;
}
/* .access横の猫 */
.title-cat {
    width: 120px;
    height: auto;
    object-fit: cover;
    display: block;
}

.access-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;

    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
}
/* 左側のタイトルと地図 */
.map-area {
    width: 600px;
}
/* .accessと猫を横並び */
.access-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.map-area iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: 0;
}

/* 右の営業時間 */
.shop-info {
    width: 320px;
    padding-top: 102px;
    text-align: center;
}

/* 猫画像 */
.access-cat {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.shop-info h2 {
    margin-bottom: 20px;
    color: #a46500;
    font-size: 2rem;
}
.message {
    line-height: 1.8;
    margin-bottom: 20px;
}
.access-message {
    line-height: 1.8;
    margin-bottom: 20px;
}

.shop-info table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}


.shop-info th,
.shop-info td {
    border-bottom: 1px solid #ddd;
    padding: 15px 10px;
}
.shop-info th {
    width: 100px;
    color: #a46500;
}

#aning {
    text-align: center;
}
#loading {
    background-color: var(--light-grey);
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    overflow: hidden;
}
#loading-screen {
    background-color: var(--light-green);
    position: absolute;
    inset: 0;
    z-index: 1;
    translate: 0 100vh;
}
#loading p {
    position: relative;
    z-index: 2;
    font-size: 2rem;
    font-family: var(--oswald-font,sans-serif);
}
#loading-left,
#loading-right {
    background: #ed8;
    position: fixed;
    width: 50vw;
    height: 100vh;
}
#loading-left {
    left: 0;
    transform-origin: left top;
}
#loading-right {
    right: 0;
    transform-origin: right top;
}
@media(max-width: 768px){
    .contact-container {
        flex-direction: column;
        align-items: center;
    }
    .contact-container img {
        width: 100%;
        max-width: 450px;
    }
    .contact-container article {
        width: 100%;
        max-width: 450px;
    }
}