/**
* body.css
* Web site Name: DANCE STUDIO BAN
* URL: https://dancestudioban.com/
* Author: DANCE STUDIO BAN
*/


/* --------------------------------------------------------------
# Responsive
-------------------------------------------------------------- */

/*
@media (min-width:576px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}

@media (min-width:1400px) {}

@media (max-width:575.98px) {}

@media (max-width:767.98px) {}

@media (max-width:991.98px) {}

@media (max-width:1199.98px) {}

@media (max-width:1399.98px) {}
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

a {
  color: #d43076;
  text-decoration: none;
}

a:hover {
  color: #dd5a92;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #345676;
  font-weight: 600;
}

p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #5a656e;
}

/* --------------------------------------------------------------
# Hero Section
-------------------------------------------------------------- */

#hero img {
  width: 100%;
  height: 100%;
}

#hero h1 {
  color: #FFF;
  text-shadow: 1px 1px 2px #000;
  margin-top: 2rem;
}

#hero h1 span {
  font-size: 50px;
}

#hero h2 {
  background-color: rgba(41, 42, 153, .9);
  margin-top: .6rem;
  padding: .4rem 1.4rem .4rem 1.4rem;
  border-radius: 20px;
  color: #FFF;
  font-size: 20px;
  text-shadow: 1px 1px 0px #161633;
  display: inline-block;
}

#hero h3 {
  color: #EEE;
  margin-top: 2rem;
  margin-bottom: 10px;
  font-size: 28px;
  text-shadow: 1px 1px 2px #000;
}

#hero p {
  color: #EEE;
  margin-bottom: 10px;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 22px;
  }

  #hero h1 span {
    font-size: 22px;
  }

  #hero h2 {
    font-size: 14px;
  }

  #hero h3 {
    font-size: 1rem;
    margin-top: 2rem;
  }

  #hero p {
    font-size: .9rem;
  }

  #hero .btn-get-started .bi-chevron-double-down {
    font-size: 1.5rem !important;
  }
}

#hero .btn-get-started .bi-chevron-double-down {
  color: #FFF;
  font-size: 3rem;
}


/* --------------------------------------------------------------
# Video
-------------------------------------------------------------- */

.wrap-video {
  position: relative;
}

.wrap-video video {
  width: 100%;
  height: 100%
}

.wrap-video .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*上下左右中央寄せ*/
  text-align: center;
}

.wrap-video .text p {
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.wrap-video .text .headline {
  font-size: 20px;
}

#btn_play {
  width: 100px;
  padding: 3px 0;
  color: #FFF;
  background-color: #9f5723;
  /* テッラ・ドンブラ・ナツラーレ / Terra d'Ombra Naturale */
  border-radius: 15px;
}

#btn_pause {
  width: 100px;
  padding: 3px 0;
  color: #FFF;
  background-color: #f5af4e;
  /* ムロン / Melon */
  border-radius: 15px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header .logo h2 {
  margin-top: .5rem;
  margin-left: .6rem;
  font-size: 1.4rem;
}


/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

.navbar hr {
  width: 80%;
  margin: 5px 20px;
}


/*--------------------------------------------------------------
# Intro
--------------------------------------------------------------*/

.intro h3 {
  margin-bottom: 1rem;
}

.intro .content h3 {
  font-weight: 500;
  font-size: 28px;
  color: #2c4964;
}

.intro h4 {
  margin-top: 1rem;
}

.intro p {
  text-indent: 1rem;
}

.intro ol li {
  line-height: 2;
}

.intro .image {
  background: url("../img/intro_1.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .intro .image {
    text-align: center;
  }

  .intro .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .intro .image img {
    max-width: 100%;
  }
}

.intro .content ul li {
  list-style: none;
}

