@charset "UTF-8";

@font-face {
	font-family: Cinzel;
	src: url(./Cinzel-Regular.ttf) format('truetype');
}
* {
	box-sizing: border-box;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.5em;
	font-weight: regular;
	font-family: 'Cinzel',serif;
	color: #302818;
	background: #fffcee;
	-webkit-text-size-adjust: 100%;
}
#inframe {
	background: transparent;
	text-align: center;
}
/* 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;
}
a:link ,
a:visited {
	text-decoration: none;
	color: #079df4;
}
a:hover ,
a:active {
	text-decoration: none;
	color: #e0aa27;
}
h1,h2,h3,h4,h5,div,a,p,form {
	box-sizing: border-box;
	vertical-align: bottom;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
.scview {
	opacity: 0;
	transition: 0.8s;
	-webkit-transition: 0.8s;
}
.scview.effect {
	opacity: 1;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	transition-delay: 0.2s;
}
.center {
	text-align: center;
}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
s {
	color: #999;
}
i {
	margin-right: 0.2em;
}
.no {
	font-family: 'Cinzel',serif;
}
#recruitpage .no {
	font-family: sans-serif;
	font-size: 1.2em;
}
.bold {
	font-weight: bold;
}
.red {
	color: #a07503;
}
.txt-s {
	font-size: 0.84em;
	line-height: 1.1em;
}
.txt-l {
	font-size: 1.24em;
	line-height: 1.2em;
}
.txt-ll {
	font-size: 1.5em;
	line-height: 1.2em;
}
.txt-lll {
	font-size: 2.0em;
	line-height: 1.2em;
}
/* ■PC
 * --------------------------------------- */
@media only screen and (min-width: 681px) {
body {
	font-size: 14px;
}
body .pc {
	display: block;
}
body .sp {
	display: none;
}
.pcbr::before {
	content: "\A" ;
	white-space: pre ;
}
.banner800 {
	max-width: 800px;
}
}
/* //PC */
/* ■SP
 * --------------------------------------- */
@media only screen and (max-width: 680px) {
body {
	font-size: 24px;
}
body .pc {
	display: none;
}
body .sp {
	display: block;
}
body .nosp {
	display: none;
}
.spbr::before {
	content: "\A" ;
	white-space: pre ;
}
}
/* //SP */


/* ■■button
 * --------------------------------------- */
#page-top a ,
button ,
a.button ,
input[type="submit"] {
	color: #fff5cc;
background-image: linear-gradient(0deg,#423825 0%,#897447 48%,#a48f63 49%,#826e41 65%,#423825 100%);
	border: 3px solid #d9bf97;
	outline: none; /* クリックしたときに表示される枠線を消す */
}
/*	border: none;  /* 枠線を消す */

button .red {
	color: #fff100;
}
button.active .red {
	color: #fff100;
}
button#all {
	color: #fff;
}
.thumbparkmenu ul li button#all.active ,
.thumbparkmenu ul li button.active {
	color: #342a1d;
	background: #f4e29c;
}
.thumbparkmenu ul li button#all.active .red ,
.thumbparkmenu ul li button.active .red {
	color: #df4400;
}

button ,
.button ,
input[type="submit"] ,
.file input[type="file"] ,
form input[type="text"] ,
form select ,
form textarea {
	font-family: serif;
}
.file ,
button ,
a.button ,
input[type="submit"] {
	overflow: hidden;
	z-index: 4;
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 520px;
	max-width: 100%;
	height: auto;
	margin: 1em auto 1.4em;
	padding: 1.1em 0em 1.0em;
	text-align: center;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1em;
	letter-spacing: 0.06em;
	border-radius: 0px;
	opacity: 1;
	transition: 0.3s;
}
button#all:hover ,
.file:hover ,
button:hover ,
a.button:hover ,
input[type="submit"]:hover {
	color: #fff5cc;
	opacity: 0.8;
	transition: 0.2s;
}
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;
}
/* ■■bg
 * --------------------------------------- */
#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	z-index: 0;
	background-color: #1b242b;
	opacity: 1;
}
.up #bg > div {
	opacity: 1;
	transition: 1.6s;
}
.down #bg > div {
	opacity: 0.4;
	transition: 1.6s;
}
/* ■■contents-wrap
 * --------------------------------------- */
#contents-wrap {
	position: relative;
	margin: 0;
}
#page-top {
	position: fixed;
	right: 12px;
	bottom: 12px;
	margin: 0;
	padding: 0;
	z-index: 400;
}
#page-top a {
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
	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 #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* ■■menu
 * --------------------------------------- */
#menubtn {
	z-index: 990;
	position: fixed;
	letter-spacing: 0em;
	font-weight: bold;
	font-family: serif;
}
.navBtn {
	position: relative;
	width: 74px;
	height: 38px;
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
}
.navBtn .line {
	position: absolute;
	left: 16px;
	width: 42px;
	height: 3px;
	margin: 0;
	padding: 0;
}
.navBtn .line.lineT {
	top: 12px;
	-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: 22px;
	-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: 32px;
	-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#detail .navBtn .line.lineT ,
body.open .navBtn .line.lineT {
	top: 22px;
	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#detail .navBtn .line.lineB ,
body.open .navBtn .line.lineB {
	top: 22px;
	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;
	top: 0;
	display: block;
	z-index: 120;
	opacity: 0;
}
#menu-wrap::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.98;
	z-index: -1;
}
#menu {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	letter-spacing: -1em; /*隙間対策 */
}
#menu li {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	letter-spacing: normal; /*隙間対策 */
}
#menu li a {
	display: block;
	height: 100%;
	margin: 0 auto;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-family: serif;
	color: #fff5cc;
}
#menu li a:link ,
#menu li a:visited {
	color: #fff;
}
#menu li a:hover ,
#menu li a:active {
	color: #fff;
}
#menu li a span.en {
	font-family: 'Cinzel',serif;
}
#menu li a span.jp {
	display: block;
	margin: 4px 0 0;
}
body#recruitpage #menu li a span.jp:before {
	margin-right: 0.2em;
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-weight: 900;
}
#menu li a span {
	vertical-align: middle;
}
/* ■PC
 * --------------------------------------- */
@media only screen and (min-width: 681px) {
#menubtn {
	top: 2px;
	right: 2px;
	width: 80px;
	height: 81px;
	font-size: 13px;
	line-height: 1em;
	color: #695931;
}
.navBtn .line {
	background-color: #695931;
}
#menu-wrap {
	width: 100%;
	height: 60px;
	top: 10px;
	padding: 8px 0 0;
	color: #fff;
background-image: linear-gradient(0deg,#423825 0%,#897447 48%,#a48f63 49%,#826e41 65%,#423825 100%);
	transition: all 0.6s ease-in 0.2s;
}
body.open #menu-wrap {
	position: fixed;
	top: 70px;
	opacity: 1;
	transition: all 0.4s ease-out 0s;
}
#menu li {
	display: inline-block;
	width: auto;
	height: 36px;
	font-weight: bold;
}
#menu-wrap #menu li a {
	width: auto;
	padding: 4px 14px 0;
	text-align: center;
	font-size: 1.0em;
	line-height: 1.0em;
	border-right: solid 1px rgba(255,255,255,0.8);
}
#recruitpage #menu-wrap #menu li a {
	padding: 4px 20px 0;
}
#menu-wrap #menu li:last-of-type a {
	border-right: solid 0px rgba(255,255,255,0.8);
}
#menu li a span.en {
	font-size: 1.0em;
}
#menu li a span.jp {
	font-size: 0.8em;
}
body#recruitpage #menu li a span.jp {
		font-size: 0.8em;
	line-height: 1.6em;
}
}
/* //PC */
/* ■SP
 * --------------------------------------- */
