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

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

name: index.css（TOPページ）

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


/*==================================
	body
=================================*/
body {
    visibility: hidden;
    margin-top: 0 !important;
}


/*=========================================
	header
=========================================*/
#header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}

#header #headInner {}


/*=================================
	mv
=================================*/
/* fullSlideShow
--------------------------- */
.fullSlideShow {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.fullSlideShow ul.slider {
    position: fixed;
    /* absolute or fixed */
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fullSlideShow ul.slider li {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}

.fullSlideShow ul.slider li img {
    width: 100%;
}

/* PagiNation
--------------------------- */
.pagiNation {
    display: none;
}

/* =======================================
    ClearFixElements
======================================= */
.fullSlideShow ul.slider:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.fullSlideShow ul.slider {
    display: inline-block;
    overflow: hidden;
}


/*=================================
	wrapper
=================================*/
#wrapper {
    width: 100%;
    background: #fff;
    /*position:absolute;*/
    position: relative;
    z-index: 100;
}

/*=================================
	h2
=================================*/
h2 {
    margin: 0 0 30px;
    text-align: center;
    line-height: 1;
}

h2:after {
    content: "";
    display: block;
    background: #333;
    width: 15px;
    height: 1px;
    margin: 25px auto;
}

h2 span.en {
    font-size: 25px;
    letter-spacing: 0.2em;
    display: block;
    font-weight: 600;
    line-height: 1;
}

h2 span.jp {
    display: block;
    padding: 5px 0 0;
    letter-spacing: 0.1em;
}


/*=================================
	.leadTxt
=================================*/
.leadTxt {
    text-align: center;
    margin: 0 0 25px;
}

/*=================================
	インフォメーションバナー
=================================*/
#informationbnr {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    padding: 60px 0 0 0;
    text-align: center;
}


/*=================================
	キャンペーン
=================================*/
#campaign {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
}

/*=================================
	インフォメーションバナーコロナ
=================================*/
#infocoronabnr {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px 60px;
    text-align: center;
}

/*=================================
	ヨガブリーズが選ばれる理由
=================================*/
#reason {
    padding: 60px 0;
    background: url(../../img/bg_reason.jpg) top center no-repeat;
    background-size: cover;
}

#reason h2 {}

#reason h2 .jp {
    font-size: 30px;
    margin: 0 0 20px;
    font-weight: bold;
}

#reason h2 .en {
    font-size: 16px;
}

#reason ul {
    max-width: 1010px;
    margin: 0 auto;
    overflow: hidden;
}

#reason ul li {
    float: left;
    width: 32%;
    height: auto;
    margin: 0 0.666%;
    background: rgba(255, 255, 255, 0.9);
    color: #40220F;
    position: relative;
}

#reason ul li > div {
    padding: 15px 15px 30px;
}

#reason ul li .ph {
    margin: 0 0 20px;
}

#reason ul li dl {}

#reason ul li dl dt {
    text-align: center;
    line-height: 1.3;
}

#reason ul li dl dt:after {
    content: "";
    display: block;
    background: #40220F;
    width: 15px;
    height: 1px;
    margin: 5px auto 15px;
}

#reason ul li dl dt span {
    display: block;
}

#reason ul li dl dt span.jp {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#reason ul li dl dt span.en {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

#reason ul li dl dd {
    margin: 0 0 20px;
    font-weight: bold;
    line-height: 1.6;
}

#reason ul li .more {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #40220F;
    padding: 3px 0;
    font-size: 110%;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0.2em;
    transition: all 0.3s ease;
}

#reason ul li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#reason ul li:hover {
    background: rgba(255, 255, 255, 1);
}

#reason ul li:hover .more {
    background: #40220F;
    color: #fff;
}


/*=================================
	ccontents
=================================*/
#contents {
    padding: 50px 0;
}

#contents ul.contentsBnr {
    overflow: hidden;
}

#contents ul.contentsBnr li {
    margin: 0 0 50px;
    position: relative;
    overflow: hidden;
}

/*2カラム*/
#contents ul.clm2 {
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
}

#contents ul.clm2 li {
    float: left;
    width: 47%;
    margin: 0 1.5% 50px;
}

#contents ul.contentsBnr li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-size: cover !important;
}

#contents ul.contentsBnr li:hover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#contents ul.contentsBnr li .overlay {
    text-align: center;
    color: #fff;
    padding: 70px 0;
    z-index: 1;
    position: relative;
}

