@charset "UTF-8";




/*---------------------
CSS-LAYOUT
--------------------*/
#pagewrap {
    background: none;
    max-width: 1090px;
    margin: 0px auto;
    background-color: #d3ad59;
    margin-top: 30px;
    border-radius: 62px;
    padding-top: 70px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    background-image: url(../../uploads/gb-body-left_03.png), url(../../uploads/bg-body-right_03.png), url(../../uploads/bg-body-right_03-1.png), url(../../uploads/gb-body-left_03-1.png);
    background-repeat: no-repeat;
    background-position: top -1px left -1px, top -1px right -1px, bottom -1px left -1px, bottom -1px right -1px;
	padding:70px 60px;
/* 	padding:70px 2.6%; */
}
/* body {
    background-image: url(https://www.okina-s.jp/wp-content/uploads/fuyu.jpg);
    background-repeat: no-repeat;
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
} */
body {
    background-attachment: fixed;
}
#content{
	background-color: white;
	padding:25px;
}
.sidebar-none #content {
    padding: 20px 25px 0;
}
body .pagewidth {
	width: 100%;
	max-width: 100%;
}
body .row_inner {
	width:100%;
    max-width: 1100px;
	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: 1100px;
	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;
	justify-content: space-between;
}
#m-menu-header ul > li {
    display: flex;
    padding: 0;
    margin: 0;
    position: relative;
	margin: 6px 0px 3px; 
}
#m-menu-header ul > li >a {
	font-size: 13.5px;
    line-height: 15px;
    text-decoration: none;
    background-position: top left 0px;
    background-repeat: no-repeat;
	padding:0;
    padding-top: 71px;
    box-sizing: border-box;
    background-image: url(../../uploads/menu_03_ver02.jpg);
	text-align:center;
}

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{
opacity:0.6;
}


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

#m-menu-header ul > li.nav00{
   display:none;
}
#m-menu-header ul > li.nav01 > a{
 	width: 84px;
	background-position: top left 0;
	text-align: left;
	padding-left: 6px;
}
#m-menu-header ul > li.nav02 > a{
 width: 107px;background-position: top left -84px;
}
#m-menu-header ul > li.nav03 > a{
 width: 107px;background-position: top left -191px;
}
#m-menu-header ul > li.nav04 > a{
 width: 107px;background-position: top left -298px;
}
#m-menu-header ul > li.nav05 > a{
 width: 107px;background-position: top left -405px;
}
#m-menu-header ul > li.nav06 > a{
 width: 107px;background-position: top left -512px;
}


#m-menu-header ul > li.nav07 > a{
width: 107px;background-position: top left -619px;
}
#m-menu-header ul > li.nav08 > a{
width: 107px;background-position: top left -726px;
}
#m-menu-header ul > li.nav09 > a{
width: 87px;background-position: top left -833px;
}








