@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
	font-family: sans-serif;
	/* 1 */
	line-height: 1.15;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
/* 3 */ }
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	/* 1 */
	display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio, canvas, progress, video {
	display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template, [hidden] {
	display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
/* 2 */ }
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
	outline-width: 0;
}
a.more_link{
	color: #1F1813;
	font-weight: 700;
	font-size: 15px;
}
div.hp_link a{
	font-size: 20px;
	width: 600px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 25px;
	margin-top: 100px;
	background: #786443;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
}
div.hp_link a:hover{
	opacity: 0.8;
}

@media only screen and (max-width: 640px) {

	a.more_link{
		font-size: 12px;
	}

	div.hp_link a{
		font-size: 14px;
		width: 90%;
		margin-top: 40px;
		padding: 20px;
	}

}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
/* 2 */ }
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
	font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, pre, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
/* 2 */ }
/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
/* 2 */ }
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	font: inherit;
	/* 1 */
	margin: 0;
/* 2 */ }
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
	font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	/* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	/* 1 */
	text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
/* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
/* 1 */ }
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
/* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
/* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
 color: inherit;
 opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
 -webkit-appearance: button;
  /* 1 */
  font: inherit;
/* 2 */ }
/**
 * responsive
 * -------------------------------------------------------------------------------------------------
 */
/**
 * common
 * -------------------------------------------------------------------------------------------------
 */
* {
	box-sizing: border-box;
}
html {
	min-width: 1010px;
	color: #1F1813;
	font-size: 16px;
	overflow-x: hidden;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mt0 {
	margin-top: 0;
}
.red{
	color: #FF0000;
}
.red-b{
color: #FF0000;
font-weight: bold;
}
.pc{
	display: block;
}
.sp{
	display: none;
}

@media only screen and (max-width: 640px) {

	html {
		font-size: 0.825em;
		max-width: 639px;
		min-width: 320px;
	}
	.mb40 {
		margin-bottom: 20px;
	}

	.pc{
		display: none;
	}
	.sp{
		display: block;
	}

}
body {
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
}
p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, figure {
	margin: 0;
	padding: 0;
}

p{
	line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}
article, section, .inner {
	clear: both;
}
li {
	list-style: none;
}
.mincho, html, .flow > div section.block-three span, main article#about .inner section.introduct h4.director, main article#treatment section.about ul.AboutPoint li .PointBoxOut .PointBoxIn p, main article#treatment section.about ul.AboutPoint li .PointBoxOut .PointBoxIn h5, main article#treatment section.about ul.AboutPoint li h4, main article#qa .inner .BoxIn p:before {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic, .flow > .div section.block-three p.way, main article#treatment section.about .desc p, main article#botox p.desc, main article#botox .merit ul li, main article#botox .demerit ul li, main article#botox ul.check-list li, main article#special .inner p.desc, main article#special .inner .message, main article#example .inner section.voices .letter dl dt, main article#example .inner section.voices .letter dl dd, main article#price .inner table tbody td .price, main article#price .inner table tbody td .en, main article#price .inner ul.caution li, main article#price .inner .pay-way, main article#flow .inner p.desc, main article#flow .inner h4, main article#flow .inner ul.list li, main article#about .inner h4, main article#about .inner p.desc, main article#about .inner section.guide section.access .info ul.toway li, main article#botox .attentionBox p, main article#botox .boxOuterBrown .boxInBrown p, main article#qa .inner .BoxIn p, footer .band,p.midashi,.botox_hit_point p,.boxOuterBrown .boxInBrown
{
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.clearfix, article, section, .inner, .block, .block-three, .info-box, .info-box .frame, header, header nav.information .right dl.time, main article#catch ul, main article#botox ul.links, main article#botox .merit, main article#botox .demerit, main article#botox ul.check-list, main article#botox figure {
	zoom: 1;
}
.clearfix:after, article:after, section:after, .inner:after, .block:after, .block-three:after, .info-box:after, .info-box .frame:after, header:after, header nav.information .right dl.time:after, main article#catch ul:after, main article#botox ul.links:after, main article#botox .merit:after, main article#botox .demerit:after, main article#botox ul.check-list:after, main article#botox figure:after {
	content: '';
	display: block;
	clear: both;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width: 640px) {

	.inner {
		width: 100%;
	}

}

.block {
	float: left;
	width: 50%;
	padding: 0;
}
@media only screen and (max-width: 640px) {
	.block {
		float: none;
		width: 100%;
		padding: 0;
	}
}

.block-three {
	float: left;
	width: 293px;
	margin-left: 10px;
	margin-bottom: 20px;
	clear: none;
}
@media only screen and (max-width: 640px) {

	.block-three {
		float: left;
		width: 100%;
		margin-left: 0;
		clear: none;
	}

}

.block.clear {
	clear: both;
}
.shadow-box, .info-box, header .global-navi, main article#treatment, main article#botox .box, main article#special .inner, main article#example .inner, main article#price .inner, main article#flow .inner, main article#qa .inner ,main article#hyaluronic .inner{
	box-shadow: 0px 0px 15px 0px #8f8f8f;
	-moz-box-shadow: 0px 0px 15px 0px #8f8f8f;
	-webkit-box-shadow: 0px 0px 15px 0px #8f8f8f;
 filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=0, strength=8, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=90, strength=8, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=180, strength=8, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=270, strength=8, enabled=true);
	background-color: white;
}

@media only screen and (max-width: 640px) {

	.shadow-box, .info-box, main article#treatment, main article#botox .box, main article#special .inner, main article#example .inner, main article#price .inner, main article#flow .inner, main article#qa .inner {
		box-shadow: none;
	}

}
.frame-box, header nav.information .left .way, header nav.information .right dl dt {
	border: solid 1px #231815;
	position: relative;
	background-color: white;
	font-size: 14px;
	text-align: center;
	padding: 14px 10px;
	line-height: 1.0;
}
.frame-box:before, header nav.information .left .way:before, header nav.information .right dl dt:before {
	content: '';
	border: solid 1px #231815;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 1px;
}
.balloon, main article#price .inner section.hoken h3, main article#price .inner section.jihi h3 {
	background: url(../images/balloon-back.png) no-repeat center center #A4885D;
	font-size: 24px;
	color: white;
	padding: 8px;
	text-align: center;
	position: relative;
}
.balloon:before, main article#price .inner section.hoken h3:before, main article#price .inner section.jihi h3:before {
	content: '';
	box-sizing: border-box;
	width: 10px;
	height: 20px;
	display: block;
	position: absolute;
	border-top: solid 18px #A4885D;
	border-right: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-left: solid 7px transparent;
	bottom: -25px;
	left: 25px;
}
main article#botox h2, main article#facelift h2,main article#example h2, main article#price h2, main article#flow h2, main article#about h2, main article#qa h2 ,

/*今回追加分*/
.corner-title{
	color: white;
	font-size: 48px;
	background: url(../images/corner-title-back.png) no-repeat center center #A4885D;
	text-align: center;
	padding: 57px 0;
	text-shadow: 1px 2px 2px rgba(164, 136, 93, 0.75);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 1,OffY = 2,Color = #bfa4885d,Positive = true)";
	zoom: 1;
 filter: progid:DXImageTransform.Microsoft.dropshadow(OffX = 1, OffY = 2, Color = #bfa4885d, Positive = true);
}

main article#facelift h2 span{
	font-size: 0.8em;
}

@media only screen and (max-width: 640px) {

	.corner-title, main article#botox h2,main article#facelift h2, main article#example h2, main article#price h2, main article#flow h2, main article#about h2, main article#qa h2{
		font-size: 24px;
		padding: 28px 0;
	}

}

