@charset "UTF-8";

/* #Reset & Basics
================================================== */
*{margin: 0;padding: 0;}

body {
	font-family:Helvetica , "游ゴシック" , "Yu Gothic" ,"メイリオ","Meiryo", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serifz;
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	background-color : #fff ;
	-webkit-font-smoothing: antialiased;
}
p{
	/*text-align:justify;*/
	text-justify:inter-ideograph;
}
html,body{min-width : 320px;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}

/*a:hover{color:#063;}*/
a{color:#931d3e;text-decoration : none ;}
img {display : block ;border : none ;}

ul li{list-style: none; margin: 0 !important;padding: 0 !important;}

/* clearfix
================================================== */
dl.shop dd:before, dl.shop dd:after,
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clear ,dl.shop dd:after,
.clearfix:after { clear: both; }


/* ARROW
================================================== */

.clickable a:after,
ul.global > li > span:after ,
ul.global > li > a:after{
	display:inline-block;
	content: ' ';
	width: 8px;
	height: 8px;
	margin-left:5px;
	margin-top:8px;
	border-top: 1px solid #931d3e;
	border-right: 1px solid #931d3e;
	-webkit-transform: rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);


}

.col2 figure a{
	display:block;
	position: relative;
}

.col2 figure a:after{
	top:50%;
	right:20px;
	position: absolute;
	display:block;
	content: ' ';
	width: 10px;
	height: 10px;
	margin-top:-5px;
	border-top: 1px solid #931d3e;
	border-right: 1px solid #931d3e;
	-webkit-transform: rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.bnr.col2 figure a:after{
	display:none;
}

a.arrow:before {
	position: absolute;
	display:block;
	content: ' ';
	width: 4px;
	height: 4px;
	margin-left:-2px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-transform: rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Insta
================================================== */
#insta {
margin:0 auto;
	max-width:960px;
	display: flex;
	flex-wrap: wrap;
}

#insta .card{
	width: 20%;
}

#insta .card a{
	display:block;
	margin:1px !important;
}

#insta .card img {
	display:block;
	width: 100%;
	height: auto;
}


/* service
================================================== */
.border  a{
	display:block;
	border: 1px solid #ddd;
}

/* hover
================================================== */

.box a:hover,
small a:hover,
.local li a:hover,
dl a:hover,
.drop-menu li a:hover{
	text-decoration : underline ;
}

/*figure a:hover img,*/
.zoom figure:hover,
.clickable:hover figure img{
	-webkit-transform: scale(1.04); 
	-moz-transform: scale(1.04);  
	-ms-transform: scale(1.04); 
	transform : scale(1.04);
}

.clickable:hover{
	opacity:0.6;
}

.clickable figure{
	overflow:hidden;
}

ul.global > li > a,
.zoom figure,
.clickable figure img{
    transition : all 0.2s ease;
    -moz-transition : all 0.2s ease;
    -webkit-transition : all 0.2s ease;
    -o-transition : all 0.2s ease;
    -ms-transition : all 0.2s ease;
}










/* FONT size
================================================== */
h2{
	padding:10px;
	font-size : 175% ;
	line-height: 1.4 ;
	color:#333;
	text-align:center;
	font-family: "Noto Sans Japanese"; 
	font-weight:100;
}

h2.container{
	margin-bottom:10px;
	max-width : 910px !important;
	border-bottom:#063 3px solid;
}