@media only screen and (max-width: 680px) {
#page-top {
	bottom: 120px;
	right: 16px;
}
#menubtn {
	bottom: 19px;
	right: 16px;
	width: 79px;
	height: 51px;
	font-size: 20px;
	line-height: 2.0em;
	color: #fff;
}
.navBtn .line {
	background-color: #fff;
}
#menu-wrap {
	width: 100%;
	height: 100vh;
	right: -101%;
	padding: 12vh 0 0;
background-image: linear-gradient(0deg,#fff2c7 0%,#fff2c7 40%,#f4e098 100%);
	transition: all 0.6s ease-in 0.2s;
}
body.open #menu-wrap {
	position: fixed;
	right: 0;
	opacity: 1;
	transition: all 0.4s ease-out 0s;
}
#menu li {
	display: block;
	width: 600px;
	height: auto;
	margin: 0 auto;
}
#menu-wrap #menu li a {
	width: 100%;
	padding: 32px 0 32px;
	text-align: left;
	font-size: 1em;
	line-height: 1.0em;
	color: #111;
	border-bottom: solid 1px rgba(0,0,0,0.4);
}
#menu-wrap #menu li:last-of-type a {
	border-bottom: solid 1px rgba(0,0,0,0.4);
}
#menu li a span.en {
	font-size: 1.2em;
}
#menu li a span.jp {
	display: inline-block;
	padding-left: 0.9em;
	font-size: 0.9em;
}
body#recruitpage #menu li a span.jp {
	font-size: 1.2em;
	line-height: 1.1em;
}
}
/* //SP */







/* ■■header
 * --------------------------------------- */
#header {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 190;
}
#header-top {
	z-index: 64;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0 ;
	text-align: center;
	font-family: serif;
	color: #302818;
background-image: linear-gradient(0deg,#fff2c7 0%,#fff2c7 40%,#f4e098 100%);
}
#header-top:after {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
background: linear-gradient(180deg, #f9e08d,#b87e01);
	box-shadow: rgba(0,0,0,0.7) 0px 0px 2px;
}
#header-top:after {
	bottom: 0;
}
#header-inner {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	display: block;
	text-align: center;
	width: 100%;
	height: 70px;
}
#header-logo {
	display: block;
	padding: 0;
}
#header-logo img {
	margin: 0 auto;
	width: auto;
}
#header-desk {
	display: block;
	font-size: 15px;
	line-height: 1em;
	font-family: serif;
}
#header-desk a:link ,
#header-desk a:visited {
	color: #302818;
}
#header-tel ,
#header-open {
	display: inline-block;
	padding: 0;
	letter-spacing: 0.1em;
	color: #302818;
	vertical-align: top;
	font-weight: normal;
	line-height: 1em;
}
#header-tel {
	margin: 0 24px 0 0;
}
#header-open {
	margin: 0 12px 0 0;
}
#header-tel i ,
#header-open i {
	margin-right: 3px;
}
/* ■PC
 * --------------------------------------- */
@media only screen and (min-width: 681px) {
#header-logo {
	position: absolute;
	top: 8px;
	left: 50%;
	width: 440px;
	margin: 0 0 0 -220px;
}
#header-logo img {
	height: 52px;
}
#header-desk {
	position: absolute;
	top: 28px;
	left: 0;
	width: 100%;
	margin: 0;
}
#header-tel {
	position: absolute;
	top: 0px;
	right: 80px;
	margin: 0;
	width: 440px;
	text-align: right;
}
#header-open {
	position: absolute;
	top: 0px;
	left: 10px;
	margin: 0;
	width: 240px;
	text-align: left;
}
}
/* //PC */
/* ■SP
 * --------------------------------------- */
@media only screen and (max-width: 680px) {
#header-inner {
	width: 680px;
	height: 90px;
}
#header-logo {
	width: 680px;
	margin: 14px 0 0;
	padding: 0;
}
#header-logo img {
	height: 52px;
}
#header-desk {
	width: 680px;
	margin: 6px auto 0;
	text-align: center;
	font-size: 24px;
	line-height: 1em;
}
#header-tel {
	display: none;
}
#header-open {
	margin: 0 0 0 16px ;
	font-weight: normal;
}
}
/* //SP */





/* ■■footer
 * --------------------------------------- */
#footer {
	z-index: 64;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 24px 0 24px;
	text-align: center;
	color: #302818;
	background: #fff;
	color: #302818;
background-image: linear-gradient(0deg,#fff2c7 0%,#fff2c7 40%,#f4e098 100%);
}
#footer:after {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
background: linear-gradient(180deg, #f9e08d,#b87e01);
	box-shadow: rgba(0,0,0,0.7) 0px 0px 2px;
}
#footer:after {
	top: 0;
}
#footer-inner {
	position: relative;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	width: 1060px;
}
#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: #302818;
}
#footer-menu li a {
	margin: 0 4px;
	text-decoration: none;
	padding: 6px 8px 6px 0px;
	font-size: 14px;
	line-height: 1.0em;
}
#footer-menu li a:before {
	margin-right: 0.1em;
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-weight: 900;
}
#footer-menu li a:link ,
#footer-menu li a:visited {
	color: #302818;
}
#footer-menu li a span.en {
	display: none;
}
#footer-txt {
	max-width: 1040px;
	margin: 0 auto;
	padding: 10px 20px 40px;
	text-align: left;
	font-size: 1em;
	line-height: 1.3em;
}
#footer-txt h4 {
}
#footer-txt ul {
	margin: 0 auto;
	padding-left: 1em;
}
#footer-txt ul li {
	padding-bottom: 0.6em;
}
#footer-logo {
	display: table;
	text-align: center;
	width: 648px;
	margin: 12px auto 16px;
	padding: 0;
}
#footer-logo:hover {
	background: none;
}
#footer-logo img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 68px;
}
#footer-bottom {
}
#footer-tel ,
#footer-open {
	display: inline-block;
	margin: 0 12px 0 auto;
}
#footer-mail {
	display: block;
	margin: 12px auto 0;
}
#footer-mail ,
#footer-tel ,
#footer-open {
	padding: 0;
	letter-spacing: 0.02em;
	color: #302818;
	vertical-align: top;
	font-size: 1.3em;
	line-height: 1em;
}
#footer-mail a:link ,
#footer-mail a:visited ,
#footer-tel a:link ,
#footer-tel a:visited {
	color: #302818;
}
#footer-tel img ,
#footer-open img {
	vertical-align: top;
	margin-right: 4px;
}
#footer-copy {
	width: 100%;
	margin: 0 auto;
	padding: 36px 12px 0;
	color: #302818;
	font-size: 1.0em;
	line-height: 1.2em;
}
#footer-banner {
	margin: 20px auto 4px;
}
#footer-banner a {
	display: inline-block;
	margin: 0 8px 12px;
	font-family: serif;
	font-size: 12px;
}
#footer-banner a img {
	vertical-align: bottom;
}
/* ■PC
 * --------------------------------------- */
