@charset "utf-8";

/* BODY
---------------------------------------------------- */
html {
    font-size: 80%;
    overflow-y: scroll;
}
body {
	margin: 0;
	color: #5E402B;
	font-size: 11px;
	font-size: 1.1rem;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 1px;
    line-height: 1.5;
	background: #FFF;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0; 
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}
p,ul,ol,dl,dt,dd {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
    list-style-type: none;
}
a { text-decoration: none;}
a:link { color: #6DBD97;}
a:visited { color: #6DBD97;}
a:hover {
	color: #2F8C59;
	font-weight: bold;
}
.attention {
	color: #F03;
	font-weight: bold;
}
.sizeS {
	font-size: 10px;
	font-size: 1rem;
}
.sizeM {
	font-size: 13px;
	font-size: 1.3rem;
}
.sizeL {
	font-size: 15px !important;
	font-size: 1.5rem !important;
}
.pdg3 {	padding-top: 3px;}
.mgn5 {	margin-top: 5px;}
.mgn10 { margin-top: 10px;}
.mgn20 { margin-top: 20px;}
.mgnR30 { margin-right: 30px;}
.mgnRL30 { margin: 0 30px;}
.txtRight {	text-align: right;}
.txtCenter { text-align: center;}
.tel { padding: 0 !important;}
img {
	max-width: 100%;
	height: auto;
}@media screen and (max-width: 768px) {
.mgnR30 { margin-right: 0;}
.mgnRL30 { margin: 0;}
}


/* 切り替え
---------------------------------------------------- */
.pc {
	margin: 0;
	padding: 0;
}
.sp {
	display: none !important;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 767px) {
.pc { display: none !important;}
.sp { display: block !important;}
}

/* HEADER
---------------------------------------------------- */
#header { background: url(../img/common/bg_header.png);}
#headerInner {
	width: 1140px;
	height: 170px;
	margin: 0 auto;
}
#headerInner h1 {
	width: 210px;
	height: 150px;
	margin: 10px 15px;
	background: url(../img/common/logo.png) no-repeat;
	float: left;
    position: relative;
    text-indent: -9999px;
}
#header h1 a {
	height: 150px;
	display: block;
}
#headerDetails {
	width: 900px;
	float: right;
}
#headerAddr {
	height: 60px;
	margin-top: 15px;
	float: right;
}
#headerAddr span a {
	width: 35px;
	margin-left: 10px;
	padding: 0 10px;
	color: #FFF;
	background: #6DBD97;
	text-align: center;
	display: inline;
	border-radius: 20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
#headerAddr span a:hover {
	font-weight: normal;
	background: #2F8C59;
}
@media screen and (max-width: 768px) {
#headerInner {
	width: 100%;
	height: auto;
	margin: 0;
}
#headerInner h1 {
	width: 100%;
	margin: 0;
	padding-top: 10px;
	background: url(../img/common/logo.png) no-repeat center;
	float: none;
}
#headerDetails {
	width: 100%;
	background: url(../img/common/bg.png);
	float: none;
}
#headerAddr {
	height: auto;
	margin-top: 0;
	padding: 10px 5% 15px 5%;
	float: none;
	text-align: center;
}}

/* NAV
---------------------------------------------------- */
#headerNav {
	height: 50px;
	background: #FFF;
	clear: both;
}
#headerNav > a { display: none;}
#headerNav > ul#nav { height: 50px;}
#headerNav > ul#nav > li { float: left;}
ul#nav { clear: both;}
ul#nav li {
	width: 150px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
ul#nav li a {
	height: 35px;
	padding-top: 12px;
	color: #5E402B;
    display: block;
}
ul#nav li a .on { display: none;}
ul#nav li:hover { border-bottom: 3px solid #6DBD97;}
ul#nav li:hover .on { display: block;}
ul#nav li:hover .off { display: none;}
ul#nav li.current { border-bottom: 3px solid #6DBD97;}
ul#nav ul {
	display: none;
    position: absolute;
    top: 100%;
	z-index: 20000;
	border-top: 3px solid #6DBD97;
}
ul#nav li:hover ul { display: block;}
ul#nav ul li a {
	width: 150px;
	display: block;
}
ul#nav ul li:hover { border-bottom: none;}
li#navSalon ul li a { background: #FFD1C1;}
li#navSalon ul li a:hover {
	color: #FFF;
	background: #FF5E40;
}
li#navEsthesalon ul li a { background: #C5E5D5;}
li#navEsthesalon ul li a:hover {
	color: #FFF;
	background: #469568;
}
li#navHairsalon ul li a { background: #C8DCF0;}
li#navHairsalon ul li a:hover {
	color: #FFF;
	background: #4B7ABC;
}
li#navBodyFD a { height: 50px !important;}
@media screen and (max-width: 768px) {
#headerNav {
	height: auto;		
    position: relative;
}
#headerNav:not( :target ) > a:first-of-type, #headerNav:target > a:last-of-type {
    display: block;
}
#headerNav > ul#nav {
	height: 86px;		
    position: static;
}
#headerNav:target > ul#nav { display: block;}
ul#nav {
	width: 100%;
	height: auto;
}
ul#nav li {
	width: 33%;
	border-bottom: 1px solid #5E402B;
}
ul#nav li a {
	height: 32px;
	padding-top: 10px;
}
ul#nav li:hover { border-bottom: 1px solid #6DBD97;}
ul#nav li.current { border-bottom: 1px solid #6DBD97;}
ul#nav li.current a { color: #6DBD97;}
ul#nav ul {
	width: 100%;
	border-top: 1px solid #6DBD97;
	box-sizing: border-box;
}
ul#nav ul li {
	width: 100%;
	border-bottom: 1px solid #5E402B;
}
ul#nav ul li a { width: 100%;}
i#navEsthesalon { width: 34% !important;}
li#navHairsalon { border-bottom: 1px solid #FFF !important;}
li#navAbout {
	width: 34% !important;
	border-bottom: 1px solid #FFF !important;
}
li#navContact { border-bottom: 1px solid #FFF !important;}
}
@media screen and (max-width: 497px) {
#headerNav > ul#nav { height: 129px;}
ul#nav li {
	width: 50%;
	border-bottom: 1px solid #5E402B;
}
li#navEsthesalon { width: 50% !important;}
li#navHairsalon { border-bottom: 1px solid #5E402B !important;}
li#navAbout { width: 50% !important;}
}

/* MAINCOLUMN
---------------------------------------------------- */
#maincolumn {
	width: 1140px;
	margin: 30px auto 50px auto;
}
.contents {
	margin: 20px 20px 0 20px;
	font-size: 12px;
	font-size: 1.2rem;
	clear: both;
}
@media screen and (max-width: 768px) {
#maincolumn {
	width: 90%;
	margin: 25px 5%;
}}
@media screen and (max-width: 497px) {
.contents { margin: 20px 10px 0 10px;}
.sp { display: none;}
}

/* TITLE
---------------------------------------------------- */
#tit {
	padding-bottom: 30px;
	background: url(../img/common/bg.png);
}
#subtitTop {
	width: 550px;
	min-height: 40px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/common/bg_tit.png) no-repeat 0 5px;
	clear: both;
}
.subtit {
	width: 550px;
	min-height: 40px;
	margin: 50px auto 0 auto;
	text-align: center;
	background: url(../img/common/bg_tit.png) no-repeat 0 5px;
	clear: both;
}
h3#aboutSubtit {
	width: 282px;
	margin: 0 auto;
	padding-top: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../img/common/tit_about.png) no-repeat center top;
}
h3#staffSubtit {
	width: 282px;
	margin: 0 auto;
	padding-top: 45px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../img/common/tit_staff.png) no-repeat center top;
}
h3#calendarSubtit {
	width: 282px;
	margin: 0 auto;
	padding-top: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../img/common/tit_calendar.png) no-repeat center top;
}
h3#menuSubtit {
	width: 282px;
	margin: 0 auto;
	padding-top: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../img/common/tit_menu.png) no-repeat center top;
}
h3#priceSubtit {
	width: 282px;
	margin: 0 auto;
	padding-top: 37px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../img/common/tit_price.png) no-repeat center top;
}
h3#newsSubtit {
	width: 282px;
	margin: 0 auto;
	padding-top: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../img/common/tit_news.png) no-repeat center top;
}
h3#contentsTitTop {
	min-height: 35px;
	margin-top: 20px;
	padding: 10px 0 0 130px;
	font-size: 15px;
	font-size: 1.5rem;
	background: url(../img/common/bg_subtit.png) no-repeat 15px 0;
	border-bottom: 1px solid #5E402B;
	clear: both;
}
h3.contentsTit {
	min-height: 35px;
	margin-top: 50px;
	padding: 10px 0 0 130px;
	font-size: 15px;
	font-size: 1.5rem;
	background: url(../img/common/bg_subtit.png) no-repeat 15px 0;
	border-bottom: 1px solid #5E402B;
	clear: both;
}
h3.contentsTitS {
	width: 980px;
	min-height: 35px;
	margin: 50px auto 0 auto;
	padding: 10px 0 0 130px;
	font-size: 15px;
	font-size: 1.5rem;
	background: url(../img/common/bg_subtit.png) no-repeat 15px 0;
	border-bottom: 1px solid #5E402B;
	clear: both;
}
@media screen and (max-width: 768px) {
#tit { padding: 0;}
#subtitTop {
	width: 100%;
	min-height: inherit;
	margin: 0;
	background: none;
}
.subtit {
	width: 100%;
	min-height: inherit;
	margin: 40px 0 0 0;
	background: none;
}
h3#contentsTitTop {
	min-height: 40px;
	padding: 5px 0 5px 110px;
}
h3#contentsTitTop {	background: url(../img/common/bg_subtit.png) no-repeat 0 0;}
h3.contentsTit {
	min-height: 40px;
	padding: 5px 0 5px 110px;
}
h3.contentsTitS {
	width: 100%;
	min-height: 45px;
	margin: 40px 0 0 0;
	box-sizing: border-box;
}}
@media screen and (max-width: 497px) {
h3.contentsTit { background: url(../img/common/bg_subtit.png) no-repeat 0 0;}
h3.contentsTitS {
	padding: 10px 0 0 100px;
	background: url(../img/common/bg_subtit.png) no-repeat bottom left;
}}

/* INDEX
---------------------------------------------------- */
h2.indexTit {
	padding: 60px 0 15px 0;
	text-align: center;
	background: url(../img/index/bg_tit.png) no-repeat center 20px;
}
h2.indexTitNews {
	min-height: 30px;
	margin-bottom: 10px;
	font-size: 15px;
	font-size: 1.5rem;
    letter-spacing: 5px;
	text-align: center;
	background: url(../img/index/bg_tit_news.png) no-repeat center;
}
.news {
	padding: 20px;
	font-weight: bold;
	text-align: center;
	background: url(../img/common/bg.png);
	border: 2px solid #6DBD97;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.news h3 {
	margin-bottom: 5px;
	color: #F03;
	font-size: 15px;
	font-size: 1.5rem;
}
.banaTop { margin-top: 20px;}
.banaTop img { width: 100%;}
.bana { margin: 30px 0;}
.bana li {
	margin-right: 30px;
	float: left;
}
.bana li a:hover img {
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.banaS { margin: 30px 0;}
.banaS li {
	margin-right: 20px;
	float: left;
}
.banaS li a:hover img {
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.banaNomargin {	margin-right: 0 !important;}
.emoji {
    aspect-ratio: auto 16 / 16;
    height: 16px;
	margin: 0 3px;
    width: 16px;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
.news {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.bana { margin: 20px 0;}
.bana li {
	margin: 0 0 10px 0;
	text-align: center;
	float: none;
}
.banaS { margin: 20px 0;}
.banaS li {
	margin: 0 0 10px 0;
	text-align: center;
	float: none;
}}

/* INDEX SALON
---------------------------------------------------- */
#indexS {
	width: 380px;
	background: #FFD1C1;
	float: left;
}
#conceptS {
	width: 320px;
	margin: 0 30px;
}
#conceptS a {
	width: 298px;
	height: 77px;
	padding: 13px 10px 10px 10px;
	color: #5E402B;
	background: #FFF url(../img/index/bg_concept.png) no-repeat right;
	border: 1px solid #FF5E40;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#conceptS a:hover {	background: #FFE8E0 url(../img/index/bg_salon.png) no-repeat right;}
#conceptS h3 {
	font-size: 20px;
	font-size: 2rem;
	color: #FF5E40;
}
#conceptS p {
	width: 235px;
	margin-top: 5px;
	padding-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'Century Gothic', sans-serif;
	font-weight: bold;
	border-top: 1px solid #FF5E40;
}
ul#btnS {
	width: 320px;
	margin: 10px 30px 0 30px;
}
ul#btnS li { padding-top: 6px;}
ul#btnS li h3 {
	width: 220px;
	padding: 12px 0 0 18px;
	line-height: 1.2;
	color: #5E402B;
}
ul#btnS li p {
	padding-left: 18px;
	color: #FF5E40;
}
li#btnBodyFD a {
	height: 60px;
	padding-left: 80px;
	background: #FFF url(../img/index/bg_body_foundation2_off.jpg) no-repeat;
	border: 1px solid #FF5E40;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
li#btnBodyFD a:hover { background: #FFE8E0 url(../img/index/bg_body_foundation2_on.jpg) no-repeat;}
li#btnCosmetics a {
	height: 60px;
	padding-left: 80px;
	background: #FFF url(../img/index/bg_cosmetics2_off.jpg) no-repeat;
    border: 1px solid #FF5E40;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
