@charset "Shift_JIS";
/*----------------------------------------------------------共通設定（スマホ用） */

*, *:before, *:after {/*padding や border に依存しない width, height 指定*/
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
html {
	font-size: 62.5%;/* この設定で「1rem」 = 「10px」と計算が楽になる*/
	text-align: center;
}
body {
	line-height: 1;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.4rem; /*14px*/
	width: 100%;
	min-width: 320px;
	color: #e0d8cb;
	line-height: 1.8em;
	letter-spacing: 0.6pt;
	/*-webkit-text-size-adjust: none;*/
	-webkit-text-size-adjust: 100%;/*スマホを横向きにすると文字の大きさが急に大きくなるのを防ぐ*/
	background-color: #000;

	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1.4rem;
}
p {
	font-size: 1.5rem;
}
hr {
	border: none;
	width: 100%;
	height: 1px;
}
ol,ul,dl,dt,dd,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
table {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
table,tr,td{
	border-width: 1px;
	border-style: solid;
	text-align: center;
}
table td {
	padding: 0.3rem;
}

a {
color: #ffffce;
	text-decoration: none;
}
a:hover {
color: #ff9900;
	text-decoration: none;
}

/*----------------------------------------------------------画像遅延読み込み */
.lazy_unveil {
opacity: 0;
  transition: opacity .3s ease-in;
}
/*----------------------------------------------------------clearfix */
.cfx {
display: inline-block;
}
.cfx:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*----------------------------------------------------------改行 br */
.br:before {
	content: "\A" ;
	white-space: pre ;
}

/*----------------------------------------------------------table */
.display-table-auto {/*table親要素用*/
	display:table;
	table-layout:fixed;/*テーブル（表）の列幅を自動レイアウト（均等幅）にする（初期値）*/
}

.display-table-fixed {/*table親要素用*/
	display:table;
	table-layout:fixed;/*テーブル（表）の列幅を固定レイアウトにする*/
}
.display-table-cell{/*table子要素用*/
	display: table-cell;
}

.display-table-row{/*tr要素。これを使って複数のテーブル段組みの作成*/
	display:table-row;
}

.vertical-align_middle{/*縦中央*/
	vertical-align: middle;
}

/*----------------------------------------------------------display inline or block */
.display_inline {
	display: inline;
}
.display_block {
	display: block;
}
/*----------------------------------------------------------border */

.border-simple-a {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: 1px dotted #585858;
}
.border-bottom-dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #585858;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/*----------------------------------------------------------txt */

.txt_line_height_a {
	line-height: 2.2;
}
.txt_letter-spacing_07 {
	letter-spacing:0.7pt;
}
.txt_letter-spacing_10 {
	letter-spacing:1.0pt;
}
.txt_yellow {
    color: #ffffce;
}
.txt_gray_1 {
	color: #BCBCBC;
}
.txt_white {
	color: #FFFFFF;
}
.txt_red_1 {
    color: #FCCBB6;
}
.txt_red_2 {
	color: #FF0000;
}
.txt_size_10 {
	font-size: 10px;
}

.txt_size_11 {
	font-size: 11px;
}

.txt_size_12 {
	font-size: 12px;
}

.txt_size_13 {
	font-size: 13px;
}

.txt_size_14 {
	font-size: 14px;
}

.txt_size_15 {
	font-size: 15px;
}

.txt_size_16 {
	font-size: 16px;
}

.txt_size_18 {
	font-size: 18px;
}

.txt_size_20 {
	font-size: 20px;
}
.txt_lineheight_16 {
	line-height: 16px;
}


.txt_bold {
	font-weight: bold;
}
.txt_type_hhh1 {
	font-size: 12px;
	color: #F0F0F0;
	text-align: left;
}
.txt_type_hhh2 {
	color: #F0F0F0;
	font-size: 15px;
	line-height: 2.6;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 10px;
	letter-spacing:0.7pt;
}

.hr_type1 {
	border:none;
	border-top: 1px solid #575757;
}
.hr_type2 {
	border:none;
	border-top: 1px solid #493f2c;
}
.mark_hr_a1 {
	font-size: 58px;
	line-height: 58px;
	margin-bottom: 30px;
}
/*----------------------------------------------------------anker_link */
/*position:fixedでヘッダ固定時のページ内リンクのずれを解消*/

.anker_link {
margin-top: -60px;
padding-top: 60px;
}

/*----------------------------------------------------------footerFloatingMenu */

#footerFloatingMenu {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: left;
	background-color: #1B1B1B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5F5F5F;
	font-size: 4.0vmin;
	/*ブラウザ幅によってフォントサイズを可変させ、１行に収まるようにする*/
	/*font-size: calc(95% + 0.5vw);*/
}

@media screen and (min-width: 700px){/*ブラウザ幅が700px以上で適用（文字が大きくならなすぎるようにする）*/
	#footerFloatingMenu{font-size:18px;}
}

#footerFloatingMenu .tx1 {
    color: #ffffce;
	font-size: 4.0vmin;
	/*margin-right: 5px;*/
	margin-right: 1.0em;
}

@media screen and (min-width: 700px){/*ブラウザ幅が700px以上で適用（文字が大きくならなすぎるようにする）*/
#footerFloatingMenu .tx1{font-size:18px;}
}

#footerFloatingMenu .tx_l {
	margin-left: 1em;
}
#footerFloatingMenu .tx_r {
	margin-right: 1em;
	float: right;
}

#footerFloatingMenu .shoplink {
	/*margin-right: 1.0em;*/
}
#footerFloatingMenu a {
	text-decoration: underline;
}
#footerFloatingMenu .fa {
    color: #ffffce;
	margin-right: 3px;
}
/*----------------------------------------------------------ページトップへ戻るボタン */

.to_pagetop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
}
.to_pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 16px;
    text-decoration: none;
    padding: 4px 10px;
}
 
/*.to_pagetop a:hover {
    display: block;
    background-color: #222;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 6px 10px;
}*/

/*----------------------------------------------------------横スライドメニュー・ヘッダー */


/*header*/

#header {
	height: 52px;
	/*height: 50px;*/
	width: 100%;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5F5F5F;

	position: fixed;
	z-index: 1;
	top:0; /* Required!! */
}

.button {
    width: 50px;
	height: 52px;
	/*height: 50px;*/
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-image: url('../img/burg_menu_btn2.png');
    background-position: center;
}
.menu-button-left {
    left: 0px;
    border-right: 1px solid #5F5F5F;
	z-index: 2;/*←9/25追加*/
}
.menu-button-right {
    right: 0px;
    border-left: 1px solid #5F5F5F;
    background-image: url('../img/burg_menu_btn3b.png');
	z-index: 2;/*←9/25追加*/
}

