@charset "utf-8";

h2,
p {
    text-align: center;
    line-height: 40px;
    letter-spacing: 3px;

}

.food-width img {
    max-height: 500px;
}
.food-width {
    width: 80%;
    height: 1000px;
    
}
.sub-des {
    height: 400px;
}

.food-img {
    position: relative;
}

.menu {
    position: absolute;
    top: 80%;
    left: 10%;
}

/* 記念日・お祝いでの利用について */
.celebration {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.548);
    margin-top: 200px;
    margin-bottom: 200px;
}

h3 {
    font-size: 3rem;
    text-align: center;
    position: relative;
}

.celebration p{
    padding: 100px 60px;
    letter-spacing: 0.5px;
}

   
   h3:before,
   h3:after {
     position: absolute;
     z-index: 0;
     bottom: -10px;
     display: block;
     content: '';
     border: 1em solid #5e1717;
   }
   
   h3:before {
     left: -30px;
     border-left-width: 15px;
     border-left-color: transparent;
   }
   
   h3:after {
     right: -30px;
     border-right-width: 15px;
     border-right-color: transparent;
   }
   
   h3 span {
     position: relative;
     z-index: 1;
     display: block;
     padding: 1rem 2rem;
     color: rgb(255, 255, 255);
     background: #5e1717;
   }
   
   h3 span:before,
   h3 span:after {
     position: absolute;
     bottom: -10px;
     display: block;
     width: 10px;
     height: 10px;
     content: '';
     border-style: solid;
     border-color: #2c0707 transparent transparent transparent;
   }
   
   h3 span:before {
     left: 0;
     border-width: 10px 0 0 10px;
   }
   
   h3 span:after {
     right: 0;
     border-width: 10px 10px 0 0;
   }