@charset "utf-8";


/* ----------------------------------------------------------------------
	common
---------------------------------------------------------------------- */

/* heading */
.under .ttl-box {
	background: url(../../images/about/h2.jpg) 0 0 no-repeat;
	position: relative;
	text-align: center;
	width: 960px;
	height: 260px;
	margin: 0 auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior:url("/PIE.htc");
	position:relative;
}

.under .ttl-box h2 {
	position: absolute;
	top: 46%;
	left: 0;
	width: 100%;
}

.under .ttl-box h2 span {
	background: #a0c93c;
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
	padding: 10px 40px 8px;
	display: inline;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior:url("/PIE.htc");
	position:relative;
}
.under .ttl-box h2 span { padding: 12px 40px 4px\9; }

#private .ttl-box h2 span { background: #f77fa4; }
#child .ttl-box h2 span { background: #e0c13f; }
#body .ttl-box h2 span { background: #3bb5e0; }
#anticancer .ttl-box h2 span { background: #ce91cb; }

.under #content h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 20px;
}

.under #content h3 span {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
}

.under #content .sttl-box {
	background: url(../img/line_01.gif) 0 bottom repeat-x;
	margin: 0 0 8px;
}

.under #content .sttl-box h3 {
	background: url(../img/sttl_h3_bg.gif) 0 0 repeat-x;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
	padding: 14px 10px 12px 36px;
	margin: 0;
}

.under #content .sttl-box h3 span {
	margin-left: 8px;
	display: inline;
}


/* con-box */
.under .con-box { padding: 0 0 40px; }

.under .con-box:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.under .con-box { display: inline-block; }
/* Hides from IE-mac \*/
* html .under .con-box { height: 1%; }
.under .con-box { display: block; }
/* End hide from IE-mac */

.under .con-box p { margin: 0 0 1em; }

.under .con-box p.img-l { float: left; margin: 0 20px 1em 0; }
.under .con-box p.img-r { float: right; margin: 0 0 1em 20px; }


/* lo-nav */
.under ul.lo-nav {
	background: url(../img/line_01.gif) 0 bottom repeat-x;
	text-align: center;
	padding: 32px 0 30px;
	margin: 0 0 30px;
}

.under ul.lo-nav li {
	margin: 0 10px;
	display: inline;
}

.under ul.lo-nav li a {
	background: url(../img/icon_a_01.gif) 0 0 no-repeat;
	text-decoration: none;
	line-height: 1;
	padding-left: 18px;
}


/* wp-pagenavi */
.wp-pagenavi {
	text-align: center;
	margin: 0 0 80px;
}

.wp-pagenavi span,
.wp-pagenavi a {
	background: #fff;
	text-decoration: none;
	padding: 8px 10px;
	margin: 0 4px;
	border: 1px solid #a0c93c;
}

.wp-pagenavi .current {
	background: #a0c93c;
	color: #fff;
}


/* page-nav */
.under .page-nav { text-align: center; }


/* form-box */
.under .form-box { margin: 0 0 80px; }

.under .form-box p.txt-required { margin: 0 0 1.6em; }

.under .form-box .inner { margin: 0 0 40px; }

.under .form-box dl {
	padding: 20px 0;
	width: 100%;
	display: table;
	border-bottom: 1px dashed #ddd;
}

