@charset "utf-8";
/*============================================================ 
　共通設定
============================================================*/
/*IE*/
@font-face {
    font-family: mplus-1p-regular;
    src: url("../fonts/mplus-1p-regular.eot");
}
@font-face {
    font-family: mplus-1p-midium;
    src: url("../fonts/mplus-1p-medium.eot");
}
@font-face {
    font-family: mplus-1p-bold;
    src: url("../fonts/mplus-1p-bold.eot");
}
@font-face {
    font-family: mplus-1p-light;
    src: url("../fonts/mplus-1p-light.eot");
}
/* Firefox, Opera, Safari */
@font-face {
font-family:mplus-1p-regular;
src:url("../fonts/mplus-1p-regular.ttf") format("truetype")
}
@font-face {
font-family:mplus-1p-medium;
src:url("../fonts/mplus-1p-medium.ttf") format("truetype")
}
@font-face {
font-family:mplus-1p-bold;
src:url("../fonts/mplus-1p-bold.ttf") format("truetype")
}
@font-face {
font-family:mplus-1p-light;
src:url("../fonts/mplus-1p-light.ttf") format("truetype")
}

body,p,span,ul,dl {
    font-family: 'mplus-1p-regular',"メイリオ", Meiryo, Osaka,  "Courier New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #231815;
}
h2,h3 {
    font-family: 'mplus-1p-bold',"メイリオ", Meiryo, Osaka,  "Courier New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sec-title h2.text-center {
    text-shadow: 0 0 10px #fff;
    letter-spacing: 5px;
    margin-bottom: 20px;
    padding-bottom: 25px;
}
img {
    max-width: 100%;
    height: auto;
}
.aligncenter {
    text-align: center;
}
.mgnbtm {
    margin-bottom: 20px;
}
.navbar-header h1 a {
    color: #231815;
}
.navbar-header h1 a span {
    letter-spacing: 3px;
}
#navigation a:hover,
.navbar-header h1 a:hover{
    color: #23527c!important;
}
br.tab {
    display: none;
}
br.sp {
    display: none;
}

/* ナビゲーションの設定 */
nav ul li {
    text-align: center;

}
nav ul#nav li a {
    color: #231815;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 0;
    position: relative;
}
nav ul#nav li a span {
    font-size: 10px;
    color: #5d8da6;
}


nav li a:hover:before {
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
 
.menu > li a:before {
  background-color: #009EE3;
  bottom: -10px;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all .2s ease-in-out 0s;
  -webkit-transition: all .2s ease-in-out 0s;
}
.sub-menu > li a:before {
  background-color: transparent;
  bottom: -10px;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all .2s ease-in-out 0s;
  -webkit-transition: all .2s ease-in-out 0s;
}
li.subnav {
    display: none;
}
.tofade {
    position: absolute;
    top:-25px;
    right: 15px;
    list-style: none;
    padding-left: 0;
}
.tofade li {
    display: inline;
    margin-right: 15px;
}
.tofade a {
    font-size: 12px;
    line-height: 1;
    padding-left: 10px;
    background: url(../img/arrow.png) no-repeat left center;
    color: #231815;
}
header {
    position: relative;
}
header .container {
    position: relative;
}
header .cont {
    position: absolute;
    top: 90px;
    right: 10px;
	z-index: 9999;
}
header .cont a {
    width: 102px;
    height: 102px;
    border-radius: 51px;
    border: 2px solid #474446;
    font-size: 12px;
    line-height: 18px;
    padding: 25px 0;
    background-color: rgba(51,40,35,0.75);
    display: block;
    color: #fff;
    box-shadow: 0 0 3px rgba(255,255,255,0.65);
}
header .cont a:hover,
header .info a:hover {
    background-color: rgba(255,255,255,0.65);
}
header .cont a:hover {
    border: 2px solid rgba(71,68,70,0.65);
    color: #231815!important;
    box-shadow: none;
}
header .info {
    position: absolute;
    top: 230px;
    right: 0;
    list-style: none;
    padding:0;
}
header .info a {
    background-color: rgba(51,40,35,0.75);
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #dddae0;
}
header .info li:first-child {
    border-bottom: 1px solid #dddae0;
}
/* preloader　ローディングアニメーション */
.sk-fading-circle {
  margin: 270px auto;
  width: 70px;
  height: 70px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

/*============================================================ 
　トップページ
============================================================*/
/* homeページの設定 */
#home {
    background: url(../img/home.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    margin-top: -24px;
}
#home h2 {
    padding: 230px 0 50px;
}
#home .copy {
    font-family: 'mplus-1p-bold';
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: 3px;
    text-shadow: 0 0 10px #fff;
    padding-bottom: 30px;
}
#home .copy span {
    font-family: 'mplus-1p-regular';
    font-size: 22px;
    letter-spacing: 0;
    text-shadow: 0 0 5px #fff;
}
#home .rssbox {
    position: absolute;
    top: 110px;
    left: 0;
    font-size: 14px;
    width: 190px;
    height: 500px;
}

