@charset "UTF-8";

* {
	box-sizing: border-box;
}

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

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

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: serif;
	letter-spacing: 0.0em;
	color: #fff;
	background-color: #7c1226;
	-webkit-text-size-adjust: 100%;
}
a:link ,
a:visited {
	text-decoration: none;
	color: #ce062c;
}
a:hover ,
a:active {
	text-decoration: none;
	color: #ff738d;
}

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

img {
	border: none;
	max-width: 100%;
	height: auto;
}
i.fas {
	margin-right: 0.3em;
}
i.far {
	margin-right: 0.1em;
}
i.fa-sharp ,
i.fa-solid ,
i.fa-regular {
	margin-left: 0.2em;
	margin-right: 0.2em;
}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* Contents
 * --------------------------------------- */
h1,h2,h3,h4,h5,div,a,p,form {
	box-sizing: border-box;
	vertical-align: bottom;
}
.txt-l {
	font-size: 1.16em;
	line-height: 1.2em;
}
.txt-ll {
	font-size: 1.32em;
	line-height: 1.2em;
}
.txt-lll {
	font-size: 1.6em;
	line-height: 1.2em;
}
.txt-s {
	font-size: 0.8em;
	line-height: 1em;
}
s {
	color: #aaa;
}
.red {
	color: #ff0018;
}
.no {
	font-family: serif;
}
.serif {
	font-family: serif;
}
.imgem {
	height: 1.1em;
	vertical-align: middle;
}
.scview {
	opacity: 0;
	transform: translate(0,120px);
	-webkit-transform: translate(0,120px);
}
.scview.effect {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transition: .8s;
	-webkit-transition: .8s;
}
#bg {
	position: fixed;
	top: 96px;
	left: 0;
	width: 100%;
	margin: 0 auto;
	z-index: -1;
}
#contents-wrap {
	position: relative;
	margin: 0;
}
#page-top {
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 400;
}


/* PC TAB */
@media only screen and (min-width: 681px) {
body {
	font-size: 15px;
	line-height: 1.6em;
}
.pcbr::before {
	content: "\A" ;
	white-space: pre ;
}
div.sp {
	display: none;
}
.box img {
	max-width: 900px;
}
#bg {
}
#page-top {
	right: 12px;
	bottom: 12px;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
body {
	font-size: 28px;
	line-height: 1.5em;
}
.spbr::before {
	content: "\A" ;
	white-space: pre ;
}
div.pct {
	display: none;
}
div.pc {
	display: none;
}
.nosp {
	display: none;
}
#bg {
}
#page-top {
	right: 12px;
	bottom: 120px;
}
}
/* //SP */


#page-top a {
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
background: -webkit-linear-gradient(top, #dfcb9e 20%,#fff7af 50%,#e9d09b 51%,#cbb78b 80%);
	text-align: center;
	border-radius: 2px;
	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 #111;
	border-right: 2px solid #111;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.reservebtns a ,
.file ,
button ,
a.button ,
input[type="submit"] {
	z-index: 4;
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 1em auto;
	padding: 1.3em 4.0em 1.4em;
	text-align: center;
	font-size: 1.14em;
	line-height: 1em;
	letter-spacing: 0;
	cursor: pointer;
	color: #333;
background: -webkit-linear-gradient(top, #dfcb9e 20%,#fff7af 50%,#e9d09b 51%,#cbb78b 80%);
	border: solid 1px #fff7af;
	overflow: hidden;
	border-radius: 0.4em;
	transition: .4s;
}

.reservebtns a {
	width: 6.8em;
	margin: 0 0.5em;
	padding: 1.0em 0.0em 1.1em;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1em;
background: -webkit-linear-gradient(top, #f1e09b 20%,#fff7af 50%,#fbe6a5 51%,#dcc694 80%);
}
.reservebtns a i {
	display: block;
	margin: 0 auto;
	padding: 0 0 0.1em;
	font-size: 2.6em;
	line-height: 1em;
	color: #ac3240;
}

/* SP */
@media only screen and (max-width: 680px) {
.file ,
button ,
a.button ,
input[type="submit"] {
	width: 600px;
	padding: 1.0em 0.0em 1.1em;
}
}
/* //SP */

button:before ,
a.button:before {
	margin-right: 0.16em;
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-weight: 900;
}

#newsbox a.button {
	width: 208px;
	padding: 0.4em 0em;
}
.file:hover ,
button:hover ,
a.button:hover ,
input[type="submit"]:hover {
	color: #fff;
}

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



/* header
 * --------------------------------------- */
#header {
	position: relative;
}
#header-top {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0 ;
	text-align: center;
	color: #fff;
	background: #7c1226;
	z-index: 64;
}
#header-top:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 2px;
background: linear-gradient(180deg,#ffee9d,#e2ca73);
	box-shadow: rgba(0,0,0,0.4) 0px 0px 4px;
}
#header-inner {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	display: block;
	text-align: center;
}
#logo {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	text-transform: uppercase;
}
#logo .en {
	display: block;
	letter-spacing: 0.02em;
	color: #555;
}

