@charset "utf-8";


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1.5em;
    background-color: #000;

}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #000;
}

main p {
  color: #FFF;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ul li {
 list-style-type: none;
 }

h2 {
	font-family: sans-serif;
	font-size: 1.2em;
	padding: 10px;
}
/* ------------ home --------------- */

#container {
 width: 100%;
 height: 2000px;
 margin: 0 auto;
 color: #ff1493;
 text-align: center;
 font-family: 'Vollkorn','sans-serif';
}

/* ------------ header ----------   */

.fade {
 /* width: 80%; */
 height: 550px;

 margin: 0 auto;
 background:url("../image/01.jpg") no-repeat center;
 opacity:0;
 }

#title {
 height: 50px;
 padding: 60px;
 }


#sns img:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}

/* ------------- nav -------------------------- */

#main-nav {
	position: fixed;
	width: 100%;
	background-color: #ff1493; /* 背景 */
	height: 50px;
	padding-bottom: 10px;
	color: pink;
	margin: 0 auto;
	opacity: 0.9;
	 z-index: 30;
	}

.rogo {
	text-align: left;
}

.rogo h1 {
	font-family: 'Lora', serif;
	padding-left: 20px;
	padding-top: 10px;
	margin-top: 0px;
	font-size: 2em;
	color: #000;
	width: 200px;
	float: left;
}




.navi {
	width: 75%;
	text-align: right;
	display: inline-block;
	margin: 10px 5px 0 0;
	overflow: hidden;
}

.navi ul {
	text-align: right;
}

.navi ul li {
	float:right;
}

.navi a {
 display: inline-block;
 width: 80px;
 text-decoration: none;
 color: #000;
 font-size: 1.1em;
}

.button {
  position: relative;
  display: inline-block;
  padding: 0.6em 0.5em;
  border: 1px solid #ff1493;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-size: bold;
}
.button:hover {
  color: #fff;
}
.button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #000;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* ------ header ----- */

#top {
	padding-top: 100px;
	}

#top img {
    width: 80%;
    height:auto;
    margin: 50px;
    max-width:100%;
    max-height:100%;
}

/* ---- main ---------- */


#main {
	height: 100%;
	padding: 10px 0;
	margin: 10 auto;
	overflow: hidden;
	margin: auto;
}


#main-p {
	width: 600px;
	height: 300px;
	float: left;
	text-align: right;
	margin-right: 0px;
	background-color: #ff1493;
}

.main-top {
	width: 75%;
	margin: auto;
	text-align: center;
}




/* ---------- 地図 ----------- */

#one {
 height: 80px;
 }

#adress {
 overflow: hidden;
}

#setumei {
	height: 400px;
	width: 500px;
	float: left;
	margin-right:auto;
	color: #ff1493;
	/* background-color: #ff1493; */
}

#setumei p {
	text-align: left;
	margin-left: 5px;
}

.map-top {
 	height: 470px;
	width: 500px;
	float: right;
	margin-left:auto;
	color: #ff1493;
	text-align: right;
	line-height:1.5;
	/* background-color: #ff1493; */
}

.map-list {
 text-align: left;
 overflow: hidden;
 color: #FFF;
}

.rogo h2{
 background-color: #ff1493;
 color: #000;
 margin-bottom: 20px;
}

.map-rogo {
	width: 33.3333%;
    min-width: 100px;
    margin-bottom: 20px;
}

.map-list dt {
	float: left;
	width: 7em;
	margin-bottom: 10px;
}
.map-list dd {
    margin-bottom: 10px;
}
.copyright {
 margin-top: 50px;
}

.map {
	height: 250px;
	padding: 0;
	border: 2px solid #ff1493;
	margin: auto;
	width: 350px;
}

/* ------------- システム ----------*/

#two {
 height: 70px;
 }



#ryoukin {
	padding-top: 20px;
	padding-bottom: 30px;
	/* background-color: #fff; */
}

.sistem01 {
    margin-right: 50px;
    }


/* ---------- sns ------------ */

#three {
 height: 70px;
 }


.twitter {
	float: left;
	margin-right: 50px;
}

#sns {
	overflow: hidden;
	text-align:center;
	width: 90%;
	margin: auto;
}

#sns h2 {
	text-align: left;
	padding: 10px;
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #000;
	background-color: #ff1493;
}