.info-box {
	background: url(../images/info-box-head.png) no-repeat center top white;
	width: 920px;
	margin: 0 auto;
	position: relative;
}
.info-box .left, .info-box .right {
	float: left;
	width: 50%;
}
.info-box .frame {
	background: url(../images/info-box-foot.png) no-repeat center bottom;
	min-height: 240px;
	padding: 15px 15px 0;
}
.info-box .frame p.logo {
	margin-top: 25px;
	margin-left: 20px;
	margin-bottom: 25px;
}
.info-box .frame dl.time {
	margin-left: 20px;
	position: relative;
}
.info-box .frame dl.time:before {
	content: '';
	display: inline-block;
	width: 46px;
	height: 40px;
	background-color: white;
	border: solid 1px #231815;
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
}
.info-box .frame dl.time dt {
	display: inline-block;
	background-color: white;
	border: solid 1px #231815;
	font-size: 14px;
	font-weight: 500;
	width: 46px;
	height: 40px;
	position: absolute;
	z-index: 10;
	box-sizing: border-box;
	top: 2px;
	left: 2px;
	padding: 3px 7px;
	line-height: 1.2;
	letter-spacing: 1px;
}
.info-box .frame dl.time dd ul {
	margin-left: 50px;
	font-weight: 500;
}
.info-box .frame dl.time dd ul li {
	margin-bottom: 3px;
	font-size: 16px;
	float: left;
}
.info-box .frame dl.time dd ul li.line1, .info-box .frame dl.time dd ul li.line3 {
	width: auto;
}
.info-box .frame dl.time dd ul li.line2, .info-box .frame dl.time dd ul li.line4 {
	width: auto;
}
.info-box-address, .info-box .frame address, main article#flow .inner address {
	font-style: normal;
	position: relative;
	padding-left: 20px;
	font-weight: 500;
}
.info-box-address p, .info-box .frame address p, main article#flow .inner address p {
	font-size: 14px;
	margin-top: 35px;
	margin-bottom: 10px;
}
.info-box-address div.tel, .info-box .frame address div.tel, main article#flow .inner address div.tel {
	margin-bottom: 25px;
}
.info-box-address div.mail, .info-box .frame address div.mail, main article#flow .inner address div.mail {
	margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
.info-box {
	width: 96%;
	margin: 0 auto 10px;
	position: relative;
	padding: 0;
	background: none;
	-moz-box-shadow: 0px 0px 12px 0px rgba(187,187,187,0.75);
	-webkit-box-shadow: 0px 0px 12px 0px rgba(187,187,187,0.75);
	box-shadow: 0px 0px 12px 0px rgba(187,187,187,0.75);
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=#bfbbbbbb,Strength=12)";
filter:progid:DXImageTransform.Microsoft.Glow(Color=#bfbbbbbb, Strength=12);
}
.info-box .left, .info-box .right {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.info-box .right {
	margin-top: -20px;
}
.info-box .frame {
	background-image: -moz-linear-gradient(rgb(255,255,255) 0%, rgb(235,228,219) 100%);
	background-image: -webkit-gradient(linear, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,228,219)));
	background-image: -webkit-linear-gradient(rgb(255,255,255) 0%, rgb(235,228,219) 100%);
	background-image: -o-linear-gradient(rgb(255,255,255) 0%, rgb(235,228,219) 100%);
	background-image: -ms-linear-gradient(rgb(255,255,255) 0%, rgb(235,228,219) 100%);
	background-image: linear-gradient(rgb(255,255,255) 0%, rgb(235,228,219) 100%);
	border-color: rgb(164,136,93);
	border-width: 1px;
	border-style: solid;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffebe4db)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffebe4db);
	padding: 20px;
}
.info-box .frame p.logo {
	margin: 0;
	padding: 0;
}
.info-box .frame p.logo img {
	width: 100%;
	padding: 0 0 20px;
	margin: 0;
	text-align: center;
}
.info-box .frame dl.time {
	margin: 0;
	position: relative;
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	height: 46px;
}
.info-box .frame dl.time dd ul li.line1, .info-box .frame dl.time dd ul li.line3 {
	width: auto;
	font-size: 12px;
	line-height: 1.2;
}
.info-box .frame dl.time dd ul li.line2, .info-box .frame dl.time dd ul li.line4 {
	width: auto;
	font-size: 12px;
	line-height: 1.2;
}
.info-box-address:before {
	clear: both;
}
.info-box-address, .info-box .frame address, main article#flow .inner address {
	font-style: normal;
	position: relative;
	padding: 0;
	font-weight: 500;
	margin: 0px;
}
.info-box-address p, .info-box .frame address p, main article#flow .inner address p {
}
.info-box-address div.tel, .info-box .frame address div.tel, main article#flow .inner address div.tel {
	margin-bottom: 25px;
}
.info-box-address div.mail, .info-box .frame address div.mail, main article#flow .inner address div.mail {
	margin-bottom: 0;
}
.info-box .frame address div.mail img {
	width: 100%;
}
.info-box .frame address div.tel img {
	width: 100%;
}
}
/**
 * header
 * -------------------------------------------------------------------------------------------------
 */
/* --- header --- */
header {
	background-image: url(../images/header-back.jpg);
	background-position: top center;
	background-repeat: repeat;
	padding-bottom: 32px;
}
header .global-navi {
	position: fixed;
	z-index: 9999;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 70px;
	overflow: hidden;
	overflow: visible\9;
}
header .global-navi ul li {
	float: left;
	text-align: center;
	width: 20%;
}
header .global-navi ul li a {
	color: #4A3B16;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	padding: 17px;
	padding: 25px\9;
	position: relative;
	width: 100%;
	height: 100%;
}
header .global-navi ul li a span{
	font-size: 15px;
}

header .global-navi ul li a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 1px;
	background-color: #BBBBBB;
	margin-top: 10px;
	margin-top: 18px\9;
}
header .global-navi ul li a i {
	color: #585858;
	font-size: 12px;
	display: block;
	font-style: normal;
	font-weight: 300;
	margin-top: 3px;
}
header .global-navi ul li a:hover {
	background-color: #eee;
}
header .global-navi ul li:first-child a:before {
	content: none;
}

@media only screen and (max-width: 640px) {
	header {
		padding-bottom: 16px;
	}
	header .global-navi {
		position: fixed;
		z-index: 9999;
		left: 0;
		margin-left: 0;
		width: 100%;
		height: auto;
	}
	header .global-navi ul li a {
		color: #4A3B16;
		text-decoration: none;
		font-size: 10px;
		display: inline-block;
		padding: 15px 5px;
		width: 100%;
		height: 100%;
	}
	header .global-navi ul li a span{
		font-size: 10px;
		letter-spacing: -0.1em;
	}
	header .global-navi ul li a:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		height: 70%;
		width: 1px;
		background-color: #BBBBBB;
		margin-top: 10px;
	}
	header .global-navi ul li a i {
		display: none;
	}
	header .global-navi ul li a:hover {
		background-color: #eee;
	}
	header .global-navi ul li:first-child a:before {
		content: none;
	}
}

/**ヘッダ**/
header nav.information {
	padding-top: 90px;
}
header nav.information .left {
	float: left;
}
header nav.information .left .logo {
}
header nav.information .left .way {
	width: 333px;
	font-weight: 500;
	margin-top: 4px;
}
header nav.information .right {
	float: right;
	width: 520px\9;
	padding-top: 19px;
}
header nav.information .right dl dt {
	width: 110px;
	float: left;
	margin-right: 30px;
}
header nav.information .right dl dd {
	width: 380px;
	width: 380px\9;
	float: left;
}
header nav.information .right dl.time {
	margin-bottom: 25px;
	font-weight: 500;
}
header nav.information .right dl.time dd ul li {
	font-size: 16px;
	float: left;
	line-height: 1.4;
	white-space: nowrap;
}
header nav.information .right dl.time dd ul li.line1, header nav.information .right dl.time dd ul li.line3 {
	width: 40%;
}
header nav.information .right dl.time dd ul li.line2, header nav.information .right dl.time dd ul li.line4 {
	/*width: 52%;*/
}
header nav.information .right dl.reserve dt {
	text-align: center;
	font-weight: 500;
	line-height: 1.0;
	padding: 8px 0px 6px 4px;
}
header nav.information .right dl.reserve address {
	text-align: right;
	padding-right: 10px;
}

