@charset "UTF-8";

@font-face {
	font-family: Cinzel;
	src: url(./Cinzel-Regular.ttf) format('truetype');
}
* {
	box-sizing: border-box;
}

/* start
 * --------------------------------------- */
#start {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	text-align: left;
	background-color: #0e0e0e;
	z-index: 980;
	animation: start 4.0s forwards;
}
@keyframes start {
0%{visibility: visible;opacity: 1;}
64%{visibility: visible;opacity: 1;}
100%{visibility: hidden;opacity: 0;}
}


body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #fff;
	background-color: #111;
	-webkit-text-size-adjust: 100%;
	font-size: 13px;
	line-height: 1.6em;
	font-family: sans-serif;
}
body.sp {
	width: 680px;
	font-size: 20px;
	line-height: 1.5em;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
}
button ,
form input[type="text"],
form select ,
form textarea {
	font-family: sans-serif;
}



a:link ,
a:visited {
	text-decoration: none;
	color: #f6d77a;
}
a:hover ,
a:active {
	text-decoration: none;
	color: #ffcb8d;
}


h1,h2,h3,h4,h5,div,a,p,form {
	box-sizing: border-box;
	vertical-align: bottom;
}

#inframe {
	background: transparent;
	text-align: center;
}
video ,
img {
	border: none;
	max-width: 100%;
	height: auto;
}
img.campain-s {
	max-width: 600px;
}
.en ,
.no {
	font-family: 'Cinzel',serif;
}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
.file ,
.thumbparkmenu ul li button ,
a.button ,
input[type="submit"] {
	z-index: 4;
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 1em auto;
	padding: 1.2em 4.0em;
	text-align: center;
	font-size: 1.0em;
	line-height: 1em;
	letter-spacing: 0;
	cursor: pointer;
	color: #000;
	background: none;
	border: solid 0px #222;
	border-radius: 0px;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
a.button {
	min-width: 400px;
	font-size: 1.2em;
}
.file:hover ,
.thumbparkmenu ul li button:hover ,
a.button:hover ,
input[type="submit"]:hover {
	color: #000;
}
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;
}
.file::before ,
.thumbparkmenu ul li button::before ,
a.button::before ,
.button_wrap::before {
	z-index: -1;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/menu1.jpg) center top repeat;
	border: solid 0px #e0e0e0;
	box-sizing: border-box;
}
.thumbparkmenu ul li button.mixitup-control-active {
	color: #000;
}
.thumbparkmenu ul li button.mixitup-control-active:before {
	background: url(../img/menu1.jpg) center top repeat;
}
.thumbparkmenu ul li button.mixitup-control-active:after {
	content: '';
	position: absolute;
	left: -38%;
	top: 0;
	display: block;
	width: 140%;
	height: 100%;
	background: rgba(255,255,255,0.6);
}

#bg {
	position: fixed;
	left: 0;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 0;
	
}
/* PC TAB --------------------------------------- */
@media screen and (min-width: 681px) {
#bg {
	top: 100px;
	height: calc(100vh - 160px);
	background: url(../img/bg3.jpg) center top no-repeat;
	background-size: cover;
}
}
/* //PC TAB */
/* SP  --------------------------------------- */
@media screen and (max-width: 680px) {
#bg {
	top: 90px;
	height: calc(100vh - 180px);
	background: url(../img/bg3.jpg) center top no-repeat;
	background-size: 250%;
}
}
/* //SP */

/* header
 * --------------------------------------- */
#header {
	position: relative;
	padding: 0 0 0;
	overflow: hidden;
}
#toppage #header {
	height: auto;
 	padding: 0 0 0;
}
#header-top {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
	background: url(../img/menu1.jpg) center top repeat;
	z-index: 800;
}
#header-inner {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	display: block;
	text-align: center;
	width: 1080px;
}
#logo {
	display: block;
	padding: 0;
	overflow: hidden;
	position: absolute;
	left: 30%;
	width:40%;
	margin: 0 auto;
	text-align: center;
}
#logo img {
	margin: 0 auto;
	
}
#header-bottom ,
#footer-bottom {
	display: block;
	width: 100%;
	height: 60px;
	padding: 20px 0 0;
	color: #2f210c;
	z-index: 60;
	letter-spacing: -.40em; /*隙間対策 */
}
#toppage #header-bottom {
	position: absolute;
	left: 0px;
	background: url(../img/menu1.jpg) center top repeat;
}
.second #header-bottom {
	position: fixed;
	left: 0px;
	z-index: 840;
}
#footer-bottom {
	background: url(../img/menu1.jpg) center top repeat;
}

/* PC TAB --------------------------------------- */
@media screen and (min-width: 681px) {
#header-top {
	height: 80px;
}
#toppage #logo {
	top: 5px;
}
.second #logo {
	top: 12px;
}
#toppage #header-bottom {
	bottom: 0;
	padding: 20px 0 0;
}
.second #header-bottom {
	top: 56px;
	height: 24px;
	padding: 0px 0 0;
}
}
/* //PC TAB */
/* SP  --------------------------------------- */
@media screen and (max-width: 680px) {
#header-top {
	height: 84px;
}
#logo {
	top: 16px;
}
#header-bottom {
	bottom: 88px;
	padding: 10px 0 0;
	background: url(../img/menu1.jpg) center top repeat;
}
#toppage #header-bottom {
	position: fixed;
	bottom: 88px;
}
#footer-bottom {
	padding: 13px 0 0;
}
}
/* //SP */

#header-bottom > div ,
#footer-bottom > div {
	display: inline-block;
	margin: 0 16px 0;
	color: #2f210c;
	vertical-align: bottom;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	font-family: 'Cinzel',serif;
	letter-spacing: 0.1em;
}
#header-bottom a ,
#footer-bottom a {
	color: #2f210c;
}
#header-bottom .no ,
#footer-bottom .no {
	font-size: 1.2em;
}

/* footer
 * --------------------------------------- */
#footer {
	position: relative;
	width: 100%;
	margin: 0;
	text-align: center;
	overflow: hidden;
	padding: 24px 0 24px;
	color: #fff;
	background: rgba(0,0,0,0.8);
}
#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: #fff;
}
#footer-menu li a {
	margin: 0 12px;
	text-decoration: none;
	padding: 6px 0 6px 20px;
	font-size: 14px;
	line-height: 1.0em;
	background: url(../img/nav.png) left center no-repeat;
	background-size: 16px auto;
}
#footer-menu li a:link ,
#footer-menu li a:visited {
	color: #fff;
}
#footer-menu li a:hover {
	color: #fff;
	opacity: 0.6;
}
#footer-menu li a span.en {
	display: none;
}
#footer-txt {
	margin: 0 auto 16px;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
}
#footer-logo {
	display: table;
	text-align: center;
	width: 648px;
	margin: 40px auto 40px;
	padding: 0;
}
#footer-logo:hover {
	background: none;
}
#footer-logo img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 200px;
}
#footer-copy {
	width: 100%;
	margin: 0 auto;
	padding: 44px 0 32px;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
}
#footer-banner {
	margin: 20px auto 4px;
}
#footer-banner a {
	display: inline-block;
	margin: 0 8px 12px;
	font-family: sans-serif;
	font-size: 12px;
}
#footer-banner a img {
	vertical-align: bottom;
}