li#btnCosmetics a:hover { background: #FFE8E0 url(../img/index/bg_cosmetics2_on.jpg) no-repeat;}
li#btnVoice a {
	height: 60px;
	padding-left: 80px;
	background: #FFF url(../img/index/bg_voice_off.png) no-repeat;
	border: 1px solid #FF5E40;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
li#btnVoice a:hover { background: #FFE8E0 url(../img/index/bg_voice_on.png) no-repeat;}
li#btnDesil a {
	height: 60px;
	padding-left: 80px;
	background: #FFF url(../img/index/bg_salon_off.png) no-repeat;
	border: 1px solid #FF5E40;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
li#btnDesil a:hover { background: #FFE8E0 url(../img/index/bg_salon_on.png) no-repeat;}
ul#imgS {
	width: 330px;
	margin: 16px 25px 20px 25px;
}
ul#imgS li {
	width: 155px;
	margin: 0 5px;
	float: left;
}
ul#imgS li img {
	border: 1px solid #FF5E40;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	box-sizing: border-box;
}
ul#subnavS {
	width: 320px;
	margin: 20px 30px;
	padding: 5px 0 10px 0;
	background: #FFF;
	border: 1px solid #FF5E40;
	clear: both;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	box-sizing: border-box;
}
ul#subnavS li {
	padding: 10px 10px 10px 15px;
	border-bottom: 1px dashed #FF5E40;
}
ul#subnavS li a {
	padding-left: 20px;
	color: #FF5E40;
	background: url(../img/common/icon_salon.png) no-repeat 0 3px;
}
ul#subnavS li a:hover {	background: url(../img/common/icon_salon.png) no-repeat 3px 3px;}
#newsS {
	padding: 20px 0;
	background: #F9AB8B;
}
#newsS ul {
	width: 320px;
	height: 180px;
	margin: 0 30px;
	padding-top: 10px;
	background: #FFF;
	overflow-y: scroll;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#newsS ul li {
	padding: 5px 5px 5px 15px;
	border-bottom: 1px dashed #FF5E40;
}
#newsS ul li span {	margin-right: 15px;}
#newsS ul li a { color: #FF5E40;}
@media screen and (max-width: 768px) {
#indexS {
	width: 100%;
	padding: 0 20px 20px 20px;
	float: none;
	box-sizing: border-box;
}
#conceptS {
	width: 100%;
	margin: 0;
}
#conceptS a {
	width: auto;
	height: auto;
}
#conceptS h3 {
	font-size: 18px;
	font-size: 1.8rem;
}
#conceptS p { width: 90%;}
ul#btnS {
	width: auto;
	margin: 0;
}
ul#btnS li { padding-top: 10px;}
ul#btnS li h3 {	width: 80%;}
ul#imgS { display: none;}
ul#subnavS {
	width: auto;
	margin: 10px 0 0 0;
}
#newsS {
	margin-top: 20px;
	padding: 10px 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#newsS ul {
	width: auto;
	margin: 0 20px;
}}
@media screen and (max-width: 479px) {
#indexS {
	padding: 0 15px 20px 15px;
	float: none;
}
ul#btnS li h3 {
	font-size: 12px;
	font-size: 1.2rem;
}
#newsS ul {
	height: 120px;
	margin: 0 15px;
}}

/* INDEX ESTHE SALON
---------------------------------------------------- */
#indexES {
	width: 380px;
	background: #C5E5D5;
	float: left;
}
#conceptES {
	width: 320px;
	margin: 0 30px;
}
#conceptES a {
	width: 298px;
	height: 87px;
	padding: 8px 10px 5px 10px;
	color: #5E402B;
	background: #FFF url(../img/index/bg_concept.png) no-repeat right;
	border: 1px solid #469568;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#conceptES a:hover { background: #D3EBDF url(../img/index/bg_esthesalon.png) no-repeat right;}
#conceptES h3 {
	font-size: 13px;
	font-size: 1.3rem;
	color: #469568;
}
#conceptES p {
	width: 235px;
	margin-top: 7px;
	padding-top: 4px;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'Century Gothic', sans-serif;
	font-weight: bold;
	border-top: 1px solid #469568;
}
ul#btnES {
	width: 320px;
	margin: 10px 30px 20px 30px;
}
ul#btnES li { padding-top: 6px;}
ul#btnES li h3 {
	width: 220px;
	padding: 12px 0 0 18px;
	line-height: 1.2;
	color: #5E402B;
}
ul#btnES li p {
	padding-left: 18px;
	color: #469568;
}
li#btnBodycare a {
	height: 60px;
	padding-left: 80px;
	background: #FFF url(../img/index/bg_bodycare_off.png) no-repeat;
	border: 1px solid #469568;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
li#btnBodycare a:hover { background: #D3EBDF url(../img/index/bg_bodycare_on.png) no-repeat;}
li#btnFacialcare a {
	height: 60px;
	padding-left: 80px;
	background: #FFF url(../img/index/bg_facialcare_off.png) no-repeat;
	border: 1px solid #469568;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
li#btnFacialcare a:hover { background: #D3EBDF url(../img/index/bg_facialcare_on.png) no-repeat;}
li#btnBridal a {
	height: 60px;
	padding-left: 80px;
	background: #FFF url(../img/index/bg_bridal_off.png) no-repeat;
	border: 1px solid #469568;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
li#btnBridal a:hover { background: #D3EBDF url(../img/index/bg_bridal_on.png) no-repeat;}
li#btnHairRemoval a {
	height: 60px;
	padding-left: 80px;
	background: #FFF url(../img/index/bg_hair_removal_off.png) no-repeat;
	border: 1px solid #469568;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
li#btnHairRemoval a:hover { background: #D3EBDF url(../img/index/bg_hair_removal_on.png) no-repeat;}
li#btnEyelash a {
	height: 60px;
	padding-left: 80px;
	background: #FFF url(../img/index/bg_eyelash_off.png) no-repeat;
	border: 1px solid #469568;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
li#btnEyelash a:hover {	background: #D3EBDF url(../img/index/bg_eyelash_on.png) no-repeat;}
ul#subnavES {
	width: 320px;
	margin: 20px 30px;
	padding: 5px 0 10px 0;
	background: #FFF;
	border: 1px solid #469568;
	clear: both;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	box-sizing: border-box;
}
ul#subnavES li {
	padding: 10px 10px 10px 15px;
	border-bottom: 1px dashed #469568;
}
ul#subnavES li a {
	padding-left: 20px;
	color: #469568;
	background: url(../img/common/icon_esthesalon.png) no-repeat 0 3px;
}
ul#subnavES li a:hover { background: url(../img/common/icon_esthesalon.png) no-repeat 3px 3px;}
#newsES {
	padding: 20px 0;
	background: #98CEB2;
}
#newsES ul {
	width: 320px;
	height: 180px;
	margin: 0 30px;	
	padding-top: 10px;
	background: #FFF;
	overflow-y: scroll;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#newsES ul li {
	padding: 5px 5px 5px 15px;
	border-bottom: 1px dashed #469568;
}
#newsES ul li span { margin-right: 15px;}
#newsES ul li a { color: #469568;}
@media screen and (max-width: 768px) {
#indexES {
	width: 100%;
	margin-top: 30px;
	padding: 0 20px 20px 20px;
	float: none;
	box-sizing: border-box;
}
#conceptES {
	width: 100%;
	margin: 0;
}
#conceptES a {
	width: auto;
	height: auto;
}
#conceptES h3 {
	font-size: 12px;
	font-size: 1.2rem;
}
#conceptES p { width: 90%;}
ul#btnES {
	width: auto;
	margin: 0;
}
ul#btnES li { padding-top: 10px;}
ul#btnES li h3 { width: 80%;}
ul#subnavES {
	width: auto;
	margin: 10px 0 0 0;
}
#newsES {
	margin-top: 20px;
	padding: 10px 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#newsES ul {
	width: auto;
	margin: 0 20px;
}}
@media screen and (max-width: 497px) {
#indexES {
	width: 100%;
	margin-top: 30px;
	padding: 0 15px 20px 15px;
	float: none;
	box-sizing: border-box;
}
ul#btnES li h3 {
	font-size: 12px;
	font-size: 1.2rem;
}
#newsES ul {
	height: 120px;
	margin: 0 15px;
}}

/* INDEX HAIR SALON
---------------------------------------------------- */
#indexHS {
	width: 380px;
	background: #C8DCF0;
	float: left;
}
#conceptHS {
	width: 320px;
	margin: 0 30px;
}
#conceptHS a {
	width: 298px;
	height: 87px;
	padding: 8px 10px 5px 10px;
	color: #5E402B;
	background: #FFF url(../img/index/bg_concept.png) no-repeat right;
	border: 1px solid #4B7ABC;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#conceptHS a:hover { background: #E3EDF7 url(../img/index/bg_hairsalon.png) no-repeat right;}
#conceptHS h3 {
	font-size: 13px;
	font-size: 1.3rem;
	color: #4B7ABC;
}
#conceptHS p {
	width: 235px;
	margin-top: 7px;
	padding-top: 4px;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'Century Gothic', sans-serif;
	font-weight: bold;
	border-top: 1px solid #4B7ABC;
}
ul#btnHS {
	width: 320px;
	margin: 10px 30px 0 30px;
}
ul#btnHS li { padding-top: 6px;}
ul#btnHS li h3 {
	width: 220px;
	padding: 12px 0 0 18px;
	line-height: 1.2;
	color: #5E402B;
}
ul#btnHS li p {
	padding-left: 18px;
	color: #4B7ABC;
}
li#btnHair a {
	height: 60px;
	padding-left: 80px;
	background: #FFF url(../img/index/bg_hair_off.png) no-repeat;
	border: 1px solid #4B7ABC;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
li#btnHair a:hover { background: #E3EDF7 url(../img/index/bg_hair_on.png) no-repeat;}
li#btnHairmake a {
	height: 60px;
	padding-left: 80px;
	background: #FFF url(../img/index/bg_hairmake_off.png) no-repeat;
	border: 1px solid #4B7ABC;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
li#btnHairmake a:hover { background: #E3EDF7 url(../img/index/bg_hairmake_on.png) no-repeat;}
li#btnKitsuke a {
	height: 60px;
	padding-left: 80px;
	background: #FFF url(../img/index/bg_kitsuke_off.png) no-repeat;
	border: 1px solid #4B7ABC;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
li#btnKitsuke a:hover { background: #E3EDF7 url(../img/index/bg_kitsuke_on.png) no-repeat;}
ul#imgHS {
	width: 330px;
	margin: 16px 25px 20px 25px;
}
ul#imgHS li {
	width: 155px;
	margin: 0 5px;
	float: left;
}
ul#imgHS li img {
	border: 1px solid #4B7ABC;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	box-sizing: border-box;
}
ul#subnavHS {
	width: 320px;
	margin: 20px 30px;
	padding: 5px 0 10px 0;
	background: #FFF;
	border: 1px solid #4B7ABC;
	clear: both;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	box-sizing: border-box;
}
ul#subnavHS li {
	padding: 10px 10px 10px 15px;
	border-bottom: 1px dashed #4B7ABC;
}
ul#subnavHS li a {
	padding-left: 20px;
	color: #4B7ABC;
	background: url(../img/common/icon_hairsalon.png) no-repeat 0 3px;
}
ul#subnavHS li a:hover { background: url(../img/common/icon_hairsalon.png) no-repeat 3px 3px;}
#newsHS {
	padding: 20px 0;
	background: #9DBEE2;
}
#newsHS ul {
	width: 320px;
	height: 180px;
	margin: 0 30px;	
	padding-top: 10px;
	background: #FFF;
	overflow-y: scroll;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#newsHS ul li {
	padding: 5px 5px 5px 15px;
	border-bottom: 1px dashed #4B7ABC;
}
#newsHS ul li span { margin-right: 15px;}
#newsHS ul li a { color: #4B7ABC;}
@media screen and (max-width: 768px) {
#indexHS {
	width: 100%;
	margin-top: 30px;
	padding: 0 20px 20px 20px;
	float: none;
	box-sizing: border-box;
}
#conceptHS {
	width: 100%;
	margin: 0;
}
#conceptHS a {
	width: auto;
	height: auto;
}
#conceptHS h3 {
	font-size: 12px;
	font-size: 1.2rem;
}
#conceptHS p { width: 90%;}
ul#btnHS {
	width: auto;
	margin: 0;
}
ul#btnHS li { padding-top: 10px;}
ul#btnHS li h3 { width: 80%;}
ul#imgHS { display: none;}
ul#subnavHS {
	width: auto;
	margin: 10px 0 0 0;
}
#newsHS {
	margin-top: 20px;
	padding: 10px 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#newsHS ul {
	width: auto;
	margin: 0 20px;
}}
@media screen and (max-width: 497px) {
#indexHS { padding: 0 15px 20px 15px;}
ul#btnHS li h3 {
	font-size: 12px;
	font-size: 1.2rem;
}
#newsHS ul {
	height: 120px;
	margin: 0 15px;
}}