@media only screen and (min-width: 681px) {
#footer-mail ,
#footer-open ,
#footer-tel {
}
#footersp {
	display: none;
}
}
/* //PC */
/* ■SP
 * --------------------------------------- */
@media only screen and (max-width: 680px) {
#footer {
	padding: 24px 0 140px;
}
#footer-inner {
	width: 680px;
}
#footer-menu {
	width: 600px;
	margin: 0 auto 20px;
}
#footer-menu li {
	display: block;
	margin: 0 auto 0px;
	padding: 0;
	width: 100%;
	text-align: left;
}
#footer-menu li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 12px 8px 12px 0px;
	font-size: 24px;
	line-height: 1.0em;
	font-family: serif;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}
#footer-menu li a span {
	vertical-align: middle;
}
#footer-menu li a span.jp {
	margin-left: 12px;
	font-size: 22px;
}
#footer-logo {
	margin: 8px auto 0;
}
#footer-logo img {
	width: auto;
	height: 70px;
}
#footer-mail ,
#footer-tel ,
#footer-open {
	margin: 16px 8px 0 auto;
}
#footer-copy {
}
/* ■■footersp
 * --------------------------------------- */
#footersp {
	position: fixed;
	bottom: -1px;
	left: 0;
	display: block;
	width: 680px;
	height: 70px;
	padding: 12px 0 0 8px;
	text-align: left;
	color: #fff;
background-image: linear-gradient(0deg,#423825 0%,#897447 48%,#a48f63 49%,#826e41 65%,#423825 100%);
	line-height: 0em;
	letter-spacing: -.40em; /*隙間対策 */
	font-family: serif;
	z-index: 960;
}
#footersp a {
	overflow: hidden;
	display: inline-block;
	width: 113px;
	height: 80px;
	margin: 0 auto 0 0;
	padding: 7px 0 0;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.0em;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
	border-right: solid 1px rgba(255,255,255,0.6);
	letter-spacing: normal; /*隙間対策 */
}
#footersp a:last-of-type {
	border-right: solid 1px rgba(255,255,255,0.6);
}
#footersp a i {
	display: block;
	margin: 0 auto 6px;
	font-size: 40px;
}
#footersp a {
	padding: 4px 0 0;
}
#footersp a#spcast img {
	margin: 0 auto 2px;
}
#telbtn {
	position: absolute;
	bottom: 4px;
	left: 16px;
	width: 84px;
	height: 56px;
	padding: 0 0 0;
	text-align: left;
}
}
/* //SP */





/* ■■mainvisual
 * --------------------------------------- */
#top {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
}
#top .pc img ,
#top .sp img {
	width: 100%;
	vertical-align: top;
	margin: 0 auto 0;
}
/*
#top:after {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
background: linear-gradient(180deg, #f9e08d,#b87e01);
	box-shadow: rgba(0,0,0,0.7) 0px 0px 2px;
}
#top:after {
	bottom: 0;
}
*/
#toplogo {
	position: absolute;
	text-align: center;
	z-index: 120;
	-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;} }

#toplogo img {
	vertical-align: top;
}
#toplogosub {
	padding: 0.4em 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.4em;
	color: #111;
	text-shadow: 
	rgba(255,255,255,0.9) 1px 1px 8px, rgba(255,255,255,0.9) -1px 1px 8px,
	rgba(255,255,255,0.9) 1px -1px 8px, rgba(255,255,255,0.9) -1px -1px 8px;
}

#recruitpage #toplogosub {
	font-family: sans-serif;
	font-size: 1.8em;
	line-height: 1.6em;
}
/* ■PC
 * --------------------------------------- */
@media only screen and (min-width: 681px) {
#top {
	padding: 60px 0 0;
}
#toplogo {
	top: 68%;
	left: 50%;
	width: 660px;
	margin: -60px 0 0 -330px;
}
#recruitpage #toplogo {
	top: 56%;
}
#toplogosub img {
	width: 480px;
}
}
/* //PC */
/* ■SP
 * --------------------------------------- */
@media only screen and (max-width: 680px) {
#top {
	height: 824px;
	padding: 80px 0 0;
}
#toplogo {
	top: 420px;
	left: 0;
	margin: 0 auto;
	width: 680px;
	text-align: center;
}
#toplogo img {
	width: 640px;
}
#toplogosub {
	font-size: 1.7em;
	line-height: 1.3em;
}
#toplogo .spup {
	display: inline-block;
	padding-right: 0px;
}
}
/* //SP */




/* ■■header-bottom header-menu
 * --------------------------------------- */
#header-bottom {
	position: fixed;
	left: 0;
	margin: 0 auto;
	padding: 0 64px 0 0;
	display: block;
	width: 100%;
	font-family: 'Cinzel',serif;
	z-index: 194;
}
#header-menu {
	height: 36px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
	border-collapse: collapse;
	border-spacing: 0;
	letter-spacing: -1em; /*隙間対策 */
}
#header-menu li {
	display: inline-block;
	margin: 0 auto;
	padding: 0 0px;
	list-style-type: none;
	letter-spacing: normal; /*隙間対策 */
}
#header-menu li:nth-child(7) {
}

/*画像ありメニュー*/
#header-menu li a {
	display: block;
	width: auto;
	height: 48px;
	margin: 0;
	padding: 13px 6px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-family: serif;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	vertical-align: middle;
	letter-spacing: normal; /*隙間対策 */
	overflow: hidden;
	color: #111;
}
#header-menu li a:link ,
#header-menu li a:visited {
	color: #111;
}
#header-menu li a.menuon {
	color: #111;
}
#header-menu li a img {
	height: 18px;
	margin-right: 2px;
	vertical-align: middle;
}
#header-menu li a span.jp {
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
}
/* ■PC
 * --------------------------------------- */
@media only screen and (min-width: 681px) {
#header-bottom {
	top: 13px;
	display: none;
}
}
@media only screen and (max-width: 1280px) {
#header-bottom {
	top: 8px;
}
#header-menu {
	width: 320px;
	height: 22px;
}
#header-menu li a {
	height: 22px;
	padding: 4px 6px 0;
}
}
/* //PC */
/* ■SP
 * --------------------------------------- */
@media only screen and (max-width: 680px) {
#header-bottom {
	display: none;
}
}
/* //SP */





/* topbanner
 * --------------------------------------- */
#topbanner {
	position: relative;
	height: 348px;
	margin: 8px auto 12px;
	padding: 0;
}
.owl-carousel {
	position: absolute;
	left: 50%;
	top: 0;
	list-style-type: none;
	width: 2220px;
	height: 320px;
	margin: 0 auto;
	padding: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.owl-carousel li {
}
.owl-carousel button {
	width: auto;
	border: 0;
	padding: 0;
}
@media screen and (max-width: 840px) {
.owl-carousel {
	width: 730px;
	height: 300px;
}
}
@media screen and (max-width: 680px) {
#topbanner {
	width: 680px;
	height: 300px;
	margin: 12px auto 12px;
}
.owl-carousel {
	width: 680px;
	height: 280px;
}
}

