@charset "UTF-8";

@font-face {
	font-family: SANCHEZ;
	src: url(./sanchez.otf) format('opentype');
}
* {
	box-sizing: border-box;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

button ,
form input[type="text"],
form select ,
form textarea {
	font-family: sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #555;
	background: url(../images/bg.jpg) center top repeat #fff;
	-webkit-text-size-adjust: 100%;
}
a:link ,
a:visited {
	text-decoration: none;
	color: #bfa600;
}
a:hover ,
a:active {
	text-decoration: none;
	color: #fd9470;
}

#inframe {
	background: transparent;
	text-align: center;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

#auphone {
	width: 100%;
	padding: 0.8em 0;
	text-align: center;
	font-size: 1.14em;
	line-height: 1.28em;
	color: #fff;
	background: #ff2659;
	z-index: 280;
}
#auphone a {
	color: #fff;
}

/* Contents
 * --------------------------------------- */
h1,h2,h3,h4,h5,div,a,p,form {
	box-sizing: border-box;
	vertical-align: bottom;
}
.txt-l {
	font-size: 1.2em;
	line-height: 1.2em;
}
.txt-ll {
	font-size: 1.4em;
	line-height: 1.2em;
}
.txt-lll {
	font-size: 2.0em;
	line-height: 1.2em;
}
.txt-s {
	font-size: 0.8em;
	line-height: 1em;
}
.white {
	color: #555;
}
.red {
	color: #f65c69;
}
.no {
	font-family: 'SANCHEZ',sans-serif;
}
.en {
	font-family: 'SANCHEZ',sans-serif;
}
.serif {
	font-family: serif;
}
.imgem {
	height: 2.4em;
	max-height: 40px;
	vertical-align: middle;
}
.scview {
	opacity: 0;
	transform: translate(0,120px);
	-webkit-transform: translate(0,120px);
}
.scview.effect {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transition: .8s;
	-webkit-transition: .8s;
}
#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 240px;
	margin: 0 auto;
	z-index: -1;
}
#contents-wrap {
	position: relative;
	margin: 0;
}
#page-top {
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 400;
}


/* PC TAB */
@media only screen and (min-width: 681px) {
body {
	font-size: 13px;
	line-height: 1.6em;
	font-family: sans-serif;
}
.pcbr::before {
	content: "\A" ;
	white-space: pre ;
}
div.sp {
	display: none;
}
.box img {
	max-width: 900px;
}
#bg {
	background: url(../images/bg2.jpg) left center no-repeat;
	background-size: cover;
}
body#toppage #bg {
	height: 640px;
	background: url(../images/bg.jpg) left center no-repeat;
	background-size: cover;
}
#page-top {
	right: 12px;
	bottom: 12px;
}
}
/* //PC TAB */

@media only screen and (max-width: 1480px) {
#toppage #bg {
	background: url(../images/bg.jpg) center center no-repeat;
}
}

/* SP */
@media only screen and (max-width: 680px) {
body {
	font-size: 24px;
	line-height: 1.5em;
	font-family: sans-serif;
}
.spbr::before {
	content: "\A" ;
	white-space: pre ;
}
div.pct {
	display: none;
}
div.pc {
	display: none;
}
.nosp {
	display: none;
}
#bg {
	height: 240px;
	background: url(../images/bg2sp.jpg) center top no-repeat;
}
body#toppage #bg {
	height: 640px;
	background: url(../images/bgsp.jpg) center top no-repeat;
}
#page-top {
	right: 12px;
	bottom: 120px;
}
}
/* //SP */


#page-top a {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	background: #92822c;
	border: solid 2px #c1a90e;
	box-shadow: 0 2px 3px 0px rgba(0,0,0,0.14);
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: .4s;
	 transition: .4s;
}
.down #page-top a {
	opacity: 1;
}
#page-top a:hover {
	opacity: 0.4;
	-webkit-transition: .4s;
	 transition: .4s;
}
#page-top a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 24px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.file ,
button ,
a.button ,
input[type="submit"] {
	overflow: hidden;
	z-index: 4;
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 1em auto;
	padding: 0.8em 4.0em 0.9em;
	text-align: center;
	font-size: 1.14em;
	line-height: 1em;
	letter-spacing: 0;
	cursor: pointer;
	color: #fff;
	background: #92822c;
	border: solid 2px #c1a90e;
	box-shadow: 0 2px 3px 0px rgba(0,0,0,0.14);
	border-radius: 5em;
	transition: .4s;
}
#newsbox a.button {
	width: 208px;
	padding: 0.4em 0em;
}
.file:hover ,
button:hover ,
a.button:hover ,
input[type="submit"]:hover {
	color: #fff;
	opacity: 0.4;
	transition: .4s;
}

input[type="submit"] {
	margin: 0 auto;
}
.button_wrap {
	z-index: 3;
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 1em auto;
	overflow: hidden;
	border: solid 1px #fa8e5f;
	border-radius: 4px;
	transition: .4s;
}
.button_wrap:hover {
	opacity: 0.4;
	transition: .4s;
}
.thumbparkmenu ul li button.mixitup-control-active {
	color: #fff;
	background: #f77883;
	border: solid 1px #f77883;
}
.thumbparkmenu ul li button .red {
	margin-right: 4px;
	color: #fff;
}
.thumbparkmenu ul li button.mixitup-control-active .red {
	color: #fff;
}


#recruit-wrap:before ,
h3:after ,
h3:before ,
#footer:after ,
#header-bottom:after ,
#header-bottom:before ,
#header-top:before {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background: #c1a90e;
}
#recruit-wrap:before ,
h3:before ,
#header-bottom:before ,
#header-top:before {
	bottom: 0;
}
h3:after ,
#footer:after ,
#header-bottom:after {
	top: 0;
}

/* header
 * --------------------------------------- */
#header {
	position: relative;
}
#header-top {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
	background: #fff;
	z-index: 64;
}
#header-inner {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	display: block;
	text-align: center;
}
#logo {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	text-transform: uppercase;
}
#logo .en {
	display: block;
	font-weight: normal;
	letter-spacing: 0.02em;
	color: #917814;
}

#header-marquee {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 4px 0 2px;
	text-align: center;
	color: #fff;
	background: #7d7d7d;
	z-index: 68;
}
#header-marquee p:after {
	content: "";
	white-space: nowrap;
	padding-right: 50px;
}
#header-marquee p {
	margin: 0;
	padding-left: 100%;
	display: inline-block;
	white-space: nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:20s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:20s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:20s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:20s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:20s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}
#recvisual ,
#mainvisual {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
}
#topvisual {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
}
h2#mainlogo {
	text-transform: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 2.0em;
	line-height: 1.2em;
	letter-spacing: 0.04em;
	color: #917814;
	background: none;
	-webkit-animation: 2s ease 0s 1 normal topcopy1;
	animation: 2s ease 0s 1 normal topcopy1;
	animation-fill-mode: forwards;
}
@-webkit-keyframes topcopy1 { 0%{opacity:0;} 30%{opacity:0;} 100%{opacity:1;} }
@keyframes topcopy1 { 0%{opacity:0;} 30%{opacity:0;} 100%{opacity:1;} }

h2#mainlogo img {
	vertical-align: top;
	margin: 2px auto 10px;
}
h2#mainlogo span.en ,
h2#mainlogo span.jp {
	display: block;
}
h2#mainlogo span.jp {
	color: #666;
}
#header-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 68px;
	padding: 20px 0 0;
	background: #fff;
	z-index: 60;
}
#header-tel ,
#footer-tel {
	display: inline-block;
	margin: 0px 24px 0 auto;
	padding: 0;
	letter-spacing: 0.02em;
	color: #555;
	vertical-align: top;
	font-size: 24px;
	line-height: 1em;
	font-family: 'SANCHEZ',sans-serif;
}
#header-tel a:link ,
#header-tel a:visited ,
#footer-tel a:link ,
#footer-tel a:visited {
	color: #555;
}
#header-tel span ,
#footer-tel span {
	display: inline-block;
	float: left;
	padding: 0;
	color: #555;
	margin: 3px 4px 0 0;
	font-size: 20px;
	line-height: 1em;
}
#footer-mail {
	margin: 0 auto;
	padding: 12px 0 0;
	font-size: 1.3em;
	line-height: 1.1em;
	font-family: 'SANCHEZ',sans-serif;
}
#footer-mail a {
	color: #555;
}
#header-open ,
#footer-open {
	display: inline-block;
	margin: 0px auto 0;
	padding: 0;
	letter-spacing: 0.02em;
	color: #555;
	vertical-align: top;
	font-size: 24px;
	line-height: 1em;
	font-family: 'SANCHEZ',sans-serif;
}
#header-desk ,
#footer-desk {
	display: inline-block;
	float: left;
}
#header-open span ,
#footer-open span {
	display: inline-block;
	float: left;
	color: #555;
	margin: 3px 4px 0 0;
	font-size: 20px;
	line-height: 1em;
}
#header-desk ,
#footer-desk {
	margin: 0px 24px 0 0;
	font-size: 24px;
	line-height: 1em;
}
#header-open span.jp ,
#footer-open span.jp {
	margin: 4px 4px 0 0;
	font-size: 18px;
}


