@charset "utf-8";
/*==================================================
- default, wrapper, push
==================================================*/
body {
	color: #000;
	font: 75%/1.5 "Open Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break: normal;
	word-wrap: break-word;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
.w1100 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.icon14,
.icon44 {
	display: inline-block;
	background: url(/static/img/beauty/top/icon.png) no-repeat;
	background-size: 63px 132px;
	color: transparent;
	font-size: 0;
}
.icon14.notify.c3 { background-position: left top; }
.icon14.gear.c3 { background-position: left -14px; }
.icon14.menu.c3 { background-position: left -28px; }
.icon14.regist.c3 { background-position: left -42px; }
.icon14.login.c3 { background-position: left -56px; }
.icon14.add-photo.c3 {
	width: 19px;
	height: 17px;
	margin-top: -3px;
	background-position: left -70px;
}
.icon44 {
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto 12px;
}
.icon44.instagram { background-position: -19px top; }
.icon44.twitter { background-position: -19px -44px; }
.icon44.facebook { background-position: -19px -88px; }

/*==================================================
- Header
==================================================*/
header {
	position: relative;
	background: #365875;
}
#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 800px;
	transform: translateY(0);
}
#h-slide {
width: 100%;
height: 800px;
}
#h-slide li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 800px;
	background: no-repeat center;
	background-size: cover;
	opacity: 0;
	-webkit-transition: opacity 3s ease;
	-moz-transition: opacity 3s ease;
	-o-transition: opacity 3s ease;
	transition: opacity 3s ease;
}
#h-slide li.active { opacity: 1; }
#h-slide li img {
	width: 100%;
	height: 800px;
	background: rgba(54, 88, 117, .3);
}
hgroup {
	position: absolute;
	left: 0;
	top: 0;
	display: table;
	width: 100%;
	height: 800px;
	color: #FFF;
}
hgroup .cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#h-text {
	line-height: 1;
	margin: 0 0 24px;
	font-size: 133%;
	font-weight: normal;
}
#h-logo img { height: 80px; }
#h-login a {
	line-height: 1;
	display: block;
	width: 336px;
	margin: 36px auto 0;
	padding: 10px 0;
	border: solid 2px #FFF;
	color: #FFF;
	font-size: 200%;
	font-weight: bold;
	text-decoration: none;
}
#h-login a:hover { background: rgba(255, 255, 255, .2) }
#icon-nav {
	position: absolute;
	top: 32px;
	right: 50%;
	margin-right: -550px;
}
#icon-nav > li {
	position: relative;
	float: left;
}
#icon-nav > li > a {
	position: relative;
	display: block;
	line-height: 1.2;
	padding: 12px 10px;
	text-decoration: none;
	color: #FFF;
}
#icon-nav > li:hover > a,
#icon-nav > li > a.hovered {
	background: #415261;
}
#icon-nav > li > a.user {
	padding: 9px 10px;
	line-height: 1.7;
}
#icon-nav .sub li.profile-img img,
#icon-nav > li > a.user img {
	width: 18px;
	height: 18px;
	margin-right: 6px;
	border-radius: 9px;
	background: none;
}
#icon-nav > li.change-btn > a { padding: 17px 10px; }
#icon-nav > li > a.add-photo {
	padding: 13px 6px 17px 10px;
}
#icon-nav > li > a .sum {
	position: absolute;
	left: 50%;
	top: 3px;
	min-width: 10px;
	z-index: 20;
	display: block;
	line-height: 1;
	border-radius: 15px;
	padding: 4px 4px;
	background: #415261;
	color: #FFF;
	font-size: 84%;
	text-align: center;
}
#icon-nav .sub {
	display: none;
	position: absolute;
	top: 38px;
	right: 0;
	min-width: 100%;
	white-space: nowrap;
}
#icon-nav li:hover .sub { display: block; }
#icon-nav .sub > li { border-top: solid 1px #516271; }
#icon-nav .sub > li > a,
#icon-nav .sub > li > span {
	display: block;
	line-height: 1;
	padding: 10px 12px;
	background: #415261;
	text-decoration: none;
	color: #FFF;
}
#icon-nav .sub > li.profile-img > a { line-height: 1.7; }
#icon-nav .sub > li a:hover { background: #516271; }
#icon-nav .sub > li > span { color: #FFF; font-size: 91%; }
#icon-nav .sub > li a.salon {
	display: table;
	width: 100%;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#icon-nav .sub > li a.salon > div {
	display: table-cell;
	padding: 12px 12px 12px 6px;
	vertical-align: middle;
}
#icon-nav .sub > li a.salon > div.pict { padding: 12px 0 12px 12px; }
#icon-nav .sub > li a.salon .name span {
	line-height: 1.5;
	font-size: 84%;
	font-weight: normal;
}
#icon-nav .sub > li img {
	width: 30px;
	border-radius: 4px;
}
#icon-nav .sub .change-user a {
	line-height: 1;
	display: table;
	width: 100%;
	padding: 0;
	background: #F2F7F5;
	cursor: pointer;
}
#icon-nav .sub .change-user:hover a { background: #E5EEEB; }
#icon-nav .sub .change-user:last-child a { border-radius: 0 0 4px 4px; }
#icon-nav .sub .change-user a > div {
	display: table-cell;
	vertical-align: middle;
	padding: 12px 12px 12px 0;
}
#icon-nav .sub .change-user a > div.icons {
	padding: 12px;
	width: 14px;
}
#icon-nav .sub .change-user a > div.pict {
	width: 30px;
	padding-right: 6px;
}
#icon-nav .sub .change-user img {
	width: 30px;
	height: 30px;
	border-radius: 15px;
}
#icon-nav .sub .change-user .name span {
	font-size: 84%;
}
#notify-beauty {
	position: absolute;
	right: -76px;
	top: 38px;
	display: none;
	width: 360px;
	color: #000;
}
li:hover #notify-beauty { display: block; }
#notify-beauty .notify-body {
	position: relative;
	background: #F6F6F6;
}
#notify-beauty h3 {
	line-height: 26px;
	padding: 8px;
	background: #415261;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
}
#notify-beauty h3 .icon14 { margin: 6px 4px 0 0 ;}
#notify-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(/static/img/travel/delete.gif) no-repeat center;
	background-size: 8px 8px;
}
#notify-beauty .nav {
	display: table;
	width: 100%;
	background: #FFF;
}
#notify-beauty .nav li {
	display: table-cell;
	width: 33.3333333333%;
}
#notify-beauty .nav a {
	display: block;
	padding: 10px 0 10px;
	border-bottom: solid 3px #FFF;
	color: #000;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