/* top
 * --------------------------------------- */
#top {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto 0;
	z-index: 240;
}

.logo-box {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#top-txt {
	position: absolute;
	left: calc(50% - 320px);
	width: 640px;
	margin: 0 auto;
	padding: 1.0em 0 0;
	text-align: left;
}
#top-txt p {
	margin: 0;
	padding: 0.25em 0;
	font-size: 1.06em;
	line-height: 1.35em;
}
/* PC TAB --------------------------------------- */
@media screen and (min-width: 681px) {
#top {
	padding: 92px 0 0px;
}
#toppage #top {
	height: auto;
	min-height: 100vh;
}
#toppage .logo-box {
	top: calc(50vh - 148px);
}
#top-txt {
	bottom: 80px;
}
}
/* //PC TAB */
/* SP  --------------------------------------- */
@media screen and (max-width: 680px) {
#top {
	padding: 90px 0 0;
	box-sizing: border-box;
}
#toppage #top {
	height: 1000px;
	padding: 0;
	max-height: calc(100vh - 200px);
}
#toppage .logo-box {
	top: calc(50% - 120px);
}
#top-txt {
	bottom: 20px;
}
}
/* //SP */



#toppage h2 {
	margin: 0 auto;
	padding: 0;
	opacity: 0;
	animation: topbox 1.8s linear 0.4s 1 forwards;
	animation-fill-mode: both;
}
@keyframes topbox {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
#toppage h2 img {
	height: 350px;
}



#eventbox {
	width: 100%;
	margin: 0 auto;
	padding: 12px 0;
	text-align: center;
}
#eventbox img {
	display: block;
	margin: 0 auto;
	vertical-align: top;
}
#top video {
	width: 640px;
	height: 360px;
	margin: 0 auto 0;
}
#home-copy {
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 12px;
	text-align:center;
}
#toppic {
	margin: 0 auto;
	width: 984px;
	height: 368px;
	overflow: hidden;
}
body.sp #toppic {
	float: none;
	width: 680px;
	height: 260px;
}
#toppic ul {
	margin: 0;
	padding: 0;
}
#toppic ul li {
	list-style: none;
}
#toppic .owl-wrapper-outer {
	height: 348px;
}
#toppic img {
	width: 984px;
	height: 348px;
	vertical-align: top;
}
body.sp #toppic img {
	width: 680px;
	height: 240px;
}
#topbanner {
	width: 984px;
	margin: 0 auto;
	letter-spacing: -.40em; /*隙間対策 */
}
#topbanner a {
	display: inline-block;
	margin: 0 1px 2px;
	letter-spacing: normal; /*隙間対策 */
}
#topbanner img {
	width: 326px;
	height: auto;
	vertical-align: top;
}
#tw {
	width: 400px;
	height: 400px;
	margin: 0 auto 8px;
}
#detail #tw {
	width: 400px;
	height: 400px;
	margin: 0 auto 8px;
}

/* Contents
 * --------------------------------------- */
#contents {
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
}
.main {
	margin: 0 auto;
	padding: 48px 0 0;
}
#therapist .main ,
#schedule .main {
	padding: 210px 0 0;
}
#detail .main {
	width: 1060px;
}
.section {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.section#today  {
	margin: 0 auto 40px;
	padding: 24px 0 24px;
}
.section#newcast {
	margin: 0 auto 60px;
	padding: 24px 0 24px;
}
.sectionin {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 0px;
	overflow: hidden;
}

.txt ol ,
.txt ul {
	margin: 0px;
	padding: 0.8em 0 0.8em 0.1em;
	text-align: left;
}
.txt ul {
	list-style-type: none;
}
.txt ol li {
	margin: 0px 0px;
	padding: 0 0 8px;
	line-height: 1.4em;
}
.txt ul li {
	margin: 0px 0px;
	padding: 0.4em 0 0.4em 1.5em;
	line-height: 1.4em;
	background: url(../img/li.png) left center no-repeat;
	background-size: 1.2em auto;
}
.txt ol li:last-child {
	padding: 0 0 0px;
}
.txt dl {
	margin: 0;
	text-align: left;
}
.txt dt {
	color: #333;
	margin: 0;
	padding: 6px 32px 8px;
	background: #fff6e6;
}
.txt dd {
	margin: 0;
	padding: 6px 32px 10px;
}

