
/* ==============================================================================
	CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#333;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	-webkit-text-size-adjust: 100%;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	text-decoration	: none;
}

a:hover{
	text-decoration: none;
}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

em{
	font-style		: normal;
}


/*=================================================
 * CSS for PC
 * ================================================= */

body{
	position: relative;
	background: #b6eeee;
}

header,
nav,
main,
aside,
footer,
#link_bnr{
	position: relative;
	z-index: 2;
	width: 750px;
	margin: 0 auto;
}

body:before{
	content: '';
	width: 750px;
	height: 100%;
	position: fixed;
	z-index: -2;
	top: 0;
	left: calc(50% - 375px);
	background: url(../img/all/asidebg.jpg) no-repeat top center;
	background-size: cover;
}


/** header **/

header{
	width: 750px;
	height: 420px;
	margin: 0 auto;
	background:
	url(../img/index/logo.png) no-repeat 50% 50%,
	url(../img/index/bg.png) no-repeat top center #fff;
	background-size: 450px auto, 750px, auto;
}
h1{
	font-size: 10px;
	line-height: 1;
	color: #54dfdf;
	padding: 10px 0;
}


/** main **/

main{
	display: block;
	overflow: hidden;
	padding: 0 0 20px 0;
	background: url(../img/index/bg.png) no-repeat 50% -420px #fff;
	background-size: 750px, auto;
}

nav{
	width: 750px;
}
nav > a{
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 200px;
	height: 200px;
	color: #333;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 4px #fff inset, 0px 0px 0px 5px #00c8c8 inset;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
nav > a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
nav > a span{
	width: 100%;
	font-family: "FontA";
	font-size: 54px;
	line-height: 1;
	color: #00c8c8;
}
nav > a em{
	width: 100%;
	font-size: 16px;
	line-height: 1;
}
nav p{
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	margin: 30px 0 70px 0;
}
nav p a{
	text-decoration: underline;
	color: currentColor;
}
nav a:hover{
	color: currentColor;
	text-decoration: none;
}

nav div{
	position: relative;
	font-family: "FontA";
	font-size: 50px;
	line-height: 1;
	color: #00c8c8;
	margin: 0 0 80px 0;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
nav div:before,
nav div:after{
	content: "";
	width: 100px;
	border-bottom: 1px solid currentColor;
	position: absolute;
	left: calc(50% - 50px);
}
nav div:before{
	top: 0;
}
nav div:after{
	bottom: 0;
}


/** outlink **/

.outlink{
	padding: 0 0 10px 0;
}
.outlink_in{
	margin: 0;
	padding: 0;
}

#fgo{	padding-bottom: 10px;}
#fgo2{	padding: 0 0 10px 0;}
.fgo{
	margin: 0;
}
.fgo_in{
	margin: 0 0 5px 0;
	padding: 0 10px;
}
.fgo_in table{	margin: 0 auto;}

.link_list{
	font-size: 0;
	line-height: 0;
	padding: 0 0 5px 0;
}

.link_list a{
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 5px 2px;
}

.fgo_pc{	display: block;}
.fgo_sp{	display: none;}

.fgo_pc{	display: none;}
.fgo_sp{	display: block;}
.bnr46860 img,
#bnr46860 img{	width: 300px; height: auto;}
#bnr468 img{	width: 300px; height: auto;}


/** aside **/

aside{
	position: relative;
	color: #fff;
	padding: 50px 7.5px 50px 7.5px;
	background: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
aside .shopinfo{
	position: relative;
	margin: 0 0 40px 0;
	padding: 80px 0 0 0;
}
aside .shopinfo:before{
	content: "";
	width: 125px;
	height: 40px;
	background: url(../img/all/f_logo.png) no-repeat;
	background-size: 125px auto;
	position: absolute;
	top: 0;
	left: calc(50% - 62.5px);
}
aside .shopinfo:after{
	content: "Tokyo Urisen Gay Massage";
	width: 100%;
	font-family: "FontA";
	font-weight: normal;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 0;
}

aside .shopinfo,
aside .shopinfo a{	color: #fff;}
aside .shopinfo p:nth-of-type(1){
	font-size: 26px;
	line-height: 1.2;
}
aside .shopinfo p:nth-of-type(1) span{
	position: relative;
	bottom: -3px;
	margin-right: 3px;
	font-size: 26px;
	line-height: 1;
}
aside .shopinfo p:nth-of-type(2){
	font-size: 13px;
	line-height: 1.2;
}

#f_menu{
	position: relative;
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 40px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#f_menu:before{
	content: "";
	width: 50px;
	height: 5px;
	background: #fff;
	position: absolute;
	left: calc(50% - 25px);
}
#f_menu:before{	top: 0;}

#f_menu p{
	margin: 0 0 20px 0;
}
#f_menu a{
	display: inline-flex;
	justify-content: center;
	color: #fff;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#f_menu p:last-of-type{	margin-bottom: 0;}
#f_menu a span{
	width: 170px;
	font-family: "FontB";
	font-size: 22px;
	line-height: 25px;
	text-align: right;
}
#f_menu a em{
	width: 170px;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	margin: 5px 0 0 3px;
}
#f_menu a em i{
	font-style: normal;
	color: #00393b;
}
#f_menu a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/** footer **/

