@charset "UTF-8";
/*
Theme Name: este
Description:este
Theme URI: este
Author: este
Author URI: este
Version: este
License: este
License URI: este
*/


/* CSS Document */

/********************************************************************************************************************************************************
pc / main
********************************************************************************************************************************************************/

body {
    font-family: 'AvenirNextLTW01-Regular', Arial, 'AxisStd-Light', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 90%;
    background: #ffb5c9;
}
a {
    color: #1C1C1C;
    text-decoration: none;
}
a:hover {
    opacity: 0.9;
}
hr {
    border: .99px #f3d9e0 solid;
}
/*header*/

#pc_header_wrap {
    width: 100%;
    height: auto;
    /*background:#ffb5c9;*/
    /*border-bottom: .99px #fc8aa9 solid;*/
}
#sp_header_wrap {
    display: none;
}
.header {
    max-width: 1170px;
    height: auto;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
        background: #fc8aaa;
            padding: 10px;
}
.logo img {
    width: 130px;
    margin-top: 10px;
}
.tel img {
    width: 200px;
}
.header nav {
    width: 900px;
    margin-top: 15px;
}
.header nav ul#main_nav {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header nav ul#main_nav li {
    padding: 5px 15px;
    border-left: 1px solid #2E2E2E;
}
.header nav ul#main_nav li a {
    color: #1C1C1C;
}
.header nav ul#main_nav li:first-child {
    border-left: 0;
}


/********************************************************************************************************
index
********************************************************************************************************/


/*content*/

.content {
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
}
.content_title {
    max-width: 1170px;
    height: auto;
    margin: 13px auto 10px auto;
    font-size: 90%;
    color: #1C1C1C;
}
.content_title2 {
    max-width: 1170px;
    height: auto;
    margin: 13px auto 10px auto;
    font-size: 90%;
    color: #1C1C1C;
}
.title {
    font-size: 24px;
    font-family: 'Josefin Sans', sans-serif;
}
/*top banner*/

#content1 {
    width: 100%;
    height: auto;
    background: #ffb5c9;
    padding: 0;
    border-bottom: .99px #ffb5c9 solid;
}
/*event banner*/

#content2 {
    width: 100%;
    height: auto;
    background: #ffb5c9;
    padding: 16px 0 16px 0;
    border-bottom: .99px #ffb5c9 solid;
}
/*news*/

#content3 {
    max-width: 1170px;
            margin: auto;
    width: 100%;
    height: auto;
    background: #fc8aaa;
    padding: 16px;
    border-bottom: .99px #fc8aaa solid;
}
#news_wrap {
    display: -webkit-flex;
    display: flex;
    margin: 10px 0 30px 0;
}
.news_area {
    width: 32.3%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-right: 1.5%;
    color: #1C1C1C;
}
.news_area:last-child {
    margin-right: 0;
}
.news_day {
    font-size: 14px;
}
.news {
    font-size: 14px;
}
/*newface*/

#content4 {
        max-width: 1170px;
        margin: auto;
    width: 100%;
    height: auto;
    background: #fc8aaa;
    padding: 16px ;
    border-bottom: .99px #fc8aaa solid;
}
#newface_wrap {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.newface {
    width: 32.3%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-right: 1.5%;
}
.newface:last-child {
    margin-right: 0;
}
.new_photo {
	float: left;
	position: relative;
    width: 35%;
    height: auto;
}
.new_comment {
	float: left;
    width: 63%;
    height: auto;
    padding: 0 5px;
    color: #1C1C1C;
}
.cast_size {
    height: 20px;
    font-size: 12px;
    padding: 0 2px 5px 2px;
}

.new_day{
	margin-bottom: 0px;
}
/*girls lists*/

#content5 {
    width: 100%;
    height: auto;
    background: #ffb5c9;
    padding: 16px 0 16px 0;
}
#cast_wrap {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 1170px;
    height: auto;
}
.newcast {
    width: 15%;
    margin-right: 1.9%;
    margin-bottom: 20px;
}
.newcast:nth-child(6n+6) {
    margin-right: 0;
}
.cast_photo {
    position: relative;
    width: 100%;
    height: auto;
}
.cast_info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: auto;
    text-align: center;
    background: rgba(0,0,0,0.40);
    color: #F2F2F2;
}
.cast_name {
    height: 20px;
    font-size: 14px;
    padding: 3px 5px 3px 5px;
}
.cast_schedule {
    height: 20px;
    font-size: 14px;
    padding: 3px 5px 3px 5px;
}
/*event*/

#content6 {
    width: 100%;
    height: auto;
    background: #ffb5c9;
    padding: 16px 0 16px 0;
    border-bottom: .99px #ffb5c9 solid;
}
/*access*/

#content7 {
    width: 100%;
    height: auto;
    background: #ffb5c9;
    padding: 16px 0 16px 0;
    border-bottom: .99px #ffb5c9 solid;
}
.text_table {
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}
.row {
    display: table-row;
}
.row>div {
    display: table-cell;
    padding: 12px;
    border: 1px solid #151515;
    background-color: #F2F2F2;
    color: #1C1C1C;
    font-size: 13px;
    vertical-align: middle;
    line-height: 1rem;
}
.title_tt {
    width: 25%;
    text-align: center;
}
/*readme area*/

.readme {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    color: #1C1C1C;
}
/*footer menu*/

#content8 {
    display: none;
}
#content9 {
    max-width: 1170px;
    margin: auto;
    width: 100%;
    height: auto;
    background: #fc8aaa;
    padding: 15px 0 16px 0;
    margin-top: 15px;
}
.footer nav {
    width: 100%;
    margin: 0 auto;
}
.footer nav ul#main_nav2 {
    display: flex;
    justify-content: center;
}
.footer nav ul#main_nav2 ul {
    list-style-type: none;
    padding-left: 0;
}
.footer nav ul#main_nav2 li {
    padding: 5px 15px;
    border-left: 1px solid #2E2E2E;
}
.footer nav ul#main_nav2 li:first-child {
    border-left: 0;
}
.footer nav ul#main_nav2 li a {
    color: #1C1C1C;
}
#content10 {
        max-width: 1170px;
    margin: auto;
    width: 100%;
    height: auto;
    background: #fc8aaa;
    padding: 16px 0 16px 0;
}
.pc_logo {
    width: 14%;
    margin: 0 auto;
    text-align: center;
}
.sp_logo {
    display: none;
}
#content11 {
     max-width: 1170px;
    margin: auto;
    width: 100%;
    height: auto;
    background: #fc8aaa;
    padding: 16px 0 25px 0;
}
.content_linkbanner {
    max-width: 1170px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.5rem;
    text-align: center;
}
.banner {
    margin-right: 10px;
    margin-bottom: 10px;
}
.banner:last-child {
    margin-right: 0;
}
.banner a {
    color: #1C1C1C;
}
#footer_btn_sp {
    display: none;
}
.tel_on {
    display: none;
}
.map_on {
    display: none;
}
.icon_btn {
    display: none;
}
/********************************************************************************************************
sub page setting
********************************************************************************************************/

.content_title_sub {
    max-width: 1170px;
    height: auto;
    margin: 13px auto 20px auto;
    font-size: 1.5rem;
    font-family: 'Josefin Sans', sans-serif;
    color: #1C1C1C;
	text-align: center;
}

/********************************************************************************************************
page style
********************************************************************************************************/

#content_area_sub{
	width: 100%;
    height: auto;
    padding: 20px 0;
    border-bottom: .99px #ffb5c9 solid;
	background: #ffb5c9;
}

.content_sub{
	max-width: 1170px;
    height: auto;
    margin: 15px auto 10px auto;
	line-height: 1.2rem;
	color: #1C1C1C;
}

.cont_area{
	text-align: left;
	margin-bottom: 15px;
}

.cont_area_center{
	text-align: center;
	margin-bottom: 15px;
}

