@charset "UTF-8";

header::after,
#globalNav::after,
#nav::after,
#crumb::after,
#info::after,
footer::after,
#contents::after,
#main::after,
#aside::after,
#mailmag::after,
#visual::after{
	content: "";
	display: block;
	clear: both;
}

.entry:after,
.entry ul:after,
ul.meta:after,
ul.boxSNS:after,
ul.horizon:after,
.well:after,
.boxSerch:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.entry,
.entry ul,
ul.meta,
ul.boxSNS,
ul.horizon,
.well,
.boxSerch{
	zoom: 1;
}

.mm-navbar{
	display: none;
}


body{
	background: url(/images/common/bg_main3.jpg) center top;
	background-repeat: repeat;
	font-family: 'Shippori Mincho', serif;
	color: #000 !important;
}


/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 36px;
	background-color: rgba(51,51,51, 0.5);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 12px;
	font-size: 20px;
	color: #fff;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 999999999999;
}
@media screen and (max-width: 768px){
	#page-top{
		bottom: 10px !important;
	}
}
#page-top a{
	color: #fff;
}
#page-top:hover{
	background-color: rgba(51,51,51, 0.2);
}


.grecaptcha-badge {
	display: none;
}

#contact .grecaptcha-badge {
	display: block;
	bottom: 80px !important;
	position: relative;
	z-index: 9999;
}

/*.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 0.5s 0.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
  opacity: 0;
  animation: logo_fade 1s 0.1s forwards;

}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}
*/


#wrapper{
	text-align: left;
}

.font-roboto{
	font-family: 'Roboto', sans-serif;
	font-weight: normal !important;
	color: #000;
}

span.icon-title{
	background-color:#f2e5d6;
	padding: 6px 12px 6px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 500;
	color: #5c422e;
	letter-spacing: 2px;
	margin-bottom: 5px;
}



/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

.bg_sub{
	background: url(/images/common/bg_sub.jpg) center top;
	background-repeat: repeat;
}
.bg_white{
	background-color: #fff;
}
.rotate-90 {
	transform: rotate( 90deg );
	transform-origin:left top;
	position: absolute;
}

#badge{
	position: fixed; !important;
	top: 30% !important;
	left: 20px; !important;
	z-index:999999;
}
#badge .web{
	border-bottom: 1px solid #111;
	height: 140px;
	white-space: nowrap;
}

#badge .web span.material-symbols-outlined{
	font-size: 2.0em;
}
#badge .web span.txt{
	font-size: 1.15em;
	line-height: 160%;
	padding-left: 38px;
}
#badge .line i{
	font-size: 2.0em;
	padding: 20px 0 8px 0;
}
#badge .instagram i{
	font-size: 2.2em;
	padding: 8px 0 5px 0;
}
#badge .contact i{
	font-size: 2.0em;
	padding: 8px 0 8px 0;
}
#badge .phone span{
	font-size: 2.0em;
	border-bottom: 1px solid #111;
	padding: 18px 0;
}

.static h1.logo,
#news h1.logo,
#case h1.logo{
	width: 110px;
	margin: auto;
	padding: 10px 0 16px 0;
}
#home.top h1.logo{
	position: absolute;
	top:24px;
	left: 30px;
	z-index: 99999;
	width: 180px;
}
h1.logo img{
	width: 100%;
	height: auto;
}

.static #contents,
#news #contents,
#case #contents{
	min-width: 1140px;
	margin: auto;
	background-color: #FFF !important;
	padding: 30px 0 50px 0;
}

.title-carabiner{
	width: 90px;
	margin: auto;
	margin-top: 18px;
}
.title-carabiner img{
	width: 100%;
	height: auto;
}

.single .hgroup{
	margin-bottom: 30px;
}
.single .hgroup h1{
	font-size: 2.0em !important;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	margin-bottom: 12px;
}

header{
	width: 70px;
	height: 100vw;
	background: url(/images/common/bg_main_mini.jpg) repeat left center;
	padding:0 0 0 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}