footer{
	width: 750px;
	text-align: center;
	padding: 25px 0;
	background: #fff;
}

footer #copyright{
	font-size: 10px;
	line-height: 18px;
}
footer #copyright a{	color: #000;}

.f_sns{
	width: 50px;
	font-size: 0;
	line-height: 0;
	position: fixed;
	z-index: 1002;
	right: calc(50% - 365px);
	bottom: 90px;
}
.f_sns a{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	margin: 0 0 10px 0;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.f_sns a.f_line{	background: url(../img/all/fbt_line.png) no-repeat; background-size: 50px auto;}
.f_sns a.f_wa{	background: url(../img/all/fbt_wa.png) no-repeat; background-size: 50px auto;}
.f_sns a.f_mail{	background: url(../img/all/fbt_mail.png) no-repeat; background-size: 50px auto;}
.f_sns a.f_kakao{	background: url(../img/all/fbt_kakao.png) no-repeat; background-size: 50px auto;}


/** rollover **/

.fade{
	display: inline-block;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.hover,
.fade input{
	-webkit-transition	: 0.3s ease-in-out;
	-moz-transition	: 0.3s ease-in-out;
	-o-transition	: 0.3s ease-in-out;
	transition		: 0.3s ease-in-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

.hover:hover,
.fade input:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/*=================================================
 * COMMON CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		height:100lvh;
		background: url(../img/all/asidebg.jpg) no-repeat top center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}

	header{
		height: 300px;
		background:
		url(../img/index/logo.png) no-repeat 50% 50%,
		url(../img/index/bg.png) no-repeat top center #fff;
		background-size: 350px auto, 600px, auto;
	}

	/** main **/

	main{
		display: block;
		overflow: hidden;
		padding: 0 0 20px 0;
		background: url(../img/index/bg.png) no-repeat 50% -300px #fff;
		background-size: 600px, auto;
	}
	nav > a{
		width: 170px;
		height: 170px;
	}
	nav > a span{
		font-size: 46px;
	}
	nav > a em{
		font-size: 13px;
	}
	nav div{
		font-size: 30px;
		line-height: 1;
		color: #00c8c8;
		margin: 0 0 80px 0;
		padding: 20px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	header,
	nav,
	main,
	aside,
	footer,
	#link_bnr{
		width: 100%;
		margin: 0;
	}
	header{	left: 0;}
	footer{	left: 0;}
	body:before,
	#page-top{
		width: 100%;
		left: 0;
	}
	.f_sns{	right: 10px;}
}
