@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------

name: uniq.css

-------------------------------------------*/



/*===========================================
	mv
===========================================*/
.mvBg {
    width: 100%;
    height: 750px;
    background: url(../img/mv.jpg) top center no-repeat;
    background-size: cover;
    color: #000;
    position: relative;
}

.mvBg .inner {
    position: absolute;
    max-width: 780px;
    width: 95%;
    height: 70%;
    left: -20%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.mvBg .inner .date {
    font-size: 38px;
    color: #e7368e;
    margin: 0 0 20px;
    font-weight: bold;
}

.mvBg .inner .icon {
    margin: 0 0 30px;
}

.mvBg .inner .h {
    font-size: 40px;
    margin: 0 0 50px;
    line-height: 1.5;
}

.mvBg .inner .h span {
    padding: 0 0 3px;
    background: linear-gradient(transparent 60%, #fffc00 60%);
}

.mvBg .inner .pageTitle {
    padding: 0;
    line-height: 1;
}

.mvBg .inner .pageTitle span {
    color: #000;
}

.mvBg .inner .pageTitle .en {
    font-size: 70px;
    letter-spacing: 0.1em;
}

.mvBg .inner .pageTitle .jp {
    font-size: 22px;
    font-weight: bold;
}



/*=========================================
      container
=========================================*/
#container {
    padding: 0;
}


/*=========================================
      nav
=========================================*/
#tNav {
    width: 100%;
}

#tNav ul {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

#tNav ul li {
    float: left;
    width: 12%;
    display: table;
    vertical-align: middle;
    line-height: 1.2;
    text-align: center;
}

#tNav ul li:first-child {
    width: 18%;
    letter-spacing: -0.1em;
}

#tNav ul li:nth-child(2) {
    width: 17%;
}

#tNav ul li:nth-child(3) {
    width: 17%;
}

#tNav ul li:last-child a {
    border-right: none;
}

#tNav ul li a {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    height: 90px;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
    text-decoration: none;
    position: relative;
}

#tNav ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
    box-sizing: border-box;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 5px solid #e7368e;
}

#tNav ul li a > span {
    display: inline-block;
}

#tNav ul li a:hover {
    background: #ffdbed;
}

/*固定*/
#tNav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

#tNav.fixed ul li a {
    height: 60px;
}

/*=========================================
      section
=========================================*/
section {
    padding: 80px 0;
}


/*=========================================
      intro
=========================================*/
h3.intro {
    padding-top: 80px;
    font-size: 26px;
    color: #000;
}

h3.introday {
    padding-top: 0;
    font-size: 26px;
    color: #000;
}

h3.introdayred {
    padding-top: 0;
    font-size: 16px;
    color: #F00;
}

h3.intro strong {}


/*=========================================
      ヨガブリーズのティーチャートレーニング
=========================================*/
#tt {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

#tt .fltR {
    width: 50%;
    text-align: center;
}

#tt .fltL {
    width: 45%;
}

#tt .fltL h3 {
    margin: 0 0 20px;
    font-size: 24px;
    color: #40220F;
}

#tt .fltL .txt {
    margin: 0 0 15px;
}


/*=========================================
      ヨガアライアンスとは？
=========================================*/
#alliance {
    padding: 80px 0 220px;
    background: url(../img/bg_alliance.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
}

#alliance .inner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

#alliance .inner .inBlock {
    float: right;
    width: 700px;
    padding: 50px 0 0;
    position: relative;
}

#alliance .inner .inBlock .icon {
    position: absolute;
    top: 0;
    right: 0;
}

#alliance .inner .inBlock h3 {
    font-size: 24px;
    margin: 0 0 20px;
    color: #fff;
}

#alliance .inner .inBlock .txt {
    margin: 0 0 30px;
}

#alliance .inner .inBlock .sub {
    font-size: 90%;
    line-height: 1.5;
    margin: 0 0 10px;
}


/*=========================================
      ヨガブリーズのTTが選ばれる理由
=========================================*/
#reason {}

#reason h4 {
    color: #40220F;
    font-size: 18px;
    margin: 0 0 50px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

#reason h4 strong {
    display: block;
    font-size: 30px;
}

#reason .inner {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}

#reason .block {
    margin: 0 0 30px;
}

#reason .block .fltL {
    width: 60%;
}

#reason .block h5 {
    font-size: 22px;
    color: #40220F;
    margin: 0 0 20px;
}

#reason .block h5 span {
    padding: 0 0 5px;
    background: linear-gradient(transparent 50%, #fffc00 50%);
}

#reason .block .fltR {
    width: 35%;
    text-align: center;
}