#recvisual ,
#mainvisual {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
}
/* スライドショー1枚目から対策 */
.mainslider ul.slides li:nth-child(2) {
	display: none;
}
#mainbox {
	position: absolute;
	width: 100%;
	margin: 0;
	display: block;
	text-align: center;
	line-height: 1em;
	color: #fff;
}
#mainbox h2 {
	margin: 0 auto;
	padding: 0;
	background: none;
}
#mainbox #h2logo img {
	vertical-align: top;
}
#mainbox h2#mainlogo {
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
}
#maincopy {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	text-shadow: 
	0px 0px 4px rgba(0,0,0,1),0px 0px 8px rgba(0,0,0,0.8);
}
#header-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 68px;
	color: #fff;
	background: #7c1226;
	z-index: 60;
}
#header-bottom:before ,
#header-bottom:after {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
background: linear-gradient(180deg,#ffee9d,#e2ca73);
	box-shadow: rgba(0,0,0,0.4) 0px 0px 4px;
}
#header-bottom:before {
	top: 0;
}
#header-bottom:after {
	bottom: 0;
}
#header-tel ,
#footer-tel {
	display: inline-block;
	margin: 0px 24px 0 auto;
	padding: 0;
	letter-spacing: 0.02em;
	color: #fff;
	vertical-align: top;
	font-size: 24px;
	line-height: 1em;
	font-family: serif;
}
#header-tel a:link ,
#header-tel a:visited ,
#footer-tel a:link ,
#footer-tel a:visited {
	color: #ffe8a2;
}
#header-tel i ,
#footer-tel i {
	color: #fff;
}
#header-tel span ,
#footer-tel span {
	display: inline-block;
	float: left;
	padding: 0;
	color: #fff;
	margin: 3px 4px 0 0;
	font-size: 20px;
	line-height: 1em;
}
#footer-mail {
	margin: 0 auto;
	padding: 12px 0 0;
	font-size: 1.3em;
	line-height: 1.1em;
	font-family: serif;
}
#footer-mail a {
	color: #fff;
}
#header-open ,
#footer-open {
	display: inline-block;
	margin: 0px auto 0;
	padding: 0;
	letter-spacing: 0.02em;
	color: #ffe8a2;
	vertical-align: top;
	font-size: 24px;
	line-height: 1em;
	font-family: serif;
}
#header-desk ,
#footer-desk {
	display: inline-block;
	float: left;
}
#header-open i ,
#footer-open i {
	color: #fff;
}
#header-open span ,
#footer-open span {
	display: inline-block;
	float: left;
	color: #fff;
	margin: 3px 4px 0 0;
	font-size: 20px;
	line-height: 1em;
}
#header-desk ,
#footer-desk {
	margin: 0px 24px 0 0;
	font-size: 24px;
	line-height: 1em;
}

h2 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-family: serif;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #f4e8ab;
	text-shadow: 0 0 12px rgba(0,0,0,0.9),0 0 8px rgba(0,0,0,0.9);
}

/* PC TAB */
@media only screen and (min-width: 681px) {
#header {
	padding: 100px 0 68px;
}
#logo {
	padding: 12px 0 0;
}
#logo img {
	margin: 0 auto 0;
	width: auto;
	height: 44px;
}
#logo .en {
	font-size: 12px;
	line-height: 1.4em;
}
#header-inner {
	height: 96px;
}
#mainvisual ,
#recvisual {
	height: calc(100vh - 164px);
	max-height: 600px;
	background: url(../images/bg.jpg) center center no-repeat;
	background-size: cover;
}
#topvisual {
	height: 240px;
	padding: 40px 0 0px;
	background: url(../images/topvisual.jpg) center center no-repeat;
	background-size: cover;
}
#toppage #mainbox {
	top: calc(50% - 100px);
}
#recruitpage #mainbox {
	top: calc(50% - 200px);
}
#h2logo span {
	display: block;
	margin-top: 2px;
	font-size: 18px;
	line-height: 1.2em;
}
#mainbox #h2logo img {
	width: 680px;
	height: auto;
}
#maincopy span.maintxt {
	display: block;
	padding: 12px 0 0;
	font-size: 24px;
}
#header-bottom {
	padding: 22px 0 0;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