.green{color:#063;}
.orange{color:#f60;border-color:#f60 !important;}




h3{
	font-size : 175% ;
	line-height: 1.4 ;
	color:#063;
	/*font-family: "Sawarabi Mincho";*/
	font-weight:500;
}
.clickable h3 a,
.clickable h3{
	color:#333;
	font-family: "Noto Sans Japanese"; 
	font-weight:100;
}


h3.list{
	font-size : 125% ;
	line-height: 1;
	color:#063;
	background-color:#eee;
	padding:10px;
}




h4{
	font-size : 100%;
	line-height: 1.4 ;
	color:#063;

}


strong{
	font-size : 112%;
	color:#931d3e;
	color:#333;
	font-weight:normal;
}
.hl-1 a{
	color: #931d3e !important;	
}

.clickable p,
footer p,
.sitemap li ul li a,
ul.direct{
	font-size: 88%;
}

/* container
================================================== */
.container{
	max-width : 960px ;
	margin: 0 auto; 
}

.container p{
	text-align:justify;
}

/* #contents
================================================== */
#contents .container > *{
    margin:40px 0 ;
}

#contents .container.index > *{
    margin:20px 0 !important;
}
#index #contents section{
    padding:20px 10px ;
}
#index #contents .container > *{
    margin:0 0 10px !important;
}


/* fadeIn */
#contents{
    opacity : 0 ; 
    -ms-filter: "alpha(opacity=0)";/*IE8*/
    filter: alpha(opacity=0);/*IE67*/
}

#contents img{
	width:100%;
	height:auto;
}

/* header
================================================== */
header{
	position:fixed;
	z-index:99999;
	width:100%;
	height:70px;
	/*border-bottom: #931d3e 5px solid;	*/
	background:#fff;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 2px 0px ;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 2px 0px ;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 2px 0px ;
}

#index main{
	padding-top:70px;
}


main{
	padding-top:100px;
}


header h1{
/*
	float:left;
*/
	width:340px;
	height:50px;
	padding-top:10px;
	position:relative;
	top:0;
	left:0;
	z-index:99;
}

h1 img{
	height:50px;
	width:auto;
}

header li{
	list-style: none;
}

header nav.pc{
	position:absolute;
	top:25px;
	left:0;
	width:100%;
	z-index:9;
}

.headroom {position: fixed;top: 0;left: 0;right: 0;transition: all .2s linear;}
.headroom--unpinned {top: -70px;}
.headroom--pinned {top: 0;}

/* ul.global
================================================== */
ul.global {
	text-align:right;


	margin-top:5px;
	height:40px;
	overflow:hidden;
}

ul.global > li{
	display:inline-block;
}

ul.global > li > a{
	position: relative;
	cursor: pointer;
	height:40px;
	line-height:40px;
	display : block ;
	text-align:center;
	margin-left:15px;
	color:#333 ;
	border-bottom:#931d3e 5px solid;
}

ul.global > li > a:after{
	display:none ;
}

ul.global > li.act,
ul.global > li > a:hover{
	-webkit-transform: translate(0,-3px);
	-moz-transform: translate(0,-3px);
	-ms-transform: translate(0,-3px);
	transform: translate(0,-3px);
	color:#063;
	color:#931d3e;
}

ul.global > li.act > a:hover{
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}








/* slick
================================================== */

.slick-dots li button::before {
    font-family: 'slick';
    font-size: 8px  !important;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: black;

}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}




/*スライド画像の横幅可変*/
.slider img {
	width: 100%;
	height: auto;
	max-width:1920px;
	margin: 0 auto;
}

main{
	margin-bottom:30px;
}




/* column
================================================== */
.col2 > *{
	float:left;
	width:50%;
}

.col3 > *{
	float:left;
	width:33.3%;
}
.col4 > *{
	float:left;
	width:25%;
}

.col1 > * > *,
.col2 > * > *,
.col3 > * > *,
.col4 > * > *{
	margin:20px 15px;
}

.bnr{max-width:720px;}
.bnr{max-width:360px;}



/*office
================================================== */
.office div{
	margin-top:10px !important;
}

.office article > *{
	margin:20px;
	/*background:#800;*/
}

.office h2{
	padding:0;
	color:#063;
	text-align:left;
}


dl dt,
dl dd{
	padding:10px 0 ;
}

dl dt{
	float:left;
}

dl{
	border-bottom:#eee 1px solid;
}

dt{
	width:16em;
}

dd{
	border-top:#eee 1px solid;
	padding-left:17em !important;
}

