@charset "UTF-8";




/*---------------------
CSS-LAYOUT
--------------------*/
#pagewrap {
    max-width: 1920px;
    margin: 0px auto;	
    background-image: url(../../uploads/bg-body.jpg);
    background-repeat: repeat-x;
}	
body #body {
    margin: 0 auto;
    max-width: 960px;
    border: 1px solid #e2efdb;
    box-shadow: 0px 0px 0px 1px white, 0px 0px 6px #333;
    background-color: white;
    margin-top: 80px;
    padding: 0px;
}
.sidebar-none #content {
    padding: 0;
}
body .pagewidth {
	width: 100%;
	max-width: 100%;
}
body .row_inner {
	width:100%;
    max-width: 960px;
	margin:0px auto;
}



body .fullwidth .row_inner {
	width:100%;
	max-width: 100%;
}
body .full-col .row_inner {
	width:100%;
	max-width: 100%;
}


/*layout part*/
body .module-layout-part .row_inner{
	width:100%;
    max-width: 960px;
	margin:0px auto;
}
body .module-layout-part .fullwidth  .row_inner{
	width:100%;
	max-width: 100%;
}
body .module-layout-part .full-col  .row_inner{
	width:100%;
	max-width: 100%;
}

#headerwrap .header{
	border:0;
	padding:0;
}
#footerwrap #footer{
	border:0;
	padding:0;
}



@media screen and (max-width: 939px){
    body .pagewidth {width: 100%;max-width: 100%;}
    body .row_inner{width: 100%;max-width: 100%; padding:0px 2%;}
	body .full-inner .row_inner{width: 100%;max-width: 100%; padding:0px 0%;}
	
	/*layout-part*/
    body .module-layout-part .row_inner{width: 100%;max-width: 100%; padding:0px 2%;}
    body .module-layout-part .full-inner .row_inner{width: 100%;max-width: 100%; padding:0px 0%;}	

}

/*---------------------
end of CSS-LAYOUT
--------------------*/








/*---------------------
CSS-MENU
--------------------*/

#m-menu-header ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
	flex-wrap: wrap;
}
#m-menu-header ul > li {
    display: flex;
    padding: 0;
    margin: 0;
    position: relative;
margin: 5px 0px; 
}
#m-menu-header ul > li >a {
	font-size: 13px;
    line-height: 15px;
    text-decoration: none;
}

body #m-menu-header ul .current-menu-item a, body #m-menu-header ul .current_page_item a {
	background-color: transparent;
    border-radius: 0px;
}




#m-menu-header ul > li:last-child a{
	border-right:0;
}
#m-menu-header ul > li > a:before{
}
#m-menu-header ul > li > a:hover:before{
}
#m-menu-header ul > li > a:hover{

}


/* -------
menu edit
---------*/

#m-menu-header ul > li.nav00{
   display:none;
}
#m-menu-header ul > li.nav01 > a{
 
}
#m-menu-header ul > li.nav02 > a{
 
}
#m-menu-header ul > li.nav03 > a{
 
}
#m-menu-header ul > li.nav04 > a{
 
}
#m-menu-header ul > li.nav05 > a{
 
}
#m-menu-header ul > li.nav06 > a{
 
}
#m-menu-header ul > li:last-child a{
    padding-right:0;
}
/*menu hover*/
#m-menu-header ul > li.nav01 > a:hover{
 
}
#m-menu-header ul > li.nav02 > a:hover{
 
}
#m-menu-header ul > li.nav03 > a:hover{
 
}
#m-menu-header ul > li.nav04 > a:hover{
 
}
#m-menu-header ul > li.nav05 > a:hover{
 
}
#m-menu-header ul > li.nav06 > a:hover{
 
}

