@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;
}
/* 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.
 */
/**
 * 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;
}
.mb100 {
margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
.mb100 {
margin-bottom: 30px;
}
}
.mt0 {
margin-top: 0;
}
.mt30 {
margin-top: 30;
}
.h00 {
clear: both;
height: 00px;
width: 100%;
}

@media only screen and (max-width: 640px) {
html {
font-size: 0.825em;
max-width: 639px;
min-width: 320px;
}
}
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;
}
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#labia_minora, main article#about .inner section.introduct h4.director, main article#labia_minora section.about ul.AboutPoint li .PointBoxOut .PointBoxIn p, main article#labia_minora section.about ul.AboutPoint li .PointBoxOut .PointBoxIn h5, main article#labia_minora section.about ul.AboutPoint li h4, main article#qa .inner .BoxIn p:before, main article#labia_minora section.about .desc ul.konna li {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic, .flow > div section.block-three p.way, main article#labia_minora section.about .desc p, main article#chiryou p.desc, main article#chiryou .merit ul li, main article#chiryou .demerit ul li, main article#chiryou 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#chiryou .attentionBox p, main article#chiryou .boxOuterBrown .boxInBrown p, main article#qa .inner .BoxIn p, footer .band, main article#chiryou h6.midashi {
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#chiryou ul.links, main article#chiryou .merit, main article#chiryou .demerit, main article#chiryou ul.check-list, main article#chiryou 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#chiryou ul.links:after, main article#chiryou .merit:after, main article#chiryou .demerit:after, main article#chiryou ul.check-list:after, main article#chiryou 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: 20px;
clear: none;
}
.block-three.step1 {
margin-left: 0;
}
.block.clear {
clear: both;
}
.shadow-box, .info-box, header .global-navi, main article#labia_minora, main article#chiryou .box, main article#special .inner, main article#example .inner, main article#price .inner, main article#flow .inner, main article#qa .inner, main article#message {
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;
}

.message-back {
background : url(../images/message_back.png);
padding: 30px;
margin-bottom: 80px;
overflow: hidden;
}
.message-back h2 {
background : url(../images/message_h2_line.png) repeat-x bottom;
font-size: 2.25em;
text-align: center;
margin-bottom: 30px;
padding-bottom: 0.5em;
}
.message-back .messageRight p {
line-height: 1.8em;
overflow: hidden;
font-weight: 500;
}
.message-back .messageRight {
overflow: hidden;
float: left;
width: 66%;
}
.message-back .messageRight figure {
float: left;
padding-right: 30px;
padding-left: 10px;
}
.message-back .messageLeft {
float: right;
width: 30%;
margin-right: 20px;
}

@media only screen and (max-width: 640px) {
.message-back {
padding: 30px;
margin-bottom: 40px;
overflow: hidden;
margin-top: 50px;
}
.message-back h2 {
background : url(../images/message_h2_line.png) repeat-x bottom;
font-size: 1.5em;
margin-bottom: 30px;
padding-bottom: 0.5em;
}
.message-back .messageLeft {
float: none;
width: auto;
margin-right: 0;
text-align: center;
}
.message-back .messageLeft img {
width: 100%;
}
.message-back .messageRight p {
line-height: 1.8em;
overflow: hidden;
font-weight: 500;
}
.message-back .messageRight {
overflow: hidden;
float: none;
width: auto;
margin-top: 30px;
}
.message-back .messageRight figure {
float: left;
padding-right: 30px;
padding-left: 10px;
}
}

@media only screen and (max-width: 640px) {
.shadow-box, .info-box, main article#labia_minora, main article#chiryou .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 #194F95;
font-size: 24px;
color: white;
padding: 8px;
text-align: center;
position: relative;
background-color: #194F95;
}
.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 #194F95;
border-right: solid 7px transparent;
border-bottom: solid 7px transparent;
border-left: solid 7px transparent;
bottom: -25px;
left: 25px;
}
.arrow-right, main article#chiryou .merit ul li, main article#chiryou .demerit ul li {
position: relative;
padding-left: 20px;
}
.arrow-right:before, main article#chiryou .merit ul li:before, main article#chiryou .demerit ul li:before {
content: '';
box-sizing: border-box;
width: 5px;
height: 10px;
display: block;
position: absolute;
border-top: solid 5px transparent;
border-right: solid 5px transparent;
border-bottom: solid 5px transparent;
border-left: solid 10px #194F95;
bottom: 8px;
left: 3px;
}
.corner-title, main article#chiryou h2, main article#example h2, main article#price h2, main article#flow h2, main article#about h2, main article#qa h2 {
color: white;
font-size: 48px;
background: url(../images/corner-title-back.png) no-repeat center center #FC97AD;
text-align: center;
padding: 57px 0;
text-shadow: 1px 2px 2px rgba(179, 146, 172, 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);
}

@media only screen and (max-width: 640px) {
.corner-title, main article#chiryou 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.png);
background-position: top center;
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: 18px;
font-weight: 500;
display: inline-block;
padding: 17px;
padding: 25px\9;
position: relative;
width: 100%;
height: 100%;
}
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: #FC97AC;
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: #725D78;
text-decoration: none;
font-size: 10px;
display: inline-block;
padding: 15px 5px;
width: 100%;
height: 100%;
}
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: 120px;
float: left;
margin-right: 30px;
}
header nav.information .right dl dd {
width: 390px;
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: 41%;
}
header nav.information .right dl.time dd ul li.line2, header nav.information .right dl.time dd ul li.line4 {
width: 48%;
}
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: 20px;
}

@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: 1%;
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: 58%;
overflow: hidden;
}
@media only screen and (max-width: 374px) {
header nav.information .right {
 float: right;
 width: 65%;
 overflow: hidden;
}
}
header nav.information .right dl dt {
float: left;
width: 30%;
margin-right: 1%;
font-size: 8px;
padding: 5px 0;
overflow: hidden;
letter-spacing: -0.1em;
}
header nav.information .right dl dd {
float: left;
font: 8px;
width: 65%;
overflow: hidden;
}
header nav.information .right dl.time {
margin-bottom: 0px;
font-weight: 500;
}
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 span {
letter-spacing: -0.1em;
}
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: 100%;
}
header nav.information .right dl.reserve dt {
text-align: center;
padding: 5px 3px 3px;
}
header nav.information .right dl.reserve address {
text-align: left;
padding: 8px 0 0;
}
header nav.information .right dl.reserve address img {
width: 120px;
}
}
main {
clear: both;
}
/*メイン画像*/
.MainImage {
background: #FCCAD5;
text-align: center;
padding: 0;
margin-bottom: 80px;
}
.MainImage h1 {
margin: 0;
padding: 0;
line-height: 0;
}
.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: 10px;
}
.MainImage img {
width: 100%;
}
}
/**わきがとは**/
main article#labia_minora {
padding: 40px;
margin-bottom: 120px;
}
main article#labia_minora h2, main article#qa .inner h3 {
border: solid 1px #B392AC;
font-size: 36px;
color: #B292AC;
padding: 60px 0 50px;
text-align: center;
position: relative;
margin-bottom: 50px;
}
main article#labia_minora h2:before, main article#qa .inner h3:before {
content: '';
border: solid 1px #B392AC;
width: 100%;
height: 100%;
display: inline-block;
position: absolute;
top: 5px;
left: 5px;
}
main article#labia_minora section.about .desc section.konna h4, main article#labia_minora section.konna article#price .inner section.hoken h3, main article#price .inner section.hoken article#labia_minora section.konna h3, main article#labia_minora section.konna article#price .inner section.jihi h3, main article#price .inner section.jihi article#labia_minora section.konna h3 {
width: 440px;
margin-bottom: 35px;
}
main article#labia_minora section.about ul.AboutPoint li ul.konna {

