@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
/* ---------------------------------------------------------------------------------
HTML CSS Selectors salon
--------------------------------------------------------------------------------- */

#contents-wrapper h2 {
	padding-bottom: 60px;
}
#contents-wrapper h4 {
	text-align: center;
	font-size: 14px;
	line-height: 1;
	color: #a09e9a;
}
#contents-wrapper h4 .en {
	display: block;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 42px;
	line-height: 1;
	color: #020202;
	padding-top: 13px;
}



#mv {
	width: 866px;
	padding-bottom: 65px;
	margin-left: auto;
	margin-right: auto;
}
#mv img {
	display: block;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.slick-track {
	padding-bottom: 10px;
}



#concept {
	width: 866px;
	padding-bottom: 65px;
	margin-left: auto;
	margin-right: auto;
}
#concept h3 {
	padding-bottom: 30px;
	text-align: center;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 36px;
	line-height: 1;
	color: #020202;
}
#concept h3 .logo {
	display: block;
	padding-bottom: 24px;
}

#concept .txt {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 60px;
}

#concept #message {
	width: 515px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 48px 70px 55px 285px;
	position: relative;
	-moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}
#message h5 {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 18px;
	line-height: 1;
	padding-bottom: 18px;
}
#message p {
	font-size: 13px;
	line-height: 16px;
}
#message .photo {
	width: 165px;
	position: absolute;
	top: 70px;
	left: 60px;
}
#message .photo img {
	width: 165px;
	border-radius: 83px;
	height: 165px;
}


.bgwrap {
	min-width: 1020px;
	padding: 74px 0 110px;
	background: white;
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.24);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.24);
}


#salon_info {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 110px;
	overflow:hidden;
}

#salon_info .info_l {
	width: 450px;
	float: left;
}
#salon_info .info_l h3 {
	font-size: 14px;
	line-height: 1;
	padding-bottom: 25px;
	color: #a09e9a;
}
#salon_info .info_l .en {
	display: block;
	font-family: 'EB Garamond', serif;
	font-size: 42px;
	padding-bottom: 18px;
	color: #2f2d2d;
}
#salon_info .info_l dl {
	overflow:hidden;
}
#salon_info .info_l dt {
	width: 105px;
	clear: left;
	float: left;
	padding-bottom: 20px;
}
#salon_info .info_l dd {
	width: 345px;
	float: left;
	padding-bottom: 20px;
}
#salon_info .info_l dd.tel {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 30px;
	line-height: 1;
}

#salon_info .info_l .sns {
	overflow:hidden;
}
#salon_info .info_l .sns li {
	width: 30px;
	padding-right: 30px;
	float: left;
}
#salon_info .info_l .sns li a {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #6e9b86;
}


#salon_info .info_r {
	width: 375px;
	float: right;
}
#salon_info .info_r .map {
	padding-bottom: 18px;
}
#salon_info .info_r .map iframe {
	width: 370px;
    height: 370px;
}
#salon_info .info_r .google {
	padding-bottom: 12px;
}
#salon_info .info_r .google a {
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 3px 0 3px 27px;
	color: #6e9b86;
	background-image: url(../img/salon/icon_arrow_map.png);
	background-repeat: no-repeat;
}
#salon_info .info_r .station {
}



#access {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 63px;
}
#access h4 {
	padding-bottom: 40px;
}
#access ul:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}
#access ul li {
	width: 238px;
	padding: 40px 30px 30px;
	margin-right: 42px;
	margin-bottom: 60px;
	border-radius: 34px;
	background-color: #F2F2F2;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
	position: relative;
	float: left;
}
#access ul li:nth-of-type(3n) {
	margin-right: 0;
}
#access ul li:nth-of-type(3n+1) {
	clear: left;
}
#access ul li:after {
	display: block;
	content: "";
	width: 30px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/salon/icon_access_arrow.png);
	position: absolute;
	right: -36px;
	top: 180px;
}
#access ul li:last-child:after {
	display: none;
}

#access ul li span {
	display: block;
}
#access ul li img {
	padding-bottom: 16px;
}
#access ul li .num {
	text-align: center;
	padding-bottom: 15px;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 60px;
	line-height: 1;
	font-style: italic;	
}
#access ul li .txt {
	font-size: 12px;
	line-height: 1.5;
}


#schedule {
	width: 640px;
	padding-bottom: 145px;
	margin-left: auto;
	margin-right: auto;
}
#schedule h4 {
	padding-bottom: 60px;
}
#schedule #cal iframe {
    width: 640px;
}
#schedule p {
	padding-top: 28px;
	font-size: 12px;
	line-height: 2;
}


#movie {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 156px;
}
#movie h4 {
	padding-bottom: 60px;
}
#movie .moviebox {
}
#movie .moviebox iframe {
	display: block;
	width: 660px;
	height: 396px;
}


#privacy {
	width: 658px;
	margin-left: auto;
	margin-right: auto;
}
#privacy h4 {
	padding-bottom: 45px;
}
#privacy .inner {
	border-top: 2px solid #0E0E0E;
	border-bottom: 2px solid #0E0E0E;
	padding-top: 40px;
	padding-bottom: 65px;
	position: relative;
}
#privacy h5 {
	font-size: 16px;
	line-height: 1;
	text-align: center;
}
#privacy .btn {
	width: 658px;
	height: 16px;
	background-image: url(../img/salon/btn_privacy.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: 0;
	bottom: 24px;
	cursor: pointer;
}
#privacy .btn.selected {
	background-position: center bottom;
}
#privacy .txt {
	padding-top: 65px;
	font-size: 12px;
	line-height: 1.6;
}











