@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;
}
.mb140{
	margin-bottom: 140px !important;
}
.mt0 {
	margin-top: 0;
}
.red-b{
color: #FF0000;
font-weight: bold;
}
.pc{
	display: block;
}
.sp{
	display: none;
}

.w50 {
width: 49%;
}

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

	html {
		font-size: 0.825em;
		max-width: 639px;
		min-width: 320px;
	}
	.mb60 {
		margin-bottom: 40px;
	}
	.mb40 {
		margin-bottom: 20px;
	}
	.mb30 {
		margin-bottom: 20px;
	}
	.mb140{
		margin-bottom: 60px !important;
	}

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

	.w50 {
	width: 100%;
	}

}

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;
}

/*画像センター*/
/*
.Image img {
	width: 100%;
}
*/
.imgC {
	text-align: center;
}
.imgC img {
	margin: 0 auto;
}


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

	.imgC img{
		width: 100%;
		max-width: 920px;
	}
}


.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 {
	clear: both;
}
/*メイン画像*/
.MainImage {
	background:#ccd2d6;
	text-align: center;
	padding: 0;
	border-top: 2px solid #BEAA8B;
}
.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%;
	}
}


.facelift_link{
}
.facelift_link .row_box{
	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;
	align-items: center;
}
.facelift_link .text_box{
	width: 60%;
    margin: 0 auto;
    padding: 0.8em;
    font-size: 22px;
    text-align: center;
    line-height: 160%;
    border: 1px solid #A4885D;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: rgb(91,61,29);
    background: -moz-linear-gradient(top, rgba(91,61,29,1) 0%, rgba(175,144,124,1) 99%);
    background: -webkit-linear-gradient(top, rgba(91,61,29,1) 0%,rgba(175,144,124,1) 99%);
    background: linear-gradient(to bottom, rgba(91,61,29,1) 0%,rgba(175,144,124,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b3d1d', endColorstr='#af907c',GradientType=0 );
    transition: 0.3s;
}
.facelift_link .text_box p{
	text-align: center;
}
.facelift_link .text_box a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.facelift_link mark{
	background-color: #fff;
    border-radius: 3px;
    padding: 4px 5px 2px;
    margin: 0 0.2em;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}
.facelift_link .text_box a span.big{
	color: #ec3434;
	font-size: 1.2em;
}
.facelift_link .img_box{
	width: 35%;
}
.facelift_link .img_box img{
	display: block;
	margin: 0 auto;
}
.facelift_link .detail_text{
	display: inline-block;
  padding-right: 25px;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 0.8em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
}
.facelift_link .detail_text::before,.facelift_link .detail_text::after{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.facelift_link .detail_text::before{
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.facelift_link .detail_text::after{
	right: 8px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(
45deg);
    transform: rotate(
45deg);
}

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

	.facelift_link .text_box{
		width: 100%;
	}
	.facelift_link .img_box{
		width: 100%;
		margin-top: 15px;
	}
	.facelift_link .text_box p{
		font-size: 14px;
	}

}




/*メイン画像 の下*/
#catch_intro_box{
	padding: 60px 0;
	background: rgb(226,203,154);
	background: linear-gradient(25deg, rgba(226,203,154,1) 0%, rgba(206,184,134,1) 21%, rgba(237,221,179,1) 58%, rgba(174,150,101,1) 84%);
}
#catch_intro_box.bg_none{
	background: none;
	padding: 40px 0 60px;
}
#catch_intro_box.bg_none .catch_inner{
	width: 100%;
	padding: 0 5%;
}
#price #catch_intro_box.bg_none .catch_inner{
	padding: 0;
}
#catch_intro_box .catch_inner{
	width: 990px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	box-shadow: 0px 0px 15px -5px #ffffff;
}
#catch_intro_box .row_box{
	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;
	align-items: center;
}
#catch_intro_box .row_box .text_box{
	width: 69%;
}
#catch_intro_box .row_box .img_box{
	width: 30%;
}
#catch_intro_box .row_box .img_box img{
	width: 100%;
}
#catch_intro_box h2{
	font-size: 33px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 0.5em;
	color: #a4885d;
}
#catch_intro_box p{
	font-size: 18px;
	text-align: center;
	line-height: 200%;
	letter-spacing: 0.05em;
	font-weight: 600;
}
#catch_intro_box p.mintlift_morelink{
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0.8em;
	font-size: 22px;
	text-align: center;
	line-height: 160%;
	border: 1px solid #A4885D;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
	background: rgb(91,61,29);
		background: -moz-linear-gradient(top, rgba(91,61,29,1) 0%, rgba(175,144,124,1) 99%);
		background: -webkit-linear-gradient(top, rgba(91,61,29,1) 0%,rgba(175,144,124,1) 99%);
		background: linear-gradient(to bottom, rgba(91,61,29,1) 0%,rgba(175,144,124,1) 99%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b3d1d', endColorstr='#af907c',GradientType=0 );
	transition: 0.3s;
}
#catch_intro_box .mintlift_morelink a{
	display: block;
	text-decoration: none;
	line-height: 140%;
	color:#fff;
}
#catch_intro_box p.mintlift_morelink:hover{
	opacity: 0.8;
}
#catch_intro_box .mintlift_morelink a span.big{
	font-size: 1.15em;
	font-weight: bold;
	color: #ec3434;
	line-height: 100%;
}
#catch_intro_box .mintlift_morelink a mark{
	background-color: #fff;
	border-radius: 3px;
	padding: 4px 5px 2px;
	margin: 0 0.2em;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