.cont_area_center_gallery ul{
    width: 1160px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.cont_area_center_gallery li img:first-child{
    width: 570px;
    margin-right:10px;
    margin-bottom: 20px;
    object-fit: cover;
}

.cont_area_center_gallery li img:nth-child(2){
    width: 570px;
    margin-right: 10px;
    margin-bottom: 20px;
    object-fit: cover;
}
.cont_area_center_gallery li img:nth-child(3){
    width: 570px;
    object-fit: cover;
}

.cont_area_center_gallery li img:last-child{
    width: 570px;
    object-fit: cover;
}

.access_title{
	width: 100%;
	border: .99px solid #151515;
	background: #F2F2F2;
	color: #1C1C1C;
	text-align: center;
	margin: 0 auto;
	line-height: 180%;
}

.cont_area_accessmap{
	width: 100%;
	border: 1px solid #151515;
	background: #F2F2F2;
	color: #1C1C1C;
	text-align: center;
	margin: 20px auto 20px auto;
}

.text_table_ac {
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.text_table_ac .row {
    display: table-row;
}
.text_table_ac .row>div {
    display: table-cell;
    padding: 12px;
    border: 1px solid #151515;
    color: #1C1C1C;
	background: #F2F2F2;
    font-size: 13px;
    vertical-align: middle;
    line-height: 1rem;
}
.title_tt_ac {
    width: 15%;
    text-align: center;
}

.text_table_ac .row>div.ac_text{
	
}

.recruit_title{
	width: 100%;
	border: .99px solid #151515;
	background: #F2F2F2;
	color: #1C1C1C;
	text-align: center;
	margin: 0 auto;
	line-height: 180%;
}

.cont_area_recruit{
	width: 100%;
	
	color: #1C1C1C;
	text-align: left;
	margin: 20px auto 0 auto;
}

.cont_area_rc{
	width: 100%;
	margin: 20px auto 0 auto;
	font-size: 14px;
}

#cast_wrap_cast {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

#content_cast {
    width: 100%;
    height: auto;
    padding: 0;
}

.newcast_cast{
    width: 15%;
    margin-right: 1.9%;
    margin-bottom: 20px;
}

.newcast_cast:nth-child(6n+6) {
    margin-right: 0;
}

.cont_area_girls{
	float: left;
	width: 57%;
	color: #F2F2F2;
	text-align: center;
	margin: 0 auto 0 auto;
}

.text_table_gi {
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.text_table_gi .row {
    display: table-row;
}
.text_table_gi .row>div {
    display: table-cell;
    padding: 12px;
    border: .99px solid #151515;
    color: #1C1C1C;
    font-size: 13px;
    vertical-align: middle;
    line-height: 1rem;
	
}
.text_table_gi .row>div.title_tt_gi {
    width: 15%;
    text-align: center;
	background: #F2F2F2;
}

.text_table_gi .row>div.gi_text{
	
	text-align: left;
}

.gils_area{
	float: left;
	margin-right: 20px;
}

#cast_girls_area{
    width: 90%;
    margin: 0 auto;
    height: auto;
}

div.photo_area ul{
    display: -webkit-flex;
    display: flex;
    margin: 20px auto;
    height: auto;
}

div.photo_area ul li{
	width: 19%;
	margin-right: 1%;
}

div.photo_area ul li:last-child{
	width: 19%;
}

#cast_wrap_cast_sp{
	display: none;
}
/********************************************************************************************************************************************************
max 1199px
********************************************************************************************************************************************************/

@media screen and (max-width:1199px) {

/********************************************************************************************************
page style
********************************************************************************************************/

.cont_area_center_gallery ul{
    width: 97%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.cont_area_center_gallery li:first-child{
    width: 49%;
    margin-right: 10px;
    margin-bottom: 20px;
}

.cont_area_center_gallery li:nth-child(2){
    width: 49%;
    margin-bottom: 20px;
}
.cont_area_center_gallery li:nth-child(3){
    width: 49%;
    margin-right: 10px;
    margin-bottom: 20px;
}

.cont_area_center_gallery li:last-child{
    width: 49%;
    margin-bottom: 20px;
}
	
.cont_area_center_gallery li img:first-child{
    width: 100%;
}

.cont_area_center_gallery li img:nth-child(2){
    width: 100%;
    margin-right:0;
    margin-bottom: 0;
}
.cont_area_center_gallery li img:nth-child(3){
    width: 100%;
}

.cont_area_center_gallery li img:last-child{
    width: 100%;
    margin-right:0;
    margin-bottom: 0;
}
}

/********************************************************************************************************************************************************
max 1024px ipad landscape
********************************************************************************************************************************************************/

@media (max-width: 1024px) and (orientation: landscape) {
/*header*/

#pc_header_wrap {
    width: 100%;
    height: auto;
    background: #f1dbe1;
    border-bottom: .99px #f3d9e0 solid;
}
#sp_header_wrap {
    display: none;
}
.header {
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
}
.header img {
    width: 220px;
}
.logo {
    float: left;
    width: 220px;
}
.tel {
    float: right;
    width: 220px;
}
.header nav {
    float: left;
    margin-top: 25px;
}
.header nav ul#main_nav {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header nav ul#main_nav li {
    padding: 5px 15px;
    border-left: 1px solid #2E2E2E;
}
.header nav ul#main_nav li a {
    color: #1C1C1C;
}
.header nav ul#main_nav li:first-child {
    border-left: 0;
}
/*content*/

.content {
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
}
.content_title {
    max-width: 1170px;
    height: auto;
    margin: 0 auto 5px auto;
    font-size: 90%;
    color: #1C1C1C;
}
.content_title2 {
    max-width: 1170px;
    height: auto;
    margin: 0 auto 5px auto;
    font-size: 90%;
    color: #1C1C1C;
}
.title {
    font-size: 24px;
    font-family: 'Josefin Sans', sans-serif;
}
/*top banner*/

#content1 {
    width: 100%;
    height: auto;
    background: #fbf1f4;
    padding: 0;
    border-bottom: .99px #f3d9e0 solid;
}
/*event banner*/

#content2 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 15px 10px 15px;
    border-bottom: .99px #f3d9e0 solid;
}
/*news*/

#content3 {
        
    width: 100%;
    height: auto;
    background: #f7e5ea;
    padding: 15px 0 10px 0;
    border-bottom: .99px #f3d9e0 solid;
}
#news_wrap {
    display: -webkit-flex;
    display: flex;
    margin: 10px 0 30px 0;
}
.news_area {
    width: 32.3%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-right: 1.5%;
    color: #1C1C1C;
}
.news_area:last-child {
    margin-right: 0;
}
.news_day {
    font-size: 14px;
}
.news {
    font-size: 14px;
}
/*newface*/

#content4 {
    width: 100%;
    height: auto;
    background: #f7e5ea;
    padding: 15px 0 10px 0;
    border-bottom: .99px #f3d9e0 solid;
}
#newface_wrap {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.newface {
    width: 32.3%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-right: 1.5%;
}
.newface:last-child {
    margin-right: 0;
}
.new_photo {
	position: relative;
	float: left;
    width: 25%;
    height: auto;
}
.new_comment {
	float: left;
    width: 75%;
    height: auto;
    padding: 0 5px;
    color: #1C1C1C;
}
/*girls lists*/

#content5 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 0 10px 0;
}
#cast_wrap {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 1170px;
    height: auto;
}
.newcast {
    width: 15%;
    margin-right: 1.9%;
    margin-bottom: 20px;
}
.newcast:nth-child(6n+6) {
    margin-right: 0;
}
.cast_photo {
    position: relative;
    width: 100%;
    height: auto;
}
.cast_info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: auto;
    text-align: center;
    background: rgba(0,0,0,0.40);
    color: #F2F2F2;
}
.cast_name {
    height: 20px;
    font-size: 14px;
    padding: 3px 5px 3px 5px;
}
.cast_schedule {
    height: 20px;
    font-size: 14px;
    padding: 3px 5px 3px 5px;
}
/*event*/

#content6 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 0 10px 0;
    border-bottom: .99px #f3d9e0 solid;
}
/*access*/

#content7 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 0 10px 0;
}
.text_table {
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}
.row {
    display: table-row;
}
.row>div {
    display: table-cell;
    padding: 15px;
    border: 1px solid #151515;
    background-color: #F2F2F2;
    color: #1C1C1C;
    font-size: 12px;
    vertical-align: middle;
    line-height: 1.2rem;
}
.title_tt {
    width: 27%;
    text-align: center;
}
.readme {
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
    color: #1C1C1C;
}
/*footer menu*/

