@charset "UTF-8";
/* 変数定義 */
body {
  background-color: #FFFFFF !important;
}

header {
  background-color: #F8F8F5;
}

#item_list #eyecatch {
  width: 700px;
}
@media screen and (max-width: 560px) {
  #item_list #eyecatch {
    width: 90vw;
    margin: 10px auto 30px;
  }
}
#item_list #eyecatch img {
  width: 700px;
  border-radius: 5px;
}
@media screen and (max-width: 560px) {
  #item_list #eyecatch img {
    width: 90vw;
  }
}
#item_list #item_list_head {
  width: 554px;
  margin: 50px auto;
}
@media screen and (max-width: 560px) {
  #item_list #item_list_head {
    width: 90vw;
  }
}
#item_list #item_list_head #title {
  font-size: 24px;
  letter-spacing: 2.4px;
  line-height: 25px;
  color: #1E6AAD;
  text-align: center;
  font-weight: 300;
}
#item_list #item_list_head #title #furigana {
  display: block;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 25px;
  color: #1E6AAD;
  font-weight: 800;
  text-align: center;
}
#item_list #item_list_head * {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 25px;
  color: #1E6AAD;
}
#item_list .item_list {
  width: 554px;
  margin: 30px auto;
  min-height: 150px;
}
@media screen and (max-width: 560px) {
  #item_list .item_list {
    width: 90vw;
  }
}
#item_list .item_list a {
  text-decoration: none;
  position: relative;
}
#item_list .item_list a:hover {
  text-align: none;
}
#item_list .item_list a .item .information::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  position: absolute;
  margin-right: 10px;
  right: 0;
  top: 55px;
  display: inline-block;
}
#item_list .item_list .title {
  color: #1E6AAD;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 34px;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  text-align: center;
}
#item_list .item_list .thumbnail {
  width: 150px;
  height: 150px;
}
#item_list .item_list .thumbnail img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
#item_list .item_list .item {
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  padding-bottom: 20px;
  flex-wrap: wrap;
  text-decoration: none;
  margin: 20px auto;
  position: relative;
}
#item_list .item_list .item .information {
  margin: auto 10px;
}
@media screen and (max-width: 560px) {
  #item_list .item_list .item .information {
    width: 175px;
  }
}
#item_list .item_list .item .information * {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 28px;
  color: #999999;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
#item_list .item_list .item .information p {
  margin: 0;
}
#item_list .item_list .item .information .shop {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
#item_list .item_list .item .information .item_name {
  font-size: 17px;
  letter-spacing: 1.7px;
  line-height: 28px;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  color: #1E6AAD;
  font-weight: 400;
}
#item_list .item_list .item .information .date {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
#item_list .item_list .item .comment {
  margin-top: 10px;
  margin-bottom: -20px;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 25px;
}
#item_list .item_list .item .comment * {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 25px;
  color: #393939;
}
#item_list .item_list .pagination {
  color: #1D6AAD;
  font-size: 16px;
  letter-spacing: 2.4px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
}
#item_list .item_list .voice .customer .head {
  display: flex;
  flex-wrap: wrap;
  height: 120px;
}
#item_list .item_list .voice .customer .head .icon {
  width: 110px;
  height: 110px;
  margin: auto 0;
}
#item_list .item_list .voice .customer .head .icon img {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}
#item_list .item_list .voice .customer .head .information {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  margin: auto 0 auto 20px;
}
#item_list .item_list .voice .customer .head .information p {
  margin: 0;
}
#item_list .item_list .voice .customer .head .information .name {
  font-size: 17px;
  letter-spacing: 1.7px;
  line-height: 25px;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  color: #1D6AAD;
}
#item_list .item_list .voice .customer .head .information .age {
  font-size: 17px;
  letter-spacing: 1.7px;
  line-height: 25px;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  color: #1D6AAD;
}
#item_list .item_list .voice .customer .head .information .date {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 25px;
}
#item_list .item_list .voice .customer .comment p {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 24px;
}
#item_list .item_list .voice .staff {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#item_list .item_list .voice .staff .head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#item_list .item_list .voice .staff .head .icon {
  width: 120px;
  height: auto;
}
#item_list .item_list .voice .staff .head .icon img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
#item_list .item_list .voice .staff .head .information {
  margin: auto 0 auto 20px;
}
#item_list .item_list .voice .staff .head .information .name {
  font-size: 17px;
  letter-spacing: 1.7px;
  line-height: 28px;
  color: #1E6AAD;
  font-weight: 500;
}
#item_list .item_list .voice .staff .head .information .date {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 25px;
}
#item_list .item_list .voice .staff .head .comment {
  width: 400px;
  margin: 0 20px 0 auto;
}
@media screen and (max-width: 560px) {
  #item_list .item_list .voice .staff .head .comment {
    width: 90vw;
    margin: auto;
  }
}
#item_list .item_list .voice .staff .head .comment p {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 24px;
}
#item_list .recommendation {
  width: 470px;
  margin: 30px auto;
}
@media screen and (max-width: 560px) {
  #item_list .recommendation {
    width: 90vw;
  }
}
#item_list .recommendation .title {
  color: #1D6AAD;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 34px;
  text-align: center;
}
#item_list .recommendation .item {
  display: flex;
  margin-bottom: 30px;
}
#item_list .recommendation .item .thumbnail {
  width: 150px;
  height: 150px;
}
#item_list .recommendation .item .thumbnail img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
#item_list .recommendation .item .tokuten {
  height: 150px;
  margin: auto 10px;
}
#item_list .recommendation .item .tokuten p {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  margin: 0;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 28px;
}
#item_list .recommendation .item .tokuten .item {
  color: #1D6AAD;
  font-size: 17px;
  letter-spacing: 1.7px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}
