
#spRecruitWrap {
	display: none;
}

@media screen and (max-width:479px) {
	#spRecruitWrap {
		box-sizing: border-box;
		display: block;
		width: 100%;
		height: 35px;
		padding: 5px 0;
		background: #8B1129;
	}

	#spRecruit {
		position: relative;
		margin-right: 3%; 
		margin-left: 3%;
		font-size: 0.9em;
	}

	#spRecruitWrap .spRecruitTxt {
		position: absolute;
		top: 50%;
		left: 0;
		width: 63%;
		font-weight: bold;
		color: #fff;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
    	transform: translateY(-50%);
	}

	#spRecruitWrap .spRecruitBtn {
		box-sizing: border-box;
		position: relative;
		display: block;
		float: right;
		width: 37%;
		height: 25px;
		background: #fff;
		text-align: left;
		color: #8B1129;
		font-weight: bold;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ebebeb), color-stop(0.00, #fff));
		background: -webkit-linear-gradient(#fff, #ebebeb);
		background: -moz-linear-gradient(#fff, #ebebeb);
		background: linear-gradient(#fff, #ebebeb);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow:2px 2px 0px 0px rgba(0,0,0,0.1);
		-webkit-box-shadow:2px 2px 0px 0px rgba(0,0,0,0.1);
		box-shadow:2px 2px 0px 0px rgba(0,0,0,0.1);
		text-align: center;
	}

	#spRecruitWrap .spRecruitBtn:after{
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #8B1129;
		border-right: solid 2px #8B1129;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 49%;
		right: 6px;
		margin-top: -4px;
	}

	#spRecruitWrap .spRecruitBtn span {
		position: absolute;
		width: 100%;
		top: 51%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		-moz-transform: translateY(-50%) translateX(-50%);
    	transform: translateY(-50%) translateX(-50%);
	}
}

#indexHeader {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: no-repeat center bottom;
	-moz-background-size:cover;
	background-size:cover;
}

#indexHeader.indexHeaderBg01 {
	background-image: url(/tachikawa/images/entrance01_mini.jpg);
}

#indexHeader.indexHeaderBg02 {
	background-image: url(/tachikawa/images/entrance02_mini.jpg);
}

/*
#indexHeader br {
	display: none;
}
*/

#indexHeader .hItems {
	width: 100%;
	padding-top: 2px;
	text-align: center;
	color: #fff;
	opacity: 0.7;
}

#indexHeader h1, #indexHeader h2 {
	display: inline;
	font-size: 0.8em;
	text-shadow: 1px 1px 0px #555;
}

#indexLogoGirls {
	position: relative;
	padding: 0;
	line-height: 0;
}

#indexLogoGirls .indexSpImg{
	display: none;
}

#indexLogoGirls img{
	/*display: block;
	position: relative;
	top: 10px;*/
}

.indexAboutBtn {
    display: block;
    width: 250px;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto; 
    padding: 10px 20px 2px 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 0%, #ffffff 20%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 0%,#ffffff 20%,#f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 0%,#ffffff 20%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 2px 2px 0px 0px #555;
    -moz-box-shadow: 2px 2px 0px 0px #555;
    -webkit-box-shadow: 2px 2px 0px 0px #555;
    text-decoration: none;
    text-align: center;
}
.indexAboutBtn span{
	display: block;
    font-weight: 500;
}
.indexAboutBtn img{
	width: 80%;
    height: auto;
}

.indexAboutBtn i{
	font-size: 30px;
	color: #da3ea7;
	line-height: 0.9;
}

.indexAboutBtn:hover{
	opacity: 0.8;
}

#indexGirl {
	position: absolute;
	width: 57%;
	height: auto;
	bottom: -130px;
	right:3%;
}

#indexRecruitBaloon {
	position: absolute;
	display: block;
	width: 280px;
	height: auto;
	top: 20px;
	right:7%;
}

#indexRecruitBaloon:hover {
	background: url(/tachikawa/images/recruitBaloonOn.png?20180629);
	background-size: 100%;
}

#indexRecruitBaloon:hover img{
	opacity: 0;
}


@media screen and (max-width:1200px) {
	.shopEnterBox {
		bottom: 31%;
	}
	.shopEnterBox .enterBtn1{
		height: 65px;
	}
	#indexRecruitBaloon {
		width: 240px;
		height: auto;
	    top: 10px;
	    right: 5%;
	}
}

@media screen and (max-width:959px) {
	.shopEnterBox {
		bottom: 30%;
	}
	.shopEnterBox .enterBtn1{
		height: 60px;
	}
	.btnTxt{
		font-size: 2.3rem;
	}
	#indexRecruitBaloon {
		width: 230px;
		height: auto;
	    top: 0;
	    right: 3%;
	}
}

