@charset "UTF-8";

@font-face {
	font-family: GOTHIC;
	src: url(./GOTHIC.TTF) format('truetype');
}
@font-face {
	font-family: MENLO;
	src: url(./menlo.ttf) format('truetype');
}
@font-face {
	font-family: LAINE;
	src: url(./Laine.TTF) format('truetype');
}
@font-face {
	font-family: PLANTC;
	src: url(./Mantinia.otf) format('opentype');
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #111;
	font-weight: regular;
	font-weight: normal;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
body#inframe {
	background: transparent;
	text-align: center;
}
a:link,
a:visited {text-decoration: none; color: #8d563d;}
a:hover,
a:active {text-decoration: none; color: #f04a00;}

* {
	box-sizing: border-box;
	vertical-align: bottom;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}


/*loading dialog*/
#dialog {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding-top: calc(50vh - 80px);
	text-align: center;
	font-size: 17px;
	line-height: 1.4em;
	background-color: #fff;
	z-index: 999;
}
.load #dialog {
	-webkit-animation: load 1.4s ease 0s 1 normal forwards;
	animation: load 1.4s ease 0s 1 normal forwards;
}
@-webkit-keyframes load { 0% { opacity: 1; } 40% { opacity: 1; } 100% { opacity: 0; } }
@keyframes load { 0% { opacity: 1; } 40% { opacity: 1; } 100% { opacity: 0; } }

.load#toppage #dialog {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
}

#progress {
	display: block;
	margin: 0 auto;
	padding-top: 92px;
	width: 240px;
	height: 126px;
	background: url("../images/logo.png") center top no-repeat;
	background-size: contain;
}
#progressBar {
	width: 0;
	height: 12px;
	background-color: #ff6f10;
	-webkit-border-radius: 4px; /*角丸*/
	border-radius: 4px;
}


/* header
 * --------------------------------------- */
#header {
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	z-index: 900;
}
#header #logo {
	display: table;
	margin: 0 auto 0;
	text-align: center;
}
#header #logo img {
	margin: 0 auto 0;
	z-index: 3;
}

#menu-wrap #menu li:nth-child(1) > a {
	background-image: url(../images/menu1.png);
}
#menu-wrap #menu li:nth-child(2) > a {
	background-image: url(../images/menu15.png);
}
#menu-wrap #menu li:nth-child(3) > a {
	background-image: url(../images/menu8.png);
}
#menu-wrap #menu li:nth-child(4) > a {
	background-image: url(../images/menu14.png);
}
#menu-wrap #menu li:nth-child(5) > a {
	background-image: url(../images/menu2.png);
}
#menu-wrap #menu li:nth-child(6) > a {
	background-image: url(../images/menu3.png);
}
#menu-wrap #menu li:nth-child(7) > a {
	background-image: url(../images/menu4.png);
}
#menu-wrap #menu li:nth-child(8) > a {
	background-image: url(../images/menu5.png);
}
#menu-wrap #menu li:nth-child(9) > a {
	background-image: url(../images/menu6.png);
}
#menu-wrap #menu li:nth-child(10) > a {
	background-image: url(../images/menu7.png);
}
#menu-wrap #menu li:nth-child(11) > a {
	background-image: url(../images/menu9.png);
}
#menu-wrap #menu li:nth-child(12) > a {
	background-image: url(../images/menu10.png);
}
#menu-wrap #menu li:nth-child(13) > a {
	background-image: url(../images/menu11.png);
}
#menu-wrap #menu li:nth-child(14) > a {
	background-image: url(../images/menu12.png);
}
#menu-wrap #menu li:nth-child(15) > a {
	background-image: url(../images/menu13.png);
}
#menu-wrap #menu li:nth-child(16) > a {
/*	background-image: url(../images/menu0.png);*/
	background-image: url(../images/menu1.png);
}
.members #menu-wrap #menu li:nth-child(16) > a {
	background-image: url(../images/menu00.png);
}


/* footer
 * --------------------------------------- */
#footer {
	position: relative;
	width: 100%;
	margin: 0;
	text-align: center;
	color: #fff;
	background: #000;
	overflow: hidden;
	font-family: 'Noto Sans Japanese','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

#footer-menu {
	display: table;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
	list-style-type: none;
	overflow: hidden;
	letter-spacing: -.40em; /*隙間対策 */
}
#footer-menu li {
	display: inline-block;
	margin: 0 auto;
	padding: 0 0 8px;
	list-style-type: none;
	letter-spacing: normal; /*隙間対策 */
}
#footer-menu li a {
	display: block;
	margin: 0;
	padding: 4px 10px 2px;
	line-height: 1.1em;
	font-size: 88%;
	-webkit-border-radius: 6px; /*角丸*/
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#footer-menu li a:link,
#footer-menu li a:visited {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}
#footer-menu li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #999;
}
#footer-logo {
	margin: 0 auto 20px;
	padding: 0;
	font-size: 76%;
}
#footer-logo img {
	margin: 0 auto 4px;
	height: 80px;
}
#footer-copy {
	margin: 0 auto;
	padding: 0;
	color: #ddd;
	font-size: 72%;
	line-height: 1.4em;
}