header ul.nav li{
	float: left;
	margin-right: 20px;
	font-size: 1.0em;
}
header ul.nav{
	position: fixed;
	top: 50px;
	right: -694px;
	z-index: 9999;
}
header ul.nav li a{
	color: #000;
	text-decoration: none;
	display: block;
}
header ul.nav li a span {
	display: inline-block;
	position: relative;
	transition: 0.3s;
	padding: 4px 4px;
}
header ul.nav li a span::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #CCC;
  content: "";
  transition: 0.3s;
  transform: translateX(-50%);
}
header ul.nav li a span:hover::after {
  width: 100%;
}
/*header p.copy{
	position: fixed;
	bottom:350px;
	right: -265px;
	font-size: 0.625em;
	text-align: center;
	color: #666;
	z-index: 9999;
}
*/
footer{
	padding:80px 0 80px 0;
}
footer h2{
	font-size: 1.625em;
	margin-bottom: 20px;
}
footer p.lead{
	font-size: 1.063em;
	margin-bottom: 24px;
}
footer .place{
	float: left;
	width: 55%;
}
footer table.access{
}
footer table.access th{
	padding: 12px 30px 12px 0;
}
footer table.access td{
	padding: 12px 0 12px 0;
	line-height: 180%;
}

footer .map{
	float: right;
	width: 40%;
}
footer .map .gmap{
	margin-bottom:25px;
}

footer .map .gmap img{
	width: 100%;
	height: auto;
}

p.copy{
	background-color: #888;
	padding: 16px 0 18px;
	font-size: 0.75em;
	color: #FFF;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	z-index: 9999;
}

#crumb{
	margin: auto;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 24px;
	padding: 14px 0 12px 0;
}
#crumb ul {
	display: inline;
	padding-left: 0 !important;
}
#crumb li {
	display: inline;
	font-size: 0.750em;
}
#crumb li a {
	padding-right: 12px;
	background: url(/images/common/arrow_right.png) no-repeat right center;
	background-size: 6px;
	text-decoration: none;
	color: #999;
}
#crumb li:last-child{
	font-weight: bold;
	color: #333;
}




#aside {
	float: right;
	width: 220px;
}
#aside h3{
	font-size: 1.0em;
	letter-spacing: 1px;
	padding: 0.6em 0.7em;
	border-top: 2px solid #42555b;
	border-bottom: 1px solid #CCC;
	margin-bottom: 18px;
	background-color: #F8F8F8;
}
#aside .boxNews{
	margin-bottom: 30px;
}
#aside .boxNews .entry{
	padding: 0 2px 0 2px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom:1px solid #EFEFEF;
}
#aside .boxNews .entry .image {
	float: left;
	margin-right: 16px;
}
#aside .boxNews .entry .image img{
	max-width: 70px;
	height:auto;
}
#aside .boxNews .entry h4{
	font-size: 0.750em !important;
	font-weight: 500
	line-height: 160%;
}
#aside .boxNews .entry .date{
	font-size: 0.75em;
	color: #666;
	margin-bottom: 0px;
}

#aside .boxCategory{
	margin-bottom: 30px;
}
#aside .boxCategory ul{
	padding-left: 10px;
	margin: 6px 0 10px 0;
}
#aside .boxCategory ul li{
	font-size: 0.875em;
	margin-bottom: 6px;
	background:url("/images/common/arrow_right.png") left 0.6em / 10px no-repeat;
	padding-left:16px;
	margin-bottom: 6px;
}
#aside .boxCategory ul li a{
	color: #111;
	text-decoration: none;
}
#aside .boxCategory ul li a:hover{
	color: #888;
	text-decoration: underline;
}
#aside .boxCategory ul li li{
	font-size: 1.0em;
}

#aside .boxArchive{
	margin-bottom: 30px;
}

#aside .boxTag{
}