.txt-l {
	font-size: 128%;
	line-height: 1.3em;
}
.txt-ll {
	font-size: 148%;
	line-height: 1.4em;
}
.txt-s {
	font-size: 84%;
	line-height: 96%;
}
.white {
	color: #fff;
}
.red {
	color: #f6d77a;
}
.thumbparkmenu ul li button .red ,
.thumbparkmenu ul li button.mixitup-control-active .red {
	margin-right: 4px;
	color: #e9295f;
}
.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;
}
.second h2 {
	z-index: 250;
	position: absolute;
	left: 0;
	width: 100%;
	height: 200px;
	margin: 0 auto -2px;
	padding: 0;
	text-align: center;
	text-transform: capitalize;
	text-indent: 0.2em;
	font-weight: normal;
	font-family: 'Cinzel',serif;
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0.2em;
	color: #dedede;
	background: url(../img/h2.png) center top no-repeat;
	background-size: auto 200px;
}
.second#detail h2 {
	height: 100px;
	background: url(../img/h2.png) center top no-repeat;
	background-size: auto 100px;
}
/*
	color: #fff;
	text-shadow:
1px 1px 0 #fff,
-1px -1px 0 #fff,
2px 2px 4px #fff,
-2px 2px 4px #fff,
2px 2px 4px #fff,
-2px 2px 4px #fff,
2px 2px 12px #fff,
-2px -2px 12px #fff,
2px 2px 12px #fff,
-2px -2px 16px #fff,
2px 2px 16px #fff,
-2px -2px 16px #fff,
2px 2px 16px #fff,
-2px -2px 16px #fff;
*/
.second h2 .en {
	display: none;
}
.second h2 .jp {
	display: inline;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	margin: 0 auto 0;
	padding: 0.2em 0 0;
	font-size: 2.0em;
	line-height: 1.2em;
	letter-spacing: -0.06em;
	text-indent: 0.1em;
	transform: translate(-50%, -50%);
	writing-mode: vertical-rl;
}
.second#detail h2 .jp {
	font-size: 1.6em;
	line-height: 1.1em;
	letter-spacing: -0.14em;
}
h3 {
	position: relative;
	width: 170px;
	height: 170px;
	margin: 0 auto 6px 70px;;
	padding: 0 12px 6px;
	text-align: left;
	font-weight: normal;
	font-family: 'Cinzel',serif;
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0.04em;
	color: #111;
	background: url(../img/h3.png) center top no-repeat;
	background-size: auto 170px;
}
#detail h3 {
	margin: 0 auto 10px;
	padding: 8px 0 0px;
}
h3 span.en {
	display: none;
}
#toppage h3 span.jp ,
.second h3 span.jp {
	display: inline;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
	font-size: 1.8em;
	line-height: 1.3em;
	letter-spacing: -0.02em;
	text-indent: 0.1em;
	transform: translate(-50%, -50%);
	writing-mode: vertical-rl;
}
#detail .profilebox h3 span.je {
	display: inline;
	position: absolute;
	top: calc(50% - 0.5em);
	left: 0;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
	font-size: 1.8em;
	line-height: 1.3em;
	letter-spacing: -0.02em;
	text-indent: 0.1em;
}
h4 {
	position: relative;
	margin: 0 auto 12px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	text-indent: 0.1em;
	font-family: 'Cinzel',serif;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0.1em;
	color: #dedede;
	z-index: 2;
}
h4 .red {
	color: #fff1a6;
}
h4 span.en {
	display: none;
}
/*
	position: relative;
	display: inline-block;
	width: auto;
	margin: 0 auto 0.2em;
	padding: 0em 6em 0.1em;
	font-size: 2.4em;
	line-height: 1.0em;
*/
h4 span.jp {
	position: relative;
	display: inline-block;
	width: auto;
	margin: 0 auto 0.2em;
	padding: 0em 6em 0.1em;
	font-size: 1.8em;
	line-height: 1.0em;
}
h4 span.jp::after {
	content: '';
	position: absolute;
	left: 0;
	top: 1.0em;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #080808 0%, #dedede 36%, #dedede 64%, #080808 100%);
}
h4 span.fp {
	display: inline-block;
	margin: 0 auto 6px;
	padding: 0 12px 1px;
	line-height: 1.2em;
	letter-spacing: 0px;
	font-size: 1.7em;
	font-weight: normal;
	text-align: center;
	font-family: 'Cinzel',serif;
	color: #fff;
	background: linear-gradient(transparent 60%, #877338 60%);
}
h5 {
	margin: 0 auto 6px;
	padding: 0 0 4px;
	line-height: 1.2em;
	letter-spacing: 0px;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	font-family: 'Cinzel',serif;
	color: #f6d77a;
}
/* Box
 * --------------------------------------- */
.box {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 60px;
	padding: 0px 40px 0px;
	overflow: hidden;
}
body.pct #detail .box {
	max-width: 1120px;
	margin: 0 auto 40px;
	padding: 12px 20px 12px;
	background: rgba(0,0,0,0.7);
}
.box p {
	margin: 0 0 2em;
	padding: 0;
	text-align: left;
}
.box p:last-of-type {
	margin: 0 0 0px;
}
.point {
	display: block;
	width: 200px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0;
	background: url(../img/point.png) center 20px no-repeat;
}
.banner-m {
	max-width: 640px;
	margin: 0 auto 24px;
}
.txt {
	width: 100%;
	margin: 0 auto 24px;
	padding: 0px 0px;
	text-align: left;
}
.txt:last-of-type {
	margin: 0 auto 12px;
}
.white-box {
	width: 100%;
	margin: 0 auto 28px;
	padding: 12px 0px;
	text-align: center;
	background: url(../img/menu1.jpg) center top repeat;
}
.white-box a {
	vertical-align: middle;
}
.white-box img {
	vertical-align: middle;
}
.txt-box {
	width: 100%;
	margin: 0 auto 28px;
	padding: 28px 28px;
	background: rgba(0,0,0,0.7);
}
.rec-box {
	display: table;
	list-style-type: none;
	width: 100%;
	margin: 0 auto 28px;
	padding: 12px 40px 12px;
	font-size: 1em;
	background: rgba(0,0,0,0.7);
	-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;
}



#newsbox {
	width: 600px;
	height: 320px;
	margin: 0 auto 0;
	padding: 0;
	overflow-y: auto;
}
#newsbox a {
	display: block;
	margin: 0 auto 20px;
}
#newsbox a img {
	vertical-align: bottom;
}

/* news
 * --------------------------------------- */
.kiji {
	overflow: hidden;
	width: 580px;
	margin: 0 auto 8px;
	padding: 0 0 0 46px;
	text-align: left;
	border-bottom: solid 1px #606060;
	background: url(../img/sns.png) left top no-repeat;
	background-size: 40px auto;
}
.kiji .date {
	margin: 0;
	padding: 4px 0 4px;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
}
.kiji .com {
	margin: 0;
	padding: 0px 0 12px;
	line-height: 1.3em;
}
.kiji img {
	max-width: 100%;
	height: auto;
	margin: 0 0 15px;
}

#topbanner img {
	vertical-align: top;
}

/* cast
 * --------------------------------------- */
.thumbparkmenu {
	overflow: hidden;
	clear: both;
	text-align: center;
	width: 100%;
}
.thumbparkmenu ul {
	margin: 0px auto 12px;
	padding: 0;
	text-align: center;
}
.thumbparkmenu ul li {
	display: inline-block;
	list-style-type: none;
}
.thumbparkmenu ul li button {
	margin: 0 0.2em;
	padding: 0.8em 3.2em;
	text-decoration: none;
	font-size: 1.1em;
	white-space: nowrap;
}
#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;
	width: 216px;
	height: 322px;
	position: relative;
	margin: 0 8px 16px;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1em;
	overflow: hidden;
	letter-spacing: normal; /*隙間対策 */
}
.thumbtime {
	height: 350px;
}
.thumb a.iframe {
	z-index: 8;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	color: #000;
}
.thumb figure {
	width: 214px;
	height: 280px;
	margin: 0 auto 0;
	position: relative;
	padding: 0;
	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: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(../img/menu1.jpg) center top repeat;
}
.thumbname {
	display: block;
	width: 100%;
	height: 36px;
	margin: 0 auto;
	padding: 12px 0 0;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
}
.thumb .timemon ,
.thumb .timetue ,
.thumb .timewed ,
.thumb .timethu ,
.thumb .timefri ,
.thumb .timesat ,
.thumb .timesun ,
.thumb span.time {
	display: block;
	width: 100%;
	height: 32px;
	margin: 0 auto 0;
	padding: 9px 0 0;
	font-size: 0.92em;
	font-size: 1em;
	line-height: 1em;
	color: #000;
	background: rgba(255,255,255,0.4);
}


