*{

margin:0;

padding:0;

box-sizing:border-box;

}

body{

font-family:sans-serif;

background:#fff;

color:#222;

line-height:1.8;

}

header{

padding:60px 20px;

text-align:center;

}

.logo-wrap img{

width:220px;

max-width:80%;

margin-bottom:30px;

}

.sub{

letter-spacing:2px;

font-size:14px;

margin-bottom:25px;

}

h1{

font-size:48px;

font-weight:300;

margin-bottom:30px;

}

.lead{

font-size:18px;

margin-bottom:40px;

}

.buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.buttons a{

text-decoration:none;

color:#111;

border:1px solid #111;

padding:14px 35px;

transition:.3s;

}

.buttons a:hover{

background:#111;

color:#fff;

}

.slider{

width:100%;

height:70vh;

position:relative;

overflow:hidden;

}

.slide{

position:absolute;

width:100%;

height:100%;

opacity:0;

transition:1s;

}

.slide.active{

opacity:1;

}

.slide img{

width:100%;

height:100%;

object-fit:cover;

}

.concept{

max-width:900px;

margin:auto;

padding:100px 20px;

text-align:center;

}

.concept h2{

margin-bottom:40px;

letter-spacing:4px;

}

.concept p{

margin-bottom:25px;

}

footer{

padding:80px 20px;

text-align:center;

border-top:1px solid #eee;

}

.footer-logo{

width:110px;

opacity:.9;

margin-bottom:20px;

}

@media(max-width:768px){

h1{

font-size:32px;

}

.slider{

height:50vh;

}

.logo-wrap img{

width:180px;

}

.footer-logo{

width:80px;

}

}
.menu-section{

    max-width:800px;

    margin:80px auto;

    padding:0 20px;

}

.menu-section h2{

    text-align:center;

    font-size:32px;

    letter-spacing:4px;

    margin-bottom:40px;

}

.menu-item{

    border-bottom:1px solid #ddd;

    padding:25px 0;

}

.menu-item h3{

    font-size:14px;

    color:#666;

    margin-bottom:10px;

}

.menu-item p{

    font-size:22px;

    margin-bottom:8px;

}

.menu-item span{

    font-size:20px;

    font-weight:bold;

}

.menu-title{

    font-size: 1.6rem;

    line-height: 1.4;

    word-break: keep-all;

    letter-spacing: -0.03em;

    margin: 0 auto 10px;

}

.concept-text{

    max-width:700px;

    margin:0 auto;

    line-height:1.8;


}

.footer-info{

    text-align:center !important;

    padding:50px 20px;

    margin-top:60px;

    border-top:1px solid #ddd;

    color:#666;

    line-height:1.8;

    width:100%;

}

.footer-info p{

    text-align:center !important;

    margin-bottom:15px;

}

.footer-info a{

    color:#333;

    text-decoration:none;

    font-weight:bold;

}

footer {

    text-align: center !important;

}

.footer-info {

    width: 100%;

    display: block;

    text-align: center !important;

    margin: 0 auto;

}

.footer-info p {

    text-align: center !important;

    margin: 15px 0;

}

.footer-info a {

    text-align: center !important;

}

.footer-logo {

    display: block;

    margin: 30px auto;

}