@charset "UTF-8";
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.alignLeft {
  text-align: left !important;
}

.alignCenter {
  text-align: center !important;
}

.alignRight {
  text-align: right !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.gothic {
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.fwb {
	font-weight: bold;
}
.flexWrapCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content:center;
  justify-content:center;
}
.flexSpacearound {
  -webkit-justify-content:space-around;
  justify-content:space-around;
}
.flexStart {
  -webkit-justify-content:flex-start;
  justify-content:flex-start;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}
#main .titleVisual-frame {
  position: relative;
}
#main .discription {
  font-size: 4.541em;
  background-color: rgba(137, 1, 1, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
}
#main .discription p {
  opacity: 1;
  color: #fff;
}
#main .tsubaki {
  background: url(../img/recruit/bg_flower_tsubaki.png) no-repeat right bottom;
}
#main .intro {
  font-size: 1.6em;
  color: #330902;
  padding-bottom: 55px;
  margin-bottom: -15px;
}
#main .titleMincho {
  font-size: 2.6em;
  color: #860401;
  margin-bottom: 0;
  font-weight: normal;
}
#main .titleMincho-icon {
  background: url(../img/common/ico_flower.png) no-repeat 0 0;
  border-bottom: none;
  text-align: left;
  padding: 5px 0 10px 65px;
}
#main .recruit-list {
  padding-bottom: 45px;
}
#main .recruit-list_head {
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  background-color: #890101;
  color: #fff;
}
#main .recruit-listTable {
  width: 100%;
}
#main .recruit-listTable tr {
  border: 1px solid #890101;
}
#main .recruit-listTable tr th {
  font-size: 1.6em;
  font-weight: bold;
  background: #fcfbf4;
  border-left: 1px solid #890101;
  padding: 5px 35px;
}
#main .recruit-listTable tr td {
  font-size: 1.6em;
  font-weight: bold;
  border-left: 1px solid #890101;
  padding: 5px 35px;
}
#main .recruit-list-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: left;
  margin-bottom: 1%;
}
#main hr.style1{
	border: 0.5px solid #890101;
	margin-bottom: 10px;
}
#main img.recruit-img {
	width: 264px;
}
#main .blockLine2 .blockLine2rec-left {
	float:left;
	width:300px;
}
#main .blockLine2 .blockLine2rec-right {
	float:right;
	width:750px;
}
#main .recText {
	font-size:1.5em;
	margin-bottom: 20px;
}
#main .blockLine2 .detailsBtn {
	width:200px;
	height:50px;
	background-color: #890101;
	margin:20px auto 0;
	text-align: center;
}
.detailsBtn a {
	color: #fff;
	display:inline-block;
	font-size:2.0em;
	font-weight: bold;
	padding :8px 24px;
}
#main .blockLine2 .voiceBtn {
	width:250px;
	height:50px;
	background-color: #890101;
	margin:20px auto 0;
	text-align: center;
}
.voiceBtn a {
	color: #fff;
	display:inline-block;
	font-size:2.0em;
	font-weight: bold;
	padding :8px 24px;
}

#main .recruit-list-part dl {
  width: 340px;
  margin-bottom: 20px;
  margin-right: 11px;
  border: solid 1px #890101;
}
#main .recruit-list-part dl:nth-child(3) {
  margin-right: 0;
}
#main .recruit-list-part dl:nth-child(6) {
  margin-right: 0;
}
#main .recruit-list-part dl dt {
  text-align: center;
  font-size: 1.8em;
  background-color: #890101;
  color: #fff;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 3px;
}
#main .recruit-list-part dl dd {
  font-size: 1.6em;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 6px;
  padding-bottom: 4px;
  border-bottom: dotted 1px #999;
}
#main .recruit-list-part dl dd span {
  display: block;
  margin-left: 3em;
}
#main .recruit-list-part dl dd:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#main .recruit-list-part dl dd.text {
  font-size: 1.37em;
  color: #333;
}
/*w50*/
#main .recruit-list-part.w50 dl {
	width: 48%;
}
#main .recruit-list-part.w50 dl {
	width: 48%;
}
#main .recruit-list-part.w50 dl dd.img {
	width: 48%;
    float: left;
    margin-right: 0;
    border-bottom: none;
    padding-bottom: 0;
}
#main .recruit-list-part.w50 dl dd.txt {
	width: 40%;
    float: right;
    margin-left: 0;
    margin-right: 20px;
}
#main .recruit-list-part.w50 dl dd.text {
	width: 40%;
    float: right;
    margin-left: 0;
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #main .recruit-list-part.w50 dl {
    width: 100%;
}
	#main .recruit-list-part.w50 dl dd.img {
		width: 35%;
	}
	#main .recruit-list-part.w50 dl dd.txt {
		width: 46%;
		font-size: 1.3em;
	}
	#main .recruit-list-part.w50 dl dd.text {
		clear: both;
    width: auto;
    display: block;
    text-align: left;
    margin-left: 20px;
	}
}