#content8 {
    display: none;
}
#content9 {
    width: 100%;
    height: auto;
    background: #f1dbe1;
    padding: 15px 0 10px 0;
}
.footer nav {
    width: 100%;
    margin: 0 auto;
}
.footer nav ul#main_nav2 {
    display: flex;
    justify-content: center;
}
.footer nav ul#main_nav2 ul {
    list-style-type: none;
    padding-left: 0;
}
.footer nav ul#main_nav2 li {
    padding: 5px 15px;
    border-left: 1px solid #2E2E2E;
}
.footer nav ul#main_nav2 li:first-child {
    border-left: 0;
}
.footer nav ul#main_nav2 li a {
    color: #1C1C1C;
}
#content10 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 0 10px 0;
}
.pc_logo {
    width: 20%;
    margin: 0 auto;
    text-align: center;
}
.sp_logo {
    display: none;
}
#content11 {
    width: 100%;
    height: auto;
    background: #f1dbe1;
    padding: 15px 0 25px 0;
}
.content_linkbanner {
    max-width: 1170px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.5rem;
}
.banner {
    margin-right: 10px;
    margin-bottom: 10px;
}
.banner:last-child {
    margin-right: 0;
}

/********************************************************************************************************
page style
********************************************************************************************************/

#content_area_sub{
	width: 100%;
    height: auto;
    padding: 20px 0;
	background: #fbf1f4;
}

.content_sub{
	max-width: 100%;
    height: auto;
    margin: 15px 10px 10px 10px;
	line-height: 1.2rem;
	color: #1C1C1C;
}
	
.access_title{
	width: 100%;
	border: .99px solid #151515;
	background: #F2F2F2;
	color: #1C1C1C;
	text-align: center;
	margin: 0 auto;
	line-height: 180%;
}

.cont_area_accessmap{
	width: 100%;
	border: 1px solid #151515;
	background: #F2F2F2;
	color: #1C1C1C;
	text-align: center;
	margin: 20px auto 20px auto;
}

.text_table_ac {
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.text_table_ac .row {
    display: table-row;
}
.text_table_ac .row>div {
    display: table-cell;
    padding: 12px;
    border: 1px solid #151515;
    color: #1C1C1C;
	background: #F2F2F2;
    font-size: 13px;
    vertical-align: middle;
    line-height: 1rem;
}
.title_tt_ac {
    width: 15%;
    text-align: center;
}

.text_table_ac .row>div.ac_text{
	
}
	
.gils_area{
	float: left;
	width:350px;
	margin-right: 20px;
}

#cast_girls_area{
    width: 100%;
    margin: 0 auto;
    height: auto;
}

div.photo_area ul{
    display: -webkit-flex;
    display: flex;
    margin: 20px auto;
    height: auto;
}

div.photo_area ul li{
	width: 19%;
	margin-right: 1%;
}

div.photo_area ul li:last-child{
	width: 19%;
}
#cast_wrap_cast_pc{
max-width: 980px;
margin: 0 0 0 50px;
}

}



/********************************************************************************************************************************************************
max 1024px
********************************************************************************************************************************************************/

@media screen and (max-width:1024px) {
/*header*/
	
.header {
    max-width: 1170px;
    height: auto;
    margin: 0 auto 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.logo img {
    float: left;
    width: 140px;
    margin-top: 20px;
    margin-left: 10px;
}
.tel img {
    float: right;
    width: 160px;
    margin-right: 10px;
    margin-top: 15px;
}
.header nav ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.header nav li {
    font-size: 14px;
}
.header nav ul#main_nav {
    margin: 0;
}
/*top banner*/

#content1 {
    width: 100%;
    height: auto;
    background: #fbf1f4;
    padding: 0;
}
/*event banner*/

#content2 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 20px 10px 20px;
}
/*news*/

#content3 {
    width: 100%;
    height: auto;
    background: #f7e5ea;
    padding: 15px 20px 10px 20px;
}
#news_wrap {
    display: -webkit-flex;
    display: flex;
    margin: 10px 0 30px 0;
}
.news_area {
    width: 32.3%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-right: 1.5%;
}
.news_area:last-child {
    margin-right: 0;
}
.news_day {
    font-size: 14px;
}
.news {
    font-size: 14px;
}
/*newface*/

#content4 {
    width: 100%;
    height: auto;
    background: #f7e5ea;
    padding: 15px 20px 10px 20px;
}
#newface_wrap {
    display: -webkit-flex;
    display: flex;
}
.newface {
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-right: 1.5%;
}
.newface:last-child {
    margin-right: 0;
}
.new_photo {
	position: relative;
	float: left;
    width: 40%;
    height: auto;
}
.new_comment {
	float: left;
    width: 60%;
    height: auto;
    color: #1C1C1C;
    padding: 0 5px;
}
/*girls lists*/

#content5 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 20px 10px 20px;
}
#cast_wrap {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}
.newcast {
    width: 15.8%;
    margin-right: 10px;
    margin-bottom: 20px;
}
.newcast:nth-child(6n+6) {
    margin-right: 0;
}
.newcast:nth-child(12n+4) {
    margin-right: 10px;
}
.cast_photo {
    position: relative;
    width: 100%;
    height: auto;
}
.cast_info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: auto;
    text-align: center;
    background: rgba(0,0,0,0.40);
    color: #F2F2F2;
}
.cast_name {
    height: 20px;
    font-size: 14px;
    padding: 3px 5px 3px 5px;
}
.cast_schedule {
    height: 20px;
    font-size: 14px;
    padding: 3px 5px 3px 5px;
}
/*event*/

#content6 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 20px 10px 20px;
    border-bottom: .99px #f3d9e0 solid;
}
/*access*/

#content7 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 20px 10px 20px;
    border-bottom: .99px #f3d9e0 solid;
}
.text_table {
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}
.row {
    display: table-row;
}
.row>div {
    display: table-cell;
    padding: 10px;
    border: 1px solid #151515;
    background-color: #F2F2F2;
    color: #1C1C1C;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1.5rem;
}
.title_tt {
    width: 25%;
    text-align: center;
}
.readme {
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
    color: #1C1C1C;
}
#content9 {
    display: none;
}
#content10 {
    width: 100%;
    height: auto;
    background: #f1dbe1;
    padding: 0;
    margin-top: 15px;
}
.pc_logo {
    display: none;
}
.sp_logo {
    display: block;
    width: 20%;
    margin: 0 auto;
    text-align: center;
}
	
#cast_wrap_cast {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 20px 0 60px;
    height: auto;
}
	
.newcast_cast {
    width: 15.5%;
    margin-right: 10px;
    margin-bottom: 20px;
}
.newcast_cast:nth-child(6n+6) {
    margin-right: 0;
}
	
.newcast_cast:nth-child(12n+4) {
    margin-right: 10px;
}
	
#cast_wrap_cast_pc{
max-width: 1080px;
margin: 0 0 0 50px;
}

.gils_area{
	float: left;
	width:350px;
	margin-right: 20px;
}

#cast_girls_area{
    width: 100%;
    margin: 0 auto;
    height: auto;
}

div.photo_area ul{
    display: -webkit-flex;
    display: flex;
    margin: 20px auto;
    height: auto;
}

div.photo_area ul li{
	width: 19%;
	margin-right: 1%;
}

div.photo_area ul li:last-child{
	width: 19%;
}

}

/********************************************************************************************************************************************************
Smart Phone 5.5inch
********************************************************************************************************************************************************/

@media screen and (max-width: 768px) {
img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.content_title {
    max-width: 100%;
    height: auto;
    margin: 13px auto 10px 10px;
    font-size: 90%;
    color: #1C1C1C;
}
#wrapper {
    width: 100%;
    overflow: hidden;
}
/*header*/
	
