@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/


/*//////////////////////////////////////////////////////////////////////////*/


/*//////                                                              //////*/


/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/


/*//////                                                              //////*/


/*//////////////////////////////////////////////////////////////////////////*/


/*                                                                          */


/*    base.css   スタイルの初期設定を行うため、変更しないで下さい。      */


/*    fonts.css  フォントの初期設定を行うため、変更しないで下さい。      */


/*                                                                          */


/*==========================================================================*/


/*==========================================================================*/


/*                           Common-Setting                                 */


/*==========================================================================*/


/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
	font-size: 12px;
	line-height: 20px;
}

img {
	vertical-align: bottom;
}

h1 {}


/* Header内で設定 */

h2 {}

h3 {}

h4 {}

a {
	color: #b7a717;
	text-decoration: underline;
	transition: 0.3s;
}

a:hover,
a:active {
	color: #b7a717;
	text-decoration: none;
	outline: none;
}

a:hover img,
a:active img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

a:visited {}

ul {}

li {}

dl {}

dt {}

dd {}

table {
	width: 100%
}

th,
td {}

th {}

td {}

p,
td,
dd {
	line-height: 1.7em;
}

p {
	margin: 0 0 1.5em;
}

.section {
	padding: 0 0px 30px 0px;
}

.section2 {
	padding: 0 0px 10px 0px;
}

.section .section {
	padding: 0 0 10px;
}

.image_l {
	float: left;
	margin: 0 16px 15px 0;
}

.image_r {
	float: right;
	margin: 0 0 15px 16px;
}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}

#toTop {
	border: medium none;
	bottom: 50px;
	cursor: pointer;
	display: none;
	height: 60px;
	margin: 0;
	overflow: hidden;
	position: fixed;
	right: 50px;
	text-decoration: none;
	width: 60px;
	z-index: 100;
}

.bold {
	font-weight: bold;
}

.font-serif {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

br.sp_only {
	display: none
}


/* add
------------------------------------------------------------------------*/


/* add
------------------------------------------------------------------------*/

.mb0 {
	margin-bottom: 0;
}

.mb05 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mt0 {
	margin-top: 0;
}

.mt05 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px!important;
}

.mt-30 {
	margin-top: -30px!important;
}

.mr0 {
	margin-right: 0!important;
}

.mr5 {
	margin-right: 5px!important;
}

.mr10 {
	margin-right: 10px!important;
}

.ml0 {
	margin-left: 0!important;
}

.ml5 {
	margin-left: 5px!important;
}

.ml10 {
	margin-left: 10px!important;
}

.mr_20 {
	margin-right: 20px;
}

#content .w5 {
	width: 5%;
}

#content .w10 {
	width: 10%;
}

#content .w15 {
	width: 15%;
}

#content .w20 {
	width: 20%;
}

#content .w25 {
	width: 25%;
}

#content .w30 {
	width: 30%;
}

#content .w33 {
	width: 33%;
}

#content .w35 {
	width: 35%;
}

#content .w40 {
	width: 40%;
}

#content .w45 {
	width: 45%;
}

#content .w50 {
	width: 50%;
}


/*==========================================================================*/


/*                            Container                                     */


/*==========================================================================*/

html {
	background: none;
}

body {
	color: #333;
	text-align: center;
	background: #FFFCF5;
}

#wrapper {
	background: url(../images/header_bg.jpg) center top repeat-x;
	min-width: 980px;
}

#main {
	margin: 0 auto;
	text-align: left;
}

.under #main_inner {}


/*under */

.under #main {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

.under #content {
	text-align: left;
	width: 690px;
	float: left;
}

.inner {
	width: 950px;
	margin: 0 auto;
}


/*==========================================================================*/


/*                               Header                                     */


/*==========================================================================*/

#header {
	position: relative;
	z-index: 10000;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	height: 152px;
}

#header h1 {
	color: #937232;
	font-size: 9px;
	padding-top: 10px;
}

#header .header01 {
	position: relative;
	height: 30px;
}

#header .header02 {
	padding-top: 12px;
	margin-bottom: 11px;
}

#header .btn_search {
	position: absolute;
	right: 0;
	top: 2px;
}

#header .btn_search #s {
	margin-top: 2px;
}

#header #logo {
	float: left;
	margin: 0;
	padding-top: 3px;
}

#header ul.header_list {
	float: right;
}

#header ul.header_list li {
	float: left;
}

#header ul.header_list li.pd {
	padding: 6px 20px 0 0;
}

#header #gnavi li {
	float: left;
}

#header #gnavi li a:hover img {
	/*20160205追記*/
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.btn_search input {
	color: #947232;
	background: url(../images/btn_find.png) 0 0 no-repeat;
	/*	width:135px;*/
	height: 21px;
	border: none;
	font-size: 10px;
	padding: 0px 10px 0 25px;
}

.btn_search input.bt {
	color: #947232;
	background: none;
	width: 29px;
	height: 20px;
	border: none;
	padding: 0px;
	margin-top: -5px;
}

.index_box02 a {
	text-decoration: none;
}


/*==========================================================================*/


/*                              Footer                                      */


/*==========================================================================*/

#footer a {
	color: #ece1d2;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

address {
	padding: 0 0 60px;
}

#footer {
	clear: both;
	text-align: center;
	background: #221202;
}

#eye-care-20140601 #footer,
#reserve #footer,
#hair-removal-20141001 #footer,
#body-20141001 #footer,
#removal_reason #footer,
#eyecare_reason #footer,
#eyecare #footer,
#removal #footer,
#company #footer,
#leciel #footer,
#qa #footer {
	margin-top: 70px;
}

#footer_inner {
	padding-top: 20px
}

#index #footer_inner,
#campaign_detail_05 #footer_inner,
#eye-care-20140601 #footer_inner,
#reserve #footer_inner,
#hair-removal-20141001 #footer_inner,
#body-20141001 #footer_inner,
#index #footer_inner,
#removal_reason #footer_inner,
#eyecare_reason #footer_inner,
#eyecare #footer_inner,
#removal #footer_inner,
#company #footer_inner,
#leciel #footer_inner,
#qa #footer_inner,
#slim #footer_inner,
#facial #footer_inner,
#price #footer_inner,
#about #footer_inner {
	background: none;
}

#footer .footer_01,
#footer .footer_02,
#footer .footer_03 {
	float: left;
	border-left: #4f4132 1px solid;
	min-height: 188px;
	width: 25%;
	text-align: left;
	font-size: 80%;
	box-sizing: border-box
}

#footer .footer_02 {
	width: 25%;
	padding: 10px;
	border-right: #4f4132 1px solid;
}

#footer .footer_04 {
	border: none;
	float: right;
	margin: 0;
}

#footer .footer_01 .footer_tit,
#footer .footer_02 .footer_tit,
#footer .footer_03 .footer_tit {
	font-weight: bold;
	margin: 10px 0 5px 10px;
	color: #ffffff;
}

#footer .footer_01 .footer_tit a,
#footer .footer_02 .footer_tit a,
#footer .footer_03 .footer_tit a {
	color: #ffffff;
	font-size: 11px;
}

#footer .pd_t20 {
	padding-top: 20px;
}

#footer .pd_TOP {
	padding-top: 30px;
}

#footer .mb50 {
	margin-bottom: 50px;
}

#footer ul.footer_list li {
	line-height: 1.8em;
	padding-left: 20px;
}

#footer address {
	color: #9c938c;
	font-size: 10px;
}

ul.footer_bnr_list {
	padding: 48px 0;
}

ul.footer_bnr_list2 {
	padding: 60px 0;
}

ul.footer_bnr_list li {
	float: left;
	margin-right: 10px;
}

.footer_bnr_list li.last {
	float: right;
	margin: 0;
}

.flink {
	padding: 20px 0 30px 0;
}

.footer_banner {
	padding-top: 0;
	display: block;
}

.footer_banner li {
	display: inline-block;
	margin: 10px;
	margin-bottom: 10px;
	width: 200px;
}

.footer_banner li img {
	width: 100%
}


/*==========================================================================*/


/*                             Contents                                     */


/*==========================================================================*/

#top_info {
	position: relative;
	z-index: 9999;
}

.under #top_info {
	margin-bottom: 15px;
	padding-top: 15px;
}

.under #top_info h2 {
	display: none;
}

.topic_path {
	text-align: left;
	width: 950px;
	margin: 0 auto;
}

.topic_path li {
	display: inline;
	color: #AB9929;
	font-size: 10px;
}

.topic_path li a {
	color: #AB9929;
	font-size: 10px;
}

.main_img {
	margin-bottom: 30px;
}


/* index
------------------------------------------------------------------------*/

#slides {
	position: absolute;
	left: -166px;
	height: 347px;
	width: 1280px;
}

#slideshow {
	position: relative;
	height: 347px;
	margin: 0 auto;
}


/* slide */

.rslides {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px !important;
}

.rslides_container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
}

.centered-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	left: 0;
	opacity: 0.7;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("themes.gif") no-repeat left top;
	margin-top: -45px;
}

.centered-btns_nav:active {
	opacity: 1.0;
}

.centered-btns_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.transparent-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	left: 0;
	display: block;
	background: #fff;
	/* Fix for IE6-9 */
	opacity: 0;
	filter: alpha(opacity=1);
	width: 48%;
	text-indent: -9999px;
	overflow: hidden;
	height: 91%;
}

.transparent-btns_nav.next {
	left: auto;
	right: 0;
}

.large-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	opacity: 0.6;
	text-indent: -9999px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	background: #000 url("themes.gif") no-repeat left 50%;
	width: 38px;
}

.large-btns_nav:active {
	opacity: 1.0;
}

.large-btns_nav.next {
	left: auto;
	background-position: right 50%;
	right: 0;
}

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
	outline: none;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
	margin-top: 10px;
	text-align: center;
}

.transparent-btns_tabs {
	bottom: 3px;
	position: absolute;
	right: 180px;
	z-index: 9999;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
	display: inline;
	float: none;
	_float: left;
	*float: left;
	margin-right: 5px;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: url(../images/btn_slide01.png) no-repeat;
	display: inline-block;
	_display: block;
	*display: block;
	width: 10px;
	height: 10px;
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
	background: url(../images/btn_slide01_active.png) no-repeat;
}


/*slide*/


/*==========================================================================*/


/*                            navigation                                    */


/*==========================================================================*/

#navi {
	float: right;
	width: 218px;
	text-align: center;
	padding: 6px;
	background: #EFE9D1;
	margin-bottom: 70px;
}

#navi a {
	font-size: 12px;
	color: #656666;
}

#navi dl {
	background: #fff;
	padding: 7px;
	margin-bottom: 6px;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#navi dl li a {
	padding: 8px 0 8px 22px;
	;
	background: url(../images/bg_list_navi02.png) 8px 15px no-repeat;
	display: block;
	border-bottom: 1px dotted #E8DFD4;
}

#navi .navi_dl01 a {
	color: #7F5D25;
	font-weight: bold;
	background: url(../images/bg_list_navi01.png) 8px 15px no-repeat;
}

#navi dl li.last a,
#navi dl li:last-child a {
	border-bottom: none;
	padding-bottom: 0px;
}

