@charset "UTF-8";

.section-title {
  background-image: url(../images/top/panA.JPG);
  background-position: 60% 60%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  width: 100vw;
  display: flex;
  align-items: center;
  position: relative;
}

.section-title::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-title>* {
  position: relative;
}

@media (max-width: 768px) {
  .section-title {
    height: 150px;
    margin-top: 68px;
  }
}

/*==================================
section-item
===================================*/
.section-item__introduction {
  max-width: 590px;
  margin: 0 auto;
  padding: 80px 25px;
  text-align: left;
}

.section-item__container {
  /*display: flex;
  justify-content: center;*/
  position: relative;
  margin-bottom: 10%;
}

.section-item__wrapper {
  width: 80vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.section-item__container::before {
  content: "";
  display: block;
  width: 100%;
  /*height: 0;*/
  position: absolute;
  top: 50px;
  left: 0;
  padding-bottom: 185px;
  /*padding-bottom: 0;*/
  background-color: #294c7c;
}

.section-item {
  /*background-color: antiquewhite;*/
  max-width: 290px;
  width: 33%;
  height: fit-content;
  margin: 0 3%;
  position: relative;
}

.section-item__photo {
  outline: 15px solid rgba(255, 255, 255, 0.5);
  outline-offset: -15px;
}

.section-item__description h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 10px 0;
}

.section-item__description p {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.section-item__description img {
  width: 8%;
}

.price {
  max-width: 150px;
  margin: 0 auto;
  padding-top: 10px;
  border-top: solid 1px #000;
}

.section-item__description-price {
  font-size: 1.4rem;
  margin-top: 30px;
}

@media (max-width: 1100px) {
  .section-item__container::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 10%;
    left: 0;
    padding-bottom: 14%;
    background-color: #294c7c;
  }
}

@media (max-width: 768px) {
  .section-item__wrapper {
    display: block;
  }

  .section-item__introduction {
    padding: 40px 25px;
  }

  .section-item {
    width: 100%;
    margin: 15px auto 50px;
  }

  .section-item__container::before {
    display: none;
  }

  .section-item__description p {
    line-height: 1.5;
  }

  .section-item__photo {
    width: 75%;
    outline: 10px solid rgba(255, 255, 255, 0.5);
    outline-offset: -10px;
  }
}

/*==================================
section-introduction
===================================*/
.section-recipe__title {
  font-size: 2rem;
  font-weight: 600;
  padding: 30px;
  position: relative;
  max-width: 325px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

/*カギ括弧*/

.plus {
  display: inline-block;
  width: 2px;
  height: 46px;
  position: relative;
  background: #333;
  text-align: center;
  top: -16px;
}

.plus::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 2px;
  position: absolute;
  background: #333;
  /* padding: 30px; */
  text-align: center;
  top: 9px;
  left: -9px;
}

.plus.rotate {
  transform: rotate(180deg);
  top: 10px;
}

.section-recipe__introduction {
  max-width: 670px;
  padding: 50px 25px;
  margin: 0 auto;
  text-align: left;
}

.section-recipe__wrapper {
  margin: 80px 30px;

  padding-bottom: 30px;
}

.section-recipe__wrapper-borderL {
  max-width: 1100px;
  margin: 0 auto;

  background-color: #f8f7f2;
  border-right: solid 20px #294c7c;
  border-left: solid 20px #294c7c;
}

.section-recipe__wrapper-borderS {
  border-right: solid 10px #294c7c;
  border-left: solid 10px #294c7c;
  margin: 0 7px;
  display: flex;
  align-items: center;
}

.section-recipe__photo {
  margin: 20px 0 20px 30px;
  max-width: 290px;
}

.section-recipe__item {
  text-align: left;
  margin-left: 30px;
  justify-content: center;
}

.section-recipe__name {
  font-weight: 600;
  font-size: 1.8rem;
  margin: 20px 0 20px;
}

.section-recipe__recommend {
  display: block;
  margin: 10px 0;
}

.section-recipe__recommend img {
  width: 25px;
  margin-bottom: 4px;
}

.section-recipe__recommend .minisyokupan {
  width: 20px;
}

@media (max-width: 768px) {
  .section-recipe__wrapper {
    margin: 40px 20px;
  }

  .section-recipe__wrapper-borderL {
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 15px;
    border-right: none;
    border-left: none;
    border-top: solid 20px #294c7c;
  }

  .section-recipe__wrapper-borderS {
    display: block;
    margin: 10px 0;
    padding-top: 20px;
    border-right: none;
    border-left: none;
    border-top: solid 10px #294c7c;
  }

  .section-recipe__photo {
    max-width: 240px;
    margin: 0;
  }

  .section-recipe__item {
    margin: 0 13px;
  }
}

/*230415メニュー追加*/
.section-item__container {
  margin: 50px 0 50px;
}

.sec-other__container {
  margin: 0 0 100px;
}

.sec-other .mountain_line {
  max-width: 340px;
  background-image: url(../images/top/mountain-line@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 90%;
  margin: 0 auto;
  font-size: 2.4rem;
  text-align: left;
  padding-left: 20px;
}

/*.sec-other {
  display: flex;
  max-width: 990px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: left;
}*/
.sec-other h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 15px 0;
  text-align: center;
  line-height: 1.3;
}

.sec-other h4 span {
  font-size: 1.2rem;
  ;
  font-weight: normal;
}

.sec-other p {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}

.sec-other-item-list {
  display: flex;
  width: 560px;
  margin: 60px auto 0px;
  justify-content: space-between;
  text-align: left;
}

.sec-other-item {
  width: 49%;
  max-width: 240px;
  display: block;
}

.sec-other-item__txt__subimg {
  display: flex;
  max-width: 80px;
  justify-content: center;
  margin: 0 auto;
  gap: 0 10px;
}

.sec-other .price {
  max-width: 200px;
  margin: 0 auto 20px;
}

@media (max-width: 768px) {
  .sec-other .mountain_line {
    max-width: 180px;
    margin: 7% auto 0;
    font-size: 2rem;
    padding-left: 20px;
  }

  .sec-other-item {
    width: 100%;
    margin: 15px auto 50px;
  }

  .sec-other-item-list {
    display: block;
    width: 215px;
  }

  .sec-other-item:first-child {
    margin-bottom: 100px;
  }
}