@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
.set {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.bg_white {
	background-color: #FFFFFF;
}
.bg_green1 {
	background-color: #13ae67;
}
.bg_green2 {
	background-color: #168a53;
}
.bg_green3 {
	background-color: #136e41;
}
.bg_green4 {
	background-color: #00503e;
}
.bg_green5 {
	background-color: #073e1b;
}
.bg_green6 {
	background-color: #648f2f;
}

.mb_80 {
	margin-bottom: 80px;
}

/* PC */
@media only screen and (min-width: 769px) {
.pc_none {
	display: none;
}

#header-wrapper {
	background-color: rgba(35,24,21,0.6);
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 1000;
}
#header {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	position: relative;
}
#header .logo {
	height: 60px;
	left: 0px;
	top: 10px;
	width: 270px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#header .headtxtbox {
	float: left;
	height: auto;
	width: 400px;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
}
#header .headtxtbox h1 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: 0.15em;
}
#header .headtxtbox p {
	font-size: 9px;
}
#header .nav {
	float: right;
	list-style-type: none;
	margin-top: 30px;
}
#header .nav li {
	float: left;
	width: auto;
	font-size: 18px;
	line-height: 1.5em;
	margin-right: 50px;
	color: rgba(255,255,255,1);
}
#header .nav li:last-child {
	margin-right: 0px;
}
#header .nav li a {
	font-size: 18px;
	line-height: 1.5em;
	color: rgba(255,255,255,1);
	text-decoration: none;
}


.sb-toggle-right {
	height: 80px;
	width: 80px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.sb-toggle-right img {
	width: 100%;
}
.sb-right .side_logo img {
	width: 80%;
	margin: 10%;
}

.global-nav {
	list-style-type: none;
	margin-bottom: 20px;
}
.global-nav li a {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	display: block;
	padding: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align: center;
}
.global-nav li a:hover {
	background-color: #006633;
}

#main-image-wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 850px;
	z-index: 100;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#logobox {
	height: 130px;
	width: 180px;
	z-index: 1000;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#logobox img {
	width: 100%;
	filter: alpha(opacity=30);
	opacity: 0.8;
}