/*slidemenu*/
.slidemenu {
    background-color: #333;
}
.slidemenu li {
	list-style: none;
	border-top: 1px solid #4D4D4D;
	border-bottom: 1px solid #000;
	font-size: 14px;
	line-height: 1.8;
	/* 5/9追記項目↓ メニュー装飾 */
	text-align: left;
	background-image: url('../img/arrow_24px_t1.png');
	/* background-origin: padding-box;　←背景の基準位置をパディングボックスに対して相対的に適用 */
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 18px 14px;/*　←背景画像の幅・高さを指定　元画像サイズ 横36px 縦24px を縦横比を同一に縮小 */
	-webkit-background-size: 18px 14px;
	-moz-background-size: 18px 14px;
	-o-background-size: 18px 14px;
	-ms-background-size: 18px 14px;
	}
.slidemenu li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 10px;
}
.slidemenu li.no-item {
	padding: 10px 0 10px 20px;
	display: block;
	text-decoration: none;
	color: #fff;
	height: 90px;

}
.slidemenu-left.slidemenu li a span {/* 5/9追記項目↓メニュー装飾*/
	background-image: url('../img/icon_menu_t1.png');
	background-position: left center;
	background-position: 0px 14px;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	-o-background-size: 14px 14px;
	-ms-background-size: 14px 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.slidemenu-left.slidemenu li.no-item {
	/* 5/9追記項目↓メニュー装飾*/
	background-image: none;
}

.slidemenu li:first-child {
    border-top: none;
}
.slidemenu li:last-child {
    border-bottom: none;
}
.slidemenu .slidemenu-header {
    height: 49px;
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    background-color: #333;
}
.slidemenu .slidemenu-header div {
	text-decoration: none;
	color: #fff;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* サイドお店メニュー用*/
.slidemenu-left.slidemenu li.head {
	color: #fff;
	background-image: none;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 25px;
	text-align: left;
	line-height: 2.2;
}
.slidemenu-left .shopname {
	color: #ffffce;
}
.slidemenu-left .tel {
	color: #ffffce;
}
.slidemenu-left.slidemenu li.head a {
	text-decoration: underline;
	color: #fff;
	margin: 0px;
	padding: 0px;
	color: #ffffce;
}
.slidemenu-left .bg2 {
	background-color: #272727;
}


/*plugin*/
.slidemenu {
  top: 0;
  width: 240px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}
.slidemenu .slidemenu-header {
  position: relative;
}
.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}
.slidemenu-left {
    left: 0;
}
.site_logo {
	width: 298px;
	height: 40px;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	line-height: 40px;
		text-align: center;
		
}
.site_logo img {
max-width: 100%;
vertical-align: middle;
}
.slidemenu-right {
    right: 0;
}
.slidemenu-right.slidemenu li.no-item {
	/* 5/9追記項目↓メニュー装飾*/
	background-image: none;
}

/*----------------------------------------------------------ショップヘッダー */

/*
#header2 {
	position: relative;
	background-color: #f5f5f5;
	z-index: 1;
}

#header2 .fixheader {
  position:absolute;

  background-color: #f0f0f0;
  width: 100%;
  top: 0px;
}
#header2.fixed .fixheader {
  position: fixed;
  top: 0px;
}
*/

/*----------------------------------------------------------ページ設定 */

#main {
	padding-top: 50px;
	background-color: #000000;
	
	/*max-width: 640px;*/
}



#footer {
	margin-top: 10px;
	padding-top: 10px;
	line-height: 26px;
	background-color: #333;
	color: #e0d8cb;
	text-align: center;
	padding-bottom: 128px;
	font-size: 14px;
	padding-right: 8px;
	padding-left: 8px;
}
#footer p {
	margin-top: 10px;
	/*font-size: 12px;*/
}

/*plugin*/

/*----------------------------------------------------------marquee 文字スクロール（共通） */

/*
ソース例
<div id="marquee">
    <div>css3を使用しています。</div>
</div>

*/

#marquee{
	overflow:hidden;
	width:100%;
}
#marquee div{
	text-align: center;
	display: inline-block;
	white-space: nowrap;
	-moz-animation-duration: 30s;
	-moz-animation-name: marquee;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-webkit-animation-duration: 30s;
	-webkit-animation-name: marquee;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-ms-animation-duration: 30s;
	-ms-animation-name: marquee;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-duration: 30s;
	-o-animation-name: marquee;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	padding-left: 500px;
	padding-right: 200px;
}
@-webkit-keyframes marquee {
    from    { transform: translate(0%); } 
    100%,to { transform: translate(-100%); }
}
@-moz-keyframes marquee {
    from    { transform: translate(0%); } 
    100%,to { transform: translate(-100%); }
}
@-ms-keyframes marquee {
    from    { transform: translate(0%); } 
    100%,to { transform: translate(-100%); }
}
@-o-keyframes marquee {
    from    { transform: translate(0%); } 
    100%,to { transform: translate(-100%); }
}
/*-------------------------------------------------フレックスボックス（並列レイアウト・共通） タイプ a1）*/


#d_flex_a1 ul.main-list {
	width: 100%;
	
	display: flex;/*子要素が縦幅、横幅とも同じ幅で揃う*/
	display: -webkit-flex;
	
	flex-wrap: wrap;/*折り返すように指定*/
	
	/*flex-wrap: nowrap;*//*折り返さないように指定*/
	
	margin: 0px;
	padding: 0px;

}
#d_flex_a1 ul.main-list > li {/*★メニュー用 li 基本設定*/
	/*width: 20%;*/
	list-style: none;
	box-sizing: border-box;
	
	/*flex-grow: 1;*//*横方向に等幅に並べる（折り返す場合は使用しない）*/
	/*float: left;*/
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #585858;
	border-bottom-color: #585858;
}

#d_flex_a1 .item {
	/*line-height: 3.8;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 85%;
}
#d_flex_a1 .item a {
	color: #F0F0F0;
	display: block;
	color: #E8E8E8;
}
#d_flex_a1 .item_count {
	font-size: 10px;
	margin-left: 2px;
}

/*フレックスボックス調整（人気嬢ランキング）*/

.flex-nowrap {
flex-wrap: nowrap;/*折り返さないように指定*/

}

#d_flex_a1 ul.main-list li.li_w20 {
	/*width: 20%;*/
	max-width: 20%;
	float: left;
	border: 2px solid #000;
}
#d_flex_a1 ul.main-list li img.thumb_w60 {
	width: 60px;
	/*border: none;*/
}






/*-------------------------------------------------コンテンツタイトル（一覧用・共通）*/

