@charset "UTF-8";

header {
  border-bottom: none;
  padding-bottom: 0;
}

#footBnr {
  display: none;
}

#side {
    display: none;
}

footer .container {
  border-top: none;
}

@media screen and (max-width: 767px) {

  #side {
      display: block;
      float: none;
      clear: both;
  }

  #footBnr {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  #spMenuWrap {
      display: none;
  }
}

#contents {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  max-width: 100%;
}

#contInner {
    margin-left: 0;
}

#wrapper.top #main {
  padding-top: 0;
}

#main {
    padding-bottom: 0;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
    color: #231816;
    float: right;
    width: 100%;
    margin-left: -260px;
    border-left: 1px solid #000;
}

@media (hover: hover) and (pointer: fine) {
  #main a:hover {
    opacity: 0.7;
  }
}

.footerPageLi {
  display: none;
}

.check_img_area {
  padding-top: 3%;
  background-color: #00A23D;
}

.check_img_area .check_img {
  width: 90%;
  max-width: 1348px;
  margin: auto;
  padding: 2% 0 3%; 
}

.check_img_area .ttl_check {
  width: 80%;
  max-width: 1230px;
  text-align: center;
}

.check_img_area .ttl_check {
  margin: auto;
}

.check_img_area .check_img_note {
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 5%;
}


@media screen and (max-width: 767px) {
  .check_img_area {
    padding-top: 5.5%;
  }

  .check_img_area .check_img_note {
    width: 89.33%;
    font-size: 13px;
    margin: auto;
  }

  .check_img_area .ttl_check {
    width: 89.33%;
  }

  .check_img_area .check_img {
    padding: 4% 0 6%;
  }

  .check_img_area .check_img_note {
    padding-bottom: 10%;
  }
}

.category_content {
  max-width: 1280px;
  width: 86%;
  margin: auto;
}

.category_content .ttl_recruiting_shop {
  text-align: center;
  margin: 5% auto 3%;
}

.container {
    max-width: 1280px;
    width: 86%;
    margin: auto;
}

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

#wrapper .category_content .ttl_recruiting_shop img {
  max-width: 748px;
  width: 60%;
  margin: auto;
}

.sortWrap {
  padding: 0;
}

body.fontM {
  font-size: 1em;
}

.itemList {
}


.itemList .item {
  width: 25%;
  border-collapse: collapse;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 900px){
  .itemList .item {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  #wrapper .category_content .ttl_recruiting_shop img {
    width: 89.33%;
  }

  .slideInner {
    display: block;
  }

  #shopSort {
    display: flex;
    justify-content: center;
    border-left: none;
  }

  #shopSort li {
    flex: 1;
    width: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;

    flex-grow: 1; /* 余った空間を均等分配 */
    flex-shrink: 1; /* 必要に応じて縮小 */
    flex-basis: auto; /* コンテンツの自然な幅をベースに */
    box-sizing: border-box;
  }


  #shopSort li:first-child {
    border-left: 1px solid #000;
  }

  #shopSort .sortTtl {
    text-align: center;
  }
  
  .itemList .newsTtl {
    margin: 0 0 10px;
  }

  #shopSort .wrap:before {
    content: none;
  }

  #recruit .itemList .item {
    width: 50% !important;
    float: left;
    height: 280px;
  }

  .itemList .thum {
    float: none;
    width: 150px !important;
    max-width: 100%;
  }

  .itemList .wrap {
    padding: 20px !important;
  }

  .itemList .dtl {
    margin: 0 auto;
  }

  .itemList .wrap:before {
    content: none;
  }
}

@media screen and (max-width: 500px) {
  #shopSort .wrap {
    padding: 0 10px;
  }

  .itemList .wrap {
        padding: 15px !important;
    }
}

@media screen and (max-width: 440px) {
  #shopSort .sortTtl {
    font-size: 0.8em;
    line-height: 36px;
  }

  #shopSort li {
    height: 36px;
  }


}

@media screen and (max-width: 380px) {
  #shopSort .wrap {
    padding: 0 7px;
  }
}

.itemList .item:hover {
  opacity: 1;
  background: #fffce4;
}

#main .itemList .item a:hover {
  opacity: 1;
}

.btn_site_top {
  max-width: 1280px;
  width: 86%;
  margin: 5% auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btn_site_top {
    margin: 10% auto 12%;
  }
}

.btn_site_top a {
  display: inline-block;
}

.btn_site_top img {
  max-width: 440px;
  width: 8%;
  margin: auto;
}