#pc_header_wrap {
    display: none;
}
#sp_header_wrap {
    height: 65px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #f1dbe1;
}
.header_img {
    width: 20%;
    /*margin-top: 15px;*/
    margin-left: 15px;
}
.tel_img {
    width: 23%;
    /*margin-top: 15px;*/
}
/*drawer icon*/
.drawer--right .drawer-nav {
    background: #FAFAFA;
    color: #1C1C1C;
}
.drawer-nav {
    width: 180px;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 11.50rem;
}
.drawer-hamburger {
    position: fixed;
    padding: 0px 3px 10px 8px;
    width: 30px;
    height: 30px;
    top: 13px;
}
.fa-bars {
    font-size: 24px;
    margin-top: 7px;
    margin-right: 5px;
}
button.drawer-toggle {
    background: #F2F2F2;
    border-radius: 50%;
    margin-right: 15px;
}
button.drawer-hamburger:hover {
    background: #F2F2F2;
    border-radius: 50%;
}
.space-toggle {
    margin-right: 45px;
}
#main_nav li.menu-item {
    position: relative;
    width: 100%;
    padding: 20px;
}
#main_nav li.menu-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #1C1C1C;
    padding: 15px 15px;
    font-size: 14px;
    text-decoration: none;
}
#shopinfo {
    padding: 15px;
    font-size: 14px;
    line-height: 1.3rem;
}
.shop_info_title {
    border-top: 1px dotted #333333;
    border-bottom: 1px dotted #333333;
    padding: 2px 0;
    margin-bottom: 10px;
}
.shop_name, .shop_map, .shop_time, .shop_tel {
    margin-bottom: 10px;
}
.shop_tel a {
    color: #1C1C1C;
}
/*top banner*/

#content1 {
    width: 100%;
    height: auto;
    background: #fbf1f4;
    padding: 0;
}
/*event banner*/

#content2 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 10px 10px 10px;
}
/*news*/

#content3 {
    width: 100%;
    height: auto;
    background: #f7e5ea;
    padding: 15px 10px 10px 10px;
}
#news_wrap {
    margin: 0 0 30px 0;
}
.news {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-bottom: 10px;
}
.news:last-child {
    margin-right: 0;
}
.new_photo {
    width: 40%;
    height: auto;
}
.new_comment {
    width: 60%;
    height: auto;
    overflow-y: auto;
    padding: 0 5px;
}
.news_area {
    width: 30%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-right: 35px;
}
.news_area:last-child {
    margin-right: 0;
}
.news_day {
    font-size: 14px;
}
.news {
    font-size: 14px;
}
/*newface*/

#content4 {
    width: 100%;
    height: auto;
    background: #f7e5ea;
    padding: 15px 20px 10px 20px;
}
#newface_wrap {
    display: -webkit-flex;
    display: flex;
}
.newface {
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-right: 1.5%;
}
.newface:last-child {
    margin-right: 0;
}
.new_photo {
	position: relative;
	float: left;
    width: 40%;
    height: auto;
}
.new_comment {
	float: left;
    width: 60%;
    height: auto;
    color: #1C1C1C;
    padding: 0 5px;
}
/*girls lists*/

#content5 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 10px 10px 10px;
}
#cast_wrap {
    display: -webkit-flex;
    display: flex;
    height: auto;
}
.newcast {
    width: 23.9%;
    margin-right: 10px;
    margin-bottom: 20px;
}
.newcast:nth-child(6n+6) {
    margin-right: 10px;
}
.newcast:nth-child(4n+4) {
    margin-right: 0;
}
.newcast:nth-child(12n+10) {
    margin-right: 10px;
}
.cast_photo {
    position: relative;
    width: 100%;
    height: auto;
}
.cast_info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: auto;
    text-align: center;
    background: rgba(0,0,0,0.40);
    color: #F2F2F2;
}
.cast_name {
    height: 20px;
    font-size: 14px;
    padding: 3px 5px 3px 5px;
    color: #ffffff;
}
.cast_schedule {
    height: 20px;
    font-size: 14px;
    padding: 3px 5px 3px 5px;
    color: #ffffff;
}
.banner {
    margin: 5px;
}
.banner:last-child {
    margin-right: 5px;
}
/*event*/

#content6 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 10px 10px 15px 10px;
    border-bottom: .99px #f3d9e0 solid;
}
/*access*/

#content7 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 10px 10px 35px 10px;
}
/*footer menu*/

#content8 {
    display: block;
    width: 100%;
    height: auto;
    background: #fc8aaa;
    padding: 0px 0 20px 0;
    border-bottom: .99px #fc8aaa solid;
}
.text_table_menu {
    width: 100%;
    margin: 0 auto;
    display: table;
    border-collapse: collapse;
    margin-top: 20px;
}
.row_menu {
    display: table-row;
}
.row_menu>div:nth-child(1n+1) {
    display: table-cell;
    padding: 15px;
    border-left: .99px solid #151515;
    border-bottom: .99px solid #151515;
    border-top: .99px solid #151515;
    background-color: #FAFAFA;
    color: #1C1C1C;
    font-size: 13px;
    vertical-align: middle;
    line-height: 1.5rem;
    text-align: center;
}
.row_menu>div:first-child {
    display: table-cell;
    padding: 15px;
    border-left: 0 solid #151515;
    border-bottom: .99px solid #151515;
    border-top: .99px solid #151515;
    background-color: #FAFAFA;
    color: #1C1C1C;
    font-size: 13px;
    vertical-align: middle;
    line-height: 1.5rem;
    text-align: center;
}
.menu_btn {
    position: relative;
    width: 50%;
    height: 43px;
}
.menu_btn:after {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
}
.menu_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 2.8rem;
    color: #1C1C1C;
    font-size: 14px;
    text-align: left;
    padding-left: 15px;
}
#content9 {
    display: none;
}
#content10 {
    background: #fc8aaa;
	border-top: 0 #f3d9e0 solid;
}
#content11 {
    background: #fc8aaa;
    margin-bottom: 45px;
}
.pc_logo {
    display: none;
}
.sp_logo {
    display: block;
    width: 30%;
    margin: 0 auto;
}
/*footer btn*/
	
#footer_btn_sp {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    padding: 5px;
    background: rgba(0,0,0,0.70);
}
.tel_menu_sp a {
    display: block;
    width: 67%;
    height: 48px;
    float: left;
    margin-right: 2%;
    padding-top: 5px;
    text-align: center;
    background: #F2F2F2;
}
.tel_menu_sp a:hover {
    background-color: #F2F2F2;
    color: #F2F2F2;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.menu_open_sp a {
    display: block;
    width: 31%;
    height: 48px;
    padding-top: 5px;
    float: right;
    text-align: center;
    background: #F2F2F2;
}
.menu_open_sp a:hover {
    background-color: #F2F2F2;
    color: #F2F2F2;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
}
#footer_sp_grouparea {
}
.tel_on {
    display: block;
    color: #000;
    font-size: 12px;
}
.map_on {
    display: block;
    color: #000;
    font-size: 12px;
}
.icon_btn {
    margin: 0 auto;
    text-align: center;
    display: block;
}
#footer_sp_grouparea {
    margin-bottom: 85px;
}
.tel_on {
    display: block;
    color: #000;
    font-size: 12px;
}
.map_on {
    display: block;
    color: #000;
    font-size: 12px;
}
.icon_btn {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 25px;
}
	
/********************************************************************************************************
sub page setting
********************************************************************************************************/

.content_title_sub {
    max-width: 1170px;
    height: auto;
    margin: 13px auto 20px auto;
    font-size: 1.5rem;
    font-family: 'Josefin Sans', sans-serif;
    color: #F2F2F2;
	text-align: center;
}

/********************************************************************************************************
page style
********************************************************************************************************/

#content_area_sub{
	width: 100%;
    height: auto;
    padding: 20px 0;
	border-top: .99px #f3d9e0 solid;
	background: #fbf1f4;
}
	
.content_sub{
	max-width: 1170px;
    height: auto;
    margin: 15px 20px 10px 20px;
	line-height: 1.3rem;
	color: #1C1C1C;
}

.cont_area{
	text-align: left;
	margin-bottom: 15px;
	font-size:14px;
}