.thumb .thumbroom {
	position: absolute;
	left: 4px;
	bottom: 8px;
}
.thumbroom {
	display: inline-block;
	width: 3.6em;
	height: 1.4em;
	margin: 0 0.2em 0 0;
	padding: 0.25em 0 0;
	font-size: 1.0em;
	line-height: 1em;
	text-align: center;
	color: #000;
	border-radius: 0.1em;
}
.rooma {background-color: #ffa6c3;}
.roomb {background-color: #a6e1ff;}
.roomc {background-color: #be7eff;}
.roomd {background-color: #009fb7;}
.roome {background-color: #3823ff;}
.roomf {background-color: #ff4027;}

.thumb .thumbroom {display: none;}

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

.thumb .icon {
	position: absolute;
	right: 4px;
	bottom: 8px;
}
.icon {
	display: inline-block;
	width: 3.6em;
	height: 1.4em;
	margin: 0 0 0 0.2em;
	padding: 0.25em 0 0;
	font-size: 1.0em;
	line-height: 1em;
	text-align: center;
	color: #000;
	border-radius: 0.1em;
}
.iconb {background-color: #b4943f;}
.iconc {background-color: #f16a7d;}
.icond {background-color: #f16a7d;}

.thumb .icon {display: none;}
#today .thumb .icon {display: inline-block;}
.tday-mon .thumb .zan1 {display: inline-block;}
.tday-tue .thumb .zan2 {display: inline-block;}
.tday-wed .thumb .zan3 {display: inline-block;}
.tday-thu .thumb .zan4 {display: inline-block;}
.tday-fri .thumb .zan5 {display: inline-block;}
.tday-sat .thumb .zan6 {display: inline-block;}
.tday-sun .thumb .zan7 {display: inline-block;}

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




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 {
}

.thumb .pickup {
	position: absolute;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
	background-image: url(../img/pickup.png);
	left: 0;
	top: 0;
	width: 64px;
	height: 64px;
}
body.sp .thumb .pickup {
	width: 80px;
	height: 80px;
}
.thumb .new {
	position: absolute;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
	background-image: url(../img/new.png);
	right: 0;
	top: 0;
	width: 64px;
	height: 64px;
}
body.sp .thumb .new {
	width: 80px;
	height: 80px;
}
.thumbnew .new {
	display: none;
}
.thumb .tw {
	position: absolute;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
	background-image: url(../img/tw.png);
	right: 0px;
	top: 240px;
	width: 44px;
	height: 44px;
}
#detail .tw {
	right: 0px;
	bottom: 44px;
	width: 50px;
	height: 50px;
}
.review {
	width: 440px;
	max-height: 680px;
	overflow: auto;
}
.caption {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 0;
	line-height: 1.2em;
	letter-spacing: -0.06em;
	color: #b0b0b0;
	text-shadow:
2px 2px 0 #0e0e0e, -2px -2px 0 #0e0e0e,-2px 2px 0 #0e0e0e, 2px -2px 0 #0e0e0e,
1px 1px 0 #0e0e0e, -1px -1px 0 #0e0e0e,-1px 1px 0 #0e0e0e, 1px -1px 0 #0e0e0e,
0px 2px 0 #0e0e0e,0 -2px 0 #0e0e0e,-2px 0 0 #0e0e0e, 2px 0 0 #0e0e0e,
0px 1px 0 #0e0e0e,0 -1px 0 #0e0e0e,-1px 0 0 #0e0e0e, 1px 0 0 #0e0e0e;
	overflow: hidden;
	z-index: 12;
}

.linkbox {
	display: table;
	width: 880px;
	margin: 20px auto 40px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.linkbox div {
	display: inline;
	margin: 0 auto;
}
.banner {
	width: 468px;
	margin: 0 auto;
	text-align: center;
}
.banner640  {
	width: 640px;
}
.banner img {
	display: block;
	margin: 0 auto 15px;
}

#map {
	display: block;
	width: 100%;
	max-width: 10e0e0epx;
	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 6px 0 0;
	text-align: center;
	font-size: 40px;
	line-height: 1em;
	font-style: italic;
	color: #f6d77a;
	background: rgba(0,0,0,0.9);
	-webkit-border-radius: 36px; /*角丸*/
	-moz-border-radius: 36px;
	border-radius: 36px;
}
.parking img {
	width: 48%;
	margin: 0 auto 4px;
}


/* flow */
.flowbox {
	width: 100%;
	margin: 0 auto 10px;
	padding: 28px 0px 20px;
}
.flow {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	max-width: 680px;
	margin: 0 auto 4px;
	padding: 18px 40px 20px 80px;
	text-align: center;
	background: #383120;
	-webkit-border-radius: 24px; /*角丸*/
	-moz-border-radius: 24px;
	border-radius: 24px;
}
body.sp .flow {
	padding: 32px 20px 32px 40px;
}
.flow h5 {
	display: inline-block;
	margin: 0 32px 6px auto;
	padding: 0 12px 1px;
	font-weight: normal;
	font-size: 1.64em;
	line-height: 1.2em;
	color: #fff;
	background: linear-gradient(transparent 60%, #877338 60%);
}
.flow .no {
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;
	height: 100px;
	margin: -40px 0 0 -80px;
	padding: 60px 20px 0 0;
	font-weight: bold;
	font-size: 2.2em;
	line-height: 1.0em;
	letter-spacing: 0em;
	color: #000;
	background-color: #f7e583;
	-webkit-transform: rotate(-34deg);
	transform: rotate(-34deg);
}
.flowpic {
	margin: 0 auto;
	padding: 0 0 8px;
	text-align: center;
}
.flow li {
	font-size: 1.2em;
	line-height: 1.3em;
}
.arrow {
	position: relative;
	height: 2em;
	margin: 20px auto;
}
.arrow::after {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 2em);
	border: 2rem solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 2rem;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 2em;
	border-top: 2em solid #c2b296;
}
.qabox {
	display: block;
	max-width: 680px;
	margin: 0 auto 1.2em;
	padding: 0.8em 0;
	text-align: left;
	background: #383120;
	-webkit-border-radius: 20px; /*角丸*/
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.qabox .ques {
	position: relative;
	display: inline-block;
	margin: 0 auto 0.5em 3.6em;
	padding: 0.5em 0.2em 0.2em;
	font-size: 1.24em;
	line-height: 1.2em;
	color: #fff;
	background: linear-gradient(transparent 60%, #877338 60%);
}
.qabox .ans {
	position: relative;
	height: auto;
	margin: 0 1.2em 0.5em 4.0em;
	padding: 0.5em 0.8em 0.2em;
	font-size: 1.2em;
	line-height: 1.6em;
}
.qabox .no {
	position: absolute;
	left: -1.6em;
	top: 0.2em;
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin: 0;
	padding: 0.1em 0 0 0em;
	text-align: center;
	font-weight: bold;
	font-style: nomal;
	font-size: 1.6em;
	line-height: 1em;
	color: #000;
	background-color: #f7e583;
	-webkit-border-radius: 36px; /*角丸*/
	-moz-border-radius: 36px;
	border-radius: 36px;
}
#recruit .qabox .ques .no {
	background-color: #f7e583;
}
#recruit .qabox .ans .no {
	left: -1.2em;
	background-color: #efd370;
}
#recruit p.rp {
	max-width: 800px;
	margin: 0 auto 0;
	font-size: 1.2em;
	line-height: 1.6em;
}
#recruit .cell .cset div {
	font-size: 1.2em;
	line-height: 1.6em;
}

.more {
	display: inline-block;
}
.close {
	display: none;
}
.txtopen .more {
	display: none;
}
.txtopen .close {
	display: inline-block;
}
.recbox {
	position: relative;
	display: block;
	width: 100%;
	max-width: 720px;
	margin: 24px auto 24px;
	padding: 20px 20px 20px;
	text-align: left;
	line-height: 1.6em;
	background: url(../img/rec4.png) 24px 8px no-repeat rgba(209,244,251,0.4);
	border: solid 2px #5cd2e7;
	-webkit-border-radius: 36px; /*角丸*/
	-moz-border-radius: 36px;
	border-radius: 36px;
}

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

#recruit-top {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0;
	background: url(../img/recruit-top.gif) center top repeat-x;
	border-top: solid 4px #a4946b;
	border-bottom: solid 4px #a4946b;
}
#recruit-top img {
	margin: 0 auto;
	vertical-align: top;
}
#recruit2 {
	padding: 40px 0;
	background: #fff;
}
.recruitpics {
	width: 1064px;
	margin: 0 auto;
}
.recruitpic {
	display: inline-block;
	text-align: center;
	font-weight: normal;
	font-size: 96%;
	line-height: 1.4em;
	color: #333;
	background: #fff0f2;
	width: 510px;
	height: 220px;
	margin: 0 5px 10px;
	padding: 6px 0 0;
	border-radius: 16px;
}
.recruitpic .toppic {
	width: 300px;
}
.recruitpic img {
	vertical-align: top;
}
.recruitpic .leftpic {
	float: left;
	width: 240px;
	margin: 0 6px;
}
.recruitpic p {
	display: block;
	margin: 0 12px 0 0;
	padding: 6px 0 0;
	text-align: left;
}
#recruit5 {
	padding: 40px 0;
	background: #fff;
}
#recruit7 {
	padding: 40px 0;
	background: #fff;
}
#recruit9 {
	padding: 40px 0;
	background: #fff;
}