/* Contents
 * --------------------------------------- */
.scview {
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.effect {
	opacity: 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition: 1.2s;
	-webkit-transition: 1.2s;
}
#contents {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif) center top repeat;
	overflow: hidden;
}
.section {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
}
#system .section {
	width: 100%;
	margin: 0;
	padding: 24px 0 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	overflow: hidden;
}


.txt-box {
	width: 854px;
	margin: 0 auto 28px;
	padding: 28px 116px 28px;
	text-align: left;
	background: url(../images/bgcomtop.gif) left top no-repeat, url(../images/bgcomtop.gif) right top no-repeat, url(../images/bgcombottom.gif) left bottom no-repeat, url(../images/bgcombottom.gif) right bottom no-repeat, url(../images/bgcom.gif) left top repeat-y, url(../images/bgcom.gif) right top repeat-y;
	background-color: #fff;
}
scview:last-child .txt-box {
	margin: 0 auto 10px;
}
@media screen and (max-width: 854px) {
.txt-box {
	width: 96%;
	padding: 28px 60px 28px;
}
}
#system .txt {
	margin: 0 24px 24px;
	padding: 24px 32px 24px;
	text-align: left;
	color: #111;
}
#systemtxt .txt ,
#systemtop .txt {
	float: right;
	width: 1000px;
}
@media screen and (max-width: 1056px) {
#systemtxt .txt ,
#systemtop .txt {
	width: calc(100% - 48px);
}
}
#systemflow .txt {
	float: left;
	width: 560px;
}
@media screen and (max-width: 608px) {
#systemflow .txt {
	width: calc(100% - 48px);
}
}
#systemcourse .txt {
	float: right;
	width: 400px;
}
#systemcourse .txt:nth-of-type(1) {
	margin: 0 24px 24px 0;
}
@media screen and (max-width: 872px) {
#systemcourse .txt:nth-of-type(1) {
	margin: 0 24px 24px;
}
}
@media screen and (max-width: 620px) {
#systemcourse .txt {
	width: calc(100% - 48px);
}
}
@media screen and (max-width: 448px) {
#systemcourse .txt {
	width: calc(100% - 48px);
}
}
#systemprice .txt {
	float: left;
	width: 640px;
}
@media screen and (max-width: 688px) {
#systemprice .txt {
	width: calc(100% - 48px);
}
}
#systemprice .txt:nth-of-type(1) {
	margin: 0 0 24px 24px;
}
@media screen and (max-width: 1352px) {
#systemprice .txt:nth-of-type(1) {
	margin: 0 24px 24px;
}
}
#systemprice .pcell .cleft img {
	margin-right: 4px;
	width: auto;
	height: 1.2em;
}


.accordion p {
	display: none;
	margin: 0;
	padding: 0;
}
.accordion h4 { cursor:pointer;}
.accordion h4 a {
	display: inline-block;
	background-image:url(../images/open.png);
}
.accordion h4 a.open { background-image:url(../images/close.png); }
.accordion h4 a ,
.accordion h4 a.open {
	background-repeat: no-repeat;
}

.txt-box iframe ,
.txt-box img {
	display: block;
	max-width: 100%;
	margin: 0 auto 16px;
}
.leftimg {
	float: left;
	margin: 0 15px 15px 0;
}
.rightimg {
	float: right;
	margin: 0 0 0px 15px;
}

.txt {
	margin: 0 auto;
	padding: 0 0 20px;
}
.txt > .no {
	font-size: 200%;
	font-style:italic;
}
.txt-l {
	font-size: 140%;
	line-height: 1.2em;
}
.txt-s {
	font-size: 86%;
	line-height: 1.2em;
}
.txt-ss {
	font-size: 76%;
	line-height: 1.2em;
}
.center {
	text-align: center;
}
.yellow {
	color: #bb9451;
}
.red {
	color: #ff6d85;
}


