
/* ==============================================================================
    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;
	padding-top: 48px;
}


/** 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: center;
	position: absolute;
	top: 9px;
	left: calc(50% - 600px);
}

#head_area_menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	font-size: 14px;
	line-height: 22px;
	color: #999;
	padding: 12px 0 16px 0;
	background: #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#head_area_menu a{
	position: relative;
	display: inline-block;
	color: #fff;
	margin: 0 5px;
}
#head_area_menu a:hover{	text-decoration: none;}
#head_area_menu a::after{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #caaa55;
	bottom: 10px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
#head_area_menu a:hover::after,
#head_area_menu a.on::after,
#head_area_menu span::after{
	visibility: visible;
	bottom: -2px;
	opacity: 1;
}


#hmenu{
	height: 36px;
	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;
}


/** 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: 50px;
	left: 0;
	z-index: 1000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
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: 170px;
	margin: 0 0.5px;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
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: 14px;
	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;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 1200px;
	height: 130px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.pt h2 em{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
}
.pt h2 span{
	width: 100%;
	font-family: "FontA";
	font-size: 50px;
	line-height: 52px;
	color: #caaa55;
}

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


/** main **/

main{
	position: relative;
	display: block;
}


/** footer **/

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

#fmenu{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 180px 0 30px 0;
	-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: center;
	width: 150px;
	height: 31px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	margin: 0 5px;
	padding: 0;
	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:hover{
	text-decoration: none;
	color: #333;
	background: #fff;
	border-color: #fff;
}

footer #copyright{
	padding: 30px 0 30px 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;}