.scroll-header{
	background: linear-gradient(rgba(255,255,255,0.0), rgba(255,255,255,0.95));
    padding: 40px 0 12px 0;
    position: fixed;
    bottom: 0;
    transition: .3s;
    width: 100%;
    z-index: 1;
}
.scroll-header.hide{
    transform: translateY(100%);
}
.scroll-header .down p{
	font-size: 1.125em;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #333;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 0px;
}
.scroll-header .down a,
.scroll-header .down a:hover{
	display: block;
	text-decoration: none;
}
.scroll-header .arrow{
	width: 35px;
	margin:auto;

	display: block;
}
.scroll-header .arrow img{
	width: 100%;
	height: auto;
}

#visual .mv_mob{
	display: none;
}



#visual{
	min-width: 1140px;
}
#visual .mask{
	width: 25%;
	height: 100%;
	background: url(/images/common/bg_main_mini.jpg) repeat left center;
	position: absolute;
	z-index: 9999;
}
#visual p.lead{
	position: absolute;
	top:40%;
	left: 16%;
	z-index: 99999;
	font-size: 1.875em;
	font-weight: 600;
	letter-spacing: 1px;
	text-shadow: 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9);

}
#visual .box{
	margin-bottom: 80px;
	overflow: hidden;
	position: relative;
}
.fitImg{
    position: absolute;
}


#home #main .hgroup{
	float: left;
	width: 250px;
	position: relative;
}
#home #main .hgroup h3{
	position: absolute;
	top: 0;
	left: 0;
}
#home #main .hgroup h3{
	font-size: 1.875em !important;
	font-weight: 700 !important;
	line-height: 100% !important;
	color: #000 !important;
	letter-spacing: 2px !important;
	margin: 0 !important;
	padding-bottom: 8px;
	border-bottom:2px solid #555;
}
#home #main .cnts{
	float: right;
	width: 890px;
}


#home .whattnew::after{
	content: "";
	display: block;
	clear: both;
}
#home .whattnew{
	padding: 40px 0 80px 0;
	position: relative;
}
#home .whattnew p.title{
	font-size: 0.933em !important;
	line-height: 140%;
}


#home .whattnew .cnts .sw-box:nth-child(4){
	display:none;
}
#home .about{
	padding: 90px 0 90px 0;
	position: relative;
	width: 100%;
	background-color: #FFF;
	background: url(/images/top/bg_mountain3.jpg) no-repeat left center;
}
#home .about h3{
	font-size: 2.875em !important;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: 1px;
	padding-top: 10px;
}
#home .about p{
	font-size: 1.188em;
	margin-bottom: 24px;
}


#home .chiropractic{
	padding: 110px 0 100px 0;
	position: relative;
}
#home .chiropractic .sw-entry .image{
	width: 100%;
}
#home .chiropractic .sw-entry .image img{
    width:100%;
    height:auto;
}
#home .chiropractic p{
	font-size: 1.188em;
}

#home .photo{
	padding: 0 0 30px 0;
}
#home .photo .autoplay .slick-slide {
    margin:0 2px;
}
#home .photo .autoplay .entry .image{
	width:100% !important;
}
#home .photo .autoplay .entry .image img {
    width:100%;
    height:auto;
}

#home .service{
	padding: 40px 0 60px 0;
}
#home .service .sw-box::after,
#home .service .course::after{
	content: "";
	display: block;
	clear: both;
}
#home .service .sw-block2{
	margin-bottom: 34px;
}
#home .service .sw-box{
	margin-bottom: 0px;
	padding-bottom: 0px !important;
}
#home .service .sw-box h4{
	font-size: 1.35em;
	margin-bottom: 15px;
}
#home .service .sw-box h6{
	font-size: 1.125em;
	font-weight: normal;
}
#home .service .sw-box .course{
	border-bottom:2px dotted #CCC;
	margin-bottom: 13px;
	padding: 0 3px 13px 3px;
}
#home .service .sw-box p{
	margin-bottom: 0;
}
#home .service .sw-box p.notice{
	padding-top: 50px;
}
#home .service .sw-box table{
	width: 100% !important;
	line-height: 180%;
}
#home .service .sw-box .course-title{
	float: left;
	width: 75%;
}
#home .service .sw-box .course-price{
	float: right;
	width: 25%;
	text-align: right;
}
#home .service .sw-box .course-price p{
	font-size: 1.125em;
	font-family: 'Noto Sans JP', serif;
	font-weight: 500;
}
#home .service .payment{
	margin-bottom: 40px;
}
#home .service .payment .image{
	width: 65%;
	margin: auto;
	margin-bottom: 15px;
}
#home .service .payment .image img{
	width: 100%;
	height: auto;
}
#home .profile{
	padding: 80px 0;
}
#home .profile h4{
	font-size: 1.438em;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