/* aboutページの設定 */
#about {
    background: url(../img/bg_about.jpg) no-repeat center top;
    background-size: cover;
    color: #231815;
}
#about .container {
    padding: 80px 100px 0;
}
#about .post {
    background: rgba(118,105,105,0.65);
    border-radius: 70px;
    padding: 30px;
    margin-bottom: 25px;
}
#about .post h3 {
    padding-top: 85px;
    font-family: 'mplus-1p-regular';
}

#about .post h4 {
    font-size: 18px;
}
#about .post p {
    font-size: 14px;
}
#about .post .forrent {
    font-size: 10px;
    background: #000;
    width: 30em;    
    border-radius: 30px;
}
#about .post .forrent a {
    color: #fff;
    display: block;
    width: 30em;
    border-radius: 30px;
    border: 2px solid #000;
}
#about .post .forrent a:hover {
    color: #009EE3;
    border: 2px solid #009EE3;
    background: rgba(59,45,38,0.7);
}

/* instructorページの設定 */
#instructor {
    background: url(../img/bg_inst.jpg) no-repeat center center;
    background-size: cover;
    color: #231815;
}
#instructor .container {
    padding-top: 100px;
    padding-bottom: 100px;
}
#instructor .sec-title {
    margin-bottom: 50px;
}
#instructor .container .inner {
    padding-right: 65px;
    padding-left: 100px;
}
#instructor .text {
    background: rgba(255,255,255,0.75);
    border-radius: 40px;
    padding: 15px 30px 15px;
    margin-bottom: 40px;
    font-size: 12px;
	margin-top: 20px;
}
#instructor .text .name {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 0;
}
#instructor .text .catch {
    color: #5d8da6;
    font-size: 10px;
    margin-bottom: 10px;
}
#instructor .text .info {
    line-height: 1.6;
    margin-bottom: 10px;
}
#instructor .button a {
    color: #333;
    font-size: 16px;
    display: block;
    width: 280px;
    padding: 15px;
    margin: 0 auto;
    border-radius: 30px;
    border: 2px solid #ddd;
    background: rgba(255,255,255,0.6);
}
#instructor .button a:hover {
    color: #009EE3;
    border: 2px solid #009EE3;
}


/* classページの設定 */
#class {
    background: url(../img/bg_class.jpg) no-repeat center center;
    background-size: cover;
    color: #231815;
}
#class .container {
    padding: 80px 0;
}
#class .sec-title {
    margin-bottom: 30px;
}
#class .container h2 {
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#class .seeds li {
    background: rgba(59,45,38,0.7);
    padding: 15px 25px;
    border-radius: 30px;
}
#class .seeds li:hover {
    background: rgba(255,255,255,0.7);
}
#class .seeds {
    list-style: none;
}
#class .explain {
    padding: 0 100px 30px;
}
#class dl {
    position: relative;
}
#class dt {
    font-size: 11px;
    color: #666;
    padding-top: 15px;
    height: 95px;
}
#class dt span {
    font-size: 15px;
     color: #666;
}
#class dt.first {
    background: url(../img/fuki01.png) no-repeat;
    width: 128px;
    position: absolute;
    top: 0;
    left: -10px;
}
#class dt.second {
    background: url(../img/fuki02.png) no-repeat;
    width: 126px;
    position: absolute;
    top: 0;
    right: -10px;
}
#class dt.third {
    background: url(../img/fuki03.png) no-repeat;
    width: 141px;
    position: absolute;
    top: 0;
    right: -40px;
}
#class dd.image {
    padding-top: 90px;
    margin-bottom: 10px;
}
#class dd.name {
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,0.65);
}
.button a {
    color: #fff;
    font-size: 16px;
    display: block;
    width: 280px;
    padding: 15px;
    margin: 0 auto;
    border-radius: 30px;
    border: 2px solid #676265;
    background: rgba(59,45,38,0.7);
}
.button a:hover {
    color: #009EE3;
    border: 2px solid #009EE3;
}