#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{

}
#m-menu-header ul > li.nav07 > a:hover{

}
#m-menu-header ul > li.nav08 > a:hover{

}
#m-menu-header ul > li.nav09 > 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: #d3ad59;
    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: 939px) { /* 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
--------------------*/

body .module_row .module-icon-a-100 a {
	width:100%;
	padding: 5px 0;
}
body .module_row .module-icon-item{
	width:100%;
}

body .module_row .max-width-200{
	width:100%;
	max-width:200px;
	margin:0px auto;
}


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




/*--------------------
 * CSS-ACCORDION
 * ------------------*/
body .accordion-01 ul{
    border: 0;
}
body .themify_builder_content .module.accordion-01 .accordion-title a{
	display: flex;
    position: relative;
    padding: 0;
    padding-left: 55px;
}
body .accordion-01 .accordion-title a span{
	background-color: #ffe3b1;
    padding: 5px 12px;
}
body .accordion-01 .accordion-title a:before{
content: url(../../uploads/qa_icon_q.jpg);
    position: absolute;
    left: 0;
    top: 5px;
    background-color: transparent;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .themify_builder_content .module.accordion-01 .accordion-content{
	background-image: url(../../uploads/qa_icon_a.jpg);
    background-repeat: no-repeat;
    background-position: top 18px left 6px;
    padding-left: 55px;
}
body .themify_builder_content .module.accordion-01 .accordion-content .tb_text_wrap{
	background-color: #fdf5bc;
    padding: 12px 15px;
}



/*--------------------
 * 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{
	margin-top: 25px;
}
#body .post-one-line.module.module-post .builder-posts-wrap .post:last-child{
	margin-bottom: 10px
}
#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 #e0e0e0;
	padding: 6px
/*     padding: 3px 10px; */
}
.table-01.module table tr th{
	background-image: url(../../uploads/table_bg_dotto.jpg);
	text-align:left;
	width:30%;
}
.table-01.module table tr:first-child th{
	text-align:center;
	color:white;
}
@media screen and (max-width: 768px){body #body #layout #content .table-01.module  tbody th{display:table-cell;width:30%;}}
@media screen and (max-width: 768px){body #body #layout #content .table-01.module  tbody td{display:table-cell;width:auto;}}


/*table-010*/
.table-010.module table{
    width: 100%;
    border-collapse: collapse;	
}
.table-010.module table tr td,
.table-010.module table tr th{
	border: 1px solid #e0e0e0;
    padding: 3px 10px;
}
.table-010.module table tr th{
	background-image: url(../../uploads/table_bg_dotto.jpg);
	text-align:left;
	width:24%;
}
.table-010.module table tr:first-child th{
	text-align:left;
}
@media screen and (max-width: 768px){body #body #layout #content .table-010.module  tbody th{display:table-cell;width:30%;}}
@media screen and (max-width: 768px){body #body #layout #content .table-010.module  tbody td{display:table-cell;width:auto;}}






/*table-011*/
.table-011.module table{
    width: 90%;
    border-collapse: collapse;	
}
.table-011.module table tr td,
.table-011.module table tr th{
	border: 1px solid #e0e0e0;
    padding: 6px;
}
.table-011.module table tr th{
	background-image: url(../../uploads/table_bg_dotto.jpg);
	text-align:left;
	width:15%;
}
.table-011.module table tr:first-child th{
	text-align:left;
}
@media screen and (max-width: 768px){body #body #layout #content .table-011.module  tbody th{display:table-cell;width:30%;}}
@media screen and (max-width: 768px){body #body #layout #content .table-011.module  tbody td{display:table-cell;width:auto;}}


/*table-0111*/
.table-0111.module table{
    width: 100%;
    border-collapse: collapse;	
}
.table-0111.module table tr td,
.table-0111.module table tr th{
	border: 1px solid #e0e0e0;
    padding: 6px;
}
.table-0111.module table tr th{
	background-image: url(../../uploads/table_bg_dotto.jpg);
	text-align:left;
/* 	width:20%; */
}
.table-011.module table tr:first-child th{
	text-align:left;
}
@media screen and (max-width: 768px){
	body #body #layout #content .table-0111.module  tbody th {
		display:table-cell;
/* 		width:20%; */
	}
}
@media screen and (max-width: 768px){body #body #layout #content .table-0111.module  tbody td{display:table-cell;width:auto;}}





/*table-02*/
.table-02.module table{
    width: 100%;
    border-collapse: collapse;	
	table-layout:fixed;
}
.table-02.module table tr td,
.table-02.module table tr th{
	border: 1px solid #e0e0e0;
    padding: 3px 10px;
}
.table-02.module table tr th{
	background-image: url(../../uploads/table_bg_dotto.jpg);
	text-align:left;
}
.table-02.module table tr:first-child th{
	text-align:center;
	color:white;
}
@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;}}




/*table-03*/
.table-03.module table{
    width: 100%;
    border-collapse: collapse;	
}
.table-03.module table tr td,
.table-03.module table tr th{
	width:50%;
}
.table-03.module table tr th{
	text-align:left;
}
.table-03.module table tr:first-child th{

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


/*table-04*/
.table-04.module table{
    width: 100%;
    border-collapse: collapse;	
}
.table-04.module table tr td,
.table-04.module table tr th{

}
.table-04.module table tr th{
	text-align:left;
	width:15%;
}
.table-04.module table tr:first-child th{

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




/*table-05*/
.table-05.module table{
    width: 100%;
    border-collapse: collapse;	
}
.table-05.module table tr td,
.table-05.module table tr th{
	border:1px solid #c9c9c9;
	padding:5px 10px;
}
.table-05.module table tr th{
	text-align:left;
	width:30%;
}
.table-05.module table tr:first-child th{

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













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









/*---------------------
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 #A7DF86;
	padding:10px;
}
body #body .module .wpcf7 table tbody tr th {
	font-size:13px;
	text-align:left;
	width:30%;
	color:#ff0000;
}

body #body .module .wpcf7 table tbody tr th span {
    display: inline-flex;
    padding: 0px 0px;
    font-size: 13px;
    font-weight: 400;
    margin: 0px 10px;
    line-height: 20px;
}
body #body .wpcf7-form-control-wrap {

}

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: #A7DF86;
    padding: 7px 20px;
    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.ck {
    text-align: left;
}






body .wpcf7-form > p:after{
}

body .reader {

}




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








/*-------------------
CSS-PAGE-NAV
--------------------*/
body .pagenav {
	padding-top: 0;
}
body .pagenav .number,
body .pagenav a{
    background-color: #FF0000;
    color: white;
} 

body .pagenav .current{
 	background-color: transparent;
    color: #ff0000;
    border: 0;
}
/*-------------------
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;	
}







/* 20250729 */
body #pagewrap.site {
	line-height: 1.7;
	font-size: 13px;
}
#pagewrap .tb-column-inner .title_oline.module-fancy-heading {
	padding-top: 0;
	padding-bottom: 5px;
}
#pagewrap .tb-column-inner .title_oline.module-fancy-heading .fancy-heading {
	margin: 0;
}
#pagewrap .tb-column-inner .circle_title.module .module-icon-item span {
	letter-spacing: 0.05em;
}










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

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

}/*1600*/




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

@media screen and (max-width: 939px){
body .social-widget {
	display: none;
}	
/* .sidebar-none #content {
    padding: 0;
}	 */
#menu-button{
	display:flex;
}	
	
#pagewrap {
    padding: 0;
    margin: 0;
	background:none;
}	
	
/*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;
}	
	
	
.table-011.module table{
    width: 100%;
	table-layout:fixed;
}	
	
	
	
}/*@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:#A7DF86; */
	color: #ff0000;
	font-weight: bold;
	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 .themify_builder_content .module.accordion-01 .accordion-content {
    padding-right: 0;
}	
#pagewrap #body .module .wpcf7  .submit_btn{
    display: flex;
    flex-direction: column;
}	
	
	
}/*@680-*/

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