#contents ul.contentsBnr li .overlay h3 {
    color: #fff;
}

#contents ul.contentsBnr li .overlay h3 span {
    display: block;
}

#contents ul.contentsBnr li .overlay h3 .en {
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 1;
}

#contents ul.contentsBnr li#cnts04 .overlay h3 .en {
    color: #000;
}

#contents ul.contentsBnr li .overlay h3 .en:after {
    content: "";
    display: block;
    background: #fff;
    width: 15px;
    height: 1px;
    margin: 15px auto;
}

#contents ul.contentsBnr li .overlay h3 .size01 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

#contents ul.contentsBnr li .overlay h3 .size02 {
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
}

#contents ul.contentsBnr li .overlay h3 .size03 {
    font-weight: bold;
    font-size: 80px;
    line-height: 1.2;
}

#contents ul.contentsBnr li .overlay h3 .jp {
    font-weight: bold;
}

#contents ul.contentsBnr li .overlay .btn {
    width: 250px;
    margin: 40px auto 0;
    font-weight: bold;
    padding: 10px 0;
    border: 1px solid #fff;
    background: rgba(253, 253, 253, 0.1);
    transition: all 0.5s ease;
}

#contents ul.contentsBnr li .overlay .icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#contents ul.contentsBnr li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-decoration: none;
}

#contents ul.contentsBnr li:hover .overlay {
    background: rgba(0, 0, 0, 0.3);
}

#contents ul.contentsBnr li:hover .overlay .btn {
    background: rgba(253, 253, 253, 0.3);
}

#contents ul.contentsBnr li .btnMore {
    background: #000;
    color: #fff;
    padding: 10px 0;
    width: 40%;
    display: inline-block;
    margin-top: 15px;
}

#contents ul.cntsTop li .overlay {
    padding: 130px 0;
}

#contents ul.cntsTop li .overlay h3 .jp {
    font-size: 16px;
}

#contents ul.cntsBtm li .overlay {
    text-align: left;
    padding: 10% 7% 35%;
}

#contents ul.cntsBtm li#cnts04 .overlay {
    padding: 10% 7% 14%;
}

#contents ul.cntsBtm li .overlay h3 .jp {
    width: 50%;
    line-height: 2;
}

#contents ul.cntsBtm li .overlay h3 .en:after {
    margin: 15px 0;
}

#contents ul.contentsBnr li#cnts01:after {
    background: url(../../img/bnr_contents01.jpg) center no-repeat;
}

#contents ul.contentsBnr li#cnts02:after {
    background: url(../../img/bnr_contents02.jpg) center no-repeat;
}

#contents ul.contentsBnr li#cnts03:after {
    background: url(../../img/bnr_contents03.jpg) center no-repeat;
}

#contents ul.contentsBnr li#cnts04:after {
    background: url(../../img/bnr_contents04.jpg) center no-repeat;
}

#contents ul.contentsBnr li#cnts05:after {
    background: url(../../img/bnr_contents05.jpg) center no-repeat;
}

/*=================================
	onkatu
=================================*/
#contents ul.bnr_bottom {
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
}

#contents ul.bnr_bottom li {
    margin: 0px 1.5% 0 1.5%;
}

#contents .bnr_bottom li img {
    width: 100%;
}


/*=================================
	Information
=================================*/
#information {
    padding: 50px 0;
    background: url(../../img/bg_information.gif) repeat-y;
    background-size: 100% auto;
}

#information h2 {}

#information .articleArea {
    background: #fff;
}

#tabNav {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
}

#tabNav #nav {
    overflow: hidden;
}

#tabNav #nav li {
    float: left;
    width: 24.6%;
    margin: 0 0.2%;
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    background: #525252;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

#tabNav #nav li span {
    display: inline-block;
    padding: 2px 0 2px 30px;
    background-size: auto 15px !important;
}

#tabNav #nav li#TabNav1 span {
    background: url(../../information/img/icon_info01.png) left center no-repeat;
}

#tabNav #nav li#TabNav2 span {
    background: url(../../information/img/icon_info02.png) left center no-repeat;
}

#tabNav #nav li#TabNav3 span {
    background: url(../../information/img/icon_info03.png) left center no-repeat;
}

#tabNav #nav li#TabNav4 span {
    background: url(../../information/img/icon_info04.png) left center no-repeat;
}

/*tab_on*/
#tabNav #nav li.current,
#tabNav #nav li:hover {
    background: #fff;
    color: #333;
}

