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

/* ▲▲▲header▲▲▲ */
header {
	width: 99%;
	height: 63px;
	padding: 6px 0 0 5px;
	position: fixed;
	top: 0;
	z-index: 9999;
	background: #FFF;
}

#sp_menu {
	width: 40px;
	height: 40px;
	display: block;
	float: right;
	text-align: right;
	margin-right: 7px;
	margin-top: -46px;
}

.sidr ul li {
	line-height: 2.2 !important;
	text-align: center;
}

#sidr-right .close {
	font-size: 30px !important;
	line-height: 1 !important;
}

#sidr-right ul {
	margin-top: 10px;
}

.sidr ul li:last-child a,
.sidr ul li:last-child span {
  padding: 0 5px 5px;
  display: inline-block;
}

#nav {
	display: none;
}

.logo img {
	width: 100%;
	max-width: 200px;
	height: auto;
}

#container {
	width: 90%;
	margin: auto;
	padding-top: 70px;
}

/* ▲▲▲header▲▲▲ */

#news {
	display: none;
}

#news2 {
	display: block;
	width: 100%;
	margin: auto;
}

#section1 h2 {
	font-size: 20px;
	font-weight: normal;
	padding-top: 75px;
	padding-bottom: 15px;
	margin: -75px 0 22px;
	background: url(../images/salon/bg2_2.gif) bottom left repeat-x;
	letter-spacing: 1px;
}

body.yellow #section1 h2 {
	background: url(../images/salon/bg2_2.gif) bottom left repeat-x;
}

body.grey #section1 h2 {
	background: url(../images/salon/bg4_2.gif) bottom left repeat-x;
}

body.blue #section1 h2 {
	background: url(../images/salon/bg3_2.gif) bottom left repeat-x;
}

.section1_title {
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #F4E2D0;
	margin-bottom: 15px;
}

body.yellow .section1_title {
	border-bottom: 1px dashed #F4E2D0;
}

body.grey .section1_title {
	border-bottom: 1px dashed #E6E6E6;
}

body.blue .section1_title {
	border-bottom: 1px dashed #D9DFDE;
}

.section1_content {
	margin-bottom: 50px;
}

.section1_content img {
	max-width: 100%;
	height: auto;
}

.section1_content2 {
	margin-bottom: 50px;
}

.section1_content2 img {
	max-width: 100%;
	height: auto;
}

#prevnext {
	width: 100%;
	margin-bottom: 50px;
}

#prevnext img {
	width: auto;
	height: 11px;
}

#pre {
	float: left;
}

#next2 {
	float: right;
}

#news2 h4 {
	width: 99%;
	padding: 4px 0;
	border: 1px solid #000;
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: normal;
}

#news2 ul li {
	font-size: 12px;
	line-height: 1.8;
	text-align: center;
}

#news2 ul li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.past {
	margin-top: 30px;
}

/* ▲▲▲blog▲▲▲ */

.section1_title2 {
	font-size: 17px;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left: 10px double #F7EEE7;
	border-bottom: 1px dashed #F4E2D0;
	margin-bottom: 15px;
}

body.yellow .section1_title2 {
	border-left: 10px double #F7EEE7;
	border-bottom: 1px dashed #F4E2D0;
}

body.grey .section1_title2 {
	border-left: 10px double #E6E6E6;
	border-bottom: 1px dashed #CCCCCC;
}

body.blue .section1_title2 {
	border-left: 10px double #D9DFDE;
	border-bottom: 1px dashed #D9DFDE;
}

/* ▲▲▲blog▲▲▲ */

@media print, screen and (min-width:640px){

/* ▲▲▲header▲▲▲ */

header {
	float: left;
	width: 245px;
	height: 600px;
	padding: 0;
	margin-right: 40px;
	position: inherit;
}

#nav {
	display: block;
	width: 245px;
	height: 600px;
	overflow: hidden;
	background: rgba(255,255,255,0.85);
}

.logo, #sp_menu {
	display: none;
}

.logo2 {
	width: 180px;
	margin: 55px auto 40px;
}