#home .profile .name{
	font-size: 1.375em;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 30px;
}
#home .profile p{
	margin-bottom: 30px;
}

#home .case{
	padding: 80px 0 80px 0;
	position: relative;
}
#home .case p.title{
	font-size: 0.933em !important;
	line-height: 140%;
}


#info::after{
	content: "";
	display: block;
	clear: both;
}
#home #contents #info{
	padding: 0 0 60px 0;
	position: relative;
}
#info{
	padding: 80px 0 40px 0;
	position: relative;
}
#info .box-info::after,
#info .box-info2::after{
	content: "";
	display: block;
	clear: both;
}
#info .box-info{
	width: 75%;
	margin: auto;
	margin-bottom: 60px;
}
#info .box-info2{
	width: 90%;
	margin: auto;
}
#info .box-web{
	float: left;
	width: 42%;
	margin-right: 5%;
	position: relative;
}
#info .box-web .web{
	background:url("/images/common/arrow_r.svg") 55px no-repeat;
	background-position: right 20px top 45%;
	border: 1px solid #666666;
	background-color: #FFF;
}
#info .box-web .web a{
	display: block;
	text-decoration: none;
	padding: 26px 24px 24px 30px;
	transition: 0.6s ease-in-out;
}
#info .box-web .web a:hover{
	display: block;
	background-color: #EFEFEF;
	text-decoration: none;
	padding: 26px 24px 24px 30px;
	transition: 0.6s ease-in-out;
}
#info .box-web .web a.entry-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	z-index:0;
	transition: 0.6s ease-in-out;
}
#info .box-web .web a.entry-link:hover {
	background-color: #EFEFEF;
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: 0.6s ease-in-out;
}
#info .box-web .web .image{
	float: left;
	margin-right: 8px;
}
#info .box-web .web .image span{
	font-size:3.75em ;
	line-height: 120%;
}
#info .box-web .web h4{
	font-size: 2.25em;
	font-family: 'Roboto', sans-serif;
	line-height: 145%;
	letter-spacing: 2px;
}
#info .box-web .web p{
	font-size: 1.0em;
	line-height: 150%;
	color: #666;
}

#info .box-tel{
	float: right;
	width: 45%;
}
#info .box-tel .image span{
	font-size:3.75em ;
	line-height: 100%;
}
#info .box-tel h4{
	font-size: 2.5em;
	font-family: 'Roboto', sans-serif;
	line-height: 160%;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
#info .box-tel h4 span{
	font-size: 1.25em;
	padding-right: 5px;
	vertical-align: middle;
}
#info .box-tel p{
	font-size: 1.0em;
	line-height: 165%;
}
#info .box-tel .image i{
	font-size:3.75em ;
	line-height: 160%;
}
#info .box-line{
	float: left;
	width: 53%;
}
#info .box-line h4{
	font-size: 1.688em;
	font-weight: 800;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	line-height: 95%;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
#info .box-line p{
	font-size: 0.938em;
	line-height: 170%;
}

#info .box-ig{
	float: right;
	width: 46%;
}
#info .box-ig h4{
	font-size: 1.688em;
	font-weight: 800;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	line-height: 95%;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#info .box-ig p{
	font-size: 0.938em;
	line-height: 170%;
}





/* 問い合わせ */
#contact{
}
#contact h6{
	font-size: 1.0em !important;
	margin-bottom: 5px !important;
}
#contact .box-form{
	margin-bottom: 40px !important;
}
#contact span.must{
	font-size: 0.75em;
	color:#F37167;
}

