@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700);
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
/* CSS Document */

body{
background:url(images/bg.jpg) repeat 50% 0% fixed;
font-size: 78%;
font-family:Meiryo, "ヒラギノ角ゴ Pro W3";
margin: 0;
padding: 0;
}
img{
border:none;
max-width: 100%;
}
img.left{
float:left;
margin:0 10px 0 0;
}
img.right{
float:right;
margin:0 0 0 10px;
}
p{
line-height:160%;
margin: 10px 0;
}
a{
color:#CC0000;
}


#body{
width:900px;
margin: 10px auto 0;
position: relative;
}

#header{
width: 900px;
margin: 0 auto;
padding: 10px 0 0 0;
}
#header h1{
margin: 0;
padding: 0;
}
#header h1 a{
text-indent: -9999px;
display: block;
background: url(images/logo.gif) no-repeat;
height: 120px;
}
#header h1 a.s{
text-indent: -9999px;
display: block;
background: url(images/logos.gif) no-repeat;
height: 90px;
}

#navi{
	background: url(images/bg_navi01.jpg) repeat-x 50% 0%;
	margin: 0 0 20px;
	font-family: Montserrat, sans-serif;
}
#navi ul{
	height: 30px;
	margin: 0 auto;
	padding: 0;
	width: 870px;
	position: relative;
	display: flex;
	justify-content:space-between;
}
#navi ul li{
	list-style-type:none;
	display: inline-block;
}

#navi ul li a{
	font-size: 11px;
	color:#FFF;
	text-decoration: none;
	line-height: 30px;
	letter-spacing: 1px;
}
#navi ul li a.s{
	color: #d80000;
	font-weight: bold;
}


#ttl{
color:#FFFFFF;
position: relative;
top: -30px;
margin: 0 0 -30px;
background: url(images/bg_ttl.jpg);

}
#ttl h2{
margin:0 auto;
width:900px;
text-indent: -9999px;
height: 40px;
font-family: 'Yanone Kaffeesatz', sans-serif;
}
#ttl h2.special{
background: url(images/h2_2.gif) no-repeat 0px 10px;
}
#ttl h2 a{
width:900px;
color: #FFFFFF;

}
#oiranmusic{
position: absolute;
left: -140px;
top: 0px;
}

a.vv_shop{
display:block;
text-align:center;
padding:5px;
margin-bottom:5px;
background-color:#B20604;
color:#FFF;
font-family:"Yanone Kaffeesatz";
font-size:16px;
text-decoration:none;
}
a.vv_shop span{
font-family:Meiryo, "ヒラギノ角ゴ Pro W3";
font-size:12px;
display:block;
padding:5px;
background-color:#FFF;
color:#B20604
}









#body h2{
font-size:30px;
margin:0 0 20px;
font-family: 'Yanone Kaffeesatz', sans-serif;
padding: 10px 0;
}
#body h2.oiran{
text-indent:-9999px;
background: url(images/h2.gif) no-repeat 0px 0px;
height:24px;
}
#body h2.dgzp{
text-indent:-9999px;
background: url(images/h2.gif) no-repeat 0px -50px;
height:24px;
}
#body h2.rental{
text-indent:-9999px;
background: url(images/h2.gif) no-repeat 0px -100px;
height:24px;
}
#body h2.food{
text-indent:-9999px;
background: url(images/h2.gif) no-repeat 0px -150px;
height:24px;
}
#body h2.drink{
text-indent:-9999px;
background: url(images/h2.gif) no-repeat 0px -200px;
height:24px;
}
#body h2.course{
text-indent:-9999px;
background: url(images/h2.gif) no-repeat 0px -250px;
height:24px;
}
#body h2.club{
position:relative;
}
#body h2.club a{
text-indent:-9999px;
background: url(images/h2.gif) no-repeat 0px -450px;
height:24px;
display: block;
color:#000000;
}
#body h2.club span.entry{
position:absolute;
top:0px;
left:130px;
display: block;
width: 760px;
font-size: 70%;
}
#body h2.club span.entry a{
text-indent:0px;
display: inline;
position:absolute;
background:none;
margin:0 0 0 5px;
}


#body h2.special{
position:relative;
}
#body h2.special a{
text-indent:-9999px;
background: url(images/h2.gif) no-repeat 0px -500px;
height:24px;
display: block;
color:#000000;
}
#body h2.special span.entry{
position:absolute;
top:0px;
left:210px;
display: block;
width: 650px;
font-size: 70%;
}
#body h2.special span.entry a{
text-indent:0px;
display: inline;
position:absolute;
background:none;
margin:0 0 0 5px;
}

#body h2.venus{
background: url(images/h2.gif) no-repeat 0px -550px;
height:50px;
text-indent:-9999px;
}





#body h3{
font-size:100%;
margin:10px 0;
padding: 0;
}




#body div.paper{
padding:40px;
margin:0 0 20px;
background: #EAEBE6 url(images/bg_paper.gif);
-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
#body div.paper.dark{
background: url(images/bg_paper2.gif);
}
#body div.paper.red{
background: url(images/bg_paper3.gif);
}
#body div.paper.black{
background: url(images/bg_paper4.gif);
color:#FFFFFF;
}
#body div.paper.narrow{
padding:10px;
}