margin-bottom: 40px;
clear: both;
}
main article#labia_minora section.about ul.AboutPoint li ul.konna li {
font-size: 24px;
font-weight: 500;
margin-bottom: 25px;
text-shadow: 1px 0px 0px #FFF, 0px 1px 0px #FFF, -1px 0px 0px #FFF, 0px -1px 0px #FFF;
display: block;
width: 100%;
text-indent: -2.5em;
padding-left: 2.5em;
}
main article#labia_minora section.about ul.AboutPoint li ul.konna li:nth-child(2n), main article#labia_minora section.about ul.AboutPoint li ul.konna li:nth-child(2n+1) {
border: none;
}
main article#labia_minora section.about ul.AboutPoint li ul.konna li span {
font-size: 36px;
}
main article#labia_minora section.about ul.AboutPoint li ul.konna li:before {
content: '';
display: inline-block;
width: 40px;
height: 42px;
background: url(../images/check.png) no-repeat;
margin-right: 20px;
padding-bottom: 10px;
vertical-align: middle;
}
main article#labia_minora section.about ul.AboutPoint li ul.sankaku, main article#flow .inner ul.sankaku {
margin: 10px 0 30px;
}
main article#labia_minora section.about ul.AboutPoint li ul.sankaku li, main article#flow .inner ul.sankaku li {
background: url(../images/point_triangle.png) no-repeat left 8px;
padding-left: 15px;
display: block;
width: 100%;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
line-height: 1.8em;
}
main article#labia_minora section.about ul.AboutPoint li ul.sankaku li:nth-child(2n), main article#labia_minora section.about ul.AboutPoint li ul.sankaku li:nth-child(2n+1) {
border: none;
}

