@charset "UTF-8";

/*共通
----------------------------------------------------*/
a:link, a:visited {

}

a:active, a:hover {
	text-decoration:none;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
body {
	background-color: #FAF8F5;
	color: #6F6F6E;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
th {
}
li {
	*display: inline;/*スターハックしてる*/
	*zoom: 1;/*ここもスターハック*/
}
header {
	background-color: #FFF;
}
.datatable {
	width: 100%;
}
.datatable .green001 {
	background-color: #E0EFD8;
}
.datatable .green002 {
	background-color: #EFF7EB;
}

/*ヘッダー
----------------------------------------------------*/
#header {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	padding-bottom: 0px;
	width: auto !important;
	width: 900px;
	display: block;
	background-color: #FFF;
}
#site_id {
	float: left;
}
#header_contact {
	float: right;
s
	font-size: 0px;
}

/*フッター
----------------------------------------------------*/
footer {
	background-color: #FFF;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	clear: both;
	width: auto !important;
	width: 900px;
}
#footer a:link {
}
#footer ul {
	margin-bottom: 30px;
}
#footer ul li {
	list-style-type: none;
	margin-right: 1em;
	padding-right: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	display: inline;
	line-height: 180%;
	white-space: nowrap;
	color: #666;
}
#footer .last {
	border-right-style: none;
	margin-right: 0px;
	padding-right: 1em;
}
#footer ul li a {
	color: #666;
}
address {
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
#footer .fL {
	margin-bottom: 20px;
	text-align: left;
}
#footer .fR {
	width: 350px;
	margin-top: 30px;
}
#footer .fR p {
	font-size: 90%;
	margin-bottom: 10px;
}
#footer table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FAF8F5;
	border-left-color: #FAF8F5;
	width: 350px;
	margin-bottom: 10px;
}
#footer th {
	background-color: #F5F1EB;
}
#footer table td {
	background-color: #FAF8F5;
}
#footer td, #footer th {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	text-align: left;
}
#footer p.copyright {
	clear: both;
	text-align: center;
	background-image: url(../images/copyright_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 80%;
}

/*ナビゲーション
----------------------------------------------------*/
nav {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: auto;
	display: block;
	text-align: center;
	background-image: url(../images/gnavi_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#gnav {
	clear: both;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
	width: auto !important;
	width: 900px;
}
#gnav li {
	list-style-type: none;
	float: left;
}
#gnav a {
	display: block;
	font-size: 0px;
	text-decoration: none;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding: 0;
	background-image: url(../images/gnavi_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#gnav a:hover {
	background-color: #E4D5AB;
}
/*ホーム
----------------------------------------------------*/
#mainvisual {
	background-color: #B3D9A9;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: right;
	background-image: url(../images/mainvisual_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainvisual .box {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	width: auto !important;
	width: 900px;
}
#mainvisual .box .fL {
	padding-top: 245px;
}
#mainvisual .box .bxslider {
	background-image: url(../images/mainvisual_bg.png);
	background-position: center top;
	text-align: center;
}
ul.bxslider {
  text-align: center;
}
ul.bxslider li {
  display: -moz-inline-box;/*for FF2*/
  display: inline-block;/*Modern Browser & FF3*/
}
/* Windows IE6 only */
* html .bxslider li {
  display: inline;
  zoom: 1;
}
/* Windows IE7 only */
*+html .bxslider li {
  display: inline;
  zoom: 1;
}
.bxslider a {

}
.bxslider .current {

}
#open {
	text-align: center;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: auto !important;
	width: 900px;
}
#open ul {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0px;
}

#open li {
	list-style-type: none;
	display: inline;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
#topmenu {
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
	text-align: center;
	margin-top: 50px;
	font-size: 0px;
	margin-bottom: 50px;
	width: auto !important;
	width: 900px;
}
#topmenu ul li  {
	display: inline;
}
#topmenu img {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}