/* Cell
 * --------------------------------------- */
.cell {
	width: 100%;
	margin: 0 auto 4px;
	padding: 0;
	overflow: hidden;
}
.cell .cset {
	margin: 0 auto 6px;
	overflow: hidden;
	line-height: 1.4em;
	border-bottom: solid 1px #606060;
}
.plcell .cset {
	position: relative;
	border-bottom: solid 0px #af7c35;
}
.plcell .cset::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #0e0e0e 0%, #b0b0b0 44%, #b0b0b0 56%, #0e0e0e 100%);
}
.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 2% 0.7em;
}
.cell .cset div .en {
	font-size: 1.4em
}
.cell .cset div .no {
	margin-left: 0.1em;
	margin-right: 0.1em;
	font-size: 1.8em;
	font-weight: bold;
}
.cell .cset .cleft {
	width: 20%;
	padding: 1em 1.5% 1em 1%;
	text-align: left;
}
.cell .cset .cright {
	width: 80%;
	padding: 1em 1% 1em 1.5%;
	text-align: left;
}
.pcell .cset .cleft {
	width: 60%;
}
.pcell .cset .cright {
	width: 40%;
	text-align: right;
	color: #f6d77a;
}
.pdcell .cset .cright {
	color: #f2612f;
}
s {
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 0 4px;
}
s::after {
	z-index: 1;
	content: '';
	position: absolute;
	left: 0;
	top: 0.8em;
	display: block;
	width: 100%;
	height: 2px;
	border-top: solid 1px #f6d77a;
}
.mcell .cset .cleft {
	width: 36%;
}
.mcell .cset .cright {
	width: 64%;
}
.need {
	margin: 0 auto 0 4px;
	padding: 1px 3px 1px 3px;
	font-size: 84%;
	line-height: 0.8em;
	text-align: center;
	color: #fff;
	background: #b15624;
	border-radius: 2px;
}
#mailframe {
	width: 640px;
	height: 400px;
	margin: 0 auto;
	border: none;
}

/*form
*/
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: #fff;
	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;
}

/*----------------------------------------------------------------
* スライドショー
----------------------------------------------------------------*/
#detailphoto {
	position: relative;
	text-align: center;
	overflow: hidden;
}
#detailphoto .photos {
	width: 480px;
	height: 840px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
#detailphoto .photos .flexslider {
	height: 840px;
	margin: 0 auto 0;
}
.slides::after ,
.slides {
	height: 720px;
}
#detailphoto .photos .flexslider .slides img {
	width: 100%;
	height: auto;
}
.flex-control-thumbs {
	display: table;
	width: 480px;
	height: 112px;
	margin: 12px auto 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
	letter-spacing: -.40em; /*隙間対策 */
}
.flex-control-thumbs li {
	display: table-cell;
	width: auto;
	height: 76px;
	margin: 0 4px 0 0;
	padding: 0;
	border-style: none;
	overflow: hidden;
	letter-spacing: normal; /*隙間対策 */
}
.flex-control-thumbs img {
	width: auto;
	height: 76px;
	border-style: none;
}
.flex-control-thumbs img:hover {
	border-style: none;
}
.flex-control-thumbs .flex-active {
	overflow: hidden;
}

#detailphoto video {
	width: 480px;
	height: auto;
}
#moviecom {
	font-size: 0.9em;
	margin: 0 auto 20px;
}

.review {
	margin: 0 auto;
}
.review p {
	line-height: 1.3em;
	margin: 0 auto 28px;
	padding: 0;
	text-align: left;
}

/*----------------------------------------------------------------
* content
----------------------------------------------------------------*/
#profile {
	padding: 0;
	overflow: hidden;
}
.profilebox {
	position: relative;
	margin: 0 auto 20px;
	padding: 8px 20px 20px;
	text-align: center;
	border-top: solid 2px #606060;
	overflow: hidden;
}
#profile p {
	width: 100%;
	max-height: 480px;
	overflow: auto;
	line-height: 1.6em;
	margin: 0 auto;
	padding: 2px 0;
	text-align: left;
}


a.snsbutton {
	z-index: 4;
	position: relative;
	display: inline-block;
	height: auto;
	margin: 1em auto;
	padding: 0.8em 4.4em 0.8em 3em;
	text-align: center;
	vertical-align: middle;
	font-size: 1.0em;
	line-height: 1em;
	letter-spacing: 0;
	cursor: pointer;
	color: #fff;
	border: solid 0px #222;
	border-radius: 4px;
	overflow: hidden;
}
a.snsbutton::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 4px;
	height: 4px;
	margin-top: -3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .4s;
}
a.snsbutton img {
	height: 2.8em;
	margin-right: 1em;
	vertical-align: middle;
}
a.imgbutton {
	padding: 0.2em 4.4em 0.0em 3em;
}
a.linebutton {
	background: #00c300;
}
a.twbutton {
	background: #52b5ff;
}