.cont_area_center{
	text-align: center;
	margin-bottom: 15px;
}
.cont_area_center_gallery ul{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.cont_area_center_gallery li:first-child{
    width: 48.7%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.cont_area_center_gallery li:nth-child(2){
    width: 48.7%;
    margin-bottom: 2%;
}
.cont_area_center_gallery li:nth-child(3){
    width: 48.7%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.cont_area_center_gallery li:last-child{
    width: 48.7%;
    margin-bottom: 2%;
}
	
.cont_area_center_gallery li img:first-child{
    width: 100%;
}

.cont_area_center_gallery li img:nth-child(2){
    width: 100%;
    margin-right:0;
    margin-bottom: 0;
}
.cont_area_center_gallery li img:nth-child(3){
    width: 100%;
}

.cont_area_center_gallery li img:last-child{
    width: 100%;
    margin-right:0;
    margin-bottom: 0;
}

.text_table_ac .row>div {
    display: table-cell;
    padding: 12px;
    border: 1px solid #151515;
    color: #1C1C1C;
    background: #F2F2F2;
    font-size: 12px;
    vertical-align: middle;
    line-height: 1rem;
}
.title_tt_ac {
    width: 20%;
    text-align: center;
}

.text_table_ac .row>div.ac_text{
	
}
#cast_wrap_cast {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 92%;
    margin: 0 auto;
    height: auto;
}
	
.newcast_cast {
    width: 31.5%;
    margin-right: 1.9%;
    margin-bottom: 10px;
}

	
#cast_wrap_cast {
    display: -webkit-flex;
    display: flex;
    height: auto;
}

.newcast_cast:nth-child(6n+6) {
    margin-right: 1.9%;
}
.newcast_cast:nth-child(4n+4) {
    margin-right: 1.9%;
}
.newcast_cast:nth-child(3n+3) {
    margin-right: 0;
}
.newcast_cast:nth-child(12n+10) {
    margin-right: 1.9%;
}
	
.text_table_gi .row>div.title_tt_gi {
    width: 20%;
    text-align: center;
	background: #F2F2F2;
}

.gils_area{
    width: 39%;
	float: left;
	margin-right: 20px;
}

	#cast_girls_area{
    width: 100%;
    margin: 0 auto;
    height: auto;
}

div.photo_area ul{
    display: -webkit-flex;
    display: flex;
    margin: 20px auto;
    height: auto;
}

div.photo_area ul li{
	width: 19%;
	margin-right: 1%;
}

div.photo_area ul li:last-child{
	width: 19%;
}

#cast_wrap_cast_pc{
max-width: 740px;
margin: 0 0 0 20px;
}	
	
}

/********************************************************************************************************************************************************
landscape
********************************************************************************************************************************************************/

@media (max-width: 750px) and (orientation: landscape) {
img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.content_title {
    max-width: 100%;
    height: auto;
    margin: 13px 5px 10px 5px;
    font-size: 90%;
    color: #1C1C1C;
}
.content_title2 {
    max-width: 100%;
    height: auto;
    margin: 0 5px 5px 5px;
    font-size: 90%;
    color: #1C1C1C;
}
#wrapper {
    width: 100%;
    overflow: hidden;
}
/*header*/
	
#pc_header_wrap {
    display: none;
}
#sp_header_wrap {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #f1dbe1;
}
.header_img {
    width: 21%;
    margin-top: 15px;
    margin-left: 15px;
}
.tel_img {
    width: 27%;
    margin-top: 15px;
}
/*drawer*/

.drawer-nav {
    width: 180px;
    overflow-y: scroll;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 11.50rem;
}
.drawer-hamburger {
    position: fixed;
    padding: 0px 3px 10px 8px;
    width: 30px;
    height: 30px;
    top: 5px;
}
.fa-bars {
    font-size: 24px;
    margin-top: 7px;
    margin-right: 5px;
}
button.drawer-toggle {
    background: #F2F2F2;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 10px;
}
button.drawer-hamburger:hover {
    background: #F2F2F2;
    border-radius: 50%;
}
.space-toggle {
    margin-right: 45px;
}
#main_nav li.menu-item {
    position: relative;
    width: 100%;
    padding: 20px;
}
#main_nav li.menu-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    font-size: 13px;
    text-decoration: none;
}
#shopinfo {
    padding: 10px;
    font-size: 13px;
}
.shop_info_title {
    border-top: 1px dotted #333333;
    border-bottom: 1px dotted #333333;
    padding: 2px 0;
    margin-bottom: 10px;
}
.shop_name, .shop_map, .shop_time, .shop_tel {
    margin-bottom: 10px;
}
.shop_tel a {
    color: #1C1C1C;
}
/*top banner*/

#content1 {
    width: 100%;
    height: auto;
    background: #fbf1f4;
    padding: 0;
}
/*event banner*/

#content2 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 0 10px 0;
}
/*news*/

#content3 {
    width: 100%;
    height: auto;
    background: #f7e5ea;
    padding: 15px 0 10px 0;
}
#news_wrap {
    display: block;
    flex-wrap: nowrap;
    margin: 0 5px 30px 5px;
}
.news {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-bottom: 10px;
}
.news:last-child {
    margin-right: 0;
}
.new_photo {
    width: 40%;
    height: auto;
}
.new_comment {
    width: 60%;
    height: auto;
    overflow-y: auto;
    padding: 0 5px;
}
.news_area {
    width: 100%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-right: 0;
}
.news_area:last-child {
    margin-right: 0;
}
.news_day {
    font-size: 14px;
}
.news {
    font-size: 14px;
}
/*newface*/

#content4 {
    width: 100%;
    height: auto;
    background: #f7e5ea;
    padding: 15px 5px 10px 5px;
}
#newface_wrap {
    display: block;
}
.newface {
    width: 100%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-right: 1.5%;
    margin-bottom: 10px;
}
.newface:last-child {
    margin-right: 0;
}
.new_photo {
	position:relative;
	float: left;
    width: 32%;
    height: auto;
}
.new_comment {
	float: left;
    width: 68%;
    height: auto;
    padding: 0 5px;
}
/*girls lists*/

#content5 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 5px 10px 5px;
}
#cast_wrap {
    display: -webkit-flex;
    display: flex;
    height: auto;
}
.newcast {
    width: 32%;
    margin-right: 1.9%;
    margin-bottom: 20px;
}
.newcast:nth-child(6n+6) {
    margin-right: 1.9%;
}
.newcast:nth-child(4n+4) {
    margin-right: 1.9%;
}
.newcast:nth-child(3n+3) {
    margin-right: 0;
}
.cast_photo {
    position: relative;
    width: 100%;
    height: auto;
}
.cast_info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: auto;
    text-align: center;
    background: rgba(0,0,0,0.40);
    color: #F2F2F2;
}
.cast_name {
    height: 20px;
    font-size: 14px;
    padding: 3px 5px 3px 5px;
}
.cast_schedule {
    height: 20px;
    font-size: 14px;
    padding: 3px 5px 3px 5px;
}
/*event*/

#content6 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 0 10px 0;
    border-bottom: .99px #f3d9e0 solid;
}
/*access*/

#content7 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 0 35px 0;
}
/*footer menu*/

#content8 {
    display: block;
    width: 100%;
    height: auto;
    background: #f1dbe1;
    padding: 15px 0 10px 0;
}
.sp_logo {
    display: block;
    width: 30%;
    margin: 0 auto;
}
}
/********************************************************************************************************************************************************
Smart Phone
********************************************************************************************************************************************************/

@media screen and  (max-width: 640px) {

	#cast_wrap_cast_pc{
		display: none;
	}
	
	#cast_wrap_cast_sp{
		display: block;
	}
	
.text_table_gi .row>div.title_tt_gi {
    width: 20%;
    text-align: center;
	background: #F2F2F2;
}

.gils_area{
    width: 39%;
	float: left;
	margin-right: 20px;
}

	#cast_girls_area{
    width: 100%;
    margin: 0 auto;
    height: auto;
}

div.photo_area ul{
    display: -webkit-flex;
    display: flex;
    margin: 20px auto;
    height: auto;
}

div.photo_area ul li{
	margin-right: 10px;
}

div.photo_area ul li:last-child{
	margin-right: 0;
}

.cont_area_girls{
	float: none;
	width: 100%;
	color: #F2F2F2;
	text-align: center;
	margin: 0 auto 0 auto;
}

