.header.change-color  {
    background-color: rgba(255, 255, 255, 0.9); 
    box-shadow:0 0 10px 10px rgba(255, 255, 255, 0.9);
  }

  path rect  {
    fill: hsl(0, 100%, 55%);
}

.MenuMarginAdjustment {
    padding-top: 15vh;
}
.menuWhiteBack {
    width: 90%;
    height: auto;
    margin: auto;
    background-color: #fff;
    border-radius: 30px;
}
.ecTELsmall {
    width: 20%;
    height: auto;
}
.ecTELsmall h2 {
    font-size: 1vw;
}
.ecTELsmall .greenbackTEL a {
    width: 30%;
    height: auto;
    z-index: 999;
}
.ecTELsmall .ecTEL {
    padding: 5px;
}
.ecTELsmall .ecTEL a img {
    width: 5%;
}

.ALLmenu {
    width: 80%;
    height:auto;
    margin: auto;
}
.menuTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 3vh;
}
.menuExplanation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menuExplanation p {
    font-size: 15px;
    font-weight: bold;
}
.PCnone {
    display: none;
}
.menuSubTitle {
    width: 100%;
    height: auto;
    margin-top: 5vh;
    margin-bottom: 3vh;
}
.menuSubTitle h2 {
    font-size: 3.5vw;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.menuSubTitle h2::before {
    background-color: #669833; /* 線の色 */
    border-radius: 5px; /* 線の両端を丸く */
    bottom: 0px; /* 線の位置 */
    content: "";
    height: 5px; /* 線の高さ */
    left: 50%; /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%); /* 線の中央寄せ */
    width: 5vw; /* 線の長さ */
  }
