/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%; }

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

ol,
ul {
  list-style: none;
  margin: 0; }

img {
  vertical-align: top;
  max-width: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

body p {
  margin: 0; }

body ul {
  padding: 0; }

.visible-pc {
  display: block; }

.visible-sp {
  display: none; }

#main .inner {
  width: 980px;
  margin: 0 auto; }

.fcviolet {
  color: #fc8504; }

.bui {
  color: #ffffff;
  margin-top: 10px; }

@media screen and (max-width: 979px) {
  .visible-sp {
    display: block; }
  .visible-pc {
    display: none; }
  #main .inner {
    width: 100%;
    padding: 0;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }

.wrap {
  line-height: 1.5; }

.mainimg {
  background: url(/assets/slimming/machine/lipoflat/image/mainbg.jpg) center center no-repeat;
  background-size: cover; }

.mainimg .inner {
  height: 600px; }

.mainimgbox {
  position: relative;
  height: 600px; }

.mainimgbox .txt {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 2; }

.mainimgbox .price {
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 2;
  color: #fff; }

.mainimgbox .price .pricetxt {
  font-size: 78px; }

.mainimgbox .price .pricetxt span:first-child {
  display: inline-block;
  width: 187px;
  text-align: center;
  margin-top: -5px;
  margin-right: 15px;
  vertical-align: middle; }

.mainimgbox .price .pricetxt img {
  vertical-align: middle;
  margin-top: -10px; }

.mainimgbox .priceShadow {
  text-shadow: 5px 5px 30px #000, -5px 5px 30px #000, 5px -5px 30px #000, -5px -5px 30px #000; }

@media screen and (max-width: 979px) {
  .mainimg {
    background: url(/assets/slimming/machine/lipoflat/image/mainbg_sp.jpg) center bottom no-repeat;
    background-size: cover; }
  .mainimg .inner {
    height: auto; }
  .mainimgbox {
    height: auto; }
  .mainimgbox .txt {
    position: absolute;
    top: 30px;
    right: 0;
    text-align: center;
    width: 67%;
    z-index: 2; }
  .mainimgbox .txt img {
    width: 100%; }
  .mainimgbox .price {
    text-align: right;
    position: absolute;
    bottom: 26px;
    right: 3px;
    width: 100%;
    z-index: 2;
    color: #fff; }
  .mainimgbox .price .pricetxt {
    font-size: 34px;
    text-shadow: 0px 0px 5px #000000; }
  .mainimgbox .price .pricetxt span:first-child {
    width: 100px;
    margin-top: -2px;
    margin-right: 0; }
    .mainimgbox .price .pricetxt span:first-child img {
      width: 100%; }
  .mainimgbox .price .pricetxt img {
    vertical-align: middle;
    margin-top: -10px;
    width: 33px; }
  .mainimgbox .priceShadow {
    text-shadow: none;
    font-size: 10vw; } }

.topanchor {
  background: #000;
  padding: 22px 0; }

.topanchor .list {
  display: flex;
  justify-content: center; }

.topanchor .list li {
  min-width: 180px;
  padding: 0 30px;
  border-left: 1px solid #514950;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.topanchor .list li:last-child {
  border-right: 1px solid #514950; }

.topanchor .list li a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-decoration: none; }

@media screen and (max-width: 979px) {
  .topanchor {
    background: none;
    padding: 12px 0 15px; }
  .topanchor .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .topanchor .list li {
    min-width: 49%;
    width: 49.5%;
    padding: 0 5px;
    border-left: none;
    background: #000;
    margin: 3px 0 0;
    border-radius: 5px; }
  .topanchor .list li:last-child {
    border-right: none; }
  .topanchor .list li a {
    font-size: 12px;
    padding: 10px 0;
    position: relative;
    display: table;
    width: 100%;
    height: 100%; }
  .topanchor .list li a span {
    display: table-cell;
    vertical-align: middle; }
  .topanchor .list li a:before {
    background: url(/assets/slimming/machine/lipoflat/images/ico_arrow01.png) 0 0 no-repeat;
    background-size: 100%;
    width: 8px;
    height: 4px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: "";
    z-index: 2;
    position: absolute; } }

.hdl {
  text-align: center;
  font-size: 20px; }

.hdl span {
  display: block;
  font-size: 52px;
  position: relative;
  margin-bottom: 20px; }

.hdl span::before {
  background: #000;
  width: 95px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "";
  z-index: 2;
  position: absolute; }

@media screen and (max-width: 979px) {
  .hdl {
    font-size: 11px; }
  .hdl span {
    font-size: 26px;
    margin-bottom: 10px;
    padding-bottom: 5px; }
  .hdl span::before {
    width: 45px;
    height: 1px; } }

.topwhat {
  background: #84868c;
  background: linear-gradient(90deg, #84868c 10%, #e5e7e7 40%, #e5e7e7 60%, #84868c 90%); }

.topwhatBg {
  background: url(/assets/slimming/machine/lipoflat/image/what02.png) right top no-repeat;
  background-size: auto 100%;
  padding: 70px 0 90px; }

.topwhat .hdl {
  font-size: 32px; }

.topwhat .list {
  margin: 35px auto 0; }

.topwhat .list li {
  font-size: 23px;
  background: url(/assets/slimming/machine/lipoflat/image/what01.png) 10px 15px no-repeat;
  padding: 12px 0 12px 50px; }

@media screen and (max-width: 979px) {
  .topwhat {
    background: #84868c;
    background: linear-gradient(90deg, #84868c 0%, #84868c 0%, #b8babd 50%);
    padding: 35px 0 0; }
  .topwhatBg {
    background: none;
    background-size: auto 100%;
    padding: 0; }
  .topwhat .hdl {
    font-size: 16px; }
  .topwhat .list {
    width: 96%;
    margin: 15px auto 0; }
  .topwhat .list li {
    font-size: 16px;
    padding: 0px 0 10px 35px;
    background: url(/assets/slimming/machine/lipoflat/image/what01.png) 10px 2px no-repeat;
    background-size: 17px; } }

.toptxt01 {
  text-align: center;
  font-size: 36px;
  padding: 35px 10px;
  position: relative;
  font-weight: bold; }

.toptxt01:before {
  background: url(/assets/slimming/machine/lipoflat/image/ico_arrow02.png) 0 0 no-repeat;
  width: 142px;
  height: 47px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "";
  z-index: 2;
  position: absolute; }

@media screen and (max-width: 979px) {
  .toptxt01 {
    font-size: 21px;
    padding: 15px 10px; }
  .toptxt01:before {
    background-size: 100%;
    width: 70px;
    height: 28px; } }

.topabout {
  background: #000;
  padding: 95px 0 110px; }
  .topabout .hdl {
    color: #fff; }
  .topabout .hdl span::before {
    background: #fff; }
  .topabout h3 {
    background: #fec206;
    text-align: center;
    font-size: 34px;
    color: #000;
    padding: 5px 0;
    margin: 50px 0 20px; }
  .topabout .bgWhite {
    padding: 50px;
    background: #fff;
    font-size: 20px; }
  .topabout h4 {
    background: #ececec;
    text-align: center;
    font-size: 22px;
    color: #000;
    padding: 5px 0;
    margin: 40px 0 30px; }
  .topabout h5 {
    font-size: 26px;
    color: #fc8504;
    margin: 0 0 10px; }

@media screen and (max-width: 979px) {
  .topabout {
    padding: 35px 0; }
    .topabout .inner {
      padding: 10px !important; }
    .topabout h3 {
      font-size: 18px;
      margin: 20px 0 10px; }
    .topabout .bgWhite {
      padding: 20px;
      font-size: 16px; }
    .topabout h4 {
      font-size: 16px;
      padding: 5px;
      margin: 30px 0 10px; }
    .topabout h5 {
      font-size: 18px;
      margin: 0 0 5px; }
    .topabout .ac_ly_002 > .col:first-child {
      width: 50%;
      margin: 0 auto; } }

.topparts {
  padding: 75px 0 70px; }

.topparts .img {
  text-align: center;
  margin: 30px 0 0; }

@media screen and (max-width: 979px) {
  .topparts {
    padding: 35px 10px; }
  .topparts .img {
    margin: 15px 0 0; } }

.topprice {
  background: #c1c2c8;
  padding: 90px 0 90px; }
  .topprice .inner h3 {
    background: #000;
    text-align: center;
    font-size: 23px;
    color: #fff;
    padding: 5px;
    margin: 0; }
  @media screen and (max-width: 979px) {
    .topprice .inner h3 {
      font-size: 16px; } }

.topprice .hdl {
  margin-bottom: 25px; }

.pricetab {
  background: #fff;
  width: 100%;
  line-height: 1.3; }
  .pricetab.setMenu .border {
    border-bottom: 2px dashed #666666;
    padding: 0 50px;
    margin: 25px 0 20px; }
  .pricetab.setMenu tr:nth-child(2) th,
  .pricetab.setMenu tr:nth-child(2) td {
    padding-top: 50px; }
  .pricetab.setMenu tr:last-child th,
  .pricetab.setMenu tr:last-child td {
    padding-bottom: 50px; }
  .pricetab.setMenu tr td {
    padding: 10px 50px 5px; }
  .pricetab.setMenu tr .taisho {
    width: 100%;
    font-size: 21px;
    border: 2px solid #000;
    padding: 20px; }
    .pricetab.setMenu tr .taisho .taishoText1 {
      font-size: 25px;
      text-align: center;
      font-weight: bold;
      margin: 0 0 10px; }
    .pricetab.setMenu tr .taisho .taishoText2 {
      width: 120px;
      margin-bottom: 5px; }
      .pricetab.setMenu tr .taisho .taishoText2 span {
        display: block;
        color: #fff;
        background: #000;
        text-align: center;
        padding: 5px 0; }
    .pricetab.setMenu tr .taisho .taishoText3 {
      text-align: left;
      padding: 0; }
  @media screen and (max-width: 979px) {
    .pricetab.setMenu tr:first-child th,
    .pricetab.setMenu tr:first-child td {
      padding-top: 15px; }
    .pricetab.setMenu tr:nth-child(2) th,
    .pricetab.setMenu tr:nth-child(2) td {
      padding-top: 0; }
    .pricetab.setMenu tr:last-child th,
    .pricetab.setMenu tr:last-child td {
      padding-bottom: 0; }
    .pricetab.setMenu tr:last-child td {
      padding-bottom: 15px; }
    .pricetab.setMenu tr .border {
      border-bottom: 1px dashed #666666;
      padding: 0 15px;
      margin: 15px 0; }
    .pricetab.setMenu tr th {
      padding: 0 15px 0; }
    .pricetab.setMenu tr td {
      padding: 0 15px 0; }
    .pricetab.setMenu tr .taisho {
      font-size: 15px;
      border: 1px solid #000;
      padding: 10px;
      margin: 15px 0 0; }
      .pricetab.setMenu tr .taisho .taishoText1 {
        font-size: 16px;
        margin: 0 0 5px; }
      .pricetab.setMenu tr .taisho .taishoText3 {
        line-height: 1.6; } }

.pricetab + .pricetab {
  margin: 20px 0 0; }

.pricetab th {
  font-size: 32px;
  width: 400px;
  text-align: left;
  padding: 0 0 0 50px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.pricetab td {
  text-align: right;
  padding: 50px 50px 50px 0;
  font-size: 70px; }

.pricetab th span {
  font-size: 22px; }

.pricetab td .price {
  display: inline-block;
  width: 280px;
  font-weight: bold; }

.pricetab td img {
  vertical-align: middle;
  margin-top: -15px;
  margin-left: 15px; }

.pricetab td .time {
  display: inline-block;
  width: 150px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin-right: 30px;
  background: #000;
  vertical-align: middle;
  margin-top: -15px; }

@media screen and (max-width: 979px) {
  .topprice {
    padding: 35px 10px 45px; }
  .topprice .hdl {
    margin-bottom: 10px; }
  .pricetab + .pricetab {
    margin: 10px 0 0; }
  .pricetab th {
    font-size: 15px;
    width: 25%;
    text-align: left;
    padding: 10px 10px 0 10px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .pricetab td {
    text-align: right;
    padding: 25px 15px 25px 0;
    font-size: 36px;
    width: 75%; }
  .pricetab th span {
    font-size: 14px; }
  .pricetab td .price {
    display: inline-block;
    width: 65%; }
  .pricetab td img {
    vertical-align: middle;
    margin-top: -10px;
    width: 8%;
    margin-left: 3px; }
  .pricetab td .time {
    width: 22%;
    font-size: 13px;
    margin-right: 5px;
    margin-top: -7px; } }

.topchiryo {
  padding: 90px 0; }
  .topchiryo .inner {
    border: 3px solid #000;
    padding: 27px 45px 45px; }
    .topchiryo .inner h2 {
      background: #000;
      text-align: center;
      font-size: 23px;
      color: #fff;
      padding: 5px;
      margin: 0 0 25px; }
    .topchiryo .inner p {
      text-align: center;
      font-size: 24px; }

@media screen and (max-width: 979px) {
  .topchiryo {
    padding: 35px 10px; }
    .topchiryo .inner {
      border: 2px solid #000;
      padding: 10px 10px 15px !important; }
      .topchiryo .inner h2 {
        font-size: 16px;
        margin: 0 0 15px; }
      .topchiryo .inner p {
        font-size: 16px; } }

.topclinic {
  padding: 90px 0;
  background: #f6f6f6; }

.topclinic .inner {
  width: 860px; }

.topclinic .inner .tit {
  color: #fc8504;
  font-size: 160%;
  font-weight: bold; }

.topclinic .inner .txt {
  margin: 20px 0; }

.topclinic .inner .tel a {
  color: #fc8504;
  font-size: 200%;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle; }

.topclinic .inner .tel a img {
  margin-right: 5px; }

.clinicbox {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 40px 0 0;
  justify-content: space-evenly; }

.googlemap {
  width: 490px;
  height: 250px; }

.googlemap iframe {
  width: 100%;
  height: 100%; }

.cliniccont {
  width: 40%; }

@media screen and (max-width: 979px) {
  .topclinic {
    padding: 35px 10px 0; }
  .clinicbox {
    display: block;
    margin: 20px 0 0; }
  .googlemap {
    width: 100%;
    height: 150px;
    margin: 15px 0 0; }
  .googlemap iframe {
    width: 100%;
    height: 100%; }
  .cliniccont {
    width: 100%; }
  .cliniccont .tit img {
    width: 80px; }
  .cliniccont .txt {
    margin: 10px 0; }
  .cliniccont .tel {
    margin: 15px 0 0; } }

span.notice {
  font-size: 15px;
  margin-left: 2%; }

#clinic-map {
  min-height: 950px; }
  #clinic-map #chugoku,
  #clinic-map #tokai,
  #clinic-map #tohoku,
  #clinic-map #kyusyu {
    display: none; }
  #clinic-map #tokai {
    top: 385px; }