.contents-wrapper {
	width: 100%;
	height: auto;
}
.contents-wrapper .inner {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 80px;
	padding-left: 20px;
}
.contents-wrapper .inner2 {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.contents-wrapper .inner2 .product_image {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}
.titile01 {
	width: 100%;
}
.titile01b {
	float: right;
	height: auto;
	width: 150px;
}
.instabox01 {
	width: 1000px;
	height: auto;
}
.instabox02 {
	width: 990px;
	height: auto;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
.bg_01 {
	background-image: url(image/main-image04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg_04 {
	background-image: url(image/main-image08.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.contents-wrapper.bg_01 .inner h2 {
	font-size: 50px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 50px;
	text-shadow: 0px 0px 5px #333333;
}
.contents-wrapper.bg_01 .inner h3 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 20px;
	text-shadow: 0px 0px 5px #333333;
}
.contents-wrapper.bg_green1 .inner h2, .contents-wrapper.bg_green2 .inner h2, .contents-wrapper.bg_green3 .inner h2, .contents-wrapper.bg_green4 .inner h2, .contents-wrapper.bg_green5 .inner h2, .contents-wrapper.bg_green6 .inner h2 {
	font-size: 35px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 30px;
	text-align: center;
}

.contents-wrapper .txtbox01 {
	height: auto;
	width: 100%;
	margin-top: 80px;
	margin-bottom: 80px;
}
.contents-wrapper .txtbox01 p {
	text-align: center;
	font-size: 24px;
	line-height: 2.2em;
	margin-bottom: 10px;
	color: rgba(255,255,255,1);
}
.contents-wrapper .txtbox02 {
	height: auto;
	width: 480px;
	float: left;
}
.contents-wrapper .txtbox02b {
	height: auto;
	width: 480px;
	float: right;
}
.contents-wrapper .txtbox02 p {
	line-height: 1.6em;
	margin-bottom: 10px;
	text-align: justify;
	font-size: 16px;
}
.contents-wrapper .txtbox02b p {
	line-height: 1.6em;
	margin-bottom: 10px;
	text-align: justify;
	font-size: 16px;
}
.contents-wrapper .txtbox02 p san {
	font-size: 12px;
}
.contents-wrapper .txtbox03 {
	height: auto;
	width: 480px;
	float: right;
}
.contents-wrapper .txtbox03b {
	height: auto;
	width: 480px;
	float: left;
}
.contents-wrapper .inner2 .txtbox03 h2 {
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	margin-top: 130px;
}
.contents-wrapper .inner2 .txtbox03b h2 {
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	margin-top: 130px;
}
.contents-wrapper .txtbox03 dl {
	float: left;
	height: auto;
	width: 100%;
}
.contents-wrapper .txtbox03 dl dt {
	float: left;
	height: auto;
	width: 100%;
	font-size: 15px;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.contents-wrapper .txtbox03 dl dt span {
	font-size: 12px;
}
.contents-wrapper .txtbox03 dl dd {
	float: left;
	height: auto;
	font-size: 15px;
	line-height: 1.6em;
	margin-bottom: 10px;
	margin-left: 2%;
	width: 98%;
}
.contents-wrapper .txtbox03 p {
	line-height: 1.6em;
	font-size: 16px;
	margin-bottom: 10px;
	text-shadow: 0px 0px 5px #333333;
	text-align: justify;
}
.contents-wrapper .txtbox04 {
}
.contents-wrapper .txtbox04 p {
	line-height: 1.6em;
	font-size: 16px;
	margin-bottom: 10px;
	text-shadow: 0px 0px 5px #333333;
	text-align: justify;
}
.contents-wrapper .epilation {
	height: auto;
	width: 480px;
	float: right;
}
.contents-wrapper .epilation .epilation_all {
	background-color: #C6AB9D;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
.contents-wrapper .epilation .epilation_s {
	background-color: #c79f62;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
.contents-wrapper .epilation .epilation_m {
	background-color: #b28146;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
.contents-wrapper .epilation .epilation_l {
	background-color: #946134;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
.contents-wrapper .epilation .epilation-title {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	padding: 5px;
	text-align: center;
}
.contents-wrapper .epilation_inner {
	float: left;
	height: auto;
	width: 215px;
	background-color: #FFF;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 5px;
}
.contents-wrapper .epilation_inner dt {
	float: left;
	height: auto;
	width: 115px;
	font-size: 15px;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-bottom: 3px;
	padding-bottom: 3px;
	color: #333;
}
.contents-wrapper .epilation_inner dd {
	float: left;
	height: auto;
	font-size: 15px;
	line-height: 1.6em;
	width: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-align: right;
	color: #333;
}

.contents-wrapper .epilation_inner2 {
	float: left;
	height: auto;
	width: 450px;
	background-color: #FFF;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 5px;
}
.contents-wrapper .epilation_inner2 dt {
	float: left;
	height: auto;
	width: 450px;
	font-size: 15px;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-bottom: 3px;
	padding-bottom: 3px;
	color: #333;
	text-align: center;
}
.contents-wrapper .epilation_inner2 dd {
	float: left;
	height: auto;
	font-size: 15px;
	line-height: 1.6em;
	width: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-align: right;
	color: #333;
}

.contents-wrapper .epilation_img {
	margin-top: 60px;
	margin-bottom: 200px;
}
.contents-wrapper .esthetician {
}
.contents-wrapper .esthetician img {
	width: 160px;
	margin-right: 60px;
	margin-left: 160px;
	float: left;
}
.contents-wrapper .esthetician .txt01 {
	font-size: 16px;
	line-height: 1.6em;
	margin-top: 20px;
	float: left;
	width: 600px;
}
.contents-wrapper .esthetician .txt02 {
	font-size: 24px;
	float: left;
	width: 600px;
}
.contents-wrapper .esthetician .txt02 span {
	font-size: 14px;
}
.contents-wrapper .esthetician .txt03 {
	font-size: 16px;
	line-height: 1.6em;
	margin-top: 20px;
	float: left;
	width: 600px;
}
.contents-wrapper .reservation h2 {
	color: #000;
	font-size: 50px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 30px;
}
.contents-wrapper .reservation p {
	font-size: 16px;
	text-align: right;
	color: #000;
	line-height: 25px;
}

.contents-wrapper .companyinfo {
	margin-top: 60px;
	font-size: 18px;
	color: rgba(255,255,255,1);
	line-height: 1.8em;
}
.contents-wrapper .companyinfo dt {
	font-size: 18px;
	color: rgba(255,255,255,1);
	line-height: 2em;
	width: 300px;
	float: left;
	text-align: center;
}
.contents-wrapper .companyinfo dd {
	font-size: 18px;
	color: rgba(255,255,255,1);
	line-height: 2em;
	width: 700px;
	float: left;
}



#info {
	margin-top: -80px;
	padding-top: 80px;
}




#footer-wrapper {
	background-color: #FFFFFF;
	padding-top: 80px;
}
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 60px;
	text-align: center;
	color: rgba(51,51,51,1);
}
#footer-wrapper #footer .footer_logo {
	margin-bottom: 20px;
	height: auto;
	width: 580px;
	margin-right: 210px;
	margin-left: 210px;
}
#footer-wrapper #footer .footer_map {
	height: 350px;
	width: 480px;
}
#footer-wrapper #footer .map a {
	font-size: 16px;
	color: #333;
}
#footer-wrapper #footer .map a:hover {
	text-decoration: none;
}
#footer-wrapper #footer .info01 {
	font-size: 22px;
	color: #333;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 10px;
}
#footer-wrapper #footer .info02 {
	font-size: 22px;
	color: #333;
}
#footer-wrapper #footer_bottom {
	background-color: #604c3f;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(255,255,255,1);
}
#footer-wrapper #footer_bottom_inner {
	width: 80px;
	margin-bottom: 5px;
	padding-right: 150px;
	padding-bottom: 10px;
	padding-left: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
}
#footer-wrapper #footer_bottom #footer_bottom_inner li {
	float: left;
	height: 40px;
	width: 40px;
	margin-right: 20px;
	margin-left: 20px;
}
#footer-wrapper #footer_bottom p {
	font-size: 14px;
	color: rgba(255,255,255,1);
}