.contentsTitle {
	display: table;
	height: 30px;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 5px;
	
	background-color: #414141;/*IE用*/
	
	background: -moz-linear-gradient(top, #666666, #333333);
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
}

.contentsTitle h2,
.contentsTitle h3,
.contentsTitle h4{
	font-size: 1.3rem;
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	text-align: left;
	color: white;
	line-height:2.4
}

.contentsTitle .b_menu {
	margin-right: 8px;
	margin-left: 4px;
}

.contentsTitle .contentsTitleMore {
  float: right;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  margin-right: 10px;
}
.contentsTitle .contentsTitleMore a {
	color: #e0d8cb;
}

/*--------------------------------------------------メニューボックス（個別の体験レポページ）*/

.menuboxType1 {
	width: 270px;
	color: #F0F0F0;
	border: 1px dashed #585858;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 32px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #1B1B1B;
}

.menuboxType1 .title_menu {
	font-size: 1.3rem;

}

.menuboxType1 ul {
    padding: 0px;
}

.menuboxType1 li {
	display: table;
	width: 100%;
	color: #F0F0F0;
	margin-top: 18px;
	margin-bottom: 18px;
	text-align: left;
}
.menuboxType1 li.line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #585858;
	margin-bottom: 10px;
	padding-bottom: 25px;
}

.menuboxType1 li a {
	color: #F0F0F0;
	font-size: 1.3rem;
	text-decoration: underline;
	color: #ffffce;
}




/*--------------------------------------------------コンテンツボディ（一覧用・共通）*/

.contentsType1 li {
	display: table;
	width: 100%;
	text-align: left;
	color: #F0F0F0;
}
.contentsType1 li a {
	display: table;
	width: 100%;
	text-align: left;
	color: #F0F0F0;
}

.contentsType1 img {
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.contentsType1 .thumb {
	width: auto;
	/*max-height: 60px;*/
}
.contentsType1 .thumb2 {
margin: 0;
 	width: auto;
	text-align: center;	/*max-height: 60px;*/
}
.contentsType1 .txt {
	font-size: 14px;
	/*font-size: 16px;*/
	display: table-cell;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
	width: 100%;
	padding-top: 4px;
	/*領域をはみ出したときに三点リーダー（…）で省略する*/
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 4px;
	padding-bottom: 8px;
}
.contentsType1 .vertical-align-middle {
	vertical-align: middle;
}

.contentsType1 li p {
display: table-cell;
vertical-align: middle;

}
.contentsType1 li .left_aa {
	display: table-cell;
	vertical-align: middle;
}
.contentsType1 li .top_aa {
	width: 100%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 2.0;
		/*領域をはみ出したときに三点リーダー（…）で省略する*/
/*	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/

}
.contentsType1 li .bottom_ii {
	width: 96%;
	border: 1px dotted #585858;
	font-size: 12px;
	background-color: #1F1F1F;
	line-height: 2.5;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.contentsType1 li .bottom_box {
	width: 96%;
	border: 1px dotted #585858;
	font-size: 12px;
	background-color: #1F1F1F;
	line-height: 2.2;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.contentsType1 li .bottom_aa {
	margin-bottom: 5px;
	width: 100%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
}

.contentsType1 .txt2 {/*ショップページの割引本文などに使用*/
	font-size: 14px;
	/*font-size: 16px;*/
	display: table-cell;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
	width: 100%;
	padding-top: 8px;
}
.contentsType1 li p.txt_box {/*ショップページの割引本文などに使用*/
	display: block;
	border: 1px solid #585858;
	padding: 5px;
	margin-top: 6px;
	margin-bottom: 20px;
	background-color: #171717;
	word-break: break-all;
}
.contentsType1 .txt3 {
	color: #F0F0F0;
	font-size: 12px;
	display: table-cell;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
	width: 100%;
	vertical-align: middle;
	padding-left: 6px;
	/*領域をはみ出したときに三点リーダー（…）で省略する*/
	max-width: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 25px;
}
.contentsType1 .txt4 {/*「体験調査をザックリ言うと」などに使用*/
	/*font-size: 14px;*/
	display: table-cell;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
}

.contentsType1 li.bg_r_arrow {
	background-image: url('../img/arrow_24px_t1.png');
	/* background-origin: padding-box;　←背景の基準位置をパディングボックスに対して相対的に適用 */
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 18px 14px;/*　←背景画像の幅・高さを指定　元画像サイズ 横36px 縦24px を縦横比を同一に縮小 */
	-webkit-background-size: 18px 14px;
	-moz-background-size: 18px 14px;
	-o-background-size: 18px 14px;
	-ms-background-size: 18px 14px;
}
.contentsType1 .adjust_1 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.contentsType1 .date {
	display: block;
	font-size: 12px;
	color: #A8A8A8;
}
.contentsType1 .date_type2 {
	font-size: 12px;
	color: #A8A8A8;
}
.contentsType1 .shopname {
	font-size: 12px;
	color: #A8A8A8;
}
.contentsType1 .shopname2 {
	color: #F0F0F0;
}
.contentsType1 .comment {
	font-size: 12px;
	color: #A8A8A8;
}

.contentsType1 .comment_large {
	font-size: 100%;
	color: #F0F0F0;
}
.contentsType1 .category {
	font-size: 12px;
	color: #A8A8A8;
}

.contentsType1 .read_more_sh2 a {/*ショップページ・割引本文・テキスト開閉のリンク箇所*/
	font-size: 12px;
	color: #ffffce;
}

/*--------------------------------------------------コンテンツボディ contentsType2（メルマガ個別記事用・共通）*/

.contentsType2 {
	display: block;
	/*width: 90%;*/
	text-align: left;
	color: #F0F0F0;
	padding: 10px;
}
.contentsType2 .thumb {
	width: auto;
	margin-bottom: 10px;
	/*max-height: 60px;*/
}
.contentsType2 .area_c {
	text-align: center;
}
.contentsType2 .thumb2 {
	display: block;
	width: auto;
	margin:auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.contentsType2 .date {
	color: #A8A8A8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.contentsType2 #moreTxt {
	margin-top: 30px;
	margin-bottom: 10px;
}

.contentsType2 .s_title {
	display: block;
	color: #ffffce;
	padding-left: 5px;
	margin-bottom: 10px;
	line-height: 2.0;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #A80000;
	font-weight: normal;
}
.contentsType2 .group {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #585858;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/*--------------------------------------------------コンテンツボディ contentsType3（関連ページ　リストメニュー）*/

.contentsType3 li {
}

.contentsType3 li a {
	position: relative;/*アイコン（擬似要素 :before）の位置指定のために必要*/
	display: table;
	width: 100%;
	text-align: left;
	color: #F0F0F0;
	background-image: url('../img/arrow_24px_t1.png');
	/* background-origin: padding-box;　←背景の基準位置をパディングボックスに対して相対的に適用 */
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 18px 14px;/*　←背景画像の幅・高さを指定　元画像サイズ 横36px 縦24px を縦横比を同一に縮小 */
	-webkit-background-size: 18px 14px;
	-moz-background-size: 18px 14px;
	-o-background-size: 18px 14px;
	-ms-background-size: 18px 14px;
}
.contentsType3 li a.icon_mov:before {
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f03d";
	font-family: FontAwesome;
	color: #8B8B8B;
	font-size: 120%;
}
.contentsType3 li a.icon_pic:before {
	position: absolute;
	
	top: 50%;
	left: 8px;
	margin-top: -12px;
	
	content: "\f030";
	font-family: FontAwesome;
	color: #8B8B8B;
	font-size: 120%;
}
.contentsType3 li a.icon_mail:before {
	position: absolute;
	
	top: 50%;
	left: 8px;
	margin-top: -12px;
	
	content: "\f0e0";
	font-family: FontAwesome;
	color: #8B8B8B;
	font-size: 120%;
}
.contentsType3 li a.icon_txt:before {
	position: absolute;
	
	top: 50%;
	left: 8px;
	margin-top: -12px;
	
	content: "\f15c";
	font-family: FontAwesome;
	color: #8B8B8B;
	font-size: 120%;
}
.contentsType3 .txt {
	vertical-align: middle;
	font-size: 14px;
	/*font-size: 16px;*/
	display: table-cell;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 25px;
	/*領域をはみ出したときに三点リーダー（…）で省略する*/
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contentsType3 .txt b {
	margin-left: 18px;
}
.contentsType3 .date {
	margin-right: 10px;
}
.contentsType3 .comment {
	margin-left: 18px;
	font-size: 12px;
	color: #A8A8A8;
}
/*--------------------------------------------------コンテンツボディ contentsType4（画像ギャラリー用）*/

.contentsType4 {
	display: block;
	/*width: 90%;*/
	text-align: center;
	color: #F0F0F0;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.contentsType4 .main_pic {
	width: 100%;
	max-width: 240px;
	height: auto;
}

/*--------------------------------------------------コンテンツボディ contentsType5（投稿動画のプレーヤ表示用）*/

#contentsType5 {
	display: block;
	height: auto;
	margin-top: 8px;
	padding: 10px;
	margin-bottom: 2px;
}
#contentsType5 video {
	border: 1px solid #585858;
}
#contentsType5 .txt1 {
	color: #F0F0F0;
	font-size: 12px;
}
#contentsType5.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
	margin-bottom: 5px;
}