.intro .content span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.intro ul li {
  margin-top: 2rem;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .services-box {
  padding: 20px 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .services-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: ease-in-out 0.3s;
  z-index: -1;
}

.services .services-box:hover::before {
  background: #9e377a;
  height: 100%;
  border-radius: 0px;
}

.services .services-img img {
  box-shadow:
    0 20px 0 -10px rgb(198, 224, 231),
    0 40px 0 -20px rgb(105, 171, 209),
    0 60px 0 -30px rgb(27, 115, 165);
  margin-bottom: 2rem;
}

.services .services-box h4 {
  text-align: center;
  line-height: 1.8;
}

.services-box .icon {
  margin: 0 auto 30px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #9e377a;
  transition: all 0.3s ease-in-out;
}

.services-box .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services .title {
  font-weight: 700;
  margin: 1.2rem 0;
  font-size: 16px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  text-indent: 1rem;
}

.services .services-box:hover .title a,
.services .services-box:hover .description {
  color: #fff;
}

.services .services-box:hover .icon {
  background: #fff;
}

.services .services-box:hover .icon i {
  color: #d43076;
}

@media (max-width: 768px) {
  .services .services-box::before {
    bottom: 60%;
  }
}


/* --------------------------------------------------------------
# Portfolio
-------------------------------------------------------------- */

.portfolio h5,
.portfolio p {
  text-indent: 1rem;
}


/* --------------------------------------------------------------
# Footer
-------------------------------------------------------------- */

.footer {
  padding: 2rem !important;
  background-color: #edc7d2 !important;
}

.footer-logo-mark img {
  height: 64px;
  margin-bottom: .4rem;
  margin-left: 2rem;
}

.footer h2 {
  font-size: 16px;
}

.footer ul li {
  margin-left: 1.5rem;
  line-height: 2;
}

.copyright {
  padding: .5rem;
  background-color: #000;
  box-sizing: border-box;
}

.copyright p {
  color: #FFF;
  text-align: center;
  margin-top: .8rem;
}


/*--------------------------------------------------------------
# YouTube動画の埋め込みをレスポンシブ対応
--------------------------------------------------------------*/

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/*--------------------------------------------------------------
# 見出し装飾
--------------------------------------------------------------*/

/* 吹き出し
　　斜めストライプをずらしたデザイン
=============================== */
.speech-bubble-1 {
  position: relative;
  padding: 1rem;
  border-radius: 5px;
  background: repeating-linear-gradient(45deg, #2ac8ef 0 3px, #FFF 3px 8px);
  color: #345676;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  text-shadow: 1px 1px 1px #FFF;
}

.speech-bubble-1::before {
  position: absolute;
  bottom: -16px;
  left: calc(50% - 6px);
  transform: translateX(-50% + 6px);
  height: 20px;
  width: 2px;
  background-color: #345676;
  content: "";
}

.speech-bubble-1::after {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  border: 2px solid #345676;
  content: '';
}


/* 文字を背景として重ねたデザイン
=============================== */

.text-bg-box {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 600px;
  height: 300px;
  padding: 0 3rem;
  box-sizing: border-box;
  background-color: #fefefe;
  z-index: 0;
}

.text-bg-design {
  position: relative;
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}

.text-bg-design::before {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(191, 191, 236, .2);
  font-size: 80px;
  text-transform: uppercase;
  content: 'training';
  z-index: -1;
}

.text-bg-box p {
  text-indent: 1rem;
}


/* 線の吹き出しデザイン
=============================== */

.h-deco-1 {
  width: 80%;
  font-weight: bold;
  border-bottom: 3px solid #4c9ac0;
  padding: 0.3em;
  margin-bottom: 2rem;
  position: relative;
}

.h-deco-1::before {
  content: '';
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: -3px;
}

.h-deco-1::after {
  content: '';
  background-color: #4c9ac0;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}


/* テキストの先頭にサークル2個を重ねる
　　(Stack two circles)
=============================== */

.h-deco-stack-2circles {
  position: relative;
  padding: 0 .5em .5em 2em;
  border-bottom: 1px solid #CCC;
}

.h-deco-stack-2circles::before,
.h-deco-stack-2circles::after {
  position: absolute;
  content: '';
  border-radius: 100%
}

.h-deco-stack-2circles::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(150, 150, 150, .5);
}

.h-deco-stack-2circles::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(210, 210, 210, .5);
}


/*--------------------------------------------------------------
# 吹き出し装飾
--------------------------------------------------------------*/

/* 吹出口の右側だけ線を入れたデザイン
　　listの中に入れる用に作成
=============================== */
.ballon {
  position: relative;
  padding: 10px;
  outline: 2px solid #333;
  outline-offset: 2px;
  background: rgba(214, 207, 171, .4);
  color: #4c4b44;
  font-size: 26px;
  font-weight: bold;
}

.ballon:before {
  position: absolute;
  top: calc(100% + 2px);
  left: 50px;
  height: 20px;
  width: 15px;
  background-color: white;
  border-right: 3px solid #333;
  content: "";
}

.ballon li {
  color: white;
  line-height: 1.5;
}


/*--------------------------------------------------------------
# Hr装飾
--------------------------------------------------------------*/

/* 立体線（凹）
=============================== */
.hr-3d-line-concave {
  border-top: 1px solid #888;
  border-bottom: 2px solid #FFF;
}

/* Nav Hr dropdown-divider
=============================== */
.navbar .dropdown-divider {
  border-top: 1px solid #2e4b65;
  border-bottom: 1px solid #FFF;
  text-align: center !important;
  margin: .8rem 1.4rem;
}


/*--------------------------------------------------------------
# Order button
--------------------------------------------------------------*/

.order-btn {
  text-align: center;
  margin: 1rem 0;
}

.order-btn button {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
  margin-bottom: 1rem;
}

.order-btn span.success-color {
  font-size: 200%;
  color: #198754;
}

.order-btn span.info-color {
  font-size: 200%;
  color: #0dcaf0;
}


/*--------------------------------------------------------------
# Font size
--------------------------------------------------------------*/

.font-1 {
  font-size: 1rem;
}

.font-2 {
  font-size: 1.2rem;
}

.font-3 {
  font-size: 1.4rem;
}

.font-4 {
  font-size: 1.6rem;
}

.font-5 {
  font-size: 1.8rem;
}


/*--------------------------------------------------------------
# 点滅
--------------------------------------------------------------*/

.blinking {
  -webkit-animation: blink .5s ease-in-out infinite alternate;
  -moz-animation: blink .5s ease-in-out infinite alternate;
  animation: blink .5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/*--------------------------------------------------------------
# News bar
--------------------------------------------------------------*/

.news-bar {
  position: fixed;
  bottom: 0;
  height: 40px;
  width: 100%;
  background-color: #edb610;
  color: #FFF;
  overflow: hidden;
  white-space: nowrap;
  z-index: 3;
}

.news-bar .c-currency {
  padding: 0;
}

.news-bar .c-currency li {
  display: inline-block;
  list-style: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 40px;
  padding: 0 7px;
  font-weight: bold;
}

.news-bar .c-currency li span.c-icon img {
  vertical-align: middle;
  height: 20px;
  margin-left: 8px;
}

.news-bar .c-currency li span.c-name {
  font-size: 14px;
  margin-left: 6px;
  color: #343434;
}

.news-bar .c-currency li span.c-changes.minus .up {
  display: none;
}

.news-bar .c-currency li span.c-changes.plus {
  font-size: 14px;
  margin-left: 3px;
  color: #343434;
}

.news-bar .c-currency li span.c-changes.plus .down {
  display: none;
}

.news-bar #div1 {
  display: inline-block;
  -webkit-animation: marquee 100s linear infinite;
  animation: marquee 100s linear infinite;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes marquee2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes marquee2 {
  0% {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

#btn-back-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  z-index: 10;
}

#btn-back-to-top img {
  width: 64px;
  height: auto;
  opacity: 90%;
}


/*--------------------------------------------------------------
# Google map Responsive
--------------------------------------------------------------*/

.g-map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*--------------------------------------------------------------
# www/index.html
--------------------------------------------------------------*/

.h2-text-box {
  max-width: 880px;
  margin-bottom: 3rem;
}

.ban img {
  padding: 12px;
  position: relative;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

/* 虹色グラデーションテキスト
   Rainbow Text
=============================== */
.rainbow-text {
  background: linear-gradient(to right, #e60000, #f39800, #fff100, #009944, #0068b7, #1d2088, #920783);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(16px, 6.8vw, 80px);
  font-weight: bold;
  display: inline-block;
  text-align: center;
}

.h3-text-box {
  max-width: 700px;
  margin-bottom: 3rem;
  text-align: center;
}

.h3-text {
  color: #749393;
  /* ブルー・パセ / Bleu passe */
  font-size: clamp(21px, 2.8vw, 48px);
  font-weight: bold;
  display: inline-block;
}

.h3-text-box p {
  color: #749393;
  text-align: left;
  font-size: clamp(18px, 2.8vw, 28px);
}

.features-text-box {
  max-width: 780px;
  margin-bottom: 1rem;
}

.features-text-box h4 {
  font-size: 230%;
  text-align: center;
}

.features-text-box .li-title span {
  color: #345676;
  font-size: 160%;
  font-weight: bold;
  margin-bottom: .8rem;
  display: inline-block;
}

.features-text-box ul {
  list-style: none;
}

.li-title li {
  font-size: 120%;
}

.p-text-box {
  max-width: 620px;
  margin-bottom: 1rem;
}

@media (max-width:767.98px) {
  .p-text-box {
    padding: 0 1rem;
  }
}

.training-image {
  margin: 4rem 0;
}

.training-image img {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .3);
}


/*--------------------------------------------------------------
# www/sitemap.html
--------------------------------------------------------------*/

.sitemap .color-958e7e {
  background-color: #958e7e;
}

.sitemap .color-243829 {
  background-color: #243829;
}

.sitemap .color-333333 {
  background-color: #333;
}

.main-color {
  background-color: #345676;
}

.sub-color {
  background-color: #345676;
}

.heading-text-color {
  background-color: #345676;
}

.sub-text-color {
  background-color: #5a656e;
}


/*--------------------------------------------------------------
# www/error/
--------------------------------------------------------------*/

.return-to-top {
  text-align: center;
  margin: 2.5rem 0;
}


/*--------------------------------------------------------------
# www/guide/law.html
--------------------------------------------------------------*/

.table1 tr th {
  width: 142px;
}

.law .table1 p {
  line-height: 1.5;
  margin-bottom: .6rem;
}

.law .table1 a:link {
  color: #7d90d0;
}

.law .table1 a:visited {
  color: #b4bfe3;
}

.law .table1 a:hover {
  color: #FFF;
  background: #7d90d0;
  padding: .2rem .6rem .2rem .6rem;
  border-radius: 11px;
  text-decoration: none;
}

.law .table1 a:active {
  color: #FF0;
}


/*--------------------------------------------------------------
# www/course/
--------------------------------------------------------------*/

.all-staff img,
.schedule img {
  box-shadow: 8px 8px 8px rgba(0, 0, 0, .3);
}

.instructor img {
  border: outset 10px #DDD;
  border-top-right-radius: 10%;
  border-bottom-right-radius: 40%;
  border-bottom-left-radius: 10%;
  border-top-left-radius: 40%;
}

.instructor h2 {
  font-size: 3rem;
}

.instructor h3 {
  margin-top: 1rem;
}

.instructor p {
  line-height: 1.5;
}

.instructor .instructor-comment-box strong {
  color: #345676;
}

.instructor-comment {
  padding-left: 1rem;
}

.instructor ul li {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #5a656e;
}


/*--------------------------------------------------------------
# www/forms/
--------------------------------------------------------------*/

.form address {
  font-size: 3rem;
  color: #d43076;
}

.access h4,
.access h5,
.access p,
.access ul {
  margin-left: 1rem;
}

@media (max-width:575.98px) {
  .access-right {
    margin-top: 3rem;
  }
}

.dog img {
  max-width: 320px;
  max-height: auto;
  border-radius: 50%;
  margin: 2rem 0;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, .3);
}


/*--------------------------------------------------------------
# Box 装飾
--------------------------------------------------------------*/

.box-deco1 {
  padding: 1rem;
  border: 1px dashed #726861;
  background: #ffe7db;
  border-radius: 6px;
  line-height: 2.4rem;
}
