@charset "UTF-8";
/**
 * 目次
 *
 * 01. reset
 * 02. BaseSet
 * 03. Layout
 *
 */
/* ==========================================================================
   01. reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/* ==========================================================================
   02. BaseSet
   ========================================================================== */
html {
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 130%;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

/* link
   ========================================================================== */
a {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

/* fontsize
   ========================================================================== */
.text10 { font-size: 76.9230769231%; }
.text11 { font-size: 84.6153846154%; }
.text12 { font-size: 92.3076923077%; }
.text13 { font-size: 100%; }
.text14 { font-size: 107.6923076923%; }
.text15 { font-size: 115.3846153846%; }
.text16 { font-size: 123.0769230769%; }
.text17 { font-size: 130.7692307692%; }
.text18 { font-size: 138.4615384615%; }
.text19 { font-size: 146.1538461538%; }
.text20 { font-size: 153.8461538462%; }
.text21 { font-size: 161.5384615385%; }
.text22 { font-size: 169.2307692308%; }
.text23 { font-size: 176.9230769231%; }
.text24 { font-size: 184.6153846154%; }
.text25 { font-size: 192.3076923077%; }
.text26 { font-size: 200%; }

ul.inner li,
td.inner {
    font-size: 100% !important;
}

/* image
   ========================================================================== */
img {
    vertical-align: bottom;
    line-height: 1.0;
    max-width: 100%;
    height: auto;
}

a img {
  border: 0
}

table th img, table td img {
    vertical-align: middle;
}

/* ClearFix
   ========================================================================== */
.clear {
    clear: both;
}

/* modern browsers */
.clearfix:after, .fbox:after, #contents:after, .item-wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* IE7 */
.clearfix, .fbox, #contents, .item-wrap {
    display: inline-block;
}

/* legacy IE */
* html .clearfix, * html .fbox, * html #contents, * html .item-wrap {
    height: 1%;
}

.clearfix, .fbox, #contents, .item-wrap {
    display: block;
}

/* float
   ========================================================================== */
.fr {
    float: right;
}

.fl {
    float: left;
}

ul.fbox li {
    float: left;
    display: inline;
}

.in-block {
    letter-spacing: -.40em;
}

.in-block li, .in-block dt, .in-block dd {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    vertical-align: top;
}

/* text style
   ========================================================================== */
.text-bold {
    font-weight: bold;
}

/* margin
   ========================================================================== */
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important; }

.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }

.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }



/* padding
   ========================================================================== */
.pt0 { padding-top: 0 !important; }
.pb0 { padding-bottom: 0 !important; }



/* form label
   ========================================================================== */
input, textarea {
    vertical-align: middle;
}

label {
    vertical-align: middle;
}

/* position
   ========================================================================== */
.text-r {
    text-align: right !important;
}

.text-c, table.text-c th, table.text-c td, table.th-c th {
    text-align: center !important;
}

.text-l {
    text-align: left !important;
}

/* display
   ========================================================================== */
.block {
    display: block;
}

/* ==========================================================================
   03. Layout
   ========================================================================== */
/**
 * レイアウト
 */
body {
    color: #000;
    width: 100%;
    height: auto;
    background-color: #fff;
}

::selection {
    background: #969696;
    color: #fff;
}

/* Firefox */
::-moz-selection {
    background: #969696;
    color: #fff;
}

/* ==========================================================================
   wrapper
   ========================================================================== */
#wrapper, #headwrapper {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}

.container {
    clear: both;
    overflow: hidden;
}

.bg_texture03 {
  background-color: #f7f6f0; }

/* ==========================================================================
   contents
   ========================================================================== */
/* カラム幅別 */
.w45 {
    width: 45%; }

.w48 {
    width: 48%; }

.three {
  　　margin: 0 10px 20px !important; }

/* ==========================================================================
   カテゴリー
   ========================================================================== */
/* ////////////////////////////////////////////////カテゴリー */

#library-wrap {
    padding-bottom: 55px;
}

#library #columns {
    position: relative;
}

.tiles-wrap li {
    display: block;
    opacity: 1;
    text-align: center;
    list-style-type: none;
    background-color: #fff;
    float: left;
    cursor: pointer;
}

.tiles-wrap img {
    display: block;
}

#columns {
    position: static;
}

.tiles-wrap li {
    position: static !important;
    left: 0 !important;
    margin-bottom: 20px;
    width: 100%;
}