/* サムネイル */
.owl-thumb-item img {
	width: 160px;
	height: auto;
}
@media screen and (max-width: 880px) {
.owl-thumb-item img {
	width: 100px;
}
}
.owl-thumbs {
	text-align: center;
}
.owl-thumb-item {
	cursor: pointer;
	margin: 10px 5px 0;
	background: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.owl-thumb-item.active {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: 0.3;
}
/* ドットナビゲーション */
.owl-controls {
	display: none;
}



/* ■■Contents
 * --------------------------------------- */
#contents {
	position: relative;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	background: #fffcee;
}
#recruitpage #contents {
	background: #fffcee;
}
#recruitpage h2 ,
#recruitpage h3 ,
#recruitpage h4 ,
#recruitpage #contents {
	font-family: sans-serif;
}
.wrap {
	margin: 0 auto;
	padding: 0;
}
#detail .wrap {
	width: 920px;
}
.section {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.sectionbg {
}
.sectionin {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px;
	overflow: hidden;
}
.fbox ul ,
.txt-box ul {
	position: relative;
	text-align: left;
	z-index: 2;
}
.txt dl {
	margin: 0;
	text-align: left;
}
.txt dt {
	color: #302818;
	margin: 0;
	padding: 6px 32px 8px;
	background: #fff6e6;
}
.txt dd {
	margin: 0;
	padding: 6px 32px 10px;
}


/* ■■h
 * --------------------------------------- */
h2 {
	position: relative;
	margin: 0 auto 20px;
	padding: 1.0em 0 0.8em;
	text-align: center;
	text-transform: uppercase;
	text-indent: 0.2em;
	font-weight: normal;
	font-family: 'Cinzel',serif;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #342a1d;
background-image: linear-gradient(0deg,#fff2c7 0%,#fff2c7 40%,#f4e098 100%);
}
h2:before ,
h2:after {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
background: linear-gradient(180deg, #f9e08d,#b87e01);
	box-shadow: rgba(0,0,0,0.7) 0px 0px 2px;
}
h2:before {
	top: 0;
}
h2:after {
	bottom: 0;
}
h2 span.en {
	display: block;
	margin: 0 auto 0;
	padding: 0;
	font-size: 2.4em;
	line-height: 1.0em;
	letter-spacing: 0.16em;
}
h2 span.jp {
	display: block;
	margin: 0 auto 0;
	padding: 0.2em 0 0;
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0.1em;
}
h3 {
	position: relative;
	width: 100%;
	margin: 0 auto 16px;
	padding: 8px 0 2px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Cinzel',serif;
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0.1em;
	color: #665024;
	border-bottom: solid 2px #bc990d;
}
h3 span.jp {
	display: block;
	padding: 0 0 0px;
	text-transform: none;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.0em;
}
h4 {
	position: relative;
	max-width: 100%;
	margin: 0 auto 12px;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	text-indent: 0.1em;
	font-family: serif;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0.04em;
	color: #665024;
	z-index: 2;
}
h4 span.jp {
	width: auto;
	display: inline-block;
	padding: 0 1.4em 3px;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2em;
	border-bottom: solid 1px #bc990d;
}
h5 {
	display: table;
	margin: 0 auto 10px;
	padding: 8px 12px 2px;
	line-height: 1.2em;
	letter-spacing: 0px;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
	color: #302818;
	background: linear-gradient(transparent 68%, rgba(255,255,255,0.3) 68%);
}
/* ■PC
 * --------------------------------------- */
@media only screen and (min-width: 681px) {
body#recruitpage h2 span.jp {
	font-size: 2.3em;
	line-height: 1.2em;
}
}
/* //PC */
/* ■SP
 * --------------------------------------- */
@media only screen and (max-width: 680px) {
#detail .wrap {
	width: 680px;
}
.sectionin {
	width: 680px;
}
#news .sectionin {
	width: 680px;
}
body.schedulepage .sectionin ,
body.castpage .sectionin {
	padding: 12px 0px 12px;
}
.rec-list li {
	padding: 0.7em 0 0.6em 1.7em;
	text-align: left;
	background: url(../images/li.png) 0.2em 0.6em no-repeat #fff3df;
	background-size: 1.2em auto;
}
h2 span.en {
	font-size: 1.9em;
	letter-spacing: 0.04em;
}
h2 span.jp {
	font-size: 1.0em;
}
h3 span.jp {
	padding: 0px 0 6px;
	font-size: 1.4em;
	line-height: 1.2em;
}
h4 {
	width: 100%;
	padding: 0 0px;
}
h4 span.jp {
	padding: 0 0.2em 3px;
}
}
/* //SP */






/* Box
 * --------------------------------------- */
.box {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 20px;
	padding: 16px 50px 16px;
}
#toppage .box {
	max-width: 1080px;
	margin: 0 auto 40px;
	padding: 0 20px;
}
#toptop .box {
	width: 1080px;
	margin: 0 auto 0px;
	padding: 12px 0px 20px;
	background: none;
}
.box p {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 2;
}
.box p:last-of-type {
}
#recruitpage .box p {
	font-size: 1.2em;
	line-height: 1.5em;
}

/* ■■map fbox
 * --------------------------------------- */
.map ,
.fbox {
	z-index: 120;
}
.map {
	display: block;
	width: 100%;
	max-width: 1000px;
	height: 360px;
	margin: 0 auto 0px;
	padding: 20px 21px;
}
.fbox {
	position: relative;
	margin: 0 auto 20px;
	padding: 10px 40px;
	overflow: hidden;
}
/* ■■txt-box
 * --------------------------------------- */
#profile ,
.txt-box {
	overflow: hidden;
	position: relative;
	margin: 0 auto 28px;
	padding: 36px 28px;
	background: #fff;
}
.flex-box {
	overflow: hidden;
	padding: 0 0 10px;
	display: flex;
	align-items: center;/*上下*/
	justify-content: center;/*左右*/
}
.flex-box:nth-child(odd){
	flex-direction: row-reverse;
}
.bbox {
	margin: 0 auto 28px;
}
.bbox img {
	margin: 8px auto 0;
}
/* ■■txt
 * --------------------------------------- */
.txt {
	width: 100%;
	margin: 0 auto;
	padding: 0px 20px 24px;
	overflow: hidden;
}
.txt:last-of-type {
	margin: 0 auto 12px;
}
#rinen {
	overflow:hidden;
}
#recruitpagemore ,
#rinenex {
	height: 0;
	overflow:hidden;
}
.rinenopen #rinenex {
	height: auto;
}
.recruitopen #recruitpagemore {
	height: auto;
}
#recruitpagemore p {
	text-align: left;
}
.more {
	display: inline-block;
}
body .close {
	display: none;
}
.recruitopen .more {
	display: none;
	-webkit-transition: .4s;
	 transition: .4s;
}
.recruitopen .close {
	display: inline-block;
	-webkit-transition: .4s;
	 transition: .4s;
}
/* ■PC */
@media only screen and (min-width: 681px) {
#newsimg {
	background: url(../images/news.jpg) 0px 50px no-repeat;
	background-size: auto 400px;
}
#conceptimg {
	background: url(../images/concept.jpg) 0px 50px no-repeat;
	background-size: auto 400px;
}
/* ■■news
 * --------------------------------------- */
