@charset "utf-8";

*{
	margin:0;
	padding:0;
}

img{
	border:none;
}

ul, ol, dl{
	list-style-type:none;
}

body{
	color:#555555;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	text-decoration: none;
	color: #47A2C5;
}


a:not(.h-scale) img {
	transition: all .3s;
}

a:not(.h-scale) img:hover {
	opacity: 0.8;
}


.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
clear: both;
}

.clr{
clear: both;
}

.type{
    height: auto;
    margin-bottom: 5px;
		padding: 5px;
		box-sizing: border-box;
		font-size: 12px;
	}

.type span{
	border-radius: 2px;
	color: #FD498A;
	display: inline-block;
	font-size: 11px;
	/* font-weight: bold; */
	line-height: 1.5;
	margin-right: 3px 0;
	padding: 3px 5px 2px;
	background-color: #fff;
	border: 1px solid #FD498A;
	}

	.sche_icon {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
	}

	.sche_icon span {
		font-size:10px;
	}

	/*=========================
	TITLE BOX
	=========================*/

	h3 {
	    border: 1px solid #e9e9e9  ;
	    border-left: 10px solid #e9e9e9 ;
	    font-size: 16px;
	    line-height: 22px;
	    color: #333333;
	    font-weight: bold;
	    margin-bottom: 20px;
	    padding: 10px;
	    box-sizing: border-box;
	    position: relative;
	}

	h3.titleClass1 {
		border-left: 10px solid #FDB803;
	}

	h3.titleClass2 {
		border-left: 10px solid #F9474C;
	}

	h3.titleClass3 {
		border-left: 10px solid #71a9ed;
	}

	h3 span.moreBtn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    text-indent: 0;
    line-height: 1;
    background: #e9e9e9;
}

h3 span.moreBtn:hover {
	background: #fd498a;
}

h3 span.moreBtn a {
    color: #454344;
    display: block;
    font-size: 12px;
    padding: 15px;
    font-weight: normal;
    vertical-align: middle;
}

h3 span.moreBtn:hover a {
	color: #fff !important	;
}

h3 .showClass {
	width: 100px;
	height: 46px;
	display: inline-block;
	vertical-align: middle;
}

h3 .showClass img {
	width: 100%;
}

h3 .titleText {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}

h3 .choose {
/*	float: right;*/
	margin-top: 8px;
/*	margin-right: 8px;*/
/*	display: inline-block;*/
	vertical-align: middle;
}

h3 .chooseList {
	font-size: 0;
}

h3 .chooseList li {
    display: inline-block;
    margin: 0 2px;
    width: calc(100%/6 - 4px);
    text-align: center;
}

/*
h3 .chooseList li {
	display: inline-block;
	margin: 0 2px;
}*/

h3 .chooseList li a {
	display: block;
	padding: 10px 12px;
	font-size: 11px;
	background: #e9e9e9;
	color: #666666;
	font-weight: normal;
	border-radius: 2px;
}

h3 .chooseList li.selected a {
	background: #fd498a;
	color: #fff;
}


h3 .chooseList li:hover a {
	background: #666666;
	color: #fff;
}

h3 .titleCaption {
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	padding-top: 9px;
	padding-left: 2px;
	text-align: left;
	color: #cccccc;
}

.sortScheBox {
	height: 50px;
	margin-top: -14px;
}

/**gril sort*/
.girlSort {
	display: inline-block;
	float: left;
}

.girlSort h5 {
	width: 190px;
	padding: 7px;
	box-sizing: border-box;
	border: 1px solid #e9e9e9;
	position: relative;
}

.girlSort h5 i {
	position: absolute;
	top: 10px;
	right: 10px;
}

.girlSort ul {
	position: absolute;
	z-index: 50;
	background: #fff;
}

.girlSort ul li {
	width: 190px;
	border: 1px solid #e9e9e9;
	border-bottom: none;
	padding: 7px;
	box-sizing: border-box;
}

.girlSort ul li:last-child {
	border-bottom: 1px solid #e9e9e9;
}

.girlSort ul li a {
	font-size: 11px;
	color: #666666;
}

.girlSort ul li a:hover {
	color: #fd498a;
}

/**schedule selecter*/
.sch_selecter {
	text-align: right;
  display: inline-block;
  float: right;
}

.sch_selecter ul {
	display: inline-block;
	border: 1px solid #e9e9e9;
	padding: 5px;
	box-sizing: border-box;
	font-size: 0;
}

.sch_selecter ul li {
	display: inline-block;
	border-right: 1px solid #e9e9e9;
	margin-left: 2px;
	padding-right: 2px;
}

.sch_selecter ul li:first-child {
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px 0 9px;
	color: #666666;
}

.sch_selecter ul li:last-child {
	border: none;
}

.sch_selecter ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	padding: 5px 10px;
	box-sizing: border-box;
	color: #666666;
	border-radius: 2px;
}

.sch_selecter ul li a:hover {
	background: #666666;
	color: #fff;
}

