@charset "UTF-8";

a, a:visited, a:hover, a:active {
    text-decoration: none;
    color: inherit;
}

header,footer,nav,main,section,article,aside{
display:block;
}

html {
  font-size: 100%;
}
body {

}
a {
  text-decoration: none;
}
img {
  /* max-width: 100%; */
}

.boxm {
  position   : relative;
  height: 700px;
  min-height: 300px;
  margin     : auto;
  overflow   : hidden;
}

.boxm .bgImg {
  background-size: cover;
  background-position: center ;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 24s infinite;   /* 4画像 × 各8s = 32s */
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.boxm .src1 {
  background-image : url(../images/menu/napo.JPG);   /* 背景の画像を指定 */
}
.boxm .src2 {
  background-image : url(../images/menu/mame.JPG);   /* 背景の画像を指定 */
  animation-delay  : 6s;
}
.boxm .src3 {
  background-image : url(../images/menu/winetop.jpg);   /* 背景の画像を指定 */
  animation-delay  : 12s;
}
.boxm .src4 {
  background-image : url(../images/menu/pana2.JPG);   /* 背景の画像を指定 */
  animation-delay  : 18s;
}

@keyframes bgAnime {
   0% { opacity: 0; transform: scale(1.0, 1.0); }
   1% { opacity: 1; transform: scale(1.0, 1.0); }
   5% { opacity: 1; transform: scale(1.0, 1.0); }
  21% { opacity: 1; transform: scale(1.1, 1.1); }
  25% { opacity: 1; transform: scale(1.1, 1.1); }
  26% { opacity: 0; }
 100% { opacity: 0; }
}

.boxmString{
  position   : absolute;
  display    : inline-block;
}

/* MAIN NAV */
.main-nav {
  margin: 0 auto;
  font-size: 1.3rem;
  font-family: "ヒラギノ丸ゴ ProN";
}

.main-nav li {
  margin-left: 20px;
  margin-right: 20px;
}

.main-nav a {
  color: #fff;
}

.main-nav a:hover {
  color: green;
}

/* * FOTTER */
 .foot {
  background-color: rgba(0,0,0,0.8);
  text-align: center;
  height: 73px;
  /* padding-top: 50px; */
}

.foot p {
  padding-top: 30px;
  color: #fff;
  font-size: 0.875rem;
}

/* MAIN */
.menu-main {
  background-color: rgba(0,0,30,0.5);
  padding-bottom: 85px;
  /* height: 300px; */
}

.menu-content {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.menu-content h2 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 5px;
  font-size: 1.3rem;
  color: #fff;
  font-family: "Comic Sans MS";
}

.menu-content-text {
  padding-top: 40px;
  line-height: 2rem;
  /* text-align: center; */
  /* padding: 45px 0 60px 0; */
  font-size: 1rem;
}

.border1 {
  margin: 0 auto;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-top: 65px;
  margin-bottom: 65px;
  /* color: #fff; */
  width: 100%;
}

.border2 {
  margin: 0 auto;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-top: 65px;
  margin-bottom: 65px;
  /* color: #fff; */
  width: 68%;
}

/* MENULIST */
.menu-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 82%;
  margin: 0 auto;
}

.menu-list {
  width: 70%;
  background-color: rgb(0,0,30,);
  margin: 0 auto;
}

.menu-list-top {
  border-bottom: 2px solid rgba(255,255,255,0.7);
  width: 85%;
  margin: 0 auto;
}

.menu-list-top h2 {
  text-align: center;
  font-size: 1.4rem;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-top: 30px;
  color: #fff;
  font-family: "ヒラギノ丸ゴ ProN";
}

/* MENU UL */
.menu-content-title {
  border-bottom: 0.8px solid rgba(255,255,255,0.4);
  width: 95%;
  margin: 0 auto;
  /* margin-bottom: 20px; */
}

.menu-content-title h2 {
  padding-left: 5px;
  font-size: 2.7rem;
  font-family: "Comic Sans MS";
}

.menu-content-food {
  line-height: 1.5rem;
}

.menu-content-food h2{
  font-size: 1.4rem;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 5px;
  /* padding-left: 20px; */
}

.menu-content-food h4 {
  padding-top: 10px;
  padding-right: 10px;
  color: #fff;
  text-align: right;
  font-size: 1.1rem;
}

.tab-reader {
  padding: 10px 20px 5px 20px;
}

.flex {
  color: #fff;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}

hr.tab-r-line {
position: relative;
top: calc(50% - 1px);
margin: 0 10px;
border: none;
border-top: dotted 2px #CCC;
}

.tab-reader-box2 {
flex: auto;
}

.tab-r-line {
  display: none;
}

/* GRID */
.grid-item img {
  width: 270px;
  height: 180px;
  border-radius: 3%;
}

.grid-item p {
  padding-top: 0.3rem;
}

.menu-img-grid {
  width: 80%;
  text-align: center;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3,1fr);
  margin: 0 auto;
}



