@charset "utf-8";
/* CSS Document */

.contents-wrap {
  background: rgba(25,37,43,0.5);
  padding: 10px 0 0;
}
.contents-wrap.list {
  padding: 10px 0 120px;
}

/* ===================================
店舗一覧
=================================== */
.studio-area {
}
.studio-area .area {
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
  text-align: left;
  margin: 60px 0 35px;
}
.studio-area .studio-list .studio-item {
  display: flex;
  justify-content: space-between;
  border: 2px solid #25A900;
  background-color: #FFF;
  margin: 0 0 15px;
  min-height: 205px;
}
.studio-area .studio-list .studio-item .info-box {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 30px 50px 30px 350px;
}
.studio-area .studio-list .studio-item .link-box {
  padding: 30px 50px;
  text-align: center;
}
.studio-area .studio-list .studio-item .link-box li {
  margin: 0 0 20px;
}
.studio-area .studio-item .link-box li:last-child {
  margin: 0;
}
.studio-area .studio-list .studio-item .link-box li a {
  display: block;
  width: 280px;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 0 15px;
  border: 2px solid #25A900;
  background: #FFF;
  color: #25A900;
}
.studio-area .studio-list .studio-item .link-box .before-open {
  font-size: 16px;
  font-weight: bold;
  color: #E8033F;
  border: 2px solid #E8033F;
  padding: 16px 0 15px;
  margin: 35px 0 0;
  width: 280px;
}
.studio-area .studio-list .studio-item .link-box li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.studio-area .studio-list .studio-item .link-box .detail a {
  background: #FFF;
  color: #25A900;
}
.studio-area .studio-list .studio-item .link-box .reserve a {
  background: #25A900;
  color: #FFF;
}
.studio-area .studio-list .studio-item .link-box li a span {
  position: relative;
  padding-right: 15px;
}
.studio-area .studio-list .studio-item .link-box li a span:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 34%;
  right: 0;
}
.studio-area .studio-list .studio-item .link-box .detail a span:after {
  border-top: 2px solid #25A900;
  border-right: 2px solid #25A900;
}


/* ===================================
店舗詳細
=================================== */
.contents-wrap section {
}
#studio .address {
	display: inline-block;
	padding: 65px 0 35px;
	text-align: left;
}
#studio .address dl {
	width: 470px;
	float: left;
	margin-right: 30px;
}
#studio .address dt {
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 15px;
}
#studio .address dd {
	line-height: 2;
	margin-bottom: 30px;
	font-size: 18px;
	color: #FFF;
}
#studio .address dd span {
	margin-top: 5px;
	display: block;
}
#studio .address dd span.parking {
  display: inline;
  margin: 0;
  font-size: 16px;
}
#studio .address dd:last-child {
	line-height: 1.6;
}
#studio .address .map {
	width: 600px;
	float: right;
}
/* .photo */
#photo {
	margin-bottom: 120px;
  overflow: hidden;
}
#photo img {
	width: 100%;
}
/* .trainingMachine */
.trainingMachine  {
	display: inline-block;
}

.trainingMachine .tit {
	width: 250px;
	float: left;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
}
.trainingMachine .tit span {
	font-size: 12px;
	display: block;
	padding-left: 5px;
}
.trainingMachine .machine {
	width: 850px;
	float: right;
	display: flex;
	flex-wrap: wrap;
}
.trainingMachine .machine img{
	width: 252px;
	height: 252px;
}
.trainingMachine .machine div {
	margin: 0 0 50px 32px;
	width: 251px;
}
.trainingMachine .machine div dt {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 15px;
}
.trainingMachine .machine div dd {
	font-size: 16px;
	line-height: 1.4;
}

/* .equipment */
.equipment  {
	overflow: hidden;
  padding-bottom: 50px;
  position: relative;
}

