@charset "UTF-8";

body{
	background-color:#FFF;
	font-family: 'Century Gothic', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:3vw;
	color:#e94395;
}

a:link {
	color: #e94395;
	text-decoration:none;
}

a:visited {
	color: #e94395;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #f97dc2;
}

a:active {
	color: #e94395;
	text-decoration:none;
}

/***********************************/
h1{
	background-color:#000;
	text-align:center;
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:1em;
	color:#e94395;
	line-height:1.6em;
	margin:0px;
}
header{
	background-color:#FFF;
	width:100%;
	height:auto;
	margin:0;
	overflow:hidden;
}
#contents{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0;
}
.contents_title{
	background-color:#000;
	width:98%;
	height:auto;
	overflow:hidden;
	font-size:1.2em;
	color:#eb108e;
	font-weight:bolder;
	text-align:center;
	line-height:2em;
	margin:1% auto;
}
.manager_comment{
	background-color:#f9f8e4;
	width:98%;
	height:auto;
	overflow:hidden;
	font-size:1.2em;
	color:#eb108e;
	line-height:1.4em;
	text-align:left;
	border:1px #eb108e solid;
	margin:1% auto;
	padding:3% 5%;
	box-sizing:border-box;
}
.rec_img_box{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:3% auto;
}
.rec_img_box img{
	vertical-align:bottom;
}
.recruit_shoptitle{
	text-align:center;
	font-size:1.4em;
	color:#eb108e;
	font-weight: bold;
	margin:0 auto;
}
.recruit_shopimg{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto 3%;
}
.recruit_shopmov{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto 3%;
}
.recruit_shoptext{
	width:80%;
	font-size:1.2em;
	color:#eb108e;
	text-align:center;
	line-height:1.4em;
	margin:3% auto;
	padding:3%;
	border:2px #eb108e solid;
	box-sizing: border-box;
}
.recruit_staff_voice{
	background-color:#f9f8e4;
	width:98%;
	height:auto;
	overflow:hidden;
	margin:3% auto;
	border:1px #eb108e solid;
	box-sizing: border-box;
}
.rec_staff_shppname{
	width:100%;
	font-size:1.2em;
	color:#eb108e;
	font-weight: bold;
	line-height:2em;
	text-align:center;
}
.rec_staff_inner{
	display:table;
	table-layout: fixed;
	width:100%;
	margin:1% 0;
}
.rec_staff_img{
	display:table-cell;
	vertical-align:top;
	width:30%;
	padding:1%;
	box-sizing: border-box;
}
.rec_staff_text{
	display:table-cell;
	vertical-align:top;
	width:auto;
	font-size:1em;
	color:#eb108e;
	text-align:left;
	line-height:1.4em;
	padding:1%;
	box-sizing: border-box;
}
.rec_staff_text .staff_item{
	font-weight: bold;
	line-height:1.4em;
}

