@charset "utf-8";
/* CSS Document */
/**********************************************

共通

**********************************************/

body {
    color: #FFF;
    font-size: 15px;
    line-height: 1.4;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: none;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    min-width: 320px;
    max-width: 640px;
}

a:link {
	text-decoration:none;
}

.mb2{margin-bottom:2%;}
.mb3{margin-bottom:3%;}
.mb4{margin-bottom:4%;}
.mb5:not(#beginner .mb5){margin-bottom:5%;}
.mb6{margin-bottom:6%;}
.f_b{background-color:#000000;
	padding: 5px;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	height: 100%;
}
h1 {
	padding: 10px;
	background-color: #000000;
}


/* メインエリア */
.wrap{
    max-width: 640px;
    margin: 0 auto;
	overflow: hidden;
}

.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

/**********************************************

ヘッダー

**********************************************/
header{
	background-color: #000;
	font-size:90%;
}

/**********************************************

フッター

**********************************************/
footer{
	margin-bottom:25%;
}
footer .txt{
	border-top:1px solid #603517;
	width:90%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	color:#603517;
	font-size:120%;
	padding-top:2%;
}
footer .btn{
	width:90%;
	margin:5% auto 10% auto;
}

/* メニュー */
footer nav{
	margin-top:5%;
	margin-bottom:10%;
}


/* コピーライト */
footer #copyright{
    text-align: center;
    color: #855427;
}



/* ----------------------------------------------
	追尾メニュー
---------------------------------------------- */
#footer_wrap{
	display:none;
	position:fixed;
	bottom:0;
	z-index:1000;
    margin: 0 auto;
    min-width: 320px;
    max-width: 640px;
	width:100%;
}
#footer_menu{
	display:flex;
	width:100%;
}
#footer_menu a{
	width:33%;
	margin-right:0.5%;
}
#footer_menu a:last-child{
	margin-right:0;
}
#footer_menu a img{
	width:100%;
}

/* 店舗詳細 */
#footer_menu .contc {
	width: 100%;
  padding: 1% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#footer_menu .contc > *{
  min-width: 8%;
  flex-basis: 32%;
  background: #fff;
}
#footer_menu .contc p.i02{
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    margin-bottom: 1%;
	margin-top: 5%;
}


/**********************************************

トップ

**********************************************/
.head_left {
	float: left;
}

.news {
	width: 100%;
	background-color: #000000;
	padding: 15px 0 15px 0;
	overflow: hidden;
}
.new_ti {
	float: left;
	width: 20%;
	padding-left: 10px;
}
.ma_t {
	float: right;
	width: 75%;
}
.albn{
	width: 90%;
	margin: 0 auto;
	list-style-type: none;
	text-align: center;
	margin-bottom: 5%;
}

.bn_s {
	margin: 20px 0 20px 0;
}

.tenpo_o {
	width: 90%;
	margin: 10px auto;
	list-style-type: none;
	text-align: center;
	padding-top: 50px;
}
.tenpo_oo {
	width: 90%;
	margin: 10px auto;
	list-style-type: none;
	text-align: center;
}
.tenpo_bo {
	width: 100%;
	margin: 50px auto;
	list-style-type: none;
	text-align: center;
	padding-top: 15px;
}
.tenpo_t {
	background-color: #000000;
	padding-bottom: 30px;
}
.tenpo_s {
	margin-bottom: 0px;
	width: 90%;
	margin: 50px auto;
	color: #000000;

}
.tenpo_s p{
	font-size: 12px;
margin-left:10px;
line-height:1.5em;
}
.menrec {
	width: 90%;
	list-style-type: none;
	text-align: center;
	margin: 50px auto;
}
.cptx {
	background-color: #000000;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.menu_r {
	float: right;
}

.menu_l {
	float: left;
}

#menu-bt {
	display:flex;
}


/**********************************************

ナビ

**********************************************/
nav#menu{
   width:100%;	
}
	
nav#menu ul{
   margin:0px;	
}
	
nav#menu ul li{
   list-style-type:none;	
}
	
nav#menu ul li a{
   max-width:100%;
   display:block;
   background-color:#333;
   color:#fff;
   border-bottom:1px solid #ccc;	
   text-align:center;
   padding:20px 0px 20px 0px;
}

