@charset "UTF-8";


/*
v.02.01
*/
/*---------------------
CSS-LAYOUT
--------------------*/
#pagewrap {
    max-width: 1920px;
    margin: 0px auto;
}
.sidebar-none #content {
    padding: 0;
}
body .pagewidth {
	width: 100%;
	max-width: 100%;
}
body .themify_builder_content .row_inner {
	width:100%;
    max-width: 1000px;
	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: 1000px;
	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
--------------------*/

#pagewrap .m-menu-header  ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
	flex-wrap: wrap;
}
#pagewrap .m-menu-header ul > li {
    display: flex;
    padding: 0;
    margin: 0;
    position: relative;
	margin: 0px 0px; 
}
#pagewrap .m-menu-header .module-menu-container>  ul > li >a {
    padding: 0px 0px;
    text-decoration: none;
    height: 55px;
    background-image: url(../../uploads/menu_03.png);
    text-indent: -300%;
    display: inline-flex;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top 0px left 0px;
	border-radius: 0;
	transition:none;
}

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




#pagewrap .m-menu-header ul > li:last-child{
}
#pagewrap .m-menu-header ul > li > a:before{
}
#pagewrap .m-menu-header ul > li > a:hover:before{
}
#pagewrap .m-menu-header ul > li > a:hover{
	color:#ea5a9b;
	transition:none;
}


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

#pagewrap .m-menu-header ul > li.nav00{
   display:none;
}
#pagewrap .m-menu-header ul > li.nav01 > a:hover{
width: 202px;background-position: top left 0px;
}
#pagewrap .m-menu-header ul > li.nav02 > a:hover{
width: 202px;background-position: top left -202px;
}
#pagewrap .m-menu-header ul > li.nav03 > a:hover{
width: 202px;background-position: top left -404px;
}
#pagewrap .m-menu-header ul > li.nav04 > a:hover{
width: 200px;background-position: top left -606px;
}
#pagewrap .m-menu-header ul > li.nav05 > a:hover{
width: 194px;background-position: top left -807px;
}


/*menu hover*/
#pagewrap .m-menu-header ul > li.nav01 > a{
width: 202px;background-position: top  -55px left 0px;
}
#pagewrap .m-menu-header ul > li.nav02 > a{
width: 202px;background-position: top  -55px left -202px;
}
#pagewrap .m-menu-header ul > li.nav03 > a{
width: 202px;background-position: top  -55px left -404px;
}
#pagewrap .m-menu-header ul > li.nav04 > a{
width: 200px;background-position: top  -55px left -606px;
}
#pagewrap .m-menu-header ul > li.nav05 > a{
width: 194px;background-position: top  -55px left -807px;
}


/* -------
menu sub
---------*/
#pagewrap .m-menu-header ul .menu-item-has-children{
}
#pagewrap .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;
}
#pagewrap .m-menu-header ul  li .sub-menu li{
    list-style: none;
    margin: 0;
    padding: 0;
	width: 100%;
}
#pagewrap .m-menu-header ul  li .sub-menu li a{
	display: block;
    width: 100%;
    text-align: center;
    padding: 15px 15px;
    border-bottom: 1px dashed #000;
}
#pagewrap .m-menu-header ul  li .sub-menu li a:hover{
 
}
/*sub hover*/
#pagewrap .m-menu-header ul > li:hover .sub-menu{
	display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
/*     width: 120%; */
	width: 100%;
/*     transform: translateX(-9%); */
    border-radius: 0;
}

/* ----------------
 end of css-MENU
---------------- */





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



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

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

#menu-button {
    opacity: 1;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    cursor: pointer;
}
#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;
}

.social-widget {
    display: none;
}
/*---------------------
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%;
    border-collapse: collapse;	
}
.table-01.module table tr td,.table-01.module table tr th {
    border: 1px solid #a6c469;
    text-align: center;
    padding: 11px 0
}

.table-01.module table tr th {
    text-align: center;
    color: #619600;
    font-weight: bold;
    background-color: #e7fcb1
}

.table-01.module table tr th:first-child {
    width: 35%
}

.table-01.module table tr td {
    background-color: #f6ffe4
}

@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%;
    border-collapse: collapse;	
}
.table-02.module table tr td,
.table-02.module table tr th{

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



/*---------------------
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 */
body  #pagewrap .m-menu-footer .ui {
	display: flex;
    align-items: center;
    justify-content: center;
    background-image: url();
    margin: 0;
    flex-wrap: wrap;
}
body  #pagewrap .m-menu-footer .ui  > li{
    display: inline-flex;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
}
body  #pagewrap .m-menu-footer .ui  > li > a{
	display: inline-flex;
    border-right: 1px solid #000;
    line-height: 1;
    padding: 0px 8px;
    text-decoration: underline;
}
body  #pagewrap .m-menu-footer .ui  > li.menu-item-has-children a{
	border:0;
}