.facebook {
	float: right;
	text-align:left;
	width: 500px;
}

/* ---- footer ------- */

#cos {
	margin-top: 50px;
}

/* ------ topへもどる --------*/

#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: -60px;
  background: #ef3f98;
  opacity: 1;
  border-radius: 60%;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/* ---------- sistem --------------- */

#for {
 height: 20px;
}

#container2 {
	width: 100%;
    height: 100%;
    margin: 0 auto;
    color: #ff1493;
    text-align: center;
    font-family: 'Vollkorn','sans-serif';
}

#sistem {
	color: #000;
	font-size: 1.2em;
	/* width: 80%; */
	margin: 50px auto 50px auto;
	/* border: 1px solid #fff; */
	/* background-color: #fff; */

}


#sistem dt {
	font-weight: bold;
}

.s-list {
	width: 70%;
	margin: 50px auto;
	padding: 30px;
	color: #000;
}

#sistem dt {
	float: left;
	margin-bottom: 20px;
}

#sistem dd {
	text-align: right;
	margin-bottom: 20px;
}

/* ---------------------------------
girls
---------------------------------- */

#girls {
 margin: 0 auto;
 padding: 60px 0;
 height: 100%;
width: 1000px;
 text-align: center;
}
#girls　.Glist{
	width: 900px;
	height: 900px;
}

#girls .Glist img{
width: 300px;
}
.Glist ul{
  overflow: hidden;
}
.Glist ul li{
	width: 300px;
  margin: 10px 10px 20px 10px;
  float: left;
}



h1 {
  letter-spacing: -2px;
  margin: 30px;
  padding-top: 30px;
  font-size: 3em;
  color: #FF0080;
  animation: neonBlur 16s infinite;
  font-weight: 300;
  text-align: center;
}
h1 > span:nth-child(1) {
  opacity: .5;
  font-weight: 800;
}
h1 > span:nth-child(2) {
  animation: neonBlink 5s infinite;
}
h1 > span:nth-child(3) {
  opacity: .4;
}
h1 > span:nth-child(4) {
  animation: neonBlink 2s infinite;
}


.rogo h1 {
	padding: 70px auto 30px auto;

}



@keyframes neonBlink {
  0% { opacity: 1; }
  10% { opacity: .6; }
  12% { opacity: 1; }
  15% { opacity: .4; }
  17% { opacity: 1; }
  18% { opacity: .3; }
  19% { opacity: 1; }
  89% { opacity: 1; }
  91% { opacity: .7; }
  94% { opacity: 1; }
  100% { opacity: 1; }
}

@keyframes neonBlur {
  0% { text-shadow: 0px 0px 25px #FF0080; }
  50% { text-shadow: 0px 0px 75px #FF0080; filter: blur(0.5px) }
  100% { text-shadow: 0px 0px 25px #FF0080; }
}
/* .g-list {
 margin: 20px;
 padding-top: 30px;
 font-size: 2.5em;
 padding: 10px;
 margin-bottom: 5px;
 color: #000;
 background-color: #ff1493;
}*/

.ilust {
	width: 320px;
	height: 200px;
	overflow: hidden;
	margin: 10px 8px 10px 16px;
	position: relative;
	display: inline-block;
}
.ilust .caption {
	font-size:		130%;
	color:			#fff;
	padding-top:		80px;
	padding-left:		0px;
}
.ilust .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0; /* マスクを表示しない */
	background-color:	rgba(0,0,254,0.3);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.ilust:hover .mask {
	opacity: 1;	/* マスクを表示する */
	padding-top: 20px;	/* 右にずらす */
}

.ilust a {
 text-decoration: none;
 display: inline-block;
 }

.caption span {
 font-size: 0.7em;
 text-align: left;
 }

/* --------- ilust page ----------- */

#ilust-hed {
 margin-bottom: 20px;
 }

#ilust-img {
 width: 100%;
 height: 100%;
 margin: 20px auto;
 padding: 20px 0 30px 0;
 /* background-color: black; */
 }


#ilust-img img{
 border: solid 2px #000;
 margin-top: 10px;
 width: 50%;
 }

#ilust-img p {
 margin: 40px auto 0 auto;
 font-size: 1.5em;
 /*color: #fff; */
 }

#ilust-nav {
 display: inline-block;
 margin: 40px auto 0 auto;
 overflow: hidden;
 }

