@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%;
	padding-top: 70px;
	margin: auto;
	overflow: hidden;
}

/* ▲▲▲header▲▲▲ */

#section1 h2 {
	font-size: 20px;
	font-weight: normal;
	padding-top: 75px;
	padding-bottom: 15px;
	margin: -75px 0 30px;
	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;
}

#contact p.left {
	width: 100%;
	margin-bottom: 8px;
}

#contact p.left span {
	color: #BF272D;
}

#contact div.right {
	width: 100%;
	margin-bottom: 20px;
}

.ft02 {
	width: 97%;
	padding: 1%;
	font-size: 16px;
}

#sub {
	clear: both;
	width: 100px;
	height: 32px;
	margin: 30px auto 0;
}

.wpcf7-submit {
	width: 110px;
	height: 32px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	border: none;
	background: #F7EEE7;
	color: #000;
}

body.yellow .wpcf7-submit {
	background: #F7EEE7;
}

body.grey .wpcf7-submit {
	background: #E6E6E6;
}

body.blue .wpcf7-submit {
	background: #D9DFDE;
}

.wpcf7-submit:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

div.wpcf7-validation-errors {
	border: 2px solid #F7EEE7 !important;
	text-align: center !important;
}

body.yellow div.wpcf7-validation-errors {
	border: 2px solid #F7EEE7 !important;
}

body.grey div.wpcf7-validation-errors {
	border: 2px solid #E6E6E6 !important;
}

body.blue div.wpcf7-validation-errors {
	border: 2px solid #D9DFDE !important;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #F7EEE7 !important;
	text-align: center !important;
}

body.yellow div.wpcf7-mail-sent-ok {
	border: 2px solid #F7EEE7 !important;
}

body.grey div.wpcf7-mail-sent-ok {
	border: 2px solid #E6E6E6 !important;
}

body.blue div.wpcf7-mail-sent-ok {
	border: 2px solid #D9DFDE !important;
}

footer {
	text-align: center;
	font-size: 11px;
	padding: 35px 0 10px 0;
}

@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;
	z-index: 999;
}

#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;
	z-index: 999;
}

.fb {
	position: fixed;
	top: 228px;
	right: 0;
	z-index: 999;
}

.ig {
	position: fixed;
	top: 291px;
	right: 0;
	z-index: 999;
}

/* ▲▲▲header▲▲▲ */

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

#container {
	float: left;
	width: 905px;
	padding-top: 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;
}

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;
}

#contact{
	width:727px;
	}

#contact p.left {
	float: left;
	width: 170px;
	margin-bottom: 30px;
}

#contact p.left span {
	font-size: 12px;
	color: #BF272D;
}

#contact div.right {
	float: left;
	width: 527px;
	margin-bottom: 30px;
}

.ft02 {
	width: 517px;
	padding: 5px;
	font-size: 14px;
}

#sub {
	clear: both;
	width: 100px;
	height: 30px;
	margin: 40px auto 0;
}

.wpcf7-submit {
	width: 100px;
	height: 30px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	border: none;
	background: #F7EEE7;
	color: #000;
}

body.yellow .wpcf7-submit {
	background: #F7EEE7;
}

body.grey .wpcf7-submit {
	background: #E6E6E6;
}

body.blue .wpcf7-submit {
	background: #D9DFDE;
}

.wpcf7-submit:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

div.wpcf7-validation-errors {
	border: 2px solid #F7EEE7 !important;
	text-align: center !important;
}

body.yellow div.wpcf7-validation-errors {
	border: 2px solid #F7EEE7 !important;
}

body.grey div.wpcf7-validation-errors {
	border: 2px solid #E6E6E6 !important;
}

body.blue div.wpcf7-validation-errors {
	border: 2px solid #D9DFDE !important;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #F7EEE7 !important;
	text-align: center !important;
}

body.yellow div.wpcf7-mail-sent-ok {
	border: 2px solid #F7EEE7 !important;
}

body.grey div.wpcf7-mail-sent-ok {
	border: 2px solid #E6E6E6 !important;
}

body.blue div.wpcf7-mail-sent-ok {
	border: 2px solid #D9DFDE !important;
}

footer {
	text-align: center;
	font-size: 11px;
	padding: 35px 0 10px 0;
}
}