@charset "UTF-8";
/*
 * sp/top.css スマホ版トップページ
 */

/*　スクロール　*/

.scroll{
	display: none;
	}

/* タイトル部分　*/


/*　TOP画像　*/

.text_concept {
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 1em;
	letter-spacing: 0.1em;
	position: absolute;
	top: 350px;
	z-index:90;
	padding: 8px 20px;
}
.text_concept02 {
	font-size: 1.2em;
	letter-spacing: 0.2em;
	padding: 0px 8px;
}

/* 駅から徒歩*/

.circle_waku{
	width: 280px;
	position: absolute;
	top:550px;
	left: 10%;
	z-index: 80;
}
.font-weight-bold{
	font-size: 1.2em;
	padding: 0px 2px;
	}

.circle{
  width: 130px;
  height: 130px;
  padding: 35px 10px;
  border-radius: 50%;
  text-align:center;
  background: #FFF;
  border: 2px solid #FF973E;
}

.mb-250{
	margin: 0px 0px 140px;
}

.main_imgBox {
	width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative; }

  .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }

    .main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }


@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         transform: scale(1.2);
                    z-index:9;
    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         -webkit-transform: scale(1.2);
            z-index:9;
    }
    100% { opacity: 0 }
}



/*　全共通タイトル　*/

.sub_title {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 0.1em;
}


/* 施術メニュー */

.menu_btn {
  background-color: rgba(255,255,255,0.3);
  box-shadow: 0px 5px 5px rgba(153,153,153,0.4);
  border-radius: 8px;
  margin: 5px;
  padding: 0px;
}

a:hover .menu_btn{
	opacity: 0.5;
}

/*　交通安全　*/


.bg_safety {
	background-color: #FF973E;
	background-image:url(../img/top/safety.png);
	background-position:center right;
	background-repeat: no-repeat;
	padding: 24px;
}
.line {
	border-bottom: 1px solid #fff;
	padding: 0px 0px 8px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}

tr td img {
	height: 30px;
	width: auto;
}
.d-flex dt {
	background-color: #000;
	width: 20%;
	text-align:center;
	padding: 12px 0px;
	color: #fff;
	font-weight:normal;
}
.d-flex dd {
	padding: 10px 16px;
}


