@charset "UTF-8";

/*PCサイズレスポンシブ*/
@media(min-width:1000px) {
    body {
        min-width: 1000px;
    }

    .container {
        background-size: cover;
    }

    a {
        text-decoration: none;
        color: #000;
    }

    ul {
        list-style: none;
    }

    .header {
        display: flex;
        width: 100%;
    }

    .header1 {
        width: 15%;
    }

    .header1 img {
        width: 100%;
        margin-left: 140px;
    }

    .header2 {
        width: 85%;
        font-family: serif;
    }

    .header2 ul {
        display: flex;
        margin-left: 250px;
        margin-top: 8%;
        font-size: 15px;
    }

    .header2 li {
        margin-right: 30px;
    }

    .top {
        width: 100%;
        display: flex;
    }

    .top1 {
        width: 55%;
    }

    .top1 img {
        width: 90%;
        margin-left: 80px;

    }

    .top2 {
        width: 45%;
        text-align: center;
    }

    .top2 h2 {
        font-size: 36px;
    }

    .top2 p {
        font-size: 25px;
    }

    .menu {
        display: flex;
        margin: 60px auto;
    }

    .menu1 {
        width: 45%;
        text-align: center;
    }

    .menu1 h2 {
        font-size: 36px;
    }

    .menu1 p {
        font-size: 25px;
    }

    .menu2 {
        width: 55%;
    }

    .menu2 img {
        width: 90%;
    }

    .catering {
        display: flex;

    }

    .catering1 {
        width: 55%;
    }

    .catering1 img {
        width: 90%;
        margin-left: 80px;
    }

    .catering2 {
        width: 45%;
        text-align: center;
    }

    .catering2 h2 {
        font-size: 36px;
    }

    .catering2 p {
        font-size: 25px;
    }


    .popularmenu {
        text-align: center;
        margin: 50px 0 50px 0;
        font-family: serif;
        font-size: 20px;
    }

    .popularmenu img {
        width: 50%;
    }

    .shopinfo {
        display: flex;
        width: 100%;
        margin-top: 10px;
    }

    .shopinfo1 {
        width: 50%;
        text-align: center;
        font-family: serif;
    }

    .shopinfo1 h2 {
        font-size: 42px;
    }

    .shopinfo1 p {
        margin-top: 10px;
    }

    .shopinfo2 {
        width: 50%;
    }

    .footer {
        text-align: center;
        width: 100%;

    }

    .footer img {
        width: 25%;
    }

    .footer p {
        margin: 0;
        font-size: 12px;
    }
}

/*ipadサイズレスポンシブ*/
@media(min-width:600px) and (max-width:999px) {
    body {
        min-width: 600px;
        max-width: 999px;
    }

    .container {
        width: 100%;
        background-size: cover;

    }

    a {
        text-decoration: none;
        color: #000;
    }

    ul {
        list-style: none;
    }

    .header {
        display: flex;
        width: 100%;
    }

    .header1 {
        text-align: right;
        width: 20%;
    }

    .header1 img {
        width: 80%;
    }

    .header2 {
        width: 80%;
        font-family: serif;
        font-size: 13px;
    }

    .header2 ul {
        display: flex;
        margin-top: 8.8%;
        margin-left: 4%;
    }

    .header2 li {
        margin-right: 15px;
    }

    .top {
        margin-top: 30px;
        width: 100%;
        display: flex;
    }

    .top1 {
        width: 55%;
    }

    .top1 img {
        width: 95%;
        margin-left: 20px;

    }

    .top2 {
        margin-top: 10px;
        width: 45%;
        text-align: center;
    }

    .top2 h2 {
        font-size: 22px;
    }

    .top2 p {
        font-size: 16px;
    }

    .menu {
        width: 100%;
        display: flex;
        margin: 60px auto;
    }

    .menu1 {
        margin-top: 10px;
        width: 45%;
        text-align: center;
    }

    .menu1 h2 {
        font-size: 22px;
    }

    .menu1 p {
        font-size: 16px;
    }

    .menu1 img {
        width: 25%;
    }

    .menu2 {
        width: 55%;
    }

    .menu2 img {
        width: 95%;
    }

    .catering {
        display: flex;

    }

    .catering1 {
        width: 55%;
    }

    .catering1 img {
        width: 95%;
        margin-left: 20px;
    }

    .catering2 {
        margin-top: 10px;
        width: 45%;
        text-align: center;
    }

    .catering2 h2 {
        font-size: 22px;
    }

    .catering2 p {
        font-size: 16px;
    }


    .popularmenu {
        width: 100%;
        text-align: center;
        margin-top: 40px;
        font-family: serif;
        font-size: 14px;
    }

    .popularmenu img {
        width: 55%;
    }

    .shopinfo {
        display: flex;
        width: 100%;
        margin: 20px 0 20px 0;
    }

    .shopinfo1 {
        width: 50%;
        text-align: center;
        font-family: serif;
    }

    .shopinfo1 h2 {
        font-size: 22px;
    }

    .shopinfo1 p {
        font-size: 14px;
        margin-top: 10px;
    }

    .shopinfo1 img {
        width: 25%;
    }

    .shopinfo2 {
        width: 50%;
    }

    .shopinfo2 iframe {
        width: 90%;
    }


    .footer {
        text-align: center;
        width: 100%;

    }

    .footer img {
        width: 25%;
    }

    .footer p {
        margin: 0;
        font-size: 9px;
    }
}