.gray dl{
	border-bottom:#fff 1px solid;
}

.gray dt,
.gray dd{
	border-top:#fff 1px solid;
}




#flexible li p{
	border-top:#eee 1px solid;
	padding:10px 0 0  !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
}

#flexible li span{
	display:block;
	font-size:75%;
	color:#999;

}

#flexible li a:hover{text-decoration: underline;}


.bg-line{
	background:url(./../images/bg-line.gif) left 20px repeat-y;
}

/* business
================================================== */
/*
#business  div > ul li a{
	display:block;
	text-align:center;
	padding:20px;
	border:#eee 1px solid;
}
*/

ul.p-link li a{
	display:block;
	text-align:center;
	padding:10px;
    display : block ;

    height : 50px ;
    cursor: pointer;
    font-size : 1em ;
    border: #931d3e 1px solid;
    color : #931d3e !important;
    background-color:none;

    text-decoration : none ;
	border-radius: 60px;      
	-webkit-border-radius: 60px;    
	-moz-border-radius: 60px;  
}

ul.p-link li a:hover{
    color : #fff !important;
    background-color:#931d3e;
	opacity:1 !important;
}




#business article{
	margin:0 !important;
	border-top:#eee 1px solid;
	padding:40px 0;
}

#business article h3{
	font-size : 140% ;
	line-height: 1.4 ;
	font-weight:500;
}

#business article > div{
	float:left;
	width:50%;
	/*background-color:#eee;*/
	margin:0 !important;
}
#business article > div + div {
	float:left;
	width:50%;
}

#business article > div > *{
	margin:0 15px;
}





.slides img {display:block; opacity:0.5; cursor:pointer;}
.slides img:hover {opacity:1;}
.slides .flex-active-slide img {opacity:1; cursor:default;}







/* shop
================================================== */
dl.shop dd > span{
	display:block;
	float:left;
}
dl.shop dd > span + span{
	display:block;
	margin:5px 0;
	margin-left:10px;
	font-size:10px;
	float:right;
}

span + span:before{
	display:inline-block;
	/*padding:0 10px;*/
	line-height:30px;
	height:30px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	width:74px;
}

span.nail:before{
	content: 'ネイル ';
	background-color:#f4b4d0;
}

span.w-ning:before{
	content: 'ホワイトニング ';
	background-color:#9ed8f6;
}

span.s-nail:before{
	content: 'セルフネイル ';
	background-color:#f8b62b;
}

span.h-removal:before{
	content: '脱毛 ';
	background-color:#cfab72;
}



dl.shop dd > span a{
	display:inline-block;
	padding:0 10px;
	line-height:28px;
	height:28px;
	/*background-color:#eee;*/
	position: relative;
	border: #ddd 1px solid;	

}

/*
dl.shop dd > span a:after{
	background-color:#eee;
	position: absolute;
	display:block;
	top: 4px;
	right:-11px;
	content: ' ';
	width: 22px;
	height: 22px;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	z-index:-1;
}
*/

dl.shop dd > span a:hover:after,
dl.shop dd > span a:hover{
	/*background-color:#eee;*/
}

/* recruit
================================================== */
.recruit{
	margin:-1px;
}


.recruit li div{
	/*border: #ddd 1px solid;*/
	background-color:#fff;
	position: relative;
	z-index:99;
	
	
}

.recruit li  span{
	display: table-cell;
	text-align:center ;
	vertical-align:middle;
	background-color:#063;
	color:#fff;
	padding:10px 5px;
	width:30px;
}

.recruit li  span + span{
	background-color:#fff;
	color:#063;	
	width:auto;
	line-height:1.2;
}


/*
.recruit li > * span{
	position: absolute;
	top:0;
	left:0;
	display:block;
	text-align:center;
	width:40px;
	height:40px;
	line-height:40px;

	background-color:#063;
	border: #ddd 1px solid;
	color:#fff;
}
*/