.sch_selecter .selected a {
	background: #fd498a;
	color: #fff;
}

#trigger-btn {
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: right;
	font-size: 12px;
	cursor: pointer;
	padding-right: 7px;
}


/*=======================
header
=======================*/

#headerBox{
	text-align: left;
	}

#headerBox #header{
	width: 1140px;
	height: 100px;
	padding: 15px 20px 8px;
	margin: auto;
	text-align: left;
	position: relative;
}

#wrapper >  h1{
	text-align: center;
  font-size: 10px;
  font-weight: normal;
  /* margin: 0 0 12px 0px; */
  border-bottom: 1px solid #f2eff1;
  padding: 3px;
  background: #fff;
  color: #454344;
}

#wrapper > h1 a {
	color: #bbbbbb;
}

#headerBox #header #logo{
	display: inline-block;
	vertical-align: top;
	width: 296px;
}
#headerBox #header #logo img{
	display:block;
	width:100%;
	/*height:83px;*/
}

#headerBox #header h2{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	padding-top: 13px;
	color: #666666;
	width: 470px;
	margin-left: 25px;
}

#headerBox #header #topBanner{
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}

#headerBox #header #topBanner img{
	display:block;
	width:337px;
	height:84px;
}

#headerBox #header #topBanner span{
	text-align:right;
	font-size:11px;
	font-weight:normal;
}

/*=======================
navigation
=======================*/
/*menu*/
#navi {
	background: #454344;
	text-align: center;
}

#navi::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #fd498a;
	border-top: 1px solid #fff;
}

#menu {
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
	position: relative;
}

#menu > li {
	display: inline-block;
	width: calc( 100%/9 - 10px);
	margin: 5px;
	padding: 9px 5px;
	box-sizing: border-box;
	border: 1px solid #454344;
	position: relative;
}

#menu > li:hover {
	border: 1px solid #666666;
}

#menu > li a {
	color: #fff;
	font-size: 13px;
	display: block;
	width: 100%;
/*	height: 100%;*/
}

#menu > li:nth-child(1) i {
	display: inline-block;
	background: #fff;
	color: #454344;
	padding: 5px;
	box-sizing: border-box;
	margin-right: 10px;
	border-radius: 50%;
}

#menu > li:nth-child(1):hover a {
	color: #fd498a;
}

#menu > li:nth-child(1):hover i {
	background: #fd498a;
	color: #fff;
}

#menu > li:nth-child(2) a,
#menu > li:nth-child(3) a,
#menul > li:nth-child(4) a,
#menu > li:nth-child(5) a {
	font-size: 14px;
}

#menu > li:nth-child(2) a {
	color: #dcdcdc;
}

#menu > li:nth-child(3) a {
	color: #FDB803;
}

#menu > li:nth-child(4) a {
	color: #F9474C;
}

#menu > li:nth-child(5) a {
	color: #71a9ed;
}

#menu > li:nth-child(2) span,
#menu > li:nth-child(3) span,
#menu > li:nth-child(4) span,
#menu > li:nth-child(5) span {
	font-size: 11px;
	color: #fff;
}

#menu > li:nth-child(6) ,
#menu > li:nth-child(8) ,
#menu > li:nth-child(7) ,
#menu > li:nth-child(9) {
	background: #666666;
	border-radius: 3px;
}

#menu > li:nth-child(6):hover ,
#menu > li:nth-child(8):hover ,
#menu > li:nth-child(7):hover ,
#menu > li:nth-child(9):hover {
	background: #dcdcdc;
	border-radius: 3px;
}

#menu > li:nth-child(6):hover a ,
#menu > li:nth-child(8):hover a ,
#menu > li:nth-child(7):hover a ,
#menu > li:nth-child(9):hover a {
	color: #666666;
}

#navi.fixed {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
		z-index:10000;
}

/*sub-menu*/
.submenu {
	display: none;
	position: absolute;
	top: 35px;
	left: -50px;
	padding: 8px;
	background: #fff;
	z-index: 100;
	box-shadow: 0px 4px 15px 0px #dcdcdc;
}

.submenu h4 {
	text-align: left;
	font-size: 18px;
	margin-bottom: 5px;
}

.selectCommon h4 {
	color: #FDB803;
}

.selectMiddle h4 {
	color: #F9474C;
}

.selectLaxury h4 {
	color: #71a9ed;
}

.submenu ul {
	position: relative;
	width 100%:
}

.submenu ul:after {
	content: "▲";
	font-size: 30px;
	display: block;
	color: #fff;
	position: absolute;
	left: 42%;
	top: -58px;
}

.submenu ul li {
	text-align: left;
	border: 1px solid #f9f7f8;
	margin: 1px 0;
	font-size: 12px;
	position: relative;
}

.submenu ul li::after {
	content:"\f054";
	font-family: FontAwesome;
	position: absolute;
	right:5px;
	top: 14px;
	color: #dcdcdc;
}

.submenu ul li:hover {
	background: #f9f7f8;
}