/* Miyake */
body.page #pagewrap.site {
	font-size: 14px;
}

/* #content .page-content .mt-20 {
	margin-top: 20px;
} */

body .social-widget {
	float: right;
    position: absolute;
    bottom: 10px;
    right: 0;
}

/* ホーム */
body .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	display: none;
}

body .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	display: none;
}

body .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
	display: none;
}

body .mt-20 .image-wrap img {
	width: 100%;
} 

body #layout .pagenav .number {
	font-size: 12px;
}

body #layout .pagenav a {
	text-decoration: underline;
}

body #layout .pagenav a:hover {
	text-decoration: none;
	background-color: #FF0000;
}

.builder-posts-wrap article a:hover {
	text-decoration: underline;
  	text-decoration-color: red;
}

/* 赤○、緑○ */
.red-title h3.module-title {
	padding-left: 20px;
	margin-top: 25px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
	font-size: 16px;
    color: #ff7200;
    font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.4;
	background-image: url('../../uploads/icon_maru_red-1.jpg');
	background-repeat: no-repeat;
	background-position: top 2px left;
	padding-left: 20px;
}

.green-title h3.module-title {
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
	font-size: 16px;
    color: #42972d;
    font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.4;
	background-image: url('../../uploads/icon_green-1.jpg');
	background-repeat: no-repeat;
	background-position: top 2px left;
	padding-left: 20px;
}

/* 手技療法 */
.col-sub-arrow .tb-column-inner {
	position: relative;
}

.col-sub-arrow .tb-column-inner::before {
	content: url(../../uploads/shugi_yazirushi_02.png);
    position: absolute;
    top: 115px;
    left: -17px;
}

.col-sub-arrow .tb-column-inner::after {
	content: url(../../uploads/shugi_yazirushi_02.png);
    position: absolute;
    top: 115px;
    right: -17px;
	transform: rotate(180deg);
}