@media only screen and (max-width: 640px) {
	header nav.information {
		padding-top: 60px;
		overflow: hidden;
		position: relative;
	}
	header nav.information .left {
		float: left;
		width: 33%;
		padding-left: 5px;
		padding-top: 16px;
	}
	header nav.information .left .logo {
		width: 100%;
		display: table-cell;
		vertical-align: top;
		margin-top: 2%;
	}
	header nav.information .left .way {
		width: 100%;
		font-weight: 500;
		font-size: 8px;
		padding: 7px 3px 3px 3px;
		margin-top: 11%;
	}
	header nav.information .right {
		float: right;
		width: 64%;
	}
	header nav.information .right dl dt {
		width: 30%;
		float: left;
		margin-right: 5px;
		font-size: 8px;
		padding: 5px 0;
	}
	header nav.information .right dl dd {
		width: 65%;
		float: left;
		font: 8px;
	}
	header nav.information .right dl.time {
		margin-bottom: 0px;
		font-weight: 500;
		max-width: 200px;
	}
	header nav.information .right dl.time dd ul li {
		font-size: 8px;
		float: left;
		line-height: 1.0;
		white-space: normal;
	}
	header nav.information .right dl.time dd ul li.line1,
	header nav.information .right dl.time dd ul li.line2,
	header nav.information .right dl.time dd ul li.line3,
	header nav.information .right dl.time dd ul li.line4{
		width: 120%;
		font-size: 8px;
		margin-left: -4px;
	}
	header nav.information .right dl.reserve dt {
		text-align: center;
		padding: 5px 3px 3px;
		letter-spacing: -0.1em;
	}
	header nav.information .right dl.reserve address {
		text-align: left;
		padding: 8px 0 0;
	}
	header nav.information .right dl.reserve address img {
		width: 120px;
	}
}
@media only screen and (max-width: 374px) {
	header nav.information .right dl.reserve dt {
		letter-spacing: -0.15em;
	}
}
main {
	clear: both;
}
/*メイン画像*/
.MainImage {
	background:#FFF;
	text-align: center;
	padding: 0;
	border-top: 2px solid #BEAA8B;
	/*margin-bottom: 80px;*/
}
.MainImage h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
}
.MainImage h1 img{
	display: block;
	margin: 0 auto;
}
.MainImage h1 .pc{
width: 100%;
max-width:1366px;
}
.MainImage h1 .sp{
display: none;
}

@media only screen and (max-width: 640px) {
	.MainImage h1 .sp{
	display:block;
	width: 100%;
	}
	.MainImage h1 .pc{
	display:none;
	}
}
@media only screen and (max-width: 640px) {
	.MainImage {
		margin-bottom: 0;
	}
	.MainImage img {
		width: 100%;
	}
}

/**当院の注入治療について**/
main article#treatment {
	padding: 40px;
	margin-bottom: 100px;
	margin-top: 40px;
}
@media only screen and (max-width: 640px) {
	main article#treatment {
		margin-top: 0px;
	}
}
main article#treatment h2 {
	border: solid 1px #A4885D;
	font-size: 36px;
	color: #201813;
	padding: 55px 0;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}
main article#treatment h2:before {
	content: '';
	border: solid 1px #A4885D;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 5px;
}

@media only screen and (max-width: 640px) {

		main article#treatment {
			padding: 20px;
			margin-bottom: 0px;
		}
		main article#treatment h2 {
			font-size: 18px;
			padding: 27px 0;
			text-align: center;
			position: relative;
			margin-bottom: 25px;
		}

}


main article#treatment section.about ul.AboutPoint {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 30px;
}
main article#treatment section.about ul.AboutPoint div.tr {
	display: table-row;
}
main article#treatment section.about ul.AboutPoint li {
	display: table-cell;
	vertical-align: bottom;
}
main article#treatment section.about ul.AboutPoint li{
	border: none;
}
main article#treatment section.about ul.AboutPoint li.text_box{
	width: 65%;
	padding-right: 5%;
}
main article#treatment section.about ul.AboutPoint li.img_box{
	width: 30%;
}
main article#treatment section.about ul.AboutPoint li.img_box img{
	max-width: 100%;
}

main article#treatment section.about h4.balloon {
	background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(199,182,156) 0%, rgb(164,136,93) 100%);
	background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 31, color-stop(0, rgb(199,182,156)), color-stop(1, rgb(164,136,93)));
	background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(199,182,156) 0%, rgb(164,136,93) 100%);
	background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(199,182,156) 0%, rgb(164,136,93) 100%);
	background-image: radial-gradient(31px at 50% 50%, rgb(199,182,156) 0%, rgb(164,136,93) 100%);
	width: 100%;
	min-height: 70px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Style=2)";
filter:progid:DXImageTransform.Microsoft.Alpha(Style=2);
	text-align: center;
	padding: 5px 10px;

	/* 文字上下センター */
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main article#treatment section.about ul.AboutPoint li h5 {
	color: #1F1813;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 30px;
}
main article#treatment section.about ul.AboutPoint li h5.no01 {
	background: url(../images/no1.png) no-repeat top left;
	padding-left: 100px;
}
main article#treatment section.about ul.AboutPoint li h5.no02 {
	background: url(../images/no2.png) no-repeat top left;
	padding-left: 100px;
}
main article#treatment section.about ul.AboutPoint li h5.no03 {
	background: url(../images/no3.png) no-repeat top left;
	padding-left: 100px;
}
main article#treatment section.about ul.AboutPoint li h5.no04 {
	background: url(../images/no4.png) no-repeat top left;
	padding-left: 100px;
	min-height: 90px;
}
main article#treatment section.about ul.AboutPoint li .PointBoxOut .PointBoxIn p {
	color: #1F1813;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
}
main article#treatment section.about ul.AboutPoint li .PointBoxOut {
	background: #F5F1ED;
	padding: 10px;
}
main article#treatment section.about ul.AboutPoint li .PointBoxIn {
	border: 1px solid #D3C1AF;
	padding: 20px;
}

@media only screen and (max-width: 640px) {
	h3.line_style {
		font-size: 18px;
		text-align: center;
	}
	h3.line_style:before, h3.line_style:after {
		content: '';
		display: block;
		height: 20px;
		background: url(../images/hokuro-bar.png) no-repeat;
		text-align: center;
	}
	h3.line_style:before {
		margin-bottom: 17px;
	}
	h3.line_style:after {
		margin-top: 25px;
		margin-bottom: 22px;
	}
	main article#treatment section.about ul.AboutPoint {
		display: block;
		table-layout: auto;
		width: 100%;
		margin-bottom: 30px;
	}
	main article#treatment section.about ul.AboutPoint div.tr {
		display: block;
	}
	main article#treatment section.about ul.AboutPoint li.text_box,	main article#treatment section.about ul.AboutPoint li.img_box {
		display: block;
		width: 100%;
		padding: 0;
	}
	main article#treatment section.about ul.AboutPoint li.img_box img{
		display: block;
		margin: 0 auto;
	}
	main article#treatment section.about h4.balloon {
		min-height: auto;
		padding: 0.5em;
	}
	main article#treatment section.about ul.AboutPoint li h5 {
		font-size: 14px;
		font-weight: 800;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	main article#treatment section.about ul.AboutPoint li h5.no01 {
		background-size: 45px;
		background-repeat: none;
		padding-left: 50px;
	}
	main article#treatment section.about ul.AboutPoint li h5.no02 {
		background-size: 45px;
		background-repeat: none;
		padding-left: 50px;
	}
	main article#treatment section.about ul.AboutPoint li h5.no03 {
		background-size: 45px;
		background-repeat: none;
		padding-left: 50px;
	}
	main article#treatment section.about ul.AboutPoint li h5.no04 {
		background-size: 45px;
		background-repeat: none;
		padding-left: 50px;
		min-height: auto;
	}
	main article#treatment section.about ul.AboutPoint li .PointBoxOut .PointBoxIn p {
		font-size: 12px;
	}
	main article#treatment section.about ul.AboutPoint li .PointBoxIn {
		border: 1px solid #D3C1AF;
		padding: 20px;
		min-height: auto;
	}
	main article#treatment section.about ul.AboutPoint li .Image img {
		width: 100%;
	}
}
/**気になるほくろは、まず相談を**/
main article#treatment section.about .ribbon {
	display: table;
	width: 100%;
	margin-bottom: 60px;
}
main article#treatment section.about .ribbonLeft {
	display: table-cell;
	width: 50px;
	background: url(../images/ribon_left.png) no-repeat top left;
}
main article#treatment section.about .ribbonRight {
	display: table-cell;
	width: 50px;
	background: url(../images/ribon_right.png) no-repeat top left;
}
main article#treatment section.about .ribbonCenter {
	display: table-cell;
	background: #FEF3F3;
}
main article#treatment section.about .ribbonCenter h4 {
	background: #F44C4E;
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 32px;
	padding-top: 16px;
	color: #FFF;
}
main article#treatment section.about .ribbonCenter p {
	padding: 30px;
}
main article#treatment section.about .desc p {
	color: #1F1813;
	font-size: 16px;
	line-height: 1.8;
}
main article#treatment section.about .desc p.bottom {
	margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
	main article#treatment section.about .desc p {
		color: #1F1813;
		font-size: 12px;
		line-height: 1.8;
	}
	main article#treatment section.about .ribbonCenter h4 {
		font-size: 18px;
		padding-top: 12px;
	}
	main article#treatment section.about .ribbonCenter p {
		padding: 10px 20px 20px;
		font-size: 12px;
	}
}


