@charset "utf-8";
/* CSS Document */
@import "./gnavi.css";
@import "./snavi.css";
*{
	margin:0px;
	padding:0px;
	font-style:normal;
	list-style-type:none;
}
a img {border:0;}
hr{display:none;}
h1,h2,h3,h4,h5,h6{
	font-size:1.1em;
	line-height:1.6;
}
/*li,dt,dl {line-height:1.6; }*/

body{
	font-size:12px;
	line-height: 1.5;
	color:#CCCCCC;
	font-family:Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background-color:#333333;
}
a:link {
	color:#C6D5FD;
	text-decoration: none;
}
a:visited {
	color:#C6D5FD;
	text-decoration: none;
}
a:hover {color:#FFFFFF;}

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

/*共通*/
.accentuate{color:#FFFFFF;}
.line{
	clear:both;
	margin:0px auto;
}
.linedotdark{
	background:url(../image/linedot_dark.gif);
	height:1px;
	margin:5px auto;
}
.linedotlight{
	background:url(../image/linedot_light.gif);
	height:1px;
	margin:5px auto;
}
.notes{color:#999999;}
.anend{
padding-top:10px;
clear:both;
}


/*段組*/
div.wrapper{
	margin:0px auto;
	width:780px;
	background-color:#000000;
}

div.header{
	background:url(../image/header_bg.jpg) no-repeat;
	background-position:top;
	
	position: relative;
}
p.header_openhours{
	position: absolute;
	top: 50px;
	right: 15px;
	width: 200px;
	font-size: 16px;
	font-weight: bolder;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-shadow: 1px 1px 2px #000000;
	white-space: nowrap;
	text-align: center;
}

div.content{
	width:780px;
}
div.navigation{
	float:left;
	width:190px;
	padding:20px 10px;
}
div.main{
	float:right;
	width:550px;
	padding-right:15px;
	_padding-right:15px;
	padding-top:10px;
	padding-bottom:20px;
}

div.footer{
	clear:both;
	background:url(../image/footer_bg.gif) repeat-x;
	background-position:bottom;
	padding:5px 10px 10px;
	text-align:center;
}


/*ヘッダー*/
div.headlinenews{
	margin:5px 15px;
	width:750px;
	height:20px;
	color:#FFFFFF;
	background:url(../image/headline_bg.gif) no-repeat;
	background-position:right;
}
div.headlinenews h2{
	float:left;
}
div.headlinenews marquee{
	float:right;
	width:677px;
}


/*ナビゲーション*/
/*グローバルナビ*/
.globalnavi{
	width:180px;
	margin:0px 5px 10px;
	_margin-bottom:3px;
	background-image: linear-gradient(0deg, #cccccc 0%, #333333);
}
*:first-child+html .globalnavi{margin-bottom:0px;}
.globalnavi li{
	padding: 1px;
	box-sizing: border-box;
	border: #111111 solid 1px;
	background-color: #CCCCCC;
}
.globalnavi li a{
	position: relative;
	display:block;
	height:40px;
	background-image: linear-gradient(#CCCCCC 0%, #111111);
	border: #111111 solid 1px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.globalnavi li a span{
	position: absolute;
	left: 3px;
	top: 6px;
	font-size: 14px;
	color: #FFFFFF;
}
.globalnavi li a small{
	text-align: right;
	position: absolute;
	right: 3px;
	bottom: 3px;
	color: #C6D5FD;
	font-size: 10px;
	letter-spacing: 0.06em;
}
.globalnavi li a:hover{
	background-image: linear-gradient(#666666 0%, #000000);
}

/* 基本 */
.globalnavi li a{
  /* 好みはここで調整OK */
  --bg1:#CCCCCC;
  --bg2:#111111;
  --speed:0.6s;
	
  /* グラデ背景（動かす） */
  transition:
    background-position var(--speed) ease,
    transform var(--speed) cubic-bezier(.2,.7,.2,1),
    box-shadow var(--speed) ease;

  /* 見た目強化 */
  box-shadow:0 1px 0 rgba(255,255,255,.15) inset,
             0 6px 18px rgba(0,0,0,.25);
}

/* ホバーでグラデがスライド＆ふわっと */
.globalnavi li a:hover{
  background-position:100% 50%;
  transform:translateY(-2px);
  box-shadow:0 1px 0 rgba(255,255,255,.15) inset,
             0 10px 24px rgba(0,0,0,.35);
}

/* クリック時の押し込み感 */
.globalnavi li a:active{
  transform:translateY(0);
  box-shadow:0 1px 0 rgba(255,255,255,.12) inset,
             0 6px 16px rgba(0,0,0,.3);
}

/* キーボード操作のアクセシビリティ */
.globalnavi li a:focus-visible{
  outline:2px solid #fff8;
  outline-offset:2px;
}
.globalnavi li a.stay{
	background-image: linear-gradient(#666666 0%, #000000);
}
.globalnavi li a.stay span{
	color: #CCCCCC;
}
.globalnavi li a.stay small{
	color: #FEDDDD;
}


/*デリヘルタウン写メ日記*/
.dto_diary_widget{
	margin-top:2px;
	margin-bottom:10px;
	padding-bottom:0px;
}
.dto_diary_widget iframe{
	margin-bottom:0px;
	padding-bottom:0px;
}


/*写メブログへのリンクバナー*/
.bnr_blog_city{
	margin:10px 5px;
}
.bnr_blog_city a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}


/*サブナビ*/
.subnavi{
	width:180px;
	height:144px;
	margin:10px 5px;
	overflow:hidden;
}
.subnavi li{
	margin-bottom:4px;
	width:180px;
	height:70px;
	overflow:hidden;
}
.subnavi li a{
	display:block;
	overflow:hidden;
	width:100%;
	height:70px;
	padding-left:180px;
	background-image:url(../image/subnavi.jpg);
	color:#FFFFFF;
}
/*オフマウス*/
.snaviblog a {background-position:-180px 0px;}
.snavitwitter a {background-position:-180px -74px;}
.snavifacebook a {background-position:-180px -148px;}
.snaviguide a {background-position:-180px -222px;}
.snavicontact a {background-position:-180px -296px;}
/*オンマウス*/
.snaviblog a:hover {background-position:0px 0px;}
.snavitwitter a:hover {background-position:0px -74px;}
.snavifacebook a:hover {background-position:0px -148px;}
.snaviguide a:hover {background-position:0px -222px;}
.snavicontact a:hover {background-position:0px -296px;}

div.eventimg-xm{
	padding-bottom:5px;
}
div.eventimg-xm p{
	margin:0px 5px 5px;
}
.mbsite{
	margin:10px 5px 0px;
}
.mbsiteurl{
	width:190px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3","Times New Roman", Times, serif;
	color:#FFFFFF;
	text-align:center;
	margin-top:-10px;
	margin-bottom:8px;
	_margin-bottom:-3px;
}
*:first-child+html .mbsiteurl{margin-bottom:-5px;}

/*携帯・スマフォはこちら*/
.c_mobilesite{
	display:none;
/*
	width:190px;
	height:162px;
	padding-top:138px;
	background:url(../image/mb_bg.gif) no-repeat;
	position:relative;
*/
}
.c_qr{
	position:absolute;
	width:74px;
	height:74px;
	top:52px;
	left:10px;
}
.c_mbcontent{
	padding:0px 10px;
}
.c_mburla{
	font-size:11px;
	margin-bottom:5px;
}
.c_fillin{
	width:160px;
	margin-bottom:5px;
}
.c_mobilesaite select{
	margin-right:5px;
}
.c_sendbtn{
	width:40px;
	padding:2px 0px;
	_padding:2px 0px 1px;
}
*:first-child+html .c_sendbtn{
	padding:2px 0px 1px;
}
.c_mberror{
	color:#FF0000;
	line-height:1.4;
	padding-top:15px;
	margin-bottom:10px;
}
.c_mbok{
	padding-top:15px;
	margin-bottom:10px;
	text-align:center;
}
.c_mbmailadd{
	color:#FF0066;
	text-align:center;
}

/*フッター*/
div.footer ul{margin:5px auto;}
div.footer li{
	display:inline;
	white-space:nowrap;
}
div.footer p{
	margin-top:10px;
}

/*インデックスページ*/
div.wrapperindex{
	font-size:10px;
}
div.contentindex{
	width:800px;
	margin:0px auto;
	text-align:center;
	font-size:12px;
}
div.mainindex{
	width:800px;
	/*height:300px;*/
	margin:50px auto 30px;
	padding:330px 0px 15px;
	background:url(../image/index/index_bg.png) no-repeat center top;
	color:#999999;
}
.introduction{text-align:left;}
.agelimit{
	width:100%;
	margin:0 auto 50px;
	background:url(../image/index/no18.png) no-repeat center;
}
.agelimit li{
	float:left;
}
.enter{
	padding-left:200px;
	margin-top:10px;
	width:150px;
	height:50px;
	overflow:hidden;
}
.enter a{
	display:block;
	overflow:hidden;
	width:150px;
	height:0 !important;
	height/**/:50px;
	padding-top:50px;
	background:url(../image/index/enter_btn.png) no-repeat;
	color:#FFFFFF;
}
/*オフマウス*/
.enter a{background-position:0px 0px;}
/*オンマウス*/
.enter a:hover{background-position:0px -50px;}
.exit{
	margin-top:10px;
	margin-left:60px;
	width:150px;
	height:50px;
	overflow:hidden;
}
.exit a{
	display:block;
	overflow:hidden;
	width:150px;
	height:0 !important;
	height/**/:50px;
	padding-top:50px;
	background:url(../image/index/exit_btn.png) no-repeat;
	color:#FFFFFF;
}
/*オフマウス*/
.exit a{background-position:0px 0px;}
/*オンマウス*/
.exit a:hover{background-position:0px -50px;}


/*ポータルサイト埋め込み*/
.indexftrnavi{
	margin-bottom:15px;
}
.indexftrnavi li{
	display:inline;
	white-space:nowrap;
}
div.linkindex{
	width:720px;
	padding:30px;
	margin-top:50px;
	text-align:left;
}
div.linkindex p img{
	margin-bottom:5px;
}
div.linkindex ul{
	margin:5px 0px 0px 35px;
}
div.linkindex li{
	float:left;
	min-width:90px;
	min-height:33px;
	width:auto !important;
	height:auto !important;
	width:90px;
	height:33px;
	/*margin-top:5px;*/
	margin-bottom:5px;
	margin-right:5px;
	/*padding-top:15px;*/
	text-align:center;
}