/**********************************************

店舗

**********************************************/
#tenpo h2{
	background: #000000;
    color: #fff;
    padding: 3% 0;
    text-align: center;
    font-size: 25px;
    margin-bottom: 3%;
}
#tenpo h2 span{
	display: block;
    width: 90%;
    margin: 0 auto;
}
#tenpo h3 img{
	margin-bottom: 0;
}
#tenpo h4{
	color: #f9ad0e;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 3%;
    font-size: 18px;
}
#tenpo article{
	margin-bottom: 1%;
}

#tenpo article:last-child {
	margin-bottom: 0%;
}

#tenpo article img{
	display: block;
    margin-bottom: 3%;

}
#tenpo article img.mb0{
	margin-bottom: 0;
}
#tenpo article dt:after {
    content: "▶";
}
#tenpo article dt.active:after {
    content: "▼";
}
#tenpo article dt:after, #suikyo article dt.active:after {
    font-size: 25px;
    position: absolute;
    right: 7%;
    top: -20%;
    color: #ff942a;
}
#tenpo article p.i02{
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    margin-bottom: 1%;
	margin-top: 5%;
}
#tenpo article p.i01{
    width: 100%;
    margin: 0 2px;
    font-size: 15px;
    margin-bottom: 1%;
	margin-top: 3%;
}
#tenpo .ContactList{
    width: 90%;
    margin: 0 auto;
}
#tenpo .areaList{
	margin-bottom: 3%;
}
#tenpo .boxwrap{
	display:flex;
	border-bottom:1px solid #000000;
	width: 90%;
    margin: 0 auto;
}
#tenpo .boxwrap.last{
	border-bottom:1px solid #000000;
	margin-bottom:5%;
}
#tenpo .boxwrap div:first-child{
	background-color:#FFFFFF;
	color:#000000;
	width:15%;
	padding:2%;
	padding-top: 2%;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#tenpo .boxwrap div:last-child{
	width:85%;
	padding:2%;
	padding-top: 3%;
	border-right:1px solid #FFFFFF;
    color: #000000;
}
#tenpo .boxwrap a{
	text-decoration:underline;
	color:#005ead;
}
#tenpo .accordion dt {
	cursor: pointer;
    color: #000000;
    background-repeat: no-repeat;
    /*border-bottom: #f8b62c 1px solid;*/
    font-size: 17px;
    position: relative;
}
#tenpo .accordion dd{
	display:none;
	}
#tenpo .new_t {
display:inline-block;
}


#tenpo .flex{
  padding: 1% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#tenpo .flex > *{
  min-width: 10%;
  flex-basis: 30%;
  background: #fff;
}
#tenpo .flex,
#tenpo .flex > *{
  border: 1px solid #FFF;
}
#tenpo .contc{
	width: 100%;
  padding: 1% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#tenpo .contc > *{
  min-width: 8%;
  flex-basis: 25%;
  background: #fff;
}
#tenpo .contc,
#tenpo .contc > *{
}
#tenpo .poi_t {
	width: 100%;
	list-style-type: none;
	text-align: center;
	margin: 0 auto;
}

#tenpo #suikyo article .poi_t p{
    width: 95%;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 5%;
	text-align: left;
	color: #000000;
}


/**********************************************

お問い合わせ

**********************************************/
#contact dd{
	padding:0 4%;
}
#contact .title{
	color:#fff;
	padding:2%;
	margin-bottom:2%;
	font-size:20px;
}
#contact .st{
    width: 90%;
    margin: 0 auto;
	color: #000000;
	background-color: #FFFFFF;
}
#contact .f02{
	background-color: #FFF;
	color: #000;
	font-size:18px;
}
#contact .inp{
    margin-top: 2%;
    margin-bottom: 4%;
    border: 0;
    padding: 2%;
    font-size: 1.4rem;
    border: solid 1px #ccc;
    background: #EFEFEF;
    width: 96%;
	border-radius: 5px;    /* 角丸の指定 */
}
#contact .inp01{
    margin-top: 2%;
    margin-bottom: 4%;
    border: 0;
    padding: 2%;
    font-size: 1.4rem;
    border: solid 1px #ccc;
    background: #EFEFEF;
    width: 90%;
}
#contact .f_t{
	font-size:23px;
    padding: 1%;
    text-align: left;
    background-color: #FFFFFF;
    color: #000000;
    border: solid 1px #FFFFFF;
    width: 96%;
}
#contact .bn_01{
	background: #000;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 15px 50px 15px 50px;
    text-decoration: none;
    cursor: pointer;
}
.boxwrap{
	display:flex;
	border-top:1px solid #b7946d;
}
.boxwrap.last{
	border-bottom:1px solid #b7946d;
	margin-bottom:5%;
}
.boxwrap div:first-child{
	background-color:#ffecd9;
	color:#b7946d;
	width:30%;
	padding:2%;
	border-left:1px solid #b7946d;
	border-right:1px solid #b7946d;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;

}
.boxwrap div:last-child{
	width:70%;
	padding:2%;
	border-right:1px solid #b7946d;
}
.boxwrap a{
	text-decoration:underline;
	color:#005ead;
}