main article#treatment section.about .desc h4.balloon.half{
width: auto;
max-width: 450px;
}

main article#treatment section.about .block figure {
	text-align: right;
}


main article#hyaluronic {
	background-color: #f5f1ed;
	padding-bottom: 140px;
}
@media only screen and (max-width: 640px) {
	main article#hyaluronic {
		padding-bottom: 40px;
	}
}

/**ボトックスついて**/
main article#botox {
	background-color: #f5f1ed;
	padding-bottom: 140px;
}

@media only screen and (max-width: 640px) {
	main article#botox {
		background-color: #f5f1ed;
		padding-bottom: 0;
	}
}


main article#botox .inner {
	/*margin-bottom: 75px;*/
	z-index: -9999;
}
main article#botox p.lead,p.whiteback_lead,main article#hyaluronic p.lead {
	font-size: 24px;
	line-height: 1.8;
	color: #A4855D;
	text-align: center;
	margin: 70px 0;
	font-weight: 500;
}
main article#botox p.lead span.w100 {
	display: block;
	width: 100%;
}
main article#botox ul.links {
	margin: 50px 0;
}
main article#botox ul.links li {
	float: left;
	width: 33.3%;
}
main article#botox ul.links li.link1 {
	text-align: left;
}
main article#botox ul.links li.link2 {
	text-align: center;
}
main article#botox ul.links li.link3 {
	text-align: right;
}
main article#botox .box,main article#hyaluronic .box {
	padding: 40px;
}
@media only screen and (max-width: 640px) {

	main article#botox .box,main article#hyaluronic .box {
		padding: 20px;
	}

}

main article#botox h3#kiranai {
	background: url(../images/corner-title-blue-back.png) repeat-x;
	padding: 27px 0;
}
main article#botox h3#kiranai:before, main article#botox h3#kiranai:after {
	content: none;
}
main article#botox p.desc {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 30px;
	margin-bottom: 40px;
}

.w50 {
width: 49%;
}
@media only screen and (max-width: 640px) {
	.w50 {
	width: 100%;
	}
}

.boxOuterBrown {
	width: 100%;
	background: #F5F1ED;
	padding: 10px;
	overflow: hidden;
}
.boxOuterBrown .boxInBrown {
	width: 100%;
	padding: 20px;
	border: 1px solid #D3C1AF;
	overflow: hidden;
}
.boxOuterBrown .boxInBrown h6 {
	color: #A4875D;
	border-bottom: 1px solid #D3C1AF;
	margin: 10px auto;
	font-size: 16px;
}

main article#botox .boxOuterBrown {
	width: 100%;
	background: #F5F1ED;
	padding: 10px;
}
main article#botox .boxOuterBrown .boxInBrown {
	width: 100%;
	padding: 20px 20px 8px 20px;
	border: 1px solid #D3C1AF;
}
main article#botox .boxOuterBrown .boxInBrown p.midashi {
	color: #1F1813;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 0;
}
main article#botox .boxOuterBrown .boxInBrown p.midashi:before {
	content: url(../images/point.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
main article#botox .boxOuterBrown .boxInBrown p {
	line-height: 1.8;
	margin-bottom: 20px;
}
main article#botox section.flow .block-three.step1 img.margin {
	margin-bottom: 10px;
}
main article#botox section.flow .block-three.step2 img.margin {
	margin-bottom: 28px;
}
main article#botox section.flow .block-three.step3 img.margin {
	margin-bottom: 10px;
}

main article#botox h6.midashi {
	color: #1F1813;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 0;
}
main article#botox h6.midashi:before {
	content: url(../images/point.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}


@media only screen and (max-width: 640px) {

	.boxOuterBrown .boxInBrown {
		padding: 10px;
	}

	.boxOuterBrown .boxInBrown h6 {
		font-size: 14px;
	}
}



/**  AboutPoint  **/
ul.AboutPoint {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 30px;
}

ul.AboutPoint div.tr {
	display: table-row;
}
ul.AboutPoint li {
	display: table-cell;
	width: 50%;
}

/* liの幅100％ */
ul.AboutPoint.w100_li{
	table-layout: auto;
}
ul.AboutPoint.w100_li li{
	width: 100%;
	display: block;
}
ul.AboutPoint.w100_li li{
	border: none !important;
}

ul.AboutPoint li:nth-child(2n) {
	border-left: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
}
ul.AboutPoint li:nth-child(2n+1) {
	border-right: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
}
ul.AboutPoint li h4 {
	background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(199,182,156) 0%, rgb(164,136,93) 100%);
	background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 31, color-stop(0, rgb(199,182,156)), color-stop(1, rgb(164,136,93)));
	background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(199,182,156) 0%, rgb(164,136,93) 100%);
	background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(199,182,156) 0%, rgb(164,136,93) 100%);
	background-image: radial-gradient(31px at 50% 50%, rgb(199,182,156) 0%, rgb(164,136,93) 100%);
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Style=2)";
filter:progid:DXImageTransform.Microsoft.Alpha(Style=2);
	text-align: center;
	padding: 5px 10px;
}

ul.AboutPoint li h5 {
	color: #1F1813;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 10px;
}
ul.AboutPoint li h5.no01 {
	background: url(../images/no1.png) no-repeat top left;
	padding-left: 100px;
		min-height: 90px;
}
ul.AboutPoint li h5.no02 {
	background: url(../images/no2.png) no-repeat top left;
	padding-left: 100px;
		min-height: 90px;
		padding-top: 25px;
}
ul.AboutPoint li h5.no03 {
	background: url(../images/no3.png) no-repeat top left;
	padding-left: 100px;
		min-height: 90px;
		padding-top: 25px;
}
ul.AboutPoint li h5.no04 {
	background: url(../images/no4.png) no-repeat top left;
	padding-left: 100px;
		min-height: 90px;
		padding-top: 25px;
}
ul.AboutPoint li .PointBoxOut .PointBoxIn p {
	color: #1F1813;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
}
ul.AboutPoint li .PointBoxOut {
	background: #F5F1ED;
	padding: 10px;
}
ul.AboutPoint li .PointBoxIn {
	border: 1px solid #D3C1AF;
	padding: 20px;
	min-height: 280px;
}
ul.AboutPoint.w100_li li .PointBoxIn {
	min-height: auto;/*幅100％ liの墓さauto*/
}

