@charset "UTF-8";

/* ----------------------------------
1.0 - Base
2.0 - Layout
3.0 - Module
 3.1 - Nav
 3.2 - Header
 3.3 - Bxslider
 3.4 - Main Contents
 3.5 - Side Column
 3.6 - Footer
4.0 - Teine
 4.1 - Teine Instructor
 4.2 - Teine Schedule
 4.3 - Teine Access
5.0 - Sapporo Kita
 5.1 - Sapporo Kita Instructor
 5.2 - Sapporo Kita Schedule
 5.3 - Sapporo Kita Access
6.0 - Join us
7.0 - Goods
8.0 - Branch list
10.0 - Etc
---------------------------------- */

/* ----------------------------------
1.0 Base
---------------------------------- */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,body {
  margin: 0;padding: 0;
  font:16px/1 'Lucida Grande',
  'Hiragino Kaku Gothic ProN',
  'ヒラギノ角ゴ ProN W3',
  Meiryo,
  メイリオ,
  sans-serif;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd {
  margin:0;
  padding:0;
}

p { line-height: 1.5;}

/* clearfix */
.cf {zoom:1;}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
.cf-after-none:after{
  display: none;
}

img {
  border-width: 0;
  height: auto;
  max-width: 100%;
  vertical-align:bottom;
  width /***/:auto;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

@font-face {
  font-family: 'Kokoro';
  src: url('../fonts/Kokoro.otf') format('opentype');
}

/* ----------------------------------
2.0 Layout
---------------------------------- */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

/* ----------------------------------
3.0 Module
---------------------------------- */

/* ----------------------------------
 3.1 - Nav
---------------------------------- */

.navbar-default {
  background: #fff;
  border:none;
  margin-bottom: 20px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background: #fff;
  border-radius: 5px;
  border: solid 1px #ccc;
}

.navbar-default .navbar-nav {
  padding: 12px 0;
}

.navbar-default .navbar-nav>li>a {
  font-size: 1em;
  padding:0 25px;
}

.navbar-default .navbar-nav>li:not(:last-child) {
  border-right:1px solid #aaa;
}

@media screen and (max-width: 768px) {

  .navbar-default .navbar-collapse {
    border-radius: 0px;
  }

  .navbar-default .navbar-nav>li:not(:last-child) {
    border-right:1px solid #FFF;
  }

  .navbar-default .navbar-nav>li>a {
    line-height: 2;
    text-align: center;
  }
}
.submenu-display-none{
  display: none!important;
}@media screen and (max-width: 768px) {
  .submenu-display-none{
    display: block!important;
  }}

/* ----------------------------------
 3.2 - Header
---------------------------------- */

.header {
  padding:19px 0 0px;
}

.header .container {
  margin-bottom: 20px;
}

.logo > a {
  color:#333;
  text-decoration: none;
}

.logo > a:hover {
  color:#333;
}

.header-tel {
  font-size: 1.6em;
  line-height: 1.2;
  text-align: right;
}

.header-address {
  font-size: 0.75em;
  line-height: 1.6;
  text-align: right;
}

/* ----------------------------------
 3.3 - Bxslider
---------------------------------- */

.bxslider-wrapper {
  margin-left: 9px;
}

.bx-wrapper {
  margin-bottom: 40px;
}
.bx-wrapper .bx-viewport {
  border:none;
  box-shadow: 0px;
}

.second-heading {
  border:solid 1px #ccc;
  border-radius: 4px;
  color:#333;
  font-size:2em;
  font-weight: bold;
  height: 175px;
  line-height:1;
  margin-bottom:40px;
}

.second-heading > h2 {
  margin: 20px 0 0 20px;
}

/* ----------------------------------
 3.4 - Main Contents
---------------------------------- */

.title {
  color:#333;
  font-size:1.4em;
  font-weight: bold;
  line-height:1;
  margin-bottom:14px;
  padding:12px 0 10px 0px;
}

.title-primary {
  background:#fff;
  border:solid 1px #ccc;
  border-radius: 6px;
  line-height: 1.5;
  padding:12px 0 10px 12px;
}

.title-primary > span {
  border-left:solid 6px #2CFF00;
	display: block;
  padding-left: 10px;
}

.title-secondary {
  background:#fff;
  border:solid 1px #ccc;
  border-radius: 6px;
}

.title-tertiary {
  color:orange;
  font-size:1.2em;
  margin-bottom: 0.2em;
}

.title-quaternary {
  font-size:1.3em;
  margin-bottom: 0;
}

.title-quaternary > a {
  color: #40B2FF;
  font-size: 0.7em;
}

.title-quaternary > a:hover {
  text-decoration: none;
}

.title-quaternary > a:before {
  color: #40B2FF;
  content: " \f105";
  font-family: FontAwesome;
  font-size: 1.2em;
  margin:0 3px 0 10px;
}


.thumbnail {
  padding: 10px 0;
}

.thumbnail > h3 {
  font-family: 'Kokoro';
  margin-bottom: 15px;
}

.caption-text {
  font-size: 0.9em;
  line-height:1.5;
  margin-bottom: 15px;
}


/* ----------------------------------
 3.5 - Side Column
---------------------------------- */

.side-schedule {
  margin-bottom: 40px;
}@media screen and (max-width: 768px) {
  .side-schedule {
    display: none;
}}
.side-schedule-calendar {
  margin-bottom: 40px;
}@media screen and (max-width: 768px) {
  .side-schedule-calendar {
    display: block!important;
}}
.rssBody {
  margin: 0 17px;
}

.rssBody > ul {
  font-size: 0.8em;
  margin:0 0 0px 0;
  line-height: 1.4;
  list-style: none;
  padding: 0;
}

.rssRow {
  border-bottom: solid 1px #ccc;
  margin-bottom: 11px;
  padding:0 6px 6px;
}

.rssRow > span > a {
  color:#40B2FF;
}

.history-text {
  margin-left: 22px;
}

.history-text > a {
  color:#40B2FF;
  font-size: 0.8em;
  text-decoration: underline;
}

.side-banner-list {
  list-style: none;
  margin-bottom: 40px;
}

.side-banner-list > li {
  margin-bottom: 10px;
}

.side-banner-club-list {
  list-style: none;
}

.side-banner-club-list > li {
  margin-bottom: 10px;
}


@media screen and (max-width: 992px) {
  .side-banner-list {
    margin-bottom: 2em;
    text-align: center;
  }

  .side-banner-club-list {
    margin-bottom: 2em;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .history-text > a {
    background:#40B2FF;
    border-radius: 5px;
    color:#FFF;
    display: inline-block;
    font-size: 1em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }

  .side-banner-list {
    margin-bottom: 2em;
  }

  .side-banner-list > li {
    text-align: center;
  }
}

/* ----------------------------------
 3.6 - Footer
---------------------------------- */

.footer {
  margin-top: 40px;
  position: relative;
}

.footer > .container {
  border-top:solid 1px #ccc;
  padding-top: 20px;
}

.footer-nav {
  float: left;
  width: 25%;
}

.footer-nav > li {
  color:#333;
  font-size: 0.9em;
  line-height: 2;
  list-style:none;
}

.footer-nav > li:before {
  color:#0098FF;
  content: " \f105";
  font-family: FontAwesome;
  margin-right: 2px;
}

.footer-nav > li > a {
  color:#0098FF;
  text-decoration:underline;
}

.footer-nav > li > a:hover {
  text-decoration:none;
}

.footer-nav-display-none{
  display: none!important;
}@media screen and (max-width: 768px) {
  .footer-nav-display-none{
    display: inline-block!important;
  }}

.footer-logo {
  margin-bottom: 20px;
}

.footer-tel {
  font-size: 1.6em;
  text-align: right;
}

.footer-address {
  color:#333;
  font-size:0.8em;
  font-style:normal;
  line-height: 1.5;
  text-align: right;
}

.address > .span {
  font-weight:bold;
  font-size:1.1em;
}

.copyright > small {
  background:#FFF;
  color:#666;
  display: block;
  font-size:14px;
  padding:10px 0;
  text-align: center;
}

/*スマホで見た時*/
#pageTop {
  position: absolute;
  bottom: 0;
  display: block;
  font-size: 2em;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 1);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  .footer-nav {
    margin-bottom: 2em;
    width: 33%;
  }

  .footer-logo {
    text-align: center;
  }
}

@media screen and (max-width: 481px) {
  .copyright {
    padding-bottom: 50px;
  }
}
/*PCで見た時*/
@media screen and (min-width: 481px) {
  #pageTop {
    bottom: 50px;
    display: none;
    padding: 0px 0 10px;
    position: fixed;
    right: 50px;
    width: 50px;
    line-height: 1;
    font-size: 3em;
  }
}

