
/* ==============================================================================
    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:#121212;
}

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	: underline;
}

a[href^="tel:"] { cursor: pointer; text-decoration: none; color: #333}
a[href^="tel:"]: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;
}

i, em{
	font-style		: normal;
}


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

body{
	min-width: 1200px;
}


/** header **/

header{
	position: relative;
	color: #fff;
	background: url(../img/all/footer_bg.gif) top center;
}

header h1{
	width: 1200px;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	position: absolute;
	top: 9px;
	left: calc(50% - 600px);
}

#hmenu{
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	margin: 0 auto;
	padding: 5px 0;
	background: rgb(34,34,34);
	background: linear-gradient(90deg, rgba(34,34,34,1) 0%, rgba(68,68,68,1) 50%, rgba(34,34,34,1) 100%);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#hmenu #hmenu_in{
	position: relative;
	z-index: 2;
	width: 1200px;
	font-size: 0;
	line-height: 0;
	text-align: right;
	margin: 0 auto;
	padding-right: 110px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#hmenu #hmenu_in > a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100px;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #000;
	border: 1px solid #f0d37c;
	margin-left: 2px;
	box-shadow:0px 0px 0px 1px #000 inset;
	-moz-box-shadow:0px 0px 0px 1px #000 inset;
	-webkit-box-shadow:0px 0px 0px 1px #000 inset;
	background: rgb(247,218,128);
	background: linear-gradient(135deg, rgba(247,218,128,1) 0%, rgba(194,163,95,1) 0100%);
	-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;
}
#hmenu #hmenu_in > a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.bt_trans{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 4px;
	right: 0;
}
.bt_trans a{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 5px;
}
.bt_trans a img{
	width: 30px;
	height: auto;
}

#hinfo{
	position: relative;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#hshop{
	width: 380px;
	padding: 22px 0 0 0;
}

#hshop p{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	padding: 0 0 0 70px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#hshop p span{
	display: inline-block;
	vertical-align: top;
	width: 60px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #000;
	background: rgb(247,218,128);
	background: linear-gradient(135deg, rgba(247,218,128,1) 0%, rgba(194,163,95,1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

#hshop p.htel{	margin-bottom: 5px;}
#hshop p.htel a{
	font-size: 34px;
	line-height: 34px;
	color: #fff;
}
#hshop p.htel span{	bottom: 7px;}

#hbt{
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#hbt ul{
	display: flex;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

#hbt ul li{}
#hbt ul li:nth-of-type(1){	margin-right: 4px;}
#hbt ul li:nth-of-type(2){	margin-right: 20px;}

#hbt ul li img{
	width: auto;
	height: 75px;
}
#hbt ul li a{
	-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;
}
#hbt ul li a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#ctm{
	width: 380px;
	text-align: center;
}

#ctm span{
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	background: rgb(241,218,140);
	background: linear-gradient(65deg, rgba(241,218,140,1) 0%, rgba(188,164,104,1) 100%);
	border-radius: 10px;
	margin: 50px 0 10px 0;
}

#ctm p{
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	font-size: 12px;
	line-height: 25px;
	text-align: left;
}

#hsub{
	width: 380px;
	height: 75px;
	background: url(../img/all/card.png) no-repeat 0 27px;
	background-size: 220px auto;
	position: absolute;
	bottom: 20px;
	right: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#hsub p{
	width: 220px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#hsub a{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 0;
	right: 0;
}
#hsub a img{
	width: 140px;
	height: auto;
}



/** menu **/