body  #pagewrap .m-menu-footer .ui  > li.menu-item-has-children .child-arrow  {
    display: none;
}



body  #pagewrap .m-menu-footer .ui  > li.menu-item-has-children .child-arrow:before{
	display:none;
}
body  #pagewrap .m-menu-footer .ui  > li.menu-item-has-children .child-arrow:after{
	display:none;
}






body  #pagewrap .m-menu-footer .ui  > li:last-child > a{
	border-right:0px solid #000;
}
body  #pagewrap .m-menu-footer .ui  > li > a:hover{
 	text-decoration:none;
}


body  #pagewrap .m-menu-footer .ui   li .sub-menu{
	opacity: 1 !important;
    pointer-events: auto !important;
    display: block !important;
    transform: none !important;
    transition: opacity .3s, transform .3s !important;
    height: auto !important;
    position: static;
    width: auto !important;
    padding: 0;
    margin: 0 !important;
    height: auto;
    background-color: transparent;
    box-shadow: none;
    line-height: 1;
    border-right: 1px solid #222;
    border-radius: 0;
    padding-right: 10px;
	margin-top: 2px !important;
}



body  #pagewrap .m-menu-footer .ui li .sub-menu:before {
    content: '[ ';
}

body  #pagewrap .m-menu-footer .ui li .sub-menu:after {
    content: ' ]';
}



body  #pagewrap .m-menu-footer .ui  li .sub-menu li{
    margin: 0;
    display: inline-block;
    width: auto;
    line-height: 1;
    background-color: transparent;
}
body  #pagewrap .m-menu-footer .ui  li .sub-menu li a{
	display: inline-block;
    padding: 0;
    margin: 0;
    background-color: transparent;
    line-height: 1;
}


body  #pagewrap .m-menu-footer .ui  li .sub-menu li a:after{
	content: ' | ';
}

body  #pagewrap .m-menu-footer .ui  li .sub-menu li:last-child a:after{
	content: '';
}

body  #pagewrap .m-menu-footer .ui  li .sub-menu li a:hover{
	text-decoration:none;	
}


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

body  #pagewrap .m-menu-footer .ui li .sub-menu:after {
    content: ' ]';
}




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




/*--------------------
 * CSS-SINGLE
 * ------------------*/
.single #layout {
    max-width: 1100px;
    margin: 0px auto;
    padding: 100px 0;
}

.single  .post{

}

.single  .post-content{

}

.single .entry-content{
	
}

.single .post-date{

}

.single .post-title{
    font-size: 16px;
}
.single .post-title a{

}
.single  .post-image{
	
}

.single  .post-image img{

}


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



/*--------------------
 * CSS-ARCHIVE
 * ------------------*/

.archive #layout {
	max-width:1100px;
	margin:0px auto;
	padding:100px 0px;
}
.archive .page-title {
	display:none;
}
.archive body  .post {

}
.archive .post-title {

}
.archive .post-title a {

}

.archive  .post-content {

}

.archive  .entry-content {

}

.archive .post-image{
    text-align: center;
}
.archive .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: 10px;
    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: #6e2888;
    padding: 20px 71px;
    color: white;
    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 {
	text-align: center;
}
body .pagenav .number,
body .pagenav a{
	display: inline-flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    border-radius: 50%;
    font-size: 16px;
} 

body .pagenav .number:hover,
body .pagenav a:hover{
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
} 



body .pagenav .current{
    background-color: #000;
    border: 1px solid #000;
    color: #fff; 
	pointer-events:none;
}
/*-------------------
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;	
}






/*---------------------
CSS-SHARE
--------------------*/


body a,
body a img
{
  transition:all 0.3s;
}
body a{
  outline:none;
}

body .a-none a,
body .a-none img
{
  pointer-events:none;
}


body a:hover img{
  opacity:0.6;
}

body .tel-link a{
    pointer-events:none;
}
.module p{
  margin-bottom:0;
}

body .frame-policy{
	overflow:auto;
}


