@charset "UTF-8";
/* ====================================================
# Common
==================================================== */
body {
  color: #573816;
}
.ibm-plex-sans-jp-regular {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ibm-plex-sans-jp-bold {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* ====================================================
# Page Header
==================================================== */
.shop_page_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 920px;
  padding: 12px 0;
  margin: 0 auto;
  border-bottom: 4px double #9b7042;
  color: #8a5924;
  text-align: center;
  line-height: 1.2;
}
.shop_page_header .popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 80px;
  min-height: 40px;
  font-size: 16px;
}
.shop_page_header .popup::before,
.shop_page_header .popup::after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.shop_page_header .popup::before {
  left: 0;
  background-image: url(../images/shop_page/bg_shop_title_l.png);
}
.shop_page_header .popup::after {
  right: 0;
  background-image: url(../images/shop_page/bg_shop_title_r.png);
}
.shop_page_header .shop_title {
  letter-spacing: 2px;
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  .shop_page_header {
    width: 100%;
    margin: 0 auto 40px;
    padding: 10px;
    background: none;
  }
  .shop_page_header .popup {
    padding: 0 40px;
    min-height: 20px;
    font-size: 14px;
  }
  .shop_page_header .popup::before,
  .shop_page_header .popup::after {
    width: 35px;
    height: 20px;
  }
  .shop_page_header .shop_title {
    font-size: 26px;
  }
}
.column_page_header {
  padding: 12px 0;
  border-bottom: 4px double #9b7042;
  color: #8a5924;
  text-align: center;
  line-height: 1.2;
}
.column_page_header .column_title {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .column_page_header {
    margin: 0 auto 6%;
    padding-top: 20.8%;
    font-size: 1.9rem;
    background: none;
  }
  .column_page_header .shop_title {
    font-size: 2.4rem;
  }
  .column_page_header h1.ttl span {
    line-height: 1.2;
    top: -6px;
    letter-spacing: -0.5px;
  }
  .column_page_header h1.ttl .fs_s {
    font-size: 1.8rem;
  }
}
/* ====================================================
# Local Navi
==================================================== */
.lnavi__list {
  display: flex;
  justify-content: center;
  margin: 40px auto;
}
.lnavi__list li {
  display: flex;
  align-items: center;
  text-align: center;
}
.lnavi__list li + li {
  border-left: 1px solid #361d10;
}
.lnavi__list li a {
  display: block;
  padding: 5px 1em;
  min-width: 9em;
  color: #361d10;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 1080px) {
  .lnavi__list li a {
    min-width: 3em;
  }
}
@media screen and (max-width: 767px) {
  .lnavi__list li a {
    padding: 5px;
    font-size: 14px;
  }
}
.local_navi_block {
  margin: 40px 0;
}
.local_navi_block .lnavi__list {
  margin: 0 auto;
}
.reserve_link_block {
  margin: 40px 0;
}
.reserve_link_block .btn_block {
  margin: 0 auto;
}
/* 電話予約 */
.reserve_phone_block {
  max-width: 880px;
  margin: 40px auto;
  padding: 30px 40px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 1.3rem;
}
.reserve_phone_block .block_title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 4px double #9b7042;
  text-align: center;
  color: #8a5924;
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: 2px;
}
.reserve_phone_block .block_title span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 50px;
  margin: 0 auto;
}
.reserve_phone_block .block_title span::before,
.reserve_phone_block .block_title span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 52px;
  background-repeat: no-repeat;
  background-size: contain;
}
.reserve_phone_block .block_title span::before {
  left: 0;
  background-image: url(../images/common/bg_h4_l.png);
}
.reserve_phone_block .block_title span::after {
  right: 0;
  background-image: url(../images/common/bg_h4_r.png);
}
.reserve_phone_block .btn_block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px 5%;
  margin: 0 0 25px;
}
.reserve_phone_block .btn_block a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 75px;
  padding: 5px 60px;
  border-bottom: 4px solid #5a4330;
  color: #311b0b;
  font-size: 26px;
  line-height: 1.2;
}
.reserve_phone_block .btn_block a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(../images/common/icon_tel.png) 0 0 no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.reserve_phone_block .btn_block a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #5a4330;
  border-right: 2px solid #5a4330;
  transform: translateY(-50%) rotate(45deg);
}
.reserve_phone_block .btn_block a:hover {
  text-decoration: none;
}
.reserve_phone_block .btn_block a.kanto {
  background: #b9e35f;
}
.reserve_phone_block .btn_block a.kansai {
  background: #83d8c5;
}
.reserve_phone_block .reserve_txt {
  margin-bottom: 15px;
  font-size: 18px;
}
.reserve_phone_block .reserve_hours {
  margin-bottom: 10px;
  color: #8a5924;
  font-size: 25px;
  line-height: 1.2;
}
.reserve_phone_block .reserve_hours span {
  background: linear-gradient(rgba(0, 0, 0, 0) 40%, #d7f6a0 40%);
}
.reserve_phone_block .reserve_hours strong {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .reserve_phone_block {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 1.3rem;
  }
  .reserve_phone_block .block_title {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom-width: 3px;
    font-size: 18px;
    letter-spacing: 0;
  }
  .reserve_phone_block .block_title span {
    min-height: 26px;
    padding: 0 30px;
  }
  .reserve_phone_block .block_title span::before,
  .reserve_phone_block .block_title span::after {
    width: 18px;
    height: 26px;
  }
  .reserve_phone_block .btn_block {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0 0 15px;
  }
  .reserve_phone_block .btn_block a {
    max-width: 300px;
    min-height: 0;
    padding: 12px 40px;
    font-size: 18px;
  }
  .reserve_phone_block .btn_block a::before {
    left: 10px;
    width: 28px;
    height: 28px;
  }
  .reserve_phone_block .btn_block a::after {
    right: 10px;
    width: 8px;
    height: 8px;
    border-top-width: 1px;
    border-right-width: 1px;
  }
  .reserve_phone_block .reserve_txt {
    font-size: 14px;
  }
  .reserve_phone_block .reserve_hours {
    font-size: 16px;
  }
}
/* ====================================================
# swiper
==================================================== */
.mvWrap_top {
  max-width: 980px;
  margin: 0 auto 30px;
}
.mvWrap_top .mv_inr {
  padding-top: 51%;
  position: relative;
}
.mvWrap_top .swiper-container {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .mvWrap_top .mv_inr {
    padding-top: 66.67%;
  }
}
/* ====================================================
# Main Visual
==================================================== */
.main_visual {
  position: relative;
  padding-top: 310px;
  min-height: 480px;
}
.main_visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  padding-top: 480px;
  background: #ded5ce url(../images/shop_page/img_main.jpg) center center no-repeat;
  background-size: cover;
}
.main_visual__detail {
  position: relative;
  z-index: 1;
  width: 792px;
  margin: 0 auto;
  padding: 35px 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  line-height: 1.7;
}
.main_visual__detail h2,
.main_visual__detail h3,
.main_visual__detail h4 {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  color: #8A5924;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.3;
}
.main_visual__detail h2::before,
.main_visual__detail h3::before,
.main_visual__detail h4::before,
.main_visual__detail h2::after,
.main_visual__detail h3::after,
.main_visual__detail h4::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .main_visual {
    padding-top: 43.73%;
  }
  .main_visual::before {
    padding-top: 58.67%;
  }
  .main_visual__detail {
    width: 94%;
    padding: 20px;
  }
  .main_visual__detail h2,
  .main_visual__detail h3,
  .main_visual__detail h4 {
    font-size: 20px;
  }
}
/* ====================================================
# Menu Ranking
==================================================== */
.ranking_title_block {
  display: table;
  position: relative;
  width: 100%;
  margin: 50px 0;
  padding-top: 43.8%;
  background: #dbd1c5 url(../images/shop_page/bg_ranking_ttl.jpg) center center no-repeat;
  background-size: cover;
}
.ranking_title_block .title_line {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.ranking_title_block .title_line::before,
.ranking_title_block .title_line::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  border-top: 2px solid #fff;
  background: none;
  opacity: 0.8;
}
.ranking_title_block .title_line::before {
  top: -4px;
}
.ranking_title_block .title_line::after {
  bottom: -40px;
  height: 36px;
  background: url(../images/shop_page/bg_menu_title01.png) center 4px no-repeat;
  background-size: 135px 36px;
}
.ranking_title_block .ranking_title {
  display: block;
  margin: 0;
  padding: 10px;
  border: 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.8);
  color: inherit;
}
.ranking_title_block .ranking_title::before,
.ranking_title_block .ranking_title::after {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .ranking_title_block {
    margin: 30px 0;
  }
  .ranking_title_block .title_line {
    bottom: 30px;
  }
  .ranking_title_block .title_line::before,
  .ranking_title_block .title_line::after {
    border-top-width: 1px;
  }
  .ranking_title_block .title_line::before {
    top: -2px;
  }
  .ranking_title_block .title_line::after {
    bottom: -21px;
    height: 19px;
    background-position: center 2px;
    background-size: 68px 18px;
  }
  .ranking_title_block .title_line .ranking_title {
    padding: 5px 10px;
    font-size: 18px;
  }
}
/* ホームページ特別価格 */
.price_box {
  display: flex;
  align-items: flex-start;
  margin: 0 30px;
}
.price_box .text {
  flex: 1;
  font-size: 15px;
}
.price_box .text p {
  margin: 0;
}
.price_box .price {
  width: 400px;
  margin-left: 30px;
  padding: 20px;
  background-color: #dfc6a1;
}
.price_box .price dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 6px 0;
  line-height: 1.3;
}
.price_box .price dl dt {
  position: relative;
}
.price_box .price dl dt::after {
  content: "：";
}
.price_box .price dl dd small {
  margin-left: 0.5em;
  font-size: 15px;
}
.price_box .price .p_special {
  border-bottom: 2px solid #a08460;
  color: #cf492b;
  font-size: 20px;
}
.price_box .price .p_special dd {
  font-weight: bold;
}
.price_box .price .p_regular {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .price_box {
    display: block;
    margin: 0 4.5%;
    line-height: 1.5;
  }
  .price_box .text {
    font-size: 14px;
  }
  .price_box .price {
    width: 300px;
    max-width: 100%;
    margin: 10px auto 0;
    padding: 10px;
  }
  .price_box .price dl {
    padding: 3px 0;
  }
  .price_box .price .p_special {
    border-bottom-width: 1px;
    font-size: 16px;
  }
  .price_box .price .p_regular {
    font-size: 14px;
  }
}
/* 期待できる効果 */
.list_number {
  display: block;
  position: relative;
  margin: 0 30px 30px;
  padding: 15px 30px;
  border-top: 2px solid #573816;
  border-bottom: 2px solid #573816;
}
.list_number::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 1px;
  left: 0;
  border-top: 1px solid #573816;
}
.list_number::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 1px;
  left: 0;
  border-bottom: 1px solid #573816;
}
.list_number li {
  display: flex;
  align-items: flex-start;
  padding: 8px 0;
  font-size: 24px;
  line-height: 1.3;
}
.list_number li .number {
  display: block;
  position: relative;
  margin: 3px 1em 0 0;
  font-size: 20px;
}
.list_number li .number::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 1.2em;
  height: 1.2em;
  background-color: #f9c270;
  transform: translate(-50%, -50%);
}
.list_number li .number i {
  position: relative;
  z-index: 1;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .list_number {
    margin: 0 0 20px;
    padding: 10px 4.5%;
  }
  .list_number li {
    padding: 4px 0;
    font-size: 15px;
  }
  .list_number li .number {
    margin-top: 2px;
    font-size: 12px;
  }
}
/* コースメニュー */
.cource_menu_box {
  display: flex;
  flex-wrap: wrap;
}
.cource_menu_box .title {
  width: 100%;
}
.cource_menu_box .image {
  position: relative;
  width: 260px;
  padding-top: 190px;
}
.cource_menu_box .image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.cource_menu_box .text {
  flex: 1;
  margin-left: 20px;
  font-size: 16px;
}
.cource_menu_box .text p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cource_menu_box .title {
    display: flex;
    align-items: center;
    width: 56%;
    margin: 0;
    padding: 0;
    margin-left: auto;
  }
  .cource_menu_box .title::before {
    display: none;
  }
  .cource_menu_box .title span {
    display: block;
    position: relative;
    width: 100%;
    padding: 0.5em 0;
    border-top: 1px solid #573816;
    border-bottom: 1px solid #573816;
  }
  .cource_menu_box .title span::before,
  .cource_menu_box .title span::after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #573816;
  }
  .cource_menu_box .title span::before {
    top: 0;
    left: 0;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .cource_menu_box .title span::after {
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%) rotate(45deg);
  }
  .cource_menu_box .image {
    order: -1;
    width: 40%;
    padding-top: 29.3%;
  }
  .cource_menu_box .image img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
  }
  .cource_menu_box .text {
    width: 100%;
    margin: 2% 0 0;
    font-size: 15px;
  }
}
.course_wrapper {
  margin: 0 auto 50px;
  max-width: 880px;
}
.course_wrapper .sub_menu_block {
  display: none;
  margin-top: 30px;
  padding: 35px 0 0;
  background: url(../images/shop_page/bg_line_01.png) 0 0 repeat-x;
}
.course_wrapper .sub_menu_block > *:first-child {
  margin-top: 0;
}
.course_wrapper .detail_box {
  display: flex;
  align-items: flex-start;
}
.course_wrapper .detail_box .time {
  position: relative;
  width: 169px;
  padding-top: 169px;
  background: url(../images/shop_page/bg_menu_time.png) no-repeat;
  background-size: contain;
  margin-right: 20px;
}
.course_wrapper .detail_box .time span {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.course_wrapper .detail_box .time .num {
  top: 56px;
  font-size: 42px;
}
.course_wrapper .detail_box .time .unit {
  top: 96px;
  font-size: 20px;
}
.course_wrapper .detail_box .text {
  flex: 1;
  align-self: center;
  font-size: 15px;
}
.course_wrapper .detail_box .price {
  align-self: flex-end;
  width: 300px;
  margin-left: 20px;
  padding: 15px 20px;
  background-color: #dfc6a1;
}
.course_wrapper .detail_box .price dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 6px 0;
  line-height: 1.3;
}
.course_wrapper .detail_box .price dl small {
  font-size: 15px;
}
.course_wrapper .detail_box .price .p_special {
  border-bottom: 2px solid #a08460;
  color: #cf492b;
  font-size: 20px;
}
.course_wrapper .detail_box .price .p_special dd {
  font-weight: bold;
}
.course_wrapper .detail_box .price .p_regular {
  font-size: 18px;
}
.course_wrapper .toggle_btn {
  position: relative;
  margin: 30px 0 0;
  padding: 20px;
  border-radius: 5px;
  background-color: #67c578;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1.79rem;
  cursor: pointer;
}
.course_wrapper .toggle_btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff url(../images/shop_page/ico_accordion_open.png) no-repeat;
  background-size: contain;
}
.course_wrapper .toggle_btn.on::after {
  background-image: url(../images/shop_page/ico_accordion_close.png);
}
.course_wrapper .toggle_btn.on .open,
.course_wrapper .toggle_btn .close {
  display: none;
}
.course_wrapper .toggle_btn .open,
.course_wrapper .toggle_btn.on .close {
  display: block;
}
.course_wrapper .label {
  margin: 0;
  padding: 0;
}
@media (hover: hover) and (pointer: fine) {
  .course_wrapper .toggle_btn {
    transition: opacity 0.3s ease;
  }
  .course_wrapper .toggle_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .course_wrapper {
    margin-bottom: 30px;
  }
  .course_wrapper .sub_menu_block {
    margin-top: 20px;
    padding: 20px 0 0;
    background-size: 3px 5px;
  }
  .course_wrapper .detail_box {
    display: block;
  }
  .course_wrapper .detail_box .time {
    display: none;
  }
  .course_wrapper .detail_box .text {
    font-size: 14px;
  }
  .course_wrapper .detail_box .price {
    width: 300px;
    max-width: 100%;
    margin: 10px auto 0;
    padding: 10px 15px;
  }
  .course_wrapper .detail_box .price dl small {
    font-size: 12px;
  }
  .course_wrapper .detail_box .price .p_special {
    font-size: 16px;
  }
  .course_wrapper .detail_box .price .p_special dd {
    font-weight: bold;
  }
  .course_wrapper .detail_box .price .p_regular {
    font-size: 14px;
  }
  .course_wrapper .toggle_btn {
    margin: 10px 0 0;
    padding: 15px;
    font-size: 16px;
  }
  .course_wrapper .toggle_btn::after {
    width: 15px;
    height: 15px;
    top: 50%;
    right: 15px;
  }
}
/* スタッフ */
.staff_box {
  max-width: 880px;
  margin: 0 auto 40px;
  text-align: left;
  line-height: 1.5;
}
.staff_box p {
  margin: 0;
}
.staff_box__profile {
  display: flex;
  margin-bottom: 20px;
}
.staff_box__profile .image {
  width: 260px;
}
.staff_box__profile .detail {
  flex: 1;
  margin-left: 28px;
  font-size: 20px;
}
.staff_box__profile .detail .name {
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: 700;
}
.staff_box__message {
  border: 1px solid #9b7042;
  font-weight: normal;
}
.staff_box__message dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 5px 32px;
  background: url(../images/shop_page/ttl_bg_sejutsu.png) 0 0 no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  color: #f3eddf;
  text-align: center;
  font-size: 18px;
}
.staff_box__message dd {
  padding: 16px 32px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .staff_box {
    margin-bottom: 30px;
  }
  .staff_box__profile {
    margin-bottom: 15px;
  }
  .staff_box__profile .image {
    width: 40%;
  }
  .staff_box__profile .detail {
    margin-left: 10px;
    font-size: 14px;
  }
  .staff_box__profile .detail .name {
    font-size: 16px;
  }
  .staff_box__message dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding: 5px 20px 10px;
    font-size: 16px;
  }
  .staff_box__message dd {
    padding: 10px 20px;
    font-size: 14px;
  }
}
/* ====================================================
# archive
==================================================== */
.noitem {
  margin: 30px 0;
  text-align: center;
}
/* ====================================================
# 最新情報
==================================================== */
.column_index {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.column_index__item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.column_index__item .item_header {
  position: relative;
  padding-left: 60px;
  min-height: 50px;
  margin-bottom: 5px;
  background: url(../images/shop_page/ico_column.svg) left top 6px no-repeat;
  background-size: 50px auto;
}
.column_index__item .item_title {
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 1px dashed #361d10;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.column_index__item .item_date {
  position: relative;
  display: table;
  margin: 0 0 0 auto;
  padding: 5px 0 5px 20px;
  font-size: 14px;
  line-height: 16px;
}
.column_index__item .item_date::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 16px;
  height: 16px;
  background: url(../images/shop_page/ico_time.png) center center no-repeat;
  background-size: contain;
}
.column_index__item .item_detail {
  padding: 0 20px;
  font-size: 16px;
}
.column_index__item .item_detail p {
  margin-bottom: 1em;
}
.column_index__item .item_detail p:last-child {
  margin-bottom: 0;
}
.column_index__item .item_thumb {
  display: table;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .column_index__item {
    padding: 15px 4vw;
  }
  .column_index__item::before,
  .column_index__item::after {
    width: 30px;
    height: 30px;
  }
  .column_index__item::before {
    top: 15px;
    left: 4vw;
  }
  .column_index__item::after {
    bottom: 15px;
    right: 4vw;
  }
  .column_index__item .item_header {
    min-height: 40px;
    padding-left: 45px;
    background-size: 40px auto;
  }
  .column_index__item .item_title {
    font-size: 16px;
  }
  .column_index__item .item_date {
    padding: 5px 0 5px 16px;
    font-size: 12px;
    line-height: 14px;
  }
  .column_index__item .item_date::before {
    margin-top: -7px;
    width: 14px;
    height: 14px;
  }
  .column_index__item .item_detail {
    padding: 0;
    font-size: 14px;
  }
}
/* ====================================================
# 口コミ
==================================================== */
.voice_index {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.voice_index__item {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.voice_index__item .item_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  min-height: 72px;
  padding: 10px 0;
  padding-left: 70px;
  background: url(../images/shop_page/ico_voice.svg) left top 6px no-repeat;
  background-size: 60px auto;
  margin-bottom: 20px;
}
.voice_index__item .item_title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.voice_index__item .item_rank {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  margin: 0;
}
.voice_index__item .item_rank .star {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 16px;
}
.voice_index__item .item_rank .star::after {
  content: "★";
  color: #eee;
  text-shadow: 0 1px 1px #999;
}
.voice_index__item .item_rank .star.shine::after {
  color: #ffdd00;
  text-shadow: 0 1px 1px #361d10;
}
.voice_index__item .item_detail {
  padding: 0 20px;
  font-size: 16px;
}
.voice_index__item .item_detail p {
  margin-bottom: 1em;
}
.voice_index__item .item_detail p:last-child {
  margin-bottom: 0;
}
.voice_index__item .item_staff {
  position: relative;
  margin: 50px 0 0;
  padding: 25px 20px 20px;
  background-color: #cae8ec;
  font-size: 14px;
}
.voice_index__item .item_staff dt {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  padding: 5px 1em;
  border-radius: 5px;
  background-color: #361d10;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .voice_index__item {
    padding: 15px 4vw 20px;
  }
  .voice_index__item .item_header {
    gap: 2px;
    min-height: 50px;
    padding: 5px 0;
    padding-left: 45px;
    background-size: 40px auto;
    margin-bottom: 15px;
  }
  .voice_index__item .item_title {
    font-size: 16px;
  }
  .voice_index__item .item_rank .star {
    font-size: 14px;
  }
  .voice_index__item .item_detail {
    padding: 0 5px;
    font-size: 14px;
  }
  .voice_index__item .item_staff {
    margin: 40px 0 0;
    padding: 20px 4vw;
    font-size: 13px;
  }
  .voice_index__item .item_staff dt {
    left: 4vw;
  }
}