/* -------
menu sub
---------*/
#m-menu-header ul .menu-item-has-children{
}
#m-menu-header ul  li .sub-menu{
    z-index:9;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100px;
    width: 150%;
    transform: translateX(25%);
	box-shadow:none;
}
#m-menu-header ul  li .sub-menu li{
    list-style: none;
    margin: 0;
    padding: 0;
}
#m-menu-header ul  li .sub-menu li a{
    display: block;
    text-align: center;
    padding: 10px 10px;
    color: #4d4d4d;
    font-size: 14px;
    background-color: #f7f7f7;
    line-height: 40px;  
}
#m-menu-header ul  li .sub-menu li a:hover{
 
}
/*sub hover*/
#m-menu-header ul > li:hover .sub-menu{
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 150%;
    transform: translateX(-14%);
}

/* ----------------
 css-MENU
---------------- */




/* ----------------
 css-Mobile
---------------- */

#s-menu-button {
  z-index: 99999999;
    position: absolute;
    right: 0;
    top: 0;
	width: 48px;
	height: 48px;
	display:flex;
}

#menu-button {
    opacity: 1;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    position: fixed;
    background-color: #1db270;
    z-index: 99999999;
    top: 0;
    right: 0;
    cursor: pointer;
	color:white;
}
#menu-button.nav-on {
  visibility:visible;
  opacity:1;
}
#menu-button .ham-lines {
  position: relative;
  margin: 0 auto;
  width: 32px;
  height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 28px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}
#menu-button .ham-lines span {
  bottom: 15px;
  transition: all .25s .25s;
  opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
  content: "";
}
#menu-button .ham-lines::before{
  bottom: 24px;
  animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
  bottom: 6px;
  animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
  font-size: 12px;
  line-height: 1;
}
#menu-button.is-active .ham-lines span {
  opacity: 0;
}
#menu-button.is-active .ham-lines::before {
  animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
  animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}


#main-nav-wrap.nav-off {
  position: fixed;
  z-index: 700;
  top: 0;
  left: -100vw;
  right: auto;
  bottom: auto;
  overflow-y: auto;
  background-color: #f1f1f1;
  display:block;
  width: 100vw;
  height: 100vh;
  transition: .3s linear;
}
#main-nav-wrap.is-active{
  left: 0;  
}
@media screen and (max-width: 1024px) { /* mobile visibility changes for max-width */
  #menu-button{
    visibility:visible;
    opacity:1;
  }
}











/*s-menu-sp*/
#s-menu-sp {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: fixed;
    transition: all 0.3s;
    top: 0;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    overflow: auto;
    z-index: 999999;
    display: none;
}

#s-menu-sp.is-active {
    display: flex;
}

#s-menu-sp-inner {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: auto;
}


/* ----------------
 end css-Mobile
---------------- */



















/*---------------------
CSS-HEADER
--------------------*/

#headerwrap {

}

#header.header {
  	padding:0;
	border:0;
}
body #header {
    padding: 0;
    border: 0;
}


/*---------------------
end of CSS-HEADER
--------------------*/





/*---------------------
CSS-TITLE
--------------------*/


/*title-01*/
body .title-01{
}
body .title-01 .module-title{
}
body .title-01 .tb_text_wrap{
}





/*---------------------
end of CSS-TITLE
--------------------*/




/*---------------------
CSS-SLICK-SLIDER
--------------------*/


/*---------------------
CSS-SLICK-SLIDER
--------------------*/




/*---------------------
CSS-PAGE
--------------------*/



/*---------------------
end of CSS-PAGE
--------------------*/




/*--------------------
 * CSS-ACCORDION
 * ------------------*/
body .accordion-01 ul{
    border: 0;
}
body .accordion-01 .accordion-title a{
	display:flex;
	position:relative;
}