#body div.left{
width:440px;
float:left;
}
#body div.right{
width:440px;
float:right;
}
#body div.entry{
margin:15px 0 0;
padding: 0 0 15px;
border-bottom: 1px dashed #DD0000;
clear: both;
}
#body div.entry.paper{
margin:0 0 15px;
padding: 20px;
border-bottom: 0px dashed #DD0000;
clear: both;
}
#body div.entry.paper h2{
font-size:150%;
}




#topcontent{
width:660px;
float:left;
}
#topcontent img.radius{
display:block;
border-radius:12px;
-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
#topcontent table{
margin:15px 0 0 0;
font-family: Arial, Helvetica, sans-serif;
}
#topcontent th{
text-align:left;
color:#CC0000;
vertical-align: top;
width: 50px;
}
#topcontent td{
vertical-align: top;
font-size: 110%;
font-family: Arial, Helvetica, sans-serif;
}

#toplead{
width: 310px;
float: left;
}
#toplead h2{
margin:0;
background:url(images/top_title.gif) no-repeat 0 0;
height: 80px;
text-indent: -9999px;
}
#toplead p{
font-size:110%;
}
#blog{
float: right;
width: 333px;
}
#blog h2{
margin:0;
background:url(images/h2_blog.gif) no-repeat 0 0;
height: 15px;
text-indent: -9999px;
padding: 0;
}
#blog p.small{
margin:0 0 15px;
font-size:10px;
line-height: 100%;
}
#blog p.small a{
color:#000000;
}

#blog div.body{
height: auto;
overflow: hidden;
border-radius:0px;
background: url(images/bg_paper.gif);
-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
#blog ul{
margin:0;
padding:10px;
}

#blog li{
margin:0 0 8px 5px;
padding:0 0 0 20px;
background:url(images/li.gif) no-repeat 0 0;
list-style-type: none;
}
#blog li span{
display:none;
}
#blog li a{
color:#000000;
text-decoration:none;
display:block;
}
#blog li a:hover{
color:#CC0000;
text-decoration:underline;
}

#blog li.first{
background:url(images/li_big.gif) no-repeat 0 0;
font-size:130%;
padding: 2px 0 0px 30px;
margin: 0 0 8px;
}
#blog li.first a{
color:#CC0000;
}
#blog li.first span{
display:block;
font-size:9px;
letter-spacing:1px;
font-family:Arial, Helvetica, sans-serif;
}




#twitter{
width:230px;
float:right;
}
#twitter h2{
margin:0;
background:url(images/h2_twitter.gif) no-repeat 0 0;
height: 15px;
text-indent: -9999px;
}
#twitter p.small{
margin:0 0 15px;
font-size:10px;
line-height: 100%;
}
#twitter p.small a{
color:#000000;
}
#twitter div.body{
clear: both;
background: url(images/bg_paper.gif);
border-radius:0px;
overflow:hidden;
}

#twitter div.twtr-hd{
display:none;
}


#twitter div.twtr-tweet{
font-size:12px;
font-family:Meiryo, "ヒラギノ角ゴ Pro W3";
padding:5px;
}



#content{
width:650px;
float:left;
}
#content.narrow{
width:590px;
}


#side{
width:230px;
float:right;
}
#side.wide{
width:300px;
}


#side h2{
font-size:16px;
margin: 0 0 10px;
font-family: 'Yanone Kaffeesatz', sans-serif;
border-bottom: 1px dashed #000000;
padding: 0 0 5px;
}

#side h2.cluboiran{
text-indent:-9999px;
background: url(images/h2.gif) no-repeat 0px -350px;
height:25px;
margin:0px 0 0 0;
border: none;
}
#side h2.special{
text-indent:-9999px;
background: url(images/h2.gif) no-repeat 0px -400px;
height:30px;
margin:0;
}

#side ul{
margin:0;
padding:0;
}

#side li{
margin:0;
padding:5px 0;
border-top: 1px dashed #000000;
list-style-type: none;
}
#side li a{
display:block;
}




#ustream #content{
width:600px;
float:left;
padding: 0 0 30px;
}


#ustream #side{
width:280px;
float:right;
}




#footer{
width:auto;
margin:50px auto 0;
padding:10px 0 100px;
text-align:center;
font-weight:normal;
font-size:12px;
color: #333333;
background-color: #C5C7B8;
opacity: 0.8;
}
#footer p.copy{
color: #AAAD96;
font-size: 12px;
font-weight: bold;
}
#footer a{
color: #000000;
}
#footer h2{
font-size: 100%;
}
#footer ul {
}
#footer li{
list-style-type:none;
display: inline;
margin: 0 10px;
}



.big{
font-size:120%;
}
.padding20{
padding:20px;
}
.padding20.first{
padding:0 20px 20px;
}
.eng{
}


input.large{
width:240px;
}


#instagram {
    position: absolute;
    top: 88px;
    left: 50%;
    transform: translateX(401px);
    width: 39px;
    height: 39px;
}
#instagram img{
	width: 100%;
	height: auto;
}
#instagram a:hover img{
	transform:scale(1.1);
}