#tabArea {
    background: #fff;
}

#tabArea #tab {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
}

#tabArea #tab .tabBox {
    padding: 40px 20px;
}

#tabArea #tab .tabBox > dl {
    padding: 5px 0;
}

#tabArea #tab .tabBox > dl dt {
    width: 100px;
    float: left;
    font-size: 110%;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}

#tabArea #tab .tabBox > dl dd {
    margin: 0 0 0 100px;
}

#tabArea #tab .tabBox > dl dd a {
    text-decoration: underline;
}

#tabArea #tab .tabBox > dl dd a:hover {
    text-decoration: none;
}

#tabArea #tab .tabBox .more {
    margin: 30px 0 0;
    text-align: center;
}

#tabArea #tab .tabBox .more a {
    font-size: 16px;
    font-weight: 600;
    color: #999;
    text-decoration: underline;
    font-family: 'Josefin Sans', sans-serif;
}

#tabArea #tab .tabBox .more a:hover {
    text-decoration: none;
}

/*動画*/
/*#tabArea .tabBox#tab03{ padding:40px 10px;}
#tab03 ul.movieList{ overflow:hidden;}
#tab03 ul.movieList li{ float:left; width:19%; margin:0 0.5%; position:relative;}
#tab03 ul.movieList li .ph{ margin:0 0 10px;}
#tab03 ul.movieList li .date{ font-size:110%; font-family: 'Josefin Sans', sans-serif; font-weight:600; line-height:1;}
#tab03 ul.movieList li .h{ line-height:1.4; letter-spacing:-0.05em;}
#tab03 ul.movieList li .txt{ font-size:85%; line-height:1.3;}
#tab03 ul.movieList li a{ display:block; position:absolute; top:0; left:0; width:100%; height:100%;}
#tab03 ul.movieList li:hover .h{ text-decoration:underline;}*/

#tabArea .tabBox {
    padding: 40px 10px;
}

#tabArea ul {
    overflow: hidden;
}

#tabArea ul li {
    float: left;
    width: 19%;
    margin: 0 0.5%;
    position: relative;
}

#tabArea ul li .ph {
    margin: 0 0 10px;
}

#tabArea ul li .date {
    font-size: 110%;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
}

#tabArea ul li .h {
    line-height: 1.4;
    letter-spacing: -0.05em;
}

#tabArea ul li .txt {
    font-size: 85%;
    line-height: 1.3;
}

#tabArea ul li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#tabArea ul li:hover .h {
    text-decoration: underline;
}

/*日付の色*/
/*#tabArea #tab #tab01 > dl dt{ color:#e7368e;}
#tabArea #tab #tab02 > dl dt{ color:#4ea4ac;}
#tabArea #tab03 ul.movieList li .date{ color:#95b513;}
#tabArea #tab #tab04 > dl dt{ color:#ef870c;}*/
#tabArea #tab01 > ul li .date {
    color: #e7368e;
}

#tabArea #tab02 > ul li .date {
    color: #4ea4ac;
}

#tabArea #tab03 ul.movieList li .date {
    color: #95b513;
}

#tabArea #tab04 > ul li .date {
    color: #ef870c;
}

/*1分岐*/
#tabArea #tab01 > ul li.cat1 .date {
    color: #e7368e;
}

#tabArea #tab01 > ul li.cat2 .date {
    color: #4ea4ac;
}

#tabArea #tab01 > ul li.cat3 .date {
    color: #95b513;
}

#tabArea #tab01 > ul li.cat4 .date {
    color: #ef870c;
}


/*=================================
	movie
=================================*/
#movie {
    overflow: hidden;
    border: 1px solid #000;
    border-width: 2px 1px;
}

#movie > div {
    width: 50%;
    position: relative;
}

#movie > div .bgMovie {
    position: relative;
    margin-top: 0%;
    margin-bottom: 0;
    padding-bottom: 55%;
    overflow: hidden;
    border: 1px solid #000;
}

#movie > div .bgMovie iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}