#pagetop {
	height: 40px;
	width: 70px;
	bottom: 20px;
	position: fixed;
	right: 20px;
	z-index: 6;
}
#pagetop p {
	height: 40px;
	width: 70px;
	display: block;
	overflow: hidden;
	position: relative;
}
#pagetop p a {
	background-image: url(image/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 0px;
	width: 70px;
	padding-top: 70px;
}

.yoyaku {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.newspic {
	width:23%;
	margin:1%;
}

.instabox02 {
	width: 990px;
	height: auto;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
}


.product_bg_01 {
	background-image: url(image/product_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.product_bg_02 {
	background-image: url(image/product_bg02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.product_bg_03 {
	background-image: url(image/product_bg03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.contents-wrapper .productbox {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.contents-wrapper .product_inner {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.contents-wrapper .product_inner .product_titile {
	width: 100%;
	margin-bottom: 30px;
}
.contents-wrapper .product_inner .txtbox_r {
	float: right;
	width: 40%;
}
.contents-wrapper .product_inner .txtbox_l {
	float: left;
	width: 40%;
}

.contents-wrapper .product_inner h2 {
	font-size: 50px;
	text-align: center;
	margin-bottom: 30px;
	color: rgba(255,255,255,1);
	text-shadow: 0 0 5px #999;
}
.contents-wrapper .product_inner p {
	font-size: 25px;
	text-align: justify;
	margin-bottom: 30px;
	color: rgba(255,255,255,1);
	text-shadow: 0 0 5px #999;
	line-height: 1.6em;
}

}



/*  */
@media only screen and (max-width: 768px) {
.sp_none {
	display: none;
}
#header-wrapper {
	background-color: rgba(100,76,61,0.8);
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 1000;
}
#header {
	height: 50px;
}
#header .logo {
	height: 40px;
	left: 0px;
	top: 10px;
	float: left;
	padding: 5px;
}

.sb-toggle-right {
	height: 50px;
	width: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.sb-toggle-right img {
	padding: 5px;
	height: 40px;
}
.sb-right .side_logo img {
	width: 80%;
	margin: 10%;
}

.global-nav {
	list-style-type: none;
	margin-bottom: 20px;
}
.global-nav li a {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	display: block;
	padding: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align: center;
}
.global-nav li a:hover {
	background-color: #644C3D;
}

#main-image-wrapper {
	height: 220px;
	z-index: 100;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 50px;
}
#logobox {
	height: auto;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1000;
	position: absolute;
	color: #111;
	right: 10px;
	bottom: 10px;
}
#logobox img {
	width: 100%;
	filter: alpha(opacity=30);
	opacity: 0.6;
}

.contents-wrapper {
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.contents-wrapper .inner {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 50px;
}
.titile01 {
	font-size: 150%;
	text-align: center;
	color: #000;
}
.titile01b {
	float: right;
	height: auto;
	width: 100px !important;
}

.contents-wrapper .inner2 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.contents-wrapper .inner2 .product_image {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}

.instabox01 , .instabox02 {
	height: auto;
}
.bg_01 {
	background-color: #FFF;
	background-image: url(image/main-image04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg_04 {
	background-color: #FFF;
	background-image: url(image/main-image08.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg_01 img {
	width: 100%;
}
.inner .titile01 {
	width: 150%;
    margin-bottom: 20px;
    margin-left: -25%;
}
.inner .titile01a {
	width: 150%;
	margin-bottom: -50px;
	margin-left: -25%;
}
.contents-wrapper.bg_01 .inner h2 {
	font-size: 300%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	color: #000;
}
.contents-wrapper.bg_01 .inner h3 {
	font-size: 110%;
	font-weight: normal;
	margin-bottom: 10px;
	color: #000;
}
.contents-wrapper.bg_green1 .inner h2, .contents-wrapper.bg_green2 .inner h2, .contents-wrapper.bg_green3 .inner h2, .contents-wrapper.bg_green4 .inner h2, .contents-wrapper.bg_green5 .inner h2, .contents-wrapper.bg_green6 .inner h2 {
	font-size: 150%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	padding-bottom: 5px;
}

.contents-wrapper .txtbox01 {
}
.contents-wrapper .txtbox01 p {
	line-height: 1.6em;
	font-size: 130%;
	margin-bottom: 10px;
	text-align: justify;
	color: #fff;
}
.contents-wrapper .txtbox02 {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	padding: 0px;
}
.contents-wrapper .txtbox02 p , .contents-wrapper .txtbox02b p {
	line-height: 1.6em;
	margin-bottom: 10px;
	text-align: justify;
	font-size: 120%;
}
.contents-wrapper .txtbox02 .sp_title , .contents-wrapper .txtbox02b .sp_title {
	line-height: 1.6em;
	margin-bottom: 10px;
	text-align: center;
	font-size: 130%;
	color: rgba(98,76,62,1);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgba(98,76,62,1);
	font-weight: bold;
	margin-top: 20px;
}
.contents-wrapper .txtbox02 p san {
	font-size: 90%;
}
.contents-wrapper .txtbox03 {
}
.contents-wrapper .txtbox03 dl {
	float: left;
	height: auto;
	width: 100%;
}
.contents-wrapper .txtbox03 dl dt {
	font-size: 110%;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.contents-wrapper .txtbox03 dl dt span {
	font-size: 90%;
}
.contents-wrapper .txtbox03 dl dd {
	font-size: 110%;
	line-height: 1.6em;
	margin-bottom: 10px;
	margin-left: 2%;
	width: 98%;
}
.contents-wrapper .txtbox03 p {
	line-height: 1.6em;
	font-size: 16px;
	margin-bottom: 10px;
	text-shadow: 0px 0px 5px #333333;
	text-align: justify;
}
.contents-wrapper .txtbox04 {
}
.contents-wrapper .txtbox04 p {
	line-height: 1.6em;
	font-size: 110%;
	margin-bottom: 10px;
	text-shadow: 0px 0px 5px #333333;
	text-align: justify;
	padding-top: 10px;
}
.contents-wrapper .epilation {
}
.contents-wrapper .epilation .epilation_all {
	background-color: #C6AB9D;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
.contents-wrapper .epilation .epilation_s {
	background-color: #c79f62;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
.contents-wrapper .epilation .epilation_m {
	background-color: #b28146;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
.contents-wrapper .epilation .epilation_l {
	background-color: #946134;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
.contents-wrapper .epilation .epilation-title {
	font-size: 110%;
	font-weight: normal;
	color: #FFF;
	padding: 5px;
	text-align: center;
}
.contents-wrapper .epilation_inner {
	background-color: #FFF;
	margin-right: 2.5%;
	margin-bottom: 10px;
	margin-left: 2.5%;
	padding: 2.5%;
	float: left;
	width: 90%;
}
.contents-wrapper .epilation_inner dt {
	float: left;
	height: auto;
	width: 50%;
	font-size: 15px;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-bottom: 3px;
	padding-bottom: 3px;
	color: #333;
}
.contents-wrapper .epilation_inner dd {
	float: left;
	height: auto;
	font-size: 15px;
	line-height: 1.6em;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-align: right;
	color: #333;
}

.contents-wrapper .epilation_inner2 {
	background-color: #FFF;
	margin-right: 2.5%;
	margin-bottom: 10px;
	margin-left: 2.5%;
	padding: 2.5%;
	float: left;
	width: 90%;
}
.contents-wrapper .epilation_inner2 dt {
	float: left;
	height: auto;
	width: 100%;
	font-size: 15px;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-bottom: 3px;
	padding-bottom: 3px;
	color: #333;
	text-align: center;
}

.contents-wrapper .epilation_img {
	margin-top: 20px;
	width: 100%;
}
.contents-wrapper .esthetician {
}
.contents-wrapper .esthetician img {
	width: 150px;
	float: left;
	padding-right: 10px;
}
.contents-wrapper .esthetician .txt01 {
	font-size: 110%;
	line-height: 1.6em;
	padding-top: 60px;
}
.contents-wrapper .esthetician .txt02 {
	font-size: 120%;
}
.contents-wrapper .esthetician .txt02 span {
	font-size: 90%;
}
.contents-wrapper .esthetician .txt03 {
	font-size: 110%;
	line-height: 1.6em;
	clear: both;
	padding-top: 10px;
}
.contents-wrapper .reservation h2 {
	color: #000;
	font-size: 300%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 30px;
}
.contents-wrapper .reservation p {
	font-size: 110%;
	text-align: right;
	color: #000;
}
.contents-wrapper .reservation p a {
	color: #000;
}

.contents-wrapper .companyinfo {
	margin-top: 0px;
	font-size: 14px;
	color: rgba(255,255,255,1);
	line-height: 1.8em;
}
.contents-wrapper .companyinfo dt {
	font-size: 130%;
	color: rgba(255,255,255,1);
	line-height: 1.5em;
	width: 100%;
	float: left;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgba(255,255,255,1);
}
.contents-wrapper .companyinfo dd {
	font-size: 110%;
	color: rgba(255,255,255,1);
	line-height: 1.5em;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

#info {
	margin-top: -50px;
	padding-top: 50px;
}




#footer-wrapper {
	padding-top: 30px;
}
#footer {
	padding-bottom: 30px;
	text-align: center;
	max-width: 500px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
#footer .titile01 {
	width: 150%;
    margin-left: -25%;
}
#footer-wrapper #footer .footer_logo {
	margin-bottom: 20px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}
#footer-wrapper #footer .footer_map {
	width: 100%;
	margin-bottom: 10px;
}
#footer-wrapper #footer .map a {
	font-size: 110%;
	color: #333;
}
#footer-wrapper #footer .info01 {
	font-size: 130%;
	color: #333;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 10px;
}
#footer-wrapper #footer .info02 {
	font-size: 110%;
	color: #FFF;
}
#footer-wrapper #footer_bottom {
	background-color: #624C3E;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer-wrapper #footer_bottom_inner {
	margin-bottom: 5px;
	padding-right: 85px;
	padding-bottom: 10px;
	padding-left: 85px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	list-style-type: none;
	height: 40px;
	width: 80px;
	margin-right: auto;
	margin-left: auto;
	color: rgba(255,255,255,1);
}
#footer-wrapper #footer_bottom #footer_bottom_inner li {
	float: left;
	height: 40px;
	width: 40px;
	margin-right: 20px;
	margin-left: 20px;
}
#footer-wrapper #footer_bottom p {
	font-size: 80%;
	color: rgba(255,255,255,1);
}

#pagetop {
	height: 29px;
	width: 50px;
	bottom: 40px;
	position: fixed;
	right: 10px;
	z-index: 6;
}
#pagetop p {
	height: 29px;
	width: 50px;
	display: block;
	overflow: hidden;
	position: relative;
}
#pagetop p a {
	background-image: url(image/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50px 29px;
	-webkit-background-size: 50px 29px;
	-moz-background-size: 50px 29px;
	display: block;
	height: 29px;
	width: 50px;
	padding-top: 29px;
}

.newspic {
	width: 46%;
	margin: 2%;
}
.yoyaku {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

.product_bg_01 {
	background-image: url(image/product_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.product_bg_02 {
	background-image: url(image/product_bg02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.product_bg_03 {
	background-image: url(image/product_bg03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.contents-wrapper .productbox {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.contents-wrapper .product_inner {
	width: 100&;
	height: auto;
}
.contents-wrapper .product_inner .product_titile {
	width: 150%;
	margin-bottom: 20px;
	margin-left: -25%;;
}
.contents-wrapper .product_inner .txtbox_r {
	float: left;
	width: 100%;
}
.contents-wrapper .product_inner .txtbox_l {
	float: left;
	width: 100%;
}

.contents-wrapper .product_inner h2 {
	font-size: 160%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: rgba(255,255,255,1);
	text-shadow: 0 0 5px #999;
}
.contents-wrapper .product_inner p {
	font-size: 130%;
	text-align: justify;
	margin-bottom: 30px;
	color: rgba(255,255,255,1);
	text-shadow: 0 0 5px #999;
	line-height: 1.6em;
}

}