@media only screen and (max-width: 640px) {
main article#labia_minora {
padding: 20px;
margin-bottom: 0px;
}
main article#labia_minora h2, main article#qa .inner h3 {
font-size: 18px;
padding: 27px 0;
text-align: center;
position: relative;
margin-bottom: 25px;
}
main article#labia_minora section.konna .balloon, main article#labia_minora section.konna section.about .desc h4, main article#labia_minora section.about .desc section.konna h4, main article#labia_minora section.konna article#price .inner section.hoken h3, main article#price .inner section.hoken article#labia_minora section.konna h3, main article#labia_minora section.konna article#price .inner section.jihi h3, main article#price .inner section.jihi article#labia_minora section.konna h3 {
width: 100%;
margin-bottom: 35px;
}
main article#labia_minora section.about ul.AboutPoint li ul.konna {
margin-bottom: 40px;
}
main article#labia_minora section.about ul.AboutPoint li ul.konna li {
font-size: 12px;
font-weight: 500;
margin-bottom: 25px;
}
main article#labia_minora section.about ul.AboutPoint li ul.konna li span {
font-size: 18px;
}
main article#labia_minora section.about ul.AboutPoint li ul.konna li:before {
content: '';
display: inline-block;
width: 24px;
height: 25px;
background: url(../images/check-mini.png) no-repeat;
margin-right: 5px;
padding-bottom: 10px;
vertical-align: middle;
}
}
main article#labia_minora section.about h3, main article#labia_minora section.konna h3 {
font-size: 36px;
text-align: center;
color: #B292AC;
}
main article#labia_minora section.about h3:before, main article#labia_minora section.about h3:after, main article#labia_minora section.konna h3:before, main article#labia_minora section.konna h3:after {
content: '';
display: block;
height: 20px;
background: url(../images/labia_minora-bar.png) no-repeat;
background-position: center top;
text-align: center;
}
main article#labia_minora section.about h3:before, main article#labia_minora section.konna h3:before {
margin-bottom: 35px;
}
main article#labia_minora section.about h3:after, main article#labia_minora section.konna h3:after {
margin-top: 50px;
margin-bottom: 45px;
}
main article#labia_minora section.about uldAboutPoint {
display: table;
table-layout: fixed;
width: 100%;
margin-bottom: 30px;
}
main article#labia_minora section.about ul.AboutPoint div.tr {
display: table-row;
}
main article#labia_minora section.about ul.AboutPoint li {
display: table-cell;
width: 50%;
}
main article#labia_minora section.about ul.AboutPoint li p.t-right {
text-align: right;
}
main article#labia_minora section.about ul.AboutPoint li:nth-child(2n) {
border-left: 20px solid #FFFFFF;
border-bottom: 20px solid #FFFFFF;
}
main article#labia_minora section.about ul.AboutPoint li:nth-child(2n+1) {
border-right: 20px solid #FFFFFF;
border-bottom: 20px solid #FFFFFF;
vertical-align: top;
}
main article#labia_minora section.about ul.AboutPoint li h4 {
background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(252,202,213) 0%, rgb(252,151,173) 100%);
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 31, color-stop(0, rgb(252,202,213)), color-stop(1, rgb(252,151,173)));
background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(252,202,213) 0%, rgb(252,151,173) 100%);
background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(252,202,213) 0%, rgb(252,151,173) 100%);
background-image: radial-gradient(31px at 50% 50%, rgb(252,202,213) 0%, rgb(252,151,173) 100%);
width: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Style=2)";
filter:progid:DXImageTransform.Microsoft.Alpha(Style=2);
text-align: center;
padding: 5px 10px;
}
main article#labia_minora section.about ul.AboutPoint li h5 {
color: #1F1813;
font-size: 20px;
font-weight: 800;
line-height: 1.5;
margin-bottom: 30px;
min-height: 90px;
}
main article#labia_minora section.about ul.AboutPoint li h5.no01 {
background: url(../images/no1.png) no-repeat top left;
padding-left: 100px;
}
main article#labia_minora section.about ul.AboutPoint li h5.no02 {
background: url(../images/no2.png) no-repeat top left;
padding-left: 100px;
}
main article#labia_minora section.about ul.AboutPoint li h5.no03 {
background: url(../images/no3.png) no-repeat top left;
padding-left: 100px;
}
main article#labia_minora section.about ul.AboutPoint li h5.no04 {
background: url(../images/no4.png) no-repeat top left;
padding-left: 100px;
}
main article#labia_minora section.about ul.AboutPoint li .PointBoxOut .PointBoxIn p {
color: #1F1813;
font-size: 18px;
line-height: 1.5;
font-weight: 500;
}
main article#labia_minora section.about ul.AboutPoint li .PointBoxOut {
background: #FDEFF2;
padding: 10px;
}
main article#labia_minora section.about ul.AboutPoint li .PointBoxIn {
border: 1px solid #FCCAD5;
padding: 20px;
min-height: 330px;
}

