/* CSS Document */


/* 明朝 */
@font-face {
  font-family: 'Sawarabi Mincho';
  font-style: normal;
  font-weight: 400;
  src: url(../font/SawarabiMincho-Regular.eot);
  src: url(../font/SawarabiMincho-Regular.eot?#iefix) format('embedded-opentype'),
url(../font/SawarabiMincho-Regular.woff2) format('woff2'),
url(../font/SawarabiMincho-Regular.woff) format('woff'),
url(../font/SawarabiMincho-Regular.ttf) format('truetype');
}


/* ゴシック */
@font-face {
  font-family: 'Sawarabi Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(../font/SawarabiGothic-Regular.eot);
  src: url(../font/SawarabiGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(../font/SawarabiGothic-Regular.woff2) format('woff2'),
       url(../font/SawarabiGothic-Regular.woff) format('woff'),
       url(../font/SawarabiGothic-Regular.ttf) format('truetype');
}

/* 丸文字　太い */
@font-face {
    font-family: 'ftm1';
    src: url('../font/rounded-mplus-1c-black-webfont.eot');
    src: url('../font/rounded-mplus-1c-black-webfont.eot?#iefix') format('eot'),
         url('../font/rounded-mplus-1c-black.ttf') format('truetype'),
         url('../font/rounded-mplus-1c-black-webfont.svg#rounded-mplus-1c-black-webfont') format('svg');
}

/* 丸文字　すこし太い */

@font-face {
    font-family: 'ftm2';
    src: url('../font/rounded-mplus-1c-bold-webfont.eot');
    src: url('../font/rounded-mplus-1c-bold-webfont.eot?#iefix') format('eot'),
         url('../font/rounded-mplus-1c-bold.ttf') format('truetype'),
         url('../font/rounded-mplus-1c-bold-webfont.svg#rounded-mplus-1c-bold-webfont') format('svg');
}

/* 丸文字　普通太め */
@font-face {
    font-family: 'ftm3';
    src: url('../font/rounded-mplus-1c-heavy-webfont.eot');
    src: url('../font/rounded-mplus-1c-heavy-webfont.eot?#iefix') format('eot'),
         url('../font/rounded-mplus-1c-heavy.ttf') format('truetype'),
         url('../font/rounded-mplus-1c-heavy-webfont.svg#rounded-mplus-1c-heavy-webfont') format('svg');
}


/* 丸文字　普通細め */
@font-face {
    font-family: 'ftm4';
    src: url('../font/rounded-mplus-1c-light-webfont.eot');
    src: url('../font/rounded-mplus-1c-light-webfont.eot?#iefix') format('eot'),
         url('../font/rounded-mplus-1c-light.ttf') format('truetype'),
         url('../font/rounded-mplus-1c-light-webfont.svg#rounded-mplus-1c-light-webfont') format('svg');
}

/* 丸文字　少し細い */
@font-face {
    font-family: 'ftm5';
    src: url('../font/rounded-mplus-1c-medium-webfont.eot');
    src: url('../font/rounded-mplus-1c-medium-webfont.eot?#iefix') format('eot'),
         url('../font/rounded-mplus-1c-medium.ttf') format('truetype'),
         url('../font/rounded-mplus-1c-medium-webfont.svg#rounded-mplus-1c-medium-webfont') format('svg');
}

/* 丸文字　細い */
@font-face {
    font-family: 'ftm6';
    src: url('../font/rounded-mplus-1c-regular-webfont.eot');
    src: url('../font/rounded-mplus-1c-regular-webfont.eot?#iefix') format('eot'),
         url('../font/rounded-mplus-1c-regular.ttf') format('truetype'),
         url('../font/rounded-mplus-1c-regular-webfont.svg#rounded-mplus-1c-regular-webfont') format('svg');
}
body{font-family: "Sawarabi Mincho"}


/* 見出し */

h1{
	font-size: 16px;
	background: #ffe5f4;
	color: #c18c88;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin-bottom: 15px;
}


/* コンテナ */

#contents{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

/* ヘッダー */

#contents #header{
	display: table;
	margin-bottom: 48px;
	width: 100%;
}

#contents #header .fl{width: 11%;float: left;display: table-cell}
#contents #header .logo{width:78%;float: left;display: table-cell;text-align: center; padding-top: 15px;}

#contents #header .fl img{width: 100%}
##contents header .logo img{width: 100%; max-width: 346px;}



#navi{
	width: 900px;
	margin-bottom: 26px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 28px;
	height: auto;
}
#navi a img{float:left;}
#navi a{width: auto;}



