@charset "utf-8";

/* .interior__gallery */
.interior__gallery {
	width:100%;
  margin-bottom: 48px;
}
.interior__gallery p {
  margin-bottom: 16px;
}
.interior__gallery ul {
	display:flex;
  flex-wrap: no-wrap;
  width: 100%;
  gap: 0 16px;
  justify-content: center;
  margin-bottom: 36px;
}
.interior__gallery li {
  width: 22% ;
}
.interior__gallery li img {
	cursor:pointer;
}
.lead--interior {
  text-align: justify;
  font-family: "Noto Serif JP";
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2; 
}

@media screen and (min-width:769px) {
  .header {
    margin-bottom: 64px;
  }
  .interior__gallery {
    width: 50.5%;
    margin: 0 auto 80px;
  }
  .interior__gallery p {
    margin-bottom: 24px;
  }
  .interior__gallery ul {
    gap: 0 24px;
    margin-bottom: 24px;
  }
  .interior__gallery li {
    width: 155px ;
  }
  .lead--interior{
    width: 90;
    display: block;
    margin: 0 auto;
  }
}

/* .topic--reserviation */
.topic--reserviation {
  margin-bottom: 36px;
}

.section--reseviation {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0;
  margin-bottom: 36px;
  justify-content: center;
}

.reserviation__img {
  display: block;
  padding: 0 16px;
  margin-bottom: 36px;
}

.lead--btnAvobe {
  text-align: justify;
  font-family: "Noto Serif JP";
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 36px !important;
}

.btn--call {
  margin-bottom: 36px;
}

.open__time {
  display: block;
  font-family: "Noto Serif JP";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto 8px !important;
}

.holiday {
  margin: 0 auto;
}

@media screen and (min-width:769px) {
  .topic--reserviation {
    margin-bottom: 80px;
  }
  .reserviation__flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 80px;
  }
  .reserviation__img {
    width: 26.7%;
  }
  .section--reseviation {
    width: 17.5%;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .btn--call, .open__time, .holiday {
    margin: 0 !important;
    justify-content: left;
  }
  .lead--btnAvobe {
    text-align: justify;
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 0 !important;
  }
  .reserviation__img {
    margin-bottom: 0;
  }
}