body .frame-block iframe, body .frame-block object {
    max-width: 100%;
    display: block;
}



body .ov-hide{
  overflow:hidden;
}

body .themify_builder_content  .max-width-1600{
	width:100%;
	max-width:1600px;
	margin:0px auto;
} 

body .themify_builder_content  .max-width-1400{
	width:100%;
	max-width:1400px;
	margin:0px auto;
} 


body .themify_builder_content  .max-width-1280{
	width:100%;
	max-width:1280px;
	margin:0px auto;
} 

body .themify_builder_content  .max-width-1200{
	width:100%;
	max-width:1200px;
	margin:0px auto;
} 

body .themify_builder_content  .max-width-1100{
	width:100%;
	max-width:1100px;
	margin:0px auto;
} 

body .themify_builder_content  .max-width-1000{
	width:100%;
	max-width:1000px;
	margin:0px auto;
} 
body .themify_builder_content  .max-width-800{
	width:100%;
	max-width:800px;
	margin:0px auto;
} 

body .themify_builder_content  .max-width-600{
	width:100%;
	max-width:600px;
	margin:0px auto;
} 



body .themify_builder_content .bg-100-100{
	background-size:100% 100%;
} 
body .themify_builder_content .bg-100-auto{
	background-size:100% auto;
} 
body .themify_builder_content .bg-auto-100{
	background-size:auto  100%;
} 
body .themify_builder_content .no-wrap {
	white-space:nowrap;
} 
body .themify_builder_content  .m-write-mode{
	writing-mode: tb-rl;
}


body #pc-backtop {
    width: auto;
    height: auto;
    position: fixed;
    right: 20px;
    z-index: 999;
    bottom: -26px;
	opacity:0;
	transition:all 0.3s;
}
body #pc-backtop.is-visible {
	opacity:1;
}
body #pc-backtop a img{
    width: auto;
    height: auto;
}


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

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

}/*1600*/




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

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

#s-menu-button {
	display:flex;
}	
#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 #layout {
    padding: 100px 2%;
}	
.single .post-image {
    text-align: center;
}


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


#footerwrap {
    margin-bottom: 70px;
}
	
.rb2 {
    display: none;
}	
	


#pagewrap .m-menu-sp ul  li .sub-menu{
	visibility: visible !important;
	display: block !important;
	transform: none !important;
	padding:0;
}	


body  #pagewrap .m-menu-sp  .ui .menu-item .child-arrow{
	display:none;
}	


	
body #pagewrap .m-menu-footer .ui li .sub-menu:after {
    display: none;
}	
	
body #pagewrap .m-menu-footer .ui li .sub-menu:before{
    display: none;
}		

	
body #pagewrap .m-menu-footer .ui li .sub-menu {
	border: 0;
}	
	
	
	
	
/*---------------------
css-share-939
--------------------*/
body .tel-link a{
    pointer-events:auto;
}
body .image-center-939 .image-wrap {
  width:100%;
  text-align:center;
} 


body .themify_builder_content .bg-100-100-939{
	background-size:100% 100%;
} 
body .themify_builder_content .bg-100-auto-939{
	background-size:100% auto;
} 
body .themify_builder_content .bg-auto-100-939{
	background-size:auto  100%;
} 
body .themify_builder_content .no-wrap-939 {
	white-space:wrap;
} 
body .themify_builder_content  .m-write-mode-no-939{
	writing-mode: unset;
}

body .themify_builder_content  .table-full-939 .tb_text_wrap{
	overflow:auto;
}	
	
body .themify_builder_content  .table-full-939 .tb_text_wrap table{
	width:150%;
	min-width:939px;
}	

body .themify_builder_content .row-reverse-939 .row_inner{
	display: flex;
    flex-direction: column-reverse;
}
body .themify_builder_content .subrow-reverse-939 .subrow_inner{
	display: flex;
    flex-direction: column-reverse;
}

	
}/*@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
 * ------------------------*/





/*---------------------------
 * @media-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%;
}	
#pagewrap #body .wpcf7-form  > p{
	text-align: center;
    width: 100%;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;	
}
	

#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%;
}	
	
.archive #layout {
 	padding: 100px 2%;
}
/*---------------------
css-share-680
--------------------*/	
	
body .image-center-680 .image-wrap {
  width:100%;
  text-align:center;
} 