.submenu ul li:hover a {
	color: #fd498a !important;
}

.submenu ul li a {
	color: #666666 !important;
	display: block;
	padding: 10px 40px 10px 20px;
	box-sizing: border-box;
	width: 200px !important;
	height: 100%;
	font-size: 12px !important;
}

/*=======================
container
=======================*/

#container{
	padding-bottom:80px;
	border-bottom:1px solid #e7e7e7;
	margin-bottom:3px;
	min-width:1200px;
/*	min-width:1300px;*/
	overflow:hidden;
}
@media (max-width: 1300px) {
		#homeSelectDate{
			display:none;
		}
}
ul#breadFlow{
	text-align:left;
	width:1140px;
	padding:5px 20px;
	font-size:12px;
  margin: 10px auto 5px;
}

ul#breadFlow a {
	color: #666666;
}

ul#breadFlow a:hover {
	color: #fd498a;
}

ul#breadFlow li{
	display:inline-block;
}

ul#breadFlow li:after{
	content:' > ';
}

ul#breadFlow li:last-child:after{
	content:none;
}

h5.commonShop ,
p.commonShop {
  background-color: rgba(253, 184, 3, 0.8) !important;
}

h5.middleShop ,
p.middleShop {
    background-color: rgba(249, 71, 71, 0.8) !important;
}

h5.laxuryShop ,
p.laxuryShop {
  background-color: rgba(63, 138, 229, 0.8) !important	;
}

h5.otherShop ,
p.otherShop {
  background-color: rgba(69, 67, 68, 0.8) !important;
}

/*=======================
footer
=======================*/

#footerBox{
	border-top:7px solid #e9e9e9;
	text-align:center;
	min-width:1200px;
}

#footer{
	width:1140px;
	padding:0px 20px;
	margin:auto;
  position: relative;
}

#footer h4{
	float:right;
	width:296px;
	font-size:11px;
	text-align:center;
}

#footer #move2Top{
	color:#fe4a8b;
	border:2px solid #fe4a8b;
	background-color:#f6c7d9;
	border-radius:50%;
	width:110px;
	height:110px;
  position: absolute;
	top:-80px;
	right:20px;
	cursor: pointer;
	transition: all .3s;
}

#footer #move2Top:hover {
	background: #fff;
}

#footer #move2Top span{
  display: block;
  font-weight: bold;
  line-height: 650%;
  text-align: center;
  position: relative;
	z-index:10;
	font-family:"Century Gothic", Gadget, sans-serif;
	font-size:15px;
}

#footer #move2Top i{
  font-size: 50px;
  font-weight: normal;
  position: relative;
  top: -48px;
  text-align: center;
  display: block;
}

#footer #footerNavi{
	padding:10px 0;
}

#footer #footermenu{
	padding:10px 0;
	text-align:left;
}

#footer #footerNavi li{
	display:inline-block;
	font-size:13px;
	margin:0 5px;
}

#footer #footerNavi p{
	float:left;
	text-align:left;
	font-size:10px;
	line-height:1.7;
	padding:30px 0;
	width:50%;
}

address{
	border-top:7px solid #e7e7e7;
	background-color:#535353;
	font-style:normal;
	font-size:11px;
	text-align:center;
/*	box-shadow:1px 1px 3px rgba(0,0,0,.5) inset;*/
	color:#ffffff;
}

address a{
	border-top:2px solid #ffffff;
	color:#ffffff;
	padding:32px 0;
	display:block;
}

/*テスト*/
#navi.fixed #thirdBox {
    background-color: rgba(251, 241, 232, 0.8);
    height: 34px;
    overflow: hidden;
}

#navi.fixed #searchBlock {
    margin-top: -14px;
    padding-top: 0;
}


.girlsList ul li .photoBox p.commonClass {
	background-color: rgba(253, 184, 3, 0.8);
    display: inline-block;
    bottom: auto;
    left: auto;
    right: 2px;
    top: 2px;
}
.girlsList ul li .photoBox p.middleClass {
	background-color: rgba(249, 71, 71, 0.8);
    display: inline-block;
    bottom: auto;
    left: auto;
    right: 2px;
    top: 2px;
}
.girlsList ul li .photoBox p.laxuryClass {
	background-color: rgba(63, 138, 229, 0.8);
    display: inline-block;
    bottom: auto;
    left: auto;
    right: 2px;
    top: 2px;
}
.girlsList ul li .photoBox p.otherClass {
	background-color: rgba(69, 67, 68, 0.8);
    display: inline-block;
    bottom: auto;
    left: auto;
    right: 2px;
    top: 2px;
}


/*Added in 2016.4.8 ikeda*/
.h-scale {
    display: block;
/*
    height: 239px;
    width: 179px;
*/
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
}
.h-scale img {
    border: medium none;
    transition: transform 0.4s ease-out 0s;
    transform: scale(1);
}
.h-scale img:hover {
    transform: scale(1.2);
	opacity:1;
}