#item_list .recommendation .item .tokuten .shop {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 28px;
}
#item_list .recommendation .information table {
  margin: 20px auto;
}
#item_list .recommendation .information * {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 25px;
  color: #FF4E00;
  font-weight: 400;
}
#item_list .recommendation .comment {
  padding: 0 5px;
}
#item_list .recommendation .comment * {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 25px;
}
#item_list .youtube_ad {
  width: 554px;
  margin: 30px auto;
}
@media screen and (max-width: 560px) {
  #item_list .youtube_ad {
    width: 90vw;
  }
}
#item_list .youtube_ad .title {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 34px;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  text-align: center;
  color: #1D6AAD;
}
#item_list .youtube_ad img {
  width: 554px;
}
@media screen and (max-width: 560px) {
  #item_list .youtube_ad img {
    width: 90vw;
  }
}

.voice_item {
  width: 554px;
  margin: 30px auto;
  min-height: 150px;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 560px) {
  .voice_item {
    width: 90vw;
  }
}
.voice_item .information {
  margin: auto 10px;
}
@media screen and (max-width: 560px) {
  .voice_item .information {
    width: 175px;
  }
}
.voice_item .information * {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 28px;
  color: #999999;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
.voice_item .information p {
  margin: 0;
}
.voice_item .information .shop {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
.voice_item .information .item_name {
  font-size: 17px;
  letter-spacing: 1.7px;
  line-height: 28px;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  color: #1E6AAD;
  font-weight: 400;
}
.voice_item .information .date {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
.voice_item .comment {
  margin-top: 10px;
  margin-bottom: -20px;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 25px;
}
.voice_item .comment * {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 25px;
  color: #393939;
}

.voice_customer {
  width: 554px;
  margin: 30px auto;
  min-height: 150px;
}
@media screen and (max-width: 560px) {
  .voice_customer {
    width: 90vw;
  }
}
.voice_customer .head {
  display: flex;
  flex-wrap: wrap;
  height: 120px;
}
.voice_customer .head .icon {
  width: 110px;
  height: 110px;
  margin: auto 0;
}
.voice_customer .head .icon img {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice_customer .head .information {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  margin: auto 0 auto 20px;
}
.voice_customer .head .information p {
  margin: 0;
}
.voice_customer .head .information .name {
  font-size: 17px;
  letter-spacing: 1.7px;
  line-height: 25px;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  color: #1D6AAD;
}
.voice_customer .head .information .age {
  font-size: 17px;
  letter-spacing: 1.7px;
  line-height: 25px;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  color: #1D6AAD;
}
.voice_customer .head .information .date {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 25px;
}
.voice_customer .comment p {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 24px;
}

.voice_staff {
  width: 554px;
  margin: 30px auto;
  min-height: 150px;
}
@media screen and (max-width: 560px) {
  .voice_staff {
    width: 90vw;
  }
}
.voice_staff .head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.voice_staff .head .icon {
  width: 120px;
  height: auto;
}
.voice_staff .head .icon img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice_staff .head .information {
  margin: auto 0 auto 20px;
}
.voice_staff .head .information .name {
  font-size: 17px;
  letter-spacing: 1.7px;
  line-height: 28px;
  color: #1E6AAD;
  font-weight: 500;
  margin-bottom: 0;
}
.voice_staff .head .information .date {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 25px;
  margin-bottom: 0;
}
.voice_staff .comment {
  width: 400px;
  margin: 0 20px 0 auto;
}
@media screen and (max-width: 560px) {
  .voice_staff .comment {
    width: 90vw;
    margin: auto;
  }
}
.voice_staff .comment p {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 24px;
}

.item_list_head {
  width: 554px;
  margin: 50px auto;
}
@media screen and (max-width: 560px) {
  .item_list_head {
    width: 90vw;
  }
}
.item_list_head #title {
  font-size: 24px;
  letter-spacing: 2.4px;
  line-height: 25px;
  color: #1E6AAD;
  text-align: center;
  font-weight: 300;
}
.item_list_head #title #furigana {
  display: block;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 25px;
  color: #1E6AAD;
  font-weight: 800;
  text-align: center;
}
.item_list_head * {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 25px;
  color: #1E6AAD;
}

.item_archive_list {
  width: 554px;
  margin: 30px auto;
  min-height: 150px;
}
@media screen and (max-width: 560px) {
  .item_archive_list {
    width: 90vw;
  }
}
.item_archive_list a {
  text-decoration: none;
  position: relative;
}
.item_archive_list a:hover {
  text-align: none;
}
.item_archive_list a .item .information::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  position: absolute;
  margin-right: 10px;
  right: 0;
  top: 55px;
  display: inline-block;
}
.item_archive_list .title {
  color: #1E6AAD;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 34px;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  text-align: center;
}
.item_archive_list .thumbnail {
  width: 150px;
  height: 150px;
}
.item_archive_list .thumbnail img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.item_archive_list .item {
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  padding-bottom: 20px;
  flex-wrap: wrap;
  text-decoration: none;
  margin: 20px auto;
  position: relative;
}
.item_archive_list .item .information {
  margin: auto 10px;
}
@media screen and (max-width: 560px) {
  .item_archive_list .item .information {
    width: 175px;
  }
}
.item_archive_list .item .information * {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 28px;
  color: #999999;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
.item_archive_list .item .information p {
  margin: 0;
}
.item_archive_list .item .information .shop {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
.item_archive_list .item .information .item_name {
  font-size: 17px;
  letter-spacing: 1.7px;
  line-height: 28px;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  color: #1E6AAD;
  font-weight: 400;
  width: 370px;
  margin-right: 5px;
}
.item_archive_list .item .information .date {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
.item_archive_list .item .comment {
  margin-top: 10px;
  margin-bottom: -20px;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 25px;
}
.item_archive_list .item .comment * {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 25px;
  color: #393939;
}
.item_archive_list .pagination {
  color: #1D6AAD;
  font-size: 16px;
  letter-spacing: 2.4px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.item_archive_list .pagination .current {
  font-size: 20px;
}
.item_archive_list .pagination a:hover {
  text-decoration: underline;
}

.customer_voice {
  width: 554px;
  margin: 30px auto;
  min-height: 150px;
}
@media screen and (max-width: 560px) {
  .customer_voice {
    width: 90vw;
  }
}
.customer_voice p {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 24px;
}
.customer_voice fugure {
  margin-block-end: unset;
}
.customer_voice .customer_information .icon {
  width: 120px;
  height: auto;
}
.customer_voice .customer_information .icon img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.customer_voice .customer_information .information {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 25px;
  margin: auto 0;
  display: flex;
  flex-direction: column;
}
.customer_voice .customer_information .information p {
  margin: 0;
}
.customer_voice .customer_information .information .name {
  font-size: 17px;
  letter-spacing: 1.7px;
  line-height: 25px;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  color: #1D6AAD;
}
.customer_voice .customer_information .information .age {
  font-size: 17px;
  letter-spacing: 1.7px;
  line-height: 25px;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  color: #1D6AAD;
}
.customer_voice .customer_information .information .date {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 25px;
}
.customer_voice .staff p {
  margin-left: 40px;
}/*# sourceMappingURL=item_list.css.map */