/*--------------------------------------------------コンテンツボディ（table用）*/

.contentsTbl1 {
	width: 92%;
	margin-top: 10px;
	margin-bottom: 18px;
}
.contentsTbl1 th,
.contentsTbl1 td {
	border: 1px solid #585858;
	font-weight: normal;
	/*letter-spacing:1.7pt;*/
	color: #F0F0F0;
	word-break: break-all;/*半角英数の連続文字を指定幅で折り返しさせる*/
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.contentsTbl1 th.left {
	width: 40%;
	background-color: #171717;
}
.contentsTbl1 th.left35 {
	width: 35%;
	background-color: #171717;
}
.contentsTbl1 .title {
	padding: 4px;
	background-color: #414141;
}
.contentsTbl1 .description {
	padding: 6px;
	text-align: left;
}

p.contentsTbl1 {
	padding: 10px;
	color: #F0F0F0;
	border: 1px solid #585858;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
p.no_border {
	border: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
p.contentsTbl1 .txt_s {
color: #e0d8cb;
line-height: 2;
font-size: 12px;
}
p.contentsTbl1 .txt1 {
	/*font-size: 1.2rem;*/
}
p.contentsTbl1 .read_more_sh1 a {/*ショップページ・システム補足・テキスト開閉のリンク箇所*/
	font-size: 12px;
	color: #ffffce;
}



/*-------------------------------------------------- フッター コンテンツ一覧メニュー*/
.footer_navi_list li {
	background-color: #181818;
}
.footer_navi_list .bg1 {
	background-color: #000000;
}

.footer_navi_list li a {
	display: table;
	width: 100%;
	text-align: left;
	color: #F0F0F0;

	background-image: url('../img/arrow_24px_t1.png');
	/* background-origin: padding-box;　←背景の基準位置をパディングボックスに対して相対的に適用 */
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 18px 14px;/*　←背景画像の幅・高さを指定　元画像サイズ 横36px 縦24px を縦横比を同一に縮小 */
	-webkit-background-size: 18px 14px;
	-moz-background-size: 18px 14px;
	-o-background-size: 18px 14px;
	-ms-background-size: 18px 14px;

}
.footer_navi_list .txt {
	font-size: 14px;
	/*font-size: 16px;*/
	display: table-cell;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 25px;
	/*領域をはみ出したときに三点リーダー（…）で省略する*/
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	background-image: url('../img/icon_menu_t1.png');
	/*background-position: left center;*/
	background-position: 5px 22px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;

}
.footer_navi_list .one-line {
	background-position: 5px 17px;
	line-height: 36px;
}
.footer_navi_list .txt b {
	margin-left: 18px;
	font-weight: normal;
}
.footer_navi_list .new {
	font-size: 11px;
	color: #e0d8cb;
}
.footer_navi_list .date {
	font-size: 12px;
	color: #e0d8cb;
	margin-left: 10px;
}
.footer_navi_list .comment {
	margin-left: 18px;
	font-size: 12px;
	color: #A8A8A8;
}


/*--------------------------------------------------特選ピックアップ（一覧用）*/
#sp_pick {
	text-align: left;
	width: 100%;
	overflow-x: auto;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#sp_pick #area {
	/*height: 180px;*/
	max-height: 180px;
	width: 850px;
	overflow:hidden;

}
#sp_pick .ladies {
	float: left;
	margin-right: 14px;
	margin-bottom: 5px;
}
#sp_pick .ladies img {
	height: 100px;
	width: auto;
}
#sp_pick .ladies figcaption {
	font-size: 10px;
	line-height: 12px;
}
#sp_pick .ladies a {
	color: #e2d7c7;
}
#sp_pick #area .ladies a figure figcaption {
	width: 77px;
	/*領域をはみ出したときに三点リーダー（…）で省略する*/
	max-width: 76px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*--------------------------------------------------オススメ在籍女性3人（ショップページ）*/
#sp_pick2 {
	text-align: left;
	width: 100%;
	overflow-x: auto;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#sp_pick2 #area {
	/*height: 180px;*/
	max-height: 180px;
	width: 110%;
	overflow:hidden;

}

#sp_pick2 .ladies {
	float: left;
	margin-right: 14px;
	margin-bottom: 0px;
}

#sp_pick2 .ladies img {
	width: 100px;
	height: auto;
}
#sp_pick2 .ladies i {

	margin-right: 2px;

}

#sp_pick2 .ladies figcaption {
	font-size: 10px;
	line-height: 12px;
}

#sp_pick2 .ladies a {
	color: #e2d7c7;
}
#sp_pick2 #area .ladies a figure figcaption {
	width: 97px;
	/*領域をはみ出したときに三点リーダー（…）で省略する*/
	max-width: 97px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*--------------------------------------------------上段横並びサムネイル（一覧用）*/