.recruit li div:after{
	position: absolute;
	display:block;
	bottom: 50%;
	right:-24px;
	margin-bottom:-8px;
	content: ' ';
border-top: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 8px solid #063;
}

.recruit li:last-child div:after{
	display:none;
}

/* entry confirm
================================================== */
form dl dt{float:none;}
form dl{border:none;}
form dt{width:auto;}
form dd{border:none;padding:0 !important;}


#entry dt{
	padding:40px 0 10px;
	font-weight:bold;
}

#confirm dt{
	border-top:1px #ddd solid;
	margin:20px 0 0;
	padding:20px 0 10px;
	font-weight:bold;
}

#confirm dl{
	border-bottom:1px #ddd solid;
}

#entry dd + dd{
	padding-top:10px;
}

.rectangle{
	margin-left: -10px;
	margin-right: 10px;
}

.rectangle li{
	list-style-type: none;
}

.rectangle li span{
	text-align:center;
	font-size:14px !important;
	line-height: 40px !important;
}

.rectangle li >* {
	background-color: #eee;
	width: auto;
	height: 40px;
	position:relative;
	padding-left:20px;
	margin:0 10px;
}

.rectangle li >*:after {
	position:absolute;
	top:0;
	right:-20px;
	display:block;
	content:" ";
	width: ;
	height: ;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #eee;
}
.rectangle li >*:before {
	position:absolute;
	top:0;
	left:0;
	display:block;
	content:" ";
	width: ;
	height: ;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #fff;
}

.rectangle li:first-child >*:before{
	display:none;
}

.rectangle li >*.on {
	color: #fff;
	background-color: #063;
	font-weight:normal;
}
.rectangle li >*.on:after {
    border-color: transparent transparent transparent #063;
}

.label{
font-size:12px;
padding:3px 6px;
margin:0 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.label-important{
display:inline-block;
color:#fff;
background-color: #b94a48;
}

.alert{
margin-top: 5px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
color: #b94a48;
background-color: #f2dede;
border: 1px solid #eed3d7;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px
}

.alert,
select,
input[type="text"]{
    text-indent: 5px;
    width : 99%;
    padding : 8px 0 ;
}
textarea {
    width : 99%;
    padding : 8px 0 ;
    height : 5em ;
}
select + .alert,
select{
	max-width:240px;
}

.add-on{
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
margin-right: -1px;
vertical-align:middle;
display: inline-block;
width: auto;
line-height:18px;
min-width: 20px;
padding: 8px 5px;

text-align: center;
text-shadow: 0 1px 0 #fff;
background-color: #eee;
border: 1px solid #ccc;
white-space: nowrap;
}

.add-on + input{
	max-width:210px;
	-webkit-border-radius:0 3px 3px 0 !important;
	-moz-border-radius: 0 3px 3px 0 !important;
	border-radius: 0 3px 3px 0 !important;
}

.add-on + input + .alert{
	max-width:240px;
}

select{
	cursor: pointer;
	height: 36px;
	line-height: 36px;
	font-size: 1em;
	border: 1px solid #ccc;
	padding:0 20px 0 5px; 

	appearance: none;
	-webkit-appearance:none;
	background:#efefef url(./../images/bg_select.png) no-repeat center right;
	/*background:#efefef url(./../../../../images/bg_select.png) no-repeat center right;*/
	background-size:20px 10px;

	/*-webkit-appearance: menulist;*/
}

textarea,
input[type="text"],
input[type="submit"]{
font-size: 1em;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-backface-visibility:hidden;
}

input[type=file]{
	border: 1px solid #ccc;
	padding : 8px ;
	display:block;
	cursor: pointer;
}


input[type="submit"]:hover{
	opacity:0.8;
}
input[type="button"],
input[type="submit"]{
	background-color: #fff;
	-webkit-appearance: none;
}


input, textarea, keygen, select, button, isindex, meter, progress{
-webkit-writing-mode: horizontal-tb !important;
}


.floor{
	font-size:24px !important;
	padding:20px !important;
	text-align:center !important;
	font-weight:normal !important;
	border-top:#ddd 1px solid;
	border-bottom:#ddd 1px solid;
}

.floor.error{
	color: #c00; 
	/*background-color: #fff2f2;*/

}

/*
div[id*="error"]{
	display:none;
}
*/






/* clickable
================================================== */
.clickable{
	cursor: pointer;
}

.clickable a{
	padding-right:30px;
	display:block;
	position: relative;
}

.clickable a:after{
	display:block;
	position:absolute;
	top:5px;
	right:0;
}



/* map
================================================== */
.map{
	padding-left:0 !important;
	padding-right:0 !important;
}

.map > *{
	margin:0 auto;
}

/*
.map article > *{
	margin-left:20px;
	margin-right:20px;
}
*/

#map_basic{
	width: 100%;
	height: 480px;
	background: #fff url(./../images/loading.gif) center center no-repeat;
	background-size: 40px;
	-moz-background-size: 40px;
	border: 0px;
	margin: 0px;
	margin-top:20px;
	overflow: hidden;
}

