@charset "shift_jis";
/* CSS Document */
/*********** Šî–{Ý’è ***********/
html{
	height:100%;
}

body{
	height:100%;
	width:100%;
	font-size:100%;
	line-height:140%;
	color:#231815;
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro W3","ƒƒCƒŠƒI", Meiryo, Osaka,"‚l‚r ‚oƒSƒVƒbƒN","MS P Gothic", sans-serif;
}

input,
textarea{
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro W3","ƒƒCƒŠƒI", Meiryo, Osaka,"‚l‚r ‚oƒSƒVƒbƒN","MS P Gothic", sans-serif;
}

*{
	outline:none;
}

a{
	/*\*/
	overflow:hidden;
	/**/
	/*color:#FF008E;*/
	color:#7a00ff;
}

/*iphoneƒ{ƒ^ƒ“’²®*/
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

.none{
	display:none;
}

.clear{
	clear:both;
}

.clearfix{
	zoom:100%;
}

.clearfix:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}


.ta_c{
	text-align:center;
}

.ta_r{
	text-align:right;
}

.ta_l{
	text-align:left;
}


.normal{
	font-weight:normal;
}

.bold{
	font-weight:bold;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;@
}


/*********** “§‰ßÝ’è ***********/
.opac,
.bright{
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

.opac:hover{
  opacity: 0.7;
  filter: alpha(opacity=60);
}

.bright:hover{
	filter: brightness(80%);
}

/*********** ƒXƒ‰ƒCƒhÝ’è ***********/
#mv{
	/*width:1040px;
	height:300px;*/
}


/*********** ŠeŽíÝ’è ***********/
#wrap{
	width: 100%;
	position: relative;
	height:auto !important; /*IE6‘Îô*/
	height: 100%; /*IE6‘Îô*/
	min-height: 100%;
	background: #d4bdff;
}

#higashi #wrap{
	background: #ffb7d9;
}

#catch{
	background: #000;
	padding:0 10px;
}


#contents{
	padding:0 0 140px;
	max-width: 1400px;
	box-sizing: border-box;
	margin:0 auto;
}

.text1{
	font-size: 16pt;
	line-height: 1.5;
}


#navi{
	display: flex;
	gap:10px;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 896px;
	margin-left:auto;
	margin-right:auto;
}
#navi a{
	width:calc((100% - 20px) / 3);
	max-width: 292px;
}

.title1{
	background: #000;
	padding:0 10px;
	position: relative;
	margin-bottom:30px;
}

.title1:after{
	content:'';
	display: block;
	width:154px;
	height:24px;
	background: url(/img/title_girlsbar_en.png) 0 0 no-repeat;
	position: absolute;
	right:10px;
	bottom:5px;
}

.title1:before{
	content:'';
	display: block;
	width:100%;
	height:16px;
	background: url(/img/dot_pink.gif) 0 0 repeat;
	position: absolute;
	left:0;
	bottom:-16px;
}

#cabacla:after{
	background: url(/img/title_cabacla_en.png) 0 0 no-repeat;	
}

#hotehel:after{
	background: url(/img/title_hotehel_en.png) 0 0 no-repeat;	
}

#delihel:after{
	background: url(/img/title_delihel_en.png) 0 0 no-repeat;	
}

#sexy:after{
	background: url(/img/title_sexy_en.png) 0 0 no-repeat;	
	width:232px;
}

#soap:after{
	background: url(/img/title_soap_en.png) 0 0 no-repeat;	
	width:232px;
}

#other:after{
	background: url(/img/title_other_en.png) 0 0 no-repeat;	
	width:232px;
}

#cabacla:before{
	background: url(/img/dot_blue.gif) 0 0 repeat;
}

#hotehel:before{
	background: url(/img/dot_red.gif) 0 0 repeat;
}

#delihel:before{
	background: url(/img/dot_green.gif) 0 0 repeat;
}

#sexy:before{
	background: url(/img/dot_purple.gif) 0 0 repeat;
}

#soap:before{
	background: url(/img/dot_orange.gif) 0 0 repeat;
}

#other:before{
	background: url(/img/dot_gold.gif) 0 0 repeat;
}


.ul1{
	max-width:1400px;
	margin:0 auto 30px;
	list-style: none;
}

.ul1 li{
	display: inline-block;
	width:33.33333333333333%;
	box-sizing: border-box;
	padding:5px;
	vertical-align: top;
	text-align: center;
}

.panel{
	display: block;
	background: #ff975c;
	height:100%;
	line-height:1.5;
	padding:10px;
	border-radius: 5px;
    position: relative;
}

.panel.higashi{
	background: #c977ff;
}

.panel:before{
    content:'¼Œû';
    display: block;
    width:40px;
    height:30px;
    line-height:30px;
    text-align: center;
    background:#ff11e3;
    color:#fff;
    position: absolute;
    top:-3px;
    left:-3px;
    font-size:12px;
    border-radius: 5px;
}

.panel.higashi:before{
    content:'“ŒŒû';
    background:#07c1f8;
}

.hp_bn{
	display: block;
}





footer{
	height:140px;
	position:absolute;
	bottom:0;
	background:#000;
	width:100%;
	box-sizing: border-box;
	padding-top:30px;
	color:#fff;
	
}


/*********** boxÝ’è ***********/
.box1{
	background: #ff0004;
	color:#fff;
	padding:1em;
}



/*********** fontÝ’è ***********/
.cl_red{
	color:#FF0004;
}


/*********** —]”’Ý’è ***********/
.mgb10{
	margin-bottom:10px;
}

.mgb30{
	margin-bottom:30px;
}

.pdlr10{
	padding-left:10px;
	padding-right:10px;
}