/* priceページの設定 */
#price {
    background: url(../img/bg_price.jpg) no-repeat center center;
    background-size: cover;
    color: #231815;
}
#price .sec-title {
    margin-bottom: 0;
}
#price h2 {
    margin-bottom: 20px;
}
#price .blue {
    color: #63bca3;
}
#price .space {
    padding-left: 1em;
}
#price .groupless {
    /*background: rgba(118,105,105,0.65);*/
    background: rgba(59,45,38,0.7);
    border-radius: 30px;
    padding: 0 30px 10px;
    margin-bottom: 25px;
}
#price .groupless h3 {
    font-size: 18px;
    color: #fff;
    font-family: 'mplus-1p-regular';
}
#price .groupless ul {
    list-style: none;
    padding-left: 0;
}
#price .groupless>ul {
    margin-bottom: 70px;
}
#price .groupless .base {
    background-color: #fff;
    border: 3px solid #e50072;
    font-size: 20px;
    padding: 2px 20px;
    margin-bottom: 40px;
    border-radius: 10px;
    position: relative;
    text-align: center;
}
/* 三角形 */
#price .groupless .base:after {
    content: "";
	position: absolute;
	bottom: -60px;
	right: 45%;
	border: 30px solid transparent;
	border-top: 30px solid #e62e8b;
    z-index: -1;
}
#price .groupless .base .vac {
    padding: 14px 0 13px 15px;
}
#price .groupless li .fuki {
    padding-left: 15px;
    background: #fff url(../img/fukidashi.gif) no-repeat left center;
}
#price .groupless .hosoku {
    font-size: 16px;
    padding-left: 2em;
}
#price .groupless div {
    position: relative;
}
#price .groupless div .img {
    position: absolute;
    top: -43px;
    left: 0;
}
#price .groupless div h4 {
    font-size: 20px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #000;
    height: 70px;
    line-height: 70px;
    padding-left: 92px;
}
#price .groupless div .yoga {
    padding-right: 30px;
    padding-left: 40px;
}
#price .groupless .yoga1 {
    margin-bottom: 60px;
}
#price .groupless div .air {
    padding-left: 40px;
}
#price .groupless div .yoga h4 {
    color: #00afcc;
}
#price .groupless div .air h4 {
    color: #fe4294;
}
#price .groupless dl {
    background: #fff;
    border-radius: 10px;
    border: 2px solid #000;
    overflow: hidden;
    padding: 12px 20px;
    margin-bottom: 10px;
}
#price .groupless dt {
    float: left;
    width: 56%;    
}
#price .groupless dd {
    float: left;
    width: 44%;
    padding-left: 1em;
    border-left: 2px dotted #666;
}
#price .groupless .tik dt {
    width: 20%;
}
#price .groupless .tik dd.first {
    border-left: none;
    width: 36%;
}
#price .groupless .sm {
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 10px;
}
#price .groupless .sm2 {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px;
}
#price .single dl {
    /*background: rgba(118,105,105,0.65);*/
    background: rgba(59,45,38,0.7);
    border-radius: 115px;
    padding: 30px 20px 20px;
    margin: 0 auto 30px;
    width: 230px;
}
#price .single dt {
    color: #fff;
    font-family: 'mplus-1p-light';
    font-size: 16px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px #777;
}
#price .single .pri {
    color: #63bca3;
    font-size: 16px;
    font-family: 'mplus-1p-regular';
    text-shadow: 1px 1px 1px #777;
    margin-bottom: 10px;
}
#price .single .pri span {
    font-size: 14px;
    color: #63bca3;
}
#price .single .entry a {
    color: #fe4294;
    font-size: 16px;
}
#price .school {
    font-size: 16px;
}
#price .school .point {
    background-color: #0096bf;
    color: #fff;
    padding: 2px 5px;
    margin-right: 10px;
    border-radius: 5px;
}
#price .school .hosoku {
    font-size: 12px;
}

/* blogページの設定 */
#blog {
    background: url(../img/bg_blog.jpg) no-repeat center center;
    background-size: cover;
    color: #231815;
}
#blog .container {
    padding-top: 80px;
    padding-bottom: 100px;
}
#blog .sec-title {
    margin-bottom: 0;
}
.sec-title h2.text-center {
    text-shadow: 0 0 3px #fff;
}
#blog iframe.fw-iframe {
    width: 100%;
    height: 570px;
    border-radius: 25px;
    border: 1px solid #ccc;
    background: rgba(255,255,255,0.8);
}
.blogbox {
    max-width: 1140px;
    padding: 10px;
    min-height: 570px;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
}
#map {
    width:100%;
    min-width: 1366px;
    height: 300px;
}