/* footer
==================================================*/

footer > div{
	padding:20px;
	position:relative;
}

footer > div > *{
	margin:5px 0;
}

footer figure + p{
	margin-top:5px;
	padding-top:5px;
	border-top: 1px solid #ddd;
}

footer figure{
	position:absolute;
	top:0;
	right:0;
}

footer figure img{
	margin:20px;
	display:block;
	width:160px;
	height:auto;
}


footer > div > ul{
	position:absolute;
	right:20px;
	top:20px;
}

footer > div > ul li{
	display:inline-block;
}

footer > div > ul li a{
	display:block;
	margin-left:5px;
}

footer > div > ul li a img{
	width:32px;
	height:32px;
	border-radius: 6px;       
	-webkit-border-radius: 6px;    
	-moz-border-radius: 6px;   
}





/* btn
==================================================*/
.btn-back,
.btn{
    position: relative ;
    width : 240px ;
    margin : 20px auto;
    text-align : center ;
}


input.btn,
.btn > *{
    display : block ;
   /* width : 100% ;*/
    height : 50px ;
    line-height : 50px ;
    cursor: pointer;
    font-size : 1em ;
    border: #931d3e 1px solid;
    color : #931d3e !important;
    background-color:none;

    text-decoration : none ;
	border-radius: 30px;       
	-webkit-border-radius: 30px;    
	-moz-border-radius: 30px;    
}


input.btn {
	display : inline-block !important;
	margin:10px;
}

.btn:after{
    top : 0 ;
    bottom : 0 ;
    margin : auto ;
    right :15px ;
    position : absolute ;
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #931d3e 1px solid;
    border-right: #931d3e 1px solid;

    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn:hover:after{
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
}

.btn.act,
input.btn:hover,
.btn > *:hover{
    color : #fff !important;
    background-color:#931d3e;
	opacity:1 !important;
}




/* totop
==================================================*/ 
#totop{
	display:none;
	position: fixed;
	right:0;
	bottom:110px;
	cursor : pointer ; 
	width: 50px;
	height: 50px;
	background-color:#931d3e;
	z-index:9999;

	border-radius:8px 0 0 8px;         
	-webkit-border-radius:8px 0 0 8px;      
	-moz-border-radius:8px 0 0 8px;       
}

#totop:before{
	position: absolute;
	display:block;
	top: 50%;
	right:50%;
	margin-top:-3px;
	margin-right:-6px;
	content: ' ';
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	z-index:999;
}

/* other design
================================================== */
.m0{margin:0 !important;}
.m10{margin:10px !important;}
.m20{margin:20px !important;}
.mt0{margin-top:0 !important;}
.mt20{margin-top:20px !important;}
.mt40{margin-top:40px !important;}
.mb0{margin-bottom:0 !important;}
.mb20{margin-bottom:20px !important;}