#ilust-nav ul li {
 float: left;
 margin-right: 10px;
 font-weight: bold;
 }



/* ---------- ibent ----------- */

/*********** gallery02 ***********/
#gallery02 {
	position: relative;
	width: 900px;
	height: 500px;
	margin: 20px auto;
	padding: 10px 0;
	z-index:0;
}
#gallery02 .slideFrame {
	position: relative;
	height: 500px;
	overflow: hidden;
	margin-bottom: 10px;
}

/* slide images */
#gallery02 .slideFrame ul {
	position: absolute;
	top: 0;
	left: 100px;
	width: 1620px;
	margin: 0;
}
#gallery02 .slideFrame ul li {
	float: left;
	width: 500px;
	margin-left: 20px;
}
#gallery02 .slideFrame ul li:last-child {
	margin-right: 0;
}
#gallery02 .slideFrame ul li a {
	background: none;
}

/* gallery items */

/* gallery list button */
#gallery02 ul.nav {
	width: 62px;
	margin: 0 auto;
	padding: 0;
}
#gallery02 ul.nav li {
	float: left;
	margin-right: 16px;
}
#gallery02 ul.nav li:last-child {
	margin-right: 0;
}
#gallery02 ul.nav li label {
	display: block;
	width: 10px;
	height: 10px;
	background: gray;
}
#gallery02 ul.nav li label:hover {
	background:gold;
}

/* slider arrow button */
#gallery02 p,
#gallery02 p label {
	position: absolute;
    top: 0;
    margin: 0;
    width: 90px;
    height: 320px;
    cursor: pointer;
    background: rgba(0,0,0,0.1);
}
#gallery02 .prev {
	left: 0;
}
#gallery02 .next {
	right: 0;
}
#gallery02 p span {
	display: inline-block;
    width: 120px;
	padding-top: 30px;
    height: 26px;
    margin: 140px 0 0 10px;
}
#gallery02 p:hover span {
	margin: 140px 0 0 32px;
}
#gallery02 .next span {
	margin-left: 44px;
}
#gallery02 .next:hover span {
	margin-left: 40px;
}

#gallery02 .prev span:before{
	content:"";
	display:block;
	position:relative;
	top:0;
	left:10px;
	width:6px;
	height:15px;
	background:#fff;
	z-index:1;
  /* Rotate */
	-webkit-transform: rotate(45deg) skew(0deg,-45deg);
  -moz-transform: rotate(45deg) skew(0deg,-45deg);
  -ms-transform: rotate(45deg) skew(0deg,-45deg);
  -o-transform: rotate(45deg) skew(0deg,-45deg);
  transform: rotate(45deg) skew(0deg,-45deg);
}
#gallery02 .prev span:after{
	content:"";
	display:block;
	position:relative;
	top:-5px;
	left:10px;
	width:6px;
	height:15px;
	background:#fff;
	z-index:1;
  /* Rotate */
	-webkit-transform:rotate(-45deg) skew(0deg,45deg);
  -moz-transform: rotate(-45deg) skew(0deg,45deg);
  -ms-transform:rotate(-45deg) skew(0deg,45deg);
  -o-transform:rotate(-45deg) skew(0deg,45deg);
  transform:rotate(-45deg) skew(0deg,45deg);
}
#gallery02 .next span:before{
	content:"";
	display:block;
	position:relative;
	top:0;
	left:10px;
	width:6px;
	height:15px;
	background:#fff;
	z-index:1;
  /* Rotate */
	-webkit-transform:rotate(-45deg) skew(0deg,45deg);
  -moz-transform: rotate(-45deg) skew(0deg,45deg);
  -ms-transform:rotate(-45deg) skew(0deg,45deg);
  -o-transform:rotate(-45deg) skew(0deg,45deg);
  transform:rotate(-45deg) skew(0deg,45deg);
}
#gallery02 .next span:after{
	content:"";
	display:block;
	position:relative;
	top:-5px;
	left:10px;
	width:6px;
	height:15px;
	background:#fff;
	z-index:1;
  /* Rotate */
	-webkit-transform: rotate(45deg) skew(0deg,-45deg);
  -moz-transform: rotate(45deg) skew(0deg,-45deg);
  -ms-transform: rotate(45deg) skew(0deg,-45deg);
  -o-transform: rotate(45deg) skew(0deg,-45deg);
  transform: rotate(45deg) skew(0deg,-45deg);
}