/* ----------------------------------
4.0 - Teine
---------------------------------- */

.second-wrapper {
  border:solid 1px #ccc;
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  height: 175px;
  margin-bottom: 30px;
  position: relative;
}

.teine .second-wrapper {
  background: url(../img/teine/teine_top.png) no-repeat right;
}

.second-wrapper > p {
  font-size: 2.4em;
  font-family: 'Kokoro';
  left:60px;
  position: absolute;
  top:27%;
}

/* ----------------------------------
 4.1 - Teine Instructor
---------------------------------- */

.teine-instructor .second-wrapper {
  background: url(../img/teine/instructor/teine_instructor.png) no-repeat right;
}

.instructor-wrapper {
  border-bottom:solid 1px #CCC;
  margin:0 15px 2em;
}

.text-history {
  color:orange;
  text-align: center;
}

.instructor-history {
  margin-bottom: 2em;
}

.instructor-history > dt {
  clear : both;
  float: left;
  font-weight: normal;
  line-height: 1.5;
  width: 7em;
}

.instructor-history > dd {
  line-height: 1.5;
  margin-left: 7em;
}

/* ----------------------------------
 4.2 - Teine Schedule
---------------------------------- */

.teine-schedule .second-wrapper {
  background: url(../img/teine/schedule/teine_schedule.png) no-repeat right;
}