#formWrap {
  width:100%;
  margin:0 auto;
  color:#555;
  line-height:120%;
  font-size:90%;
      margin-bottom: 40px;
}
table.formTable{
  width:100%;
  margin:10px auto 0px;
  border-collapse:collapse;
}
table.formTable td,table.formTable th{
  border:1px solid #FFF;
  padding:10px;
}
table.formTable th{
  width:30%;
  font-weight:normal;
  background:#FFCCFF;
  text-align:left;
  vertical-align: middle;
}
#contact form p {
display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
#contact .icon01 {
	width: 12%;
}


/**********************************************

男子求人

**********************************************/
#rec_men .rec_m {
	margin: 50px auto;
	width: 90%;
}
#rec_men .re_t{
	background-color: #000;
	color: #FFF;
	font-size: 28px;
	margin-bottom: 10px;
}
#rec_men .st{
    width: 90%;
    margin: 0 auto;
	color: #000000;
	background-color: #FFFFFF;
}
#rec_men .re01{
	background-color: #FFFFFF;
	color: #000000;
	line-height : 1.75 ; 
	letter-spacing : 0.05em;
}
#rec_men .f03 {
	display: flex;
    width: 100%;
	margin-bottom: 15px;
}
#rec_men .f03 a {
	width: 50%;
    margin-right: 0.5%;
}
#rec_men .f04 {
	margin-bottom: 15px;
}
#rec_men .f04 img {
	width: 100%;
    margin: 5px;
}

/**********************************************

入店の流れ

**********************************************/

#flow .f01 {
    width: 90%;
    margin: 0 auto;
}
#flow .f02 {
    width: 90%;
    margin: 0 auto;
}
#flow .f02txt {
	width: 86%;
    margin: 0 auto;
	color: #a149a6;
	background-color: #fdf3fd;
	padding: 10px;
	line-height : 1.75 ; 
	letter-spacing : 0.05em;
	margin-bottom: 20px;
}

.fl_a {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}


/**********************************************

お給料について

**********************************************/
#salary h2{
	background: #000;
    text-align: center;
}
#salary h2 span{
	display: block;
    width: 90%;
    margin: 0 auto;
}
#salary h3{
	background: #000;
    text-align: center;
    font-size: 20px;
	padding: 10px;
}
#salary h3 img{
	margin-bottom: 0;
}
#salary h4{
	color: #f9ad0e;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 3%;
    font-size: 18px;
}
#salary article{
	margin-bottom: 1%;
}

#salary article:last-child {
	margin-bottom: 0%;
}

#salary article img{
	display: block;
    margin-bottom: 3%;
}
#salary article img.mb0{
	margin-bottom: 0;
}
#salary article dt:after {
    content: "▶";
}
#salary article dt.active:after {
    content: "▼";
}
#salary article dt:after, #suikyo article dt.active:after {
    font-size: 25px;
    position: absolute;
    right: 7%;
    top: -20%;
    color: #ff942a;
}
#salary article p {
    width: 90%;
    margin: 0 1%;
    font-size: 15px;
    margin-bottom: 1%;
    margin-top: 2%;
}
#salary .ContactList{
    width: 90%;
    margin: 0 auto;
}
#salary .areaList{
	margin-bottom: 3%;
}
#salary .boxwrap{
	display:flex;
	border-bottom:1px solid #000000;
	width: 90%;
    margin: 0 auto;
}
#salary .boxwrap.last{
	border-bottom:1px solid #000000;
	margin-bottom:5%;
}
#salary .boxwrap div:first-child{
	background-color:#FFFFFF;
	color:#000000;
	width:15%;
	padding:2%;
	padding-top: 2%;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	

}
#salary .boxwrap div:last-child{
	width:100%;
	padding:2%;
	padding-top: 3%;
	border-right:1px solid #FFFFFF;
    color: #000000;
}
#salary .boxwrap a{
	text-decoration:underline;
	color:#005ead;
}
#salary .accordion dt {
	cursor: pointer;
    color: #000000;
    background-repeat: no-repeat;
    /*border-bottom: #f8b62c 1px solid;*/
    font-size: 17px;
    position: relative;
}
#salary .accordion dd{
	display:none;
	}