#header {
	padding: 100px 0 68px;
}
#header-inner {
	width: 680px;
	height: 100px;
}
#logo {
	padding: 16px 0 0;
}
#logo img {
	margin: 0 auto 0;
	width: auto;
	height: 68px;
}
#logo .en {
	font-size: 19px;
	line-height: 1.6em;
}
#recvisual ,
#mainvisual {
	height: calc(100vh - 210px);
	max-height: 740px;
	background: url(../images/bgsp.jpg) center center no-repeat;
	background-size: cover;
}
#topvisual {
	height: 240px;
	padding: 30px 0 0px;
	background: url(../images/topvisualsp.jpg) center center no-repeat;
	background-size: cover;
}
#mainbox {
	top: calc(50% - 100px);
}
#mainbox #h2logo img {
	width: 640px;
	height: auto;
}
#h2logo span {
	display: block;
	margin-top: 2px;
	font-size: 28px;
	line-height: 1.2em;
}
#maincopy {
	padding: 8px 0 0;
	font-size: 24px;
}
#maincopy span.maintxt {
	display: block;
	font-size: 28px;
	line-height: 1.4em;
}
#header-bottom {
	padding: 3px 0 0;
}
#header-tel {
	display: none;
}
#footer-tel {
	margin: 16px 8px 0 auto;
	font-size: 32px;
	line-height: 1em;
}
#header-tel span ,
#footer-tel span {
	margin: 2px 4px 0 0;
	font-size: 28px;
	line-height: 1em;
	vertical-align: bottom;
}
#header-open ,
#footer-open {
	margin: 16px 8px 0 auto;
	font-size: 32px;
	line-height: 1em;
}
#header-open span ,
#footer-open span {
	margin: 4px 4px 0 0;
	font-size: 25px;
	line-height: 1em;
	vertical-align: bottom;
}
#header-desk ,
#footer-desk {
	margin: 0px 28px 0 0;
	font-size: 32px;
	line-height: 1em;
}
#header-open span.jp ,
#footer-open span.jp {
	margin: 4px 4px 0 0;
	font-size: 23px;
	line-height: 1em;
}
}
/* //SP */

/* footer
 * --------------------------------------- */
#footer {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 28px 0 28px;
	text-align: center;
	color: #fff;
	background: #852130;
	background-size: cover;
}
#footer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 2px;
background: linear-gradient(180deg,#ffee9d,#e2ca73);
	box-shadow: rgba(0,0,0,0.4) 0px 0px 4px;
}
#footer-inner {
	position: relative;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
#footer-menu {
	display: block;
	padding: 0;
	list-style-type: none;
	margin: 0 auto 20px;
}
#footer-menu li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
	text-align: center;
	color: #fff;
}
#footer-menu li a {
	margin: 0 12px;
	text-decoration: none;
	padding: 0.6em 0.2em;
	font-size: 1.1em;
	line-height: 1.0em;
	background-size: auto 1.2em;
}
#footer-menu li a:before {
	margin-right: 0.16em;
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-weight: 900;
}
#footer-menu li a:link ,
#footer-menu li a:visited {
	color: #fff;
}
#footer-menu li a:hover {
	opacity: 0.6;
}
#footer-menu li a span.en {
	display: none;
}
#footer-txt {
	max-width: 1024px;
	margin: 0 auto 16px;
	padding: 0 16px;
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
}
#footer-logo {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 12px auto;
	padding: 0;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.0em;
	letter-spacing: 0em;
}
a#footer-logo {
	color: #fff;
}
#footer-logo:hover {
	background: none;
}
#footer-logo img {
	position: relative;
	width: auto;
	height: 52px;
	margin: 0 auto 4px;
	vertical-align: top;
}
#footer-banners {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 0;
}
#footer-banners > div ,
#footer-banners a {
	display: inline-block;
	font-size: 10.5px;
	line-height: 1.5em;
	color: #fff;
}
#footer-banners a img {
	vertical-align: top;
}
#footer-copy {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 0;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
}


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



/* #footersp
 * --------------------------------------- */