body .themify_builder_content .bg-100-100-680{
	background-size:100% 100%;
} 
body .themify_builder_content .bg-100-auto-680{
	background-size:100% auto;
} 
body .themify_builder_content .bg-auto-100-680{
	background-size:auto  100%;
} 
body .themify_builder_content .no-wrap-wrap-680{
	white-space:wrap;
} 
body .themify_builder_content  .m-write-mode-no-680{
	writing-mode: unset;
}
body .themify_builder_content  .table-full-680 .tb_text_wrap{
	overflow:auto;
}		
	
body .themify_builder_content  .table-full-680 .tb_text_wrap table{
	width:150%;
	min-width:680px;
}		
	
body .themify_builder_content .row-reverse-680 .row_inner{
	display: flex;
    flex-direction: column-reverse;
}
body .themify_builder_content .subrow-reverse-680 .subrow_inner{
	display: flex;
    flex-direction: column-reverse;
}	


}/*@680-*/

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


/* koni -----------------------------------------------*/
/* 全体 */
.w-container {
	max-width: 1000px;
	margin: 0 auto;
}
/* 全体 end */
/* ヘッダー */
#headerwrap {
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
body .themify_builder_content .header-container .sri.sr-j-b > .tb-column-inner {
	height: 100px;
	align-items: center;
}
#s-menu-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding-top: 100px;
}
#pagewrap .m-menu-header ul li .sub-menu li a {
	color: #000;
	text-decoration: underline;
}
#pagewrap .m-menu-header ul li a span {
	display: none;
}
/* ヘッダー end */

