
/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */
.recruit_new {
	font-family: 'Noto Serif JP';
	width:1000px;
	margin:0 auto;
}

.recruit_header_new {
	margin:30px auto 120px;
}

.recruit_headerimg_new {
	margin-bottom:30px;
	width:100%;
	margin:0 auto;
}

.recruit_headercopy_new {
	font-size:2.2rem;
	font-weight:bold;
	margin:50px auto 50px;
}

.recruit_headertext_new {
	font-size:1.4rem;
	line-height:2.8rem;
	text-align:center;
}

.recruit_block_new {
	width:100%;
	margin:0 auto 120px;
	display:flex;
}

.recruit_block_r_new {
	width:100%;
	margin:0 auto 120px;
	display:flex;
	flex-direction: row-reverse;
}

.recruit_block2_new {
	width:100%;
	margin:0 auto 20px;

}

.recruit_block3_new {
	width:100%;
	margin:0 auto 120px;
	display:flex;
	flex-wrap: wrap;
}

.recruit_img_new {
	width:25%;
	position:relative;
	z-index:0;
}

.recruit_imgtext_new {
	position:absolute;
	z-index:1;
	color:#000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	left:2%;
	top:1%;
	font-size:1.2rem;
}


.recruit_blockleft_new {
	width:50%;
}

.recruit_blockright_new {
	width:50%;
	padding:0 2.5%;
	box-sizing:border-box;
}

.recruit_blockleft2_new {
	width:50%;
	padding:0 2.5%;
	box-sizing:border-box;	
}

.recruit_blockright2_new {
	width:50%;

}


.recruit_blockcopy_new {
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	margin:0 auto 30px;

}

.recruit_blocktext_new {
	font-size:1.2rem;
	line-height:2.0rem;

	text-align:left;	
}

.recruit_blocktext_new a {
	color:#e7248a;
}

.column_new h2 {
	text-align:left;
	font-size:120%;
	margin-top:0px;
	margin-bottom:30px;
	line-height:100%;
	border-left:none;
	padding-top: 35px;
	padding-left:0;
}

.interview_block img{
	float: right;
	margin-left: 20px;
	width:45%;
}

.interview {
	margin-bottom:30px;
	text-align:left;
	font-size:1.2rem;
	line-height:2.0rem;

}

.interview_q {
	font-family: 'Noto Serif JP';
	margin-bottom:10px;
	color:#8b0000;
}

.interview_a {
	font-family: 'Noto Sans JP';
}

.shopname_block {
	font-family: 'Noto Sans JP', sans-serif;
	display:flex;
}

.shopname1 {
	width:50%;
	text-align:left;
}

.shopname2 {
	width:25%;
	text-align:left;
	border-left:2px solid #8b0000;
	box-sizing:border-box;
	padding-left:2%;
}

.shopname3 {
	width:25%;
	text-align:left;
	border-left:2px solid #8b0000;
	box-sizing:border-box;
	padding-left:2%;
}

.shopname2u {
	font-size:0.85rem;
	color:#fff;
	background:#8b0000;
	padding:1% 5%;
	display:inline;
	border-radius:10px;

}
.shopname2l {
	font-family: 'Roboto', sans-serif;
	font-size:1.8rem;
	color:#EA7C00;
	font-weight:900;
}

.shopname2l a{
	color:#EA7C00;
	 text-decoration: none;
}


.shopname3u {
	font-size:0.85rem;
	color:#fff;
	background:#8b0000;
	padding:1% 5%;
	display:inline;
	border-radius:10px;
}
.shopname3l {
	font-family: 'Roboto', sans-serif;

	font-size:1.8rem;
	color:#EA7C00;
	font-weight:900;
}

.shopname3l a{
	color:#EA7C00;
	text-decoration: none;
}


.ggmap {
	position: relative;
	padding-bottom: 60.4%;
	height: 0;
	overflow: hidden;
	margin:30px 0 30px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.button01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2em;
  width: 70%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #EC7900;
  transition: 0.3s;
  border:2px solid #EC7900;
box-sizing:border-box
}

.button01 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.button01 a:hover {
  text-decoration: none;
  background-color: #fff;
  color:#EC7900;
}


.button01 a:hover:after {
  border-top: 3px solid #EC7900;
  border-right: 3px solid #EC7900;
}

.button02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2em;
  margin: 0 auto 60px;

  width: 30%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #EC7900;
  transition: 0.3s;
  border:2px solid #EC7900;
box-sizing:border-box
}

.button02 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.button02 a:hover {
  text-decoration: none;
  background-color: #fff;
  color:#EC7900;
}


.button02 a:hover:after {
  border-top: 3px solid #EC7900;
  border-right: 3px solid #EC7900;
}