nav{
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 5px 0;
	background: #ececec;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
nav:after{
	content: '';
	width: 350px;
	height: 350px;
	background: url(../img/all/head_logo.png) no-repeat top center;
	background-size: 350px auto;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	position: absolute;
	z-index: 1001;
	top: -281px;
	left: calc(50% - 175px);
	-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;
}
nav.fix:after{
	content: '';
	width: 285px;
	height: 285px;
	position: fixed;
	z-index: 1002;
	top: -145px;
	left: calc(50% - 142.5px);
	background: url(../img/all/head_logo_s.png) no-repeat top center;
	background-size: 285px auto;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	border-radius: 50%;
}

nav ul{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 1270px;
	margin: 0 auto;
}

nav li{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	margin: 0 0.5px;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
nav li:nth-of-type(5){	margin-right: auto;}

nav li a{
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #dec7a5;
	border: 1px solid #caaa55;
	box-shadow:0px 0px 0px 5px #fff inset;
	-moz-box-shadow:0px 0px 0px 5px #fff inset;
	-webkit-box-shadow:0px 0px 0px 5px #fff inset;
	background: rgb(236,236,236);
	background: linear-gradient(90deg, rgba(236,236,236,1) 0%, rgba(255,255,255,1) 50%, rgba(236,236,236,1) 100%);
	-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 li a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
nav li a em{
	width: calc(100% - 28px);
	font-family: "FontA";
	font-size: 10px;
	line-height: 16px;
	color: #d8c173;
	margin: 5px 14px 0 14px;
	border-radius: 8px;
	background: rgb(34,34,34);
	background: linear-gradient(90deg, rgba(34,34,34,1) 0%, rgba(68,68,68,1) 50%, rgba(34,34,34,1) 100%);
}

nav li a span{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	color: #333;
	-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;
}



/** pt **/

.pt{
	position: relative;
	width: 100%;
	border-bottom: 2px solid #caaa55;
	background: url(../img/all/pt_bg.gif) top center;
}

.pt h2{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}

.pt h2 em{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
}

.pt h2 span{
	display: block;
	font-family: "FontA";
	font-size: 50px;
	line-height: 70px;
	color: #caaa55;
	margin-right: 10px;
}

.pan{
	width: 1200px;
	font-size: 12px;
	line-height: 30px;
	text-align: right;
	color: #ccc;
	position: absolute;
	bottom: 0;
	right: calc(50% - 600px);
}
.pan a,
.pan span{	color: #333;}


/** main **/

main{
	position: relative;
	display: block;
	width: 1200px;
	margin: 0 auto;
}


/** ad_login **/

#ad_login{
	display: block;
	text-align: right;
	background: #fff;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#ad_login > form,
#ad_login > div{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	height: 40px;
}

#ad_login p{
	font-size: 12px;
	line-height: 22px;
}

#ad_login p input[type="text"],
#ad_login p input[type="email"],
#ad_login p input[type="tel"],
#ad_login p input[type="password"],
#ad_login p input[type="number"]
{
	width: 80px;
	background: #fff;
	padding: 1px;
	font-size		: 11px;
	line-height: 18px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border			: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#ad_login p input[type="submit"]{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 22px;
	font-size: 10px;
	line-height: 22px;
	color: #fff;
	background: #000;
	border: 0;
	outline: 0;
	border-radius: 0;
	margin-left: 3px;
	padding: 0 3px;
	-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;
}
#ad_login p input[type="submit"]:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/** footer **/

footer{
	position: relative;
	background:
	url(../img/all/footer.png) no-repeat top center,
	url(../img/all/footer_bg.gif) top center;
	background-size: 1500px auto, auto;
}
footer:after{
	content: 'MENS TOPSPA OSAKA';
	width: 600px;
	font-family: "FontA";
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 16px;
	color: #d8c173;
	position: absolute;
	top: 70px;
	left: calc(50% - 300px);
}

#finfo{
	width: 400px;
	position: absolute;
	top: 186px;
	right: calc(50% + 30px);
	border-top: 1px solid #333;
}

#finfo p{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	height: 36px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #fff;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #333;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#finfo p span{
	font-size: 20px;
	line-height: 20px;
	margin-right: 8px;
}

#finfo p a{	color: #fff;}

#fmenu{
	font-size: 0;
	line-height: 0;
	text-align: left;
	padding: 186px 0 70px calc(50% + 5px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#fmenu a{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 190px;
	height: 31px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	margin: 0 10px 10px 0;
	padding: 0 9px;
	background: #222;
	border: 1px solid #333;
	border-radius: 3px;
	-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;
}
#fmenu a span{
	font-size: 14px;
	line-height: 14px;
	margin-right: 7px;
}
#fmenu a:hover{
	text-decoration: none;
	color: #333;
	background: #fff;
	border-color: #fff;
}


footer #copyright{
	padding: 40px 0;
	background: #fff;
	border-top: 20px solid #121212;
	box-shadow: 0px -1px 0px 0px #fff;
}

footer #copy,
footer #des{
	font-family: "FontA";
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #222;
}
footer #des a{	color: #222;}
footer #des a:hover{	text-decoration: none;}


/** page-top **/
#page-top{
	width: 100%;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	text-align: right;
	position: fixed;
	z-index: 999;
	right: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.pagetop{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #000;
	padding-top: 10px;
	background: rgba(202, 170, 85, 0.9);
	border-radius: 50%;
	position: absolute;
	bottom: 30px;
	right: 30px;
	-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;
}
.pagetop:hover{
	color: #000;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.pagetop:after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: 25px;
	left: calc(50% - 5px);
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

