@charset "utf-8";

* {
    margin-top: 0;
    padding: 0;
}

.header {
    height: 56px;
    width: 100%;
    box-shadow: 0 0 10px #dddddd;
    background-color: orange;
    top: 0;
    position: fixed;
}

.header-left {
    float: left;
}

.header-right {
    float: right;
}

.clear {
    clear: both;
}

.header-logo {
    height: 50px;
    margin-top: 3px;
    border-radius: 50%;
}

.header-left {
    line-height: 56px;
    color: blue;
    margin-left: 3px;
    padding: 0px 5px;
}

.header-right a {
    line-height: 56px;
    color: blue;
    margin-left: 2px;
    font-size: 15px;
    padding: 16px 5px;
}

.header-left-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.header-right a:hover {
    background-color: yellow;
    transition: background-color 0.5s;
}

.container {
    max-width: 980px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
}
.main-visual{
    padding-top: 140px;
    padding-bottom: 150px;
    background-image: url("images/DSC04140.JPG");
    background-size: cover;
    color: blue;
}
.under {
   text-decoration: underline; 
}
.main {
    padding: 80px 0;
    color: #5a5c5f;
    text-align: center;
}
.main-image {
    width: 500px;
    height: 350px;
    margin-bottom: 25px;
    box-shadow: 2px 2px 4px #b7b7b7;
    border-radius: 2%;
    }
.explanation {
    text-align: left;
    margin-left: 300px;
}
.gift {
    color:white;
}
.top-text{
    color:white;
}
.price {
    color: red;
    font-weight: bold;
}
.raiten {
    color: blue;
}
.product {
    color: blue;
}

.menu {

    padding: 90px 0 60px;
    color: #5a5c5f;
    margin-left: 30px;
}

.side {
    color: blue;
}

.menu-card {
    width: 33%;
    margin-top: 35px;
}

.menu-card-inner {
    padding: 25px 35px;
    background-color: #dbe0e4;
    border-radius: 7px;
    box-shadow: 1px 1px 4px #d2d4d6;
    text-align: center;
    margin: 0 20px;
}

.menu-image {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 50px;
    border-radius: 3px;
    
}
.menu-image3 {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.menu-image4 {
    width:45%;

    
}
.menu-title {
    margin-bottom: 8px;
}

.menu-text {
    font-size: 15px;
}
ap
.menu-card-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.menu-card_B {
    width: 50%;
    margin-top: 30px;

}

.menu-image_B {
    margin-left: 10px;
    padding-top: 30px;
    width: 90%;
    border-radius: 5px;
}
.menu-image_C {
    width: 45%;
    margin-top: 30px;
    margin-left: 30px;
}
.menu-card_C-wrapper {
    display: flex;
    flex-wrap: wrap;  

}

.p1{
    text-align: left;
}

.menu-card_B-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.aaa {
    border: 1px solid;
    border-collapse: collapse;
    background-color: antiquewhite;
    margin-bottom: 30px;
    margin-top: 50px;

}
.span {
    color: red;
    font-weight: bold;
}

.c {
    color: blue;
    font-weight: bold;
}

.bbb {
    border: 1px solid;
    border-collapse: collapse;
    background-color: antiquewhite;
    margin-left: 80px;
}
.ccc {
    border: 1px solid;
    border-collapse: collapse;
}
.ddd {
    border: 1px solid;
    border-collapse: collapse;
    background-color: antiquewhite;
    width: 100%;
}
.business {
    padding-bottom: 100px;
}
.line {
    text-align: left;
    margin-left: 80px;
    
    padding-top: 2px;
    padding-bottom: 10px;;
}

.w1{
    text-align: left;
    padding-left: 250px;
}
.item1{
    background-color: aqua;
    width:250px;
    margin-top: 50px;
}
.item2{
    text-align: left;
}

.footer {
    position: relative;
    color: blue;
    height: 65px;
    width: 100%;
    font-size: small;
    font-weight: bolder;
    background-color: orange;
}

.footer-left {
    float: left;
    margin-left: 20px;
    padding-top: 10px;
    line-height: 15px;
}

.footer-right {
    float: right;
    padding-top: 15px;
    padding-right: 20px;

}