h2 {
	position: relative;
	display: table;
	width: 100%;
	margin: 0px auto 10px;
	padding: 12px 0px 2px;
	color: #ff6f10;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0em;
	font-size: 360%;
	line-height: 1em;
	background: #fff;
	font-family: 'LAINE',sans-serif;
}
h2 span {
	margin-left: 16px;
	font-size: 60%;
	letter-spacing: 0em;
}
h3 {
	position: relative;
	display: table;
	width: 840px;
	margin: 6px auto 10px;
	padding: 24px 28px 24px;
	color: #444;
	text-align: center;
	font-size: 160%;
	line-height: 1em;
	letter-spacing: -0.02em;
	font-weight: normal;
	z-index: 1;
	background-color: #fff;
	background-image:
url(../images/box-top-left.gif),
url(../images/box-top-right.gif),
url(../images/box-bottom-left.gif),
url(../images/box-bottom-right.gif),
url(../images/box-yoko.gif),
url(../images/box-yoko.gif),
url(../images/box-tate.gif),
url(../images/box-tate.gif);
	background-position:
left top,
right top,
left bottom,
right bottom,
left top,
left bottom,
left top,
right top;
	background-repeat:
no-repeat,
no-repeat,
no-repeat,
no-repeat,
repeat-x,
repeat-x,
repeat-y,
repeat-y;
}

@media only screen and (max-width: 840px) {
h3 {
	width: 96%;
}
}
#system h3 {
	width: 100%;
	margin: 0px auto 0px;
	padding: 0px 0px 12px;
	color: #ff6f10;
	text-align: left;
	font-size: 140%;
	background: none;
}

/*
h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #999;
	z-index: -1;
}
h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% + 18px);
	height: calc(100% + 18px);
	margin: -9px 0 0 -9px;
	padding: 0;
	border: 1px solid #999;
	background: #f7dca1;
	z-index: -2;
}
	background: #ff8e4a;*/
/*	background: #ae86b2;*/
h4 {
	margin: 0 auto 0px;
	padding: 4px 0 4px;
	color: #ff6f10;
	text-align: left;
	font-size: 116%;
	line-height: 1.3em;
	font-weight: normal;
}
h5 {
	margin: 0 auto 4px;
	padding: 12px 0 8px;
	text-align: center;
	font-size: 108%;
	line-height: 1em;
	font-weight: normal;
}


/* top recruit
 * --------------------------------------- */
#top-recruit {
	display: block;
	width: 92vw;
	height: 52vw;
	margin: 0 auto 10px;
	padding: 20vw 0 0 4vw;
	color: #222;
	text-align: left;
	line-height: 1.2em;
	background: url(../../image/top/top-recruit.jpg) center top no-repeat;
}
/*	background-size: cover;
*/

@media only screen and (max-width: 1400px) {
#top-recruit {
	padding: 4vw 0 0 4vw;
}
}
@media only screen and (max-width: 800px) {
#top-recruit {
	width: 92vw;
	height: auto;
}
}
#top-recruit-box {
	display: block;
	width: 32vw;
	margin: 0;
	padding: 4px 28px 12px;
	background: rgba(255,255,255,0.7);
}
@media only screen and (max-width: 1280px) {
#top-recruit-box {
	width: 48vw;
}
}
@media only screen and (max-width: 920px) {
#top-recruit-box {
	width: 84vw;
}
}
.top-recruit-sub {
	margin: 0;
	padding: 0;
	line-height: 1.12em;
	font-size: 360%;
	font-weight: normal;
}
@media only screen and (max-width: 720px) {
.top-recruit-sub {
	font-size: 280%;
}
}
#top-recruit span {
	font-size: 88%;
}
#top-recruit a {
	display: table;
	margin: 10px auto 0 0;
	padding: 4px 20px;
	color: #fff;
	background: #000;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	 transition: .3s;
}
#top-recruit a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #999;
}


#toppic {
	display: block;
	width: 610px;
	height: 410px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

/* top box
 * --------------------------------------- */
#boxpark {
	min-height: 1000px;
	position: relative;
	margin: 10px auto 0;
	padding: 0;
}
#toppage #boxpark {
	-webkit-animation: boxin 2s ease-out 0s 1 normal;
	-moz-animation: boxin 2s ease-out 0s 1 normal;
	-o-animation: boxin 2s ease-out 0s 1 normal;
	animation: boxin 2s ease-out 0s 1 normal;
}
@-webkit-keyframes boxin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}
@-moz-keyframes boxin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}
@-o-keyframes boxin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}
@keyframes boxin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}

#ladies #boxpark ,
#ranking #boxpark {
	display: table;
	letter-spacing: -.40em; /*隙間対策 */
	-webkit-animation: thumbin 1s ease-out 0s 1 normal;
	-moz-animation: thumbin 1s ease-out 0s 1 normal;
	-o-animation: thumbin 1s ease-out 0s 1 normal;
	animation: thumbin 1s ease-out 0s 1 normal;
}
#boxindex {
	width: 1000px;
	margin: 10px auto 0;
	padding: 0;
	-webkit-animation: thumbin 1.2s ease-out 0s 1 normal;
	-moz-animation: thumbin 1.2s ease-out 0s 1 normal;
	-o-animation: thumbin 1.2s ease-out 0s 1 normal;
	animation: thumbin 1.2s ease-out 0s 1 normal;
}
@-webkit-keyframes thumbin {0%{opacity:0;}20%{opacity:0;}100%{opacity:1;}}
@-moz-keyframes thumbin {0%{opacity:0;}20%{opacity:0;}100%{opacity:1;}}
@-o-keyframes thumbin {0%{opacity:0;}20%{opacity:0;}100%{opacity:1;}}
@keyframes thumbin {0%{opacity:0;}20%{opacity:0;}100%{opacity:1;}}

