@import url(https://fonts.googleapis.com/css?family=Suranna);
@import url('https://fonts.googleapis.com/css?family=Lato');

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: 'Lato', "Ÿàƒ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;
  line-height: 150%;
}



#globalHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 80px;
  background-color: #fff;
}
#globalHeader .inner {
  overflow: hidden;
  *zoom: 1;
  width: 1200px;
  margin: 0 auto;
}
#globalHeader h1 {
  float: left;
  margin-top: 20px;
}
#globalHeader .global-navi {
  float: right;
}
#globalHeader .global-navi ul {
  overflow: hidden;
  *zoom: 1;
}
#globalHeader .global-navi ul li {
  float: left;
  font-size: 14px;
  font-weight: bold;
}
#globalHeader .global-navi ul li a {
  display: block;
  height: 30px;
  text-decoration: none;
  color: #000000;
  padding: 50px 12px 0 12px ;
}
#globalHeader .global-navi ul li a:hover {
  background-color: #ffcc00;
  padding: 50px 12px 0 12px ;
}



#globalHeader .shadow {
  height: 7px;
  background: url("../images/header_shadow.png") repeat-x center bottom;
}

#contents {
  position: relative;
  z-index: 0;
  width: 1200px;
  margin: 80px auto 0;
}

.contents-box {
  height: 760px;
  text-align: center;
}

.contents-box .inner {
  overflow: hidden;
  *zoom: 1;
}
.contents-box h2{
  font-size: 62px;
  letter-spacing: 0.04em;
  font-weight: normal;
  color: #333333;
}
.contents-box h2 span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #464646;
  display: block;
}

.contents-box .inner > .description {
  line-height: 150%;
}
.contents-box .btn {
  display: inline-block;
  padding-left: 20px;
  padding-right:20px;
  background-color: #000;
}
.contents-box .btn:hover {
  background-color: #ffcc33;
}
.contents-box .btn:hover span {
  background: url("../images/icon_arrow_right_white.png") no-repeat left 3px;
}
.contents-box .btn a {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
.contents-box .btn a span {
  padding-left: 20px;
  background: url("../images/icon_arrow_right_orange.png") no-repeat left 3px;
}

#welcome {
  background: url("../images/bg_welcome.jpg") bottom center no-repeat;
}

#welcome h1{
  font-size: 62px;
  letter-spacing: 0.04em;
  font-weight: normal;
  color: #333333;
  padding-top: 100px;
}
#welcome h1 span{
  font-size: 24px;
  display: block;
  padding-top: 30px;
}

#feescp {
  background: url("../images/bg_feescp.jpg") bottom center no-repeat;
  height:800px;
}
#feescp h2 {
    padding-top: 80px;
    line-height:1.2em;
}
#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;
}

#about {
  background: #efe5db url("../images/bg_about.jpg") top center no-repeat;
  height: 700px;
}
#about h2 {
  padding-top: 75px;
}
#about .inner {
  margin-top: 30px;
}
#contact {
  background-color: #f0f0f0;
  height: 1200px;
  padding-bottom: 30px;
}
#contact h2 {
  padding-top: 75px;
}
#contact .inner {
  margin-top: 30px;
}

#program{
  background-color: #efe5db;
}

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

#program ul{overflow: hidden;
  width: 1036px;
  margin: 0 auto;
  }

#program li{
  float: left;
  width: 312px;
}

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

#program li h3{
  width: 302px;
  height: 248px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  font-size: 28px;
  font-weight: bold;
  padding-top: 60px;
  margin-bottom: 20px;
  }

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

#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;
  height: 800px;
}
#feature h2 {
  padding-top: 60px;
}
#feature .inner {
  margin: 35px 0 0 -50px;
  font-size: 0;
}
#feature .box {
  display: inline-block;
  vertical-align: top;
  width: 312px;
  margin: 0 0 20px 50px;
  font-size: 14px;
  text-align: left;
}
#feature .box .title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
}
#feature .box .description {
  margin-top: 10px;
}
#feature .box .caution {
  margin-top: 10px;
  font-size: 12px;
}
#content{
  height: auto;

}

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

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

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

.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;
}

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


#price {
  background: url("../images/bg_price.jpg") no-repeat;
}
#price h2 {
  padding-top: 45px;
}
#price .inner {
  margin-top: 45px;
}

  #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 .btn {
  margin-top: 130px;
  margin-right: 20px;
  width: 150px;
}

#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: 840px;
  margin: 40px auto 10px;
}
#start li{
  float: left;
  list-style-type: none;
}
#start .stepBox{
  width: 240px;
  height: 220px;
  border: #ffffff 6px solid;
  border-radius: 50%;
  padding-top: 20px;
}
#start .stepBox p{
  line-height: 1.5em!important;
  font-size: 16px;
}

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

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

#start .arrow{
  width: 42px;
  height: 280px;
}
#start .arrow img{
  width: 70%;
  margin-top: 120px;
}
#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 .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: 100px;
  right: 150px;
  width: 400px;
  font-size: 20px;
  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: 840px;
  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;
}

#basic, #circle, #store, #biz {
  position: relative;
}
#basic .inner, #circle .inner, #store .inner, #biz .inner {
  position: absolute;
  text-align: left;
}
#basic .inner .title, #circle .inner .title, #store .inner .title, #biz .inner .title {
  font-size: 21px;
  font-weight: bold;
}
#basic .inner .description, #circle .inner .description, #store .inner .description, #biz .inner .description {
  font-size: 14px;
  margin-top: 35px;
}
#basic .inner .caution, #circle .inner .caution, #store .inner .caution, #biz .inner .caution {
  margin-top: 20px;
  font-size: 12px;
}
#basic .inner .link, #circle .inner .link, #store .inner .link, #biz .inner .link {
  margin-top: 30px;
  font-size: 14px;
}
#basic .inner .link a, #circle .inner .link a, #store .inner .link a, #biz .inner .link a {
  padding-left: 20px;
  color: #464646;
  background: url("../images/icon_arrow_right_orange.png") no-repeat left center;
}

#basic {
  background: url("../images/bg_basic.jpg") no-repeat;
}
#basic h2 {
  padding-top: 45px;
}
#basic .inner {
  top: 410px;
  right: 70px;
}

#circle {
    background-color: #f6f6f6;
}
#circle h2 {
  padding-top: 45px;
}
#circle .inner {
  top: 70px;
  left: 70px;
}

#store {
  background: url("../images/bg_store.jpg") no-repeat;
}
#store h2 {
  padding-top: 45px;
}
#store .inner {
  top: 330px;
  left: 70px;
}

#biz {
  background: url("../images/bg_biz.jpg") no-repeat;
}
#biz h2 {
  padding-top: 45px;
}
#biz .inner {
  top: 410px;
  left: 70px;
}



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

.page-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
}


.sp, .tab {
  display: none;
}
#mail{
  background-color: #efe5db;
  height:330px;
  padding-bottom: 50px;
  margin-bottom: 20px;
}

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