/* nav */
#nav {
	display: none;visibility: hidden;
}
#nav a{ display: none;visibility: hidden;}
#nav ul {
display: none;visibility: hidden;
}
#nav li {
display: none;visibility: hidden;
}
#nav li:nth-of-type(-n+4){display: none;visibility: hidden;}
#nav li:nth-of-type(4n){display: none;visibility: hidden;}
#nav li a{
display: none;visibility: hidden;
}


/* nav_anc */
#nav_anc {
	display: none;visibility: hidden;
}
#nav_anc a{ display: none;visibility: hidden;}
#nav_anc ul {
display: none;visibility: hidden;
}
#nav_anc li {
display: none;visibility: hidden;
}
#nav_anc li:nth-of-type(-n+4){display: none;visibility: hidden;}
#nav_anc li:nth-of-type(4n){display: none;visibility: hidden;}
#nav_anc li a{
display: none;visibility: hidden;
}



#ssid{width: 100%; max-width: 1280px; margin: 0 auto;}



/* スライダー */


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
}
[dir='rtl'] .slick-prev
{
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
}
[dir='rtl'] .slick-next
{
    right: auto;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
}

.slick-dots
{
    position: absolute;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    -ms-filter: "alpha(opacity=25)";  /* ie 8 */
    filter: alpha(opacity=25);        /* ie lt 8 */
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-filter: "alpha(opacity=25)";
    filter: alpha(opacity=25);        /* ie lt 8 */
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    -ms-filter: "alpha(opacity=75)";  /* ie 8 */
    filter: alpha(opacity=70);        /* ie lt 8 */
    color: black;
}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* タイトル */

.mg{margin-bottom: 100px;}

.title{width: 100%; max-width: 522px; margin: 0 auto;text-align: center; margin-bottom: 110px;}
.title p img{width: 100%}
.title span{
	font-size: 16px;
	color: #E23183;
}

.title02{
	width: 100%;
	max-width: 522px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}
.title02 p img{width: 100%}
.title02 span{font-size: 16px;color: #cab98a;}


/* イベント */

nav.item ul {
	width:100%;
}
nav.item ul li {
	width:30%;
	float: left;
	margin-left: 2%;
}
.item01, .item02, .item03, .item04 {
	margin-right:1%;
}

/* ニュース */

#news{
	border: 1px solid #E23485;
	width: auto;
	padding: 10px;
}


#news #ovf{height: 370px; width: auto; overflow: auto;}

#ovf .box{
	width: auto;
	height: auto;
	margin-bottom: 15px;
}
#ovf .iconbox{float: left; width: 13%;margin-left: 2%;}
#ovf .photobox{float: left;width: 21%; margin-left: 5px;}
#ovf .textbox{
	float: left;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0%;
	padding-left: 1%;
	padding-bottom: 0;
	line-height: 1.8em;
	color: #333;
	width: 40%;
}

.iconbox .icon{
	width: 70px;
	height: 45px;
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
	color: #fff;
	background: #ccbb8e;
box-shadow:0px 0px 0px -50px #ccbb8e;
-moz-box-shadow:0px 0px 0px -50px #ccbb8e;
-webkit-box-shadow:0px 0px 0px -50px #ccbb8e;
/* border-radius */
border-radius:35px;
-moz-border-radius:35px;
-webkit-border-radius:35px;
 }

#ovf .photobox img{width: 100%;}

#ovf .textbox h2{font-size: 18px; margin-bottom: 30px;}

#ovf .textbox .word{font-size: 16px}

/* 女の子 */

nav.girls ul {
	width:100%;
}

nav.girls ul a{text-decoration: none;}

nav.girls ul li {
	width: 30%;
	float: left;
	margin-left: 2%;
	text-align: center;
	position: relative;
	margin-bottom: 2%;
}
nav.girls ul li .up{
	position: absolute;
	background-image: url(../images/common/girls_icon.png);
	background-repeat: no-repeat;
	width: 84px;
	text-align: center;
	color: #fff;
	top: 10px;
	left: 10px;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 5px;
}


