@charset "utf-8";

.text-align-center {
  text-align: center;
}

.kitsuke-bnr {
  display: table;
  margin: 0 auto;
  padding: 3em 1em;
}
.kitsuke-bnr__txt {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 0.2em;
  vertical-align: bottom;
}
.kitsuke-bnr__txt--red {
  font-weight: bold;
  color: #b92d22;
  font-size: 1.4em;
  vertical-align: bottom;
  letter-spacing: 0.05em;
  text-decoration: underline;
  /* border-bottom: 3px solid #b92d22; */
}
.kitsuke-bnr__txt--bold {
  font-size: 2.6em;
  font-weight: bold;;
  letter-spacing: 0.05em;
}
.kitsuke-bnr__txt--medium {
  font-size: 1.8em;
}
.kitsuke-bnr__link {
  transition: 1s;
}
.kitsuke-bnr__link:hover {
  opacity: 0.8;
}

/* Start メインビジュアル */
.kimono-club-main-image {
  width: 100%;
  max-width: 1280px;
  display: table;
  margin: 0 auto;
}
.kimono-club-main-image img {
  width: 100%;
}
.ginza-ichiri-logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em;
  display: table;
  width: 150px;
}
@media screen and (min-width: 640px) {
  .ginza-ichiri-logo {
    width: 209px;
  }
}
.ginza-ichiri-logo a {
  transition: 0.5s;
}
.ginza-ichiri-logo a:hover {
  opacity: 0.5;
}
.ginza-ichiri-logo img {
  width: 100%;
}
/* End メインビジュアル */

/* Start headerナビゲーション(PC) */
#schoolsTab ul li:nth-child(1) {
  width: 33%;
  float: left;
  margin-right: 0.5%;
  background-color: #000;
}
#schoolsTab ul li:nth-child(2) {
  width: 33%;
  float: left;
  margin-right: 0.5%;
  background-color: #000;
}
#schoolsTab ul li:nth-child(3) {
  width: 33%;
  float: left;
  /* margin-right: 1%; */
  background-color: #000;
}
/* #schoolsTab ul li:nth-child(4) {
  width: 24.2%;
  float: left;
  background-color: #000;
} */

#schoolsTab {
  background-color: initial;
}

@media screen and (min-width: 641px) {
  header ul.nav li:nth-child(1),
  header ul.nav li:nth-child(1) a {
    width: 229px;
  }
  header ul.nav li:nth-child(1) a {
    background-position: 0 0;
  }
  header ul.nav li:nth-child(2),
  header ul.nav li:nth-child(2) a {
    width: 212px;
  }
  header ul.nav li:nth-child(2) a {
    background-position: -230px 0;
  }
  header ul.nav li:nth-child(3),
  header ul.nav li:nth-child(3) a {
    width: 112px;
  }
  header ul.nav li:nth-child(3) a {
    background-position: -442px 0;
  }
  header ul.nav li:nth-child(4),
  header ul.nav li:nth-child(4) a {
    width: 270px;
  }
  header ul.nav li:nth-child(4) a {
    background-position: -553px 0;
  }
}
/* Start headerナビゲーション(PC) */

/* Start カリキュラム */
#school .curriculum:before {
  /* content: initial; */
}
.curriculum-time {
  font-size: 1.2em;
  font-weight: bold;
  color: #b92d22;
  margin: 0 auto 1em;
  display: table;
  border-bottom: 4px solid #b92d22;
  line-height: 1;
  letter-spacing: 0.2em;
}
.curriculum-time__small {
  font-size: 1.8em;
}
.curriculum-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 2em;
}
.curriculum-title {
  font-size: 1.3em;
  margin: 0;
  padding-top: 0.5em;
}
.curriculum-box {
  background-color: #fbfbf8;
  border: 1px solid #eee;
  padding: 1em 1em 0.5em;
  width: 47%;
  box-sizing: border-box;
  margin: 0 0.5em;
}
.curriculum-ul {

}
.curriculum-li {
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
.curriculum-li:last-child {
  padding-bottom: 0;
}
/* End カリキュラム */

/* Start 下部バナースペース */
.bottom-bnr-box {
  background-color: #fbfbf8;
  border-top: 1px solid #eee;
  /* padding-top: 2em; */
}
#privilege {
  padding-top: 3em;
}
/* End 下部バナースペース */

.notes-for-button {
  display: table;
  margin: 0 auto;
  padding: 0 0.5em 1em;
  /* max-width: 600px; */
  /* width: 500px; */
}
.notes-for-button img {
  image-rendering: -webkit-optimize-contrast;
}

.store-selection-note {
  margin: 0 auto;
  display: table;
  font-size: 24px !important;
  padding-bottom: 0.5em;
  color:#b92d22;
  font-weight: bold;
}

/* 開催日程 PC */

@media screen and (min-width: 641px) {
  #schedule .schoolDate .box:nth-child(3) {
    margin-right: 1%;
  }
  #schedule .schoolDate .box:nth-child(4):before {
      background-image: url(../img/ico_4.png);
  }
}

@media screen and (min-width: 641px) {
  #schedule .schoolDate .box:nth-child(5):before {
      background-image: url(../img/ico_5.png);
  }
}

/* 開催日程 SP */
@media screen and (max-width: 640px) {
  #schedule .schoolDate .box:nth-child(4):before {
      background-image: url(../img/ico_4.png);
  }
}

@media screen and (max-width: 640px) {
  #schedule .schoolDate .box:nth-child(5):before {
      background-image: url(../img/ico_5.png);
  }
}

#footer h4 {
  text-align: center;
}

@media screen and (min-width: 641px) {
  #footer h4 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 290px;
  }
  #footer .inner ul:first-of-type {
    margin-top: 0 !important;
  }
}