/* PC TAB */
@media only screen and (min-width: 681px) {
#header {
	padding: 122px 0 68px;
}
#toppage #header {
	padding: 148px 0 68px;
}
#header-inner {
	height: 122px;
	padding: 3px 0 48px;
}
#toppage #header-inner {
	height: 148px;
	padding: 27px 0 48px;
}
#logo {
	padding: 6px 0 0;
}
#logo img {
	vertical-align: top;
	margin: 0 auto 0;
	width: auto;
	height: 52px;
}
#logo .en {
	font-size: 12px;
	line-height: 1.4em;
}
#mainvisual {
	height: 480px;
	background: url(../images/mainvisual.jpg) center center no-repeat;
	background-size: cover;
}
#recvisual {
	height: 480px;
	background: url(../images/mainvisual.jpg) center center no-repeat;
}
#topvisual {
	height: 180px;
	background: url(../images/topvisual.jpg) center center no-repeat;
	background-size: cover;
}
h2 {
	position: absolute;
	top: 56px;
	left: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#recvisual #mainlogo ,
#mainvisual #mainlogo {
	top: 40px;
}
#recvisual img ,
#mainvisual img {
	height: 220px;
}
h2#mainlogo span.en {
	padding: 0 0 10px;
	font-size: 20px;
	line-height: 1.0em;
}
h2#mainlogo span.jp {
	padding: 20px 0 0;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3em;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
#header {
	padding: 110px 0 68px;
}
#toppage #header {
	padding: 151px 0 68px;
}
#header-inner {
	width: 680px;
	height: 110px;
}
#toppage #header-inner {
	height: 151px;
	padding: 41px 0 0;
}
#logo {
	padding: 8px 0 0;
}
#logo img {
	vertical-align: top;
	margin: 0 auto 0;
	width: auto;
	height: 64px;
}
#logo .en {
	font-size: 17px;
	line-height: 1.6em;
}
#header-marquee {
	padding-top: 3px;
}
#recvisual ,
#mainvisual {
	height: 680px;
	background: url(../images/mainvisualsp.jpg) center center no-repeat;
	background-size: cover;
}
#topvisual {
	height: 220px;
	background: url(../images/topvisualsp.jpg) center center no-repeat;
	background-size: cover;
}
h2 {
	position: absolute;
	top: 64px;
	left: 0px;
	width: 100%;
	margin: 0;
	padding: 0 0 0 0px;
	text-align: center;
}
#recvisual #mainlogo ,
#mainvisual #mainlogo {
	top: 50px;
}
h2#mainlogo img {
	margin: 12px auto 12px;
}
#recvisual img ,
#mainvisual img {
	height: 300px;
}
h2#mainlogo span.en {
	font-size: 24px;
	line-height: 1.3em;
}
h2#mainlogo span.jp {
	padding: 30px 0 0;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.3em;
}
#header-tel {
	display: none;
}
#footer-tel {
	margin: 16px 8px 0 auto;
	font-size: 30px;
	line-height: 1em;
}
#header-tel span ,
#footer-tel span {
	margin: 2px 4px 0 0;
	font-size: 28px;
	line-height: 1em;
	vertical-align: bottom;
}
#header-open ,
#footer-open {
	font-size: 30px;
	line-height: 1em;
}
#header-open span ,
#footer-open span {
	margin: 4px 4px 0 0;
	font-size: 25px;
	line-height: 1em;
	vertical-align: bottom;
}
#header-desk ,
#footer-desk {
	margin: 0px 28px 0 0;
	font-size: 30px;
	line-height: 1em;
}
#header-open span.jp ,
#footer-open span.jp {
	margin: 4px 4px 0 0;
	font-size: 23px;
	line-height: 1em;
}
}
/* //SP */

/* footer
 * --------------------------------------- */
#footer {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 24px 0 0;
	text-align: center;
	color: #555;
	background: #fff;
}
#footer-inner {
	position: relative;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
#footer-menu {
	display: block;
	padding: 0;
	list-style-type: none;
	margin: 0 auto 20px;
}
#footer-menu li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
	text-align: center;
	color: #555;
}
#footer-menu li a {
	margin: 0 12px;
	text-decoration: none;
	padding: 0.6em 0.2em;
	font-size: 1.1em;
	line-height: 1.0em;
	background-size: auto 1.2em;
}
#footer-menu li a:before {
	margin-right: 0.16em;
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-weight: 900;
}
#footer-menu li a:link ,
#footer-menu li a:visited {
	color: #555;
}
#footer-menu li a:hover {
	opacity: 0.6;
}
#footer-menu li a span.en {
	display: none;
}
#footer-txt {
	max-width: 1024px;
	margin: 0 auto 16px;
	padding: 0 16px;
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
}
#footer-logo {
	display: inline-block;
	text-align: center;
	width: 400px;
	margin: 12px auto;
	padding: 0;
	text-transform: uppercase;
}
a#footer-logo {
	color: #917814;
}
#footer-logo:hover {
	background: none;
}
#footer-logo .en {
	display: block;
}
#footer-logo img {
	vertical-align: top;
	width: auto;
	height: 180px;
	margin: 6px auto 6px;
}
#footer-banners {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 0;
}
#footer-banners a {
	display: inline-block;
	font-size: 10.5px;
	line-height: 1.5em;
}
#footer-banners a img {
	vertical-align: top;
}
#footer-copy {
	width: 100%;
	margin: 20px auto 0;
	padding: 16px 0;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	background: #7d7d7d;
}


/* SP */
@media only screen and (max-width: 680px) {
#footer {
	padding: 28px 0 0;
}
#footer-inner {
	width: 680px;
}
#footer-menu {
	width: 600px;
	margin: 0 auto 28px;
	text-align: left;
}
#footer-menu li {
	display: inline-block;
	margin: 0 auto 8px;
	padding: 0;
	width: 49%;
	text-align: left;
}
#footer-menu li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0.7em 0.2em 0.4em;
	font-size: 1.0em;
	line-height: 1.1em;
	background-size: auto 1.0em;
}
#footer-menu li a:before {
	margin-right: 0.16em;
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-weight: 900;
}
#footer-menu li a span {
	vertical-align: middle;
}
#footer-txt {
	width: 640px;
	text-align: left;
	font-size: 22px;
	line-height: 1.4em;
}
#footer-logo {
	margin: 8px auto 0;
}
#footer-logo img {
	height: 180px;
	margin: 8px auto 8px;
}
#footer-copy {
	padding: 20px 0 120px;
	font-size: 20px;
	line-height: 1em;
}
}



/* #footersp
 * --------------------------------------- */
/* SP */
@media only screen and (max-width: 680px) {
#footersp {
	position: fixed;
	bottom: -1px;
	left: 0;
	display: block;
	width: 100%;
	height: 110px;
	padding: 8px 0 0;
	text-align: left;
	color: #fff;
	background: #7d7d7d;
	border-top: solid 1px #555;
	line-height: 0em;
	letter-spacing: -.40em; /*隙間対策 */
	font-family: sans-serif;
	z-index: 960;
}
#footersp a {
	display: inline-block;
	width: 113px;
	height: 72px;
	margin: 0 auto 0 0;
	padding: 6px 0 0;
	font-size: 18px;
	line-height: 1.2em;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
	border-right: solid 1px #aaa;
	letter-spacing: normal; /*隙間対策 */
}
#footersp a img {
	display: block;
	width: auto;
	height: 36px;
	margin: 0 auto 6px;
}
}
/* //SP */


/* #menu
 * --------------------------------------- */
/* PC TAB */
@media only screen and (min-width: 681px) {
#menubtn {
	display: none;
}
#menu-wrap {
	position: fixed;
	top: 80px;
	right: 0px;
	display: block;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 648;
}
#toppage #menu-wrap {
	top: 106px;
}
#menu {
	display: table;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
	border-collapse: collapse;
	border-spacing: 0;
	letter-spacing: -1em; /*隙間対策 */
}
#menu li {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	letter-spacing: normal; /*隙間対策 */
}
#menu li:nth-child(7) {
}
#menu li a {
	position: relative;
	display: block;
	width: auto;
	min-width: 140px;
	height: 40px;
	margin: 0;
	padding: 8px 12px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #555;
	background: none;
}
#menu li a:link ,
#menu li a:visited {
	color: #555;
}
#menu li a.menuon {
	color: #555;
}
#menu li a img {
	display: none;
}
menu li a span {
	vertical-align: top;
}
#menu li a span.en {
	display: block;
	height: 16px;
	padding: 0;
	font-family: 'SANCHEZ',sans-serif;
	font-size: 15px;
	line-height: 1em;
	letter-spacing: 0.1em;
}
#menu li a span.jp {
	color: #fff;
}
#menu li a span.jp {
	position: absolute;
	left: 0px;
	bottom: 4px;
	display: block;
	width: 100%;
	height: 11px;
	padding: 0;
	font-size: 11px;
	line-height: 1em;
	color: #666;
	opacity: 0;
	transition: .3s;
}
#menu li a:hover span.jp {
	opacity: 1.0;
	transition: .3s;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
