@charset "UTF-8";

/* =========================================================
   TAYORI PAGE
========================================================= */

.tayori-content {
  width: 100%;
}

.tayori-title {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.flex-tayori {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-tayori .item-text {
  text-align: center;
  width: 100%;
  display: block;
}

.flex-tayori > .item {
  width: calc((100% - 28px) / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
}

.tayori img {
  width: 100%;
  height: auto;
  display: block;
}
