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

body {
	background-image: none;
}


#wrapper {
}
#container {
	max-width: 650px;
	margin: 0 auto;
    line-height: 1.2;
}


/* =======================================
    girl name photo
======================================= */

.g_mess03 {
    text-align: center;
    padding-top: 22%;
    font-size: 18px!important;
}
.g_mess03 span{
    font-size: 18px!important;
}
.g_mess03 img{
    width: initial;
}
#photoBIG {
    padding: 3% 0 8%;
}
#photoBIG img{
	width: 100%;
	height: auto;
}
#photoBIG .flexslider {
	border: 1px solid #666;
    width: 80%;
    margin: 0 auto;
}


/* =======================================
    girl prof
======================================= */

#girl_prof {
	font-family: verdana, arial;
    text-align: center;
    line-height: 2;
    border-bottom: 1px dotted;
    width: 80%;
    margin: 0 auto 30px;
}
#girl_name {
	font-size: 120%;
	padding-right: 5px;
	font-weight: bold;
}


#girl_icon {
	width: 560px;
	height: 40px;
    overflow: hidden;
	margin: 30px auto;
}
#girl_icon img {
	float: left;
	display: block;
	margin-right: 4px;
	margin-bottom: 5px;
}

#girl_message {
	overflow: auto;
	padding: 5%;
    border-bottom: 1px dotted #fff;
}
#girl_message img{
	width: initial;
}

/* =======================================
    schedule
======================================= */
#footer_menu_title p {
    text-align: center;
    padding: 5px;
    font-weight: bold;
}

#schedule_wrapper {
	clear: left;
	padding: 25px 0;
}
#schedule_container {
	color: #fff;
	text-align: center;
}

.schedule {
	text-align: center;
    display: flex;
    border-bottom: 1px solid;
}
.date {
	padding: 12px 10px;
    color: #fff;
    line-height: 1.2;
    width: 35%;
}
.sun {
	color: #ff0000;
}
.sat {
	color: #00a0ff;
}
.time {
    width: 65%;
    padding: 12px 10px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
}

/*---------  girl_op  --------------*/

.girl_op {
    margin: 20px 0;
}
.girl_op .girl_base {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.girl_op .service {
    display: block;
    width: calc(100%/5 - 1px);
    text-align: center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.girl_op .service:nth-child(5n){
    border-right: none;
}
.girl_op .service:nth-child(n+6){
    border-bottom: none;
}
.girl_op .service .service_name{
    border-bottom: 1px solid #fff;
    padding: 12px 0;
    font-size: 90%;
}
.girl_op .service .service_answer{
    padding: 6px 0;
    font-size: 20px;
}