/*SPサイズレスポンシブ*/
@media (max-width:599px) {
    body {
        max-width: 599px;
    }

    .container {
        width: 100%;
        background-size: cover;

    }

    a {
        text-decoration: none;
        color: #000;
    }

    ul {
        list-style: none;
    }

    .header {
        display: flex;
        width: 100%;
    }

    .header1 {
        text-align: right;
        width: 15%;
    }

    .header1 img {
        margin-left: 25px;
        width: 90%;
    }

    .header2 {
        width: 85%;
        font-family: serif;
        font-size: 7px;
    }

    .header2 ul {
        display: flex;
        margin-top: 6.3%;
        margin-left: 10%;
    }

    .header2 li {
        margin-right: 9px;
    }

    .top {
        margin-top: 10px;
        width: 100%;
        display: flex;
    }

    .top1 {
        width: 55%;
    }

    .top1 img {
        margin-top: 5px;
        width: 100%;
        margin-left: 10px;

    }

    .top2 {
        width: 55%;
        text-align: center;
    }

    .top2 h2 {
        font-size: 14px;
    }

    .top2 p {
        font-size: 10px;
    }

    .menu {
        width: 100%;
        display: flex;
        margin: 40px auto;
    }

    .menu1 {
        margin-top: 10px;
        width: 45%;
        text-align: center;
    }

    .menu1 h2 {
        font-size: 14px;
    }

    .menu1 p {
        font-size: 10px;
    }

    .menu1 img {
        width: 25%;
    }

    .menu2 {
        width: 55%;
        margin-right: 10px;
    }

    .menu2 img {
        width: 100%;
        margin-top: 5px;
    }

    .catering {
        display: flex;

    }

    .catering1 {
        width: 55%;
    }

    .catering1 img {
        margin-top: 5px;
        width: 100%;
        margin-left: 10px;
    }

    .catering2 {
        width: 45%;
        text-align: center;
    }

    .catering2 h2 {
        font-size: 14px;
    }

    .catering2 p {
        font-size: 10px;
    }


    .popularmenu {
        width: 100%;
        text-align: center;
        margin-top: 40px;
        font-family: serif;
    }

    .popularmenu h1 {
        font-size: 18px;
    }

    .popularmenu img {
        width: 55%;
    }

    .shopinfo {
        display: flex;
        width: 100%;
        margin: 30px 0 30px 0;
        
    }

    .shopinfo1 {
        width: 50%;
        text-align: center;
        font-family: serif;
    }

    .shopinfo1 h2 {
        font-size: 14px;
    }

    .shopinfo1 p {
        font-size: 10px;
        margin-top: 10px;
    }

    .shopinfo1 img {
        width: 25%;
    }

    .shopinfo2 {
        width: 50%;
        
    }

    .shopinfo2 iframe {
        width: 90%;
        height: 100%;
    }


    .footer {
        text-align: center;
        width: 100%;

    }

    .footer img {
        width: 25%;
    }

    .footer p {
        margin: 0;
        font-size: 9px;
    }
}