#notify-beauty .nav a .sum {
	margin-left: 6px;
	margin-top: -1px;
	display: inline-block;
	border-radius: 15px;
	padding: 3px 8px;
	background: #415261;
	color: #FFF;
	font-size: 84%;
	width: 5px;
}
#notify-beauty .nav a.selected { border-color: #415261; }
a.osirase-holder {
	display: none;
}
#notify_tab {
	display: none;
}
ul.osirase.box li div.img img {
	width: 48px;
	height: 48px;
	border-radius: 5px;
}
ul.osirase.box li div.user img {
	border-radius: 24px;
}
ul.osirase.box li {
	padding: 8px 0;
}
ul.osirase.box li div.text {
	padding-left: 4px;
}
ul.osirase.box li div.text div.date {
	color: #999999;
}
#notification .info,
.osirase_pop ul.osirase.box {
  height: 400px;
  overflow-y: scroll;
}
#notification {
	max-height: 480px !important;
	border-radius: 0 0 4px 4px;
}
#notification .osirase li,
#notification .info li {
	display: table;
	width: 100%;
	padding: 0;
	border-bottom: solid 1px #EEE;
	background: #F7F7F7;
}
#notification .osirase li:last-child { display: none; }
#notification .osirase li > div,
#notification .info li > div {
	display: table-cell;
	line-height: 1.5;
	vertical-align: middle;
	font-size: 11px;
	word-break: break-all;
	padding: 12px;
}
#notification .osirase li > div:first-child { display: none; }
#notification .osirase li > div.img {
	width: 48px;
	padding-right: 0;
	vertical-align: top;
}
#notification .info li > div.pict {
	width: 36px;
	padding-right: 0;
	vertical-align: top;
}
#notification .osirase li > div a { display: inline; }
#notification .info li > div.pict { width: 36px; }
#notification .pict img {
	width: 48px;
	height: 48px;
	border-radius: 4px;
}
#notification .info .pict img {
	width: 36px;
	height: 36px;
	border-radius: 18px;
}
#notification a { color: #89948E; }
#notification .info h4 {
	line-height: 1.4;
	margin: 2px 0 0;
	font-size: 13px;
}
#notification .info .day {
	margin: 0 0 4px;
	color: #999;
	font-size: 10px;
}
#notification .info p {
	font-size: 12px;
}
#notification pre {
	width: 272px;
}
#h-info {
	z-index: 999;
	width: 300px;
	text-align: center;
}
#h-info h2 {
	line-height: 1;
	margin: 0 0 24px;
	font-size: 166.666666666%;
	color: #795E7E;
}
#h-info .banner {
	display: block;
	padding:  24px 0;
	background: #B7A3BB;
	text-decoration: none;
}
#h-info .banner:hover { background: #A793AB; }
#h-info .banner img {
	width: 200px;
	height: 120px;
	margin: 0 0 8px;
}
#h-info .logo {
	height: 18px;
	margin: 0 0 12px;
}
#h-info p {
	line-height: 1;
	color: #FFF;
	font-size: 110%;
}
#h-info.absolute {
	position: absolute;
	right: 0;
	bottom: 0;
}
#h-info.fixed {
	position: fixed;
	right: 0;
	top: 0;
}
#h-info h3 {
	font-weight: bold;
	font-size: 250%;
	color: #FFF;
}
#h-link {
	position: absolute;
	right: 50%;
	top: 12px;
	line-height: 1;
	margin-right: -540px;
	color: rgba(255, 255, 255, .6);
	font-size: 10px;
}
#h-link:hover { color: rgba(255, 255, 255, .8); }