.under .form-box dl:first-child { border-top: 1px dashed #ddd }

.under .form-box dl dt,
.under .form-box dl dd {
	display: table-cell;
	vertical-align: middle;
}

.under .form-box dl dt {
	font-weight: bold;
	width: 220px;
}

.under .form-box dl dt span { color: #c00; }

.under .form-box dl dd input[type="text"],
.under .form-box dl dd input[type="email"],
.under .form-box dl dd input[type="tel"],
.under .form-box dl dd textarea {
	padding: 5px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.under .form-box dl dd input[type="text"],
.under .form-box dl dd input[type="email"],
.under .form-box dl dd input[type="tel"] { width: 500px; }

.under .form-box dl dd textarea { width: 600px; }

.under .form-box dl dd label { margin-right: 1em; }
.under .form-box dl dd label input { margin-right: 0.5em; }

.under .form-box dl dd .error {
	color: #c00;
	margin-top: 1em;
}

.under .form-box dl.f-menu div,
.under .form-box dl.f-date div { margin: 0 0 20px; }

.under .form-box dl.f-menu p { margin: 0 0 0.4em; }

.under .form-box dl.f-date dd select {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	width: 70px;
}

.under .form-box p.check {
	text-align: center;
	padding: 30px 0 20px;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { color:transparent; }

.under .form-box .send-form { text-align: center; }
.under .form-box .send-form input,
.under .form-box .send-form button {
	background: #a0ca3b;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 14px 60px 12px;
	margin: 0 10px;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior:url("/PIE.htc");
	position:relative;
}
.under .form-box .send-form input:hover,
.under .form-box .send-form button:hover { background: #ffcc00; }

.under .form-box .caution-box {
	padding: 15px 20px;
	margin-top: 30px;
	border: 5px solid #a0ca3b;
}

.under .form-box .caution-box a {
	color: #262626;
	text-decoration: none;
}


/* ----------------------------------------------------------------------
	about
---------------------------------------------------------------------- */

/* greetings-box */
#about .greetings-box {
	padding: 0 0 40px;
	margin: 0 0 40px;
	border-bottom: 1px dotted #ddd;
}

#about .greetings-box .inner {
	text-align: center;
	padding: 0 0 10px;
}

#about .greetings-box .inner p { margin: 0 0 1em; }
#about .greetings-box .inner p span { display: block; }
#about .greetings-box .inner p.name span {
	font-size: 18px;
	font-size: 1.8rem;
	display: inline;
}

#about .greetings-box dl.logo-box {
	width: 770px;
	margin: 0 auto;
}

#about .greetings-box dl.logo-box dt { float: left; }

#about .greetings-box dl.logo-box dd {
	text-align: center;
	padding: 22px 0 0;
	width: 490px;
	float: right;
}


/* gallery-box */
#about .gallery-box { padding: 0 0 40px; }

#about .gallery-box ul {
	width: 980px;
	margin-left: -20px;
}

#about .gallery-box ul li {
	margin: 0 0 20px 20px;
	float: left;
}


/* ----------------------------------------------------------------------
	menu
---------------------------------------------------------------------- */

#menu p.note {
	text-align: center;
	margin: 0 0 30px;
}

#menu .menu-box .inner {
	width: 990px;
	margin: 0 0 50px -30px;
}

#menu .menu-box .inner:last-child { margin-bottom: 100px; }

#menu .menu-box .box {
	margin-left: 30px;
	width: 465px;
	float: left;
}

#menu  .menu-box .box  dl {
	padding: 12px 0;
	margin: 0;
	border-bottom: 1px dotted #999;
}

#menu .menu-box .box dl dd {
	text-align: right;
	margin: -1.6em 0 0 320px;
}


/* ----------------------------------------------------------------------
	private
---------------------------------------------------------------------- */

#private .bx-wrapper {
	margin-bottom: 30px !important;
	max-width: 100% !important;
}

/* lead-box */
#private .lead-box {
	text-align: center;
	margin: 0 0 40px;
}

#private .lead-box p {
	font-size: 16px;
	font-size: 1.6rem;
}

#private .lead-box p.catch {
	color: #f77fa4;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 0.2em;
}


/* recommend-box */
#private .recommend-box { margin: 0 0 60px; }

#private .recommend-box .inner {
	width: 990px;
	margin-left: -30px;
}

#private .recommend-box dl {
	background: url(../../images/private/recommend_box_bg.gif) center 12px no-repeat #fff;
	text-align: center;
	padding: 22px 20px 10px;
	margin-left: 30px;
	width: 425px;
	float: left;
	box-shadow: 0 0 6px 0 #efefef;
	-webkit-box-shadow: 0 0 6px 0 #efefef;
	-moz-box-shadow: 0 0 6px 0 #efefef;
	border-radius:  0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius:  0 0 3px 3px;
	behavior:url("/PIE.htc");
	position:relative;
}

#private .recommend-box dl dt {
	color: #f77fa4;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
}

#private .recommend-box dl dd.price {
	padding: 0 0 16px;
	margin: 0 0 12px;
	border-bottom: 1px dotted #ddd;
}

#private .recommend-box dl dd.price .line {
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: line-through;
}

#private .recommend-box dl dd.price .num {
	font-size: 18px;
	font-size: 1.8rem;
}

#private .recommend-box dl dd.txt span { display: block; }


/* ----------------------------------------------------------------------
	child
---------------------------------------------------------------------- */

/* lead-box */
#child .lead-box { padding: 60px 0 30px; }

#child .lead-box p {
	font-size: 16px;
	font-size: 1.6rem;
}

#child .lead-box p.catch {
	background: url(../../images/child/catch_bg.gif) 0 0 no-repeat;
	color: #e0c13f;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 4px 0 0;
	margin: 0 0 0.2em;
}

#child .lead-box p.txt { line-height: 2.4; }

#child .lead-box p.txt span { display: block; }