#menubtn {
	position: fixed;
	bottom: 9px;
	right: 20px;
	width: 80px;
	height: 100px;
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 0em;
	font-family: sans-serif;
	color: #fff;
	z-index: 990;
}
.navBtn {
	position: relative;
	width: 80px;
	height: 58px;
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
}
.navBtn .line {
	position: absolute;
	left: 16px;
	width: 48px;
	height: 4px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
.navBtn .line.lineT {
	top: 16px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.navBtn .line.lineB {
	top: 30px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.navBtn .line.lineC {
	top: 44px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
body.open .navBtn .line.lineT {
	top: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
body.open .navBtn .line.lineC {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
body.open .navBtn .line.lineB {
	top: 30px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#menu-wrap {
	z-index: 900;
	visibility: visible;
	overflow: hidden;
	position:fixed;
	margin: 0;
	top: 0;
	left: -101%;
	display: block;
	width: 100%;
	height: 100vh;
	padding: 0;
	background: #fdeee7;
	transition: left 0.6s ease-in 0.2s;
}
body.open #menu-wrap {
	position: fixed;
	left: 0;
	transition: left 0.4s ease-out 0s;
}
#menu {
	position: absolute;
	left: 60px;
	bottom: calc(50% - 280px);
	display: block;
	width: 560px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	vertical-align: middle;
}
#menu li {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border-top: solid 1px #fff;
}
#menu li a {
	display: block;
	width: 480px;
	height: auto;
	margin: 0 auto;
	padding: 28px 0 28px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 0.04em;
	line-height: 1.0em;
	font-family: serif;
	color: #555;
}
#menu li a:link ,
#menu li a:visited {
	color: #555;
}
#menu li a:hover ,
#menu li a:active {
	color: #555;
}
#menu li a img {
	display: inline-block;
	height: 44px;
	margin: 0 12px 0 0;
	vertical-align: middle;
}
#menu li a span.en {
	font-size: 26px;
	font-family: 'SANCHEZ',sans-serif;
}
#menu li a span.jp {
	height: auto;
	margin-left: 16px;
	font-size: 20px;
}
#menu li a span {
	vertical-align: middle;
}
}
/* //SP */


/* toppage
 * --------------------------------------- */
#webreserveapp {
	display: inline-block;
	margin: 40px auto 40px;
}
#toppic {
	margin: 0 auto;
	overflow: hidden;
}
#toppic ul {
	margin: 0;
	padding: 0;
}
#toppic ul li {
	list-style: none;
}
#tw p {
	margin: 0 auto;
	padding: 1.2em 0 1.2em;
	text-align: left;
}
#topbanner img {
	vertical-align: top;
}
/* news twiier
 * --------------------------------------- */
.twitter-timeline {
	margin: 0 auto;
}
#detail #tw {
	float: none;
	width: 400px;
	height: 400px;
	margin: 0 auto 8px;
}
#newsbox {
	padding: 0;
	overflow-y: auto;
}
#newsbox a {
	display: block;
	margin: 0 auto 20px;
}
#newsbox a img {
	vertical-align: bottom;
}
.kiji {
	width: 580px;
	margin: 0 auto 8px;
	padding: 0 0 0 46px;
	text-align: left;
	border-bottom: solid 1px #c5beb5;
	background: url(../images/sns.png) left top no-repeat;
	background-size: 40px auto;
}
.kiji .date {
	margin: 0;
	padding: 4px 0 4px;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
}
.kiji .com {
	margin: 0;
	padding: 0px 0 12px;
	line-height: 1.3em;
}
.kiji img {
	display: block;
	max-width: calc(100% - 8px);
	height: auto;
	margin: 8px 8px 8px 0;
	clear: both;
}
.kiji img:first-child {
	float: left;
}
.kiji img:nth-of-type(2) {
}

/* PC TAB */
@media only screen and (min-width: 681px) {
#toppic {
	width: 900px;
	height: 630px;
}
#tw {
	width: 480px;
	height: auto;
	margin: 0 auto 40px;
}
#newsbox {
	width: 600px;
	height: 360px;
	margin: 0 auto 0px;
}
#topbanner {
	width: 660px;
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
}
#topbanner a {
	opacity: 1;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
#topbanner a:hover {
	opacity: 0.5;
}
#topbanner img {
	display: inline-block;
	margin: 0 4px 20px;
	width: 320px;
	height: auto;
	vertical-align: top;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
#webreserveapp {
	margin: 28px auto 20px;
}
#toppic {
	width: 680px;
	height: 470px;
}
#detail #tw ,
#tw {
	width: 360px;
	margin: 160px auto 170px;
	padding: 0 12px;
	transform: scale(1.8,1.8);
}
#nw {
	width: 600px;
	margin: 20px auto 0;
	padding: 20px 0 0;
	border-top: solid 1px #ada69c;
}
#newsbox {
	width: 600px;
	height: 380px;
	margin: 0 auto 60px;
}
#topbanner {
	width: 680px;
	margin: 0 auto 0;
	padding: 40px 0 20px;
	text-align: center;
}
#topbanner p {
	padding: 1.2em 40px 1.2em;
}
#topbanner img {
	display: inline-block;
	margin: 10px auto 0;
	width: 320px;
	height: 112px;
}
.kiji {
	background: url(../images/sns.png) left top no-repeat;
	background-size: 40px auto;
}
.kiji {
	padding: 0 0 0 50px;
}
.kiji .date {
	padding: 6px 0 6px;
}
.kiji .com {
	padding: 0px 0 12px;
}
}
/* //SP */




/* Contents
 * --------------------------------------- */
#contents {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.main {
	margin: 0 auto;
	padding: 0;
}
.section {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 0px;
}
body.second .section:first-child {
	padding: 0px 0 0px;
}
.section#toppics {
	padding: 10px 0 20px;
}
.section#today ,
.section#newcast {
	margin: 0 auto 0px;
	padding: 28px 0 40px;
}
.section#news {
	margin: 0 auto 0px;
	padding: 20px 0 0px;
}
.section#toprecruit {
	margin: 0 auto 0px;
	padding: 30px 0 20px;
}
.sectionin {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 0px;
	overflow: hidden;
}

/* SP */
@media only screen and (max-width: 680px) {
#detail .main {
	width: 680px;
}
.section {
	width: 680px;
	overflow: hidden;
}
.section#toppics {
	padding: 10px 0 20px;
}
.section#news {
	padding: 40px 0 40px;
}
.section#toprecruit {
	padding: 60px 0 60px;
}
.sectionin {
	width: 680px;
}
#news .sectionin {
	width: 680px;
}
body.schedulepage .sectionin ,
body.castpage .sectionin {
	padding: 12px 0px 12px;
}
}
/* //SP */


/* Box
 * --------------------------------------- */
.yellow {
	display: inline-block;
	padding: 0px 6px 3px;
	background: linear-gradient(transparent 60%, #bcf19e 60%);
}
.leftimg {
	float: left;
	margin: 0 15px 15px 0;
}
.rightimg {
	float: right;
	margin: 0 0 0px 15px;
}
.campain {
	width: 100%;
	max-width: 820px;
}
.box {
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto 20px;
	padding: 20px 20px 20px;
	background: #fff;
	box-shadow: 0 2px 3px 0px rgba(0,0,0,0.14);
	border-radius: 8px;
}
.box#conceptimg {
	box-shadow: none;
}
.box p {
	margin: 0 0 0.8em;
	padding: 0;
	text-align: left;
}
.box p:last-of-type {
	margin: 0 0 0px;
}
.half-box {
	background: #fff;
}
.point {
	display: block;
	width: 200px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0;
	background: url(../images/point.png) center 20px no-repeat;
}


/* PC TAB */
@media only screen and (min-width: 681px) {
#news .box {
	max-width: 600px;
}
#detail .box {
	max-width: 1120px;
	margin: 0px auto 0px;
	padding: 0px 20px 0px;
}
.box img {
	max-width: 900px;
}
.box#conceptimg {
	background: url(../images/concept.jpg) 50px 60px no-repeat;
	background-size: auto 470px;
}
.half-box {
	box-shadow: 0 2px 3px 0px rgba(0,0,0,0.14);
}
#concept .half-box {
	display: inline-block;
	width: 44%;
	float: left;
	margin: 0 auto 0 510px;
	padding: 2.4em 2.4em;
	font-size: 1.1em;
	line-height: 1.6em;
	border-radius: 8px;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
.box {
	width: 680px;
	margin: 0 auto 60px;
	padding: 20px 0px 20px;
}
.box#conceptimg {
	background: url(../images/conceptsp.jpg) center top no-repeat;
	background-size: 610px auto;
}
#concept .half-box {
	margin: 360px auto 0;
	padding: 1.2em 1.5em;
}
#detail .box {
	margin: 0px auto 0px;
	padding: 0px 0px 0px;
}
}
/* //SP */


