@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
.meal__lead {
  font-size: 18px;
  line-height: 1.77;
  text-align: center;
}

/* intro
---------------------------------------------------------------------- */
.intro {
  padding: 75px 0 85px;
  position: relative;
  background-color: #FAF6F3;
  background-size: cover;
}
.intro::after {
  content: "";
  display: block;
  width: 275px;
  height: 160px;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/bg_intro.png) no-repeat;
  background-size: contain;
  z-index: 0;
}
.intro .mainw {
  position: relative;
  z-index: 1;
}

.intro__ttl {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
}

.intro__lead {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.88;
  text-align: center;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
}

.intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 23px;
}
.intro__list li {
  width: 288px;
}

.intro__itemImg {
  margin-bottom: 9px;
}

.intro__itemTtl {
  font-size: 16px;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 5px;
}

/* breakfast
---------------------------------------------------------------------- */
.breakfast {
  padding: 90px 0 82px;
}

/* fullSlider
---------------------------------------------------------------------- */
.fullSlider__arrow {
  background-color: #333;
  bottom: 0;
  width: 56px;
  height: 56px;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 1;
}

.fullSlider__arrow span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fff;
  border-right: 0;
}

.prev-arrow {
  left: 15.5vw;
}

.next-arrow {
  right: 15.5vw;
}

.fullSlider__arrow span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00AF79;
}

.fullSlider__arrow.prev-arrow span {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fullSlider .slick-slide {
  padding: 0 12.5px;
}

/* wagamama
---------------------------------------------------------------------- */
.wagamama {
  background: url(../images/bg_wagamama.png);
  background-size: contain;
  background-color: #003059;
  padding: 55px 50px 85px;
}
.wagamama .slick-dots {
  bottom: 30px;
}
.wagamama .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 7px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.wagamama .slick-dots li.slick-active {
  background-color: #00AF79;
}

.wagamama__ttl {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.wagamama__ttl span {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  color: #FFFF00;
  font-weight: bold;
  text-align: center;
}

.wagamama__txt {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.wagamama__img {
  max-width: 900px;
  margin: 0 auto;
}

/* viking
----------- ----------------------------------------------------------- */
.mealDetail {
  background-color: #FAF6F3;
  padding: 67px 3% 48px;
}

.mealDetail__inr {
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mealDetail__img {
  width: 474px;
  margin-top: 5px;
}
.mealDetail__img figcaption {
  margin-top: 15px;
  margin-left: 1%;
}

.mealDetail__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 4%;
  position: relative;
}

.mealDetail__contentHead {
  padding-bottom: 25px;
  border-bottom: 1px solid #333333;
  margin-bottom: 18px;
}

.mealDetail__ttl {
  font-size: 22px;
  font-weight: 500;
}

.mealDetail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.mealDetail dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mealDetail dd span {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.mealDetail ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mealDetail ul li span {
  width: 200px;
}

.mealDetail__point {
  color: #003059;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66;
  letter-spacing: 0.03em;
  padding-left: 5px;
}

.mealDetail__card {
  position: absolute;
  bottom: 20px;
  left: 62%;
  width: 120px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* dinner
---------------------------------------------------------------------- */
.dinner {
  padding: 90px 0 190px;
  background-color: #FAF6F3;
}
.dinner .mealDetail {
  background-color: #fff;
  max-width: 920px;
  margin: 0 auto;
}

.wagamama .slideDotAnime > * {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
}/*# sourceMappingURL=meal.css.map */