
@import url(https://fonts.googleapis.com/css?family=Suranna);
@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700italic,700);

span.red {
  color: #cc0000 !important;
}

span.yellow {
  color: #ffcc00 !important;
}

span.bold {
  font-weight: bold !important;
}

.tCenter {
  text-align: center !important;
}

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

.tRight {
  text-align: right !important;
}

.fmin {
  font-size: 10px !important;
}

.fsmall {
  font-size: 12px !important;
}

.fmid {
  font-size: 16px !important;
}

.fbig {
  font-size: 18px !important;
}

.fmax {
  font-size: 20px !important;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  -webkit-font-smoothing: antialiased; 
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

p, li, th, td, div, span {
  line-height: 150%;
}

body {
  font-family: "ŸàƒSƒVƒbƒN", YuGothic, Meiryo,"Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
  color: #484848;
  font-size: 14px;
}

#contents p, #contents li, #contents div {
  line-height: 160%;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: underline;
  color: #464646;
}

a:visited {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

body {
  font-size: 14px!important;
  line-height: 150%;
}



#globalHeader {
  display: none;
}

.contents-box {
  padding: 0 15px;
  text-align: center;
}

.contents-box h2{
  font-size: 38px;
  letter-spacing: 0.04em;
  font-weight: normal;
  color: #333333;
  padding-top: 80px;
  line-height: 0.2em;
}

.contents-box h2 span {
  padding-top: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #464646;
  line-height: 100%;
  display: block;
}
.contents-box .visual {
  width: 100%;
  height: auto;
}
.contents-box .inner {
  margin-top: 15px;
}
.contents-box .inner > .description {
  line-height: 150%;
}
.contents-box .btn {
  display: inline-block;
}
.contents-box .btn a {
  display: block;
  padding: 10px 25px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  background: url("../images/icon_arrow_right_orange.png") no-repeat 10px 11px #000;
}

#welcome {
  height: 400px;
  background: #efeeec url("../images/bg_welcome_sp.jpg") bottom center no-repeat;
  background-size: 100% auto;
}
#welcome .logo img{
  width: 100px;
  padding-top: 10px;
}
#welcome h1{
  font-size: 28px;
  letter-spacing: 0.04em;
  font-weight: normal;
  color: #333333;
  padding-top: 50px;
}
#welcome {
  height: 400px;
  background: #efeeec url("../images/bg_welcome_sp.jpg") bottom center no-repeat;
  background-size: 100% auto;
}

#welcome h1 span{
  font-size: 16px;
  display: block;
  padding-top: 15px;
}
#feescp{
   background: url("../images/bg_feescp.jpg") no-repeat top center;
   overflow: hidden;
   background-size: cover;
}
#feescp h2{
  font-size:20px;
  line-height:1.2em;
  padding-top:40px;
}
#feescp .feeBox{
  width:300px;
  margin: 30px auto;

}
#feescp .feeBox .box {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background:#ffcc00;
}
#feescp .feeBox .box p span.fontBig {
    font-size: 80px;
    line-height: 1.2em;
    letter-spacing: -0.05em;
}
#feescp .btn{
  margin-top:10px;
  margin-bottom:20px;
}

#about {
  padding: 0;
  background-color: #efe5db;
}
#about h2 {
  height: 200px;
  background: url("../images/bg_about_sp.jpg") no-repeat center top;
  background-size: cover;
}
#about .inner {
  margin: 0;
  padding: 10px 15px 20px;
}

#about .description{
  margin: 20px 0;
}

#contact {
  padding: 0;
  background-color: #f0f0f0;
}
#contact h2 {
  height: 80px;
  background-color: #f0f0f0;
  background-size: cover;
}
#contact .inner {
  margin: 0;
  padding: 10px 15px 20px;
}

#contact .description{
  margin: 20px 0;
}
#mail{
  background-color: #efe5db;
  padding-bottom:20px;
}

#mail h2{
  padding-top: 20px;
}


#program{
  background-color: #efe5db;
  padding-bottom: 50px;
}

#program h2{
  margin-bottom: 40px;
}

#program ul{
  width: 95%;
  margin: 0 auto;
  }

#program li{
  width: 100%;
}

#program li.mar50{
  margin-right: 50px;
  margin-bottom: 30px;
}

