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

html, body {
	height:100%;
}
body {
	position: relative;
	color: #333;
	padding: 0;
	margin: 0;
	text-align: center;
}
body::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	background: #ffc1dc url(../images/bg_sp.jpg) center top no-repeat;
	background-size: cover;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}

.bodyContainer {
	display: inline-block;
	background: rgba(255,255,255,.85);
	padding-bottom: 64px;
	width: 100%;
	max-width: 640px;
	/*box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.2);*/
}

.img {
	width: 90%;
}


/* navi */
nav {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #474747;
	width: 100%;
	height: 64px;
	z-index: 100;
}
nav .gnavilist {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	margin: 4px 0;
}
nav a.gnavi  {
	display: inline-block;
	position: relative;
	border-radius: 6px;
	padding: 4px 0;
	margin: 2px;
	width: 24.2%;
	font-size: .9em;
	font-weight: 600;
	line-height: 1.1em;
	text-align: center;
}
nav a.gnavi .icon {
	position: relative;
	width: 100%;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
nav a.gnavi .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
nav a.gnavi.sns  {
	background: #dbf9f4;
	color: #4fcfca;
}
nav a.gnavi.tel  {
	background: #dff5fe;
	color: #19b1f0;
}
nav a.gnavi.oubo  {
	background: #fff0f7;
	color: #f9639b;
}
nav a.gnavi.mail  {
	background: #ede8fd;
	color: #9b85f6;
}



header {
	background: #ef57c6;
	padding: 4px 0;
	line-height: 0;
}
header a.rogo {
	display: inline-block;
	background: #fff url(../images/rogo.jpg) center 4px no-repeat;
	background-size: auto 46px;
	border-radius: 40px;
	width: 130px;
	height: 46px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
h1.title {
	display: block;
	background: #fff1fa;
	padding: 12px 0;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #ef57c6;
	text-align: center;
}
.main-img {
	line-height: 0;
}
.main-img img {
	width: 100%;
	height: auto;
}
.main-cmt {
	background: #fff;
	padding: 20px;
	margin: 0;
	line-height: 1.2em;
	text-align: left;
}
a.btn-tokuten {
	display: inline-block;
	background: #7a8ceb;
	border-radius: 26px;
	padding: 8px 0;
	margin: 20px 0 0;
	width: 80%;
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
	text-align: center;
}

.nav-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 4px 0;
}
a.nav {
	display: inline-block;
	position: relative;
	background: #ef57c6;
	padding: 8px 0;
	margin: 1px;
	width: 24.2%;
	color: #fff;
	text-align: center;
}

.recTitle {
	background: #eb85c7;
	padding: 6px 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
.recSubTitle {
	background: #eb97cd;
	padding: 10px;
	margin: 0;
	font-size: 1.1em;
	font-weight: 600;
	color: #fff;
	text-align: left;
}
.recMenu-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}
a.recMenu {
	display: inline-block;
	position: relative;
	background: #fff;
	padding: 14px 0 8px;
	margin: 0;
	width: 33.3%;
	line-height: 1em;
	color: #000;
	text-align: center;
}
a.recMenu span {
	display: inline-block;
	background: #fff;
	width: 20%;
	height: 4px;
}
a.recMenu.on {
	font-weight: 600;
	color: #eb85c7;
}
a.recMenu.on span {
	background: #eb85c7;
}

.jobbnr {
	padding: 20px 0;
	width: 90%;
	height: 175px;
}
.jobbnr img {
	width: 350px;
	height: auto;
}
.jobcmt, .taigu, .point {
	position: relative;
	padding: 0 0 10px;
	margin: 0 0 20px;
}
.jobcmt-content, .taigu-content, .point-content {
	position: relative;
	background: rgba(255,255,255,.85);
	padding: 25px;
	margin: 10px;
	/*height: 200px;*/
	height: auto;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	overflow: hidden;
	transition: all .4s;
}
.point-content {
	height: 200px;
}
.jobcmt button, .taigu button, .point button {
	position: absolute;
	display: inline-block;
	left: 50%;
	bottom: 0px;
	margin: 0;
	width: 80%;
	padding: 10px 0;
	font-size: 1em;
	color: #8d8d8d;
	text-align: center;
	border: 0;
	border-radius: 26px;
	background: #dbdbdb;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 1;
	transition: all .4s;
}


.treatment {
	padding: 0 0 10px;
}
.treatment strong {
	display: block;
	border-left: 6px #eb85c7 solid;
	padding: 2px 10px;
	margin: 0;
}
.treatment ul.treatment-list {
	padding: 10px 0;
	margin: 0;
	list-style: none;
}
.treatment ul.treatment-list li {
	display: inline-block;
	background: #dbf9f4;
	border-bottom: 2px #6fcdca solid;
	padding: 8px 0;
	margin: .5%;
	width: 49%;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.1em;
	color: #6fcdca;
	text-align: center;
}
.treatment ul.treatment-list li.none {
	display: inline-block;
	background: #e9e9e9;
	border-bottom: 2px #a8a8a8 solid;
	font-weight: normal;
	color: #a8a8a8;
}


.ouboContainer {
	padding: 30px 0;
}
.ouboContainer .tokumei img {
	width: 50%;
}
.ouboContainer a.otherbtn {
	display: inline-block;
	background: #fff;
	border: 2px #eb85c7 solid;
	border-radius: 40px;
	padding: 10px 0;
	margin: 2%;
	width: 38%;
	color: #eb85c7;
}
.ouboContainer a.otherbtn .icon-sns {
	display: inline-block;
	margin-right: 3px;
	width: 20px;
	height: auto;
}
.ouboContainer a.otherbtn .icon-tel {
	display: inline-block;
	margin-right: 3px;
	width: 14px;
	height: auto;
}
.ouboContainer a.otherbtn .icon-mail {
	display: inline-block;
	margin-right: 3px;
	width: 20px;
	height: auto;
}


.oubo_contentContainer {
	background: rgba(255,255,255,.85);
	border-radius: 10px;
	padding: 20px;
	margin: 12px;
	line-height: 1.2em;
	text-align: left;
}
.oubo_contentContainer table {
	border: none;
	border-spacing: 0;
	border-collapse: separate;
	width: 98%;
}
.oubo_contentContainer th {
	padding: 24px 0 0;
	width: 18%;
	font-size: .7em;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}
.oubo_contentContainer td {
	position: relative;
	padding: 24px 0 0;
	width: 82%;
}
a.mappin {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 0;
	border: 1px #adadad solid;
	border-radius: 6px;
	padding: 6px 10px;
	width: 18px;
	line-height: 0;
}
.oubo-coution {
	padding: 30px 0;
	line-height: 1.4em;
	color: #eb85c7;
	text-align: center;
}
.oubo-coution strong {
	display: inline-block;
	border-bottom: 2px #eb85c7 dotted;
	margin: 0 0 12px;
}


ul.bloglist {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.bloglist li a {
	display: block;
	background: rgba(255,255,255,.85);
	padding: 15px;
	margin-bottom: 2px;
}
ul.bloglist li a .bimg {
	display: inline-block;
	background: #e4e4e4;
	width: 30%;
	max-height: 90px;
	overflow: hidden;
	vertical-align: top;
}
ul.bloglist li a .bimg img {
	width: 100%;
	height: auto;
}
ul.bloglist li a span {
	display: inline-block;
	width: 65%;
	font-size: 12px;
	font-size: 1.2rem;
	color: #747474;
	text-align: left;
	vertical-align: top;
}
ul.bloglist li a strong {
	display: inline-block;
	padding-top: 6px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.2em;;
	color: #000;
}
a.blogmore {
	display: block;
	background: #fff;
	border-radius: 40px;
	padding: 18px;
	margin: 4px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1em;
	color: #333;
	text-align: center;
	transition:.6s ease-in-out;
}
a.blogmore:hover {
	background: #fef4f6;
	color: #f53965;
	transition:.3s ease-in-out;
}


.point-cmt {
	background: rgba(255,255,255,.85);
	border-radius: 10px;
	padding: 20px;
	margin: 12px;
	line-height: 1.6em;
	text-align: left;
}
ul.pointslide {
	padding: 24px 20px 0;
	margin: 0;
	list-style: none;
}
ul.pointslide li {
	margin: 0 12px 0;
	width: 185px;
	text-align: left;
}


.faqlistContainer {
	position: relative;
	background: #fff;
	padding: 20px 20px 30px;
	width: 70%;
}
.faqlistContainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.faqlistContainer ul li.faqlist {
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 1em;
	color: #000;
	text-align: left;
}
.faqlistContainer ul .faqlist .q {
	display: block;
	position: relative;
	background: #db65b1;
	border-radius: 24px;
	padding: 20px;
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.4em;
	color: #fff;
}
.faqlistContainer ul .faqlist .q::after {
	content: '▼';
	position: absolute;
	bottom: -.4em;
	left: 50%;
	font-size: 2em;
	color: #db65b1;
	transform: translateX(-50%);
}
.faqlistContainer ul .faqlist .a {
	display: block;
	background: #fff2f9;
	border-radius: 24px;
	padding: 20px;
	margin: 26px 0 0;
	font-size: 1.1em;
	font-weight: mnormal;
	line-height: 1.5em;
	color: #db65b1;
}
.faqlistContainer .bx-pager {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	display: inline;
}
.faqlistContainer .bx-pager-item {
	display: inline;
	padding: 0 3px;
}
.faqlistContainer .bx-pager-item a {
	background: #f4deec;
	display: inline-block;
	width: 10px;
	height: 10px;
	color: #f4deec;
	text-indent: -200%;
	overflow: hidden;
	border-radius: 50%;
	transition:.6s ease-in-out;
}
.faqlistContainer .bx-pager-item a.active {
	background: #eb85c7;
	color: #eb85c7;
}

.faqlistContainer .bx-controls-direction {
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	height: 0px;
}
.faqlistContainer .bx-controls-direction a {
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	text-indent: -100%;
	overflow: hidden;
}
.faqlistContainer .bx-controls-direction a:before,
.faqlistContainer .bx-controls-direction a:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 8px;
	transition:.6s ease-in-out;
}
.faqlistContainer .bx-controls-direction a:after {
	width: 16px;
	height: 16px;
	border-top: 4px solid #db65b1;
	border-right: 4px solid #db65b1;
	transform: rotate(45deg);
}
.faqlistContainer .bx-controls-direction a.bx-prev:after {
	transform: rotate(-135deg);
	left: 16px;
}
.faqlistContainer .bx-prev {
	float: left;
	margin-left: -20px;
}
.faqlistContainer .bx-next {
	float: right;
	margin-right: -20px;
}

.faqlistContainer a.more {
	display: inline-block;
	background: #fff;
	border: 3px #fff2f9 solid;
	border-radius: 38px;
	padding: 10px 0;
	margin: 20px 0;
	width: 60%;
	font-size: 1em;
	color: #db65b1;
	text-align: center;
}


.shopinfo {
	padding: 20px;
}
.shopinfo table {
	border: 1px #565656 solid;
	border-radius: 16px;
	overflow: hidden;
	border-radius: 16px;
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
}
.shopinfo th {
	background: #f1f1f1;
	border-top: 1px #565656 solid;
	border-bottom: 1px #565656 solid;
	padding: 12px;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}
.shopinfo td {
	background: #fff;
	border-bottom: 1px #565656 solid;
	padding: 12px;
	font-size: 1em;
	text-align: left;
}
.shopinfo th:first-of-type {
	border-top: 0;
}
.shopinfo td:last-of-type {
	border-bottom: 0;
}

#tokuten {
	background: rgba(255,255,255,.85);
	border-radius: 10px;
	padding: 20px 0;
	margin: 0 20px 12px;
	line-height: 0;
}
.tokuten-frame {
	background: url(../images/limited_frame2.webp) center top repeat-y;
	background-size: 90% auto;
	text-align: center;
}
.tokuten-frame span {
	display: inline-block;
	width: 66%;
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: left;
}