.tiles-wrap li img {
    width: 100%;
}

.main_original {
    width: 100%;
    height: 200px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.row {
    width: 100%;
}

/* ==========================================================================
   新着情報
   ========================================================================== */
.news_sp .sec01 {
    clear: both;
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 0;
    border-top: 1px solid #cecece !important;
}

.news_sp .sec01:last-child {
    border-bottom: 1px solid #cecece !important;
}

.news_sp p.date {
    font-size: 12px;
    padding-top: 3px;
    line-height: none;
}

.news_sp h3 {
    font-size: 14px;
    line-height: 1.414;
}

/* ==========================================================================
   プライバシーポリシー、リンク、栄養療法、お客様の声
   ========================================================================== */
#privacy, #link, #therapy, #bbs, #media, #map, #company, #about, #flow, #secret, #course, #voice, #effect, #walking, #seminar, #beauty, #bridal, #course_voice, #recommend, #aroma, #insole, #open-leg, #front-back, #magic, #reface {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 50px;
}

#privacy ul,
#link ul {
    padding-top: 30px;
}

#link ul:first-child {
    padding-top: 0;
}

#about ul {
    padding-top: 5px;
}

#privacy ul li,
#about ul li {
    margin-left: 15px;
    line-height: 185%;
    list-style-type: square;
}

#link ul li {
    line-height: 185%;
}

#link h3 {
    font-size: 15px;
    font-weight: bold;
    padding-top: 30px;
}

#recommend div.detail_recommend,
#bbs div.detail_bbs,
#media div.detail_media {
    padding-top: 40px;
}

#bbs div.detail_bbs:first-child,
#media div.detail_media:first-child {
    padding-top: 0;
}

#media div.detail_media img.media_img {
    display: block;
    width: 310px;
    text-align: center;
    margin: 0 auto;
}

#media div.detail_media p,
#company p {
    padding: 20px 0;
}

#map h3,
#company h3,
#about h3,
#flow h3,
#course h3,
#walking h3,
#seminar h3,
#bridal h3,
#aroma h3,
#insole h3,
#beauty h3,
#open-leg h3,
#front-back h3,
#magic h3,
#reface h3 {
    margin-top: 20px;
    padding-left: 10px;
    border-left: 5px solid #ffaca9;
    font-size: 15px;
    font-weight: bold;
}

#flow h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    clear: both;
}

#seminar h3 {
    margin-top: 5px;
}

#recommend h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
}

#open-leg h3.omake {
    padding-left: 0;
    border-left: none;
}

#open-leg h3.omake span.omake_pink {
    background-color: #ff9999;
    color: #fff;
    padding: 5px 8px;
}

#flow img {
    padding: 0 15px 15px 0;
}

#beauty img {
    padding:  30px 0 40px;
}

.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#map h4,
#about h4,
#walking h4,
#seminar h4,
#beauty h4,
#bridal h4 {
    font-size: 15px;
    font-weight: bold;
    color: #5a3906;
}

#beauty h4 {
    padding: 20px 0 5px;
}

#map h5 {
    margin: 25px 0 5px;
    font-size: 14px;
    font-weight: bold;
}

#map p a {
    font-weight: bold;
    color: #ffaca9;
}

#company img {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#secret h3 {
    margin-top: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #5a3906;
}

#effect h3 {
    padding-left: 20px;
    margin: 20px 0 10px;
    color: #f0788e;
    background: url('../img/yaji.jpg') no-repeat 0 5px;
}

#effect h3 a:link,
#effect h3 a:visited {
    font-size: 15px;
    color: #f0788e;
}

#flow img {
    float: left;
}

#course p.teika,
#walking p.teika,
#seminar p.teika,
#bridal p.teika {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
}

#aroma p.teika {
  padding: 20px 15px 0;
  font-size: 16px;
  font-weight: bold;
}

#aroma p.teika span.teika_op {
    font-size: 14px;
}

#course p.select {
    margin-bottom: 20px;
    padding: 10px 15px;
    background: #fceeee;
}

#course p.select span.select_ttl {
    font-weight: bold;
    color: #5a3906;
}

#course p.price {
    margin-bottom: 50px;
    padding: 10px 15px;
    border: 1px solid #ff9999;
}

#course p.price2 {
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid #ff9999;
}

#course p.price span.pink,
#course p.price2 span.pink {
    color: #ff9999;
}