body .accordion-01 .accordion-title a:before{
content: url();
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff6;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .accordion-01 .accordion-content{
	background-image: url();
    background-repeat: no-repeat;
    background-position: top 18px left 23px;
}

/*--------------------
 * end of  CSS-ACCORDION
 * ------------------*/






/*---------------------
CSS-POST
--------------------*/
/*post-one-line*/
body .post-one-line{

}
body .post-one-line.module.module-post{
	
}
body .post-one-line.module.module-post .module-title{
}
body .post-one-line.module.module-post .module-title span{
}
body .post-one-line.module.module-post .builder-posts-wrap {
}
#body .post-one-line.module.module-post .builder-posts-wrap .post{
	
}
#body .post-one-line.module.module-post .builder-posts-wrap .post .post-image{
	text-align: center;
}
#body .post-one-line.module.module-post .builder-posts-wrap .post .post-image a{

}
#body .post-one-line.module.module-post .builder-posts-wrap .post .post-image a img{

}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .post-date{
	white-space:nowrap;
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .ex-title {
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .more-link {
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .ex-title p {
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .post-title{
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .post-title a{

}

body .post-one-line.module.module-post .builder-posts-wrap .post .post-content{
    display: flex;
    align-items: center;
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .entry-content{
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .entry-content p{
}
@media screen and (max-width: 768px){
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	flex-direction:column;
	align-items:flex-start;
}
}

/*---------------------
end of CSS-POST
--------------------*/










/*---------------------
// CSS-BUTTOM
--------------------*/






/*---------------------
end of CSS-BOTTON
--------------------*/








/*---------------------
CSS-TABLE
--------------------*/

/*table-01*/
.table-01.module table{
  width:100%;
}
.table-01.module table tr td{
    border: 1px solid #ccc;
    padding: 5px 0px;
    text-align: center;
    vertical-align: middle;
}

.table-01.module table tr td:first-child{
    background-color: #b4f6d6;
}
.table-01.module table tr:first-child td{
    background-color: #b4f6d6;
}

@media screen and (max-width: 768px){body #body #layout #content .table-01.module .no_slide tbody th{display:table-cell;width:auto;}}
@media screen and (max-width: 768px){body #body #layout #content .table-01.module .no_slide tbody td{display:table-cell;width:auto;}}

/*table-02*/
.table-02.module table{
    width: 100%; max-width: 80%;
    margin: 0px auto;
}
.table-02.module table tr td{
    padding: 10px; vertical-align: top;
}
.table-02.module table tr td:first-child{
    width: 22%;color: #0c8c5a;
}
.table-02.module table tr:nth-child(odd){
    background-color: #e0fff3;
}
@media screen and (max-width: 480px){.table-02.module table{max-width:100%}}

/*table-03*/
.table-03.module table{
    width: 100%; max-width: 80%;
    margin: 0px auto;
    border-collapse: separate;
    border-spacing: 2px;
}
.table-03.module table tr td{
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #ffdddd;
}
.table-03.module table tr td:first-child{
    background-color: #ffdddd;
    width: 40%;
}
.table-03.module table tr:nth-child(odd){
}


/*---------------------
end of CSS-TABLE
--------------------*/





/*---------------------
CSS-FOOTER
--------------------*/
#footerwrap {

}
body .copyright-container {

}


body .copyright-container span{
  	display:inline-flex;

}


body .copyright-container a{

}

body .copyright-container img{
		display:block;
}


/* menu fooetr */
#m-menu-footer ul > li:last-child a{
	border-right:0;
}


body .footer-nav{
	display: flex;
    align-items: center;
    justify-content: center;
    background-image: url();
    margin: 0;
    flex-wrap: wrap;
    background-color: white;
    padding: 30px 0px;
	padding-bottom:10px;
}
body .footer-nav > li{
	display:inline-flex;
	margin: 0;
	line-height: 1;
	margin-bottom: 10px;
}
body .footer-nav > li > a{
	display:inline-flex;
	border-right:1px solid #000;
	line-height: 1;
	padding: 0px 8px;	
	color:#000;
	text-decoration:underline;
}
body .footer-nav > li.menu-item-has-children a{
	border:0;
}
body .footer-nav > li:last-child > a{
	border-right:0px solid #000;
}
body .footer-nav > li > a:hover{
 	text-decoration:none;
}


body .footer-nav  li .sub-menu{
	margin:0;
	margin-top: -2px;
}
#footerwrap #footer-nav li .sub-menu:before {
    content: '[ ';
}

#footerwrap #footer-nav li .sub-menu:after {
    content: ' ]';
}



body .footer-nav li .sub-menu li{
    margin: 0;
    line-height: 1;
	display:inline-block;
	line-height: 1;
}
body .footer-nav li .sub-menu li a{
    line-height: 1;
	display:inline-block;
	line-height: 1;
	color:#000;
	text-decoration:underline;	
	font-size:14px;
}


body .footer-nav li .sub-menu li a:after{
	content: ' | ';
}

body .footer-nav li .sub-menu li:last-child a:after{
	content: '';
}

body .footer-nav li .sub-menu li a:hover{
	text-decoration:none;	
}


body .footer-nav  li .sub-menu{
	margin:0;
	margin-top: -2px;
}
#footerwrap #footer-nav li .sub-menu:before {
    content: '[ ';
}

#footerwrap #footer-nav li .sub-menu:after {
    content: ' ]';
}





/*---------------------
end of CSS-FOOTER
--------------------*/




/*--------------------
 * CSS-SINGLE
 * ------------------*/
.single #layout {
	max-width: 1100px;
}


.single  .post-content{

}

.single .post-title{

}
.single  .post-image img{

}

.single .history-back-container {
    text-align: center;
}
.single .history-back-container a {

}
.single .history-back-container a:hover {

}
.single .history-back-container a i {

}


/*--------------------
 * end of CSS-SINGLE
 * ------------------*/



/*--------------------
 * CSS-ARCHIVE
 * ------------------*/
.archive .page-title {

}
.archive body #layout {

}