@media screen and (max-width:767px) {
	.shopEnterBox {
		bottom: 29%;
	}
	.shopEnterBox .enterBtn1{
		height: 45px;
	}
	.btnTxt{
		font-size: 1.8rem;
	}
	#indexHeader h2 {
		display: none;
	}
	#indexRecruitBaloon {
		width: 180px;
	    top: -10px;
	    right: 3%;
	}
}

@media screen and (max-width:600px) {
	.shopEnterBox {
		bottom: 28%;
	}
	.shopEnterBox .enterBtn1{
		height: 35px;
	}
	.btnTxt{
		font-size: 1.5rem;
	}
	#indexRecruitBaloon {
		width: 160px;
		top: -15px;
	    right: 0%;
	}
}

@media screen and (max-width:479px) {
	.shopEnterBox {
		width: 100%;
		bottom: 0;
	}
	.shopEnterBox .enterBtn1{
		height: 50px;
		width: 80%;
		margin:10px auto;
	}
	#indexLogoGirls .indexSpImg{
		display: block;
	}
	#indexLogoGirls .indexPcImg{
		display: none;
	}
	#indexRecruitBaloon {
		display: none;
		/*width: 100px;
		top: auto;
		bottom: 220px;
		right: 17%;*/
	}
}


.outAnc p a {
	text-decoration: underline;
	color: #fff;
}

@media screen and (max-width:959px) {
	.outAnc {
		width: 100%;
		margin-top: -1px;
		padding: 0;
		background-color: #565656;
		text-align: center;
	}

	.outAnc p {
		position: relative;
		display: inline-block;
		left: auto;
		bottom: auto;
		padding-top: 3px;
		padding-bottom: 5px; 
		background-size: 42px 40px;
		text-align: left;
	}
}

@media screen and (max-width:767px) {
	.outAnc p {
		padding-left: 40px;
		background-size: 36px 35px;
		font-size: 0.8em;
	}
}

#mainWrap {
	padding: 30px 0;
	text-align: center;
}

@media screen and (max-width: 480px) {
	#mainWrap { padding: 10px 0 30px 0; }
} 

.sectionTitle {
	text-align: center;
}

.titleEn {
	display: block;
	margin-bottom: 11px;
	line-height: 1;
	font-family: 'Alex Brush', cursive;
	font-size: 40px;
	color: #333333;
}

.pinyonApostrophe {
	margin-left: -0.3em;
	margin-right: -0.2em;
}

.titleJp {
	display: block;
	margin-bottom: 30px;
	line-height: 1;
	opacity: 0.7;
	font-size:16px;
	font-weight:300;
	color:#333333;
}

.titleJp span{
	display: inline-block;
	position: relative;
}

.titleJp span:before {
	content: "";
	border-bottom: 1px solid #333;
	width: 30px;
	position: absolute;
	left: -40px;
	bottom: 8px;
	opacity: 0.7;
}

.titleJp span:after {
	content: "";
	border-bottom: 1px solid #333;
	width: 30px;
	position: absolute;
	margin-left: 10px;
	bottom: 8px;
	opacity: 0.7;
}

#greeting {
	margin: 0 auto 50px auto;
	padding: 0px 0 10px 0;
	max-width: 750px;
	text-align: left;
}

.greetingDesc {
	line-height: 1.5;
	font-size: 16px;
}

.greetingDescTitle {
	display: block;
	margin: 20px auto 10px auto;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
}

@media screen and (max-width:767px) {
	.greetingDesc {
		padding-right: 2%;
		padding-left: 2%;
	}
}

#about {
	margin: 50px 0 0;
	width: 100%;
	text-align: left;
	background: #8B1129;
}

#about .sectionTitle {
	background: #8B1129;
	padding-top: 21px;
	padding-bottom: 1px;
}

#about .titleEn {
	color: #fff;
}

#about .titleJp {
	color: #fff;
}

#about .titleJp span:after, 
#about .titleJp span:before {
	border-color: #fff;
}

.aboutsubTitle {
	padding-top: 25px;
	padding-bottom: 20px;
	background: #A31C32;
	text-align: center;
	line-height: 1.3;
	font-size: 26px;
	color: #fff;
}

.aboutContent {
	position: relative;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
}

#healthPlay {
	background: url(/tachikawa/images/entranceBgPlay.jpg) no-repeat center center;
}

#massage {
	background: url(/tachikawa/images/entranceBgMassage.jpg) no-repeat center center;
}