@media only screen and (max-width: 640px) {
main article#labia_minora section.about h3 {
font-size: 18px;
text-align: center;
}
main article#labia_minora section.about h3:before, main article#labia_minora section.about h3:after, main article#labia_minora section.konna h3:before, main article#labia_minora section.konna h3:after {
content: '';
display: block;
height: 26px;
background: url(../images/labia_minora-bar.png) no-repeat center;
text-align: center;
}
main article#labia_minora section.about h3:before, main article#labia_minora section.konna h3:before {
margin-bottom: 12px;
}
main article#labia_minora section.about h3:after, main article#labia_minora section.konna h3:after {
margin-top: 20px;
margin-bottom: 22px;
}
main article#labia_minora section.about ul.AboutPoint {
display: block;
table-layout: auto;
width: 100%;
margin-bottom: 30px;
}
main article#labia_minora section.about ul.AboutPoint div.tr {
display: block;
}
main article#labia_minora section.about ul.AboutPoint li {
display: block;
width: 100%;
}
main article#labia_minora section.about ul.AboutPoint li .img {
width: 100%;
}
main article#labia_minora section.about ul.AboutPoint li:nth-child(2n) {
border-left: none;
border-bottom: 20px solid #FFFFFF;
}
main article#labia_minora section.about ul.AboutPoint li:nth-child(2n+1) {
border-right: none;
border-bottom: 20px solid #FFFFFF;
}
main article#labia_minora section.about ul.AboutPoint li h5 {
font-size: 14px;
font-weight: 800;
line-height: 1.5;
margin-bottom: 30px;
min-height: 40px;
}
main article#labia_minora section.about ul.AboutPoint li h5.no01 {
background-size: 45px;
background-repeat: none;
padding-left: 50px;
}
main article#labia_minora section.about ul.AboutPoint li h5.no02 {
background-size: 45px;
background-repeat: none;
padding-left: 50px;
}
main article#labia_minora section.about ul.AboutPoint li h5.no03 {
background-size: 45px;
background-repeat: none;
padding-left: 50px;
}
main article#labia_minora section.about ul.AboutPoint li h5.no04 {
background-size: 45px;
background-repeat: none;
padding-left: 50px;
min-height: auto;
}
main article#labia_minora section.about ul.AboutPoint li .PointBoxOut .PointBoxIn p {
font-size: 12px;
}
main article#labia_minora section.about ul.AboutPoint li .PointBoxIn {
border: 1px solid #D3C1AF;
padding: 20px;
min-height: auto;
}
main article#labia_minora section.about ul.AboutPoint li .Image img {
width: 100%;
}
.Image img {
width: 100%;
}
}
main article#labia_minora section.about .desc {
margin-bottom: 60px;
}
main article#labia_minora section.about .desc p {
color: #1F1813;
font-size: 16px;
line-height: 1.8;
}
main article#labia_minora section.about .desc p.bottom {
margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
main article#labia_minora section.about .desc {
margin-bottom: 20px;
}
main article#labia_minora section.about .desc p {
color: #1F1813;
font-size: 12px;
line-height: 1.8;
}
}
main article#labia_minora section.about .desc h4.balloon, .balloon {
background: url(../images/balloon-back.png) no-repeat center center #FC97AD;
font-size: 24px;
color: white;
padding: 8px;
text-align: center;
position: relative;
margin-bottom: 30px;
}
main article#labia_minora section.about .desc h4.balloon:before, .balloon:before {
content: '';
box-sizing: border-box;
width: 10px;
height: 20px;
display: block;
position: absolute;
border-top: solid 18px #FC97AD;
border-right: solid 7px transparent;
border-bottom: solid 7px transparent;
border-left: solid 7px transparent;
bottom: -25px;
left: 25px;
}
.w50 {
width: 49%;
}

@media only screen and (max-width: 640px) {
main article#labia_minora section.about .desc h4.balloon, .balloon {
font-size: 16px;
}
.w50 {
width: 100%;
}
}
main article#labia_minora section.about .block figure {
text-align: right;
}
ul.kome li {
padding-left: 1.0em;
text-indent: -1em;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
line-height: 1.8;
}
ul.kome li:before {
content: "※";
color: #FF0000;
}
/**ほくろ治療について**/
main article#chiryou {
background-color: #FEF4F4;
padding-bottom: 140px;
}

@media only screen and (max-width: 640px) {
main article#chiryou {
background-color: #FEF4F4;
padding-bottom: 70px;
}
}
main article#chiryou .inner {
margin-bottom: 75px;
z-index: -9999;
}
main article#chiryou p.lead {
font-size: 24px;
line-height: 1.8;
color: #A4855D;
text-align: center;
margin: 70px 0;
font-weight: 500;
}
main article#chiryou p.lead span.w100 {
display: block;
width: 100%;
}
main article#chiryou ul.links {
margin: 50px 0;
}
main article#chiryou ul.links li {
float: left;
width: 33.3%;
}
main article#chiryou ul.links li.link1 {
text-align: left;
}
main article#chiryou ul.links li.link2 {
text-align: center;
}
main article#chiryou ul.links li.link3 {
text-align: right;
}
main article#chiryou .box {
padding: 20px;
}
main article#chiryou h3 {
background-color: #FC97AD;
font-size: 32px;
color: white;
text-align: center;
}
main article#chiryou h3#takan {
font-size: 32px;
color: white;
text-align: center;
line-height: 1.0em;
}
main article#chiryou h3#takan span img {
padding-top: 5px;
}

@media only screen and (max-width: 640px) {
main article#chiryou h3#takan {
font-size: 16px;
color: white;
text-align: center;
}
main article#chiryou h3#takan span img {
width: 80%;
display: block;
margin: 0 auto 10px;
}
}
main article#chiryou h3:before {
content: '';
display: block;
height: 1px;
margin: 5px 20px 20px 20px;
padding: 5px;
border-bottom: solid 1px white;
}
main article#chiryou h3:after {
content: '';
display: block;
height: 1px;
margin: 20px 20px 5px 20px;
padding: 5px;
border-top: solid 1px white;
}
main article#chiryou h3 span {
font-size: 24px;
}
main article#chiryou h3#kiranai {
background: url(../images/corner-title-blue-back.png) repeat-x;
padding: 27px 0;
}
main article#chiryou h3#kiranai:before, main article#chiryou h3#kiranai:after {
content: none;
}
main article#chiryou p.desc {
font-size: 16px;
line-height: 1.8;
margin-bottom: 40px;
}
main article#chiryou .inner .box figure {
text-align: center;
margin-bottom: 30px;
z-index: -9999;
}