#course div.body_cleaning_osusume {
    margin-bottom: 30px;
    padding: 10px 15px;
    border: 1px dashed #ff9999;
    line-height: 1.8;
}

#course div.body_cleaning_osusume p.ttl_osusume {
    color: #ff9999;
}

#course img.img_c,
#walking img.img_c,
#bridal img.img_c {
    display: block;
    text-align: center;
    margin: 0 auto;
}

#walking p.green,
#seminar p.green,
#course p.green,
#effect p.green,
#open-leg p.green {
    margin: 10px 0 5px;
    padding: 5px 10px;
    background: #62cd99;
    color: #fff;
}

div#balloon6 p{
    text-align:center;
    font-size: 1em;
    font-weight: bold;
    padding-top: 6px;
    color: #fff;
}
div#balloon6{
    background: #62cd99;
    dispay: inline-block;
    position: relative;
    width: 100px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
div#balloon6:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-top-color: #62cd99;
    position: absolute;
    left: 43px;
    bottom: -20px;
}

#walking div.primary,
#seminar div.primary,
#bridal div.bridal_course {
    padding: 20px;
    border: 1px solid #ff9999;
}

#walking div.primary h4,
#seminar div.primary h4 {
    padding-bottom: 10px;
    color: #ff9999;
    font-weight: bold;
}

#walking p.kounou,
#seminar p.kounou {
    margin: 30px 0;
    padding: 20px;
    background: #eee;
}

/* ブライダルエステ */

#bridal div.bridal_course {
    margin-top: 30px;
}

#bridal div.bridal_course p {
    font-weight: bold;
    color: #ff9999;
}

#bridal div.bridal_course ul li {
    list-style-type: square;
    list-style-position: inside;
    color: #ff9999;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 0;
}

#bridal div.bridal_course ul li span.black {
    color: #000;
}

#bridal div.bridal_choice {
    margin: 30px 0;
    padding: 20px;
    background: #eee;
}

#bridal div.bridal_choice p {
    font-weight: bold;
}

#bridal div.bridal_choice ul li {
    list-style-type: square;
    list-style-position: inside;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}

#bridal div.bridal_ss ul {
    padding: 20px 0;
}

#bridal div.bridal_ss ul li {
    line-height: 1.8;
    padding-bottom: 15px;
}

#bridal div.bridal_content {
    margin: 30px 0;
}

#bridal div.bridal_content h4 {
    color: #ff9999;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #ff9999;
    padding: 0 10px 5px 0;
    /*background: url('../img/yaji.jpg') no-repeat 0 3px;*/
}

#bridal div.bridal_content h4 a {
    color: #ff9999;
    text-decoration: none;
}

#bridal div.bridal_content p {
    margin-top: 10px;
}

#bridal div.bridal_menu {
    margin: 30px 0;
    padding: 10px;
    border: 1px dashed #ff9999;
}

#bridal div.bridal_menu h4 {
    color: #ff9999;
    padding: 5px 0 10px;
}

#bridal div.bridal_menu ul li {
    padding: 3px 0;
}

#bridal div.bridal_menu p.bridal_teika {
    font-size: 16px;
    font-weight: bold;
}

/* アロマタッチ */
#aroma div.aroma_content {
    margin: 30px 0;
}

#aroma div.aroma_content h4 {
    color: #ff9999;
    font-weight: bold;
    font-size: 16px;
}

#aroma div.aroma_content p.oil {
    border: 1px dashed #ff9999;
    margin: 10px 0;
    padding: 5px 15px;
}

#aroma div.aroma_content h5 {
    padding: 5px 0;
    color: #5a3906;
    font-size: 14px;
    font-weight: bold;
}

/* 骨盤フィットインソール */
#insole p.teika {
    font-size: 16px;
    font-weight: bold;
}

#insole p.check {
  margin-top: 20px;
  color: #ff9999;
  font-weight: bold;
  font-size: 16px;
}

#insole div.insole_osusume {
    margin: 20px 0 50px;
}

#insole div.insole_osusume ul {
    padding: 0;
    position: relative;
}

#insole div.insole_osusume ul li {
    color: #fff;
    background: #ff9999;
    line-height: 1.5;
    padding: 0.5em 0.5em 0.5em 2em;
    border-bottom: 2px solid #fff;
    list-style-type: none!important;
    font-weight: bold;
}