#salary .new_t {
display:inline-block;
}


#salary .flex{
  padding: 1% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#salary .flex > *{
  min-width: 10%;
  flex-basis: 30%;
  background: #fff;
}
#salary .flex,
#salary .flex > *{
  border: 1px solid #FFF;
}
#salary .contc{
	width: 100%;
  padding: 1% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#salary .contc > *{
  min-width: 8%;
  flex-basis: 25%;
  background: #fff;
}
#salary .contc,
#salary .contc > *{
}
#salary .poi_t {
	width: 100%;
	list-style-type: none;
	text-align: center;
	margin: 0 auto;
}

#salary #suikyo article .poi_t p{
    width: 95%;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 5%;
	text-align: left;
	color: #000000;
}

/**********************************************

よくある質問

**********************************************/

#faq #link1, #faq #link2, #faq #link3, #faq #link4{
	margin-bottom:5%;
}
#faq .accordion {
	width:96%;
	margin:0 auto 5% auto;
}
#faq .accordion dt {
	cursor:pointer;
	color:#8D0184;
	background-color:#FFF;
	background-image: url(../images/faq/arrow_r.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	    padding: 3% 3% 1%;
	font-weight:bold;
    line-height: 2.5em;
	font-size:14px;
	display:flex;
}
#faq .accordion dt div:first-child, #faq .accordion dd div:first-child{
	margin-right:2%;
}
#faq .accordion dt img, #faq .accordion dd img{
	width:32px;
}
#faq .accordion dd .flex{
  display:flex;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.6em;
  color: #000000;
border-bottom: dotted 1px #000;
}
#faq .accordion dd{
    display: none;
    line-height: 140%;
    margin: 0;
    padding: 0 0 5% 3%;
    color: #000;
	}
#faq .accordion dt.active{
	background-image: url(../images/faq/arrow_b.png);
}
#faq .ls{
	letter-spacing: -1px;
}
#faq .accordion dd .flex img {
	width: ;
}
#faq .line_d {
	border-bottom-style: 1px,dotted;
}
#faq .qa_red {
	color: #FF0004;
	width: 90%;
	margin: auto;
	text-align: center;
}
#faq .qatxt {
	width: 100%;
margin-top: 5px;
padding-bottom: 5px;
}
p.indentback{
  text-indent: -1em;
  padding-left: 1.5em;
}
p.indentfront{
  text-indent: 1em;
  padding-left: 1em;
}

.thanks{
font-size:22px;
text-align:center;
line-height:5em;
}


.contact_check{
width:100%;
margin:0 auto;
}
.contact_check h3 {
    font-size: 30px;
    text-align: center;
    margin: 50px auto 0;
}
.contact_check h4 {
    font-size: 20px;
margin: 20px auto 40px;
    line-height: 1.5em;
text-align:center;
}

.contact_check p{
font-size: 20px;
margin: 10px auto 20px;
line-height: 1.5em;
}
.contact_check p.error_messe{
color: #f00;
}
.contact_check table.formTable{
	width:98%;
margin: 0 auto 5px;
	border-collapse:collapse;
}
.contact_check table.formTable td,table.formTable th{
	border:1px solid #FFF;
	padding:10px;
}
.contact_check table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

.contact_check table.formTable th {
    font-weight: bold;
font-size:14px;
}
.contact_check table.formTable td {
font-size:16px;
    border: 1px solid #eee;
	height: 30px;
}

.contact_check input{
    font-size: 20px;
    height: 50px;
}


img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.margin{
	margin-bottom:0% !important;
}