#gallery02 input{position:absolute;left:-9999px;z-index:-9999;}

/* CSS Programming */
#gallery02 #switch02_1:checked ~ .slideFrame ul {
	left: 90px;
}
#gallery02 #switch02_2:checked ~ .slideFrame ul {
	left: -450px;
}
#gallery02 #switch02_3:checked ~ .slideFrame ul {
	left: -990px;
}
#gallery02 #switch02_4:checked ~ .slideFrame ul {
	left: -1290px;
}
#gallery02 #switch02_1:checked ~ .nav li label[for="switch02_1"],
#gallery02 #switch02_2:checked ~ .nav li label[for="switch02_2"],
#gallery02 #switch02_3:checked ~ .nav li label[for="switch02_3"],
#gallery02 #switch02_4:checked ~ .nav li label[for="switch02_4"]{
	background:pink;
}
#gallery02 #switch02_1:checked ~ .prev label[for="switch02_4"],
#gallery02 #switch02_1:checked ~ .prev label[for="switch02_3"],
#gallery02 #switch02_2:checked ~ .prev label[for="switch02_1"],
#gallery02 #switch02_3:checked ~ .prev label[for="switch02_2"],
#gallery02 #switch02_1:checked ~ .next label[for="switch02_2"],
#gallery02 #switch02_2:checked ~ .next label[for="switch02_3"],
#gallery02 #switch02_2:checked ~ .next label[for="switch02_4"],
#gallery02 #switch02_3:checked ~ .next label[for="switch02_1"] {
	z-index: 1;
}

/* transition  */
#gallery02 ul.nav li label  {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0;
}
#gallery02 span  {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0;
}
#gallery02 .slideFrame ul  {
	transition: left 1s cubic-bezier(0.85, 0.03, 0.15, 0.96) 0s;
	-webkit-transition: left 1s cubic-bezier(0.85, 0.03, 0.15, 0.96) 0;
}

/* clearfix */
#gallery02 ul:before, #gallery ul:after {
	content: ""; display: table;
}
#gallery02 ul:after {
	clear: both;
}
#gallery02 ul {
	*zoom: 1;
}


.slider {
width: 700px;
height: calc(450px * 1.61);
margin: 0 auto;
overflow: hidden;
position: relative;
}

.slider__content {
min-width: 100%;
position: absolute;
top: 0;
left: 0;
transform: translateX(100%);
}

.slider__content:nth-child(1) {
animation: sliderAnime 8s ease-in-out infinite;
z-index: 6;
}

.slider__content:nth-child(2) {
animation: sliderAnime2 8s ease-in-out infinite;
z-index: -1;
}

.slider__content:nth-child(3) {
animation: sliderAnime2 8s ease-in-out 2s infinite;
z-index: -1;
}

.slider__content:nth-child(4){
animation: sliderAnime2 8s ease-in-out 4s infinite;
z-index: -1;
}

@keyframes sliderAnime {
0% {
z-index: 5;
transform: translateX(0);
}
12.5% {
transform: translateX(0);
}
25% {
transform: translateX(-100%);
}
37.5%{
z-index: -1;
transform: translateX(-100%);
}
50% {
z-index: -1;
transform: translateX(100%);
}
67.5% {
z-index: -1;
transform: translateX(100%);
}
75% {
z-index: -1;
transform: translateX(100%);
}
87.5%{
z-index: 5;
transform: translateX(100%);
}
100% {
z-index: 5;
transform: translateX(0);
}
}

@keyframes sliderAnime2 {
0% {
transform: translateX(100%);
}
12.5% {
transform: translateX(100%);
}
25% {
transform: translateX(0);
}
37.5%{
transform: translateX(0);
z-index: 5;
}
50% {
transform: translateX(-100%);
z-index: 5;
}
67.5% {
z-index: -1;
transform: translateX(-100%);
}
75% {
z-index: -1;
transform: translateX(100%);
}
87.5%{
z-index: -1;
transform: translateX(100%);
}
100% {
z-index: -1;
transform: translateX(100%);
}
}

.slider__img {
max-width: 100%;
min-width: 100%;
}

.insta {
	margin: 20px auto 30px auto;
}

/*------求人 ---------*/

#kyuzin p{
	width: 500px;
	margin: auto;
}