.navi_list_bnr {
	margin-top: 15px;
}

.navi_list_bnr li {
	margin-bottom: 10px;
}

.navi_list_bnr li.last {
	margin-bottom: 0px;
}


/*form --- */

.tb_form textarea {
	width: 488px !important;
}

.tb_form th {
	width: 25%;
}

.submit_confirm_button {
	cursor: pointer;
}

.tb_form label.fmail_label_enabled {
	background: #EFE9D1
}


/* under
------------------------------------------------------------------------*/

.under h2 {
	margin-bottom: 15px;
}

.under h3 {
	color: #ffffff;
	margin-bottom: 15px;
	background: url(../images/bg_h3.jpg) 0 bottom no-repeat;
	padding: 5px 0 5px 5px;
}

.under h3.h3_none {
	margin-bottom: 25px;
	background: none;
	padding: 0;
}

.under h3.h3_none01 {
	margin-bottom: 23px;
	background: #ede7d1;
	padding: 11px 5px 7px 13px;
	font-weight: bold;
	font-size: 15px;
	color: #A68961;
}

.under h3.h3_none02 {
	background: none;
	font-size: 18px;
	font-weight: bold;
	color: #A68961;
	margin-bottom: 5px;
	border-bottom: solid 2px #A68961;
	padding-left: 0;
}

.under h3.h3_none03 {
	margin-bottom: 25px;
	background: url(../images/bg_h3_02.jpg) 0 bottom no-repeat;
	font-weight: bold;
	font-size: 15px;
	color: #A68961;
}

.under h3.h3_title {
	/*            height: 42px;*/
	margin-bottom: 25px;
	padding: 0px 0px 10px;
	color: #a38761;
	font-size: 34px;
	line-height: 100%;
	border-bottom: 2px solid #a38761;
	background: none;
}

.under h3.h3_title span {
	font-size: 15px;
	margin-left: 0.4em;
}

.under h4 {
	margin-bottom: 15px;
	background: url(../images/bg_h4.jpg) 0 bottom no-repeat;
	color: #937131;
	padding: 9px 0 9px 15px;
	line-height: 1;
}

.under h4.h4_none {
	font-size: 15px;
	margin: 0 0 10px 0;
	background: url(../images/bg_h4.jpg) 0 top no-repeat;
	color: #937131;
	padding: 9px 0 4px 15px;
	font-weight: bold;
	height: 32px;
}

.under h4.h4_none02 {
	background: none;
	font-size: 18px;
	font-weight: bold;
	color: #A68961;
	margin-bottom: 5px;
	border-bottom: solid 2px #A68961;
	padding-left: 0;
}

.under h4.h4_none03 {
	background: none;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	border-bottom: dotted 1px #333333;
	margin-top: 30px;
	padding: 0 0 15px 0;
}

.under h4.font-serif {
	font-size: 30px;
	margin: 0;
	padding: 0;
	color: #fff;
}

.under h5 {
	margin-bottom: 12px;
	color: #473916;
	padding: 0 0 10px 5px;
	border-bottom: #e1d4b1 1px solid;
}

.under table {
	margin-bottom: 20px;
	border: #ccc 1px solid;
}

.under table td,
.under table th {
	border: #ccc 1px solid;
}

.under table th {
	color: #936e3a;
	font-weight: bold;
	background: #fcf9f4;
	width: 20%;
}

.under table td {}

.under table.contact_table th {
	width: 25%;
}
.under table.contact_table th,
.under table.contact_table td {
	padding: 15px;
	font-size: 16px;
}
	.under table.contact_table td:first-of-type {
		width: 50px;
		text-align: center;
	}
	.under table.contact_table td .must {
		padding: 3px 7px;
		border-radius: 2px;
		background: #a79100;
		font-size: 11px;
		color: #fff;
	}
input {
	padding: 3px;
	height: 40px; 
	line-height: 40px; 
}
select {
	padding: 3px;
	height: 40px;
	border-radius: 3px;
	font-size: 18px !important;
}
input[type="radio"] {
	margin:0 5px 0 10px;
	border:none;
	top:-2px;
	width:15px;
	height:15px;
}
	.mwform-radio-field label {
		display: block;
		height: 20px;
		font-size: 16px;
		text-align: left;
	}
		.mwform-radio-field label input {
			float: left;
		}
		.mwform-radio-field label .mwform-radio-field-text {
			float: left;
		}
.mwform-checkbox-field label {
	float: left;
	display:inline-block;
	margin-right: 20px;
}
input[type="checkbox"] {
	margin:0 5px 0 10px;
	border:none;
	top:-2px;
	width:15px;
	height:15px;
}
	.mwform-checkbox-field label {
		width: 100%;
		height: 25px;
		font-size: 16px;
		text-align: left;
		line-height: 1;
	}
		.mwform-checkbox-field label input {
			float: left;
		}
		.mwform-checkbox-field label .mwform-checkbox-field-text {
			float: left;
		}
input[type="text"], input[type="email"], input[type="url"] {
	width: 450px;
	height: 40px;
	font-size: 18px;
}
input[type="number"] {
	width: 80px;
	height: 40px;
	font-size: 18px;
}
.mwform-tel-field { width: 100%; border: none; text-align: left; }
.mwform-tel-field input {
	width: 80px;
	height: 40px;
	font-size: 18px;
}
.submit {
	margin: 0 auto;
	text-align:center;
}
.submit input {
	margin: 20px auto;
	padding: 10px 0 20px;
	width: 350px;
	height: 60px;
	border: none;
	background: #d70072;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.mw_wp_form_confirm .submit input{
	margin: 20px auto;
	padding: 10px 0 20px;
	width: 350px;
	height: 60px;
	border: none;
	background: #d70072;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.mw_wp_form_confirm .back input{
	width: 200px;
	height: 50px !important;
	border:none;
	background: #888;
	overflow:hidden;
	cursor:pointer;
	color: #fff;
}
.back{
	margin:0 auto 30px;
	text-align:center;
}
.thanks {
	margin: 0 auto 40px;
	padding: 20px 20px 10px;
	border: 1px solid #d4c298;
	font-size: 16px;
	text-align: center;
}
.error {
	display: block;
	font-size: 16px !important;
	color: #d70072;
}

.ui-datepicker-calendar th { background: #fff !important; font-size: 13px !important; }
.ui-datepicker-calendar th, .ui-datepicker-calendar td { padding: 1px !important; }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { font-size: 14px !important; height: auto; }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { font-size: 12px !important; }

.under ul.list_link li,
.under ul.list01 li {
	margin: 0 0 7px 0;
}

.under ul.list01 li,
.under ul.list_link li a {
	background: url(../images/bg_list01.jpg) left 6px no-repeat;
	padding-left: 15px;
}

.under .txt_bold {
	font-weight: bold;
}

.under .h5_title {
	width: 690px;
	margin-bottom: 20px;
	padding: 8px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 110%;
	background-color: #ffb8b4;
	box-sizing: border-box;
	overflow: hidden;
}


/* end under
------------------------------------------------------------------------*/

#content .mb0 {
	margin-bottom: 0;
}

table td.txt_R {
	text-align: right;
}

.under .txt_tit {
	font-size: 17px;
	font-weight: bold;
	color: #A68961;
	line-height: 1.6em;
}

.under .txt_tit02 {
	font-size: 15px;
	font-weight: bold;
	color: #A68961;
	line-height: 1.7em;
}

.under .txt_tit03 {
	font-size: 12px;
	font-weight: bold;
	color: #A68961;
	margin-bottom: 5px;
}

.under .txt_tit04 {
	font-size: 12px;
	margin-bottom: 5px;
}

.under .txt_small {
	font-size: 90%;
}

#flow dl.flow_dl {}

#flow dl.flow_dl dt {
	background: url(../images/under_step_01.png) center top no-repeat;
	padding: 30px 30px 2px;
	font-size: 180%;
	color: #bb465f;
	font-weight: bold;
	font-family: "Kozuka Mincho Pr6N";
}

#flow dl.flow_dl dt span {
	border-bottom: 1px dotted #FF999A;
	display: block;
	padding-bottom: 5px;
}

#flow dl.flow_dl dd {
	background: url(../images/under_step_02.png) center bottom no-repeat;
	padding: 20px 35px 130px;
	margin-bottom: 40px;
}

#flow dl.flow_dl dd.last {
	background: url(../images/under_step_03.png) center bottom no-repeat;
	padding: 20px 35px 80px;
	margin: 0;
}

#qa dl.list_qa {
	padding: 20px;
	margin-bottom: 25px;
	border-bottom: solid 2px #f5f0dd;
}

#qa dl.last {
	margin: 0;
	border-bottom: none;
}

#qa dl.list_qa dt {
	color: #000;
	font-weight: bold;
	padding: 5px 0px 13px 40px;
	background: url(../images/qa_icon01.png) no-repeat;
}

#qa dl.list_qa dt span {
	padding: 0 15px 0 10px;
	font-size: 20px;
}

#qa dl.list_qa dd {
	padding-top: 10px;
}

#qa dl.list_qa dd.qa_ans {
	background: url(../images/qa_icon02.png) no-repeat;
	padding: 5px 0px 8px 40px;
}

#qa dl.list_qa dd.txt_R {
	text-align: right;
	background: url(../images/totop_icon.png) 510px 16px no-repeat;
}

#qa dl.list_qa dd span {
	padding: 0 15px 15px 20px;
	font-size: 20px;
	font-weight: bold;
	color: #bb465f;
}

#qa ul.qa_btn li {
	float: left;
	padding-right: 9px;
}

#qa ul.qa_btn li.last {
	float: right;
	padding: 0;
}

.qa_box01 {
	background-color: #fffcf5;
	padding: 20px;
	margin-bottom: 20px;
}

.qa_box01_last {
	background-color: #fffcf5;
	padding: 20px;
	margin-bottom: 70px;
}

.qa_box01 ul li {
	margin-bottom: 5px;
	background: url(../images/qa_icon01.png) no-repeat;
	padding: 5px 0px 8px 40px;
}

.qa_box01_last ul li {
	margin-bottom: 5px;
	background: url(../images/qa_icon01.png) no-repeat;
	padding: 5px 0px 8px 40px;
}

.qa_box01 ul li a {
	color: #666666;
}

.qa_box01_last ul li a {
	color: #666666;
}

.under .frame_01 {
	/*	border:3px #FF989B dotted;*/
	position: relative;
	overflow: hidden;
	padding: 15px 0px;
	border-bottom: dotted 1px #333333;
}

.under .frame_01 dt {
	float: left;
	font-size: 12px;
	background: url(../images/salon_icon.png) 0 no-repeat;
	padding-left: 15px;
	width: 100px;
}

.under .frame_01 dt a {
	color: #A68961;
}

.under .frame_01 dd {
	font-size: 12px;
}

.under .frame_01 dd.access-info {
	margin-left: 120px;
	width: 320px;
}

.under .frame_03 {
	border-bottom: dotted 1px #333333;
	overflow: hidden;
	margin-top: -35px;
	padding-bottom: 10px;
}

.under .frame_04 {
	border-bottom: dotted 1px #333333;
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 10px;
}

