@charset "UTF-8";


/*--------------------------------------------------------
  HEADER
--------------------------------------------------------*/

.cuisine #underHeader .underMV {
  background-image: url('/images/cuisine/head2.jpg');
}


.cuisine .dish-images {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.cuisine .dish-images ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cuisine .dish-images ul li {
  width: 50%;
}
.cuisine .dish-images ul li:nth-child(1) {
  width: 100%;
}
.cuisine .dish-images ul li img {
  width: 100%;
}
.cuisine .dish-images ul li:nth-last-child(1){
  width: 100%;
}
.cuisine .dish-images ul li:nth-last-child(1) img{
  width: 50%;
}


#anker-2 .underLead, #anker-3 .underLead {
  width: 80%;
  margin: auto;
  padding: 3rem 0 1rem !important;

}

.cuisine .underLead h3 {
  font-size: 1.6rem;
  padding: 0 0 0.8rem 0;
  border-bottom: solid 1px var(--base-text-color);
  margin-bottom: 1.2rem;
}



@media screen and (min-width:769px) {
  .cuisine .dish-images {
    width: 80%;
  }
  .cuisine .dish-images ul li {
    width: 20%;
    height: 20%;
  }
  .cuisine .dish-images ul li:nth-child(1) {
    width: 40%;
    height: 40%;
  }
  .cuisine .dish-images ul li img {
    width: 100%;
  }
  .cuisine .dish-images ul li:nth-last-child(1){
    width: 20%;
  }
  .cuisine .dish-images ul li:nth-last-child(1) img{
    width: 100%;
  }
}



.catch-dish {
  margin-bottom: 1rem;
  width: 100%;
  aspect-ratio:1.612/1;
  overflow: hidden;
  max-width: 960px;
}
.catch-dish img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}


@media screen and (min-width: 960px) {
  #underContents .content.reverse {
    display: inline-block;
    position: relative;
    margin: 12rem 0 24rem 0 ;
  }
}

@media screen and (max-width:768px) {
  .ankerNav .vartical-btn {
    z-index: 1000;
    display: flex;
    flex-direction: row-reverse;
    padding: 0 20px 100px 20px;
    justify-content: space-between;

  }
  .ankerNav .vartical-btn li {
    width: 20px;
    margin-left: 10px !important;
  }
}

.ankerNav .vartical-btn li.doubleLine {
  width: 80px;
  margin-left: 10px !important;
}