@charset "utf-8";
/* CSS Document */
/* SP用スタイルシート */

.titleArea .tit {
}
/* ===================================
#contents
=================================== */
#contents {
	background: #14BFFF;
}

/* ===================================
#studio
=================================== */
#studio {
	background: #FFF;
}

#studio .studioInner {

}
#studio .address {
	padding: 20px;
}
#studio .address dl {
}
#studio .address dt {
	font-size: 1.4rem;
	font-weight: bold;
	color: #13BFFF;
	text-align: center;
	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;
}
/* .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 .tit {
	font-size: 1.3rem;
	font-weight: bold;
	color: #13BFFF;
	text-align: center;
	margin-bottom: 5px;
}
.trainingMachine .tit span {
	font-size: 0.6rem;
	display: block;
	padding-top: 5px;
}
.trainingMachine .machine div {
	display: inline-block;
	margin-top: 15px;
	width: 100%;
}
.trainingMachine .machine div img {
	width: 50%;
	float: left;
}
.trainingMachine .machine div dl {
	width: 48%;
	float: right;
}
.trainingMachine .machine div dt {
	font-size: 1rem;
	font-weight: bold;
	color: #13BFFF;
	margin: 15px 0;
}
.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;
}

/* .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;
}

.slider-2 {
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
}
.slider-2 .slick-track li {
	width: 252px;
	height: 295px;
	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;
}

.slider-2 .slick-track li a {
	display: block;
	height: 100%;
	overflow: hidden;
}
.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 {
	width: 160px;
	height: 30px;
	line-height: 30px;
	margin: 20px auto;
	font-size: 12px;
	font-weight: bold;
	color: #13BFFF;
	border: 1px solid #13BFFF;
	border-radius: 15px;
}
_:-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 {
	background-color: #13BFFF;
}

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

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

.slider-2 .slick-next:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #13BFFF;
    border-right: 3px solid #13BFFF;
    -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;
    border-top: 3px solid #13BFFF;
    border-right: 3px solid #13BFFF;
    -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;
    border-top: 3px solid #13BFFF;
    border-right: 3px solid #13BFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: -460px;
    bottom: -100px;
    margin: 0;
    margin: auto;
}

.infoArea .slick-prev:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #13BFFF;
    border-right: 3px solid #13BFFF;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    right: -460px;
    bottom: -100px;
    margin: 0;
    margin: auto;
}

/* .footFormBtn */
.footFormBtn {
	padding: 30px 0;
}
 .footFormBtn {
	text-align: center;
	margin-bottom: 20px ;
	color: #FFF;
}
 .footFormBtn p {
	font-size: 0.9rem;
	font-weight: bold;
	color: #FFF;
	line-height: 1.8;
}
#contents .formBtn a {
	font-size: 1.3rem;
	border-radius: 50px;
	padding: 20px ;
   text-align: center;
   margin: 20px 10px;
  display: block;
}

.footFormBtn .tel p {
	font-weight: bold;
	font-size: 0.9rem;
}
 .footFormBtn .tel a {
	width: 80%;
	margin: 15px auto 0;
	border: 1px solid #FFF;
	border-radius: 50px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0 ;
	display: block;
	color: #FFF;
}
.footFormBtn .tel div  a span {
	display: inline-block;
	background: url("https://miracre.jp/img/ico_foot_tel.png") left center no-repeat;
	background-size: 15px;
	padding-left: 20px;

}

/* 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;
}

/* 幅の狭いスマホ用 */
@media screen and (max-width:420px){
  #contents .formBtn a {
    font-size: 1.1rem;
  }

  @media screen and (max-width:380px){
    #contents .formBtn a {
      font-size: 1rem;
    }

    @media screen and (max-width:360px){
      #contents .formBtn a {
        font-size: 0.9rem;
      }
    }　/*　@media screen and (max-width:360px) */
  }　/*　@media screen and (max-width:380px) */
}　/*　@media screen and (max-width:420px) */