/* txt
 * --------------------------------------- */
.txt {
	width: 100%;
	margin: 0 auto 24px;
	padding: 0px 0px;
	text-align: left;
}
.txt:last-of-type {
	margin: 0 auto 12px;
}
.txt-box {
	width: 100%;
	margin: 0 auto 28px;
	padding: 0 20px 20px;
}
@media only screen and (max-width: 680px) {
.txt-box {
	padding: 28px 20px;
}
}
.rec-box {
	list-style-type: none;
	width: 100%;
	max-width: 840px;
	margin: 0 auto 28px;
	padding: 12px 16px 12px;
	font-size: 1em;
	border: 1px solid #f7d0d5;
	background: rgba(255,255,255,0.6);
	-webkit-border-radius: 8px; /*角丸*/
	-moz-border-radius: 8px;
	border-radius: 8px;
}
div.rec-box {
	line-height: 1.8em;
}
p.rec-box {
	margin: 0 auto 28px;
	padding: 12px 40px 12px;
	text-align: left;
}
ul.rec-box {
	margin: 0 auto 28px;
	padding: 20px 12px 8px;
	text-align: center;
}
ul.rec-box li {
	display: inline-block;
	margin: 0 6px 12px;
	padding: 2px 8px;
	line-height: 1em;
}
.box ol ,
.box ul {
	margin: 0px;
	padding: 0.1em 0 0.1em 0.2em;
	text-align: left;
}
.txt-box ul li {
	margin: 0px 0px;
	padding: 0.4em 0 0.4em 1.5em;
	line-height: 1.4em;
	list-style-type: none;
	background: url(../images/li.png) left 0.44em no-repeat;
	background-size: 1.2em auto;
}
.txt-box ul li:last-child {
	padding: 0.4em 0 0em 1.5em;
}
.box dl {
	margin: 0;
	text-align: left;
}
.box dt {
	color: #555;
	margin: 0;
	padding: 6px 32px 8px;
	background: #fff6e6;
}
.box dd {
	margin: 0;
	padding: 6px 32px 10px;
}


.about {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	letter-spacing: -.40em; /*隙間対策 */
}
.about-box {
	vertical-align: top;
	display: inline-block;
	width: 33.3%;
	margin: 0;
	padding: 0;
	letter-spacing: normal; /*隙間対策 */
}
.about-box img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	vertical-align: top;
}
.about-txt {
	position: relative;
	padding: 1.7em 1em 1.6em;
	text-align: left;
	font-size: 1em;
	line-height: 1.8em;
}
.about-txt i {
	position: absolute;
	top: -0.3em;
	left: calc(50% - 0.5em);
	font-size: 2em;
	color: #8ecc51;
}
.about-txt  h4 {
	margin: 0 auto 0;
	padding: 0 0 0.2em;
	text-align: center;
	font-weight: bold;
	font-family: serif;
	font-size: 1.6em;
	line-height: 1.2em;
	letter-spacing: 0.0em;
}
.about-txt p {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1.em;
	line-height: 1.4em;
}

/* SP */
@media only screen and (max-width: 680px) {
.about-box {
	width: 100%;
}
.about-pic {
	height: 280px;
	overflow: hidden;
}
.about-txt {
	padding: 1.7em 2em 1.6em;
	font-size: 0.9em;
	height: auto;
}
.about-txt  h4 {
	font-size: 1.6em;
	line-height: 1.2em;
}
.about-txt i {
	font-size: 1.8em;
}
}


/* Heading
 * --------------------------------------- */
h2 {
	margin: 0 auto;
	padding: 0px 0 0px;
	text-align: center;
	text-transform: uppercase;
	text-indent: 0.2em;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0.2em;
	color: #555;
}
h2 span.en {
	position: relative;
	display: inline-block;
	margin: 0 auto 0;
	padding: 0;
	font-family: 'SANCHEZ',sans-serif;
	font-size: 3.6em;
	line-height: 1.0em;
}
h2 span.jp {
	display: block;
	margin: 0 auto 0;
	padding: 0.1em 0 0;
	font-family: 'SANCHEZ',sans-serif;
	font-size: 1.6em;
	line-height: 1.0em;
	letter-spacing: 0.04em;
}
h3 {
	position: relative;
	width: 100%;
	margin: 20px auto 20px;
	padding: 20px 0 18px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'SANCHEZ',sans-serif;
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0.04em;
	color: #58543b;
	background: url(../images/bg2.jpg) center top repeat #fce6e9;
}

#detail h3 {
	margin: 0 auto 24px;
	padding: 16px 0 10px;
}
h3 span.en {
	position: relative;
	display: inline-block;
	margin: 0 auto 0;
	padding: 0 1.6em 0.1em;
	font-size: 2.8em;
	line-height: 1.0em;
	letter-spacing: 0.04em;
}
#detail h3 span.en {
	font-size: 1.6em;
	line-height: 1.0em;
}
h3 span.en::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
}
h3 span.jp {
	display: block;
	margin: 0 auto 0;
	padding: 0.1em 0 0;
	font-size: 1.2em;
	line-height: 1.0em;
	letter-spacing: 0em;
}
h4 {
	position: relative;
	max-width: 100%;
	margin: 0 auto 1.1em;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	text-indent: 0.1em;
	font-family: 'SANCHEZ',sans-serif;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0.01em;
	color: #a69107;
	border-bottom: solid 2px #a69107;
	z-index: 2;
}
h4 span.jp {
	display: inline-block;
	padding: 0 0 0.1em;
	font-size: 1.8em;
	line-height: 1.0em;
}
h5 {
	margin: 0 auto 6px;
	padding: 0 12px 0.2em;
	text-align: center;
	font-family: 'SANCHEZ',sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2em;
	letter-spacing: 0px;
	color: #a69107;
}


/* SP */
@media only screen and (max-width: 680px) {
h2 {
	padding: 0;
}
h2 span.en {
	font-size: 2.4em;
	line-height: 1.0em;
}
h2 span.jp {
	font-size: 1.2em;
	line-height: 1.0em;
}
h3 span.en {
	font-size: 2.2em;
	line-height: 1.0em;
}
h3 span.jp {
	font-size: 1.0em;
	line-height: 1.0em;
}

#detail h3 span.en {
	font-size: 1.6em;
}
h4 span.jp {
	font-size: 1.5em;
	line-height: 1.0em;
}
body.recruitpage h4 {
	padding: 0 0px;
	letter-spacing: 0.0em;
}
#no1 h5 {
	font-size: 1.4em;
}
}


/* Cell
 * --------------------------------------- */
.cell {
	width: 100%;
	margin: 0 auto 4px;
	overflow: hidden;
}
.pcell {
  background-image: -moz-linear-gradient(0deg,#fcf2f3 0%,#fbecec 100%);
  background-image: -webkit-linear-gradient(0deg,#fcf2f3 0%,#fbecec 100%);
  background-image: -ms-linear-gradient(0deg,#fcf2f3 0%,#fbecec 100%);
}
#detail .cell {
	max-width: 1080px;
}
.cell .cset {
	margin: 0 auto 6px;
	overflow: hidden;
	line-height: 1.4em;
	border-bottom: solid 1px #ccc;
}
.cell .cset div {
	float: left;
	padding: 1em 2% 1em;
}
#detail .cell .cset div {
	padding: 0.4em 2% 0.4em;
}
.pcell .cset div {
	padding: 0.7em 1.2% 0.7em;
}
.pcell .cset div {
	font-size: 1.12em;
}
.lcell .cset div {
	font-size: 1.24em;
}
.dcell .cset div {
	font-size: 1.2em;
}
.cell .cset div .en {
	font-size: 1.3em
}
.cell .cset div .no {
	margin-left: 0.1em;
	margin-right: 0.1em;
	font-size: 1.28em;
	font-weight: normal;
}
.cell .cset .cleft {
	width: 20%;
	padding: 1em 2% 1em;
	text-align: left;
}
.cell .cset .cright {
	position: relative;
	width: 80%;
	padding: 1em 2% 1em;
	text-align: left;
}
.pcell .cset .cleft {
	width: 45%;
}
.pcell .cset .cright {
	width: 55%;
	text-align: right;
	color: #f65c69;
}
.pcell .cset .cright s {
	color: #bea596;
}
.pdcell .cset .cright {
	color: #d060ff;
}
.mcell .cset .cleft {
	width: 28%;
}
.mcell .cset .cright {
	width: 72%;
}
.need {
	margin: 0 auto 0 4px;
	padding: 1px 3px;
	font-size: 0.94em;
	line-height: 0.9em;
	text-align: center;
	color: #fff;
	background: #36d2ba;
	border-radius: 2px;
}


/* PC TAB */
@media only screen and (min-width: 681px) {
.cell {
	max-width: 800px;
	padding: 0;
}
.pcell {
	max-width: 880px;
	padding: 40px 120px;
}
#detail .dcell .cset {
	float: left;
	margin: 0 auto 0px;
	width: 14.28%;
	border-left: solid 1px #ccc;
	border-bottom: solid 0px #ccc;
}
#detail .dcell .cset:first-child {
	border-left: solid 0px #ccc;
}
#detail .dcell .cset div {
	float: none;
}
#detail .dcell .cset .cleft {
	width: 100%;
	padding: 0.8em 0 0.4em;
	text-align: center;
	border-right: solid 0px #fff;
	border-bottom: solid 2px #fff;
}
#detail .dcell .cset .cright {
	width: 100%;
	padding: 0.4em 0 1.0em;
	text-align: center;
	border-top: solid 1px #fce6e9;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
