@charset "utf-8";
/* CSS Document */

body { color: #333; background: #FFF ; font-family: 'Murecho', sans-serif; }
.page-loader {
	background:none ; display: none; 
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.bx-wrapper {
	border: none;
	background: none;
	margin-bottom: 0;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/shop/controls.png) no-repeat -43px 0;
	z-index: 9999;
}
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/shop/controls.png) no-repeat 0 0;
	z-index: 9999;

}
#page { min-height: 1100px ; }
.container { position: relative; padding-bottom: 20px }
@media (min-width: 1200px){
.container {
    width: 1080px; 
}
}
a {color: #b7a495;}
a:hover, a:focus {	text-decoration: none;	color: #b7a495;	outline: 0;}

.red {
	color: #ff3d01 !important;
}
.purpleColor {
	color: #64148e;
}

#side-bnn img { width: 48%; margin: 1%; }
@media screen and (min-width:1400px) {
#side-box-left { width: 300px; position: absolute; margin-left: -300px; top: 20px; left: 0}
#side-box-right { width: 300px; position: absolute; margin-right: -300px; top: 20px; right: 0}
#side-box { width: 300px; position: absolute; margin-right: -320px; top: 20px; right: 0}
#side-bnn img,#side-box-left img,#side-box-left img { width: 100%; }
}

.imgGold { background: #ffdeef ; border: 1px solid #111 ; padding: 3px; box-shadow: 0 0 5px rgba(0,0,0,0.3);}
.boxGold { background: #ffdeef ; border: 1px solid #111 ; padding: 3px; box-shadow: 0 0 5px rgba(0,0,0,0.3);}
.boxGoldIn { padding: 10px; background: #FFF}

#twitter { margin-bottom: 15px; background: #ffdeef ; border: 2px solid #FFF ; padding: 5px; border-radius: 5px; box-shadow: 0 0 5px rgba(0,0,0,0.3);}
.widget { margin-bottom: 15px; background: #ffdeef ; border: 2px solid #FFF ; padding: 5px; border-radius: 5px; box-shadow: 0 0 5px rgba(0,0,0,0.3);}
.widget ul {
	list-style: none;
	padding: 0;
	margin: 0 10px 10px;
}

.mmWidget { background: #FFF; font-size: 14px; line-height: 1.2 ; padding: 5px; font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.mmWidget .mobile ul { list-style: none; margin-top: 0 ; margin: 0 1% }
.mmWidget .mobile li { width: 29.333%; display: inline-block; margin: 5px 1%; }
.mmWidget .mobile li img{ border: 1px solid #333}
.mmWidget ul { list-style: none; margin-top: 10px ; margin: 0 1% }
.mmWidget li { width: 29.333%; display: inline-block; margin: 5px 1%; }
.mmWidget li input[type=submit] { width: 100%; }
.mmWidget p { margin-bottom: 0}

@media screen and (min-width:1400px) {
#side-box { width: 300px; position: absolute; margin-right: -320px; top: 30px; right: 0}
#side-bnn img { width: 100%; margin-bottom: 5px; }
}



.ninsho{ display: none ; }
#ninsho-wrap { width: 100%; height: 100vh ; background-color: rgba(255,255,255,0.9) ; z-index: 2000 ; position: fixed; }
.ninsho-exp { width: 1150px ; color: #333; z-index: 2000 ; font-size: 1.5rem ; position: fixed; top: 50% ;left: 50% ; margin-left: -570px; margin-top: -470px; text-align: center ; padding: 10px ; }

.ninsho-exp-in { height: 500px; box-sizing: border-box; }

.ninsho-exp img#LOGO { width: 820px; animation: boxblur ease-in forwards ; animation-delay: 2.5s ;animation-duration: 1.2s; opacity: 0; }
.ninsho-exp div#ENTEREXIT {  height: 140px; margin: 15px auto 5px  }
.ninsho-exp div#ENTEREXIT a { width: 304px ; height: 140px; display: inline-block; cursor: pointer; margin: 0 5px; transition: opacity 0.3s ease 0s; }
.ninsho-exp div#ENTEREXIT a:hover { opacity: 0.7 ; } 
.ninsho-exp div#ENTEREXIT a#EXIT {  background-image: url(../images/shop/btn_req.png) ; background-size: 304px; background-repeat:no-repeat ; background-position: left top; }
.ninsho-exp div#ENTEREXIT a#ENTER { background-image: url(../images/shop/btn_enter.png) ; background-size: 304px; background-repeat:no-repeat ; background-position: left top; }

.ninsho-exp h1 { width: 600px; font-size: 29px; line-height: 60px; overflow: visible; margin: 0 auto ; color: #333; font-weight: 800 ; background-image: url(../images/shop/ninsho18.png) ; background-size: 60px ; background-repeat: no-repeat; padding-left: 70px;}
.ninsho-exp h2{ position: relative; text-align: center; font-weight: 400; font-size: 18px;  margin-top: 0 }

#shopName { margin-top: 15px;}
#fly-in {  font-size: 40px;  margin: 0 auto;  height: 70px; text-transform: uppercase; }
#fly-in div { position: fixed; margin: 0 0; opacity: 0; left: 10vw; width: 80vw; animation: switch ease-in forwards ; animation-delay: 3s ;animation-duration: 2s;  }

@keyframes switch {
    0% { opacity: 0;filter: blur(20px); transform:scale(12)}
    100% { opacity: 1;filter: blur(0); transform:scale(1)}
}
@keyframes boxblur {
    0% { opacity: 0;filter: blur(20px); }
    100% { opacity: 1;filter: blur(0); }
}
.breadcrumb { padding: 5px 10px; margin-bottom: 0; font-size: 15px; list-style: none; color: #FFF; font-weight: 600 ; border-top: 1px #FFF solid ; border-bottom: 1px #FFF solid ; background: linear-gradient(0deg, #ff74bc, #ffdeef); border-radius: 0 }
.breadcrumb a { color: #FFF ; }
.breadcrumbRecruit { padding: 5px 10px; margin-bottom: 20px; font-size: 15px; list-style: none; color: #FFF; background-color: #333; border-radius: 0 }
.breadcrumbRecruit a { color: #FFF ; }

.navbar-nav > li { float: none }


.main { background: none; color: #333}
.main-wrap  {  background-color: #FFF ; min-height: 2400px }

.main-wrap-recruit  {  background: rgba(0,0,0,1) ; background: url(../images/shop/bg_wht.png);font-family:'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;  }
.module, .module-small { padding: 50px 0 }

.bx-wrapper { border: none; background: none; margin-bottom: 0 }
#top-slider-box { margin: 5px 0 5px 0 ; border: 1px solid #ffdeef; background: #FFF ; padding: 5px; }
.flexslider { margin: 0 auto  ; position: relative; zoom: 1; border: none; background: #ffdeef }
#top-slider { margin: 0 auto 5px ; padding: 5px  }
.flexslider .slides li img { cursor: pointer }

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

#indexPhone { color: #111; font-size: 33px; position: relative; margin: 8vh 30px 0 0; z-index: 500 ; text-align: right;text-shadow:  1px 1px 2px  rgba(255,255,255,0.5), 0 0 1em  rgba(255,255,255,0.5), 0 0 0.2em  rgba(255,255,255,0.5) ; font-weight: 800;}
#indexPhone h1 { margin: 0; padding: 0}
#indexPhone span { font-size: 25px; display: block; font-weight: 800 ;}

#indexExp { color: #111; font-size: 21px; position: absolute; bottom: 40px; left: 28px;  z-index: 500 ; text-align: left; text-shadow:  1px 1px 2px  rgba(255,255,255,0.5), 0 0 1em  rgba(255,255,255,0.5), 0 0 0.2em  rgba(255,255,255,0.5) ; letter-spacing: -1px; }
#indexExp h2 { font-size: 24px; font-weight: 800 ; margin: 0 0 }
#indexExp img { width:550px }
#sidePhone { color: #111; font-size: 26px; line-height: 33px; position: relative; z-index: 500 ; text-align: right; font-weight: 800 ; letter-spacing: -1px ; text-shadow: #fff 2px 0px 0, #fff -2px 0px 0, #fff 0px -2px 0, #fff -2px 0px 0, #fff 2px 2px 0, #fff -2px 2px 0, #fff 2px -2px 0, #fff -2px -2px 0, #fff 1px 2px 0, #fff -1px 2px 0, #fff 1px -2px 0, #fff -1px -2px 0, #fff 2px 1px 0, #fff -2px 1px 0, #fff 2px -1px 0, #fff -2px -1px 0, #fff 1px 1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff -1px -1px 0; }
#sidePhone span { font-size: 15px; display: block;}


header { width: 100%; height: 550px; padding-top: 80px; margin-top: -55px; background: url(../images/shop/headerBG.jpg) ; background-size: 60% ; background-position: center; text-align: center; }
header#headerAll { width: 100%; height: 280px; padding-top: 40px; margin-top: -55px; background: url(../images/shop/headerBG.jpg) ; background-position: center; background-size: 30% ; text-align: center; border-bottom: 7px #333 solid ; }
#videoBox { width: 1000px; height: 420px; background: #FFF ; overflow: hidden; margin: 0 auto ; border: #fefefe 10px solid; ; box-shadow: 0 0 10px 5px rgba(0,0,0,0.5) }
#videoBox video{ width: 100%; margin-top: -150px; }
#logoL { margin: -363px auto 0; position: relative; z-index: 50 }
#logoAll { width: 650px; margin: 0 auto 0; position: relative; z-index: 50 }
#headerSlider { padding: 10px ; border: 1px solid #333 ; border-left: none; border-right: none; }
.navbar-brand { height: 75px; line-height: 75px; display: inline-block; padding: 0; }
#headerLogo { height: 60px; margin-top: 10px; }

.navbar  { color: #474545; font-weight: bold; }
.navbar-nav { margin-left: 25px;font-size: 16px; font-weight: 800 }
.nav > li { height: 60px ;	position: relative; display: table-cell; vertical-align: middle; }

.navbar-nav li a { color: #FFF; font-weight: 800 }
.navbar-nav li a.act { border-bottom: 3px dotted #fff ;  }

.navbar-custom { color: #333 ; font-weight: 800 ; border-bottom: 1px #333 dotted ; background: rgba(255,116,188,0.95) ; padding: 0 10px; transition:all 0.4s ease-in-out 0s;}
.navbar-transparent { color: #f2e4d5 ; font-weight: 800 ; box-shadow: none ; border-bottom: none ;background: none ; padding: 10px 10px; }
.navbar-transparent li a.act { border-bottom: 3px dotted #111 ;  }

.navbar li a { text-align: center;  }

.navbar-custom li a span { display: block ; font-weight: 800; color: #333 ;font-size: 15px; }
.navbar-transparent li a span { display: block ; color: #bfb3a3 ; font-weight: 800; font-size: 18px; line-height: 30px; letter-spacing: -2px ;font-family: ltc-bodoni-175, serif; }

.navbar-custom .nav li > a { position: relative; color: #FFF; letter-spacing: -1px;}
.navbar-transparent li > a { color:  #111 !important; padding: 10px 14px; font-size: 15px; font-weight: 700 }

.navbar-nav > li > a {	padding-top: 10px;}

.navbar-custom .nav > li > a:focus, .navbar-custom .nav > li > a:hover, .navbar-custom .nav .open > a, .navbar-custom .nav .open > a:focus, .navbar-custom .nav .open > a:hover, .navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {	background: none;	color: #ECFF2A;}



#headerTel { height: 70px;  position: absolute ; top: 0 ; right: 0 ; border-bottom: 1px solid #333 ; }
@media screen and (max-width:768px) { 
}
@media screen and (max-width:1420px) { 
.navbar-nav { margin-left: 0;font-size: 14px; }
.navbar-header  {display: none;}
#headerLogo {display: none;}
}
@media screen and (max-width:1620px) { 
#headerTel {display: none; }
}

.titan-caption { position: relative;	display: table;	height: 100%;	width: 100%;	margin: 0 auto;	z-index: 100;}
h1,h2,h3 { }

.widget .icon-list li a::before {
	content: "\00BB";
	color: #111;
	padding-right: 5px;
}
#footerLink .widget { color: #111; background: #FFF ; border-radius: 7px; }
#footerLink .widget a{ color: #111; }
#footerLink .widget p{ color: #111; padding: 0 ; margin: 0 }
.caption-content { color: #ffffff; padding-bottom: 30px; }
.caption-content .btn{ font-size: 17px; font-family: "Lato", "Noto Sans Japanese", "游ゴシック Bold", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;background: #f8065b; border: 2px solid #333 ; border-radius: none; }

.home-wrap-all { width: 100%; overflow: hidden; min-height: 300px; z-index: 50 ; position: relative}
.home-wrap-recruit { width: 100%; overflow: hidden; min-height: 150px; background-image: url("../images/shop/bg_wht.png") ; z-index: 50 ; position: relative}

.headerTitle { height: 300px; padding-top: 105px;}
.headerTitle h2{ font-size: 55px; color: transparent; line-height: 55px; font-weight: 800 ;color: #111; text-align: center ; text-shadow: 1px 1px 2px rgba(255,255,255,0.5), 0 0 1em rgba(255,255,255,0.5), 0 0 0.2em rgba(255,255,255,0.8); }
  
.headerTitle h3{ font-size: 25px; color: #111 ; text-shadow: 1px 1px 2px rgba(255,255,255,0.5), 0 0 1em rgba(255,255,255,0.5), 0 0 0.2em rgba(255,255,255,0.8); font-weight: 800 ; text-align: center ; line-height: 30px; padding: 0 ; margin: 0 ;  }


.headerTitleRecruit { height: 150px; padding-top: 10px;}
.headerTitleRecruit h2{ font-size: 50px; color: #333 ; font-family: "ヒラギノ角ゴ Std W8","Hiragino Kaku Gothic Std";  text-align: center ; line-height: 55px; }
.headerTitleRecruit h3{ font-size: 25px; color: #fa026f ; font-family: "ヒラギノ角ゴ Std W8","Hiragino Kaku Gothic Std";  text-align: center ; line-height: 30px; padding: 0 ; margin: 0 }


.home-wrap { width: 100%; overflow: hidden; min-height: 100vh; position: relative ; }
.home-section {
	width: 100%;
	overflow: hidden;
	min-height: 100vh;
	position: fixed;
	top: 0;
}
.video-header video {
	min-width: 100%;
	min-height: 100vh;
	z-index: 1;
	position: absolute;
}
.other-page { position: fixed ; top: 0}
.slide-header img { width: 100%; z-index: 1; }

.scroll-up a { display: block;	height: 45px; width: 45px; text-align: center;	line-height: 45px;background: #f8065b;	font-size: 20px;	color: #333;	opacity: 0.6;	border-radius: 2px;}

.scroll-up-recruit {
	position: fixed;
	display: none;
	bottom: 7px;
	right: 7px;
	z-index: 999;
}

.topTitle { text-align: center; color: #111 ; font-size: 16px; font-weight: 800; margin: 35px 0 0;margin-bottom: 15px;}

.pankuzu { padding: 5px}
.topTitle h2{ position: relative; text-align: center; font-size: 30px; color: #ff74bc ; font-weight: 800; letter-spacing: -1px ; display: inline-block; margin: 0 auto 7px; }
.topTitle h2 span { display: inline-block; margin-right: 10px; }

.menu-title { position: relative; text-align: center; font-weight: 800; font-size: 25px; letter-spacing: -1px ; color: rgba(0, 0, 0, 0); background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; text-shadow: 0 3px 10px rgba(255,255,255,0.9) ; margin: 0 auto }
.menu-price { position: relative; text-align: center; font-weight: 800; font-size: 25px; letter-spacing: -1px ; color: rgba(0, 0, 0, 0); background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; text-shadow: 0 3px 10px rgba(255,255,255,0.9) ; margin: 0 auto }

.bg-dark { background: #ffdeef; }
.hr-short  { width: 90%; height: 1px; background: linear-gradient(90deg, #ffdeef, #ff74bc, #ff74bc, #ffdeef); border-bottom:none ; margin: 0px auto 0 ; }
.hr-shortB  { width: 90%; height: 0;background: linear-gradient(90deg, #ffdeef, #ff74bc, #ff74bc, #ffdeef); margin: 0px auto 0 ; }
.hr-shortBD  { width: 90%; height: 0; background: linear-gradient(90deg, #ffdeef, #ff74bc, #ff74bc, #ffdeef); margin: 0px auto 0 ; }

.shadow-lg { box-shadow: none !important; }
.rounded { border-radius: .25rem !important; overflow: hidden }

.btn.btn-round { border-radius: 50px; padding: 25px }

.top-slider {padding: 105px 0 ; }
.copyright span { font-size: 18px; color: #111 ; display: block ; margin-bottom: 15px ; font-weight: 800}
.copyright span a { color: #111 ; }
.pick-up { border-radius: .25rem; overflow: hidden;}
.pick-up .col-sm-12 { padding: 0 2px ; }

.pageBox { padding: 30px 0;}
.girls .col-sm-6 { padding: 0 7px 10px }

.freeBox { margin-top: 25px;}
.free-content {
	margin-bottom: 10px;
}

.newsBox { font-size: 18px;
	min-height: 713px;
	border: 2px solid #ff0099;
	border-radius: 15px;
	padding: 10px;
	overflow: hidden;
}

.top-news { width: 100%; height: 613px; border: 1px solid #FFF; background: #ffdeef ; box-shadow: 0 0 5px rgba(0,0,0,0.3); overflow: hidden ; padding: 8px ; }

.top-news-in { height: 595px ; padding: 0 15px 0 0 ; overflow-y: auto; background: #FFF ;  }
.top-news div { box-sizing: content-box}
.top-news-in .news-title{ text-align: center;  background: #ededed; color: #333 ; font-weight: 800; font-size: 1.3em; line-height: 2em ; margin-bottom: 25px }
.top-news-in .bnn {width: 100%; margin: 10px auto; }

.news-news { min-height: 800px ; border: 2px solid #ff0099; border-radius: 15px; padding: 10px ; overflow: hidden ; }
.news-news a div.news{ display: block ; color: #111 ; font-size: 20px; font-weight: 800 ; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 2px dashed #ff0099 ; }
.news-news a:last-child div.news{ border-bottom: none ; margin-bottom: 0; padding-bottom: 0  }

.pageNo  { text-align: center }
.pageNo span{ width: 40px; display: inline-block; border: 1px solid #ff0099; margin: 0 1px;font-size: 18px; font-weight: 800 ; }
.pageNo span a { width: 100%; line-height: 40px ; display: block; }
.pageNo span.on a { background: #ff0099 ; color: #FFF ; }

.news { margin-bottom: 15px; padding: 15px; border-bottom: 1px solid #333 ; }
.news .photo{ max-width: 150px; max-height: 150px; float: left ; margin-right: 15px; }
.news .news-title{ float: left ; display: contents}
.newsMore {
	width: 85%;
	line-height: 35px;
	display: block;
	background: #333;
	text-align: center;
	margin: 25px auto;
	box-shadow: 0 4px 0 #dc0084;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	border-radius: 5px;
}

.top-new-girls { z-index: 100; position: absolute;  }

.widget .widget-title { font-size: 15px; padding: 7px 3px; text-align: center; border-radius: 7px;	margin: 0 0 10px; background: #ffdeef ;color: #111; font-weight: 800 ; }

.scheduleDate { list-style: none ; text-align: center; margin: 25px auto }
.scheduleDate li{ margin: 0 5px; background: #ffdeef; display: inline-block;font-size: 18px;}
.scheduleDate li.act { background: #ff74bc; color: #FFF ; }
.scheduleDate li a{ color: #111 ; }
.scheduleDate li.act a{ color: #FFF ; }
.scheduleDate li div { width: 115px; display: table-cell ; padding: 12px ; border: 1px solid #FFF ; outline: 2px #ffdeef solid; font-weight: 700; vertical-align: middle; line-height: 21px;}
.scheduleDate li span{display: block;}
.scheduleTotay{ padding: 10px; color: #111 ; border-radius: 10px; margin-bottom: 25px; text-align: center; background: #ffdeef; font-size: 18px; font-weight: 800 ; }


.nmnsBox { font-size: 20px; text-align: center; }
.scheduleWeekHead {
    margin: 15px auto;
    padding: 0;
    width: 100%;
}
.scheduleWeekHead p {
    font-size: 16px;
    font-weight: bold;
}


.scheWeekFrame table {
    border: medium none;
    margin: 0 auto 15px;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}
.scheWeekFrame table th {
    font-size: 16px;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.scheWeekFrame table th.scheWeekTodayTh {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fba0ba #fba0ba #fba0ba -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
}
.scheWeekFrame table th.scheWeekTh1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fba0ba #fba0ba #fba0ba -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
}
.scheWeekFrame table th.scheWeekTh2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fba0ba #fba0ba #fba0ba -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
}
.scheWeekFrame table th.weekday {
    color: #fba0ba;
}
.scheWeekFrame table th.saturday {
    color: #fba0ba;
}
.scheWeekFrame table th.sunday {
    color: #fba0ba;
}
.scheWeekFrame table th.ladyTh {
    background: #fce1ed none repeat scroll 0 0;
    border-right: 1px solid #fba0ba;
    height: 150px;
    margin: 0;
    padding: 5px 0 0;
    text-align: center;
    vertical-align: top;
    width: 200px;
}
.scheWeekFrame table th.ladyTh .ladyThImg {
    padding: 0 13px 0 10px;
}
.scheWeekFrame table th.ladyTh .ladyThImg img {
    margin: 0;
    padding: 0;
    width: 120px;
}
.scheWeekFrame table th.ladyTh .ladyThName {
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 2px;
}
.scheWeekFrame table td {
    color: #fba0ba;
    font-size: 16px;
    height: 115px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.scheWeekFrame table td.scheWeekTodayTd {
    border-bottom: 1px solid #fba0ba;
    border-right: 1px solid #fba0ba;
    font-weight: bold;
}
.scheWeekFrame table td.scheWeekTd1 {
    border-bottom: 1px solid #fba0ba;
    border-right: 1px solid #fba0ba;
}
.scheWeekFrame table td.scheWeekTd2 {
    border-bottom: 1px solid #fba0ba;
    border-right: 1px solid #fba0ba;
}


.girls{ position: relative; }

.girl-box { text-align: center;  margin: 0 0 4px; background: #FFF ; border: 1px solid #ffdeef ; }
.girl-box .photo { width: 100%;  border-bottom: 1px solid #ffdeef ; position: relative; overflow: hidden; padding: 5px 5px ; margin: 0 auto ;box-shadow:0 0 5px rgb(0 0 0 / 30%) }


.girl-box .photo img { width: 100%; }
.girl-box .photo .new { width: 90px; box-shadow: none ; position: absolute; top: 0 ; left: 0 ;}
.girl-box .photo .cup { width: 95px; position: absolute; bottom: 0 ; right: 0 ;}

.girl-box .photoS { width: 156px; text-align: left; border: 1px solid #FFF ; background:#FFF ; position: absolute; bottom: 9px ; left: 10px; box-shadow: 0 0 5px rgba(0,0,0,0.3)}
.girl-box .photoS img{ width: 33.333%; }

.girl-box .detail { position: absolute;  width: 100%;  left: 0;  bottom: 100%;  padding: 20px;  opacity: 0;  z-index: 2;  text-align: center;  font-size: 12px;  color: #aaa;}
.girl-box .info { position: relative; background: #FFF ;  z-index: 100; }
.girl-box .info hr{ width: 90%; margin: 5px auto ; }

.girl-box .name { margin: 10px 0 2px; background: #ffdeef }
.girl-box .name h4{ font-weight: 700; line-height: 30px; padding: 0 0; margin: 0 0;  font-size: 20px;  color: #111; border: 3px solid #fff ; background: #ffdeef ;}

.girl-box .name span { font-weight: 400;  font-size: 16px;  }

.girl-box .size { font-weight: 600;  font-size: 15px; color: #333 ; }
.girl-box .boxIcon img ,.girl-box .boxType img{ width: 31% ; margin: 0 0.5% }
.girl-box .boxIcon img:nth-child(3) ,.girl-box .boxType img:nth-child(3){ margin-left: 2%}
.girl-box .boxIcon ,.girl-box .boxType { width: 100% ;height: 37px; padding: 1px 0}
.girl-box .boxIcon { margin-bottom: 4px }



.girl-box .com { font-weight: 600;  font-size: 13px;line-height: 1.3 ; min-height: 23px; display: block; color: #333 ; padding-bottom: 5px; }
.girl-box .hour .sokuhime { background: #f2e4d5 ; color: #111 ; line-height: 1.8; padding: 0 5px ; display: inline-block; border-radius: 3px; margin-left: 5px; font-size: 13px;}


@media (min-width: 768px) {
.girl-box .com { 
	min-height: 39px;
}
}

@media (min-width: 992px) {
.girl-box .com {
	min-height: 39px;
}
}


/* Shop item hover */
.girl-box:hover .photo:after {  background: rgba(255, 255, 255, 0.7);}
.girl-box:hover .detail { opacity: 1;  bottom: 50%;  -webkit-transform: translateY(50%);  -ms-transform: translateY(50%);  transform: translateY(50%); }
.girl-box .hour { background: #ffdeef; height: 35px ; line-height: 35px; margin-top: 5px; color: #111; font-size: 18px;  }
.girl-box .hour span { color: #fffd51 ; }

.pick-up { position: relative; background: #ffdeef; border: 1px solid #FFF ; box-shadow: 0 0 5px rgba(0,0,0,0.7);}
.pick-up .girl-box { position: relative; text-align: center;  background: #ffdeef ; margin: 0 0 ; padding: 7px; border: none; }
.pick-up .girl-box .photo { width: 100% ; height: 100% ; position: relative; border: 1px solid #FFF ; overflow: hidden; }
.pick-up .girl-box .photo img{ box-shadow:0 0 5px rgb(0 0 0 / 30%) }

.pick-up a { display: block; }
.pick-up  .girl-box .info { width: 100%; z-index: 100; font-weight: 700; padding: 10px; background: rgba(255,255,255,1) ; line-height: 27px; font-size: 23px;  color: #ffdeef; }

.pick-up  .girl-box .info .com { min-height: auto ;  display: block; padding-bottom: 5px; margin-bottom: 5px ; font-size: 15px; color: #ffdeef ; line-height:1.2 }
.pick-up .photo { position: relative; overflow: hidden; padding: 0 }

.new-girls { position: relative; }
.new-girls .girl-box { position: relative; background: #FFF; text-align: center;  margin: 0 1px ; border: 1px solid #ffdeef ;padding-bottom: 5px; }
.new-girls .girl-box .photo { width: 100%; height: auto; position: relative; overflow: hidden; padding: 5px; border-bottom: 1px solid #ffdeef ; }
.new-girls .girl-box .photo .cup { width: 80px; position: absolute; bottom: 0 ; right: 0 ;}

.new-girls a { display: block; padding: 0 2px}
.new-girls  .girl-box .info { width: 100%; position: absolute; z-index: 100; bottom : 15px; ; left: 0; font-weight: 800; padding: 15px; background: rgba(0,0,0,0.8) ; line-height: 30px; font-size: 20px;  color: #f1e3d3;  margin: 10px 0 22px; border-top: 1px dotted #f1e3d3;border-bottom: 1px dotted #f1e3d3;box-shadow: 0 0 5px rgba(0,0,0,0.7)}
.new-girls  .girl-box .info .com { font-size: 15px; color: #FFFFFF}
.new-girls .photo { position: relative; overflow: hidden; padding: 5px; box-shadow: 0 0 5px rgba(0,0,0,0.3) }
.new-girls .girl-box .name { margin: 10px 0 5px; }
.new-girls .girl-box .size { font-weight: 600; font-size: 15px; color: #333 ; }
.new-girls .owl-item .col-sm-12 { padding: 7px}
.new-girls .girl-box .date {
	font-weight: 600;
	font-size: 17px;
}
.new-girls .girl-box .name {
	margin: 5px 0 5px;
}

#movieBox ul{ list-style: none; }
#movieBox li{ width: 360px; height: 320px; display: inline-block; margin: 10px; text-align: center; line-height: 18px; vertical-align: top; font-size: 14px; color: #222222 ; }
#movieBox li .name { font-size: 16px ; font-weight: bold; color: #fc8abc; }
#movieBox li video {width:100%; height:200px; background: #111111;  margin: 0 auto; }

.oneComment { display: inline-block; font-size: 24px; margin: 15px auto 0 ;  }
.oneComment span{ display: inline-block; padding: 0 55px;  }

#profileBox { padding: 0 20px; }
.profileBox { background: rgba(255,255,255,0.5); padding: 20px; font-size: 17px; line-height: 1.5 }
.profileBoxIn { margin-top: 25px;}
.profileBox h4{ padding: 0 ; margin: 0; font-weight: 800 }
.profileBox .iconType { margin-top: 10px;}
.profileBox .iconType img { width: 20%; margin-right: 3px}

#profileBox .name {  margin: 0 0; }
#profileBox .name span { font-size: 40px; vertical-align: bottom ; font-weight: 800 ;  line-height: 45px; display: inline-block; color: #333 ;padding: 10px 15px 0;}
#profileBox .name img { height: 42px;  }
#profileBox .size img{ width: 85px; float: left; margin-right: 10px; }
#profileBox .size { font-size: 26px;font-weight: 800 ; line-height: 43px; color: #333 ; border-bottom: 1px solid #333 ; padding-bottom: 3px;}

#photo { position: relative; margin-bottom: 25px; background: #ffdeef; padding: 3px; }
#photo .new { width: 130px ; position: absolute; top: 3px; left: 3px; z-index: 100 }

#photoS img { width: 15%; }
#profileBox .detail { padding: 15px  }
#profileBox .detail table{ width: 100% ; font-size: 15px; }
#profileBox .detail table tr{ border-bottom: 1px dashed #222 ; }
#profileBox .detail table tr:last-child{ border-bottom: none ; }
#profileBox .detail table th{ padding: 5px ; width: 200px; }
#profileBox .detail table td{ padding: 5px ; }

#profileBox .title{ font-size: 20px; color: #fff ; background: #ffdeef ; outline: 2px #ffdeef solid; font-weight: 700 ; text-align: center; border: 1px solid #FFF; padding: 0 5px ; margin: 0} 


#profileBox .comment { font-size: 20px; line-height: 200%; padding: 15px; }

#profileBox .option { padding: 5px }
#profileBox .option ul{ list-style: none; padding: 0 }
#profileBox .option ul li{ width: 50%; font-size: 15px; display: inline-block; padding: 3px; }
#profileBox .option ul li.no{ color: #eeeeee}

#profileBox .schedule { padding: 15px }
#profileBox .schedule table{ width: 100% ; font-size: 17px; }
#profileBox .schedule table tr{ border-bottom: 1px dashed #222 ; }
#profileBox .schedule table tr:last-child{ border-bottom: none ; }

#profileBox .schedule table th{ width: 50%; font-weight: 800 ; padding: 5px ; text-align: center ;}
#profileBox .schedule table td{ padding: 5px ; font-weight: 800 ; text-align: center ;}

#profileBlog table{ margin: 20px 20px;  }
#profileBlog table th { width: 15% ; vertical-align: top}
#profileBlog table td { width: 35% ; vertical-align: top ; padding-bottom: 10px;}
#profileBlog table th img{ width: 95% ; }
#profileBlog .title {
	font-size: 15px;
	color: #f1e3d3;
	text-align: center;
	border: 1px #333 solid;
	padding: 2px;
	margin: 0 2.5% 5px 0 ;
}

.profMovie { text-align: center; }
.profMovie ul { padding: 0 0 ; margin: 0 0 15px }
.profMovie li {list-style: none; display: inline-block ; width: 100%; padding: 0 0 ; margin: 0 0  }
.profMovie li video{ width: 100%; }

.event { font-size: 18px; margin-bottom: 35px; border-bottom: 3px solid #ffdeef }

.event .comment img { width: auto}
.event .title{ font-size: 28px; padding: 0 ; margin: 0 }
.event .comment{ padding: 15px;}

.event table td{ border: none ; }
.event .table > tbody > tr > td, .event .table > tbody > tr > th, .event .table > tfoot > tr > td, .event .table > tfoot > tr > th, .event .table > thead > tr > td, .event .table > thead > tr > th {
	border-top: none;
}

#enqueteBox { color: #333 ; font-size: 16px; padding: 25px 25px;}
.inputSS {
	width: 110px;
	margin-right: 10px;
}
#enqueteBox th {
	width: 430px; font-weight: 800 ;
	padding: 10px 15px;
}
#enqueteBox table { margin-bottom: 65px; }
#enqueteBox textarea { margin-bottom: 25px; margin-top: 10px; }

#enqueteBox button {
	background: #ffdeef;
	border: 2px solid #0070b0;
	font-size: 20px;
	color: #FFF;
	box-shadow: 0 2px 0 #0070b0;
	border-radius: 5px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 10px;
	width: 180px;
}
#enqueteBox button:hover { background: #0070b0; }

#enqueteBox h3{ border-left: 10px solid #ffdeef; color: #333 ; font-size: 19px ; font-weight: 800 ;  padding-left: 10px; margin-bottom: 15px; }
#enqueteBox table { width: 100%;}
#enqueteBox tr { border-bottom: 1px dashed #cdcdcd}
#enqueteBox th .req { display: inline-block ; padding: 0 5px; font-size: 10px; color: #222 ; font-weight: normal; border-radius: 5px; background: #dfdfdf}
#enqueteBox td { padding: 10px;}

.errorBox {
	text-align: center;
	margin: 15px 0;
	background: #ededed;
	border: 2px solid #FF2828;
	color: #FF2828;
	font-weight: 800;
	font-size: 18px;
}
#enqueteBox .errorR {
	border: 2px solid #FF2828;
	background: #ededed;
}
#enqueteBox div.errorR {
	padding: 10px;
}

.voiceLink table { margin: 0 auto; width: 100%;}
.voiceLink .title { font-size: 16px; padding: 0 15px 15px 0; text-align: right; width: 240px;}
.voiceLink .img { padding: 0 0 15px; text-align: left; width: 100px;}
.voiceLink table td { vertical-align: middle;}

h3 { font-weight: 900; font-family: 'M PLUS Rounded 1c', sans-serif }
h3.pink { background: #fc8abd none repeat scroll 0 0; color: #fff !important; margin-bottom: 25px; padding: 2px; text-align: center; border-radius: 15px; }
h3.orange { background: #ff9935 none repeat scroll 0 0; color: #fff !important; margin-bottom: 25px; padding: 2px; text-align: center; border-radius: 15px; }
.voiceLink { margin-bottom: 15px;}
.voiceLink span.orange { color: #ff9935;}


#kutikomi { color: #fd8c8a; margin-bottom: 20px; }
#kutikomiH { width: 785px; height: 60px; margin: 15px 0 0 ; color: #ff0099; font-size: 32px; font-weight: 
700; font-family: 'M PLUS Rounded 1c', sans-serif ; line-height: 60px; padding-left: 15px; }

.kutikomiBoxAll { }
.kutikomiBox { float: left; width: 49%; border: 1px solid #f8b; margin: 5px 1% 5px 0; padding: 5px; color: #fd8c8a ; font-size: 15px; box-sizing: border-box; }
.kutikomiBox:nth-child(2n) { float: right;  margin: 5px 0 5px 1%; } 
.kutikomiBox .date { color: #f8b; line-height: 1em; margin: 0 10px; display: inline-block}
.kutikomiBox p.post { display: inline-block; line-height: 1.5em; margin: 0 10px 10px; }
.kutikomiBox p.name { width: 230px; float: left ; background-color: #f80; color: #fff; font-weight: bold; line-height: 1em; margin: 0 5px !important; padding: 5px; text-align: center;}
.kutikomiBox div.nameAll { width: 160px; float: left ; padding-bottom: 10px; }
.kutikomiBox p.nameAll { width: 300px; background-color: #f80; color: #fff; font-weight: bold; line-height: 1em; margin: 0 0 5px; padding: 5px; text-align: center;}
.kutikomiBox .thum { width: 160px; }

.kutikomiBox p.site { float: left ; line-height: 1.5em; margin: 0 5px 10px; }
.kutikomiBox div.siteAll { width: 330px; float: left ; padding-left: 10px; }
.kutikomiBox p.siteAll { width: 300px; line-height: 1.5em; margin: 0 5px 10px; }

.kutikomiBox ul { margin: 5px 5px 10px; padding: 0 }
.kutikomiBox ul li { display: table; float: left; line-height: 1.2em; width: 50%; padding-bottom: 3px}
.kutikomiBox ul li span.ttx { display: table-cell; font-weight: bold; line-height: 1.2em; width: 120px; }
.kutikomiBoxAll ul li span.ttx { width: 120px !important;}
.kutikomiBox ul li span.star { color: #f80; display: table-cell; width: auto; }

.kutikomiBox ul.ulAll { margin: 5px 0 10px; }
.kutikomiBox ul.ulAll li { display: table; float: left; line-height: 1.2em; width: 100%; padding-bottom: 3px}
.kutikomiBoxAll ul.ulAll li span.ttx { width: 140px !important;}

.kutikomiBox div.comment { vertical-align: middle; margin-left: 0 ; }
.kutikomiBox div.comment p.ttx img { vertical-align: bottom; width: 100px; }
.kutikomiBox div.comment p { margin: 0; overflow: hidden; padding: 0 10px ; line-height: 150% }
.kutikomiVoice { width: 100px; }

.kutikomiVoice img{ width: 100%; }
.showmore { line-height:18px; font-size:15px; padding:5px; margin:0 0 10px 0; }
.showmore p {margin: 0 0 10px 0 ;}
.showmore_content { position:relative; overflow:hidden; }
.showmore_trigger { width:100%; height:25px; line-height:25px; cursor:pointer; }
.showmore_trigger span { display:block; text-align: right; }

#kutikomiPage { text-align: center; padding-bottom: 15px }
#kutikomiPage span { background: #eeeff7 none repeat scroll 0 0;  display: inline-block;  margin-bottom: 5px;  padding: 5px 13px; cursor: pointer; margin: 0 3px; text-decoration: none; vertical-align: middle; }
#kutikomiPage span a { width: 100%; display: block; }
#kutikomiPage span.on {  background: #dde0f7 none repeat scroll 0 0; font-weight: bold;}

#kutikomiPageAll { text-align: center; }
#kutikomiPageAll span { background: #eeeff7 none repeat scroll 0 0;  display: inline-block;  margin-bottom: 5px;  padding: 5px 13px; cursor: pointer; margin: 0 3px; text-decoration: none; vertical-align: middle; }
#kutikomiPageAll span a { width: 100%; display: block; }
#kutikomiPageAll span.on {  background: #dde0f7 none repeat scroll 0 0; font-weight: bold;}

#mailMagazine00 { font-size: 16px; margin: 25px;
	margin-bottom: 20px;
	text-align: left;
}

#mailMagazine00 table { width: 100% ; }
#mailMagazine00 th, #mailMagazine00 td { width: 50% ; }
#mailMagazine00 th a {
	width: 95%;
	line-height: 35px;
	display: block;
	background: #008ae1;
	text-align: center;
	margin: 25px auto;
	box-shadow: 0 4px 0 #0077c3;
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px;
	font-size: 20px; border-radius: 5px;
}
#mailMagazine00 td a {
	width: 95%;
	line-height: 35px;
	display: block;
	background: #ff0000;
	text-align: center;
	margin: 25px auto;
	box-shadow: 0 4px 0 #d50000;
	color: #FFFFFF;
	font-weight: bold;
		padding: 7px;

	font-size: 20px; border-radius: 5px;
}
#mailMagazine01 { padding: 20px 20px; text-align: left; background: #fdfdfd }
#mailMagazine01 table { width: 835px ; font-size: 20px; font-weight: bold; margin: 0 auto 0; }
#mailMagazine01 table th { width: 335px ; padding: 5px; color: #bfb3a3 ; }
#mailMagazine01 table td { width: 500px ; padding: 5px; text-align: left; }

.mobileExp { list-style: none; margin: 15px 0 ; text-align: center; }
.mobileExp li{ width: 150px; display: inline-block; padding: 3px 10px; }
.mobileExp li img { width: 100% ; border: #333333 solid 1px; }

#rankingBox00 li,#rankingBox01 li,#rankingBox02 li,#rankingBox03 li { width: 20%;  display: inline-block; list-style: none; }

.shopExpTable { border-left: solid 1px #222222; ; border-right:solid 1px #ff004c; ;border-bottom:solid 1px #ff004c; margin: 0 15px 15px; box-shadow: 2px 2px 0 3px #222222 ; }
.shopExpTable th	{ width:130px ; background:#ff004c; padding:8px 0; text-align:center; font-weight:bold; border-top:solid 2px #ff004c;color: #ffffff; vertical-align: top ; }
.shopExpTable td	{ padding:8px 0 8px 15px; border-top:solid 2px #ff004c; ; background: #FFFFFF ; color: #333333 ; text-align: left; vertical-align: top ; }

.kannou48Box { background: rgba(255,255,255,0.5); padding: 20px; font-size: 17px; line-height: 1.5 }
.kannou48Box h4{ padding: 0 ; margin: 0 ; font-weight: 800 }
.kannou48exp { margin: 0 45px 40px}
.kannou48expIn { padding: 10px; background: #FFF; text-align: center;}
.kannouTable { width: 100%; vertical-align: middle; margin: 5px auto 30px}
.kannouTable tr{ border-bottom: #333 solid 1px; }
.kannouTable th{ color: #333; font-size: 30px; padding: 15px; }
.kannouTable td{ padding: 15px; }

.novelTable { width: 100%; vertical-align: middle; margin: 5px auto 30px}
.novelTable tr{ border-bottom: #333 solid 1px; }
.novelTable th{ width: 30%; color: #333; padding: 5px; }
.novelTable td{ padding: 5px; font-size: 15px; text-align: left; }
.novelTable td h4{ font-size: 17px; color: #333 ; font-weight: 800 ; text-align: center; margin-bottom: 20px;}
.novelTable td h4 span{ display: inline-block; margin-right: 5px;  font-size: 15px; color: #FFF ; background: #333 ; font-weight: 800 ; padding: 0 5px ; border-radius: 7px; }
.novelTable td audio{ width: 100% ; margin-top: 30px ; }

.recruitBox { background: rgba(255,255,255,0.5); padding: 20px; font-size: 17px; line-height: 1.5 }
.recruitBox h4{ padding: 0 ; margin: 0; font-weight: 800 }

.merit .owl-nav { width: 100% ; color: #FFF ; font-size: 35px;  position: absolute ; top: 38% ; z-index: 100 }
.merit .owl-prev { line-height: 30px; position: absolute ; left: 5px; }
.merit .owl-next { line-height: 30px;position: absolute ; right: 5px; }

.recruitInfo { margin: 25px 0 ;}
.recruitInfo .boxGold{ margin-bottom: 15px;}
.recruitInfo .boxGoldIn{ min-height: 210px; }
.recruitInfo h4{ font-size: 17px; font-weight: 800 ; text-align: center ; padding: 5px; margin-bottom: 10px; background: #ffdeef; border: 1px solid #333 }
.recruitInfo p{ padding: 0 ; margin: 0 ; font-size: 15px; }

#recruitBox .topTitle { 
    margin-bottom: 25px;
}
#recruitBox .topTitle { 
    margin-bottom: 25px;
}
#recruitBox .hr-short {
	width: 75%;
}

#recruitBox ul{ font-size: 16px; padding: 0 35px ; margin: 0 ; }
#recruitBox ul li{ padding: 0 ; margin: 0 ; }
#recruitBox .merit .owl-item { padding: 10px;}
#recruitBox .merit .owl-item div{ line-height: 120% ; font-size: 16px; vertical-align: top; padding: 15px; border: 1px solid #efefef ; box-sizing: border-box;  background: #FFF }
#recruitBox .merit .owl-item div img { width: 150px; margin: 0 auto 15px;}
#recruitBox .merit .owl-item div p { background: #FFF ; text-align: left; }
.recruitExp {
	padding: 0 30px;
}

.merit .owl-nav { width: 100% ; color: #111 ; font-size: 35px;  position: absolute ; top: 38% ; z-index: 100 }
.merit .owl-prev { line-height: 30px; position: absolute ; left: 5px; }
.merit .owl-next { line-height: 30px;position: absolute ; right: 5px; }


.recruitSlider { max-width: 1920px; margin: 0 auto ; text-align: center; }
.recruitContact {  width: 50%; float: left; font-size:16px; padding: 7px; margin-bottom: 15px; color: #111;  border-radius: 7px}
.recruitContact h3{ font-size:22px; margin:0 auto 15px; text-align: center ; font-weight: 800;  color: #333 ; letter-spacing: -1px }
.recruitContact button { width: 260px ; color: #FFF ; font-weight: 800; font-size: 20px; padding: 7px 10px ; margin: 0 auto; text-align: center; box-shadow: none ; display: block; border: 1px #ffdeef solid ; background: #ffdeef; border-radius: 5px; }
.recruitContact p { margin: 5px 0 15px; font-size: 18px; }
.recruitContact:last-child { margin-bottom: 0 } 
.recruitContact div{ text-align: center ; margin-bottom: 25px ; line-height: 22px; font-size:16px; }
#topPhoneRecruit .recruitContact { width: 50% ; float: left}
.qrRecruit { width: 160px; margin-bottom: 10px; }

#sidePhoneRecruit h2 {
	position: relative;
	padding: 5px 15px 5px;
	border-top: solid 2px #1a2933;
	border-bottom: solid 2px #1a2933;
	width: 95%;
	font-size: 18px;
	font-weight: 800;
	margin: 25px auto 25px;
	background-color: #ffdeef;
}


#sidePhoneRecruit { width: 280px; text-align: center; color: #FFF; font-size: 30px; line-height: 33px; position: relative; z-index: 500 ; background: #FFF ; border: 1px solid #dfdfdf ; padding: 10px; }
#sidePhoneRecruit .recruitContact { width: 100% ; float: none; padding: 7px  0  }
#sidePhoneRecruit .recruitContact button { width: 220px ; font-size: 18px; }

#recruitFlow { text-align: center; font-size: 20px; }

#recruitFlow h3{ color: #FFF ;
	position: relative;
	padding: 5px 15px 5px;
	border-top: solid 2px #111;
	border-bottom: solid 2px #111;
	width: 55%; font-size: 18px; font-weight: 800 ; 
	margin: 25px auto 25px;
	background-color: #ffdeef;
}
#recruitFlow h3:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #111;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
#recruitFlow .yazirusi { width: 55px; margin-top: 10px;  }

#recruitInterview { width: 100% ; text-align: center }
#recruitInterview tr{ border-bottom: 1px solid #efefef }
#recruitInterview tr:last-child { border-bottom: none }

#recruitInterview th{ width: 22% ; color: #333; font-weight: 800;  font-size: 18px;  text-align: center ; padding: 10px 0 10px 0 ; background: #fafafa}
#recruitInterview th img{ width: 200px }

#recruitInterview td{ padding: 20px 5%; line-height: 1.1 ; text-align: left ; font-size:18px; }
#recruitInterview td .name { font-size: 22px; font-weight: 700 ; margin-bottom: 10px; }
.data span {
	color: #FFF;
	padding: 3px 5px; font-size: 16px;
	text-align: center;
	box-shadow: none;
	display: inline-block;
	border: 1px #ffdeef solid;
	background: #ffdeef;
	border-radius: 5px;
}

#recruitInterview td ul {list-style: none; margin:  0 ; padding: 0}
#recruitInterview td ul li { padding: 5px 15px ; font-size: 16px; border-bottom: 1px solid #ededed ; margin: 7px}
#recruitInterview td ul li span {
	font-size: 20px;
	display: inline-block;
	font-weight: 800;
	margin-right: 10px;
}

#recruitMerit { width: 100% ; text-align: center }
#recruitMerit tr{ border-bottom: 1px solid #efefef }
#recruitMerit tr:last-child { border-bottom: none }

#recruitMerit th{ width: 22% ; color: #333; font-weight: 800;  font-size: 18px;  text-align: center ; padding: 10px 0 10px 0 ; border: 1px solid #cfcfcf; background: #fafafa}

#recruitMerit td{ padding: 10px; line-height: 1.1 ; font-size:18px;border: 1px solid #cfcfcf}
#recruitMerit td.title { color: #333; font-weight: 800; background: #fafafa}

#recruitMerit td ul {list-style: none; margin:  0 ; padding: 0}
#recruitMerit td ul li { display: inline-block ; padding: 5px 15px ; font-size: 16px; border-radius: 5px; border: 1px solid #ededed ; background: #fcfcfc; margin: 7px}


#recruitOubo { width: 100% ; }
#recruitOubo tr{ border-bottom: 1px solid #efefef }
#recruitOubo tr:last-child { border-bottom: none }
#recruitOubo th{ width: 22% ; text-align: center ; color: #333; font-weight: 800;  font-size: 17px; font-weight: bold; padding: 10px 0 10px 0 ; border: 1px solid #cfcfcf; background: #fafafa}
#recruitOubo th span { padding: 0 8px ; margin: 0 3px}
#recruitOubo td{ padding: 10px; font-size:17px;border: 1px solid #cfcfcf}

#recruitOubo td ul {list-style: none; margin:  0 ; padding: 0}
#recruitOubo td ul li { display: inline-block ; padding: 5px 15px ; font-size: 16px; border-radius: 5px; border: 1px solid #ededed ; background: #fcfcfc; margin: 7px}

#recruitFaq { font-size:18px; }
.recruitFaqIn{ padding: 0 7%; }

#recruitFaq h3{ color: #FFF ; text-align: center;
	position: relative;
	padding: 5px 15px 5px;
	border-top: solid 2px #111;
	border-bottom: solid 2px #111;
	width: 95%; font-size: 18px; font-weight: 800 ; 
	margin: 25px auto 25px;
	background-color: #ffdeef; position: relative;
}
#recruitFaq h3:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #111;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}



#recruitFaq h4 { font-size: 18px; cursor: pointer; padding: 0 }
#recruitFaq h4 strong { font-size: 26px;}
#recruitFaq .collapse strong{ color: #59352f; font-size: 20px; padding: 10px 0 10px 0 ;}
.collapse.in {
	display: block; padding: 0 0 0 30px;
}

.btn_Btm a:hover {
	background: url("../images/recruit/btn_submitOff.png") no-repeat;
}

.btn_Btm a {
	display: block;
	width: 430px;
	height: 78px;
	margin: auto;
	background: url("../images/recruit/btn_submitOn.png") no-repeat;
}

.application table { width: 100%; vertical-align: middle; margin: 5px auto 30px}
.application table tr{ border-bottom: #333 solid 1px; }
.application table th{ text-align: center; padding: 10px 20px; background: #333 ; color: #FFF ; }
.application table td{ padding: 10px; }

.gekiga { margin-bottom: 20px;}

.rankingBox { background: rgba(255,255,255,0.5); padding: 20px; font-size: 17px; line-height: 1.5 }

.linkBox { background: rgba(255,255,255,0.5); padding: 20px; font-size: 17px; line-height: 1.5 }
.linkBox h4{ padding: 0 ; margin: 0; font-weight: 800 ; margin-bottom: 20px;}
.linkExp { margin-bottom: 25px;}
.linkExpIn { background: #FFF; padding: 15px; }
.linkBnn { text-align: center; }
.linkBnn img{ margin-bottom: 15px;}

.linkBox table{ width: 100% ; margin-bottom: 20px;}
.linkBox table th{ width: 120px; padding: 10px;}
.linkBox table td{ padding: 10px;}

.linkBox ul { list-style:none; }
.linkBox ul li{ font-size:12px; text-align:center; display:inline-table; }

.linksImg { margin:0 0; padding-top:15px; min-height:350px;}
.linksImg li{ width:125px; height:60px; overflow:hidden; text-align:center; display: inline-block; font-size:10px; list-style:none; line-height:13px; }
.linksImg li a { text-decoration:none; }
.linksNoImg li{ width:102px; height:15px; margin:10px 0 0; overflow:hidden; text-align:center; float:left; font-size:10px; }
.linksImg > a img { margin:3px;}

.titleMedia {
	background: #ffdeef;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 8px;
	font-size: 24px;
	line-height: 30px;
}
.media { padding: 0 5%}
.media h5{
	color: #ffdeef;
	font-weight: bold;
	font-size: 18px;
}
.kannou48Box h6 { font-size: 16px;
	text-align: center;
	padding: 20px 0;
	color: #ffdeef;
}


table.delivery th {background: #ffdeef;color: #111;}

table.delivery {width: 100%;font-size: 18px;color: #111;margin: 0 auto 14px;}
table.delivery , table.delivery td, table.delivery th {border: 1px solid #999;border-collapse: collapse;}
table.delivery td, .price02 th {text-align: center;}
table.delivery th { width: 50% ; text-align: center;font-weight: bold;padding: 5px;}
table.delivery td {padding: 5px 0;font-weight: bold;}


.systemBox { background: rgba(255,255,255,0.5); padding: 20px; font-size: 17px; line-height: 1.5 }
.systemBox h4{ padding: 0 ; margin: 0; font-size: 20px; font-weight: 800 }
.systemExp { font-size: 20px; margin-bottom: 35px; }
.systemExp h4{ padding: 0 ; margin: 0 0 20px; font-size: 20px; font-weight: 800 }
.systemExp h3.pink{ color: #111 ; margin-top: 35px; padding-bottom: 10px; border-bottom: 1px dashed #111 ; text-align: center ; font-size: 28px; font-weight: 800 }
.systemExp h3.pink span{ font-size: 20px; font-weight: 800 }
.systemUl { font-size: 16px; padding: 0 5%; }

.system02Box { margin-bottom: 15px; }
.system02Box p{ padding: 15px; font-size: 20px; font-weight: bold; line-height: 130% ; margin: 0 }
.system02Box table{ width: 100% ; }	
.system02Box table th{ width: 20% ; text-align: center; font-size: 23px; background: #fbf9c6; color: #fc526f; padding: 5px; font-weight: 900; font-family: 'M PLUS Rounded 1c', sans-serif }
.system02Box table td{ width: 20% ; text-align: center; font-size: 22px; color: #111; padding: 5px; font-weight: 700; font-family: 'M PLUS Rounded 1c', sans-serif
	}

.systemTable { width: 100%; }
.systemTable tr{ border-bottom: 1px solid #ffdeef ; }
.systemTable th{ width: 200px; color: #111 ; text-align: center ; font-size: 22px; font-weight: 800 ; background: #ffdeef ;}
.systemTable td{ font-size: 25px; text-align: center; font-weight: 800 ; }
.systemTable th span,.systemTable td span  { font-size: 19px; }
.shadowWhite { font-size: 90% ;}
.courseBox h5 { border: 1px solid #333 ;;
	font-size: 19px;
	padding: 5px;
	text-align: center;
	margin: 0 0 10px;
	background: #ffdeef;
	color: #111;
	font-weight: 700;
	font-family: 'Playfair Display', "Shippori Mincho B1", serif;
}

.courseBox table { width: 100%; }
.courseBox table tr{ border-bottom: 1px solid #333 ; }
.courseBox table th{ width: 200px; color: #FFF ; text-align: center ; padding: 5px 10px; font-size: 20px; font-weight: 800 ; background: #333 ;}
.courseBox table td{ font-size: 16px; text-align: left; padding: 5px 10px; }
.courseBox table th span { font-size: 16px; font-weight: normal;}

.optionBox, .costumeBox { list-style: none; text-align: center; padding: 0;  border-radius: 15px ; }
.optionBox img, .costumeBox img{ border-radius: 15px}
.optionBox .new {
	width: 32%;
	box-shadow: none;
	position: absolute;
	top: 10px;
	left: 10px; border-radius: 15px 0 0 0 ; 
}

.optionExpBox { text-align: center }
.optionExpBox h1 {
    text-align: center;
    font-weight: 900;
    font-size: 35px;
    color: #ff0099;
    margin: 0 auto;
    line-height: 35px; 
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.optionExpBox h3 {
    text-align: center;
    font-weight: 900;
    font-size: 25px;
    color: #ff0099;
    margin: 0 auto 15px;
    line-height: 35px;
}
.optionLine1 { width: 55% ;  border-bottom: 2px #ff0099 solid ;  }
.optionLine2 { width: 85% ;  border-bottom: 2px #ff0099 solid ;  }
.optionComment { text-align: left; font-size: 15px ; }
.costumeBox { list-style: none; text-align: center; padding: 0;  border-radius: 15px ; }
.optionBox img, .costumeBox img{ border-radius: 15px}
.optionBox .new {
	width: 32%;
	box-shadow: none;
	position: absolute;
	top: 10px;
	left: 10px; border-radius: 15px 0 0 0 ; 
}
.optionBox div { font-size: 18px; font-weight: 700; text-align: center ; line-height: 110% ; padding: 3px 0 0 }
.optionBox span { color: #ff0099 }
.costumeBox span { font-size: 18px; font-weight: 700; line-height: 110% }
 
.optionBox li{ display: inline-block ; width: 20% ; padding: 10px; position: relative;}
.costumeBox li{ display: inline-block ; width: 20% ; padding: 10px;}
.courseBox li{ display: inline-block ; width: 50% ; padding: 10px; font-size: 20px; font-weight: 700; line-height: 110% }


.attentionExp { color: #333 ; font-size: 16px; margin: 0 20px 20px; } 
.ruleTitle { display: inline-block ; color: #333 ; border-bottom:  1px solid #333 ; font-weight: 700; font-size: 20px; margin: 20px 20px 10px; padding: 5px 50px;}
.ruleExp { font-size: 16px;margin: 0 30px;}

#attentionBox ul { margin: 0 25px 25px;}

.indexBox { background: rgba(255,255,255,0.5); padding: 20px; font-size: 17px; line-height: 1.5 }
.girlsBox { background: rgba(255,255,255,0.5); padding: 20px; font-size: 17px; line-height: 1.5 }
.eventBox h4{ padding: 0 ; margin: 0; font-weight: 800 }

.voiceBox { background: rgba(255,255,255,0.5); padding: 20px; font-size: 17px; line-height: 1.5 }
.voiceBox h4{ padding: 0 ; margin: 0; font-weight: 800 ; margin-bottom: 20px;}

.enqueteBox { background: rgba(255,255,255,0.5); padding: 20px; font-size: 17px; line-height: 1.5 }
.enqueteBox h4{ padding: 0 ; margin: 0; font-weight: 800 ; margin-bottom: 20px;}
.enqueteExp { margin-bottom: 35px;}

.mailMagazineBox { background: rgba(255,255,255,0.5); padding: 20px; font-size: 17px; line-height: 1.5 }
.mailMagazineBox h4{ padding: 0 ; margin: 0; font-weight: 800 }

.conceptBox { background: rgba(255,255,255,0.5); padding: 20px; font-size: 20px; line-height: 1.5 }
.conceptBox h4{ padding: 0 ; margin: 0; font-weight: 800 }
.conceptBox .exp{ padding: 3% 10%; }

.panstoBox { background: rgba(255,255,255,0.5); padding: 20px; font-size: 17px; line-height: 1.5 }
.panstoBox h4{ padding: 0 ; margin: 0; font-weight: 800 }
.panstoBox .exp{ padding: 3% 10%; }

.panstoImg { width: 100% ; margin: 15px }
.panstoImg td{ padding: 5px; text-align: center ;}


	
.hotelTab { margin: 0 15px; padding:3px; list-style: none ; }

.hotel { display: none; }
.hotelTab ul { list-style: none ; }
.hotelTab li{ cursor: pointer;
	width:calc(100%/2);
	float:left;
	font-size:2rem;
	line-height:1.2em;
	font-weight:bold;
	text-align:center;
}

.hotelTab li span{
	display:block;
	background-color:#f88;
	color:#fff; 
	margin:2.5px;
	padding:10px 0;
	border-radius:5px;
}

.hotelTab li.select span{
	background-color:#f44;
}
.hotelBox { padding: 0 15px;}
.hotelBox h2{ margin: 15px 0 ; text-align: center; font-weight: 900; font-size: 22px;}
.hotelBox h3{ margin: 15px 0; text-align: center; font-weight: 900; font-size: 20px;}
.hotelBox table{ width: 100%; margin-bottom: 15px; font-size: 18px; }

.hotelBox table th  { text-align: center;
	background-color: #f69;
	color: #fff;
	box-sizing: border-box;
	padding: 5px 10px;
	font-weight: bold; border: solid 1px #d69
}
.hotelBox table td  {
	vertical-align: top;
	box-sizing: border-box;
	padding: 5px 10px;border: solid 1px #d69;
}
.hotelBox table td.tt {
	width: 120px;
	vertical-align: top;
	box-sizing: border-box;
	padding: 5px 10px;
	background-color: #f8b;
	color: #fff;
}

.hotelList h2{ margin: 15px 0 ; text-align: center; font-weight: 900; font-size: 22px;font-family: 'M PLUS Rounded 1c', sans-serif;}
.hotelList h3{ margin: 15px 0; text-align: center; font-weight: 900; font-size: 20px;}
.hotelList table{ width: 100%; margin-bottom: 15px; font-size: 15px; }

.hotelList table { width: 100%;}
.hotelList table th  { width: 320px; padding: 5px 10px; font-weight: bold; border: solid 1px #d69 ; text-align: left ; }
.hotelList table th a { color: #FFF ;}
.hotelList table th span { color: #111 ; display: inline-block; line-height: 20px ; text-align: center; padding: 0 5px ; margin-right: 5px ; background-color: #FFF ; border-radius: 5px; ;}
.hotelList table td.add  { width: 230px;}
.hotelList table td.com  { width: 300px; font-size: 90%;}
.hotelList table td  { vertical-align: top;	padding: 5px 10px; border: solid 1px #d69; }
.hotelList table td.exp { width: 100px; }
.hotelList table span.exp{ color: #fff ; display: inline-block; line-height: 20px ; text-align: center; padding: 0 5px ; margin-left: 5px ; background-color: #4382f4 ; border-radius: 5px; font-size: 90% ;  }
.hotelList table tr.osusume td { background: #fffd7e;} 

.hotelDetail h2{ margin: 15px 0 ; text-align: center; font-weight: 900; font-size: 24px; font-family: 'M PLUS Rounded 1c', sans-serif;}
.hotelDetail h3{ margin: 0 0 5px; text-align: center; font-weight: 900; font-size: 20px;}
.hotelDetail table { width: 100%; font-size: 16px ; margin-top: 10px;}
.hotelDetail table th  { width: 100%; padding: 10px; color: #FFF; text-align: center ; font-weight: bold; border: solid 1px #d69 ; background-color: #ff6398 ; }
.hotelDetail table th a { color: #FFF ;}
.hotelDetail table td  { vertical-align: top;	padding: 15px; border: solid 1px #d69; }


#blog { text-align: center }
#blog ul{ list-style: none; padding: 0 ; margin-bottom: 0 ; }
#blog ul li{ width: 220px ; height: 220px; padding: 5px; margin: 6px; border: 1px solid #ffdeef ; background: #FFF ; overflow: hidden; position: relative; display: inline-block; }
#blog ul li .photo { width: 65px ; height: 65px; border-radius: 55px ; overflow: hidden; position: absolute ; top: 0; right: 0; border: 2px solid #FFF ; z-index: 10 ; box-shadow: 0 0 5px rgba(0,0,0,0.3)}
#blog ul li .title { width: 100%; height: 45px ; color: #f1e3d3 ; line-height: 20px; font-size: 14px;  position: absolute; bottom: 0; left: 0; z-index: 10 ; background: rgba(0,0,0,0.7) ; background: linear-gradient(90deg, rgba(255,174,224,0.2), rgba(243,28,134,1), rgba(243,28,134,1), rgba(255,174,224,0.2)); margin: 0 ; padding: 0 5px 0 10px; overflow: hidden; }
#blog ul li .title span{ display: block; font-size: 13px;}

.blogBox { padding: 5px;}

#blogInfo { margin-bottom: 10px }
#blogInfo ul{ list-style: none; padding: 0 }
#blogInfo ul li{ width: 193px ; height: 193px; padding: 5px; background: #FFF ; overflow: hidden; position: relative; display: inline-block; }
#blogInfo ul li .photo { width: 65px ; height: 65px; border-radius: 55px ; overflow: hidden; position: absolute ; top: 0; right: 0; border: 2px solid #FFF ; z-index: 10 ; box-shadow: 0 0 5px rgba(0,0,0,0.3)}
#blogInfo ul li .title { width: 100%; height: 45px ; color: #f1e3d3 ; line-height: 20px; font-size: 14px;  position: absolute; bottom: 0; left: 0; z-index: 10 ; background: rgba(0,0,0,0.7) ; background: linear-gradient(90deg, rgba(255,174,224,0.2), rgba(243,28,134,1), rgba(243,28,134,1), rgba(255,174,224,0.2)); margin: 0 ; padding: 0 5px 0 10px; overflow: hidden; border: none }
#blogInfo ul li .title span{ display: block; font-size: 13px;}


#blog a.all {
	display: inline-block;
	background: #333;
	border-radius: 5px;
	padding: 5px 15px;
	margin: 0 auto ;
	color: #FFF;
	font-weight: 800; font-size: 18px; margin-bottom: 25px;
}

.fuzoku {
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 8px 37px;
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 20px;
	background: #333;
	color: #FFF;
}
.divider-d { border-top: none ; background: #FFF ;  height: 1px; margin: 0;}
footer { border-top: 1px solid #333;}

#footerLink .widget { font-size: 16px; padding: 8px}
#footerLink h4 { font-size: 16px;}
#footerLink li{ display: inline-block; width: 155px; font-size: 14px; letter-spacing: -1px; }
#footerLink li a { color: #111; }
#footerLogo { }
.footer {
	padding: 20px 0 0;
}
.footer .copyright { margin: 0;	font-size: 16px; color: #111 ; line-height: 1.3}
.footer .copyright a{ font-size: 24px;}
.shop-exp { position:relative ;z-index: 20; font-size: 2.2rem ; color: #111 ; margin: 25px 5% ; text-shadow:  1px 1px 2px  rgba(0,0,0,0.5), 0 0 1em  rgba(255,255,255,0.5), 0 0 0.2em  rgba(255,255,255,0.5) ; }
.shop-exp h3{ color: #333 ; margin-top: 0 ; font-weight: 700; }
.module-small {	padding: 30px 0 0; }
#footerLink .container { padding-bottom: 10px; }
.btn-circle.right-side-toggle {
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 25px;
}
.right-side-toggle i {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotate;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	animation-name: rotate;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	position: absolute;
	top: 18px;
	left: 18px;
}


/* 横スクロール文字
 
     ----------------------------------------------------------------- */
 .top-scroll-type-wrap { position: relative; z-index:10; overflow: hidden; width: 100%; min-height: 540px; top: 0 ; background: url(../images/shop/dot.png) ; mix-blend-mode: overlay;   }
 .top-scroll-type-first { display: block; position: absolute;  top: 75px; left: 0; z-index: 1;  color: rgba(0,0,0,0.8) ; font-size: 460px; font-family: brandon-grotesque, sans-serif; font-weight: 800; line-height: 1;    -webkit-transform: translateX(0); transform: translateX(0); -webkit-animation: bg-animation-first 90s 0s linear infinite normal; animation: bg-animation-first 90s 0s linear infinite normal; mix-blend-mode: overlay;  }
  
  .top-scroll-type-second {display: block; position: absolute; top: 75px; left: 0; z-index: 1;   color: rgba(0,0,0,0.8); font-size: 460px; font-family: brandon-grotesque, sans-serif; font-weight: 800; line-height: 1; -webkit-transform: translateX(0); transform: translateX(0); -webkit-animation: bg-animation-second 90s -45s linear infinite normal; animation: bg-animation-second 90s -45s linear infinite normal;  mix-blend-mode: overlay;  }

@-webkit-keyframes bg-animation-first {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes bg-animation-first {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}


@-webkit-keyframes bg-animation-second {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes bg-animation-second {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/* 5 Columns */

.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
.col-sm-15 {
	width: 20%;
	flex: 0 0 20%;
}
}

@media (min-width: 992px) {
.col-md-15 {
	width: 20%;
	flex: 0 0 20%;
}
}

@media (min-width: 1200px) {
.col-lg-15 {
	width: 20%;
	flex: 0 0 20%;
}
}

#print { background: #FFF ; }
.print-off { display: none; }