@media only screen and (max-width: 1000px) {
#boxindex {
	width: 96%;
}
}

.rank {
	margin: 0 auto 12px;
	padding: 2px 0 10px;
}
.rank:last-child {
	margin: 0 auto 0px;
}
.rankbox {
	width: 1540px;
	margin: 0 auto;
	padding: 20px 20px 10px;
	background: url(../images/bgcomtop.gif) left top no-repeat, url(../images/bgcomtop.gif) right top no-repeat, url(../images/bgcombottom.gif) left bottom no-repeat, url(../images/bgcombottom.gif) right bottom no-repeat, url(../images/bgcom.gif) left top repeat-y, url(../images/bgcom.gif) right top repeat-y;
	background-color: #fff;
}
@media only screen and (max-width: 1540px) {
.rankbox {
	width: 96%;
}
}

.box {
	overflow: hidden;
}
#toppage .box {
	display: block;
	position: absolute;
}
#ladies .box ,
#ranking .box {
	display: inline-block;
	margin: 0 5px 10px;
	letter-spacing: normal; /*隙間対策 */
}
@media only screen and (min-width: 1540px) {
#ranking .box {
	width: 480px;
	height: 320px;
}
}

.boxs {
	width: 300px;
	height: 200px;
}
.boxh {
	width: 300px;
	height: 410px;
}
.boxw {
	width: 610px;
	height: 210px;
}
.boxl {
	width: 610px;
	height: 410px;
}
.boxm {
	width: calc((100% - 40px)/3);
	height: calc((100% - 40px)/3*0.6875);
}
@media only screen and (max-width: 860px) {
.boxm {
	width: calc((100% - 40px)/2);
	height: calc((100% - 40px)/2*0.6875);
}
}
@media only screen and (max-width: 620px) {
.boxm {
	width: calc((100% - 40px)/1);
	height: calc((100% - 40px)/1*0.6875);
}
}

/* thumb
 * --------------------------------------- */
.thumb {
	position: relative;
	padding: 0;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
}
.box .thumb {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.boxl .thumb {
	width: 610px;
	height: 410px;
}
.thumbflash {
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	-webkit-animation: 2s linear 0s infinite normal flash;
	-moz-animation: 2s linear 0s infinite normal flash;
	-o-animation: 2s linear 0s infinite normal flash;
	animation: 2s linear 0s infinite normal flash;
}
@-webkit-keyframes flash {
0% { box-shadow: 0px 0px 2px 2px rgba(106,176,216,0.0) inset; }
50% { box-shadow: 0px 0px 2px 2px rgba(106,176,216,0.0) inset; }
65% { box-shadow: 0px 0px 12px 12px rgba(106,176,216,0.6) inset; }
85% { box-shadow: 0px 0px 12px 12px rgba(106,176,216,0.6) inset; }
100% { box-shadow: 0px 0px 2px 2px rgba(106,176,216,0.0) inset; }
}
@-moz-keyframes flash {
0% { box-shadow: 0px 0px 2px 2px rgba(106,176,216,0.0) inset; }
50% { box-shadow: 0px 0px 2px 2px rgba(106,176,216,0.0) inset; }
65% { box-shadow: 0px 0px 12px 12px rgba(106,176,216,0.6) inset; }
85% { box-shadow: 0px 0px 12px 12px rgba(106,176,216,0.6) inset; }
100% { box-shadow: 0px 0px 2px 2px rgba(106,176,216,0.0) inset; }
}
@-o-keyframes flash {
0% { box-shadow: 0px 0px 2px 2px rgba(106,176,216,0.0) inset; }
50% { box-shadow: 0px 0px 2px 2px rgba(106,176,216,0.0) inset; }
65% { box-shadow: 0px 0px 12px 12px rgba(106,176,216,0.6) inset; }
85% { box-shadow: 0px 0px 12px 12px rgba(106,176,216,0.6) inset; }
100% { box-shadow: 0px 0px 2px 2px rgba(106,176,216,0.0) inset; }
}
@keyframes flash {
0% { box-shadow: 0px 0px 2px 2px rgba(106,176,216,0.0) inset; }
50% { box-shadow: 0px 0px 2px 2px rgba(106,176,216,0.0) inset; }
65% { box-shadow: 0px 0px 12px 12px rgba(106,176,216,0.6) inset; }
85% { box-shadow: 0px 0px 12px 12px rgba(106,176,216,0.6) inset; }
100% { box-shadow: 0px 0px 2px 2px rgba(106,176,216,0.0) inset; }
}


.thumb .thumbpic ,
.thumb .thumbpich {
	margin: 0;
	padding: 0;
}
#boxpark .thumbpic {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.boxs .thumb .thumbpich ,
.boxw .thumb .thumbpich {
	display: none;
}
.boxh .thumb .thumbpic {
	display: none;
}

.thumb .thumbpic img ,
.thumb .thumbpich img {
	width: 100%;
	height: auto;
}

.thumb a {
	display: block;
	width: 100%;
	height: 100%;
}

#boxpark .thumbbottom {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	padding: 16px 12px 6px;
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 80%;
	line-height: 1.3em;
	color: #fff;
	background: linear-gradient(180deg,rgba(0,0,0,0.0),rgba(0,0,0,0.8) 80%);
}
#boxpark .thumbbottom span {
	font-size: 140%;
}