/*=================================
	インストラクター
=================================*/
/*#instructor{ padding:100px 0 60px 0;}
#instructor h2 .en{}
#instructor .section{ max-width:900px; width:90%; margin:0 auto;}
#instructor .section .fltL{ width:40%; text-align:center;}
#instructor .section .fltR{ width:55%; position:relative;}
#instructor .section .fltR .name{ margin:0 0 10px;}
#instructor .section .fltR .name .jp{ font-size:26px; color:#333;}
#instructor .section .fltR .name .en{ color:#999; margin:0 0 0 10px;}
#instructor .section .fltR ul.sns{ float:right; padding:0 0 20px; overflow:hidden;}
#instructor .section .fltR ul.sns li{ float:left; width:28px; margin:0 0 0 5px;}
#instructor .section .fltR .txt{ clear:both; margin:0 0 30px;}

#instructor .more01{ margin:50px auto;}
#instructor .more01 a{ padding:25px 0; font-size:15px;}*/

/*==== loopslider ========*/
/*.loopslider { width:100%; height:260px; position:relative; overflow:hidden;}
.loopslider ul { display:inline-block;}
.loopslider ul li { width:380px; float:left;}
.loopslider ul li img{}*/
/* == ClearFixElements == */
/*.loopslider ul:after { content: "."; height: 0; clear: both; display: block; visibility: hidden;}
.loopslider ul { display: inline-block; overflow: hidden;}*/



/*=================================
	banner
=================================*/
.banner {
    padding: 80px 0;
}

.banner ul li {
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.banner ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-size: cover !important;
}

.banner ul li:hover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.banner ul li .overlay {
    text-align: center;
    color: #fff;
    padding: 120px 0;
    z-index: 1;
    position: relative;
}

.banner ul li .overlay h3 {
    color: #fff;
}

.banner ul li .overlay h3 span {
    display: block;
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 1;
    font-weight: bold;
}

.banner ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-decoration: none;
}

.banner ul li:hover .overlay {
    background: rgba(0, 0, 0, 0.3);
}

.banner ul li#ws_event:after {
    background: url(../../img/bnr_ws_event.jpg) center no-repeat;
}



/*=================================
	phShop
=================================*/
#phShop {
    height: 450px;
    background: url(../../img/bg_shop.jpg) fixed no-repeat;
    background-size: 100% auto;
}



/*=================================
	店舗
=================================*/
#ftShop {}

#ftShop .h {}

#ftShop > div {
    margin: 0 auto;
}

#ftShop ul.shopList > li {
    text-align: center;
}

#ftShop ul.shopList > li > div {
    padding: 0 4%;
    margin: 0 auto 15px;
}

#ftShop ul.shopList > li > div .ph {
    float: none;
    width: auto;
}

#ftShop ul.shopList > li > div ul.info {
    float: none;
    width: auto;
}

#ftShop ul.shopList > li > div ul.info .name {
    font-size: 24px;
    margin: 15px 0;
}

#ftShop ul.shopList > li > div ul.info .name span {
    font-size: 16px;
}

#ftShop ul.shopList > li > div ul.info .tel {
    font-size: 26px;
    margin: 0 0 5px;
}

#ftShop .map {}