/*カテゴリータイトル
----------------------------------------------------*/
#category {
	clear: both;
	height: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #B3D9A9;
	background-image: url(../images/category_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#category h2 {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	width: auto !important;
	width: 900px;
}
/*パンクズ
----------------------------------------------------*/
#pankuzu {
	padding-right: 20px;
	padding-left: 20px;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 30px;
	width: auto !important;
	width: 900px;
	margin-bottom: 50px;
}
/*コンテンツ
----------------------------------------------------*/
#contents {
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
	clear: both;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: auto !important;
	width: 900px;
}
#contents h3 {
	margin-top: 50px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7DB071;
	clear: both;
	font-size: 140%;
	line-height: 160%;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #7DB071;
	letter-spacing: 0.2em;
}
#contents h3.simple {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents h4 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 30px;
	color: #EC679C;
}
#contents #menu h4 {
	margin-top: 0px;
}
#contents #persistence h4 {
	margin-top: 0px;
}
#contents #pattern h4 {
	margin-top: 0px;
}
#contents #about_box h3 {
	text-align: center;
	border-bottom-style: none;
	background-image: url(../../about/images/003.gif);
	background-repeat: repeat-x;
}
#contents #about_box .fL {
	width: 45%;
}
#contents #about_box .fR {
	width: 45%;
}
#contents #about_box dt {
	float: left;
	clear: both;
	margin-bottom: 30px;
}
#contents #about_box dd {
	padding-left: 120px;
	margin-bottom: 30px;
	clear: right;
	padding-top: 10px;
}
#contents h5 {
	font-size: 100%;
}
#contents li {
	margin-left: 1em;
	margin-bottom: 0.5em;
}
#pagetop {
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	clear: both;
	width: auto !important;
	width: 900px;
}
#pagetop a {
	background-image: url(../images/icon_pagetop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
}
footer {
	clear: both;
}
.wp-pagenavi {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
}