/* 共通
---------------------------------------------------- */
p.inner {
	padding: 15px 15px 0 15px;
	clear: both;
}
p.innerS {
	padding: 10px 15px 0 15px;
	clear: both;
}
p.innerS span {
	padding-right: 3px;
	font-size: 10px;
	font-size: 1rem;
}
p.innerS br { display: none;}
ul.details {
	margin-left: 35px;
	float: left;
}
ul.details li { list-style: outside disc;}
ul.flow { clear: both;}
ul.flow li {
	margin-top: 20px;
	padding-left: 15px;
	font-size: 10px;
	font-size: 1rem;
	background: url(../img/esthesalon/next.png) no-repeat 0 38px;
	float: left;
}
li.flowFirst {
	padding-left: 0 !important;
	background: none !important;
}
p.flowS {
	width: 72px;
	height: 52px;
	padding: 36px 8px 0 8px;
	color: #469568;
	text-align: center;
	border: 1px solid #469568;
	border-radius: 44px;
	-webkit-border-radius: 44px;
    -moz-border-radius: 44px;
}
p.flowM {
	width: 72px;
	height: 62px;
	padding: 26px 8px 0 8px;
	color: #469568;
	text-align: center;
	border: 1px solid #469568;
	border-radius: 44px;
	-webkit-border-radius: 44px;
    -moz-border-radius: 44px;
}
p.flowL {
	width: 72px;
	height: 70px;
	padding: 18px 8px 0 8px;
	color: #469568;
	text-align: center;
	border: 1px solid #469568;
	border-radius: 44px;
	-webkit-border-radius: 44px;
    -moz-border-radius: 44px;
}
.menuDetails dl {
	margin-top: 20px;
	clear: both;
}
.menuDetails dl dt {
	width: 28%;
	padding: 5px 0;
	color: #FFF;
	text-align: center;
	background: #75B995;
	float: left;
	border-radius: 20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.menuDetails dl dd {
	width: 70%;
	margin-left: 2%;
	float: right;
}
@media screen and (max-width: 768px) {
p.innerS br { display: block;}
ul.details {
	margin: 15px 0 0 25px;
	float: none;
}
ul.flow li {
	margin-top: 10px;
	padding-left: 25px;
	background: url(../img/esthesalon/next.png) no-repeat 5px 38px;
}
li.flowFirst { padding-left: 15px !important;}
}
@media screen and (max-width: 497px) {
p.inner {
	padding: 15px 0 0 0;
	clear: both;
}
p.innerS {
	padding: 10px 10px 0 10px;
	clear: both;
}
ul.flow li {
	padding-left: 30px;
	background: url(../img/esthesalon/next.png) no-repeat 10px 38px;
}
li.flowFirst { padding-left: 30px !important;}
}

/* TRIAL
---------------------------------------------------- */
.trial div {
	width: 380px;
	min-height: 85px;
	margin-right: 30px;
	padding: 15px 15px 10px 15px;
	background: #469568;
	float: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.trial div h3 {
	margin-top: 8px;
	color: #FFF;
	font-size: 15px;
	font-size: 1.5rem;
}
.trial div span {
	padding: 5px 10px;
	color: #F03;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	background: #FFF;
	display: inline-block;
	border-radius: 20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
p.normalTrial {
	width: 100px;
	height: 75px;
	margin-top: 5px;
	padding-top: 25px;
	color: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	background: #75B995;
	float: left;
	border-radius: 50px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
p.firstTrial {
	width: 110px;
	height: 80px;
	padding-top: 30px;
	color: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	background: #FF0033;
	float: left;
	border-radius: 55px;
	-webkit-border-radius: 55px;
    -moz-border-radius: 55px;
}
p.firstTrial span {
	font-size: 16px;
	font-size: 1.6rem;
}
p.arrow {
	width: 70px;
	padding-top: 25px;
	color: #F03;
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	float: left;
}
.targetTrial {
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #FF0033;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.targetTrial p {
	width: 90px;
	height: 75px;
	padding: 35px 10px 0 10px;
	color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	background: #FF0033;
	float: left;
	border-radius: 55px;
	-webkit-border-radius: 55px;
    -moz-border-radius: 55px;
}
.flowTrialS {
	margin-top: 20px;
	clear: both;
}
.flowTrialS div {
	width: 210px;
	margin-right: 12px;
	float: left;
}
.flowTrialM {
	margin-top: 20px;
	clear: both;
}
.flowTrialM div {
	width: 267px;
	margin-right: 10px;
	float: left;
}
.flowTrialL {
	margin-top: 20px;
	clear: both;
}
.flowTrialL div {
	width: 358px;
	margin-right: 12px;
	float: left;
}
.afterTrial { margin-right: 0 !important;}
h4.flowTrialTit {
	padding: 6px 0;
	color: #FFF;
	text-align: center;
	background: #75B995;
	border-radius: 20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
p.flowTrialDetails { padding: 10px;}
p.flowTrialImg { text-align: center;}
p.flowTrialImg img {
	text-align: center;
	border-radius: 100px;
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}
.pointTrial {
	margin: 5px 5px 5px 0;
	padding: 2px 10px;
	color: #FF3366;
	background: #FFF;
	border: 1px solid #FF3366;
	display: inline-block;
	border-radius: 20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
li#bridalTrial {
	width: 555px;
	padding: 65px 30px 0 90px;
	font-size: 12px;
	font-size: 1.2rem;
}
li#bridalTrial p { margin-top: 10px;}
@media screen and (max-width: 768px) {
.trial div {
	width: 100%;
	min-height: inherit;
	margin-right: 0;
	box-sizing: border-box;
}
.trial div p { margin: 0 5px 10px 0;}
p.normalTrial {	margin: 20px 15px 0 15px;}
p.firstTrial { margin: 15px 15px 0 15px;}
p.firstTrial span {
	font-size: 17px;
	font-size: 1.7rem;
}
p.arrow {
	width: auto;
	padding: 50px 2% 0 2%;
	font-size: 20px;
	font-size: 2rem;
}
.flowTrialS div {
	width: 100%;
	margin-right: 0;
	float: none;
}
.flowTrialM { margin-top: 0;}
.flowTrialM div {
	width: 100%;
	margin-right: 0;
	float: none;
}
.flowTrialL div {
	width: 100%;
	margin-right: 0;
	float: none;
}
h4.flowTrialTit { margin-top: 20px;}
p.flowTrialDetails {
	min-height: inherit;
	padding: 15px 10px 0 10px;
}
p.flowTrialImg { margin-top: 10px;}
li#bridalTrial {
	width: 100%;
	padding: 0;
}}
@media screen and (max-width: 497px) {
p.normalTrial {	margin: 20px 0 0 0;}
p.firstTrial { margin: 15px 0 0 0;}
.targetTrial p {
	width: 100%;
	height: auto;
	margin-right: 0;
	padding: 5px 0;
	float: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}}

/* SALON
---------------------------------------------------- */
#sTopTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #FFD1C1 url(../img/salon/tit_salon.jpg) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#sTopTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #FF5E40;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#sTopTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/salon/tit.png) no-repeat;
}
ul#salon {
	height: 400px;
	background: url(../img/salon/bg.png) no-repeat;
}
ul#salon li { float: left;}
li#concept {
	width: 550px;
	padding: 90px 30px 0 90px;
	font-size: 12px;
	font-size: 1.2rem;
}
li#concept p { margin-top: 20px;}
li#conceptImg {
	width: 385px;
	padding: 40px 85px 0 0;
    text-align:  center;
}
li#conceptImg img {
	height: 320px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#sOutline {
	width: 1110px;
	margin: 30px auto 0 auto;
}
#sOutline table {
	width: 800px;
	margin-right: 30px; 
	border-top: 1px solid #FF5E40;
	border-collapse: collapse;
	float: left;
}
#sOutline table th {
	width: 170px;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #FF5E40;
}
#sOutline table th p {
	padding: 10px 15px;
	color: #FFF;
	background: #FF5E40;
}
#sOutline table td {
	width: 460px;
	padding: 5px 15px;
	border-bottom: 1px solid #FF5E40;
}
#sOutline div {
	width: 280px;
	float: right;
}
#sOutline div img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#sOutline i, #esOutline i {
	margin-right: 5px;
	font-size: 15px;
	font-size: 1.5rem;
}
.ig { color: #CF2E92;}
.fb { color: #1877F2;}
ul.staff { margin: 20px auto 0 auto;}
ul.staff li {
	width: 270px;
	margin-left: 20px;
	float: left;
}
li.staffTop { margin-left: 0 !important;}
p.name {
	margin: 5px 0 15px 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #5E402B;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
p.name span {
	padding-left: 10px;
	font-size: 11px;
	font-size: 1.1rem;
}
p.nameTop {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #5E402B;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
p.nameTop span {
	font-size: 11px;
	font-size: 1.1rem;
}
.sStaff {
	min-height: 150px;
	padding: 15px 15px 10px 15px;
	background: #FFD1C1;
}
.sStaffS {
	min-height: 150px;
	padding: 15px 15px 10px 15px;
	background: #FFD1C1;
}
.sContentsTop {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #FF5E40;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.sContents {
	margin-top: 30px;
	padding: 20px;
	border: 1px solid #FF5E40;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
h3.sTit {
	padding: 8px 15px;
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	background: #F9AB8B;
	clear: both;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;

}
@media screen and (max-width: 768px) {
#sTopTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#sTopTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#sTopTit div h2 { margin: 20px 0 20px 15px;}
ul#salon {
	height: auto;
	background: none;
}
ul#salon li { float: none;}
li#concept {
	width: 550px;
	margin: 0 auto;
	padding: 0;
}
li#conceptImg {
	width: 100%;
	padding: 15px 0 0 0;
	text-align: center;
}
#sOutline {	width: 100%;}
#sOutline table {
	width: 100%;
	margin: 0;
	float: none;
}
#sOutline table th {
	width: 30%;
	box-sizing: border-box;
}
#sOutline table th p { padding: 8px 10px;}
#sOutline table td {
	width: 70%;
	box-sizing: border-box;
}
#sOutline div {	display: none;}
ul.staff { margin: 0;}
ul.staff li {
	width: 45%;
	margin: 20px 2.5% 0 2.5% !important;
}
li.staffTop { margin: 20px 15px 0 15px !important;}
.sStaff { min-height: 170px;}
}
@media screen and (max-width: 497px) {
#sTopTit { background: #FFD1C1;}
#sTopTit div h2 { margin: 20px 0 20px 10px;}
li#concept {
	width: 100%;
	margin: 0;
}
#sOutline table th {
	width: 100%;
	padding: 5px 0;
	display: block;
}
#sOutline table td {
	width: 100%;
	padding: 10px;
	display: block;
}
ul.staff {
	width: 270px;
	margin: 0 auto;
}
ul.staff li {
	width: 100%;
	margin: 20px 0 0 0;
	float: none;
}
li.staffTop { margin: 20px 0 0 0 !important;}
.sStaff { min-height: inherit;}
.sStaffS { min-height: inherit;}
.sContentsTop {	padding: 15px;}
.sContents { padding: 15px;}
}

/* BODY BEAUTY
---------------------------------------------------- */
#BbodyTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #FFD1C1 url(../img/salon/3s.png) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#BbodyTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #FF5E40;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#BbodyTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/salon/tit_beauty_body.png) no-repeat;
}
#freeTryonSubtit {
	width: 282px;
	margin: 0 auto;
	padding-top: 45px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../img/salon/tit_free_tryon.jpg) no-repeat center top;
}
#BbodyFlowSubtit {
	width: 282px;
	margin: 0 auto;
	padding-top: 45px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../img/salon/tit_Bbody_flow.jpg) no-repeat center top;
}
.BbodyTry { text-align: center;}
.BbodyItem {
	margin-top: 25px;
	padding: 10px 20px 20px 20px;
	border: 1px solid #FF0033;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	display: inline-block;
}
.BbodyItem ul {
	font-size: 13px;
	font-size: 1.3rem;
	display: inline-block;
	vertical-align: bottom;
}
.BbodyItem ul li {
	margin: 10px 30px 0 30px;
	text-align: left;
}
.BbodyItem ul li:before {
	padding-right: 10px;
	color: #F03;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: FontAwesome;
	content: '\f046';
}
.BbodyTryInner {
	margin-top: 25px;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}