.p0{padding:0 !important;}
.p10{padding:10px !important;}
.p20{padding:20px !important;}
.pt20{padding-top:20px !important;}
.pb20{padding-bottom:20px !important;}
.pw10{padding:0 10px !important;}

.center{text-align:center !important;}
.right{text-align:right !important;}
.left{text-align:left !important;}

.box{border: 1px solid #eee;padding:20px;}
.line{border-top: 1px solid #ddd;padding:20px;}


.gray{background-color: #eee;}
.gray{background-color: #EFF6F3;}
.white{background-color: #fff;}

.small{font-size:75%;}
.large{font-size:150%;font-weight:normal;line-height:1;}

.nowrap{white-space:nowrap;}

.marker{
	margin:15px 15px 0;
	padding:10px;
	color:#fff;
	background-color:#063;
}

/*icon*/
.icon li{
	margin:5px 0 !important;
}
.icon a{
	position:relative;
}
.icon a:hover{
	text-decoration : underline ;
}
.icon a i{
	position:absolute;
}
.icon a span{
	margin-left:25px;
}





/* ==================================================
	= Media Queries
================================================== */
.pc{display : block ;}
.sp{display : none ;}

/* 800 < W < 960
================================================== */
@media only screen and (min-width: 800px) and (max-width: 959px) {

.global,
.drop-menu ul ,
header h1{
	padding-left: 10px;
	padding-right: 10px;
}


ul.global > li > span,
ul.global > li > a{
	padding:0 3px;
}
footer > div,
footer > nav{
	padding-left: 20px;
	padding-right: 20px;		
}





}

/* W < 960
================================================== */
@media only screen and (max-width: 959px) {

h2.container{
	margin-left:10px;
	margin-right:10px;
}

#contents .container{
	padding-left:10px;
	padding-right:10px;
}

#index #contents .container{
	padding:0;
}



.index .clickable,
.col2 > * > *,
.col3 > * > *,
.col4 > * > *{
	margin:10px ;
}

.title{
	margin:0 20px;	
}

.marker{
	margin:15px 10px;
}



}

/* 800 < W
================================================== */
@media only screen and (min-width: 800px) {

.sp{display : none ;}

#copy p,
.pc{display : block !important ;/* !important=JS解除 */}
}


/*  W < 800
================================================== */
@media only screen and (max-width: 799px) {

body{
	-webkit-text-size-adjust: 100%;
	font-size:88%;
}
nav.local,
.pc{display : none ;}
.sp{display : block ;}


#service div.col3 > *{
	width:50%;
}
.col4 > *{
	width:50%;
}


/*header footer*/


header{
	font-size:16px;
	height:50px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

main{

	padding-top:60px !important;

}

header h1{
	position:relative;
	top:0;
	left:0;
	height:50px;
	z-index:999;
	width:100%;
	background-color:#fff;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 2px 0px ;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 2px 0px ;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 2px 0px ;
}

header h1 a{
	margin-left:10px;
	display:inline-block;
}

h1 img{
	height:30px;
	width:auto;
}

header nav.sp{
	position:absolute;
	right:10px;
	top:10px;
	z-index:9999;
	text-align:center;
	line-height : 40px ;
	width : 40px ;
	height : 40px ;
	background : url(./../images/nav_sp.gif) center no-repeat;
	background-size: cover;
	cursor: pointer;
}

header nav.pc{
	top:60px;
}

/*----- global ----*/
ul.global {
	background-color:#eee;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 2px 0px ;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 2px 0px ;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 2px 0px ;

	margin-top:0;
	height:auto;	
}
ul.global > li{
	width : 100% ;
	float:none;
	cursor: pointer;
	border:none;
}

ul.global > li > a{
	margin: 0 ;
	padding:20px !important;
	height:auto !important;
	line-height:1.2;
	text-align:left;
	border: none;
	border-top: #fff 1px solid;
	border-bottom: #ccc 1px solid;
	display:block;
}

ul.global > li > *:before{
	margin-right: 10px !important;
}

ul.global > li.act,
ul.global > li > a:hover{
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}

ul.global > li.act a{
	-webkit-transform: translate(0,3);
	-moz-transform: translate(0,3);
	-ms-transform: translate(0,3);
	transform: translate(0,3);
	color:#931d3e;
}

ul.global > li > a {
	position: relative;
}

ul.global > li > a:after {
	position: absolute;
	display:block;
	top: 50%;
	right:22px;
	margin-top:-4px;	
}



#cover{
	position:fixed;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.7;
	z-index:9999;
	display:none;
}

dt{
	width:10em;
}

dd{
	padding-left:11em !important;
}


/*----- totop ----*/
#totop{
	position: relative;
	top:0;
	left:0;
	width:100%;
	height:60px;

	border-radius:0;         
	-webkit-border-radius:0;      
	-moz-border-radius:0;  
}



.index .clickable h3 a{
	padding:10px 5px;
}


table{font-size:12px;}
table *{padding : 5px ;}



footer figure img{
	width:90px;
}

.container .center{
	text-align:left !important;
}


.btn-back, .btn{
	margin: 20px auto !important;
	width:100%;
}






}

/*  W < 420
================================================== */
@media only screen and (max-width: 420px) {

.col4 > *,
.col3 > *{
	width:50%;
}
.col2 > *,
#service div.col3 > *,
#recruit  div.col3 > *{
	width:100%;
}

.col1 > *{
	width:100% !important;
}

.col3.rectangle > *{
	width:33.3%;
}





footer h1 img{
	margin:0 auto 10px;
}

footer p small,
footer p{
	text-align:center !important;
	display:block;
}

footer figure{
	position:static;
}

footer figure img{
	width:120px;
	margin:10px auto ;
}



.map{
	padding-left:0 !important;
	padding-right:0 !important;
	margin:0 !important;
}

.map article{
	margin-left:10px !important;
	margin-right:10px !important;
}

#map_basic{
	height: 320px;
}