.aboutBg {
	position: relative;
	width: 100%;
	background-size: cover !important;
	z-index: 0;
}

#healthPlay .playImg {
	height: 850px;
	width: 100%;
	background: url(/tachikawa/images/entrancePlay01.jpg?2020) no-repeat center center;
	-moz-background-size:cover;
	background-size:cover;
}

#massage .playImg {
	height: 850px;
	width: 100%;
	background: url(/tachikawa/images/entrancePlay02.jpg?2020) no-repeat center center;
	-moz-background-size:cover;
	background-size:cover;
}

.aboutDescTitle {
	font-size: 20px;
	margin-bottom: 15px;
}

.aboutDesc {
	box-sizing: border-box;
	position: absolute;
	width: 600px;
	padding: 20px;
	background: rgba(163,28,50,0.7);
	line-height: 1.5;
	color: #fff;
	font-size: 16px;
}

#healthPlay .aboutDesc {
	top: 70px;
	right: 70px;
}

#massage .aboutDesc {
	top: 70px;
	left: 70px;
}

@media screen and (max-width:959px) {
	.playImg {
		height: 700px !important;
	}

	.aboutDesc {
		width: 50%;
	}

	#healthPlay .aboutDesc {
		top: 50px;
		right: 50px;
	}

	#massage .aboutDesc {
		top: 50px;
		left: 50px;
	}
}

@media screen and (max-width:767px) {
	.aboutsubTitle {
		padding-right: 2%;
		padding-left: 2%;
		font-size: 22px;
	}

	.playImg {
		height: 400px !important;
	}

	.aboutDesc {
		position: relative;
		width: 100% !important;
		padding: 20px 10px;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		background-color: #fff;
		color: #565656;
	}
}

@media screen and (max-width:479px) {
	.playImg {
		height: 300px !important;
	}
}
#enterBtnBottom{
	margin-bottom: 50px;
	background-color: #8B1129;
}
#enterBtnBottom .shopEnterBox{
	position: relative;
	bottom:auto;
	left: auto;
	margin:0 auto;
	padding:30px 0;
}
#enterBtnBottom .shopEnterBox .enterBtn1{
	margin:0 auto;
	background: #FFF;
	background: -moz-linear-gradient(top, #FFF 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(top, #FFF 0%,#ebebeb 100%);
	background: -o-linear-gradient(top, #FFF 0%,#ebebeb 100%);
	background: -ms-linear-gradient(top, #FFF 0%,#ebebeb 100%);
	background: linear-gradient(to bottom, #FFF 0%,#ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#ebebeb',GradientType=0 );
	border-color: #FFF;
}
#enterBtnBottom .shopEnterBox .enterBtn1 .btnTxt{
	color: #8B1129;
}
@media screen and (max-width:479px) {
	#enterBtnBottom .shopEnterBox{
		background: none;
	}
}

.otherSites {
	max-width: 550px;
	margin: 0 auto;
	margin-top: 40px;
}

.otherSites dd {
	margin-top: 5px;
	margin-bottom: 20px;
}

/*.otherSites dd:last-child {
	margin-bottom: 0;
}*/

.otherSites img {
	max-width: 100%;
	height: auto;
}

.otherSites a:hover{
	opacity: 0.7;
}

.marker1{
	padding-right: 2px;
	padding-left: 2px;
	background: rgba(255,255,102,0.5);
	font-weight: 300;
	color: #d02d80 !important;
}

.marker2{
	font-weight: 300;
	color: #d02d80;
}

.adBox {
	display: block !important;
	text-align: center;
}

.adBox li { margin: 0 0 20px 0; }

@media screen and (max-width: 768px) {
	.adBox li {
		width: 96%;
		margin: 0 auto 20px auto;
	}
}

#mainWrap .adBox iframe {
	max-width: 768px !important;
	width: 100%;
}

.adBox {
	display: block !important;
	text-align: center;
}

.adBox li { margin: 0 0 20px 0; }

@media screen and (max-width: 768px) {
	.adBox li {
		width: 96%;
		margin: 0 auto 20px auto;
	}
}

#mainWrap .adBox iframe {
	max-width: 768px !important;
	width: 100%;
}

.adBnr {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
	margin:  20px auto;
	max-width: 468px;
}

@media screen and (max-width: 768px) {
	.adBnr {
		width: 96%;
	}
}

.adBnr li { margin: 0 10px 0 0; }

.adBnr li:last-child { margin: 0; }

.deritownbn{
	max-width: 100%;
	
}

.adTitle {
	text-align: center;
	margin: 30px 0 10px 0;
	padding: 30px 0 0 0;
	font-weight: bold;
	font-size: 14px;
	border-top: solid 1px #555555;
}

