@import url(../css/common.css);

.shokuji h2 {
  color: #fff;
  font-family: "BIZ UDPMincho";
  font-size: 30px;
  background-image: url(../img/introdction/titleback.png);
  background-repeat: no-repeat;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 16px;
  margin-bottom: 60px;
}

main .shokuji {
  padding-bottom: 95px;
}

main .setumei p {
  padding-bottom: 94px;
}

.jikan {
  background-color: #ebedd3;
  padding: 11px 260px 11px 260px;
  text-align: center;
  line-height: 43px;
  margin-bottom: 95px;
  font-family: "BIZ UDPMincho";
  font-size: 21px;
}

.photoflex {
  padding-bottom: 71px;
  display: flex;
  flex-wrap: wrap;
  gap: 119px;
}

.photoflex figure img {
  padding-bottom: 25px;
}

.photoflex figcaption {
  font-size: 24px;
  text-align: center;
}

.link a {
  text-align: center;
  font-size: 16px;
  background-color: #e2e0d5;
  background-image: url(../img/top/yajirushi.png);
  background-repeat: no-repeat;
  background-position: 165px 20px;
  display: block;
  max-width: fit-content;
  margin: 0 auto 180px auto;
  padding: 13px 53px 13px 26px;
  transition: 0.1s;
}

.link a:hover {
  transform: translate(1.5px, 1.5px);
}