.archive  .post-content {

}

.archive body   .post-content a {

}
.archive body  .post {

}
.archive body .post-image img{

}

/*--------------------
 * end of CSS-ARCHIVE
 * ------------------*/





/*-------------=== 
CSS-FORM
------------- ===*/
/*form*/
body #body .module .wpcf7 table {
    border-collapse: collapse;
    width: 100%;
}

body #body .module .wpcf7 table tbody tr th, body #body .module .wpcf7 table tbody tr td {
    border: 1px solid #1db270;
    padding: 5px 5px;
    background-color: #fafafa;
    vertical-align: middle;
}
body #body .module .wpcf7 table tbody tr th {
    background-color: transparent;
    font-size: 13px;
    color: #fb6298;
    text-align: left;
    width: 28%;
    font-weight: normal;
}

body #body .module .wpcf7 table tbody tr th span {
    display: inline-flex;
    color: #ff0000;
    padding: 0px 0px;
    font-size: 10px;
    font-weight: 400;
    margin: 0px 10px;
    line-height: 20px;
}
body #body .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item  label {
	display:inline-flex;
	align-items:center;
}
body #body .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item  label span{
	white-space:nowrap;
}


body #body .module .wpcf7 table tbody tr td span input,body  #body .module .wpcf7 table tbody tr td span textarea {
    background-color: white;
    width: 100%;
/*     height: 40px; */
    border-radius: 0;
}
body  #body .module .wpcf7 table tbody tr td span textarea {
	height:300px;
}
body #body .module .wpcf7 table tbody tr td.reader {

}
body #body .module .wpcf7 table tbody tr td.reader .wpcf7-form-control-wrap {
}
body #body .module .wpcf7 input[type=submit] {
    background-color: #1db270;
/*     padding: 10px 30px; */
/*     display: inline-flex; */
    box-sizing: border-box;
    border-radius: 0;
}
body .wpcf7-form > p{
    text-align: center;
    width: 100%;
    padding-top: 60px;
}
body .wpcf7-form > p:after{
}