.recruit_shopoubo_shppname{
	width:100%;
	font-size:1.6em;
	color:#eb108e;
	font-weight: bold;
	line-height:1.4em;
	text-align:center;
}
.recruit_shopoubo_box{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto 3%;
	border:2px #eb108e solid;
}
.recruit_shopoubo{
	display: table;
	table-layout: fixed;
	width:100%;
	border-bottom:1px #eb108e solid;
}
.recruit_shopoubo_item{
	display:table-cell;
	vertical-align: middle;
	width:35%;
	font-size:1em;
	color:#eb108e;
	text-align:left;
	padding:1%;
	border-right:1px #eb108e solid;
	box-sizing: border-box;
}
.recruit_shopoubo_item::before{
	content: ("■");
}
.recruit_shopoubo_text{
	display:none;
}
.sp_recruit_shopoubo_text{
	display:table-cell;
	vertical-align: middle;
	width:auto;
	font-size:1em;
	color:#eb108e;
	text-align:left;
	padding:1%;
}
.sp_recruit_shopoubo_text .telmail_btn{
	text-align:center;
	width:90%;
	height:auto;
	background: -moz-linear-gradient(top, #f776c1, #ea128f);
	background: -webkit-gradient(linear, left top, left bottom, from(#f776c1), to(#ea128f));
	border-radius:10px;
	-webkit-border-radius:10px; 
	-moz-border-radius: 10px;
	overflow:hidden;
	margin:0 auto;
}
.sp_recruit_shopoubo_text .telmail_btn a{
	display:block;
	font-size:1.2em;
	color:#FFF;
	line-height:2em;
	font-weight:bold;
	text-decoration:none;
}
.sp_recruit_shopoubo_text .line_btn{
	text-align:center;
	width:90%;
	height:auto;
	background: -moz-linear-gradient(top, #3dd76c, #08b63d);
	background: -webkit-gradient(linear, left top, left bottom, from(#3dd76c), to(#08b63d));
	border-radius:10px;
	-webkit-border-radius:10px; 
	-moz-border-radius: 10px;
	overflow:hidden;
	margin:0 auto;
}
.sp_recruit_shopoubo_text .line_btn a{
	display:block;
	font-size:1.2em;
	color:#FFF;
	line-height:2em;
	font-weight:bold;
	text-decoration:none;
}

footer{
	background-color:#000;
	text-align:center;
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
}
footer .footer_shoplink_box{
	display:none;
}
footer .sp_footer_shoplink_box{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:2% auto;
}
footer .sp_footer_shoplink_box .footer_shop{
	display:table-cell;
	vertical-align:middle;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:1em;
	text-align:center;
}
footer .sp_footer_shoplink_box .footer_shop a{
	text-decoration:underline;
}
footer p{
	font-size:2vw;
    color:#e94395;
    line-height:2em;
    margin:1% 0;
}

@media screen and (min-width: 481px) {

header{
	background-color:#FFF;
	width:100%;
	height:auto;
	margin:0;
	overflow:hidden;
}
#contents{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0;
}
.contents_title{
	background-color:#000;
	width:98%;
	height:auto;
	overflow:hidden;
	font-size:1.2em;
	color:#eb108e;
	font-weight:bolder;
	text-align:center;
	line-height:2em;
	margin:1% auto;
}
.manager_comment{
	background-color:#f9f8e4;
	width:98%;
	height:auto;
	overflow:hidden;
	font-size:1em;
	color:#eb108e;
	line-height:1.4em;
	text-align:left;
	border:1px #eb108e solid;
	margin:1% auto;
	padding:3% 5%;
	box-sizing:border-box;
}
.rec_img_box{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:3% auto;
}
.rec_img_box img{
	vertical-align:bottom;
}
.recruit_shoptitle{
	text-align:center;
	font-size:1.2em;
	color:#eb108e;
	font-weight: bold;
	margin:0 auto;
}
.recruit_shopimg{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:3% auto;
}
.recruit_shopmov{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:3% auto;
}
.recruit_shoptext{
	width:80%;
	font-size:1em;
	color:#eb108e;
	text-align:center;
	line-height:1.4em;
	margin:3% auto;
	padding:3%;
	border:2px #eb108e solid;
	box-sizing: border-box;
}
.recruit_staff_voice{
	background-color:#f9f8e4;
	width:98%;
	height:auto;
	overflow:hidden;
	margin:3% auto;
	border:1px #eb108e solid;
	box-sizing: border-box;
}
.rec_staff_shppname{
	width:100%;
	font-size:1.2em;
	color:#eb108e;
	font-weight: bold;
	line-height:2em;
	text-align:center;
}
.rec_staff_inner{
	display:table;
	table-layout: fixed;
	width:100%;
}
.rec_staff_img{
	display:table-cell;
	vertical-align:top;
	width:30%;
	padding:1%;
	box-sizing: border-box;
}
.rec_staff_text{
	display:table-cell;
	vertical-align:top;
	width:auto;
	font-size:1em;
	color:#eb108e;
	text-align:left;
	line-height:1.4em;
	padding:1%;
	box-sizing: border-box;
}
.rec_staff_text .staff_item{
	font-weight: bold;
	line-height:1.4em;
}

.recruit_shopoubo_shppname{
	width:100%;
	font-size:1.2em;
	color:#eb108e;
	font-weight: bold;
	line-height:1.4em;
	text-align:center;
}
.recruit_shopoubo_box{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto 3%;
	border:2px #eb108e solid;
}
.recruit_shopoubo{
	display: table;
	table-layout: fixed;
	width:100%;
	border-bottom:1px #eb108e solid;
}
.recruit_shopoubo_item{
	display:table-cell;
	vertical-align: middle;
	width:35%;
	font-size:1em;
	color:#eb108e;
	text-align:left;
	padding:1%;
	border-right:1px #eb108e solid;
	box-sizing: border-box;
}
.recruit_shopoubo_item::before{
	content: ("■");
}
.recruit_shopoubo_text{
	display:none;
}
.sp_recruit_shopoubo_text{
	display:table-cell;
	vertical-align: middle;
	width:auto;
	font-size:1em;
	color:#eb108e;
	text-align:left;
	padding:1%;
}
.sp_recruit_shopoubo_text .telmail_btn{
	text-align:center;
	width:80%;
	height:auto;
	background: -moz-linear-gradient(top, #f776c1, #ea128f);
	background: -webkit-gradient(linear, left top, left bottom, from(#f776c1), to(#ea128f));
	border-radius:10px;
	-webkit-border-radius:10px; 
	-moz-border-radius: 10px;
	overflow:hidden;
	margin:0 auto;
}
.sp_recruit_shopoubo_text .telmail_btn a{
	display:block;
	font-size:1.2em;
	color:#FFF;
	line-height:2em;
	font-weight:bold;
	text-decoration:none;
}
.sp_recruit_shopoubo_text .line_btn{
	text-align:center;
	width:80%;
	height:auto;
	background: -moz-linear-gradient(top, #3dd76c, #08b63d);
	background: -webkit-gradient(linear, left top, left bottom, from(#3dd76c), to(#08b63d));
	border-radius:10px;
	-webkit-border-radius:10px; 
	-moz-border-radius: 10px;
	overflow:hidden;
	margin:0 auto;
}
.sp_recruit_shopoubo_text .line_btn a{
	display:block;
	font-size:1.2em;
	color:#FFF;
	line-height:2em;
	font-weight:bold;
	text-decoration:none;
}

footer{
	background-color:#000;
	text-align:center;
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
footer .footer_shoplink_box{
	display:none;
}

footer .sp_footer_shoplink_box{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:2% auto;
}
footer .sp_footer_shoplink_box .footer_shop{
	display:table-cell;
	vertical-align:middle;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:1em;
	text-align:center;
}
footer .sp_footer_shoplink_box .footer_shop a{
	text-decoration:underline;
}
footer p{
	font-size:2vw;
    color:#e94395;
    line-height:2em;
    margin:1% 0;
}

}

@media screen and (min-width: 751px) {
h1{
	background-color:#000;
	text-align:center;
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	color:#e94395;
	line-height:1.6em;
	margin:0px;
}
header{
	background-color:#FFF;
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:20px auto;
}
#contents{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:0 auto 10px;
}
.contents_title{
	background-color:#000;
	width:1000px;
	height:auto;
	overflow:hidden;
	font-size:25px;
	color:#eb108e;
	font-weight:bolder;
	text-align:center;
	line-height:2em;
	margin:10px auto;
}
.manager_comment{
	background-color:#f9f8e4;
	width:1000px;
	height:auto;
	overflow:hidden;
	font-size:18px;
	color:#eb108e;
	line-height:1.2em;
	text-align:left;
	border:1px #eb108e solid;
	margin:0 auto;
	padding:10px 20px;
	box-sizing:border-box;
}
.rec_img_box{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:10px auto;
}
.rec_img_box img{
	vertical-align:bottom;
}
.recruit_shoptitle{
	text-align:center;
	font-size:24px;
	color:#eb108e;
	font-weight: bold;
	margin:0 auto;
}
.recruit_shopimg{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:10px auto;
}
.recruit_shopmov{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:10px auto;
}
.recruit_shoptext{
	width:800px;
	font-size:18px;
	color:#eb108e;
	text-align:center;
	line-height:1.4em;
	margin:10px auto;
	padding:10px;
	border:2px #eb108e solid;
	box-sizing: border-box;
}
.recruit_staff_voice{
	background-color:#f9f8e4;
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:10px auto;
	border:1px #eb108e solid;
	box-sizing: border-box;
}
.rec_staff_shppname{
	width:100%;
	font-size:20px;
	color:#eb108e;
	font-weight: bold;
	line-height:2em;
	text-align:center;
}
.rec_staff_inner{
	display:table;
	table-layout: fixed;
	width:100%;
}
.rec_staff_img{
	display:table-cell;
	vertical-align:top;
	width:30%;
	padding:3%;
	box-sizing: border-box;
}
.rec_staff_text{
	display:table-cell;
	vertical-align:top;
	width:auto;
	font-size:18px;
	color:#eb108e;
	text-align:left;
	line-height:1.4em;
	padding:3%;
	box-sizing: border-box;
}
.rec_staff_text .staff_item{
	font-weight: bold;
	line-height:2em;
}

.recruit_shopoubo_shppname{
	width:100%;
	font-size:20px;
	color:#eb108e;
	font-weight: bold;
	line-height:2em;
	text-align:center;
}
.recruit_shopoubo_box{
	width:900px;
	height:auto;
	overflow:hidden;
	margin:5px auto 10px;
	border:2px #eb108e solid;
}
.recruit_shopoubo{
	display: table;
	table-layout: fixed;
	width:100%;
	border-bottom:1px #eb108e solid;
}
.recruit_shopoubo_item{
	display:table-cell;
	vertical-align: middle;
	width:25%;
	font-size:18px;
	color:#eb108e;
	text-align:left;
	padding:5px;
	border-right:1px #eb108e solid;
	box-sizing: border-box;
}
.recruit_shopoubo_item::before{
	content: ("■");
}
.sp_recruit_shopoubo_text{
	display:none;
}
.recruit_shopoubo_text{
	display:table-cell;
	vertical-align: middle;
	width:auto;
	font-size:18px;
	color:#eb108e;
	text-align:left;
	padding:5px;
}

footer{
	background-color:#000;
	text-align:center;
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
    margin-bottom:0;
    padding:0;
}
footer .sp_footer_shoplink_box{
	display:none;
}
footer .footer_shoplink_box{
	display:table;
	table-layout:fixed;
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:5px auto;
}
footer .footer_shoplink_box .footer_shop{
	display:table-cell;
	vertical-align:middle;
	width:166px;
	height:auto;
	overflow:hidden;
	font-size:16px;
	text-align:center;
}
footer .footer_shoplink_box .footer_shop a{
	text-decoration:underline;
}
footer p{
	font-size:14px;
	color:#e94395;
    line-height:1.4em;
    padding:3px 0
    margin:5px 0;
}

}