@charset "UTF-8";
/* CSS Document */


/* Proparty
========================================================= */



/* Link
========================================================= */

footer a:link {
	color: #FFF;
	font-size: 12px;
}
footer a:visited {
	color: #d2e5b0;
}
footer a:hover {
	color: #FF0;
}
footer a:active {
	color: #FF0;
}


/* Bootstrap
========================================================= */

/* 最大値が 767px（スマホ以下のサイズ）で有ったならば次のようにする */
@media (max-width: 767px) {
.carousel-caption {
	display: none; /* 表示させない */
}
}


/* Jumbotron
========================================================= */


/* Decoration line（飾り線）
========================================================= */

.decorationLine1 {
	width: 100%;
	height: 46px;
	background-image: url(../images/decoration_line1.png);
	background-repeat: repeat-x;
	margin: 40px 0;
}


/* Section
========================================================= */




/* Sitemap (sitemap.html)
========================================================= */



/* Slider
========================================================= */



/* Jumbotron
========================================================= */



/* Footer
========================================================= */

.footer {
	margin-top: 30px;
	margin-bottom: 8px;
}
.footer p {
	color: #FFF;
}
.footerMenu {
	height: 400px;
	background-color: #7f779e;
}
.footerMenu p {
	line-height: 1.3em;
}
.footerCopyright {
	background-color: #3f3c49;
	line-height: 2.4em;
}
.footerCopyright p {
	margin-top: 5px;
}

/* Glyphicons
========================================================= */



/* Google map
========================================================= */



/* Social icons
------------------------------------------------------------------------- */

.socialIcons {
	margin-left: 12px;
	margin-right: 12px;
}
.socialIcons a {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	width: 70px;
	height: 28px;
	margin: 0 10px 10px 0;
	padding: 0;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
}
.socialIcons i, .socialIcons span {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 28px;
	margin: 0;
	background: #7f5204;
	line-height: 28px;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	transition: .4s;
}
.socialIcons i {
	z-index: 2;
	transform: rotateY(0deg);
}
.socialIcons a:hover i {
	z-index: 1;
	transform: rotateY(180deg);
}
.socialIcons span {
	z-index: 1;
	transform: rotateY(-180deg);
}
.socialIcons a:hover span {
	z-index: 2;
	transform: rotateY(0deg);
	color: #e5ff72;
}


/* footerBackToTop
========================================== */

