@charset "utf-8";

*{
    padding: 0;
    margin: 0;
}

.header{
    max-width: 100%;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(./img/sikakuheader.png);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header h1{
    padding-top: 25px;
    padding-left: 30px;
}

ul{
    list-style: none;
    display: flex;
}

li{
    color: #fff;
    padding: 30px ;
}

a{
    color: inherit;
    text-decoration: none;
}

body{
    font-family: sans-serif;
    line-height: 2;
}
nav ul a:hover{
color: rgb(253, 255, 139);
}
.footernav {
    max-width: 100%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    background-image: url(./img/sikaku2.png);
}
.footernav ul{
    justify-content: center;
    align-items: center;
}
.footernav p{
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
}

.footer{
    display: flex;
    justify-content: space-between;
}

.footer h2{
    padding-left: 40px;
}
 .footer ul{
     padding-right: 80px;
 }
 .footernav ul a:hover{
    color: rgb(253, 255, 139);
    }
    

 /* ここからメイン↓ */

 main{
     background-image: url(./img/sho-haikei.png);
     background-size: cover;
     padding-top: 50px;
     padding-bottom: 50px;
     padding-right: 40px;
     
 }

 .irukashw{
     /* background: url(./img/sho-uesikaku.png)no-repeat; */
     background-color: #92afe8b0;
     border-radius: 69px 0 0 69px;
     display: flex;
     align-items: center;
     justify-content: space-evenly;
 }
 .irukashw img{
     padding: auto;
 }
 .daibiing{
    /* background: url(./img/sikaku\ sho-mannnaka.png)no-repeat; */
    background-color: #92afe8b0;
    border-radius: 0 69px 69px 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-evenly;

}
 
 .jikann2,.basho{
     display: flex; 
    font-size: 1.5rem;
    color: #29357d;
    align-items: center;
}

.ibento{
/* background-image: url(./img/sikaku\ sho-sita.png); */
background-color: #92afe8b0;
border-radius: 69px 0 0 69px;
width: 90%;
margin-left: 10%;
}
.irukashw h2,.daibiing h2{
    background-color: #29357d;
    border-radius: 69px;
    color: #fff;
    font-weight: lighter;
    width: fit-content;
    padding: 0 20px;
}

.irukashw,.daibiing,.ibento{
    margin-top: 30px;
    padding: 20px;
}

.irukashw{
    width: 90%;
    margin-left: 10%;
}
.daibiing{
    width: 90%;
}

.irukashw img{
    margin-right: 40px;
}

.daibiing img{
    margin-left: 20px;
}
.ibento img{
    margin: 20px;
}
.hako1 h1{
    text-align: center;
    font-size: 1.8rem;
}
.hako1{
    display:flex ;
    flex-direction: column;
    justify-content: space-between;
    height: 300px;
}
.basho img{
    width: 100%;
    max-width: 30px;
}

/* .sanpo,.tatti,.beruga{
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
} */

/* .tatti{
    align-items: center;
    flex-direction: row-reverse;
} */

/* .hako{
width: 40%;
}
.tatti .hako{
    width: 20%;
}
.sanpo::after{
    content: "";
    display: block;
    width: 450px;
    height: 250px;
    border: rgb(253, 255, 139) 2px solid ;
    position: absolute;
    top: 5px;
    left: 175px;
}
.sanpo img{
    z-index: +1;
}
.tatti::after{
    content: "";
    display: block;
    width: 450px;
    height: 250px;
    border: rgb(253, 255, 139) 2px solid ;
    position: absolute;
    top: 5px;
    left: 410px;
}
.tatti img{
    z-index: +1;
}

.beruga::after{
    content: "";
    display: block;
    width: 450px;
    height: 250px;
    border: rgb(253, 255, 139) 2px solid ;
    position: absolute;
    top: 5px;
    left: 175px;
}
.beruga img{
    z-index: +1;
}
.sanpo{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.hako h3{
    font-size: 1.5rem;
    text-align: center;
} */

.sanpo,.tatti,.beruga,.jikann,.basho2{
    display: flex;
    align-items: center;
}
.ibento{
height: 950px;
}

.hako h3{
    text-align: center;
    font-size: 1.5rem;

}
.tatti{
    flex-direction: row-reverse;
}

.ibentoin{
    width: 600px;
    margin: 0 auto;
}
.sanpo,.tatti,.beruga{
    border: rgb(253, 255, 139) 2px solid ;
    height: 250px;
    width: 450px;
    margin: 30px 0;
}
img.sanpoimg,img.berugaimg{
    margin: 90px 0 0 -190px;
    height: 320px;
}
.tatti{
    margin: 30px 0 30px auto;
}
img.tattiimg{
    margin: 100px -190px 0 50px;
    height: 320px;

}
p{
    color: #29357d;
    font-size: 1.2rem;
}
.hako5 {
    justify-content: space-around;
    width: 600px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.hako6{
    padding-left: 60px;
}