.clearfix:after { /*floatの解除、ここがポイント*/
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}
.clearfix {
  min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
  height: 1px;
  /*¥*//*/ /*MAC IE5.x対策*/
  height: auto;
  overflow: hidden;
  /**/
}

header div.opening {
  position: relative;
  width: 1000px;
  height: 125px;
  margin: 0 auto;
  padding: 0;
  background: url(http://www.studioshuca.com/wp-content/themes/kashiwa-wp-pc/image/opening-back.png) no-repeat center center;
}

header {
  position: sticky;
  top: 0;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  z-index: 999;
}
.store_info {
  background: #FFF;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

header div.opening p.logo {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0;
  padding: 0;
  line-height: 100%;
}
header div.opening p.contact {
  position: absolute;
  bottom: 30px;
  right: 0;
  margin: 0;
  padding: 0;
  line-height: 100%;
}

header nav {
    margin: 0;
    padding: 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #fff url(http://www.studioshuca.com/wp-content/themes/kashiwa-wp-pc/image/nav-back01.png) repeat-x top;
}

header ul.glovalNavi {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    list-style-type: none;
    font-size: 13px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
header ul.glovalNavi li {
    position: relative;
    z-index: 500;
    width:25%;
    margin: 0;
    padding: 0;
    border-right: 1px solid #dcdcdc;
}

header ul.glovalNavi li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 60px;
    font-weight: bold;
    color: #5e3831;
    background: #fff url(http://www.studioshuca.com/wp-content/themes/kashiwa-wp-pc/image/nav-back01.png) repeat-x top;
}

header ul.glovalNavi li.active a, header ul.glovalNavi li a:hover {
    background-image: url(http://www.studioshuca.com/wp-content/themes/kashiwa-wp-pc/image/nav-back02.png),url(http://www.studioshuca.com/wp-content/themes/kashiwa-wp-pc/image/nav-back03.png);
    background-repeat: repeat-x,no-repeat;
    background-position: left top,center 5px;
}

header img {
  height: 130px;
  width: auto;
}

address p {
  margin: 0;
  text-align: center;
  font-style: normal;
}

address p.tel{
  font-size: 1.5em;
}
address p.address{
  font-size: 0.8em;
}

.it-Header_title {
  margin-top: 30px;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 26px;
  font-feature-settings: "palt";
  line-height: 1.4;
  text-align: center;
}

.TagList {
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 12px;
}

.TagList__item {
  display: flex;
  padding: .2em .6em;
  margin: 0 1em .5em .5em;
  line-height: 1;
  color: #444;
  cursor: pointer;
  background-color: #e0e0e0;
  border-left-style: none;
  border-radius: .2em;
}
.TagList__item:before {
  width: 1em;
  height: 1em;
  margin-left: -1em;
  content: '';
  background-color: #e0e0e0;
  border-bottom-left-radius: .2em;
  transform: rotate(45deg);
}
.u-link-unstyled.u-link-unstyled {
  color: currentColor;
  text-decoration: none;
}
.TagList__label {
  z-index: 100;
  display: flex;
  align-items: center;
  margin-left: -.3em;
}
.TagList__icon {
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
}
.TagList__item[data-count]:after {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .4em;
  margin-top: -.2em;
  margin-right: -.6em;
  margin-bottom: -.2em;
  margin-left: .5em;
  line-height: 1;
  color: #fff;
  content: attr(data-count);
  background-color: #55c500;
}

.mdl-card__supporting-text {
  width: 80%;
  margin: 20px auto;
  color:#5e3831;
}
.mdl-card__supporting-text h2 {
  margin-top: 0px;
  font-size: 1.0rem;
  font-weight: 200;
  margin-bottom: 6px;
  font-feature-settings: "palt";
  line-height: 1.4;
  text-align: center;
  color:#5e3831;
}
.mdl-card__supporting-text h3 {
  margin-top: 100px;
  font-size: 2.4rem;
  font-weight: 200;
  margin-bottom: 46px;
  font-feature-settings: "palt";
  line-height: 1.4;
  text-align: center;
  color:#5e3831;
}

.course h3.rank{
position: relative;
padding: 0.25em 0;
margin-bottom: 40px;
}
.course h3.rank:after {
content: "";
display: block;
height: 4px;
background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

.ca ul {
  display: flex !important;
  flex-direction:row !important;
  flex-wrap: wrap !important;
  align-items:end !important;
}

.customer li {
  width: 202px;
  margin-top: 50px;
  margin-left: 24px;
  display: inline-block;
  _display: inline;
  _zoom: 1;
  letter-spacing: normal;
  vertical-align: top;
}

.customer li p{
  border-bottom: 1px solid #c4c2ba;
  text-align: left;
}

.mdl-card__supporting-text ul {
  list-style-type: none;
  margin-bottom: 26px;
  padding: 0;
}


footer {
  margin: 0;
  padding: 20px 0 0;
  background-color: #6bbdbf;
}
div.container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
}
.clearFix {
  min-height: 1px;
}
.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

footer nav {
  float: left;
  width: 300px;
  margin: 0 50px 60px 0;
  padding: 0;
}
footer h2 {
  margin: 0 0 20px;
  padding: 8px 10px 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 150%;
  color: #6bbdbf;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
footer ul {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  list-style-type: none;
}
footer ul li {
  margin: 0 0 5px;
  padding: 0;
}
a:visited {
  color: #367b7c;
}
a:link {
  color: #429698;
  text-decoration: none;
}

footer ul li a {
  color: #fff !important;
}
footer nav:last-of-type {
  margin: 0 0 60px 0;
  padding: 0;
}
.clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#backTop {
  position: fixed;
  bottom: 0;
  margin-left: 1020px;
}
#backTop a {
  display: block;
  margin: 0;
  padding: 10px 25px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background-color: #6bbdbf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
footer div.info {
  margin: 0;
  padding: 30px 0 10px;
  text-align: center;
  background-color: #fff;
}
footer div.info p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
  line-height: 200%;
}
.size16 {
  font-size: 16px;
}


@media screen and (max-width: 414px)  {
  .it-Header_title {
    font-size: 2rem;
  }

  body {
    margin: 0;
  }

  header {
    box-shadow: 0px 1px 1px rgba(0,0,0,0.6);
     -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.6);
     -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.6);
  }

  header img {
    height: 80px;
    width: auto;
  }

  header address a span {
    display: none;
  }

  header .address {
    display: none;
  }

  .customer li {
    margin-top: 10px;
    margin-left: 4px;
  }

  .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  footer nav {
    margin: 0 auto;
  }

  footer nav:last-of-type {
    margin: 0 auto;
  }

}

.breadcrumb {
  padding-left:0;
  margin-left:0;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #52b5ee;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}