.thumbicon {
	display: block;
	position: absolute;
	overflow: hidden;
}

#detailprofile .thumbicon ,
#boxindex .thumb .thumbicon {
	right: 12px;
	top: 12px;
}
#boxpark .thumb .thumbicon {
	right: 6px;
	bottom: 6px;
}
.thumbicon span {
	display: block;
	float: right;
	margin-left: 4px;
}
.thumbicon .new {
	background: url(../images/new.png) center top no-repeat;
}
.thumbicon .pearlc {
	background: url(../images/pearlc.png) center top no-repeat;
}
.thumbicon .pearlk {
	background: url(../images/pearlk.png) center top no-repeat;
}
.thumbicon .pearlg {
	background: url(../images/pearlg.png) center top no-repeat;
}
.thumbicon .last1 {
	background: url(../images/last1.png) center top no-repeat;
}
.thumbicon .last2 {
	background: url(../images/last2.png) center top no-repeat;
}
.thumbicon .lastnow {
	background: url(../images/lastnow.png) center top no-repeat;
}
.thumbicon .lastcan {
	background: url(../images/lastcan.png) center top no-repeat;
}

.thumbicon .lastend {
	background: url(../images/lastend.png) center top no-repeat;
}



/* schedule
 * --------------------------------------- */

.schedulemenu {
	display: table;
	width: 1000px;
	margin: 0px auto 20px;
	padding: 0 20px;
	text-align: center;
	background: #000;
	overflow: hidden;
	letter-spacing: -.40em; /*隙間対策 */
}
.schedulemenu a {
	display: table-cell;
	height: 60px;
	margin: 0;
	padding: 0 12px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	font-size: 100%;
	line-height: 1.1em;
	color: #fff;
	letter-spacing: normal; /*隙間対策 */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	 transition: .3s;
}
@media only screen and (max-width: 1000px) {
.schedulemenu {
	padding: 0 8px;
	width: 96%;
}
.schedulemenu a {
	padding: 0 8px;
}
}
.schedulemenu a:hover {
	text-decoration: none;
	color: #fff;
	background: #999;
}
.schedulemenu a.active,
.schedulemenu a.active:link,
.schedulemenu a.active:visited {
	text-decoration: none;
	color: #111;
	background: #fff;
}


#boxindex .box {
	display: block;
	width: 100%;
	height: 284px;
	margin: 0 auto 10px;
}
#boxindex .thumbpic {
	float: left;
	margin: 0 auto 0 0;
	width: 428px;
	height: 284px;
}
#detailprofile ,
#boxindex .thumbbottom {
	position: relative;
	margin: 0 0 0 auto;
	color: #111;
	overflow: hidden;
}
#detailprofile {
	display: block;
	width: 100%;
	padding: 20px 0px 32px;
	background: #fff;
	text-align: center;
}
#boxindex .thumbbottom {
	padding: 24px 28px 0 28px;
	text-align: left;
}
@media only screen and (max-width: 800px) {
#boxindex .box {
	height: auto;
}
#boxindex .thumbpic {
	float: none;
	margin: 0 auto 0;
	width: 100%;
	height: auto;
}
#boxindex .thumbbottom {
	padding: 12px 20px 16px;
}
}

#detailnamejp ,
#boxindex .thumbbottom .thumbnamejp {
	display: block;
	margin: 0 0 2px;
	font-size: 120%;
	line-height: 1em;
}
#detail h2 ,
#boxindex .thumbbottom .thumbname {
	display: block;
	margin: 0 0 6px;
	padding: 0;
	line-height: 1em;
}
#detail h2 {
	font-size: 200%;
	letter-spacing: 0.06em;
}
#boxindex .thumbbottom .thumbname {
	font-size: 160%;
}
#detailsize ,
#boxindex .thumbbottom .thumbsize {
	display: block;
	margin: 0 0 6px;
	font-size: 108%;
	line-height: 1em;
}
#boxindex .thumbbottom .thumbtime {
	display: block;
	margin: 0 0 6px;
	font-style: italic;
	font-size: 172%;
	line-height: 1em;
}
#detailcom ,
#boxindex .thumbbottom .thumbcom {
	display: block;
	margin: 0;
	line-height: 1.3em;
}