.under .frame_03 dt {
	float: left;
	margin-right: 80px;
	font-size: 12px;
	width: 100px;
}

.under .frame_03 dd {
	float: left;
}

.under .frame_04 dt {
	float: left;
	margin-right: 80px;
	font-size: 12px;
	width: 100px;
}

.under .frame_04 dd {
	float: left;
}


/*-----------------------------------------*/

.under .bg_list {
	background: url(../images/bg_list02.jpg) 0 bottom repeat-y;
	padding: 0 35px 35px 35px;
}

.bg_list_02 {
	background: url(../images/bg_list_top.jpg) 0 top repeat-y;
	padding-top: 22px;
}


/*
.list_news{
	height:300px;
	overflow:auto;
}
*/


/* 20150828 .bg_list li 柴田更新 padding 10px 0 => 7px 0 */

.under .bg_list li {
	color: #917045;
	border-bottom: 1px solid #B1B1B1;
	padding: 7px 0;
}

.under .bg_list li a {
	color: #A68961;
	text-decoration: none;
}

.under .bg_list li a:hover {
	color: #A68961;
	text-decoration: underline;
}

#removal dl.box_01,
#leciel dl.box_01 {
	width: 221px;
	float: left;
	margin-right: 13px;
}

#removal dl.last,
#leciel dl.last {
	width: 221px;
	float: right;
	margin-right: 0;
}

#removal dl.box_01 dt,
#leciel dl.box_01 dt {
	margin-bottom: 15px;
}

#removal dl.box_01 p.heightLine,
#leciel dl.box_01 p.heightLine {
	margin-bottom: 10px;
	min-height: 60px;
	padding: 0 5px;
}

#removal .w_pd {
	padding: 20px 254px 0;
	text-align: center;
	clear: both;
	display: block;
}

.under .bg_step {
	background: url(../images/removal_step_bg.png) 0 0 repeat;
	padding: 13px;
	overflow: hidden;
}

#removal .bg_step {
	background: url(../images/removal_step_bg.png) 0 0 repeat;
	padding: 13px;
	overflow: hidden;
}

#removal .bg_step .step {
	display: block;
	margin-bottom: 25px;
}

#removal .bg_step .step_last {
	display: block;
	margin-bottom: 0;
}

#removal .bg_step .step dt,
#removal .bg_step .step_last dt {
	float: left;
}

#removal .bg_step .step dd,
#removal .bg_step .step_last dd {
	float: right;
	width: 365px;
	padding: 10px 0;
}

#removal ul.txt_tit05 {}

#removal ul.txt_tit05 li {
	font-size: 15px;
	font-weight: bold;
	color: #A68961;
	line-height: 2.0em;
}

#removal .removal_list {
	background-image: url(../images/removal_img_11.png);
	margin-bottom: 10px;
	overflow: hidden;
	height: 216px;
}

#slim .slim_step01 dt {
	background: url(../images/slim_step_dt_01.png) 0 0 no-repeat;
	padding: 12px 474px 21px 14px;
	color: #7C5D26;
	font-size: 200%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}

#slim .slim_step01 dd {
	background: url(../images/slim_step_dd_01.png) 0 bottom no-repeat;
	padding: 5px 15px 15px;
}

#slim .slim_step02 dt {
	background: url(../images/slim_step_dt_02.png) 10 10 no-repeat;
	padding: 12px 474px 21px 14px;
	color: #7C5D26;
	font-size: 200%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px
}

#slim .slim_step02 dd {
	background: url(../images/slim_step_dd_02.png) 0 bottom no-repeat;
	padding: 5px 15px 15px;
}

#slim .slim_step01 table,
#slim .slim_step02 table {
	background: #FFFFFF;
}

#slim .slim_inner {
	width: 132px;
	float: left;
	margin-right: 7px;
}

#slim .slim_inner dt {
	margin-bottom: 10px;
	color: #7C5D26;
	font-weight: bold;
	text-align: center;
	min-height: 40px;
}

#slim .slim_box dl.last {
	float: right;
	margin-right: 0;
}

#slim .step_box01 {
	background-color: #FFF;
	padding: 20px 0;
	margin-bottom: 50px;
}

#slim .step_box01_inner {
	margin: 0px 35px;
}

#slim .step_box01_inner dl {
	float: left;
	width: 140px;
	margin-right: 18px;
}

#slim .step_box01_inner dl.last {
	float: right;
	margin-right: 0px;
}

#slim .step_box01_inner dd {
	background-color: #F5F2E0;
	color: #A68961;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	width: 140px;
	height: 40px;
	margin-bottom: 10px;
}

#slim .step_box01 dt {
	font-size: 10px;
	margin-bottom: 20px;
}

#slim .step_box02_inner {
	margin: 0px 114px;
}

#slim .step_box02_inner dl {
	float: left;
	width: 140px;
	margin-right: 18px;
}

#slim .step_box02_inner dl.last {
	float: right;
	margin-right: 0px;
}

#slim .step_box02_inner dd {
	background-color: #F5F2E0;
	color: #A68961;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	width: 140px;
	height: 40px;
	margin-bottom: 10px;
}

#slim .step_box02 dt {
	font-size: 10px;
	margin-bottom: 20px;
}

#slim .step_box03 dl {
	margin-bottom: 20px;
}

#slim .step_box03 dt {
	color: #A68961;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}

#slim .col210 {
	float: left;
	width: 97px;
	margin: 0 15px 15px 0;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

#slim .col210 img {
	width: 100%;
	height: auto
}

#slim #slim_360_box {
	float: left;
	width: 320px;
}

#slim #slim_360_box img {
	width: 100%;
}

#slim #slim_360_box p {
	margin-left: 10px;
	font-weight: 600
}

#slim #slim_360_box_2 {
	float: left
}

#slim #slim_360_box_2 p {
	margin-left: 10px;
}

#slim .price_360 {
	float: left;
	width: 330px;
}

#slim .price_360 li {
	float: left;
	display: block;
	width: 110px;
	padding: 5px;
	box-sizing: border-box;
	font-size: 10px
}

#slim .price_360 li img {
	width: 100%;
}

#bust-care .imglist li {
	float: left;
	margin: 0 4px 8px;
	padding: 0 0 4px;
	width: 220px;
	background-color: #ede7d1;
	border: 1px solid #ede7d1;
}

#bust-care .imglist li img {
	margin-bottom: 4px;
}

#bust-care .imglist li span {
	display: inline-block;
	margin: 4px 0;
	width: 100%;
	font-size: 90%;
	color: #a68961;
	text-align: center;
}

#trouble .arrow_list {
	background: url(../images/arrow_03.png) center top no-repeat;
	text-align: center;
	padding: 60px 0 70px;
	font-weight: bold;
	font-size: bold;
}

#trouble .box_trouble li {
	float: left;
	width: 134px;
	background: url(../images/removal_step_bg.png) 0 0 repeat;
	padding: 13px;
	overflow: hidden;
	min-height: 80px;
	margin: 0 16px 20px 0;
}

#trouble .box_trouble li.last {
	float: right;
	margin: 0 0 20px 0;
}

#view_map {
	position: relative;
	height: 524px;
}

.toolchip {
	display: none;
}

.tb_com th {
	text-align: left;
}

.main_map {
	position: relative;
}

#view_map p {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	width: 35px;
	height: 35px;
}

#view_map p>a {
	color: #dd3158;
	display: block;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
	width: 50px;
	height: 25px;
}

#view_map p a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#view_map p.bottom a {
	padding: 0 0 16px;
	text-align: center;
}

#view_map p.left a {
	padding: 0 22px 0 0;
}

#view_map p.right a {
	padding: 0 0 0 22px;
}

#view_map p.bottomL a {
	padding: 0 0 13px 20px;
}

#view_map p.top a {
	padding: 18px 0 0;
}

#view_map p.bottomR a {
	padding: 0 13px 18px 0;
}

#view_map p.pinS a {}

#view_map p span.toolchip {
	background: #DD3157;
	display: none;
	height: 55px;
	left: -30px;
	line-height: 1.8;
	padding: 6px 3px;
	position: absolute;
	top: -30px;
	width: 109px;
	z-index: 100;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#view_map p span.toolchip a {
	color: #fff;
	background: none;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin: 4px auto;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

#view_map p span.toolchip a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/*--------------*/

.under dl.step01,
.under dl.step02,
.under dl.step03,
.under dl.step04,
.under dl.step05,
.under dl.step06 {
	padding: 0 0 0px 83px;
}

.under dl.step01 {
	background: url(../images/step01.jpg) left 10px no-repeat;
	background-position: left center;
}

.under dl.step02 {
	background: url(../images/step02.jpg) left 10px no-repeat;
	background-position: left center;
	height: 52px;
}

.under dl.step03 {
	background: url(../images/step03.jpg) left 10px no-repeat;
	background-position: left center;
	height: 52px;
}

.under dl.step04 {
	background: url(../images/step04.jpg) left 10px no-repeat;
	background-position: left center;
	height: 52px;
}

.under dl.step05 {
	background: url(../images/step04-15.jpg) left 10px no-repeat;
	background-position: left center;
	height: 52px;
}

.under dl.step06 {
	background: url(../images/step06.jpg) left 10px no-repeat;
	background-position: left center;
	height: 52px;
}

.under dl.step01 dt,
.under dl.step02 dt,
.under dl.step03 dt,
.under dl.step04 dt,
.under dl.step05 dt,
.under dl.step06 dt {
	margin-bottom: 15px;
	font-size: 21px;
	color: #a68961;
}

.under dl.step01 dt span,
.under dl.step02 dt span,
.under dl.step03 dt span,
.under dl.step04 dt span,
.under dl.step05 dt span,
.under dl.step06 dt span {
	font-size: 14px;
}

.under .box_left {
	float: left;
	width: 414px;
	height: 170px;
}

.under .box_left04 {
	float: left;
	width: 414px;
	box_left;
	height: 150px;
}

.under .box_left03 {
	float: left;
	width: 414px;
}

.under .box_left dl {
	display: table-cell;
	vertical-align: middle;
	height: 170px;
}

.under .box_left04 dl {
	display: table-cell;
	vertical-align: middle;
	height: 150px;
}

.under .box_left02 {
	float: left;
	width: 414px;
	margin-top: 0px;
}

.under .box_right {
	float: right;
	width: 276px;
}

.under .step_inner {
	border-bottom: #656666 1px dotted;
	overflow: hidden;
	margin-bottom: 10px;
}

.under .step_inner .image_r img {
	width: 250px
}

.under .step_inner2 {
	padding-bottom: 30px;
	border-bottom: #656666 1px dotted;
	overflow: hidden;
	margin-bottom: 48px;
	padding-bottom: 48px;
}

.under .step_last {
	padding-bottom: 0px;
	border-bottom: none;
	overflow: hidden;
	margin-bottom: 0px;
}

.price-txt {
	display: block;
	margin: 10px 0;
	font-size: 24px;
	color: #a68961;
}

.price-txt-blue,
.price-txt-green,
.price-txt-pink,
.price-txt-white {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 6px 0 0;
	padding: 3px 6px;
	background-color: #5dbffe;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 5px;
	display: inline-block
}

