
html {
    /* ゆっくり遷移する */
	scroll-behavior: smooth;
}
body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-size: 16px;
} @media screen and (max-width: 430px) {
    body {
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }
}
footer {
    padding: 40px;
    text-align: center;
}

.toup {
    position: fixed;
    bottom: 1em;
    right: 1em;
    border: 1px solid #CE1F12;
    background: #fff;
    padding: 2px 6px;
    border-radius: 4px;;
    z-index: 999;
}

header {
    height: 126px;
} @media screen and (max-width: 430px) {
    /* スクリーンサイズが430px以下の場合に適用 */
    header {
        height: 240px;
    }
    header h1 {
        margin: 0;
    }
}
header,
footer,
nav ul li a {
    background-color: #121435;
    color: #fff;
}
.toup {
    color: #CE1F12;
}
a {
    text-decoration: none;
}
header {
    display: flex;
    justify-content: space-between;
}
header h1 {
    margin: 0px;
}
header h1 img {
    height: 100px;
    margin: 2vh 3vw 0vw  3vw;
} @media screen and (max-width: 900px) {
    /* スクリーンサイズが900px以下の場合に適用 */
    header {
        height: 200px;
        display: block;
    }
    header h1 {
        padding: 40px auto 0px  auto;
    }
    header h1 img {
        height: 100px;
/*        margin: 4vh 25vw 0vh 25vw; */
    }
}

nav ul {
    display: flex;
    justify-content: flex-end;
}
nav {
    padding-top: 60px;
} @media screen and (max-width: 900px) {
    nav {
        padding-top: 10px;
    }
    nav ul {
        justify-content: center;
        margin: 0;
        text-align: center;
    }
}
nav ul li {
    width: 120px;
}

li {
    list-style-type: none;
}
#slick {
    padding: 0;
    margin: 0;
}

#slick li img {
    max-width: 1100px;
    min-width: 375px;
    width: 100%;
    max-height: 825px;
    min-height: 280px;
    margin: 0 auto;
}

section {
    max-width: 1100px;
    margin: 0 auto;
    display: block;
    position: static;
    padding: 20px 0px;
}

#insta {
    height: 700px;
    display: none;
}

#insta,
#access {
    background-color: #F3F3F5;
}
#about {
    height: 1200px;
} @media screen and ( min-width: 1000px) {
    #about {
        height: 1260px;
        padding-bottom: 60px;

    }

} @media screen and ( min-width: 391px) and ( max-width: 900px) {
    #about {
        height: 1060px;
        padding-bottom: 60px;

    }

} @media screen and (max-width: 390px) {
    #about {
        height: 990px;
        padding-bottom: 60px;

    }

} 

#consept div,
#access div,
.caption,
.news {
    max-width: 1100px;
    min-width: 375px;
    margin: 20px auto;
    text-align: center;
}
.caption p {
    line-height: 2;
    text-align: justify;
    margin: 40px auto;
    width: 70%;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(2rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.message {
    /* スクロールに応じてアニメーション */
    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}
.news div {
    display: inline-block;
    padding: 40px;
    border-left: dotted 3px #121435;
    border-right: dotted 3px #121435;
    border-radius: 20px;
} @media screen and (max-width: 900px) {
    .news div {
        display: inline-block;
        padding: 30px;
        margin: 1.6rem;
        border-left: dotted 3px #121435;
        border-right: dotted 3px #121435;
        border-radius: 20px;
    }
}
.news h3 {
    margin: 0;
    margin-bottom: 1rem;
}
.news a {
    font-weight: bold;
}
.shop_item {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 40px;
} @media screen and (max-width: 430px) {
    .shop_item {
        text-align: center;
        display: contents;
        justify-content: center;
    }
} @media screen and (max-width: 900px) {
    .shop_item {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
    }
}
.shop_item ul {
    padding-left: 0;
    margin-bottom: 2rem;
}
.shop_item li {
    width: 300px;
    padding: 0;
    line-height: 1.6;
    text-align: justify;
    border-left: solid 1px #121435;
    border-right: solid 1px #121435;
    border-bottom: solid 1px #121435;
    border-radius: 10px;
}  @media screen and (max-width: 430px) {
    .shop_item li {
        width: 300px;
        padding: 0;
        margin: 0 auto 40px;
        line-height: 1.6;
        text-align: justify;
        border-left: solid 1px #121435;
        border-right: solid 1px #121435;
        border-bottom: solid 1px #121435;
        border-radius: 10px;
    }
}
.shop_item ul img {
    width: 100%;
    margin-bottom: -10px;
    border-radius: 10px 10px 0 0;
}
.shop_item p {
    padding: 16px;
    height: 19rem;
}

.location,
#access div div {
    display: flex;
    justify-content: space-around;
}  @media screen and (max-width: 430px) {
    .location,
    #access div div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
.location {
    margin: 30px 0 20px;
}
#access ul h3 {
    margin: 30px 0 20px;
}
#access ul:last-child li {
    text-align: left;
}
.location  li a {
    color: #000;
}
.last-order {
    margin-left: 5rem;
    font-size: .9rem;
}
.loadmap {
    width: 100%;
    height: 370px;
    min-height: 320px;
}