#thumb_pick {
	text-align: left;
	width: 100%;
	overflow-x: auto;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
	border-bottom: 1px solid #585858;
}
#thumb_pick #area {
	/*height: 180px;*/
	max-height: 180px;
	width: 2050px;
	overflow:hidden;

}
#thumb_pick .ladies {
	float: left;
	margin-right: 14px;
	margin-bottom: 5px;
}
#thumb_pick .ladies2 {/*トップの写メ日記・横並びサムネイル*/
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}
#thumb_pick .ladies img {
	height: 100px;
	width: auto;
}
#thumb_pick .ladies img.s1 {/*写メ日記・横並びサムネイル*/
	height: 84px;
	width: auto;
}
#thumb_pick .ladies figcaption {
	font-size: 10px;
	line-height: 12px;
}
#thumb_pick .ladies a {
	color: #e2d7c7;
}
#thumb_pick #area .ladies a figure figcaption {
	width: 77px;
	/*領域をはみ出したときに三点リーダー（…）で省略する*/
	max-width: 76px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*-------------------------------------------------- pタグ用（説明分）タイプ1 */
#p_description_type1 {
	text-align: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #e0d8cb;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	
	border-bottom-color: #585858;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 4px;
	padding-left: 4px;
}
#p_description_type1 span {
	padding: 6px;
}

#p_description_type1 a:link,
#p_description_type1 a:visited{
	text-decoration: underline;
	color: #ffffce;
}

#p_description_type1 a:active,
#p_description_type1 a:hover {
	text-decoration: underline;
	color: #ff9900;
}

#p_description_type1 .tx_yellow{
	color: #ffffce;
}

#p_description_type1 a.active_link_txt{
	color: #000000;
	background-color: #e0d8cb;
}




/*-------------------------------------------------- ナビ（フォーム）タイプ1 */
#form_navi_type1 {
	display: table;
	width: 100%;
	text-align: center;
	color: #F0F0F0;
	border-bottom: 1px solid #585858;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#form_navi_type1.arrange_a {
	border: none;
	border-top-style: solid;
	border-top-color: #585858;
	border-top-width: 1px;
	text-align: left;
}

#form_navi_type1 #search_elm {
	margin-bottom: 4px;
	padding-top: 6px;
	padding-bottom: 6px;

}
#form_navi_type1 #submit {
	text-align: center;
	margin-bottom: 15px;
}

#form_navi_type1 #submit input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
   }
#form_navi_type1 #submit .submit-button {
	width: 90%;
	border: 1px solid #6A6A6A;
	/*border: 0px solid #cfcfcf;*/
	background: #383838;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #E0D8CB;
	/*padding: 8.5px 18px;*/
	padding: 6px 10px;
	/*padding: 5px;*/
	/*font-size: 14px;*/
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
   }

select::-ms-expand {
	display: none;
}
.select-box02 {
	width: 100%;
	padding: 5px;
	/*background-color: #f1ebdb;*/
}
.select-box02 select {
	position: relative;
	width: 45%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #E0D8CB;
	border: 1px solid #6A6A6A;
	/*border: 0px solid #cfcfcf;*/
	background: #383838;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}

#form_navi_type1 .txt_s1 {
	color: #E0D8CB;
}

/*
.select-box02 label {
	position: relative;
}

.select-box02 label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background: url("../img/arrow_24x24.png") 0 0 no-repeat;
	background-size: 10px;
	pointer-events: none;
}
*/

/*--------------------------------------------------撮り下ろし動画（トップページ）*/
#top_kf_mov {
	text-align: left;
	width: 100%;
	overflow-x: auto;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#top_kf_mov #area {
	/*height: 180px;*/
	max-height: 180px;
	width: 850px;
	overflow:hidden;

}
#top_kf_mov .ladies {
	float: left;
	margin-right: 14px;
	margin-bottom: 5px;
}
#top_kf_mov .ladies img {
	height: 100px;
	width: auto;
}
#top_kf_mov .ladies figcaption {
	font-size: 10px;
	line-height: 12px;
}
#top_kf_mov .ladies a {
	color: #e2d7c7;
}
#top_kf_mov #area .ladies a figure figcaption {
	width: 77px;
	/*領域をはみ出したときに三点リーダー（…）で省略する*/
	max-width: 76px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#top_kf_big .thumb {
	height: auto;
	width: 100%;
	max-width: 278px;
}


/*--------------------------------------------------icon（共通）*/

.icon_new1 {
	
	
	border-radius: 10px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 0 5px;
	background-color: #F29200;
}

.icon_new2 {
	border-radius: 10px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 0 5px;
	background-color: #23B000;
}

.icon_new3 {
	border-radius: 10px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 0 5px;
	background-color: #D83427;
}
.icon_new4 {
	border-radius: 10px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 0 5px;
	background-color: #3300FF;
}

.icon_new5 {
	border-radius: 10px;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	padding: 0 5px;
	background-color: #FFFFFF;
}

.icon_sp1 {
	border-radius: 8px;
	color: white;
	font-size: 12px;
	padding: 0 5px;
	background-color: #D83427;
}
.icon_sp2 {
	border-radius: 8px;
	color: white;
	font-size: 12px;
	padding: 0 5px;
	background-color: #23B000;
}

/*--------------------------------------------------ショップインフォ（一覧用）*/
#shopinfo_a1 {
	width: 100%;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 18px;
	margin-left: 8px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585858;

}
#shopinfo_a1 h3 {
	height: 76px;
}
#shopinfo_a1 h3 a figure {
	/*width: 200px;*/
	height: 40px;
}
#shopinfo_a1 h3 a figure img {
	border: 1px solid #484848;
}
#shopinfo_a1 h3 a figure figcaption b {
	font-size: 18px;
	font-weight: normal;
}
#shopinfo_a1 h3 a figure figcaption b.shopname {
	text-decoration: underline;
}
#shopinfo_a1 .infotxt li {
	font-size: 14px;
	line-height: 23px;
}
#shopinfo_a1 .shopladies {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 128px;
}
#shopinfo_a1 .shopladies li {
	float: left;
	margin-right: 4px;
}
#shopinfo_a1 .shopladies.cfx li .thumb {
	width: auto;
}
#shopinfo_a1 .infotxt .tel a {
	text-decoration: underline;
	font-size: 16px;
}
#shopinfo_a1 .infotxt {
	width: 100%;
	/*領域をはみ出したときに三点リーダー（…）で省略する*/
/*	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}
#shopinfo_a1 .infotxt2 {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
}
#shopinfo_a1 .thumb_upinfo {
	margin-top: 5px;
	max-height: 220px;
	border: 1px dotted #585858;
}
#shopinfo_a1 .date {
	/*margin-right: 4px;*/
}



/*--------------------------------------------------ショップインフォ特選バナー（一覧用）*/


/*タイプ2　150x40バナー多数で横スクロール*/