.ALLmenuImg {
    width: 100%;
    height:auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.ALLmenuImg > .menuParts {
    width: calc( ( 100% - 150px ) / 3 );
    margin-right: 60px;
    margin-bottom: 3vh;
    height: auto;
    display: block;
}
.menuParts:nth-child(3n) {
    margin-right: 0;
}
.menuParts .menuShadow img{
    padding: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.8);

}
.takeoutParts {
    position: absolute;
    top: auto;
    left: auto;
    right: -16px;
    bottom: 0;
}
.menuName {
    margin-top: 1.5vh;
    margin-bottom: 1.5vh;
    text-align: center;
    color: hsl(0, 85%, 49%);
    font-weight: 900;
    font-size: 25px;
}
.menuYen {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menuYen h4 {
    width: 50%;
    height: auto;
    font-size: 1.5vw;
    text-align: center;
}
.menuYen h4 span {
    color: #fff;
    background-color: #926B26;
    padding:0px 9px; 
    border-radius: 5px;
}

.drinkFlex {
    width: 95%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.drinkTextBox {
    width: 48%;
    height: auto;
}
.drinkTextParts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2vh;
}
.drinkTextParts h3 {
    font-size: 2vw;
}
.drinkTextParts h4 {
    font-size: 1.5vw;
}

.menuUnderText {
    width: 100%;
    height:auto;
    padding-top: 5vh;
    padding-bottom: 3vh;
}
.menuUnderText p {
    font-size: 25px;
    text-align: right;
    font-weight: bold;
}



.eventContact {
    width: 100%;
    height: 50vh;
    position: relative;
    overflow: hidden;
}
.ecText p{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.ecTEL {
    padding: 10px;
    margin: 5vh 0;
    background-color: #669833;
    border-radius: 5px;
}
.ecTEL a {
    width: 100%;
    height: auto;
    font-size: 25px;
    color: #fff;
    display: flex;
  justify-content: center;
  align-items: center;
}
.ecTEL a img {
    width: 8%;
}
.ecTEL a h2 {
    padding-left: 20px;
}

.ecLeafLeft{
    position: absolute;
    top: 0;
    left: 0;
}
.ecLeafRight {
    position: absolute;
    top: 20%;
    left: auto;
    right: 0;
    bottom: auto;
}


.menuUnderBox {
    width: 100%;
    height: 100%;
}
.menuUnderImg {
    width: 100%;
    height: 100%;
    position: relative; /* 要素の位置を相対位置に設定 */
    background-image: url("../images/menu/menuUnderImg.jpg"); /* 背景画像を設定 */
    background-size: cover; /* 背景画像を要素全体にフィットさせる */
    background-position: center; /* 背景画像の位置を中央に設定 */
    object-fit: cover; /* 画像を要素全体にフィットさせる */
}
.blackTextBox {
    width: 60%;
    height: 80%;
}
.blackTextBox::before {
    content: "";
    position: absolute;
    top: 0;  bottom: 0;
    left: 0;  right: 0;
    background: black;
    opacity:0.5;
}
.blackTextBoxInner {
    width: 90%;
    height: 80%;
    display: block;
}
.width100 {
    width: 100%;
}
picture.cheese {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
picture.cheese img {
    width: 10%;
}
picture.fryingPan {
    width: 100%;
    display: flex;
    margin-top: 2vh;
}
picture.fryingPan img{
    width: 10%;
    display: flex;
    margin-top: 2vh;
}
.bTBInnerText {
    width: 100%;
    height: 100%;
    text-align: center;
}

.bTBInnerText h3 {
    color: #FFFF00;
    padding-bottom: 5vh;
    font-size: 15px;
   
}

.bTBInnerText p{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: auto;
}
.bTBInnerText h4 {
    color: #FFFF00;
    padding-top: 5vh;
    font-size: 15px;
    text-align:center;
    margin: auto;
}

.fuwafuwa {
    animation: fuwafuwa 3s ease-in-out infinite alternate;
    background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width:  100%;
    height: auto;
    margin-top: 15px;
  }
   
  @keyframes fuwafuwa {
    0% {
      transform:translate(0, 0) rotate(-7deg);
    }
    50% {
      transform:translate(0, -7px) rotate(0deg);
    }
    100% {
      transform:translate(0, 0) rotate(7deg);
    }
  }

  .sma{
    display: none;
}

/*----------------------------------------------------------------------------------


 タブレット画面　レスポンシブデザイン


----------------------------------------------------------------------------------*/
@media screen and (min-width:521px)and (max-width:960px) {
    .MenuMarginAdjustment {
        padding-top: 10%;
    }
    .ALLmenu {
        width: 90%;
    }
    .menuTitle {
        width: 90%;
        padding-top: 0;
        justify-content: space-between;
    }
    .menuExplanation {
        display: block;
    }
    .menuExplanation p {
        font-size: 12px;
        display: flex;
        justify-content: center;
        padding-bottom: 2vh;
    }
    .SPtext {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .PCnone {
        display: block;
    }
    .menuSPtextImg{
        width: 55%;
        height: auto;
        padding-right: 5%;
    }
    .pizzaSizeImng {
        width: 40%;
        height: auto;
    }

    .menuSubTitle h2 {
        font-size: 7vw;
    }
    .menuSubTitle h2::before  {
        width: 15vw;
        height: 2px;
    }

    .ALLmenuImg {
        width: 100%;
        height:auto;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .ALLmenuImg > .menuParts {
        width: calc( ( 100% - 50px ) / 2 );
        margin-right: 30px;
        margin-bottom: 3vh;
        height: auto;
        display: block;
    }
    .menuParts:nth-child(2n) {
        margin-right: 0;
    }
    .menuParts .menuShadow img{
        padding: 15px;
        background-color: #FFFFFF;
        box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.8);
    }
    
    .menuParts .menuShadow img {
        padding: 10px;
    }
    .takeoutParts {
        height: auto;
    }
    .menuNameBlock {
        width: 100%;
        margin: auto;
    }
    .menuName {
        font-size: 12px;
        width: 100%;
        padding-left: 10px;
    }
    .menuYen {
        padding: 0px 10px;
    }
    .menuYen h4 span {
        background-color: #926B26;
        padding: 0.5vh 1.5vw;
        border-radius: 3px;
    }
    .menuYen h4 {
        font-size: 3vw;
    }
    .drinkFlex {
        width: 90%;
        height: auto;
        margin: auto;
        display: Block;
    }
    .drinkTextBox {
        width: 100%;
        margin: auto;
    }
    .drinkTextParts h3 {
        font-size: 3.5vw;
    }
    .drinkTextParts h4 {
        font-size: 3vw;
    }
    .SPcenter {
        justify-content: center;
        margin-bottom: 0;
    }
    .menuUnderText {
        width: 100%;
        height: auto;
        padding-top: 2vh;
        padding-bottom: 5vh;
    }
    .menuUnderText p {
        font-size: 3vw;
    }

    .blackTextBox {
        width: 100%;
        height: 60%;
    }
    .bTBInnerText h3 {
        font-size: 15px;
    }
    .bTBInnerText p {
        font-size: 12px;
    }

    .bTBInnerText h4 {
        font-size: 15px;
    }

    picture.cheese img {
        width: 20%;
    }
    picture.fryingPan img {
        width: 30%;
  }
}


/*----------------------------------------------------------------------------------


 スマホ画面　レスポンシブデザイン


----------------------------------------------------------------------------------*/
@media screen and (max-width:520px) {
    .MenuMarginAdjustment {
        padding-top: 15%;
    }
    .ALLmenu {
        width: 90%;
    }
    .menuTitle {
        padding-top: 0;
        justify-content: start;
    }
    .menuExplanation {
        display: block;
    }
    .menuExplanation p {
        font-size: 3vw;
        display: flex;
        justify-content: center;
        padding-bottom: 5vh;
    }
    .SPtext {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .PCnone {
        display: block;
    }
    .menuSPtextImg{
        width: 55%;
        height: auto;
        padding-right: 5%;
    }
    .pizzaSizeImng {
        width: 40%;
        height: auto;
    }

    .menuSubTitle h2 {
        font-size: 7vw;
    }
    .menuSubTitle h2::before  {
        width: 15vw;
        height: 2px;
    }

    .ALLmenuImg {
        width: 100%;
        height:auto;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .ALLmenuImg > .menuParts {
        width: calc( ( 100% - 50px ) / 2 );
        margin-right: 30px;
        margin-bottom: 3vh;
        height: auto;
        display: block;
    }
    .menuParts:nth-child(2n) {
        margin-right: 0;
    }
    .menuParts .menuShadow img{
        padding: 15px;
        background-color: #FFFFFF;
        box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.8);
    }
    
    .menuParts .menuShadow img {
        padding: 10px;
    }
    .takeoutParts {
        width: 60%;
        height: auto;
    }
    .menuNameBlock {
        width: 100%;
        margin: auto;
    }
    .menuName {
        font-size: 12px;
        width: 100%;
        padding-left: 10px;
    }
    .menuYen {
        padding: 0px 10px;
    }
    .menuYen h4 span {
        background-color: #926B26;
        padding: 0vh 1vw;
        border-radius: 3px;
    }
    .menuYen h4 {
        font-size: 3vw;
    }
    .drinkFlex {
        width: 90%;
        height: auto;
        margin: auto;
        display: Block;
    }
    .drinkTextBox {
        width: 100%;
        margin: auto;
    }
    .drinkTextParts h3 {
        font-size: 3.5vw;
    }
    .drinkTextParts h4 {
        font-size: 3vw;
    }
    .SPcenter {
        justify-content: center;
        margin-bottom: 0;
    }
    .menuUnderText {
        width: 100%;
        height: auto;
        padding-top: 3vh;
        padding-bottom: 3vh;
    }
    .menuUnderText p {
        font-size: 3vw;
    }

    .blackTextBox {
        width: 100%;
        height: 70%;
    }
    .bTBInnerText h3 {
        font-size: 20px;
    }
    .bTBInnerText p {
        width: 80%;
        margin: auto;
        text-align: left;
        font-size: 15px;
    }
    .bTBInnerText h4 {
        width: 80%;
        margin: auto;
        font-size: 15px;
        text-align: left;
    }

    picture.cheese img {
        width: 20%;
    }
    picture.fryingPan img {
        width: 30%;
  }


}