.BbodyFlow div {
	margin-top: 20px;
	padding-right: 60px;
	text-align: center;
	float: left;
}
.BbodyFlow div:first-child, .BbodyFlow div:nth-child(2) {
    background: url(../img/salon/next.png) no-repeat 260px 170px;
}
.BbodyFlow div:first-child img { padding-top: 20px;}
.BbodyFlow div:nth-child(3) { background: url(../img/salon/next.png) no-repeat 150px 170px;}
.BbodyFlow div:last-child {	padding-right: 0;}
.BbodyFlow div:last-child img {	padding-top: 30px;}
.BbodyFlow img { padding-bottom: 20px;}
.BbodyFlow p {
	margin-bottom: 15px;
	padding: 10px 30px;
	color: #FFF;
	font-weight: bold;
	background: #FF8C6F;
	display: inline-block;
	border-radius: 20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
#BbodySubtit {
	width: 282px;
	margin: 0 auto;
	padding-top: 45px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../img/salon/tit_beauty_body_s.jpg) no-repeat center top;
}
.Bbody { margin: 0 20px;}
.Bbody div {
	margin-top: 20px;
	float: left;
    background: url(../img/salon/next.png) no-repeat 185px 200px;
}
.Bbody div p {
    color: #FFF;
	margin: 0 20px;
	padding: 5px 0;
	text-align: center;
    background: #FF8C6F;
	float: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.Bbody div img { padding-bottom: 5px;}
.BbodySide { background: url(../img/salon/next.png) no-repeat 135px 200px !important;}
.BbodyContact {
	margin: 35px 35px 0 35px;
    padding: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    border: 1px solid #8C6F57;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.BbodyContact span {
    font-size: 18px;
    font-size: 1.8rem;
}
.BbodyContact img {	padding: 10px 10px 0 0;}
#BbodyVoiceSubtit {
	width: 282px;
	margin: 0 auto;
	padding-top: 45px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../img/salon/tit_voice.jpg) no-repeat center top;
}
.BbodyVoice div {
	width: 15%;
	min-height: 220px;
	margin: 25px 1% 0 1%;
	padding: 1.5%;
	background: #FFD1C1;
	float: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.BbodyVoice p {
	margin-top: 10px;
	padding-top: 10px;
	text-align: right;
    border-top: 1px solid #FF5E40;
}
.MiracleChange {
	margin: 25px 1% 0 1%;
    padding: 15px;
    border: 1px solid #8C6F57;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.MiracleChange img { width: 100%;}
.MiracleChange div {
	margin-top: 20px;
	padding: 15px;
	background: #FFD1C1;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.MiracleChange p {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-weight: bold;
    border-bottom: 1px solid #FF5E40;
}
.MiracleVoice {	text-align: center;}
.voiceInner {
	width: 44%;
	margin: 20px 1% 0 1%;
	padding: 1.5%;
	display: inline-block;
    border: 1px solid #8C6F57;
	text-align: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	vertical-align: top;
}
.voiceInner img {
	width: 100%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.moreBtn {
	width: 20%;
	margin: 25px auto 0 auto;
	text-align: center;
	background: #8C6F57;
	clear: both;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.moreBtn a {
	padding: 15px;
	color: #FFF;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.moreBtn a:hover {
	color: #FFF;
	font-weight: bold;
	background: #FF5E40;
}
@media screen and (max-width: 768px) {
#BbodyTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#BbodyTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#BbodyTit div h2 { margin: 20px 0 20px 15px;}
.BbodyItem ul {	display: block;}
.BbodyFlow div {
	padding-right: 0;
	float: none;
}
.BbodyFlow div:first-child img { padding-top: 0;}
.BbodyFlow div:first-child, .BbodyFlow div:nth-child(2), .BbodyFlow div:nth-child(3) {
    background: none;
}
.BbodyFlow div:last-child img {	padding-top: 0;}
.Bbody {
	margin: 0;
	text-align: center;
}
.Bbody div {
	float: none;
    background: none;
	display: inline-block;
	vertical-align: bottom;
}
.BbodyVoice div {
	width: 94%;
	min-height: inherit;
	margin: 15px 0 0 0;
	padding: 3%;
	float: none;
}
.MiracleChange div { margin-top: 15px;}
.MiracleChange p {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.voiceInner {
	width: 94%;
	margin: 20px 1% 0 1%;
	padding: 2%;
}
.voiceInner div { margin-top: 15px;}
.voiceInner span {
	margin-top: 10px;
	padding-top: 10px;
}
.moreBtn { width: 40%;}
}
@media screen and (max-width: 497px) {
#BbodyTit {	background: #FFD1C1;}
#BbodyTit div h2 { margin: 20px 0 20px 10px;}
.BbodyItem ul li { margin: 10px 0 0 0;}
.BbodyFlow p { display: block;}
.Bbody div p {
	width: 48%;
	margin: 0 1%;
	text-align: center;
}
.BbodyContact { margin: 25px 0 0 0;}
.BbodyVoice div {
	width: 90%;
	padding: 5%;
}
.MiracleChange { margin: 25px 0 0 0;}
.moreBtn {
	width: 100%;
	margin: 20px 0 0 0;
}}

/* BODY FOUNDATION
---------------------------------------------------- */
#bodyFDTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #FFD1C1 url(../img/salon/body_foundation.png) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;

}
#bodyFDTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #FF5E40;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;

}
#bodyFDTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/salon/tit_body_foundation.png) no-repeat;
}
ul.beforeAfter {
	margin: 20px 15px 0 15px;
	float: left;
}
ul.beforeAfter li {
	width: 250px;
	float: left;
}
li.before {
	padding-right: 40px;
	background: url(../img/salon/next.png) no-repeat 255px 155px;
}
ul.beforeAfter li p {
	padding: 5px 10px 2px 10px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #FF5E40;
	border: 1px solid #FF5E40;
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-o-border-top-left-radius: 6px;
	-ms-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-o-border-top-right-radius: 6px;
	-ms-border-top-right-radius: 6px;
}
ul.beforeAfter li img {
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-o-border-bottom-left-radius: 6px;
	-ms-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-o-border-bottom-right-radius: 6px;
	-ms-border-bottom-right-radius: 6px;
}
ul.bodyFD {
	margin-top: 30px;
	padding: 15px 20px;
	border: 1px solid #FF5E40;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
ul.bodyFD li { float: left;}
li.bodyFDInner { width: 514px;}
li.bodyFDInner h3 {
	margin-top: 5px;
	padding: 8px 15px;
	color: #FFF;
	background: #F9AB8B;
	clear: both;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
li.bodyFDPart {
	width: 216px;
	margin-left: 25px;
}
li.bodyFDPart p {
	margin: 5px;
	float: left;
}
p.bodyFDPartR {	margin-left: 165px !important;}
li.bodyFDPart p img {
	border: 1px solid #F9AB8B;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
li.bodyFDImg {
	width: 220px;
	margin: 5px 0 0 15px;
}
li.bodyFDImg img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
ul.bodySFD li {
	width: 513px;
	min-height: 130px;
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #FF5E40;
	float: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
ul.bodySFD li h3 {
	margin-top: 5px;
	padding: 8px 15px;
	color: #FFF;
	background: #F9AB8B;
	clear: both;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
ul.bodySFD li p { float: left;}
p.bodySFDInner {
	width: 203px;
	margin: 15px;
}
p.bodySFDImg {
	width: 250px;
	margin: 15px 15px 0 15px;
}
p.bodySFDImg img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
li.bodyFDSelen {
	width: 425px;
	margin-right: 25px;
}
li.bodyFDSelenImg {	margin: 0;}
@media screen and (max-width: 768px) {
#bodyFDTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#bodyFDTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#bodyFDTit div h2 {
	margin: 20px 0 20px 15px;
	background: url(../img/salon/tit_body_foundation_s.png) no-repeat;
}
ul.beforeAfter {
	width: 540px;
	margin: 20px auto 0 auto;
	float: none;
}
li.bodyFDInner { width: 100%;}
li.bodyFDInner h3 {
	width: 100%;
	margin-top: 0 !important;
	box-sizing: border-box;
}
li.bodyFDPart { margin: 0;}
li.bodyFDPart p { margin: 10px 10px 0 0;}
li.bodyFDImg {
	width: 233px;
	margin: 10px 0 0 0;
	text-align: right
}
ul.bodySFD li {
	width: 100%;
	box-sizing: border-box;
}
p.bodySFDInner { width: 248px;}
li.bodyFDSelen {
	width: 100%;
	margin-right: 0;
}
li.bodyFDSelenImg { width: 33.33333333%;}
li.bodyFDSelenImg p, li.bodyFDSelenImgSp {
	width: 96%;
	margin: 10px 2% 0  2%;
}}
@media screen and (max-width: 497px) {
#bodyFDTit { background: #FFD1C1;}
#bodyFDTit div h2 { margin: 20px 0 20px 10px;}
ul.beforeAfter { width: 100%;}
ul.beforeAfter li { width: 46%;}
li.before {
	padding-right: 8%;
	background: url(../img/salon/next.png) no-repeat right;
}
ul.bodyFD {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
ul.bodyFD li { float: none;}
li.bodyFDPart { width: 100%;}
li.bodyFDPart p {
	width: 46%;
	margin: 10px 2% 0 2%
}
p.bodyFDPartR {	margin-left: 52% !important;}
li.bodyFDImg { display: none;}
ul.bodySFD li {	padding: 15px;}
p.bodySFDInner {
	width: 100%;
	margin: 15px 0;
}
p.bodySFDImg {
	width: 100%;
	margin: 0;
	text-align: center;
}
li.bodyFDSelenImg {	width: 100%;}
li.bodyFDPart .bodyFDSelenImgS { width: 100% !important;}
}

/* COSMETICS
---------------------------------------------------- */
#cosmeticsTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #FFD1C1 url(../img/salon/cosmetics.png) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#cosmeticsTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #FF5E40;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#cosmeticsTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/salon/tit_cosmetics.png) no-repeat;
}
.menuDetails {
	width: 720px;
	float: left;
}
p.menuImg {
	width: 350px;
	text-align: center;
	float: right;
}
p.menuImg img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
@media screen and (max-width: 768px) {
#cosmeticsTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#cosmeticsTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#cosmeticsTit div h2 { margin: 20px 0 20px 15px;}
.menuDetails {
	width: 100%;
	float: none; 
}
p.menuImg {
	width: 100%;
	margin-top: 15px;
	float: none;
}}
@media screen and (max-width: 497px) {
#cosmeticsTit {	background: #FFD1C1;}
#cosmeticsTit div h2 { margin: 20px 0 20px 10px;}
}

/* VOICE
---------------------------------------------------- */
#voiceTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #FFD1C1 url(../img/voice/voice.png) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#voiceTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #FF5E40;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#voiceTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/salon/tit_voice.png) no-repeat;
}
h3#voiceSubtit {
	width: 282px;
	margin: 0 auto;
	padding-top: 37px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../img/salon/tit_voice.jpg) no-repeat center top;
}
ul.voice { clear: both;}
ul.voice li {
	width: 330px;
	margin: 20px 15px 0 15px;
	padding: 20px 10px;
	background: #FFD1C1;
	float: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
ul.voice li div {
	min-height: 130px;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #FF5E40;	
}
p.voiceName {
	padding: 10px 10px 10px 0;
	text-align: right;
}
p.voiceImg img {
	padding: 5px;
	background: #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
@media screen and (max-width: 768px) {
#voiceTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#voiceTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#voiceTit div h2 {
	margin: 20px 0 20px 15px;
	background: url(../img/salon/tit_voice_s.png) no-repeat;
}
ul.voice li {
	width: 100%;
	margin: 20px 0 0 0;
	float: none;
	box-sizing: border-box;
}
ul.voice li div { min-height: inherit;}
p.voiceImg {
	width: 320px;
	margin: 0 auto;
}}
@media screen and (max-width: 497px) {
#voiceTit {	background: #FFD1C1;}
#voiceTit div h2 { margin: 20px 0 20px 10px;}
ul.voice li { padding: 15px 10px;}
ul.voice li div { padding: 0 5px 10px 5px;}
}

/* ESTHE SALON
---------------------------------------------------- */
#esTopTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #C5E5D5 url(../img/esthesalon/esthesalon.png) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#esTopTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #469568;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#esTopTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/esthesalon/tit.png) no-repeat;
}
ul#esthesalon {
	height: 400px;
	background: url(../img/esthesalon/bg.png) no-repeat;
}
ul#esthesalon li { float: left;}
#esOutline {
	width: 1110px;
	margin: 30px auto 0 auto;
}
#esOutline table {
	width: 800px;
	margin-right: 30px; 
	border-top: 1px solid #469568;
	border-collapse: collapse;
	float: left;
}
#esOutline table th {
	width: 170px;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #469568;
}
#esOutline table th p {
	padding: 10px 15px;
	color: #FFF;
	background: #75B995;
}
#esOutline table td {
	width: 460px;
	padding: 5px 15px;
	border-bottom: 1px solid #469568;
}
#esOutline div {
	width: 280px;
	float: right;
}
#esOutline div img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.esStaff {
	min-height: 180px;
	padding: 15px 15px 10px 15px;
	background: #C5E5D5;
}
.esStaffS {
	min-height: 180px;
	padding: 15px 15px 10px 15px;
	background: #C5E5D5;
}
.esContentsTop {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #469568;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.esContents {
	margin-top: 30px;
	padding: 20px;
	border: 1px solid #469568;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.point { margin-bottom: 10px;}
.point p {
	margin-right: 5px;
	padding: 2px 10px;
	color: #FF3366;
	background: #FFF;
	border: 1px solid #FF3366;
	float: left;
	border-radius: 20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.esTitS {
	padding: 8px 15px;
	color: #FFF;
	background: #75B995;
	clear: both;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.esTitS span {
	font-size: 12px;
	font-size: 1.2rem;
}
.esTitS h3 {
	font-size: 14px;
	font-size: 1.4rem;
	float: left;
}
.esTitS p {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	float: right;
}
h3.esTit {
	padding: 8px 15px;
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	background: #75B995;
	clear: both;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.esPriceDetails {
	margin-top: 20px;
	padding: 15px;
	font-size: 12px;
	font-size: 1.2rem;
	border: 1px solid #469568;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.esPriceDetails p {
	width: 100px;
	height: 60px;
	padding-top: 40px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #98CEB2;
	float: left;
	border-radius: 50px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
p.esTrial {
	width: 90px;
	height: 70px;
	padding: 30px 5px 0 5px;
}
.esPriceDetails table {
	float: right;
	border-collapse: collapse;
}
.esPriceDetails table td {
	padding: 8px 0;
	font-size: 12px;
	font-size: 1.2rem;
	border-bottom: 1px solid #469568;
}
.esPriceDetails table td span {
	font-size: 10px;
	font-size: 1rem;
}
.esPriceDetails table td.parts {
	width: 300px;
	padding-left: 10px !important;
}
.esPriceDetails table td.partsM {
	width: 360px;
	padding-left: 10px !important;
}
.esPriceDetails table td.partsL {
	width: 360px;
	padding-left: 10px !important;
}
.esPriceDetails table td.time {
	width: 90px;
	padding-left: 10px !important;
	text-align: right;
}
.esPriceDetails table td.price {
	width: 140px;
	padding: 0 5px 0 10px !important;
	text-align: right;
}
.esPriceDetails table td.priceM {
	width: 180px;
	padding: 0 5px 0 10px !important;
	text-align: right;
}
.esPriceDetails table td.priceL {
	width: 180px;
	padding: 0 5px 0 10px !important;
	text-align: right;
}
table#esPrice {
	width: 1040px;
	margin: 20px auto 0 auto;
	font-size: 12px;
	font-size: 1.2rem;
	border-top: 1px solid #469568;
	border-bottom: 1px solid #469568;
	border-collapse:collapse;
}
table#hsPrice th h4 span {
	font-size: 10px;
	font-size: 1rem;
}
table#esPrice th {
	width: 300px;
	padding: 10px 20px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #469568;
}
table#esPrice th br { display: none;}
table#esPrice th.plMenu { width: 600px;}
table#esPrice th h4 { font-weight: normal;}
table#esPrice td {
	padding: 10px 20px;
	border-bottom: 1px solid #469568;
}
table#esPrice td.plParts { width: 300px;}
table#esPrice td.plPartsS {	width: 300px;}
table#esPrice td.plTime {
	width: 100px;
	text-align: right;
}
table#esPrice td.plTimeL {
	width: 440px;
	text-align: right;
}
table#esPrice td.plPrice {
	width: 200px;
	text-align: right;
}
table#esPrice td.plPriceS {
	width: 340px;
	text-align: right;
}
table#esPrice td.plPriceL {
	width: 340px;
	text-align: right;
}
p.esPriceTax {
	width: 300px;
	margin: 20px auto 0 auto;
	padding: 5px 10px;
	color: #FFF;
	text-align: center;
	background: #469568;
}
ul.esSet li {
	width: 513px;
	min-height: 120px;
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #469568;
	float: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.esSetInner { padding: 15px 15px 0 15px;}
ul.esSetS li {
	width: 358px;
	min-height: 475px;
	margin-top: 20px;
	border: 1px solid #469568;
	float: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.esSetSTit {
	padding: 8px 15px;
	color: #FFF;
	text-align: center;
	background: #75B995;
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
	-o-border-top-left-radius: 6px;
    -ms-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
	-o-border-top-right-radius: 6px;
    -ms-border-top-right-radius: 6px;
}
.esSetSTit h3 {
	font-size: 14px;
	font-size: 1.4rem;
}
.esSetSTit p {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
p.esSetSImg {
	margin-top: 15px;
	text-align: center;
}
.esSetSInner { margin: 15px 20px 20px 20px;}

@media screen and (max-width: 768px) {
#esTopTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#esTopTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#esTopTit div h2 { margin: 20px 0 20px 15px;}
ul#esthesalon {
	height: auto;
	background: none;
}
ul#esthesalon li { float: none;}
#esOutline { width: 100%;}
#esOutline table {
	width: 100%;
	margin: 0;
	float: none;
}
#esOutline table th {
	width: 30%;
	box-sizing: border-box;
}
#esOutline table th p {	padding: 8px 10px;}
#esOutline table td {
	width: 70%;
	box-sizing: border-box;
}
#esOutline div { display: none;}
.esStaff { min-height: 210px;}
.esStaff br { display: none;}
.esStaffS {	min-height: 150px;}
.point { margin-bottom: 0;}
.point p { margin: 0 5px 10px 0;}
.esPriceDetails { margin-top: 15px;}
.esPriceDetails p {
	width: 12%;
	height: auto;
	margin-right: 3%;
	padding: 20px 0;
}
p.esTrial {
	width: 12%;
	height: auto;
	margin-right: 3%;
	padding: 20px 0;
}
.esPriceDetails table { width: 85%;}
.esPriceDetails table td span {
	font-size: 11px;
	font-size: 1.1rem;
}
.esPriceDetails table td.parts {
	width: 50%;
	padding-left: 5px !important;
	box-sizing: border-box;
}
.esPriceDetails table td.partsM {
	width: 50%;
	padding-left: 5px !important;
	box-sizing: border-box;
}
.esPriceDetails table td.partsL {
	width: 50%;
	padding-left: 5px !important;
	box-sizing: border-box;
}
.esPriceDetails table td.time {
	width: 20%;
	padding-left: 5px !important;
	white-space: nowrap;
	box-sizing: border-box;
}
.esPriceDetails table td.price {
	width: 30%;
	padding: 0 5px !important;
	white-space: nowrap;
	box-sizing: border-box;
}
.esPriceDetails table td.priceM {
	width: 50%;
	padding: 0 5px !important;
	white-space: nowrap;
	box-sizing: border-box;
}
.esPriceDetails table td.priceL {
	width: 50%;
	padding: 0 5px !important;
	white-space: nowrap;
	box-sizing: border-box;
}
table#esPrice {
	width: 100%;
	margin: 20px 0 0 0;
}
table#esPrice th {
	width: 35%;
	padding: 10px;
	box-sizing: border-box;
}
table#esPrice th.plMenu { width: 70%;}
table#esPrice td {
	padding: 10px;
	box-sizing: border-box;
}
table#esPrice td.plParts { width: 35%;}
table#esPrice td.plPartsS {	width: 35%;}
table#esPrice td.plTime { width: 10%;}
table#esPrice td.plTimeL { width: 45%;}
table#esPrice td.plPrice { width: 20%;}
table#esPrice td.plPriceS {	width: 30%;}
table#esPrice td.plPriceL {	width: 30%;}
p.esPriceTax {
	width: auto;
	margin: 20px 0 0 0;
}
ul.esSet li {
	width: 100%;
	min-height: inherit;
	box-sizing: border-box;
}
ul.esSetS li {
	width: 100%;
	min-height: inherit;
	float: none;
}}
@media screen and (max-width: 497px) {
#esTopTit {	background: #C5E5D5;}
#esTopTit div h2 { margin: 20px 0 20px 10px;}
#esOutline table th {
	width: 100%;
	padding: 5px 0;
	display: block;
}
#esOutline table td {
	width: 100%;
	padding: 10px;
	display: block;
}
.esStaff { min-height: inherit;}
.esStaffS {	min-height: inherit;}
.esContentsTop { padding: 15px;}
.esContents { padding: 15px;}
.esTitS { padding: 8px 10px;}
.esPriceDetails p {
	width: 100%;
	margin-right: 0;
	padding: 5px 0;
	float: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
p.esTrial {
	width: 100%;
	margin-right: 0;
	padding: 5px 0;
	float: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.esPriceDetails table {
	width: 100%;
	float: none;
}
.esPriceDetails table tbody {
	width: 100%;
	display:  block;
}
.esPriceDetails table tbody tr {
	width: 100%;
	display:  block;
}
.esPriceDetails table td.parts {
	width: 100% !important;
	padding: 8px 5px !important;
	display: block !important;
}
.esPriceDetails table td.partsM {
	width: 52% !important;
	padding: 8px 5px !important;
	display: inline-block !important;
}
.esPriceDetails table td.partsL {
	width: 100% !important;
	padding: 8px 5px !important;
	display: block !important;
}
.esPriceDetails table td.time {
	width: 49% !important;
	padding: 8px 5px !important;
	display: inline-block !important;
}
.esPriceDetails table td.price {
	width: 49% !important;
	padding: 8px 5px !important;
	display: inline-block !important;
}
.esPriceDetails table td.priceM {
	width: 46% !important;
	padding: 8px 5px !important;
	display: inline-block !important;
}
.esPriceDetails table td.priceL {
	width: 100% !important;
	padding: 8px 5px !important;
	display: block !important;
}
table#esPrice {
	border-bottom: none;
	display: block;
}
table#esPrice tbody {
	width: 100%;
	display:  block;
}
table#esPrice tbody tr {
	width: 100%;
	display:  block;
}
table#esPrice th {
	width: 100%;
	margin-top: 5px;
	color: #469568;
	border-bottom: 2px solid #469568;
	display: block;
}
table#esPrice th br { display: block;}
table#esPrice th.plMenu {
	width: 100%;
	display: block;
}
table#esPrice td.plParts {
	width: 100%;
	border-bottom: 1px dashed #469568;
	display: block;
}
table#esPrice td.plPartsS, table#esPrice td.plTime, table#esPrice td.plTimeL,
table#esPrice td.plPrice, table#esPrice td.plPriceS {
	width: 49%;
	display: inline-block;
}
table#esPrice td.plPriceL {
	width: 100%;
	display: block;
}
ul.esSet li { padding: 15px;}
.esSetInner { padding: 15px 5px 0 5px;}
}