.shcedule-conatiner {
  margin-bottom: 2em;
}

.shcedule-list > dt {
  clear : both;
  color:orange;
  float: left;
  font-size: 1.2em;
  line-height: 1.5;
}

.shcedule-list > dd {
  line-height: 1.5;
  margin: 0 0 1em 5em;
}

/* ----------------------------------
 4.3 - Teine Access
---------------------------------- */

.teine-access .second-wrapper {
  background: url(../img/teine/access/teine_access.png) no-repeat right;
}

/* ----------------------------------
5.0 - Sapporo Kita
---------------------------------- */

.sapporo-kita .second-wrapper {
  background: url(../img/sapporo-kita/sapporokita.png) no-repeat right;
}

/* ----------------------------------
 5.1 - Sapporo Kita Instructor
---------------------------------- */

.sapporokita-instructor .second-wrapper {
  background: url(../img/sapporo-kita/instructor/sapporokita_instructor.png) no-repeat right;
}

/* ----------------------------------
 5.2 - Sapporo Kita Schedule
---------------------------------- */

.sapporokita-schedule .second-wrapper {
  background: url(../img/sapporo-kita/schedule/sapporokita_shedule.png) no-repeat right;
}

/* ----------------------------------
 5.3 - Sapporo Kita Access
---------------------------------- */

.sapporokita-access .second-wrapper {
  background: url(../img/sapporo-kita/access/sapporokita_access.png) no-repeat right;
}

/* ----------------------------------
6.0 - Join us
---------------------------------- */

.join-us .second-wrapper {
  background: url(../img/join-us/join_us.png) no-repeat right;
}

.join-us-list {
  list-style: none;
  margin-bottom: 2em;
}

.join-us-list > li {
  line-height:1.5;
}

.table-primary {
  margin-bottom: 2em;
  width: 100%;
}

.table-primary-row {
  border-bottom: solid 1px #CCC;
}

.table-primary-row > th {
  font-weight: normal;
  padding: 10px 0 7px;
}

.table-primary-row > td {
  padding: 10px 0 7px;
}

/* ----------------------------------
7.0 - Goods
---------------------------------- */

.goods .second-wrapper {
  background: url(../img/goods/goods.png) no-repeat right;
}

/* ----------------------------------
8.0 - Branch list
---------------------------------- */

.branch-list .second-wrapper {
  background: url(../img/branch-list/branch-list.png) no-repeat right;
}

.branch-list-container {
  border-bottom: solid 1px #CCC;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

/* ----------------------------------
10.0 - Etc
---------------------------------- */

/* button */

.btn {
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.btn-thmubnail {
  background: #FCEE21;
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  color: #FF0000;
  font-size: 1.1em;
  padding: 3px 0 3px 12px;
  position: relative;
}

.btn-thmubnail > i {
  background: #FFF;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  color: #FF0000;
  font-size: 1.8em;
  left:6px;
  line-height: 0.8;
  padding:0px 7px 1px 9px;
  position: absolute;
  top:2px;
}

.btn-secondary {
  background: #FFF;
  border:solid 1px #CCC;
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  color: #40B2FF;
  font-size: 1em;
  padding: 3px 0 3px 2px;
  position: relative;
}

.btn-secondary:before {
  color: #40B2FF;
  content: " \f105";
  font-family: FontAwesome;
  font-size: 1.5em;
  left:10px;
  line-height: 1;
  margin: 0;
  padding:0;
  position: absolute;
  top:-0px;
}

@media screen and (max-width: 768px) {
  .btn-thmubnail {
    padding: 10px 0 10px 12px;
  }

  .btn-thmubnail > i {
    top:8px;
  }
}

.clear {clear: both;}

/* bold */

.text-bold {font-weight: bold;}

/* bottom */
.btm-1e { margin-bottom:1em;}
.btm-2e { margin-bottom:2em;}
.btm-3e { margin-bottom:3em;}
.btm-4e { margin-bottom:4em;}

/* right */
.right-1e { margin-right:1em;}

@media screen and (max-width: 768px) {
  .hidden-xs{
    display: block!important;
  }  
}
@media screen and (max-width: 768px) {
  .hidden-sp{
    display: none!important;
  }  
}