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

/* RESTAURANT */
#pageHeaderFull {
  position: relative;
  margin: 0 auto 6px;
  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 {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
}
#pageHeaderFull .title img {
    width: 45vw;
    max-width: initial;
}
body.loadOn #pageHeaderFull .title {
  -webkit-animation: pageHeaderTt 1s forwards;
  animation: pageHeaderTt 1s forwards;
}
@keyframes pageHeaderTt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#pageContents {
  margin: 0 auto 100px;
}


/* BREAKFAST */
.bf--gallery {
  position: relative;
  overflow: hidden;
}
.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: -10px;
  left: 0;
}
.bf--gal1 {
  margin-bottom: 6px;
}
.bf--gal1,
.bf--gal2 {
  display: flex;
  justify-content: space-between;
  column-gap: 6px;
}

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

.bf--reco-wrap {
  position: relative;
  margin: 0 auto 60px;
}
.bf--reco-wrap > h3 {
  margin-bottom: 30px;
}
.bf--reco-wrap > h3 .txt-en {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}
.bf--reco-wrap > h3 .txt-ja {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
}
.bf--reco-ph {
  margin: 0 auto 30px;
}
.bf--point1 {
  position: relative;
  margin: 0 auto 30px;
}
.bf--point1 > h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.bf--point1 > h4::before {
  display: 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 auto 6px;
}
.bf--reco-type-wrap {
  width: 90%;
  text-align: left;
  margin: auto;
}
.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: 48px;
  height: 48px;
  border: 1px solid #000;
  border-radius: 999px;
  font-size: 1.3rem;
  line-height: 1;
  flex-shrink: 0;
}
.bf--reco-type ul {
  padding-top: 1em;
}
.bf--reco-type li {
  font-size: 1.2rem;
}
.bf--point2 {
  position: relative;
  width: 90%;
  margin: auto;
  z-index: 5;
}
.bf--point2 > h4 {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 2em;
}
.bf--point2 > h4::before {
  display: 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 auto 6px;
}
.bf--point2 ol {
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
.bf--point2 ol li {
  text-indent: -2em;
  margin-left: 2em;
}
.bf--point2 ol li + li {
  margin-top: 1em;
}
.bf--p2-note,
.bf--p2-notelist {
  font-size: 1.1rem;
  text-align: left;
}
.bf--p2-notelist {
  font-size: 1rem;
}

.bf--menu {
  position: relative;
  margin: 0 auto 30px;
  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(50% - 8px);
}


.bf--info-wrap > h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
}
.bf--info-wrap table {
  margin: 0 auto 20px;
  width: 90%;
  border-collapse: collapse;
}
.bf--info-wrap table th,
.bf--info-wrap table td {
  font-size: 1.3rem;
  text-align: left;
  vertical-align: top;
  padding-bottom: 1em;
}
.bf--info-wrap table th {
  line-height: 1.2;
  white-space: nowrap;
  padding-right: 2em;
}
.bf--info-note {
  width: 90%;
  font-size: 1.2rem;
  text-align: left;
  margin: auto
}
.bf--info-note li {
  text-indent: -1em;
  margin-left: 1em;
}


/* PAGE FOOTER */
.pageFooter {
    margin: auto;
}

.pageFooter .planlLink {
    width: 90%;
    margin: auto;
}
.pageFooter .planlLink ul {
    margin: auto;
}
.pageFooter .planlLink ul li {
    width: 100%;
    margin-bottom: 12px;
}

