@charset "UTF-8";

@font-face {
	font-family: BASKVILL;
	src: url(./BASKVILL.ttf) format('truetype');
}
@font-face {
	font-family: Avenir;
	src: url(./Avenir45.ttf) format('truetype');
}
@font-face {
	font-family: AvenirBold;
	src: url(./Avenir85.ttf) format('truetype');
}
* {
	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-color: #fff;
	-webkit-text-size-adjust: 100%;
}
a:link ,
a:visited {
	text-decoration: none;
	color: #3caba1;
}
a:hover ,
a:active {
	text-decoration: none;
	color: #81d8d0;
}

#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: #111;
}
.red {
	color: #ff6a92;
}
.no {
	font-family: serif;
}
.en {
	font-family: serif;
}
.pla {
	font-size: 1.0em;
	line-height: 1em;
	color: #28bdaf;
}
.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-decoration: none;
background-image: -moz-linear-gradient( top, #b6f9f3 0%, #81e5db 100%);
background-image: -webkit-linear-gradient( top, #b6f9f3 0%, #81e5db 100%);
background-image: -ms-linear-gradient( top, #b6f9f3 0%, #81e5db 100%);
	border: solid 1px #8ae4dc;
	text-align: center;
	border-radius: 4px;
	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 #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.file ,
button ,
a.button ,
input[type="submit"] {
	z-index: 4;
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 1em auto;
	padding: 1.3em 4.0em 1.4em;
	text-align: center;
	font-size: 1.14em;
	line-height: 1em;
	letter-spacing: 0;
	cursor: pointer;
	color: #333;
background-image: -moz-linear-gradient( top, #b6f9f3 0%, #81e5db 100%);
background-image: -webkit-linear-gradient( top, #b6f9f3 0%, #81e5db 100%);
background-image: -ms-linear-gradient( top, #b6f9f3 0%, #81e5db 100%);
	border: solid 1px #8ae4dc;
	overflow: hidden;
	border-radius: 4px;
	transition: .4s;
}
#newsbox a.button {
	width: 208px;
	padding: 0.4em 0em;
}
.file:hover ,
button:hover ,
a.button:hover ,
input[type="submit"]:hover {
	color: #333;
}

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 #8ae4dc;
	border-radius: 4px;
	transition: .4s;
}
.file:hover ,
button:hover ,
a.button:hover ,
.button_wrap:hover {
	opacity: 0.4;
	transition: .4s;
}
.thumbparkmenu ul li button.mixitup-control-active {
	color: #fff;
	background: #ff6c96;
	border: solid 1px #ff6c96;
}
.thumbparkmenu ul li button .red {
	margin-right: 4px;
	color: #ff6a92;
}
.thumbparkmenu ul li button.mixitup-control-active .red {
	color: #fff;
}



/* 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: none;
	letter-spacing: 0.02em;
	color: #555;
}

#header-marquee {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 2px;
	text-align: center;
	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;
	color: #333;
	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 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 2.0em;
	line-height: 1.2em;
	letter-spacing: 0.04em;
	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: 0 auto 8px;
}
h2#mainlogo span.en ,
h2#mainlogo span.jp {
	display: block;
}
#footer-logo .en ,
#logo .en ,
h2#mainlogo span.en {
	font-family: AvenirBold;
	letter-spacing: 0.04em;
	line-height: 1.0em;
}
@media only screen and (min-width: 681px) {
#logo .en {
	font-size: 11px;
}
h2#mainlogo span.en {
	font-size: 15px;
}
#footer-logo .en {
	font-size: 15px;
}
}
@media only screen and (max-width: 680px) {
#logo .en {
	font-size: 14px;
}
h2#mainlogo span.en {
	font-size: 16px;
}
#footer-logo .en {
	font-size: 16px;
}
}

#header-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 68px;
	padding: 20px 0 0;
	z-index: 60;
}
#header-tel ,
#footer-tel {
	display: inline-block;
	margin: 0px 24px 0 auto;
	padding: 0;
	letter-spacing: 0.02em;
	color: #444;
	vertical-align: top;
	font-size: 24px;
	line-height: 1em;
	font-family: serif;
}
#header-tel a:link ,
#header-tel a:visited ,
#footer-tel a:link ,
#footer-tel a:visited {
	color: #444;
}
#header-tel span ,
#footer-tel span {
	display: inline-block;
	float: left;
	padding: 0;
	color: #444;
	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: serif;
}
#footer-mail a {
	color: #444;
}
#header-open ,
#footer-open {
	display: inline-block;
	margin: 0px auto 0;
	padding: 0;
	letter-spacing: 0.02em;
	color: #444;
	vertical-align: top;
	font-size: 24px;
	line-height: 1em;
	font-family: serif;
}
#header-desk ,
#footer-desk {
	display: inline-block;
	float: left;
}
#header-open span ,
#footer-open span {
	display: inline-block;
	float: left;
	color: #444;
	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: 106px 0 68px;
}
#header-top {
	border-top: solid 24px #81d8d0;
}
#logo {
	padding: 2px 0 0;
}
#logo img {
	margin: 0 auto;
	width: auto;
	height: 48px;
}
#header-inner {
	height: 82px;
}
#recvisual {
	height: 680px;
	background: url(../images/recvisual.jpg) center center no-repeat;
	background-size: cover;
}
#mainvisual {
	height: 680px;
	background: url(../images/mainvisual.jpg) center center no-repeat;
	background-size: cover;
}
#topvisual {
	height: 240px;
	background: url(../images/mainvisual.jpg) center center no-repeat;
	background-size: cover;
}
h2 {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#mainvisual #mainlogo {
	top: 230px;
}
#mainvisual img {
	height: 80px;
}
#recvisual #mainlogo {
	top: 180px;
}
#recvisual img {
	height: 320px;
}
h2#mainlogo span.jp {
	padding: 12px 0 0;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3em;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
#header {
	padding: 130px 0 68px;
}
#header-top {
	border-top: solid 40px #81d8d0;
}
#header-inner {
	width: 680px;
	height: 90px;
}
#logo {
	padding: 4px 0 0;
}
#logo img {
	margin: 0 auto;
	width: auto;
	height: 74px;
}
#header-marquee {
	padding-top: 3px;
}
#recvisual {
	height: 800px;
	background: url(../images/recvisualsp.jpg) center center no-repeat;
	background-size: cover;
}
#mainvisual {
	height: 800px;
	background: url(../images/mainvisualsp.jpg) center center no-repeat;
	background-size: cover;
}
#topvisual {
	height: 240px;
	background: url(../images/mainvisualsp.jpg) center center no-repeat;
	background-size: cover;
}
h2 {
	position: absolute;
	top: 68px;
	left: 0px;
	width: 100%;
	margin: 0;
	padding: 0 0 0 0px;
	text-align: center;
}
#mainvisual #mainlogo {
	top: 240px;
}
#mainvisual img {
	height: 100px;
}
#recvisual #mainlogo {
	top: auto;
	bottom: 0px;
	padding: 20px 0 12px;
	background: rgba(255,255,255,0.6);
}
#recvisual img {
	width: 660px;
	height: auto;
}
h2#mainlogo span.jp {
	padding: 20px 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 24px;
	text-align: center;
	color: #444;
	background: #fff;
	border-top: solid 6px #81d8d0;
}
#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: #333;
}
#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: #333;
}
#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: block;
	text-align: center;
	margin: 24px auto 12px;
	padding: 0;
	text-transform: uppercase;
}
a#footer-logo {
	color: #333;
}
#footer-logo:hover {
	background: none;
}
#footer-logo img {
	position: relative;
	width: 320px;
	height: auto;
	margin: 0 auto 4px;
	vertical-align: top;
}
#footer-banners {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 0;
}
#footer-banners a {
	width: 300px;
	display: inline-block;
	font-size: 10.5px;
	line-height: 1.5em;
}
#footer-banners a img {
	vertical-align: top;
}
#footer-copy {
	width: 100%;
	margin: 0 auto;
	padding: 36px 0 0;
	color: #777;
	font-size: 14px;
	line-height: 1em;
}


/* SP */
@media only screen and (max-width: 680px) {
#footer {
	padding: 28px 0 120px;
}
#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: 40px auto 0;
}
#footer-logo img {
	width: 440px;
	height: auto;
}
#footer-copy {
	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-image: -moz-linear-gradient( top, #555 0%, #333 100%);
background-image: -webkit-linear-gradient( top, #555 0%, #333 100%);
background-image: -ms-linear-gradient( top, #555 0%, #333 100%);
	border-top: solid 1px #333;
	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: 72px;
	right: auto;
	left: 0;
	display: block;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 648;
}
#menu {
	display: block;
	width: 1000px;
	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;
	width: 14%;
	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: 100%;
	height: 42px;
	margin: 0 ;
	padding: 12px 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #111;
	background: none;
}
#menu li a:link ,
#menu li a:visited {
	color: #111;
}
#menu li a.menuon {
	color: #111;
}
#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: 'BASKVILL',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;
	top: 0px;
	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: #b5f4ee;
	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: #444;
}
#menu li a:link ,
#menu li a:visited {
	color: #444;
}
#menu li a:hover ,
#menu li a:active {
	color: #444;
}
#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: 'BASKVILL',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;
}
/* twiier
 * --------------------------------------- */
