/* @override 
	https://lifeclinic-t.jp/contents/wp-content/themes/lifeclinic/sp.css?1600839181
	https://lifeclinic-t.jp/contents/wp-content/themes/lifeclinic/sp.css?1600861178
	https://lifeclinic-t.jp/contents/wp-content/themes/lifeclinic/sp.css?1600862510
	https://lifeclinic-t.jp/contents/wp-content/themes/lifeclinic/sp.css?1604210036
	https://lifeclinic-t.jp/contents/wp-content/themes/lifeclinic/sp.css?1604973860
	https://lifeclinic-t.jp/contents/wp-content/themes/lifeclinic/sp.css?1604976943
*/

@charset "utf-8";

body{
	min-width:inherit;
}
/*h2{
	text-align: center;
	margin-bottom: 20px;
}*/
.mb65-45{margin-bottom: 45px !important;}
.mt70-35{margin-top: 35px !important;}
.mt-top{margin-top: 0px !important;}
.box-img{
    width: 50px;
    margin-right: 15px;
    margin-left: 0px;}
.is-active,
.js-active{
  border-bottom:none;
}

.l-container{
	position:relative;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	padding-top:60px;
	background:#fff;

}

.l-inner{
	width:96%;
	position:relative;
	padding:0 1%;
}

.l-section{
	width:100%;
}

.hero{
	background:#000;
	z-index:0;
	display:none;
}
.hero .logo{
	position:absolute;
	top:100px;
	left:0;
	right:0;
	width:70px;
	z-index:10;
	margin:auto;
}
/*.hero .logo{
	position:absolute;
	top:15px;
	left:15px;
	width:47px;
	z-index:10;
	margin:auto;
}*/

.hero #js-hero{
	position:fixed;
	width:100%;
	height:660px;
	top:0;
	left:0;
	z-index:0;
}

.hero #js-hero li span{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	color:transparent;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index:0;
	-webkit-backface-visibility:hidden;
	-webkit-animation:imageAnimation 24s linear infinite 0s;
					animation:imageAnimation 24s linear infinite 0s;
}

.hero #js-hero li:nth-child(1) span{
	background-image:url(../img/pic_hero02_sp.jpg);
	background-position:20% 50%;
}

.hero #js-hero li:nth-child(2) span{
	background-image:url(../img/pic_hero01_sp.jpg);
	-webkit-animation-delay:8s;
					animation-delay:8s;
}

.hero #js-hero li:nth-child(3) span{
	background-image:url(../img/pic_hero03_sp.jpg);
	background-position:32% 50%;
	-webkit-animation-delay:16s;
					animation-delay:16s;
}

.scroll-nav:after{
	content:"";
	position:absolute;
	top:-70px;
	left:0;
	right:0;
	width:30px;
	height:30px;
	margin:auto;
	border-right:1px solid;
	border-bottom:1px solid;
	-webkit-transform:rotate(45deg);
					transform:rotate(45deg);
	-webkit-animation:down-arrow 2s infinite;
					animation:down-arrow 2s infinite;
	box-sizing:border-box;
}

.l-header{
	position:absolute;
	height:60px;
}
.underlayer .l-header{
	position: fixed;
}

.l-header:after{
	content:"";
	display:table;
	clear:both;
}
.l-header .l-inner{
	padding:0;
}

.l-header .logo{
	margin:8px 15px 0;
	float:left;

}
.l-header .logo img{
	width: 47px;
	height: 44px;
}

.l-header .gnav-trigger{
	position:relative;
	width:28px;
	height:24px;
	float:right;
	margin:15px;
	display:inline-block;
}

.l-header .gnav-btn,
.l-header .gnav-btn:before,
.l-header .gnav-btn:after{
	content:"";
	position:absolute;
	left:0;
	width:28px;
	height:1px;
	background-color:#000;
	-webkit-transition:all .4s;
					transition:all .4s;
	box-sizing:border-box;
}

.l-header .gnav-btn{
	top:6px;
}

.l-header .gnav-btn:before{
	top:9px;
}

.l-header .gnav-btn:after{
	top:18px;
}

.l-header .gnav-trigger.active .gnav-btn{
	-webkit-transform:translateY(10px) rotate(-45deg);
					transform:translateY(10px) rotate(-45deg);
}

.l-header .gnav-trigger.active .gnav-btn:before{
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform:translateX(9px) rotate(45deg);
					transform:translateX(9px) rotate(45deg);
}

.l-header .gnav-trigger.active .gnav-btn:after{
	-webkit-transform:translateY(-18px) rotate(90deg);
					transform:translateY(-18px) rotate(90deg);
}

.l-header .gnav{
	display:none;
	position:absolute;
	top:60px;
	width:100%;
	font-size:1.3rem;
	font-weight:normal;
	text-align:center;
}

.l-header .gnav ul{
	background:#f7f7f7;
	margin: 0;
}

.l-header .gnav ul li{
	border-bottom:1px #e3e3e3 solid;
	display: block;
	margin: 0;
}

.l-header .gnav ul a{
	display:block;
	padding:20px;
}
.l-header .gnav ul li a:hover{
	border-bottom:none;
}


