@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}
img {
    width: 100%;
    vertical-align: bottom;
}
body {
    background-color: #c5c4c46f;
}
header img{
    width: 200px;
    position: relative;
    top: -40px;
    left: -28px;
  
}
header {
    display: block;
    position: fixed;
    z-index: 999;
}
.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;
}
h1{
    font-size: 20px;
    width: 300px;
    color: #ffffffa5;
   position: relative;
   bottom: 40px;
   margin-left: 10px;
   padding-bottom: 100px;
}
/* main */
h2{
    color: #8b7047;
}
.dedasi2{
    padding-bottom: 100px;
}
.boxsi02{
    width: 350px;
    margin: 10px;
    z-index: 0;
}
.boxsi03{
    width: 180px;
    z-index: 2;
    position: relative;
    left: 170px;
    top: -40px;
}.ryoukinn{
    padding-bottom: 100px;
}
h3{
    text-align: center;
    border-bottom: 1px solid #8b7047;
   
}
/* 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:#8b7047;
    text-shadow: 2px 2px 2px #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;
}
.otoiawase p{
    text-align: center;
    margin: 20px;
    line-height: -10px;
}
.dedasi1 p{
    margin: 20px;
    line-height: -10px;
}