.equipment .tit {
	font-size: 26px;
	font-weight: bold;
	color: #13BFFF;
  position: absolute;
  top: 0;
  left: 0;
}
.equipment .tit span {
	font-size: 12px;
	display: block;
	padding-left: 5px;
}
.equipment .item {
	width: 865px;
	margin-left: 258px;
	display: flex;
	flex-wrap: wrap;
}
.equipment .item div {
	margin-bottom: 50px;
	width: 123px;
	text-align: center;
}
.equipment .item div p {
	font-size: 16px;
	font-weight: bold;
	color: #13BFFF;
	margin-top: 15px;
	text-align: center;
	line-height: 1.2;
}

/* .price-list */
.bg-dark .title {
  margin: 0 50px 60px;
}
.price-list,.price-list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 2px solid #259F00;
  border-left: 2px solid #259F00;
}
.price-list-tit,
.price-list-item{
    width: calc(100% / 3);
}
.price-list02 .price-list-tit,
.price-list02 .price-list-item{
    width: calc(100% / 2);
}
.price-list-tit {
  font-size: 24px;
  font-weight: bold;
  background: #9ED800;
  border-right: 2px solid #259F00;
  padding: 22px 0 18px;
}
.price-list-item {
  font-size: 33px;
  font-weight: bold;
  background: #FFF;
  border-right: 2px solid #259F00;
  border-bottom: 2px solid #259F00;
  padding: 18px 0 16px;
}
.annotation {
  text-align: right;
  font-size: 13px;
  color: #FFF;
  margin: 10px 0 0;
}

/* .otherStudio */
.otherStudio {
	width: 1100px;
	margin-top: 80px;
	padding-bottom: 80px;
}
.otherStudio ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.otherStudio li {
	width: 252px;
	height: 360px;
	text-align: center;
	background-color: #F4F4F4;
	margin: 0 auto 30px;
	margin: 0 30px 30px 0;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ","Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.otherStudio li:nth-child(4n) {
	margin-right: 0px;
}
.otherStudio li a {
	display: block;
	height: 100%;
	overflow: hidden;
}
.otherStudio li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.otherStudio li a img{
	width: 231px;
	height: 154px;
}
.otherStudio li .stdImg.noImg {
	line-height: 154px;
  padding: 0;
  margin: 0 10px;
  height: 154px;
  text-align: center;
  color: #13BFFF;
  background: #FFF;
  font-size: 24px;
}
.otherStudio li a img:hover {
	opacity: 1;
}
.otherStudio .stdTit {
	font-size: 18px;
	margin: 15px 0;
	font-weight: bold;
	color: #13BFFF;
	height: 60px;
	width: 252px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.otherStudio .stdAddress {
	width: 208px;
	margin: 15px auto;
	font-size: 14px;
	text-align: left;
}
.otherStudio .detail {
	width: 160px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: bold;
	color: #13BFFF;
	border: 1px solid #13BFFF;
	border-radius: 15px;
}
_:-ms-lang(x)::-ms-backdrop, .otherStudio .detail {
	line-height: 34px;
}

.slide-area {
  background: #AAA;
  padding: 90px 0 80px;
}
.slidegroup{
	display: flex;
	justify-content: center;
}
.slider-2 {
	width: 2000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
}
.slider-2 .slick-track > li {
	width: 320px;
	text-align: center;
	background-color: #FFF;
	margin: 0 20px 30px 0;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ","Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.studio-item .pic-box {
  height: 200px;
}
.studio-area .studio-item .info-box {
  background-size: auto 100%;
}
.studio-item .info-box {
  text-align: left;
  padding: 15px 20px;
}
.slider-2 .studio-item .info-box {
  background: none;
}
.studio-item .info-box .name {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 8px;
}
.studio-item .info-box .name .before-open {
  font-size: 13px;
  font-weight: bold;
  color: #E8033F;
  border: 2px solid #E8033F;
  padding: 2px 8px 0;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
#studio .studio-item .info-box .address {
  font-size: 15px;
  min-height: 95px;
  padding: 0;
}
.studio-item .info-box .tel {
  font-size: 18px;
  font-weight: bold;
}
.studio-item .link-box {
  padding: 0 20px 20px;
  min-height: 58px;
}
.studio-item .link-box li {
  margin: 0 0 20px;
}
.studio-item .link-box li:last-child {
  margin: 0;
}
.studio-item .link-box li a {
  display: block;
  width: 280px;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0 5px;
  border: 1px solid #25A900;
  background: #FFF;
  color: #25A900;
}
.studio-item .link-box li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.studio-item .link-box .detail a {
  background: #FFF;
  color: #25A900;
}
.studio-item .link-box .reserve a {
  background: #25A900;
  color: #FFF;
}
.studio-item .link-box li a span {
  position: relative;
  padding-right: 15px;
}
.studio-item .link-box li a span:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 33%;
  right: 0;
}
.studio-item .link-box .detail a span:after {
  border-top: 2px solid #25A900;
  border-right: 2px solid #25A900;
}


.slick-dots {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}
.slick-dots > li {
	margin: 0 5px;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	justify-content: unset;
	-webkit-box-pack: unset;
	-ms-flex-pack: unset;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.slick-dots button {
	width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #DDD;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
  outline: none;
}

.slick-dots .slick-active button {
	background-color: #25A900;
}

.slider-2 .slick-prev {
	background: transparent;
}

.slider-2 .slick-prev {
	background: transparent;
}

.slider-2 .slick-next:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #25A900;
    border-right: 2px solid #25A900;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: clamp(-415px, -37vw, -377px);
    bottom: -318px;
    margin: 0;
    margin: auto;
}

.slider-2 .slick-prev:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #25A900;
    border-right: 2px solid #25A900;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    right: clamp(-415px, -37vw, -377px);
    bottom: -318px;
    margin: 0;
    margin: auto;
}

.infoArea .slick-prev {
	background: transparent;
}

.infoArea .slick-prev {
	background: transparent;
}

.infoArea .slick-next:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: -420px;
    bottom: -105px;
    margin: 0;
    margin: auto;
}