@media screen and (max-width:480px) {

	/*　画面サイズが480px以下の場合ここの記述が適用される　*/
  .boxm {
    width: 100%;
    height: 250px;
    position   : relative;
    margin     : auto;
    overflow   : hidden;
  }

  .boxm .bgImg {
    background-size: cover;
    background-position: center ;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position   : absolute;
    top        : 0;
    left       : 0;
    bottom     : 0;
    right      : 0;
    opacity    : 0;
    animation  : bgAnime 24s infinite;   /* 4画像 × 各8s = 32s */
  }

  /* --- 段差で背景画像のアニメーションを実行 ----------------- */
  .boxm .src1 {
    background-image : url(../images/menu/napo.JPG);   /* 背景の画像を指定 */
  }
  .boxm .src2 {
    background-image : url(../images/menu/mame.JPG);   /* 背景の画像を指定 */
    animation-delay  : 6s;
  }
  .boxm .src3 {
    background-image : url(../images/menu/winetop.jpg);   /* 背景の画像を指定 */
    animation-delay  : 12s;
  }
  .boxm .src4 {
    background-image : url(../images/menu/pana2.JPG);   /* 背景の画像を指定 */
    animation-delay  : 18s;
  }

  @keyframes bgAnime {
     0% { opacity: 0; transform: scale(1.0, 1.0); }
     1% { opacity: 1; transform: scale(1.0, 1.0); }
     5% { opacity: 1; transform: scale(1.0, 1.0); }
    21% { opacity: 1; transform: scale(1.1, 1.1); }
    25% { opacity: 1; transform: scale(1.1, 1.1); }
    26% { opacity: 0; }
   100% { opacity: 0; }
  }

  .boxmString{
    position   : absolute;
    display    : inline-block;
  }

  .logo {
    width: 50%;
    height: 50%;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 7%;
  }

  /* MAIN */
  .menu-main {
    background-color: rgba(0,0,30,0.5);
    padding-bottom: 25px;
  }

  .menu-content {
    width: 90%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
  }

  .menu-content h2 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 0;
    font-size: 1.4rem;
    color: #fff;
    font-family: "Comic Sans MS";
  }

  .menu-content-text {
    padding-top: 20px;
    line-height: 0.7rem;
    font-size: 0.55rem;
  }

  .border1 {
    margin: 0 auto;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-top: 18px;
    margin-bottom: 35px;
    /* color: #fff; */
    width: 85%;
  }

  .border2 {
    margin: 0 auto;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-top: 35px;
    /* color: #fff; */
    width: 76%;
  }

  /* GRID */
  .grid-item img {
    width: 100%;
    height: 100%;
    border-radius: 3%;
  }

  .menu-img-grid {
    width: 85%;
    height: 100%;
    text-align: center;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3,1fr);
    margin: 0 auto;
  }


  .menu-list {
    width: 90%;
    background-color: rgb(0,0,30,);
    margin: 0 auto;
  }

  .menu-list-top {
    border-bottom: 1.3px solid rgba(255,255,255,0.7);
    width: 90%;
    margin: 0 auto;
  }

  .menu-list-top h2 {
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 0px;
    padding-left: 0;
    color: #fff;
    font-family: "ヒラギノ丸ゴ ProN";
  }

  /* MENU UL */
  .menu-wrapper {
    padding-top: 10px;
    padding-bottom: 0;
    width: 90%;
    margin: 0 auto;
  }

  .menu-content-title {
    border-bottom: 0.8px solid rgba(255,255,255,0.4);
    width: 90%;
    margin: 0 auto;
    padding-top: 0;
  }

  .menu-content-food {
    line-height: 1.1rem;
  }

  .menu-content-food h2{
    font-size: 1.1rem;
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 3px;

  }

  .menu-content-food li {
    font-size: 0.5rem;
  }

  .menu-content-food h4 {
    padding-top: 10px;
    padding-right: 10px;
    color: #fff;
    text-align: right;
    font-size: 0.7rem;
  }

  .tab-reader {
    padding: 5px 5px 5px 5px;
    margin-bottom: 0;
  }

  .flex {
    color: #fff;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
  }

  hr.tab-r-line {
  position: relative;
  top: calc(50% - 1px);
  margin: 0 10px;
  border: none;
  border-top: dotted 2px #CCC;
  }

  .tab-reader-box2 {
  flex: auto;
  }

  .tab-r-line {
    display: none;
  }




}