/* ホーム */
.daihyou-container .daihyou-box .daihyou-item .daihyou-title {
	line-height: 26px;
}
.text-item {
	background-image: url(https://www.shinkai-dental.com/manasys/wp-content/uploads/topsad_03-1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
}
.text-item-title {
	background-image: url(https://www.shinkai-dental.com/manasys/wp-content/uploads/title-02-1.png),url(https://www.shinkai-dental.com/manasys/wp-content/uploads/title-02-2.png),url(https://www.shinkai-dental.com/manasys/wp-content/uploads/top_036_03.jpg);
	background-position: top left, top right, top left;
	background-repeat: no-repeat;
	background-size: auto,auto,100% auto;
	padding: 20px 120px 35px 110px;
}
body .text-container .text-box .subrow_inner .text-item .tb-column-inner .text-item-nado{
	width: 100%;
}
.text-item-nado p {
	text-align: right;
}
body .onegai-text-container .onegai-text-box {
	align-content: flex-start;
}
/* ホーム end */

/* 治療方針 */
body .therapy-first-view .row_inner {
	width: 1280px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
body .therapy-turai-text {
	text-align: center;
}
body .therapy-turai-text li {
	list-style-position: inside;
}
body .therapy-turai-text span {
	color: #ff753b;
}
body .link-botan .module .module-buttons-item a:hover {
	color: #ff753b;
}
body .link-botan .module .module-buttons-item a span:hover{
 	text-decoration: none;
}
.sensei-img-container {
	background-image: url(../../uploads/policy65_11.png), url(../../uploads/policcy_03.png);
    background-repeat: no-repeat;
    background-position: top left 15%, top 10px left 60%;
	padding: 50px 0;
}
.sensei-img-container2 {
	display: none;
}
.therapy-turai-text {
		list-style: none;
		line-height: 1.5;
		font-size: 20px;
		font-weight: 600;
		color: #b2d101;
		margin-left: 0;
}
.therapy-turai-text li {
	text-align: left;
	background-color: white;
	background-image: url(../../uploads/policyff3_15.png);
	background-repeat: no-repeat;
	background-position: left 10px top 10px;
	padding: 12px 12px 12px 50px;
	border: 3px solid #fde09a;
	margin-top: 20px;
	margin-bottom: 0;
}
.therapy-turai-text {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
}
.therapy-turai-text li {
	width: 40%;
}
/* .sensei-img-container {
	background-position: top left 3%, top 10px left 83%;
} */
/* 治療方針 */


/* お口の病気にならない為に */
body .kezuru-box {
	padding: 20px 20px 20px 40px;
	margin: 0;
}
body .kezuru-box {
		color: #b2d101;
		font-weight: 600;
		display: flex;
		padding-left: 20px;
}
body .kezuru-box li {
	width: 30%;
	list-style: none;
	background-color: #fff;
	background-image: url(../../uploads/policyff3_15.png);
	background-repeat: no-repeat;
	background-position: left 10px top 10px;
	border: 3px solid #fde09a;
	padding: 20px 12px 20px 50px;
	margin: 20px 2% 17px 0;
}
body .kezuru-box li:last-child {
	margin-right: 0;
}
body .kezuru-box span {
	color: #ff753b;
	font-weight: 600;
}
/* お口の病気にならない為に end */

/* 機能的で美しい歯とは */
body .module_subrow .subrow_inner .utukusii-ha-text {
	display: flex;
}
/* 機能的で美しい歯とは end */

/* スタッフ */
body .gaibu-staf-container .module-image .image-wrap {
	margin-bottom: 0;
}
body .intyou-container {
	display: none;
}
body .janp {
	scroll-margin-top: 155px; /* この高さだけスクロール位置を調整 */
}
body .intyou-container {
	display: block;
	margin-top: 15px;
}
body .intyou-container .intyou-box {
	border-collapse: collapse;
}
body .intyou-container .intyou-box .intyou-item th, body .intyou-container .intyou-box .intyou-item td {
	border: 1px solid #ffbca0;
}
body .intyou-container .intyou-box .intyou-item th {
	width: 30%;
	text-align: left;
	background-color: #fff4e7;
	padding: 14px 10px;
}
body .intyou-container .intyou-box .intyou-item td {
	padding: 14px 10px;
}
/* スタッフ end */

/* フッター */
.footer-container .footer-box .footer-item ul li a {
	font-weight: 500;
}
.table-box .table-title {
	background-image: url(../../uploads/top3gd_03.jpg);
	background-repeat: no-repeat;
    background-position: top left;
}
.table-box .table-item h3 {
	display: none;
	font-size: 13px;
	font-weight: 200;
	margin-bottom: 0;
}
.table-box .table-item table tr th {
	width: 35px;
}
.table-box .table-item table tr .table-doyou {
	width: 20%;
}
/* フッター */

/* 1024px------------------------------------- */
@media screen and (max-width: 1024px) {
/* フッター */
	.table-box .table-item h3 {
		display: block;
	}
	.table-box .table-item .tb_text_wrap {
		padding-right: 4%;
	}
/* フッター end */
}

/* 938px------------------------------------- */
@media screen and (max-width: 938px) {
/* 全体 */
	.w-container {
		padding: 0 2%;
	}
/* 全体 end */
	
/* ヘッダー */
	#s-menu-header {
		display: none;
	}
	body .tb_layout_part_wrap .themify_builder_content .sp-header {
		background-color: #59baff;
	}
	body .sp-header .sp-nav ul li a {
		text-align: left !important;
	}
	body .sp-header .sp-nav ul li ul li{
		margin-left: 3em;
	}
	body .sp-header .sp-nav ul li ul li a {
		color: #fff !important;
	}
/* ヘッダー end */
	
/* ホーム */
	body .therapy-first-view .row_inner {
		padding: 0;
	}
/* ホーム end */
}

/* 768px------------------------------------- */
@media screen and (max-width: 768px) {
/* 全体 */
	body .themify_builder_content .module_row.therapy-first-view {
		margin: 20px 0 0 0;
	}
	body .link-utikesi {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}
	body .utikesi-padding {
		padding: 0 !important;
	}
/* 全体 end */
/* ヘッダー */
	#headerwrap {
		position: static;
		padding-top: 48px;
	}
	#headerwrap .header-container .tb-column-inner, #headerwrap .header-box-rigth-text .tb-column-inner {
		height: auto;
		display: flex;
		flex-direction: column;
	}
	#headerwrap .header-container .header-box-left {
		text-align: center;
		padding-bottom: 20px;
	}
	#headerwrap .header-box-rigth .subrow_inner {
		gap: 20px;
	}
/* ヘッダー end */
	
/* ホーム */
	body .themify_builder_content .module_row.homu-view {
		padding-top: 20px;
	}
/* 	body .tb-column-inner .homu-ha-img .module_column {
		background-image: none;
	} */
	.text-item-title {
		background-size: auto, auto, 100% 100%;
		padding: 20px 76px 35px 110px;
	}
	.daihyou-title {
		margin-top: 20px;
	}
	.daihyou-img img {
		padding: 5px;
		background-color: #fff;
	}
	body .text-container .tb-column-inner .yazirusi-box .tb-column-inner {
		display: flex;
		flex-wrap: nowrap;
		background-position: 50.67% 100%;
    	background-repeat: repeat-x;
    	background-image: url(../../uploads/bg-title-01-01_03.jpg);
	}
	body .text-container .tb-column-inner .yazirusi-box .tb-column-inner .repeat-x {
		background-image: none;
	}
	body .post-img {
		margin-bottom: 15px;
	}
	body .post-img img {
		padding: 5px;
		background-color: #fff;
	}
	body .post-title {
		margin-bottom: 20px;
	}