#main .containerStaff {
  background-color: #fdf5e2;
  padding: 27px 24px;
  margin-bottom: 5px;
}
#main .containerStaff .float-left {
  width: 37%;
}
#main .containerStaff .float-left figure {
  margin-bottom: 15px;
}
#main .containerStaff .float-left .containerStaff-profile {
  font-size: 2em;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  margin-bottom: 9px;
}
#main .containerStaff .float-left .containerStaff-profile span {
  color: #fff;
  background-color: #890101;
  font-size: 0.7em;
  border-radius: 5px;
  vertical-align: text-top;
  width: 90px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  padding: 3px 0;
  margin-right: 12px;
  line-height: 1;
}
#main .containerStaff .float-left .containerStaff-profile small {
  font-size: 0.6em;
}
#main .containerStaff .float-right {
  width: 61%;
}
#main .containerStaff .float-right .titRhombus:before {
  color: #890101;
}
#main .facility .float-left, #main .facility .float-right {
  width: 49.5%;
}
#main .facility .float-left p, #main .facility .float-right p {
  text-align: center;
  font-size: 1.8em;
}
#main .blockLine2_read-blank {
  background: url(../img/spa/ico_blank.png) no-repeat right center;
  text-decoration: underline;
  padding-right: 20px;
  padding-left: 5px;
  margin-right: 20px;
}
#main .anchorList_facility {
  background-color: #890101;
  position: relative;
  font-size: 1.3em;
  text-align: center;
  width: 258px;
  margin: 0 auto 60px;
}
#main .anchorList_facility a {
  list-style-image: url(../img/common/ico_arrow_next_white.png);
  display: block;
  color: #fff;
  padding: 6px 0;
}
#main .anchorList_facility a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#main .anchorList_facility:before {
  content: '';
  position: absolute;
  top: 50%;
  background: url(../img/common/ico_arrow_next_white.png) no-repeat 95% center;
  background-size: 9px;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  margin-left: -70px;
}
#main .recruitTell {
  width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #890101;
}
#main .recruitTell-head {
  background-color: #890101;
  color: #fff;
  font-size: 1.4em;
}
#main .recruitTell-body {
  background-color: #fcfbf4;
  padding: 17px 0 20px;
}
@media screen and (max-width: 767px) {
  #main .pageHeader_title-recruit {
    width: 43.733%;
  }
  #main .titleVisual-frame {
    padding: 0;
  }
  #main .intro {
    font-size: 1.3em;
  }
  #main .discription {
    font-size: 1.9em;
    background: none;
    text-align: left;
    position: relative;
  }
  #main .discription p {
    color: #880100;
  }
  #main .recruit-listTable tr th {
    font-size: 1.3em;
    padding: 3% 5%;
    width: 30%;
  }
  #main .recruit-listTable tr td {
    font-size: 1.4em;
    padding: 3% 5%;
  }
  #main .tsubaki {
    background-size: 33%;
  }
  #main .titleMincho {
    font-size: 1.9em;
    margin-bottom: 0;
  }
  #main .titleMincho-icon {
    background: url(../img/common/ico_flower.png) no-repeat 0 0;
    border-bottom: none;
    text-align: left;
    padding: 5px 0 10px 65px;
  }
  #main .containerStaff {
    margin: 0 -3% 3% !important;
    padding: 3%;
  }
  #main .containerStaff .float-left, #main .containerStaff .float-right {
    width: 100%;
    float: none;
  }
  #main .containerStaff .float-left .containerStaff-profile, #main .containerStaff .float-right .containerStaff-profile {
    font-size: 1.4em;
    display: block;
    line-height: 1;
    margin-bottom: 9px;
  }
  #main .containerStaff .float-left .containerStaff-profile span, #main .containerStaff .float-right .containerStaff-profile span {
    font-size: 0.7em;
    border-radius: 5px;
    width: 70px;
    margin-right: 6px;
  }
  #main .containerStaff .float-left .containerStaff-profile small, #main .containerStaff .float-right .containerStaff-profile small {
    font-size: 0.6em;
  }
  #main .facility .float-left, #main .facility .float-right {
    width: 48.5%;
  }
  #main .facility .float-left p, #main .facility .float-right p {
    text-align: center;
    font-size: 1.3em;
  }
  #main .blockLine2_read-blank {
    margin-right: 0;
  }
  #main .text {
    font-size: 1.3em;
  }
  #main .anchorList_facility {
    font-size: 1.8em;
    text-align: center;
    width: 96%;
    margin: 0 auto 36px;
  }
  #main .anchorList_facility a {
    list-style-image: url(../img/common/ico_arrow_next_white.png);
    padding: 15px 0;
  }
  #main .anchorList_facility a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #main .anchorList_facility:before {
    content: none;
  }
  #main .anchorList_facility:after {
    content: '';
    position: absolute;
    top: 50%;
    background: url(../img/common/ico_arrow_next_white.png) no-repeat 95% center;
    background-size: 15px;
    width: 15px;
    height: 15px;
    margin-top: -9px;
    margin-left: 80px;
  }
  #main .recruitTell {
    width: 100%;
  }
  #main .recruitTell img {
    width: 60%;
  }
}