.half-box ,
#tw {
	float: right;
	width: 480px;
	min-height: 480px;
	margin: 0 0 0 auto;
	font-size: 1.06em;
	line-height: 2.0em;
	background: #fff;
}
.half-box {
	padding: 40px 40px;
}
.flex-txt {
	width: 420px;
	padding: 0 20px;
}
.flex-box img {
	width: 280px;
	height: auto;
	margin: 2px 25px;
}
}
/* ■SP */
@media only screen and (max-width: 680px) {
.sectionin {
	padding: 0px 0 40px;
}
.box {
	width: 680px;
	padding: 30px 20px;
}
.box {
	margin: 0 auto 0px;
	padding: 20px 20px 20px;
}
.fbox {
	padding: 20px 20px;
}
.txt {
	padding: 0;
}
.txt-box {
	width: 640px;
	padding: 30px 20px;
	line-height: 1.6em;
}
/* ■■news
 * --------------------------------------- */
#newsimg {
	padding: 380px 20px 20px;
	background: url(../images/news.jpg) 0px 0px no-repeat;
}
#conceptimg {
	padding: 380px 20px 20px;
	background: url(../images/concept.jpg) 0px 0px no-repeat;
}
.half-box ,
#tw {
	width: 100%;
	max-width: 640px;
	margin: 10px auto;
	padding: 20px 40px;
	font-size: 1.06em;
	line-height: 2.0em;
	background: #fff;
}
.half-box {
	padding: 40px 40px;
}
#tw {
	height: 520px;
}
.flex-box {
	padding: 12px 0 12px;
}
.flex-txt {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4em;
}
.flex-txt h3 .jp {
	font-size: 1.2em;
	line-height: 1.2em;
}
.flex-box:nth-child(odd) .flex-txt {
	padding-right: 1em;
}
.flex-box:nth-child(even) .flex-txt {
	padding-left: 1em;
}
.flex-box img {
	width: 240px;
	height: auto;
	margin: 2px 0px;
}
}

/* news
 * --------------------------------------- */
#tw {
	overflow-y: auto;
	max-width: 100%;
	padding: 10px;
}
.kiji {
	max-width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}
.kiji::before {
	/* content: "スパ ブリランテ"; */
	display: block;
	margin: 0 auto 0em;
	padding: 0.6em 0 0.6em 2.6em;
	line-height: 1.0em;
	font-weight: bold;
	background: url(../images/sns.png) left center no-repeat;
	background-size: auto 2.2em;
}
.kiji .date {
	margin: 0 auto 0.6em;
	padding: 0em 0 0.4em 2.6em;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #777;
}
.kiji .com {
	margin: 0;
	padding: 0 0 0 2.6em;
	line-height: 1.3em;
}
.kiji img {
	display: block;
	max-width: 100%;
	max-height: 440px;
	height: auto;
	margin: 0.7em 0;
	vertical-align: bottom;
}








/* ■■cast
 * --------------------------------------- */
.thumbparkmenu {
	overflow: hidden;
	clear: both;
	text-align: center;
	width: 100%;
}
.thumbparkmenu ul {
	display: table;
	margin: 0px auto 12px;
	padding: 0;
	text-align: center;
}
.thumbparkmenu ul li {
	display: inline-block;
	list-style-type: none;
}
.thumbparkmenu ul li button {
	width: auto;
	margin: 0 0.1em 12px;
	padding: 0.8em 1.6em 0.6em;
	text-decoration: none;
	font-size: 1.1em;
}
/* セラピスト一覧のみ */
.thumbparkmenu ul li button#all {
	padding: 0.8em 4.0em 0.6em;
}

#thumbtoday ,
#thumbpark ,
.thumbindex {
	width: 100%;
	margin: 0 auto;
	padding: 2px 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;
	border-radius: 0;
	box-shadow: 0px 2px 12px rgba(0,0,0,0.1);
}
.thumb a.iframe {
	z-index: 8;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	color: #444;
}
.thumb figure {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.thumb figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.thumb figcaption {
	width: 100%;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
	text-align: center;
	background: #fff;
}
.thumbname {
	display: block;
	margin: 0;
	padding: 0.6em 0 0.3em;
	font-size: 1.1em;
	line-height: 1em;
}
.thumbsize {
	display: block;
	margin: 0;
	padding: 0 0 0.35em;
	font-size: 1.1em;
	line-height: 1em;
	color: #888;
}
.thumbicon {
	position: absolute;
	left: 0;
	bottom: 26px;
	width: 100%;
	height: 40px;
}
.thumbicon span {
	display: none;
}
.thumbicon span.twon ,
.thumbicon span.newon {
	position: absolute;
	top: 0;
	display: inline-block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
.newon {
	left: 10px;
	background-image: url(../images/iconaon.png);
}
.twon {
	right: 10px;
	background-image: url(../images/iconbon.png);
}

.thumb .time {
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0.1em 0 0.1em;
	font-size: 1.1em;
	line-height: 1em;
}
/* SP */
@media only screen and (max-width: 680px) {
.thumb a.iframe {
	padding: 10px 0;
}
.thumb .time {
	padding: 0.5em 0 0.5em;
	font-size: 1.2em;
}
.thumbsize {
	letter-spacing: 0.07em;
	font-size: 1.0em;
}
.thumbicon {
	bottom: 84px;
}
}
/* //SP */

.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;}

.thumbresv ,
.thumbroom {
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	height: 1.3em;
	margin: 0 auto 0;
	padding: 0.2em 0 0;
	text-align: center;
	font-family: serif;
	font-size: 0.96em;
	line-height: 1em;
	letter-spacing: 0em;
	color: #fff;
	border-radius: 2px;
}
.thumbroom {
	width: 3.2em;
}
.thumbresv {
	width: 4.2em;
}
.thumb .thumbresv ,
.thumb .thumbroom {
	display: block;
	position: absolute;
}
.thumb .thumbresv {
	right: 50px;
	bottom: 0.5em;
}
.thumb .thumbroom {
	left: 50px;
	bottom: 0.5em;
}
#detail .thumbresv ,
#detail .thumbroom {
	margin-left: 0.4em;
}
.rooma {background-color: #00b3ee;}
.roomb {background-color: #a664ef;}
.roomc {background-color: #00ada7;}

.resva {background-color: #ff873e;}
.resvb {background-color: #ff3e67;}
.resvc {background-color: #f05acb;}

.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;}

.thumb .resv1 ,
.thumb .resv2 ,
.thumb .resv3 ,
.thumb .resv4 ,
.thumb .resv5 ,
.thumb .resv6 ,
.thumb .resv7 {display: none;}

.tday-mon .resv1 {display: block;}
.tday-tue .resv2 {display: block;}
.tday-wed .resv3 {display: block;}
.tday-thu .resv4 {display: block;}
.tday-fri .resv5 {display: block;}
.tday-sat .resv6 {display: block;}
.tday-sun .resv7 {display: block;}

/* SP */
@media only screen and (max-width: 680px) {
.thumb .thumbresv {
	width: 3.2em;
	padding: 0.2em 0 0 0.1em;
}
.thumb .thumbresv {
	right: 10px;
}
.thumb .thumbroom {
	left: 10px;
}
}
/* //SP */


#detail .thumbname {
	width: 100%;
	height: auto;
	padding: 0.4em 0 0.4em;
	font-size: 1.4em;
	line-height: 1em;
}
#detail .thumbsize {
	width: 100%;
	margin: 0 auto 0;
	padding: 2px 0 0;
	font-size: 1.1em;
	line-height: 1em;
}
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 {
}

#detail .tw {
	right: 0px;
	bottom: 44px;
	width: 50px;
	height: 50px;
}
.review {
	width: 440px;
	max-height: 680px;
	overflow: auto;
}



/* ■PC
 * --------------------------------------- */
@media only screen and (min-width: 681px) {
.thumb {
	width: 300px;
	height: 360px;
	margin: 0 10px 20px;
	font-size: 13px;
}
.thumb figure {
	width: 280px;
	height: 280px;
}
.thumb figure img {
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.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);
}
.thumb figcaption {
	height: 80px;
}
.thumbicon span.twon ,
.thumbicon span.newon {
	width: 24px;
	height: 24px;
}
.newon {
	top: 310px;
}
.twon {
	top: 310px;
}
#detail .thumbname {
	margin: 0.4em auto 0.4em;
}
}
/* //PC */
/* ■SP
 * --------------------------------------- */