#detail .cell {
	width: 620px;
}
.mcell .cset div {
	float: none;
}
.pcell .cset .cleft {
	width: 40%;
}
.pcell .cset .cright {
	width: 60%;
}
.plcell .cset .cleft {
	width: 40%;
}
.plcell .cset .cright {
	width: 60%;
}
.mcell .cset .cleft {
	width: 100%;
	padding: 1em 2% 0.2em;
}
.mcell .cset .cright {
	width: 100%;
	padding: 0.2em 2% 1em;
}
.dcell .cset {
	border-bottom: solid 1px #ccc;
}
.dcell .cset .cleft {
	width: 30%;
}
.dcell .cset .cright {
	width: 70%;
}
}
/* //SP */





/* cast
 * --------------------------------------- */
.thumbparkmenu {
	overflow: hidden;
	clear: both;
	text-align: center;
	width: 100%;
}
.thumbparkmenu ul {
	display: table;
	margin: 4px auto 24px;
	padding: 0;
	text-align: center;
}
.thumbparkmenu ul li {
	display: inline-block;
	list-style-type: none;
}
.thumbparkmenu ul li button {
	margin: 0 3px;
	padding: 0.8em 2.0em;
	text-decoration: none;
	font-size: 1.1em;
}
#thumbpark ,
.thumbindex {
	width: 100%;
	margin: 0 auto;
	padding: 1.6em 0 0;
	text-align: center;
	line-height: 0em;
	letter-spacing: -.40em; /*隙間対策 */
}
.pickupbox {
	display: inline-block;
	overflow: hidden;
}
.thumb {
	display: inline-block;
	position: relative;
	padding: 0;
	text-align: center;
	line-height: 1em;
	overflow: hidden;
	letter-spacing: normal; /*隙間対策 */
	background: #ffeff1;
	border: solid 5px #ffeff1;
	box-shadow: 0 2px 6px 1px rgba(0,0,0,0.2);
	border-radius: 14px;
}
.thumb a.iframe {
	z-index: 8;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	color: #888;
}
.thumb figure {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto 0;
	padding: 0px;
	text-align: center;
}
.thumb figure {
	height: 312px;
}
@media only screen and (max-width: 680px) {
.thumb figure {
	height: 388px;
}
}
.thumb figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.thumb figcaption {
	width: 100%;
	margin: 0 auto;
	padding: 0.4em 0;
}
.thumbname {
	display: block;
	padding: 0.4em 0;
	font-size: 1.1em;
	line-height: 1em;
	text-align: center;
	color: #555;
}
.thumb .timemon ,
.thumb .timetue ,
.thumb .timewed ,
.thumb .timethu ,
.thumb .timefri ,
.thumb .timesat ,
.thumb .timesun ,
.thumb .time {
	display: block;
	width: 80%;
	margin: 0 auto 0;
	padding: 0.4em 0 0.4em 3em;
	font-size: 1.1em;
	line-height: 1em;
	color: #555;
	border-top: solid 1px #bbb;
}
.thumbroom {
	display: inline-block;
	width: 3.6em;
	height: 1.3em;
	margin: 0 auto 0;
	padding: 0.2em 0 0;
	text-align: center;
	font-size: 1em;
	line-height: 1em;
	color: #fff;
	border-radius: 0.8em;
}
.thumb .thumbroom {
	display: block;
	position: absolute;
	left: 28px;
	bottom: 6px;
}
#detail .thumbroom {
	margin-right: 0.4em;
}
.rooma {background-color: #ff9c00;}
.roomb {background-color: #ff7cc3;}
.roomc {background-color: #be7eff;}
.roomd {background-color: #009fb7;}
.roome {background-color: #2837ff;}
.roomf {background-color: #ff4027;}


.thumb .room1 ,
.thumb .room2 ,
.thumb .room3 ,
.thumb .room4 ,
.thumb .room5 ,
.thumb .room6 ,
.thumb .room7 {display: none;}

.tday-mon .room1 {display: block;}
.tday-tue .room2 {display: block;}
.tday-wed .room3 {display: block;}
.tday-thu .room4 {display: block;}
.tday-fri .room5 {display: block;}
.tday-sat .room6 {display: block;}
.tday-sun .room7 {display: block;}


#detail .thumbname {
	width: 100%;
	height: auto;
	padding: 0.4em 0 0.4em;
	font-size: 2.0em;
	line-height: 1em;
}
.thumbsize {
	margin: 1px auto 0;
}

#detail .thumbsize {
	width: 100%;
	margin: 0 auto 0;
	padding: 2px 0 0;
	font-size: 1.2em;
	line-height: 1em;
}
.thumb .timemon ,
.thumb .timetue ,
.thumb .timewed ,
.thumb .timethu ,
.thumb .timefri ,
.thumb .timesat ,
.thumb .timesun {display: none;}

.tday-mon .timemon {display: block;}
.tday-tue .timetue {display: block;}
.tday-wed .timewed {display: block;}
.tday-thu .timethu {display: block;}
.tday-fri .timefri {display: block;}
.tday-sat .timesat {display: block;}
.tday-sun .timesun {display: block;}

.thumbicon {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 50px;
	height: 14px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top;
}
.icona {background-image: url(../images/icona.gif);}
.iconb {background-image: url(../images/iconb.gif);}
.iconc {background-image: url(../images/iconc.gif);}
.icond {background-image: url(../images/icond.gif);}
.icone {background-image: url(../images/icong.gif);}
.iconf {background-image: url(../images/iconf.gif);}

html > body p.linkarea a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	text-indent: -200%;
}
html > body p.linkarea a:hover {
}

.class ,
.nmk ,
.new ,
.tw {
	position: absolute;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
}
.classa {
	background-image: url(../images/classa.png);
}
.classb {
	background-image: url(../images/classb.png);
}
.classc {
	background-image: url(../images/classc.png);
}
.nmk {
	background-image: url(../images/nmk.png);
}
.new {
	background-image: url(../images/new.png);
}
.tw {
	background-image: url(../images/tw2.png);
}
#detail .class {
	left: 0px;
	top: 15px;
}
#detail .nmk {
	right: 0px;
	top: 15px;
}
#detail .new {
	right: 44px;
	top: 15px;
}
.thumb .tw {
	right: 2px;
	top: 2px;
}
.thumb .class {
	left: 2px;
	top: 2px;
}
.thumb .nmk {
	left: 2px;
	top: 44px;
}
.thumb .new {
	right: 2px;
	top: 44px;
}
.thumbnew .new {
	display: none;
}
.review {
	width: 440px;
	max-height: 680px;
	overflow: auto;
}
.thumbicon {
	position: absolute;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
}
.icona {background-image: url(../images/icona.png);}
.iconb {background-image: url(../images/iconb.png);}
.iconc {background-image: url(../images/iconc.png);}
.icond {background-image: url(../images/icond.png);}
.icone {background-image: url(../images/icong.png);}
.iconf {background-image: url(../images/iconf.png);}



/* PC TAB */
@media only screen and (min-width: 681px) {
.thumb {
	width: 248px;
	height: 356px;
	margin: 0 10px 20px;
	font-size: 14px;
}
.thumbtime {
	height: 384px;
}
.thumb figure img {
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.thumb a.iframe:hover figure img {
	-webkit-transform:scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
#detail .new ,
#detail .class ,
#detail .nmk {
	width: 42px;
	height: 42px;
}
.thumb .tw ,
.thumb .class ,
.thumb .new ,
.thumb .nmk {
	width: 42px;
	height: 42px;
}
.thumb .new ,
.thumb .nmk {
	top: 44px;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
.thumbparkmenu ul li {
	width: 32%;
	margin: 0 0.6% 20px;
}
.thumbparkmenu ul li:first-child {
	width: 98%;
	margin: 0 0.6% 20px;
}
.thumbparkmenu ul li button {
	width: 100%;
	padding: 0.6em 1.2em;
	font-size: 1.0em;
}
.thumb {
	width: 320px;
	height: 432px;
	margin: 0 7px 14px;
	font-size: 22px;
}
.thumbtime {
	height: 468px;
}
.thumb figure {
	height: 380px;
}
.thumb figcaption {
}
.thumbname {
	padding: 0.1em 0 0.4em;
	font-size: 1.0em;
	line-height: 1em;
}
.thumb .timemon ,
.thumb .timetue ,
.thumb .timewed ,
.thumb .timethu ,
.thumb .timefri ,
.thumb .timesat ,
.thumb .timesun ,
.thumb span.time {
	padding: 0.3em 0 0.2em 2em;
	font-size: 1.0em;
	line-height: 1em;
}
.thumb .thumbroom {
	left: 6px;
	bottom: 4px;
}
#detail .new ,
#detail .class ,
#detail .nmk {
	top: 32px;
	width: 70px;
	height: 70px;
}
#detail .new {
	right: 70px;
}
.thumb .tw ,
.thumb .class ,
.thumb .new ,
.thumb .nmk {
	top: 4px;
	width: 60px;
	height: 60px;
}
.thumb .new ,
.thumb .nmk {
	top: 64px;
}
}
/* //SP */