#insole div.insole_osusume ul li:before {
    font-family: FontAwesome;
    content: "\f14a";
    position: absolute;
    left: 0.5em;
    color: #fff;
}

#insole div.insole_arch {
    margin-bottom: 50px;
}

#insole div.insole_type {
    margin: 20px 0;
    padding: 10px 15px;
    border: 1px dashed #ff9999;
}

#insole div.insole_type h4 {
    padding: 3px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #ff9999;
}

#insole div.insole_type ul {
    padding: 0.5em 1em 0.5em 1.5em;
    position: relative;
}

#insole div.insole_type ul li {
    line-height: 1.5;
    padding: 0.3em 0;
    list-style-type: none!important;
}

#insole div.insole_type ul li:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    left: 0em;
    color: #ff9999;
}

#insole div.video {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
}

#insole div.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 立体ボディメイクセッション */
#open-leg ul.session li div.btn_bodymake {
    margin-top: 20px;
    padding: 15px;
    background-color: #ff9999;
    text-align: center;
}

#open-leg ul.session li div.btn_bodymake a {
    color: #fff;
    text-decoration: none;
}

#open-leg p.teika {
    font-size: 16px;
    font-weight: bold;
}

#open-leg p.price {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #ff9999;
}

#open-leg p.price span.pink {
    color: #ff9999;
}

#open-leg ul.open-leg_hara {
    background-color: #fceeee;
    margin-top: 10px;
    padding: 20px;
}

#open-leg ul.open-leg_hara li {
    font-weight: bold;
    line-height: 1.8;
    list-style-type: disc;
    margin-left: 15px;
    color: #ff9999;
}

#open-leg div.open-leg_simaru {
    margin: 20px 0;
    padding: 10px 15px;
    border: 1px dashed #ff9999;
}

#open-leg div.open-leg_simaru h4 {
    padding: 3px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #ff9999;
}

#open-leg div.open-leg_simaru ul {
    padding: 0.5em 1em 0.5em 1.5em;
    position: relative;
}

#open-leg div.open-leg_simaru ul li {
    line-height: 1.5;
    padding: 0.3em 0;
    list-style-type: none!important;
}

#open-leg div.open-leg_simaru ul li:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    left: 0em;
    color: #ff9999;
}

#open-leg p.check {
  margin-top: 20px;
  color: #ff9999;
  font-weight: bold;
  font-size: 16px;
}

#open-leg p.open-leg_ba {
    background: #fceeee;
    padding: 10px;
    margin-top: 10px;
    color: #ff9999;
}

#open-leg h4 {
    font-size: 16px;
    color: #ff9999;
    font-weight: bold;
}

#open-leg ul.session li {
    margin-top: 20px;
    padding: 20px;
    border: 1px dashed #ff9999;
}

#open-leg ul.session li p.session_ttl {
  font-size: 16px;
  color: #ff9999;
  font-weight: bold;
}

#tv-kokuti {
  width: 92%;
  margin: 0 auto;
  margin-bottom: 40px;
}

#tv-kokuti p {
  padding: 10px 15px;
  color: #1f5dba;
  font-weight: bold;
  border: 1px dashed #1f5dba;
}

#tv-kokuti p a {
  color: #1f5dba;
  font-weight: bold;
}

#front-back h4 {
  font-size: 16px;
  color: #ff9999;
  font-weight: bold;
}

#front-back ul.nejire {
    background-color: #fceeee;
    margin-top: 10px;
    padding: 20px;
}

#front-back ul.nejire li {
    font-weight: bold;
    line-height: 1.8;
    list-style-type: disc;
    margin-left: 15px;
    color: #ff9999;
}

/* 0.5秒！魔法のシリーズ */
#magic p.teika {
    font-size: 16px;
    font-weight: bold;
}

#magic p.price {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #ff9999;
}

#magic p.price span.pink {
    color: #ff9999;
}

#magic div.osusume {
    background: #fceeee;
    padding: 20px 15px;
}

#magic div.osusume h4 {
    margin: 0 10px 5px;
    font-size: 16px;
    color: #ff9999;
    font-weight: bold;
}

#magic div.osusume ul {
    margin: 0 10px;
}

#magic div.osusume ul li {
    line-height: 1.6;
    list-style-type: disc;
    margin-left: 15px;
}

#magic .magic_ba {
    background: #fceeee;
    padding: 10px;
    margin-top: 10px;
}

#magic .magic_ba img {
    width: 94%;
    margin: 0 3%;
}