.text_table_gi {
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.text_table_gi .row {
    display: table-row;
}
.text_table_gi .row>div {
    display: table-cell;
    padding: 12px;
    border: .99px solid #151515;
    color: #1C1C1C;
    font-size: 12px;
    vertical-align: middle;
    line-height: 1rem;
	
}
.text_table_gi .row>div.title_tt_gi {
    width: 30%;
    text-align: center;
	background: #F2F2F2;
}

.text_table_gi .row>div.gi_text{
	
	text-align: left;
}

.gils_area{
	width:100%;
	float: none;
	margin-right: 20px;
}

#cast_girls_area{
	display: block;
    width: 90%;
    margin: 0 auto;
    height: auto;
}

div.photo_area ul{
    display: -webkit-flex;
    display: flex;
    margin: 20px auto;
    height: auto;
}

div.photo_area ul li{
	width: 19%;
	margin-right: 1%;
}

div.photo_area ul li:last-child{
	width: 19%;
	margin-right: 0;
}
	
}

/********************************************************************************************************************************************************
Smart Phone 5.5inch 640px
********************************************************************************************************************************************************/

@media screen and (min-width: 551px) and (max-width: 640px) {
img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
#wrapper {
    width: 100%;
    overflow: hidden;
}
/*header*/
	
#pc_header_wrap {
    display: none;
}
#sp_header_wrap {
    height: 65px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #f1dbe1;
}
.header_img {
    width: 23%;
}
.tel_img {
    width: 28%;
}
/*drawer icon*/

.drawer-nav {
    width: 180px;
    overflow: auto;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 11.50rem;
}
.drawer-hamburger {
    position: fixed;
    padding: 0px 3px 10px 8px;
    width: 30px;
    height: 30px;
    top: 5px;
}
.fa-bars {
    font-size: 24px;
    margin-top: 7px;
    margin-right: 5px;
}
button.drawer-toggle {
    background: #F2F2F2;
    border-radius: 50%;
    margin-right: 13px;
    margin-top: 10px;
}
button.drawer-hamburger:hover {
    background: #F2F2F2;
    border-radius: 50%;
}
.space-toggle {
    margin-right: 45px;
}
#main_nav li.menu-item {
    position: relative;
    width: 100%;
    padding: 20px;
}
#main_nav li.menu-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    font-size: 13px;
    text-decoration: none;
}
#shopinfo {
    padding: 10px;
    font-size: 13px;
}
.shop_info_title {
    border-top: 1px dotted #333333;
    border-bottom: 1px dotted #333333;
    padding: 2px 0;
    margin-bottom: 10px;
}
.shop_name, .shop_map, .shop_time, .shop_tel {
    margin-bottom: 10px;
}
.shop_tel a {
    color: #1C1C1C;
}
/*top banner*/

#content1 {
    width: 100%;
    height: auto;
    background: #fbf1f4;
    padding: 0;
}
/*event banner*/

#content2 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 0 10px 0;
}
/*news*/

#content3 {
    width: 100%;
    height: auto;
    background: #f7e5ea;
    padding: 15px 10px 10px 10px;
}
#news_wrap {
    display: block;
    flex-wrap: nowrap;
    margin: 0 0 30px 0;
}
.news {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-bottom: 10px;
}
.news:last-child {
    margin-right: 0;
}
.new_photo {
    width: 40%;
    height: auto;
}
.new_comment {
    width: 60%;
    height: auto;
    overflow-y: auto;
    padding: 0 5px;
}
.news_area {
    width: 100%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-right: 0;
}
.news_area:last-child {
    margin-right: 0;
}
.news_day {
    font-size: 14px;
}
.news {
    font-size: 14px;
}
/*newface*/

#content4 {
    width: 100%;
    height: auto;
    background: #f7e5ea;
    padding: 15px 10px 10px 10px;
}
#newface_wrap {
    display: block;
}
.newface {
    width: 100%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-right: 1.5%;
    margin-bottom: 10px;
}
.newface:last-child {
    margin-right: 0;
}
.new_photo {
	position: relative;
	float: left;
    width: 32%;
    height: auto;
}
.new_comment {
	float: left;
    width: 65%;
    height: auto;
    padding: 0 5px;
}
/*girls lists*/

#content5 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 10px 10px 10px;
}
#cast_wrap {
    display: -webkit-flex;
    display: flex;
    height: auto;
}
.newcast {
    width: 32%;
    margin-right: 1.9%;
    margin-bottom: 20px;
}
.newcast:nth-child(6n+6) {
    margin-right: 1.9%;
}
.newcast:nth-child(4n+4) {
    margin-right: 1.9%;
}
.newcast:nth-child(3n+3) {
    margin-right: 0;
}
.cast_photo {
    position: relative;
    width: 100%;
    height: auto;
}
.cast_info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: auto;
    text-align: center;
    background: rgba(0,0,0,0.40);
    color: #F2F2F2;
}
.cast_name {
    height: 20px;
    font-size: 14px;
    padding: 3px 5px 3px 5px;
}
.cast_schedule {
    height: 20px;
    font-size: 14px;
    padding: 3px 5px 3px 5px;
}
/*footer menu*/
	
.sp_logo {
    display: block;
    width: 30%;
    margin: 0 auto;
}
	
/********************************************************************************************************
sub page setting
********************************************************************************************************/

.content_title_sub {
    max-width: 1170px;
    height: auto;
    margin: 13px auto 20px auto;
    font-size: 1.3rem;
    font-family: 'Josefin Sans', sans-serif;
    color: #1C1C1C;
	text-align: center;
}

/********************************************************************************************************
page style
********************************************************************************************************/

#content_area_sub{
	width: 100%;
    height: auto;
    padding: 20px 0;
	border-top: .99px #f3d9e0 solid;
	background: #fbf1f4;
}

.content_sub{
	max-width: 1170px;
    height: auto;
    margin: 15px 15px 10px 15px;
	line-height: 1.1rem;
	color: #1C1C1C;
}

.cont_area{
	text-align: left;
	margin-bottom: 15px;
	font-size:12px;
}

.cont_area_center{
	text-align: center;
	margin-bottom: 15px;
}

.cont_area_center_gallery ul{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.cont_area_center_gallery li:first-child{
    width: 48.7%;
    margin-right: 2%;
    margin-bottom: 10px;
}

.cont_area_center_gallery li:nth-child(2){
    width: 48.7%;
    margin-bottom: 10px;
}
.cont_area_center_gallery li:nth-child(3){
    width: 48.7%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.cont_area_center_gallery li:last-child{
    width: 48.7%;
    margin-bottom: 20px;
}
	
.cont_area_center_gallery li img:first-child{
    width: 100%;
}

.cont_area_center_gallery li img:nth-child(2){
    width: 100%;
    margin-right:0;
    margin-bottom: 0;
}
.cont_area_center_gallery li img:nth-child(3){
    width: 100%;
}

.cont_area_center_gallery li img:last-child{
    width: 100%;
    margin-right:0;
    margin-bottom: 0;
}
	
.newcast_cast {
    width: 32%;
    margin-right: 1.9%;
    margin-bottom: 10px;
}
.newcast_cast:nth-child(6n+6) {
    margin-right: 1.9%;
}
.newcast_cast:nth-child(4n+4) {
    margin-right: 1.9%;
}
.newcast_cast:nth-child(3n+3) {
    margin-right: 0;
}


	
}

/********************************************************************************************************************************************************
Smart Phone 5.5inch 480px
********************************************************************************************************************************************************/

@media screen and (min-width: 480px) and (max-width: 550px) {
img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
#wrapper {
    width: 100%;
    overflow: hidden;
}
/*header*/
	
#pc_header_wrap {
    display: none;
}
#sp_header_wrap {
    height: 55px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #f1dbe1;
}
.header_img {
    width: 30%;
}
.tel_img {
    width: 35%;
}
/*drawer icon*/