/*Detail
 * --------------------------------------- */
#detailpic {
	width: 100%;
	margin: 0 auto;
	padding: 0 4px;
}
#detailpic figure {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#detailpic img {
	width: 100%;
	height: auto;
}
#dboxpark {
	margin: 0 auto;
	padding: 10px 0px 0;
	overflow: hidden;
}
#dboxparkpic {
	float: right;
	margin: 0 0 0 auto;
	padding: 0;
	display: table;
	width: calc(100% *0.67);
	letter-spacing: -.40em; /*隙間対策 */
}
#dboxparkprofile {
	float: left;
	margin: 0 auto 0 0;
	padding: 0;
	display: table;
	width: calc(100% *0.33);
	letter-spacing: -.40em; /*隙間対策 */
}
.dboxparkh {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 3px;
	letter-spacing: normal; /*隙間対策 */
	overflow: hidden;
}
#dboxparkpic .dboxparkh {
	width: calc((100% - 10px)/2);
}
#dboxparkprofile .dboxparkh {
	width: 100%;
}
.dbox {
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
}

.dbox img {
	width: 100%;
	height: auto;
}
.dboxs {
	margin: 0 0 10px;
}

#dboxtoday ,
#dboxnext ,
#dboxskill {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
	letter-spacing: -.40em; /*隙間対策 */
}
#dboxtoday > div ,
#dboxnext > div ,
#dboxskill > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	letter-spacing: normal; /*隙間対策 */
}
#dboxtoday h4 ,
#dboxnext h4 ,
#dboxskill h4 {
	margin: 0 auto 0px;
	font-size: 180%;
	line-height: 1em;
	text-align: center;
	color: rgba(0,0,0,0.5);
}
#dboxnext h4 {
	padding: 2px 0 0px;
}
.dschbox {
	position: relative;
	display: table;
	width: 90%;
	height: 68%;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
	letter-spacing: -.40em; /*隙間対策 */
}
#dboxtoday {
	background: #f8b833;
}
#dboxtoday .dschbox {
	height: 68%;
	margin: 12px auto 0;
	color: #f8b833;
}
#dboxtoday .dschbox div {
	display: table-cell;
	width: 45%;
	height: 100%;
	padding: 8px 0;
	vertical-align: middle;
	letter-spacing: normal; /*隙間対策 */
}
#dboxtoday .dschbox div:nth-child(1) {
	border-right: 2px solid #f8b833;
}
#dboxtoday .dmonth {
	font-size: 320%;
	line-height: 1em;
	font-family: 'PLANTC',sans-serif;
}
#dboxtoday .dday {
	font-weight: bold;
	font-size: 480%;
	line-height: 1em;
	font-family: 'PLANTC',sans-serif;
}
#dboxtoday .dnext {
	font-size: 140%;
	line-height: 1em;
}
#dboxtoday .dtime {
	font-size: 160%;
	line-height: 1em;
}
#dboxnext {
	background: #f7465f;
}
#dboxnext > div {
	padding: 0 0 16px;
}
#dboxnext .dschbox {
	height: 32%;
	color: #f7465f;
}
#dboxnext .dschbox:nth-of-type(1) {
	margin: 4px auto 0;
}
#dboxnext .dschbox:nth-of-type(2) {
	margin: 2px auto 0;
}
#dboxnext .dschbox div {
	display: table-cell;
	width: 30%;
	height: 100%;
	padding: 8px 0;
	font-size: 120%;
	line-height: 1.04em;
	vertical-align: middle;
	letter-spacing: normal; /*隙間対策 */
}
#dboxnext .dschbox div:nth-child(1) ,
#dboxnext .dschbox div:nth-child(2) {
	border-right: 2px solid #f7465f;
}
#dboxnext .dmonth {
	font-family: 'PLANTC',sans-serif;
}
#dboxnext .dday {
	font-weight: bold;
	font-size: 160%;
	line-height: 1em;
	font-family: 'PLANTC',sans-serif;
}