.price-txt-green {
	background-color: #4dc593;
}

.price-txt-pink {
	background-color: #ff8c82;
}

.price-txt-white {
	display: block;
	float: right;
	margin: 0 0 0 6px;
	padding: 4px 6px;
	color: #ff8c82;
	font-size: 12px;
	line-height: 100%;
	background-color: #fff;
}


/*-------* * *-------*/

.under .frame_02 {
	background: #ffffff;
	border: 2px #EFE9D0 solid;
	padding: 20px;
	overflow: hidden;
}

.under .frame_02 p.mb0 {
	margin-bottom: 0;
}

.under .frame_02 .cont_02 {
	width: 375px;
	float: left;
	/*            height: 170px*/
}

.ver_middle {
	display: table-cell;
	vertical-align: middle;
	height: 170px;
}

.under .frame_02 .cont_02 ul.frame02_list {
	margin-bottom: 5px;
}

.under .frame_02 .cont_02 ul.frame02_list li {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #68C3FF;
	float: left;
	padding: 5px 10px;
	margin-right: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.under .frame_02 .cont_02 .frame02_tit {
	font-size: 24px;
	color: #A68961;
	font-family: "Kozuka Mincho Pr6N";
	margin-bottom: 10px;
	font-weight: bold;
}

.under .frame_02 .cont_02 .frame02_tit span {
	font-size: 18px;
	color: #A68961;
	font: 62.5% Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: bold;
}

.under .frame_02 .cont_02 ul.frame02_btn li.li_01,
.under .frame_02 .cont_02 ul.frame02_btn li.li_02 {
	float: left;
	font-weight: bold;
	border: #A68961 1px solid;
	text-align: center;
	padding: 3px 5px;
}

.under .frame_02 .cont_02 ul.frame02_btn li.li_01 {
	/*            width: 35px;*/
	color: #ffffff;
	background: #A68961;
}

.under .frame_02 .cont_02 ul.frame02_btn li.li_02 {
	width: 100px;
	color: #A68961;
	background: #ffffff;
	margin-right: 10px;
}

#eyecare .removal_box01 {
	margin-bottom: 15px;
}

#eyecare .removal_box01 dl {
	margin-bottom: 20px;
}

#eyecare .removal_box01 dt {
	color: #A68961;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
}

#facial .frame_02 .cont_02 ul.frame02_list li {
	background: #00AC65;
}

#facial .cont_02 a {
	margin-bottom: 10px;
}


/*----------------------------*/

#qa #content {
	text-align: left;
	width: 750px;
	margin: 0 auto;
	float: none;
	background-color: #ffffff;
	padding: 20px;
}

#qa #content #inner {
	width: 690px;
	margin: 0 auto;
}

#company #content,
#salon #content {
	text-align: left;
	width: 690px;
	margin: 0 auto;
	float: none;
}

#company .frame_05 {
	background-color: #FFF;
	padding: 20px;
}

#company .frame_05 dl {
	border-top: dotted 1px #333333;
	padding: 20px 0;
	color: #666666;
}

#company .frame_05 dl.last {
	border-bottom: dotted 1px #333333;
	padding: 20px 0;
	color: #666666;
}

#company .frame_05 dt {
	float: left;
	width: 30%;
	margin-right: 50px;
}

#company #content,
#leciel #content {
	text-align: left;
	width: 690px;
	margin: 0 auto;
	float: none;
	background: #FFF;
	padding: 20px;
}

#privacy #content {
	text-align: left;
	width: 690px;
	margin: 0 auto;
	float: none;
	padding: 20px;
}

.number p {
	margin-bottom: 5px !important;
	text-indent: -1em;
	padding-left: 1em;
}

#privacy #content div.cap {
	border: 1px solid #ede7d1;
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: -5px;
	font-size: 12px !important
}

.under .frame_02 .cont_03 {
	width: 405px;
	float: left;
	height: 170px
}

.under .frame_02 .cont_03 ul.frame03_list {
	margin-bottom: 5px;
}

.under .txt_info {
	font-size: 85%;
}

.under .frame_02 .cont_03 ul.frame03_list li {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #F88B80;
	float: left;
	padding: 5px 10px;
	margin-right: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.under .frame_02 .cont_03 .frame02_tit {
	font-size: 24px;
	color: #A68961;
	font-family: "Kozuka Mincho Pr6N";
	margin-bottom: 10px;
	font-weight: bold;
}

.under .frame_02 .cont_03 .frame02_tit span {
	font-size: 18px;
	color: #A68961;
	font: 62.5% Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: bold;
}

.under .frame_02 .cont_03 ul.frame02_btn li.li_01,
.under .frame_02 .cont_03 ul.frame02_btn li.li_02 {
	float: left;
	font-weight: bold;
	border: #A68961 1px solid;
	text-align: center;
	padding: 3px 5px;
}

.under .frame_02 .cont_03 ul.frame02_btn li.li_01 {
	width: 35px;
	color: #ffffff;
	background: #A68961;
}

.under .frame_02 .cont_03 ul.frame02_btn li.li_02 {
	width: 100px;
	color: #A68961;
	background: #ffffff;
	margin-right: 10px;
}

.under .title_01 {
	color: #A68961;
	font-weight: bold;
	font-size: 160%;
	margin-bottom: 10px;
}

.under .white_box01 {
	background: #ffffff;
	padding: 22px;
	overflow: hidden;
	width: 690px;
}

#trouble .trouble_list01 {
	float: left;
	margin: 0 21px 0 0;
	width: 201px;
}

#trouble .trouble_last {
	float: left;
	margin: 0;
	width: 201px;
}

#trouble .trouble_list01 a,
#trouble .trouble_last a {
	color: #656666;
}

#trouble .list_01 li {
	background: url(../images/trouble_list01.jpg) 18px 15px no-repeat;
	color: #656666;
	padding: 10px 0 10px 42px;
	border-bottom: 1px dotted #656666;
}

#trouble .list_02 li {
	background: url(../images/trouble_list02.jpg) 18px 15px no-repeat;
	color: #656666;
	padding: 10px 0 10px 42px;
	border-bottom: 1px dotted #656666;
}

#trouble .list_03 li {
	background: url(../images/trouble_list03.jpg) 18px 15px no-repeat;
	color: #656666;
	padding: 10px 0 10px 42px;
	border-bottom: 1px dotted #656666;
}

#removal .removal_box01 {
	background: url(../images/removal_bg_01.png) 0 bottom no-repeat;
	padding: 0 0 50px;
	margin-bottom: 15px;
}

#removal .removal_box02 {
	background: #FFFFFF;
	padding: 30px;
	text-align: center;
}

#removal table.tb_removal_01,
#removal table.tb_removal_02 {
	border: none;
	margin-bottom: 10px;
}

.txt_l01 {
	font-size: 16px;
}

#removal table.tb_removal_01 th,
#removal table.tb_removal_01 td {
	border: 1px solid #D5ECFA;
	text-align: center;
}

#removal table.tb_removal_01 th {
	background: #D5ECFA;
	color: #000000;
	border: 1px solid #EAF6FD;
}

#removal table.tb_removal_02 th,
#removal table.tb_removal_02 td {
	border: 1px solid #F7C6BD;
	text-align: center;
}

#removal table.tb_removal_02 th {
	background: #F7C6BD;
	color: #000000;
	border: 1px solid #F9E3DE;
}

#removal .td_yen {
	font-size: 180%;
	font-weight: bold;
}

#removal .removal_line {
	border-top: 1px dotted #656666;
	border-bottom: 1px dotted #656666;
	padding: 30px 0;
	margin: 45px 0;
}

#removal .removal_note {
	margin-bottom: 20px;
}

#removal .removal_note li {
	float: left;
	text-align: left;
}

#removal .removal_note li.last {
	float: right;
	text-align: right;
	font-size: 100%;
}

#removal .box_right p {
	margin-bottom: 65px;
}

sup {
	vertical-align: super;
	font-size: smaller;
}


/*-- slim --*/

.under .pink_box {
	background: #FFB8B3;
	padding: 8px 0 8px 20px;
	position: relative;
	margin-bottom: 20px;
}

.under .txt01 {
	font-size: 11px;
	color: #656666;
}

.under .slim_color {
	color: #656666;
}

.under .pink_tit {
	font-weight: bold;
	color: #ffffff;
}

.under ul.pink_list {
	margin-bottom: 5px;
	position: absolute;
	top: 6px;
	right: 0;
}

.under ul.pink_list li {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
	float: left;
	padding: 3px 10px;
	margin-right: 10px;
	color: #FF8C82;
	font-weight: bold;
	font-size: 12px;
}

.under ul.slim_list li img {
	margin-bottom: 5px;
}

.under ul.slim_list li {
	float: left;
	padding-right: 11px;
	width: 164px;
	font-size: 11px;
	color: #656666;
	text-align: right;
}

.under ul.slim_list li.last {
	float: right;
	padding: 0;
}


/*-- price --*/

#price h3 {
	font-size: 15px;
	font-weight: bold;
}

.under ul.price_list li.f_L {
	float: left;
	margin-bottom: 40px;
}

.under ul.price_list li.f_R {
	float: right;
	margin-bottom: 40px;
}


/*-- reserve --*/

#reserve #content {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	float: none;
	background-color: #ffffff;
	padding-top: 20px;
}

#reserve #content #inner {
	width: 900px;
	margin: 0 auto;
}

.text10 {
	font-size: 10px;
}

.text12 {
	font-size: 12px;
	line-height:
}


/*-- about --*/

#about .step_box01 {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 50px;
}

#about .step_box01_inner {
	margin: 0px 35px;
}

#about .step_box01 h3 {
	padding-bottom: 5px;
}

#about .flowbox {
	background: #FFF url(../images/about_img_05.png) no-repeat;
	padding-top: 15px;
	margin-bottom: 50px;
}

#about .flowbox_inner {
	width: 540px;
	margin: 20px 20px 0 120px;
}

#privacy ul.frame-p {
	border: solid 1px #A68961;
	padding: 13px;
	margin: 0 25px 25px;
}

#privacy ul.frame-p li {
	background: none;
	color: #A68961;
	padding-left: 0;
}

#about .flowbox_inner ul {
	border: solid 1px #A68961;
	padding: 13px;
	margin-bottom: 25px;
}

#about .flowbox_inner li {
	color: #A68961;
}

#campaign_detail h3 {
	background: none;
}

#campaign_detail h4 {
	background: none;
}

.store_box {
	float: left;
	border-left: solid 1px #EFE9D1;
	width: 127px;
	padding-left: 10px;
	height: 300px;
}

.store_box_last {
	float: left;
	border-left: solid 1px #EFE9D1;
	border-right: solid 1px #EFE9D1;
	width: 126px;
	padding-left: 10px;
	height: 300px;
}

.store_box_all p {
	font-weight: bold;
	color: #A68961;
	margin-bottom: 10px;
	font-size: 14px;
}

.store_box_all li {
	margin: 0 0 8px 10px;
	color: #000;
}

.store_box_all li a {
	color: #656666;
}

.store_box_all ul {
	margin-bottom: 15px;
}

.backbround_c_white {
	background-color: #FFF;
}