nav.girls ul li img.photo{width: 100%; max-width: 350px;}
.item01, .item02, .item03, .item04 {
	margin-right:1%;
}

nav.girls ul li p.name{
	padding: 2px 0 5px 0;
	font-size: 14px;
	color: #fff;
	background-image: url(../images/common/girls_name.png);
	background-repeat: no-repeat;background-position: center top;
	margin-bottom: 10px;
}
nav.girls ul li p.size{font-size: 12px; color: #323232;margin-bottom: 10px;}
nav.girls ul li p.sc{font-size: 12px; color: #323232;height: 20px;}


#castbt{width: 500px; margin: 0 auto;}
#castbt a{ display: block;width: 42%; padding:4%;float: left;} 
#castbt a img{width: 100%;}






/* 女の子ランキング */

nav.girls_ranking ul {
	width:100%;
	margin-bottom: 25px;
}

nav.girls_ranking ul a{text-decoration: none;}

nav.girls_ranking ul li {
	width:30%;
	float: left;
	margin-left: 2%;
	text-align: center;
	position: relative;
}
nav.girls_ranking ul li .up{
	position: absolute;
	background-image: url(../images/common/girls_icon.png);
	background-repeat: no-repeat;
	width: 84px;
	text-align: center;
	color: #fff;
	top: 10%;
	left: 0;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 5px;
}


nav.girls_ranking ul li img.photo{width: 100%; max-width: 350px;}
.item01, .item02, .item03, .item04 {

}

nav.girls_ranking ul li p.name{
	padding: 2px 0 5px 0;
	font-size: 14px;
	color: #fff;
	background-image: url(../images/common/girls_name.png);
	background-repeat: no-repeat;background-position: center top;
	margin-bottom: 10px;
}
nav.girls_ranking ul li p.size{font-size: 12px; color: #323232;margin-bottom: 10px;}
nav.girls_ranking ul li p.sc{font-size: 12px; color: #323232;}








/* 女の子ランキング下位 */

nav.girls_ranking02 ul {
	width:100%;
}

nav.girls_ranking02 ul a{text-decoration: none;}

nav.girls_ranking02 ul li {
	width:30%;
	float: left;
	margin-left: 2%;
	text-align: center;
	position: relative;
}
nav.girls_ranking02 ul li .up{
	position: absolute;
	background-image: url(../images/common/girls_icon.png);
	background-repeat: no-repeat;
	width: 84px;
	text-align: center;
	color: #fff;
	top: 10%;
	left: 0;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 5px;
}


nav.girls_ranking02 ul li img.photo{width: 100%; max-width: 350px;}
.item01, .item02, .item03, .item04 {
	margin-right:1%;
}

nav.girls_ranking02 ul li p.name{
	padding: 2px 0 5px 0;
	font-size: 14px;
	color: #fff;
	background-image: url(../images/common/girls_name.png);
	background-repeat: no-repeat;background-position: center top;
	margin-bottom: 10px;
}
nav.girls_ranking02 ul li p.size{font-size: 12px; color: #323232;margin-bottom: 10px;}
nav.girls_ranking02 ul li p.sc{font-size: 12px; color: #323232;height: 20px;}



































#rankingbt{width: 250px; margin: 0 auto;}
#rankingbt a{ display: block;width: 92%; padding:4%;} 
#rankingbt a img{width: 100%;}



#footer .logo{
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
}

#footer .logo img{width: 100%; max-width:346px; }




#footerFloatingMenu {
	display: block;
	position: fixed;
	left: 0px;
	bottom: 2px;
	z-index: 9999;
	text-align: center;
	top: 92%;
	left: 50%;
	margin-top: -10px;
	margin-left: -500px;
	width:1000px;
}
#footerFloatingMenu img {
	width:100%;
	max-width: 250px;
	float:left;
}






/* イベント */

.event{width: 100%; max-width: 800px; margin: 0 auto;margin-bottom: 15px;}
.event img{width: 100%;}
.event p.word{
	line-height: 1.8em;
	padding: 15px;
	color: #FA2A60;
}


/* 新人情報*/

.newface{
	width: 300px;
	max-width: 350px;
	float: left;
	margin-bottom: 85px;
	margin-left: 85px;
}

.newface img{width: 100%;}

.newface p.day{ background: #e8e8e8; color: #eb1c2b;padding: 12px; text-align: center;}

.newface p.word{line-height: 1.8em;
	padding: 15px;
	color: #FA2A60;}


.system_bass_l{width: 50%;float: left}
.system_bass_l img{width: 100%}

.system_bass_r{width: 50%;float: left}
.system_bass_r img{width: 100%}

.system_price{width: 100%}

.system_price img{width: 100%}


.system_price_sp{display: none;visibility: hidden}

.system_price_sp img{display: none;visibility: hidden}

#Notes{width: 80%; margin: 0 auto; line-height: 2em; padding: 2em;border: 5px solid #A89354}

#Notes b{font-size: 24px;}

#Notes ul{color: #FF0004}
#Notes ul li{ margin-left: 20px;}

.shift{ width: 600px; margin: 0 auto;}
.shift a.today{
	display: block;
	float: left;
	width: 176px;
	text-align: center;
	padding: 10px;
	border: 2px solid #D04482;
	color: #D04482
}
.shift a.tomorrow{
	display: block;
	float: left;
	width: 176px;
	text-align: center;
	padding: 10px;
	border: 2px solid #D3538B;
	color: #D04482
}
.shift a.dayaftertomorrow{
	display: block;
	float: left;
	width: 176px;
	text-align: center;
	padding: 10px;
	border: 2px solid #D04482;
	color: #CF4482
}




#profile{width: auto;}

#profile .box{display: block; float: left;width: 45%;margin-left: 34px;margin-bottom: 33px;}

#profile .txtbox{
	display: block;
	float: left;
	width: 45%;
	margin-left: 15px;
	margin-bottom: 33px;
	color: #FFFFFF;
	line-height: 2em;
	font-size: 13px;
}

#profile .txtbox .prof{
	border-bottom: 1px solid;
	border-bottom-color: #222;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #545454;
}

#profile .txtbox .prof b{
	float: left;
	display: block;
	margin-right: 15px;
	width: 30%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#profile img{width: 100%;margin-bottom: 5px; }






#profile table {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
	
}
#profile table th,
#profile table td {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	color: #A79354;
	text-align: center;
	font-size: 12px;
	width: 14%;
}
#profile table th {
  background-color: #eee;
text-align: center;
	color: #000;
}




