/*								*/	
/*		宮地はり接骨院 color	 */
/*								*/
/*		#009933	100%			*/
/*		#40b266	75%				*/
/*		#80cc99	50%				*/
/*		#bfe5cc	25%				*/
/*		#e5f5eb	10%				*/
/*		#f9fcf6	5%				*/

@charset "utf-8";

html, body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic";	
	background-color:#009933;
	color:#000;
}

#main h1, #main h2, #main h3, #main h4{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic";		
}

main{
	background-color:#fff;
}

p{
	line-height:1.6em;
	margin-bottom:0.75em;
}

.topCopy {
	background-color:#009933;
	position: relative;	
}

.topCopy p{
	color:#fff;
	font-size:0.8em;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic";		
}


.navbar-toggler-icon {
	width:40px;	
}

.navbar-toggler{
	padding:.25rem .25rem !important;
}



/*								*/
/*		Header					*/
/*								*/

header{
	background-color:#009933;
}


header .navbar-nav li > a{
	font-weight: 300 !important;	
	color:#fff !important;	
}

header .dropdown > a{
	/* margin-bottom:12.5px;*/
}

header .dropdown-menu{
	border:1px solid #009933;	/*	30%	*/
}

header .navbar-toggler{
	border-color:#ff9900 !important;
	color:#fff !important;
}


@media (max-width: 767.98px) {
	header .logo {
		left:50%;
		transform:translateX(-50%);
	}

	header .navbar-nav{
		top:0;
	}


	header .logo p{
		display:none;
	}
	
	header .navbar-nav{
		border:1px solid #009933;
		background-color:#009933;
	}
	
	header .dropdown-menu{
		border-top:1px solid #009933 !important;
	}	
}




header .navbar-nav > li{
	padding-right:0;
	margin-right:40px;
}



@media (max-width: 1199.98px) { 
	header .navbar-nav > li{
		margin-right:15px;	
	}
	
}

@media (min-width: 768px) and (max-width: 991.98px) {

	header .navbar-nav{
		left:225px;	
	}
	header .logo {
	}
	
	header .navbar-nav > li{
		margin-right:0;	
	}
}


/*									*/
/*		title						*/
/*									*/


#title .title_a, #title .title_b{
	margin-top:38px;
	
	position: relative;
	text-align:center;
	background:#80cc99;
}


#title h1{
	font-size:2em;
}



#title .title_a{
	height:300px;
	
	line-height:1.2em;
	margin-bottom:0.3em;
}



#title .title_a p{
	border-bottom:1px solid #009933;	
	padding-bottom:6px;
	margin-bottom:10px;
	color:#009933;
	text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;		
}

#title .title_a h1 {
	color:#009933;
	text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;	
}

#title .title_a img{
	height:300px;	/*200px*/	
}

#title .title_a .object-fit{
	object-fit: cover;
	font-family: 'object-fit: cover;';
	object-position:50% 100%;
}



#title .title_a .col .wrap div{
	position: relative;
	width:360px;
	height:80px;
	background-color:#fff;

	padding:6px 20px 0 20px;
	
	border-bottom:none;
	border-radius: 6px 6px 0 0;
	
	bottom:79px;
	left:50%;
	transform:translate(-50%,0);	
	z-index:10;	
}


@media (max-width: 991.98px) {
}



#title .title_b{
	padding-top:25px;	
	height:100px;	/*200px*/
}


#title .title_b div{
	position: relative;
	width:360px;
	height:80px;
	background-color:#fff;
	
	padding:5px 20px 0 20px;
	
	bottom:0;
	left:50%;
	transform:translate(-50%,0);
	border-radius: 6px 6px 0 0;
}

#title .title_b h1 {
	border-bottom:1px solid #80cc99;	
	color:#009933;
	padding:3px 0 7px 0;
	margin-bottom:6px;
}


#title .title_b p {
	color:#80cc99;
}