/* SP */
@media only screen and (max-width: 680px) {
#footersp {
	position: fixed;
	bottom: -1px;
	left: 0;
	display: block;
	width: 100%;
	height: 110px;
	padding: 0;
	text-align: left;
	color: #333;
background: -webkit-linear-gradient(top, #d4be8e 20%,#fff7af 50%,#e9d09b 51%,#bfac82 80%);
	border-top: solid 1px #333;
	line-height: 0em;
	letter-spacing: -.40em; /*隙間対策 */
	font-family: serif;
	z-index: 960;
}
#footersp:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 2px;
background: linear-gradient(180deg, #f9e08d,#b87e01);
	box-shadow: rgba(0,0,0,0.4) 0px 0px 12px;
}
#footersp a {
	display: inline-block;
	width: 113px;
	height: 110px;
	margin: 0 auto 0 0;
	padding: 14px 0 0;
	font-size: 18px;
	line-height: 1.2em;
	letter-spacing: 0em;
	text-align: center;
	color: #333;
	border-right: solid 1px #776f5c;
	letter-spacing: normal; /*隙間対策 */
}
#footersp a i {
	display: block;
	margin: 0 auto 6px;
	font-size: 40px;
}
}
/* //SP */


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

@media only screen and (max-width: 1049px) {
#menu li a {
	min-width: 90px;
}
}

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


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

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

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




/* Contents
 * --------------------------------------- */
#contents {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background: #5e0000;
}
.main {
	max-width: 1180px;
	margin: 0 auto;
	padding: 20px;
	color: #222;
	background: #d1bcb8;
	box-shadow: rgba(0,0,0,0.9) 0px 0px 24px;
}
.section {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 20px 10px 20px;
	background: #e3d3d3;
}
.section.sectionlight {
}
.sectionin {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

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


/* Box
 * --------------------------------------- */
.yellow {
	display: inline-block;
	padding: 0px 6px 3px;
	background: linear-gradient(transparent 60%, #bcf19e 60%);
}
.leftimg {
	float: left;
	margin: 0 15px 15px 0;
}
.rightimg {
	float: right;
	margin: 0 0 0px 15px;
}
.campain {
	width: 100%;
	max-width: 820px;
}
.box {
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto 20px;
	padding: 20px 20px 20px;
}
.box p {
	max-width: 840px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}
.half-box {
	background: rgba(255,255,255,0.9);
	border: solid 1px #f9f7b7;
	box-shadow: rgba(0,0,0,0.3) 0px 2px 12px;
}
.point {
	display: block;
	width: 200px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0;
	background: url(../images/point.png) center 20px no-repeat;
}
.concept {
	line-height: 2.0em;
}

/* PC TAB */
@media only screen and (min-width: 681px) {
#news .box {
	width: 880px;
	padding: 0px 8px 0px;
}
#detail .box {
	max-width: 1120px;
	margin: 0px auto 0px;
	padding: 0px 20px 0px;
}
.box img {
	max-width: 900px;
}
 img.banner {
	max-width: 680px;
	height: auto;
}
.box#conceptimg {
	background: url(../images/concept.jpg) 0px 100px no-repeat;
	background-size: 510px auto;
}
#concept .half-box {
	display: inline-block;
	width: 540px;
	float: right;
	margin: 0 10px 0 auto;
	padding: 2.4em 1.4em;
	font-size: 1.1em;
	line-height: 1.6em;
}
}
/* //PC TAB */

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


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


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

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


/* Heading
 * --------------------------------------- */
h2 {
	padding: 30px 0 30px;
}
h2 span.en {
	position: relative;
	display: inline-block;
	margin: 0 auto 0;
	padding: 0;
	font-weight: normal;
	font-size: 3.6em;
	line-height: 1.0em;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-transform: uppercase;
}
h2 span.jp {
	display: block;
	margin: 0 auto 0;
	padding: 0.1em 0 0;
	font-family: serif;
	font-size: 1.8em;
	line-height: 1.0em;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
h3 {
	position: relative;
	width: 100%;
	margin: 0 auto 1.2em;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-family: serif;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #fff;
	background: #7d1229;
}

#detail h3 {
	margin: 0 auto 8px;
	padding: 8px 0 7px;
}
h3 span.en {
	position: relative;
	display: inline-block;
	margin: 0 auto 0;
	padding: 0.6em 0 0;
	font-size: 1.2em;
	line-height: 1.0em;
	letter-spacing: 0.06em;
	text-indent: 0.06em;
	color: #ffe8a2;
}
#detail h3 span.en {
	font-size: 1.6em;
	line-height: 1.0em;
}
h3 span.jp {
	display: block;
	margin: 0 auto 0;
	padding: 0.04em 0 0.24em;
	font-size: 1.8em;
	line-height: 1.3em;
	letter-spacing: 0em;
	text-indent: 0em;
}
h3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 2px;
background: linear-gradient(180deg,#ffee9d,#e2ca73);
	box-shadow: rgba(0,0,0,0.4) 0px 0px 4px;
}
h4 {
	z-index: 2;
	position: relative;
	width: 480px;
	margin: 0 auto 1.1em;
	padding: 0 0 0.2em;
	text-align: center;
	text-indent: 0.01em;
	font-family: serif;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.0em;
	letter-spacing: 0.01em;
	color: #7d1229;
	border-bottom: solid 2px #7d1229;
}
h5 {
	margin: 0 auto 6px;
	padding: 0 12px 0.2em;
	text-align: center;
	font-family: serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2em;
	letter-spacing: 0px;
	color: #ff6f7a;
}


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

