@charset "UTF-8";

/* ::::::::::  Staff　スタッフ紹介  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
index
========================================================= */
.staffKv.titleArea {
  padding-bottom: 30px;
  background: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .staffKv.titleArea {
    display: block;
  }
}

@media (max-width: 767px) {
  .staffKv.titleArea {
    display: block;
    padding-top: 70px;
    padding-bottom: 0;
  }
}

.staffKv.titleArea::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(58% + 30px);
  background: #EEE9DE;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .staffKv.titleArea::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .staffKv.titleArea::before {
    display: none;
  }
}

.staffKv.titleArea .spSlideArea {
  position: relative;
  display: flex;
  width: 100%;
  align-items: stretch;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .staffKv.titleArea .spSlideArea {
    display: block;
  }
}

@media (max-width: 767px) {
  .staffKv.titleArea .spSlideArea {
    display: block;
  }
}

.staffKv.titleArea .spSlideArea::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .staffKv.titleArea .spSlideArea::before {
    content: "";
  }
}

@media (max-width: 767px) {
  .staffKv.titleArea .spSlideArea::before {
    content: "";
  }
}

.staffKv.titleArea .kvSliderArea {
  position: relative;
  display: flex;
  width: calc(50% + 170px);
  order: 10;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .staffKv.titleArea .kvSliderArea {
    width: 100%;
    order: 0;
  }
}

@media (max-width: 767px) {
  .staffKv.titleArea .kvSliderArea {
    width: 100%;
    order: 0;
  }
}

.staffKv.titleArea .kvSliderArea .slideFrame {
  width: 50%;
  height: 700px;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .staffKv.titleArea .kvSliderArea .slideFrame {
    width: 100%;
    height: 500px;
  }
}

@media (max-width: 767px) {
  .staffKv.titleArea .kvSliderArea .slideFrame {
    width: 100%;
    height: 406px;
  }
}

.staffKv.titleArea .kvSliderArea .slideFrame .slideCell {
  margin: 0;
}

.staffKv.titleArea .kvSliderArea .slideFrame .slideCell img {
  width: 100%;
}

