﻿@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;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
}

.fullSlideShow ul.slider {
    display: none !important;
    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%;
}

.fullSlideShow .copy {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 820px;
    height: 28%;
    margin: auto;
    z-index: 1;
}

.fullSlideShow .youtube {
    color: #fff;
    margin-top: 100px;
    font-size: 40px;
    text-align: center;
    display: inline-block;
    background: rgba(0, 0, 0, .6);
    padding: 8px 23px 8px 27px;
    border: 3px solid rgba(0, 0, 0, .9);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    outline: none;
}

.fullSlideShow .youtube:hover {
    border-color: #e03824;
}

.main_movie {
    display: none !important;
}

/* 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;
    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) center no-repeat;
    background-size: cover;
}

#reason h2 {
    color: #fff;
}

#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: 15px auto;
    overflow: hidden;
}

#reason ul li {
    float: left;
    width: 32%;
    height: auto;
    margin: 0 0.666%;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    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: #000;
    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: 33px;
    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 #000;
    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: #000;
    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 .overlay h3 .en:after {
    content: "";
    display: block;
    background: #fff;
    width: 15px;
    height: 1px;
    margin: 15px auto;
}

#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.cntsTop li .overlay {
    padding: 130px 0;
}

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

#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_v2.jpg) center no-repeat;
}



/*=================================
	Information
=================================*/
#information {
    padding: 50px 0 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: #40E0D0;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

/*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 60px;
}

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

#tabArea #tab .tabBox > dl dt {
    width: 100px;
    float: left;
    color: #00abd6;
    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%; color:#00abd6; 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:#00abd6;}
#tabArea #tab #tab04 > dl dt{ color:#ef870c;}*/
#tabArea #tab01 > ul li .date {
    color: #00abd6;
}

#tabArea #tab02 > ul li .date {
    color: #00abd6;
}

#tabArea #tab03 ul.movieList li .date {
    color: #00abd6;
}

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




/*=================================
	インストラクター
=================================*/
#instructor {
    padding: 100px 0 60px 0;
    color: #333;
}

#instructor h2 {
    color: #333;
}

#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;
    line-height: 1;
}

#instructor .section .fltR .name .jp {
    font-size: 26px;
}

#instructor .section .fltR .name .en {
    margin: 0 0 0 10px;
}

#instructor .section .fltR ul.sns {
    /*position:absolute; top:0; right:0;*/
    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;
}



/*=================================
	ギャラリー
=================================*/
#galleryArea {}

/*==== 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;
}



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


/*=========================================
      クラブスタイルサイクルスタジオとは？
=========================================*/
#what {
    background: #d1edff;
    padding: 50px 0;
}

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

#what h3 {
    font-size: 22px;
    margin: 0 0 20px;
    color: #000;
    text-align: center;
}





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

	スマホ

===================================================*/
@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;
        /*display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	background:url(../../img/bg_mainsp.jpg) no-repeat center bottom;
	background-size:100%;*/
    }

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

    .fullSlideShow ul.slider {
        display: inline-block !important;
        position: absolute;
        top: 0;
        left: 0;
        height: 100% !important;
        margin: 0 !important;
        width: 100% !important;
    }

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

    .fullSlideShow ul.slider li > img,
    .fullSlideShow ul.slider li > a > img {
        /* width: auto;
        max-width: inherit;
        height: 100%;
        position: absolute;
        left: -20%; */

        width: 100%;
        max-width: inherit;
        height: 100%;
        object-fit: contain;
     
    }
    .fullSlideShow ul.slider li > a > .img_mv04{
        left: -17%;
        top: 12%;
    }

    .fullSlideShow .copy {
        width: 90%;
        z-index: 100;
    }

    .fullSlideShow .copy > img {}

    #wrapper_bgndVideo {
        display: none !important;
    }

    .fullSlideShow .youtube {
        display: none;
    }

    .big-background {
        display: none !important;
    }

    .main_movie {
        padding: 2%;
        display: block !important;
    }

    .main_movie .inbox {
        display: block !important;
        text-align: center;
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        z-index: 100;
    }

    /*.big-background-container a.youtubesp { color:#fff; font-size:30px; text-align:center; display:inline-block; background:rgba(0,0,0,.6); padding:5px 13px 5px 17px; border:3px solid rgba(0,0,0,.9); border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; }*/
    .main_movie .inbox iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }

    /*=================================
	wrapper
=================================*/
    #wrapper {
        width: 100%;
        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;
        background-size: auto 100%;
    }

    #reason h2 {}

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

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

    #reason h2:after {
        display: none;
    }

    #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 {
        padding: 15px 15px 10px;
    }

    #reason ul li dl {}

    #reason ul li dl dt {}

    #reason ul li dl dt:after {
        display: none;
    }

    #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: #000;
        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 .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;
    }


    /*=================================
	Information
=================================*/
    #information {
        padding: 30px 0 0;
        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;
        display: flex;
    }

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

    #tabNav #nav li span {
        /*padding:20px 0 0;*/
        font-size: 11px;
        background-size: auto 15px !important;
        background-position: top center !important;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }

    #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 {}



    /*=================================
	インストラクター
=================================*/
    #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 {
        display: block;
    }

    #instructor .section .fltR ul.sns {
        position: inherit;
        padding: 0;
        margin: 0 auto 15px;
        overflow: hidden;
    }

    #instructor .section .fltR ul.sns li {
        float: right;
        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;
    }


    /*=================================
	ギャラリー
=================================*/
    #galleryArea {}

    /*==== loopslider ========*/
    .loopslider {
        height: 130px;
    }

    .loopslider ul {}

    .loopslider ul li {
        width: 190px;
    }

    .loopslider ul li img {}


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

    /*=========================================
      クラブスタイルサイクルスタジオとは？
=========================================*/
    #what {
        padding: 30px 0;
    }

    #what .inner {
        max-width: inherit;
        width: 90%;
    }

    #what h3 {
        font-size: 15px;
        margin: 0 0 15px;
    }














}