#detail h3 span.en {
	font-size: 1.6em;
}
}


/* Cell
 * --------------------------------------- */
.cell {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 8px auto 8px;
	color: #fff;
	background: #852130;
	border-left: solid 2px #ffefb5;
	border-right: solid 2px #ffefb5;
	z-index: 60;
}
.cell:before ,
.cell:after {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
background: linear-gradient(180deg,#ffee9d,#e2ca73);
	box-shadow: rgba(0,0,0,0.4) 0px 0px 4px;
}
.cell:before {
	top: 0;
}
.cell:after {
	bottom: 0;
}
#detail .cell {
	max-width: 1080px;
}
.cell a:link ,
.cell a:visited {
	text-decoration: none;
	color: #ffbfcb;
}
.cell a:hover ,
.cell a:active {
	text-decoration: none;
	color: #ffe3e8;
}

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

.cell .cset {
	margin: 0 auto 6px;
	overflow: hidden;
	line-height: 1.4em;
	border-bottom: solid 1px #c1a768;
}
.cell .cset:last-child {
	border-bottom: solid 0px #c1a768;
}
.cell .cset div {
	float: left;
	padding: 1em 2% 1em;
}
.pcell .cset div {
	padding: 0.7em 1.2% 0.7em;
}
.pcell .cset div s {
	color: #bbb;
}
.pcell .cset div {
	font-size: 1.04em;
}
.lcell .cset div {
	font-size: 1.14em;
}
.dcell .cset div {
	font-size: 1.08em;
}
.cell .cset div .en {
	font-size: 1.3em
}
.cell .cset div .no {
	margin-left: 0.1em;
	margin-right: 0.1em;
	font-size: 1.28em;
	font-weight: normal;
}
.cell .cset .cleft {
	width: 20%;
	padding: 1em 2% 1em;
	text-align: left;
}
.cell .cset .cright {
	position: relative;
	width: 80%;
	padding: 1em 2% 1em;
	text-align: left;
}
.pcell .cset .cleft {
	width: 45%;
}
.pcell .cset .cright {
	width: 55%;
	text-align: right;
}
.mcell .cset .cleft {
	width: 28%;
}
.mcell .cset .cright {
	width: 72%;
}
.need {
	margin: 0 auto 0 4px;
	padding: 1px 3px;
	font-size: 0.94em;
	line-height: 0.9em;
	text-align: center;
	color: #fff;
	background: #36d2ba;
	border-radius: 2px;
}


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

/* SP */
@media only screen and (max-width: 680px) {
.pcell {
	max-width: 660px;
	padding: 40px 20px;
}
#detail .cell {
	max-width: 660px;
}
.mcell .cset div {
	float: none;
}
.pcell .cset .cleft {
	width: 40%;
}
.pcell .cset .cright {
	width: 60%;
}
.mcell .cset .cleft {
	width: 100%;
	padding: 1em 2% 0.2em;
}
.mcell .cset .cright {
	width: 100%;
	padding: 0.2em 2% 1em;
}
.dcell .cset {
	border-bottom: solid 1px #ccc;
}
#detail .cell .cset div {
	padding: 0.8em 4% 0.8em;
}
.dcell .cset .cleft {
	width: 28%;
	border-right: solid 1px #fff;
}
.dcell .cset .cright {
	width: 72%;
}
}
/* //SP */



/* cast
 * --------------------------------------- */
