@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright c 有限会社しゃんぷー All Rights Reserved.

HTML CSS Selectors index

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

#mv {
	height: 100%;
	padding-right: 50px;
	padding-left: 50px;
	position: relative;
}

#mv #gallery {
	max-width: 1200px;
	margin: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#mv #gallery img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	height: auto;
	width: 100%;
}
#mv #gallery img.active { z-index:10; }
#mv #gallery img.last-active { z-index:9; }

/*TODAY-------------------------------------------------------------------*/
#today {
	background-color: #FFF;
	height: 68px;
	width: 100%;
	padding-top: 12px;
	position: absolute;
	left: 0px;
	bottom: 70px;
	z-index:11;
}
#today .ttl {
	display: block;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.2em;
	padding-bottom: 5px;
}
#today .date {
	display: block;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.2em;
	/*text-indent: -35px;*/
}
#today .date .day {
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 0.2em;
	display: inline-block;
	position: relative;
	top: 2px;
}
#today .date .week {
	text-align: right;
	display: inline-block;
	width: 200px;
	padding: 0px 20px;
}
#today .date .month {
	text-align: left;
	display: inline-block;
	width: 200px;
	padding: 0px 20px;
}

/*Salon information-------------------------------------------------------*/
#salon-info {
	padding-bottom: 55px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#salon-info th {
	width: 150px;
	padding-left: 60px;
}
#salon-info th img {
	display: block;
	position: relative;
	top: 0px;	
}
#salon-info td.add {
	font-size: 20px;
	line-height: 20px;
	width: 380px;
}
#salon-info td.tel {
	font-size: 20px;
	line-height: 20px;
	width: 370px;
}
#salon-info dt {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 35px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	cursor: pointer;
}
#salon-info dt:after {
	background-image: url(../img/top/icon_map.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 10px;
	margin-left: 75px;
	position: absolute;
	left: 50%;
	top: 27px;
	content:"";
}

#salon-info dd {
	text-align: center;
	padding-bottom: 40px;
}
#salon-info dd img {
	border: 3px solid #000;
}

/*Calender----------------------------------------------------------------*/
#calender {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 110px;
}
#calender h2 {
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 40px;
}
#calender p.cal {
	text-align: center;
}
#calender p.cal img {
	padding-right: 30px;
	padding-left: 30px;
}
#calender p.cal-info {
	text-align: center;
	font-size: 12px;
	line-height: 12px;
}
#calender p.cal-info:before {
	background-color: #DCDDDD;
	display: inline-block;
	height: 12px;
	width: 12px;
	margin-right: 12px;
	border: 1px solid #000;
	content: "";
	border-radius: 7px;
}

/*Information-------------------------------------------------------------*/
#information {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 35px;
}
#information h2 {
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 35px;
}
#information table {
	margin-left: 280px;
}
#information th {
	font-size: 14px;
	font-weight: normal;
	width: 110px;
}
#information td.ttl {
	width: 240px;
	padding-bottom: 25px;
}
#information td.cate {
	width: 320px;
}
#information td.cate .salon {
	width: 96px;
	display: inline-block;
}
#information td.cate .brandon {
	display: inline-block;
	padding-top: 5px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}

/*Instagram---------------------------------------------------------------*/
#instagram {
	background-color: #007130;
	width: 100%;
	min-width: 1130px;
	padding-top: 60px;
	position: relative;
	padding-bottom: 115px;
}
#instagram h2 {
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	height: 68px;
}
#instagram ul {
	width: 1130px;
	margin-right: auto;
	margin-left: auto;
}
#instagram li {
	height: 210px;
	width: 210px;
	padding-right: 20px;
	padding-bottom: 15px;
	float: left;
}
#instagram li:nth-of-type(5n) {
	padding-right: 0px;
}

.post-data a {
	display: block;
	position: relative;
}
.post-data a:hover {
	-ms-filter: "alpha( opacity=100 )";
	opacity:1;
}
.post-data a img,
.follow a img {
	height: auto;
	width: 100%;
}

.post-data a .infoData {
	display: none;
	height: 210px;
	width: 210px;
	position: absolute;
	left: 0px;
	top: 0px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#66000000,EndColorStr=#66000000);
	background-color: rgba(0,0,0,0.4);
}

.post-data a:hover .infoData {
	display: block;
}
.post-data a .infoData:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}
.post-data a .infoData span {
	display: block;
	margin-right: 12px;
	margin-left: 12px;
}
.post-data a .infoData div {
	height: 100px;
	border-top: 1px solid #FFF;
	margin-right: 12px;
	margin-left: 12px;
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 3px;
}

.post-data a .infoData .date {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 13px;
	color: #cccccc;
	text-align: right;
	height: 14px;
	padding-top: 50px;
}

.post-data a .infoData .comments {
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
}

.post-data a .infoData .tag {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #cccccc;
	padding-top: 20px;
}

.post-data a .infoData .like {
	display: block;
	float: right;
	width: 35px;
	background-image: url(../img/instagram/icon_like.png);
	background-repeat: no-repeat;
	height: 10px;
	background-position: left top;
	background-size: 11px auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 12px;
	color: #FFF;
	text-align: right;
}
#instagram li.btn-view-all {
	width: 370px;
	padding: 43px 0px 0px;
	clear: left;
	height: 44px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

/*Recomend !!-------------------------------------------------------------*/
#recommend {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 110px;
	padding-bottom: 85px;
}
#recommend h2 {
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 110px;
}

#recommend .new {
	float: left;
	width: 246px;
}
#recommend .new:nth-of-type(4n) {
	width: 220px;
}
#recommend .new li {
	width: 220px;
	padding-bottom: 28px;
}
#recommend li a {
	display: block;
	border: 5px solid #EEEEEE;
}
#recommend .anc {
	clear: both;
	padding-top: 50px;
	font-size: 20px;
	line-height: 20px;
	text-align:center;
}

/*Staff-------------------------------------------------------------------*/
#staff {
	width: 100%;
	padding-top: 90px;
	padding-bottom: 110px;
	min-width: 1130px;
	background-color: #FFE6E6;
}
#staff h2 {
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	padding-bottom: 85px;
}
#staff ul {
	width: 996px;
	margin-right: auto;
	margin-left: auto;
}
#staff ul li {
	float: left;
	width: 216px;
	height: 216px;
	margin-right: 44px;
	padding-bottom: 65px;
}
#staff ul li:nth-of-type(4n) {
	margin-right: 0px;
}
#staff ul li img {
	display: block;
	border-radius: 108px;
	height: 216px;
	width: 216px;
}
#staff ul li a {
	display:block;
	width: 216px;
	height: 216px;
	position: relative;
    
}
#staff ul li a span {
    display: block;
    height: 216px;
		width: 216px;
    position:absolute;
    top: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: 0.8s;
}

#staff ul li .back {
    transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
 
#staff ul li a:hover .front {
    transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
 
#staff ul li a:hover .back {
    transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg);
}


/*Instagram---------------------------------------------------------------*/
/*Instagram---------------------------------------------------------------*/
