@charset "utf-8";


article.sub h2 {
	text-align: center;
	margin: 0 auto 30px;
	padding: 0;
	border-bottom: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 260%;
	letter-spacing: 0.05em;
}

/* スライダー */
.wideslider {
	width: 100%;
	height: 440px;
	position: relative;
	overflow: hidden;
	margin: 0 0 110px;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	max-width: none;
	height: auto;
}

.wideslider_base {
	top: 0;
	position: absolute;
}

.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}

.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background: #fff url(../images/salon/salon_slidearrow_l.png) no-repeat 99% center;
}
.slider_next {
	background: #fff url(../images/salon/salon_slidearrow_r.png) no-repeat 1% center;
}

.wideslider .pagination {
	text-align: center;
	position: absolute;
	bottom: -40px;
	width: 100%;
}

.wideslider .pagination a {
	background: #ccc;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 15px 0 0;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}
.wideslider .pagination a:last-child {
	margin: 0;
}
.wideslider .pagination a.active {
	background: #bc0617;
}

.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	/*overflow: hidden;*/
}

/* スライダーここまで */


.salon_message {
	margin: 0 auto 65px;
	padding: 0 0 60px;
	width: 1000px;
	background: url(../images/common/common_circle1.png) no-repeat center bottom;
	text-align: center;
}

.salon_message h3 {
	font-size: 180%;
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 1.5em;
}

.salon_message p {
	font-size: 120%;
	line-height: 1.8em;
}

.salon_info {
	margin: 0 auto 45px;
	padding: 0 0 60px;
	width: 1000px;
	background: url(../images/common/common_circle1.png) no-repeat center bottom;
	text-align: center;
}

.salon_info h3 {
	font-size: 210%;
	font-weight: normal;
	margin: 0 0 30px;
	letter-spacing: 0.05em;
	color: #bc0617;
}

.salon_info h3 span {
	display: block;
	font-size: 50%;
	margin: 20px 0 0;
}

.salon_info p {
	font-size: 110%;
	line-height: 2em;
	margin: 0 0 25px;
}

.salon_info .sns {
	margin: 0 0 20px;
	text-align: center;
}

.salon_info .sns li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.salon_info .sns li:last-child {
	margin: 0;
}

.salon_access {
	margin: 0 auto 45px;
	padding: 0 0 60px;
	width: 1000px;
	background: url(../images/common/common_circle1.png) no-repeat center bottom;
}

.salon_access .title {
	margin: 0 0 45px;
	text-align: center;
	background: url(../images/salon/salon_hborder.png) repeat-x left center;
}

.salon_access .title h3 {
	background: white;
	width: 225px;
	margin: 0 auto;
	text-align: center;
}

.salon_access .title h3 #curve {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 220%;
	letter-spacing: 0.15em;
}

.salon_access .title h3 .subtitle {
	display: block;
	font-size: 90%;
	margin: 35px 0 0;
}

.salon_access #gmap {
	width: 976px;
	height: 400px;
	margin: 0 auto 45px;
}
.salon_access #gmap iframe {
	width: 976px;
	height: 400px;
}
.salon_access .maplink {
	width: 976px;
	margin: 0 auto 60px;
	text-align: right;
}

.salon_access .maplink a {
	font-size: 110%;
	color: #bc0617;
}

.salon_access .road {
	width: 976px;
	margin: 0 auto;
}

.salon_access .road:after {
	display: block;
	content: "";
	clear: both;
	visibility: hidden;
}

.salon_access .road li {
	width: 254px;
	float: left;
	margin: 0 80px 30px 0;
	position: relative;
}

.salon_access .road li:nth-child(3n) {
	margin: 0 0 30px;
}
.salon_access .road li:nth-child(3n+1) {
	clear: both;
}

.salon_access .road li:after {
	display: block;
	content: "";
	width: 46px;
	height: 46px;
	background: url(../images/salon/salon_arrow1.png) no-repeat left top;
	position: absolute;
	right: -65px;
	top: 60px;
}

.salon_access .road li:last-child:after {
	background: none;
}

.salon_access .road li .img {
	margin: 0 0 15px;
}

.salon_access .road li .txtbox {
	overflow:hidden;
}

.salon_access .road li .txtbox .num {
	float: left;
	color: white;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 200%;
	line-height: 1em;
	background: #bc0617;
	padding: 10px 0 5px;
	width: 41px;
	text-align: center;
	-moz-box-shadow: 2px 2px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px #ccc;
	box-shadow: 2px 2px 3px #ccc;
}

.salon_access .road li .txtbox .txt {
	font-size: 90%;
	padding: 0 0 0 53px;
}

.salon_schedule {
	margin: 0 auto;
	width: 1000px;
}

.salon_schedule .title {
	margin: 0 0 45px;
	text-align: center;
	background: url(../images/salon/salon_hborder.png) repeat-x left center;
}

.salon_schedule .title h3 {
	background: white;
	width: 250px;
	margin: 0 auto;
	text-align: center;
}

.salon_schedule .title h3 #curve2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 220%;
	letter-spacing: 0.15em;
}

.salon_schedule .title h3 .subtitle {
	display: block;
	font-size: 90%;
	margin: 35px 0 0;
}

.salon_schedule .calender {
	text-align: center;
	margin: 0 0 20px;
}

.salon_schedule .calender li {
	width: 333px;
	display: inline-block;
	margin: 0 30px 0 0;
	-moz-box-shadow: 0 2px 7px #ccc;
	-webkit-box-shadow: 0 2px 7px #ccc;
	box-shadow: 0 2px 7px #ccc;
}

.salon_schedule .calender li:last-child {
	margin: 0;
}

.calender .wrap {
    position: relative;
    padding-bottom: 100%;
    height: 0;
}
.calender .wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


.salon_schedule .legend {
	width: 705px;
	margin: 0 auto;
	font-size: 120%;
}

.salon_schedule .legend li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.salon_schedule .legend li span {
	margin: 0 8px 0 0;
}
.salon_schedule .legend li.l01 span {
	color: #ae1423;
}
.salon_schedule .legend li.l02 span {
	color: #528c4c;
}
.salon_schedule .legend li.l03 span {
	color: #566c8a;
}


.salon_schedule .wrap {
    width: 800px;
    margin: auto;
    position: relative;
    padding-bottom: 100%;
    height: 0;
}
.salon_schedule .wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}