.thumbparkmenu {
	overflow: hidden;
	clear: both;
	text-align: center;
	width: 100%;
}
.thumbparkmenu ul {
	display: table;
	margin: 4px auto 24px;
	padding: 0;
	text-align: center;
}
.thumbparkmenu ul li {
	display: inline-block;
	list-style-type: none;
}
.thumbparkmenu ul li button {
	margin: 0 3px;
	padding: 0.8em 0.6em;
	text-decoration: none;
	font-size: 1.1em;
}
#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; /*隙間対策 */
}
.thumbindex .thumb:nth-child(2).scview.effect {
	transition-delay: 0.2s;
}
.thumbindex .thumb:nth-child(3).scview.effect {
	transition-delay: 0.4s;
}
.thumbindex .thumb:nth-child(4).scview.effect {
	transition-delay: 0.6s;
}
.thumbindex .thumb:nth-child(5).scview.effect {
	transition-delay: 0.8s;
}
.thumbindex .thumb:nth-child(6).scview.effect {
	transition-delay: 1.0s;
}
.thumbindex .thumb:nth-child(7).scview.effect {
	transition-delay: 1.2s;
}
.thumbindex .thumb:nth-child(8).scview.effect {
	transition-delay: 1.4s;
}
.thumbindex .thumb:nth-child(9).scview.effect {
	transition-delay: 1.6s;
}
.thumbindex .thumb:nth-child(10).scview.effect {
	transition-delay: 1.8s;
}
.thumbindex .thumb:nth-child(11).scview.effect {
	transition-delay: 2.0s;
}
.thumbindex .thumb:nth-child(12).scview.effect {
	transition-delay: 2.2s;
}
.thumbindex .thumb:nth-child(13).scview.effect {
	transition-delay: 2.4s;
}
.thumbindex .thumb:nth-child(14).scview.effect {
	transition-delay: 2.6s;
}
.thumbindex .thumb:nth-child(15).scview.effect {
	transition-delay: 2.8s;
}
.thumbindex .thumb:nth-child(16).scview.effect {
	transition-delay: 3.0s;
}
.thumbindex .thumb:nth-child(17).scview.effect {
	transition-delay: 3.2s;
}
.thumbindex .thumb:nth-child(18).scview.effect {
	transition-delay: 3.4s;
}
.thumbindex .thumb:nth-child(19).scview.effect {
	transition-delay: 3.6s;
}
.thumbindex .thumb:nth-child(20).scview.effect {
	transition-delay: 3.8s;
}
.thumbindex .thumb:nth-child(21).scview.effect {
	transition-delay: 4.0s;
}
.thumb a.iframe {
	z-index: 8;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	color: #888;
}
.thumb figure {
	position: relative;
	margin: 0 auto 0;
	padding: 0px;
	overflow: hidden;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.thumb figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.thumb figcaption {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #333;
}
.thumbname {
	display: block;
	margin: 0 auto;
	padding: 0.4em 0 0.3em;
	font-size: 1.1em;
	line-height: 1em;
	text-align: center;
	color: #333;
}
#detail h3.thumbname {
	width: 100%;
	height: auto;
	margin: 0 auto 0.4em;
	padding: 0.4em 0 0.3em;
	font-size: 2.0em;
	line-height: 1em;
	color: #fff;
}
.thumbsize {
	display: block;
	margin: 0 auto;
	padding: 0 0 0.4em;
	text-align: center;
	font-size: 0.9em;
	color: #66553d;
}
#detail .thumbsize {
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 1.6em;
	font-size: 1.2em;
	line-height: 1em;
}
.thumbtype {
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 0.2em;
	text-align: center;
}
.type {
	display: inline-block;
	width: 6.0em;
	height: 1.3em;
	margin: 0 2px 2px;
	padding: 0.14em 0 0;
	text-align: center;
	font-size: 0.9em;
	line-height: 1em;
	letter-spacing: -0.04em;
	color: #fff;
	background: #826411;
	border-radius: 2px;
}
#detail .type {
	font-size: 1.1em;
}
.thumbtext {
	display: block;
	margin: 0 0.2em;
	padding: 0 0 0.4em;
	font-size: 1.0em;
	line-height: 1em;
	overflow: hidden;
}
.marquee {
	display: inline-block;
	padding-left: 100%;
	white-space: nowrap;
	animation: marquee 10s linear infinite;
}
@keyframes marquee {
	0% { transform: translate(0); }
	100% { transform: translate(-100%); }
}
.thumb .time {
	display: block;
	width: 100%;
	margin: 0 auto 0;
	font-size: 1.1em;
	line-height: 1em;
	color: #444;
	border-top: solid 1px rgba(0,0,0,0.2);
}
.thumbresv ,
.thumbroom {
	text-align: center;
	height: 1.3em;
	margin: 0 auto 0;
	font-size: 0.9em;
	line-height: 1em;
	color: #fff;
	border-radius: 2px;
}
.thumb .thumbresv {
	position: absolute;
	width: 4.2em;
}
.thumb .thumbroom {
	position: absolute;
	width: 4.2em;
}
#detail .thumbresv ,
#detail .thumbroom {
	display: inline-block;
	margin: 0 4px;
	font-size: 0.9em;
}
.rooma {background-color: #1371ff;}
.roomb {background-color: #e348ff;}
.roomc {background-color: #f56e14;}
.roomd {background-color: #009fb7;}
.roome {background-color: #3823ff;}
.roomf {background-color: #ff4027;}

.resva {background-color: #aa0000;}
.resvb {background-color: #ff7100;}
.resvc {background-color: #ff4c8b;}

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

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

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

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


.thumb .timemon ,
.thumb .timetue ,
.thumb .timewed ,
.thumb .timethu ,
.thumb .timefri ,
.thumb .timesat ,
.thumb .timesun {display: none;}

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

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

.rank {
	z-index: 32;
	position: absolute;
	top: 288px;
	left: 1px;
	display: block;
	width: 66px;
	height: 80px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
/* SP */
@media only screen and (max-width: 680px) {
.rank {
	top: 440px;
	width: 100px;
	height: 122px;
}
}
/* //SP */
.rank1 {background-image: url(../images/ranking1.png);}
.rank2 {background-image: url(../images/ranking2.png);}
.rank3 {background-image: url(../images/ranking3.png);}
.rank4 {background-image: url(../images/ranking4.png);}
.rank5 {background-image: url(../images/ranking5.png);}
.rank6 {background-image: url(../images/ranking6.png);}
.rank7 {background-image: url(../images/ranking7.png);}
.rank8 {background-image: url(../images/ranking8.png);}
.rank9 {background-image: url(../images/ranking9.png);}
.rank10 {background-image: url(../images/ranking10.png);}

.bs ,
.premium ,
.new ,
.tw {
	position: absolute;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
}
.premium {background-image: url(../images/premium.png);}
.new {background-image: url(../images/new.png);}
.tw {background-image: url(../images/tw3.png);}
.bs {background-image: url(../images/bluesky.png);}

.thumbnew .new {
	display: none;
}

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

/* PC TAB */
@media only screen and (min-width: 681px) {
.thumb {
	width: 220px;
	height: 380px;
	margin: 0 auto;
	padding: 10px 0 10px;
	font-size: 14px;
}
.thumbtime {
	height: 404px;
}
.thumbtoday {
	height: 424px;
}
.thumb figure {
	width: 200px;
	height: 270px;
	border: solid 4px #fff;
	box-shadow: rgba(0,0,0,0.4) 0 0 10px;
}
.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 {
	top: 264px;
	left: 9px;
	width: 202px;
	height: 86px;
background: -webkit-linear-gradient(top, #f3e5ae 10%,#fef2bb 28%,#fffbd7 48%,#fcf1b5 49%,#eddfa9 64%,#cbbd8b 90%);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
}
.thumbtime figcaption {
	height: 110px;
}
.thumbtoday figcaption {
	height: 130px;
}
.thumbsize {
	height: 1.4em;
}
.thumbtype {
	height: 2.8em;
}
.thumb .time {
	padding: 0.3em 0 0.4em;
}
#detail .time {
	display: inline-block;
	padding: 0 0 0.4em;
}
.thumbresv ,
.thumbroom {
	padding: 0.1em 0 0;
}
.thumb .thumbresv {
	right: 0px;
	top: 90px;
}
.thumb .thumbroom {
	left: 0px;
	top: 90px;
}
.thumb .tw {
	right: 0px;
	top: 238px;
	width: 42px;
	height: 42px;
}
.thumb .bs {
	right: 44px;
	top: 238px;
	width: 42px;
	height: 42px;
}
.thumb .premium {
	right: 0px;
	top: 0px;
	width: 42px;
	height: 42px;
}
.thumb .new {
	left: 0px;
	top: 0px;
	width: 42px;
	height: 42px;
}
#detail .premium {
	right: 4px;
	top: 16px;
	width: 42px;
	height: 42px;
}
#detail .new {
	left: 4px;
	top: 16px;
	width: 42px;
	height: 42px;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
.thumbparkmenu ul li {
	width: 32%;
	margin: 0 0.6% 20px;
}
.thumbparkmenu ul li:first-child {
	width: 98%;
	margin: 0 auto 20px;
}
.thumbparkmenu ul li button {
	width: 100%;
	padding: 0.6em 0em;
	font-size: 1.0em;
}
.thumb {
	width: 320px;
	height: 580px;
	margin: 0 4px 8px;
	font-size: 26px;
}
.thumbtime {
	height: 670px;
}
.thumbtoday {
	height: 700px;
}
.thumb figure {
	width: 300px;
	border: solid 4px #fff;
	box-shadow: rgba(0,0,0,0.4) 0 0 10px;
}
.thumb figcaption {
	top: 396px;
	left: 9px;
	width: 302px;
	height: 154px;
background: -webkit-linear-gradient(top, #f3e5ae 10%,#fef2bb 28%,#fffbd7 48%,#fcf1b5 49%,#eddfa9 64%,#cbbd8b 90%);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
}
.thumbtime figcaption {
background: -webkit-linear-gradient(top, #f3e5ae 6%,#fef2bb 22%,#fffbd7 37.5%,#fcf1b5 38%,#eddfa9 54%,#cbbd8b 92%);
}
.thumbtime figcaption {
	height: 234px;
}
.thumbtoday figcaption {
	height: 264px;
}
.thumbsize {
	height: 1.4em;
}
.thumbtype {
	height: 2.8em;
}
.thumb .time {
	padding: 0.25em 0 1.45em 3.8em;
}
.thumbresv ,
.thumbroom {
	padding: 0.1em 0 0;
}
.thumb .thumbresv {
	left: calc(50% - 2.1em);
}
.thumbtime .thumbresv {
	bottom: 7px;
}
.thumbtoday .thumbresv {
	bottom: 37px;
}
.thumb .thumbroom {
	left: 0.8em;
}
.thumbtime .thumbroom {
	bottom: 42px;
}
.thumbtoday .thumbroom {
	bottom: 72px;
}
.thumb .tw {
	right: 0px;
	top: 334px;
	width: 68px;
	height: 68px;
}
.thumb .bs {
	right: 70px;
	top: 334px;
	width: 68px;
	height: 68px;
}
.thumb .premium {
	right: 0px;
	top: 0px;
	width: 68px;
	height: 68px;
}
.thumb .new {
	left: 0px;
	top: 0px;
	width: 68px;
	height: 68px;
}
#detail .premium {
	right: 6px;
	top: 24px;
	width: 88px;
	height: 88px;
}
#detail .new {
	left: 6px;
	top: 24px;
	width: 88px;
	height: 88px;
}
}
/* //SP */

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

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

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




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

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


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



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



/* Q&A
 * --------------------------------------- */
.box-qa {
	margin: 0 auto;
	padding: 8px 0 0;
}
.qabox {
	position: relative;
	max-width: 800px;
	margin: 0 auto 12px;
	padding: 0;
}
.qaques {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0.4em 0 0.4em 2.4em;
	text-align: left;
	font-family: serif;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #fff;
	background: #7d1229;
	border-radius: 2.0em;
}
.qabox:nth-child(2n+2) .qaques {
	background: #af1d3c;
}
.qaques:after {
	position: absolute;
	top: 5px;
	left: 5px;
	content:"Q";
	margin: 0;
	display: block;
	width: 35px;
	height: 35px;
	padding-top: 2px;
	text-align: center;
	font-family: serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 1em;
	color: #7d1229;
	background: #fff;
	-webkit-border-radius: 1.6em; /*角丸*/
	-moz-border-radius: 1.6em;
	border-radius: 1.6em;
	box-sizing: border-box;
}
.qabox:nth-child(2n+2) .qaques:after {
	color: #af1d3c;
}
.qaans {
	position: relative;
	width: 98%;
	margin: 8px auto 0;
	padding: 0.6em 1.0em 0.6em 3.0em;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #666;
	background: #fff;
}
.qaans:after {
	position: absolute;
	top: 5px;
	left: 5px;
	content:"A";
	margin: 0;
	display: block;
	width: 35px;
	height: 35px;
	padding-top: 2px;
	padding-left: 2px;
	text-align: center;
	font-family: serif;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1em;
	color: #7d1229;
	box-sizing: border-box;
}
/* flow
 * --------------------------------------- */
.box-training {
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto 28px;
	padding: 12px;
	color: #444;
	background: #fff;
	border-radius: 4px;
}
.box-training img {
	margin: 12px auto 0;
}
.box-step {
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	color: #444;
	background: #fff;
	border-radius: 4px;
}
.box-step a:link ,
.box-step a:visited {
	text-decoration: none;
	color: #7d1229;
}
.box-step a:hover ,
.box-step a:active {
	text-decoration: none;
	color: #939eff;
}
.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 #af1d3c;
}


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

/* recruit
 * --------------------------------------- */
body#recruitpage {
	font-family: serif;
}
body#recruitpage .no {
	font-family: serif;
}
body#recruitpage .main {
}
body#recruitpage .section {
	padding: 0px 0 0px;
}

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

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


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

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

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

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


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

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