/* けがの施術 */
#content .treatment-table .image-wrap img {
	margin-top: 0;
}

#content .treatment-table .subrow_inner {
	gap: 1.5%;
}

#content .treatment-table .image-caption {
	font-size: 14px;
}

/* はり灸 */
.otherlink-wrapper a {
	color: #000000;
}

.green-title a:hover {
	text-decoration: none;
	color:#FF0000;
}

.otherlink-wrapper a:hover {
	text-decoration: none;
	color: #ff0000;
}

/* 耳ツボ */
body .table-01.module table tr th {
	color: #614113;
	padding; 6px;
}

body .table-01.module table tr td {
	padding; 6px;
}

.background-pink .tb_text_wrap {
	background-image: none;
    background-color: #ffefef;
    padding: 5px;
    margin-top: 3px;
}

body .background-pink h3.module-title {
	margin-bottom: 0;
}

body .table-02.module table tr th {
	color: #614113;
}

body .table-02.module table tr td {
	padding: 8px;
}

body .table-02.module table tr.compare-th td {
	color: #614113;
	font-weight: bold;
}

/* ツボ講座 */
/* .headpoint-wrapper .subrow_inner .module_column {
	border-right: 1px dotted #ccc;
} */

.headpoint-table table tr th {
	vertical-align: top;
}

.headpoint-table table tr td {
	font-size: 12px;
}

/* はじめての方へ */
.fornew-wrapper .module-image.image-left .image-wrap {
    float: left;
    margin: 0 1.5em 1em 0;
}

.table-0111.module table tr th:first-child {
    width: 16%;
}

#layout #content .module_column .flow-img {
	background-size: 100%;
}

/* よくある質問 */
.faq-button .module-buttons-item a {
	padding-top: 0;
	padding-left: 0;
}

.faq-button .module-buttons-item a:hover {
	color: #FF0000;
}

.faq-wrapper ul li p {
	line-height: 1.7;
}

body #content .themify_builder_content .module.accordion-01 .accordion-content {
	padding-right: 0;
}

body #content .themify_builder_content .module.accordion-01 .accordion-content .tb_text_wrap {
	padding: 13px;
}

/* 院案内 */
.history-table table tr {
	 font-size: 12px;
}

.table-010.module table tr th {
	color: #614113;
}

body .table-010.module table tr td, body .table-010.module table tr th {
	padding: 6px;
}

body .table-05.module table tr td, body .table-05.module table tr th {
	padding: 6px;
}

/* お問い合わせフォーム */
body #body #content .module .wpcf7 table {
	width: 95%;
}

body #body #content .module .wpcf7 table tbody tr th {
	width: 25%;
	font-size: 14px;
}

body #body #content .module .wpcf7 table tbody tr th span {
	font-size: .625rem;
	font-weight: bold;
	margin: 0;
}

body #body #content .module .wpcf7 table tbody tr th, body #body #content .module .wpcf7 table tbody tr td {
	padding: 5px 7px;
}

body #body #content .module .wpcf7 table tbody tr td span input, body #body #content .module .wpcf7 table tbody tr td span textarea {
	border-radius: 5px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

body #body #content .module .wpcf7 table tbody tr td span textarea {
	height: auto;
}

body span.wpcf7-list-item {
	margin: 0;
}

body #body #content .module .wpcf7 input[type=submit] {
	color: #000;
}

body #content .wpcf7-form > p {
	text-align: left;
	padding-top: 30px;
}

/* フッター */
#footer .row_inner {
	margin: 0 25px;
}

#footer .row_inner a {
	padding: 0 5px;
}

#footer p {
	line-height: 1.45;
}

@media screen and (max-width: 1180px) {
	#header .s-menu-header #header-df .row_inner {
		display: flex;
    	justify-content: space-between;	
	}
}

@media screen and (max-width: 970px) {
	body #pagewrap {
		padding: 70px 0;
	}
}