.wp-pagenavi a, .wp-pagenavi span {
	padding:5px 10px 6px 10px;
	background-color: #eee;
	background-color: #f9f9f9;
	background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
	background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color: #efefef;
	background-image: -webkit-linear-gradient(top, #eaeaea, #f9f9f9);
	background-image: -moz-linear-gradient(top, #eaeaea, #f9f9f9);
}

.wp-pagenavi span.current {
	background-color: #444;
	background-image: -webkit-linear-gradient(top, #444, #555);
	background-image: -moz-linear-gradient(top, #444, #555);
	border: 1px solid #444;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	margin-right: 2px;
	margin-left: 2px;
}
.wp-pagenavi span.pages {
	margin-right: 2px;
}
.wp-pagenavi  a {
	margin-right: 2px;
	margin-left: 2px;
}
.wp-pagenavi .nextpostslink {
	margin-left: 2px;
}
.wp-pagenavi .previouspostslink {
	margin-right: 2px;
}

#contents ul.default_list li{
	list-style-type: none;
	background-image: url(../images/list001.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-bottom: 1em;
}
/*施術までの流れ
----------------------------------------------------*/
#step {
	background-color: #FFF;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
#step div.box {
	background-color: #F3F3F3;
	padding: 20px;
	clear: both;
}
#step h4 {
	float: left;
	margin-bottom: 20px;
	margin-top: 0px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 120%;
}
#step .box .clearfix {
	clear: both;
}
.course {
	float: right;
	margin-bottom: 20px;
}
#contents .course li {
	list-style-type: none;
	font-size: 0px;
	margin-left: 5px;
	float: left;	
}
.icon_step {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*ロキュンプとは
----------------------------------------------------*/
#persistence div.box01 {
	float: left;
	margin-left: 20px;
	max-width: 400px;
	clear: both;
	width: auto !important;
	width: 400px;
}
#persistence div.box02 {
	float: right;
	max-width: 400px;
	margin-right: 20px;
	width: auto !important;
	width: 400px;
}
#persistence h4 {
	margin-bottom: 20px;
	background-color: #25150A;
	line-height: 100%;
	padding: 0px;
	border: 3px solid #000;
}
#persistence h4.bg001 {
	background-image: url(../../about/images/persistence001_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#persistence h4.bg002 {
	background-image: url(../../about/images/persistence002_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#persistence h4.bg003 {
	background-image: url(../../about/images/persistence003_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#persistence h4.bg004 {
	background-image: url(../../about/images/persistence004_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#persistence li {
	list-style-position: outside;
}
#campaign {
	padding: 19px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
#campaign h3 {
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#persistence p.title {
	background-image: url(../../about/images/persistence_tit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	-moz-background-size:contain;
	background-size:contain;
	padding-top: 30%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	clear: both;
	width: 100%;
}
#contents #gallery {
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
	text-align: center;
	margin-top: 50px;
	font-size: 0px;
	width: auto !important;
	width: 900px;
}
#contents #gallery ul li  {
	display: inline;
}
#gallery img {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
/*脱毛コース・料金
----------------------------------------------------*/
#menu div.attention {
	background-color: #FFF;
	margin-bottom: 30px;
	font-size: 100%;
	line-height: 160%;
	border: 1px solid #ECEBE9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#menu .photo {
	margin-bottom: 30px;
}
#menu #course .txtBold {
	font-size: 130%;
}
.price .fL , .price .fR{
}
#parts_point {
	clear: both;
}
#parts001 {
	background-image: url(../../menu/images/pats001.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
}
#parts002 {
	background-image: url(../../menu/images/pats002.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
}
#parts003 {
	background-image: url(../../menu/images/pats003.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
}
#parts_point .clearfix {
	clear: both;
	margin-top: 30px;
}
#parts_point .fL {
	padding-left: 100px;
}
#parts_point h4 {
	margin-top: 10px;
}
#energy001 {
	background-image: url(../../esthetic/001/images/energy_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 200px;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 100px;
	font-size: 120%;
	line-height: 180%;
}
#rocyumpdiet {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 30px;
	padding-top: 19px;
	padding-right: 19px;
	padding-left: 19px;
	padding-bottom: 19px;
}
#rocyumpdiet .datatable {
	clear: both;
}
#rocyumpdiet h4 {
	margin-top: 0px;
	margin-bottom: 20px;
}
#course {
	margin-bottom: 50px;
}
#course .clearfix {
	clear: both;
	padding: 20px;
}
#course .clearfix .fL {
	text-align: left;
}
#course .clearfix .fR {
	float: none;
	padding-left: 350px;
}
#course strong {
	font-weight: bold;
	color: #900;
}
#course h5 {
	margin-bottom: 10px;
}
/*アクセス
----------------------------------------------------*/
#map {
}
#map .fL {
	max-width: 350px;
	width: auto !important;
	width: 350px;
}
#map .photo {
	float: left;
	margin-left: 10px;
}
#map ol {
	padding-left: 2em;
	margin-bottom: 20px;
}
#map .txtArea {
	margin-top: 10px;
}

/*サイトマップ
----------------------------------------------------*/
#sitemap {
}
#contents #sitemap li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-bottom: 10px;
	font-weight: bold;
	background-image: none;
	padding-left: 1em;
}
#contents #sitemap li li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-bottom: 0px;
	background-image: none;
	font-weight: normal;
}
/*ブログ
----------------------------------------------------*/
#blog h3{
	margin-bottom: 5px;
}
#blog p.date {
	margin-bottom: 40px;
	text-align: right;
}
#blog p {
	margin-bottom: 1em;
}
#searchArea {
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	width: auto !important;
	width: 900px;
}
#searchArea #s {
	width: 30%;
}
#blog p .aligncenter {
	text-align: center;
}
#blog p .alignleft {
	text-align: left;
}
#blog p .alignright {
	text-align: right;
}

#pagenavi {
	text-align: center;
}
/*診療予約
----------------------------------------------------*/
#reservation {
	margin-top: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 60%;
}
#reservation form {
	text-align: left;
}
#reservation .txtArea {
	text-align: left;
	margin-bottom: 20px;
}
#reservation textarea {
	width: 100%;
}
.mfp_buttons button {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

@media screen and (max-width: 900px) {
/*フッター
----------------------------------------------------*/
#footer .fL, #footer .fR {
	float: none;
}
#footer .fR {
	width: 80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#footer .fL {
	text-align: center;
}

