
/* ==============================================================================
    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;
	height: 135px;
	padding: 105px 0 0 0;
	background: url(../img/index/logo.png) no-repeat 50% 35px rgb(34,34,34);
	background: url(../img/index/logo.png) no-repeat 50% 35px, linear-gradient(90deg, rgba(34,34,34,1) 0%, rgba(68,68,68,1) 50%, rgba(34,34,34,1) 100%);
	background-size: 180px auto, auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
header h1{
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	color: #333;
	text-align: center;
	padding: 5px 0;
	background: #fff;
	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;
}
header .h_area{
	width: 100%;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	padding: 5px 0;
	color: #999;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
header .h_area a{	color: #fff;}


/** nav **/

nav{
	color: #fff;
	background:
	url(../img/index/navlogo.png) no-repeat 50% 10px,
	url(../img/index/bg.png) no-repeat top center #000;
	background-size: auto 370px, auto;
}
nav h2{
	font-size: 0;
	line-height: 0;
	height: 500px;
}
nav div{
	display: flex;
	background: #fff;
}
nav div a{
	display: inline-flex;
	width: 100%;
	height: 110px;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	background: #F1DA8C;
	background: linear-gradient(180deg, rgba(241, 218, 140, 1) 0%, rgba(188, 164, 104, 1) 100%);
	border-right: 1px solid #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;
}
nav div a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
nav div a:last-of-type{	border-right: none;}
nav div a em{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(135,106,33,0.5);
}
nav div a span:nth-of-type(1){
	width: 100%;
	font-family: "FontA";
	font-size: 38px;
	line-height: 42px;
	color: #000;
}
nav div a span:nth-of-type(2){
	width: 100%;
	font-size: 10px;
	line-height: 1;
	color: #ffefb7;
}




/** main **/

main{
	position: relative;
	display: block;
}


/** recruit **/

#recruit{
	padding: 0 0 40px 0;
}

#topimg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 50px 0;
	padding: 50px;
	background: url(../img/index/topimg_bg.gif) top center;
}

#recinfo{
	width: 1100px;
	margin: 0 auto 50px auto;
}

#recinfo dl{
	display: flex;
	align-items: stretch;
	margin: 0 0 1px 0;
}

#recinfo dt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 250px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #caaa55;
	background: #000;
	padding: 20px;
	margin-right: 1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#recinfo dd{
	width: calc(100% - 251px);
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding: 20px;
	box-shadow:0px 0px 0px 1px #ddd inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#recinfo dd ul{
	display: flex;
	flex-wrap: wrap;
}

#recinfo dd li{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: calc(100% / 2);
	margin: 0 0 3px 0;
}

#recinfo dd li span{
	font-size: 14px;
	line-height: 14px;
	margin-right: 3px;
	color: #caaa55;
}

#reccnt{
	width: 1100px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	margin: 0 auto 50px auto;
	padding: 0 40px 40px 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#reccnt:last-child{	margin-bottom: 0;}

#reccnt h3{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 84px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	border-bottom: 3px double #d8c173;
	margin: 0 0 30px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#reccnt h3 img{
	width: 180px;
	height: auto;
}

#reccnt .recbt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 470px;
	height: 80px;
	color: #fff !important;
	margin: 0 10px 20px 10px;
	border-radius: 5px;
	-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;
}
#reccnt .tel{
	background: #2c69ca;
	box-shadow: 0px 3px 0px 0px #174da5;
}
#reccnt .mail{
	background: #e75283;
	box-shadow: 0px 3px 0px 0px #be3964;
}
#reccnt .line{
	background: #15b200;
	box-shadow: 0px 3px 0px 0px #118f00;
	margin-bottom: 0;
}
#reccnt .line div em{	color: #0e6a02;}

#reccnt .recbt:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#reccnt .recbt > span{
	width: 45px;
	height: 45px;
	font-size: 30px;
	line-height: 45px;
	color: #000;
	background: #fff;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#reccnt .recbt p{
	font-size: 19px;
	line-height: 20px;
	text-align: left;
	margin: 0 20px 0 8px;
}
#reccnt .recbt p span{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
#reccnt .recbt p em{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
}

#reccnt .recbt div{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	margin-top: -14px;
	box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.2);
}


/** footer **/

footer{
	position: relative;
	padding: 205px 0 0 0;
	background:
	url(../img/all/footer.png) no-repeat top center,
	url(../img/all/footer_bg.gif) top center;
	background-size: 1500px auto, auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
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: 70px;
	left: calc(50% - 300px);
}
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;}



/** outlink **/