#program li h3{
  width: 200px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  font-size: 22px;
  font-weight: bold;
  padding-top: 50px;
 margin: 0 auto 10px;
  }

#program li h3 span{
   font-size: 14px;
   display: block;
   font-weight: normal;
   padding-top: 5px;
}
#program li p{
  text-align: left;
}
#program li p br{
  display: none;
}

#program li.yoga h3{
  background: url("../images/image_f01.jpg") center bottom no-repeat;
  background-size: 100%;
}
#program li.pilates h3{
  background: url("../images/image_f02.jpg") center bottom no-repeat;
  background-size: 100%;
}
#program li.beauty h3{
  background: url("../images/image_f03.jpg") center bottom no-repeat;
  background-size: 100%;
}


#feature {
  background-color: #f6f6f6;
}
#feature .inner {
  font-size: 0;
  padding: 20px 0; 
}
#feature .inner > div:nth-of-type(2n+1) {
  margin-left: 0;
}
#feature .box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 30px 0;
  font-size: 10px;
  text-align: left;
}
#feature .box .thumbnail img {
  width: 100%;
  height: auto;
}
#feature .box .title {
  margin-top: 5px;
  font-size: 18px;
  line-height: 130%;
  font-weight: bold;
}
#feature .box .description {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5em;
}
#feature .box .caution {
  margin-top: 10px;
}
  #content{
    padding: 20px 0 50px;
  }
  #content h2{
    margin-bottom: 30px;
  }

  #content li{
    position: relative;
    overflow: hidden;
  }

  #content li a{
    color: #ffffff;
  }

  #content li a:hover{
    opacity: 0.7;
  }
  #content li p{
    position: relative;
    bottom: 0;
    width: 80%;
    font-size:80%;
    font-weight: bold;
    padding: 18px 0 18px 10px;
    float: right;
  }

  #content li img{
    position:absolute;
    width: 25%;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  .bggreen{
    background: rgba(167,197,96,0.6) url("../images/icon_arrow_w.png") 98% center no-repeat;
  }

  .bgpink{
    background: rgba(243,133,164,0.6) url("../images/icon_arrow_w.png") 98% center no-repeat;
  }

  .bgblue{
    background: rgba(109,171,214,0.6) url("../images/icon_arrow_w.png") 98% center no-repeat;
  }

#price {
  position: relative;
  height: auto;
  background: url("../images/bg_price.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 40px;
}

  #price .feeBox{
    width: 250px;
    margin: 0 auto;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
  }
  #price .feeBox a{
    text-decoration: none!important;
  }  

 #price .feeBox .right{
    background-color: #bcdd37;
  }
#price .feeBox .left{
    background-color: #ffcc00;
  }

#price .feeBox .box{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
  }

#price .feeBox .box p{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    width: 250px;
    height: 250px;
    line-height: 1.4em; 
  }

#price .fontBig{
    font-weight: normal;
    font-size: 160px;
    line-height: 0.8em;
    letter-spacing: -0.05em;
  }

 #price .fontBig2{
    font-weight: bold;
    font-size: 70px;
    line-height: 1em;
  }



#price .btn {
  /*position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -98px;*/
   width: 150px; 
  display: block;
  margin: 10px auto 10px;
}

#price p span{
    color:whitesmoke;
}

#start {
  background-color: #ffcc00;
  /*background: url("../images/bg_start_sp.jpg") no-repeat center center;*/
  background-size: cover;
  padding-bottom: 40px;
}

#start ul{
  overflow: hidden;
  width: 230px;
  margin: 40px auto;
}
#start li{
  list-style-type: none;
}
#start .stepBox{
  width: 220px;
  height: 200px;
  border: #ffffff 5px solid;
  border-radius: 50%;
  padding-top: 20px;
}
#start .stepBox p{
  line-height: 1.4em!important;
  font-size: 16px;
}

#start .stepBox p img{
  padding-bottom: 5px;
}

#start .stepBox .textStep,#flow .stepBox .iconStep{
  margin-bottom: 20px;
}

#start .arrow{
  margin: 10px auto;
  width: 30px;
  height: 30px;
}
#start .arrow img{
  width: 100%;
}
#start .btn_s{
  margin: 10px auto 0;
}
#start .btn_s a{
  border-radius: 6px;
  padding: 7px 20px;
  background: #000000 url("../images/icon_arrow_s.png") 94% center no-repeat;
  font-size: 14px;
  letter-spacing: 0.13em;
  color: #ffffff;
  text-decoration: none; 
}
#start .btn_s a:hover{
  color: #ffcc00;
}

