@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!important;
}

#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: 12px;
  line-height: 150%;
}

#globalHeader {
  display: none;
}

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

.contents-box h2{
  font-size: 48px;
  letter-spacing: 0.04em;
  font-weight: normal;
  color: #333333;
  padding-top: 40px;
}

.contents-box h2 span {
  padding-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #464646;
  line-height: 150%;
  display: block;
}
.contents-box .visual {
  width: 100%;
  height: auto;
}
.contents-box .inner {
  overflow: hidden;
  *zoom: 1;
  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-weight: bold;
  text-decoration: none;
  text-align: left;
  background: url("../images/icon_arrow_right_orange.png") no-repeat 10px 13px #000;
}

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

#welcome h1 span{
  font-size: 24px;
  display: block;
  padding-top: 30px;
}

#feescp {
  background: url("../images/bg_feescp.jpg") no-repeat top center;
  background-size: cover;
  overflow: hidden;
}
#feescp h2{
  font-size:40px;
   line-height:1.2em;
   padding-top:40px;
}
#feescp .feeBox{
  width:360px;
  margin: 20px auto;

}
#feescp .feeBox .box {
    width: 360px;
    height: 360px;
    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 {
  height: 500px;
  background: url("../images/bg_about.jpg") no-repeat top center;
  background-size: cover;
}

#contact {
  background-color: #f0f0f0;
  background-size: cover;
  padding-bottom:30px;
}

#mail{
  background-color: #efe5db;
  padding-bottom:20px;
}

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

#program{
  background-color: #efe5db;
}

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

#program ul{
  overflow: hidden;
  width: 100%;
  }

#program li{
  float: left;
  width: 30%;
  margin-bottom: 40px;
}

#program li.mar50{
  margin-right: 4.1111%;
}

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

#program li h3 span{
   font-size: 14px;
   display: block;
   font-weight: normal;
   padding-top: 5px;
}

#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;
}
#feature .inner > div:nth-of-type(2n+1) {
  margin-left: 0;
}
#feature .box {
  display: inline-block;
  vertical-align: top;
  width: 46.875%;
  margin: 0 0 40px 6.25%;
  font-size: 14px;
  text-align: left;
}
#feature .box .thumbnail img {
  width: 100%;
  height: auto;
}
#feature .box .title {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
#feature .box .description {
  margin-top: 10px;
}
#feature .box .caution {
  margin-top: 10px;
  font-size: 12px;
}

#content h2{
  margin: 50px 0 40px;
}

#content ul{
  overflow: hidden;
  width: 95%;
  margin: 0 auto 80px;
} 
#content li{
  float: left;
  position: relative;
  width: 33.33333%;
}

#content li a:hover{
  opacity: 0.9;
}
#content li p{
  position: absolute;
  bottom: 0;
  width: 97%;
  color: #ffffff;
  font-size:82%;
  font-weight: bold;
  padding: 30px 0 20px 10px;
  text-align: left;
}

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

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

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

.bggl{
  background: rgba(220,220,220,0.6) 99% center no-repeat;
}

#price {
  background: url("../images/bg_price.jpg") no-repeat;
}

#price .img {
  text-align: center;
}
#price .img.sp {
  display: block !important;
}
#price .img img {
  width: 40%;
  max-width: 180px;
  height: auto;
}
#price .img img:first-child {
  margin-right: 30px;
}
#price .btn {
  width: 170px;
  margin-right: 20px;
  margin-top: 50px;
  margin: 50px 50px 50px 0;

}

  #price .feeBox{
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
  }

 #price .feeBox a:hover{
  opacity: 0.6;
 }

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

#price .feeBox .box{
    width: 280px;
    height: 280px;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
  }

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

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

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

#price p span{
    color:whitesmoke;
}

#start {
  background-color: #ffcc00;
  /*background: url("../images/bg_start.jpg") no-repeat;*/
  height: 680px;

}
#start h2 {
  padding-top: 45px;
}

#start .inner {
  margin-top: 20px;
}
#start ul{
  overflow: hidden;
  width: 744px;
  margin: 40px auto 10px;
}
#start li{
  float: left;
  list-style-type: none;
  margin-bottom: 30px;
}
#start .stepBox{
  width: 200px;
  height: 180px;
  border: #ffffff 4px solid;
  border-radius: 50%;
  padding-top: 20px;
}
#start .stepBox p{
  line-height: 1.3em!important;
  font-size: 14px;
}

#start .stepBox p img{
  padding-bottom: 10px;
 width: 60px;
}

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

#start .arrow{
  width: 40px;
  height: 180px;
}
#start .arrow img{
  width: 70%;
  margin-top: 80px;
}
#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: 12px;
  letter-spacing: 0.13em;
  color: #ffffff;
  text-decoration: none; 
}
#start .btn_s a:hover{
  color: #ffcc00;
}

#start .start-box > div.mid-col {
  margin: 0 10px 0 20px;
}

#start .btn.faq {
  width: 200px;
  margin: 30px auto 0;
  text-align: center!important;
}

#start .btn.faq a{
  display: block;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;

}

#start .btn-faq {
  width: 1080px;
  margin: 30px auto 0;
  text-align: right;
}


#start .btn-faq a {
  display: inline-block;
  width: 155px;
  height: 70px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: url("../images/btn_start03_off.png") no-repeat;
}
#start .btn-faq a:hover {
  background: url("../images/btn_start03_on.png") no-repeat;
}
#start .btn-faq a:hover span {
  background: url("../images/icon_arrow_right_white.png") no-repeat left 5px;
}
#start .btn-faq a span {
  padding-left: 20px;
  background: url("../images/icon_arrow_right_orange.png") no-repeat left 5px;
}

#voice {
    background-color: #f6f6f6;
    padding: 50px 0;
    height: auto;      
}

#voice .voiceboxTop{
  position: relative;
  margin: 40px 0 20px;
}
#voice .voiceboxTop p{
    position: absolute;
    top: 40px;
    right: 40px;
    width: 360px;
    font-size: 16px;
    color: #000000;
    line-height: 1.8em;
    letter-spacing: 0.13em;
    text-align: left;
}

#voice .voiceboxTop small{
  display: block;
  font-size: 13px;
}

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

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

#basic, #circle, #store, #biz {
  position: relative;
}
#basic .inner, #circle .inner, #store .inner, #biz .inner {
  position: absolute;
  padding: 0 35px;
  text-align: left;
}
#basic .inner .title, #circle .inner .title, #store .inner .title, #biz .inner .title {
  font-size: 18px;
  font-weight: bold;
}
#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;
}
#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: 440px;
  background: url("../images/bg_basic.jpg") no-repeat center center;
  background-size: cover;
}
#basic .inner {
  top: 60px;
  right: 0;
  width: 50%;
}
#basic .inner a {
}

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

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

#biz {
  height: 410px;
  background: url("../images/bg_biz.jpg") no-repeat center center;
  background-size: cover;
}
#biz .inner {
  bottom: 5%;
  left: 0;
}
#biz .inner br{
  display: none;  
}

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

.page-top {
  display: none;
}


.pc, .sp {
  display: none;
}