@charset "shift_jis";
/* CSS Document */



.top {
    height: 150px;
	background-image: url(../img/header02.jpg);
}
.top_message {
	text-align: center;
	padding: 5% 0% 2%;
	font-size: 24px;
}

.girl_sp {
	display: none;
}

#girl_container {
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}


/*------  photo -----*/
#photoBIG {
	float: left;
	height: auto;
	width: 50%;
}
#photoBIG img {
	border: 1px solid #fc04b3;
}
#thum_container {
	overflow: hidden;
    background-color: rgb(255 0 102 / 100%);
    background-image: url(../img/menu_bg.png);
}
#thum_container a {
	display: flex;
	height: auto;
	width: calc(100% / 3);
	float: left;
}

/*-------  name -----*/

#girl_top {
	width: 45%;
    float: right;
	overflow: hidden;
}
#girl_name {
	border-bottom: 1px solid #fc04b3;
}

#name {
	font-size: 24px;
	color: #fc04b3;
	font-weight: bold;
	padding: 5%;
}
#girl_size {
	padding: 5%;
    font-size: 16px;
}


.girls_list_icon {
	height: 42px;
	overflow: hidden;
    margin-bottom: 3px;
}
.girls_list_icon img {
	max-height: 44px;
    max-width: 40px;
    margin: 0 1px;
}
/*----  q_a  ----*/

.q_a {
	padding: 3%;
    width: 100%;
	border-bottom: 1px solid #fc04b3;
}
.q_a:nth-child(2n+1){
	background-color: #21000d;
}
.q {
	margin-bottom: 5px;
}
.q::before {
    content: 'Q,';
	font-weight: bold;
    color: #fc04b3;
	margin-right: 5px;
}
.a {
}
.a::before {
    content: 'A,';
	font-weight: bold;
    color: #04b7fc;
	margin-right: 5px;
}

/*------  ------*/

#girl_com {
	min-height: 350px;
	width: 100%;
	padding: 5%;
    border: 1px solid #fc04b3;
	line-height: 1.2;
	/*overflow-y: scroll;
	overflow-x: hidden;*/
}
#girl_com img{
    width: initial;
}
.photoBIG {
	position: relative;
}
.photoBIG .girls_list_icon {
	position: absolute;
	bottom: 2px;
    right: 5px;
}
.photoBIG .girls_list_icon img{
	border: none!important;
	width: 45px!important;
	height: 53px;
	margin-left: 2px;
}


/*------  sche -----*/
#schedule_wrapper {
	width: 100%;
	clear: left;
	margin-top: 10px;
}
#schedule_container {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	font-size: 1.4rem;
    display: flex;
}
.schedule {
	width: calc(100% / 7);
	text-align: center;
    height: 100%;
}
.date {
	color: #FFF;
	background-color: #1d1d1d;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10% 0;
    height: calc(100% / 2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.sun {
	color: #fc04b3;
}
.sat {
	color: #5843ff;
}
.time {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 30% 0;
    height: calc(100% / 2);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
}

.girl_syame {
    max-height: 163px;
}

/*-------------------------------750----------------------*/
@media screen and (max-width: 750px) {

	
.top {
    height: 100px;
}	
.top_message {
	padding: 10% 0% 2%;
	font-size: 1.8rem;
}	
	
.girl_pc {
	display: none;
}	
.girl_sp {
	display: block;
}	
#girl_container {
	width: 100%;
}
#girl_top {
	width: 100%;
    float: none;
}
#name {
	font-size: 1.8rem;
	text-align: center;
}
#girl_size {
	text-align: center;
}

/*------  photo -----*/
#photoBIG {
	float: none;
	width: 80%;
    margin: 0 auto;
}



/*------  ------*/

#girl_com {
	width: 100%;
	min-height: 200px;
}
.girls_list_icon {
    text-align: center;
}

/*------  sche -----*/

#schedule_container {
    display: block;
    font-size: 1.6rem;
}
.schedule {
	width: 100%;
}
.date {
	padding: 4% 0;
    width: 40%;
    float: left;
    border-right: none;
}
.time {
	padding: 4% 0;
    height: initial;
}
	
.girl_syame {
    max-height: 586px;
}	

	
	
}/*--- end  ---*/
	
	
	
	
	
	
	
	
	
	