/* price-box */
#child dl.price-box {
	background: url(../../images/child/price_box_bg.gif) center 12px no-repeat #fff;
	text-align: center;
	padding: 14px 20px 10px;
	margin: 0 0 50px;
	width: 320px;
	box-shadow: 0 0 6px 0 #efefef;
	-webkit-box-shadow: 0 0 6px 0 #efefef;
	-moz-box-shadow: 0 0 6px 0 #efefef;
	border-radius:  0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius:  0 0 3px 3px;
	behavior:url("/PIE.htc");
	position:relative;
}

#child dl.price-box dt { margin: 0; }

#child dl.price-box dt span {
	color: #e0c13f;
	font-size: 18px;
	font-size: 1.8rem;
}

#child dl.price-box dd .arrow {
	color: #e0c13f;
	font-size: 18px;
	font-size: 1.8rem;
}

#child dl.price-box dd .price {
	font-size: 24px;
	font-size: 2.4rem;
}


/* arrange-box */
#child .arrange-box {
	text-align: center;
	margin: 0 0 40px;
}

#child .arrange-box .inner {
	width: 375px;
	padding-left: 95px;
	margin: 0 auto;
}

#child .arrange-box h3 {
	padding: 12px 0 0;
	width: 280px;
	float: left;
}

#child .arrange-box p.icon {
	background: #e0c13f;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	line-height: 1.2;
	width: 70px;
	height: 59px;
	padding: 11px 0 0;
	float: right;
	border-radius: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	behavior:url("/PIE.htc");
	position:relative;
}
#child .arrange-box p.icon {
	padding: 15px 0 0\9;
	height: 55px\9;
}

#child .arrange-box p.icon span { display: block; }


/* ----------------------------------------------------------------------
	body
---------------------------------------------------------------------- */

/* lead-box */
#body .lead-box { padding: 60px 0 20px; }

#body .lead-box p {
	font-size: 16px;
	font-size: 1.6rem;
}

#body .lead-box p.catch {
	background: url(../../images/body/catch_bg.gif) 0 0 no-repeat;
	color: #3bb5e0;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
	padding: 6px 0 0;
	margin: 0 0 0.4em;
}

#body .lead-box p.txt { line-height: 2.4; }

#body .lead-box p.catch span,
#body .lead-box p.txt span { display: block; }


/* contact-box */
#body dl.contact-box { padding: 0 0 60px; }

#body dl.contact-box dt a {
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	letter-spacing: 0.08em;
}
#body dl.contact-box dt a:hover { color: #282828; }
#body dl.contact-box dt a span {
	font-size: 24px;
	font-size: 2.4rem;
}

#body dl.contact-box dd.txt { margin: 0 0 10px; }
#body dl.contact-box dd.txt span { margin-right: 10px; }

#body dl.contact-box dd.btn { width: 340px; }

#body dl.contact-box dd.btn a {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1;
	padding: 12px 10px;
	display: block;
	text-decoration: none;
	border: 1px solid #eee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior:url("/PIE.htc");
	position:relative;
}

#body dl.contact-box dd.btn a span {
	background: url(../img/icon_a_blue.gif) 0 2px no-repeat;
	padding-left: 18px;
}

#body dl.contact-box dd.btn a:hover {
	background: #f8f8f8;
	color: #3bb5e0;
}
	

/* ----------------------------------------------------------------------
	anticancer
---------------------------------------------------------------------- */

/* lead-box */
#anticancer .lead-box { padding: 60px 0 60px; }

#anticancer .lead-box p {
	font-size: 16px;
	font-size: 1.6rem;
}

#anticancer .lead-box p.catch {
	background: url(../../images/anticancer/catch_bg.gif) 0 0 no-repeat;
	color: #ce91cb;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
	padding: 6px 0 0;
	margin: 0 0 0.4em;
}

#anticancer .lead-box p.txt { line-height: 2.4; }

#anticancer .lead-box p.catch span,
#anticancer .lead-box p.txt span { display: block; }


/* menu-box */
#anticancer .menu-box { margin: 0 0 50px; }

#anticancer .menu-box .inner {
	width: 980px;
	margin-left: -20px;
}

#anticancer .menu-box dl {
	background: url(../../images/anticancer/menu_bg.gif) center 64px no-repeat #fff;
	padding: 12px 10px 10px;
	margin-left: 20px;
	width: 205px;
	float: left;
	display: block;
	box-shadow: 0 0 6px 0 #efefef;
	-webkit-box-shadow: 0 0 6px 0 #efefef;
	-moz-box-shadow: 0 0 6px 0 #efefef;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior:url("/PIE.htc");
	position:relative;
}

