@charset "utf-8";

/* -----------------------------------------------
 * top.css
 * LastUpdate : 16/02/15
----------------------------------------------- */
.grayBox {
	background: #F1F1F1;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	text-align: left;
}
#aboutus article {
	margin-bottom: 20px;
}
#aboutus .grayBox li {
	position: relative;
	padding-left: 3.5em;
	margin-bottom: 5px;
}
#aboutus .grayBox li:before {
	position: absolute;
	left: 0;
}
#aboutus .grayBox li:last-child {
	margin-bottom: 0;
}
#aboutus .list1:before {
	content: "創業／";
}
#aboutus .list2:before {
	content: "資格／";
}
#aboutus .list3:before {
	content: "商標／";
}
#aboutus .list4:before {
	content: "資格／";
}
#aboutus h3 {
	font-size: 15px;
	color: #00A0E9;
	text-align: center;
	margin-bottom: 10px;
}
#aboutus h4 {
	margin-bottom: 5px;
	color: #00A0E9;
}
.about {
	position: relative;
	margin-bottom: 20px;
}

.aboutTxt {
	position: absolute;
	right: 20px;
	text-align: right;
	z-index: 2;
	bottom: 20px;
}
.aboutTxt h2,.aboutTxt p {
	text-align: right;
	text-shadow: -1px 1px 0 rgba(255,255,255,0.8);
}
.aboutTxt h2 {
	background: none;
	padding-bottom: 0;
	margin-bottom: 10px;
	font-weight: 400;
}
.aboutTxt p {
	line-height: 1.5em;
	margin-bottom: 20px;
	color: #000;
}
.aboutTxt p span {
	font-size: 10px;
	background: rgba(255,255,255,.6);
	display: inline-block;
	padding: 2px 5px;
	border-radius: 2px;
}
.aboutTxt a {
	color: #fff;
	border: 1px solid #fff;
	background:rgba(0,0,0,.2);
	text-shadow: -1px 2px 0 rgba(0,0,0,0.3);
}
#shop-slide .bx-wrapper {
	margin-bottom: 35px;
}
#shop-slide {
	/*margin-top: 20px;*/
}
#shop-slide section {
	padding: 20px;
	/*border:1px solid #ddd;*/
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
#shop-slide img,#shop-slide p {
	margin-bottom: 5px;
}
#shop-slide p {
	font-size: 12px;
}
#shop-slide h3 {
	font-size: 15px;
	margin-bottom: 5px;
	/*font-weight: bold;*/
}
#shop-slide li {
	position: relative;
	padding-bottom: 60px;
}
#shop-slide li a {
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
}

.shop a,.blog a {
	display: block;
	text-align: center;
	color: #222;
	font-size: 30px;
	background: #caf9ff;
}

.blog a .posL,.shop a .posL {
	width: 40%;
}
.shop a .posL {
	background: url(../img/shop_bk.jpg) no-repeat center;
	background-size: cover;
}
.blog a .posL {
	background: url(../img/blog_new.jpg) no-repeat center;
	background-size: cover;
}

.blog a .posR,.shop a .posR {
	padding: 20px 10px;
	text-align: center;
	width: 60%;
}


.shop a i,.blog a i {
	font-size: 24px;
}

.shop a p,.blog a p {
	font-size: 14px;
	margin-top: 15px;
}

.blog.old{
	margin-top: 20px;
}
.blog.old .posR{
	float: left;
}
.blog.old .posL{
	float: right;
}
.blog.old a .posL {
	background: url(../img/blog.jpg) no-repeat center;
}

.salonmenu {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}




.salonmenu section {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);

}
.salonmenu section:nth-child(2n) {
	margin-right: 0;
}

.salonmenu section a {
	color: #222;
	display: block;
	padding-bottom: 10px;
}

.salonmenu section img {
	margin-bottom: 10px;
}
.salonmenu section h3,.salonmenu section p {
	padding: 0 10px;
}



.art {
	margin-bottom: 30px;
}

.art .bx-wrapper {
	margin-bottom: 50px;
}

.more {
	width: 70%;
	margin: 0 auto;
	font-size: 18px;
}

#voice,#company {
	background: #F6F5ED;
	padding-top: 20px;
	padding-bottom: 20px;
}
#movie p,#voice p {
	margin-bottom: 20px;
	font-size: 12px;
}

.damege_link {
	margin: 20px 0;
}

.damege_link li {
	margin-bottom: 10px;
}
.banner li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 10px;
}
.banner li:nth-child(2n) {
	margin-right: 0;
}