.bg-white {
	background-color: #FFF;
}

.p-privacy {
	margin-bottom: 40px;
	padding: 30px;
	padding-bottom: 0;
}

#leciel #content {
	float: none;
	margin: 0 auto;
}

h2#h2_leciel {
	background: url(../images/leciel_bg.jpg) no-repeat;
	background-position: center;
	height: 230px;
	width: 960px;
	padding: 150px 0 0 200px;
	margin: 0 0 20px -107px;
}

#leciel h2 img {
	padding-left: 40px;
}

#leciel .item_box {
	margin: 20px 10px;
	clear: both
}

#leciel .item_box .item_box_right {
	float: left;
	width: 400px;
}

.leciel_urlbox {
	border: solid #999;
	border-width: 1px 0;
	text-align: center;
	padding: 10px 0 10px 110px;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 25px;
	clear: both;
}

.leciel_urlbox p {
	float: left;
	margin-bottom: 0px
}

.leciel_url a {
	color: #6699ff;
	font-size: 16px;
}

.h4_blue {
	margin-bottom: 15px;
	background-color: #6699ff;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	height: 25px;
	padding: 4px 0 0 10px;
}

#leciel .img_01 {
	float: left
}

#leciel .tx_01 {
	float: left;
	width: 400px;
	padding: 15px;
	font-size: 12;
	margin-top: 15px;
}

#leciel .img_right {
	float: right
}

#leciel .tx_02 {
	float: left;
	width: 390px;
	padding: 15px;
	margin-top: 30px;
	font-size: 12px;
}

#leciel .tx_01 h5,
#leciel .tx_02 h5 {
	padding: 0;
	color: #e1d4b1;
}

#leciel .tx_01 .tx_s,
#leciel .tx_02 .tx_s {
	font-size: 75%;
	line-height: 1.8em;
}

#leciel #brand_img {
	color: #665;
	margin-top: 20px;
	margin-bottom: 20px
}

#leciel #brand_img .brand_imgtx_01 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 0 !important
}

#leciel #brand_img .brand_imgtx_02 {
	font-size: 15px;
	margin-top: 5px;
	float: left;
	width: 380px;
}

#leciel #brand_img img {
	float: left
}

.p-privacy02 {
	border: 1px solid #333;
	padding: 13px;
}

.under .section ul.p-privacy02 li {
	background: none;
	padding: 0;
	margin: 0;
}

#leciel #top_info h2 {
	display: block;
}

.store_box_all {
	margin-bottom: 70px;
}

.top-right-banner-box {
	float: right;
	margin-bottom: 5px;
	width: 466px;
}

.top-right-banner-box li {
	width: 223px;
}

.top-right-banner-box li dt a {
	color: #666666;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: -1px;
	text-decoration: none;
}

.top-right-banner-box li dd a {
	color: #666666;
	font-size: 10px;
	font-weight: 100;
	text-decoration: none;
}

.top-right-banner-box-left {
	float: left;
}

.top-right-banner-box-right {
	float: right;
}

.top-right-banner-box img {
	margin-bottom: 3px;
}


/*-- 141125追記分 --*/

.under02 #top_info h2 {
	display: none;
}

.under03 #top_info h2 {
	display: none;
}

.mb40 {
	margin-bottom: 40px;
}


/*-------  eyecare       -----------*/

#eyecare_reason #inner02 {
	width: 960px;
	margin: 0 auto;
}

.under03 .h3_none04 {
	width: 50px;
	float: left;
	padding-top: 55px;
}

#eyecare_reason .eyecare_box03 {
	width: 380px;
	float: right;
	background: url(../images/eyecare_inner_bg.png) repeat-y;
	text-align: left;
	padding: 75px 0 0 0;
}

#eyecare_reason .eyecare_box03_inner {
	width: 350px;
	margin-left: 10px;
}

#eyecare_reason .eyecare_box03 h4 {
	color: #00B5E3;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

#eyecare_reason .eyecare_box03 p {
	font-size: 13px;
	color: #535353;
}

.under03 #content02 {
	width: 1200px;
	height: 1600px;
	background: url(../images/eyecare_bg.png) no-repeat;
	margin: 0 auto;
}

.under03 #top_info {
	width: 950px;
	margin: 0 auto 15px auto;
	padding-top: 15px;
	text-align: left;
}

 #eyecare_box04 {
	width: 1100px;
	margin: 0 auto 15px auto;
	padding-top: 15px;
	text-align: left;
}

#eyecare_box04 li {
	display: inline;
	margin-right: 15px;
}


/*-------  removal       -----------*/

#removal_reason #inner02 {
	width: 960px;
	margin: 0 auto;
}

.under02 .h3_none04 {
	width: 50px;
	float: left;
	padding-top: 75px;
}

#removal_reason .removal_box03 {
	width: 380px;
	float: right;
	background: url(../images/removal_inner_bg.png) repeat-y;
	text-align: left;
	padding: 75px 0 0 0;
}

#removal_reason .removal_box03_inner {
	width: 350px;
	margin-left: 10px;
}

#removal_reason .removal_box03 h4 {
	color: #FC3C00;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

#removal_reason .removal_box03 p {
	font-size: 13px;
	color: #535353;
}

.under02 #content02 {
	width: 1200px;
	height: 900px;
	background: url(../images/removal_bg.png) no-repeat;
	margin: 0 auto;
}

.under02 #top_info {
	width: 950px;
	margin: 0 auto 15px auto;
	padding-top: 15px;
	text-align: left;
}

.under02 #removal_box04 {
	width: 950px;
	margin: 0 auto 15px auto;
	padding-top: 15px;
	text-align: left;
}

.under02 #removal_box04 li {
	display: inline;
	margin-right: 20px;
}

#hair-removal-campaign #main02 {
	background: #FFFF99;
	padding-bottom: 70px;
}

#eye-care-20140601 #inner02,
#hair-removal-campaign #inner02 {
	margin: 0 auto;
	width: 950px;
}

.m-0 {
	margin: 0 !important;
}

.position-relative {
	position: relative;
}

.position-absolute1 {
	position: absolute;
	top: 500px;
	left: 100px;
}

.position-absolute2 {
	position: absolute;
	top: 250px;
	left: 660px;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.campaign-footer-list {
	border-top: 1px solid #666666;
	margin: 0 20px 0;
	padding-top: 20px;
	padding-bottom: 30px;
}

.campaign-footer-list li {
	color: #666666;
	text-align: left;
}

#hair-removal-campaign #footer,
#privacy #footer,
#trouble #footer,
#salon #footer,
#salon_detail #footer {
	clear: both;
	text-align: center;
	background: 0 0 repeat-x #221202;
}

#hair-removal-campaign #footer_inner,
#privacy #footer_inner,
#trouble #footer_inner,
#salon #footer_inner,
#salon_detail #footer_inner {
	background: none;
}

#search #main02 {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#search ul.topic_path.clearfix {
	text-align: left;
}


/*-------  campaign detail05 以下も追記して下さい（150113修正分）      -----------*/

#area_trial_camp {
	border: 1px solid #eee;
	margin: 0 0 20px 0;
	padding: 0 10px 10px 10px;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffaea+0,ffffff+100 */
	background: #fffaea;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fffaea 0%, #ffffff 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fffaea 0%, #ffffff 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffaea', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
	/* box-shadow */
	box-shadow: 0px 0px 9px 1px #f9f9f9;
	-moz-box-shadow: 0px 0px 9px 1px #f9f9f9;
	-webkit-box-shadow: 0px 0px 9px 1px #f9f9f9;
}

#area_trial_camp h2 {
	text-align: center;
	font-size: 25px;
	margin-top: 20px;
	font-family: "ヒラギノ明朝 Pro";
	color: #b7a717
}

#area_trial_camp h2 img {
	width: 400px
}

#area_trial_camp ul {
	margin-bottom: 10px!important
}

#area_trial_camp li {
	float: left;
	display: block;
	width: 430px !important
}

#area_trial_camp li a {
	border: 2px solid #ccc;
	display: block;
}

#campaign_detail_05 #main_inner {
	width: 1280px;
	margin: 0 auto;
	text-align: center;
}

.under03 .h3_none04 {
	width: 50px;
	float: left;
	padding-top: 55px;
}

#campaign_detail_05 #content .detail_05_box03 {
	background: #fff url(../images/eye-care-20150115-img/bg_img01.png) bottom left no-repeat;
	text-align: center;
}

#campaign_detail_05 .eyecare_box03 {
	width: 380px;
	float: right;
	background: url(../images/eye-care-20150115-img/eyecare_inner_bg.png) repeat-y;
	text-align: left;
	padding: 75px 0 0 0;
}

#campaign_detail_05 .eyecare_box03_inner {
	width: 350px;
	margin-left: 10px;
}

#ecampaign_detail_05 .eyecare_box03 h4 {
	color: #00B5E3;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

#campaign_detail_05 .eyecare_box03 p {
	font-size: 13px;
	color: #535353;
}

#campaign_detail_05 #content04 {
	background: url(../images/eye-care-20150115-img/bg_img02.png) no-repeat;
	margin: 0 auto;
}

#campaign_detail_05 #content04 .detail_05_box03 {
	width: 866px;
	margin: 0 auto;
	padding: 40px 0;
}

#campaign_detail_05 #content05 {
	background: url(../images/eye-care-20150115-img/bg_img03.png) no-repeat;
	margin: 0 auto;
	text-align: center;
}

#campaign_detail_05 #content05 .detail_05_box03 {
	position: relative;
	padding-top: 60px;
}

#campaign_detail_05 #content06 {
	background: url(../images/eye-care-20150115-img/bg_img04.png) no-repeat;
	margin: 0 auto;
	width: 1280px;
	height: 540px;
}

#campaign_detail_05 #content06 .detail_05_box03 {
	padding-top: 96px;
}

#campaign_detail_05 #content07 .detail_05_box03 {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	margin-top: 50px;
}

.under03 #top_info {
	width: 950px;
	margin: 0 auto 15px auto;
	padding-top: 15px;
	text-align: left;
}

.under03 #campaign_detail_05_box04 {
	width: 950px;
	margin: 0 auto 15px auto;
	padding-top: 15px;
	text-align: left;
}

.under03 #campaign_detail_05_box04 li {
	display: inline;
	margin-right: 20px;
}


/*-------  campaign 取り扱い店舗 表示部分  -----------*/

h3#salonList_title01 {
	text-align: left;
	border-bottom: solid 3px #835741;
	margin: 0;
}

.salonlist {
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px;
	background-color: #f7eaea;
	border-bottom: solid 3px #835741;
	box-sizing: border-box;
	overflow: hidden;
}

.salonlist article {
	padding: 0 2px;
}

.salonlist article.w20 {
	float: left;
	width: 20%;
	box-sizing: border-box;
}

.salonlist article.w33 {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
}

.salonlist article.w40 {
	float: left;
	width: 40%;
	box-sizing: border-box;
}