@media only screen and (max-width: 640px) {
main article#chiryou .inner .box figure img {
width: 100%;
}
}
main article#chiryou h4.midashiBorder {
font-size: 24px;
text-align: center;
color: #B392AC;
margin-bottom: 40px;
}
main article#chiryou h4.midashiBorder span {
font-size: 32px;
color: #B392AC;
font-weight: 900;
}
main article#chiryou h4.midashiBorder:before {
content: '';
display: block;
height: 1px;
margin: 5px 20px 20px 20px;
padding: 5px;
border-bottom: solid 1px #B392AC;
}
main article#chiryou h4.midashiBorder:after {
content: '';
display: block;
height: 1px;
margin: 20px 20px 5px 20px;
padding: 5px;
border-top: solid 1px #B392AC;
}
main article#chiryou h5.balloon {
clear: both;
font-size: 24px;
color: #FFF;
text-align: center;
border-top: solid 1px #194F95;
border-bottom: solid 1px #194F95;
padding: 8px 0;
}
main article#chiryou h6.midashi {
color: #1F1813;
font-size: 16px;
font-weight: 500;
padding: 0;
}
main article#chiryou h6.midashi:before {
content: url(../images/point.png);
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.boxOuterBrown {
width: 100%;
background: #F5F1ED;
padding: 10px;
overflow: hidden;
}
.boxOuterBrown .boxInBrown {
width: 100%;
padding: 20px 20px 0 20px;
border: 1px solid #D3C1AF;
overflow: hidden;
}
.boxOuterBrown .boxInBrown h6 {
color: #A4875D;
border-bottom: 1px solid #D3C1AF;
margin: 10px auto;
font-size: 16px;
}
.boxOuterBrown .boxInBrown p.midashi {
color: #1F1813;
font-size: 16px;
font-weight: 500;
margin-bottom: 10px;
padding: 0;
}
.boxOuterBrown .boxInBrown p.midashi:before {
content: url(../images/point.png);
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.boxOuterBrown .boxInBrown p {
line-height: 1.8;
margin-bottom: 20px;
}
main article#chiryou section.flow .block-three.step1 img.margin {
margin-bottom: 10px;
}
main article#chiryou section.flow .block-three.step2 img.margin {
margin-bottom: 28px;
}
main article#chiryou section.flow .block-three.step3 img.margin {
margin-bottom: 10px;
}
main article#chiryou h6.midashi {
color: #1F1813;
font-size: 16px;
font-weight: 500;
margin-bottom: 10px;
padding: 0;
}
main article#chiryou h6.midashi:before {
content: url(../images/point.png);
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.hibenSpace {
padding-top: 80px;
}
.co2Space {
padding-top: 40px;
}
span.yellowBack {
background: #FFFF4D;
font-weight: 800;
text-decoration: underline;
}
span.red {
color: #FF3F00;
}
.imgL {
float: left;
overflow: auto;
padding-right: 20px;
padding-bottom: 20px;
}

@media only screen and (max-width: 640px) {
.imgL img {
padding-right: 20px;
padding-bottom: 20px;
}
}

.imgR {
float: right;
overflow: auto;
padding-left: 20px;
padding-bottom: 20px;
}

@media only screen and (max-width: 640px) {
.imgR img {
padding-right: 20px;
padding-bottom: 20px;
}
}
@media only screen and (max-width: 375px) {
.imgR {
float: none;
overflow: auto;
padding-left: 0px;
padding-bottom: 20px;
text-align: center;
}
.imgR img {
padding-right: 0px;
}
}

.flow {
margin-bottom: 80px;
}
.flow-none {
margin-bottom: 0px;
}
.flow-none p.desc {
padding: 0 20px;
}
.kakomi-tr {
border: 5px #144DA6 solid;
overflow: hidden;
margin-top: -5px;
background:/* url(../images/kakomi-tr_back.png)no-repeat 50% 50% */#F9F9F9;
z-index: 999;
margin-bottom: 60px;
}
.rei {
z-index: -999;
margin: 0 auto 50px;
}
.flow > div section.block-three {
margin-left: 20px;
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 figure {
margin: 0 !important;
}
.flow > div section.block-three figure figcaption {
font-size: 16px;
color: #A4855D;
}
.flowBox {
overflow: hidden;
}
main article#chiryou .merit {
background-color: #F5F1ED;
padding-bottom: 25px;
margin-right: 10px;
}
main article#chiryou .merit:before {
content: '';
display: block;
border-bottom: solid 1px #D3C1AF;
height: 5px;
margin-bottom: 25px;
}
main article#chiryou .merit em {
display: block;
float: left;
font-size: 18px;
font-style: normal;
line-height: 1.2;
color: #751E00;
margin-left: 20px;
margin-right: 30px;
}
main article#chiryou .merit em:before {
content: '';
display: block;
height: 60px;
background: url(../images/maru.png) no-repeat center;
margin-bottom: 3px;
}
main article#chiryou .merit ul {
margin-left: 102px;
}
main article#chiryou .merit ul li {
font-size: 16px;
line-height: 1.8;
}
main article#chiryou .merit ul li:before {
border-left-color: #7D2A0E;
top: 8px;
}