/*=========================================
      カリキュラム
=========================================*/
#curriculum {
    background: url(../img/bg_curriculum.jpg) center no-repeat;
    background-size: cover;
}

#curriculum .inner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}

#curriculum .inner h3 {
    color: #fff;
}

#curriculum .inner h3:after {
    background: #fff;
}

#curriculum .inner .intro {
    text-align: left;
    padding: 0 5% 30px;
    color: #fff;
}

#curriculum .inner ul {
    overflow: hidden;
}

#curriculum .inner ul li {
    float: left;
    width: 31%;
    margin: 0 1.166% 20px;
}

#curriculum .inner ul li dl {
    background: #fff;
}

#curriculum .inner ul li dl dt {
    background: #A81B04;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    line-height: 1;
}

#curriculum .inner ul li dl dt small {
    display: block;
}

#curriculum .inner ul li dl dd {
    padding: 20px;
    line-height: 1.5;
}

#curriculum .inner ul li:last-child {
    width: 97.7%;
}


/*=========================================
      詳細情報
=========================================*/
#information {
    padding: 80px 0 0;
}

#information .inner {
    max-width: 800px;
    margin: 0 auto;
}

#information .inner table.info {
    width: 100%;
    font-size: 110%;
    border-top: 1px solid #ddd;
}

#information .inner table.info tr {
    border-bottom: 1px solid #ddd;
}

#information .inner table.info th,
#information .inner table.info td {
    padding: 25px 0;
    /* vertical-align: top; */
}

#information .inner table.info th {
    width: 20%;
    text-align: center;
}

#information .inner .info_end2018 {
    text-align: center;
    padding: 30px 0 10px;
    font-size: 16px;
}

#information .inner h4 {
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    padding-bottom: 10px;
}

#information .inner h4 strong {
    text-align: center;
    font-size: 95%;
    color: #e60012;
}

#information .inner .info_01 {
    margin-bottom: 50px;
}

#information td.blue {
    color: #1d2088;
}


/*=========================================
      お問い合わせ
=========================================*/
#contact {
    text-align: center;
}

#contact .h {
    font-size: 20px;
    margin: 0 0 30px;
    letter-spacing: 0;
}

#contact > ul {
    max-width: 880px;
    width: 90%;
    margin: 0 auto 25px;
    overflow: hidden;
}

#contact > ul li {
    float: left;
    width: 49%;
    margin: 0 0.5%;
    line-height: 1.2;
}

#contact > ul li.btnMore a {
    font-size: 17px;
}

#contact > ul li span {
    display: block;
}

#contact > ul li.tel .jp {
    font-size: 20px;
    font-weight: normal;
}

#contact > ul li.tel .en {
    font-size: 45px;
    letter-spacing: 0;
}

#contact .sub {
    max-width: 620px;
    margin: 0 auto;
    padding: 15px 0;
    background: #f3f3f3;
}


/*=========================================
      特典
=========================================*/
#tokuten {
    background: #E5D3B6;
}

#tokuten .intro {
    font-size: 120%;
    margin: 0 0 30px;
}

#tokuten .intro .h {
    font-size: 22px;
    margin: 0 0 10px;
    letter-spacing: 0;
}

#tokuten .intro .icon {
    font-size: 15px;
    background: #e7368e;
    color: #fff;
    padding: 3px 5px;
    margin: 0 5px 0 0;
}

#tokuten ul {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

#tokuten ul li {
    display: table;
    float: left;
    width: 48%;
    margin: 0 1% 15px;
    font-size: 19px;
    background: #fff;
    color: #40220F;
    line-height: 1.3;
}

#tokuten ul li > div {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 15px 15px 110px;
    background-size: 70px auto !important;
    background-position: 20px center;
    background-repeat: no-repeat;
}

#tokuten ul li > div > p {}

#tokuten ul li > div .sub {
    font-size: 13px;
}

#tokuten ul li#tktn01 > div {
    background-image: url(../img/icon_tokuten01.gif);
}

#tokuten ul li#tktn02 > div {
    background-image: url(../img/icon_tokuten02.gif);
}

#tokuten ul li#tktn03 > div {
    background-image: url(../img/icon_tokuten03.gif);
}

#tokuten ul li#tktn04 > div {
    background-image: url(../img/icon_tokuten04.gif);
}

#tokuten ul li#tktn05 > div {
    background-image: url(../img/icon_tokuten05.gif);
}

#tokuten ul li#tktn06 > div {
    background-image: url(../img/icon_tokuten06.gif);
}


/*=========================================
      特設サイト
=========================================*/