.salonlist article.w50 {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.salonlist h5 {
	display: block;
	padding: 10px 20px;
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #685340;
	text-align: center;
	background: #eba0ad;
}

.salonlist ul.tab {
	padding: 0;
	overflow: hidden;
}

.salonlist ul.tab li {
	display: block;
	float: left;
	margin: 0;
	padding: 10px;
	width: 20%;
	font-size: 140%;
	color: #e1536b;
	text-align: center;
	box-sizing: border-box;
	border-bottom: solid 1px #f3d4d8;
	list-style-type: none;
	cursor: pointer;
}

.salonlist article.w20 ul.tab li,
.salonlist article.w33 ul.tab li,
.salonlist article.w40 ul.tab li,
.salonlist article.w50 ul.tab li {
	width: 100%;
}

.salonlist article.w40 ul.tab li {
	width: 50%;
}

.salonlist ul.tab li:hover {
	color: #fff;
}

.salonlist .content .show {
	padding: 10px;
}

.mapsize {
	width: 100%;
	height: 360px;
}

.content .hide {
	display: none;
}

.attention {
	margin: 30px;
	list-style-type: none;
	clear: both
}

.attention li {
	font-size: 100%;
	color: #333;
	line-height: 1.8em;
}

.flink {
	padding: 20px 0 30px 0;
}

.mb80 {
	margin-bottom: 80px;
}


/* =======================================
	ClearFixElements
======================================= */

.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}


/*-------footerコメントアウト箇所    -----------*/

#slides {
	position: absolute;
	left: -164px;
	height: 347px;
	width: 100%;
	top: -5px;
}

#slideshow {
	position: relative;
	height: 347px;
	margin: 0 auto;
}

.no_navi #footer_inner {
	background: url(nonavi_bg_footer_inner.jpg)center 0 no-repeat;
}


/*-------150202 campaign 修正分 [na] -----------*/

#campaign #content,
#contact2021_eyecare #content,
#contact2021_kuma #content,
#contact2021_facial #content,
#contact2022_facial #content {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	float: none;
}

.under h3.campaignh3Ttl {
	margin-bottom: 20px;
	background: none;
	padding: 0 0 12px 0;
	border-bottom: #A38761 solid 2px;
	text-align: left;
}

#campaignConWp {
	padding: 5px;
	background: #FFF;
	margin-bottom: 20px;
}

#campaignCon {
	width: 722px;
	margin: 40px auto 50px;
}

.under h4.campaignTtl {
	height: 20px;
	background: #B1956E;
	margin-bottom: 30px;
	padding: 3px 10px 8px 10px;
	color: #FFF;
}

.under h4.campaignTtl p {
	float: left;
	font-size: 16px;
	color: #FFF;
}

.under h4.campaignTtl span {
	float: right;
	padding-top: 1px;
}

.under .camBannerListWp {
	width: 722px;
	overflow: hidden;
	margin-bottom: 20px;
}

.under .camBannerListWp .camBannerList {
	width: 772px;
	text-align: left;
}

.under .camBannerListWp .camBannerList li {
	width: 336px;
	margin-right: 50px;
	/*margin-bottom:30px;*/
	float: left;
}


/*------- 151201 半額キャンペーン用 -----------*/

.view_timer {
	display: none;
}


/*--- ←スクリプトエラー等でスクリプトを外す場合、非表示設定のこれを削除 ---*/

.view_timer .stamp {
	display: none;
}


/*--- ←スクリプトエラー等でスクリプトを外す場合、非表示設定のこれを削除 ---*/

#main .camBannerList201503 li p {
	position: relative;
}

#main .camBannerList201503 .stamp {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 200px;
	height: 200px;
	background: url(../images/stamp_campaign.png) 0 0 no-repeat;
}

#main .camBannerList201503 li .price {
	display: inline-block;
	font-size: 75%;
	margin-bottom: 10px;
}

#main .camBannerList201503 li .red {
	font-size: 150%;
	color: #b91019;
}

#main .camBannerList201503 li .red em {
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
}

.index_box01 dt {
	position: relative;
}

.index_box01 .stamp {
	display: block;
	position: absolute;
	top: 88px;
	left: 26px;
	z-index: 100;
	width: 54px;
	height: 54px;
	background: url(../images/stamp_campaign_home.png) 0 0 no-repeat;
}

.index_box01 .stp2 {
	top: 98px;
}


/*------- 151201 ここまで -----------*/

.under .camBannerListWp .camBannerList li .txt_tit {
	margin: 0;
}

.under .camBannerListWp .camBannerList li .txt_tit span.courseTtl {
	font-size: 16px;
	border-bottom: none;
	padding: 0;
	color: #898788;
	display: block;
}

.under .camBannerListWp .camBannerList li .txt_tit span.courseCopy {
	font-size: 13px;
	display: block;
	color: #898788;
	line-height: 1.6em;
	font-weight: normal;
}


/*------- 150403 脱毛ページ 修正 -----------*/

.courseBtn {
	margin: 40px auto;
	width: 600px;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.ml0 {
	margin-left: 0!important;
}

#course_free,
#course_set {
	background-image: none;
	text-align: center;
	background-color: #a58863;
	padding: 15px 0;
	margin: 0;
}

.price_box {
	border: 1px solid #a58863;
	background-color: #fff;
	padding: 10px 14px;
	margin: 0 0 30px;
	font-size: 150%;
	color: #a58863;
	vertical-align: top;
}

.under .price_box h5 {
	display: block;
	float: left;
	margin: 0 20px 30px 0;
	padding: 0;
	border: none;
	font-size: 200%;
	color: #a58863;
}

.under .price_box h5 em {
	font-size: 140%;
	font-style: normal;
	margin-right: 0.1em;
}

.price_box p {
	margin-top: 5px;
	font-size: 100%;
}

.price_box .txt-l {
	float: left;
	padding: 2px 20px;
	color: #693f1b;
	background-color: #b9dde8;
	border-radius: 3px;
}

.price_box .txt-set {
	float: left;
	padding: 2px 20px;
	margin: 0;
	color: #693f1b;
	background-color: #e4dbd0;
	border-radius: 3px;
}

.price_box .c-vio {
	background-color: #fecb9c;
}

.price_box .c-face {
	background-color: #fee88e;
}

.price_box .txt-parts {
	font-size: 75%;
}

.price_box .txt-price {
	float: right;
	font-size: 120%;
	color: #693f1b;
}

.price_box .txt-price em {
	font-size: 300%;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 5px 0 10px;
}

.img_list {
	margin: 0 0 30px;
}

.img_list dl {
	width: 103px;
	float: left;
	margin: 0 0 10px 8px;
}

.img_list dt {
	text-align: center;
	margin: 0 0 10px;
}

.img_list dd {
	text-align: center;
	color: #693f1b;
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
}

.img_list02 {
	margin: 0 0 30px;
}

.img_list02 dl {
	width: 114px;
	float: left;
	margin: 0 0 10px 10px;
}

.img_list02 dt {
	text-align: center;
	margin: 0 0 10px;
}

.img_list02 dd {
	text-align: center;
	color: #693f1b;
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
}

.select01 {
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	width: 220px;
	height: 23px;
	margin: 0;
	padding: 7px 0 0;
	line-height: 1;
}

.removal_bg01 {
	background: url(../images/removal_bg01.gif) 0 0 no-repeat;
}

.removal_bg02 {
	background: url(../images/removal_bg02.gif) 0 0 no-repeat;
}

.course_price01 {
	float: right;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.course_price01 .span01 {
	color: #a58863;
}

.course_price01 .span02 {
	font-size: 34px;
	margin-left: 10px;
}

.price_border {
	border-top: 1px dashed #a58863;
	margin: 30px 0;
}

.tatoe {}

.tatoe li {
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #6f4827;
}

.tatoe li.removal_bg03 {
	background: url(../images/removal_bg03.gif) 0 0 no-repeat;
	width: 81px;
	height: 59px;
	padding: 23px 0 0 0
}

.tatoe li.removal_bg04 {
	background: url(../images/removal_bg04.gif) 0 0 no-repeat;
	width: 81px;
	height: 59px;
	padding: 23px 0 0 0
}

.removal_bg05,
.removal_bg06,
.removal_bg07 {
	background: url(../images/removal_bg05.gif) 0 0 no-repeat;
	width: 120px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #6f4827;
	margin: 0;
	padding: 3px 0 0;
	position: absolute;
	top: 4px;
	left: 255px;
}

.removal_bg06 {
	background: url(../images/removal_bg06.gif) 0 0 no-repeat;
}

.removal_bg07 {
	background: url(../images/removal_bg07.gif) 0 0 no-repeat;
}

.bui {
	float: left;
	color: #6f4827;
	width: 440px;
}

.bui dt {
	float: left;
	width: 60px;
}

.bui dd {
	float: left;
	width: 360px;
}

.font14 {
	font-size: 14px;
}


/*------- 151117 SEO修正対応CSS 修正 -----------*/

#eye-care-header {
	color: #937232;
	font-size: 9px;
	padding-top: 10px;
}

#h1_title {
	height: auto;
	margin-bottom: 25px;
	padding: 0px 0px 5px;
	color: #a38761 !important;
	font-size: 34px !important;
	font-weight: 400 !important;
	line-height: 100%;
	border-bottom: 2px solid #a38761;
	background: none;
}

#h1_title span {
	font-size: 15px;
	margin-left: 0.4em;
}

.h1_title {
	height: auto;
	margin-bottom: 25px;
	padding: 0px 0px 5px;
	color: #a38761 !important;
	font-size: 34px !important;
	font-weight: 400 !important;
	line-height: 100%;
	border-bottom: 2px solid #a38761;
	background: none !important;
}

.h1_title span {
	font-size: 15px;
	margin-left: 0.4em;
}

.h2_none01 {
	margin-bottom: 23px;
	background: #ede7d1;
	padding: 11px 5px 7px 13px;
	font-weight: bold;
	font-size: 15px;
	color: #A68961;
}

.ttl h1 {
	color: #737373;
	font-weight: bold;
	font-size: 250%;
	line-height: 1.4;
	margin-bottom: 13px;
}

#inner p.h3_none01 {
	background: none;
	color: #aa835a !important;
	font-size: 150%;
	border-bottom: 2px solid #A68961;
	margin-bottom: 20px !important;
	padding: 0 0 5px 0;
	font-weight: bold;
}

.under h1.h3_none {
	margin-bottom: 25px;
	background: none;
	padding: 0;
}

.
/* 20160122追加 */

.dos {
	color: #000;
	padding: 0 0 0 5%;
}

#sp_gnavi {
	display: none
}

#sp_menu {
	display: none
}

#sp_navi {
	display: none
}

.sp_only {
	display: none
}

.wideslider {
	height: 400px
}

.img_center {
	display: block;
	margin: 10px auto
}

.cap {
	text-align: right;
	font-size: 90%
}

#about .flowbox2 {
	background: #FFF;
	padding-top: 15px;
	margin-bottom: 50px;
	padding: 20px 10px;
}

#about .flowbox2 dt {
	float: left;
	font-size: 50px;
	color: #A68961;
	margin-top: 5px;
}

#about .flowbox2 dd {
	padding-left: 50px;
	margin-bottom: 40px;
}

#about .flowbox2 dd span {
	font-size: 11px;
}

#about .flowbox2 dd div {
	font-size: 11px;
	border: 1px solid #A68961;
	color: #A68961;
	padding: 10px;
}

