/* 
 * ------- setup ---------------------
 */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
[href^="tel"] {
  text-decoration: none;
  color: #333;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  [href^="tel"] {
    pointer-events: auto;
  }
}
@media only screen and (min-width: 480px) {
  .footer_tel a, .footer_mail a {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  footer {
    padding-bottom: 50px;
  }
  .footer_tel a {
    box-sizing: border-box;
    background-color: #A30A3F;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 50%;
    /* [disabled]font-weight: 700; */
    color: #FFF !important;
    left: 0px;
    text-align: center;
    z-index: 9999;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    border-right: 1px solid #800731;
    text-decoration: none;
  }
  .footer_mail a {
    box-sizing: border-box;
    background-color: #A30A3F;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 50%;
    font-weight: 700;
    color: #FFF !important;
    text-align: center;
    z-index: 10000;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    right: 0px;
    border-left: 1px solid #D70C52;
    text-decoration: none;
  }
}
.scroll-table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
/*===========================
top
===========================*/
/*----------------------------
visual-cut
-----------------------------*/
.askew2 {
  position: relative;
}
/* カバー左 */
.askew2 .askew-area {
  width: 57%;
  height: 42vw;
  left: -7%;
  top: 0;
  position: relative;
  z-index: 0;
  transform: skewX(-18deg);
}
/* カバー右画像見本 */
/* サッカー教室*/
.vis1 {
  background: url(../img/top/vis01.jpg) 40vw center;
  background-size: 65%;
}
/* 音楽教室*/
.vis2 {
  background: url(../img/top/vis02.jpg) 40vw center;
  background-size: 65%;
}
@media only screen and (max-width: 600px) {
  .vis2 {
    background-size: 67%;
  }
}
.askew2 .askew-area .catch {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 5% 0 5%;
}
.askew2 .askew-area .catch::before {
  content: "";
  position: absolute;
  background: #FFF;
  top: 50%;
  right: -2%;
  height: 6%;
  width: 1.6%;
  margin-top: -2%;
  transform: skewX(36deg);
  z-index: 9999;
}
.askew2 .askew-area .catch::after {
  content: "";
  position: absolute;
  background: #FFF;
  top: 50%;
  right: 1%;
  height: 6%;
  width: 1.6%;
  margin-top: -2%;
  transform: skewX(36deg);
}
.askew2 .askew-area .catch p {
  font-size: 2.0vw;
  line-height: 1.4em;
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  transform: skewX(18deg);
}
.catch .catch-color {
  color: #9e8318;
}
.catch .smaller {
  font-size: 0.5em;
  display: block;
  letter-spacing: 0.1em;
}
/* カバー左色選択 */
.askew2 .askew-area {
  /* ブルー 
background: #204092;
*/
  /* グリーン 
background: #2e6532;
*/
  /* グレー
background: #394141;
*/
  /* ピンク  */
  background: #de86a0;
  /* ブラック 
background: #292929;
	*/
}