.spsite_text {
    padding-bottom: 5px;
    margin-top: 20px;
}

.spsite {
    padding-top: 15px;
    padding-bottom: 40px;
}

.spsite a {
    font-size: 150%;
    padding: 25px 0;
}

@media screen and (max-width: 768px) {
    .text_start {
        text-align: start;
    }

}

/*=========================================
      卒業生の声ボタン
=========================================*/
.btnVoice {
    max-width: 800px;
    width: 90%;
    margin: 25px auto 0;
}

.btnVoice a {
    font-size: 150%;
    padding: 25px 0;
}


/*=========================================
      gallery
=========================================*/
#gallery {}

#gallery ul {
    overflow: hidden;
}

#gallery ul li {
    width: 49.8%;
}

#gallery ul li img {
    width: 100%;
}



/*=========================================
      キャンペーン
=========================================*/
.campaign {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
}

.campaign ul {
    overflow: hidden;
}

.campaign ul li {
    float: left;
    width: 48%;
    margin: 0 1%;
    background: #ffdff9;
}

.campaign ul li dl {
    padding: 20px 5%;
}

.campaign ul li dl dt {
    display: block;
    font-weight: bold;
    text-align: center;
    color: #e7368e;
    margin: 0 0 10px;
}

.campaign ul li dl dt span {
    display: block;
}

.campaign ul li dl dt span.h {
    font-size: 18px;
}

.campaign ul li dl dd strong {
    color: #e7368e;
}

.campaign ul li dl dd .ast {
    margin: 5px 0 0;
    font-size: 90%;
}


/*=========================================
      単位履修可能なプログラム
      
=========================================*/
#specialty {
    background: #E5D3B6;
}

#specialty .intro {
    text-align: left;
    padding: 0 5% 30px;
}

#specialty .inner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}

#specialty .inner .box {
    overflow: hidden;
    width: 97.7%;
}

#specialty .inner .box dl {
    background: #fff;
}

#specialty .inner .box dl dt {
    background: #A81B04;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    line-height: 1;
}

#specialty .inner .box dl dt small {
    display: block;
}

#specialty .inner .box dl dd {
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
}

#specialty .inner .box dl dd span {
    font-size: 14px;
    display: block;
}


/*=========================================
      コース案内
      
=========================================*/
#course {
    background: url(../img/bg_course.jpg) center no-repeat;
    background-size: cover;
}

#course .intro {
    text-align: left;
    padding: 0 5% 30px;
}

#course .inner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}

#course .inner .box {
    overflow: hidden;
    width: 97.7%;
}

#course .inner .box li {
    margin-bottom: 15px;
}

#course .inner .box dl {
    background: #fff;
}

#course .inner .box dl dt {
    background: #f3e100;
    font-size: 22px;
    font-weight: bold;
    color: #40220f;
    padding: 15px 20px;
    text-align: center;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#course .inner .box dl dt small {
    font-size: 14px;
}

#course .inner .box dl dd {
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.tt_t {
    color: #e60012;
    text-align: left;
}


/*=========================================

      卒業生の声

=========================================*/

/*===========================================
	mv
===========================================*/
#VOICE #mv {
    background: url(../img/voice/mv.jpg) center repeat-x;
    background-size: auto 100% !important;
    height: auto;
}

#VOICE #mv::after {
    content: "";
    display: block;
    padding-top: 500px;
}

/*===========================================
	卒業生の声一覧
===========================================*/
.voiceList {}

.voiceList .section {
    max-width: 1000px;
    margin: 0 auto 30px;
    /*border:1px solid #333;*/
    background: #fdf6ec;
    padding: 30px;
    box-sizing: border-box;
}

/*写真*/
.voiceList ul.ph {
    padding: 50px 0;
    overflow: hidden;
}

.voiceList ul.ph li {
    float: left;
    width: 25%;
}

.voiceList ul.ph li img {
    max-width: 100%;
}