.contact-cmt {
	background: rgba(255,255,255,.85);
	border-radius: 10px;
	padding: 20px;
	margin: 12px;
	line-height: 1.6em;
	text-align: left;
}

.pgtop {
	background: #fff;
	border-top: 1px #565656 solid;
	border-bottom: 1px #565656 solid;
	padding: 16px 0;
}
.pgtop a {
	display: inline-block;
	position: relative;
	color: #333;
}
.pgtop a span {
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 50%;
	border-top: 3px #565656 solid;
	border-right: 3px #565656 solid;
	width: 14px;
	height: 14px;
	font-size: 1em;
	transform: translateX(-50%) translateY(-5px) rotate(-45deg);
}


/* 未経験者 */
.begiContainer {
	background: rgba(255,255,255,.85);
	border: 1px #a8a8a8 solid;
	border-radius: 16px;
	margin: 10px 20px;
	overflow: hidden;
}
.begiContainer h3 {
	background: #4db661;
	padding: 10px;
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.begi-mainimg {
	width: 100%;
}
.begiContainer2 {
	background: rgba(255,255,255,.85);
	border: 1px #a8a8a8 solid;
	margin: 10px 20px 20px;
}
.begiContainer2 h4 {
	background: #4db661;
	padding: 10px;
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.begiContainer2 .cmt {
	padding: 12px;
	font-size: 1.1em;
	/*color: #eb85c7;*/
	text-align: left;
}

.begi-pointContainer {
	background: rgba(255,255,255,.85);
	border-radius: 16px;
	padding: 30px 0;
	margin: 10px 20px;
}
.begi-pointContainer h3 {
	display: block;
	border-bottom: 6px #4db661 solid;
	padding: 2px 0;
	margin: 0 20px 20px;
	font-size: 1.2em;
	color: #4db661;
	text-align: center;
}


/* 店舗型 */
.shopContainer {
	background: rgba(255,255,255,.85);
	border: 1px #a8a8a8 solid;
	border-radius: 16px;
	margin: 10px 20px;
	overflow: hidden;
}
.shopContainer h3 {
	background: #4d8bfe;
	padding: 10px;
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.shop-mainimg {
	width: 100%;
}
.shopContainer2 {
	background: rgba(255,255,255,.85);
	border: 1px #a8a8a8 solid;
	margin: 10px 20px 20px;
}
.shopContainer2 h4 {
	background: #4d8bfe;
	padding: 10px;
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.shopContainer2 .cmt {
	padding: 12px;
	font-size: 1.1em;
	/*color: #eb85c7;*/
	text-align: left;
}


/* PG */
/* よくある質問 */
.pg-faqContainer {
	background: rgba(255,255,255,.85);
	border-radius: 16px;
	padding: 24px;
	margin: 10px 20px;
	text-align: left;
}
ul.pg-faqlist {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.pg-faqlist li {
	position: relative;
	padding: 10px 0 18px 46px;
	font-size: 1em;
	line-height: 1.55em;
}
ul.pg-faqlist li .q {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: #222;
	border-radius: 50%;
	color: #fff;
	width: 40px;
	height: 40px;
}
ul.pg-faqlist li .q span {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
}
ul.pg-faqlist li .q span::after {
	content: 'Q';
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2em;
	font-weight: 400;
	transform: translate(-50%,-54%);
}
ul.pg-faqlist li .a {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: #eb85c7;
	border-radius: 50%;
	color: #fff;
	width: 40px;
	height: 40px;
}
ul.pg-faqlist li .a span {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
}
ul.pg-faqlist li .a span::after {
	content: 'A';
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2em;
	font-weight: 400;
	transform: translate(-50%,-52%);
}


/* アクセス */
.acc-nav {
	display: inline-block;
	margin: 4px 1px;
	width: 32%;
}
.accContainer {
	background: rgba(255,255,255,.85);
	border-radius: 16px;
	padding: 24px;
	margin: 10px;
	text-align: left;
}
.acctable {
	border: none;
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
}
.acctable th {
	border-bottom: 2px #eb85c7 dotted;
	padding: 10px 12px 8px 0;
	width: 25%;
	font-size: .9em;
	font-weight: 600;
	text-align: left;
	vertical-align: top;
}
.acctable th span {
	display: inline-block;
	border-left: 4px #eb85c7 solid;
	padding-left: 8px;
}
.acctable td {
	position: relative;
	border-bottom: 2px #eb85c7 dotted;
	padding: 10px 0 8px 10px;
	width: 75%;
	font-size: .9em;
	text-align: left;
}
.acctable td a.tel {
	display: block;
	background: #f1f1f1;
	border-radius: 36px;
	padding: 8px 0;
	font-size: 1.2em;
	line-height: 1em;
	color: #333;
	text-align: center;
}

.accContainer a.hp {
	display: block;
	position: relative;
	border-bottom: 1px #acacac solid;
	padding: 18px;
	font-size: 1em;
	line-height: 1em;
	color: #333;
}
.accContainer a.hp::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 14px;
	border-top: 3px #3c3c3c solid;
	border-right: 3px #3c3c3c solid;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate(45deg);
}


/* 応募 */
.ps-men {
	display: inline-block;
	background: url(../images/ps-men.png) no-repeat;
	background-size: 90px auto;
	border-radius: 50%;
	margin: 8px 0 0;
	width: 90px;
	height: 90px;
}
.con-step-msg {
	display: inline-block;
	background: rgba(255,255,255,.85);
	border-radius: 16px;
	padding: 16px;
	margin: 15px 0;
	width: 60%;
	font-size: 1em;
	text-align: left;
	vertical-align: top;
}
.conContainer {
	background: rgba(255,255,255,.85);
	border-radius: 16px;
	padding: 30px 16px;
	margin: 15px;

}
.contable table {
	border: none;
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
}
.contable th {
	padding: 0 4px;
	width: 29%;
	font-size: .9em;
	font-weight: 600;
	line-height: 1.1em;
	text-align: center;
	vertical-align: middle;
}
.contable th span {
	font-size: .8em;
	color: #de0e95;
}
.contable td {
	padding: 0 4px;
	width: 71%;
	font-size: .9em;
	text-align: left;
}
.con-coution {
	margin: 10px 0;
	text-align: center;
}
.con-coution strong {
	display: inline-block;
	border-bottom: 2px #445cda dotted;
	color: #445cda;
}
.con-coution .cmt {
	background: #fff7f7;
	border-radius: 8px 0 8px 0;
	padding: 12px;
	margin: 0 0 14px;
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: left;
}

.con-step2, .con-step3 {
	display: none;
}
.err1, .err2, .err3, .err4, .err5 {
	color: #ff0000;
}

.confirmtable table {
	border: none;
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
}
.confirmtable th {
	border-bottom: 2px #8d8d8d solid;
	padding: 10px 6px 6px;
	width: 40%;
	font-size: .9em;
	line-height: 1.1em;
	color: #a8a8a8;
	text-align: left;
}
.confirmtable td {
	border-bottom: 2px #8d8d8d solid;
	padding: 10px 6px 6px;
	width: 60%;
	font-size: .9em;
	line-height: 1.1em;
	text-align: left;
}




/* Slider arrow */
a.prslider_prev, a.prslider_next {
	display: block;
	border-top: 6px #474747 solid;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
a.prslider_prev {
	position: absolute;
	top: 50%;
	left: -8px;
	z-index: 95;
	border-left: 6px #474747 solid;
	transform: translateY(-5px) rotate(-45deg);
}
a.prslider_next {
	position: absolute;
	top: 50%;
	right: -8px;
	z-index: 95;
	border-right: 6px #474747 solid;
	transform: translateY(-5px) rotate(45deg);
}



footer {
	background: #fff;
	padding: 50px 0;
	font-size: .8em;
	color: #8d8d8d;
}

/*  */
.clear {
	clear:both;
}