@media only screen and (max-width: 640px) {
	ul.AboutPoint {
		display: block;
		table-layout: auto;
		width: 100%;
		margin-bottom: 30px;
	}
	ul.AboutPoint div.tr {
		display: block;
	}
	ul.AboutPoint li {
		display: block;
		width: 100%;
	}
	ul.AboutPoint li:nth-child(2n) {
		border-left: none;
		border-bottom: 20px solid #FFFFFF;
	}
	ul.AboutPoint li:nth-child(2n+1) {
		border-right: none;
		border-bottom: 20px solid #FFFFFF;
	}
	ul.AboutPoint li h5 {
		font-size: 14px;
		font-weight: 800;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	ul.AboutPoint li h5.no01 {
		background-size: 45px;
		background-repeat: none;
		padding-left: 50px;
		min-height: 0px;
	}
	ul.AboutPoint li h5.no02 {
		background-size: 45px;
		background-repeat: none;
		padding-left: 50px;
		min-height: 0px;
		padding-top: 0;
	}
	ul.AboutPoint li h5.no03 {
		background-size: 45px;
		background-repeat: none;
		padding-left: 50px;
		min-height: 0px;
		padding-top: 0;
	}
	ul.AboutPoint li h5.no04 {
		background-size: 45px;
		background-repeat: none;
		padding-left: 50px;
		min-height: 0px;
		padding-top: 0;
	}
	ul.AboutPoint li .PointBoxOut .PointBoxIn p {
		font-size: 12px;
	}
	ul.AboutPoint li .PointBoxIn {
		border: 1px solid #D3C1AF;
		padding: 20px;
		min-height: auto;
	}
	ul.AboutPoint li .Image img {
		width: 100%;
	}
}


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

point3_detail

 --------------------*/
.point3_detail{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
	padding: 20px;
	margin-top: 20px;
}
.point3_detail div{
	width:48%;
	margin-bottom: 2%;
}
.point3_detail div img{
	margin-top: 10px;
	width: 100%;
}

@media only screen and (max-width: 640px) {

	.point3_detail{
		display: block;
	}
	.point3_detail div{
		width: 100%;
	}

}



.hibenSpace {
	padding-top: 80px;
}
.co2Space {
	padding-top: 40px;
}
.pc-pdb30{
padding-bottom: 30px;
}
.pc-pdb40{
padding-bottom: 40px;
}
.pc-pdb50{
padding-bottom: 50px;
}
.pc-pdb60{
padding-bottom: 60px;
}
.pc-pdb70{
padding-bottom: 70px;
}
@media only screen and (max-width: 640px) {
	.pc-pdb30 , .pc-pdb40 , .pc-pdb50 , .pc-pdb60 , .pc-pdb70{
	padding-bottom: 0px;
	}
}


span.yellowBack {
	background: #FFFF4D;
	font-weight: 800;
	text-decoration: underline;
}
span.BoldUnderline {
		font-weight: 800;
	text-decoration: underline;
}
.imgL {
	float: left;
	padding-right: 20px;
	overflow: hidden;
}

.imgC {
text-align: center;
}
@media only screen and (max-width: 640px) {
.imgL img{
width: 100%;
}
.max206{
max-width: 206px;
}
.imgL{
float: none;
text-align: center;
}
.imgC img{
width: 100%;
max-width: 920px;
}
}

.flow {
	/*margin-bottom: 80px;*/
}
.flow > div section.block-three {
	margin-right: 10px;
	margin-bottom: 50px;
}
.flow > div section.block-three span {
	font-size: 18px;
	line-height: 1.2;
	color: #A4855D;
}
.flow > div section.block-three p.way {
	line-height: 1.8;
	overflow: hidden;
}
.flow > div section.block-three p.way span{
font-size: 12px;
}
.flow > div section.block-three figure {
	margin: 0 !important;
}
.flow > div section.block-three figure figcaption {
	font-size: 16px;
	color: #A4855D;
}
.flowBox {
	overflow: hidden;
}
.flowBox > .block-three p.way span{
font-size: 12px;
}

main article#botox .attentionBox {
	border: 3px solid #A4885D;
	margin-bottom: 50px;
	padding: 20px;
}
main article#botox .attentionBox dl dt {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	text-align: left;
	background: #FFF;
	color: #1F1813;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}
main article#botox .attentionBox dl dt:before {
	content: url(../images/point_attention.png);
	display: inline-block;
	background: #FFF;
	margin-left: 0;
}
main article#botox .attentionBox dl dd {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 1.8;
	margin-bottom: 20px;
}
main article#botox .attentionBox p {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 1.8;
	font-weight: bold;
}
main article#botox .attentionBox .tokucyou {
	background-image: -moz-linear-gradient(rgb(235,229,219) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-gradient(linear, color-stop(0, rgb(235,229,219)), color-stop(1, rgb(255,255,255)));
	background-image: -webkit-linear-gradient(rgb(235,229,219) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(rgb(235,229,219) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(rgb(235,229,219) 0%, rgb(255,255,255) 100%);
	background-image: linear-gradient(rgb(235,229,219) 0%, rgb(255,255,255) 100%);
	-moz-box-shadow: 0px 0px 12px 0px rgba(187,187,187,0.75);
	-webkit-box-shadow: 0px 0px 12px 0px rgba(187,187,187,0.75);
	box-shadow: 0px 0px 12px 0px rgba(187,187,187,0.75);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffebe5db, endColorstr=#ffffffff)  progid:DXImageTransform.Microsoft.Glow(Color=#bfbbbbbb, Strength=12)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffebe5db, endColorstr=#ffffffff)  progid:DXImageTransform.Microsoft.Glow(Color=#bfbbbbbb, Strength=12);
	padding: 20px;
	overflow: hidden;
}

@media only screen and (max-width: 640px) {

	main article#botox p.lead,p.whiteback_lead,main article#hyaluronic p.lead {
		font-size: 14px;
		margin: 20px 0 20px;
		padding: 0 20px;
		text-align: left;
	}
	main article#botox .inner {
		margin-bottom: 30px;
		z-index: -9999;
	}

}

/** 注入治療 詳細 -**/
table.hikakuTable {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 40px;
	border-collapse: collapse;
	border: 1px solid #A4885D;
}
table.hikakuTable th {
	padding: 6px 10px;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 1.8;
	font-size: 16px;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #A4885D;
	background: #FAF8F5;
	white-space: nowrap;
}
table.hikakuTable th.top {
	background: #F5F1ED;
}
table.hikakuTable td {
	padding: 6px 10px;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 1.8;
	font-size: 16px;
	border-collapse: collapse;
	border: 1px solid #A4885D;
}

@media only screen and (max-width: 640px) {

	table.hikakuTable th,
	table.hikakuTable td {
		font-size: 12px;
	}

}

/**症例紹介**/
main article#example {
	padding-bottom: 140px;
}
main article#example h2 {
	margin-bottom: 50px;
}
main article#example .inner {
	padding: 60px 40px 40px 40px;
	margin-bottom: 90px;
}
main article#example .inner h3 {
	font-size: 28px;
	line-height: 1.2;
	color: #1F1813;
	border-bottom: solid 1px #A4885D;
	margin-bottom: 30px;
	position: relative;
	padding-left: 120px;
}
main article#example .inner h3 span {
	background-color: #A4885D;
	display: inline-block;
	font-size: 18px;
	color: white;
	text-align: center;
	padding: 10px 27px;
	position: relative;
	margin-right: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
main article#example .inner h3 span:before {
	content: '';
	box-sizing: border-box;
	width: 10px;
	height: 20px;
	display: block;
	position: absolute;
	border-top: solid 18px #A4885D;
	border-right: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-left: solid 7px transparent;
	bottom: -25px;
	left: 30px;
}
main article#example .inner h3 small {
	font-size: 24px;
}
main article#example .inner > section {
	margin-bottom: 75px;
}
main article#example .inner > section.example04 {
	margin-bottom: 90px;
}
main article#example .inner figure {
	text-align: center;
	margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {

	main article#example {
		padding-bottom: 70px;
	}
	main article#example h2 {
		margin-bottom: 25px;
		font-size: 18px;
	}
	main article#example .inner {
		padding: 0px 10px;
		margin-bottom: 45px;
		width: 100%;
	}
	main article#example .inner h3 {
		font-size: 18px;
		line-height: 1.2;
		color: #1F1813;
		border-bottom: solid 1px #A4885D;
		margin-bottom: 30px;
		position: relative;
		padding-left: 120px;
	}
	main article#example .inner h3 span {
		font-size: 12px;
		padding: 5px 27px;
		position: relative;
		margin-right: 5px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	main article#example .inner h3 small {
		font-size: 12px;
	}
	main article#example .inner figure img {
		width: 100%;
	}

}

/**Q&A**/
main article#qa {
	padding-bottom: 140px;
}
main article#qa h2 {
	margin-bottom: 50px;
}
main article#qa .inner {
	padding: 60px 40px 40px 40px;
	margin-bottom: 90px;
}
main article#qa .inner .q {
	background: #D9A300;
	padding: 10px 20px;
}
main article#qa .inner .q h3 {
	color: #FFFFFF;
	font-size: 24px;
	text-indent: -1.0em;
	padding-left: 1.0em;
}
main article#qa .inner .q h3:before {
	content: 'Q.';
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
main article#qa .inner .a {
	background: #F5F1ED;
	padding: 10px;
	margin-bottom: 50px;
}
main article#qa .inner .BoxIn {
	border: 1px solid #D3C1AF;
	padding: 10px 20px;
}
main article#qa .inner .BoxIn p {
	font-size: 16px;
	line-height: 1.8;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
main article#qa .inner .BoxIn p:before {
	content: 'A.';
	font-size: 24px;
	line-height: 1.8;
	font-weight: bold;
}