/*==============================================

	スマホ

==============================================*/
@media only screen and (max-width: 739px) {

    /*===========================================
	mv
===========================================*/
    .mvBg {
        height: auto !important;
        padding: 90px 0 50px;
        background-position: 65%;
    }

    .mvBg .inner {
        position: inherit;
        max-width: 95%;
        height: auto;
        left: 0;
    }

    .mvBg .inner .date {
        font-size: 17px;
        margin: 0 0 5px;
    }

    .mvBg .inner .icon {
        max-width: 330px;
        width: 90%;
        margin: 0 auto;
    }

    .mvBg .inner .h {
        font-size: 16px;
        margin: 0 0 20px;
    }

    .mvBg .inner .h span {
        padding: 0 0 2px;
        font-weight: bold;
    }

    .mvBg .inner .pageTitle {}

    .mvBg .inner .pageTitle span {}

    .mvBg .inner .pageTitle .en {
        font-size: 30px;
        letter-spacing: 0;
    }

    .mvBg .inner .pageTitle .jp {
        font-size: 15px;
    }



    /*=========================================
      container
=========================================*/
    #container {
        padding: 0;
        margin-top: 0 !important;
    }


    /*=========================================
      nav
=========================================*/
    #tNav {
        display: none;
    }

    /*#tNav ul{}
#tNav ul li{ float:left; width:25%; display:table; vertical-align:middle;}
#tNav ul li:first-child{ width:34%;}
#tNav ul li:nth-child(2){ width:33%;}
#tNav ul li:nth-child(3){ width:33%;}
#tNav ul li:nth-child(3) a,
#tNav ul li:last-child a{ border-right:none;}
#tNav ul li a{}
#tNav ul li a:after{}
#tNav ul li a > span{}*/




    /*=========================================
      section
=========================================*/
    section {
        padding: 40px 0;
    }


    /*=========================================
      intro
=========================================*/
    h3.intro {
        padding-top: 40px;
        font-size: 17px;
    }

    h3.introday {
        font-size: 17px;
        color: #000;
    }

    h3.intro strong {}


    /*=========================================
      ヨガブリーズのティーチャートレーニング
=========================================*/
    #tt {
        padding-top: 0;
        max-width: inherit;
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }

    #tt .fltR {
        margin: 0 0 15px;
    }

    #tt .fltL {}

    #tt .fltL h3 {
        margin: 0 0 10px;
        font-size: 17px;
    }

    #tt .fltL .txt {}


    /*=========================================
      ヨガアライアンスとは？
=========================================*/
    #alliance {
        padding: 30px 0 50px;
        background-position: left;
    }

    #alliance .inner {
        max-width: inherit;
    }

    #alliance .inner .inBlock {
        float: none;
        width: auto;
        padding: 80px 0 0;
        position: relative;
    }

    #alliance .inner .inBlock .icon {
        width: 200px;
    }

    #alliance .inner .inBlock h3 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    #alliance .inner .inBlock .txt {
        margin: 0 0 20px;
    }

    #alliance .inner .inBlock .sub {
        line-height: 1.2;
    }


    /*=========================================
      ヨガブリーズのTTが選ばれる理由
=========================================*/
    #reason {}

    #reason h4 {
        font-size: 14px;
        margin: 0 0 20px;
        line-height: 1.5;
    }

    #reason h4 strong {
        display: block;
        font-size: 25px;
        line-height: 1.3;
    }

    #reason .inner {
        max-width: inherit;
    }

    #reason .block .fltR {
        margin: 0 0 10px;
    }

    #reason .block {}

    #reason .block .fltL {}

    #reason .block h5 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    #reason .block h5 span {
        padding: 0 0 3px;
    }


    /*=========================================
      カリキュラム
=========================================*/
    #curriculum {}

    #curriculum .inner {
        max-width: inherit;
    }

    #curriculum .inner h3 {}

    #curriculum .inner h3:after {}

    #curriculum .inner .intro {
        padding: 0 0 15px;
    }

    #curriculum .inner ul {
        overflow: hidden;
    }

    #curriculum .inner ul li {
        float: none;
        width: auto !important;
        margin: 0 0 15px;
    }

    #curriculum .inner ul li dl {}

    #curriculum .inner ul li dl dt {
        font-size: 15px;
    }

    #curriculum .inner ul li dl dd {
        padding: 10px 15px;
        line-height: 1.4;
    }

    #curriculum .inner ul li:last-child {}


    /*=========================================
      詳細情報
=========================================*/
    #information {
        padding: 40px 5% 0;
    }

    #information .inner {
        max-width: inherit;
    }

    #information .inner table.info {
        border-top: none;
    }

    #information .inner table.info tr {
        border-bottom: none;
    }

    #information .inner table.info th,
    #information .inner table.info td {
        display: block;
        width: auto !important;
    }

    #information .inner table.info th {
        padding: 5px 3%;
        text-align: left;
        background: #666;
        color: #fff;
    }

    #information .inner table.info td {
        padding: 10px 0 15px;
    }

    #information .inner .info_end2018 {
        padding: 20px 0 10px;
        font-size: 13px;
    }


    /*=========================================
      お問い合わせ
=========================================*/
    #contact {}

    #contact .h {
        font-size: 15px;
        margin: 0 0 15px;
    }

    #contact > ul {
        max-width: inherit;
        width: 90%;
        margin: 0 auto 25px;
    }

    #contact > ul li {
        float: none;
        width: auto;
        margin: 0 0 8px;
        line-height: 1;
    }

    #contact > ul li.btnMore a {
        font-size: 12px;
        padding: 20px 0;
        letter-spacing: 0.05em;
    }

    #contact > ul li span {}

    #contact > ul li.tel .jp {
        font-size: 14px;
        margin: 0 0 5px;
    }

    #contact > ul li.tel .en {
        font-size: 26px;
    }

    #contact .sub {
        max-width: 90%;
        padding: 15px 0;
    }


    /*=========================================
      特典
=========================================*/
    #tokuten {}

    #tokuten .intro {
        font-size: 100%;
        padding: 0 4%;
    }

    #tokuten .intro .h {
        font-size: 15px;
        margin: 0 0 10px;
    }

    #tokuten .intro .icon {
        font-size: 12px;
    }

    #tokuten .intro .txt {
        text-align: left;
    }

    #tokuten ul {
        max-width: inherit;
        width: 90%;
        margin: 0 auto;
    }

    #tokuten ul li {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 15px;
        font-size: 14px;
        background: #fff;
        color: #e7368e;
        line-height: 1.3;
    }

    #tokuten ul li > div {
        padding: 10px 15px 10px 70px;
        background-size: 50px auto !important;
        background-position: 10px;
        min-height: 60px;
    }

    #tokuten ul li > div > p {}

    #tokuten ul li > div .sub {
        font-size: 12px;
    }

    #tokuten ul li#tktn06 > div > p {
        padding: 10px 0;
    }


    /*=========================================
      gallery
=========================================*/
    #gallery {}

    #gallery ul {}

    #gallery ul li {
        width: auto;
        margin-top: 0.6%;
    }

    #gallery ul li img {}







    /*=========================================
      キャンペーン
=========================================*/
    .campaign {}

    .campaign ul {}

    .campaign ul li {
        float: none;
        width: auto;
        margin: 0 0 10px;
    }

    .campaign ul li dl {
        padding: 15px 4%;
    }

    .campaign ul li dl dt {
        margin: 0 0 5px;
    }

    .campaign ul li dl dt span {
        display: block;
    }

    .campaign ul li dl dt span.h {
        font-size: 17px;
    }

    .campaign ul li dl dd strong {}

    .campaign ul li dl dd .ast {}



    /*=========================================
      単位履修可能なプログラム
      
=========================================*/
    #specialty {}

    #specialty .intro {
        padding: 0 0 15px;
    }

    #specialty .inner {
        max-width: inherit;
    }

    #specialty .inner .box {
        overflow: hidden;
    }

    #specialty .inner .box dl {}

    #specialty .inner .box dl dt {
        font-size: 15px;
        line-height: 1.4;
    }

    #specialty .inner .box dl dt small {
        display: block;
        width: 100%;
    }

    #specialty .inner .box dl dd {
        padding: 10px 15px;
        line-height: 1.4;
        font-size: inherit;
    }

    #specialty .inner .box dl dd span {
        font-size: 84%;
    }


    /*=========================================
      コース案内
      
=========================================*/
    #course {}

    #course .intro {
        padding: 0 0 15px;
    }

    #course .inner {
        max-width: inherit;
    }

    #course .inner .box {
        overflow: hidden;
    }

    #course .inner .box li {}

    #course .inner .box dl {}

    #course .inner .box dl dt {
        font-size: 15px;
        line-height: 1.4;
        display: block;
    }

    #course .inner .box dl dt span {
        display: block;
    }

    #course .inner .box dl dt small {
        font-size: 84%;
    }

    #course .inner .box dl dd {
        padding: 10px 15px;
        line-height: 1.4;
        font-size: inherit;
    }

    .tt_t {
        text-align: center;
    }



    /*=========================================

      卒業生の声

=========================================*/

    /*===========================================
	mv
===========================================*/
    #VOICE #mv {
        background-size: auto 100%;
    }

    #VOICE #mv::after {
        content: "";
        display: block;
        padding-top: 25%;
    }

    /*===========================================
	卒業生の声一覧
===========================================*/
    .voiceList {}

    .voiceList .section {
        max-width: 90%;
        margin: 0 auto 20px;
        padding: 5%;
    }

    /*写真*/
    .voiceList ul.ph {
        padding: 20px 0 40px;
    }

    .voiceList ul.ph li {
        width: 50%;
    }

    .voiceList ul.ph li img {}





}