.logo2 img {
	width: 180px;
	height: auto;
}

#nav ul li {
	padding: 13px;
	text-align: center;
	line-height: 1;
}

#nav ul li a {
	padding: 5px 7px 0 7px;
}

#nav ul li a:hover {
	background: linear-gradient(transparent 60%, #F8F5F1 60%);
}

body.yellow #nav ul li a:hover {
	background: linear-gradient(transparent 60%, #F8F5F1 60%);
}

body.grey #nav ul li a:hover {
	background: linear-gradient(transparent 60%, #EDEDED 60%);
}

body.blue #nav ul li a:hover {
	background: linear-gradient(transparent 60%, #D9DFDE 60%);
}

#nav .web {
	width: 53px;
	height: 105px;
	position: fixed;
	top: 50px;
	right: 0;
}

#nav .web img {
	width: auto;
	height: 105px;
}

.tw, .fb, .ig {
	width: 32px;
	height: 50px;
}

.tw img, .fb img, .ig img {
	width: 32px;
	height: auto;
}

.tw {
	position: fixed;
	top: 165px;
	right: 0;
}

.fb {
	position: fixed;
	top: 228px;
	right: 0;
}

.ig {
	position: fixed;
	top: 291px;
	right: 0;
}

/* ▲▲▲header▲▲▲ */

#container_wrap {
	width: 1190px;
	margin: auto;
}

#container {
	float: left;
	width: 905px;
	padding-top: 0;
	margin-left: 0;
}

#section1 h2 {
	font-size: 29px;
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 15px;
	margin: 160px 0 55px;
	background: url(../images/salon/bg2.gif) bottom left repeat-x;
	letter-spacing: 2px;
}

#section1 h2.bl {
	margin: 160px 0 35px;
}

body.yellow #section1 h2 {
	background: url(../images/salon/bg2.gif) bottom left repeat-x;
}

body.grey #section1 h2 {
	background: url(../images/salon/bg4.gif) bottom left repeat-x;
}

body.blue #section1 h2 {
	background: url(../images/salon/bg3.gif) bottom left repeat-x;
}

#news {
	display: block;
}

#news2 {
	display: none;
}

.section1_title {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 20px;
	border-bottom: 1px dashed #F4E2D0;
	margin-bottom: 30px;
}

body.yellow .section1_title {
	border-bottom: 1px dashed #F4E2D0;
}

body.grey .section1_title {
	border-bottom: 1px dashed #CCCCCC;
}

body.blue .section1_title {
	border-bottom: 1px dashed #D9DFDE;
}

.section1_content {
	min-height: 300px;
	margin-bottom: 100px;
}

.section1_content img {
	max-width: 905px;
	height: auto;
}

.section1_content2 {
	margin-bottom: 100px;
}

.section1_content2 img {
	max-width: 905px;
	height: auto;
}

#prevnext {
	width: 905px;
	margin-bottom: 0;
}

#prevnext img {
	width: auto;
	height: 11px;
}

#pre {
	float: left;
}

#next2 {
	float: right;
}

#news h4 {
	width: 243px;
	padding: 4px 0;
	border: 1px solid #000;
	margin-bottom: 13px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
}

#news ul li {
	font-size: 12px;
	line-height: 1.8;
	text-align: center;
}

#news ul li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.past {
	margin-top: 40px;
}

/* ▲▲▲blog▲▲▲ */

.section1_title2 {
	font-size: 18px;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-left: 10px double #F7EEE7;
	border-bottom: 1px dashed #F4E2D0;
	margin-bottom: 30px;
}

body.yellow .section1_title2 {
	border-left: 10px double #F7EEE7;
	border-bottom: 1px dashed #F4E2D0;
}

body.grey .section1_title2 {
	border-left: 10px double #E6E6E6;
	border-bottom: 1px dashed #CCCCCC;
}

body.blue .section1_title2 {
	border-left: 10px double #D9DFDE;
	border-bottom: 1px dashed #D9DFDE;
}

/* ▲▲▲blog▲▲▲ */
}