/* detail */
.profilebox {
	position: relative;
	margin: 0 auto;
	padding: 0.8em 0 1.6em;
	text-align: center;
}
#detail p {
	max-width: 620px;
	margin: 0 auto;
	padding: 0.2em 0;
}

#detailphoto {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#detailphoto .photos {
	width: 520px;
	height: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
#detailphoto .photos .flexslider {
	height: 816px;
	margin: 0 auto 0;
}
.box #detailphoto ul li {
	margin: 0;
	padding: 0;
}
#detailphoto .photos .flexslider .slides {
	overflow: hidden;
	width: 520px;
	height: 680px;
	margin: 0 auto;
	padding: 0;
}
#detailphoto .photos .flexslider .slides img {
	width: 100%;
	height: auto;
}
#detail .flex-control-thumbs {
	display: table;
	width: auto;
	height: 112px;
	margin: 12px auto 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	letter-spacing: -.40em; /*隙間対策 */
}
#detail .flex-control-thumbs li {
	display: table-cell;
	width: 100px;
	height: 120px;
	margin: 0 auto 0;
	padding: 0 4px;
	border-style: none;
	overflow: hidden;
	letter-spacing: normal; /*隙間対策 */
}
#detail .flex-control-thumbs img {
	width: 92px;
	height: auto;
	border-style: none;
}
#detail .flex-control-thumbs img:hover {
	border-style: none;
}
#detail .flex-control-thumbs .flex-active {
	overflow: hidden;
}
/* PC TAB */
@media only screen and (min-width: 681px) {
#profile {
	float: right;
	width: calc(100% - 550px);
	margin: 0 auto 0 0;
	padding: 0;
}
#profile p {
	max-height: 480px;
	overflow-y: auto;
}
#detailphoto {
	float: left;
	width: 520px;
	margin: 0 auto 0 0;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
#detailphoto {
	width: 680px;
}
#detailphoto .photos {
	width: 680px;
	height: 1000px;
}
#detailphoto .photos .flexslider {
	height: 1000px;
}
#detailphoto .photos .flexslider .slides {
	width: 680px;
	height: 837px;
}
}
/* //SP */




/* access
 * --------------------------------------- */
.map {
	display: block;
	width: 100%;
	max-width: 880px;
	height: 360px;
	margin: 0 auto 0px;
}
.access {
	margin: 0 auto;
	padding: 20px 0 0;
	line-height: 1.2em;
	overflow: hidden;
}
.access div {
	position: relative;
	display: block;
	width: 48%;
	float: left;
	margin: 0 1% 16px;
	padding: 16px 2% 12px;
	text-align: left;
}
.access div:nth-child(2n+1) {
	clear: both;
}
.access div img {
	width: 100%;
	margin: 0 auto 4px;
	display: block;
}
.access .no {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 44px;
	height: 44px;
	margin: -8px 0 0;
	padding: 3px 3px 2px 0;
	text-align: center;
	font-size: 40px;
	line-height: 1em;
	font-style: italic;
	color: #fff;
	background: #43d0ee;
	-webkit-border-radius: 36px; /*角丸*/
	-moz-border-radius: 36px;
	border-radius: 36px;
}
/* flow
 * --------------------------------------- */
.flowbox {
	width: 100%;
	margin: 0 auto 10px;
	padding: 28px 0px 20px;
}
.flow {
	position: relative;
	display: block;
	width: 100%;
	max-width: 840px;
	margin: 0 auto 1.0em;
	padding: 16px 20px 20px;
	text-align: center;
	font-size: 100%;
	line-height: 1.5em;
	border: 1px solid #f7d0d5;
	background: rgba(255,255,255,0.6);
	-webkit-border-radius: 8px; /*角丸*/
	-moz-border-radius: 8px;
	border-radius: 8px;
}
@media only screen and (max-width: 680px) {
.flow {
	text-align: left;
}
}
.flow .no {
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	margin: 0 0 0 0.2em;
	padding: 0.06em 0.14em 0 0;
	text-align: center;
	font-size: 1.1em;
	line-height: 1em;
	font-style: italic;
	color: #fff;
	background: #e02c4a;
	-webkit-border-radius: 2em; /*角丸*/
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.flowpic {
	margin: 0 auto;
	padding: 0 0 8px;
	text-align: center;
}

/* Q&A
 * --------------------------------------- */
.qabox {
	position: relative;
	display: block;
	width: 100%;
	max-width: 720px;
	margin: 0 auto 12px;
	padding: 0;
	text-align: left;
}
.qabox .ques {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 15px 40px 15px 54px;
	line-height: 1.2em;
	color: #fff;
	background: #84a4ff;
	-webkit-border-radius: 36px; /*角丸*/
	-moz-border-radius: 36px;
	border-radius: 36px;
}
.qabox:nth-child(2n+1) .ques {
	background: #62d8f1;
}
.qabox .ans {
	position: relative;
	display: none;
	width: 96%;
	height: auto;
	margin: 6px auto 0;
	padding: 0px 12px 12px 52px;
	line-height: 1.6em;
	color: #555;
	-webkit-transition: 2.2s;
	-moz-transition: 2.2s;
	 transition: 2.2s;
}
.qabox.open .ans {
	display: block;
	-webkit-transition: 2.2s;
	-moz-transition: 2.2s;
	 transition: 2.2s;
}
.qabox .no {
	position: absolute;
	left: 6px;
	top: 4px;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 5px 0 0 4px;
	text-align: center;
	font-weight: bold;
	line-height: 1em;
	font-style: nomal;
	font-size: 160%;
	color: #fff;
	background: #62d8f1;
	-webkit-border-radius: 36px; /*角丸*/
	-moz-border-radius: 36px;
	border-radius: 36px;
}
.qabox:nth-child(2n+1) .ques .no {
	background: #84a4ff;
}
.qabtn {
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 3em;
}
.qabtn:before {
	cursor: pointer;
	position: absolute;
	right: 14px;
	top: 23px;
	content: "";
	display: block;
	width: 22px;
	height: 4px;
	background: #fff;
}
.qabtn:after {
	position: absolute;
	right: 23px;
	top: 14px;
	content: "";
	display: block;
	width: 4px;
	height: 22px;
	background: #fff;
}
.open .qabtn:after {
	position: absolute;
	right: 23px;
	top: -5px;
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	background: #fff;
}


/*form
 * --------------------------------------- */
#mailframe {
	width: 640px;
	height: 400px;
	margin: 0 auto;
	border: none;
}
form {
	margin: 0;
	padding: 0;
	text-align: center;
}
form input[type="text"],
form select ,
form textarea {
	margin: 4px 0;
	font-size: 100%;
	line-height: 1.2em;
	border: solid 1px #bbb;
}
form input[type="text"],
form textarea {
	width: 86%;
	padding: 6px 4px 6px;
}
form #inputage {
	width: 20%;
}
.files {
	clear: both;
	width: 100%;
	margin: 0 auto 8px 0;
}
.file {
	clear: both;
	float: none;
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 8px auto 0 0;
	padding: 0.6em;
	font-size: 18px!important;
	line-height: 1em;
	color: #555;
	background: #eee;
	border: 0px solid #fae5ee;
}
.file input[type="file"] {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	font-size: 100px;
	cursor: pointer;
}



/* parts
 * --------------------------------------- */