#catch_intro_box .mintlift_morelink a span.detail_text{
	display: inline-block;
	padding-right: 25px;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 0.8em;

	position: relative;
  vertical-align: middle;
  text-decoration: none;
}
#catch_intro_box .mintlift_morelink a span.detail_text::before,#catch_intro_box .mintlift_morelink a span.detail_text::after{
	position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#catch_intro_box .mintlift_morelink a span.detail_text::before{
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#catch_intro_box .mintlift_morelink a span.detail_text::after{
	right: 8px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

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

	#catch_intro_box .catch_inner{
		width: 75%;
	}
}


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

	#catch_intro_box h2{
		font-size: 28px;
	}
	#catch_intro_box p{
		font-size: 1.1rem;
		line-height: 160%;
	}
	#catch_intro_box p.mintlift_morelink{
		font-size: 14px;
	}
	#catch_intro_box p.mintlift_morelink a{
		line-height: 180%;
	}
	#catch_intro_box .mintlift_morelink a span{
		font-size: 13px;
	}


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

	#catch_intro_box{
		padding: 30px 0;
	}
	#catch_intro_box p{
		font-size: 1rem;
	}
	#catch_intro_box .catch_inner{
		padding: 30px 20px 20px;
		width: 85%;
	}
	#catch_intro_box .row_box .text_box{
		width: 100%;
		margin-bottom: 20px;
	}
	#catch_intro_box .row_box .img_box{
		width: 100%;
	}

}

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

	#catch_intro_box .catch_inner{
		width: 90%;
	}
	#catch_intro_box h2 {
    font-size: 24px;
	}



}





/* --- info-box --- */

.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: 15px;
	font-weight: 500;
	display: inline-block;
	padding: 17px 7px;
	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;
	}
}

/**Q&A**/
main article#qa {
	padding-bottom: 140px;
}
main article#qa h2 {
	margin-bottom: 50px;
}
main article#qa .website_link{
	margin-top: 60px;
}
main article#qa .website_link:hover{
	opacity: 0.8;
}
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#qa .website_link{
		margin-top: 30px;
	}
	main article#qa .website_link img{
		width: 300px;
		margin: 0 auto;
	}
}

/**治療の流れ**/
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;
}

/*---------------------
price
 --------------------*/
#price table {
   width: 100%;
   border-collapse: collapse;
   border-top: solid 3px #A4885D;
   border-bottom: solid 3px #A4885D;
   margin-bottom: 20px;
 }

/*thead*/
#price table thead th {
   border-bottom: solid 1px #A4885D;
   font-size: 18px;
   color: #A4865D;
   padding: 19px 0;
   text-align: center;
 }
#price table thead th {
  border-bottom: solid 1px #A4885D;
  font-size: 18px;
  color: #A4865D;
  padding: 19px 0;
  text-align: center;
}

/*tbody*/
#price table tbody th {
    text-align: left;
    vertical-align: top;
    font-size: 24px;
    padding: 30px 30px 10px;
}
#price table tbody th, #price  table tbody td {
    border-bottom: dotted 1px #A4885D;
    padding: 19px 0;
}
#price table tbody td {
    text-align: right;
}
#price h4.balloon{
	margin-bottom: 10px;
}

/* price */
#price .price_row_box {
		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: flex-end;
}
#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;
}


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

	#price table thead th{
    font-size: 12px;
	}

	#price table tbody th {
    text-align: left;
    vertical-align: top;
    font-size: 15px;
    padding: 20px 10px;
		width: 100%;
	}
	#price table tbody th, #price table tbody td {
    border-bottom: dotted 1px #A4885D;
    padding: 19px 0;

	}
	#price table tbody td {
    text-align: left;
	}

}

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

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

}


/*pay-way*/
.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;
}
.pay-way:before {
 content: '';
 position: absolute;
 display: block;
 border: solid 1px #D3C1AF;
 width: 900px;
 box-sizing: border-box;
 left: 10px;
 top: 10px;
 bottom: 10px;
}
.pay-way figure {
 margin-top: 10px;
 text-align: center;
}

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

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

}


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