.infoArea .slick-prev:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    right: -420px;
    bottom: -105px;
    margin: 0;
    margin: auto;
}


/* root */
.rootArea{
	margin-bottom: 60px;
}
.rootTitle{
	font-size: 26px;
    font-weight: bold;
	color: #13BFFF;
	margin-bottom: 15px;
}
.rootSubTitle{
	font-size: 12px;
    display: block;
    padding-left: 5px;
}
.youtube{
	display: block;
	width: 780px;
	margin: 0 auto;
}

@media screen and (max-width:750px) {
  .contents-wrap {
    padding: 5px 0 30px;
  }
  .contents-wrap.list {
    padding: 5px 0 30px;
  }
  .reserve-area {
    padding: 15px 0 0;
  }
  .title-area .tit {
    margin: 0 0 10px;
  }
  .title-area .inner {
    padding: 35px 0 25px;
  }
  .studio-area {
  }
  .studio-area .inner {
  }
  .studio-area .area {
  font-size: 20px;
  margin: 35px 20px 20px;
  }
  .studio-area .studio-list {
  margin: 0 20px;
  }
  .studio-area .studio-list .studio-item {
  display: block;
  min-height: auto;
  }
  .studio-area .studio-list .studio-item .info-box {
  display: block;
  font-size: 3.5vw;
  padding: 10% 0 10% 55%;
  background-size: 50%;
  }
  .studio-area .studio-list .studio-item .link-box {
  padding: 0;
  }
  .studio-area .studio-list .studio-item .link-box li {
  margin: 0;
  }
  .studio-area .studio-list .studio-item .link-box .before-open {
    font-size: 13px;
    padding: 10px 0 8px;
    margin: 0 15px;
    width: auto;
  }
  .studio-area .studio-list .studio-item .link-box li a {
  width: auto;
  font-size: 15px;
  padding: 10px 0 8px;
  border-left: none;
  border-right: none;
  }

  /* ===================================
  店舗詳細
  =================================== */
  #studio .address {
    padding: 20px;
  }
  #studio .address dl {
  width: auto;
  float: none;
  }
  #studio .address dt {
    font-size: 1.4rem;
    text-align: left;
    margin: 15px 0;
  }
  #studio .address dd {
    line-height: 2;
    margin-bottom: 20px;
    font-size: 0.9rem;
  }
  #studio .address dd span {
    margin-top: 15px;
    display: block;
  }
  #studio .address dd span.parking {
    display: inline;
    margin: 0;
    font-size: 0.8rem;
  }
  #studio .address dd:last-child {
    line-height: 1.6;
  }
  #studio .address .map iframe {
    width: 100%;
    height: 185px;
  }
  #studio .address .map {
    width: 100%;
  }
  /* .photo */
  #photo {
    margin: 20px 0;
    overflow: hidden;
  }
  #photo img {
    width: 100%;
    height: auto;
  }
  #photo iframe {
    width: 100%;
    height: 56.7vw;
  }
  /* .trainingMachine */
  .trainingMachine  {
    padding: 20px;
    display: inline-block;
  }
  .trainingMachine .machine {
    width: auto;
  }
  .trainingMachine .tit {
    width: auto;
    font-size: 1.3rem;
    margin-bottom: 5px;
    text-align: center;
    float: none;
  }
  .trainingMachine .tit span {
    font-size: 0.6rem;
    display: block;
    padding-top: 5px;
  }
  .trainingMachine .machine div {
    display: inline-block;
    margin: 15px 0 0;
    width: 100%;
  }
  .trainingMachine .machine div img {
    width: 50%;
    height: auto;
  }
  .trainingMachine .machine div dl {
    width: 48%;
    float: right;
  }
  .trainingMachine .machine div dt {
    font-size: 1rem;
    font-weight: bold;
    margin: 15px 0;
    text-align: left;
  }
  .trainingMachine .machine div dd {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  
  /* .equipment */
  .equipment  {
    overflow: hidden;
      padding-bottom: 50px;
  }
  
  .equipment .tit {
    font-size: 1.3rem;
    font-weight: bold;
    color: #13BFFF;
    text-align: center;
    margin: 35px 0;
  }
  .equipment .tit span {
    font-size: 0.6rem;
    display: block;
    padding-top: 5px;
  }
  .equipment .item {
    display: flex;
    flex-wrap: wrap;
  }
  .equipment .item div {
    text-align: center;
    width: 33.33%;
    margin-bottom: 20px;
  }
  .equipment .item div img {
    width: 70px;
  }
  .equipment .item div p {
    font-size: 0.9rem;
    font-weight: bold;
    color: #13BFFF;
    margin-top: 5px;
    text-align: center;
    line-height: 1.2;
  }

  /* .price-list */
.bg-dark .title {
  margin: 0 20px 30px;
}
.bg-dark .title img {
  width: auto;
  height: 24px;
}
.price-list {
  margin: 0 20px;
}
.price-list-tit {
  font-size: 3.5vw;
  padding: 15px 0 10px;
}
.price-list-item {
  font-size: 20px;
  padding: 14px 0 12px;
}
.annotation {
  font-size: 12px;
  margin: 10px 20px;
}
  
  /* .otherStudio */
  .otherStudio {
    padding: 20px;
  }
  .otherStudio li {
    width: 100%;
    max-width: 670px;
    min-height: 100%;
    max-height: 200px;
    margin: 0 auto 20px;
    background-color: #F4F4F4;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ","Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  .otherStudio li a {
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
  }
  .otherStudio li p {
    width: 35%;
    text-align: left;
    padding: 4%;
    padding-right: 0;
  }
  .otherStudio li p img {
    width: 100%;
  }
  .otherStudio .stdTit {
    width: 65%;
    font-size: 4vw;
    font-weight: bold;
    color: #13BFFF;
    position: relative;
  }
  .otherStudio .stdTit::after {
    content: "";
    display: inline-block;
    width: 3%;
    height: 25%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7%;
    margin: auto;
    background-image: url("../../../img/ico_otherStudio_Arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .otherStudio li.kitaBlock .stdImg {
    width: 35%;
    height: auto;
    text-align: left;
    padding: 4%;
    padding-right: 0;
  }
  .otherStudio li .stdImg.noImg {
      line-height: 20px;
      padding: 15px 0 0;
      margin: 10px;
      height: 70px;
      text-align: center;
      color: #13BFFF;
      background: #FFF;
      font-size: 14px;
      font-weight: bold;
      box-sizing: border-box;
  }
  .slidegroup{
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
  
  .slide-area {
    padding: 30px 0;
  }
  .slider-2 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
  }
  .slider-2 .slick-track li {
    width: 252px;
    height: auto;
  }
  .slider-2 .studio-item {
    width: 48%;
  }
  .slider-2 .studio-item .pic-box {
    height: 35vw;
    max-height: 155px;
  }
  .slider-2 .studio-item .info-box {
    padding: 10px 15px 0;
  }
  .slider-2 .studio-item .info-box .name {
    font-size: 15px;
  }
  .slider-2 .studio-item .info-box .name .before-open {
    font-size: 10px;
    margin: 0;
    display: inline-block;
  }
  #studio .slider-2 .studio-item .info-box .address {
    font-size: 12px;
    min-height: auto;
    margin: 0 0 10px;
  }
  .slider-2 .studio-item .info-box .tel {
    font-size: 4vw;
  }
  .slider-2 .studio-item .link-box {
    padding: 10px 10px 12px;
    min-height: 56px;
  }
  .slider-2 .studio-item .link-box li a {
    width: calc(100% - 20px);
  }
  .slider-2 .slick-track li a {
  }
  .slider-2 .slick-track li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .slider-2 .slick-track li a img{
    width: 231px;
    height: 154px;
    display: initial;
  }
  .slider-2 .slick-track li .stdImg.noImg {
    line-height: 154px;
      padding: 0;
      margin: 0 10px;
      height: 154px;
      text-align: center;
      color: #13BFFF;
      background: #FFF;
      font-size: 24px;
  }
  .slider-2 .slick-track li a img:hover {
    opacity: 1;
  }
  
  .slider-2 .stdTit {
    font-size: 18px;
    margin: 15px 0;
    font-weight: bold;
    color: #13BFFF;
    height: 60px;
    width: 252px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .slider-2 .stdAddress {
    width: 208px;
    margin: 15px auto;
    font-size: 14px;
    text-align: left;
    color: #000;
  }
  .slider-2 .detail {
  }
  _:-ms-lang(x)::-ms-backdrop, .slider-2 .detail {
    line-height: 34px;
  } 
  
  .slick-dots {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
  
  .slick-dots li {
    margin: 0 3px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  
  .slick-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #DDD;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
    outline: none;
  }
  
  .slick-dots .slick-active button {
  }
  
  .slider-2 .slick-prev {
    background: transparent;
  }
  
  .slider-2 .slick-prev {
    background: transparent;
  }
  
  .slider-2 .slick-next:after {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      left: -360px;
      bottom: -240px;
      margin: 0;
      margin: auto;
  }
  
  .slider-2 .slick-prev:after {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      position: absolute;
      right: -360px;
      bottom: -240px;
      margin: 0;
      margin: auto;
  }
  
  /*公開時にcommonのstyleに適応*/
  #foot .infoArea {
    display: block;
  }
  #foot .infoArea .tenpoInfo {
    margin: 0 100px 24px -80px;
    padding: 10px;
  }
  
  .infoArea .slick-prev {
    background: transparent;
  }
  
  .infoArea .slick-prev {
    background: transparent;
  }
  
  .infoArea .slick-next:after {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      position: absolute;
      left: -460px;
      bottom: -100px;
      margin: 0;
      margin: auto;
  }
  
  .infoArea .slick-prev:after {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      position: absolute;
      right: -460px;
      bottom: -100px;
      margin: 0;
      margin: auto;
  }
  
  /* root */
  .rootArea{
    margin-bottom: 10px;
  }
  .rootTitle{
    font-size: 1.3rem;
      font-weight: bold;
      color: #13BFFF;
      text-align: center;
      margin-bottom: 15px;
  }
  .rootSubTitle{
    font-size: 0.6rem;
      display: block;
      padding-top: 5px;
  }
  .youtube{
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}