#about .flowbox2 h4 {
	background: none;
	padding: 0;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: -5px;
}

.khaki_ttl {
	height: 36px;
	margin-bottom: 25px;
	padding: 0px 0px 10px !important;
	color: #a38761 !important;
	font-size: 30px;
	line-height: 100%;
	border-bottom: 2px solid #a38761;
	background: none !important;
}

.icon_harf {
	position: absolute;
	top: 40px;
	left: -25px;
	z-index: 10000;
}

.topic_path {
	width: auto;
}


/*information_list*/

.information_list li {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

.information_list li a {
	text-decoration: none
}

.information_list li a:hover {
	text-decoration: underline
}

#header .btn_search .tx_img {
	margin: 0 20px 3px 0;
}

#box_serch {
	color: #96732a;
	vertical-align: sub;
}

.youtube {
	text-align: center
}

.youtube iframe {
	width: 500px;
	margin: 10px auto;
	text-align: center;
	height: 350px;
}

#law #content {
	width: 690px;
	float: none;
	margin: 0 auto;
}


/*TRIAL*/

#campaign #content,
#contact2021_eyecare #content,
#contact2021_kuma #content,
#contact2021_facial #content,
#contact2022_facial #content {
	width: 100%;
	float: none;
	margin: 0 auto;
}

#campaign .camp {
	padding: 20px 0px;
}

#campaign .camp h3 {
	clear: both
}


/*
        #campaign .camp li {
            width: 200px;
            float: left;
            margin: 10px 35px;
            min-height: 320px;
        }
        #campaign .camBannerList201503 li img{ width:100%}

        
        #campaign .camBannerList201503 li img.icon {
            width: auto !important
        }
        
        #campaign .camp img {
            margin-bottom: 10px !important;
        }
        
*/

#campaign .camp ul {
	margin-bottom: 30px
}

#campaign .camp li {
	width: 445px;
	float: left;
	margin: 10px 15px;
}

#campaign .camp li a:hover {
	opacity: 0.7
}

#campaign .camp li img {
	width: 100%
}

#campaign a {
	text-decoration: none
}

#campaign .courseCopy {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #898788 !important;
}

#campaign #banner_present {
	margin-bottom: 30px;
	display: block
}

#campaign p.parts {
	background-color: #cbb354;
	float: left;
	padding: 2px 6px;
	margin: 0 5px 5px 0;
	text-align: center;
	font-size: 11px;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#top_360 {
	text-align: center;
	margin-bottom: 30px;
}

#top_360 .sp_w100 {
	width: 100%
}

#top_360 .sp_w100 img {
	width: 100%
}

#present_end .ttl_end {
	background: #b89d78;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	display: table;
	vertical-align: middle;
	position: relative
}

#present_end .ttl_end p.nunber {
	font-size: 30px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	border-right: 1px solid #fff;
	padding-right: 10px;
}

#present_end .ttl_end p.price {
	position: absolute;
	left: 10px;
	bottom: -25px;
}

#present_end .ttl_end h2 {
	margin-bottom: 0;
	font-size: 14px !important;
	vertical-align: middle;
	margin-left: 20px;
}

#present_end .ttl_end p {
	text-align: right;
	display: table-cell;
}

#present_end p {
	font-size: 13px;
	margin: 10px 10px 25px 10px;
}

#info_526 {
	background: #FFF;
}

#info_526 p {
	margin: 20px 85px;
}

#info_526 .qr {
	width: 530px;
	margin: 0 auto;
}

#info_526 .qr div {
	float: left;
	padding: 10px 20px;
	box-sizing: border-box;
	width: 50%;
	text-align: center;
	margin: 10px 0px;
}

#info_526 .qr div img {
	margin-bottom: 20px;
	width: 80%
}

#info_526 ul {
	width: 530px;
	margin: 30px auto;
	background: #FFF;
}

#info_526 ul li {
	float: left;
	margin-bottom: 30px;
	margin: 10px 2%;
	width: 45%
}

#info_526 ul li img {
	width: 100%
}


/*
#info_526 ul li:nth-child(2n) {
    margin-left:50px;
}
*/

#daytime_service {
	font-size: 14px;
	line-height: 1.4em;
}

#daytime_service #content img {
	margin-bottom: 15px;
	vertical-align: middle;
}

.movie_tl {
	margin-bottom: 25px;
	padding: 0px 0px 10px;
	color: #a38761;
	font-size: 30px;
	line-height: 100%;
	border-bottom: 2px solid #a38761;
	color: #a38761!important;
	background: none!important;
	margin-top: 15px
}

.movie_tx {
	padding: 15px;
	background: #FFF;
	margin-bottom: 30px;
	display: block;
	font-size: 13px
}


/* 幅1000以下から 
------------------------------------------------------------*/

@media only screen and (max-width:960px) {
	.wideslider {
		height: auto
	}
}


/* 幅960x以下から ヘッダー等微調節
------------------------------------------------------------*/

