@charset "UTF-8";
/***新スタッフおすすめCSS***/
/*記事タイトル*/
.articleTitle {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  gap: 0 1em;
}
.articleTitle span {
  font-size: 20px;
  color: #362e2b;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
}
.articleTitle::after {
  content: "";
  border-bottom: 2px solid #a6937c;
  -webkit-transform: translateY(calc(-50% + 2px));
          transform: translateY(calc(-50% + 2px));
}

.newstyles > * {
  line-height: 1.5;
  color: black;
  margin-bottom: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
}
.newstyles img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: auto;
}
.newstyles p {
  padding-bottom: 0 !important;
}
.newstyles p small {
  font-size: 0.85em;
}
.newstyles table tr th,
.newstyles table tr td {
  border: solid #bcb39d 1px;
  padding: 5px 10px;
}
.newstyles table tr th {
  background: #d8cfb8;
  font-weight: bold;
  color: #6c5624;
  white-space: nowrap;
}
.newstyles h3 {
  font-size: 1.3em;
  color: #5c4820;
}
.newstyles ul li {
  list-style-type: disc;
  margin-left: 1em;
}
.newstyles .intro_box,
.newstyles .end_msg_box {
  background-color: #f3f1eb;
  -webkit-box-shadow: 0 0 3px gray;
          box-shadow: 0 0 3px gray;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2em;
  border-radius: 5px;
  margin-top: 2em;
}
.newstyles .sub_title {
  font-size: 1.2em;
  padding: 0;
  background-color: #c1a466;
  color: white;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: 1px 1px 1px #0f0f0f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newstyles .sub_title::before {
  content: "";
  width: 2em;
  min-height: 2em;
  background-color: #5c481e;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.newstyles .img_to_content {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: 1fr;
  gap: 1em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 500px) {
  .newstyles .img_to_content {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
}
.newstyles .img_to_content > * > * {
  margin-bottom: 1em;
}
.newstyles .img_galaly_2x1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.newstyles .img_galaly_2x1 div img {
  display: block;
}
.newstyles .img_galaly_2x1 div p {
  text-align: center;
  padding: 0.5em 0;
}
.newstyles .img_galaly_3x1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 500px) {
  .newstyles .img_galaly_3x1 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.newstyles .img_galaly_3x1 div img {
  display: block;
}
.newstyles .img_galaly_3x1 div p {
  text-align: center;
  padding: 0.5em 0;
}
.newstyles .img_galaly_4x1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 500px) {
  .newstyles .img_galaly_4x1 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.newstyles .img_galaly_4x1 div img {
  display: block;
}
.newstyles .img_galaly_4x1 div p {
  text-align: center;
  padding: 0.5em 0;
}

.staff_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: 0.25em;
}
.staff_nav li {
  border-bottom: 1px dotted #a6937c;
  padding-block: 0.5em;
}
.staff_nav li:first-child {
  border-top: 1px dotted #a6937c;
}
.staff_nav li a {
  display: grid;
  grid-template: "eye vol" auto "eye title" 1fr/70px 1fr;
  gap: 0.25em 1em;
  text-decoration: none;
}
.staff_nav li a:hover {
  opacity: 0.5;
  color: inherit;
}
.staff_nav li a .eye {
  grid-area: eye;
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.staff_nav li a .vol {
  grid-area: vol;
  font-weight: bold;
}
.staff_nav li a .title {
  grid-area: title;
  text-align: justify;
  line-height: 1.2;
}

.backnum {
  margin-top: 1em;
  text-align: right;
}/*# sourceMappingURL=staff.css.map */