/*==================================================
- Footer
==================================================*/
#footer {
	position: relative;
	z-index: 100;
	background: #FFF;
}
#footer-contents {
	padding: 40px 0;
	background: #668BA5;
	color: #FFF;
}
#footer-sns {
	width: 396px;
	margin: 0 auto 24px;;
	padding: 40px;
	border: solid 2px #FFF;
}
#footer-sns h4 {
	line-height: 1;
	margin: 0 0 24px;
	font-size: 250%;
	text-align: center;
}
#footer-sns ul {
	display: table;
	margin: 0 auto;
}
#footer-sns li {
	display: table-cell;
	width: 100px;
	text-align: center;
}
#footer-sns a {
	line-height: 1;
	font-weight: bold;
}
#footer-contents th {
	line-height: 1;
	padding-bottom: 12px;
	width: 150px;
	text-align: left;
}
#footer-contents tr:first-child th { font-size: 166.6666666666%; }
#footer-contents tr:nth-child(2) th,
#footer-contents td { font-size: 117%; }
#footer-contents td { font-weight: lighter; }
#footer-contents th:last-child { width: 200px; }
#footer-contents a { color: #FFF; }
#footer-contents .banner img {
	width: 200px;
	height: 120px;
}

#latte-directory {
	line-height: 1;
	padding: 24px 0;
	background: #EBEEF1;
	font-size: 133.333333333%;
	font-weight: bold;
}
#latte-directory ul {
	display: table;
	margin: 0 auto;
}
#latte-directory li {
	display: table-cell;
	padding: 0 24px;
}
#latte-directory li + li {
	border-left: solid 1px #9BACBA;
}
#latte-directory a {
	color: #415261;
}
#luxeys {
	float: left;
	padding: 24px 0;
	font-size: 84%;
	line-height: 1.5;
}
#luxeys img { margin-right: 12px; }
#outline-links {
	float: right;
	padding: 24px 0;
	line-height: 1.4;
	font-size: 84%;
}
#outline-links li {
	float: left;
	margin-left: 12px;
}