#detail #tw {
	float: none;
	width: 400px;
	height: 400px;
	margin: 0 auto 8px;
}
/* news
 * --------------------------------------- */
.kiji {
	max-width: 640px;
	margin: 0 auto;
	text-align: left;
	font-family: sans-serif;
}
.kiji::before {
	content: "【公式】LUXERIA";
	display: block;
	margin: 0 auto 0em;
	padding: 0.6em 0 0.6em 2.6em;
	line-height: 1.0em;
	font-weight: bold;
	background: url(../images/favicon.png) left center no-repeat;
	background-size: auto 2.2em;
}
.kiji .date {
	margin: 0 auto 0.8em;
	padding: 0.0em 0 0.0em 2.6em;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #777;
}
.kiji .com {
	text-align: left;
	margin: 0;
	padding: 0 0 0 2.6em;
	line-height: 1.3em;
}
.box .kiji img {
	display: block;
	max-width: 530px;
	max-height: 530px;
	height: auto;
	margin: 0.7em 0;
	vertical-align: bottom;
}


/* PC TAB */
@media only screen and (min-width: 681px) {
#toppic {
	width: 900px;
	height: 630px;
}
.twitter {
	width: 720px;
	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;
}
.twitter {
	width: 600px;
	height: auto;
	margin: 0 auto 40px;
	padding: 0;
}
#detail #tw {
	width: 640px;
}
#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 {
	padding: 0 0 0;
}
.kiji .date {
	padding: 6px 0 6px 2.6em;
}
.kiji .com {
	padding: 0px 0 12px 2.6em;
}
}
/* //SP */