.drawer-nav {
    width: 180px;
    overflow: auto;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 11.50rem;
}
.drawer-hamburger {
    position: fixed;
    padding: 0px 3px 10px 8px;
    width: 30px;
    height: 30px;
    top: 5px;
}
.fa-bars {
    font-size: 24px;
    margin-top: 7px;
    margin-right: 5px;
}
button.drawer-toggle {
    background: #F2F2F2;
    border-radius: 50%;
    margin-right: 13px;
    margin-top: 3px;
}
button.drawer-hamburger:hover {
    background: #F2F2F2;
    border-radius: 50%;
}
.space-toggle {
    margin-right: 45px;
}
#main_nav li.menu-item {
    position: relative;
    width: 100%;
    padding: 20px;
}
#main_nav li.menu-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    font-size: 13px;
    text-decoration: none;
}
#shopinfo {
    padding: 10px;
    font-size: 13px;
}
.shop_info_title {
    border-top: 1px dotted #333333;
    border-bottom: 1px dotted #333333;
    padding: 2px 0;
    margin-bottom: 10px;
}
.shop_name, .shop_map, .shop_time, .shop_tel {
    margin-bottom: 10px;
}
.shop_tel a {
    color: #1C1C1C;
}
/*top banner*/

#content1 {
    width: 100%;
    height: auto;
    background: #fbf1f4;
    padding: 0;
}
/*event banner*/

#content2 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 0 10px 0;
}
/*news*/

#content3 {
    width: 100%;
    height: auto;
    background: #f7e5ea;
    padding: 15px 10px 10px 10px;
}
#news_wrap {
    display: block;
    flex-wrap: nowrap;
    margin: 0 0 30px 0;
}
.news {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-bottom: 10px;
}
.news:last-child {
    margin-right: 0;
}
.new_photo {
	float: left;
    width: 40%;
    height: auto;
}
.new_comment {
	float: left;
    width: 60%;
    height: auto;
    overflow-y: auto;
    padding: 0 5px;
}
.news_area {
    width: 100%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-right: 0;
}
.news_area:last-child {
    margin-right: 0;
}
.news_day {
    font-size: 14px;
}
.news {
    font-size: 14px;
}
/*newface*/

#content4 {
    width: 100%;
    height: auto;
    background: #f7e5ea;
    padding: 15px 10px 10px 10px;
}
#newface_wrap {
    display: block;
}
.newface {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-right: 1.5%;
    margin-bottom: 10px;
}
.newface:last-child {
    margin-right: 0;
}
.new_photo {
    width: 32%;
    height: auto;
}
.new_comment {
    width: 65%;
    height: auto;
    padding: 0 5px;
}
/*girls lists*/

#content5 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 10px 10px 10px;
}
#cast_wrap {
    display: -webkit-flex;
    display: flex;
    height: auto;
}
.newcast {
    width: 32%;
    margin-right: 1.9%;
    margin-bottom: 20px;
}
.newcast:nth-child(6n+6) {
    margin-right: 1.9%;
}
.newcast:nth-child(4n+4) {
    margin-right: 1.9%;
}
.newcast:nth-child(3n+3) {
    margin-right: 0;
}
.cast_photo {
    position: relative;
    width: 100%;
    height: auto;
}
.cast_info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: auto;
    text-align: center;
    background: rgba(0,0,0,0.40);
    color: #F2F2F2;
}
.cast_name {
    height: 20px;
    font-size: 14px;
    padding: 3px 5px 3px 5px;
}
.cast_schedule {
    height: 20px;
    font-size: 14px;
    padding: 3px 5px 3px 5px;
}
/*footer menu*/
	
.sp_logo {
    display: block;
    width: 30%;
    margin: 0 auto;
}
/********************************************************************************************************
sub page setting
********************************************************************************************************/

.content_title_sub {
    max-width: 1170px;
    height: auto;
    margin: 13px auto 20px auto;
    font-size: 1.3rem;
    font-family: 'Josefin Sans', sans-serif;
    color: #1C1C1C;
	text-align: center;
}

/********************************************************************************************************
page style
********************************************************************************************************/

#content_area_sub{
	width: 100%;
    height: auto;
    padding: 20px 0;
	border-top: .99px #f3d9e0 solid;
	background: #fbf1f4;
}

.content_sub{
	max-width: 1170px;
    height: auto;
    margin: 15px 15px 10px 15px;
	line-height: 1.1rem;
	color: #1C1C1C;
}

.cont_area{
	text-align: left;
	margin-bottom: 15px;
	font-size:12px;
}

.cont_area_center{
	text-align: center;
	margin-bottom: 15px;
}
}

/********************************************************************************************************************************************************
Smart Phone 4.4inch
********************************************************************************************************************************************************/

@media screen and (min-width: 320px) and (max-width: 479px) {
img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.content_title {
    max-width: 100%;
    height: auto;
    margin: 13px auto 10px 0;
    font-size: 80%;
    color: #1C1C1C;
}
.title {
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
}
#wrapper {
    width: 100%;
    overflow: hidden;
}
/*header*/
	
#pc_header_wrap {
    display: none;
}
#sp_header_wrap {
    height: 60px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fc8aaa;
}
.header_img {
    width: 35%;
}
.tel_img {
    width: 43%;
}
/*drawer icon*/

.drawer-nav {
    width: 180px;
    overflow: auto;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 11.50rem;
}
.drawer-hamburger {
    position: fixed;
    padding: 0px 3px 10px 8px;
    width: 30px;
    height: 30px;
    top: 5px;
}
.fa-bars {
    font-size: 24px;
    margin-top: 7px;
    margin-right: 5px;
}
button.drawer-toggle {
    background: #F2F2F2;
    border-radius: 50%;
    margin-right: 20px;
    margin-top: 5px;
}
button.drawer-hamburger:hover {
    background: #F2F2F2;
    border-radius: 50%;
}
.space-toggle {
    margin-right: 45px;
}
#main_nav li.menu-item {
    position: relative;
    width: 100%;
    padding: 20px;
}
#main_nav li.menu-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    font-size: 13px;
    text-decoration: none;
}
#shopinfo {
    padding: 10px;
    font-size: 13px;
}
.shop_info_title {
    border-top: 1px dotted #333333;
    border-bottom: 1px dotted #333333;
    padding: 2px 0;
    margin-bottom: 10px;
}
.shop_name, .shop_map, .shop_time, .shop_tel {
    margin-bottom: 10px;
}
.shop_tel a {
    color: #1C1C1C;
}
/*top banner*/

#content1 {
    width: 100%;
    height: auto;
    background: #fbf1f4;
    padding: 0;
}
/*event banner*/

#content2 {
    width: 100%;
    height: auto;
    background: #ffb5c9;
    padding: 5px 15px 15px 15px;
}
/*news*/

#content3 {
    width: 100%;
    height: auto;
    background: #ffb5c9;
    padding: 5px 15px 15px 15px;
}
#news_wrap {
    display: block;
    flex-wrap: nowrap;
    margin: 0 0 2px 0;
}
.news {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-bottom:16px;
}
.news:last-child {
    margin-right: 0;
}
.new_photo {
    width: 40%;
    height: auto;
}
.new_comment {
    width: 60%;
    height: auto;
    overflow-y: auto;
    padding: 0 5px;
}
.news_area {
    width: 100%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-right: 0;
}
.news_area:last-child {
    margin-right: 0;
}
.news_day {
    font-size: 12px;
}
.news {
    font-size: 12px;
}
/*newface*/

#content4 {
    width: 100%;
    height: auto;
    background: #ffb5c9;
    padding: 5px 15px 15px 15px;
}
#newface_wrap {
    display: block;
}
.newface {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    line-height: 1.2rem;
    font-size: 12px;
    margin-right: 1.5%;
    margin-bottom: 10px;
}
.newface:last-child {
    margin-right: 0;
}
.new_photo {
    width: 32%;
    height: auto;
}
.new_comment {
    width: 65%;
    height: auto;
    padding: 0 5px;
}
/*girls lists*/