#top_spbana_type {
	text-align: left;
	width: 100%;
	overflow-x: auto;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#top_spbana_type #area {
	height: 42px;
	/*max-height: 180px;*/
	width: 880px;
	overflow:hidden;

}
#top_spbana_type .bana {
	float: left;
	margin-right: 14px;
	margin-bottom: 5px;
}
#top_spbana_type .bana img {
	max-height: 40px;
	height: 40px;
	width: auto;
}

/*--------------------------------------------------女性リスト（ランキング用）*/
#lady_list_a1 {
	width: 100%;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 18px;
	margin-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
	padding-top: 5px;
	padding-bottom: 15px;
}
#lady_list_a1 h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	color: #ffffce;
	margin-bottom: 6px;
}
#lady_list_a1 .lrk_rank_num {
	font-size: 20px;
	font-weight: bold;
	color: #ffffce;
    color: #ff9900;
	margin-right: 11px;
}
#lady_list_a1 .lrk_category {
    font-size: 12px;
    color: #A8A8A8;
}

#lady_list_a1 h3 a figure img {
	border: 1px solid #484848;
	margin-top: 6px;
	margin-bottom: 5px;
	/*min-height: 144px;*/
	max-height: 144px;
	background-color: #333;
}
#lady_list_a1 h3 a figure figcaption b.shopname {
	text-decoration: underline;
}
#lady_list_a1 .infotxt li {
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
}
#lady_list_a1 .link_area {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#lady_list_a1 .link_area .page_link {
	float: left;
	margin-right: 18px;
	margin-bottom: 8px;
    color: #ffffce;
}

#lady_list_a1 .link_area .page_link a {
	text-decoration: underline;
}

#lady_list_a1 .lrk_date_title {
	font-size: 16px;
	font-weight: bold;
	color: #ff9900;
	color: #ffffce;
	margin-right: 11px;
	text-decoration: underline;
}

#lady_list_a1 .lrk_mq_txt {
	color: #E0D8CB;
}



/*--------------------------------------------------パンくず*/



#breadcrumb_navi {
	letter-spacing: 0.5pt;
	color: #E0D8CB;
	height: auto;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	font-size: 14px;
	font-size: 12px;
}
#breadcrumb_navi.border-top {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #8C8C8C;
}
#breadcrumb_navi ol {
	margin: 0px;
	padding: 5px;
	height: 14px;

}
#breadcrumb_navi li {
	float: left;
	display: table;
	list-style-type: none;
	margin-right: 3px;
	margin-top: 5px;

}
#breadcrumb_navi li:before   {
	 /* liの前に記号追加 */
	content:" > ";
}
#breadcrumb_navi li:first-child:before {
	/* 最初のliだけcontentを消す */
	content: none;
}
#breadcrumb_navi li img {
	vertical-align: middle;

}

#breadcrumb_navi a:link,
#breadcrumb_navi a:visited{
	text-decoration: none;
	color: #E0D8CB;
}

#breadcrumb_navi a:active,
#breadcrumb_navi a:hover {
	text-decoration: underline;
	color: #E0D8CB;
}

#breadcrumb_navi.page_bottom {/*ページフッターの表示*/
	margin-bottom: 20px;
	margin-top: 0px;
}

/*--------------------------------------------------トップページ・上部メニュー*/

#headerShopMenu {
	text-align: left;
	width: 100%;
	overflow-x: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #535353;
	padding-top: 12px;
}
#headerShopMenu ul {
	height: 60;
	width: 2000px;
	margin-left: 10px;
	overflow:hidden;
}
#headerShopMenu li {
	white-space: nowrap;
	width: auto;
	/*max-width: 180px;*/
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #666666;
	background-color: #000000;
	border-radius: 5px;
	float: left;
	margin-right: 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	overflow: hidden;
	border: 1px solid #585858;
}
#headerShopMenu li.uguisu {
	width: 35%;
}
#headerShopMenu li.gekiyasu {
	width: 55%;
}
#headerShopMenu li a {
	display: block;
	color: #F2F2F2;
}
#headerShopMenu li i {
	margin-right: 4px;
}

/*--------------------------------------------------copyright*/

#footer .copyright_sitename {
	font-size: 8px;
	line-height: 30px;
	color: #CECECE;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer .copyright_txt {
	font-size: 9px;
	line-height: 15px;
	color: #CECECE;
}

#footer .copyright_c {
	/*「&copy;」は下記にフォント指定しないと青色になる*/
	font-family: "Verdana","Droid Sans";
}



/* ==============================================================
	ページャー用　pager.class.php
============================================================== */
#pager_area{
	height: auto;
	width: 100%;
	font-size: 12px;
	margin-top: 15px;	/*border: 1px solid #493F2C;*/
	margin-bottom: 5px;	/*background-color: #1C1C1C;*/
}
.pager,
.pager li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pager li {
	display: inline-block;   
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
}
* html .pager li {
	display: inline;
	zoom: 1;
}
.pager li a,
.pager li span {
	display: block;
	background: #333;
	border: solid 1px #6a6a6a;
	padding: 0 5px;
	min-width: 30px;
	width: auto !important;
	width: 30px;
	height: 30px;
	font-size: 13px;
}
.pager li span {/*該当ページ*/
	border: 1px solid #808080;
	color: #e0d8cb;
	background-color: #707070;
}
.pager li a:link,
.pager li a:visited,
.pager li a:active,
.pager li a:hover {
	text-decoration: none;
	color: #C9BBA5;
}
.pager li a:hover {
	background-color: #707070;
}
#pager_area.border-bottom{/*個別女性ページ*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
	margin-bottom: 5px;
}


/*--------------------------------------------------ショップページ*/

/*タイトル*/

.contentsTitle_sh {
	/*background-color: #5984d0;*/
	display: table;
	height: 34px;
	width: 100%;
	margin-top: 12px;
	background-color: #414141;
	margin-bottom: 6px;
}

.contentsTitle_sh h2,
.contentsTitle_sh h3,
.contentsTitle_sh h4,
.contentsTitle_sh .title_txt {
	/*font-size: 1.3rem;*/
	font-size: 1.4rem;
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	color: white;
}
.contentsTitle_sh .b_menu {
	margin-right: 8px;
	margin-left: 4px;
}

.contentsTitle_sh .contentsTitleMore {
	float: right;
	font-size: 12px;
	font-weight: normal;
	line-height: 34px;
	margin-right: 10px;
}
.contentsTitle_sh .contentsTitleMore a {
	color: #e0d8cb;
	color: white;
}

/*ショップ情報（ページ上段・ショップのトップページ）*/

#shop_page_info_h {
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #585858;
	padding: 20px;
}
#shop_page_info_h .shopname {
	font-size: 21px;
	font-weight: bold;
	line-height: 2.6;
	color: #ffffce;
}
#shop_page_info_h .shopname a {
	text-decoration: underline;
}
#shop_page_info_h .tel_txt {
	font-size: 20px;
	line-height: 2.6;
	color: #ffffce;
}
#shop_page_info_h .tel_txt a {
	text-decoration: underline;
}