@media only screen and (max-width:960px) {
	.tb100 {
		width: 100%
	}
	.footer_list {
		border-top: 1px solid #fff
	}
	.footer_list_02 {
		border-top: none;
		border-bottom: 1px solid #fff
	}
	#footer .footer_01,
	#footer .footer_02,
	#footer .footer_03 {
		padding: 0;
		float: none;
		border-left: none;
		min-height: inherit;
		width: 100%;
		text-align: left;
		font-size: 80%;
		clear: both;
	}
	#footer .footer_01 li,
	#footer .footer_02 li,
	#footer .footer_03 ul {
		border-top: 1px solid #FFF
	}
	#footer .footer_01 li,
	#footer .footer_02 li,
	#footer .footer_03 li {
		width: 50%;
		display: block;
		margin: 0px;
		padding: 5px;
		box-sizing: border-box;
		border-bottom: 1px solid #FFF;
		border-right: 1px solid #FFF;
		border-top: 1px solid #fff;
		float: left;
	}
	#footer .footer_01 li:nth-child(even),
	#footer .footer_02 li:nth-child(even),
	#footer .footer_03 li:nth-child(even) {
		border-right: none
	}
	#footer .footer_01 li a,
	#footer .footer_02 li a,
	#footer .footer_03 li a {
		display: block;
	}
	#footer .footer_01 .footer_tit,
	#footer .footer_03 .footer_tit {
		clear: both;
		margin: 10px 0 5px 10px !important;
		padding: 1px;
	}
	#footer .footer_02:last-of-type {
		border: none;
		padding: 0 !important;
	}
	#footer .footer_02:last-of-type div {
		float: left
	}
	#footer .footer_02:last-of-type .mb0 {
		float: right
	}
	.footer_banner {
		width: 100%;
		margin: 0
	}
	.footer_banner li {
		border: none!important;
		padding: 0 5px!important;
		float: left !important;
		text-align: center;
		margin-bottom: 10px;
		width: 50%;
		float: left;
		box-sizing: border-box;
		margin: 0;
		padding: 0 5px;
	}
	.footer_banner li img {
		margin-bottom: 10px;
		height: auto
	}
	/* common*/
	br.sp_only {
		display: block
	}
	.sp_only {
		display: inline
	}
	.pc_only {
		display: none
	}
	.sp_w100 {
		width: 100%
	}
	.sp_img_center {
		display: block;
		margin: 0 auto
	}
	#header .header02 {
		position: relative;
		margin-bottom: 26px;
		margin-top: 15px;
	}
	#header h1 {
		padding: 8px 10px 0 10px;
	}
	#wrapper {
		width: 100% !important;
		overflow: hidden;
		min-width: 100%;
		background: url(../images/header_bg_sp.jpg) center top repeat-x;
	}
	#header #logo {
		margin-left: 5px
	}
	#header {
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	.btn_search {
		display: none
	}
	#gnavi {
		display: none
	}
	#header ul.header_list {
		float: none;
		width: 100%;
		text-align: center;
		clear: both;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	#header ul.header_list li {
		float: none
	}
	.h1_title {
		font-size: 28px !important;
		padding: 0px 0px 10px !important
	}
	/* index */
	.icon_harf {
		position: absolute;
		top: -0px;
		left: 15px;
		z-index: 10;
		width: 90px !important;
	}
	.flink {
		padding: 10px 0
	}
	#footer_inner .inner {
		width: 100%
	}
	#footer {
		width: 100% !important;
		overflow: hidden !important
	}
	#footer .pd_TOP {
		padding-top: 0px;
	}
	#toTop {
		right: 0px !important;
		bottom: 20px;
	}
	#h1_title {
		height: auto;
		font-size: 28px !important;
	}
	.under #main {
		width: 100%
	}
	.under #main_inner {
		width: 100%
	}
	.under03 #top_info {
		margin: 0 15px 15px 15px !important;
		width: 100% !important;
	}
	.under #top_info {
		margin: 0 15px 15px 15px !important;
		width: 100% !important;
	}
	.under #main {
		width: 100%;
		overflow: hidden
	}
	.under #content {
		text-align: left;
		width: 100%;
		padding: 0 1%;
		box-sizing: border-box;
		float: none;
	}
	.under #content h2 img {
		width: 100%
	}
	.under .box_left {
		width: 100%
	}
	#navi {
		float: none;
		width: 100%;
		text-align: center;
		padding: 6px;
		background: #EFE9D1;
		margin-bottom: 70px;
		box-sizing: border-box;
	}
	#navi dt {
		background: #F5F2E1
	}
	.under .box_left dl {
		height: 50px;
	}
	.under dl.step01 dt,
	.under dl.step02 dt,
	.under dl.step03 dt,
	.under dl.step04 dt,
	.under dl.step05 dt,
	.under dl.step06 dt {
		margin-bottom: 0;
	}
	.under dl.step01,
	.under dl.step02,
	.under dl.step03,
	.under dl.step04,
	.under dl.step05,
	.under dl.step06 {
		padding: 0 0 0px 60px;
	}
	.under .box_left {
		float: none;
		width: auto;
		height: auto;
	}
	.under .image_r {
		float: none;
		margin-left: 0;
	}
	.main_img img {
		width: 100%
	}
	.h3_title {
		height: auto !important;
		margin-bottom: 25px;
		color: #a38761;
		font-size: 28px !important;
		line-height: 100%;
		border-bottom: 2px solid #a38761;
		background: none;
	}
	.under .frame_02 .cont_02 {
		width: auto;
		float: none;
		height: auto;
		margin-top: 10px;
	}
	.frame_02 .image_l {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.under .frame_02 .cont_02 ul.frame02_btn li.li_02 {
		float: none;
		margin-bottom: 10px;
	}
	.cont_02 a {
		font-size: 20px;
	}
	/*about*/
	#about .step_box01 {
		padding: 10px;
	}
	.under h3.h3_none03 {
		font-size: 14px;
	}
	/*bust*/
	#bust-care .imglist li {
		float: left;
		margin: 0;
		padding: 0 1px;
		width: 50%;
		box-sizing: border-box
	}
	#bust-care .imglist li img {
		width: 100%
	}
	.ver_middle br {
		display: none
	}
	.khaki_ttl {
		height: auto;
		font-size: 28px
	}
	/*price*/
	.under ul.price_list li.f_L {
		float: none;
		margin: 10px;
	}
	.under ul.price_list li.f_L img {
		width: 100%
	}
	.under ul.price_list li.f_R {
		float: none;
		margin: 10px;
	}
	.under ul.price_list li.f_R img {
		width: 100%
	}
	/*qa*/
	#qa #content {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	#qa #content #inner {
		width: 100%;
		margin: 0 auto;
	}
	#qa dl.list_qa {
		padding: 10px;
	}
	#qa dl.list_qa dd.txt_R {
		text-align: right;
		float: right;
		background: url(../images/totop_icon.png) no-repeat left 16px;
		display: block;
		width: 120px;
	}
	/*body*/
	#slim .step_box01_inner {
		margin: 0px 0px;
		width: 100%
	}
	#slim .step_box01_inner dl {
		float: left;
		width: 50%;
		margin-right: 0px;
		box-sizing: border-box;
		padding: 5px;
	}
	#slim .step_box01_inner dd {
		width: 100% !important;
	}
	#slim .step_box02_inner {
		margin: 0px 0px;
		width: 100%
	}
	#slim .step_box02_inner dl {
		float: left;
		width: 50%;
		margin-right: 0px;
		box-sizing: border-box;
		padding: 5px;
	}
	#slim .step_box02_inner dd {
		width: 100% !important;
	}
	#slim .step_box02_inner dt {
		min-height: 60px;
	}
	#slim .step_box02_inner dl.last {
		float: left;
		margin-right: 0px;
	}
	.price_box {
		padding: 10px;
	}
	#slim .col210 {
		float: left;
		width: 33%;
		margin: 0 0;
		box-sizing: border-box;
		padding: 5px;
	}
	#slim .col210 img {
		width: 100%
	}
	#slim #slim_360_box {
		float: none;
		width: 100%;
		text-align: center
	}
	#slim #slim_360_box img {
		width: 70%;
	}
	#slim .price_360 {
		float: none;
		width: 100%;
	}
	#slim .price_360 li {
		display: block;
		width: 33%;
		padding: 5px;
		box-sizing: border-box;
		font-size: 10px;
		min-height: 140px;
	}
	#slim .price_360 li img {
		width: 100%;
	}
	.under ul.slim_list li {
		float: left;
		width: 50%
	}
	.under ul.slim_list li img {
		width: 100%
	}
	.under ul.slim_list li {
		float: left;
		width: 50%;
		margin: 0 !important;
		padding: 0 5px;
		box-sizing: border-box;
		text-align: center
	}
	.under .h5_title {
		width: 100%;
	}
	.price-txt-white {
		margin: 3px 0 0 3px;
		padding: 4px;
		font-size: 11px;
	}
	/*eye-care/reason/*/
	.under03 #content02 {
		width: 100%;
		height: auto;
		background: none;
		margin: 0 auto;
		background-size: contain;
	}
	.under03 .h3_none04 {
		padding-top: 0px;
	}
	#eyecare_reason #inner02 {
		width: 100%;
		margin: 0 auto;
	}
	#eyecare_reason .eyecare_box03 {
		width: 100%;
		float: none;
		background: none;
		text-align: left;
		padding: 0px 5px 0 5px;
		box-sizing: border-box
	}
	#eyecare_reason .eyecare_box03_inner {
		width: 100%;
		/* padding-right: 10px; */
		box-sizing: border-box;
		margin-left: 0;
	}
	.under03 #eyecare_box04 {
		width: 100%;
		margin: 0 auto 15px auto;
		padding-top: 15px;
		text-align: left;
	}
	.under03 #eyecare_box04 li {
		display: block;
		margin-right: 0;
		width: 48%;
		float: left;
		margin: 0 1%;
	}
	.under03 #eyecare_box04 li img {
		width: 100%
	}
	/*#company*/
	#company #content,
	#leciel #content,
	#salon_detail #content {
		width: 100%;
		padding: 20px 10px;
	}
	#company .frame_05 {
		background-color: #FFF;
		padding: 10px;
	}
	#company .frame_05 dt {
		margin-right: 0;
	}
	#company .frame_05 dd {
		padding-left: 100px;
	}
	/*privacy*/
	#privacy #content {
		width: 100%;
		padding: 10px;
	}
	.p-privacy {
		padding: 10px;
	}
	/*#campaign*/
	#area_trial_camp h2 img {
		width: 280px!important
	}
	#area_trial_camp ul {
		margin-bottom: 10px!important
	}
	#area_trial_camp li {
		float: left;
		display: block;
		width: 50% !important
	}
	#campaign #content,
	#contact2021_eyecare #content,
	#contact2021_kuma #content,
	#contact2021_facial #content,
	#contact2022_facial #content {
		width: 100%;
	}
	#campaignCon,
	.camBannerListWp,
	.camBannerList201503 {
		width: 100% !important;
	}
	.camBannerList201503 li {
		width: 100% !important;
		margin: 0 10px !important;
		float: none !important;
	}
	.camBannerList201503 li .mb10 {
		margin-bottom: 0px;
	}
	.camBannerList201503 li .courseTtl {
		margin-bottom: 5px !important;
	}
	#campaign .camp {
		padding: 20px 0px;
	}
	#campaign .camp li {
		width: 50%;
		float: left;
		margin: 0;
		padding: 10px;
		box-sizing: border-box;
		margin-bottom: 0
	}
	#campaign .camp li p {
		font-size: 12px;
	}
	/*#campaign .camBannerList201503 li img{ width:100%}
*/
	#campaign .camp li img.icon {
		width: auto !important
	}
	#campaign .camp img {
		margin-bottom: 0px !important;
		width: 100%
	}
	#campaign a {
		text-decoration: none
	}
	#campaign .courseCopy {
		font-size: 14px;
		font-weight: 400;
		line-height: 1.2;
		color: #898788 !important;
	}
	/*#leciel*/
	h2#h2_leciel {
		background: url(../images/leciel_bg.jpg) no-repeat;
		background-position: center;
		height: auto;
		width: 100%;
		padding: 10px 0 10px 0;
		margin: 0;
		box-sizing: border-box
	}
	#leciel h2 img {
		width: 80%;
		margin: 0 auto
	}
	#leciel .item_box .item_box_right {
		width: auto;
	}
	#leciel .image_l,
	#leciel .image_r {
		float: none;
		display: block;
		margin: 10px auto
	}
	#leciel .img_01,
	#leciel .img_02 {
		float: none;
		margin: 0 auto;
		display: block;
	}
	#leciel #brand_img .brand_imgtx_02 {
		font-size: 15px;
		margin-top: 5px;
		float: none;
		width: 100%;
		clear: both;
	}
	.leciel_urlbox {
		margin-bottom: 20px;
		margin-top: 20px;
		height: auto;
		clear: both;
		padding: 10px 0;
	}
	#leciel .tx_01,
	#leciel .tx_02 {
		float: none;
		width: 100%;
		padding: 15px;
		font-size: 12;
		margin-top: 15px;
		box-sizing: border-box
	}
	.leciel_urlbox p {
		float: none;
		margin-bottom: 0px;
	}
	/*#law */
	#law #content {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.youtube iframe {
		width: 100%;
		margin: 10px auto;
		text-align: center;
		height: 350px;
	}
	#credit table th {
		width: 30%;
	}
	/*TRIAL*/
	#campaignConWp {
		padding: 0;
		width: 100%
	}
	#campaign .camBannerList201503 {
		padding: 0
	}
	#campaign .camBannerList201503 li {
		width: 80% !important;
		margin: 0 auto !important;
		min-height: inherit;
		float: none;
		display: block;
	}
	#campaign .camBannerList201503 li img {
		/*	width:100%;*/
		margin-bottom: 5px;
	}
	#campaign .camBannerList201503 li img.icon {
		width: auto !important
	}
	#campaign .courseCopy {
		font-size: 14px;
		font-weight: 400;
		line-height: 1.3
	}
	/*infomation*/
	.bg_list_02 {
		background: none;
		padding: 10px 15px !important;
	}
	.under .bg_list {
		background: none;
		padding: 0 0px 0px 0px;
	}
	#top_360 {
		text-align: center;
		margin-bottom: 10px;
	}
	#apli {
		padding: 15px 5px
	}
	#apli th {
		white-space: nowrap;
		text-align: left;
		width: auto
	}
	#apli dd {
		padding-left: 110px;
	}
	#apli img.sp100 {
		width: 100%
	}
	.tb100 {
		width: 100%
	}
	#apli p {
		font-size: 14px
	}
	#apli ul {
		border: 1px solid #b7a717
	}
	#apli ul li a {
		display: block;
		color: #b7a717;
		text-decoration: underline;
		transition: 0.3s;
		text-align: center;
		width: 100%;
		height: 58px;
		font-size: 18px;
		text-decoration: none;
		border: 1px solid #b7a717;
		padding: 20px 10px;
		box-sizing: border-box;
		background: #fff;
	}
	#info_526 p {
		margin: 20px 15px;
	}
	#info_526 .qr {
		width: 100%;
		margin: 0 auto;
	}
	#info_526 img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	#info_526 ul {
		width: 90%;
		margin: 20px auto;
	}
	#info_526 ul li {
		width: 45%;
		margin: 20px 2.5%;
		padding: 0;
	}

/*	.under table.contact_table {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}*/
	#contact2021_eyecare.under .inner,
	#contact2021_kuma.under .inner,
	#contact2021_facial.under .inner,
	#contact2022_facial.under .inner { width: 90%; }
	.under table.contact_table tr { border-bottom: 1px solid #ccc; }
	.under table.contact_table th,
	.under table.contact_table td { float: left; border: none; padding: 2% 3%; }
	.under table.contact_table th { width: 65%; background: none; text-align: left; }
	.under table.contact_table th.td_center { width: 100%; text-align:center; }
	.under table.contact_table td:first-of-type { width: 20%; }
	.under table.contact_table td:nth-of-type(2) {
		width: 90%;
		text-align: center;
	}
	.ui-datepicker-calendar tr { border:none;}
	.ui-datepicker-calendar th,
	.ui-datepicker-calendar td { float: none !important; border: auto; width: 13.2% !important; padding: 1%; }
	.ui-datepicker-calendar th { width: auto; background: none; text-align: left; }
	.ui-datepicker-calendar td:first-of-type { width: auto; }
	.ui-datepicker-calendar  td:nth-of-type(2) { width: auto !important; }
	
	input { width: 70%; }
	input[type="text"], input[type="email"], input[type="url"] { width: 100%; }
	.submit{
		margin: 0 auto;
		text-align:center;
	}
	.submit input { width: 70%; }
	.mw_wp_form_confirm .submit input{ width: 70%; }
	.mw_wp_form_confirm .back input{ width: 50%; font-size: 14px; }
	.error { font-size: 16px !important; }

}


/* 幅480x以下から ヘッダー等微調節
------------------------------------------------------------*/

@media only screen and (max-width:480px) {
	#campaign .camp li {
		width: 100%;
		float: none;
		margin: 0 auto;
		padding: 10px;
	}
	#area_trial_camp li {
		float: left;
		display: block;
		width: 100% !important
	}
}