/* BODY CARE
---------------------------------------------------- */
#bodycareTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #C5E5D5 url(../img/esthesalon/bodycare.png) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#bodycareTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #469568;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#bodycareTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/esthesalon/tit_bodycare.png) no-repeat;
}
@media screen and (max-width: 768px) {
#bodycareTit {
	width: 100%;
	height: auto;
	margin: 0;
	background-size: 45%;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#bodycareTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#bodycareTit div h2 {
	margin: 15px 0 15px 15px;
	padding-top: 65px;
}}
@media screen and (max-width: 497px) {
#bodycareTit { background: #C5E5D5;}
}

/* FACIAL CARE
---------------------------------------------------- */
#facialcareTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #C5E5D5 url(../img/esthesalon/facialcare.png) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#facialcareTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #469568;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#facialcareTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/esthesalon/tit_facialcare.png) no-repeat;
}
@media screen and (max-width: 768px) {
#facialcareTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#facialcareTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#facialcareTit div h2 {	margin: 20px 0 20px 15px;}
}
@media screen and (max-width: 497px) {
#facialcareTit { background: #C5E5D5;}
#facialcareTit div h2 {	margin: 20px 0 20px 10px;}
}

/* BRIDAL ESTHE
---------------------------------------------------- */
#bridalTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #C5E5D5 url(../img/esthesalon/bridal.png) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#bridalTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #469568;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#bridalTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/esthesalon/tit_bridal.png) no-repeat;
}
ul#bridal {
	width: 1110px;
	height: 380px;
	margin: 20px auto 0 auto;
	background: url(../img/esthesalon/bg_bridal.png) no-repeat;
}
ul#bridal li { float: left;}
li#bridalInner {
	width: 555px;
	padding: 90px 30px 0 90px;
	font-size: 12px;
	font-size: 1.2rem;
}
li#bridalInner p { margin-top: 20px;}
li#bridalImg {
	width: 350px;
	padding: 73px 85px 0 0;
}
li#bridalImg img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
ul#hotpepper {
	margin-top: 30px;
	padding: 20px;
	clear: both;
	border: 2px solid #FF0033;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
ul#hotpepper li { float: left;}
li#hotpepperInner {
	width: 700px;
	padding-top: 10px;
	font-size: 15px;
	font-size: 1.5rem;
}
ul#hotpepper li div {
	width: 252px;
	height: 52px;
	padding: 18px 10px 10px 130px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
	border: 2px solid #E45991;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
ul#hotpepper li a div {
	color: #5E402B;
	background: url(../img/esthesalon/hotpepper_off.png) no-repeat;
	display: block;
}
ul#hotpepper li a:hover div {
	color: #2F8C59;
	background: url(../img/esthesalon/hotpepper_on.png) no-repeat;
	border: 2px solid #2F8C59;
}
ul#hotpepper li div span {
	padding-left: 2px;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: 'Century Gothic', sans-serif;
}
li#hotpepper a { font-weight: bold;}
@media screen and (max-width: 768px) {
#bridalTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#bridalTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#bridalTit div h2 {	margin: 20px 0 20px 15px;}
ul#bridal {
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	background: none;
}
ul#bridal li { float: none;}
li#bridalInner {
	width: 550px;
	margin: 0 auto;
	padding: 0;
}
li#bridalImg {
	width: 100%;
	padding: 15px 0 0 0;
	text-align: center;
}
ul#hotpepper li { float: none;}
li#hotpepperInner {
	width: 100%;
	padding: 0 0 15px 0;
}
ul#hotpepper li div { margin: 0 auto;}
}
@media screen and (max-width: 497px) {
#bridalTit { background: #C5E5D5;}
#bridalTit div h2 {	margin: 20px 0 20px 10px;}
li#bridalInner {
	width: 100%;
	margin: 0;
}
ul#hotpepper li div {
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 18px 10px 10px 105px;
	box-sizing: border-box;
}}

/* HAIR REMOVAL
---------------------------------------------------- */
#hairRemovalTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #C5E5D5 url(../img/esthesalon/hair_removal.png) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#hairRemovalTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #469568;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#hairRemovalTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/esthesalon/tit_hair_removal.png) no-repeat;
}
@media screen and (max-width: 768px) {
#hairRemovalTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#hairRemovalTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#hairRemovalTit div h2 { margin: 20px 0 20px 15px;}
}
@media screen and (max-width: 497px) {
#hairRemovalTit { background: #C5E5D5;}
#hairRemovalTit div h2 { margin: 20px 0 20px 10px;}
}

/* EYELASH
---------------------------------------------------- */
#eyelashTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #C5E5D5 url(../img/esthesalon/eyelash.png) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#eyelashTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #469568;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#eyelashTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/esthesalon/tit_eyelash.png) no-repeat;
}
@media screen and (max-width: 768px) {
#eyelashTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#eyelashTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#eyelashTit div h2 { margin: 20px 0 20px 15px;}
}
@media screen and (max-width: 497px) {
#eyelashTit { background: #C5E5D5;}
#eyelashTit div h2 { margin: 20px 0 20px 10px;}
}