#main .rec_pageHeader_title {
	font-size :3.0em ;
	color: #fff;
}
#main .container-lower ul.rec {
	list-style-type:disc; 
	font-size:1.5em;
	padding-left:20px;
	}
#main .container-lower .taigu {
	margin-bottom: 0px;
}
#main .application {
	width:100%;
	line-height:65px;
	text-align: center;
	display:block;
	background-color: #f8f8f8;
	margin-bottom: 50px;
}
#main .container-lower span {
	    font-weight: bold;
}
#main .container-lower h4.tel {
	font-size :2.0em ;
}
@media screen and (max-width: 767px) {
	#main hr.style1{
		border: 0.5px solid #890101;
		margin-bottom: 10px;
	}
	#main img.recruit-img {
		width: 100%;
	}
	#main .blockLine2 .blockLine2rec-left {
		float:none;
		width:100%;
	}
	#main .blockLine2 .blockLine2rec-right {
		float:none;
		width:100%;
	}
	#main .blockLine2 .detailsBtn {
		width:200px;
		height:50px;
		background-color: #890101;
		margin:20px 0 10px 0;
	}
	.detailsBtn a {
		color: #fff;
		display:inline-block;
		font-size:2.0em;
		font-weight: bold;
		padding :8px 24px;
	}
}

#main .recruitmentArea .contentsArea {
  margin-bottom: 4%;
}
#main .recruitmentArea .ttlFront {
  background: url(/recruit/img/recruit_ttl_front.jpg) no-repeat;
  background-size: 100%;
  padding: 4% 2%;
}
#main .recruitmentArea .ttlCooking {
  background: url(/recruit/img/recruit_ttl_cooking.jpg) no-repeat;
  background-size: 100%;
  padding: 4% 2%;
}
#main .recruitmentArea .ttlCustomer {
  background: url(/recruit/img/recruit_ttl_customer.jpg) no-repeat;
  background-size: 100%;
  padding: 4% 2%;
}
#main .recruitmentArea .ttlEtc {
  background: url(/recruit/img/recruit_ttl_etc.jpg) no-repeat;
  background-size: 100%;
  padding: 4% 2%;
}
#main .recruitmentArea .contentsArea ul li {
  width: 40%;
  padding-right: 10%;
}
#main .recruitmentArea .contentsArea ul li span {
  font-weight: 600;
}
#main .recruitmentArea .contentsArea ul li ul li {
  width: 100%;
}

#main .recruitmentArea .contentsArea ul li ul li:nth-child(odd) {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main .recruitmentArea .contentsArea ul li {
    width: 100%;
    padding-right: 0;
  }
  #main .recruitmentArea .contentsArea ul li:nth-child(odd) {
    width: 100%;
  }
  #main .recruitmentArea .contentsArea ul li ul li {
    width: 100%;
  }
}