/*----------------------------------------------------------------
* column
----------------------------------------------------------------*/
#columnbox {
	margin: 0 auto 16px;
	overflow: auto;
}
body.pc #columnbox {
	width: 880px;
	max-height: 660px;
}
body.sp #columnbox {
	width: 640px;
	max-height: 800px;
}
.column {
	margin: 0 auto 16px;
	padding: 0;
	overflow: hidden;
}
body.pc .column {
	float: left;
	width: 420px;
	height: 280px;
	padding: 0 8px;
}
body.sp .column {
	width: 520px;
	padding: 0 0 12px;
}
.column p {
	margin: 0 auto 6px;
	padding: 0;
	text-align: left;
}
body.pc .columnpic {
	max-height: 184px;
	overflow: hidden;
}
body.pc .column img {
	width: 320px;
}
body.sp .column img {
	width: 520px;
}
body.pc .column .button {
	margin: 0 auto;
	padding: 0.8em 4.0em;
}
body.sp .column .button {
	margin: 0 auto;
	padding: 0.6em 4.0em 0.4em;
}


/*----------------------------------------------------------------
* gallery
----------------------------------------------------------------*/
.lum-lightbox {
	z-index: 800;
}
.lum-lightbox button::before ,
.lum-lightbox button::after {
}
ul.gallery {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	letter-spacing: -.40em; /*隙間対策 */
}
ul.gallery li {
	display: inline-block;
	width: 140px;
	height: 140px;
	position: relative;
	margin: 0 8px 16px;
	padding: 0;
	text-align: center;
	overflow: hidden;
	letter-spacing: normal; /*隙間対策 */
	border: solid 1px #d4a45a;
}
ul.gallery li a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: solid 5px rgba(0,0,0,0.2);
}
ul.gallery li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



#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;
	background: rgba(240,240,240,0.9);
	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;1
	 transition: .4s;
}
#page-top a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 24px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #111;
	border-right: 2px solid #111;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}




/* #menu
 * --------------------------------------- */
#menunav input {
	z-index: 960;
}
#menunav input {
	display: none;
}
#menunav label {
	z-index: 980;
	cursor: pointer;
	position: fixed;
	display: block;
	width: 80px;
	transition: color 0.2s;
}
#menubtn {
	z-index: 970;
	overflow: hidden;
	position: fixed;
	display: block;
	width: 80px;
	font-family: sans-serif;
	line-height: 1em;
	color: #111;
	transition: all 0.8s;
}
/* PC TAB --------------------------------------- */
@media screen and (min-width: 681px) {
#menunav label ,
#menubtn {
	top: 0px;
	right: 0px;
	height: 66px;
	font-size: 12px;
}
#menu-wrap {
	top: 90px;
	right: 20px;
	width: 640px;
}
}
/* //PC TAB */
/* SP  --------------------------------------- */
@media screen and (max-width: 680px) {
#menunav label ,
#menubtn {
	bottom: 14px;
	right: 18px;
	height: 70px;
	font-size: 15px;
}
#menu-wrap {
	bottom: 160px;
	right: 20px;
	width: 640px;
}
}
/* //SP */
#menubtn span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#menunav label:hover ~ #menubtn {
	color: #111;
	transition: color 0.3s;
}
#menubtn .line {
	position: absolute;
	height: 2px;
	margin: 0;
	padding: 0;
	background: #111;
	transition: all 0.8s;
}
#menunav label:hover ~ #menubtn .line {
	background: #111;
	transition: all 0.3s;
}
#menubtn .line.lineT {
	top: 16px;
	left: 22px;
	width: 36px;
}
#menubtn .line.lineC {
	top: 28px;
	left: 16px;
	width: 48px;
}
#menubtn .line.lineB {
	top: 40px;
	left: 22px;
	width: 36px;
}
#menubtn .line.lineV {
	top: -20px;
	left: 74px;
	width: 36px;
	transform: rotate(-45deg);
}
#menunav input:checked ~ #menubtn .line.lineT {
	opacity: 0;
	filter: alpha(opacity=0);
}
#menunav input:checked ~ #menubtn .line.lineC {
	top: 30px;
	left: 16px;
	width: 48px;
	transform: rotate(45deg);
}
#menunav input:checked ~ #menubtn .line.lineB {
	opacity: 0;
	filter: alpha(opacity=0);
}
#menunav input:checked ~ #menubtn .line.lineV {
	top: 30px;
	left: 16px;
	width: 48px;
	transform: rotate(-45deg);
}

