@charset "UTF-8";
/* ▼▼▼ 一覧ページ
====================================================== */
.page_ttl .ttl_head:before {
  content: "SHOP STAFF";
}

.shopstaff {
  padding: 32px 0 0;
}
@media screen and (min-width: 769px) {
  .shopstaff {
    padding: 60px 0 0;
  }
  .shopstaff .container {
    max-width: 1100px;
  }
}

/*---- スタッフメリット ----*/
.staff_metit_wrap .merit_ttl {
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 14px;
}
.staff_metit_wrap .merit_ttl span {
  font-size: 1.63em;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .staff_metit_wrap .merit_ttl {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .staff_metit_wrap .merit_ttl span {
    margin-bottom: 16px;
  }
}

.metit_mv {
  position: relative;
  margin: 0 -20px 60px;
}
.metit_mv::before {
  content: "";
  width: 80%;
  height: 215px;
  background: linear-gradient(25deg, rgb(255, 250, 224) 0%, rgb(217, 241, 247) 95%, rgb(206, 246, 255) 100%);
  opacity: 0.85;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .metit_mv {
    margin: 0 auto 115px;
  }
  .metit_mv img {
    max-width: 90%;
    margin-left: 5.5%;
  }
  .metit_mv::before {
    width: 100vw;
    height: 100%;
    top: 10%;
    right: auto;
    left: 160px;
  }
}
.metit_mv .mv_ttl {
  writing-mode: vertical-rl;
  position: absolute;
  top: -15px;
  left: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.metit_mv .mv_ttl span {
  background-color: #fff;
  padding: 20px 10px;
}
@media screen and (min-width: 769px) {
  .metit_mv .mv_ttl {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
  .metit_mv .mv_ttl span {
    padding: 25px 20px;
  }
}
.metit_mv .lead_txt {
  font-size: 12px;
  margin: 40px 30px;
  padding-left: 20px;
  border-left: 1px solid #707070;
}

.mv_slide {
  margin-bottom: 30px;
}
.mv_slide .swiper-pagination {
  margin: 10px 0;
}
.mv_slide .merit_box {
  margin: 0 5px 10px;
}
.mv_slide .merit_box .img {
  max-width: calc(100% - 10px);
  width: 100%;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.mv_slide .merit_box .merit_txt {
  background-color: #F8F8F8;
  max-width: calc(100% - 10px);
  margin-left: auto;
  padding: 34px 34px 28px;
  margin-top: -10px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.mv_slide .merit_box .merit_txt .num {
  color: #fff;
  background-color: #D41265;
  font-size: 25px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 5;
}
.mv_slide .merit_box .merit_txt h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.2;
}
.mv_slide .merit_box .merit_txt p:last-child {
  color: #716F6F;
}
@media screen and (min-width: 769px) {
  .mv_slide {
    margin-bottom: 60px;
  }
  .mv_slide .merit_box .img {
    max-width: calc(100% - 15px);
  }
  .mv_slide .merit_box .merit_txt {
    max-width: calc(100% - 15px);
    padding: 45px 25px 25px;
  }
  .mv_slide .merit_box .merit_txt .num {
    width: 48px;
    height: 48px;
    line-height: 45px;
    right: 5px;
  }
  .mv_slide .merit_box .merit_txt h3 {
    font-size: 17px;
  }
}

.area_ttl {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .area_ttl {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
  }
}

.genre_area {
  margin-bottom: 55px;
}
.genre_area .genre_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 5px;
}
.genre_area .genre_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-align: center;
  border: 1px solid #C1C1C1;
  height: 45px;
  padding: 5px;
  line-height: 1.45;
}
.genre_area .genre_list li a br {
  display: none;
}
.genre_area .genre_list li:first-child {
  display: grid;
  grid-column-end: span 3;
}
.genre_area .genre_list li.current a {
  background-color: #716F6F;
  border-color: #716F6F;
  color: #fff;
}
.genre_area .genre_list.akashi li:last-child {
  grid-column-end: span 1;
}
@media screen and (min-width: 769px) {
  .genre_area {
    margin-bottom: 100px;
  }
  .genre_area .genre_list {
    gap: 20px;
  }
  .genre_area .genre_list li a {
    font-size: 16px;
    height: 70px;
  }
}

.recruit_info {
  background-color: #fff;
  box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.12);
  position: relative;
}
.recruit_info:before {
  content: "";
  background: linear-gradient(90deg, rgb(255, 247, 203) 0%, rgb(197, 232, 240) 95%, rgb(206, 246, 255) 100%);
  width: 100%;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit_info:not(:last-child) {
  margin-bottom: 35px;
}

/* ボタン */
.accordion_btn button {
  width: 48px;
  height: 48px;
  background: url(../img/recruit/btn_open.svg) center/contain no-repeat;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.accordion_btn.is-show button {
  background: url(../img/recruit/btn_close.svg) center/contain no-repeat;
}

/* 中身 */
.accordion_cont {
  overflow: hidden;
  position: relative;
  /* 最初に見えてるテキストエリアの高さ */
}
.accordion_cont.is-hide {
  height: 620px;
}
@media screen and (min-width: 769px) {
  .accordion_cont.is-hide {
    height: 550px;
  }
}
.accordion_cont:before {
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 70%);
  bottom: 0;
  width: 100%;
  height: 120px;
  position: absolute;
  z-index: 1;
}

/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion_btn.is-show + .accordion_cont::before {
  display: none;
}

.info_box {
  padding: 35px 20px 80px;
}
.info_box_shop {
  margin-top: 20px;
}
.info_box .update {
  color: #969696;
  font-size: 13px;
  line-height: 1.46;
  margin-bottom: 4px;
}
.info_box .shop_name {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4px;
}
.info_box .shop_cat {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.info_box .shop_img {
  margin-top: 0;
}
.info_box .shop_img img {
  width: 100%;
  aspect-ratio: 37/27;
  object-fit: cover;
}
.info_box .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.info_box .tag_list li {
  color: #716F6F;
  font-size: 13px;
  border: 1px solid;
  border-radius: 3px;
  padding: 3px 8px;
  line-height: 1.4;
}
.info_box .shop_info {
  margin-top: 42px;
}
.info_box .shop_info dl {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #716F6F;
}
.info_box .shop_info dl dt {
  width: 40%;
  font-weight: 500;
}
.info_box .shop_info dl dd {
  width: 60%;
}
.info_box .shop_info .entry_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(62deg, rgb(255, 247, 203) 0%, rgb(197, 232, 240) 95%, rgb(206, 246, 255) 100%);
  width: calc(100% - 40px);
  height: 50px;
  margin: 30px auto 0;
}
.info_box .shop_info .entry_btn.tel:before {
  content: "";
  background: url(../img/icon_phone.svg) center/contain no-repeat;
  width: 30px;
  height: 28px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .info_box {
    padding: 40px 80px 100px;
  }
  .info_box_top {
    font-size: 16px;
  }
  .info_box_shop {
    display: flex;
    gap: 40px;
  }
  .info_box .update {
    font-size: 16px;
  }
  .info_box .shop_name {
    font-size: 18px;
  }
  .info_box .shop_cat {
    font-size: 16px;
  }
  .info_box .shop_img {
    max-width: 370px;
    display: inline-block;
    vertical-align: top;
  }
  .info_box .tag_list li {
    font-size: 14px;
    padding: 4px 18px;
  }
  .info_box .shop_info {
    margin-top: 0;
    box-sizing: border-box;
    width: 100%;
  }
  .info_box .shop_info dl dt {
    width: 30%;
  }
  .info_box .shop_info dl dd {
    width: 70%;
  }
  .info_box .tel {
    height: 60px;
  }
}

/* ▼▼▼ 明石個別style
====================================================== */
@media screen and (min-width: 769px) {
  .akashi .metit_mv img {
    max-width: 70%;
    margin-left: 3.5%;
  }
  .akashi .metit_mv .mv_ttl {
    left: auto;
    right: 30px;
  }
  .akashi .lead_txt {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    color: #505050;
    margin: 0;
  }
}

/* ▼▼▼ 姫路のみ スタッフインタビュー
====================================================== */
/*---- インタビューバナー ----*/
.staff_interview_wrap {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .staff_interview_wrap {
    margin-bottom: 100px;
  }
}
.staff_interview_wrap .merit_ttl {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.staff_interview_wrap .merit_ttl span {
  font-size: 1.6em;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .staff_interview_wrap .merit_ttl {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .staff_interview_wrap .merit_ttl span {
    margin-bottom: 16px;
  }
}
.staff_interview_wrap .interview_bnr {
  max-width: calc(100% - 20px);
  position: relative;
}
@media screen and (min-width: 769px) {
  .staff_interview_wrap .interview_bnr {
    max-width: calc(100% - 30px);
  }
}
.staff_interview_wrap .interview_bnr::before {
  content: "";
  background: linear-gradient(45deg, rgb(255, 250, 224) 0%, rgb(217, 241, 247) 95%, rgb(206, 246, 255) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .staff_interview_wrap .interview_bnr::before {
    top: 30px;
    right: -30px;
  }
}

.interview {
  padding-top: 30px;
}
.interview #interview_main {
  margin-bottom: 30px;
}
.interview .staff_area {
  background: linear-gradient(180deg, rgb(255, 239, 247), rgb(255, 255, 255));
}
.interview .staff_int {
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .interview .staff_int {
    padding: 60px 0 80px;
  }
}
.interview .staff_faq {
  margin: 30px 0;
}
.interview .staff_faq h3 {
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 1.55;
}
@media screen and (min-width: 769px) {
  .interview .staff_faq h3 {
    font-size: 20px;
  }
}
.interview .staff_faq p {
  padding-bottom: 20px;
}
.interview .staff_time h3 {
  font-size: 18px;
  padding-bottom: 25px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .interview .staff_time h3 {
    font-size: 22px;
  }
}
.interview .staff_time h3 img {
  width: 30px;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .interview .staff_time h3 img {
    width: 40px;
    vertical-align: top;
  }
}