@media only screen and (max-width: 680px) {
.thumbparkmenu ul li {
	width: 32%;
	margin: 0 0 20px;
}
.thumbparkmenu ul li:nth-of-type(1) {
	width: 96%;
}
.thumbparkmenu ul li button {
	width: 100%;
	padding: 0.6em 0em;
	font-size: 1.0em;
}
.thumb {
	width: 330px;
	height: 552px;
	margin: 0 3px 12px;
	font-size: 22px;
}
.thumb figure {
	width: 326px;
	height: 408px;
}
.thumb figcaption {
	height: 140px;
}
.thumbname {
	width: 100%;
	height: 52px;
	margin: 0 auto 0;
	padding: 16px 0 0;
}
.thumbicon {
	height: 44px;
	padding: 0px 0 0;
}
.thumbicon span {
	width: 56px;
	height: 40px;
}
#detail .thumbname {
	margin: 4px auto 12px;
}
}
/* //SP */







/* ■■Cell
 * --------------------------------------- */
.cell {
	position: relative;
	width: 100%;
	margin: 0 auto 4px;
	padding: 0;
	overflow: hidden;
	z-index: 2;
}
.cell .cset {
	margin: 0 auto 6px;
	overflow: hidden;
	line-height: 1.4em;
}
.cell .cset:nth-child(1n){
	background-color:#fffbef
}
.cell .cset:nth-child(2n){
	background-color:#fff;
}
.rcell .cset:nth-child(1n){
	background-color:#ffe1ea;
}
.rcell .cset:nth-child(2n){
	background-color:#fff4f7;
}
.cell .cset div {
	float: left;
	padding: 0.6em 2% 0.6em;
}
#detail .cell .cset div {
	padding: 0.4em 2% 0.4em;
}
.pcell .cset div {
	padding: 0.7em 1.2% 0.7em;
	line-height: 1.3em;
}
.plcell .cset div {
	padding: 0.5em 0.9% 0.5em;
	font-size: 1.16em;
	letter-spacing: 0.06em;
}
.rcell .cset div {
	font-size: 1.28em;
	letter-spacing: 0.04em;
}
.cell .cset div .en {
	font-size: 1.3em
}
.cell .cset div .no {
	margin-left: 0.1em;
	margin-right: 0.1em;
	font-size: 1.2em;
	font-weight: bold;
}
.plcell .cset .cleft .txt-s {
	display: inline-block;
	margin-top: 0.15em;
	padding: 4px 12px 2px;
	vertical-align: top;
	font-weight: bold;
	font-size: 0.74em;
	line-height: 1.0em;
	color: #111;
}
.plcell .cset:nth-child(1) .cleft .txt-s {
	background-color: #77f754;
}
.plcell .cset:nth-child(2) .cleft .txt-s {
	background-color: #ffe671;
}
.plcell .cset:nth-child(3) .cleft .txt-s {
	background-color: #ffa358;
}
.plcell .cset .cright .txt-s {
	display: inline-block;
	margin-top: 0.15em;
	padding: 4px 12px 2px;
	vertical-align: top;
	font-weight: bold;
	font-size: 0.74em;
	line-height: 1.0em;
	color: #fff;
	background-color: #ff5767;
	border-radius: 30px;
}
.cell .cset .cright s {
	font-size: 0.8em;
}
.cell .cset .cright .red {
	color: #ff0000;
}
.cell .cset .cleft {
	width: 20%;
	padding: 1em 1.2% 1em;
	text-align: left;
}
.cell .cset .cright {
	width: 80%;
	padding: 1em 1.2% 1em;
	text-align: left;
}
.pcell .cset .cleft {
	width: 40%;
}
.pcell .cset .cright {
	width: 60%;
	text-align: right;
}
.rcell .cset .cleft {
	width: 50%;
	padding: 0.4em 0.9% 0.3em;
	text-align: right;
}
.rcell .cset .cright {
	width: 50%;
	padding: 0.4em 0.9% 0.3em;
}
.mcell .cset > div {
	font-size: 1.22em;
	line-height: 1.5em;
}
.mcell .cset .cleft {
	width: 24%;
}
.mcell .cset .cleft span {
	display: inline-block;
	padding: 0.2em 1.2em 0.1em;
	font-size: 1.1em;
	line-height: 1em;
	text-align: center;
	color: #fff;
	background: #665024;
	border-radius: 3em;
}
.mcell .cset .cright {
	width: 76%;
}
.need {
	margin: 0 auto 0 4px;
	padding: 1px 3px 1px 3px;
	font-size: 84%;
	line-height: 0.8em;
	text-align: center;
	color: #fff;
	background: #80672a;
	border-radius: 2px;
}
/* ■PC
 * --------------------------------------- */
@media only screen and (min-width: 681px) {
.pcell {
	max-width: 680px;
}
/*.pcell .cset {
	float: left;
	margin: 0 2% 6px;
	width: 46%;
}*/
}
/* //PC */
/* ■SP
 * --------------------------------------- */
@media only screen and (max-width: 680px) {
.cell {
	width: 100%;
}
.price-box .cell {
	width: 100%;
}
.cell .cset div {
	font-size: 1.0em;
}
.pcell .cset div {
	font-size: 1.08em;
}
.plcell .cset div {
	float: none;
	margin: 0;
	width: 100%;
}
.cell .cset div .no {
	font-size: 128%;
}
.cell .cset .cleft {
	width: 30%;
}
.cell .cset .cright {
	width: 70%;
}
.pcell .cset .cleft {
	width: 40%;
}
.pcell .cset .cright {
	width: 60%;
}
.plcell .cset div {
	font-size: 1.28em;
	letter-spacing: 0.06em;
}
.plcell .cset .cleft {
	width: 100%;
	padding: 1.0em 1.0% 0.4em;
}
.plcell .cset .cright {
	width: 100%;
	padding: 0.4em 1.0% 1.0em;
}
.tcell .cset .cleft {
	width: 78%;
	padding: 16px 12px 14px 12px;
}
.tcell .cset .cright {
	width: 22%;
}
.mcell .cset > div {
	float: none;
	font-size: 1.22em;
	line-height: 1.5em;
}
.mcell .cset .cleft {
	width: 100%;
	padding: 22px 12px 2px;
	text-align: left;
}
.mcell .cset .cright {
	width: 100%;
	padding: 2px 12px 22px;
	border-left: solid 0px rgba(0,0,0,0.8);
}
.rcell .cset div {
	float: none;
	margin: 0;
}
.rcell .cset .cleft {
	width: 100%;
	padding: 22px 12px 2px;
	text-align: left;
	font-size: 112%;
}
.rcell .cset .cright {
	width: 100%;
	padding: 2px 12px 22px;
	border-left: solid 0px rgba(0,0,0,0.8);
}
}
/* //SP */