/* HAIR SALON
---------------------------------------------------- */
#hsTopTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #C8DCF0 url(../img/hairsalon/hairsalon.jpg) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#hsTopTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #4B7ABC;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#hsTopTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/hairsalon/tit.png) no-repeat;
}
ul#hairsalon {
	height: 400px;
	background: url(../img/hairsalon/bg.png) no-repeat;
}
ul#hairsalon li { float: left;}
li#hsConcept {
	width: 500px;
	padding: 45px 30px 0 90px;
}
li#hsConcept p { margin-top: 20px;}
#hsOutline {
	width: 1110px;
	margin: 30px auto 0 auto;
}
#hsOutline table {
	width: 800px;
	margin-right: 30px;
	border-top: 1px solid #4B7ABC;
	border-collapse: collapse;
	float: left;
}
#hsOutline table th {
	width: 170px;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #4B7ABC;
}
#hsOutline table th p {
	padding: 10px 15px;
	color: #FFF;
	background: #7BA4D5;
}
#hsOutline table td {
	width: 460px;
	padding: 5px 15px;
	border-bottom: 1px solid #4B7ABC;
}
#hsOutline div {
	width: 280px;
	float: right;
}
#hsOutline div img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.staffM { width: 560px;}
.staffS {
	width: 350px;
	margin: 20px auto 0 auto;
}
.hsStaff {
	min-height: 150px;
	padding: 15px 15px 10px 15px;
	background: #C8DCF0;
}
p#hsFacebook a {
    width: 250px;
    height: 60px;
    background: url(../img/hairsalon/bana_fb_hairsalon.png) no-repeat;
    display: block;
    position: relative;
    text-indent: -9999px;
}
p#hsFacebook a:hover { background-position: 0 -60px;}
@media screen and (max-width: 768px) {
#hsTopTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#hsTopTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#hsTopTit div h2 { margin: 20px 0 20px 15px;}
ul#hairsalon {
	height: auto;
	background: none;
}
ul#hairsalon li { float: none;}
li#hsConcept {
	width: 550px;
	margin: 0 auto;
	padding: 0;
}
#hsOutline { width: 100%;}
#hsOutline table {
	width: 100%;
	margin: 0;
	float: none;
}
#hsOutline table th {
	width: 30%;
	box-sizing: border-box;
}
#hsOutline table th p { padding: 8px 10px;}
#hsOutline table td {
	width: 70%;
	box-sizing: border-box;
}
#hsOutline div { display: none;}
.staffM, .staffS {
	width: 100%;
	margin: 0;
}
.hsStaff { min-height: 160px;}
}
@media screen and (max-width: 497px) {
#hsTopTit { background: #C8DCF0;}
#hsTopTit div h2 { margin: 20px 0 20px 10px;}
li#hsConcept {
	width: 100%;
	margin: 0;
}
#hsOutline table th {
	width: 100%;
	padding: 5px 0;
	display: block;
}
#hsOutline table td {
	width: 100%;
	padding: 10px;
	display: block;
}
.staffM, .staffS {
	width: 100%;
	margin: 0;
}
.hsStaff { min-height: inherit;}
}

/* HAIR
---------------------------------------------------- */
#hsHairTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #C8DCF0 url(../img/hairsalon/hair.png) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#hsHairTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #4B7ABC;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#hsHairTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/hairsalon/tit_hairmake.png) no-repeat;
}
h3.hsTit {
	padding: 8px 15px;
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	background: #9DBEE2;
	clear: both;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.hsTitS {
	padding: 8px 15px;
	color: #FFF;
	background: #9DBEE2;
	clear: both;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.hsTitS span {
	font-size: 12px;
	font-size: 1.2rem;
}
.hsTitS h3 {
	font-size: 14px;
	font-size: 1.4rem;
	float: left;
}
.hsTitS p {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	float: right;
}
.hsContentsTop {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #4B7ABC;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.hsContents {
	margin-top: 30px;
	padding: 20px;
	border: 1px solid #4B7ABC;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.menuDetails h4 {
	padding: 15px 15px 8px 15px;
	color: #4B7ABC;
	font-size: 12px;
	font-size: 1.2rem;
	border-bottom: 1px solid #4B7ABC;
	clear: both;
}
.menuDetails h5 {
	padding: 20px 5px 0 5px;
	color: #4B7ABC;
	font-size: 12px;
	font-size: 1.2rem;
	clear: both;
}
.hsPriceDetails {
	margin-top: 20px;
	padding: 15px;
	font-size: 12px;
	font-size: 1.2rem;
	border: 1px solid #4B7ABC;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.hsPriceDetails p {
	width: 100px;
	height: 60px;
	padding-top: 40px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #9DBEE2;
	float: left;
	border-radius: 50px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.hsPriceDetails table {
	float: right;
	border-collapse: collapse;
}
.hsPriceDetails table td {
	padding: 8px 0;
	font-size: 12px;
	font-size: 1.2rem;
	border-bottom: 1px solid #4B7ABC;
}
.hsPriceDetails table td span {
	font-size: 10px;
	font-size: 1rem;
}
.hsPriceDetails table td.pMenu {
	width: 360px;
	padding-left: 10px !important;
}
.hsPriceDetails table td.pMenuM {
	width: 360px;
	padding-left: 10px !important;
}
.hsPriceDetails table td.pPrice {
	width: 180px;
	padding: 0 5px 0 10px !important;
	text-align: right;
}
.hsPriceDetails table td.pPriceM {
	width: 180px;
	padding: 0 5px 0 10px !important;
	text-align: right;
}
td.pPriceL {
	padding-right: 5px !important;
	text-align: right;
}
.note {
	clear: both;
	padding: 10px 5px 0 10px;
	text-align: right;
}
ul.hsPriceDetailsS {
	margin-top: 20px;
	padding: 15px;
	font-size: 12px;
	font-size: 1.2rem;
	border: 1px solid #4B7ABC;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
ul.hsPriceDetailsS li { float: left;}
li.hsPriceTit {
	width: 100px;
	padding: 8px 0;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #9DBEE2;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
li.hsPriceS {
	width: 550px;
	margin-left: 23px;
	padding: 8px 5px 8px 10px;
	text-align: right;
	border-bottom: 1px solid #4B7ABC;
}
ul.pickup {	margin: 10px 0 0 10px;}
ul.pickup li p {
	margin-right: 10px;
	padding: 2px 10px;
	color: #FF3366;
	background: #FFF;
	border: 1px solid #FF3366;
	float: left;
	border-radius: 20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
table#hsPrice {
	width: 1040px;
	margin: 20px auto 0 auto;
	font-size: 12px;
	font-size: 1.2rem;
	border-top: 1px solid #4B7ABC;
	border-bottom: 1px solid #4B7ABC;
	border-collapse:collapse;
}
table#hsPrice th {
	width: 360px;
	padding: 10px 20px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #4B7ABC;
}
table#hsPrice th h4 { font-weight: normal;}
table#hsPrice td {
	padding: 10px 20px;
	border-bottom: 1px solid #4B7ABC;
}
table#hsPrice td.hsPlMenu {	width: 300px;}
table#hsPrice td.hsPlPrice {
	width: 260px;
	text-align: right;
}
table#hsPrice td.hsPlMenuM { width: 630px;}
table#hsPrice td.hsPlPriceM {
	width: 260px;
	text-align: right;
}
table#hsPrice td.hsPlPriceL {
	width: 630px;
	text-align: right;
}
p.hsPriceTax {
	width: 300px;
	margin: 20px auto 0 auto;
	padding: 5px 10px;
	color: #FFF;
	text-align: center;
	background: #4B7ABC;
}
@media screen and (max-width: 768px) {
#hsHairTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#hsHairTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#hsHairTit div h2 {
	margin: 20px 0 20px 15px;
	background: url(../img/hairsalon/tit_hairmake_s.png) no-repeat;
}
.hsPriceDetails { margin-top: 10px;}
.hsPriceDetails p {
	width: 12%;
	height: auto;
	margin-right: 3%;
	padding: 20px 0;
}
.hsPriceDetails table { width: 85%;}
.hsPriceDetails table td span {
	font-size: 11px;
	font-size: 1.1rem;
}
.hsPriceDetails table td.pMenu {
	width: 50%;
	padding-left: 5px !important;
	box-sizing: border-box;
}
.hsPriceDetails table td.pMenuM {
	width: 50%;
	padding-left: 5px !important;
	box-sizing: border-box;
}
.hsPriceDetails table td.pPrice {
	width: 50%;
	padding: 0 5px !important;
	white-space: nowrap;
	box-sizing: border-box;
}
.hsPriceDetails table td.pPriceM {
	width: 50%;
	padding: 0 5px !important;
	white-space: nowrap;
	box-sizing: border-box;
}
li.hsPriceTit {
	width: 20%;
	box-sizing: border-box;
}
li.hsPriceS {
	width: 77%;
	margin-left: 3%;
	box-sizing: border-box;
}
table#hsPrice {
	width: 100%;
	margin: 20px 0 0 0;
}
table#hsPrice th {
	width: 30%;
	padding: 10px;
	box-sizing: border-box;
}
table#hsPrice td {
	padding: 10px;
	box-sizing: border-box;
}
table#hsPrice td.hsPlMenu, table#hsPrice td.hsPlPrice, table#hsPrice td.hsPlPriceM {
	width: 35%;
}
table#hsPrice td.hsPlMenuM, table#hsPrice td.hsPlPriceL {
	width: 70%;
}
p.hsPriceTax {
	width: auto;
	margin: 20px 0 0 0;
}}
@media screen and (max-width: 497px) {
#hsHairTit { background: #C8DCF0;}
#hsHairTit div h2 { margin: 20px 0 20px 10px;}
.hsContentsTop, .hsContents { padding: 15px;}
.menuDetails h4 { padding: 15px 10px 8px 10px;}
.menuDetails h5 { padding: 20px 0 0 0;}
.hsPriceDetails p {
	width: 100%;
	margin-right: 0;
	padding: 5px 0;
	float: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.hsPriceDetails table {
	width: 100%;
	float: none;
}
.hsPriceDetails table td.pMenu, .hsPriceDetails table td.pPrice {
	width: 50% !important;
	padding: 8px 5px !important;
	display: inline-block !important;
}
.hsPriceDetails table td.pMenuM {
	width: 100% !important;
	padding: 8px 5px !important;
	border-bottom: 1px dashed #4B7ABC !important;	
	display: block !important;
}
.hsPriceDetails table td.pPriceM {
	width: 100% !important;
	padding: 8px 5px !important;
	display: block !important;
}
table#hsPrice {
	border-bottom: none;
	display: block;
}
table#hsPrice tbody, table#hsPrice tbody tr {
	width: 100%;
	display:  block;
}
table#hsPrice th {
	width: 100%;
	margin-top: 5px;
	color: #469568;
	border-bottom: 2px solid #4B7ABC;
	display: block;
}
table#hsPrice td.hsPlMenu {
	width: 49%;
	display: inline-block;
}
table#hsPrice td.hsPlPrice {
	width: 48%;
	display: inline-block;
}
table#hsPrice td.hsPlMenuM {
	width: 100%;
	border-bottom: 1px dashed #4B7ABC;
	display: block;
}
table#hsPrice td.hsPlPriceM, table#hsPrice td.hsPlPriceL {
	width: 100%;
	display: block;
}}

/* CALENDAR
---------------------------------------------------- */
.calendarS {
	width: 1000px;
	margin: 20px auto 0 auto;
	padding: 20px;
	background: #FFD1C1;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.calendarS div {
	width: 950px;
	padding: 20px 25px;
	background: #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.calendarS iframe {
	width: 950px;
	height: 500px;
}
.calendarES {
	width: 1000px;
	margin: 20px auto 0 auto;
	padding: 20px;
	background: #C5E5D5;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.calendarES div {
	width: 950px;
	padding: 20px 25px;
	background: #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.calendarES iframe {
	width: 950px;
	height: 500px;
}
.calendarHS {
	width: 1000px;
	margin: 20px auto 0 auto;
	padding: 20px;
	background: #C8DCF0;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.calendarHS div {
	width: 950px;
	padding: 20px 25px;
	background: #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.calendarHS iframe {
	width: 950px;
	height: 500px;
}
@media screen and (max-width: 768px) {
.calendarS, .calendarHS, .calendarES {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 15px;
	box-sizing: border-box;
}
.calendarS div, .calendarES div, .calendarHS div {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.calendarS iframe, .calendarES iframe, .calendarHS iframe {
	width: 100%;
	height: 350px;
}}

/* NEWS
---------------------------------------------------- */
#column {
	width: 750px;
	float: left;
}
#subcolumn {
	width: 350px;
	float: right;
}
#subcolumn h3 {
	min-height: 35px;
	margin-top: 20px;
	padding: 10px 0 0 130px;
	background: url(../img/common/bg_subtit.png) no-repeat 15px 0;
	border-bottom: 1px solid #5E402B;
}
ul.articlelist {
	margin-left: 20px;
	padding: 15px 15px 0 15px;
}
ul.articlelist li {	list-style: outside disc;}
@media screen and (max-width: 768px) {
#column, #subcolumn {
	width: 100%;
	float: none;
}}