/* Contents
 * --------------------------------------- */
#contents {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
.main {
	margin: 0 auto;
	padding: 0;
}
.section {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 0px;
	background: url(../images/main.jpg) center top repeat;
	background-size: auto 1000px;
}
#recruitpage .section {
	background: url(../images/main_rec.jpg) center top repeat;
	background-size: auto 1000px;
}
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: 0px 0 0px;
	background: #fff;
}
.section#toprecruit {
	margin: 0 auto 0px;
	padding: 30px 0 20px;
	background: #fff;
}
.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;
}
.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 {
	width: 880px;
	padding: 0px 8px 0px;
}
#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;
}
.half-box {
	box-shadow: 0px 2px 12px rgba(0,0,0,0.1);
}
#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;
}
}
/* //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;
}
.box dl {
	margin: 0;
	text-align: left;
}
.box dt {
	color: #333;
	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: #333;
}
h2 span.en {
	position: relative;
	display: inline-block;
	margin: 0 auto 0;
	padding: 0;
	font-family: 'BASKVILL';
	font-size: 3.6em;
	line-height: 1.0em;
}
h2 span.jp {
	display: block;
	margin: 0 auto 0;
	padding: 0.1em 0 0;
	font-family: serif;
	font-size: 1.6em;
	line-height: 1.0em;
	letter-spacing: 0.04em;
}
h3 {
	position: relative;
	width: 100%;
	margin: 0 auto 12px;
	padding: 20px 0 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'BASKVILL',serif;
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0.04em;
	color: #333;
	background: #a0e9e2;
}

#detail h3 {
	margin: 0 auto 8px;
	padding: 8px 0 7px;
}
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: 'BASKVILL',serif;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0.01em;
	color: #28bdaf;
	border-bottom: solid 2px #28bdaf;
	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: 'BASKVILL',serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2em;
	letter-spacing: 0px;
	color: #28bdaf;
}


/* SP */
@media only screen and (max-width: 680px) {
h2 {
	padding: 0;
}
h2 span.en {
	font-size: 2.4em;
	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,#f2fff6 0%,#f7fffd 50%,#eefbff 100%);
  background-image: -webkit-linear-gradient(0deg,#f2fff6 0%,#f7fffd 50%,#eefbff 100%);
  background-image: -ms-linear-gradient(0deg,#f2fff6 0%,#f7fffd 50%,#eefbff 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: #c27f0b;
}
.pcell .cset .cright s {
	color: #6ad5c3;
}
.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 #81d8d0;
}
}
/* //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: 30%;
}
.plcell .cset .cright {
	width: 70%;
}
.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: 20px 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: #fff;
	box-shadow: 0 4px 8px 2px rgba(0,0,0,0.06);
}
.thumb a.iframe {
	z-index: 8;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	color: #888;
}
.thumb figure {
	position: relative;
	margin: 0 auto 0;
	padding: 0px;
	overflow: hidden;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.thumb figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.thumb figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: rgba(255,255,255,0.8);
	border-top: solid 2px #81d8d0;
}
.thumbname {
	display: block;
	padding: 0.4em 0;
	font-size: 1.1em;
	line-height: 1em;
	text-align: center;
	color: #444;
}
.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;
	font-size: 1.1em;
	line-height: 1em;
	color: #444;
	border-top: solid 1px #81d8d0;
}
.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: 2px;
}
.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: #49b0ff;}
.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 {
}

.pick ,
.nmk ,
.new ,
.tw {
	position: absolute;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
}
.pick {
	background-image: url(../images/pick.png);
}
.nmk {
	background-image: url(../images/nmk.png);
}
.new {
	background-image: url(../images/new.png);
}
.tw {
	background-image: url(../images/tw.png);
}
#detail .pick ,
#detail .nmk {
	right: 0px;
	top: 15px;
}
#detail .new {
	left: 0px;
	top: 15px;
}
.thumb .pick ,
.thumb .nmk {
	right: 2px;
}
.thumb .new {
	left: 0px;
	top: 0px;
}
.thumb .tw {
	right: 2px;
	top: 2px;
}
.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 */
.thumb {
	width: 304px;
	height: 432px;
	margin: 0 12px 20px;
	font-size: 14px;
}
.thumb figure {
	width: 304px;
	height: 432px;
}
@media only screen and (min-width: 681px) {
.thumb a.iframe:hover figure img {
	transform: scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
}
#detail .pick ,
#detail .nmk {
	width: 42px;
	height: 42px;
}
#detail .new {
	width: 50px;
	height: 50px;
}
.thumb .pick ,
.thumb .nmk {
	top: 44px;
	width: 42px;
	height: 42px;
}
.thumb .new {
	width: 60px;
	height: 60px;
}
.thumb .tw {
	width: 42px;
	height: 42px;
}
}
/* //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: 300px;
	height: 427px;
	margin: 0 8px 16px;
	font-size: 22px;
}
.thumbtime {
}
.thumb figure {
	width: 300px;
	height: 427px;
}
.thumb figcaption {
}
.thumbname {
	padding: 0.5em 0 0.3em;
	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.4em 0 0.3em 2em;
	font-size: 1.0em;
	line-height: 1em;
}
.thumb .thumbroom {
	left: 2px;
	bottom: 3px;
}
#detail .pick ,
#detail .nmk {
	top: 28px;
	width: 60px;
	height: 60px;
}
#detail .new {
	top: 20px;
	width: 88px;
	height: 88px;
}
.thumb .pick ,
.thumb .nmk {
	top: 48px;
	width: 44px;
	height: 44px;
}
.thumb .new {
	width: 56px;
	height: 56px;
}
.thumb .tw {
	width: 44px;
	height: 44px;
}
}
/* //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: #111;
	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: #ff7592;
	border-radius: 2.0em;
}
.qabox:nth-child(2n+2) .qaques {
	background: #ff9bb0;
}
.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: #ff7592;
	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: #ff9bb0;
}
.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: #ff7592;
	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 #ffcdd8;
}


@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: -moz-linear-gradient( 0deg, rgb(255,235,240) 0%, rgb(255,235,240) 12%, rgb(254,252,243) 50%, rgb(228,251,236) 88%, rgb(228,251,236) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,235,240) 0%, rgb(255,235,240) 12%, rgb(254,252,243) 50%, rgb(228,251,236) 88%, rgb(228,251,236) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,235,240) 0%, rgb(255,235,240) 12%, rgb(254,252,243) 50%, rgb(228,251,236) 88%, rgb(228,251,236) 100%);
}
body#recruitpage h3 span.en {
	display: block;
	margin: 0 auto 0;
	padding: 0.2em 0 0;
	font-family: serif;
	font-weight: bold;
	font-size: 2.8em;
	line-height: 1.0em;
	letter-spacing: 0.04em;
	color: #ff6a92;
}
body#recruitpage h3 span.jp {
	display: block;
	margin: 0 auto 0;
	padding: 0.2em 0 0;
	font-family: serif;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.0em;
	letter-spacing: 0.04em;
	color: #333;
}
.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: #ff6a92;
	border-bottom: solid 2px #ff6a92;
}
body#recruitpage h4.h4rec {
	padding: 0.6em 0 0.5em;
	color: #ff6a92;
	background: #fff;
	border: solid 3px #ff8db5;
	-webkit-border-radius: 150px; /*角丸*/
	-moz-border-radius: 150px;
	border-radius: 150px;
}
#recruit-wrap {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 16px;
	padding: 0;
	background: #fff;
	z-index: 48;
}
#recruit-menu {
	letter-spacing: -.40em; /*隙間対策 */
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: solid 1px #8ae4dc;
	border-bottom: solid 1px #8ae4dc
}
#recruit-menu li {
	letter-spacing: normal; /*隙間対策 */
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-right: solid 1px #8ae4dc;
}
#recruit-menu li:last-child {
	border-right: solid 0px #8ae4dc;
}
#recruit-menu li a {
	position: relative;
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #555;
background-image: -moz-linear-gradient( top, #b6f9f3 0%, #81e5db 100%);
background-image: -webkit-linear-gradient( top, #b6f9f3 0%, #81e5db 100%);
background-image: -ms-linear-gradient( top, #b6f9f3 0%, #81e5db 100%);
	border: solid 1px #8ae4dc;
}
#recruit-menu li a:link ,
#recruit-menu li a:visited {
	color: #555;
	opacity: 1;
}
#recruit-menu li a:hover {
	color: #555;
	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: #888;
	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.8em 0 1.5em;
	font-size: 1.142em;
	line-height: 1em;
}
#recruit-menu li a span.en {
	font-size: 1.2em;
	line-height: 1em;
	text-transform: uppercase;
	color: #ff79a2;
}
}

/* SP */
@media only screen and (max-width: 680px) {
body#recruitpage h2 {
	padding: 0px 0 0 0;
}
#recruit-menu li {
	width: 33.333%;
	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.8em 0 1.5em;
	font-size: 1.0em;
	line-height: 1em;
}
#recruit-menu li a span.en {
	font-size: 0.9em;
	line-height: 1em;
	text-transform: uppercase;
	color: #ff79a2;
}
}


/* 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: #111;
}
.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: #ff598f;
	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: #ff598f;
	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: #ff8aa9;
	-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: #ff8aa9;
	-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 #ff6a92;
	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: #ff6a92;
}
.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 #ff6aa6;
}
.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: #ff6aa6;
}
h4 .hours {
	padding: 0.2em 0 0;
	color: #555;
}
.rcell {
	max-width: 680px;
	margin: 0 auto 28px;
	padding: 8px;
	background: #ff8aa9;
	-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: #333;
}
.rcell .cset .cright {
	width: 55%;
	padding: 1em 1em 1em 0;
	text-align: right;
	color: #ff598f;
}
.c1box .rcell .cset .cright {
	color: #ff598f;
}
.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: #ff79a2;
	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 */