body .reader {

}
/*-------------=== 
end of CSS-FORM
------------- ===*/








/*-------------------
CSS-PAGE-NAV
--------------------*/
body .pagenav {

}
body .pagenav .number,
body .pagenav a{

} 

body .pagenav .current{
 
}
/*-------------------
end of CSS-PAGE-NAV
--------------------*/


.s-icon {
    display:none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}	
#pagewrap .s-icon .module-icon-item{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;	
}
#pagewrap .s-icon .module-icon-item a{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;	
}









/*---------------------------
 * -@1600@
 * ------------------------*/

@media screen and (max-width: 1600px){

}/*1600*/




/*---------------------------
 * -@939@
 * ------------------------*/

@media screen and (max-width: 939px){
	
#menu-button{
	display:flex;
}	
	
	
	
/*menu -footer*/ 
body #main-menu {

}
#main-menu li a:before {

}   
#main-menu li a {

}   

body #pc-backtop {
display:none;
}


.s-icon {
	display:flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}	





/*single*/
.single    .post-image {

}


#main-menu > li.nav00 {
    display: block;
}


#footerwrap {
    margin-bottom: 70px;
}
	
.rb2 {
    display: none;
}	
	
	
}/*@939-*/


/*---------------------------
 * end of @939
 * ------------------------*/



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

body .sub-col-reverse-680  .subrow_inner{
	flex-direction: column-reverse;
    display: flex;
}
body .standard-frame .mfp-iframe-holder .mfp-content {
    height: 90% !important;
}

	

	
	
	
	
	
}/*@768-*/
/*---------------------------
 * end of @768
 * ------------------------*/

/*---------------------------
 * @680@
 * ------------------------*/

@media screen and (max-width: 680px){


body #footer .sp-footer-icons-container a {
    font-size: 0px;
    padding: 10px 0px;
} 	
	
body #footer  .sp-footer-icons-container svg {
    height: 15px;
    margin-bottom: 5px;
}	
#footerwrap {
    margin-bottom: 0px;
}	




body #footer li.menu-item-has-children{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
}	
body .footer-nav > li {
    margin-bottom: 10px;
}	
body .footer-nav > li a {
    margin-bottom: 10px;border:0;
}
	
body #footer li.menu-item-has-children > a {
    margin-bottom: 15px;
}	
		
body .footer-nav li .sub-menu {
    margin: 0;
    margin-top: -2px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}	


#footerwrap {
margin-bottom: 55px;
}

#menu-button .ham-text {
/*     font-size: 0; */
    line-height: 1;
}



	
#pagewrap #body .module .wpcf7 table  tr{
	display: flex;
    flex-direction: column;
    box-sizing: border-box;
/*     border-bottom: 1px solid #ccc; */
}
	
#pagewrap #body .module .wpcf7 table tbody tr th {
	font-size: 14px;
	text-align: left;
	color: #333;
	font-weight: normal;
	background: #e6d5fa;
	color: #fff;
	width: 100%;
	margin-top: 25px;
	box-sizing: border-box;
	border-bottom: 0;
}	
	
#pagewrap #body .module .wpcf7 table tbody tr td span input, #pagewrap #body .module .wpcf7 table tbody tr td span textarea {
    width: 100%;
    max-width: 100%;
}	

#headerwrap {
    position: static;
    z-index: 999;
    position: relative;
}
.header-brand-container {
    justify-content: center;
}
#site-logo {
    padding-bottom: 0;
	padding-right: 51px;
}

body .mfp-iframe-holder .mfp-close {
    top: 0;
    z-index: 999;
    color: #000;
}	
.single #layout {
    padding: 100px 2%;
}	

body #body {
    margin-top: 0;
    padding: 0px;
}	
	
.table-03.module table {
    max-width: 100%;
}	
body .themify_builder_content .module_row .fix-module-feature-for-image .module-feature-image {
/*     margin: 0 !important; */
    width: 100%;
    max-width: 100%;
/*     padding-bottom: 30px;
    padding-top: 20px; */
}	
}/*@680-*/