.wpcf7-submit {
	width: 20%;
	margin: auto;
	font-size: 1.0em;
	color: #000;
	text-align: center;
	background: #fff none repeat scroll 0% 0%;
	padding: 12px 50px;
	border:2px solid #000;
	cursor: pointer;
	letter-spacing: 2px;
}

.wpcf7-previous {
	width: 20%;
	margin: auto;
	font-size: 1.0em;
	color: #666;
	text-align: center;
	background: #f8f8f8 none repeat scroll 0% 0%;
	padding: 12px 50px;
	border:2px solid #666666;
	cursor: pointer;
	letter-spacing: 2px;
}

/* 症例報告 */
#case .caseTop .sw-block4 .sw-entry{
	padding: 14px 15px 15px 15px;
}
#case .caseTop .sw-block4 .sw-box{
	border-radius: 6px;
	background: #F8F8F8 !important;
	margin-bottom: 2.8em;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#case .caseTop .sw-block4 .sw-box a{
	display: block;
	text-decoration: none;
	border-radius: 6px;
	border: 1px solid #F8F8F8;
}
#case .caseTop .sw-block4 .sw-box:hover{
	display: block;
	cursor: pointer;
	text-decoration: none;
	border-radius: 6px;
	background: #FFF !important;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#case .caseTop .sw-block4 .sw-entry h3{
	font-size: 0.938em !important;
	line-height: 160%;
	margin-top: 5px;
	margin-bottom: 12px;
}
#case .caseTop .sw-block4 .sw-entry p{
	font-size: 0.875em !important;
	color: #444;
}


/* 前後の記事
-------------------------------------------- */
.entryNav{
	width: 100% !important;
}
.entryNav p{
	font-size: 0.875em;
}
.entryNav a{
	text-decoration: none !important;
}
.entryNav p a:hover{
	text-decoration: none !important;
	color: #888 !important;
}






}
















/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

#visual{
	padding-top: 52px !important;
}
#contents{
	padding-top: 80px !important;
}

.header {
	background-color:rgba(66, 85, 91, 0.98) !important;
	position: fixed;
	width: 100%;
	height: 52px;
	z-index: 9999999;
}
.bg_white {
          background-color:#ffffff;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
 	z-index: 99999999;
  margin-top: 52px;
  padding: 0 0 10px 0;
  clear: both;
	background-color:rgba(55, 55, 55, 0.98) !important;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #ddd;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  border-top: 1px solid rgb(75, 75, 75);
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background: #ddd;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #ddd;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
}
.navtext h1{
	float: left;
	width: 100px;
	padding-top: 3px;
	padding-left: 24px;
	padding-bottom: 3px;
}
.navtext h1 img{
	width: 100%;
	height: auto;
}
.navtext .web{
	float: left;
	padding-top: 16px;
	padding-right: 12px;
	margin-left: 14px;
}
.navtext .web span.material-symbols-outlined{
	font-size: 1.75em;
}
.navtext .web span.txt{
	font-size: 1.00em;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	line-height: 60%;
	letter-spacing: 1px !important;
	vertical-align: text-top;
	letter-spacing: 0 !important;
}
.navtext .phone{
	float: left;
	border-left: 1px solid #888;
	padding-left: 10px;
}
.navtext .phone span{
	font-size: 1.875em;
	line-height: 190%;
	color: #FFF;
}
.navtext .line{
	float: left;
	padding-left: 13px;
}
.navtext .line i{
	font-size: 1.75em;
	line-height: 190%;
	color: #FFF;
}
.navtext .instagram{
	float: left;
	padding-left: 13px;
}
.navtext .instagram i{
	font-size: 1.75em;
	line-height: 190%;
	color: #FFF;
}
.navtext .contact{
	float: left;
	padding-left: 15px;
}
.navtext .contact i{
	font-size: 1.75em;
	line-height: 190%;
	color: #FFF;
}
.navtext a{
	color: white;
	text-decoration: none;
}


