@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}
img {
    width: 100%;
    vertical-align: bottom;
}
h1 {
    width: 200px;
}
.fohero {
    color: #8b7047;
    text-shadow: 1px 2px 2px #fff;
    position: absolute;
    top: 85px;
    /* left: 370px; */
    text-align: right;
    right: 23px;
    font-size: 30px;
    font-weight: bold;
}
h1 {
    width: 200px;
    position: relative;
    top: -40px;
    left: -28px;
}
header {
    display: block;
    position: fixed;
    z-index: 999;
}
.hero img {
    height: 300px;
    object-fit: cover;
    object-position: center left;
}
.ham {
    width: 60px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: fixed;
    top: 20px;
    right: 10px;
}
.ham span {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background-color: #000;
    transition: 1s;
}
nav {
    width: 100%;
    height: 100px;
    background-color: #ffffff9b;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 1s;
    pointer-events: none;
}
nav.open {
    opacity: 1;
    pointer-events: all;
}
.ham.open span:first-child {
    transform: translateY(11px) rotate(45deg);
}
.ham.open span:nth-child(2) {
    opacity: 0;
}
.ham.open span:last-child {
    transform: translateY(-11px) rotate(-45deg);
}
nav ul li {
    display: flex;
    gap: 20px;
    text-align: center;
    font-size: 12px;
}
nav ul a {
    color: #8b7047;
}

.boxz {
    margin-bottom: -100px;
}
.box01 {
    width: 180px;
    margin: 20px;
    position: relative;
    top: 10px;
    z-index: 1;
    right: 10px;
}
.box02 {
    background-color: #cfa46241;
    width: 200px;
    height: 130px;
    color: #ab8854d3;
    font-size: 7px;
    text-align: center;
    margin: 20px;
    position: relative;
    left: 140px;
    bottom: 130px;
}
.box02 h2 {
    font-size: 11px;
    padding-top: 15px;
    padding-left: 15px;
    margin-bottom: -15px;
}
.box02 p {
    margin: 10px;
    padding-left: 20px;
    padding-top: 15px;
    font-size: 11px;
}
.link_btn p::after {
    content: "➜";
}
.link_btn p {
    border-radius: 20px;
    border: 1px solid #000;
    color: #000;
    width: 150px;
    position: relative;
    padding: 5px;
    top: -40px;
    left: 200px;
}
.link_menu2 p::after {
    content: "➜";
}
.link_menu2 p {
    border-radius: 20px;
    border: 1px solid #000;
    color: #000;
    width: 150px;
    position: relative;
    padding: 5px;
    top: 20px;
    left: 200px;
}
.main-part1 h5 {
    font-size: 25px;
    color: #624f32;
    text-shadow: 2px 2px 2px #fff;
    text-align: center;
}
.menu h3 {
    text-align: center;
    object-fit: cover;
    padding-top: 100px;
}
.menush {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
}
.menush p {
    text-align: center;
    font-size: 12px;
}
.menush img {
    width: 170px;
    height: 160px;
    object-fit: cover;
    margin: 8px;
}
.link_menu p::after {
    content: "➜";
}

.link_menu {
    border-radius: 20px;
    border: 1px solid #000;
    color: #000;
    width: 150px;
    position: absolute;
    padding: 5px;
}
.inner {
    width: 310px;
    padding-top: 200px;
}
.main-part1 {
    padding-bottom: 100px;
    background-repeat: no-repeat;
    object-fit: cover;
    height: 240px;
}

.pw {
    text-shadow: 2px 2px 2px #000;

    color: #fff;
    text-align: center;
}
body {
    background-color: #c5c4c46f;
}
.slider {
    margin: 30px auto 0;
    width: 80%;
}

.name img {
    vertical-align: bottom;
    padding: 20px;
    max-width: 100%;
}
.slider {
    justify-content: space-between;
    display: flex;
    padding: 0 25px;
}
.link_menu2 {
    padding: 90px;
}
.pw {
    animation: fadeInTop 0.7s ease 0s 1 normal;
    padding-top: 60px;
}
.news {
    background-color: #ffffff81;
    padding-bottom: 10px;
}
.news h4 {
    margin: 10px;
    color: rgba(155, 91, 45, 0.618);
}
.news dl dt {
    float: none;
    padding: 0;
    margin: 10px;
}
.news dl dd {
    margin: 0 0 10px;
    padding: 10px 0 10px 0;
    border-bottom: solid 1px #000;
    margin: 10px;
}
@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
    }
}

/* pararakkusu */
html {
    scroll-behavior: smooth;
}

/* footer */
footer img {
    height: 150px;
    object-fit: cover;
    margin-top: 150px;
}
.foter {
    text-align: center;
    position: relative;
    bottom: 180px;
}
footer h4 {
    text-align: center;
    position: relative;
    bottom: 130px;
    color: #fff;
}
.foter a {
    color: #fff;
    padding: 7px;
    position: relative;
    top: 80px;
    background-color: #cccccc5a;
}
footer p {
    text-align: center;
    font-size: 12px;
    position: relative;
    bottom: 70px;
}
@media screen and (min-width: 767px) {
    .fohero {
        font-size: 70px;
        padding-right: 100px;
        padding-top: 100px;
    }
    .name img{
        width: 800px!important;
        margin-left: 90px;
    }
    .hero img {
        height: 600px;
        object-fit: center;
        width: 100%;
    
    }
    .slider {
        padding-top: 200px;
        width: 1000px;
    }
    .boxz{
        padding-left: 430px;
    }
    .box01{
        width: 00px;
        height: 400px;
       
    }
    .box02{
        width: 600px;
        height: 450px;
       position:absolute;
       background-color:  #cfa46241;
       bottom: -760px;
       left: 900px;
        }
    .box02 p{
        font-size: 25px;
        padding-top: 80px;
        line-height: 60px;
        padding-right: -80px;
        width: 450px;
    }
    .scene1{
        font-size: 40px;
        padding-top: 300px;
    }
    .menush img{
       width: 500px;
       height: 500px;
    }
    .menu{
        margin-top: 300px;
    }
}
.menu{
    margin-top: 20px;
}