.columncut {
	text-align:left;
	font-family: 'Noto Sans JP', sans-serif;
    padding: 1.5em 1.5em;
    margin: 2em auto;
    background: #fff1cf;
    box-shadow: 0px 0px 0px 10px #fff1cf;
    border: dashed 2px white;
	box-sizing:border-box;
}

.columncutmidashi {
	text-align:center;
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:30px;
	color:#640125;
}

.columncutmidashi2 {
	font-weight:bold;
	color:#640125;
}

.flexbox {
  display: flex;
  justify-content: left;
  width:100%;
}

.flex1 {
  width:50%;
}

/* ----------------------------------------------------------------------------------------------------
     タブレット・PC端末（930px〜1000px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 1000px) {
.recruit_new {
	width:950px;
}

} 


/* ----------------------------------------------------------------------------------------------------
     タブレット・PC端末（480px〜930px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 950px) {
.recruit_new {
	width:850px;
}
.flexbox {
  display: flex;
  justify-content: left;
  width:100%;
  flex-wrap: wrap;
}

.flex1 {
  width:100%;
}
} 

/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（640px〜850px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 850px) {

.recruit_new {
	width:100%;
}


.recruit_header_new {
	margin:15px auto 30px;
}

.recruit_headerimg_new {
	margin-bottom:20px;
	width:100%;
	margin:0 auto;
}

.recruit_headercopy_new {
	font-size:1.6rem;
	font-weight:bold;
	margin:30px auto 30px;
}

.recruit_headertext_new {
	font-size:1.0rem;
	line-height:1.8rem;
	text-align:center;
}

.recruit_block_new {
	width:100%;
	margin:0 auto 50px;
	display:flex;
	flex-direction: column;
}

.recruit_block_r_new {
	width:100%;
	margin:0 auto 50px;
	display:flex;
	flex-direction: column;
}

.recruit_block2_new {
	width:100%;
	margin:0 auto 20px;
	padding:0 2.5%;
	box-sizing:border-box
}

.recruit_block3_new {
	width:100%;
	margin:0 auto 120px;
	display:flex;
	flex-wrap: wrap;
}

.recruit_img_new {
	width:100%;
}


.recruit_blockleft_new {
	width:100%;
}

.recruit_blockright_new {
	width:100%;
	padding:0 2.5%;
	box-sizing:border-box;
}

.recruit_blockleft2_new {
	width:100%;
	padding:0 2.5%;
	box-sizing:border-box;	
}

.recruit_blockright2_new {
	width:100%;

}


.recruit_blockcopy_new {
	font-size:1.4rem;
	font-weight:bold;
	text-align:center;
	margin:20px auto 20px;

}

.recruit_blocktext_new {
	font-size:1.0rem;
	line-height:1.8rem;
	text-align:left;	
}

.interview_block img{
	float: none;
	margin-left: 0;
	width:100%;
	margin-bottom:30px;

}

.interview {
	margin-bottom:30px;
	text-align:left;
	font-size:0.85rem;
	line-height:2.0rem;

}

.interview_q {
	font-family: 'Noto Serif JP';
	margin-bottom:10px;
	color:#8b0000;
}

.interview_a {
	font-family: 'Noto Sans JP';
}

.shopname_block {
	font-family: 'Noto Sans JP', sans-serif;
	display:flex;
	flex-wrap: wrap;
}

.shopname1 {
	width:100%;
	text-align:center;
	margin-bottom:10px;

}

.shopname2 {
	width:50%;
	text-align:center;
	border-left:none;
	box-sizing:border-box;
	padding-left:0;
}

.shopname3 {
	width:50%;
	text-align:center;
	border-left:2px solid #8b0000;
	box-sizing:border-box;
	padding-left:0;
}

.shopname2u {
	font-size:0.85rem;
	color:#fff;
	background:#8b0000;
	padding:1% 5%;
	display:inline;
	border-radius:10px;

}
.shopname2l {
	font-family: 'Roboto', sans-serif;
	font-size:1.4rem;
	color:#EA7C00;
	font-weight:900;
}

.shopname3u {
	font-size:0.85rem;
	color:#fff;
	background:#8b0000;
	padding:1% 5%;
	display:inline;
	border-radius:10px;
}
.shopname3l {
	font-family: 'Roboto', sans-serif;
	font-size:1.6rem;
	color:#EA7C00;
	font-weight:900;
}

.shopname3l a{
	color:#EA7C00;
	 text-decoration: none;
}


.button01 a {
  width: 100%;
}


.button02 a {
  width: 100%;
}

.columncut {
    padding: 1em 1em;
}

.columncutmidashi {
	text-align:center;
	font-size:1.4rem;
	font-weight:bold;
	margin-bottom:15px;
	color:#640125;
}

.flexbox {
  display: flex;
  justify-content: left;
  width:100%;
  flex-wrap: wrap;
}

.flex1 {
  width:100%;
}

} 


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {



} 

