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

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

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

#studio .studioInner {
	width: 1100px;
	margin: 0 auto;
}
#studio .address {
	display: inline-block;
  padding: 65px 0 35px;
}
#studio .address dl {
	width: 470px;
	float: left;
	margin-right: 30px;
}
#studio .address dt {
	font-size: 32px;
	font-weight: bold;
	color: #13BFFF;
	margin-bottom: 15px;
}
#studio .address dd {
	line-height: 2;
	margin-bottom: 30px;
	font-size: 18px;
}
#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: #13BFFF;
}
.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: #13BFFF;
	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;
}

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

.slidegroup{
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
}

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

.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;
}
.slider-2 .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, .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: 9px;
    height: 9px;
    border-top: 2px solid #13BFFF;
    border-right: 2px solid #13BFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: -415px;
    bottom: -240px;
    margin: 0;
    margin: auto;
}

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

/*公開時にcommonのstyleに適応*/

.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 #13BFFF;
    border-right: 2px solid #13BFFF;
    -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 #13BFFF;
    border-right: 2px solid #13BFFF;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    right: -420px;
    bottom: -105px;
    margin: 0;
    margin: auto;
}

#foot .infoArea {
	display: block;
    width: 1100px;
    overflow: hidden;
	margin: 55px auto 0;
}
#foot .infoArea .tenpoInfo {
	margin: 0 100px 24px -80px;
}

/* .footFormBtn */
.footFormBtn {
	padding: 60px 0;
}
.footFormBtn {
	font-size: 16px;
	text-align: center;
	margin: 20px 0 ;
	color: #FFF;
}
 .footFormBtn p {
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.8;
}
#contents .formBtn a {
  font-size: 30px;
  border-radius: 50px;
  padding: 25px 48px;
  margin: 25px 0;
  box-shadow: 0 2px 3px 0px #999;
}

 .footFormBtn .tel p {
	font-weight: bold;
	font-size: 20px;

}
 .footFormBtn .tel div {
	font-size: 40px;
	font-weight: bold;
	display: inline-block;
	padding-left: 35px;
	background: url("https://miracre.jp/img/ico_foot_tel.png") left center no-repeat;
}

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


/* IEのみ */
@media all and (-ms-high-contrast: none){
  #contents .formBtn a {
    padding: 30px 48px 20px;
  }
  .trainingMachine .tit {
    padding: 14px 0 0;
    line-height: 26px;
  }
}