footer{
	padding:40px 0 40px 0;
	width: 90%;
	margin: auto;
}
footer h2{
	font-size: 1.375em;
	letter-spacing: 0px ;
	margin-bottom: 12px;
}
footer p.lead{
	font-size: 1.00em;
	color: #777;
	margin-bottom: 20px;
}
footer .place{
}
footer table.access{
}
footer table.access th{
	padding: 12px 20px 12px 0;
}
footer table.access td{
	padding: 12px 0 12px 0;
	line-height: 180%;
}
footer .map{
}
footer .map .gmap{
	margin-bottom:20px;
}
footer .map .gmap img{
	width: 100%;
	height: auto;
}
p.copy{
	background-color: #888;
	padding: 16px 0 18px;
	font-size: 0.75em;
	color: #FFF;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	z-index: 9999;
}

#badge,
#crumb{
	display: none;
}



/* サイドカラム
-------------------------------------------- */
#aside {
}
#aside h3{
	font-size: 1.0em;
	letter-spacing: 1px;
	padding: 0.6em 0.7em;
	border-top: 2px solid #42555b;
	border-bottom: 1px solid #CCC;
	margin-bottom: 18px;
	background-color: #F8F8F8;
}
#aside .boxNews{
	margin-bottom: 30px;
}
#aside .boxNews .entry{
	padding: 0 2px 0 2px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom:1px solid #EFEFEF;
}
#aside .boxNews .entry .image {
	float: left;
	margin-right: 16px;
}
#aside .boxNews .entry .image img{
	max-width: 70px;
	height:auto;
}
#aside .boxNews .entry h4{
	font-size: 0.875em !important;
	font-weight: 500
	line-height: 160%;
}
#aside .boxNews .entry .date{
	font-size: 0.75em;
	color: #999;
	margin-bottom: 2px;
}
#aside .boxCategory{
	margin-bottom: 30px;
}
#aside .boxCategory ul{
	padding-left: 10px;
	margin: 6px 0 10px 0;
}
#aside .boxCategory ul li{
	font-size: 1.0em;
	margin-bottom: 6px;
	background:url("/images/common/arrow_right.png") left 0.6em / 5px no-repeat;
	padding-left:12px;
	margin-bottom: 6px;
}
#aside .boxCategory ul li a{
	color: #333;
	text-decoration: none;
}
#aside .boxCategory ul li a:hover{
	color: #4091C6;
	text-decoration: underline;
}
#aside .boxCategory ul li li{
	font-size: 1.0em;
}

#aside .boxArchive{
	margin-bottom: 30px;
}

#aside .boxSearch{
	padding-left: 10px;
	margin-bottom: 36px;
}

#aside .boxTag{
}

#visual{
	padding-bottom: 60px;
}
#visual .mv{
	margin-bottom: 30px;
	position: relative;
}
#visual h1.logo{
	position: absolute;
  top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 999999;
}
#visual h1.logo img{
	width: 100%px;
	height: auto;
}
#visual .mask{
	display: none;
}
#visual p.lead{
	font-size: 1.125em;
	font-weight: 600;
	color: #777;
	line-height: 170%;
	text-align: center;
	letter-spacing: 1
}
.fitImg{
	display: none;
}

#home #main .hgroup{
	margin-bottom: 30px;
}

#home #main .hgroup h3{
	font-size: 1.75em !important;
	font-weight: 600 !important;
	line-height: 100% !important;
	color: #000 !important;
	letter-spacing: 2px !important;
	margin: 0 !important;
	padding-bottom: 8px;
	border-bottom:2px solid #555;
}
#home #main .cnts{
}
#home .whattnew{
	padding: 0px 0 10px 0;
	position: relative;
}
#home .whattnew p.title{
	font-size: 0.933em !important;
	line-height: 140%;
}

#home .about{
	padding: 40px 0 40px 0;
	position: relative;
	width: 100%;
	background-color: #FFF;
	background: url(/images/top/bg_mountain_mob.jpg);
	background-position:center 0px;
	background-size: cover;
	background-repeat:no-repeat;
}
#home .about h3{
	font-size: 1.75em !important;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: 1px;
}
#home .about p{
	font-size: 1.125em;
	font-weight: 500;
	margin-bottom: 20px;
	text-shadow: 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9);
}