/*form
 * --------------------------------------- */
#mailframe {
	width: 100%;
	height: 940px;
	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;
}
#reserveno {
	position: relative;
	display: block;
}
#reserveno span {
	position: absolute;
	left: 52%;
	display: block;
	font-weight: bold;
	line-height: 1em;
	color: #fff;
}
/* ■PC
 * --------------------------------------- */
@media only screen and (min-width: 681px) {
#reserveno span {
	top: 75%;
	font-size: 31px;
}
}
/* //PC */
/* ■SP
 * --------------------------------------- */
@media only screen and (max-width: 680px) {
#mailframe {
	height: 1780px;
}
#reserveno span {
	top: 72%;
	font-size: 26px;
}
}
/* //SP */







/* ■■access
 * --------------------------------------- */
.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;
}
.access div:nth-child(2n+1) {
	clear: both;
}
.access div img {
	width: 100%;
	margin: 0 auto 8px;
	display: block;
	border: solid 5px #dbc064;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}
.access .no {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 44px;
	height: 44px;
	margin: -8px 0 0;
	padding: 4px 4px 2px 0;
	text-align: center;
	font-size: 36px;
	line-height: 1em;
	font-style: italic;
	color: #fff5cc;
	background: #042e26;
	border: solid 2px #dbc064;
	text-shadow: 
	rgba(0,0,0,0.4) 1px 1px 8px, rgba(0,0,0,0.4) -1px 1px 8px,
	rgba(0,0,0,0.4) 1px -1px 8px, rgba(0,0,0,0.4) -1px -1px 8px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
	-webkit-border-radius: 36px; /*角丸*/
	-moz-border-radius: 36px;
	border-radius: 36px;
}


/* Q&A
 * --------------------------------------- */
/* Q&A
 * --------------------------------------- */
.qabox {
	margin: 0 auto 16px;
}
.qaques {
	position: relative;
	margin: 0;
	padding: 20px 0px 16px 104px;
	text-align: left;
	font-size: 1.16em;
	line-height: 1.3em;
	color: #111;
	background: url(../images/qaques.png) left top no-repeat;
}
.qaques span {
	max-width: calc(100% - 100px);
	display: inline-block;
	padding: 14px 28px 12px 16px;
	text-align: left;
	background:linear-gradient(-60deg,#ffe9d0,#ffdff3);
	border-radius: 1em;
}
.qaans {
	position: relative;
	margin: 0;
	padding: 8px 104px 0px 0px;
	text-align: right;
	font-size: 1.16em;
	line-height: 1.3em;
	color: #111;
	background: url(../images/qaans.png) right top no-repeat;
}
.qaans span {
	max-width: calc(100% - 100px);
	display: inline-block;
	padding: 14px 28px 12px 28px;
	text-align: left;
	background: rgba(255,255,255,1.0);
	border-radius: 1em;
}
/* ■SP
 * --------------------------------------- */
@media only screen and (max-width: 680px) {
.qaques span ,
.qaans span {
	max-width: calc(100% - 20px);
}
}
/* //SP */


/* ■■flow
 * --------------------------------------- */
.box-training {
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto 20px;
	padding: 20px;
	color: #777;
	background: #fff;
	border: solid 12px #fff;
	border-radius: 28px;
}
.box-training.c1box {
	background: #eaf8c0;
}
.box-training.c2box {
	background: #c0f8c3;
}
.box-training.c3box {
	background: #c0f8f3;
}
.box-training p {
	text-align: center;
	font-size: 1.6em;
	line-height: 1.4em;
}
.box-step {
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	color: #777;
	background: #fff;
}
.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 #dcd3b6;
}

/* ■PC
 * --------------------------------------- */
@media only screen and (min-width: 681px) {
}
/* //PC */

/* ■SP
 * --------------------------------------- */
@media only screen and (max-width: 680px) {
.access div {
	width: 512px;
	float: none;
	margin: 0 auto 16px;
	padding: 16px 16px 16px;
	font-size: 92%;
}
.access div img {
	margin: 0 auto 8px;
}
.access .no {
	width: 68px;
	height: 68px;
	margin: -12px 0 0;
	padding: 7px 6px 0px 0;
	text-align: center;
	font-size: 57px;
}
.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;
}
}
/* //SP */



/* ■■Recruit page
 * --------------------------------------- */
.wideimg {
	max-width: 900px;
	margin: 0 auto 20px;
	text-align: center;
}
.rec-box {
	vertical-align: top;
	position: relative;
	display: block;
	margin: 0 auto 28px;;
	padding: 1.2em 1.0em 1.2em;
	background-color: rgba(255,255,255,0.96);
	border-radius: 1.6em;
	box-shadow: 0 0 1.6em rgba(253,238,188,0.6);
}
.rec-box p {
	margin: 0 auto 2px;
	text-align: left;
}
.rec-list {
	max-width: 680px;
	margin: 0 auto;
	padding: 0.6em 0;
	text-align: center;
}
.rec-list li {
	overflow: hidden;
	position: relative;
	list-style-type: none;
	display: block;
	max-width: 680px;
	margin: 0 auto 0.7em;
	padding: 0.6em 0em 0.5em;
	font-size: 1.25em;
	line-height: 1em;
	text-align: center;
	color: #111;
	background: linear-gradient(-60deg,#ffdff3,#ffe9d0);
	border-radius: 3em;
}
.rec-list.price-list li {
	padding: 0;
	color: #111;
	background: linear-gradient(-60deg,#ead49e,#fbebc4);
}
.pll {
	width: 50%;
	height: 100%;
	display: inline-block;
	padding: 0.7em 1em 0.5em 0em;
	text-align: right;
	background: #eed9a4;
}
.plr{
	width: 50%;
	height: 100%;
	display: inline-block;
	padding: 0.7em 0em 0.5em 1em;
	text-align: left;
	background: #fbebc4;
}
.point {
	overflow: hidden;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 1.2em 1.2em;
	text-align: center;
}
.point-box {
	vertical-align: top;
	position: relative;
	display: block;
	padding: 0;
	font-size: 1.12em;
	line-height: 1.5em;
	background-color: rgba(255,255,255,0.96);
	border-radius: 1.6em;
	box-shadow: 0 0 1.6em rgba(243,93,146,0.6);
}
/* PC */
@media screen and (min-width: 681px) {
.point {
	display: flex;
}
.point-box {
	width: 31.3%;
	height: auto;
	margin: 3.2em 1% 0;
}
}
/* SP */
@media only screen and (max-width: 680px) {
.point-box {
	margin: 3.2em 0.0em 4.4em;
}
.point-box:last-child {
	margin: 3.2em 0.0em 0em;
}
}

.point-no {
	position: absolute;
	top: -3.2em;
	left: calc(50% - 3em);
	width: 6em;
	height: 6em;
	padding: 1.2em 0 0;
	font-family: serif;
	letter-spacing: 0.04em;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #fff;
	background: linear-gradient(-60deg,#f9a2d7,#fbb29b);
	border-radius: 4em;
}
.point-no > span {
	font-family: sans-serif;
	font-size: 1.6em;
	line-height: 1.0em;
}
#recruitpage .point-no .no {
	display: block;
	font-size: 1.7em;
	line-height: 1.0em;
}
.point-txt {
	display: block;
	padding: 3.4em 1.6em 1.2em;
	text-align: left;
	font-size: 1.0em;
	line-height: 1.6em;
}
#recruitpage h3 {
	margin: 0 auto 6px;
	padding: 2px 0 0px;
	color: #665024;
	border-bottom: solid 1px #665024;
}
#recruitpage h2 .jp {
	padding: 2px 0 0px;
	font-weight: normal;
	letter-spacing: 0.01em;
	font-size: 1.92em;
	line-height: 1.2em;
	color: #665024;
}
#recruitpage h3 .jp {
	font-weight: normal;
}
#recruitpage .rec-box h3 .jp,
#recruitpage .point-txt h3 .jp {
	margin: 0 auto 0;
	padding: 0 0 0.1em;
	text-align: center;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	letter-spacing: 0.0em;
	color: #665024;
}
#recruitpage .point-txt h3 .jp {
	font-size: 1.6em;
}
#recruitpage h4 {
	font-family: sans-serif;
	color: #665024;
}
#recruitpage h4 span.jp {
	padding: 0 1.4em 1px;
	font-weight: normal;
	font-size: 1.2em;
	border-bottom: solid 1px #665024;
}
.point-txt p {
	margin: 0;
	padding: 0;
}



