@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;
}



/*あんこう*/
.sub-content {
  padding-left: 25%;
  margin-top: -8rem;
  width: 100%;
}

.sub-content .underLead-wrap {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 2rem;
}


.sub-content .underLead-wrap .sub-catch-dish {
  width: 33.3%;
  text-align: center;
}
.sub-content .underLead-wrap .sub-catch-dish img {
  width: 90%;
  margin: auto;
}
.sub-content .underLead-wrap .underLead {
  width: 66.7%;
}
.sub-content .underLead-wrap .underLead h3 {
  font-size: 1.4rem !important;
}
.sub-content .underLead-wrap .underLead p {
  font-size: 1.2rem !important;
}
.sub-content .underLead-wrap .underLead .btn-to-ec {
  text-align: right;
  margin: 2rem 0;
}
  @media screen and (max-width:768px) {
    .sub-content {
      padding-left: 10%;
      margin-top: 0rem;
      width: 100%;
    }
    .sub-content .underLead-wrap {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 0 ;
    }
    .sub-content .underLead-wrap .sub-catch-dish {
      width: 100%;
    }
    .sub-content .underLead-wrap .sub-catch-dish img {
      width: 66.7%;
      margin: auto;
    }
    .sub-content .underLead-wrap .underLead {
      width: 100%;
    }
    .sub-content .underLead-wrap .underLead .btn-to-ec {
      margin: 1rem 0;
    }
  }