@media only screen and (max-width: 640px) {
main article#chiryou .merit {
margin: 0 0 20px 0;
}
main article#chiryou .merit ul li {
font-size: 0.875em;
padding-left: 0px;
margin: 0;
display: block;
}
}
main article#chiryou .demerit {
background-color: #EAF4FF;
padding-bottom: 25px;
margin-left: 10px;
}
main article#chiryou .demerit:before {
content: '';
display: block;
border-bottom: solid 1px #8EC7FF;
height: 5px;
margin-bottom: 25px;
}
main article#chiryou .demerit em {
letter-spacing: -3px;
display: block;
float: left;
font-size: 18px;
font-style: normal;
line-height: 1.2;
color: #004182;
margin-left: 20px;
margin-right: 30px;
}

@media only screen and (max-width: 640px) {
main article#chiryou .demerit {
margin-left: 0px;
}
main article#chiryou .demerit em {
letter-spacing: -6px;
}
}
main article#chiryou .demerit em:before {
content: '';
display: block;
height: 60px;
background: url(../images/batsu.png) no-repeat center;
margin-bottom: 3px;
}
main article#chiryou .demerit ul {
margin-left: 102px;
}
main article#chiryou .demerit ul li {
font-size: 16px;
line-height: 1.8;
}

@media only screen and (max-width: 640px) {
main article#chiryou .demerit ul li {
font-size: 0.875em;
padding-left: 20px;
margin: 0;
display: block;
}
}
main article#chiryou .demerit ul li:before {
border-left-color: #004182;
top: 8px;
}
main article#chiryou ul.check-list {
margin-left: 20px;
margin-right: 20px;
margin-bottom: 60px;
}
main article#chiryou ul.check-list li {
font-size: 16px;
line-height: 1.8;
width: 440px;
float: left;
margin-bottom: 20px;
}
main article#chiryou ul.check-list li:before {
content: '';
display: inline-block;
width: 24px;
height: 25px;
background: url(../images/check-mini.png) no-repeat;
margin-right: 20px;
vertical-align: middle;
}

@media only screen and (max-width: 640px) {
main article#chiryou ul.check-list {
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
main article#chiryou ul.check-list li {
width: auto;
float: none;
font-size: 0.875em;
}
main article#chiryou ul.check-list li:before {
content: '';
display: inline-block;
width: 24px;
height: 25px;
background: url(../images/check-mini.png) no-repeat;
margin-right: 10px;
vertical-align: middle;
}
}
main article#chiryou .attentionBox {
border: 3px solid #194F95;
margin-bottom: 50px;
padding: 20px;
}
main article#chiryou .attentionBox dl dt {
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
text-align: left;
background: url(../images/point_attention.png) no-repeat#FFF;
color: #1F1813;
font-size: 18px;
margin-bottom: 10px;
font-weight: bold;
padding: 14px 0px 14px 65px;
}
main article#chiryou .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#chiryou .attentionBox p {
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
line-height: 1.8;
font-weight: bold;
}
main article#chiryou .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#chiryou p.lead {
font-size: 12px;
margin: 20px 0;
padding: 0 20px;
text-align: left;
}
main article#chiryou .inner {
margin-bottom: 30px;
z-index: -9999;
}
main article#chiryou ul.links {
margin-bottom: 20px;
}
main article#chiryou ul.links li {
float: none;
width: 100%;
padding: 0 20px;
display: block;
margin: 0 auto;
}
main article#chiryou ul.links li.link1 img {
text-align: center;
width: 100%;
margin-bottom: 10px;
}
main article#chiryou ul.links li.link2 img {
text-align: center;
width: 100%;
margin-bottom: 10px;
}
main article#chiryou ul.links li.link3 img {
text-align: center;
width: 100%;
margin-bottom: 10px;
}
main article#chiryou h3 {
font-size: 16px;
}
main article#chiryou h3:before {
content: '';
display: block;
height: 1px;
margin: 5px 20px 10px 20px;
padding: 5px;
border-bottom: solid 1px white;
}
main article#chiryou h3:after {
content: '';
display: block;
height: 1px;
margin: 10px 20px 5px 20px;
padding: 5px;
border-top: solid 1px white;
}
main article#chiryou h3 span {
font-size: 12px;
display: block;
margin: 5px auto;
width: 80%;
text-align: center;
padding: 5px;
}
main article#chiryou h4.midashiBorder {
font-size: 14px;
text-align: center;
margin-bottom: 20px;
}
main article#chiryou h4.midashiBorder span {
font-size: 18px;
color: #FFBF00;
font-weight: 900;
}
main article#chiryou h4.midashiBorder:before {
content: '';
display: block;
height: 1px;
margin: 5px 0 20px;
padding: 5px;
}
main article#chiryou h4.midashiBorder:after {
content: '';
display: block;
height: 1px;
margin: 20px 0 5px 0;
padding: 5px;
}
main article#chiryou h5.balloon {
clear: both;
font-size: 16px;
color: #FFF;
text-align: center;
border-top: solid 1px #194F95;
border-bottom: solid 1px #194F95;
padding: 8px 0;
margin-bottom: 0;
margin-left: 0px;
margin-right: 0px;
}
main article#chiryou p.desc {
font-size: 12px;
line-height: 1.8;
margin-top: 20px;
margin-bottom: 20px;
padding: 0;
}
.boxOuterBrown {
border: none;
margin-bottom: 20px;
}
.boxOuterBrown .boxInBrown {
width: 100%;
padding: 10px;
border: 1px solid #D3C1AF;
}
.boxOuterBrown .boxInBrown h6 {
color: #A4875D;
border-bottom: 1px solid #D3C1AF;
margin: 10px 0;
font-size: 14px;
}
main article#chiryou h6.midashi {
color: #1F1813;
font-size: 14px;
font-weight: 500;
margin-bottom: 10px;
padding: 0;
}
main article#chiryou h6.midashi:before {
content: url(../images/point.png);
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.Image img {
width: 100%;
}
.hibenSpace {
padding-top: 20px;
}
.flow {
margin-bottom: 40px;
}
.flow > div section.block-three {
margin-left: 0;
margin-bottom: 20px;
width: 100%;
}
.kakomi-tr {
border: 5px #144DA6 solid;
overflow: hidden;
margin-top: -5px;
background: /*url(../images/kakomi-tr_back.png)no-repeat 50% 50% */#F9F9F9;
background-size: 50%;
z-index: 999;
padding: 0 10px;
}
.co2Space {
padding-top: 20px;
}
.boxOuterBrown .boxInBrown p.midashi {
font-size: 14px;
margin-bottom: 0;
}
}
/**　ほくろ除去比較　**/
main article#chiryou table.hikakuTable {
width: 100%;
border-collapse: collapse;
border: 1px solid #95C8EE;
}
main article#chiryou 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 #FCCAD5;
background: #FEF4F4;
}
main article#chiryou table.hikakuTable th.top {
background: #F5F1ED;
}
main article#chiryou table.hikakuTable td {
width: 70%;
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 #FCCAD5;
}