#shop_page_info_h .txt1 {
	line-height: 2.0;
}
#shop_page_info_h .txt2 {
	line-height: 2;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
}

/*ショップ情報（ページ上段・ショップのサブページ、ページ上段・個別女性ページ）*/

#shop_page_info_hs {
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #585858;
	padding-top: 26px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#shop_page_info_hs .shopname {
	letter-spacing: 0.9pt;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
	line-height: 2.8;
	color: #ffffce;
}

#shop_page_info_hs .lady_title {
	font-size: 21px;
	font-weight: bold;
	line-height: 3.6;
	color: #ffffce;
}
#shop_page_info_hs .lady_prof_s {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8;
	color: #ffffce;
	margin-bottom: 20px;
}



/*ショップメニュー（ページ上段）*/


#menulist_shopHead ul.main-list {/*★メニュー用 ul 基本設定*/
	width: 100%;
	
	display: flex;/*子要素が縦幅、横幅とも同じ幅で揃う*/
	display: -webkit-flex;
	
	flex-wrap: wrap;/*折り返すように指定*/
	
	margin: 0px;
	padding: 0px;

}
#menulist_shopHead ul.main-list > li {/*★メニュー用 li 基本設定*/
	width: 50%;
	list-style: none;
	box-sizing: border-box;
	/*flex-grow: 1;*//*横方向に等幅に並べる（折り返す場合は使用しない）*/
	float: left;
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #585858;
	border-bottom-color: #585858;
}

#menulist_shopHead .item {
	line-height: 3.8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 85%;
}
#menulist_shopHead .item a {
	color: #F0F0F0;
	display: block;
	color: #E8E8E8;
}
#menulist_shopHead .item_count {
	font-size: 10px;
	margin-left: 2px;
}

#menulist_shopHead .mutch {/*該当ページ*/
	background-color: #1C1C1C;
	pointer-events: none;/*リンクを無効に*/
	color: #ffffce;
	color: #E8E8E8;
}
#menulist_shopHead .mutch2 {/*該当ページ2*/
	background-color: #1C1C1C;
	color: #ffffce;
	color: #E8E8E8;
}

#menulist_shopHead .border_t {/*個別女性メニュー用*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #585858;
}



/*メニュー用 アイコン*/

#menulist_shopHead li .icon_mov:before {
	content: "\f03d";
	font-family: FontAwesome;
	margin-right: 4px;
	font-size: 80%;
}
#menulist_shopHead li .icon_pic:before {
	content: "\f030";
	font-family: FontAwesome;
	margin-right: 4px;
	font-size: 80%;
}
#menulist_shopHead li .icon_txt:before {
	content: "\f030";
	font-family: FontAwesome;
	margin-right: 4px;
	font-size: 80%;
}
#menulist_shopHead li .icon_mail:before {
	content: "\f0e0";
	font-family: FontAwesome;
	margin-right: 4px;
	font-size: 80%;
}
#menulist_shopHead li .icon_txt:before {
	content: "\f15c";
	font-family: FontAwesome;
	margin-right: 4px;
	font-size: 80%;
}
#menulist_shopHead li .icon_price:before {
	content: "\f157";
	font-family: FontAwesome;
	margin-right: 4px;
	font-size: 80%;
}
#menulist_shopHead li .icon_event:before {
	content: "\f073";
	font-family: FontAwesome;
	margin-right: 4px;
	margin-top: 3px;
	font-size: 80%;
}
#menulist_shopHead li .icon_home:before {
	content: "\f015";
	font-family: FontAwesome;
	margin-right: 4px;
	margin-top: 3px;
	font-size: 80%;
}
#menulist_shopHead li .icon_external_link:before {
	content: "\f14c";
	font-family: FontAwesome;
	margin-right: 4px;
	margin-top: 3px;
	font-size: 80%;
}
#menulist_shopHead li .icon_info:before {
	content: "\f129";
	font-family: FontAwesome;
	margin-right: 4px;
	margin-top: 3px;
	font-size: 80%;
}
#menulist_shopHead li .icon_flag_checkered:before {
	content: "\f11e";
	font-family: FontAwesome;
	margin-right: 4px;
	margin-top: 3px;
	font-size: 80%;
}
#menulist_shopHead li .icon_hand-o-right:before {
	content: "\f0a4";
	font-family: FontAwesome;
	margin-right: 4px;
	margin-top: 3px;
	font-size: 100%;
}
#menulist_shopHead li .icon_fa-list:before {
	content: "\f03a";
	font-family: FontAwesome;
	margin-right: 4px;
	margin-top: 3px;
	font-size: 100%;
}
#menulist_shopHead li .icon_fa-star-o:before {
	content: "\f006";
	font-family: FontAwesome;
	margin-right: 4px;
	margin-top: 3px;
	font-size: 100%;
}
#menulist_shopHead li .icon_fa-bell-o:before {
	content: "\f0a2";
	font-family: FontAwesome;
	margin-right: 4px;
	margin-top: 3px;
	font-size: 100%;
}
#menulist_shopHead li .icon_fa-flag-o:before {
	content: "\f11d";
	font-family: FontAwesome;
	margin-right: 4px;
	margin-top: 3px;
	font-size: 100%;
}
/*ショップメニュー（ページ上段）の開閉*/

#menulist_shopHead .more_btn {
	width: 100%;
	color: #ffffce;
	line-height: 3.9;
	display: block;
	cursor: pointer;
}
#menulist_shopHead .menu_sa_close {
	color: #BCBCBC;
}


/*--------------------------------------------------インフォボックス a1 */

.info_box_a1 {
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	text-align: left;
	color: #F0F0F0;
}
.info_box_a1 a {
	text-decoration: underline;
}

.info_box_a1 dl {
	display: block;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: solid 1px #585858;
}
.info_box_a1 dt {
	display: block;
	color: #DBDBDB;
	font-size: 12px;
	padding-left: 5px;
	margin-bottom: 10px;
	line-height: 12px;
	height: 12px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #A80000;
}
.info_box_a1 dd {
	display: block;
	font-size: 16px;
	padding-left: 1px;
}
.info_box_a1 .large_txt {
	font-size: 180%;
}
.info_box_a1 .price_link {
	margin-left: 20px;
	font-size: 12px;
}

.info_box_a1 .shop_comment dd{
	font-size: 16px;
	line-height: 2.2;
}
.info_box_a1 dl.shop_comment {
	border-bottom-style: none;
	margin-bottom: 0px;
}
.info_box_a1 .txt_b dd{
	font-size: 16px;
	line-height: 2.2;
}
.info_box_a1 .tag{
	color: #D4D4D4;
	background-color: #272727;
	float: left;
	font-size: 12px;
	border-radius: 4px;
	padding: 2px 5px 2px 5px;
	margin: 3px 4px 3px 0px;
	border: 1px solid #4B4B4B;
}