#slider_wp{
	background-image: url(../images/recruit/key_wp.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 350px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding-top: 30px;
}



.slider {
	margin: 0 0 50px;
}
.slider img {
	width: 100%;
	height: auto;
}
.single-item {
	max-width: 880px;
	margin: 0 auto 50px;
}
.slick-prev::before, .slick-next::before {
	font-size: 24px;
}
.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
	right: 20px;
	z-index: 99;
}
.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev {
	left: 15px;
	z-index: 100;
}
.single-item .slick-prev::before,
.single-item .slick-next::before {
	color: #666;
}
.slick-dots {
	bottom:-25px;
}
.multiple-item li {
	margin: 0 5px;
}
.thumb-item {
	max-width: 700px;
	margin: 0 auto 5px;
	padding: 0 5px;
}
.thumb-item-nav {
	max-width: 700px;
	margin: 0 auto;
}
.thumb-item-nav li{
	margin: 5px;
}
.lazy-item {
	width: 400px;
	margin: 0 auto 50px;
}
.lazy-item li {
	margin: 0 5px;
}



.youtube{
	width: 100%;
	max-width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
.youtube2 {
  position: relative;
  width:100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



#recruit_info{ width: 100%; max-width: 1000px; margin: 0 auto;}









.caution_box{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border: solid 3px #ead7a3;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	position: relative;
}
.caution{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border: solid 1px #ead7a3;
	padding-top: 7%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;}

.caution_box .title{position: absolute;top: -70px;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width:100%;
	max-width: 594px;
height:auto;}

.caution_box .title img{width: 100%;max-width: 594px;}

.caution_box .icon{float: left;}
.caution_box .text{float: left;padding-top: 10px;margin-left: 15px;}

.caution .line{clear: both;border-bottom: 2px solid #e7e2d7; padding-top: 5px;margin-bottom: 5px;}



.report{width: 31%; float: left; margin-left: 2%}
.report img{width: 100%}



#recruitment{width: 100%; max-width: 930px; margin: 0 auto; padding: 15px;}



#recruitment h3 {
border-bottom: solid 3px skyblue;
position: relative;
	font-size: 24px;
	margin-bottom: 25px;
}

#recruitment h3:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #ffc778;
bottom: -3px;
width: 30%;
}


#recruitment .box{
	position: relative;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 1em;
	padding: 0.5em 1em;
	border: solid 3px #95ccff;
	border-radius: 8px;
	width: 39%;
	float: left;
	margin-left: 5%;
}
#recruitment .box .box-title {
position: absolute;
display: inline-block;
top: -13px;
left: 10px;
padding: 0 9px;
line-height: 1;
font-size: 19px;
background: #FFF;
color: #95ccff;
font-weight: bold;
}
#recruitment .box p {
margin: 0;
padding: 0;
} 