#banners img {
	vertical-align: top;
}
.banner760 {
	display: block;
	width: 760px;
	margin: 4px auto 16px;
}
.banner640 {
	display: block;
	width: 640px;
	margin: 4px auto 16px;
}
.linkbox {
	display: table;
	width: 880px;
	margin: 20px auto 40px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.linkbox div {
	display: inline;
	margin: 0 auto;
}
.more {
	display: inline-block;
}
.close {
	display: none;
}
.txtopen .more {
	display: none;
}
.txtopen .close {
	display: inline-block;
}
.caption {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 0;
	line-height: 1.2em;
	letter-spacing: -0.06em;
	color: #fff;
	text-shadow:
2px 2px 0 rgba(255,255,255,0.6), -2px -2px 0 rgba(255,255,255,0.6),-2px 2px 0 rgba(255,255,255,0.6), 2px -2px 0 rgba(255,255,255,0.6),
1px 1px 0 rgba(255,255,255,0.6), -1px -1px 0 rgba(255,255,255,0.6),-1px 1px 0 rgba(255,255,255,0.6), 1px -1px 0 rgba(255,255,255,0.6),
0px 2px 0 rgba(255,255,255,0.6),0 -2px 0 rgba(255,255,255,0.6),-2px 0 0 rgba(255,255,255,0.6), 2px 0 0 rgba(255,255,255,0.6),
0px 1px 0 rgba(255,255,255,0.6),0 -1px 0 rgba(255,255,255,0.6),-1px 0 0 rgba(255,255,255,0.6), 1px 0 0 rgba(255,255,255,0.6);
	overflow: hidden;
	z-index: 12;
}



/* Q&A
 * --------------------------------------- */
.box-qa {
	margin: 0 auto;
	padding: 8px 0 0;
}
.qabox {
	position: relative;
	max-width: 800px;
	margin: 0 auto 12px;
	padding: 0;
}
.qaques {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0.5em 0 0.5em 3.0em;
	text-align: left;
	font-family: sans-serif;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #fff;
	background: #f87f8a;
	border-radius: 2.0em;
}
.qabox:nth-child(2n+2) .qaques {
	background: #fba36f;
}
.qaques:after {
	position: absolute;
	top: 5px;
	left: 5px;
	content:"Q";
	margin: 0;
	display: block;
	width: 35px;
	height: 35px;
	padding-top: 2px;
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 1em;
	color: #f87f8a;
	background: #fff;
	-webkit-border-radius: 1.6em; /*角丸*/
	-moz-border-radius: 1.6em;
	border-radius: 1.6em;
	box-sizing: border-box;
}
.qabox:nth-child(2n+2) .qaques:after {
	color: #fba36f;
}
.qaans {
	position: relative;
	width: 98%;
	margin: 8px auto 0;
	padding: 0.6em 1.0em 0.6em 3.0em;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #666;
	background: #fff;
}
.qaans:after {
	position: absolute;
	top: 5px;
	left: 5px;
	content:"A";
	margin: 0;
	display: block;
	width: 35px;
	height: 35px;
	padding-top: 2px;
	padding-left: 2px;
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1em;
	color: #f87f8a;
	box-sizing: border-box;
}
/* flow
 * --------------------------------------- */
.box-training {
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto 28px;
	padding: 12px;
	color: #777;
	background: rgba(255,255,255,0.9);
	border-radius: 4px;
}
.box-training img {
	margin: 12px auto 0;
}
.box-step {
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	color: #777;
	background: rgba(255,255,255,0.9);
	border-radius: 4px;
}
.box-step p {
	text-align: center;
	font-size: 1.9em;
	line-height: 1.4em;
}
.arrow {
	position: relative;
	height: 2.4em;
}
.arrow::after {
	content: "";
	position: absolute;
	top: 0.2em;
	left: calc(50% - 2em);
	border: 2rem solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 2em;
	border-top: 2em solid #ffe7cd;
}


@media only screen and (max-width: 680px) {
.qabox {
	width: 100%;
}
.qabox:after {
	top: 32px;
	right: 18px;
}
.qabox:before {
	top: 20px;
	right: 30px;
}
.qaques {
	padding: 0.8em 0 0.64em 2.8em;
	font-size: 1.1em;
	line-height: 1.3em;
}
.qaques:after {
	top: 10px;
	left: 10px;
	width: 52px;
	height: 52px;
	padding-top: 6px;
	font-size: 42px;
	box-sizing: border-box;
}
.qaans {
	padding: 0.6em 1.0em 0.6em 2.8em;
	font-size: 1.0em;
	line-height: 1.6em;
}
.qaans:after {
	top: 10px;
	left: 9px;
}
.box-training p {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4em;
}
.box-step {
	padding: 1.0em 0.4em;
}
.box-step h3 {
	padding: 0em 0em 0.4em 0;
	font-size: 1.4em;
	line-height: 1.3em;
}
.box-step img {
	width: 180px;
	margin: 0 1.2em 0.6em 0;
}
.box-step p {
	padding: 0;
	font-size: 1.2em;
	line-height: 1.3em;
}
}

/* recruit
 * --------------------------------------- */
body#recruitpage {
	font-family: sans-serif;
}
body#recruitpage .no {
	font-family: sans-serif;
}
body#recruitpage .main {
}
body#recruitpage .section {
	padding: 0px 0 0px;
}
/*
body#recruitpage h3 {
	margin: 0 auto 20px;
	padding: 2em 0 2.4em;
  background-image: -webkit-linear-gradient(0deg,#fef5da 0%,#ffebdf 50%,#ffe9ef 100%);
}
body#recruitpage h3 span.en {
	display: block;
	margin: 0 auto 0;
	padding: 0.2em 0 0;
	font-family: 'SANCHEZ',sans-serif;
	font-weight: normal;
	font-size: 2.8em;
	line-height: 1.0em;
	letter-spacing: 0.04em;
	color: #f67b85;
}
body#recruitpage h3 span.jp {
	display: block;
	margin: 0 auto 0;
	padding: 0.2em 0 0;
	font-family: 'SANCHEZ',sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.0em;
	letter-spacing: 0.04em;
	color: #555;
}
*/
.recicon {
	height: 1.2em;
	vertical-align: bottom;
	margin-right: 0.4em;
}
body#recruitpage h4 {
	display: block;
	margin: 0 auto 0.6em;
	padding: 0.2em 0 0.2em;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.0em;
	letter-spacing: 0.04em;
	color: #f67b85;
	border-bottom: solid 2px #f67b85;
}
body#recruitpage h4.h4rec {
	padding: 0.6em 0 0.5em;
	color: #f67b85;
	background: #fff;
	border: solid 3px #f67b85;
	-webkit-border-radius: 150px; /*角丸*/
	-moz-border-radius: 150px;
	border-radius: 150px;
}
#recruit-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0em auto 1.6em;
	padding: 0 0 3px;
	background: #fff;
	z-index: 48;
}
#recruit-menu {
	overflow: hidden;
	letter-spacing: -.40em; /*隙間対策 */
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: solid 0px #fa8e5f;
	border-bottom: solid 0px #fa8e5f
}
#recruit-menu li {
	letter-spacing: normal; /*隙間対策 */
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-right: solid 1px #fa8e5f;
}
#recruit-menu li:last-child {
	border-right: solid 0px #fa8e5f;
}
#recruit-menu li a {
	position: relative;
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #222;
background-image: -moz-linear-gradient(top,#fff6f7 0%,#fad6db 100%);
background-image: -webkit-linear-gradient(top,#fff6f7 0%,#fad6db 100%);
background-image: -ms-linear-gradient(top,#fff6f7 0%,#fad6db 100%);
	border: solid 1px #f2d9d6;
}
#recruit-menu li a:link ,
#recruit-menu li a:visited {
	color: #222;
	opacity: 1;
}
#recruit-menu li a:hover {
	color: #222;
	opacity: 0.6;
	-webkit-transition: .4s;
	 transition: .4s;
}
#recruit-menu li a i {
	position: absolute;
	bottom: 0.1em;
	left: calc(50% - 0.5em);
	font-size: 1.4em;
	color: #f88696;
	z-index: 20;
}
/* PC TAB */
@media only screen and (min-width: 681px) {
#recruit-menu {
	height: auto;
}
#recruit-menu li {
	width: 16.666%;
	height: auto;
}
#recruit-menu li a span.jp {
	display: block;
	padding: 0.6em 0 1.8em;
	font-size: 1.142em;
	line-height: 1em;
}
#recruit-menu li a span.en {
	font-size: 1.2em;
	line-height: 1em;
	text-transform: uppercase;
	color: #f87f8a;
}
}

/* SP */
@media only screen and (max-width: 680px) {
body#recruitpage h2 {
	padding: 0px 0 0 0;
}
#recruit-menu li {
	width: 33.3%;
	height: auto;
}
#recruit-menu {
	height: auto;
}
#recruit-menu li a i {
	font-size: 1.2em;
}
#recruit-menu li a span.jp {
	display: block;
	padding: 0.6em 0 1.8em;
	font-size: 1.0em;
	line-height: 1em;
}
#recruit-menu li a span.en {
	font-size: 0.9em;
	line-height: 1em;
	text-transform: uppercase;
	color: #f87f8a;
}
}


/* Recruit
 * --------------------------------------- */