@media screen and (max-width: 768px) {
	.adTitle {
		width: 96%;
		margin: 30px auto 10px auto;
	}
}

/*オープン前別エリアボタン表示*/
/*.shopEnterBox {
	position: static;
	bottom: auto;
	width: auto;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
	max-width: 768px;
	margin: 0 auto;
}

.shopEnterBox .enterBtn1 { width: 45%; }

.shopEnterBox .enterBtn1 .btnTxt { width: 100%; }

.shopEnterBox .enterBtn1 span i { padding: 0 4px; }*/


/*女神の極み*/
#indexHeader.indexHeaderBg03 {
	background-image: url(/tachikawa/images/indexBack.jpg);
	max-height: 750px;
}

#indexHeader #indexHeaderInner {
	background-image: url(/tachikawa/images/index_wing.png);
	background: url(/tachikawa/images/index_wing.png?2020) no-repeat center;
	position: relative;
	/*max-width: 1366px;
	margin: -8px auto 0 auto;
	*/
}
.headerWrap{
	background: url(/tachikawa/images/index_curtain.png) no-repeat left center;
	max-height: 750px;

}

.logowrap{
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	margin-bottom: 5%;
}
@media screen and (min-width: 1800px) {
.logowrap{
		margin-bottom: 0%;
	}
}


.logobox{
margin: 3% 0 0 8%;	
}
@media screen and (max-width: 768px) {
	.logobox{
	margin: 5%;
	}
	.shopEnterBox .enterBtn1 {
		width: 80%!important;
	}
}

.logocatch{
	writing-mode: vertical-rl;
	font-family: 'Noto Serif JP', serif;
	color: #ffff;	
	font-size: 40px;
	text-shadow: 1px 1px 0px #555;
	opacity: 0.8;
	margin-left: 8%;
}
.logocatchsp{
	margin-top: 15px;
    text-align: center;
	font-family: 'Noto Serif JP', serif;
	color: #ffff;	
	font-size: 22px;
	text-shadow: 1px 1px 0px #555;
	opacity: 0.8;
}

/*
.shopEnterBox {
	position: absolute;
	width: 45.5%;
	bottom: 34%;
	left: 0;
}
*/
.shopEnterBox .enterBtn1{
	display: block;
	position: relative;
	width: 33%;
	height: 70px;
	margin: 0 auto 30px auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #8C1C32;
    background: -moz-linear-gradient(top, #B32440 0%, #8C1C32 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B32440), color-stop(100%,#8C1C32));
    background: -webkit-linear-gradient(top, #B32440 0%,#8C1C32 100%);
    background: -o-linear-gradient(top, #B32440 0%,#8C1C32 100%);
    background: -ms-linear-gradient(top, #B32440 0%,#8C1C32 100%);
    background: linear-gradient(to bottom, #B32440 0%,#8C1C32 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B32440', endColorstr='#8C1C32',GradientType=0 );
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	border: 1px solid #8C1C32;

}
@media screen and (max-width: 768px) {
.shopEnterBox .enterBtn1{
		width: 90%;

}
}

.shopEnterBox .enterBtn1:hover{
	opacity: 0.7;
}

.btnTxt{
	display: inline-block;
	position: absolute;
	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%);
	color:#ffffff;
	font-weight: bold;
	font-size: 2.5rem;
}

.outAnc {
	/*max-width: 1366px;
	background-color: #565656;
	margin: 0 auto 20px auto;
	*/
}

.outAnc p {
    max-width: 310px;
	padding: 10px 0 10px 47px;
	background: url(/tachikawa/images/noUnder18WT.png) no-repeat left center;
	background-size: 42px 40px;
	line-height: 1.2;
	font-size: 0.9em;
	color: #fff;
	text-shadow: 1px 1px 0px #555;
	opacity: 0.8;

}

.indexcourselogo01{
	position: absolute;
    bottom: 70px;
    left: 70px;
    max-width: 550px;
}
.indexcourselogo01 img{
	width: 100%;
}
.indexcourselogo02{
	position: absolute;
    bottom: 70px;
    right: 70px;
    max-width: 550px;
}
.indexcourselogo02 img{
	width: 100%;
}
	
@media screen and (max-width: 768px) {
.indexcourselogo01{
	position: absolute;
    left: 0px;
    bottom: 215px;
    max-width: 350px;
}
.indexcourselogo01 img{
	width: 100%;
}
.indexcourselogo02{
	position: absolute;
    bottom: 215px;
    right: 0px;
    max-width: 350px;
}
}






	
	