@charset "utf-8";


/*  全体
-------------------------------------------------------------------------------------------*/
body {
	margin: 0 auto;
	padding:0;
	background-color:#fff;
	font-size: 18px;
	line-height: 170%;
	text-align: center;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-x:hidden;
}
img {
	border: 0;
	vertical-align: bottom;
}
.overflow {
	overflow:hidden;
	/zoom:1;
}
.wrapp2 {
	margin: 0 auto;
	text-align: center;
	height:auto;
	overflow:hidden;
}
.wrapp {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	height:auto;
	overflow:hidden;
}
.attention{
	font-size:10px;
	text-align:left;
	color:#000000;
	line-height:140%;
}
.attention_big{
	font-size:15px;
	color:#000000;
	line-height:340%;
}
.attentionbox01{
	width:800px;
	margin:10px auto 60px;
}
.attentionbox02{
	width:940px;
	margin:10px auto 60px;
}
.attentionbox03{
	width:940px;
	margin:10px auto 60px;
}
.attentionbox04{
	width:1240px;
	margin:10px auto 60px;
}
.attentionbox04 .attention{
	float:right;
}
.attentionbox04 .attention:after{
	clear:both;
}
.attentionbox05 .attention{
	text-align:center;
}
.line{
	margin:50px auto 60px;
}
/*------------------------ ヘッダー -------------------------------------------------------- */
#menu-wrap{
	position: fixed;
	width: 100%;
	z-index: 10000;
	background: rgba(255,255,255, 0.9);
	box-shadow:rgba(132, 87, 47, 0.05) 0px 0px 7px 4px;
	-webkit-box-shadow:rgba(132, 87, 47, 0.05) 0px 0px 7px 4px;
	-moz-box-shadow:rgba(132, 87, 47, 0.05) 0px 0px 7px 4px;
	transition: .3s;
}

#menu{
	background-color:#000000;
	margin: 0 auto;
	height:110px;
	position: fixed;
	width: 100%;
	z-index: 10000;
	box-shadow:rgba(132, 87, 47, 0.05) 0px 0px 7px 4px;
	-webkit-box-shadow:rgba(132, 87, 47, 0.05) 0px 0px 7px 4px;
	-moz-box-shadow:rgba(132, 87, 47, 0.05) 0px 0px 7px 4px;
	transition: .3s;
	}
.menu_inner{
	width:1000px;
	background-color:#000000;
	height:110px;
	margin-left:auto;
	margin-right:auto;
}
#menu ul li{
	float:left;
	text-align:center;
	margin-top:25px;
}
.btn_shop{
	margin-left:211px;
	}
.btn_taiken{
	margin-left:16px;
}

/* ------------------------ファーストビュー------------------------------------------------- */
.contents{
   height: 559px;
   background:#183048;
}
.main_man{
    width: 1100px;
    height: 600px;
    margin: 0 auto;
}
.main_inner{
	padding-top:110px;
	margin:0 auto;
}


/* ----------------------------------タイトル----------------------------------------------- */	
.title{
	width:100%;
	background-color:#020000;
	text-align:center;
	line-height: 160%;
	margin:110px 0 70px;
}
.title_shop{
	width:100%;
	background-color:#020000;
	text-align:center;
	line-height: 160%;
	margin:110px 0 10px;
}

/* ----------------------------------CV------------------------------------------------------ */	
.cv02_bk{
	background:#183048;
}
.cv02{
	position: relative;
    background: url(../images/bg_cvarea.png) top center no-repeat;
    width: 1200px;
    height: 610px;
    margin: 0 auto;
}
.cvbtn{
	position: absolute;
	top: 430px;
	left: 595px;
}


/* ----------------------------サロン移動ができる-------------------------------------------- */	
#map {
	background: url(../images/bg_salon.png) no-repeat center top;
	position: relative;
	width: 890px;
	height: 710px;
	margin: 0 auto;
}
.box {
	width: 120px;
	text-align: left;
}

.hokkaido {
	position: absolute;
	left: 790px;
	top: 60px;
}
.chubu {
	position: absolute;
	left: 553px;
	top: 480px;
}
.chugoku {
	position: absolute;
	left: 240px;
	top: 215px;
}
.kyushu {
	position: absolute;
	left: 40px;
	top: 260px;
}
.shikoku {
	position: absolute;
	left: 211px;
	top: 456px;
}
.kinki {
	position: absolute;
	left: 365px;
	top: 480px;
}
.tohoku {
	position: absolute;
	left: 790px;
	top: 175px;
}
.hokuriku{
	position: absolute;
	left: 416px;
	top: 140px;
}
.kanto {
	position: absolute;
	left: 790px;
	top: 290px;
}
.tokyo {
	position: absolute;
	left: 790px;
	top: 480px;
}
.place{
	font-size:15px;
	color:#FFCC00;
}
.hokkaido .place {
	background-color:#183048;
	padding: 2px 5px;
	margin-bottom: 5px;
	text-align: center;
}
.tohoku .place {
	background-color:#275078;
	padding: 2px 5px;
	margin-bottom: 5px;
	text-align: center;
}
.kanto .place {
	background-color:#46596D;
	padding: 2px 5px;
	margin-bottom: 5px;
	text-align: center;
}
.tokyo .place {
	background-color:#183048;
	padding: 2px 5px;
	margin-bottom: 5px;
	text-align: center;
}
.chubu .place {
	background-color:#748391;
	padding: 2px 5px;
	margin-bottom: 5px;
	text-align: center;
}
.kinki .place {
	background-color:#275078;
	padding: 2px 5px;
	margin-bottom: 5px;
	text-align: center;
}
.hokuriku .place {
	background-color:#46596D;
	padding: 2px 5px;
	margin-bottom: 5px;
	text-align: center;
}
.chugoku .place {
	background-color:#46596D;
	padding: 2px 5px;
	margin-bottom: 5px;
	text-align: center;
}
.kyushu .place {
	background-color:#183048;
	padding: 2px 5px;
	margin-bottom: 5px;
	text-align: center;
}
.shop_text a{
	color:#2F2F2F;
	font-size: 13px;
	line-height: 160%;
	text-decoration:underline;
}
.shop_text a:hover{
	color:#E0154D;
}

td {
	vertical-align: top;
	padding-right: 20px;
}
.overflow {
	overflow:hidden;
	/zoom:1;
}
.float {
	float: left;
}
.right {
	float: right;
}



/*clearfix**************************/
.clearfix:after {
    visibility: hidden;
    display: block;　
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.clearfix{
    display: inline-block;
}
.clearfix {
    display: block;
}
/*clearfix End************************/
.txt {
    text-align: left;
    font-size: 11px;
	line-height:150%;
	color: #333333;
}
txt01{
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	background-color: #2F2F2F;
}
.txt02  a{
	color: #2F2F2F; 
	text-decoration: underline; cursor:pointer;
    text-align: left;
    font-size: 11px;
}

.txt02 a:hover   {
	color: #4A78FF;
	text-decoration: none; cursor:pointer;
    text-align: left;
    font-size: 11px;
}

/* ---------------------------------フッター------------------------------------------- */
#foot{
	background:#183048;
	color:#FFFFFF;
}
	
#foot #page-top{
	padding-right: 40px;
	padding-bottom:40px;
	position:fixed;
	right:0;
	bottom:0;
	display:block;
	cursor:pointer;
	
}
#foot p{
	text-align:center;
	font-size:12px;
}
#wrap {
    overflow-x: hidden;
    margin: 0 auto;
}

#contents_all{
	margin:0 auto;
}