#footer .fR table {
	width: 100%;
}
#footer .fR p {
	text-align: left;
}
#footer p.copyright {
	text-align: center;
}

#footer {
	float: none;
	text-align: center;
}
/*ナビゲーション
----------------------------------------------------*/
#gnav a {
    float: none;
    margin: 0 0 1px 0;
    width: 100%;
}
#gnav a {
    float: none;
    margin: 0 0 1px 0;
    width: 100%;
}
#gnav li {
    float: none;
	
}
/*トップページ
----------------------------------------------------*/
#mainvisual {
}
#mainvisual .box  {
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
	width: auto !important;
	width: 900px;
}
#mainvisual .box .fL {
	text-align: center;
	float: none;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainvisual .box .fR {
	text-align: center;
	float: none;
}
#open {
	padding-left: 20px;
	padding-right: 20px;
}
#open li {
	display: block;
}
/*ロキュンプとは
----------------------------------------------------*/

/*脱毛コース・料金表
----------------------------------------------------*/

#efficacy .fR {
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
#efficacy .photoL {
	text-align: center;
	margin-top: 20px;
}
#menu #course .fL {
	text-align: center;
	float: none;
}
#menu #course .fR {
	padding-left: 0px;
	margin-top: 20px;
}
#course .clearfix {
	padding: 10px;
}
/*アクセス
----------------------------------------------------*/
#map .fL {
	max-width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 20px;
}
#map .fL .datatable {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#map .fR {
	float: none;
	text-align: center;
}
#map .txtArea {
	text-align: left;
}
#map ol {
	text-align: left;
}
#map .photo {
	display: inline;
	float: none;
}
#map .photo img {
	margin-top: 10px;
}
#map .fR .clearfix {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
}
@media screen and (max-width: 480px) {
/*共通
----------------------------------------------------*/
#wrapper {
	min-width: 240px;
}
th {
	white-space: normal;
}
.photoR {
	float: none;
	text-align: center;
	margin-left: 0;
}
#blog .alignright {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#blog .alignleft {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#blog .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.txtR {
	float: none;
	text-align: center;
	margin-left: 0;
}
#category h2 {
	text-align: center;
	margin-left: 0;
}
/*ヘッダー
----------------------------------------------------*/
#site_id {
	float: none;
}
#header_contact {
	float: none;
	padding-top: 10px;
	font-size: 0px;
}
/*フッター
----------------------------------------------------*/
#footer .fR {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/*トップページ
----------------------------------------------------*/
#mainvisual {
}
/*ロキュンプとは
----------------------------------------------------*/
#contents #about_box .fL {
	width: 100%;
	float: none;
}
#contents #about_box .fR {
	width: 100%;
	clear: both;
	float: none;
}
/*施術までの流れ
----------------------------------------------------*/
#step {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
#step .photoL {
	float: none;
	text-align: center;
	margin-right: 0;
}
#step ul.pL1em {
	padding-left: 0px;
	list-style-position: outside;
}
.photoR {
	float: none;
	text-align: center;
	margin-left: 0;
}
ul.course {
	float: none;
	text-align: center;
	clear: both;
}
#contents ul.course li{
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: center;
	float: none;
}
#pattern h4.fL {
	float: none;
	text-align: center;
	margin-right: 0;
}
/*脱毛コース・料金表
----------------------------------------------------*/

#efficacy .photoL {
	float: none;
	text-align: center;
	margin-right: 0;
}
/*ブログ
----------------------------------------------------*/
#searchArea #s {
	width: 50%;
}
/*サイトマップ
----------------------------------------------------*/
#sitemap {
	background-image: none;
}
/*診療予約
----------------------------------------------------*/
#reservation {
	width: 100%;
}
/*カテゴリー
----------------------------------------------------*/
#category {
	background-color: #D5EDD0;
}

#category.salon,
#category.flow,
#category.menu,
#category.posture,
#category.common,
#category.access {
	background-image: none;
}
}