#menu-wrap {
	z-index: 910;
	overflow: hidden;
	position: fixed;
	transform: translate(680px,0);
	transition: all 0.01s linear 0.72s;
}
#menunav input:checked ~ #menu-wrap {
	transform: translate(0,0);
	transition: all 0.01s linear 0.08s;
}
#menu-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/menu1.jpg) center top repeat;
	opacity: 0;
	transform: translate(40px,0);
	-webkit-transform: translate(40px,0);
	transition: all 0.28s ease-in 0.4s;
}
#menunav input:checked ~ #menu-wrap:before {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transition: all 0.24s ease-out 0.1s;
}
#menu {
	visibility: hidden;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 20px;
	list-style-type: none;
	vertical-align: middle;
	transition: all 0.01s linear 0.7s;
}
#menunav input:checked ~ #menu-wrap #menu {
	visibility: visible;
	transition: all 0.01s linear 0s;
}
#menu ul {
	margin: 0;
	padding: 0;
	text-align: left;
	letter-spacing: -.40em; /*隙間対策 */
}
#menu li {
	letter-spacing: normal; /*隙間対策 */
	display: inline-block;
	width: 300px;
	margin: 0 auto 8px;
	padding: 0;
	text-align: center;
	opacity: 0;
	transform: translate(40px,0);
	-webkit-transform: translate(40px,0);
}
#menunav input:checked ~ #menu-wrap #menu li {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
#menu-wrap #menu li#menu1 {
	transition: all 0.2s ease-in 0.4s;
}
#menu-wrap #menu li#menu2 {
	transition: all 0.2s ease-in 0.36s;
}
#menu-wrap #menu li#menu3 {
	transition: all 0.2s ease-in 0.32s;
}
#menu-wrap #menu li#menu4 {
	transition: all 0.2s ease-in 0.28s;
}
#menu-wrap #menu li#menu5 {
	transition: all 0.2s ease-in 0.24s;
}
#menu-wrap #menu li#menu6 {
	transition: all 0.2s ease-in 0.2s;
}
#menu-wrap #menu li#menu7 {
	transition: all 0.2s ease-in 0.16s;
}
#menu-wrap #menu li#menu8 {
	transition: all 0.2s ease-in 0.12s;
}
#menu-wrap #menu li#menu9 {
	transition: all 0.2s ease-in 0.08s;
}
#menu-wrap #menu li#menu10 {
	transition: all 0.2s ease-in 0.04s;
}
#menunav input:checked ~ #menu-wrap #menu li#menu1 {
	transition: all 0.2s ease-out 0.34s;
}
#menunav input:checked ~ #menu-wrap #menu li#menu2 {
	transition: all 0.2s ease-out 0.38s;
}
#menunav input:checked ~ #menu-wrap #menu li#menu3 {
	transition: all 0.2s ease-out 0.42s;
}
#menunav input:checked ~ #menu-wrap #menu li#menu4 {
	transition: all 0.2s ease-out 0.46s;
}
#menunav input:checked ~ #menu-wrap #menu li#menu5 {
	transition: all 0.2s ease-out 0.5s;
}
#menunav input:checked ~ #menu-wrap #menu li#menu6 {
	transition: all 0.2s ease-out 0.54s;
}
#menunav input:checked ~ #menu-wrap #menu li#menu7 {
	transition: all 0.2s ease-out 0.56s;
}
#menunav input:checked ~ #menu-wrap #menu li#menu8 {
	transition: all 0.2s ease-out 0.6s;
}
#menunav input:checked ~ #menu-wrap #menu li#menu9 {
	transition: all 0.2s ease-out 0.64s;
}
#menunav input:checked ~ #menu-wrap #menu li#menu10 {
	transition: all 0.2s ease-out 0.68s;
}
#menu li.menu_s a {
	display: block;
	width: 292px;
	margin: 0 auto;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	line-height: 1.0em;
	color: #111;
	background-color: rgba(255,255,255,0.4);
	border-radius: 10px;
}
#menu li.menu_s a img {
	float: left;
	height: 1.4em;
	margin-right: 0.4em;
}
#menu li.menu_s a .jp {
	display: inline-block;
	padding-top: 0.3em;
}
@media screen and (min-width: 681px) {
#menu li.menu_s a {
	height: 38px;
	padding: 10px 0 0 22px;
	font-size: 13px;
}
}
@media screen and (max-width: 680px) {
#menu li.menu_s a {
	height: 60px;
	padding: 17px 0 0 36px;
	font-size: 22px;
}
}
#menu li.menu_s a:link ,
#menu li.menu_s a:visited {
	color: #111;
	background-color: rgba(255,255,255,0.4);
	transition: all 0.6s linear 0s;
}
#menu li.menu_s a:hover {
	color: #111;
	background-color: rgba(255,255,255,0.8);
	transition: all 0.2s linear 0s;
}
#menu li.menu_s a span {
	vertical-align: middle;
}

#menu li.menu_l a {
	display: block;
	width: 292px;
	margin: 8px auto 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	line-height: 1.0em;
	color: #111;
	background-color: #fff;
	border: solid 1px #475e72;
	border-radius: 10px;
}
@media screen and (min-width: 681px) {
#menu li.menu_l a {
	height: 36px;
	padding: 10px 0 0;
	font-size: 13px;
}
}
@media screen and (max-width: 680px) {
#menu li.menu_l a {
	height: 60px;
	padding: 17px 0 0;
	font-size: 22px;
}
}
#menu li.menu_l a:link ,
#menu li.menu_l a:visited {
	color: #111;
	background-color: #fff;
	border: solid 1px #475e72;
	transition: all 0.6s linear 0s;
}
#menu li.menu_l a:hover {
	color: #111;
	background-color: #d3dfe9;
	border: solid 1px #475e72;
	transition: all 0.2s linear 0s;
}


#menu-bottom {
	width: 100%;
	margin: 0 auto 0;
	padding: 1em 0 0;
	text-align: center;
	color: #111;
	z-index: 60;
	opacity: 0;
	transform: translate(40px,0);
	-webkit-transform: translate(40px,0);
	transition: all 0.2s ease-in 0s;
}
#menunav input:checked ~ #menu-wrap #menu-bottom {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transition: all 0.2s ease-in 0.72s;
}
#menu-bottom a {
	display: inline-block;
	margin: 0 auto 0;
	padding: 0 1em;
	letter-spacing: 0.02em;
	color: #111;
}
#menu-bottom a img {
	float: left;
	height: 1.4em;
	margin-right: 0.4em;
}








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

.pcbr::before {
	content: "\A" ;
	white-space: pre ;
}
.sp {
	display: none;
}
#recruitsp {
	display: none;
}
#footersp {
	display: none;
}
.file::after ,
.thumbparkmenu ul li button::after ,
a.button::after ,
.button_wrap::after {
	z-index: -1;
	content: '';
	position: absolute;
	left: -38%;
	top: 0;
	display: block;
	width: 0;
	height: 100%;
	background: rgba(255,255,255,0.6);
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.file:hover:after ,
.thumbparkmenu ul li button:hover:after ,
a.button:hover:after ,
a.button:hover:after ,
a.button:hover:after ,
.button_wrap:hover:after {
	width: 135%;
	height: 100%;
}


.side {
	float: right;
	margin: 0 0px 0 auto;
	padding: 14px 0 20px;
	width: 240px;
	text-align:center;
}
.side img {
	vertical-align: top;
	max-width: 240px;
	margin: 0 auto 4px;
}
.side a:hover {opacity: 0.5;}

h3 span.en {
	font-size: 4.8em;
	letter-spacing: 0.2em;
}
body .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);
}
.plcell .cset {
	float: left;
	margin: 0 2% 6px;
	width: 46%;
}
#detail .dcell .cset {
	float: left;
	margin: 0 auto 0px;
	width: 33.33%;
	border-left: solid 1px #b0b0b0;
	border-bottom: solid 0px #606060;
}
#detail .dcell .cset:first-child {
	border-left: solid 0px #b0b0b0;
}
#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 #b0b0b0;
	border-bottom: solid 1px #606060;
}
#detail .dcell .cset .cright {
	width: 100%;
	padding: 0.4em 0 1.0em;
	text-align: center;
}
#detailphoto {
	float: left;
	margin: 0px auto 0 0;
	width: 480px;
}
#profile {
	float: right;
	width: 520px;
	margin: 0 auto 0 0;
	padding: 0;
}
a.snsbutton {
	width: 500px;
}

}
/* //PC TAB */