#anticancer .menu-box dl dt {
	background-position: center 0;
	background-repeat: no-repeat;
	color: #ce91cb;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	padding: 52px 0 0 ;
}

#anticancer .menu-box dl.m-cut dt { background-image: url(../../images/anticancer/menu_cut.gif); }
#anticancer .menu-box dl.m-wig dt { background-image: url(../../images/anticancer/menu_wig.gif); }
#anticancer .menu-box dl.m-eyelashes dt { background-image: url(../../images/anticancer/menu_eyelashes.gif); }
#anticancer .menu-box dl.m-eyebrow dt { background-image: url(../../images/anticancer/menu_eyebrow.gif); }

#anticancer .menu-box dl dd.price {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	padding: 0 0 8px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #ddd;
}

#anticancer .menu-box dl dd.price span,
#anticancer .menu-box dl dd.txt {
	font-size: 13px;
	font-size: 1.3rem;
}

#anticancer .menu-box dl dd.icon {
	position: absolute;
	top: -35px;
	right: -10px;
	background: #ce91cb;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	line-height: 1.2;
	width: 70px;
	height: 59px;
	padding: 11px 0 0;
	float: right;
	border-radius: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	behavior:url("/PIE.htc");
}
#anticancer .menu-box dl dd.icon {
	padding: 15px 0 0\9;
	height: 55px\9;
}

#anticancer .menu-box dl dd.icon span { display: block; }


/* products-box */
#anticancer .products-box { margin: 0 0 50px; }

#anticancer .products-box .inner {
	width: 990px;
	margin-left: -30px;
}

#anticancer .products-box dl {
	text-align: center;
	margin-left: 30px;
	width: 300px;
	float: left;
}

#anticancer .products-box dl dt { margin: 0 0 12px; }

#anticancer .products-box dl dd.price {
	font-size: 16px;
	font-size: 1.6rem;
}

#anticancer .products-box dl dd.price span {
	font-size: 13px;
	font-size: 1.3rem;
}


/* ----------------------------------------------------------------------
	contact reserve
---------------------------------------------------------------------- */

#contact .contact-box,
#reserve .contact-box {
	text-align: center;
	padding: 0 0 20px;
}

#contact .contact-box p,
#reserve .contact-box p { margin:0 0 1em; }

#contact .contact-box p.txt-tel a,
#reserve .contact-box p.txt-tel a {
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	letter-spacing: 0.08em;
}
#contact .contact-box p.txt-tel a:hover,
#reserve .contact-box p.txt-tel a:hover { color: #282828; }

#contact .contact-box p.txt-tel a .num,
#reserve .contact-box p.txt-tel a .num {
	font-size: 24px;
	font-size: 2.4rem;
}

#contact .contact-box p.txt-tel span,
#reserve .contact-box p.txt-tel span { margin-right: 10px; }


/* access-box */
#reserve .access-box { margin: 0 0 60px; }

#reserve .access-box iframe { margin: 0 0 20px; }

#reserve .access-box p.add {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	margin: 0 0 20px;
}

#reserve .access-box .inner {
	width: 990px;
	margin-left: -30px;
}

#reserve .access-box dl {
	margin-left: 30px;
	width: 300px;
	float: left;
}

#reserve .access-box dl dt {
	background: url(../img/icon_01.gif) 0 5px no-repeat;
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 18px;
	margin: 0 0 0.4em;
}

#reserve .access-box dl dd { margin: 0 0 0.6em 18px; }

#reserve .access-box dl dd .indent { margin-left: 1em; }


/* ----------------------------------------------------------------------
	privacy
---------------------------------------------------------------------- */

#privacy .privacy-box { padding: 0 0 50px; }

#privacy .privacy-box p { margin: 0 0 1em; }

#privacy .privacy-box ul li {
	background: url(../img/icon_01.gif) 0 3px no-repeat;
	padding: 0 0 1em 20px;
}


/* ----------------------------------------------------------------------
	news
---------------------------------------------------------------------- */

#news #content article header h1 {
	background: url(../img/line_01.gif) 0 bottom repeat-x;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.4;
	padding: 0 0 6px;
	margin: 0 0 1em;
}

#news #content article header h1 a { text-decoration: none; }

#news #content article footer {
	padding: 20px 0 0;
	clear: both;
}

#news #content article .con-box { padding-bottom: 80px; }

#news .con-box img.alignleft {
	float: left;
	margin-right: 15px;
}

#news .con-box img.alignright {
	float: right;
	margin-left: 15px;
}

#news .con-box img.aligncenter {
	margin: 0 auto;
	display: block;
}