/* ホーム */
	
/* レイアウトパーツ */
	.link-page-text {
		height: 103px;
		display: flex;
		align-items: center;
	}
	.link-page-text a {
		font-size: 17px;
		font-weight: 600;
		color: #006ef5;
	}
/* レイアウトパーツ end */
	
/* 治療方針 */
	body .policy-menu .row_inner a {
		color: #006ef5;
	}
	body .policy-menu .module_column {
		border-top: none !important;
	}
	.therapy-turai-text li {
		width: 100%;
	}
	
	body .sensei-img-container {
    background-position: top left, top 10px left 70%;
	}
/* 治療方針 end */
	
/* お口の病気にならないために */
	.kezuru-box {
		flex-direction: column;
	}
	body .kezuru-box li {
		width: 90%;
	}
/* お口の病気にならないために end */
	
/* 機能的で美しい歯とは */
	.utukusii-ha-text {
		margin-top: 10px;
	}
	.utukusii-ha-text li {
		width 100%;
		list-style: none;
		line-height: 1.5;
		color: #34a6f5;
		background-image: url(../../uploads/beautiful_teeth_03.png);
		background-repeat: no-repeat;
        background-position: left 10px top 10px;
		font-size: 20px;
		font-weight: 600;
		padding: 11px 0 0 55px;
	}
/* 機能的で美しい歯とは end */
	
/* スタッフ */
	body .josyu-img {
		margin: 15px 0 10px 0;
	}
	body .gb-staf-text {
		margin-top: 15px;
	}
	body .gaibu-staf-container .subrow_inner .image-wrap {
		width: 100%;
		text-align: center;
		margin: 15px 0 10px 0;
	}
/* スタッフ end */

/* 医院概要 */
	.syouzyo-img {
		margin-bottom: 15px;
	}
/* 医院概要 end */
	
/* フッター */
	.fu {
		padding-left: 2%;
	}
	.table-box .table-item h3 {
		display: none;
	}
/* フッター end */
}

/* 680px------------------------------------- */
@media screen and (max-width: 680px) {
/* ヘッダー	 */
	#headerwrap .header-box-rigth .subrow_inner {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
/* ヘッダー	end */
	
/* ホーム */
	body .text-container .tb-column-inner .subrow_inner .text-item .tb-column-inner {
		justify-content: flex-start;
	}
	.text-item-title {
		background-image: none;
		padding: 20px 0 10px 10px;
	}
/* ホーム end */
	
/* 治療方針 */
	body .sensei-img-container .subrow_inner .module_column .tb-column-inner {
		display: flex;
		flex-wrap: nowrap;
	}
	.therapy-turai-text li {
		font-size: 13px;
		padding: 18px 12px 23px 50px; 
	}
	.sensei-img-container {
		display: none;
	}
	.sensei-img-container2 {
		display: block;
		background-image: url(../../uploads/policy65_11.png);
		background-repeat: no-repeat;
		padding-left: 122px;
	}
	.sensei-img-box2 {
		color: #ff753b;
		line-height: 1.4em;
		margin-bottom: 0;
	}
/* 治療方針 end */

/* お口の病気にならないために */
	body .tiryou-box .subrow_inner .module_column .tb-column-inner {
		flex-wrap: nowrap;
	}
	body .kezuru-box {
		flex-direction: column;
	}
	body .kezuru-box li {
		width: 80%;
		margin-bottom: 0;
	}
	body .kezuru-box li:last-child {
		margin-bottom: 17px;
	}
/* お口の病気にならないために end */
	
/* 機能的で美しい歯とは */
	.utukusii-ha-text li {
		font-size: 13px;
	}
/* 機能的で美しい歯とは end */
	
/* フッター */
	body .link-page-container .row_inner {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.fu {
		padding-right: 2%; 
	}
	.table-box {
		padding-left: 2%;
		padding-right: 2%; 
	}
	.table-box .table-item .tb_text_wrap {
		padding-right: 0;
	}
/* フッター end */
	
}