@charset "UTF-8";

/* mainここから
================================================ */
.container-work-journal {
  display: block;
  padding: 80px 0 20px;
  text-align: center;
}

@media screen and (min-width:1201px) {
  .container-work-journal {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.container-work-journal h3 {
  font-weight: normal;
  margin-bottom: 25px;
}

.container-work-journal h4 {
  font-size: 0.8em;
  font-weight: normal;
}

.yakimon-types,
.works-item {
  text-align: start;
  margin: 50px 25px;
}

.container-works-three {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 60px;
}

@media screen and (min-width:601px) {
  .container-works-three {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 1200px;
  }
}

.container-works-three li {
  padding: 25px 15px;
  text-align: center;
}

@media screen and (min-width:601px) {
  .container-works-three li {
    width: calc(100% / 3);
  }
}

.container-works-three img {
  margin: 25px 0;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.container-works-three h4 {
  font-size: 1em;
}

.container-works-three p {
  line-height: 1.6em;
}

li.noyaki,
li.youhen {
  background-color: whitesmoke;
}

li.noyaki_urushi {
  background-color: rgba(245, 245, 245, 0.3);
}

.works-item img {
  border-radius: 50%;
}

ul.works-photos {
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(3,minmax(60px,1fr));
  max-width: 1200px;
  margin: 0px 25px;
  list-style: none;
}

@media screen and (min-width:601px) and (max-width:1200px) {
  ul.works-photos {
    gap: 10px;
    margin: 0px 50px;
  }
}

@media screen and (min-width:1201px) {
  ul.works-photos {
    gap: 5px;
    grid-template-columns: repeat(4,minmax(225px,1fr));
    max-width: 1050px;
    margin: 0px auto;
  }
}

ul.works-photos img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

li a{
  display: block;
  height: 100%;
  width: 100%;
}

/* mainここまで
================================================ */