@media only screen and (max-width: 640px) {
main article#chiryou table.hikakuTable th, main article#chiryou table.hikakuTable td {
font-size: 12px;
}
}
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 #B392AC;
border-bottom: solid 3px #B392AC;
margin-bottom: 20px;
}
main article#price .inner table thead th {
border-bottom: solid 1px #B392AC;
font-size: 18px;
color: #B392AC;
padding: 19px 0;
}
main article#price .inner table tbody th, main article#price .inner table tbody td {
border-bottom: dotted 1px #B392AC;
vertical-align: middle;
}
main article#price .inner table tbody th {
text-align: left;
vertical-align: middle;
font-size: 28px;
padding-left: 20px;
}
main article#price .inner table tbody th small {
font-size: 20px;
}
main article#price .inner table tbody td {
text-align: right;
}
main article#price .inner table tbody td dl {
margin: 20px 0;
}
main article#price .inner table tbody td dl dt {
display: inline-block;
background-color: #A4885D;
color: white;
font-size: 18px;
padding: 11px 24px;
position: relative;
margin-right: 25px;
}
main article#price .inner table tbody td dl dt:before {
content: '';
box-sizing: border-box;
width: 20px;
height: 10px;
display: block;
position: absolute;
border-top: solid 7px transparent;
border-right: solid 7px transparent;
border-bottom: solid 7px transparent;
border-left: solid 15px #A4885D;
top: 13px;
right: -20px;
}

@media only screen and (max-width: 640px) {
main article#price .inner table tbody td dl dt:before {
width: 10px;
height: 20px;
display: block;
position: absolute;
border-top: solid 15px #A4885D;
border-right: solid 7px transparent;
border-bottom: solid 7px transparent;
border-left: solid 7px transparent;
bottom: -20px;
left: 20px;
top: auto;
}
}
main article#price .inner table tbody td dl dd {
display: inline-block;
white-space: nowrap;
}

@media only screen and (max-width: 640px) {
main article#price .inner table tbody td dl dd {
padding-top: 20px;
text-align: left;
}
}
main article#price .inner table tbody td dl dd .ryomoku {
background-color: #DDEEF6;
padding: 10px;
font-size: 18px;
color: #134CA5;
margin-right: 5px;
}
main article#price .inner table tbody td .price {
font-size: 36px;
font-weight: bold;
color: #201813;
vertical-align: middle;
}
main article#price .inner table tbody td .en {
font-size: 24px;
color: #201813;
vertical-align: middle;
}
main article#price .inner ul.caution {
margin-top: 0.5em;
}
main article#price .inner ul.caution li {
font-size: 16px;
margin-bottom: 10px;
font-weight: normal;
}
main article#price .inner ul.caution li span {
color: red;
}

@media only screen and (max-width: 640px) {
main article#price .inner ul.caution li {
font-size: 12px;
margin-bottom: 10px;
}
}
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;
width: 50%;
}