.footerBackToTop {
	display: block;
	text-align: center;
	padding: 15px 0;
	line-height: 19px;
	font-size: 13px;
	background-color: #b7ac9a;
}
.footerBackToTopText a {
	color: #FFF;
}
.copyright a {
	color: #FFF;
	text-decoration: underline;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.footerBackToTopText a:hover, .copyright a:hover {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(left, #F69, #FC0, #3C3, #09F, #96F);
	background-image: -moz-linear-gradient(left, #F69, #FC0, #3C3, #09F, #96F);
	background-image: -o-linear-gradient(left, #F69, #FC0, #3C3, #09F, #96F);
	background-image: -ms-linear-gradient(left, #F69, #FC0, #3C3, #09F, #96F);
}


/* Color
========================================================= */

/* 水平線
========================================================= */


/* Margin
========================================================= */

.marginTop10px {
	margin-top: 10px;
}
.marginTop20px {
	margin-top: 20px;
}
.marginTop30px {
	margin-top: 30px;
}
.marginTop40px {
	margin-top: 40px;
}
.marginTop50px {
	margin-top: 50px;
}
.marginTop60px {
	margin-top: 60px;
}
.marginRight10px {
	margin-right: 10px;
}
.marginRight20px {
	margin-right: 20px;
}
.marginRight30px {
	margin-right: 30px;
}
.marginRight40px {
	margin-right: 40px;
}
.marginRight50px {
	margin-right: 50px;
}
.marginRight60px {
	margin-right: 60px;
}
.marginBottom10px {
	margin-bottom: 10px;
}
.marginBottom20px {
	margin-bottom: 20px;
}
.marginBottom30px {
	margin-bottom: 30px;
}
.marginBottom40px {
	margin-bottom: 40px;
}
.marginBottom50px {
	margin-bottom: 50px;
}
.marginBottom60px {
	margin-bottom: 60px;
}
.marginLeft10px {
	margin-left: 10px;
}
.marginLeft20px {
	margin-left: 20px;
}
.marginLeft30px {
	margin-left: 30px;
}
.marginLeft40px {
	margin-left: 40px;
}
.marginLeft50px {
	margin-left: 50px;
}
.marginLeft60px {
	margin-left: 60px;
}
.marginLeft70px {
	margin-left: 70px;
}
/* Nav
========================================================= */


/* Footer
========================================================= */



/* Figure
========================================================= */

.boxShadow1 img { /* 図表であることを示す際に使用する figure */
	padding: 10px;
	-webkit-box-shadow: 1px 1px 10px rgba(10, 10, 10, 0.4);
	box-shadow: 1px 1px 10px rgba(10, 10, 10, 0.4);
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}
.boxShadow1 figcaption { /* 図表のキャプションを示す際に使用 */
	font-size: 0.94em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	display: block;
}


/* Go to top
========================================== */

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 80%;
}
#pageTop a {
	display: block;
	background: rgba(153, 117, 61, 0.5);
	text-decoration: none;
	color: #FFF;
	width: 80px;
	padding: 30px 0;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#pageTop a:hover {
	text-decoration: none;
	background: rgba(185, 144, 79, 0.5);
}


/* www/index.html
========================================== */

.news {
	height: 240px;
}
.newsInfo h3, .newsInfo p {
	text-align: center;
}
.salon {
	height: 320px;
	background-image: url(../images/salon_info_bg.png);
	background-color: rgba(244,232,242,.5);
}
.salonInfo h3 {
	font-size: 18px;
}
.salonInfo p {
	text-align: left;
}
.salonInfo img {
	height: 140px;
	margin-top: 20px;
	box-shadow: 0 0 14px rgba(33, 0, 33, .6);
}
.movie {
	background-color: #EEE;
	padding: 50px 0;
}
.section p {
	text-align: left;
}
.salonInfoNote {
	height: 54px;
}
.btn68px {
	width: 68px;
}


/* www/guide/rule.html
========================================== */

.rule {
	padding: 10px;
	background-color: rgba(220, 220, 255, .3);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}


/* www/epilation/price.html
========================================== */

.epilationPriceMenu h3 {
	color: #bc0019;
	margin-top: 2.1em;
	margin-bottom: 0.8em;
	padding: .25em 0 .25em .75em;
  border-left: 16px groove #bc0019;
}
.epilationPriceMenu .fa-star {
	color: #ffa500;
}


/* Youtube 動画の埋め込みをレスポンシブ対応
================================================= */

.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
    right: 0;
	width: 100% !important;
	height: 100% !important;
}


/* パン屑リスト (Breadcrumb navigation)
------------------------------------------------------------------------- */

.breadcrumbNav {
  max-width: 860px;
  margin: 20px 0;
  font-size: 11px;
}
.bread {
  list-style: none;
  overflow: hidden;
}
.bread li {
  float: left;
  line-height: 60px;
}
.bread li a {
  display: block;
  float: left;
  padding-top: 0;
  padding-right: 40px;
  padding-left: 30px;
  padding-bottom: 0; /* padding: 0 40px 0 50px; */
  font-weight: bold;
  color: #666;
  text-decoration: none;
  background: -moz-linear-gradient(left, #EDEDED, #CCC);
  background: -webkit-linear-gradient(left, #EDEDED, #CCC);
  background: -ms-linear-gradient(left, #EDEDED, #CCC);
  background: linear-gradient(left, #EDEDED, #CCC);
  background-color: #CCC;
  text-shadow: 1px 1px 0 #FFF;
}
.bread li a::before {
  display: block;
  width: 15px;
  height: 20px; /* 30px; */
  border-right: 5px solid #FFF;
  margin: 0 -54px -30px auto; /* margin: 0 -50px -30px auto; */
  background-color: #CCC;
  content: " ";
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  transform: skew(30deg);
}
.bread li a::after {
  display: block;
  width: 15px;
  height: 20px; /* 30px; */
  border-right: 5px solid #FFF;
  margin: -30px -54px 0 auto; /* -30px -50px 0 auto;*/
  background-color: #CCC;
  content: " ";
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  transform: skew(-30deg);
}
.bread li.current a {
  color: #FFF;
  background: linear-gradient(left, #E69A4F, #BA4A0A);
  background: -webkit-linear-gradient(left, #E69A4F, #BA4A0A);
  background: -moz-linear-gradient(left, #E69A4F, #BA4A0A);
  background: -ms-linear-gradient(left, #E69A4F, #BA4A0A);
  background-color: #BA4A0A;
  text-shadow: 1px 1px 0 #BA4A0A;
}
.bread li.current a::after, .bread li.current a::before {
  background-color: #BA4A0A;
}
.bread li a:hover {
  color: #FFF;
  background: linear-gradient(left, #CCC, #999);
  background: -webkit-linear-gradient(left, #CCC, #999);
  background: -moz-linear-gradient(left, #CCC, #999);
  background: -ms-linear-gradient(left, #CCC, #999);
  background-color: #999;
  text-shadow: 1px 1px 0 #999;
}
.bread li a {
}
.bread li a:hover::before, .bread li a:hover::after {
  background-color: #999;
}