@media only screen and (max-width: 640px) {
	main article#qa {
		padding-bottom: 70px;
	}
	main article#qa h2 {
		margin-bottom: 25px;
		font-size: 18px;
	}
	main article#qa .inner {
		padding: 0px 10px;
		margin-bottom: 45px;
		width: 100%;
	}
	main article#qa .inner .a {
		margin-bottom: 20px;
	}
	main article#qa .inner .q h3 {
		color: #FFFFFF;
		font-size: 14px;
		text-indent: -1.5em;
		padding-left: 1.0em;
	}
	main article#qa .inner .q h3:before {
		content: 'Q. ';
		color: #FFFFFF;
		font-size: 14px;
		font-weight: bold;
	}
	main article#qa .inner .BoxIn p {
		font-size: 12px;
		line-height: 1.8;
		text-indent: -1.5em;
		padding-left: 1.5em;
	}
	main article#qa .inner .BoxIn p:before {
		content: 'A.';
		font-size: 18px;
		line-height: 1.8;
		font-weight: bold;
	}
}
/**治療の流れ**/
main article#flow {
	padding-bottom: 140px;
}
main article#flow h2 {
	margin-bottom: 50px;
}
main article#flow .inner {
	padding: 40px 40px 100px 40px;
	margin-bottom: 90px;
}
main article#flow .inner h3 {
	font-size: 28px;
	line-height: 1.2;
	color: #1F1813;
	border-bottom: solid 1px #A4885D;
	margin-bottom: 50px;
}
main article#flow .inner h3 span {
	background-color: #A4885D;
	display: inline-block;
	font-size: 22px;
	color: white;
	text-align: center;
	padding: 10px 46px;
	position: relative;
	margin-right: 10px;
	vertical-align: middle;
}
main article#flow .inner h3 span:before {
	content: '';
	box-sizing: border-box;
	width: 10px;
	height: 20px;
	display: block;
	position: absolute;
	border-top: solid 18px #A4885D;
	border-right: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-left: solid 7px transparent;
	bottom: -25px;
	left: 30px;
}
main article#flow .inner h3 small {
	font-size: 24px;
}
main article#flow .inner p.desc {
	margin-right: 20px;
	font-size: 16px;
	line-height: 1.8;
}
main article#flow .inner address p {
	margin-top: 0;
}
main article#flow .inner address .tel {
	margin-bottom: 10px !important;
}
main article#flow .inner section .block {
	margin-bottom: 40px;
}
main article#flow .inner section.next:after {
	content: url(../images/flow-next.png);
	text-align: center;
	margin-bottom: 45px;
}
main article#flow .inner figure {
	text-align: right;
}
main article#flow .inner h4 {
	color: #1F1813;
	font-size: 16px;
	font-weight: 500;
}
main article#flow .inner h4:before {
	content: url(../images/point.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
main article#flow .inner ul.list {
	margin-left: 20px;
	margin-top: 20px;
}
main article#flow .inner ul.list li {
	list-style: disc;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 5px;
}
main article#flow .inner section.after-care h4 {
	clear: both;
}
main article#flow .inner section.after-care p {
	margin-top: 10px;
	margin-right: 0;
}

@media only screen and (max-width: 640px) {

	main article#flow {
		padding-bottom: 70px;
	}
	main article#flow h2 {
		margin-bottom: 25px;
		font-size: 18px;
	}
	main article#flow .inner {
		padding: 0px 10px;
		margin-bottom: 45px;
		width: 100%;
	}
	main article#flow .inner h3 {
		font-size: 14px;
		margin-bottom: 25px;
	}
	main article#flow .inner h3 span {
		font-size: 12px;
		position: relative;
	}
	main article#flow .inner h3 span:before {
		content: '';
		box-sizing: border-box;
		width: 10px;
		height: 20px;
		display: block;
		position: absolute;
		border-top: solid 18px #A4885D;
		border-right: solid 7px transparent;
		border-bottom: solid 7px transparent;
		border-left: solid 7px transparent;
		bottom: -25px;
		left: 30px;
	}
	main article#flow .inner h3 small {
		font-size: 12px;
	}
	main article#flow .inner p.desc {
		margin-right: 0;
		font-size: 12px;
		line-height: 1.8;
	}
	main article#flow .inner img {
		width: 100%;
	}
	main article#flow .inner h4 {
		font-size: 14px;
	}

}
/**クリニック紹介**/
main article#about {
	padding-bottom: 120px;
}
main article#about h2 {
	margin-bottom: 50px;
}
main article#about .inner {
	margin-bottom: 90px;
}
main article#about .inner figure {
	text-align: right;
}
main article#about .inner .under {
	margin: 0;
}
main article#about .inner h3.title {
	border: solid 1px #A4885D;
	font-size: 28px;
	color: #8D7550;
	padding: 26px 0 18px 0;
	padding-left: 160px;
	position: relative;
	margin-bottom: 70px;
}
main article#about .inner h3.title:before {
	content: '';
	border: solid 1px #A4885D;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 5px;
}
main article#about .inner h3.title:after {
	content: url(../images/about-titile-circle.png);
	display: block;
	position: absolute;
	left: 20px;
	top: -15px;
	z-index: -100;
}
main article#about .inner h4 {
	color: #1F1813;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
main article#about .inner h4:before {
	content: url(../images/point.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
main article#about .inner p.desc {
	margin-right: 10px;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}
main article#about .inner figure img {
	width: 100%;
}
main article#about .inner section.lead {
	margin-bottom: 90px;
}
main article#about .inner section.lead figure:first-child {
	margin-bottom: 15px;
}
main article#about .inner section.introduct {
	margin-bottom: 70px;
}
main article#about .inner section.introduct figure {
	text-align: left;
	margin-bottom: 80px;
	padding: 0 20px;
}
main article#about .inner section.introduct h4.director {
	padding: 0 20px;
}
main article#about .inner section.introduct h4.director small {
	font-size: 28px;
	margin-right: 15px;
}
main article#about .inner section.introduct h4.director span {
	font-size: 48px;
}
main article#about .inner section.introduct h4.director:before {
	content: none;
}
main article#about .inner section.introduct p.desc {
	padding: 0px;
}
main article#about .inner section.guide figure img {
	width: auto;
}
main article#about .inner section.guide img.logo {
	margin-bottom: 45px;
}

@media only screen and (max-width: 640px) {

	main article#about .inner section.guide img.logo {
	max-width: 193px;
	}

}



main article#about .inner section.guide .address {
	margin-bottom: 50px;
}
main article#about .inner section.guide .tel {
	width: 50%;
	float: left;
}
main article#about .inner section.guide .fax {
	width: 50%;
	float: left;
}
main article#about .inner section.guide .bottom {
	margin-bottom: 70px;
}
main article#about .inner section.guide h3.icon {
	font-size: 24px;
	color: #A4865D;
	text-align: center;
	border-top: solid 1px #A4885D;
	border-bottom: solid 1px #A4885D;
	padding: 15px 0;
	margin-bottom: 50px;
}
main article#about .inner section.guide h3.icon-photo:before {
	content: url(../images/icon-camera.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
main article#about .inner section.guide section.photo {
	margin-bottom: 80px;
}
main article#about .inner section.guide section.photo > div {
	text-align: center;
}
main article#about .inner section.guide section.photo img {
	margin-bottom: 20px;
}
main article#about .inner section.guide h3.icon-map:before {
	content: url(../images/icon-map.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
main article#about .inner section.guide section.access iframe {
	width: 460px;
}
main article#about .inner section.guide section.access .info {
	padding: 0 20px;
}
main article#about .inner section.guide section.access .info ul.toway {
	margin-bottom: 30px;
}
main article#about .inner section.guide section.access .info ul.toway li {
	margin-bottom: 15px;
}
main article#about .inner section.guide section.access .info ul.toway li:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
main article#about .inner section.guide section.access .info ul.toway li.bus:before {
	content: url(../images/icon-bus.png);
}
main article#about .inner section.guide section.access .info ul.toway li.train:before {
	content: url(../images/icon-train.png);
}
main article#about .inner section.guide section.access .info ul.toway li.subway:before {
	content: url(../images/icon-subway.png);
}
main article#about .inner section.guide section.access .info .button {
	text-align: center;
}