@media (max-width: 575.98px) {

	#title{
		overflow: hidden;
	}	
	
	#title .title_a{
		margin-right:-15px;
		margin-left:-15px;
	}

	#title .title_a .wrap{
		padding-left:30px;
		padding-right:30px;
	}
	
	#title .title_a .col .wrap div{
		width:100%;
		
		padding-left:15px;
		padding-right:15px;
	}
	
	#title .title_a h2{
		font-size:1.55em;
	}

	#title .title_b div{
		width:100%;
	}

	#title .title_b{
		padding-left:30px;
		padding-right:30px;
	}

	
}



/*								*/
/*		main					*/
/*								*/


/*		pankuzu					*/

#title .breadcrumb{
	background-color:#fff;
}


/*								*/
/*		top						*/
/*								*/

 #info .topComment{
	position: fixed;
	width:120px;
	z-index:12;
	
	top:30px;
}


@media (max-width: 991.98px) {
	
}
@media (max-width: 767.98px) {

	 #info .topComment{
		top:75px;
		right:20px;
	}
	
}
@media (max-width: 575.98px) {
	 #info .topComment{
		width:80px;
		top:65px;
		right:10px;
	}
}

#main div.top{
	margin-top:50px;
}

#main .top .welcome{
	font-size:1.5em;
	/*font-family: kozuka-mincho-pro, serif;	*/
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic";
}

#main .top .welcome h1{
	font-size:1em;
}

#main .top .incho {
	width:160px;
	float:right;
	margin-left:20px;
	font-size:0.8em;
}


#main .top img.info{
	width:46%;
	margin:0 2%;
	float:left;
	margin-bottom:30px
}


@media (max-width: 1199.98px) { 
	#main .top .welcome{
		font-size:1.25em;
	}

	
	#main .top .incho {
		width:150px;
	}
}

@media (max-width: 991.98px) {
	#main .top .welcome{
		font-size:1.2em;
	}
	
	#main .top .incho{
		width:140px;
	}
	
}
@media (max-width: 767.98px) {
}

/*		shortcut 		*/

#main .shortcut ul{
	list-style:none;
	margin:0;
	padding:0;
}
#main .shortcut li{
	margin-left:0;
	padding-left:0;
	margin-bottom:1em;
	position: relative;
}

#main .shortcut li:last-child{
	margin-bottom:0;
}

#main .shortcut img{
	background-color:#fefbec;
	border:1px solid #ff9900;
	border-radius: 5px;
	box-shadow: .2rem .2rem .4rem rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}

#main .shortcut a{
	opacity:1 !important;
}

#main .shortcut a:hover{
	opacity:0.6 !important;
}

#main .shortcut h2{
	position: absolute;
	top:0.2em;
	left:0.2em;

	color:#ff9900;
	
	font-size:4em;
	letter-spacing: 0.5em;
	
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 900;
	font-style: normal;	
	
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
	
}

#main .shortcut h2.small{
	font-size:1.9em;
	letter-spacing: 0;
	top:1.2em;
	left:0.5em;
	line-height: 1.1em;
}



@media (max-width: 1199.98px) { 
	#main .shortcut h2{
		font-size:3.3em;
	}

	#main .shortcut h2.small{
		font-size:1.6em;
	}
}
@media (max-width: 991.98px) {
}

@media (max-width: 767.98px)  {
	#main .shortcut h2{
		font-size:3.8em;
	}

	#main .shortcut h2.small{
		font-size:1.8em;
	}
	
}

@media (max-width: 575.98px) {

	#main .shortcut h2{
		top:0.25em;
	
		font-size:9.5vw;
	}

	#main .shortcut h2.small{
		top:1.25em;
		
		font-size:4.75vw;
	}
	
}


@media (max-width: 767.98px)  {
	#main .shortcut li{
		width:48%;
		margin-right:4%;
		float:left;
	}
	#main .shortcut li:nth-child(2n){
		margin-right:0;
	}
}

@media (max-width: 575.98px) {
	#main .shortcut li{
		width:49%;
		margin-right:2%;
	}
}



/*			banner 				*/