.box_point{
margin:2em 0;
position: relative;
padding: 0.5em 1em;
border: solid 2px #ffcb8a;
border-radius: 3px 0 3px 0;
}
.box_point:before,.box18:after
{
content: '';
position: absolute;
width:10px;
height: 10px;
border: solid 2px #ffcb8a;
border-radius: 50%;
}
.box_point:after {
top:-12px;
left:-12px;
}
.box_point:before {
bottom:-12px;
right:-12px;
}
.box_point p {
margin: 0;
padding: 0;
} 





.box_point_info {
	position: relative;
	padding-top: 1.25em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.25em;
	margin: 2em 0;
	top: 0;
	background-color: #FFFFFF;
}
.box_point_info:before, .box_point_info:after{
position: absolute;
top: 0;
content:'';
width: 10px;
height: 100%;
display: inline-block;
box-sizing: border-box;
}
.box_point_info:before{
border-left: dotted 2px #15adc1;
border-top: dotted 2px #15adc1;
border-bottom: dotted 2px #15adc1;
left: 0;
}
.box_point_info:after{
border-top: dotted 2px #15adc1;
border-right: dotted 2px #15adc1;
border-bottom: dotted 2px #15adc1;
right: 0;
}
.box_point_info p {
margin: 0;
padding: 0;
} 


#contact{width: 100%; max-width: 960px; margin: 0 auto; margin-bottom: 15px;}

#contact img{width: 100%;}






/* 共通 */
/* フォーム */


table#enq {
    *border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	width: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}


.bordered02 {
	border: solid #ccc 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
	margin: 5px;
	padding: 5px;
}


.bordered02 tr:hover {
    background: #FFFFFF;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered02 td, .bordered02 th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered02 th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered02 td:first-child, .bordered02 th:first-child {
    border-left: none;
}

.bordered02 th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered02 th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered02 th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered02 tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered02 tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}


.l_Cel{
	width: auto;
	font-size: 14px;
}


.newface{ text-align: center;}



.newface img.photo{width: 100%; max-width: 350px;}
.item01, .item02, .item03, .item04 {
	margin-right:1%;
}

.newface p.name{
	padding: 2px 0 5px 0;
	font-size: 14px;
	color: #fff;
	background-image: url(../images/common/girls_name.png);
	background-repeat: no-repeat;background-position: center top;
	margin-bottom: 10px;
}
.newface p.size{font-size: 12px; color: #323232;margin-bottom: 10px;}
.newface p.sc{font-size: 12px; color: #323232;}


#copyr{
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding: 5px;
	background-color: #E31A91;
}

.mapFollow{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 10px 0 30px;
	width: 100%;
}

.mapFollow img{
	background-image: none!important;
	height:  auto;
	width:  100%;
}

.mapFollow li{
	margin: 0;
	padding: 0 30px 0;
	text-align: center;
	width: 50%;
}

.mapSub{
	background: red;
	box-sizing: border-box;
	margin: 0 0 8px;
	padding: 6px 10px;
	text-align: left;
	width: 100%;
}
.mapPicArea{
	border: 1px red solid;
	line-height: 0;
	text-align: center;
	width: 100%;
}

.mapPicArea img{
	height: auto;
	width: 100%;
}

.mapText{
	background: black;
	box-sizing: border-box;
	padding: 5px 0 10px 5px;
	width: 100%;
}

.map2 .mapSub{
	background: yellow;
	box-sizing: border-box;
}
.map2 .mapPicArea{
	border: 1px yellow solid;
	text-align: center;
	width: 100%;
	line-height: 0;
}