/* NEWS SALON
---------------------------------------------------- */
#sNewsTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #FFD1C1 url(../img/salon/news.png) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#sNewsTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #FF5E40;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#sNewsTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/salon/tit.png) no-repeat;
}
h3.sPostTit {
	min-height: 35px;
	margin-top: 20px;
	padding: 10px 0 0 130px;
	font-size: 13px;
	font-size: 1.3rem;
	background: url(../img/salon/tit_news.png) no-repeat 15px 0;
	border-bottom: 1px solid #FF5E40;
}
p.sPostDate {
	margin-top: 1px;
	padding: 10px 15px 0 0;
	text-align: right;
	border-top: 2px solid #FF5E40;
}
.sArticle {	padding: 20px 15px 0 15px;}
@media screen and (max-width: 768px) {
#sNewsTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#sNewsTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#sNewsTit div h2 { margin: 20px 0 20px 15px;}
}
@media screen and (max-width: 497px) {
#sNewsTit {	background: #FFD1C1;}
#sNewsTit div h2 { margin: 20px 0 20px 10px;}
}

/* NEWS ESTHE SALON
---------------------------------------------------- */
#esNewsTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #C5E5D5 url(../img/esthesalon/news.png) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#esNewsTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #469568;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#esNewsTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/esthesalon/tit.png) no-repeat;
}
h3.esPostTit {
	min-height: 35px;
	margin-top: 20px;
	padding: 10px 0 0 130px;
	font-size: 13px;
	font-size: 1.3rem;
	background: url(../img/esthesalon/tit_news.png) no-repeat 15px 0;
	border-bottom: 1px solid #469568;
}
p.esPostDate {
	margin-top: 1px;
	padding: 10px 15px 0 0;
	text-align: right;
	border-top: 2px solid #469568;
}
.esArticle { padding: 15px 15px 0 15px;}
@media screen and (max-width: 768px) {
#esNewsTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#esNewsTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#esNewsTit div h2 {	margin: 20px 0 20px 15px;}
}
@media screen and (max-width: 497px) {
#esNewsTit { background: #C5E5D5;}
#esNewsTit div h2 {	margin: 20px 0 20px 10px;}
}

/* NEWS HAIR SALON
---------------------------------------------------- */
#hsNewsTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #C8DCF0 url(../img/hairsalon/news.jpg) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#hsNewsTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #4B7ABC;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#hsNewsTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/hairsalon/tit.png) no-repeat;
}
h3.hsPostTit {
	min-height: 35px;
	margin-top: 20px;
	padding: 10px 0 0 130px;
	font-size: 13px;
	font-size: 1.3rem;
	background: url(../img/hairsalon/tit_news.png) no-repeat 15px 0;
	border-bottom: 1px solid #4B7ABC;
}
p.hsPostDate {
	margin-top: 1px;
	padding: 10px 15px 0 0;
	text-align: right;
	border-top: 2px solid #4B7ABC;
}
.hsArticle { padding: 15px 15px 0 15px;}
@media screen and (max-width: 768px) {
#hsNewsTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#hsNewsTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#hsNewsTit div h2 {	margin: 20px 0 20px 15px;}
}
@media screen and (max-width: 497px) {
#hsNewsTit { background: #C8DCF0;}
#hsNewsTit div h2 {	margin: 20px 0 20px 10px;}
}

/* ページ送り
---------------------------------------------------- */
.wp-pagenavi {
    clear: both;
    margin: 30px 0 0 0;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #6DBD97;
    margin: 2px;
    padding: 3px 5px 2px 5px;
    text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border: 1px solid #2F8C59;
}
.wp-pagenavi span.current {
    font-weight: bold;
	color: #5E402B;
    border: 1px solid #5E402B;
}
@media screen and (max-width: 768px) {
.wp-pagenavi { margin: 20px 0 0 0;}
.wp-pagenavi a, .wp-pagenavi span {
	margin: 5px;
	padding: 5px 8px;
}}

/* 404
---------------------------------------------------- */
#errorTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #6DBD97 url(../img/about/about.png) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#errorTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #FFF;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#errorTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/common/tit_error.png) no-repeat;
}
h3#errorSubtit {
	width: 282px;
	margin: 0 auto;
	padding-top: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../img/common/tit_404.png) no-repeat center top;
}
@media screen and (max-width: 768px) {
#errorTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#errorTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#errorTit div h2 { margin: 20px 0 20px 15px;}
}
@media screen and (max-width: 497px) {
#errorTit { background: #6DBD97;}
#errorTit div h2 { margin: 20px 0 20px 10px;}
}

/* 3S
---------------------------------------------------- */
#threeSTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #FFD1C1 url(../img/salon/3s.png) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#threeSTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #FF5E40;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#threeSTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/salon/tit_3s.png) no-repeat;
}
h3#threeSSubtit {
	width: 180px;
	margin: 0 auto;
	padding-top: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../img/salon/tit_3s_s.png) no-repeat center top;
}
ul#threeS {
	height: 400px;
	background: url(../img/salon/bg_3s.png) no-repeat;
}
ul#threeS li { float: left;}
li#threeSConcept {
	width: 430px;
	margin-right: 30px;
	padding: 70px 30px 0 150px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
li#threeSConcept p {
	margin-top: 15px;
	padding: 0 20px 15px 20px;
	border-bottom: 2px solid #2F8C59;
}
li#threeSImg {
    width: 350px;
    padding: 50px 150px 0 0;
}
ul#threeSDetails {
	margin-top: 30px;
	clear: both;
}
ul#threeSDetails li {
	width: 350px;
	margin: 0 15px;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	float: left;
}
ul#threeSDetails li div {
	width: 290px;
	height: 330px;
	padding: 20px 30px 0 30px;
	background: #FFD1C1;
	border-radius: 175px;
	-webkit-border-radius: 175px;
    -moz-border-radius: 175px;
}
ul#threeSDetails li div h4 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #5E402B;
}
ul#threeSDetails li p {
	top: -20px;
	position: relative;
}
@media screen and (max-width: 768px) {
#threeSTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
  	-moz-border-radius: 0;
}
#threeSTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#threeSTit div h2 {	margin: 20px 0 20px 15px;}
ul#threeS {
	height: auto;
	background: none;
}
li#threeSConcept {
	width: 50%;
	margin-right: 5%;
	padding: 0;
}
li#threeSImg {
	width: 45%;
	padding: 15px 0 0 0;
}
ul#threeSDetails { margin-top: 0;}
ul#threeSDetails li {
	width: 100%;
	margin: 20px 0 0 0;
}
ul#threeSDetails li div {
	width: 270px;
	height: 300px;
	padding: 20px 25px 0 25px;
	float: left;		
}
ul#threeSDetails li p {
	width: 40%;
	top: 50px;
	float: right;
}}
@media screen and (max-width: 497px) {
#threeSTit { background: #FFD1C1;}
#threeSTit div h2 {	margin: 20px 0 20px 10px;}
ul#threeS li { float: none;}
li#threeSConcept { width: 100%;}
li#threeSConcept p {
	margin-top: 10px;
	padding: 0 20px 10px 20px;
	border-bottom: 2px solid #2F8C59;
}
li#threeSImg { width: 100%;}
ul#threeSDetails {
	width: 315px;
	margin: 0 auto;
}
ul#threeSDetails li {
	width: 315px;
	margin: 0;
	float: none;
}
ul#threeSDetails li p {
	width: 80%;
	top: -30px;
}}

/* ABOUT AS
---------------------------------------------------- */
#aboutTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #6DBD97 url(../img/about/about.png) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#aboutTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #FFF;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#aboutTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/about/tit.png) no-repeat;
}
h3#desilSubtit {
	width: 282px;
	margin: 0 auto;
	padding-top: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../img/common/tit_about.png) no-repeat center top;
}
ul#desil {
	height: 400px;
	background: url(../img/about/bg.png) no-repeat;
}
ul#desil li { float: left;}
li#desilConcept {
	width: 500px;
	padding: 55px 30px 0 90px;
	font-size: 12px;
	font-size: 1.2rem;
}
li#desilConcept p { margin-top: 10px;}
#desilAbout {
	width: 1068px;
	margin: 30px auto 0 auto;
	padding: 20px;
	text-align: center;
	border: 1px solid #8C6F57;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
table#desilOutline {
	width: 1110px;	
	margin: 30px auto 0 auto;
	border-top: 1px solid #8C6F57;
	border-collapse: collapse;
}
table#desilOutline th {
	width: 150px;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #8C6F57;
}
table#desilOutline th p {
	padding: 8px 15px;
	color: #FFF;
	background: #8C6F57;
}
table#desilOutline td {
	width: 365px;
	padding: 5px;
	border-bottom: 1px solid #8C6F57;
}
table#desilOutline td p br { display: none;}
.desilOutlineS {
	width: 1110px;
	margin: 20px auto 0 auto;
}
.desilOutlineS table {
	width: 730px;
	margin-right: 30px; 
	border-top: 1px solid #8C6F57;
	border-collapse: collapse;
	float: left;
}
.desilOutlineS table th {
	width: 150px;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #8C6F57;
}
.desilOutlineS table th p {
	padding: 10px 15px;
	color: #FFF;
	background: #8C6F57;
}
.desilOutlineS table td {
	width: 430px;
	padding: 5px;
	border-bottom: 1px solid #8C6F57;
}
.desilOutlineS div {
	width: 350px;
	float: right;
}
.desilOutlineS div img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
ul#desilSalon {
	margin-top: 30px;
	clear: both;
}
ul#desilSalon li {
	width: 350px;
	margin: 0 15px;
	float: left;
}
ul#desilSalon li p { margin-top: 5px;}
ul#desilSalon li img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
iframe {
	width: 1080px;
	height: 500px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#yamagatamap, #yonezawamap {
	width: 1080px;
	height: 500px;
	margin: 30px auto 0 auto;
	clear: both;
}
p.map {
	width: 200px;
	margin: 20px auto 0 auto;
	padding: 8px 10px;
	color: #FFF;
	text-align: center;
	background: #8C6F57;
}
p.map a { color: #FFF;}
@media screen and (max-width: 768px) {
#aboutTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#aboutTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#aboutTit div h2 { margin: 20px 0 20px 15px;}
ul#desil {
	height: auto;
	background: none;
}
ul#desil li { float: none;}
li#desilConcept {
	width: 550px;
	margin: 0 auto;
	padding: 0;
}
li#desilConcept p {	margin-top: 20px;}
#desilAbout {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
}
table#desilOutline {
	width: 100%;
	margin: 30px 0 0 0;
	display: block;
}
table#desilOutline tbody, table#desilOutline tbody tr {
	width: 100%;
	display: block;
}
table#desilOutline th {
	width: 30%;
	display: inline-block;
	box-sizing: border-box;
}
table#desilOutline td {
	width: 68%;
	padding: 13px 5px;
	display: inline-block;
	box-sizing: border-box;
}
.desilOutlineS {
	width: 100%;
	margin: 20px 0 0 0;
}
.desilOutlineS table {
	width: 100%;
	margin: 0;
	float: none;
}
.desilOutlineS table th {
	width: 30%;
	box-sizing: border-box;
}
.desilOutlineS table td {
	width: 70%;
	box-sizing: border-box;
}
.desilOutlineS div {
	margin: 20px auto 0 auto;
	text-align: center;
	float: none;
}
ul#desilSalon {
	width: 350px;
	margin: 10px auto 0 auto;
}
ul#desilSalon li {
	width: 350px;
	margin: 0;
	padding-top: 10px;
	float: none;
}
ul#desilSalon li p { text-align: center;}
iframe {
	width: 100%;
	height: 350px;
}
#yamagatamap, #yonezawamap {
	width: 100%;
	height: 350px;
	margin: 20px 0 0 0;
}}
@media screen and (max-width: 497px) {
#aboutTit { background: #6DBD97;}
#aboutTit div h2 { margin: 20px 0 20px 10px;}
li#desilConcept {
	width: 100%;
	margin: 0;
}
table#desilOutline th {
	width: 100%;
	padding: 5px 0;
	display: block;
}
table#desilOutline th p { padding: 8px 5px 8px 10px;}
table#desilOutline td {
	width: 100%;
	padding: 8px 5px 8px 10px;
	display: block;
}
table#desilOutline td p br { display: block;}
th.addr span { display: block;}
.desilOutlineS {
	width: 100%;
	margin: 20px 0 0 0;
}
.desilOutlineS table th {
	width: 100%;
	padding: 5px 0;
	display: block;
}
.desilOutlineS table th p {	padding: 8px 10px;}
.desilOutlineS table td {
	width: 100%;
	display: block;
}
.desilOutlineS div {
	width: 100%;
	margin: 20px 0 0 0;
}
ul#desilSalon {
	width: 100%;
	margin: 10px 0 0 0;
}
ul#desilSalon li {
	width: 100%;
	text-align: center;
}}

/* CONTACT
---------------------------------------------------- */
#contactTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #6DBD97 url(../img/about/about.png) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#contactTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #FFF;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#contactTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/contact/tit.png) no-repeat;
}
h3#mailSubtit {
	width: 282px;
	margin: 0 auto;
	padding-top: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../img/contact/tit_mail.png) no-repeat center top;
}
#contactInfo, #contactError {
	height: 330px;
	padding: 70px 100px 0 100px;
	background: url(../img/about/bg.png) no-repeat;
}
#contactInfo p { margin-top: 20px;}
.error_messe { margin-bottom: 10px;}
#contactInfo div {
	padding: 15px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	background: #FFF;
	border: 1px solid #8C6F57;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#contactError {	text-align: center;}