#main .topBanner {
	margin:2em 0 1em 0;
	
	background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2050%22%20style%3D%22enable-background%3Anew%200%200%2050%2050%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23CCEBD6%3B%7D%20.st1%7Bfill%3A%23FFDF8B%3Bstroke%3A%23000000%3Bstroke-miterlimit%3A10%3B%7D%20.st2%7Bfill%3A%23E5F5EB%3B%7D%3C%2Fstyle%3E%3Crect%20class%3D%22st0%22%20width%3D%2250%22%20height%3D%2250%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M25%2C25%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M0%2C25L25%2C0h25L0%2C50V25z%20M50%2C25L25%2C50h25V25z%22%2F%3E%3C%2Fsvg%3E');
	
	background-size:5%;
	border-radius:5px;

	padding:1em 1em 0.25em 1em;
}
#main .topBanner ul{
	list-style:none;
	padding:0;
}
#main .topBanner li{
	margin-left:0;
	padding-left:0;
	margin-bottom:1.5em;
}


#main .topBanner li{
	margin:0 0 1em 0;
}

#main .topBanner li img{
	box-shadow: .2rem .2rem .4rem rgba(0, 0, 0, .1);			
}

@media (max-width: 767.98px)  {
	#main .topBanner{
		margin-top:1em;
		padding:1em;	
	}
	
	#main .topBanner li{
		width:48%;
		margin:0 4% 0 0;
		float:left;
	}
	#main .topBanner li:nth-child(2){
		margin:0 0 0 0;
	}
}

@media (max-width: 575.98px) {
	#main .topBanner li{
		width:49%;
		margin-right:2%;
	}
}


#main #ekiten{
	padding:0 1em;
}
@media (max-width: 1199.98px) { 
	#main #ekiten{
		padding:0;
	}
}


/*			point5 				*/

#main .point5 .title{
	border-bottom:1px solid #e56773;
	padding-bottom:5px;
	margin-bottom:2em;
}


#main .point5 ul{
	list-style:none;
	margin:0;
	padding:0;
}

#main .point5 li{
	margin-left:0;
	padding-left:0;
	margin-bottom:2.5em;
	padding-bottom:1em;
	border-bottom:2px dotted #e56773;
}

#main .point5 li:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
	
}

#main .point5 img.point_head{
	width:450px;
	margin-bottom:1em;
}


#main .point5 img.point{
	width:160px;
	float:right;
	margin-top:0.25em;
	margin-left:1em;
}


#main .point5 p{
	font-size:1.25em;
}

#main .group h4{
	font-size:1.8em;
	position: relative;
	left:50%;
	right:50%;
	transform:translate(-50%,0);
	
	padding:0 0.5em;
	display:inline-block;
	
	text-align:center;
	line-height:0.5em;	
	border-bottom:7px solid #ffcc80; /*	blue 75%	*/
	margin-bottom:1em;
	
}


#main .group .row{
	margin: 0 -25px;
}

#main .group .col-lg-3{
	padding-right: 10px;
	padding-left: 10px;
}

#main .group img{
	filter: drop-shadow(0 3px 3px rgba(0,0,0,0.2));		
}

@media (max-width: 1199.98px ) and (min-width: 992px) { 
	#main .group .row{
		margin: 0 -20px;
	}
	
	#main .group .col-lg-3{
		padding-right: 5px;
		padding-left: 5px;
	}
}

@media (max-width: 767.98px) {
	#main .group .row{
		margin: 0 -20px;
	}
		
	#main .group .col-6{
		padding-right: 5px;
		padding-left: 5px;
	}
}


#main .timeTbl th, #main .timeTbl .week td{
	color:#000;
}

@media (max-width: 767.98px) {
	#main .timeTbl th{
		padding-left:0;
		padding-right:0;
		font-size:1.2em;
	}
}


#main .timeTbl td{
	color:#80cc99;
}

