@charset "UTF-8";
#contents .ctitle {
  line-height: 1.33333;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  text-align: center;
}

/* about
---------------------------------------------------------------------- */
.about {
  background-color: #9C464B;
  padding: 140px 0 180px;
  font-size: 1.8rem;
  line-height: 2.22222;
  letter-spacing: 0.15em;
}

.about__ttl {
  font-size: 4.5rem;
  line-height: 1.33333;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}

.about__lead {
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
}

.about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__img {
  width: 63%;
}

.about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about__contentInr {
  width: 130%;
  padding: 55px 8% 75px 8%;
  margin-left: -210px;
  background-color: #F5F3ED;
}

.about__content .about__ttl {
  color: #9C464B;
  text-align: left;
  margin-bottom: 25px;
}

.about__txt {
  text-align: justify;
  line-height: 2.2;
  margin-bottom: 25px;
  font-weight: 500;
}

.about__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  border-top: 1px solid #939393;
}

.about__dl dt {
  width: 30%;
  padding: 10px 10px;
  border-bottom: 1px solid #939393;
}

.about__dl dd {
  width: 70%;
  padding: 10px 10px;
  border-bottom: 1px solid #939393;
}

/* safety
---------------------------------------------------------------------- */
.safety {
  max-width: 1340px;
  margin: 0 auto;
  padding: 150px 20px 150px;
  position: relative;
}

.safety::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1303 / 20;
  background: url(../images/line_deco01.svg) no-repeat;
  background-size: 100% auto;
  background-position: top;
}

.safety::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1303 / 20;
  background: url(../images/line_deco02.svg) no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}

.safety__inr {
  position: relative;
  background: url(../images/line_deco03.svg);
  background-size: 100% auto;
  padding: 55px 65px 45px;
}

.safety__lead {
  border-bottom: 1px solid #9C464B;
  padding-bottom: 45px;
  margin-bottom: 45px;
  font-weight: 500;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.22222;
  letter-spacing: 0.15em;
}

.safety__wrapt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.safety__img {
  width: 53%;
}

.safety__content {
  width: 44%;
}

.safety__ttl {
  color: #9C464B;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.safety__list li {
  margin-left: 1em;
  text-indent: -1em;
}

.safety__list li::before {
  content: "・";
}

.safety__list:first-of-type {
  margin-bottom: 50px;
}

/* cook
---------------------------------------------------------------------- */
.cook {
  background-color: #F5F3ED;
  padding-bottom: 200px;
}

.cook .ctitle2 {
  text-align: left;
  color: #9C464B;
}

.cook_bg {
  width: 100%;
  height: 700px;
}

.cook_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cook__wrap {
  background-color: #fff;
  padding: 70px 0 100px;
  text-align: center;
  max-width: 1300px;
  margin: -135px auto 0;
  position: relative;
}

.cook__note {
  text-align: center;
  margin-bottom: 45px;
}

.cook__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3%;
}

.cook__list li {
  width: 44%;
  margin-bottom: 50px;
}

.cook_img {
  width: 100%;
  margin-bottom: 10px;
}
/*# sourceMappingURL=breakfast.css.map */