/* galleryページの設定 */
#gallery .container {
    padding: 80px 50px 30px;
}
#gallery .sec-title {
    margin-bottom: 40px;
}
#gallery .sec-title h2 {
    margin-bottom: 30px;
}
#gallery .sec-title p {
    letter-spacing: 1px;
}
#gallery .glslider .col-md-3 {
    margin-bottom: 70px;
}

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: -20px;
    top: 220px;
    z-index: 99;
}
.slick-prev {
    left: -5x;
    top: 220px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}

/* contactページの設定 */
#contact .container {
    padding-top: 80px;
}
#contact .sec-title {
    margin-bottom: 30px;
}
#contact input,
#contact textarea,
#contact button,
#confirm button{
    border-radius: 30px;
}
#contact .add div {
    background-color: #e1dede;
    padding: 30px 30px 25px;
    border-radius: 30px;
}
#contact .contact-form,
#contact .add {
    margin-bottom: 20px;
}
#contact .add a {
    color: #231815;
}

#confirm .container{
    padding-top: 120px;
}
#confirm .row{
    width: 80%;
    margin: 0 auto;
}
#confirm .row h3 {
    font-size: 18px;
    background: url(../img/bg_faq.gif);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
#confirm .row p {
    text-align: center;
    margin-bottom: 20px;
}
#confirm button {
    margin-bottom: 40px;
}
#confirm button[type="submit"] {
    margin-right: 20px;
}
.formTable dl {
    border:1px solid #ccc;
    padding: 20px 30px;
    border-radius: 30px;
    overflow: hidden;
}
.formTable dt {
    float: left;
    width: 20%;
    box-sizing: border-box;
}
.formTable dd{
    padding-left: 25%;
    box-sizing: border-box;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
p.message {
    line-height: 2;
    margin-bottom: 60px;
}
footer.fix{
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 170px;
}
.magazine h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.magazine p {
    display: inline-block;
    margin-right: 10px;
}
.contact-details h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.contact-details .sub {
    color: #0096bf;
}

/* ページトップボタンの設定 */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
}
#page-top a {
    background: rgba(51,40,35,0.75);
    text-decoration: none;
    color: #fff;
    width: 30px;
    padding: 2px 0 3px;
    text-align: center;
    display: block;
    border-radius: 15px;
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(255,255,255,0.65);
    color: #23527c;
}

/*============================================================ 
　下層ページ
============================================================*/
/* agreementページの設定 */
#agreement .container {
    padding: 50px 40px 40px;
    line-height: 1.8;
    font-size: 12px;
    font-family: "メイリオ", Meiryo, Osaka,  "Courier New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#agreement .container h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 7px;
}
#agreement .container h4:before {
    content: "■";
}
#agreement .container p {
    line-height: 1.8;
    font-family: "メイリオ", Meiryo, Osaka,  "Courier New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 10px;
}
#agreement .sec-title {
    margin-bottom: 0;
}
#agreement .container h3 {
    font-size: 14px;
    color: #fff;
    font-family: 'mplus-1p-bold';
    padding: 10px 15px;
    margin-bottom: 20px;
    background: url(../img/bg_footer.gif);
}
#agreement .row div {
    margin-bottom: 35px;
}
#agreement .row ol {
    padding-left: 1.5em;
}
#agreement .row .count li {
    counter-increment: cnt;
    list-style: none;
}
#agreement .row .count li:before{
  display: marker;
  content: "（" counter(cnt) "） ";
}
#agreement #policy {
    padding-top: 50px;
    margin-top: -50px;
}
/* faqページの設定 */
#faq .container {
    padding: 50px 40px 40px;
    line-height: 1.8;
    font-size: 14px;
}
#faq .row dl {
    background: url(../img/bg_faq.gif);
    padding: 15px 15px 20px;
    letter-spacing: 2px;
}
#faq dt {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
#faq .blue {
    color: #00a6ff;
}

