@charset "UTF-8";

/*-----------------------------------------------------*/
/* PC用 */
/*-----------------------------------------------------*/
@media only screen and (min-width: 1025px) {


.container {
    width: 100%;
}

.header {
   width: 90%;
   margin: 0 auto;
   display: flex;
   font-family: "Noto Serif JP", serif; 
}

.header1 {
    width: 15%;
    margin-left: 5%;
}

.header1 img {
    width: 100%;
}

.header2 {
    width: 60%;
    margin-left: 5%;
}

.header2 ul {
    display: flex;
    padding-top: 70px;
    font-size: 18px;
    justify-content: space-around;
    list-style: none;
}

.header2 a {
    text-decoration-line: none;
}

.btn {
    display: none; 
 }

.image {
    width: 90%;
    margin: 0 auto;
    display: flex;
    font-family: "Work Sans", sans-serif;
}

.image1 {
    width: 60%;
    margin: 50px;
}

.image1 img {
    width: 100%;   
}

.image2 {
    width: 40%;
    margin-top: 50px;
}

.image2 p {
    text-align: justify;
    font-size: 45px;   
}

.image3 p {
    font-size: 30px;
}

.menu {
    width: 90%;
    margin: 0 auto;
    display: flex;
    margin-top: 30px;
    font-family: "Work Sans", sans-serif;
}

.mn {
    width: 40%;
}

.menu1 {
    width: 100%;
}

.menu1 p {
    text-align: center;
    font-size: 45px;
}

.menu2 {
    width: 100%;
}

.menu2 p {
    text-align: center;
    padding-left: 10px;
    font-size: 30px;
}

.aikon {
    width: 100%;
    display: flex;
    margin-left: 100px;
}

.menu3 {
    width: 30%;
}

.menu3 img {
    width: 100%;
}

.menu4 {
    width: 30%;
}

.menu4 img {
    width: 100%;
}

.phot {
    width: 60%;
    margin-left: 30px;
}

.phot img {
    width: 100%;
}

.catering {
    width: 90%;
    margin: 0 auto;
    display: flex;
    margin-top: 40px;
    font-family: "Work Sans", sans-serif;
}

.catering1 {
    width: 60%;
}

.catering1 img {
    width: 100%;
}

.catering2 {
    width: 40%;
    /* margin-top: 50px; */
    text-align: center;
}

.catering2 p {
    font-size: 45px;
}

.catering3 p {
    font-size: 30px;
}

.popular {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: "Noto Serif JP", serif;
}

.popular p {
    padding-top: 50px;
    font-size: 40px;
}

.popular img {
    width: 80%;
}

.shop {
    width: 80%;
    display: flex;
    margin:  0 auto;
    margin-top: 30px;
    font-family: "Noto Serif JP", serif;
}

.shop1 {
    width: 40%;
}

.shop1 p {
    font-size: 40px;
    text-align: center;
}

.shop2 {
    width: 100%;
}

.shop2 p {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}


.shop2 img {
    width: 40%;
    margin-top: 20px;
    margin-left: 100px;
}


.map {
    width: 50%;
    margin-left: 10%;
}

.map iframe {
    width: 100%;
}

.footer {
    width: 40%;
    margin: 0 auto;
    position: relative;
}

.footer img {
    width: 100%;
}

.footer p {
    text-align: center;
    position: absolute;
    top: 300px;
    left: 40%;
    /* background-color: aqua; */
}

}










