/* Scss Document */
.mainTit {
  background: url(../img/bg_index01.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}

.mainTit h2 {
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  line-height: 0.7;
  padding: 101px 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
  .mainTit h2 {
    padding: 75px 0;
  }
}

@media screen and (max-width: 500px) {
  .mainTit h2 {
    padding: 50px 0;
    font-size: 30px;
  }
}

.mainTit span {
  font-size: 20px;
  font-style: normal;
}

@media screen and (max-width: 500px) {
  .mainTit span {
    font-size: 16px;
  }
}

.content {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.main01 {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}

.pankuzuList {
  margin-bottom: 50px;
}

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

.pankuzuList li {
  float: left;
}

.pankuzuList li:not(:last-child) {
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}

.pankuzuList li:not(:last-child):after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.mainNavi {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto 50px;
}

.mainNavi ul .naviBtn:last-child {
  margin-left: 40px;
}

@media screen and (max-width: 1000px) {
  .mainNavi ul .naviBtn:last-child {
    margin-left: 46px;
  }
}

@media screen and (max-width: 900px) {
  .mainNavi ul .naviBtn:last-child {
    margin-left: 11px;
  }
}

@media screen and (max-width: 767px) {
  .mainNavi ul .naviBtn:last-child {
    margin-left: 0;
  }
}

.txtBox01 {
  font-size: 18px;
  width: 645px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 700px) {
  .txtBox01 {
    width: 100%;
    font-size: 16px;
    margin: 0;
    margin-bottom: 20px;
  }
}

.recruitTop li {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .recruitTop li {
    float: none;
    width: 100%;
  }
}

.recruitTop a {
  color: #fff;
}

.recruitTop li:first-child {
  background: url(../img/pic_recruit01.jpg) no-repeat center;
  padding: 5px;
}

.recruitTop li:nth-child(2) {
  background: url(../img/pic_recruit02.jpg) no-repeat center;
  padding: 5px;
}

@media screen and (max-width: 640px) {
  .recruitTop li:nth-child(2) {
    margin-top: 20px;
  }
}

.recruitTop .recruitLink {
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto;
}

.recruitTop .text01 {
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: block;
  padding: 140px 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .recruitTop .text01 {
    padding: 100px 0;
  }
}

.voice {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .voice {
    margin-top: 20px;
  }
}

.voice a {
  color: #fff;
}

.voice p {
  background: url(../img/pic_recruit03.jpg) no-repeat center;
  padding: 5px;
}

@media screen and (max-width: 640px) {
  .voice p {
    background-position: left -16px top 0;
  }
}

@media screen and (max-width: 400px) {
  .voice p {
    background-position: left -95px top 0;
  }
}

.voice .voiceLink {
  font-size: 30px;
  font-weight: bold;
  margin-left: 40px;
}

@media screen and (max-width: 1000px) {
  .voice .voiceLink {
    margin-left: 20px;
  }
}

@media screen and (max-width: 700px) {
  .voice .voiceLink {
    font-size: 26px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 350px) {
  .voice .voiceLink {
    font-size: 24px;
    margin-left: 5px;
  }
}

.voice .text02 {
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: block;
  padding: 110px 0;
}

.linkBtn03 {
  width: 214px;
  font-size: 14px;
  color: #fff;
  padding: 13px 0 13px 30px;
  display: block;
  position: relative;
  background: url(../../common/img/white_arrow.png) no-repeat 90% 50%;
  line-height: 1.1;
  text-align: left;
  border-radius: 45px;
  border: 2px solid #fff;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.linkBtn04 {
  width: 214px;
  font-size: 14px;
  color: #fff;
  padding: 13px 0 13px 30px;
  display: block;
  position: relative;
  background: url(../../common/img/white_arrow.png) no-repeat 90% 50%;
  line-height: 1.1;
  text-align: left;
  border-radius: 45px;
  border: 2px solid #fff;
  left: 26%;
  margin-top: -45px;
}

@media screen and (max-width: 1000px) {
  .linkBtn04 {
    left: 24%;
  }
}

@media screen and (max-width: 900px) {
  .linkBtn04 {
    width: 200px;
    left: 22%;
  }
}

@media screen and (max-width: 700px) {
  .linkBtn04 {
    width: 180px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .linkBtn04 {
    left: 40%;
  }
}

@media screen and (max-width: 350px) {
  .linkBtn04 {
    width: 160px;
    padding-left: 10px;
  }
}

.linkBtn05 {
  width: 310px;
  margin: 0 auto 50px;
  border-radius: 45px;
  background: -moz-linear-gradient(left, #ed5a24, #e10012);
  background: -webkit-linear-gradient(left, #ed5a24, #e10012);
  background: -webkit-gradient(linear, left top, right top, from(#ed5a24), to(#e10012));
  background: -o-linear-gradient(left, #ed5a24, #e10012);
  background: linear-gradient(to right, #ed5a24, #e10012);
}

@media screen and (max-width: 400px) {
  .linkBtn05 {
    width: 290px;
  }
}

.linkBtn05 a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0 15px 30px;
  display: block;
  position: relative;
  background: url(../../common/img/white_arrow.png) no-repeat 90% 50%;
}

/*---------------localnavi---------------*/
.localNavi a {
  float: left;
  font-size: 16px;
  font-weight: bold;
  background-color: #efefef;
  padding: 13px 0;
  width: 33%;
  text-align: center;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .localNavi a {
    width: 100%;
    border-bottom: 1px solid #fff;
    border-right: none;
  }
}

.localNavi a a:hover {
  opacity: 1;
}

.localNavi a a:last-child {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .localNavi a a:last-child {
    border-bottom: none;
  }
}

.red {
  background-color: #e10012;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 13px 0;
  text-align: center;
  width: 33%;
  float: left;
}

@media screen and (max-width: 767px) {
  .red {
    width: 100%;
  }
}

/*---------------subtit--------------*/
.subTit {
  text-align: center;
  margin: 50px 0;
}

.subTit h3 {
  font-size: 24px;
  font-weight: bold;
}

.subTit h3::after {
  content: "";
  width: 40px;
  height: 1px;
  margin: 5px auto;
  margin-bottom: 10px;
  background: #333;
  position: relative;
  display: block;
}

/*----アルバイト募集--------*/

.nowRecruitment {
 margin-bottom: 40px;
}

.nowRecruitment h5 {
 margin-bottom: 20px;
 padding: 10px 0;
 color: #fff;
 font-size: 20px;
 text-align: center;
 vertical-align: middle;
 font-weight: bold;
 background: -moz-linear-gradient(left, #ed5a24, #e10012);
 background: -webkit-linear-gradient(left, #ed5a24, #e10012);
 background: -webkit-gradient(linear, left top, right top, from(#ed5a24), to(#e10012));
 background: -o-linear-gradient(left, #ed5a24, #e10012);
 background: linear-gradient(to right, #ed5a24, #e10012);
}

.nr_shop_box_container {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: center;
 align-content: center;
}
.nr_shop_box {
 width: calc(100% / 2 - 15px);
 margin-bottom: 20px;
 position: relative;
}

.nr_shop_name {
 display: table;
 position: absolute;
 bottom: 0;
 background-color: rgba(255,255,255,0.7);
 width: 100%;
 height: 30%;
}

.nr_shop_name p {
 display: table-cell;
 font-weight: bold;
 text-align: center;
 vertical-align: middle;
}

@media screen and (max-width: 768px) {
 .nr_shop_box {
 width: 100%;
}
}


.regular {
  width: 100%;
}

.regular tr {
  border-bottom: 1px solid #ccc;
}

.regular th {
  font-size: 16px;
  width: 20%;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .regular th {
    font-size: 14px;
    width: 30%;
  }
}

.regular td {
  width: 80%;
  padding: 24px 0;
}

@media screen and (max-width: 767px) {
  .regular td {
    width: 70%;
  }
}

.regular td:nth-child(2) {
  padding: 23px 0 24px;
}

.regularContent {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .regularContent {
    margin: 30px 0;
  }
}

/*-----------voice-----------*/
.voiceContent {
  margin: 40px 0 50px;
}

@media screen and (max-width: 767px) {
  .voiceContent {
    margin: 30px 0;
  }
}

.member {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .member {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .member .left, .member .right {
    float: none;
  }
}

@media screen and (max-width: 1000px) {
  .member img {
    width: 600px;
  }
}

@media screen and (max-width: 800px) {
  .member img {
    width: 550px;
  }
}

@media screen and (max-width: 767px) {
  .member img {
    width: auto;
  }
}

.member_2203 {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .member_2203 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .member_2203 .left, .member_2203 .right {
    float: none;
  }
}

@media screen and (max-width: 1000px) {
  .member_2203 img {
    width: 600px;
  }
}

@media screen and (max-width: 800px) {
  .member_2203 img {
    width: 550px;
  }
}

@media screen and (max-width: 767px) {
  .member_2203 img {
    width: auto;
  }
}

.txtBox02 {
  width: 530px;
  padding: 30px;
  background-color: #fff;
  margin-top: -350px;
}

@media screen and (max-width: 1000px) {
  .txtBox02 {
    width: 470px;
    padding: 20px;
    margin-top: -300px;
  }
}

@media screen and (max-width: 900px) {
  .txtBox02 {
    width: 385px;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .txtBox02 {
    width: auto;
    float: none;
    padding: 10px;
    margin-top: 0;
  }
}

.txtBox02 h4 {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .txtBox02 h4 {
    font-size: 24px;
  }
}

.txtBox02 h4::after {
  content: "";
  width: 50px;
  height: 1px;
  margin: 20px 0;
  background: #333;
  position: relative;
  display: block;
}

.txtBox02 h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .txtBox02 h5 {
    font-size: 16px;
  }
}




