@charset "UTF-8";
/* トップページ STAFF RECOMMEND 2024.06 */

.recommend .tabset_tab {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 0 0 15px -1px;
  background: #ffffff;
}
.recommend .tabset_tab li {
  display: flex;
  border-left: 1px solid #fff;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  margin: 0 0 10px;
}
.recommend .tabset_tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0.75em 92px; /* 85px + 7px */
  line-height: 1.25;
}

/*
* FR
* ----------------------------------------*/
.fr-staff_rcm2024 {
  display: block;
  width: 100%;
  overflow: hidden;
}
.fr-staff_rcm2024__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -11px;
}
.fr-staff_rcm2024__list__item {
  display: block;
  width: auto;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 11px;
  margin: 0 0 22px;
}
.fr-staff_rcm2024__block {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
.fr-staff_rcm2024__block__image {
  display: block;
  width: 100%;
  margin: 0 0 6px;
  border: 1px solid #cccccc;
}
.fr-staff_rcm2024__block__image img {
  display: block;
  /* width: 177px;
  height: 169px; */
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.fr-staff_rcm2024__block__body {
  display: block;
  width: 100%;
}
.fr-staff_rcm2024__name {
  display: block;
  width: 100%;
  line-height: 1.5;
  min-height: 3em;
  font-weight: bold;
}
.fr-staff_rcm2024__price {
  display: block;
  width: 100%;
  margin: 0;
  text-align: right;
}
.fr-staff_rcm2024__price__main {
  font-size: 16px;
  color: #C60000;
  font-family: Oswald;
  font-weight: bold;
}
.fr-staff_rcm2024__price__addon {
  font-size: 11px;
  color: #000000;
  font-weight: bold;
}