.outlink{
	width: 1120px;
	margin: 40px auto 0 auto;
}

#fgo{	padding-bottom: 40px;}
#fgo2{	padding-bottom: 40px;}
.fgo{
	width: 1060px;
	display: table;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 0 auto 10px auto;
}
.fgo_in{
	display: table-cell;
	vertical-align: top;
}
.fgo_in table{	margin: 0 auto;}

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

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


#stores{
	font-size: 0;
	line-height: 0;
	width: 1110px;
	margin: 0 auto;
	padding: 50px 0;
}
.shopbox{
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 20px);
	margin-bottom: 40px;
	padding: 0 0 1px 0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 5px 15px 0px #ececec;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox:nth-of-type(odd){	margin-right: 20px;}
.shopbox:nth-of-type(even){	margin-left: 20px;}
.shopbox:last-of-type{	margin-bottom: 0;}
.shop_title{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	height: 60px;
	border-radius: 10px 10px 0 0;
	box-shadow: 0px 5px 15px 0px #ececec;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shop_title p{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 75px;
	height: 60px;
	font-weight: bold;
	color: #000;
	border-radius: 8px 0 0 0;
	background: rgb(188,164,104);
	background: linear-gradient(0deg, rgba(188,164,104,1) 0%, rgba(241,218,140,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shop_title p em{
	width: 100%;
	font-size: 24px;
	line-height: 1;
}
.shop_title p span{
	width: 100%;
	font-size: 10px;
	line-height: 1;
}
.shop_title h3{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	flex: 1;
	height: 60px;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	padding: 0 15px;
	border-radius: 0 10px 0 0;
	background: #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shop_title h3 a{	color: #fff;}
.shopbox_in{
	display: flex;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 15px;
}
.shopbox_l{
	display: flex;
	width: 140px;
	margin: 0 15px 0 0;
}
.shopbox_l .shopimg{
	width: 140px;
}
.shopbox_l .shopimg img{
	width: 140px;
	height: auto;
}
.shopbox_r{
	width: calc(100% - 155px);
}
.shopbox_r .shopinfo{
	display: flex;
	flex-wrap: wrap;
}
.shopbox_r .shopinfo dl{
	display: flex;
	align-items: stretch;
	align-content: center;
	justify-content: flex-start;
	width: 50%;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox_r .shopinfo dl:nth-of-type(odd){	width: 150px;}
.shopbox_r .shopinfo dl:nth-of-type(even){	width: calc(100% - 150px);}
.shopbox_r .shopinfo dl:first-of-type dt,
.shopbox_r .shopinfo dl:first-of-type dd{	padding-bottom: 5px;}
.shopbox_r .shopinfo dt,
.shopbox_r .shopinfo dd{
	line-height: 20px;
	padding: 5px 0 6px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox_r .shopinfo dt{
	width: 55px;
	font-size: 10px;
	text-align: center;
	color: #caaa55;
	background: #000;
}
.shopbox_r .shopinfo dd{
	flex: 1;
	font-size: 10px;
	text-align: left;
	padding-left: 5px;
}
.shopbox_r .shop_tag{
	font-size: 11px;
	line-height: 15px;
	color: #999;
	text-align: left;
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox_r .price{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 50px;
	text-align: center;
	border-radius: 5px;
	padding: 0 10px 0 55px;
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
		    color-stop(.25, #ececec), color-stop(.25, transparent),
		    color-stop(.5, transparent), color-stop(.5, #ececec),
		    color-stop(.75, #ececec), color-stop(.75, transparent),
		    to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox_r .price p{
	width: 100%;
	font-size: 10px;
	line-height: 16px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox_r .price p:nth-of-type(1){
	border-bottom: 1px solid #ccc;
	margin-bottom: 2px;
	padding: 3px 0 0 0;
}
.shopbox_r .price p:nth-of-type(2){
	padding-top: 4px;
}
.shopbox_r .price p:nth-of-type(2) span{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.shopbox_r .price p:nth-of-type(2) em{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	font-weight: bold;
	color: #d22700;
}
.shopbox_r .price .mark{
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #fff000;
	text-align: center;
	padding-top: 10px;
	background: url(../img/index/icon.png) no-repeat;
	background-size: 45px auto;
	position: absolute;
	top: 2px;
	left: 2px;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox .list{
	display: flex;
	justify-content: center;
	padding: 0 14.5px 15px 14.5px;
}
.shopbox .list img{
	width: calc(100% / 10 - 1px);
	height: auto;
	margin: 0 0.5px;
}
