@charset "utf-8";
body {
 　　text-size-adjust: 100%;
 　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
 　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
 　　-moz-text-size-adjust: 100%;/*firefox*/
}

.ham_box {
    display: none;
    position: absolute;
    right: 10px;
    top: 13px;
    width: 40px;
    height: 40px;
    z-index: 101;
    border-radius: 5px;
    background-color: #E50012;
}

.ham_content {
  display: none;
}

.ham_content.open {
  display: block;
  background: rgba(255,209,128,0.9);
  padding-top: 60px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.ham_content ul {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.ham_content ul::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}

.ham_content ul li {
  margin: auto;
  border-bottom: 1px solid #E50012;
  line-height: 2;
  width: 80%;
}

.ham_content ul li a {
  display: block;
  padding: 15px;
  text-align: center;
  text-decoration: none !important;
  font-size: 16px;
  font-family: sans-serif;
  color: #000 !important;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.ham_box span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #FFF;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 5px;
}

.ham_box span:nth-child(1) {
    top: 9px;
}

.ham_box span:nth-child(2) {
    top: 18px;
}

.ham_box span:nth-child(3) {
    top: 27px;
}

/* 最初のspanをマイナス45度に */
.ham_box.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.ham_box.active span:nth-child(2),
.ham_box.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 880px) {
  h1  {
    line-height: unset !important;
    text-align: center !important;
    display: block !important;
    vertical-align: unset !important;
    width: unset !important;
    padding-left: unset !important;
    margin-top: 20px !important;
  }

  .ham_box {
    display: block;
    position: fixed;
  }
}

@media screen and (orientation: landscape) {
   .ham_content ul {
    height: 80%;
  }
}
/*-----------------------------*/
/*「業態から探す」を「ブランドから探す」に*/
#headContent .free .btn_type1 a {
     background: none;
     padding: 0;
}
ul.btnL5.btn_type1.pc_list {
    max-width: 815px;
    margin: 0 auto;
}
ul.btnL5 li {
    width: 23.5%;
    margin-bottom: 1%;
}
ul.btnL5 li:nth-child(4n + 1) {
    margin-left: 0;
}
#headContent .free .btn_type1 a:nth-child(4n + 1) {
    margin-left: 0;
}
#headContent .free .btn_type1 a img {
    width: 100%;
}
.contentsWrap {
  margin-top: 80px;
}
.pc_list {
  display: block;
}

.sp_list{
  display: none;
}
@media screen and (max-width: 880px){
  .pc_list {
  display: none;
  }

  .sp_list{
  display: block;
  }
  dl.sp_list {
  border-top: 1px solid #402e2b;
  }
  .sp_list dt{
  margin: 0;
  border-bottom: 1px solid #402e2b;
  border-left: 1px solid #402e2b;
  border-right: 1px solid #402e2b;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  padding-left: 10px;
  position: relative;
  background: #ffd180;
/*  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif !important;*/
  }
/*
  .sp_list dt:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 4%;
  width: 12px;
  height: 12px;
  border-right: 3px solid #dd001c;
  border-bottom: 3px solid #dd001c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  }
*/
  .sp_list dd a{
  display: block;
  border-bottom: 1px solid #402e2b;
  border-left: 1px solid #402e2b;
  border-right: 1px solid #402e2b;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  color: #000 !important;
  background: url(../images/arw14.png) no-repeat scroll 96% center;
  }
/*
  .sp_list dd a:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 4%;
  width: 12px;
  height: 12px;
  border-right: 3px solid #E18D04;
  border-bottom: 3px solid #E18D04;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  }
*/
  h2#ham_jobform {
  margin-bottom: 30px!important;
  }
}