/*============================================================ 
Safariだけに適用されるCSSハック============================================================
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, #about .container,
    ::i-block-chrome, #class .container,
    ::i-block-chrome, #price .container,
    ::i-block-chrome, #gallery .container,
    ::i-block-chrome, #blog .container,
    ::i-block-chrome, #contact .container {
        padding-top: 100px!important;
  }
    ::i-block-chrome, #instructor .container {
        padding-top: 120px!important;
    }
    ::i-block-chrome, .sec-title h2.text-center {
        margin-bottom: 50px;
        padding-bottom: 35px;
    }
    ::i-block-chrome, #about .sec-title,
    ::i-block-chrome, #gallery .sec-title {
        margin-bottom: 50px;
    }
    ::i-block-chrome, #instructor .sec-title {
        margin-bottom: 100px;
    }
}
*/


/*============================================================ 
	Responsive Styles
 ============================================================*/
@media screen and (min-width: 1920px){
    #about .container,
    #instructor .container,
    #class .container,
    #price .container,
    #gallery .container,
    #blog .container,
    #contact .container {
        padding-top: 140px;
    }
    #about .sec-title,
    #class .sec-title,
    #price .sec-title,
    #gallery .sec-title,
    #blog .sec-title,
    #contact .sec-title {
        margin-bottom: 0;
    }
    .sec-title h2.text-center {
        margin-bottom: 80px;
        padding-bottom: 35px;
    }
    #class .container h2 {
        margin-bottom: 80px;
        line-height: 1.6;
    }
    #instructor .sec-title{
        margin-bottom: 130px;
    }
    #gallery .sec-title {
        margin-bottom: 70px;
    }
    #class .explain,
    #price .groupless {
        margin-bottom: 50px;
    }  
    #about .post {
    margin-bottom: 50px;
}
}

@media screen and (max-width: 1225px){
    #price .groupless div h4 {
        font-size: 20px;
        padding-left: 83px;
    }
}
@media screen and (max-width: 1000px){
    /* 共通設定 */
    br.tab {
        display: inline;
    }
    /* headerの設定 */
    h1.navbar-brand {
        padding: 0 0 5px;
        height: auto;
    }
    nav li a:before {
      bottom: -3px;
    }
    /* homeの設定 
    .rssbox {
        display: none;
    }*/
    header .info {
        top: 230px;
    }
    /* aboutページの設定 */
    #about .container {
        padding: 100px 10% 0;
    }
    #about div {
        text-align: center;
    }
    #about .post h3 {
        padding: 0;
        margin-bottom: 20px;
    }
    #about .post h4 {
        margin-bottom: 20px;
    }
    #about .post p {
        margin-bottom: 20px;
    }
    #about .post .forrent {
        margin: 0 auto 20px;
    }
    /* instructorの設定 */
    #instructor .container .inner {
        padding-right: 20px;
        padding-left: 20px;
    }
    #instructor .container .photo {
        margin-bottom: 30px;
    }
    /* classの設定 */
    #class .seeds {
        width: 100%;
    }
    #class .explain {
        padding: 0 20px;
    }
    #class dt.first {
        top: -10px;
        left: -10px;
    }
    #class dt.second {
        top: -10px;
        right: -10px;
    }
    #class dt.third {
        top: -10px;
        right: -10px;
    }
    /* priceページの設定 */
    #price .groupless {
        padding: 0 10px 10px;
    }
    #price .groupless h3 {
        padding-top: 20px;
    }
    #price .groupless li .fuki {
        padding: 10px;
        background: none;
    }
    #price .groupless div .img {
        top: -53px;
    }
    #price .groupless div .yoga {
        margin-bottom: 60px;
    }
    
}

@media screen and (max-width: 768px){
    h1.navbar-brand {
        padding: 15px;
        height: 50px;
    }
    .tofade {
        display: none;
    }
    #navigation.animated-header {
        padding: 20px 0;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: inherit;
    }
    header .info {
        top: 200px;
    }
    header span.icon-bar {
        background-color: #231815;
    }
    header .cont {
        position: fixed;
        margin-top: -35px;
    }
    header .cont a {
        width: 79px;
        height: 79px;
        font-size: 9px!important;
        line-height: 1.6;
        padding: 16px 0;
    }

    #home .copy {
        margin-bottom: 20px
    }
    #home .rssbox {
        position: static;
        width: 350px;
        height: auto;
        margin: 0 auto 40px;
    }
    #class .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    #class .sec-title h2 {
        font-size: 30px;   
    }
    #class .seeds ul {
        padding: 0;
    }
    #price .groupless div .yoga {
        padding-right: 20px;
        padding-left: 20px;
    }
    #price .groupless div .air {
        padding-left: 20px;
    }
    #price .groupless div h4 {
        margin-left: 40px;
        padding-left: 100px;
    }
    #price .groupless div .img {
        left: 20px;
    }
    #blog .blogbox {
        padding: 0 20px;
    }
    #price .groupless .yoga1 {
        margin-bottom: 10px;
    }
	#agreement .container,
	#faq .container {
		padding-top: 0;
	}
}