#home .chiropractic{
	padding: 60px 0 60px 0;
	position: relative;
}
#home .chiropractic .sw-entry .image{
	width: 100%;
}
#home .chiropractic .sw-entry .image img{
    width:100%;
    height:auto;
}
#home .chiropractic p{
	font-size: 1.125em;
	line-height: 190%;
}

#home .photo{
	padding: 0 0 0 0;
}
#home .photo .autoplay .slick-slide {
    margin:0 2px;
}
#home .photo .autoplay .entry .image{
	width:100% !important;
}
#home .photo .autoplay .entry .image img {
    width:100%;
    height:auto;
}

#home .service{
	padding: 40px 0 40px 0;
}
#home .service .sw-box::after,
#home .service .course::after{
	content: "";
	display: block;
	clear: both;
}
#home .service .sw-block2{
	margin-bottom: 34px;
}
#home .service .sw-block1-sp .sw-box{
}
#home .service .sw-box h4{
	font-size: 1.375em;
	margin-bottom: 10px !important;
}
#home .service .sw-box h4.none{
	display: none;
}
#home .service .sw-box h6{
	font-size: 1.25em;
	font-weight: normal;
}
#home .service .sw-box .course{
	border-bottom:2px dotted #CCC;
	margin-bottom: 10px;
	padding: 6px 3px 8px 3px;
}
#home .service .sw-box p{
	margin-bottom: 8px;
}
#home .service .sw-box p.notice{
	margin-top: 12px;
	margin-bottom: 24px;
}

#home .service .sw-box table{
	width: 100% !important;
	line-height: 180%;
}

#home .service .sw-box .course-price p{
	font-size: 1.250em;
	font-family: 'Noto Sans JP', serif;
	font-weight: 600;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#home .service .sw-box .course-title,
#home .service .sw-box .course-price{
	padding: 0 12px;
}

#home .service .payment{
	margin-top: 30px;
}
#home .service .payment .image{
	width: 100%;
	margin: auto;
	margin-bottom: 15px;
}

#home .profile{
	padding: 40px 0 30px 0;
}
#home .profile h4{
	font-size: 1.35em;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 2px;
}
#home .profile .name{
	font-size: 1.25em;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 16px;
}
#home .profile p{
	font-size: 0.875em;
	margin-bottom: 20px;
}

#home .case{
	padding: 30px 0 40px 0;
	position: relative;
}
#home .case p.title{
	font-size: 0.933em !important;
	line-height: 140%;
}

#info .box-web::after{
	content: "";
	display: block;
	clear: both;
}

#info{
	background: url(/images/common/bg_sub.jpg) center top;
	background-repeat: repeat;
	padding: 45px 0 45px 0;
	position: relative;
}
#home #contents #info{
	padding: 20px 0 20px 0;
	position: relative;
}
#info .box-info{
	width: 100%;
}

#info .box-info2{
	width: 100%;
}
#info .box-web{
	width: 78%;
	margin: auto;
	margin-bottom: 40px;
}
#info .box-web .web{
	background:url("/images/common/arrow_r.svg") 35px no-repeat;
	background-position: right 16px top 38%;
	border: 1px solid #666666;
	background-color: #FFF;
}
#info .box-web .web a{
	display: block;
	text-decoration: none;
	padding: 20px 26px 18px 20px;
}
#info .box-web .web a.entry-link:hover {
	background-color: #EFEFEF;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
#info .box-web .web .image{
	float: left;
	margin-right: 8px;
}
#info .box-web .web .image span{
	font-size:2.75em ;
	line-height: 120%;
}
#info .box-web .web h4{
	font-size: 1.5em;
	font-family: 'Roboto', sans-serif;
	line-height: 145%;
	letter-spacing: 1px;
}
#info .box-web .web p{
	font-size: 0.933em;
	line-height: 150%;
	color: #666;
}