/* SP  --------------------------------------- */
@media screen and (max-width: 680px) {
.spbr::before {
	content: "\A" ;
	white-space: pre ;
}
.pc {
	display: none;
}
.nosp {
	display: none;
}


#header-inner {
	width: 680px;
	height: 80px;
}
#toppage #header-inner {
	height: 140px;
}
#logo {
	top: 17px;
	left: 20px;
	margin: 0;
	text-align: left;
}
#logo img {
	height: 50px;
	
}
#header-bottom > div ,
#footer-bottom > div {
	margin: 0px 6px 0;
	font-size: 21px;
	line-height: 1em;
	letter-spacing: 0.0em;
}
#footer {
	padding: 28px 0 120px;
}
#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 0 12px 32px;
	font-size: 30px;
	line-height: 1.0em;
	font-family: 'Cinzel',serif;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	background: url(../img/nav.png) left center no-repeat;
	background-size: 24px auto;
}
#footer-menu li a span {
	vertical-align: middle;
}
#footer-menu li a span.jp {
	margin-left: 12px;
	font-size: 22px;
}
#footer-txt {
	width: 640px;
	text-align: left;
	font-size: 22px;
	line-height: 1.4em;
}
#footer-copy {
	font-size: 20px;
	line-height: 1em;
}

#recruitsp {
	position: fixed;
	bottom: 96px;
	left: 90px;
	display: block;
	width: 500px;
	height: autox;
	padding: 0.6em 0.8em 0.5em 0;
	font-family: serif;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #fff;
	background: url(../img/arrow.png) right 56px center no-repeat #00bb00;
	background-size: auto 1.4em;
	border-radius: 3em;
	z-index: 980;
}
#recruitsp .re {
	font-family: sans-serif;
	letter-spacing: 0.1em;
}
#footersp {
	position: fixed;
	bottom: -1px;
	left: 0;
	display: block;
	width: 680px;
	height: 90px;
	padding: 8px 0 0;
	text-align: left;
	color: #fff;
	background: url(../img/menu1.jpg) center top repeat;
	line-height: 0em;
	letter-spacing: -.40em; /*隙間対策 */
	font-family: sans-serif;
	z-index: 900;
}
#footersp a {
	display: inline-block;
	width: 188px;
	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: #000;
	border-right: solid 1px #888;
	letter-spacing: normal; /*隙間対策 */
}
#footersp a img {
	display: block;
	width: auto;
	height: 36px;
	margin: 0 auto 6px;
}



#toppic .owl-wrapper-outer {
	height: 240px;
}
#topbanner {
	width: 680px;
	text-align: center;
}
#topbanner img {
	width: 320px;
	height: 112px;
}

#tw {
	width: 600px;
	margin: 0 auto 0px;
	padding: 0;
}
#detail #tw {
	width: 640px;
}

.main {
	padding: 150px 0 0;
}
#toppage .main {
	padding: 0px 0 0;
}
#therapist .main ,
#schedule .main {
	padding: 260px 0 0;
}
#detail .main {
	width: 680px;
	padding: 80px 0 0;
}
.sectionin {
	width: 680px;
}
#news .sectionin {
	width: 680px;
}
body.schedulepage .sectionin ,
body.castpage .sectionin {
	padding: 12px 0px 12px;
}


.second h2 {
	margin: 0 auto 0 400px;
	width: 260px;
	height: 260px;
	background: url(../img/h2.png) center top no-repeat;
	background-size: auto 260px;
}
.second#detail h2 {
	margin: 0 auto 0 530px;
	width: 120px;
	height: 120px;
	background: url(../img/h2.png) center top no-repeat;
	background-size: auto 120px;
}
.second h2 .jp {
	font-size: 1.6em;
}
h3 {
	width: 240px;
	height: 240px;
	margin: 0 auto 6px 12px;
	background: url(../img/h3.png) center top no-repeat;
	background-size: auto 240px;
}
#toppage h3 span.jp ,
.second h3 span.jp {
	font-size: 1.64em;
}
h4 span.jp {
	width: 100%;
	padding: 0em 0 0.1em;
	font-size: 1.8em;
}
.box {
	margin: 0 auto 60px;
	padding: 0px 20px 0px;
}
#toppage .box {
	width: 680px;
	margin: 0 auto 0px;
	padding: 12px 0px 20px;
}
#toptop .box {
	width: 680px;
}
#detail .box {
	margin: 0 auto 40px;
	padding: 12px 0px 12px;
	background: rgba(0,0,0,0.7);
}
#newsbox {
	float: none;
	width: 600px;
	height: 320px;
	margin: 0 auto 60px;
}
.kiji {
	background: url(../img/sns.png) left top no-repeat;
	background-size: 40px auto;
}
.kiji {
	margin: 0 auto 12px 0;
	padding: 0 0 0 46px;
}
.kiji .date {
	padding: 6px 0 6px;
}
.kiji .com {
	padding: 0px 0 12px;
}
.thumbparkmenu ul li {
	width: 31%;
	margin: 0 0.2% 20px;
	padding: 0;
}
.thumbparkmenu ul li button {
	width: 100%;
	padding: 0.6em 0em;
	font-size: 1.0em;
}
.thumb {
	width: 314px;
	height: 460px;
	font-size: 22px;
}
.thumbtime {
	height: 494px;
}
.thumb figure {
	width: 312px;
	height: 408px;
	margin: 0 auto 0;
}
.thumbname {
	width: 100%;
	height: 44px;
	padding: 13px 0 0;
}
.thumb .timemon ,
.thumb .timetue ,
.thumb .timewed ,
.thumb .timethu ,
.thumb .timefri ,
.thumb .timesat ,
.thumb .timesun ,
.thumb span.time {
	width: 100%;
	height: 38px;
	margin: 0 auto 0;
	padding: 9px 0 0;
	font-size: 0.92em;
}
#detail .thumbname {
	margin: 4px auto 12px;
}
.thumb .pickup {
	width: 80px;
	height: 80px;
}
.thumb .new {
	width: 80px;
	height: 80px;
}
.thumb .tw {
	width: 60px;
	height: 60px;
	top: 360px;
}
.flow h5 {
	margin: 0 20px 16px auto;
	font-size: 1.7em;
}
.flow .no {
	padding: 64px 20px 0 0;
	font-size: 1.7em;
}
.qabox .ques {
	margin: 0 0.5em 0.5em 3em;
	font-size: 1.44em;
	line-height: 1.6em;
}
.qabox .ans {
	margin: 0 1.2em 0.5em 3.0em;
	font-size: 1.1em;
	line-height: 1.8em;
}
.mcell .cset div {
	float: none;
}
.mcell .cset .cleft {
	width: 100%;
	padding: 1em 2% 0.2em;
}
.mcell .cset .cright {
	width: 100%;
	padding: 0.2em 2% 1em;
}
#detailphoto {
	margin: 0 auto 0px;
	width: 680px;
}
#detailphoto .photos {
	width: 680px;
	height: 1140px;
}
#detailphoto .photos .flexslider {
	height: 1140px;
}
.slides::after ,
.slides {
	height: 1020px;
}
#detailphoto video {
	width: 680px;
}
#profile {
	width: 100%;
	margin: 0 auto 0;
	padding: 8px 0px 20px;
}
a.snsbutton {
	width: 600px;
}
#page-top {
	bottom: 164px;
}

}
/* //SP */