@media (max-width: 1199.98px) { 
	#main .point5 img.point_head{
		width:100%;
	}
	
	#main .point5 img.point{
		width:150px;
		margin-top:0;
	}	
	
	#main .point5 p{
		font-size:1.15em;
	}
	
}

@media (max-width: 991.98px) {
	#main .point5 img.point{
		width:140px;
	}	
}

@media (max-width: 767.98px) {
}

@media (max-width: 575.98px) {
}

/*								*/
/*		flow					*/
/*								*/

#main .flow .card {
	border:1px solid #009933;
}

#main .flow .card h4{
	background-color:#009933;
}



/*								*/
/*		price 					*/
/*								*/

#main .price .table td{
	text-align:right;
	width:9em;
}


#main .price .pri h4{
	color: #ff9900;
	/*font-family: kozuka-gothic-pr6n, sans-serif;*/
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic";	
}




/*								*/
/*		施術 menu　　			*/
/*								*/

/*								*/
/*		施術 menu		　　		*/
/*								*/

#main .menu .content img{
	height:400px;
}
@media (max-width: 991.98px) {
	
	#main .menu .content img{
		width:100%;
	}
}

#main .menu .miyaji .card{
	border:1px solid #ff9900 !important;
	margin-bottom:2em;
	position: relative;	
}

#main .menu h2, #main .tat h2, #main .access h2{
	font-size:1.4em;
	line-height:1.6em;
	padding-bottom:0.25em;
	margin-bottom:1em;
	letter-spacing: 0;		
	border-bottom:1px solid #eee;	
}



#main .menu .miyaji .card .wrapper{
	height:100px;
	width:100px;
	border-radius:50px;
	border:1px solid #ff9900;
	background-color:#fff;
	float:left;
	margin:10px 10px 10px 10px !important;
	position: absolute;
	z-index:10;
}

#main .menu .miyaji .card h4{
	color:#ff9900;
	font-weight:bold;		
	font-size:1.8em;
	margin-top:-0.15em !important;
	
	position:absolute;
	text-align:center;
	left:0;
	right:0;
	top:50%;
	transform: translateY(-50%) ;	
}

#main .menu .miyaji .card h4.mini{
	font-size:1.2em;
	line-height:1.2em;
	margin-top:-0.5em !important;
}

#main .menu .miyaji .card h5{
	background-color:#ff9900;	
	color:#fff;
	/*font-family: kozuka-mincho-pro, serif;	*/
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic";
	
	font-weight:bold;		
	font-size:1.4em;
	line-height:1.4em;
	padding:0.4em 0.5em 0.60em 120px;
	margin-bottom:0;
}

#main .menu .miyaji .card img.mainImage ,#main .menu .miyaji .card img.mainImage2{
	height:250px;
}


#main .menu .miyaji .card img.mainImage2 {
	width:50%;
	float:left;
	margin-bottom:1em;
}




#main .menu .miyaji .card img.subImage {
	width:180px;
	float:right;
	margin:1.25em 1.25em 0.75em 1em;
}


#main .menu .miyaji .card-body{
	padding:0;
	font-size:0.9em;
}

#main .menu .miyaji p{
	margin:1em 1.5em 1em 1.5em !important;
}
#main .menu .card .checkList{
	margin:1.25em !important;
	background-color:#fff5e5;
}
#main .menu .card .checkList li:last-child{
	margin-bottom:0.25em;
}




@media (max-width: 575.98px) {
	#main .menu .miyaji .card img.mainImage {
		height:auto;
	}
	
	#main .menu .miyaji .card img.subImage {
		width:125px;
	}

}


/*								*/
/*		骨盤矯正 				*/
/*								*/

#main .kotsuban .welcome{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom:3em;
}


#main .kotsuban .welcome h4{
	position: relative;
	text-align:center;
	font-size:2em;
	line-height:1.5em;
	margin:0.8em 0 0 0;
	padding:0;
}

#main .kotsuban .welcome .banner{
	position: relative;
	margin:1.5em 15% 0.5em 15%;
	width:70%;
}