/*--------------------------------------------------インフォボックス b1 （文字サイズ小さ目・体験レポなどに使用）*/

.info_box_b1 {
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
	text-align: left;
	color: #F0F0F0;
	letter-spacing:0.8pt;
}
.info_box_b1 a {
	text-decoration: underline;
}

.info_box_b1 dl {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #585858;
}
.info_box_b1 dt {
	display: block;
	color: #DBDBDB;
	font-size: 13px;
	padding-left: 5px;
	margin-bottom: 10px;
	line-height: 13px;
	height: 13px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #A80000;
}
.info_box_b1 dd {
	display: block;
	font-size: 15px;
	padding-left: 1px;
	line-height: 2.3;
}
.info_box_b1 .large_txt {
	font-size: 180%;
}
.info_box_b1 .price_link {
	margin-left: 20px;
	font-size: 12px;
}

.info_box_b1 .shop_comment dd{
	font-size: 14px;
	line-height: 2.2;
}
.info_box_b1 dl.shop_comment {
	border-bottom-style: none;
	margin-bottom: 0px;
}
.info_box_b1 .txt_b dd{
	font-size: 14px;
	line-height: 2.2;
}
.info_box_b1 .tag{
	color: #D4D4D4;
	background-color: #272727;
	float: left;
	font-size: 13px;
	border-radius: 4px;
	padding: 2px 5px 2px 5px;
	margin: 3px 4px 3px 0px;
	border: 1px solid #4B4B4B;
}


/*--------------------------------------------------index ページ*/



#index_sp_head{
	display: table;
	width: 100%;
	text-align: center;
}
#index_sp_head #top_description{
    font-size: 1.4rem;
	
	display: table;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
	padding-top: 10px;
	padding-bottom: 10px;
}
#index_sp_head .logo{
}
#index_sp_head .logo a{
	display: table;
	width: 100%;
}
#index_sp_head .logo h1{
}
#index_sp_head .logo img{
	width: 80%;
	max-width: 400px;
	padding-top: 30px;
	padding-bottom: 20px;
}

#index_sp_head .caution{
	margin-bottom: 0px;
}
#index_sp_head .caution a{
	display: table;
	width: 100%;
}
#index_sp_head .caution p{
    font-size: 11px;
    color: #A8A8A8;
}
#index_sp_head .caution img{
	width: 8%;
	max-width: 50px;
}

.index_enter{
	margin-bottom: 0px;
}
.index_enter a{
	display: table;
	width: 100%;
}
.index_enter img{
	width: 90%;
	max-width: 300px;
	padding-top: 15px;
	padding-bottom: 20px;
}



/*--------------------------------------------------icon*/


.icon_new_cc1:before {

	margin-top: -12px;
	content: "newface!!";
	content: "\5165\5E97\60C5\5831";/*入店情報・変更用→　https://webutubutu.com/transformation-to-unicode */
	margin-right: 5px;
	border-radius: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 6px;
	line-height: 12px;
	background-color: #525252;
}
.icon_new_cc2:before {

	margin-top: -12px;
	content: "Latest UP!!";
	content: "\6700\65B0UP!!";/* 最新UP!! */
	margin-right: 5px;
	border-radius: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 6px;
	line-height: 12px;
	background-color: #525252;
}

/* ==============================================================
	アイコン（2018年10/9追加）
============================================================== */

.icon_fa-camera:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f030";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}
.icon_fa-video-camera:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f03d";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}
.icon_fa_time:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f017";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}
.icon_fa_price:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f157";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}
.icon_fa_tel:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f098";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}
.icon_fa_detail:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f15c";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}

.icon_fa_ex_link:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f14c";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}
.icon_fa_search:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f002";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}

.icon_fa_arrow_right_b1:before {
	margin-right: 5px;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 100%;
}
.icon_keisen_aa2:before {
	top: 50%;
	left: 8px;
	content: "\2514";
	font-size: 130%;
	margin-top: 11px;
	margin-right: 4px;
}

.icon_new_aa1:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "NEWS";
	content: "\5165\5E97\60C5\5831";
	content: "news!!";
	margin-right: 5px;
	border-radius: 2px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 11px;
	background-color: #525252;
}
.icon_new_aa2:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "NEWS";
	content: "\5165\5E97\60C5\5831";
	content: "info";
	margin-right: 5px;
	border-radius: 2px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 11px;
	background-color: #525252;
}

.icon_new_aa3:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "NEWS";
	content: "\5165\5E97\60C5\5831";
	content: "update";
	margin-right: 5px;
	border-radius: 2px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 11px;
	background-color: #525252;
}

.icon_new_aa4:before {
	
	top: 50%;
	left: 8px;
	margin-top: -12px;
	
	content: "newface!!";
	content: "\5165\5E97\60C5\5831";/*入店情報・変更用→　https://webutubutu.com/transformation-to-unicode */
	margin-right: 5px;
	border-radius: 2px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 11px;
	background-color: #525252;
}

.icon_new_aa5:before {
	
	top: 50%;
	left: 8px;
	margin-top: -12px;
	
	content: "Latest UP!!";
	content: "\6700\65B0UP!!";/*最新UP!!*/
	margin-right: 5px;
	border-radius: 2px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 11px;
	background-color: #525252;
}

.icon_fa-check-square:before {
    margin-right: 7px;
    content: "\f14a";
    font-family: FontAwesome;
    font-size: 90%;
}

.icon_s_point:before {
    margin-right: 5px;
    content: "\02022";
    font-size: 90%;
}
.fa-caret-down:before {
     font-family: FontAwesome;
    margin-right: 5px;
   content: "\f0d7";
    font-size: 100%;
}

.fa-smile-o:before {
    font-family: FontAwesome;
    content: "\f118";
    font-size: 100%;
}

.fa-commenting-o:before {
    margin-right: 5px;
    font-family: FontAwesome;
    content: "\ f27b";
    font-size: 100%;
}

.fa-check-square-o:before {
    margin-right: 3px;
    font-family: FontAwesome;
    content: "\f046";
    font-size: 100%;
}

.icon_fa-g-peace-o:before {
	margin-right: 5px;
	content: "\f25b";
	font-family: FontAwesome;
	font-size: 100%;
}

.icon_fa-hand-stop-o:before {
	margin-right: 5px;
	content: "\f256";
	font-family: FontAwesome;
	font-size: 100%;
}
.icon_fa-star:before {
	margin-right: 5px;
	content: "\f005";
	font-family: FontAwesome;
	font-size: 100%;
}

.icon_fa-star-o:before {
	margin-right: 5px;
	content: "\f006";
	font-family: FontAwesome;
	font-size: 100%;
	color: #666;
}
.icon_fa-star-half-o:before {
	margin-right: 5px;
	content: "\f123";
	font-family: FontAwesome;
	font-size: 100%;
}