#feedback {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: #000;
	opacity: .5;
	transition: opacity 0.2s ease;
}
#feedback:hover { opacity: .8; }
#feedback a {
	display: block;
	line-height: 1;
	padding: 6px 9px;
	font-size: 84%;
	color: #FFF;
	text-decoration: none;
}

#pagetop {
    position: fixed;
    right: 50%;
    bottom: 71px;
    display: none;
    line-height: 4;
    width: 48px;
    margin-right: -550px;
    padding: 0;
    border-radius: 24px;
    background: #353432;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

/*==================================================
- Contents
==================================================*/
#contents {
	position: relative;
	z-index: 100;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	background: #FFF;
}
#contents ul {
	width: 1100px;
	margin: 0 auto;
}
#contents ul:first-child { margin: 0 auto 40px; }
#contents li {
	position: relative;
	float: left;
	width: 340px;
	height: 340px;
	margin: 0 40px 0 0;
	text-align: center;
}
#contents li:nth-child(3n) { margin-right: 0; }
#contents a {
	position: absolute;
	left: 0;
	top: 100px;
	display: block;
	background: no-repeat center;
	background-size: cover;
	color: #FFF;
	opacity: 0;
	text-decoration: none;
	-webkit-transition: top 0.3s ease-out, opacity 0.2s ease-out;
	-moz-transition: top 0.3s ease-out, opacity 0.2s ease-out;
	-o-transition: top 0.3s ease-out, opacity 0.2s ease-out;
	transition: top 0.3s ease-out, opacity 0.2s ease-out;
}
#contents li:nth-child(2) a { transition-delay: 0.1s; }
#contents li:nth-child(3) a { transition-delay: 0.2s; }
#contents .show + .show li:nth-child(1) a { transition-delay: 0.3s; }
#contents .show + .show li:nth-child(2) a { transition-delay: 0.4s; }
#contents .show + .show li:nth-child(3) a { transition-delay: 0.5s; }
#contents .show.end + .show li:nth-child(1) a { transition-delay: 0s; }
#contents .show.end + .show li:nth-child(2) a { transition-delay: 0.1s; }
#contents .show.end + .show li:nth-child(3) a { transition-delay: 0.2s; }
#contents .show a {
	top: 0;
	opacity: 1;
}
#contents a.style { background-image: url(/static/img/beauty/top/hair_style.jpg); }
#contents a.mens { background-image: url(/static/img/beauty/top/mens_style.jpg); }
#contents a.salon { background-image: url(/static/img/beauty/top/salon.jpg); }
#contents a.stylist { background-image: url(/static/img/beauty/top/stylist.jpg); }
#contents a.column { background-image: url(/static/img/beauty/top/column.jpg); }
#contents a.cutmodel { background-image: url(/static/img/beauty/top/cut_model.jpg); }
#contents .text {
	display: table;
	width: 340px;
	height: 340px;
	background: rgba(54, 88, 117, .3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#contents a:hover .text { background: rgba(54, 88, 117, .8); }
#contents .text > p {
	display: table-cell;
	font-size: 333.33333333%;
	font-weight: bold;
	vertical-align: middle;
}

/*==================================================
- Ads
==================================================*/