.staffKv.titleArea .kvTextArea {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: calc(50% - 170px);
  z-index: 10;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .staffKv.titleArea .kvTextArea {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .staffKv.titleArea .kvTextArea {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
}

.staffKv.titleArea .kvTextArea > div {
  float: right;
  width: 100%;
  max-width: 450px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .staffKv.titleArea .kvTextArea > div {
    float: none;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .staffKv.titleArea .kvTextArea > div {
    float: none;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .staffKv.titleArea .kvTextArea .kvText {
    display: none;
  }
}

.staffKv.titleArea .kvTextArea .kvScroll {
  position: absolute;
  bottom: 30px;
  right: 225px;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin-right: -25px;
  color: #A72A2E;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: .02em;
  text-align: center;
  transition: all .3s;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .staffKv.titleArea .kvTextArea .kvScroll {
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .staffKv.titleArea .kvTextArea .kvScroll {
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    color: #fff;
  }
}

.staffKv.titleArea .kvTextArea .kvScroll:hover {
  bottom: 20px;
}

.staffKv.titleArea .kvTextArea .kvScroll a {
  position: relative;
  display: block;
  color: inherit;
}

.staffKv.titleArea .kvTextArea .kvScroll a svg {
  display: block;
  fill: #A72A2E;
  width: 15px;
  height: 22px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .staffKv.titleArea .kvTextArea .kvScroll a svg {
    fill: #fff;
  }
}

@media (max-width: 767px) {
  .staffKv.titleArea .kvTextArea .kvScroll a svg {
    fill: #fff;
  }
}

.staffKv.titleArea .pageTitle {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .staffKv.titleArea .pageTitle {
    position: absolute;
    top: 50%;
    left: 5%;
    margin-top: -70px;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .staffKv.titleArea .pageTitle {
    position: absolute;
    top: 50%;
    left: 5%;
    margin-top: -56px;
    color: #fff;
  }
}

.staffKv.titleArea .pageTitle .en {
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .staffKv.titleArea .pageTitle .en {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .staffKv.titleArea .pageTitle .en {
    color: #fff;
  }
}

.staffKv.titleArea .kvText {
  margin-top: 45px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 3rem;
  line-height: 2;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .staffKv.titleArea .kvText {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .staffKv.titleArea .kvText {
    width: 88%;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 2.2rem;
  }
}

.kv {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100vh;
  min-height: 880px;
  padding: 150px 0 30px;
}

@media (max-width: 1024px) {
  .kv {
    display: block;
    min-height: 0;
    padding: 150px 0 0;
    height: auto;
  }
}

@media (max-width: 767px) {
  .kv {
    display: block;
    min-height: 0;
    padding: 70px 0 0;
    height: auto;
  }
}

.kv::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: calc(58% + 30px);
  background: #EEE9DE;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kv::before {
    content: "";
  }
}

@media (max-width: 767px) {
  .kv::before {
    content: none;
  }
}

.kv .kvTextArea {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: calc(50% - 170px);
  z-index: 10;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kv .kvTextArea {
    position: absolute;
    left: 0;
    top: 150px;
    display: block;
    width: 100%;
    height: 500px;
  }
}

@media (max-width: 767px) {
  .kv .kvTextArea {
    position: absolute;
    left: 0;
    top: 70px;
    display: block;
    width: 100%;
    height: 406px;
  }
}

.kv .kvTextArea > div {
  float: right;
  width: 100%;
  max-width: 450px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kv .kvTextArea > div {
    float: none;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .kv .kvTextArea > div {
    float: none;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kv .kvTextArea .kvText {
    display: none;
  }
}

.kv .textBlock .pageTitle {
  position: relative;
  z-index: 1;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2.5rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kv .textBlock .pageTitle {
    position: absolute;
    top: 50%;
    left: 5%;
    margin: 0;
    color: #fff;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .kv .textBlock .pageTitle {
    position: absolute;
    top: 50%;
    left: 5%;
    margin: 0;
    color: #fff;
    transform: translateY(-50%);
  }
}

.kv .textBlock .pageTitle .en {
  position: relative;
  display: block;
  line-height: 1;
  color: #A72A2E;
  letter-spacing: .05em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 8rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .kv .textBlock .pageTitle .en {
    margin-bottom: 3px;
    font-size: 5rem;
  }
}

.kv .textBlock .pageTitle .en {
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kv .textBlock .pageTitle .en {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .kv .textBlock .pageTitle .en {
    color: #fff;
  }
}

.kv .kvText {
  margin-top: 45px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2rem;
  line-height: 2;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kv .kvText {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .kv .kvText {
    width: 88%;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 1.6rem;
  }
}

.kv .sliderArea {
  position: relative;
  display: flex;
  width: calc(50% + 170px);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kv .sliderArea {
    width: 100%;
    height: 500px;
  }
}

@media (max-width: 767px) {
  .kv .sliderArea {
    width: 100%;
    height: 406px;
    margin: 0;
  }
}

.kv .sliderArea::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kv .sliderArea::before {
    content: "";
  }
}

@media (max-width: 767px) {
  .kv .sliderArea::before {
    content: "";
  }
}

.kv .sliderArea .slideFrame {
  width: 50%;
  height: 100%;
  margin-left: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kv .sliderArea .slideFrame {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .kv .sliderArea .slideFrame {
    margin-left: 0;
  }
}

.kv .sliderArea .slideFrame .slideCell {
  margin: 0;
}

.kv .sliderArea .slideFrame .slideCell img {
  width: 100%;
  height: auto;
}

.kv .kvScroll {
  position: absolute;
  bottom: 30px;
  right: 225px;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin-right: -25px;
  color: #A72A2E;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: .02em;
  text-align: center;
  transition: all .3s;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kv .kvScroll {
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .kv .kvScroll {
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    color: #fff;
  }
}

.kv .kvScroll:hover {
  bottom: 20px;
}

.kv .kvScroll a {
  position: relative;
  display: block;
  color: inherit;
}

.kv .kvScroll a svg {
  display: block;
  fill: #A72A2E;
  width: 15px;
  height: 22px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kv .kvScroll a svg {
    fill: #fff;
  }
}

@media (max-width: 767px) {
  .kv .kvScroll a svg {
    fill: #fff;
  }
}

/* =========================================================
breadcrumbs
========================================================= */
@media (max-width: 767px) {
  .staffLead::before {
    content: none;
  }
}

.staffLead .wrapper {
  padding-bottom: 190px;
}

@media (max-width: 767px) {
  .staffLead .wrapper {
    padding-bottom: 140px;
  }
}

.staffLead .redBlockTitle {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .staffLead .redBlockTitle {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.staffLead .leadList {
  margin-top: -120px;
  padding-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .staffLead .leadList {
    margin-top: -100px;
    padding-bottom: 20px;
    display: block;
  }
}

.staffLead .leadList .listItem {
  width: 380px;
  max-width: 30.65%;
  color: #000;
}

@media (max-width: 767px) {
  .staffLead .leadList .listItem {
    width: 100%;
    max-width: 100%;
  }
  .staffLead .leadList .listItem + .listItem {
    margin-top: 40px;
  }
}

.staffLead .leadList .listItem .photo {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .staffLead .leadList .listItem .photo img {
    width: 100%;
  }
}

.staffLead .leadList .listItem .numTitle {
  margin-bottom: 10px;
  padding: 10px 0 0 60px;
  font-size: 1.6rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .staffLead .leadList .listItem .numTitle {
    position: relative;
    padding: 12px 0 0 60px;
  }
}

.staffLead .leadList .listItem .numTitle .num {
  width: 94px;
  height: 90px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .staffLead .leadList .listItem .numTitle .num {
    position: absolute;
    left: 20px;
    top: 0;
    width: 70px;
    height: 70px;
    padding-top: 15px;
    background-size: 70px auto;
  }
}

.staffLead .leadList .listItem .numTitle .jp {
  color: #000;
  line-height: 1.7;
}

.breadcrumbsBlock.redBlock table {
  margin: 2.5em 0;
  width: 98%!important;
}
.breadcrumbsBlock.redBlock table td {
  border: 1px solid #b2b2b2;
  padding: 0 10px;
}

/* =========================================================
shop
========================================================= */
.shop .wrapper {
  position: relative;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .shop .wrapper {
    padding-bottom: 80px;
  }
}

.shop .textBlock {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 1;
  width: 220px;
}

@media (max-width: 767px) {
  .shop .textBlock {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }
}

.shop .textBlock .secTitle {
  background: url("/img/flower.svg") no-repeat right 20px bottom;
  margin-right: -30px;
}

@media (max-width: 767px) {
  .shop .textBlock .secTitle {
    width: 210px;
    margin-right: 0;
  }
}

.shop .textBlock .secTitle .en {
  background-position: right center;
  background-size: 180px auto;
  min-width: 180px;
  min-height: 180px;
  padding-right: 50px;
}

.shop .textBlock p:not(.btn) {
  color: #808080;
}

.shop .map_japan {
  width: 560px;
  height: 675px;
}

.shopMap {
  position: relative;
}

.shopList {
  line-height: 1.8;
}

@media (max-width: 767px) {
  .shopList {
    border-bottom: 1px solid #A80000;
    margin: 0 -7%;
  }
}

.shopList dt {
  position: absolute;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.6rem;
  cursor: pointer;
}

@media (max-width: 767px) {
  .shopList dt {
    position: static;
    border-top: 1px solid #A80000;
    height: 60px;
    line-height: 60px;
    padding: 0 6%;
  }
}

.shopList dt::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid;
  background: #fff;
  width: 10px;
  height: 10px;
  color: #A72A2E;
}

@media (max-width: 767px) {
  .shopList dt::before {
    content: none;
  }
}

.shopList dt span {
  color: #B2B2B2;
  transition: all .3s;
}

@media (max-width: 767px) {
  .shopList dt span {
    position: relative;
    display: block;
    color: #000;
  }
}

.shopList dt span::before {
  content: '';
  display: block;
  position: absolute;
  color: #A72A2E;
}

@media (max-width: 767px) {
  .shopList dt span::before {
    border-radius: 0;
    background: #A80000;
    width: 16px;
    height: 2px;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
  }
}

.shopList dt span::after {
  content: '';
  display: block;
  position: absolute;
  background: url("../img/top/icon_arrow01_red.svg") no-repeat right bottom;
  width: 8px;
  height: 7px;
}

@media (max-width: 767px) {
  .shopList dt span::after {
    background: #A80000;
    width: 2px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
  }
}

.shopList dt:hover span, .shopList dt.active span {
  color: #000;
}

@media (max-width: 767px) {
  .shopList dt.active span::after {
    content: none;
  }
}

.shopList dd {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  padding-left: 70px;
}

@media (max-width: 767px) {
  .shopList dd {
    position: static;
    border-top: 1px solid #A80000;
    background: #F0F0F0;
    padding: 20px 6%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .shopList .hokkaido {
    top: 22%;
    left: 40%;
  }
  .shopList .hokkaido::before {
    top: -50px;
    left: -50px;
  }
  .shopList .hokkaido span::before {
    top: -50px;
    left: -50px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    width: 146px;
    height: 80px;
    margin: 5px 0 0 5px;
  }
  .shopList .hokkaido span::after {
    top: 28px;
    right: -15px;
  }
  .shopList .tohoku {
    top: 38%;
    left: 40%;
  }
  .shopList .tohoku::before {
    top: 25px;
    left: -110px;
  }
  .shopList .tohoku span::before {
    top: 25px;
    left: -110px;
    border-bottom: 1px solid;
    width: 195px;
    height: 6px;
    margin: 0 0 0 5px;
  }
  .shopList .tohoku span::after {
    bottom: -3px;
    right: -18px;
  }
  .shopList .kanto {
    top: 58%;
    left: 38%;
  }
  .shopList .kanto + dd {
    display: block;
  }
  .shopList .kanto::before {
    top: 25px;
    left: -130px;
  }
  .shopList .kanto span::before {
    top: 25px;
    left: -130px;
    border-bottom: 1px solid;
    width: 210px;
    height: 6px;
    margin: 0 0 0 5px;
  }
  .shopList .kanto span::after {
    bottom: -3px;
    right: -12px;
  }
  .shopList .koshinnetsu {
    top: 38%;
    left: 20%;
  }
  .shopList .koshinnetsu::before {
    top: 110px;
    left: 65px;
  }
  .shopList .koshinnetsu span::before {
    top: 34px;
    left: 65px;
    border-top: 1px solid;
    border-left: 1px solid;
    background-position: right top;
    width: 20px;
    height: 77px;
    margin: 0 0 0 4px;
  }
  .shopList .koshinnetsu span::after {
    top: 28px;
    right: 0;
  }
  .shopList .hokuriku {
    top: 47%;
    left: 19%;
  }
  .shopList .hokuriku::before {
    top: 80px;
    left: 10px;
  }
  .shopList .hokuriku span::before {
    top: 34px;
    left: 10px;
    border-top: 1px solid;
    border-left: 1px solid;
    background-position: right top;
    width: 51px;
    height: 51px;
    margin: 0 0 0 4px;
  }
  .shopList .hokuriku span::after {
    top: 28px;
    right: 5px;
  }
  .shopList .tokai {
    top: 69.5%;
    left: 32%;
  }
  .shopList .tokai::before {
    top: -2px;
    left: -120px;
  }
  .shopList .tokai span::before {
    top: -2px;
    left: -120px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    width: 200px;
    height: 36px;
    margin: 0 0 0 5px;
  }
  .shopList .tokai span::after {
    bottom: -6px;
    right: -12px;
  }
  .shopList .kansai {
    top: 51%;
    left: 13%;
  }
  .shopList .kansai::before {
    top: 110px;
    left: 15px;
  }
  .shopList .kansai span::before {
    top: 34px;
    left: 15px;
    border-top: 1px solid;
    border-left: 1px solid;
    background-position: right top;
    width: 50px;
    height: 82px;
    margin: 0 0 0 4px;
  }
  .shopList .kansai span::after {
    top: 28px;
    right: 4px;
  }
  .shopList .chugoku {
    top: 60%;
    left: 7%;
  }
  .shopList .chugoku::before {
    top: 85px;
    left: -10px;
  }
  .shopList .chugoku span::before {
    top: 34px;
    left: -10px;
    border-top: 1px solid;
    border-left: 1px solid;
    background-position: right top;
    width: 80px;
    height: 60px;
    margin: 0 0 0 4px;
  }
  .shopList .chugoku span::after {
    top: 28px;
    right: 0;
  }
  .shopList .shikoku {
    top: 77%;
    left: 20%;
  }
  .shopList .shikoku::before {
    top: -2px;
    left: -120px;
  }
  .shopList .shikoku span::before {
    top: -2px;
    left: -120px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    width: 200px;
    height: 36px;
    margin: 0 0 0 5px;
  }
  .shopList .shikoku span::after {
    bottom: -6px;
    right: -12px;
  }
  .shopList .kyushu {
    top: 90%;
    left: 13.5%;
  }
  .shopList .kyushu::before {
    top: -20px;
    left: -120px;
  }
  .shopList .kyushu::after {
    content: '';
    position: absolute;
    top: 29px;
    left: -50px;
    border-radius: 50%;
    border: 2px solid;
    background: #fff;
    width: 10px;
    height: 10px;
    color: #A72A2E;
  }
  .shopList .kyushu span::before {
    top: -20px;
    left: -120px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    width: 232px;
    height: 55px;
    margin: 0 0 0 5px;
  }
  .shopList .kyushu span::after {
    bottom: -7px;
    right: -12px;
  }
}

.map_pref {
  fill: #D4CEC3;
  transition: all .15s;
}

.map_bd {
  fill: #D7D7D7;
}

.shopAreaName {
  margin: 0 0 25px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2rem;
}

.shopAreaList {
  display: flex;
  flex-wrap: wrap;
}

.shopAreaList li {
  width: calc(33.33% - 40px / 3);
  margin: 30px 20px 0 0;
}

@media (max-width: 767px) {
  .shopAreaList li {
    width: calc(50% - 10px);
    margin: 14px 20px 0 0;
  }
}

.shopAreaList li:nth-child(-n + 3) {
  margin-top: 0;
}

@media (max-width: 767px) {
  .shopAreaList li:nth-child(-n + 3) {
    margin-top: 14px;
  }
}

.shopAreaList li:nth-child(-n + 2) {
  margin-top: 0;
}

@media (max-width: 767px) {
  .shopAreaList li:nth-child(-n + 2) {
    margin-top: 0;
  }
}

.shopAreaList li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .shopAreaList li:nth-child(3n) {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .shopAreaList li:nth-child(even) {
    margin-right: 0;
  }
}

.shopAreaList li .shopName {
  background: url("/img/icon_map.svg") no-repeat left center;
  padding-left: 22px;
  margin: 7px 0 0;
}

.shopAreaSlide {
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .shopAreaSlide {
    padding-bottom: 50px;
  }
}

.shopAreaSlide .slick-arrow {
  border-radius: 0;
  top: auto;
}

.shopAreaSlide .slick-prev {
  left: auto;
  right: 160px;
}

@media (max-width: 767px) {
  .shopAreaSlide .slick-prev {
    right: 120px;
  }
}

.shopAreaSlide .slick-counter {
  position: absolute;
  bottom: 0;
  right: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 60px;
  font-size: 2rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media (max-width: 767px) {
  .shopAreaSlide .slick-counter {
    right: 40px;
    width: 80px;
    height: 40px;
    font-size: 1.6rem;
  }
}

.shopAreaSlide .slick-counter .slide-current {
  margin-bottom: 15px;
}

.shopAreaSlide .slick-counter hr {
  border: none;
  border-right: 1px solid #B2B2B2;
  width: 1px;
  height: 50px;
  margin: 0 10px;
  transform: rotate(30deg);
}

.shopAreaSlide .slick-counter .slide-total {
  margin-top: 15px;
}

/* =========================================================
recruit
========================================================= */
.recruit .recruitLink {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 406px;
  background: url(../img/staff/recruit_bg.jpg) center/cover;
  color: #fff;
  text-align: center;
}

.recruit .recruitLink .linkTitle {
  margin: 0 auto 10px;
  color: #fff;
  font-size: 1.9rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .recruit .recruitLink .linkTitle {
    width: 88%;
  }
}

.recruit .recruitLink .linkTitle .en {
  display: block;
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: .06em;
}

.recruit .recruitLink .linkTitle .main {
  display: block;
  margin-top: 20px;
}

.recruit .recruitLink .arrowLine {
  width: 300px;
  margin-top: 30px;
  border-bottom-color: #fff;
  opacity: 1;
}

@media (max-width: 767px) {
  .recruit .recruitLink .arrowLine {
    width: 278px;
    margin: 30px auto 0;
  }
}

.recruit .recruitLink .arrowLine svg {
  fill: #fff;
}

/* =========================================================
各店舗ページ
========================================================= */
.staffBtns {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .staffBtns {
    margin-bottom: 30px;
  }
}

.staffBtns a {
  width: 220px;
}

@media (max-width: 767px) {
  .staffBtns a {
    width: 100%;
  }
}

.staffBtns a + a {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .staffBtns a + a {
    margin-left: 0;
    margin-top: 10px;
  }
}

.staffBtns a.black {
  background: #000;
  border-color: #000;
  color: #fff;
}

.staffList .wrapper {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .staffList .wrapper {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .staffList .tabContents {
    display: block !important;
  }
}

.staffList .tabList {
  margin-bottom: 70px;
  border-bottom: none;
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .staffList .tabList {
    margin-bottom: 50px;
    padding: 0;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .staffList .tabList {
    display: none;
  }
}

.staffList .tabList li {
  width: 269px;
  max-width: 21.7%;
  margin: 0 4.4% 25px 0;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .staffList .tabList li {
    width: 49%;
    max-width: 49%;
    margin: 0 0 2% 0;
  }
}

.staffList .tabList li:nth-of-type(4n) {
  margin-right: 0;
}

.staffList .tabList li a {
  position: relative;
  display: flex;
  padding: 0;
  background: none;
  border: 1px solid #000;
  align-items: center;
}

.staffList .tabList li .photo {
  width: 110px;
}

.staffList .tabList li .text {
  width: calc(100% - 110px);
  padding: 5px 30px 5px 15px;
}

.staffList .tabList li .arrowMark {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 21px;
  height: 21px;
  margin: auto 0;
  border-color: #A72A2E;
}

.staffList .tabList li .arrowMark svg {
  width: 10px;
  height: 10px;
  fill: #A72A2E;
}

@media (min-width: 768px) {
  .staffList .staffBlock {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .staffList .staffBlock {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .staffList .staffBlock {
    display: none;
    padding: 30px 6% 10px;
    background: #f0f0f0;
  }
}

.staffList .staffBlock .blockCol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.staffList .staffBlock .blockCol .photo {
  width: 429px;
  max-width: 34.6%;
}

@media (max-width: 767px) {
  .staffList .staffBlock .blockCol .photo {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .staffList .staffBlock .blockCol .photo img {
    width: 100%;
  }
}

.staffList .staffBlock .blockCol .textArea {
  width: 59%;
}

@media (max-width: 767px) {
  .staffList .staffBlock .blockCol .textArea {
    width: 100%;
  }
}

.staffList .staffBlock .blockCol .textArea .title {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.6;
}

.staffList .staffBlock .blockCol .textArea p {
  margin-bottom: 0;
}

.staffList .staffBlock .blockCol .textArea p + p {
  margin-top: 30px;
}

.staffList .staffBlock .blockCol .textArea .textEn {
  color: #808080;
}

.staffList .staffBlock .blockList {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  counter-reset: number;
}

@media (max-width: 767px) {
  .staffList .staffBlock .blockList {
    margin-top: 40px;
  }
}

.staffList .staffBlock .blockList .listItem {
  width: 17.8%;
  margin: 0 2.7% 30px 0;
}

@media (max-width: 767px) {
  .staffList .staffBlock .blockList .listItem {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.staffList .staffBlock .blockList .listItem:last-of-type {
  margin-right: 0;
}

.staffList .staffBlock .blockList .listItem .title {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.75;
  text-align: center;
}

.staffList .staffBlock .blockList .listItem .title:before {
  display: block;
  width: 75px;
  height: 70px;
  margin: 0 auto 10px;
  padding-top: 15px;
  counter-increment: number;
  content: "Q" counter(number);
  color: #A72A2E;
  background: url(/img/bg_h2.svg) no-repeat right top;
  background-size: 69px;
  font-size: 2.5rem;
  letter-spacing: .1em;
  line-height: 1;
  text-align: left;
}

.staffList .staffBlock table {
  margin: 2.5em 0;
}
.staffList .staffBlock table td{
  border: 1px solid #b2b2b2;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .acBtn {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: -1px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: normal;
    line-height: 1.5;
    border-top: 1px solid #A72A2E;
    border-bottom: 1px solid #A72A2E;
    background: #fff;
    cursor: pointer;
    font-size: 1.6rem;
    z-index: 1;
  }
  .acBtn::before, .acBtn::after {
    content: "";
    display: block;
    position: absolute;
    right: 6%;
    top: 50%;
    transition: opacity .3s;
  }
  .acBtn::before {
    width: 16px;
    height: 0;
    border-bottom: 2px solid #A72A2E;
  }
  .acBtn::after {
    width: 0;
    height: 16px;
    margin-top: -7px;
    margin-right: 7px;
    border-left: 2px solid #A72A2E;
  }
  .acBtn .photo {
    width: 83px;
  }
  .acBtn .text {
    width: calc(100% - 83px);
    padding: 0 40px 0 20px;
  }
  .acBtn.active::after {
    opacity: 0;
  }
}

/* =========================================================
guide
========================================================= */
.guideBlock {
  position: relative;
  min-height: 560px;
/*  padding: 35px 825px 0 120px;*/
  padding: 35px 525px 0 120px;
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .guideBlock {
    min-height: 45vw;
    padding: 15px 60% 0 0;
  }
}

@media (max-width: 767px) {
  .guideBlock {
    min-height: 0;
    padding: 0;
    margin-bottom: 30px;
  }
}

.guideBlock .numTitle {
  margin-left: -120px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .guideBlock .numTitle {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .guideBlock .numTitle {
    margin-left: 0;
  }
}

.guideBlock h4 {
  margin: 0 0 20px;
  font-family: var(--Sub_font_family);
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .guideBlock h4 {
    margin-bottom: 20px;
    margin-left: 20px;
  }
}

.guideBlock .photo {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .guideBlock .photo {
    max-width: 55%;
  }
}

@media (max-width: 767px) {
  .guideBlock .photo {
    position: static;
    margin: 0 0 20px;
  }
}

@media (max-width: 767px) {
  .guideBlock .photo img {
    height: auto;
  }
}

.guideBlock .arrowLineLink {
  margin: 30px 0 0;
}

@media (max-width: 767px) {
  .guideBlock .arrowLineLink {
    margin: 20px 0 0;
  }
}

.guideBlock.reverse {
/*  padding: 35px 120px 0 825px;*/
  padding: 35px 120px 0 525px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .guideBlock.reverse {
    padding: 15px 0 0 60%;
  }
}

@media (max-width: 767px) {
  .guideBlock.reverse {
    padding: 0;
  }
}

.guideBlock.reverse .numTitle {
  margin-left: 0;
  margin-right: -120px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .guideBlock.reverse .numTitle {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .guideBlock.reverse .numTitle {
    margin-right: 0;
  }
}

.guideBlock.reverse h4 {
  text-align: right;
}

.guideBlock.reverse .photo {
  left: 0;
  right: auto;
}

.guideBlock.center {
  padding: 0;
}

.guideBlock.center .numTitle {
  margin-left: 0;
}

.guideBlock.center h4 {
  text-align: center;
}

.guideBlock.center .photo {
  position: static;
  display: flex;
  margin: 40px 0 40px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .guideBlock.center .photo {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .guideBlock.center .photo {
    display: block;
    margin: 20px 0;
  }
}

.guideBlock.center .photo img {
  width: 50%;
}

@media (max-width: 767px) {
  .guideBlock.center .photo img {
    width: 100%;
  }
}

.guideBlock.center .textBlock {
  display: flex;
  padding: 0 120px;
}

@media (max-width: 767px) {
  .guideBlock.center .textBlock {
    display: block;
    padding: 0;
  }
}

.guideBlock.center .textBlock p:not([class]) {
  width: calc(100% - 340px);
  margin-right: 40px;
}

@media (max-width: 767px) {
  .guideBlock.center .textBlock p:not([class]) {
    width: 100%;
  }
}

.guideBlock.center .textBlock .arrowLineLink {
  width: 300px;
}

@media (max-width: 767px) {
  .guideBlock.center .textBlock .arrowLineLink {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .guideBlock02 h4 {
    margin-bottom: -20px;
  }
}

.guideBlock04 {
  margin: 0 0 80px;
}

@media (max-width: 767px) {
  .guideBlock04 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .guideBlock05 h4 {
    margin-bottom: -20px;
  }
}

.guideBlock06 {
  min-height: 500px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .guideBlock06 {
    min-height: 40vw;
    margin-bottom: 0;
  }
}

.guideBlock06 .numTitle {
  white-space: nowrap;
  margin-left: -20px !important;
}

/*# sourceMappingURL=map/staff.css.map */