/*---------------------------
 * end of @680
 * ------------------------*/



/* koni ---------------------------------------- */
/* ヘッダー */
#body .header-botan-a .module_subrow {
	right: 320px;
}
#body .header-botan-b .module_subrow {
	right: 170px;
}
#body .header-botan-c .module_subrow {
	right: 15px;
}
#body .header-botan-c .module_subrow a:hover {
	background-position: center center;
}
/* ホーム */
body #body {
	margin-top: 53px;
}
.home-title-img {
	background-image: url(../../uploads/title1.jpg), url(../../uploads/title1a.jpg);
	background-repeat: no-repeat, repeat-x;
    background-position: top left;
}
.home-article-box {
	height: 142px;
	overflow: auto;
}
.home-article-box .module_column {
	margin-top: 12px;
}
.google-map-text p a {
	text-decoration: underline;
}
.google-map-text p a:hover {
	text-decoration: none;
}
.home-news-title {
	background-image: url(../../uploads/bg_title1_01.jpg), url(../../uploads/bg_title1_03.jpg), url(../../uploads/bg_title1_04.jpg);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: top left, left bottom, left top;
    background-size: 100% auto;
	margin-bottom: 0;
}
.home-news-title span {
	display: block;
	font-size: 17px;
	font-weight: bold;
    color: white;
	letter-spacing: .05em;
	padding: 6px 0 6px 5px;
}
/* #pagewrap .home-sasanai-img {
	margin: 0 0 1em 1.5em;
} */
/* 刺さない治療法 */
#pagewrap .sasanai-5-textbox .module-feature-image {
	max-width: 220px;
	margin-right: 0;
	margin-left: 1.5em;
}
.sasanai-title-img  {
	background-image: url(../../uploads/cont_tds-1.jpg), url(../../uploads/title1a.jpg);
	background-repeat: no-repeat, repeat-x;
    background-position: top left;
}
#pagewrap .sasanai-5-textbox .module-feature-content {
	padding-right: 10px;
}
/* 施設案内 */
.sejutu-title-img {
	background-image: url(../../uploads/title12.jpg), url(../../uploads/title1a.jpg);
	background-repeat: no-repeat, repeat-x;
    background-position: top left;
}
.sasanai-a-title {
	background-image: url(../../uploads/cont_t.jpg), url(../../uploads/cont_m.jpg);
	background-repeat: no-repeat, repeat-y;
    background-position: top left, top left;
    background-size: 100% auto;
}
body #pagewrap .sasanai-second-title {
	background-position: top left;
}
/* ご挨拶 */
.greeting-textimg img {
	float: left;
}
.greeting-title-img {
	background-image: url(../../uploads/title-03-page4.jpg), url(../../uploads/title1a.jpg);
	background-repeat: no-repeat, repeat-x;
    background-position: top left;
}
#pagewrap .greeting-intyou-img .image-wrap {
	margin: 0 1.5em 1em 0;
}
/* 初めての方へ */
.firsttime-flow-text p {
	letter-spacing: -.2px;
}
/* 料金について */
.price-table .table-p {
	margin-bottom: 1.2em;
}
.price-title-img {
	background-image: url(../../uploads/title02-page6.jpg), url(../../uploads/title1a.jpg);
	background-repeat: no-repeat, repeat-x;
    background-position: top left;
}
/* 交通案内 */
.traffic-move-text {
	display: none;
}
.koutuu-title-img {
	background-image: url(../../uploads/title02-page7.jpg), url(../../uploads/title1a.jpg);
	background-repeat: no-repeat, repeat-x;
    background-position: top left;
}
/* お問い合わせ */
.contact-title-img {
	background-image: url(../../uploads/title02-page8.jpg), url(../../uploads/title1a.jpg);
	background-repeat: no-repeat, repeat-x;
    background-position: top left;
}
body #body .contact-box .module .wpcf7 table tbody tr th {
	width: 25%;
	font-weight: bold;
	padding: 5px 7px;
}
body #body .contact-box .module .wpcf7 table tbody tr th span {
	font-weight: bold;
	margin-left: 0;
}
body #body .contact-box .module .wpcf7 table tbody tr td {
	padding: 5px 7px;
}
body #body .contact-box .module .wpcf7 table tbody tr td input {
	border-radius: 5px;
}
body #body .contact-box .module .wpcf7 table tbody tr td span textarea {
	height: auto;
	border-radius: 5px;
}
body #body .contact-box .module .wpcf7 table tbody tr td span textarea, body #body .contact-box .module .wpcf7 table tbody tr td {
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
body .wpcf7-form > p {
	padding-top: 0;
}
body #body input[type=submit] {
	max-width: 250px;
    width: 100%;
	color: #000;
	display: flex;
    margin: 15px auto;
}
.wpcf7 .submit_btn input[type="submit"] {
	width: auto!important;
	padding: 7px 110px;
}
/* 院概要 */
.overview-title-img {
	background-image: url(../../uploads/title02-page9.jpg), url(../../uploads/title1a.jpg);
	background-repeat: no-repeat, repeat-x;
    background-position: top left;
}
#pagewrap .overview-system-box {
	max-width: 226px;
	margin: 0 auto;
}
/* フッター */
#footerwrap .footer-nav-top a {
	border-left: 1px solid #03a05f;
}