#recruitpage .half-box {
	box-shadow: 0px 0px 0px rgba(0,0,0,0.06);
}
#recruitpage #pay .half-box p {
	margin: 0;
	padding: 0em 2.0em 0 0;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.6em;
}
#recruitpage .box ul {
	max-width: 600px;
	margin: 0 auto 0.6em;
	padding: 0;
}
#recruitpage .box ul li {
	margin: 0 0 0 1em;
	padding: 0 0 0.4em;
	text-align: left;
}
#recruitpage .red {
	color: #ff56a2;
}
.recruit-box {
	max-width: 980px;
	margin: 8px auto 18px;
	padding: 28px 12px 32px;
	overflow: hidden;
	background: rgba(255,255,255,0.6);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.06);
}
.recruit-box p {
	margin: 0 auto 0px;
	padding: 0;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #666;
}
.pay-box {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 2px 0 28px;
	vertical-align: baseline;
	color: #555;
}
.kyuryou {
	font-size: 2.8em;
	line-height: 1.0em;
}
.mno {
	display: inline-block;
	padding: 0 0 0 0.1em;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.0em;
	color: #f87883;
	transform: translateY(0.04em);
}
.lno {
	display: inline-block;
	padding: 0 0 0 0.1em;
	font-weight: bold;
	font-size: 2.4em;
	line-height: 1.0em;
	color: #f87883;
	transform: translateY(0.04em);
}
/* SP */
@media only screen and (max-width: 680px) {
.recruit-box p {
	padding: 0 32px;
	text-align: left;
	font-size: 1.12em;
	line-height: 1.5em;
}
.pay-box {
	margin: 0 auto 0px;
	padding: 28px 0 28px;
}
.kyuryou {
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.0em;
}
.mno {
	font-size: 1.4em;
	line-height: 1.0em;
}
.lno {
	font-size: 1.7em;
	line-height: 1.0em;
}
}

.box-osusume {
	width: 100%;
	max-width: 1140px;
	margin: 10px auto 20px;
	padding: 0;
	letter-spacing: -.40em; /*隙間対策 */
}
.box-osusume li {
	list-style-type: none;
	display: block;
	width: 92%;
	margin: 0 auto 10px;
	padding: 0.5em 0 0.4em;
	text-align: center;
	font-family: sans-serif;
	font-size: 1.28em;
	line-height: 1.2em;
	color: #fff;
	background: #f87f8a;
	-webkit-border-radius: 150px; /*角丸*/
	-moz-border-radius: 150px;
	border-radius: 150px;
	letter-spacing: normal; /*隙間対策 */
}
.box-merit {
	width: 100%;
	max-width: 1140px;
	margin: 10px auto 20px;
	padding: 0;
	letter-spacing: -.40em; /*隙間対策 */
}
.box-merit li {
	list-style-type: none;
	display: block;
	width: 92%;
	margin: 0 auto 10px;
	padding: 0.5em 0 0.4em;
	text-align: center;
	font-family: sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #fff;
	background: #f87f8a;
	-webkit-border-radius: 150px; /*角丸*/
	-moz-border-radius: 150px;
	border-radius: 150px;
	letter-spacing: normal; /*隙間対策 */
}
.box-ng li {
	background: #777;
}
img.rec_campain {
	max-width: 920px;
	width: 100%;
	margin: 48px auto 0px;
}
img.rec_no1 {
	width: 280px;
	margin: 0 auto 16px;
}
img.logoanzen {
	width: 160px;
	margin: 0 auto 16px;
}
img.rec_first {
	width: 920px;
	margin: 0px auto 20px;
}
.recbox {
	display: table;
	margin: 20px auto;
}
.anzen .treat h4 {
	font-size: 2.0em;
	line-height: 1.1em;
}
.treat {
	display: inline-block;
	width: 220px;
	height: 220px;
	margin: 4px 12px 0;
	padding: 40px 0 0;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.6em;
	color: #c89b43;
	overflow: hidden;
	-webkit-border-radius: 0.6em; /*角丸*/
	-moz-border-radius: 0.6em;
	border-radius: 0.6em;
}
.treat-a .treat {
	background-color: #f48ac5;
}
.treat-b .treat {
	background-color: #f37bb0;
}
.treat-c .treat {
	list-style-type: none;
	font-size: 2.2em;
	line-height: 1.0em;
	font-weight: bold;
	color: #ff56a2;
	background-color: #fdf0f4;
	border: 4px solid #ff56a2;
}
.treat-c .treat img {
	width: 80px;
	margin: 20px auto 0;
}

.box-syokuba {
	max-width: 920px;
	margin: 0 auto 16px;
}
.box-syokuba img {
	width: 47%;
	margin: 0 1%;
}
.about {
	overflow: hidden;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	letter-spacing: -.40em; /*隙間対策 */
}
.about-box {
	vertical-align: top;
	display: inline-block;
	width: 48%;
	margin: 0 8px;
	padding: 0;
	border: solid 2px #f67b85;
	letter-spacing: normal; /*隙間対策 */
}
.about-txt {
	position: relative;
	padding: 1.2em 1.6em 1.6em;
	font-size: 1em;
	line-height: 1.8em;
}
.about-txt h3 {
	margin: 0 auto 0;
	padding: 0 0 0.2em;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 2.0em;
	line-height: 1.2em;
	letter-spacing: 0.0em;
	color: #f67b85;
}
.about-txt h3:after {
	display: none;
}
.about-txt p {
	margin: 0;
	padding: 0;
	text-align: left;
}
.cbox h4 {
	overflow: hidden;
	margin: 0 auto 0;
	font-size: 1.9em;
	line-height: 1.0em;
}
.cbox h4:after {
	display: none;
}
.c1box h4 {
	color: #ff66a7;
}
.c2box h4 {
	color: #ff916a;
}
.c3box h4 {
	color: #ffb400;
}
.c4box h4 {
	color: #86e300;
}
h4 .case {
	display: inline-block;
	margin-right: 0.0em;
	padding: 0.14em 0.2em 0.14em 0;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.0em;
	border-right: solid 3px #f67b85;
}
.box-step h4 .case {
	font-weight: bold;
	color: #555;
}
.box-step h4 .step {
	display: inline-block;
	padding: 0.1em 0 0.1em 0.4em;
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.0em;
	color: #f67b85;
}
h4 .hours {
	padding: 0.2em 0 0;
	color: #555;
}
.rcell {
	max-width: 680px;
	margin: 0 auto 28px;
	padding: 8px;
	background: #f87f8a;
	-webkit-border-radius: 8px; /*角丸*/
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.rcell .cset {
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	border-bottom: solid 0px #ccc;
}
.rcell .cset:nth-child(2n+1) {
	background: #eee;;
}
.rcell .cset div {
	padding: 0.7em 0.8% 0.7em;
	font-size: 1.12em;
	line-height: 1em;
}
.rlcell .cset div {
	padding: 0.7em 1.2% 0.7em;
	font-size: 1.4em;
	line-height: 1em;
}
.rcell .cset .cleft {
	width: 45%;
	padding: 1em 0 1em 1em;
	color: #555;
}
.rcell .cset .cright {
	width: 55%;
	padding: 1em 1em 1em 0;
	text-align: right;
	color: #f87883;
}
.c1box .rcell .cset .cright {
	color: #f87883;
}
.rcell .cset:nth-child(2n+2) .cright {
	background: #fff;;
}
.c2box .rcell .cset .cright {
	color: #ff9600;
}
.c3box .rcell .cset .cright {
	color: #30cb00;
}
.c4box .rcell .cset .cright {
	color: #008ef2;
}

.mcell .cset div {
	padding: 0.7em 0.8% 1em;
	font-size: 1.06em;
	line-height: 1.6em;
}
.mcell .cset .cleft {
	padding: 0.7em 0.8% 1em;
}
.mcell .cset .cright {
	padding: 0.7em 0.8% 1em;
}
.mcell .cset .cleft span {
	padding: 0.1em 0.6em 0.1em;
	color: #fff;
	background: #f87f8a;
	border-radius: 1em;
}


/* PC TAB */
@media only screen and (min-width: 681px) {
.about-txt p {
	font-size: 1.4em;
	line-height: 1.4em;
}
.half-box {
	float: left;
	display: inline-block;
	width: 46%;
	margin: 0 2%;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
.half-box {
	width: 680px;
	margin: 0 auto 40px;
	padding: 0;
}
#recruit-buttons {
	padding: 0;
}
#recruit-buttons a.button {
	display: block;
	width: 560px;
	margin: 0 auto 20px;
	font-size: 1.8em;
}
#recruit-buttons a.button:last-child {
	margin: 0 auto 0px;
}
body#recruitpage #pay .half-box p {
	font-size: 1.1em;
	line-height: 1.4em;
}
body#recruitpage img.rec_campain {
	margin: 28px auto 0px;
}
body#recruitpage img.rec_no1 {
	width: 240px;
}
.about-box {
	width: 640px;
	margin: 0 auto 20px;
}
.about-pic {
	height: 280px;
	overflow: hidden;
}
.about-txt {
	padding: 1.7em 1em 1.6em;
	height: auto;
}
.about-txt  h3 {
	font-size: 1.5em;
	line-height: 1.1em;
}
.about-txt p {
	font-size: 1.14em;
	line-height: 1.5em;
}
body#recruitpage h3 {
	padding: 1.6em 0 1.8em;
}
body#recruitpage h3 span.en {
	padding: 0.1em 0 0.1em;
	font-size: 1.9em;
}
body#recruitpage h3 span.jp {
	font-size: 1.3em;
	line-height: 1.0em;
}
body#recruitpage h4 {
	font-size: 1.3em;
}
.box-step h3 .step {
	font-size: 1.2em;
}
.box-osusume li ,
.box-merit li {
	font-size: 1.2em;
}
}
/* //SP */