#content5 {
    width: 100%;
    height: auto;
    background: #ffb5c9;
    padding: 5px 15px 15px 15px;
}
#cast_wrap {
    display: -webkit-flex;
    display: flex;
    height: auto;
}
.newcast {
    width: 32%;
    margin-right: 6.5px;
    margin-bottom: 10px;
}
.newcast:nth-child(6n+6) {
    margin-right: 6.5px;
}
.newcast:nth-child(4n+4) {
    margin-right: 6.5px;
}
.newcast:nth-child(3n+3) {
    margin-right: 0;
}
.newcast:nth-child(12n+10) {
    margin-right: 6.5px;
}
.cast_photo {
    position: relative;
    width: 100%;
    height: auto;
}
.cast_info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: auto;
    text-align: center;
    background: rgba(0,0,0,0.40);
    color: #F2F2F2;
}
.cast_name {
    height: 20px;
    font-size: 14px;
    padding: 3px 5px 3px 5px;
}
.cast_schedule {
    height: 20px;
    font-size: 13px;
    padding: 3px 5px 3px 5px;
}
/*event*/

#content6 {
    width: 100%;
    height: auto;
    background: #ffb5c9;
    padding: 5px 15px 15px 15px;
    border-bottom: .99px #f3d9e0 solid;
}
/*access*/
	
#content7 {
    width: 100%;
    height: auto;
    background: #ffb5c9;
    padding: 5px 15px 35px 15px;
}
.text_table {
    display: table;
    width: 100%;
    margin-top: 20px;
}
.row {
    display: table-row;
}
.row>div {
    display: table-cell;
    padding: 10px;
    border: .99px solid #151515;
    background-color: #F2F2F2;
    color: #1C1C1C;
    font-size: 12px;
    vertical-align: middle;
    line-height: 1rem;
}
/*footer menu*/
	
.sp_logo {
    display: block;
    width: 50%;
    margin: 0 auto;
}
/********************************************************************************************************
sub page setting
********************************************************************************************************/

.content_title_sub {
    max-width: 1170px;
    height: auto;
    margin: 13px auto 20px auto;
    font-size: 1.3rem;
    font-family: 'Josefin Sans', sans-serif;
    color: #1C1C1C;
	text-align: center;
}

/********************************************************************************************************
page style
********************************************************************************************************/

#content_area_sub{
	width: 100%;
    height: auto;
    padding: 20px 0;
	border-top: .99px #ffb5c9 solid;
	background: #ffb5c9;
}

.content_sub{
	max-width: 1170px;
    height: auto;
    margin: 15px 15px 10px 15px;
	line-height: 1.1rem;
	color: #1C1C1C;
}

.cont_area{
	text-align: left;
	margin-bottom: 15px;
	font-size:12px;
}

.cont_area_center{
	text-align: center;
	margin-bottom: 15px;
}
}

/********************************************************************************************************************************************************
Smart Phone 4.4inch
********************************************************************************************************************************************************/

@media only screen and (device-width: 320px) {
img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.content_title {
    max-width: 100%;
    height: auto;
    margin: 13px auto 10px 0;
    font-size: 90%;
    color: #1C1C1C;
}
#wrapper {
    width: 100%;
    overflow: hidden;
}
/*header*/
	
#pc_header_wrap {
    display: none;
}
#sp_header_wrap {
    height: 60px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #f1dbe1;
}
.header_img {
    width: 35%;
    margin-top: 0;
    margin-left: 10px;
    ;
}
.tel_img {
    width: 42%;
    margin-top: 0;
}
/*drawer icon*/

.drawer-nav {
    width: 180px;
    overflow: auto;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 11.50rem;
}
.drawer-hamburger {
    position: fixed;
    padding: 0px 3px 10px 8px;
    width: 30px;
    height: 30px;
    top: 5px;
}
.fa-bars {
    font-size: 24px;
    margin-top: 7px;
    margin-right: 5px;
}
button.drawer-toggle {
    background: #F2F2F2;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 5px;
}
button.drawer-hamburger:hover {
    background: #F2F2F2;
    border-radius: 50%;
}
.space-toggle {
    margin-right: 45px;
}
#main_nav li.menu-item {
    position: relative;
    width: 100%;
    padding: 20px;
}
#main_nav li.menu-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #1C1C1C;
    padding: 15px 10px;
    font-size: 13px;
    text-decoration: none;
}
#shopinfo {
    padding: 10px;
    font-size: 13px;
}
.shop_info_title {
    border-top: 1px dotted #333333;
    border-bottom: 1px dotted #333333;
    padding: 2px 0;
    margin-bottom: 10px;
}
.shop_name, .shop_map, .shop_time, .shop_tel {
    margin-bottom: 10px;
}
.shop_tel a {
    color: #1C1C1C;
}
/*top banner*/

#content1 {
    width: 100%;
    height: auto;
    background: #fbf1f4;
    padding: 0;
}
/*event banner*/

#content2 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 10px 10px 10px;
}
/*news*/

#content3 {
    width: 100%;
    height: auto;
    background: #f7e5ea;
    padding: 15px 10px 10px 10px;
}
#news_wrap {
    display: block;
    flex-wrap: nowrap;
    margin: 0 0 2px 0;
}
.news {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-bottom: 16px;
}
.news:last-child {
    margin-right: 0;
}
.new_photo {
    width: 40%;
    height: auto;
}
.new_comment {
    width: 60%;
    height: auto;
    overflow-y: auto;
    padding: 0 5px;
}
.news_area {
    width: 100%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-right: 0;
}
.news_area:last-child {
    margin-right: 0;
}
.news_day {
    font-size: 14px;
}
.news {
    font-size: 14px;
}
/*newface*/

#content4 {
    width: 100%;
    height: auto;
    background: #f7e5ea;
    padding: 15px 10px 10px 10px;
}
#newface_wrap {
    display: block;
}
.newface {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    line-height: 1.2rem;
    font-size: 14px;
    margin-right: 1.5%;
    margin-bottom: 10px;
}
.newface:last-child {
    margin-right: 0;
}
.new_photo {
    position: relative;
    width: 32%;
    height: 144px;
}
.new_comment {
    width: 65%;
    height: auto;
    padding: 0 5px;
}
.cast_size {
    height: 20px;
    font-size: 12px;
    padding: 3px 3px 2px 3px;
}
/*girls lists*/

#content5 {
    width: 100%;
    height: auto;
    background: #fbf4f6;
    padding: 15px 10px 10px 10px;
}
#cast_wrap {
    display: -webkit-flex;
    display: flex;
    height: auto;
}
.newcast {
    width: 32%;
    margin-right: 1.9%;
    margin-bottom: 20px;
}
.newcast:nth-child(6n+6) {
    margin-right: 1.9%;
}
.newcast:nth-child(4n+4) {
    margin-right: 1.9%;
}
.newcast:nth-child(3n+3) {
    margin-right: 0;
}
.cast_photo {
    position: relative;
    width: 100%;
    height: auto;
}
.cast_info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: auto;
    text-align: center;
    background: rgba(0,0,0,0.40);
    color: #F2F2F2;
}
.cast_name {
    height: 20px;
    font-size: 12px;
    padding: 3px 5px 3px 5px;
}
.cast_schedule {
    height: 20px;
    font-size: 12px;
    padding: 3px 5px 3px 5px;
}
/*footer menu*/
	
.sp_logo {
    display: block;
    width: 60%;
    margin: 0 auto;
}
	
#cast_wrap_cast {
    display: -webkit-flex;
    display: flex;
    height: auto;
}

.newcast_cast:nth-child(6n+6) {
    margin-right: 1.9%;
}
.newcast_cast:nth-child(4n+4) {
    margin-right: 1.9%;
}
.newcast_cast:nth-child(3n+3) {
    margin-right: 0;
}
.newcast_cast:nth-child(12n+10) {
    margin-right: 1.9%;
}
	
.text_table_gi .row>div.title_tt_gi {
    width: 20%;
    text-align: center;
	background: #F2F2F2;
}

.gils_area{
	float: none;
    width: 100%;
	margin-right: 0;
}

#cast_girls_area{
    width: 96%;
    margin: 0 2%;
    height: auto;
}

div.photo_area ul{
    display: -webkit-flex;
    display: flex;
    margin: 20px auto;
    height: auto;
}

div.photo_area ul li{
	width: 19%;
	margin-right: 1%;
}

div.photo_area ul li:last-child{
	width: 19%;
}

#cast_wrap_cast_pc{
max-width: 740px;
margin: 0 0 0 20px;
}
	
.banner {
    margin: 2px;
}
.banner:last-child {
    margin-right: 0;
}

}
