@charset "utf-8";

/* -----------------------------------------------
 * top.css
 * LastUpdate : 16/10/28
----------------------------------------------- */
/*#main p {
	line-height: 1.9em;
	letter-spacing: .1em;
}*/
section {
    padding: 60px 0;
}

#main h2 {
	padding-bottom: 30px;
    background: url(../img/h2_line.png) no-repeat center bottom;
    margin-bottom: 60px;
}
#mainImage {
	max-width: 1280px;
	min-width: 980px;
	margin: 0 auto;
}
#mainImage .inner {
	position: relative;
}
.mainCopy {
	position: absolute;
	z-index: 2;
	top: 100px;
	left: 60px;
}
.mainCopy h2 {
	font-size: 52px;
	font-weight: bold;
}
.mainCopy h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.mainCopy p {
	margin-bottom: 40px;
}
.mainCopy a {
	padding: 10px 60px;
}

.slick-prev:before,
.slick-next:before {
}
/*左右の矢印の位置を変える*/
.slick-next {
    z-index: 99;
}
.slick-prev {
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
#mainImage img {
    max-width: 100%;
  height: auto;
}
#gallery .slick-track li {
	background: #000;
}
.slick-track li img {
	opacity: .6;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}
.slick-track .slick-current img {
	opacity: 1;
}


/* ---------------------------------------------------------------------------------------------

　   BANNER

--------------------------------------------------------------------------------------------- */
#banner li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
#banner li:last-child {
	margin-right: 0;
}
#banner li a img {
    -webkit-transition: .3s;
    transition: .3s ease-in-out;
}
#banner li a:hover img {
	border-radius: 20px;
}

/* ---------------------------------------------------------------------------------------------

　   CONCEPT

--------------------------------------------------------------------------------------------- */
#concept {
	/*background: #f3f3f3;*/
	background: url(../img/bg-green.jpg) no-repeat fixed center;
	background-size: cover;
}
.conceptBox {
	/*width: 21%;*/
	width: 270px;
	margin: 0 2%;
	/*background: #fff;
	background: rgba(255,255,255,.8);
	-webkit-box-shadow: 0px 0px 17px -3px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 0px 17px -3px rgba(0,0,0,0.22);
	box-shadow: 0px 0px 17px -3px rgba(0,0,0,0.22);*/
	background: url(../img/concept.png) no-repeat center;
	background-size: 100%;
	padding: 55px 60px 0 60px;
	text-align: center;
	display: inline-block;
	margin-bottom: 40px;
	height: 243px;
	vertical-align: top;
}
#concept h3 {
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	color: #00a0e9;
}

#concept h3 span {
	display: block;
	font-size: 14px;
	text-align: center;
}
#concept p {
	font-size: 13px;
	color: #00a0e9;
}

/* ---------------------------------------------------------------------------------------------

　   SALON MENU

--------------------------------------------------------------------------------------------- */
#salonmenu .inner {
	text-align: center;
}
#salonmenu .salonmenuBox {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	-webkit-box-shadow: 0px 0px 17px -3px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 0px 17px -3px rgba(0,0,0,0.22);
	box-shadow: 0px 0px 17px -3px rgba(0,0,0,0.22);
	position: relative;
	padding-bottom: 20px;
}
#salonmenu .salonmenuBox:last-child {
	margin-right: 0;
}
#salonmenu .salonmenuBox .box_inner {
	padding: 15px;
	text-align: center;
}

#salonmenu h3 {
	border-bottom: 3px solid #00a0e9;
	display: inline-block;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
}
#salonmenu .salonmenuBox p {
	margin-bottom: 15px;
	font-size: 13px;
	text-align: center;
	color: #797979;
}
#salonmenu .salonmenuBox a {
	position: absolute;
	bottom: 15px;
	left: -100%;
	right: -100%;
	margin: auto;
	width: 100px;
	font-size: 13px;
	padding: 5px 10px;

}

#salonmenu ul {
	display: inline-block;
	margin-top: 60px;
}
#salonmenu li {
	float: left;
	width: 380px;
	margin-right: 20px;
}
#salonmenu li:last-child {
	margin-right: 0;
}
#salonmenu li a {
	display: block;
	font-size: 14px;
}

/* ---------------------------------------------------------------------------------------------

　   GALLERY

--------------------------------------------------------------------------------------------- */

#gallery {
	background: #f3f3f3;
}
#gallery a.btn {
	display: block;
	font-size: 14px;
	padding: 25px 20px;
	width: 380px;
	margin: 60px auto 0;
	font-size: 18px;
}
#gallery .inner {
	padding: 0;
}

/* ---------------------------------------------------------------------------------------------

　   ABOUT US

--------------------------------------------------------------------------------------------- */

#aboutus {
	background: url(../img/about_bg.jpg) no-repeat bottom center #fff;
	padding-bottom: 370px;
}

#aboutus h3 {
	color: #00a0e9;
	font-size: 24px;
	margin-bottom: 20px;
}
#aboutus p {
	margin-bottom: 20px;
}
#aboutus p:last-child {
	margin-bottom: 0;
}

#aboutus .posL {
	width: 48%;
}
#aboutus .posR {
	width: 48%;
}
#aboutus dl {
	background: #eee;
	padding: 20px;
}
#aboutus dl dt,#aboutus dl dd {
	margin-bottom: 20px;
	line-height: 1.5em;
}
#aboutus dl dt:last-child,#aboutus dl dd:last-child {
	margin-bottom: 0;
}
#aboutus dl dt {
	float: left;
	clear: both;
	width: 4em;
}
#aboutus dl dd {
	padding-left: 4em;
}

/* ---------------------------------------------------------------------------------------------

　   LINK

--------------------------------------------------------------------------------------------- */

#link h3 {
	color: #00a0e9;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
#link h3 span {
	font-size: 14px;
	margin-left: 15px;
}
#link .link01 {
	width: 41.5%;
	margin-right: 2%;
}
#link .link02 {
	margin-right: 2%;
}
#link .link02,#link .link03 {
	width: 27.25%;
}

#link a img {
    -webkit-transition: .3s;
    transition: .3s ease-in-out;
}
#link a:hover img {
	border-radius: 20px;
}