/*-----------------------------------------------------*/
/* タブレット用のCSS */
/*-----------------------------------------------------*/
@media only screen and (min-width:600px) and (max-width:1024px) {
    .container {
        width: 100%;
        margin: 90%;
        margin: 0 auto;
    }
    
    .header {
       width: 90%;
       display: flex;
       font-family: "Noto Serif JP", serif; 
    }
    
    .header1 {
        width: 20%;
        margin-top: 10px;
        margin-left: 100px;
    }
    
    .header1 img {
        width: 80%;
    }
    
    .header2 {
        width: 60%;
    }
    
    .header2 ul {
        display: flex;
        padding-top: 60px;
        font-size: 13px;
        justify-content: space-around;
        list-style: none;
    }
    
    .header2 a {
        text-decoration-line: none;
    }

    .btn {
       display: none; 
    }
    
    .image {
        width: 100%;
        display: flex;
        font-family: "Work Sans", sans-serif;
    }
    
    .image1 {
        width: 60%;
        margin: 50px;
    }
    
    .image1 img {
        width: 100%;   
    }
    
    .image2 {
        width: 40%;
        margin-top: 50px;
    }
    
    .image2 p {
        text-align: justify;
        font-size: 30px;   
    }
    
    .image3 p {
        font-size: 20px;
    }
    
    .menu {
        width: 95%;
        display: flex;
        margin-top: 30px;
        font-family: "Work Sans", sans-serif;
    }
    
    .mn {
        width: 40%;
    }
    
    .menu1 {
        width: 100%;
    }
    
    .menu1 p {
        text-align: center;
        font-size: 30px;
    }
    
    .menu2 {
        width: 100%;
    }
    
    .menu2 p {
        text-align: center;
        padding-left: 10px;
        font-size: 20px;
    }
    
    .aikon {
        width: 100%;
        display: flex;
        margin-left: 70px;
    }
    
    .menu3 {
        width: 30%;
    }
    
    .menu3 img {
        width: 100%;
    }
    
    .menu4 {
        width: 30%;
    }
    
    .menu4 img {
        width: 100%;
    }
    
    .phot {
        width: 60%;
        margin-left: 30px;
    }
    
    .phot img {
        width: 100%;
    }
    
    .catering {
        width: 90%;
        display: flex;
        margin-top: 30px;
        font-family: "Work Sans", sans-serif;
    }
    
    .catering1 {
        width: 60%;
        margin: 50px;
    }
    
    .catering1 img {
        width: 100%;
        background-size: cover;
    }
    
    .catering2 {
        width: 40%;
        margin-top: 50px;
    }
    
    .catering2 p {
        text-align: center;
        font-size: 30px;
    }
    
    .catering3 p {
        font-size: 20px;
    }
    
    .popular {
        width: 90%;
        margin: 0 auto;
        font-family: "Noto Serif JP", serif;
    }
    
    .popular p {
        text-align: center;
        font-size: 40px;
    }
    
    .popular img {
        width: 70%;
        margin-left: 100px;
    }
    
    .shop {
        width: 90%;
        display: flex;
        margin:  0 auto;
        margin-top: 30px;
        font-family: "Noto Serif JP", serif;
    }
    
    .shop1 {
        width: 40%;
        margin:  0 auto;
    }
    
    .shop1 p {
        font-size: 30px;
        text-align: center;
    }
    
    .shop2 {
        width: 100%;
    }
    
    .shop2 p {
        font-size: 12px;
        padding-top: 10px;
    }
    
    
    .shop2 img {
        width: 40%;
        margin-top: 20px;
        margin-left: 80px;
    }
    
    
    .map {
        width: 50%;
        margin-left: 80px;
    }

    .map iframe {
        width: 340px;
        height: 220px;
        /* padding-right: 70px; */
    }    
    
    .footer {
        width: 40%;
        margin: 0 auto;
        position: relative;
    }
    
    .footer img {
        width: 100%;
    }
    
    .footer p {
        text-align: center;
        position: absolute;
        top: 200px;
        left: 30%;
    }
    
}