.bg-line{
	background:none;
}



#business article > div{
	float:none;
	width:100% !important;
}

#business article > div + div{
	margin-top:20px !important;
}


dt{
	width:7em;
}

dd{
	padding-left:7.5em !important;
}

article{
	margin-top:0 !important;
	margin-bottom:0 !important;
}

.recruit li div:after{
	bottom: -20px ;
	right:50%;
	margin-bottom:0px;
	margin-right:-8px;
border-top:  8px solid #063;
border-right: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 8px solid transparent;
}


/*
----------------*/
#entry dt{
	padding:20px 0 10px;
	font-weight:bold;
}

#confirm ul.rectangle *,
#entry ul.rectangle *{
	line-height:1;
	font-size:10px !important;
}


#confirm span.label,
#entry span.label{
	line-height:1;
	font-size:12px !important;
}

#confirm,
#entry{
background-color:#fff;
padding-bottom:0;
}

#confirm .se-content,
#entry .se-content{
padding-top:0;	
}
#confirm .se-content > *,
#entry .se-content > *{
	padding: 0 20px !important;
}


section.map{
	margin-bottom:40px !important;
}




footer > div > ul{
	position:static;
	text-align:center;
}

footer > div > ul li a{
	margin:10px  5px 0;
}

footer > div > ul li a img{
	width:44px;
	height:44px;
	border-radius: 8px;       
	-webkit-border-radius: 8px;    
	-moz-border-radius: 8px;   
}


#insta .card{
	width: 50%;
}






}

/* media print
==================================================*/ 
@media print {

#mv img,
.responsive ,
.list_carousel,
html,body,
.container{
	width : 100% ;
	min-width:960px;
}

#contents{
    opacity : 1 ; 
    -ms-filter: "alpha(opacity=100)";/*IE8*/
    filter: alpha(opacity=100);/*IE67*/
}

}