main article#price .inner table tbody th, main article#price .inner table tbody td {
border-bottom: dotted 1px #194F95;
padding: 19px 0;
}
main article#price .inner table tbody td dl dd,
main article#price .inner table tbody td dl dt
{
white-space: normal;
}

main article#price .inner table tbody th {
text-align: left;
font-size: 16px;
padding: 20px 30px;
width: auto;
}
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: 18px;
}
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 .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;
}
}
/**症例紹介**/
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 #194F95;
margin-bottom: 30px;
position: relative;
padding-left: 120px;
}
main article#example .inner h3 span {
background-color: #194F95;
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 #194F95;
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 #194F95;
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: #FC97AD;
padding: 10px 20px;
}
main article#qa .inner .q h4 {
color: #FFFFFF;
font-size: 24px;
text-indent: -1.0em;
padding-left: 1.0em;
}
main article#qa .inner .q h4:before {
content: 'Q.';
color: #FFFFFF;
font-size: 24px;
font-weight: bold;
}
main article#qa .inner .a {
background: #FEF4F4;
padding: 10px;
margin-bottom: 50px;
}
main article#qa .inner .BoxIn {
border: 1px solid #FCCAD5;
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 h4 {
color: #FFFFFF;
font-size: 14px;
text-indent: -1.5em;
padding-left: 1.0em;
}
main article#qa .inner .q h4: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 #FCCAD5;
margin-bottom: 50px;
}
main article#flow .inner h3 span {
background-color: #FCCAD5;
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 #FCCAD5;
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-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 #B392AC;
font-size: 28px;
color: #B392AC;
padding: 26px 0 18px 0;
padding-left: 160px;
position: relative;
margin-bottom: 70px;
}
main article#about .inner h3.title:before {
content: '';
border: solid 1px #B392AC;
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;
}
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: #B392AC;
text-align: center;
border-top: solid 1px #B392AC;
border-bottom: solid 1px #B392AC;
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%;
}
main article#about .inner section.guide figure img {
width: 100%;
}
main article#about .inner h3.title {
font-size: 16px;
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;
text-align: center;
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;
}
main article#about .inner section.guide img.logo {
text-align: center;
width: auto;
margin-top: 30px;
}
}
main article#special {
background: url(../images/special-back.png) repeat;
padding-bottom: 140px;
}
main article#special h2 {
min-height: 160px;
background: url(../images/special-title-back.png) repeat top;
font-size: 36px;
color: white;
text-align: center;
line-height: 1.5;
padding: 28px;
margin-bottom: 50px;
}
main article#special .inner {
padding: 20px;
}
main article#special .inner h3 {
background: url(../images/corner-title-blue-back.png) repeat-x;
font-size: 32px;
color: white;
text-align: center;
height: 90px;
line-height: 90px;
margin-bottom: 40px;
}
main article#special .inner p.desc {
padding: 0 20px;
font-size: 16px;
line-height: 1.8;
margin-bottom: 35px;
}
main article#special .inner .flow {
margin-bottom: 50px;
}
main article#special .inner .flow .block-three {
margin-bottom: 43px;
}
main article#special .inner .flow .block-three p.way {
height: 70px;
font-size: 16px;
}
main article#special .inner .flow figure {
text-align: center;
}
main article#special .inner section.lift .flow {
margin-bottom: 70px;
}
main article#special .inner section.lift .flow .block-three {
margin-bottom: 50px;
}
main article#special .inner section.lift .flow h5 {
margin-bottom: 12px;
}
main article#special .inner .message {
margin: 20px;
background-color: #F5F1ED;
font-size: 32px;
line-height: 1.5;
color: #221814;
text-align: center;
position: relative;
padding: 30px 0;
}
main article#special .inner .message:before {
content: '';
position: absolute;
display: block;
border: solid 1px #D3C1AF;
width: 900px;
box-sizing: border-box;
left: 10px;
top: 10px;
bottom: 10px;
}
/**
 * フッター
 * -------------------------------------------------------------------------------------------------
 */
footer .band {
background-color: #FC97AD;
text-align: center;
padding: 17px;
color: #FC97AD;
}
footer .band small {
font-size: 16px;
color: white;
letter-spacing: 1px;
}

/**
 * 当院のこだわり
 * -------------------------------------------------------------------------------------------------
 */
 
 .linebox{
 text-align: center;
 background: url(../images/kodawari_line.png) no-repeat;
 background-position: bottom;
 padding: 50px 0;
 margin-bottom: 30px;
 }
 .shadow-box-pink{
 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: #FEF8F9;
margin-bottom: 50px;
padding: 0 40px 50px;
 }
 .shadow-box-pink p{
 line-height: 1.8;
 color: #1F1813;
 font-weight: bold;
 }
 .pdw{
 padding: 0 30px;
 }
 
 @media only screen and (max-width: 640px) {
  .pdw{
 padding: 0px;
 }
  .linebox{
 padding: 30px 0;
 margin-bottom: 00px;
 }
.shadow-box-pink{
margin-top: 50px;
box-shadow: none;
padding: 0 30px 30px;
}
 .linebox h2 img{
 width: 50%;
 }
 }
 
 .max-half{
 width: 50%;
 }
 @media only screen and (max-width: 640px) {
  .max-half{
 width: auto;
 }
 }