#start .btn-faq {
  margin-top: 5px;
  text-align: right;
}
#start .btn-faq a {
  display: inline-block;
  width: 155px;
  height: 70px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background: url("../images/btn_start03_off.png") no-repeat;
}
#start .btn-faq a span {
  padding-left: 20px;
  background: url("../images/icon_arrow_right_orange.png") no-repeat left 1px;
}
#voice {
    background-color: #f6f6f6;
    padding: 30px 0;
    height: auto;      
}


#voice .voiceboxTop{
  position: relative;
  margin: 30px 0 20px;
}
#voice .voiceboxTop p{
  position: relative;
  top: auto;
  right: auto;
  font-size: 14px;
  color: #000000;
  background-color: #e2e2e2;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 5%;
}

#voice .voiceboxTop img{
  width: 100%;
}

#voice .caution{
  font-size: 10px!important;
}

#voice .voicebox .profile{
  background-color: #bcdd37;
  border-radius: 50%;
  width: 80px;
  height: 60px;
  text-align: center;
  font-size: 13px;
  margin: 0 auto 5px;
  padding-top: 20px;
  line-height: 1.5em;
}
#voice .voicebox{
  background-color: #ffffff;
  text-align: left;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 0 15px 20px;
}
#voice h3{
  margin: 30px 0 10px;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
#voice h3 span{
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4em;
  display: block;
}

#voice iframe{
  width: 90%;
  height: 200px;
  margin: 0 auto;
}

#basic, #circle, #store, #biz {
  position: relative;
}
#basic .inner, #circle .inner, #store .inner, #biz .inner {
  position: absolute;
  padding: 0 15px;
  text-align: left;
}
#basic .inner .title, #circle .inner .title, #store .inner .title, #biz .inner .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
}
#basic .inner .description, #circle .inner .description, #store .inner .description, #biz .inner .description {
  margin-top: 20px;
}
#basic .inner .caution, #circle .inner .caution, #store .inner .caution, #biz .inner .caution {
  margin-top: 10px;
  line-height: 140%;
}
#basic .inner .link, #circle .inner .link, #store .inner .link, #biz .inner .link {
  margin-top: 20px;
  padding-left: 20px;
  background: url("../images/icon_arrow_right_orange.png") no-repeat left 3px;
}
#basic .inner .link a, #circle .inner .link a, #store .inner .link a, #biz .inner .link a {
  color: #464646;
}

#basic {
  height: 640px;
  background: url("../images/bg_basic.jpg") no-repeat center center;
  background-size: cover;
}
#basic .inner {
  bottom: 1%;
  right: 0;
  width: 60%;
}
#basic .inner a {
}

#circle {
  height: 660px;
  background-color: #f6f6f6;
  background-size: cover;
}
#circle .inner {
  top: 20%;
  left: 0;
}

#store {
  height: 660px;
  background: url("../images/bg_store.jpg") no-repeat center center;
  background-size: cover;
}
#store .inner {
  bottom: 30%;
  left: 0;
}

#biz {
  height: 660px;
  background: url("../images/bg_biz.jpg") no-repeat center center;
  background-size: cover;
}
#biz .inner {
  bottom: 2%;
  left: 0;
}
#plan {
  height: 400px;
  background: #efeeec url("../images/bg_welcome_sp.jpg") bottom center no-repeat;
  background-size: 100% auto;
}
#plan .logo img{
  width: 100px;
  padding-top: 10px;
}
#plan h1{
  font-family: 'Suranna', serif;
  font-size: 28px;
  letter-spacing: 0.04em;
  font-weight: normal;
  color: #333333;
  padding-top: 50px;
}
#plan {
  height: 400px;
  background: #efeeec url("../images/bg_welcome_sp.jpg") bottom center no-repeat;
  background-size: 100% auto;
}

#plan h1 span{
  font-size: 16px;
  display: block;
  padding-top: 15px;
  font-family: sans-serif;
}

#globalFooter {
  padding: 25px 0 45px;
  text-align: center;
}
#globalFooter p {
  font-size: 12px;
}

.page-top {
  display: none;
}

.pc, .tab {
  display: none;
}

/* local navigation */