/*-----------------------------------------------------*/
/* スマホ用のCSS */
/*-----------------------------------------------------*/
@media only screen and (max-width: 599px) {
    .container {
        width: 100%;
        margin: 90%;
        margin: 0 auto;
    }
    
    .header {
       width: 100%;
       display: flex;
       font-family: "Noto Serif JP", serif; 
    }
    
    .header1 {
        width: 40%;
        margin-top: 10px;
        margin-left: 10%;
    }
    
    .header1 img {
        width: 80%;
    }
    
    .header2 {
        width: 60%;
        display: none;
    }
    
    .header2 ul {
        display: flex;
        padding-top: 60px;
        font-size: 13px;
        justify-content: space-around;
        list-style: none;
    }
    
    .header2 a {
        text-decoration-line: none;
    }



    /*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #999;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	top:-50px;
    left:calc(50%-50px);
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
	text-align: center; 
	list-style: none;
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}


/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
	top:10px;
	right: 10px;
	z-index: 9999;/*ボタンを最前面に*/
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/* ハンバーガーのメニューが右寄り */



    
    .image {
        width: 95%;
        display: flex;
        margin: 0 auto;
        font-family: "Work Sans", sans-serif;
    }
    
    .image1 {
        width: 60%;
    }
    
    .image1 img {
        width: 100%;
        margin-left: 10%;   
    }
    
    .image2 {
        width: 35%;
        margin-left: 10%;
    }
    
    .image2 p {
        text-align: center;
        font-size: 15px;   
    }
    
    .image3 p {
        text-align: center;
        font-size: 8px;
        padding-left: 10%;
    }
    
    .menu {
        width: 95%;
        display: flex;
        margin-top: 30px;
        font-family: "Work Sans", sans-serif;
    }
    
    .mn {
        width: 35%;
        margin-left: 10%;
    }
    
    .menu1 {
        width: 90%;
    }
    
    .menu1 p {
        text-align: center;
        font-size: 15px;
    }
    
    .menu2 {
        width: 90%;
    }
    
    .menu2 p {
        text-align: center;
        font-size: 7px;
    }
    
    .aikon {
        width: 100%;
        display: flex;
        margin-left: 10%;
    }
    
    .menu3 {
        width: 40%;
    }
    
    .menu3 img {
        width: 100%;
    }
    
    .menu4 {
        width: 40%;
    }
    
    .menu4 img {
        width: 100%;
    }
    
    .phot {
        width: 60%;
    }
    
    .phot img {
        width: 100%;
        margin-left: 5%;
    }
    
    .catering {
        width: 95%;
        display: flex;
        margin: 0 auto;
        margin-top: 10%;
        font-family: "Work Sans", sans-serif;
    }
    
    .catering1 {
        width: 60%;
    }
    
    .catering1 img {
        width: 90%;
        margin-left: 10%;
        background-size: cover;
    }
    
    .catering2 {
        width: 35%;
        margin-left: 10%;
    }
    
    .catering2 p {
        text-align: center;
        font-size: 15px;
    }
    
    .catering3 p {
        text-align: center;
        font-size: 8px;
    }
    
    .popular {
        width: 90%;
        margin: 0 auto;
        margin-top: 10%;
        font-family: "Noto Serif JP", serif;
    }
    
    .popular p {
        text-align: center;
        padding-left: 15%;
        font-size: 25px;
    }
    
    .popular img {
        width: 90%;
        margin-left: 10%;
    }
    
    .shop {
        width: 95%;
        display: flex;
        margin:  0 auto;
        margin-top: 30px;
        margin-left: 10%;
        font-family: "Noto Serif JP", serif;
    }
    
    .shop1 {
        width: 35%;
        margin:  0 auto;
        margin-right: 5%;
    }
    
    .shop1 p {
        font-size: 15px;
        text-align: center;
    }
    
    .shop2 {
        width: 100%;
    }
    
    .shop2 p {
        font-size: 8px;
        text-align: center;
        padding-top: 10px;
    }
    
    
    .shop2 img {
        width: 50%;
        margin-top: 10px;
        margin-left: 30%;
    }
    
    
    .map {
        width: 60%;
        margin-top: 10px;
    }

    .map iframe {
        width: 200px;
        height: 130px;
        /* padding-right: 10%; */
    }
    
    .footer {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    
    .footer img {
        width: 50%;
        margin-left: 30%;
    }
    
    .footer p {
        text-align: center;
        padding-left: 10%;
        font-size: 10px;
        position: absolute;
        top: 120px;
        left: 35%;
    }

}