/* 1180px ---------------------------------------- */
@media screen and (max-width: 1180px) {
 /* ホーム */
	.social-widget {
		display: none;
	}
 /* 刺さない鍼治療 */
/* 	#pagewrap .sasanai-back-img .module-text {
		background-size: auto auto;
	} */
}

/* 1024px ---------------------------------------- */
@media screen and (max-width: 1024px) {
/* 交通案内 */
	.traffic-move-text {
		display: block;
		font-size: 13px;
		margin-top: 10px;
	}
	#pagewrap .traffic-table {
		margin-top: 0;
	}
}

/* 939px ---------------------------------------- */
@media screen and (max-width: 939px) {
 /* 全体 */
	#pagewrap {
		background-image: none;
		margin-top: 58px;
	}
	body #body {
		margin-top: 0;
	}
	.social-widget {
		display: none;
	}
 /* ヘッダー */
	#pagewrap .header-container {
		background-image: url(../../uploads/bg-body.jpg);
    	background-repeat: repeat-x;
		padding-bottom: 15px;
	}
/* 	#menu-button {
		top: 5px;
		right: 5px;
	} */
	#pagewrap .header-botan .module_subrow {
		display: none;
	}
 /* ホーム */
	.fiest-view .row_inner {
		padding: 0;
	}
	.home-container .row_inner {
		display: flex;
		flex-direction: column-reverse;
	}
 /* 刺さない鍼治療 */
	.sasanai-container .row_inner {
		display: flex;
		flex-direction: column-reverse;
	}
	.sasanai-c .sasanai-c-img .image-wrap {
		width: auto;
	}
 /* 施術内容 */
	.sejutu-container .row_inner {
		display: flex;
		flex-direction: column-reverse;
	}
 /* ご挨拶 */
	.greeting-container .row_inner {
		display: flex;
		flex-direction: column-reverse;
	}
	#pagewrap .greeting-a .image-wrap {
		text-align: left;
	}
 /* 初めての方へ */
	.firsttime-container .row_inner {
		display: flex;
		flex-direction: column-reverse;
	}
 /* 料金について */
	.price-container .row_inner {
		display: flex;
		flex-direction: column-reverse;
	}
 /* 交通案内 */
	.koutuu-container .row_inner {
		display: flex;
		flex-direction: column-reverse;
	}
 /* お問い合わせ */
	.contact-container .row_inner {
		display: flex;
		flex-direction: column-reverse;
	}
 /* 院概要 */
	.overview-container .row_inner {
		display: flex;
		flex-direction: column-reverse;
	}
}