@media screen and (max-width: 939px) {
	body .themify_builder_content-3045 .tb_gr1c781.module-image, body .themify_builder_content-3045 .tb_s5h7807.module-image {
		transform: none;
	}
	
	body #pagewrap.site {
		padding: 0;
	}
	
	body.sidebar-none #layout #content {
		padding: 20px 0 0;
	}
	
	/* ヘッダー */	
	#header .s-menu-header .header-subtitle .site-subtitle {
		position: static;
	}
	
	#header .s-menu-header .header-subtitle .site-subtitle p {
		text-align: center;
		margin-top: 48px;
	}
	
	#header .s-menu-header .row_inner {
		display: flex;
        flex-direction: column;
		align-items: center;
	}
	
/* 	body #headerwrap .s-menu-header .header_img-wrapper .module_subrow .tb-column-inner {
		justify-content: center;
	} */
	
	#header .header_img-wrapper {
		margin: 0 auto;
	}
	
	body .themify_builder_content-3045 .tb_v2pj655.module-image {
		padding-left: 0;
		padding-right: 0;
		margin-top: 10px;
	}
	
	body #headerwrap #header-df .module-image .image-wrap {
		margin-right: 0;
	}
	
	#header .s-menu-header .header-file-img img.wp-post-image {
		display: none;
	}
	
	#s-menu-header .module-menu-container {
		display: none;
	}
	
	body .themify_builder_content-3045 .tb_klnn679.module_subrow {
		padding-right: 0;
		margin-right: 0;
	}
	
	/* ホーム */
	body .treatment-desc .tb-column-inner {
		max-width: 330px !important;
        margin-top: 20px !important;
	}
	
	body .treatment-desc:nth-child(odd) {
		display: flex;
		justify-content: flex-end;
	}
	
	/* けがの施術 */
	body .treatment-table .tb-column-inner {
		max-width: 330px !important;
        margin: 0px auto !important;
        margin-top: 20px;
	}
	
	/* 耳ツボ */
	body .ear-subtitle {
		max-width: 680px;
		margin: 0 auto;
	}
	
	/* フッター */
	body #footer .row_inner {
		margin: 0;
		padding: 0;
	}
}

@media screen and (max-width: 768px) {	
	/* けがの施術 */
	body .treatment-table .tb-column-inner {
		width: 90%;
	}	
	
	/* 耳ツボ */
	body .ear-subtitle {
		max-width: 680px;
		margin: 0 auto;
	}
	
	/* 院案内 */
	body .history-table tr th {
		width: 30%;
		text-align: left;
	}
	
	/* お問い合わせフォーム */
	body #body #content .page-content .module .wpcf7 table {
		width: 60%;
	}
	
	body #body #content .page-content .module .wpcf7 table tr {
		display: block;          /* 行ごとにブロック化 */
	  }

  	body #body #content .page-content .module .wpcf7 table th, body #body #content .page-content .module .wpcf7 table td {
		display: block;          /* 縦並びに */
		width: 100%;             /* 横幅いっぱい */
		text-align: left;        /* 左寄せ */
	  }
	
	/* フッター */
	#footer .row_inner {
		display: flex;
		flex-direction: column-reverse;
	}
	
	#footerwrap #footer .footer-left .tb-column-inner {
		justify-content: end;
	}
	
	#footerwrap #footer .footer-right {
		width: fit-content;
	}
}