#info .box-tel{
	width: 90%;
	margin: auto;
	margin-bottom: 50px;
}
#info .box-tel .image span{
	font-size:2.0em ;
	line-height: 100%;
}
#info .box-tel h4{
	font-size: 1.75em;
	font-family: 'Roboto', sans-serif;
	line-height: 160%;
	letter-spacing: 1px;
	margin-bottom: 2px;
}
#info .box-tel h4 span{
	font-size: 1.375em;
	padding-right: 5px;
	vertical-align: middle;
}
#info .box-tel p{
	font-size: 0.938em;
	line-height: 140%;
}
#info .box-tel .image i{
	font-size:3.75em ;
	line-height: 160%;
}
#info .box-line{
	float: left;
	width: 46%;
	margin: auto;
	text-align: center;
}
#info .box-line h4{
	font-size: 1.35em;
	font-weight: 800;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	line-height: 95%;
	margin-bottom: 6px;
}
#info .box-line p{
	font-size: 0.875em;
	line-height: 140%;
}

#info .box-ig{
	float: right;
	width: 46%;
	margin: auto;
	text-align: center;
}
#info .box-ig h4{
	font-size: 1.35em;
	font-weight: 800;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	line-height: 95%;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
#info .box-ig p{
	font-size: 0.875em;
	line-height: 140%;
}


#case .caseTop .sw-entry{
	padding: 4px 4px;
}
#case .caseTop .sw-box{
	margin-bottom: 1.0em;
}

#case .caseTop .sw-box a{
	border: none !important;
	background-color: none !important;
	display: block;
	text-decoration: none;
}

#case .caseTop .sw-box a {
  pointer-events: none;
}

#case .caseTop .sw-entry h3{
	font-size: 0.875em;
	font-weight: bold;
	line-height: 160%;
	letter-spacing:-0.05em;
}
#case .caseTop .sw-block4 .sw-entry p{
	font-size: 0.875em;
	color: #444;
	margin-bottom: 0px !important;
}

/* 前後の記事
-------------------------------------------- */
.entryNav{
	width: 100% !important;
}

.entryNav a{
	text-decoration: none !important;
}
.entryNav p{
	font-size: 0.875em;
}

.title-carabiner{
	width: 90px;
	margin: auto;
	margin-top: 18px;
}
.title-carabiner img{
	width: 100%;
	height: auto;
}

.single .hgroup{
	margin-bottom: 30px;
}
.single .hgroup h1{
	font-size: 2.0em !important;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	margin-bottom: 12px;
}


#news.single article {
	width: 90%;
	margin:auto;
	padding-top: 24px;
}
#news.single article h2{
	font-size: 1.5em !important;
}
#news.single article img{
	width: 100%;
	margin:auto;
	margin-bottom: 20px; 
}
#news.single ul.sw-meta {
	border-bottom: 1px solid #DDD;
	padding-bottom: 6px;
	margin-bottom: 30px;
}
#news.single ul.sw-meta-horizon li {
	font-size: 0.875em !important;
}
/* お問い合わせ
-------------------------------------------- */
#contact{
}
#contact h6{
	font-size: 1.125em !important;
	letter-spacing: 0;
	margin-bottom: 5px !important;
}
#contact .box{
	margin-bottom: 30px !important;
}
#contact span.must{
	font-size: 0.75em;
	color:#F37167;
}

.wpcf7-submit {
	display: inline-block;
	margin: auto;
	font-size: 1.25em;
	color: #000;
	text-align: center;
	background: #fff none repeat scroll 0% 0%;
	padding: 14px 24px;
	border: 2px solid #000;
	cursor: pointer;
	letter-spacing: 2px;
}

.wpcf7-previous {
	width: 20%;
	margin: auto;
	font-size: 1.25em;
	color: #000;
	text-align: center;
	background: #f8f8f8 none repeat scroll 0% 0%;
	padding: 14px 24px;
	border: 2px solid #000;
	cursor: pointer;
	letter-spacing: 2px;
}


}