#contactError .attention { margin-top: 20px;}
#contactTel span { padding: 0 5px;}
#contactTel span br { display: none;}
table#contact {
	width: 1040px;
	margin: 30px auto 0 auto;
	border-top: 1px solid #8C6F57;
	border-collapse: collapse;
}
table#contact th {
	width: 300px;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #8C6F57;
}
table#contact th p {
	padding: 10px 15px;
	color: #FFF;
	background: #8C6F57;
}
#contact th span {
	margin-right: 10px;
	padding: 0 5px;
	font-size: 10px;
	font-size: 1rem;
	color: #F03;
	background: #FFF;
    float: left;
	border-radius: 20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
table#contact td {
	width: 700px;
	padding: 5px 15px;
	border-bottom: 1px solid #8C6F57;
}
table#contact td input {
    width: 100%;
	margin: 5px 0;
	padding: 5px;
	box-sizing: border-box;
}
table#contact td textarea {
    width: 100%;
    height: 250px;
	box-sizing: border-box;
	font-size: 1.1rem;
}
table#contact td p {
	margin-top: 5px;
	color: #F03;
}
#sendBtn {
	padding: 10px 20px !important;
	text-align: center;
}
.mwform-tel-field input { width: auto !important;}
.InquiryButton {
	color: #FFF;
	background: #8C6F57;
	border: none;
	font-size: 1.1rem;
	margin: 0 auto;
	padding: 15px !important;
    width: 30% !important;
}
.InquiryButton:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mw_wp_form .error {
	color: #F03 !important;
	font-size: 1.1rem !important;
}
h3#thanksSubtit {
	width: 282px;
	margin: 0 auto;
	padding-top: 47px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../img/contact/tit_thanks.png) no-repeat center top;
}
#thanks {
	height: 300px;
	padding: 100px 160px 0 160px;
	background: url(../img/about/bg.png) no-repeat;
}
#thanks p {	margin-top: 20px;}
@media screen and (max-width: 768px) {
#contactTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#contactTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#contactTit div h2 { margin: 20px 0 20px 15px;}
#contactInfo, #contactError {
	width: 550px;
	height: auto;
	margin: 20px auto 0 auto;
	padding: 0;
	background: none;
}
#contactTel span br { display: block;}
table#contact {
	width: 100%;
	margin: 20px 0 0 0;
}
table#contact th {
	width: 100%;
	display: block;
	box-sizing: border-box;
}
table#contact td {
	width: 100%;
	padding: 10px 20px;
	display: block;
	box-sizing: border-box;
}
.InquiryButton { width: 80% !important;}
#thanks {
	width: 550px;
	margin: 0 auto;
	padding: 0;
	height: auto;
	background: none;
}}
@media screen and (max-width: 497px) {
#contactTit { background: #6DBD97;}
#contactTit div h2 { margin: 20px 0 20px 10px;}
#contactInfo, #contactError {
	width: 100%;
	margin: 20px 0 0 0;
}
#thanks {
	width: 100%;
	margin: 0;
}}

/* PRIVACY
---------------------------------------------------- */
#policyTit {
	width: 1120px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	background: #6DBD97 url(../img/about/about.png) no-repeat right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#policyTit div {
	width: 1120px;
	height: 180px;
	border: 1px solid #FFF;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#policyTit div h2 {
	margin: 45px 0 0 30px;
	padding-top: 60px;
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/policy/tit.png) no-repeat;
}
h3#privacySubtit {
	width: 282px;
	margin: 0 auto;
	padding-top: 48px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../img/policy/tit_privacy.png) no-repeat center top;
}
#privacy {
	width: 1040px;
	margin: 20px auto 0 auto;
}
#privacy ul { margin: 10px 0 0 15px;}
#privacy ul li {
	padding-top: 10px;
	list-style: outside disc;
}
h3#policySubtit {
	width: 282px;
	margin: 0 auto;
	padding-top: 48px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../img/policy/tit_sitepolicy.png) no-repeat center top;
}
#policy {
	width: 1040px;
	margin: 20px auto 0 auto;
}
#policy ul { margin: 10px 0 0 68px;}
#policy ul li {
	padding-top: 10px;
	list-style: outside disc;
}
#policy h4 {
	min-height: 35px;
	margin-top: 20px;
	padding: 10px 0 0 130px;
	font-size: 15px;
	font-size: 1.5rem;
	background: url(../img/common/bg_subtit.png) no-repeat 15px 0;
	border-bottom: 1px solid #5E402B;
	clear: both;
}
@media screen and (max-width: 768px) {
#policyTit {
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
}
#policyTit div {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#policyTit div h2 {	margin: 20px 0 20px 15px;}
#privacy {
	width: 100%;
	margin: 20px 0 0 0;
}
#privacy ul { margin: 10px 0 0 28px;}
#policy {
	width: 100%;
	margin: 20px 0 0 0;
}
#policy ul { margin: 10px 0 0 28px;}
}
@media screen and (max-width: 497px) {
#policyTit { background: #6DBD97;}
#policyTit div h2 { margin: 20px 0 20px 10px;}
}

/* SITEMAP
---------------------------------------------------- */
#sitemap {
	background: #FFF;
	border-top: 2px solid #6DBD97;
	border-bottom: 2px solid #6DBD97;
	clear: both;
}
#sitemap div {
	width: 1140px;
	margin: 25px auto;
}
#sitemap div ul { float: left;}
ul#sitemapS {
	width: 260px;
	margin-right: 50px;
}
ul#sitemapS li a {
	padding-left: 28px;
	color: #FF5E40;
	background: url(../img/common/icon_salon.png) no-repeat 10px 3px;
}
ul#sitemapS li a:hover { background: url(../img/common/icon_salon.png) no-repeat 13px 3px;}
li.sub { padding-left: 22px !important;}
li#sitemapSTit {
	margin-bottom: 10px;
	padding: 0 0 5px 0 !important;
	color: #FF5E40;
	background: none !important;
	border-bottom: 1px solid #FF5E40;
}
li#sitemapSMenu {
	padding-left: 28px;
	background: url(../img/common/icon_salon_on.png) no-repeat 8px 5px;
}
ul#sitemapES {
	width: 260px;
	margin-right: 50px;
}
ul#sitemapES li a {
	padding-left: 28px;
	color: #469568;
	background: url(../img/common/icon_esthesalon.png) no-repeat 10px 3px;
}
ul#sitemapES li a:hover {
	background: url(../img/common/icon_esthesalon.png) no-repeat 13px 3px;
}
li#sitemapESTit {
	margin-bottom: 10px;
	padding: 0 0 5px 0 !important;
	color: #469568;
	background: none !important;
	border-bottom: 1px solid #469568;
}
li#sitemapESMenu {
	padding-left: 28px;
	background: url(../img/common/icon_esthesalon_on.png) no-repeat 8px 5px;
}
ul#sitemapHS {
	width: 260px;
	margin-right: 50px;
}
ul#sitemapHS li a {
	padding-left: 28px;
	color: #4B7ABC;
	background: url(../img/common/icon_hairsalon.png) no-repeat 10px 3px;
}
ul#sitemapHS li a:hover { background: url(../img/common/icon_hairsalon.png) no-repeat 13px 3px;}
li#sitemapHSTit {
	margin-bottom: 10px;
	padding: 0 0 5px 0 !important;
	color: #4B7ABC;
	background: none !important;
	border-bottom: 1px solid #4B7ABC;
}
li#sitemapHSMenu {
	padding-left: 28px;
	background: url(../img/common/icon_hairsalon_on.png) no-repeat 8px 5px;
}
ul#sitemapInner { width: 210px;}
ul#sitemapInner li a {
	padding-left: 30px;
	background: url(../img/common/icon_contents.png) no-repeat 10px 3px;
}
ul#sitemapInner li a:hover { background: url(../img/common/icon_contents.png) no-repeat 13px 3px;}
@media screen and (max-width: 768px) {
#sitemap {
	background: url(../img/common/bg.png);
	border-bottom: none;
}
#sitemap div {
	width: 94%;
	margin: 20px 3% 0 3%;
}
#sitemap div ul { float: none;}
#sitemap div ul li {
	padding: 8px 0;
	border-bottom: 1px solid#6DBD97;
}
ul#sitemapS {
	width: 100%;
	margin-right: 0;
	background: #FFF;
	border-top: 1px solid#6DBD97;
}
ul#sitemapS li a {
	padding-left: 50px;
	color: #5E402B;
	background: url(../img/common/icon_salon.png) no-repeat 30px 3px;	
}
ul#sitemapS li a:hover { background: url(../img/common/icon_salon.png) no-repeat 30px 3px;}
li#sitemapSTit {
	margin-bottom: 0;
	padding: 8px 0 !important;
}
li#sitemapSMenu {
	padding-left: 50px !important;
	background: url(../img/common/icon_salon_on.png) no-repeat 28px 15px;
}
ul#sitemapES {
	width: 100%;
	margin-right: 0;
	background: #FFF;
}
ul#sitemapES li a {
	padding-left: 50px;
	background: url(../img/common/icon_esthesalon.png) no-repeat 30px 3px;
}
ul#sitemapES li a:hover {
	padding-left: 50px;
	background: url(../img/common/icon_esthesalon.png) no-repeat 30px 3px;
}
li#sitemapESTit {
	margin-bottom: 0;
	padding: 8px 0 !important;
}
li#sitemapESMenu {
	padding-left: 50px !important;
	background: url(../img/common/icon_esthesalon_on.png) no-repeat 28px 15px;
}
ul#sitemapHS {
	width: 100%;
	margin-right: 0;
	background: #FFF;
}
ul#sitemapHS li a {
	padding-left: 50px;
	background: url(../img/common/icon_hairsalon.png) no-repeat 30px 3px;
}
ul#sitemapHS li a:hover {
	padding-left: 50px;
	background: url(../img/common/icon_hairsalon.png) no-repeat 30px 3px;
}
li#sitemapHSTit {
	margin-bottom: 0;
	padding: 8px 0 !important;
}
li#sitemapHSMenu {
	padding-left: 50px !important;
	background: url(../img/common/icon_hairsalon_on.png) no-repeat 28px 15px;
}
ul#sitemapInner {
	width: 100%;
	background: #FFF;
}
ul#sitemapInner li a {
	padding-left: 50px;
	color: #5E402B;
	background: url(../img/common/icon_contents.png) no-repeat 30px 3px;	
}
ul#sitemapInner li a:hover { background: url(../img/common/icon_contents.png) no-repeat 30px 3px;}
}
@media screen and (max-width: 497px) {
ul#sitemapS li a { background: url(../img/common/icon_salon.png) no-repeat 30px 3px;}
}

/* FOOTER
---------------------------------------------------- */
#footer {
	padding: 25px 0;
	background: url(../img/common/bg.png);
	clear: both;
}
.footerBox {
	width: 1140px;
	margin: 0 auto;
}
.footerBox div { float: left;}
.footerBox h4 {
	margin: 0 0 10px 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #6DBD97;
}
.footerBox p { margin-left: 30px;}
.footerBox h5 {
	margin: 10px 0 0 0;
	font-size: 11px;
	font-size: 1.1rem;
}
.footerBox span { padding-left: 5.4em;}
.footerBox li {
	margin-left: 30px;
	float: left;
}
p#copyright {
	padding: 10px 0;
	font-family: 'Century Gothic', sans-serif;
	text-align: center;
	clear: both;
}
p#pageTop {
    position: fixed;
	right: 10px;
    bottom: 200px;
	display: none;
}
p#pageTop a {
    width: 60px;
    height: 60px;
    background: url(../img/common/btn_pagetop.png) no-repeat;
    display: block;
    position: relative;
    text-indent: -9999px;
}
p#pageTop a:hover { background-position: 0 -60px;}
@media screen and (max-width: 768px) {
.footerBox {
	width: 100%;
	margin: 0;
	text-align: center;
}
.footerBox div {
	width: 94%;
	margin: 20px 3% 0 3%;
	float: none;
}
.footerBox div { float: none;}
.footerBox h4 {	margin: 0 0 10px 0;}
.footerBox p { margin-left: 0;}
.footerBox li {
	margin-left: 0;
	float: none;
}
p#copyright {
	padding: 10px 20px 0 20px;
	box-sizing: border-box;
}}
@media screen and (max-width: 497px) {
#footer { padding: 20px 0;}
.footerBox li {	float: none;}
}

/* CLEARFIX
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* Browser Resets
---------------------------------------------------- */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles */
.flexslider {
	width: 100%;
	background: url(../img/common/bg.png);
}
ul.slides {
	width: 1140px;
	margin: 0 auto;
	clear: both;
}
ul.slides li { height: 400px;}
ul.slides li img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
ul.slides {
	width: 100%;
	margin: 0;
}
ul.slides li { height: auto;}
ul.slides li img {
	border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
}
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides { display: block;}
* html .slides { height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block;}

/* FlexSlider Default Theme */
.flexslider {
	position: relative;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport { max-height: 450px;}
.flexslider .slides { zoom: 1;}
.carousel li { margin-right: 5px;}

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
	text-indent : -9999px;
}
.flex-direction-nav a { background: none;}
.flex-direction-nav .flex-prev { background: none;}
.flex-direction-nav .flex-prev:hover { background: none;}
.flex-direction-nav .flex-next { background: none;}
.flex-direction-nav .flex-next:hover { background: none;}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	margin-top: 15px;
	position: absolute;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 10px;
	height: 10px;
	display: block;
	background: #D5D5D5;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.flex-control-paging li a:hover { background: #6DBD97;}
.flex-control-paging li a.flex-active {
	background: #6DBD97;
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: 0.7;
	cursor: pointer;
}
.flex-control-thumbs img:hover { opacity: 1;}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}