@charset "UTF-8";
/*------------------------------------------------------------------------------	

------------------------------------------------------------------------------ */
#wrap #header {
  background: #b78c47;
  border-bottom: none;
}

h1 span.yes {
  /*color: #9d0001;*/
}

/*----------------------------------------------
  最新情報
----------------------------------------------*/
#news {
  background: #fbedd3;
}

.area_tab_body {
  background: rgba(255, 255, 255, 0.5);
}

/* 在籍数 */
.girl_count span {
  /*border-bottom-color: #d6c87f;*/
}

#sapporo .box-in .tit_area {
  background: #fc827d;
}
#ibaraki .box-in .tit_area {
  background: #c60001;
}
#tsuchiura .box-in .tit_area {
  background: #9a752f;
}
#yokohama .box-in .tit_area {
  background: #a40000;
}
#matsuyama .box-in .tit_area {
  background: #85540f;
}
#hukuoka .box-in .tit_area {
  background: #f07273;
}
#kumamoto .box-in .tit_area {
  background: #a28831;
}
#naha .box-in .tit_area {
  background: #a40035;
}

.map_btn.map_sapporo {
  background: #fc827d;
}

.map_btn.map_mito {
  background: #c60001;
}

.map_btn.map_tsuchiura {
  background: #9a752f;
}

.map_btn.map_yokohama {
  background: #a40000;
}

.map_btn.map_matsuyama {
  background: #85540f;
}

.map_btn.map_hukuoka {
  background: #f07273;
}

.map_btn.map_kumamoto {
  background: #a28831;
}

.map_btn.map_naha {
  background: #a40035;
}

@media screen and (min-width: 601px) {
  #wrap #sapporo > a:hover .box-in {
    border-color: #fc827d;
  }
  #wrap #ibaraki > a:hover .box-in {
    border-color: #c60001;
  }
  #wrap #tsuchiura > a:hover .box-in {
    border-color: #9a752f;
  }
  #wrap #yokohama > a:hover .box-in {
    border-color: #a40000;
  }
  #wrap #matsuyama > a:hover .box-in {
    border-color: #85540f;
  }
  #wrap #hukuoka > a:hover .box-in {
    border-color: #f07273;
  }
  #wrap #kumamoto > a:hover .box-in {
    border-color: #a28831;
  }
  #wrap #naha > a:hover .box-in {
    border-color: #a40035;
  }
  #wrap .map_sapporo {
    border-color: #fc827d;
  }
  #wrap .map_mito {
    border-color: #c60001;
  }
  #wrap .map_tsuchiura {
    border-color: #9a752f;
  }
  #wrap .map_yokohama {
    border-color: #a40000;
  }
  #wrap .map_matsuyama {
    border-color: #85540f;
  }
  #wrap .map_hukuoka {
    border-color: #f07273;
  }
  #wrap .map_kumamoto {
    border-color: #a28831;
  }
  #wrap .map_naha {
    border-color: #a40035;
  }
}
/*----------------------------------------------
----------------------------------------------*/
.announcement_banner--sp {
  position: relative;
}
.announcement_banner--sp::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../announcement_banner_sp.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 601px) {
  .announcement_banner--pc {
    position: relative;
  }
  .announcement_banner--pc::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../announcement_banner_pc.jpg);
    background-repeat: repeat-x;
    background-size: auto 60px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/*----------------------------------------------
    MAP
----------------------------------------------*/
.map_area {
  background-image: url("../img/map_bg.jpg?2512");
}

/* 日本列島 */
.map_in__block {
  background-image: url("../img/map.png?2512");
}

/*----------------------------------------------
    エリア選択
----------------------------------------------*/
#sapporo {
  background: url("../img/btn_sapporo.jpg?2512");
}

#ibaraki {
  background: url("../img/btn_ibaraki.jpg?2512");
}

#tsuchiura {
  background: url("../img/btn_tsuchiura.jpg?2512");
}

#yokohama {
  background: url("../img/btn_yokohama.jpg?2512");
}

#matsuyama {
  background: url("../img/btn_matsuyama.jpg?2512");
}

#hukuoka {
  background: url("../img/btn_hukuoka.jpg?2512");
}

#kumamoto {
  background: url("../img/btn_kumamoto.jpg?2512");
}

#naha {
  background: url("../img/btn_naha.jpg?2512");
}

/*----------------------------------------------
     女の子求人
----------------------------------------------*/
/*#job_girl{
	background:url(img/btn_jobgirl.jpg);
	}*/
/*----------------------------------------------
     男性求人
----------------------------------------------*/
/*#job_men{
	background:url(img/btn_jobmen.jpg);
	}*/
/*----------------------------------------------
     初めてご来店の
----------------------------------------------*/
/*#kangen20{
	background:url(img/btn_kangen20.jpg);
	}
	*/
/*----------------------------------------------
     会員カード
----------------------------------------------*/
/*#card2 {
  background: url(img/btn_card2.jpg);
}
 */
/*----------------------------------------------
     初めてご来店
----------------------------------------------*/
/*#first_v{
	background:url(img/btn_first_v.jpg);
	}	*/
/*----------------------------------------------
     お問合せ
----------------------------------------------*/
/*#contact{
	background:url(img/btn_contact.jpg);
	}*//*# sourceMappingURL=design.css.map */