@media only screen and (max-width: 640px) {

	main article#about {
		padding-bottom: 70px;
	}
	main article#about h2 {
		margin-bottom: 25px;
		font-size: 18px;
	}
	main article#about .inner {
		padding: 0px 10px;
		margin-bottom: 45px;
		width: 100%;
	}
	main article#about .inner img {
		width: 100%;
		max-width:
	}
	main article#about .inner section.guide figure img {
		width: 100%;
	}
	main article#about .inner h3.title {
		border: solid 1px #A4885D;
		font-size: 16px;
		color: #8D7550;
		padding: 26px 0 18px 0;
		padding-left: 150px;
		position: relative;
		margin-bottom: 40px;
	}
	main article#about .inner h4 {
		font-size: 14px;
	}
	main article#about .inner p.desc {
		margin-right: 10px;
		font-size: 12px;
		line-height: 1.8;
		margin-bottom: 30px;
	}
	main article#about .inner .under {
		margin: 0 0;
	}
	main article#about .inner section.introduct figure {
		margin-bottom: 20px;
	}
	main article#about .inner section.guide h3.icon {
		font-size: 18px;
		color: #A4865D;
		text-align: center;
		border-top: solid 1px #A4885D;
		border-bottom: solid 1px #A4885D;
		padding: 15px 0;
		margin-top: 50px;
		margin-bottom: 20px;
	}
	main article#about .inner section.guide section.access iframe {
		width: 100%;
		margin-bottom: 20px;
	}
	main article#about .inner section.guide section.access .info {
		padding: 0 0;
	}
	main article#about .inner section.introduct h4.director {
		padding: 0 20px;
	}
	main article#about .inner section.introduct h4.director small {
		font-size: 14px;
		margin-right: 15px;
	}
	main article#about .inner section.introduct h4.director span {
		font-size: 24px;
	}

}
.check-list_box{
	margin-left: 0px;
	margin-bottom: 60px;
	overflow: hidden;
}
ul.check-list {
	font-size: 16px;
	line-height: 1.8;
	width: 450px;
	float: left;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	padding-left: 3.0em;
	padding-right: 1.0em;
	text-indent: -2.8em;
}
ul.check-list li {
	margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {

	.check-list_box{
		margin-bottom: 20px;
	}

	ul.check-list {
		margin-bottom: 0;
		width: auto;
		float: none;
		font-size: 12px;
	}

}

ul.check-list li:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 25px;
	background: url(../images/check-mini.png) no-repeat;
	margin-right: 5px;
	margin-top: -5px;
	vertical-align: middle;
}
.h40{
width: 100%;
height: 40px;
clear: both;
}

/**
 * フッター
 * -------------------------------------------------------------------------------------------------
 */
footer .band {
	background-color: #574831;
	text-align: center;
	padding: 17px;
}
footer .band small {
	font-size: 16px;
	color: white;
	letter-spacing: 1px;
}
/* 追加*/
.red {
	color: red;
}



/*---- ここから ----*/
/*---------------------

 タイトル周りの指定

 --------------------*/
h3.line_style,h3.bg_brown {
	font-size: 36px;
	text-align: center;
}

h3.bg_brown{
	background-color: #786443;
	font-size: 32px;
	color: white;
	text-align: center;
	clear: both;
	margin-bottom: 20px;
}

h3.bg_brown::before {
	content: '';
	display: block;
	height: 1px;
	margin: 5px 20px 20px 20px;
	padding: 5px;
	border-bottom: solid 1px white;
}
h3.bg_brown::after {
	content: '';
  display: block;
  height: 1px;
  margin: 20px 20px 5px 20px;
  padding: 5px;
  border-top: solid 1px white;
}
h3.line_style::before {
	margin-bottom: 35px;
}

h3.line_style::after {
	margin-top: 35px;
	margin-bottom: 45px;
}

h3.line_style:before, h3.line_style:after {
	content: '';
	display: block;
	height: 20px;
	background: url(../images/hokuro-bar.png) no-repeat 50% 50%;
	text-align: center;
}

/*---------------------
 midashiBorder
 --------------------*/
h4.midashiBorder {
	font-size: 24px;
	text-align: center;
	color: #A4855D;
	margin-bottom: 40px;
	clear: both;
}
h4.midashiBorder span {
	font-size: 32px;
	color: #FFBF00;
	font-weight: 900;
}
h4.midashiBorder:before {
	content: '';
	display: block;
	height: 1px;
	margin: 0px 0px 20px 0px;
	padding: 5px;
	border-bottom: solid 1px #A4885D;
}
h4.midashiBorder:after {
	content: '';
	display: block;
	height: 1px;
	margin: 20px 0px 0px 0px;
	padding: 5px;
	border-top: solid 1px #A4885D;
}


@media only screen and (max-width: 640px){

	h4.midashiBorder {
		font-size: 14px;
		margin-bottom: 10px;
	}

	h3.line_style,h3.bg_brown {
		font-size: 18px;
		text-align: center;
	}
	h3.line_style:before, h3.line_style:after {
		content: '';
		display: block;
		height: 10px;
		background: url(../images/hokuro-bar.png) no-repeat;
		text-align: center;
	}
	h3.line_style::before {
    margin-bottom: 17px;
	}
	h3.line_style::after {
    margin-top: 25px;
    margin-bottom: 22px;
	}
	h3.bg_brown::before {
    content: '';
    display: block;
    height: 1px;
    margin: 5px 20px 10px 20px;
    padding: 5px;
    border-bottom: solid 1px white;
	}
	h3.bg_brown::after {
    content: '';
    display: block;
    height: 1px;
    margin: 10px 20px 5px 20px;
    padding: 5px;
    border-top: solid 1px white;
	}

}

/*---------------------
triangle 下向き矢印
 --------------------*/
 .triangle_box{
	 text-align: center;
 }
 .triangle-bottom {
   display: inline-block;
   border-style: solid;
   border-width: 45px 200px 0 200px;
   border-color: #a4885d transparent transparent transparent;
	 margin-bottom: 40px;
 }
 @media only screen and (max-width: 640px) {

	 .triangle-bottom {
	   border-width: 40px 120px 0 120px;
	 }

	 .triangle-bottom {
		margin-bottom:20px;
		}

 }

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

balloon

 --------------------*/
