@charset "utf-8";
/*ディライト株式会社*/
.dm{}

#pageContents {
    margin: 0 auto 100px;
}

/* RESTAURANT */
#pageHeaderFull {
  position: relative;
  margin: 0 auto 10px;
  width: 100%;
  height: 100vh;
}
#pageHeaderFull #headerImg {
    width: 100%;
    height: 100vh;
}
#pageHeaderFull #headerImg img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
#pageHeaderFull .title {
  width: 20vw;
  min-width: 320px;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
}
body.loadOn #pageHeaderFull .title {
  -webkit-animation: pageHeaderTt 1s forwards;
  animation: pageHeaderTt 1s forwards;
}
@keyframes pageHeaderTt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* BREAKFAST */
.bf--gallery {
  position: relative;
}
.bf--gallery::after {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1	/	0.108;
  background-image: url(../img/restaurant_breakfast/reco_mask.png);
  background-size: cover;
  position: absolute;
  bottom: -60px;
  left: 0;
}
.bf--gal1 {
  margin-bottom: 12px;
}
.bf--gal1,
.bf--gal2 {
  display: flex;
  justify-content: space-between;
  column-gap: 12px;
}

.bf--contents {
  position: relative;
  padding-top: 10px;
}
.bf--contents::after {
  content: '';
  display: block;
  width: 100%;
  height: 520px;
  background-color: #dddbbb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bf--contents > .bf--read {
  margin-bottom: 60px;
}

.bf--reco-wrap {
  position: relative;
  margin: 0 auto 120px;
}
.bf--reco-wrap > h3 {
  margin-bottom: 50px;
}
.bf--reco-wrap > h3 .txt-en {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}
.bf--reco-wrap > h3 .txt-ja {
  display: block;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
}
.bf--reco-ph {
  width: 700px;
  margin: 0 auto 80px;
}
.bf--point1 {
  position: relative;
  width: max-content;
  margin: 0 auto 60px;
}
.bf--point1 > h4 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 3em;
}
.bf--point1 > h4::before {
  display: inline-block;
  content: '';
  width: 54px;
  height: 42px;
  aspect-ratio: 1	/	0.108;
  background-image: url(../img/restaurant_breakfast/reco_p1.png);
  background-size: cover;
  margin: 0 5px -1px 0;
}
.bf--reco-type-wrap {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  text-align: left;
}
.bf--reco-type {
  display: flex;
  justify-content: flex-start;
  column-gap: 20px;
}
.bf--reco-type > h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid #000;
  border-radius: 32px;
  font-size: 1.6rem;
  line-height: 1;
}
.bf--reco-type ul {
  padding-top: 1.22em;
}
.bf--reco-type li {
  font-size: 1.4rem;
}
.bf--point2 {
  position: relative;
  width: 960px;
  margin: auto;
  z-index: 5;
}
.bf--point2 > h4 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 3em;
}
.bf--point2 > h4::before {
  display: inline-block;
  content: '';
  width: 54px;
  height: 42px;
  aspect-ratio: 1	/	0.108;
  background-image: url(../img/restaurant_breakfast/reco_p2.png);
  background-size: cover;
  margin: 0 5px -1px 0;
}
.bf--point2 ol {
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 1.5em;
}
.bf--point2 ol li + li {
  margin-top: 1em;
}
.bf--p2-note,
.bf--p2-notelist {
  font-size: 1.4rem;
  text-align: left;
}

.bf--menu {
  position: relative;
  margin: 0 auto 80px;
  z-index: 1;
}
.bf--menu ol {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  max-width: 1200px;
  margin: auto;
}
.bf--menu ol li {
  width: calc(33.3333% - 8px);
}
.bf--menu ol li:nth-child(7) {
  position: absolute;
  right: 0;
  bottom: -290px;
}

.bf--info-wrap > h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 50px;
}
.bf--info-wrap table {
  margin: 0 auto 30px;;
  border-collapse: collapse;
}
.bf--info-wrap table th,
.bf--info-wrap table td {
  text-align: left;
  vertical-align: top;
  padding-bottom: 1em;
}
.bf--info-wrap table th {
  padding-right: 3em;
}
.bf--info-note {
  font-size: 1.4rem;
}


/* PAGE FOOTER */
.pageFooter {
    margin: auto;
}
.pageFooter .planlLink {
    width: 900px;
    margin: auto;
}
.pageFooter .planlLink ul {
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.pageFooter .planlLink ul li {
    width: 270px;
}