@media screen and (max-width: 670px) {
    #footer .logo {
        width: 40%;
    }
    #footer .info {
        width: 60%;
    }
    #footer .info ul li {
        float: none;
    }
}


@media screen and (max-width: 550px) {
    /* 共通設定 */
    br.sp {
        display: inline;
    }
    #welcome .container,
    #about .container,
    #instructor .container,
    #class .container,
    #price .container,
    #gallery .container,
    #blog .container,
    #contact .container{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sec-title h2.text-center {
        font-size: 20px;
        padding-bottom: 20px;
    }
    /* homeの設定 */
    
    #home h2 {
        padding: 130px 0 30px;
    }
    #home .copy {
        line-height: 1.4;
        font-size: 22px;
        margin-bottom: 0;
    }
    #home .copy span {
        font-family: 'mplus-1p-regular';
        font-size: 16px;
    }
    #home .rssbox {
        width: 90%;
    }
    #feed1 {
        line-height: 1.6;
    }
    /* aboutページの設定 */
    #about .post {
        padding: 30px 10px;
    }
    #about .post p {
        font-size: 12px;
        font-family: 'mplus-1p-regular';
    }
    #about .post h3{
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    #about .post h4 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    #about .post .forrent,
    #about .post .forrent a{
        width: 25em;
    }
    /* instructorページの設定 */
    #instructor .sec-title {
        margin-bottom: 50px;
    }
    #instructor .photo {
        padding-top: 0;
    }
    #instructor .text .name {
        font-size: 15px;
    }
    /* classページの設定 */
    #class .sec-title h2 {
        font-size: 20px;
        letter-spacing: 3px;
    }
    #class .seeds {
        width: 100%;
        border-radius: 30px;
    }
	#class .container h2 {
		font-size: 22px;
	}
    #class .seeds ul  {
        font-size: 14px;
        line-height: 1.4;
        text-align: center;
    }
    .button a {
        font-size: 14px;
        display: block;
        width: 250px;
    }
    /* priceページの設定 */
   
    #price .groupless h3 {
        font-size: 14px;
    }
    #price .groupless .base .vac {
        font-size: 14px;
        padding: 5px 0;
    }
    #price .groupless .base .img {
        display: block;
        width: 100%;
        height: 35px;
        background: url(../img/koko2.png) no-repeat center bottom;
    }
    #price .groupless .base .img img {
        display: none;
    }
    #price .groupless .base .hosoku {
        font-size: 12px;
    }
    #price .groupless div h4 {
        font-size: 16px;
        padding-left: 55px;
    }
    #price .groupless div .yoga .mama {
        padding-top: 5px!important;
        font-size: 15px;
    }
    #price .groupless  div .img {
        width: 90px;
        height: 90px;
        top: -20px;
    }
    #price .groupless dd {
        border-left: none;
        padding-left: 5px;
        
        box-sizing: border-box;
    }
    #price .groupless .tik dd.first {
        border-left: none;
        
    }
    #price .groupless dl {
        font-size: 13px;
    }
    #price .groupless .sm {
        font-size: 10px;
    }
    #price .single {
        padding: 0;
    }
    #price .single dt {
        font-size: 16px;
    }
    #price .single .pri,
    #price .single .entry a {
        font-size: 14px;
    }
    #price .single dl {
        border-radius: 105px;
        padding: 20px 15px 10px;
        width: 210px;
    }
    #price .single dl.out {
        padding-top: 30px;
    }
    #price .button a {
        width: 250px;
        padding: 15px 0;
    }
	#price .school {
		font-size: 13px;
	}
    /* galleryページの設定 */
    #gallery .glslider .col-md-3 {
        margin-bottom: 30px;
    }
    #gallery .sec-title p {
        font-size: 12px;
    }
    /* blogページの設定 */
    #blog .container {
        padding-bottom: 40px;
    }
    /* contactページの設定 */
    .form-control {
        font-size: 12px;
    }
    .btn {
        font-size: 12px;
    }
    .contact-details h3,
    .magazine h3 {
        font-size: 15px;
        letter-spacing: 1px;
    }
    /* footerの設定 */
    #footer .container {
        padding: 0 40px;
    }
    #footer .info {
        font-size: 10px;
    }
    #footer p {
        clear: both;
    }
}