#ftShop .map a {}






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

	スマホ

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

    /*==================================
	body
=================================*/
    body {
        visibility: inherit;
    }

    /*=========================================
	header
=========================================*/
    #header {
        position: fixed;
        top: 0;
    }

    #header #headInner {}

    #header a {}

    #header h1.logo {}

    #header h1.logo a {}

    /*=================================
	mv
=================================*/
    /* fullSlideShow
--------------------------- */
    .fullSlideShow {
        width: 100%;
        position: relative;
        overflow: hidden;
        height: auto !important;
    }

    .fullSlideShow:before {
        content: "";
        display: block;
        padding-top: 90%;
    }

    .fullSlideShow ul.slider {
        position: absolute;
        top: 0;
        left: 0;
        height: 100% !important;
        margin: 0 !important;
    }

    .fullSlideShow ul.slider li {
        height: 100% !important;
    }

    .fullSlideShow ul.slider li img {
        width: auto;
        max-width: inherit;
        height: 100%;
        position: absolute;
        left: -10%;
    }



    /*=================================
	wrapper
=================================*/
    #wrapper {
        width: 100%;
        background: #fff;
        position: inherit;
        z-index: -1;
    }


    /*=================================
	h2
=================================*/
    h2 {
        margin: 0 0 15px;
    }

    h2:after {
        margin: 15px auto 20px;
    }

    h2 span.en {
        font-size: 24px;
    }

    h2 span.jp {
        font-size: 90%;
    }


    /*=================================
	.leadTxt
=================================*/
    .leadTxt {
        margin: 0 4% 15px;
    }

    /*==================================
	btnMore
=================================*/
    .btnMore {
        width: 60%;
    }

    /*=================================
	インフォメーションバナー
=================================*/
    #informationbnr {
        max-width: inherit;
        padding: 30px 0 0 0;
    }

    /*=================================
	キャンペーン
=================================*/
    #campaign {
        max-width: inherit;
        padding: 30px 0;
    }

    /*=================================
	インフォメーションバナーコロナ
=================================*/
    #infocoronabnr {
        width: inherit;
        padding: 0 5% 40px;
    }

    /*=================================
	ヨガブリーズが選ばれる理由
=================================*/
    #reason {
        padding: 30px 0;
    }

    #reason h2 {}

    #reason h2 .jp {
        font-size: 18px;
        margin: 0 0 10px;
    }

    #reason h2 .en {
        font-size: 12px;
    }

    #reason ul {
        max-width: 280px;
        margin: 0 auto;
    }

    #reason ul li {
        float: none;
        width: auto;
        margin: 0 auto 10px;
        background: #fff;
    }

    #reason ul li > div {}

    #reason ul li dl {}

    #reason ul li dl dt {}

    #reason ul li dl dt:after {}

    #reason ul li dl dt span {}

    #reason ul li dl dt span.jp {
        font-size: 15px;
    }

    #reason ul li dl dt span.en {
        font-size: 30px;
    }

    #reason ul li dl dd {}

    #reason ul li .more {
        background: #40220F;
        color: #fff;
        padding: 5px 0;
    }

    #reason ul li a {}


    /*=================================
	ccontents
=================================*/
    #contents {
        padding: 40px 0 30px;
    }

    #contents ul.contentsBnr {}

    #contents ul.contentsBnr li {
        margin: 0 0 20px;
    }

    /*2カラム*/
    #contents ul.clm2 {
        max-width: inherit;
    }

    #contents ul.clm2 li {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }

    #contents ul.contentsBnr li:after {}

    #contents ul.contentsBnr li:hover:after {
        transform: scale(1.0);
    }

    #contents ul.contentsBnr li .overlay {
        padding: 40px 3%;
    }

    #contents ul.contentsBnr li .overlay h3 {}

    #contents ul.contentsBnr li .overlay h3 span {}

    #contents ul.contentsBnr li .overlay h3 .size01 {
        font-size: 14px;
        line-height: 1;
    }

    #contents ul.contentsBnr li .overlay h3 .size02 {
        font-size: 18px;
        line-height: 1;
    }

    #contents ul.contentsBnr li .overlay h3 .size03 {
        font-size: 40px;
        line-height: 1.2;
    }

    #contents ul.contentsBnr li .overlay h3 .en {
        font-size: 22px;
    }

    #contents ul.contentsBnr li .overlay h3 .en:after {
        margin: 10px auto;
    }

    #contents ul.contentsBnr li .overlay h3 .jp {}

    #contents ul.contentsBnr li .overlay .btn {
        width: 70%;
        margin: 20px auto 0;
    }

    #contents ul.contentsBnr li .overlay .icon {
        width: 40%;
        right: 15px;
        bottom: 15px;
    }

    #contents ul.contentsBnr li a {}

    #contents ul.contentsBnr li:hover .overlay {}

    #contents ul.contentsBnr li:hover .overlay .btn {}

    #contents ul.cntsTop li .overlay {
        padding: 60px 0;
    }

    #contents ul.cntsTop li .overlay h3 .jp {
        font-size: 13px;
    }

    #contents ul.cntsBtm li .overlay {
        text-align: left;
        padding: 10% 7% 25%;
    }

    #contents ul.cntsBtm li .overlay h3 .jp {
        width: auto;
        line-height: 1.8;
    }

    #contents ul.cntsBtm li .overlay h3 .en:after {
        margin: 10px 0;
    }

    /*=================================
	onkatu
=================================*/

    #contents ul.onkatu li {
        margin: 0;
    }

    /*=================================
	Information
=================================*/
    #information {
        padding: 30px 0 5px;
        background: url(../../img/bg_information.gif) repeat-y;
        background-size: 100% auto;
    }

    #information h2 {}

    #information .articleArea {
        background: #fff;
    }

    #tabNav {
        max-width: inherit;
        width: 98%;
        margin: 0 auto;
    }

    #tabNav #nav {
        overflow: hidden;
    }

    #tabNav #nav li {
        padding: 10px 0;
    }

    #tabNav #nav li span {
        padding: 20px 0 0;
        font-size: 11px;
        background-size: auto 15px !important;
        background-position: top center !important;
    }

    #tabNav #nav li#TabNav1 span {}

    #tabNav #nav li#TabNav2 span {}

    #tabNav #nav li#TabNav3 span {}

    #tabNav #nav li#TabNav4 span {}

    /*tab_on*/
    #tabNav #nav li.current span,
    #tabNav #nav li:hover span {}

    #tabArea {}

    #tabArea #tab {
        max-width: inherit;
    }

    #tabArea #tab .tabBox {
        padding: 20px 5%;
    }

    #tabArea #tab .tabBox > dl {
        padding: 5px 0;
    }

    #tabArea #tab .tabBox > dl dt {
        width: auto;
        float: none;
    }

    #tabArea #tab .tabBox > dl dd {
        margin: 0;
    }

    #tabArea #tab .tabBox > dl dd a {}

    #tabArea #tab .tabBox .more {
        margin: 20px 0;
    }

    #tabArea #tab .tabBox .more a {
        font-size: 15px;
    }

    /*動画*/
    /*
#tabArea .tabBox#tab03{ padding:20px 3%;}
#tabArea #tab03 ul.movieList{ overflow:hidden;}
#tabArea #tab03 ul.movieList li{ float:left; width:48%; margin:0 1% 20px;}
#tabArea #tab03 ul.movieList li .ph{ margin:0 0 10px;}
#tabArea #tab03 ul.movieList li .date{}
#tabArea #tab03 ul.movieList li .h{}
#tabArea #tab03 ul.movieList li a{}
*/
    #tabArea .tabBox {
        padding: 20px 3%;
    }

    #tabArea ul {
        overflow: hidden;
    }

    #tabArea ul li {
        float: left;
        width: 48%;
        margin: 0 1% 20px;
    }

    #tabArea ul li .ph {
        margin: 0 0 10px;
    }

    #tabArea ul li .date {}

    #tabArea ul li .h {}

    #tabArea ul li a {}

    /*=================================
	movie
=================================*/
    #movie {
        overflow: hidden;
        border: 1px solid #000;
        border-width: 2px 1px;
    }

    #movie > div {
        width: auto;
        max-height: 300px;
    }

    #movie > div .bgMovie {
        padding-bottom: 70%;
    }

    #movie > div .bgMovie iframe {}


    /*=================================
	インストラクター
=================================*/
    /*#instructor{ padding:40px 0;}
#instructor h2 .en{}
#instructor .section{ max-width:inherit; width:90%; margin:0 auto;}
#instructor .section .fltL{}
#instructor .section .fltR{}
#instructor .section .fltR .name{ margin:15px 0; text-align:center;}
#instructor .section .fltR .name .jp{ font-size:22px;}
#instructor .section .fltR .name .en{}
#instructor .section .fltR ul.sns{ position:inherit; width:140px; padding:0; margin:0 auto 15px;}
#instructor .section .fltR ul.sns li{ width:30px; margin:0 2.5px;}
#instructor .section .fltR .txt{ clear:both; margin:0 0 20px;}
#instructor .section .fltR .HPBlog{}
#instructor .section .fltR .HPBlog h3{}
#instructor .section .fltR .HPBlog > ul{ overflow:hidden;}
#instructor .section .fltR .HPBlog > ul li{ float:left; width:33%; margin:0 0.166%;}

#instructor .more01{ margin:30px auto;}
#instructor .more01 a{ padding:15px 0; font-size:13px;}*/

    /*==== loopslider ========*/
    /*.loopslider { height:130px;}
.loopslider ul {}
.loopslider ul li { width:190px;}
.loopslider ul li img{}*/



    /*=================================
	banner
=================================*/
    .banner {
        padding: 30px 0;
    }

    .banner ul li {}

    .banner ul li:after {}

    .banner ul li:hover:after {}

    .banner ul li .overlay {
        padding: 80px 0;
    }

    .banner ul li .overlay h3 {}

    .banner ul li .overlay h3 span {
        font-size: 17px;
    }

    .banner ul li a {}

    .banner ul li:hover .overlay {}

    .banner ul li#ws_event:after {}


    /*=================================
	phShop
=================================*/
    #phShop {
        height: 0;
        padding-top: 40%;
        background: url(../../img/bg_shop.jpg) center 30% no-repeat;
        background-size: cover;
    }















}