#dboxskill {
	font-size: 100%;
	line-height: 1.6em;
	background: #b5f4ed;
}
.dskibox {
	position: relative;
	display: table;
	width: 90%;
	margin: 4px auto 12px;
	color: #b5f4ed;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
	letter-spacing: -.40em; /*隙間対策 */
}
.dskibox:nth-of-type(1) {
	height: 18%;
}
.dskibox:nth-of-type(2) {
	height: 58%;
}
.dskibox > div {
	display: table-cell;
	width: 100%;
	height: 100%;
	padding: 8px 0;
	font-size: 106%;
	line-height: 1.4em;
	vertical-align: middle;
	letter-spacing: normal; /*隙間対策 */
}
.ok ,
.ng {
	display: block;
	width: 20px;
	height: 18px;
}
.ok {
	background: url(../images/ok.png) left top no-repeat;
}
.ng {
	background: url(../images/ng.png) left top no-repeat;
}
.star1 ,
.star2 ,
.star3 ,
.star4 ,
.star5 {
	display: block;
	height: 18px;
	background: url(../images/star.png) left top repeat-x;
}
.star1 {
	width: 20px;
}
.star2 {
	width: 40px;
}
.star3 {
	width: 60px;
}
.star4 {
	width: 80px;
}
.star5 {
	width: 100px;
}


@media screen and (max-width: 1300px) {
#dboxtoday h4 ,
#dboxnext h4 ,
#dboxskill h4 {
	font-size: 140%;
	line-height: 1em;
}
#dboxnext .dschbox:nth-of-type(1) {
	margin: 1px auto 0;
}
#dboxtoday .dmonth {
	font-size: 180%;
}
#dboxtoday .dday {
	font-size: 220%;
	line-height: 1em;
}
#dboxnext .dschbox div {
	font-size: 88%;
	line-height: 1em;
}
}

@media screen and (max-width: 1000px) {
#dboxparkpic ,
#dboxparkprofile {
	width: 100%;
}
#dboxparkprofile .dboxparkh {
	width: calc((100% - 10px)/2);
}
#dboxtoday .dmonth {
	font-size: 180%;
	line-height: 1em;
}
#dboxtoday .dday {
	font-size: 240%;
	line-height: 1em;
}
#dboxnext .dschbox {
	height: 26%;
}
#dboxnext .dschbox div {
	font-size: 88%;
	line-height: 1em;
}
}
@media screen and (max-width: 720px) {
#dboxparkprofile {
	width: 100%;
}
#dboxparkprofile .dboxparkh {
	width: 100%;
}
#dboxtoday .dmonth {
	font-size: 280%;
	line-height: 1em;
}
#dboxtoday .dday {
	font-size: 360%;
	line-height: 1em;
}
#dboxnext .dschbox {
	height: 26%;
}
#dboxnext .dschbox div {
	font-size: 108%;
	line-height: 1em;
}
}

ul.qa {
	margin: 0 auto 0;
	padding: 0;
	list-style-type: none;
}
ul.qa li {
	padding: 0;
	list-style-type: none;
}
ul.qa li.qa1 {
	margin: 0 0 4px;
	color: #c44a00;
}
ul.qa li.qa2 {
	margin: 0 0 16px;
}
/*Cell
 * --------------------------------------- */
.cell {
	width: 100%;
	margin: 0 auto 10px;
}
.cell .cset {
	width: 100%;
	margin: 0 auto 0px;
	overflow: hidden;
}
.pcell .cset {
	border-bottom: dotted 1px #999;
}
.pcell .cset:last-child {
	border-bottom: dotted 0px #999;
}
.cell .cset > div {
	float: left;
	margin: 0;
	padding: 2px 5px 2px;
	line-height: 1.1em;
}
.pcell .cset > div {
	padding: 6px 0px 6px;
}
.dcell .cset > div {
	font-size: 108%;
	letter-spacing: -0.06em;
}
.cell .cset div .no {
	margin-right: 4px;
	font-style: italic;
	font-size: 124%;
}
.cell .cset > div.cleft {
	width: 55%;
	text-align: right;
}
.cell .cset > div.cright {
	width: 45%;
	text-align: left;
}
.pcell .cset > div.cleft {
	width: 32%;
	text-align: center;
}
.pcell .cset > div.cright {
	width: 68%;
	text-align: center;
}
@media screen and (max-width: 1300px) {
.dcell .cset > div {
	font-size: 100%;
}
.cell .cset > div.cleft {
	width: 62%;
}
.cell .cset > div.cright {
	width: 38%;
}
.pcell .cset > div.cleft {
	width: 32%;
}
.pcell .cset > div.cright {
	width: 68%;
}
}
@media screen and (max-width: 720px) {
.dcell .cset > div {
	font-size: 108%;
}
.cell .cset > div.cleft {
	width: 52%;
}
.cell .cset > div.cright {
	width: 48%;
}
.pcell .cset > div.cleft {
	width: 32%;
}
.pcell .cset > div.cright {
	width: 68%;
}
}

.rcell .cset {
	margin: 0 auto 4px;
	border-bottom: dotted 1px #c6a16a;
	overflow:hidden;
}
.rcell .cset > div {
	line-height: 1.5em;
}
.rcell .cset > div.cleft {
	color: #87765a;
	text-align: left;
	background-image: url(../images/formleft.gif);
	background-repeat: no-repeat;
}