@media screen and (max-width: 680px) {
	/* ヘッダー */
	body .header-subtitle > .row_inner {
		padding: 0 0.5px;
	}
	
	/* ホーム */
	body .themify_builder_content-2 .tb_p228302.module-text {
		background-image: none;
	}
	
	body .treatment-desc {
		margin: 0px auto !important;
	}
	
	body .treatment-desc .image-caption {
		text-align: left;
	}
	
	/* 各ページ　サブタイトル */
	body .sp-subtitle .tb-column-inner {
		background: linear-gradient(#ffe04f, #fff093);
	}
	
	body .sp-subtitle .tb-column-inner p {
		padding: 5px;
	}
	
	/* はり灸 */
	.hari-img-wrapper img {
		width: 200px;
		height: auto;
	}
	
	/* 耳ツボ */
	body .themify_builder_content-2599 .tb_gchb136.module_subrow {
		background: none;
	}
	
	body .ear-subtitle-sp .tb-column-inner {
		padding-left: 12px;
		padding-top: 12px;
		padding-right: 12px;
		
		background-image: url(../../uploads/Untitled-2_03a_03ss.jpg), url(../../uploads/mimi_midashi01_02.jpg);
		background-repeat: no-repeat, repeat-y;
		background-position: left top, center;
		background-size: 100% auto, 100% auto;
		padding: 12px;
		padding-bottom: 0;
	}
	
	/* 院案内 */
	body .history-table table tr th {
		white-space: nowrap;
		vertical-align: top;
	}
	
	body .history-table tr td {
		padding-left: 20px;
	}
	
	/* 問い合わせフォーム */
	body #body #layout #content .module .wpcf7 table {
		width: 100%;
	}
	
	body #body #layout #content .module .wpcf7 table tbody tr th {
		width: 100%;
	}
	
	body #pagewrap #body .module .wpcf7 table tr {
		border-bottom: none;
	}
	
	body .wpcf7 .submit_btn input[type="submit"] {
		margin-left: 0;
	}
	
	body .submit_btn input.wpcf7-submit {
		display:flex;
		  align-items:center;   /* 縦中央 */
		  justify-content:center; /* 横中央 */
		  height:56px;          /* 好きな高さ */
		  padding:0 16px;
		  line-height:1;        /* 既定の行高を打ち消す */
		  box-sizing:border-box;
	}
	
	/* フッター */			
	#footer .image-top {
		margin: 0;
	}
	
	#footer .tb_text_wrap p {
		text-align: center;
	}	
	
	#footer .copy-write .tb-column-inner {
		display: block;
		text-align: center;
	}
	
	#footerwrap #footer .footer-left .tb-column-inner {
		justify-content: center;
	}
	
	#footerwrap #footer .footer-right {
		width: auto;
	}
	
	/* レイアウトパーツ sp-contact */
	body #content #sp-contact-wrapper, body #content #sp-contact-wrapper .module_column {
		border-radius: 10px;
	}
	
	body #content #sp-contact-wrapper .row_inner {
		padding: 0;
	}
}

/* k ---------------------------------------- */
/* 全体 */
body {
	background-image: url(https://www.okina-s.jp/manasys/wp-content/uploads/natsu.jpg)!important;
	background-size: cover!important;
}
.h3-title .tb-column-inner {
	background-image: url(../../uploads/ss1_03.jpg), url(../../uploads/ss2_06.jpg);
	background-repeat: repeat-x, repeat;
}
.h3-title .tb-column-inner .module {
	display: flex;
}
.h3-title h3 {
	font-size: 19px;
	color: #675d15;
	background-image: url(../../uploads/ss3_06.jpg);
    background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px 5px 0;
	padding-bottom: 4px;
	margin-bottom: 0px;
}
.h3-title .tb_text_wrap {
	font-size: 8px;
	background-image: url(../../uploads/ss3_06.jpg);
    background-repeat: repeat-x;
	background-position: bottom;
	display: inline-flex;
    align-items: flex-end;
	padding: 0px 7px 7px 0px;
}
.h3-title-2 {
	background-image: url(../../uploads/ewqwrwerwer_05-1.jpg);
    background-repeat: repeat-x;
	background-position: bottom;
}
.h3-title-2 h3 {
    background-image: url(../../uploads/sss_03-1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 4px;
	margin-bottom: 0;
}
.h3-title-2 span {
	font-size: 19px;
    color: #624013;
    padding: 5px 5px 0px 5px;
}
/* ヘッダー */
#m-menu-header ul > li.nav09 > a {
	padding-left: 10px;
}
/* ホーム */
.side-menu a span {
	margin-left: 0;
}
/* けがの施術 */
.p3-f-title p {
	background-image: url(../../uploads/kega_midashi_bg1-1.jpg);
	background-repeat: no-repeat;
}
.p3-f-title span {
	display: block;
	padding: 7px 0px 5px 25px;
}
.p3-f-title-b p {
	background-image: url(../../uploads/kega_midashi_bg2-1.jpg);
	background-repeat: no-repeat;
}
.p3-f-title-b span {
	display: block;
	padding: 7px 0px 5px 25px;	
}
/* ツボ講座 */
.p7-c-left {
	border-right: 1px dotted #ccc;
}

@media screen and (max-width: 680px) {
	    body #body #content .page-content .module .wpcf7 table th, body #body #content .page-content .module .wpcf7 table td {
			width: auto;
	}
}