h4.balloon {
	background: url(../images/balloon-back.png) no-repeat center center #A4885D;
	font-size: 22px;
	color: white;
	padding: 8px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
h4.balloon:before {
	content: '';
	box-sizing: border-box;
	width: 10px;
	height: 20px;
	display: block;
	position: absolute;
	border-top: solid 18px #A4885D;
	border-right: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-left: solid 7px transparent;
	bottom: -25px;
	left: 25px;
}

@media only screen and (max-width: 640px) {
	h4.balloon {
		font-size: 16px;
	}
}

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

hyaluronic_box 、botox_box
共通

 --------------------*/
.hyaluronic_box p,.botox_box p{
	line-height: 1.8;
}

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

hyaluronic_box

 --------------------*/
 p.midashi {
   color: #1F1813;
   font-size: 16px;
   font-weight: 500;
   margin-bottom: 20px;
   padding: 0;
 }
 p.midashi::before {
     content: url(../images/point.png);
     display: inline-block;
     vertical-align: middle;
     margin-right: 10px;
 }
 span.midashi_point{
	 display: block;
	 border-bottom: solid 1px #000;
	 margin-bottom: 10px;
 }

 div.hyaluronic_box-topics{
	 background: #fff1f1;
	 padding: 20px 20px 20px 30px;
	 border-left: solid 7px #ff9999;
 }
 div.hyaluronic_box-topics p:first-child{
	 font-size: 1.3em;
	 font-weight: bold;
	 color: #ec4f4f;
	 font-feature-settings: "palt";
 }

 @media only screen and (max-width: 640px) {

	 p.midashi {
	   margin-bottom: 10px;
	 }

 }

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

 botox_box

 --------------------*/
ul.botox_hit_point p{
	color: #1F1813;
	font-size: 16px;
	line-height: 1.8;
}

@media only screen and (max-width: 640px) {

	ul.botox_hit_point p{
		font-size: 12px;
	}

}

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

#facelift
.lift_link_box

 --------------------*/
.lift_link_box{
	padding: 60px 0 120px;
}
.lift_link_box .other_message p {
    text-align: center;
    line-height: 170%;
    font-weight: bold;
    font-size: 1.6em;
}
.lift_link_box .other_message p a{
	border-bottom: solid 2px #e63c73;
    color: #1F1813;
    text-decoration: none;
    margin: 0 5px;
}
.lift_link_box .other_message p a:hover{
	color: #e63c73;
}
.lift_link_box .other_message a.lift_more_link {
    width: 640px;
		max-width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-top: 1.5em;
}
.lift_link_box .other_message a.lift_more_link img {
    width: 100%;
}
.lift_link_box .other_message a.lift_more_link img:hover {
    -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
}

@media only screen and (max-width: 640px) {

	.lift_link_box{
		padding: 40px 0;
	}
	.lift_link_box .other_message p{
		font-size: 1.2em;
	}

}


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

#price

 --------------------*/
 main article#price {
 	padding-bottom: 140px;
 }
 main article#price h2 {
 	margin-bottom: 50px;
 }
 main article#price .inner {
 	padding: 40px;
 	margin-bottom: 90px;
 }
 main article#price .inner section.hoken h3 {
 	width: 440px;
 	background: #D9A300;
 	margin-bottom: 38px;
 }
 main article#price .inner section.hoken h3:before {
 	border-top-color: #D9A300;
 }
 main article#price .inner section.hoken h3 span {
 	font-size: 24px;
 	text-shadow: 0px 0px 5px rgba(170, 144, 104, 0.75);
 	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=#bfaa9068,Strength=5)";
 	zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Glow(Color=#bfaa9068, Strength=5);
 }
 main article#price .inner table {
 	width: 100%;
 	border-collapse: collapse;
 	border-top: solid 3px #A4885D;
 }
 main article#price .inner table thead th {
 	border-bottom: solid 1px #A4885D;
 	font-size: 18px;
 	color: #A4865D;
 	padding: 19px 0;
 	text-align: center;
 }

 main article#price .inner table tbody th, main article#price .inner table tbody td {
 	border-bottom: dotted 1px #A4885D;
 	padding: 19px 0;
 }
 main article#price .inner table tbody th.bonone,
 main article#price .inner table tbody td.bonone {
 	border-bottom: none;
 }
 main article#price .inner table tbody th {
 	text-align: left;
 	vertical-align: top;
 	font-size: 21px;
 	padding: 30px 30px 10px;
 }
 main article#price .inner table tbody th small {
 	font-size: 20px;
 }
 table th p.heiyo{
 background:#E0D8C6 ;
 color: #40210F;
 font-size: 16px;
 line-height: 1.5;
 padding: 5px ;
 display: inline;
 }

 @media only screen and (max-width: 640px) {

	 	table th p.heiyo{
	 	display: block;
	 	}

 }

 /* #price */
 main article#price .inner table tbody td {
 	text-align: right;
 }
 main article#price .inner table tbody td span.img {
 	/*margin-bottom: 20px;*/
 	display: block;
 }




 main article#price .inner table tbody td .price {
 	font-size: 32px;
	text-align: right;
 	font-weight: bold;
 	color: #201813;
 	vertical-align: middle;
	white-space: nowrap;
 }
 main article#price .inner table tbody td .en {
 	font-size: 24px;
 	color: #201813;
 	vertical-align: middle;
 }

 #price p.zeinuki{
 	font-size: 32px;
 	line-height: 120%;
 	font-weight: bold;
 	color: #201813;
 	vertical-align: middle;
 	white-space: nowrap;
 	text-align: right;
 }
 #price p.zeinuki span.small_price{
 	font-size: 0.8em;
 	line-height: 100%;
 }
 #price p.zeinuki span.zeikomi{
 	display: block;
 	font-size: 0.5em;
 	line-height: 100%;
 	text-align: right;
 }



 main article#price .inner ul.caution {
 	margin-bottom: 50px;
 }
 main article#price .inner ul.caution li {
 	font-size: 16px;
 	margin-bottom: 10px;
 }
 main article#price .inner ul.caution li span {
 	color: red;
 }
 main article#price .inner section.jihi {
 	margin-bottom: 80px;
 }
 main article#price .inner section.jihi h3 {
 	width: 440px;
 	background: #003366;
 	margin-bottom: 38px;
 }
 main article#price .inner section.jihi h3:before {
 	border-top-color: #003366;
 }
 main article#price .inner section.jihi h3 span {
 	font-size: 24px;
 	text-shadow: 0px 0px 5px rgba(0, 33, 66, 0.75);
 	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=#bf002142,Strength=5)";
 	zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Glow(Color=#bf002142, Strength=5);
 }
 main article#price .inner section.jihi table td {
 	white-space: nowrap;
 }
 main article#price .inner section.jihi table td .price {
 	letter-spacing: -2px;
 	margin-right: 3px;
 }
 main article#price .inner .pay-way {
 	width: 100%;
 	background-color: #F5F1ED;
 	font-size: 16px;
 	line-height: 1.8;
 	color: #221814;
 	text-align: left;
 	position: relative;
 	padding: 30px;
 	margin-bottom: 20px;
     text-indent: -1.0em;
 padding-left: 2.5em;
 }
 main article#price .inner .pay-way:before {
 	content: '';
 	position: absolute;
 	display: block;
 	border: solid 1px #D3C1AF;
 	width: 900px;
 	box-sizing: border-box;
 	left: 10px;
 	top: 10px;
 	bottom: 10px;
 }
 main article#price .inner .pay-way figure {
 	margin-top: 10px;
 	text-align: center;
 }

 @media only screen and (max-width: 640px) {
 main article#price {
 	padding-bottom: 70px;
 }
 main article#price h2 {
 	margin-bottom: 25px;
 }
 main article#price .inner {
 	padding: 10px;
 	margin-bottom: 45px;
 }
 main article#price .inner section.hoken h3 {
 	width: 100%;
 	background: #D9A300;
 	margin-bottom: 38px;
 }
 main article#price .inner section.hoken h3:before {
 	border-top-color: #D9A300;
 }
 main article#price .inner section.hoken h3 span {
 	font-size: 16px;
 	text-shadow: 0px 0px 5px rgba(170, 144, 104, 0.75);
 	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=#bfaa9068,Strength=5)";
 	zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Glow(Color=#bfaa9068, Strength=5);
 }
 main article#price .inner table thead th {
 	font-size: 12px;
 }
 main article#price .inner section.jihi h3 {
 	width: 100%;
 	background: #003366;
 	margin-bottom: 38px;
 }
 main article#price .inner section.jihi h3:before {
 	border-top-color: #003366;
 }
 main article#price .inner section.jihi h3 span {
 	font-size: 16px;
 	text-shadow: 0px 0px 5px rgba(170, 144, 104, 0.75);
 	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=#bfaa9068,Strength=5)";
 	zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Glow(Color=#bfaa9068, Strength=5);
 }
 main article#price .inner table thead th {
 	font-size: 12px;
 }

 main article#price .inner table tbody th, main article#price .inner table tbody td {
 	border-bottom: dotted 1px #A4885D;
 	padding: 19px 0;
 }
 main article#price .inner table tbody th {
 	text-align: left;
 	vertical-align: top;
 	font-size: 16px;
 	padding: 20px 30px;
 }
 main article#price .inner table tbody th small {
 	font-size: 10px;
 }

 @media only screen and (max-width: 640px) {

	 main article#price .inner table tbody th, main article#price .inner table tbody td {
	 	border-bottom: dotted 1px #A4885D;
	 	padding: 10px 0;
	 }
	 main article#price .inner table tbody th {
	 	text-align: left;
	 	vertical-align: top;
	 	font-size: 14px;
	 	padding: 15px 10px;
	 }
	 main article#price .inner table tbody th small {
	 	font-size: 10px;
	 }
}

 main article#price .inner table tbody td {
 	text-align: left;
 }
 main article#price .inner table tbody td img {
 	width: 100%;
 }
 main article#price .inner table tbody td .price {
 	font-size: 15px;
	white-space:nowrap;
 }
 main article#price .inner table tbody td .en {
 	font-size: 12px;
 }
 main article#price .inner table tbody td span.img {
 	margin-bottom: 20px;
 }

	main article#price .inner table tbody td span.img {
		margin-bottom: 0px;
	}
	main article#price .inner .pay-way {
		width: 100%;
		font-size: 12px;
		line-height: 1.8;
		color: #221814;
		text-align: left;
		position: relative;
		padding: 30px 20px;
		margin-bottom: 20px;
	}
	main article#price .inner .pay-way figure img {
		width: 100%
	}
	main article#price .inner .pay-way:before {
		content: '';
		position: absolute;
		display: block;
		border: solid 1px #D3C1AF;
		width: 100%;
		box-sizing: border-box;
		left: 0;
		top: 10px;
		bottom: 10px;
	}
 }

 @media only screen and (max-width: 640px) {

 	/* price */
 	#price p.zeinuki{
		font-size: 20px;
		padding-bottom: 0.5em;
 	}
 	#price p.zeinuki span.zeikomi{
 		font-size: 13.5px;
 	}

 }


 /* 項目 */
#price h4.price_category{
	font-size: 24px;
	color: #A4855D;
}
#price p.price_text{
	margin: 5px 0 10px;
}
#price table th p{
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
}
#price table th p.category_detail{
	padding: 10px 0;
}

 @media only screen and (max-width: 640px) {

	 #price h4.price_category{
	 	font-size: 18px;
	}
	 #price table th p{
	 	font-weight: 400;
	 	font-size: 13px;
	}

}
/* 料金 */
.price span{
	font-size: 0.6em;
}