/*.l-about{
	padding: 35px 0;
}*/
.l-about .main{
	width: 100%;
	float: none;
	margin: 0 0 28px 0 ;
}
.l-about .box-top{
	width: 100%;
	float: none;
	border-left: none;
	font-size: 1.4rem;
	padding-left: 0px;
	color: #666666;
	line-height: 2.4rem;
	text-align: center;
	margin-top:0px
}
.l-about .box-index,
.l-article .l-article-inner .main-index{
	width: 100%;
	float: none;
	border-left: none;
	/*font-size: 1.5rem;*/
	padding-left: 0px;
	color: #666666;
	line-height: 2.4rem;
	text-align: center;
}
.l-about .box-index ul,
.l-article .l-article-inner .main-index dl{
  margin-top: 7px;
  margin-bottom: 15px;
  border-left: none;
  padding-left:0px;
}
.l-about .box-top span{
	font-style: italic;
	display: block;
	margin-bottom:7px;
}
.l-about .box-top a{
	display: block;
	width: 102px;
	margin: 0 auto;
	background-color: #bbbbbb;
	border-radius: 2px;
	text-align: center;
	color: #fff;
}

.l-service dl dd li:nth-child(odd) a{
  bGackground-color: rgba(255, 255, 255, 1);
}
.l-service dl dd li:nth-child(even) a{
  bGackground-color: rgba(255, 255, 255, 1);
}
.l-service dl dd a{
	font-size: 1.5rem;
}

.l-service dl ul li:nth-child(n+1) {
  margin-top: 15px;
}
.l-service dl.naika ul li,
.l-service dl.kenshin ul li,
.l-service dl.jihi ul li,
.l-service dl.kensa ul li {
  width: 100%;
  margin-right: 0;
}
.l-service dl.jihi ul li {
  width: 48%;
  margin-right: 4%;
}
.l-service dl.jihi ul li a{
  height: 130px;
}
.l-service dl.kensa ul li a{
    height: 100%;
    margin-top: auto;
}

.l-service dl.jihi ul li a::after{
  left: 12px;
  top: 10px;
}

.l-service dl.jihi ul li:nth-child(even) {
  mGargin-right: 0;
}

.l-service dl.jihi ul li span:nth-of-type(1){
  top: 54px;
	left: 11px;
	font-size: 1.5rem;
	line-height: 2.1rem;
}
.l-service dl.jihi ul li span:nth-of-type(2) {
	font-size: 1.15rem;
    width: 90%;
		left: 6%;
		top: 30px;
}
.l-service dl.jihi ul li img {
    right: 8%;
		bottom: 10px;
		width: 64px;
}

.l-practice{
	padding: 40px 0 30px;
}
.l-practice .main{
	width: 100%;
	float: none;
	margin: 0 auto 35px;
}
.l-practice a.reservation{
	display: block;
	border-radius: 6px;
	width: 100%;
	height: auto;
	padding-top: 14px;
	position: relative;
	color: #fff;
	background:#92c8e4 url(../img/icon_monitor.png) 22px 22px no-repeat;
	text-align: right;
	margin-left: 0px;
}
.l-practice a.otherpage{
	display: block;
	border-radius: 6px;
	width: 100%;
	height: auto;
	padding-top: 14px;
	position: relative;
	color: #fff;
	background:#92c8e4 url(../img/icon_monitor.png) 22px 22px no-repeat;
	text-align: right;
	margin-left: 0px;
}
.l-practice a.reservation span:nth-of-type(1),
.l-practice a.otherpage span:nth-of-type(1){
	font-size: 1.4rem;
	margin-left: 64px;
	line-height: 2rem;
	display: block;
	text-align: left;
}
.l-practice a.reservation span:nth-of-type(2),
.l-practice a.otherpage span:nth-of-type(2){
	padding-right: 2rem;
}
.l-practice .box{
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 40px;
}
.l-practice .box::after{
	content: "";
	width: 80px;
	height: 3px;
	background-color: #cccccc;
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -40px;
}
.l-practice .box a{
	margin: 0 auto;
}
.l-practice .main table{
  width: 100%;
}
.l-practice .main table th{
  font-size: 1.2rem;
  padding:0 0;
}
.l-practice .main table td{
  padding: 0 4px;
}

.l-news{
	padding: 25px 0 40px;
}
.l-news dl{
	margin: 0 0 15px 0;
}
.l-news dl dt{
	display: block;
	color: #666666;
}
.l-news dl dd{
	display: block;
	margin-left: 0px;
}

.l-footer .footer-inner {
  padding-bottom: 0;
}
.l-footer .box img{
    margin-bottom: 23px;
}
.l-footer .box div.kanren{
    margin-top: 0;
}

.l-footer .box:nth-of-type(2),
.l-footer .box:nth-of-type(3){
  display: none;
}
.l-footer .box .address-catch{
  pGosition: absolute;
	left: 120px;
	top: 52px;
}
.l-footer .box div.kanren{
  border-left: none;
  padding-left: 0;
	pGadding-top: 25px;
}
.l-footer .box div.kanren ul {
    font-size: 1.1rem;
		line-height: 2.5rem;
}
.l-footer .footer-other {
  border-top: none;
  padding-top: 0;
}

.l-slideshow .swiper-slide {
	width: 100%;
}

.l-slideshow .swiper-slide img {
	width: 100%;
	height:100%;
	max-width: none;
	max-height: none;
}

.l-slideshow .swiper-control {
	display: none;
}

.l-slideshow .swiper-pagination {
	width: auto;
	padding: 0 20px;
}

.l-article .l-article-inner{
  width: 90%;
  margin: 0 auto;
	pGadding-top: 100px;
}
.l-article .naka{
	padding-top: 0px;
}
.l-article .l-inner{
  width: 100%;
  padding: 0;
}
.l-article .caption{
  margin-left: 4%;
}

/*名古屋敦_追加*/
.l-inner-text{
  width: 90%;
  margin: 0 auto 45px;
  }
p.midashi{
	text-align: center;
	margin-bottom: 20px;
}
  .ifreme_responsive{
    position:relative;
    width:100%;
    height:0;
    padding-top:700%;
    border: solid 1px #999;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
    display:inline-block;
}
.ifreme_responsive iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/*名古屋敦_ここまで*/