.caseimg {
	display: block;
	width: 200px;
	margin: 20px auto 16px;
	border-radius: 50%;
}
/* SP */
@media only screen and (max-width: 680px) {
.caseimg {
	width: 400px;
}
}


.about-box {
	vertical-align: top;
	display: inline-block;
	width: 46%;
	margin: 0 1%;
	padding: 12px 0;
	letter-spacing: normal; /*隙間対策 */
}
/* SP */
@media only screen and (max-width: 680px) {
.about-box {
	width: 100%;
	margin: 0 auto;
}
}
.about-pic {
	overflow: hidden;
	margin: 0 auto;
	border-radius: 1.2em;
}
.about-pic img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.about-txt {
	position: relative;
	padding: 1.0em 0em 1.6em;
	font-size: 1em;
	line-height: 1.5em;
}
.about-txt  h3 {
	margin: 0 auto 0;
	padding: 0 0 0.3em;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.2em;
	letter-spacing: 0.0em;
	color: #ff56a2;
}
.about-txt p {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5em;
}


/* ■■Detail page
 * --------------------------------------- */
#detailbody {
	margin: 0 auto;
}
#detailbody .box {
	overflow: hidden;
}
.detailreserveapp {
	margin: 0 auto;
	padding: 1.0em;
}
.reserveimg {
	max-height: 296px;
	margin: 0px auto 6px;
}
.reserveapp {
	padding: 8px 0 0;
}
.reserveapp img {
	max-height: 68px;
}
#profile {
	margin: 0 auto;
	padding: 36px 8px 36px;
	text-align: center;
}
#detail h2 {
	margin: 0 auto;
	padding: 16px 0 14px;
	color: #302818;
	background: #fff;
}
#detail h2 span.jp {
	display: block;
	margin: 0 auto 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.0em;
}
#detail h2 span.jp .age {
	margin-left: 0.2em;
	font-size: 0.8em;
}
#profilebox {
	margin: 0 auto;
	padding: 0 0 12px;
	font-size: 1.1em;
	line-height: 1.2em;
}
.profilesize {
	margin: 0 auto;
	padding: 0 0 20px;
	font-size: 1.3em;
	line-height: 1.0em;
	color: #06382f;
}
#detail h3 span.jp {
	font-size: 1.4em;
}
#detail h3 span.en {
	font-weight: bold;
	font-size: 1.5em;
}
#profile p {
	margin: 0 auto;
	padding: 0 1em 1em;
	text-align: left;
	font-size: 1.04em;
	line-height: 1.3em;
}

/* ■■detailphoto
 * --------------------------------------- */
#detailphoto {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#detailphoto .photos {
	width: 522px;
	height: 840px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
#detailphoto .photos .flexslider {
	height: 836px;
	margin: 0 auto 0;
}
#detailphoto .photos .flexslider .frame {
	z-index: 100;
	overflow: hidden;
	width: 522px;
	height: 696px;
	margin: 0 auto;
	padding: 20px 21px;
}
#detailphoto .photos .flexslider .slides {
	overflow: hidden;
	width: 480px;
	height: 656px;
	margin: 0 auto;
}
#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
 * --------------------------------------- */
@media only screen and (min-width: 681px) {
#detailbody {
	min-height: 1400px;
	padding: 84px 0px 20px;
}
#detailbody .box {
	min-height: 1440px;
	padding: 10px 10px 10px 0;
}
#profile {
	float: right;
	width: 460px;
	margin: 0 0 20px auto;
	padding: 20px;
}
.detailreserveapp {
	position: absolute;
	left: calc(50% - 460px);
	top: 890px;
	width: 480px;
}
#detailphoto {
	float: left;
	margin: 0 auto;
}
#detailphoto video {
	max-width: 480px;
	background-color: #4d4d4d;
}
}
/* //PC */
/* ■SP
 * --------------------------------------- */
@media only screen and (max-width: 680px) {
#detailbody {
	width: 680px;
	padding: 100px 10px 128px;
}
#detailbody .box {
	padding: 10px 10px 10px;
}
.reserveimg {
	max-height: 360px;
}
.reserveapp img.nosp {
	display: none;
}
.reserveapp img {
	max-height: 100px;
}
#profile {
	width: 100%;
}
#profilebody {
	width: 100%;
}
#detail h2 {
	padding: 24px 0 24px;
	text-align: center;
}
#detailphoto {
	width: 640px;
}
#detailphoto .photos {
	width: 640px;
	height: 1000px;
}
#detailphoto .photos .flexslider {
	height: 1000px;
}
#detailphoto .photos .flexslider .frame {
	width: 640px;
	height: 837px;
}
#detailphoto .photos .flexslider .slides {
	width: 598px;
	height: 797px;
}
#detailphoto video {
	max-width: 600px;
	background-color: #4d4d4d;
}
}
/* //SP */


/* gallery
 * --------------------------------------- */
.gallery {
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
	line-height: 0em;
	letter-spacing: -.40em; /*隙間対策 */
}
.gallery span {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 1px 1px 0 0;
	text-align: center;
	line-height: 1em;
	overflow: hidden;
	letter-spacing: normal; /*隙間対策 */
}
/*
@media only screen and (min-width: 681px) {
.gallery span {
	width: 33.3%;
}
}
@media only screen and (max-width: 680px) {
}
*/
.gallery span {
	width: 50%;
}
.gallery img {
	vertical-align: top;
}
.ga02.scview.effect {
	transition-delay: 0.5s;
}
.ga03.scview.effect {
	transition-delay: 0.8s;
}
.ga04.scview.effect {
	transition-delay: 0.5s;
}
.ga05.scview.effect {
	transition-delay: 0.8s;
}
.ga06.scview.effect {
	transition-delay: 1.1s;
}
.ga07.scview.effect {
	transition-delay: 0.8s;
}
.ga08.scview.effect {
	transition-delay: 1.1s;
}
.ga09.scview.effect {
	transition-delay: 1.3s;
}