/* 820px ---------------------------------------- */
@media screen and (max-width: 820px) {
/* 刺さない治療 */
/* 	body #pagewrap .sasanai-second-title {
		background-size: auto auto;
	} */
}

/* 768px ---------------------------------------- */
@media screen and (max-width: 768px) {
 /* 刺さない鍼治療 */
	#pagewrap .sasanai-second-title {
		background-size: 100% auto;
	}
	.sasanai-c .sasanai-c-img .image-wrap {
		width: 100%;
	}
	.sasanai-5-textbox {
		display: flex;
		flex-direction: column;
	}
	#pagewrap .sasanai-5-textbox .module-feature-image {
		margin: 0 auto 13px;
	}
 /* ご挨拶 */
	#pagewrap .greeting-a .image-wrap {
		text-align: center;
	}
 /* 料金について */
	.price-table table tr td, .price-table table tr th {
		display: block;
	}
	#pagewrap .price-table table tr td {
		width: 100%;
	}
 /* 交通案内 */
	.traffic-table {
		overflow: auto;
	}
	.traffic-move-text {
		color: #1db270;
	}
	#pagewrap .traffic-table table {
		width: 685px;
	}
 /* 院概要 */
	.overview-table {
		overflow: auto;
	}
	#pagewrap .overview-table table {
		width: 685px;
	}
}

/* 680px ---------------------------------------- */
@media screen and (max-width: 680px) {
 /* 全体 */
	#pagewrap {
		background-image: url(../../uploads/bg-phone_03.jpg);
		background-repeat: repeat;
	}
	.fiest-view .row_inner {
		padding: 0;
	}
 /* ヘッダー */
	#pagewrap .header-container {
		background-image: none;
		padding-bottom: 20px;
		margin-bottom: 3px;
	}
	#pagewrap .header-container .header-box .tb-column-inner {
		flex-direction: column;
		align-content: center;
	}
 /* ホーム */
	#pagewrap .home-table {
		overflow: auto;
	}
/* 	#pagewrap .home-table table {
		width: 685px;
	} */
 /* 刺さない鍼治療 */
	#pagewrap .sasanai-a .sasanai-a-title {
		padding: 15px 0px 0px 11px;
	}
	body #pagewrap .sasanai-second-title {
		padding-top: 10px;
	}
 /* 料金について */
	#pagewrap .price-table table {
		max-width: 80%;
	}
 /* お問い合わせ */
	#pagewrap #body .contact-box .module .wpcf7 table tbody tr th {
		color: #fb6298;
		background-color: #fff;
		border-bottom: 1px;
		margin-top: 0;
	}
	#pagewrap #body .contact-box .module .wpcf7 .wpcf7-radio .wpcf7-list-item input {
		width: 10px;
	}
 /* 院概要 */
	#pagewrap .overview-system-box {
		margin-top: 40px;
	}
 /* フッター */
	#pagewrap .footer-copyright .tb-column-inner {
		flex-direction: row;
	}
}

/* fix */
body .sasanai-container .sasanai-back-img .bg-text {
	background-position: 0% 0%;
}

@media screen and (max-width: 768px) {
	body .home-sasanai-img .module-image.image-right .image-wrap {
		float: none;
		margin: 0;
		text-align: center;
	}
	
	body .sejutu-container .sejutu-table td {
		display: block;
		width: 96%;
	}
	
	body .sejutu-container .sejutu-table.module table tr td:first-child {
		width: 100%;
	}
	
	body #pagewrap .greeting-container .module-image.greeting-intyou-img .image-wrap {
		float: none;
		text-align: center;
	}
	
	body #pagewrap .sasanai-5-textbox .module-feature-content {
		padding-right: 0;
	}
}