/*Movie
 * --------------------------------------- */
#moviebox {
	display: block;
	width: 610px;
	height: 410px;
	margin: 0 auto;
	padding: 0;
	background: #333;
}
#taikenMovie {
	height: 348px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#taikenMovie video {
	width: 610px;
}

/* 動画サムネイル 20160714 */
#Movie1 {display:block;}
/*
#Movie2 {display:none;}
#Movie3 {display:none;}
#Movie4 {display:none;}
#Movie5 {display:none;}
#Movie6 {display:none;}
*/

#moviethumbs {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	overflow-x: auto;
	overflow-y: hidden;
}
#moviethumbsin {
	display: block;
	width: auto;
	height: 48px;
	white-space: nowrap;
}
.moviethumb {
	position: relative;
	margin: 0 5px;
	padding: 0;
	display: inline-block;
	width: auto;
	height: 48px;
	text-align: center;
	overflow: hidden;
}
.moviethumb:hover {
	opacity: 0.6;
}
.moviethumb a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.moviethumb img {
	height: 60px;
}

p.movieicon {
	margin: 0 0 0 4px;
	padding: 0;
	font-size: 14px;
	line-height: 1em;
}
h3 .movieicon {
	display: block;
	float: right;
}
.pcell div .movieicon {
	display: inline-block;
}
.movieicon a {
	float: left;
	display: inline-block;
	background: url(../images/movieicon.png) right top no-repeat;
}


.optionMovie {
	width: 854px;
	margin: 0 auto 28px;
	padding: 28px 0 0;
	text-align: center;
	background: url(../images/bgcomtop.gif) left top no-repeat, url(../images/bgcomtop.gif) right top no-repeat, url(../images/bgcombottom.gif) left bottom no-repeat, url(../images/bgcombottom.gif) right bottom no-repeat, url(../images/bgcom.gif) left top repeat-y, url(../images/bgcom.gif) right top repeat-y;
	background-color: #fff;
}
scview:last-child .txt-box {
	margin: 0 auto 10px;
}
@media screen and (max-width: 854px) {
.optionMovie {
	width: 96%;
	padding: 28px 0 0;
}
}
.optionMovie .Movie {
	margin: 0 40px;
	padding: 0 0 28px;
}
.optionMovie video {
	width: 100%;
	margin: 0 auto;
}


.banner {
	width: 468px;
	margin: 0 auto;
	text-align: center;
}
.banner640  {
	width: 640px;
}
.banner img {
	display: block;
	margin: 0 auto 15px;
}


/*Form
 * --------------------------------------- */
form {
	max-width: 620px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.formfield {
	min-height: 24px;
	margin-bottom: 14px;
	padding: 0 0 10px;
	border-bottom: dotted 1px #999;
	vertical-align: top;
	overflow:hidden;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="date"],
form input[type="time"],
form select ,
form textarea {
	margin: 4px 0;
	padding: 4px 4px;
	font-size: 100%;
	line-height: 1.2em;
	background: #fff9e6;
	border-top: solid 1px #bbb;
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
#mailmagazine form input[type="email"] {
	width: 320px;
}
form textarea {
	width: 320px;
}
.formfield label {
	display: block;
	clear: both;
}
.need {
	float: right;
	display: block;
	margin: 2px auto 0 6px;
	padding: 2px 6px 2px 6px;
	font-size: 84%;
	line-height: 1em;
	color: #fff;
	text-align: center;
	background: #444;
	-webkit-border-radius: 2px; /*角丸*/
	-moz-border-radius: 2px;
	border-radius: 2px;
}
div.formoptions {
	overflow:hidden;
}
div.errors {
//	display: none;
}
.button,
input[type="submit"] {
	margin: 0 auto 20px;
	padding: 3px 24px 3px;
	text-align: center;
	font-size: 116%;
	line-height: 1em;
	letter-spacing: 0.06em;
	cursor: pointer;
	color: #fff;
	background-color: #000;
	border: solid 4px #000;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
}
.button {
	display: table;
}
.button:link ,
.button:visited {
	color: #fff;
}
.button:hover ,
input[type="submit"]:hover {
	background-color: #999;
	border: solid 4px #999;
}
#mailmagazine input[type="submit"] {
	display: inline-block;
	margin: 0 auto 4px;
	font-size: 100%;
}

.linkbanners img {
	display: inline-block;
}

#contents-wrap {
	position: relative;
	margin: 0;
}
#page-top {
	display: none;
	position: fixed;
	right: 0px;
	bottom: 0px;
	margin: 0;
	padding: 0;
	z-index: 950;
}
#page-top a {
	text-decoration: none;
	text-align: center;
	display: block;
	background: url(../images/arrow_top.png) right bottom no-repeat;
}