#main .kotsuban .welcome p{
	position: relative;	
	margin-bottom:2em;
}


#main .kotsuban img.point {
	margin:2em 0 3em 0;
}

#main .kkc {
	background-color:#fffbc7;
}

#main .kkc img {
	border:1px solid #0033ff;
	width:480px;
	background-color:#fff;
	box-shadow: .2rem .2rem .4rem rgba(0, 0, 0, .5);	
}


@media (max-width: 767.98px) {
	#main .kotsuban .welcome .banner{
		margin:1.5em 0 0.5em 0;
		width:100%;
	}

}

@media (max-width: 575.98px) {
	
	#main .kotsuban .welcome h4{
		font-size:5vw;
	}	

	#main .kkc img {
		width:90%;
	}
	
}


/*								*/
/*		faq 					*/
/*								*/
.faq .card{
	border-color:#ffcc80;
}

.faq .card-header{
	background-color:#fff0d9;
	border-color:#ffcc80;
}

#main .faq li span{
	margin-top:0.1em;
}
/*								*/
/*		contact 				*/
/*								*/

#main .contact .faq ul{
	height:238px;
}

/*		access 					*/
#main .access .row.point p span{
	margin-top:0.25em;
}

#main .access .info img{
	width:120px;
}

#main .access .info .tel h4{
	font-size:2.7em;
}

@media (max-width: 1199.98px ){ 
	#main .access .info > p{
		padding-top:80px;
	}	
}


@media (max-width: 767.98px) {
	
	#main .contact .faq ul{
		height:240px;
	}
	#main .access .info > p{
		padding-top:5px;
	}	
	
}

@media (max-width: 575.98px) {
	#main .access .info .tel h4{
		font-size:6.5vw;
	}
}

/*							*/
/*		sideMenu			*/
/*							*/

.sideMenu .menuHead{
	background-color:#009933 !important;	
}


.sideMenu .menuFoot{
	background-color:#009933 !important;
	padding:10px !important;
}

.sideMenu .menuFoot img{	
	background-color:#fff !important;
	
}

.sideMenu .menuFoot img.kotsuban{	
	margin-bottom:0.5em;
}


@media (max-width: 767.98px) {
	.sideMenu .menuFoot img{	
		width:49%;
		float:left;
	}

	.sideMenu .menuFoot img.kotsuban{	
		margin-bottom:0;
		margin-right:2%;
	}

}

#main .sideMenu .list-group-item{
	border-color:#009933;
}

#main .sideMenu .list-group-item.active{
	background-color:#40b266; /*75%*/
	border-color:#009933;
}
/*								*/
/*		footer					*/
/*								*/
footer{
	background-color:#009933;
}

footer .logo p{
	font-size:10px;
	margin:0 0 3px 0;
}

footer .copyright{
	border-top:1px solid #80cc99;
}

footer .nav li{
	margin-right:4em;
	margin-bottom:1em;
}


@media (max-width: 1199.98px ) and (min-width: 992px){ 
	footer .nav li:nth-child(1){
		margin-left:3em;		
	}
}

@media (max-width: 991.98px) and (min-width: 768px){

	footer .nav li{
		margin-right:2em;
	}
	
	footer .nav li:nth-child(1){
		margin-left:-3em;		
	}
}

@media (max-width: 767.98px) and (min-width: 576px){
	footer .nav li{
		margin-right:2.5em;
	}

	footer .nav li:nth-child(3){
		margin-right:0;
	}

	footer .nav li:nth-child(4){
		margin-top:1em;
	}
	
}
@media (max-width: 767.98px){
	footer{
		background-color:#fff;	
	}
}



@media (max-width: 575.98px) {
	footer .nav li{
		width:48%;
		margin-right:4%;
	}
	
	footer .nav li:nth-child(2), footer .nav li:nth-child(4){
		margin-right:0;
	}
}


footer .mobile .wraper{
	background-color:#009933;	/*	blue 100%	*/
}


footer .mobile .mobileBtn{
	border: solid 6px #009933;
}

