@charset "UTF-8";

/*リセットCSS*/
* {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
  font-family: "Dancing Script", serif;
}

html{
  scroll-behavior: smooth;
}


a {
  text-decoration: none;
}

.t_red{
  color: red;
}

.t_white{
  color: #ffffff;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.container {
  max-width: 100%;
  margin: 0 10px;
  position: relative;
}

.wrapper {
  margin: 0 auto;
  position: relative;

}

header {
  background-image: url(../img/index_head.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  height: calc(100vh - 60px);
  background-position: center center;
  color: #ffffff;
  position: relative;
}


header::before{
  position: absolute;
  background-attachment: absolute;
  background-size: cover;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: bgcolor 10s infinite;
}


@keyframes bgcolor
{
  
  0% { background-color: rgba(255, 255, 255, 0.1); }
  50% { background-color: rgba(20, 11, 59, 0.4);  }
  100% { background-color: rgba(255, 255, 255, 0.1); }
  
}

@media (width < 800px) {
  header {
    height: 100vh;
  }
}



h1 {
  line-height: 1.7;
}

.index_head_logo {
  position: absolute;
}

.index_head_logo_sp {
  display: none;
}

@media (width < 800px) {

  .index_head_logo {
    display: none;
  }

  .index_head_logo_sp{
    z-index: 200;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid #D4AF37;
    border-radius: 1cap;
    background-color: #D4AF37;
  }

}

.index_head h2 {
  position: absolute;
  color: #2C3E50;
  line-height: 1.6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}


.nav_bar {
  position: sticky;
  top: 0;
  height: 60px;
  background-color: #D4AF37;
  margin: 0 auto;
  align-items: center;
  z-index: 20;
}

.nav_bar ul {
  padding: 20px;
  list-style: none;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.nav_bar ul li a {
  display: block;
  padding: 0 30px;
  text-decoration: none;
  color: #fff;
  line-height: 20px;
  font-size: 26px;
}


.nav_bar ul li a:hover {
  text-decoration: underline #fff;
}



@media (width < 800px) {

  .nav_bar {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: rgb(136, 136, 136, 0.2);
  }

    /* バーガー処理 START */
    .burger{
      z-index: 100;
      position: fixed;
      top: 10px;
      right: 10px;
      width: 50px;
      height: 50px;
      border: 1px solid #D4AF37;
      border-radius: 1cap;
      background-color: #D4AF37;
    }

    .burger span{
      position: absolute;
      width: 80%;
      height: 2px;
      background-color: #fff;

      inset: 0;
      margin: auto;

      transition: 0.2s;
    }
    .burger span:nth-child(1){
      top:-40%;
    }
    .burger span:nth-child(2){
      top: 0;
    }
    .burger span:nth-child(3){
      top:40%;
    }


    .burger.active{
      border: 0px solid #fff;
    }


    .burger.active span:nth-child(1){
      top:0;
      transform: rotate(45deg); 
      background-color: #fff;
    }

    .burger.active span:nth-child(2),
    .burger.active a{
      display: none;
    }

    .burger.active span:nth-child(3){
      top:0;
      transform: rotate(-45deg);
      background-color: #fff;
    }

    /* バーガー処理 END */

    .nav_bar{
      position: fixed;
      top: 0;
      left: 100%; 
      width: 100%;
      height: 100%;
      transition: 0.3s;
      background-color: rgb(60, 60, 60, 0.6);
    }

    .nav_bar.drawer{
      left: -100%;
    }
    .nav_bar ul{
      align-items: center;
      display: block;
      inset: 0;
    }
    .nav_bar ul li{
      margin: 40px;
      border-bottom: 1px solid #fff;
      text-align: center;
    }

    .nav_bar ul li a:hover{
      text-decoration: none;
      transform: scale(1.2);
    }


}



main {
  max-width: 100%;
  margin-bottom: 0;
}



h3 {
  height: 20vh;
  line-height: 20vh;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.main_contents {
  margin: 0 auto;
}

.about_shop {
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.about_shop_contents {
  max-width: 420px;
  margin: 0 10px;
  gap: 20px;
  margin-bottom: 40px;
}

.about_shop_contents h4,
.about_shop_contents img {
  display: block;
  margin: 10px auto 20px;

}

.about_shop_contents h4 {
  border-left: 8px solid #003e7c;
  padding-left: 20px;
  font-size: 24px;
}

@media (width < 800px) {

  .about_shop_contents {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateX(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
  }

  .inview_01 {
    animation-name: fadeIn_01;
    animation-delay: 500ms;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    transform: translateX(50px);
    opacity: 0;
  }


  @keyframes fadeIn_01 {
    0% {
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

  .inview_02 {
    animation-name: fadeIn_02;
    animation-delay: 1s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    transform: translateY(-50px);
    opacity: 0;
}
@keyframes fadeIn_02 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

  .inview_03 {
    animation-name: fadeIn_03;
    animation-delay: 1500ms;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn_03 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


}


.index_shop_about {
  background-color: #fff;
  margin: 0 10px 30px;
}

.index_menu {
  max-width: 100%;
  background-image: url(../img/bg_lunch_01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 100px;
  position: relative;
}

.index_menu h3{
  color:#D4AF37;
  text-shadow: 3px 4px 2px rgba(255, 255, 255, 0.6);
}


.menu_title {
  line-height: 40px;
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
  padding-left: 12px;
  border-left: 10px solid rgba(247, 171, 173, 0.80);
  margin-bottom: 30px;
}


.menu_list {
  background-image: url(../img/index_menu_bord.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 6px solid #D7854B;
  border-radius: 1cap;
  max-width: 600px;
  line-height: 1.6;
  padding: 30px 10px;
  margin-left: 40px;
  color: #fff;
}

.menu_list dt,
.menu_list_bar dt {
  margin: 20px;
}

.menu_list dt h4 {
  padding-left: 30px;
  background-image: url(../img/pasta.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: underline rgba(255, 255, 255, 0.85);
}


.menu_list dd p,
.menu_list_bar dd p {
  padding-left: 20px;
  margin: 20px auto 30px;
}


.index_menu_bar {
  background-image: url(../img/bg_bar.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 100px;
}

.index_menu_bar h3{
  text-shadow: 3px 4px 2px rgba(156, 141, 255, 0.6);
}

.index_menu_bar h3 {
  color: azure;
}

.menu_title_bar {
  line-height: 40px;
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
  padding-left: 12px;
  border-left: 10px solid rgba(247, 171, 173, 0.80);
  margin-bottom: 30px;
}

.menu_list_bar {
  background-image: url(../img/index_menu_bar_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 6px solid #D7854B;
  border-radius: 1cap;
  max-width: 600px;
  line-height: 1.6;
  padding: 30px 20px;
  margin-right: 20px;
  margin-left: calc(100vw / 2);
  color: #c1c1c1;
}


.bx-wrapper{
  box-shadow: 0 0 0px #ccc;
  margin-bottom: 4px;
  background-color: rgba(0, 0, 0, 0);
  border: 10px solid rgba(0, 0, 0, 0);
}

.bx-wrapper img{
  border: 4px solid #ffffff;
  margin-bottom: 4px;
}




  .inview_04 {
    animation-name: fadeIn_04;
    animation-delay: 500ms;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    transform: translateX(200px);
    opacity: 0;
  }


  @keyframes fadeIn_04 {
    0% {
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
}

  .inview_05 {
    animation-name: fadeIn_05;
    animation-delay: 500ms;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    transform: translateX(-200px);
    opacity: 0;
}
@keyframes fadeIn_05 {
    0% {
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
}



@media (width < 800px) {

  .menu_list,
  .menu_list_bar {
    max-width: 500px;
    line-height: 1.6;
    padding: 10px;
    margin: 0 20px;
  }


}

.index_shop_info {
  width: 100%;
  background-color: #fff;
  margin: 0 0 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}



.shop_map {
  width: 40%;
  padding: 20px;
}


.shop_map iframe {
  width: 100%;
}

.shop_info {
  width: 50%;
  padding: 40px 20px 20px;
}

.shop_info_title,
.shop_info_text {
  display: inline-flexbox;
}


.shop_info_title {
  width: 40px;
  margin-bottom: 20px;
}

.shop_info_title h4 {
  font-size: 36px;
  font-weight: 40px;
}

.shop_info_text {
  margin-left: 10px;
}

.shop_info dl dt,
.shop_info dl dd {
  margin-bottom: 20px;
  line-height: 1.5;
}

.shop_info dl dd p {
  padding-left: 20px;
}



@media (width < 800px) {

  .gmap_iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0px;
  }

  .shop_map {
    width: 100%;
    height: 350px;
  }

  .shop_map iframe {
    width: 100%;
  }

  .shop_info {
    width: 100%;
    padding: 40px 20px 20px;
    margin: 0 auto;
    text-align: center;
  }
  .shop_info_title {
    width: 100%;
    padding: 40px 20px 20px;
    margin: 0 auto;
    text-align: center;
  }


  dl dt>h4 {
    text-align: left;
  }

  .menu_list,
  .menu_list_bar {
    text-align: center;
    max-width: 90%;
    margin: 0 10px;
  }

  .menu_list dt,
  .menu_list_bar dt {
    margin: 20px 10px;
  }

  .shop_info dl dt,
  .shop_info dl dd {
    margin-left: 10vw;
    line-height: 1.5;
  }

}





footer {
  bottom: 0;
  padding: 10px;
  height: 20px;
  max-width: 100%;
  background-color: #2C3E50;
  color: #fff;
  text-align: center;
}