#magic .magic_ba p {
    margin: 10px 3%;
}

#magic p.select {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #ff9999;
}

div.ico-crown img {
    width: 8%;
    margin-top: 15px;
}

div.ico-crown span {
    line-height: 2;
    font-weight: bold;
    padding-left: 7px;
    color: #ff0000;
}


#effect p.effect_txt {
    padding-bottom: 20px;
    border-bottom: 1px dotted #d6d6d6;
}


/* 骨盤矯正 */
#course div.girl {
    padding-top: 10px;
    height: 140px;
}

#course div.girl p {
    width: 60%;
    float: left;
    font-weight: bold;
    padding-top: 20px;
}

#course div.girl2 p {
    width: 100%;
    float: left;
}

#voice ul li {
    padding: 0 10px 0 0;
    margin: 15px 0 15px 15px;
    color: #f0788e;
    list-style-image: url('../img/yaji.jpg');
}

#voice ul li a {
    color: #f0788e;
}

#course_voice div.course_voice_content {
    background: #eee;
    padding: 20px 5%;;
}

#course_voice div.course_voice_content dl {
    border-bottom: 1px dashed #333;
    padding: 10px 5px;
}

#course_voice div.course_voice_content dl dt {
    width: 30%;
    float: left;
}

#course_voice div.course_voice_content dl dd {
    width: 70%;
    float: right;
}

#course_link {
    margin: 30px 0;
    padding: 20px 5%;
    background: #fceeee;
}

#course_link p {
    font-weight: bold;
    color: #5a3906;
}

#course_link ul li {
    line-height: 1.6;
    list-style-type: disc;
    list-style-position: inside;
}

div.btn_course_sph {
    background: #f0788e;
    margin-bottom: 50px;
}

div.btn_course_sph p {
    color: #fff;
    line-height: 3;
    text-align: center;
    font-size: 16px;
}

div.btn_course_sph a {
    text-decoration: none;
}


/* 美容整体・美容矯正 */
div.btn_beauty_sph {
    background: #f0788e;
    margin-bottom: 50px;
}

div.btn_beauty_sph p {
    color: #fff;
    line-height: 3;
    text-align: center;
    font-size: 16px;
}

div.btn_beauty_sph a {
    text-decoration: none;
}

/* 立体小顔矯正　ReFace */
#reface p.teika {
    font-size: 16px;
    font-weight: bold;
}

#reface div.osusume {
    background: #fceeee;
    padding: 20px 15px;
}

#reface div.osusume h4 {
    margin: 0 10px 5px;
    font-size: 16px;
    color: #ff9999;
    font-weight: bold;
}

#reface div.osusume ul {
    margin: 0 10px;
}

#reface div.osusume ul li {
    line-height: 1.6;
    list-style-type: disc;
    margin-left: 15px;
}



/* アクセス */

ul.traffic li {
    border: 1px solid #aaa;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
    float: left;
}

ul.traffic li:nth-child(even) {
    float: right;
    margin-right: 0;
}

ul.traffic li p {
    padding: 10px;
}

ul.traffic li a {
    color: #ff9999;
    font-weight: bold;
    text-decoration: none;
}

ul.traffic li p span {
    color: #333;
    font-weight: normal;
}

/* 共通 */
.osusume {
    background: #fceeee;
    padding: 20px 15px;
}

.osusume h4 {
    margin: 0 10px 5px;
    font-size: 16px;
    color: #ff9999;
    font-weight: bold;
}

.osusume ul {
    margin: 0 10px;
}

.osusume ul li {
    line-height: 1.6;
    list-style-type: disc;
    margin-left: 15px;
}

.green {
    margin: 10px 0 5px;
    padding: 5px 10px;
    background: #62cd99;
    color: #fff;
}

.before_after {
    background: #fceeee;
    padding: 10px;
    margin-top: 20px;
}

.before_after img {
    width: 94%;
    margin: 0 3%;
}

.before_after p {
    margin: 10px 3%;
}

p.price {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #ff9999;
}

p.price span.pink {
    color: #ff9999;
}


/* スライドバー */
ul.sb-menu {
    width: 90%;
    margin: 20px auto 0;
}

ul.sb-menu li {
    padding: 10px 20px;
    color: #fff;
    border-bottom: dashed 1px #fff;
}

ul.sb-menu li a {
    color: #fff;
    text-decoration: none;
}
