@charset "UTF-8";
/****************************************
common
*****************************************/
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,body{
  margin:0;
  padding:0;
  line-height: 1;
}

p{line-height:1.6 !important;}
img{width:100%;}
.greeting_contents_txt p{line-height: 2 !important;}

.relative{position: relative;}
.txt-r{text-align:right;}
.txt-l{text-align:left;}
.txt-c{text-align:center;}

.subtitle {
color: gray;
margin-bottom: 3%;
font-size: 16px !important;
border-bottom: 1.4px solid #BBB;
padding: 10px 0;
}
.subtitle.b {
  font-size: 24px !important;
}

/****************************************
header
*****************************************/
.site-header{
	transition: .5s;
	width: 100%;
}
/*.bg-w{background-color: rgba(255, 255, 255, 0.6);}*/
.site-header.transform{
	background: rgba(255,255,255,0.9);
	padding: 20px;
}

.header-inline{position: relative; max-width:1200px;margin: 0 auto; padding:48px 10px;
display: flex;
justify-content: space-between;
transition: .5s;
width: 100%;
z-index: 9999;
height: 110px;
}
header p{font-size:.75rem;}
header h1{display: inline-block;
position: absolute;
top: 5px;
left: 10px;
text-align: left;}
header h1 a{text-decoration:none;}
.logo{font-size:2.5rem;position: relative;top: 0;}
.head-tel{position: absolute; top:25px; right:0;width: 500px;}
.telnumber{font-size:2rem;color: #555;}
.reserve{display: inline-block; vertical-align:middle;background:#005bac; padding:5px 8px; margin-right:15px;font-size:.75rem; color:#fff;}
.open-time{font-size:.9rem;text-align: right;line-height: 1.5;}
.h-netYoyaku{display: inline-block;background: linear-gradient(#625d42, #c0baae);font-size:1rem;color:#fff;padding: 8px 10px;margin-right:10px;position: absolute;left: 0px;top: 5px;background: #666146;}
/*上部固定*/
.site-header{
position: absolute;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
    z-index: 9999;
background-color: rgba(255, 255, 255, 0.6);
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
z-index: 10;
  width: 100%;
background-color: rgba(0, 0, 0, 0.6);
}
.is-fixed #gnav2 ul li a{
color: #444;
font-size: medium;
/*line-height: 1.5;*/
}

@media screen and (max-width: 599px) { 
.logo { font-size: 1.5rem;}
.header-inline{/*height: 100px;*/padding: 0;}
}
/****************************************
nav
*****************************************/
.pc-nav{width:100%;/*background-color: rgba(0, 0, 0, 0.7);*/}
/*.pc-nav{width:100%; background:url(/wp/wp-content/themes/stinger7child/images/header_naviBG.png) no-repeat center center;}*/
nav{text-align: center;max-width:1200px;margin: 0 auto !important;}
nav ul{
margin: 0 ;
padding: 0 ;
}
nav ul li{
list-style: none;
display: inline-block;
width: 12%;
min-width: 90px;
}
nav ul li a{
display: block;
width: 100%;
padding: 5px 0;
text-decoration: none;
color: #fff;
}
nav ul li.current a{
color: #fff;
}
nav ul li.current {
color: #FFF2CC;
}
nav ul li a:hover{
color: #FFF2CC;
}

@media screen and (max-width: 599px) { 
    /*　画面サイズ 599pxまで適用　*/
    .zdo_drawer_menu{display:block;}
    .pc-nav,.head-tel{display:none;}
    nav ul li{display:block;}
    h1 img{max-width:300px;}
  }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    /*　画面サイズ 600pxから999pxまで適用　*/
    .zdo_drawer_menu{display:block;}
    .pc-nav,.head-tel{display:none;}
    nav ul li{display:block;}
  }
  @media screen and (min-width:1000px) {
    /*　画面サイズ 1000px以上から適用　*/
    .zdo_drawer_menu{display:none;}
.pc-nav{display:block; height: 45px;}
  }
/****************************************
Main Visual
*****************************************/

.mainvisual .inner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 599px) { 
    /*　画面サイズ 599pxまで適用　*/
.pc-view {
    display: none;
  }
  .sp-view {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 999px) {
    /*　画面サイズ 600pxから999pxまで適用　*/
.sp-view {
  display: none;
}
}
@media screen and (min-width:1000px) {
    /*　画面サイズ 1000px以上から適用　*/
.sp-view {
  display: none;
}
}
/****************************************
Main-Menu
*****************************************/
.Main-MenuArea{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom:50px;
max-width: 1400px;
margin: 5% auto;
}
.col01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /*color:#fff;*/
  position: relative;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col01 a, .menu-box a {position:absolute;display: block;top: 0;
    left: 0;
    height:100%; 
    width: 100%; }
.menu-box_h3{/*color:#fff;text-align:left; */ line-height:1.5}
.col01 li{
width:90%;
margin: 0 5%;
text-align: center;
position: absolute;
top: 50%;
background: rgba(255,255,255,.8);
padding: 0 5%;
color: #000;
}
.col01.column2 li{
width:100%;
margin: 0;
text-align: center;
position: absolute;
top: auto;
bottom: 0;
background: rgba(136, 127, 111, 0.8);
padding: 0 5%;
color: #FFF;
}
@media screen and (max-width: 599px) { 
    /*　画面サイズ 599pxまで適用　*/
.col01 {height: 200px;}
.person-01  { order: 1; width: 50%;}
.person-02  { order: 2; width: 50%;}
.person-03  { order: 3; width: 50%;}
.person-04  { order: 4; width: 50%;}
.person-01.column2,.person-02.column2,.person-03.column2,.person-04.column2{width: 100%;height: 300px;}
.col01 li{text-align:left; line-height:1.2;padding: 3%;}
.menu-box_h2{font-size:.9rem;width: 100%;position: absolute;top: 10%;}
.menu-box_h3{font-size:.8rem;}
.col01.column2 li{padding:5%;}
}
@media screen and (min-width: 600px) and (max-width: 999px) {
    /*　画面サイズ 600pxから999pxまで適用　*/
.col01 {height: 300px;}
.person-01  { order: 1; width: 25%;}
.person-02  { order: 2; width: 25%;}
.person-03  { order: 3; width: 25%;}
.person-04  { order: 4; width: 25%;}
.person-01.column2,.person-02.column2,.person-03.column2,.person-04.column2{width: 50%;height: 300px;}
.col01 li{text-align:left; line-height:1.2}
.menu-box_h2{font-size:1rem;border-bottom: solid 1px #fff;position: absolute;top: 20%;width: 100%;}
.menu-box_h3{font-size:.9rem;}
.col01.column2 li{padding:5%;}
}
@media screen and (min-width:1000px) {
    /*　画面サイズ 1000px以上から適用　*/
.col01 {height: 250px;}
.person-01  { order: 1; width: 25%;}
.person-02  { order: 2; width: 25%;}
.person-03  { order: 3; width: 25%;}
.person-04  { order: 4; width: 25%;}
.person-01.column2,.person-02.column2,.person-03.column2,.person-04.column2{
width: 49.8%;
height: 300px;
margin: .1% auto;
}
.menu-box_h2{
font-size:1.2em;
position: absolute;
top: 10%;
margin: 0 auto;
width: 100%;
left: 0;
}
.menu-box_h3{
top: 50%;
padding: 3% 1%;
text-align: center;
font-size: larger;
}	
}

.person-01{background: url(/wp/wp-content/themes/stinger7child/images/top/topmenu_01.jpg) no-repeat center;
  background-size: cover;}
.person-02{background: url(/wp/wp-content/themes/stinger7child/images/top/topmenu_02.jpg) no-repeat center;
  background-size: cover;}
.person-03{background: url(/wp/wp-content/themes/stinger7child/images/top/topmenu_03.jpg) no-repeat center;
  background-size: cover;}
.person-04{background: url(/wp/wp-content/themes/stinger7child/images/top/topmenu_04.jpg) no-repeat center;
  background-size: cover;}

.person-02:before,.person-01:before,.person-03:before,.person-04:before {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
/*background-color: rgba(221, 208, 168, 0.5);
background-color: rgba(247,245,236,0.7);*/
}

.person-01 a, .person-02 a, .person-03 a, .person-04 a{
/*display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
text-indent:-999px;*/
}

/****************************************
Main
*****************************************/
section {
   /* max-width: 1200px;*/
    margin: 0 auto !important;
    width:100%;
  }

section h2{
font-size: 2em;
text-align: center;
margin-top: 1em;
letter-spacing: 10px;
font-weight: bolder !important;
color: #92b058;
}
section h2 span{
position: relative;
display: inline-block;
padding: 1em 0 0.3em;
/*border-bottom: 1px solid #635e43;*/
}
@media screen and (max-width: 762px) { 
section h2{
letter-spacing: 3px;
line-height: 1.5;
font-size: 1.8em;
}
}
/****************************************
設備
*****************************************/
.FacilityArea{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
}
.FacilityBox span{/* display:block; *//* margin-bottom:10px; */font-size: smaller;}
.FacilityBox{position:absolute; bottom:0; left:0; width: 100%; background:rgba(255,255,255, .8); padding: 10px 10px 20px;}

.link_box{
    position:relative;
    width: 100%;
    padding: 2%;
    /* border:solid 1px #CCC; */
    /* margin:0px auto 20px; */
}
 
.FacilityBox a{
    position:absolute;
    top:0;
    /* left: 20px; */
    width:100%;
    height:100%;
    color:#000;
    text-decoration: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.FacilityBox h3{font-size: 1.3rem;
margin-top: 5px;
position: absolute;
left: 0;
right: 0;
bottom: 5px;
font-weight: bolder;
color: #6f4a18;
line-height: normal;}
@media screen and (max-width: 640px) { 
    /*　画面サイズ 599pxまで適用　*/
#FacilityArea{flex-direction: col;}
.facility-01  { width: 100%;}
.facility-02  { order: 2; width: 100%;}
.facility-03  { order: 3; width: 100%;}
.facility-04  { order: 4; width: 100%;}
.facility-05  { order: 5; width: 100%;}
.facility-06  { order: 6; width: 100%;}
.facility-03, .facility-02, .facility-01, .facility-04, .facility-05, .facility-06 {
    margin: 0.5% !important;
}
}
@media screen and (min-width: 600px) and (max-width: 999px) {
    /*　画面サイズ 600pxから999pxまで適用　*/
.facility-01  { width: 30%;margin: 0 5px;}
.facility-02  { order: 2; width: 30%;margin: 0 5px;}
.facility-03  { order: 3; width: 30%;margin: 0 5px;}
.facility-04  { order: 4; width: 30%;margin: 0 5px;}
.facility-05  { order: 5; width: 30%;margin: 0 5px;}
.facility-06  { order: 6; width: 30%;margin: 0 5px;}
}
@media screen and (min-width:1000px) {
    /*　画面サイズ 1000px以上から適用　*/
.facility-01  {width: 31%;margin: 0 10px;}
.facility-02  { order: 2; width: 31%;margin: 0 10px;}
.facility-03  { order: 3; width: 31%;margin: 0 10px;}
.facility-04  { order: 4; width: 31%;margin: 0 10px;}
.facility-05  { order: 5; width: 31%;margin: 0 10px;}
.facility-06  { order: 6; width: 31%;margin: 0 10px;}
}


/****************************************
もっと健康に、美しく！
*****************************************/
.contentsArea{display: flex;}
#main-content{width:50%;
background:#ddd url(/wp/wp-content/themes/stinger7child/images/top/top_contents_01.png) no-repeat center center;
background-size:cover;
height:360px;
position: relative;
}
#Sidebar{
  display:flex;
  flex-flow: column wrap;
  width:50%;
}

.side01{background:#ddd url(/wp/wp-content/themes/stinger7child/images/top/top_contents_02.png) no-repeat center right;
background-size:cover;
height:180px;
position: relative;
}
.side02{background:#ddd url(/wp/wp-content/themes/stinger7child/images/top/top_contents_03.png) no-repeat center right;
background-size:cover;
height:180px;
position: relative;
}

@media screen and (max-width: 768px) {
  .contentsArea {
    flex-direction: column;}
   #main-content{width:95%; margin:0 auto;}
  #Sidebar{width:95%; margin:0 auto;}
}

.contentsArea01{padding:1rem; position: absolute;top:5%; height: 100%;}
.contentsArea_ttl{font-size:26px;text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;}
.contentsArea_subttl{display:block; font-size:10px;}
.contentsArea_txt{ font-size:.8rem;}
.contentsArea_w50{width:50%;}
.contentsArea_w70{width:70%;}
.contentsArea_mt5{margin-top:5%;}
.contentsArea_mt3{margin-top:3%;text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;}
.contentsArea_link{position: relative; font-size:.8rem;margin-top:3%;}
.contentsArea_link {text-decoration: none;}
.contentsArea_link:after {
  font-family: 'FontAwesome';
  content: "\f138";
   position: absolute;
   padding-left:5px;
   color:#005bac;;
   }
.contentsArea01 a{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
text-indent:-999px;
}

@media screen and (max-width: 599px) { 
    /*　画面サイズ 599pxまで適用　*/
.contentsArea_w70{width:80%;}
}

/****************************************
当院で行う治療内容
*****************************************/

.parent2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.children {
  width: 21.9%;
height: 200px;
  margin: 10px 15px;
  text-align: center;
  position: relative;
}
.parent2 .children img {
  object-fit: cover;
}
.cp_ribbon {
	line-height: 50px;
	position: absolute;
	top: 110px;
	display: block;
	width: calc(100% + 18px);
	height: 50px;
	margin-right: -9px;
	margin-left: -9px;
	text-align: center;
	color: #ffffff;
	background: #005bac;;
}
.cp_ribbon:before, .cp_ribbon:after {
	position: absolute;
	content: '';
}
.cp_ribbon:before {
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #808080;
	border-left: 10px solid transparent;
}
.cp_ribbon:after {
	right: 0;
	bottom: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #808080;
	border-right: 10px solid transparent;
}

@media screen and (max-width: 620px) { 
    /*　画面サイズ 620pxまで適用　*/
.children {
  width: 150px;
  height: 137px;
  margin: 10px 15px;
  text-align: center;
}
.cp_ribbon {top: 75px;height: 35px;}
.cp_ribbon span{font-size:14px;position: relative;top: -8px;}
}

/****************************************
院長挨拶
*****************************************/
.greeting{/*max-width: 100%;margin-top: 100px; 
background:url(/wp/wp-content/themes/stinger7child/images/top/top_greeding_bg.jpg) no-repeat center center;
background-size:cover;*/ }
.bg-mask {
height: 100%;
background:rgba(255, 255, 255, 0.5);
}
.bg-mask-b {
	height: 100%;
	background:rgba(0,0,0, 0.6);
	overflow: hidden;
}
.greeting_contentsArea{display: flex;}
.greeting_contents_txt{flex: 3.5; order: 1;margin-top: 2%;}
.greeting_contents_txt h3{font-size:1.2rem; font-weight:bold; margin:1.5rem 0;}
.greeting_contents_photo{flex: 1; margin: 0 0 0 5em; order: 2;}
.doctor_mane{margin-top:1rem;text-align: center;}

@media screen and (max-width: 620px) { 
.greeting_contentsArea{flex-direction:column;}
.greeting_contents_txt{order: 2;}
.greeting_contents_photo{order: 1;}
}

/****************************************
フッター
*****************************************/
footer{/*background:#F8F8F5;padding:60px 0 0 0px;*/}
.footer_innner{max-width: 1300px;margin: 0 auto;width: 100%;display: flex;}
.footer_Larea{flex: 1;position: relative; padding: 1rem;}
.footer_Rarea{flex: 1;
position: relative;
}
.footer_Larea h3{font-size: 2rem; font-weight:500; border-bottom:1px solid #b5b5b5; margin-bottom:1rem;padding: 15px 0;}
.footer_telnumber{font-size: 1.6rem;text-align: center;}
.footer_reserve{display: inline-block;vertical-align:middle;background:#005bac;padding:5px 8px;margin-right:20px;font-size: 1rem;color:#fff;}
.fotter_contactBtnArea{
width:90%;
margin:0 auto;
padding:1.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_contactBtn {
	display: block;
	position: relative;
	padding: 1rem;
	text-align: center;
	text-decoration: none;
	color: #fff;
background: #8a7850;
	font-size:1.25rem;
	margin: 0 auto;
}
.footer_contactBtn:hover {
background: #fff;
border: 1px solid #81694a;
color: #81694a;
}
@media screen and (max-width: 768px) { 
.footer_innner{flex-direction: column;}
.footer_access {
display: grid !important;
}
.footer_accessL {
width: 100% !important;
}
.footer_accessR {
  padding: 0 !important;
}
}
.Practice-time table{
  width: 100%;
  border-spacing: 0;
  margin: .5rem 0;
}

.Practice-time table th{
  border-left: solid 1px transparent !important;
  padding: 10px 0;
 /* color:#000 !important;
  text-align: left; */
  width: 120px;
  background:transparent;
  box-shadow: 1px 1px 0 transparent inset;
  font-size: 1rem !important;
}
.Practice-time table tr:first-child{border-top: solid 1px #999 !important;}

.Practice-time table td{
  border-left: solid 1px transparent !important;
  text-align: center;
  padding: 10px 0;
  background:transparent;
  font-size: 1rem !important;
}
.footer_access{width: 100%;display: flex;margin: 1rem 0;}
.footer_accessL{background:#fff;border-radius:10px;padding:1rem;font-size:1rem;color:#555;text-align:center;width: 150px;height: 150px;position: relative;border: 1px solid #432d16;}
.footer_accessL span{display:block; font-size:1.5rem; font-weight:500;}
.footer_accessR{
padding: 0 1.5em;
position: relative;
}
.footer_accessBtn {
	display: block;
	position: relative;
	padding: .7rem;
	text-align: center;
	text-decoration: none;
	background: #fff;
	border:1px solid #432d16;
	font-size:1rem;
border-radius: 10px;
}
.footer_accessBtn:link{color: #432d16;}
.footer_accessBtn a:visited { color:#005bac;;text-decoration: none;}
.footer_accessBtn:hover {
	 background:#432d16;color: #fff;cursor: pointer;text-decoration: none;}

.footer_accessBtn:active{color: #fff;}
.copyright{padding:1.5rem 0; text-align:center; color:#fff; background:#0753a5; font-size:.9rem;}

.pagetop {
position: fixed;
bottom: 90px;
right: 10px;
}

.pagetop{ width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0,70,128,0.8);
  text-align:center;}
.pagetop img{width: 50px;
padding: 5px;
margin: 13px 15px;}
.yoyaku-btn{ width: 120px;height: 120px; border-radius: 5px;background: rgba(160,124,61,0.8);z-index: 9999;}
.yoyaku-btn{position: fixed;top: 200px;right: 0px;text-align:center;}
.yoyaku-btn img{width:100px;padding: 10px;margin: 10px;}
.menu-box_h2 {
text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
text-align: center;
line-height: 1.8em;
}
#p-table td{
text-align: initial !important;
}

.top02.b_11 > div .wrap h3, .top04.b_09 ul li a {
    font-size: 130%;
    line-height: 1.75em;
    margin: 0.5em;
}
.top02.b_11 > div .wrap h3, .top02.b_11 h2 {
    color: #715d56;
    letter-spacing: 0.5em;
}
@media screen and (max-width: 640px){
.top02.b_11 > div .wrap h3, .top02.b_11 h2 {
    letter-spacing: 0px;
    font-size: medium;
}
}
.top02.b_11 > div .wrap:nth-child(2n) {
    background: url("../images/top/TOP1-1.jpg") right top no-repeat #efe8dd;
    background-size: contain;
padding: 20px 35% 20px 3%;
height: 250px;
}
.top02.b_11 > div .wrap:nth-child(2n+1) {
    background: url("../images/top/TOP1-2.jpg") left top no-repeat;
    background-size: contain;
padding: 20px 3% 20px 47%;
height: 250px;
}
.top02.b_11 > div .wrap:nth-child(4) {
    background: url("../images/top/TOP1-3.jpg") right top no-repeat #efe8dd;
	background-size: contain;
padding: 20px 35% 20px 3%;
height: 250px;
}
.wrap.target p{
font-size: smaller;
}
@media screen and (max-width: 960px) { 
.top02.b_11 > div .wrap:nth-child(2n) {
padding: 20px 45% 20px 3%;
}
.top02.b_11 > div .wrap:nth-child(2n+1) {
padding: 20px 3% 20px 45%;
}
.top02.b_11 > div .wrap:nth-child(4) {
padding: 20px 45% 20px 3%;
}
.top02.b_11 > div .wrap h3, .top02.b_11 h2{
letter-spacing: 0;
}
.top02.b_11 > div .wrap h3, .top04.b_09 ul li a {
    margin: 0em;
}
}
@media screen and (max-width: 768px) { 
.top02.b_11 > div .wrap.target a{ 
top: 160px;
position: relative;
}
.top02.b_11 > div .wrap:nth-child(2n), .top02.b_11 > div .wrap:nth-child(2n+1), .top02.b_11 > div .wrap:nth-child(4){
	padding: 20px 3% 340px 3%;
}
.index01 ul li:nth-child(15){ 
border: none;
}
header img {
    margin-right: 0px;
    width: 40px;
    top: 0px;
}
.header-inline {
    height: 60px;
}
.top02.b_11 > div .wrap h3, .top04.b_09 ul li a {
    margin: 1em;
}
}
.logo {
    color: #ed7600!important;
}
.reserve {
    background: #aacd37;
}
.h-netYoyaku{
background: #a49219;
}
.bold{
font-weight: bolder;
}
.is-fixed {
background-color: rgba(255, 255, 255, 0.9);
	margin: 0 !important;
}
.Main-MenuArea h2 span {
    color: #009f5f;
	font-size: larger;
}
.pagetop {
background-color: rgba(7, 83, 165, 0.7);
z-index: 9999;
}
.webyoyaku{
bottom: 110px;
right: 0;
width: 60px;
background: none;
position: fixed;
}
.onlineyoyaku{
bottom: 320px;
right: 0;
width: 60px;
background: none;
position: fixed;
}
.onlineyoyaku img,.webyoyaku img{
  width: auto;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) { 
.pagetop.onlineyoyaku img,.pagetop.webyoyaku img{
display: none;
}
}
#mybox h4, #side aside h4.menu_underh2 {
background: #3c7ece;
}
table.sw_tbl01 tr th {
background: #3c7ece;
}
.copyright {
    padding: 0.5rem 0;
    background: #bbb;
}
.footer_reserve {
background: #e7e7e8;
color: #444;
padding: 5px 20px;
margin-top: -5px;
}
.bg-mask-b {
    background: rgba(81, 78, 70, 0.7);
}
.person-01 a:hover, .person-02 a:hover, .person-03 a:hover, .person-04 a:hover {
  /*opacity: 0.5;
  background: black;*/
}
.col01.column2 li:hover  {
background: rgba(89, 74, 53);
}
.message_ttl {
font-size: 24px;
font-weight: 600;
margin-bottom: 5%;
}
 @media only screen and (max-width: 640px){
span.newslogo {
  font-size: 30px;
}
.subtitle.b {
  font-size: 18px !important;
}
#header-l h1 a .name {
font-size: 2em;
line-height: 1.3;
}
}
/*ボタン 小*/
.btn01 {
  position: relative;
}

.btn01 a {
  display: inline-block;
  position: relative;
  padding: 0 40px 0 15px;
  border: 1px solid #666;
  color: #666;
  line-height: 28px;
text-decoration: none;
}

.btn01 a:hover {
 /* color: #fff;
  background-color: #444;*/
}

.btn01 a::after {
  display: inline-block;
  position: absolute;
  top: 11px;
  right: -15px;
  width: 42px;
  height: 4px;
  background-image: url(../images/arrow01.svg);
  transition: 0.2s ease-in-out;
  content: "";
}

.btn01 a:hover::after {
  right: -30px;
}
/*ボタン 小おわり */
/*ボタン 大 */
.btn02 {
  position: relative;
}

.btn02 a {
display: inline-block;
position: relative;
padding: 0 40px 0 30px;
border: 1px solid #666;
color: #666;
line-height: 50px;
text-decoration: none;
margin: 3%;
}

.btn02 a:hover {
 /* color: #fff;
  background-color: #bbb;*/
}

.btn02 a::after {
  display: inline-block;
  position: absolute;
top: 2px;
margin: auto;
bottom: 0;
right: -25px;
  width: 42px;
  height: 4px;
  background-image: url(../images/arrow01.svg);
  transition: 0.2s ease-in-out;
  content: "";
}

.btn02 a:hover::after {
  right: -30px;
}
.back-w {
background: rgba(255, 255, 255, 0.7);
}
 @media only screen and (max-width: 640px){
.btn-style.btn02 {
  text-align: center;
}
.btn-style a {
margin: 2%;
}
.footer_accessL{margin: 3% 0;}
}
/*ボタン大 小おわり */
.ls5 {
  letter-spacing: 5px;
}
body {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
font-weight: 400;
background: #fff;
}
* {
/*font-family: m-plus-rounded-2p, sans-serif !important; */
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
font-weight: 400 !important;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free" !important;
}
/*スマホフッター */
.headerCta {position: fixed;bottom: 0;left: 0;z-index: 10000;width: 100%;/*height: 95px;*/box-sizing: border-box;padding:3px;background: #C4C4C4;;display: flex;flex-wrap: wrap;justify-content: space-between;}
.headerCta li { width: calc( (100% - 5px)/3 + 10px );}
.headerCta li:nth-child(1) { width: calc( (100% - 5px)/3 - 20px );}
.headerCta li a {display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
width: 100%;
height: 60px;
background: #05a6d9;
border-radius: 4px 4px 0 0;
color: #fff;
font-size: medium;
text-align: center;
line-height: 1.23;
text-decoration: none;}
.headerCta li:nth-child(1) a {background: #bb2061; color: #fff;}
.headerCta li a > span { display: block; padding: 35px 0 0; }
.headerCta li:nth-child(1) a > span { background: url(../images/icon_calendar_w.svg) no-repeat 50% 8px/ auto 20px;}
.headerCta li:nth-child(1) a > span > span { display: block; }
.headerCta li:nth-child(2) a > span { background: url(../images/free-tel.svg) no-repeat 50% 8px/ auto 20px; }
.headerCta li:nth-child(3) a > span { background: url(../images/icon_tel_w.svg) no-repeat 50% 8px/ auto 20px; }
/*スマホフッター おわり */
.toplogo {
width: 20px;
margin: 0 auto;
padding-bottom: 20px;
}
.home h1.top {
/*display: none;*/
}
.home #headbox {
position: absolute;
background: none;
}
.home h1 .access {
  font-size: xxx-large;
  font-style: italic;
  color: #adde2c;
  font-weight: bold !important;
}
.home #gnav2 ul li a {
color: #482c20;
}
.home .is-fixed #gnav2 ul li a {
  color: #444;
text-align: center;
}
.mt10{
margin-top: 10px !important;
}
.borderfff{
border: 1px solid #fff !important;
color: #fff !important;
}
.btn02 a.borderfff::after {
background-image: url(../images/arrow02.svg);
}
.t-l{
text-align: left;
}
ul.column3 {
  column-count: 3;
}

@media screen and (max-width: 700px) {
  ul.column3 {
    column-count: auto;
  }
}
ul.column2 {
  column-count: 2;
}
ul.column3 {
  column-count: 3;
}
@media screen and (max-width: 700px) {
  ul.column2 {
    column-count: auto;
  }
  ul.column3 {
    column-count: auto;
  }
}
/* 元々のチェックボックス（非表示） */
.mycheckbox input[type="checkbox"]{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
.mycheckbox input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.mycheckbox input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color:  #585753; /* 枠の色変更 お好きな色を */
    background-color: #FFF; /* 背景の色変更 お好きな色を */
}
/* チェックが入った時のレ点 */
.mycheckbox input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #585753; /* チェックの色変更 お好きな色を */
}
.darea2 {
/* boxレイアウトの指定 */
display: box;
display: -webkit-box;
display: -moz-box;
/* 配置したボックスを左右中央寄せにする */
box-pack: center;
-webkit-box-pack: center;
-moz-box-pack: center;
border-radius: 5px;
}
.ditem2 {
width: 44%;
height: auto;
font-size: 20px;
line-height: 100px;
/*text-align: center;
padding: 0 0 0 20px;*/
color: #444;
margin: 5px;
background: #f3f3f3;
border: solid 1px #e0ba8d;
background: rgba(255, 255, 255, 0.4);
}
.ditem2 ul li {
font-size: small;
	}
.smasmall {
  font-size: initial;
}
@media screen and (max-width: 700px) {
.tate-top{
font-size: medium;
	}
.toplogo {
  width: 20px;
  margin: 0 auto;
  padding-bottom: 0px;
}
.smasmall {
  font-size: small;
}
.home h1 .access {
font-size: 40px;
}
.bg03 p {
  margin: 5px 0;
}
.ditem2 {
width: 98%;
}
.darea2 {
display: block;
}
.ditem2 ul{
padding-left: 30px;
}
section h2 span {
  padding: 0;
}
}
#headbox {
/*background: #412009;
background: url(../images/back.jpg) repeat-x;*/
}
.home #header-l h1 a span {
/*color: #fff !important;*/
}
#header-l h1 a span {
color: #000 !important;
padding-bottom: 2%;
}
#gnav2 ul li a {
color: #313131 !important;
}
.home #gnav2 ul li a {
color: #fff !important;
}
.is-fixed #gnav2 ul li a {
  color: #000 !important;
text-align: center;
}
.c-w {
  color: #fff;
}
#gnav2 ul.menu li li a {
  color: #000 !important;
}
.font30 {
font-size: 30px;
}
#header-l h1{
  display: contents;
}
#header-l img {
width: 230px;
}
.home #header-l img {
width: 260px;
margin: 5% 0 0 0;
}
.metal01 {
float: left;
height: 100%;
background: #F48087;
border-radius: 10px;
padding: 3px;
margin: 0 5px;
}
.metal01 a {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
}
.metal01 p.reservation {
padding: 0 10px !important;
color: #fff !important;
}
.el-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 140px;
height: 140px;
background-color: #fff;
border-radius: 50%;
margin: 0 3px;
text-align: center;
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid #3c7ece;
}
.el-list li a{
text-decoration: none;
}
.el-list__thumb {
  height: 64px;
  width: 53px;
  margin: auto;
    margin-bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
height: 50px;
width: 40px;
margin-bottom: 0.5rem !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
position: absolute;
bottom: 30px;
left: 60px;
}
.el-list__title{
font-size: 18px;
line-height: 1.3;
color: #3c352f;
}
.el-list__title strong {
  font-weight: 500;
  display: block;
  color: #6c961e;
color: #9b8e46;
font-size: initial;
}

@media (max-width: 795px){
.home #header-l img {
  margin: 0;
}
.el-list li {
width: 90px;
height: 90px;
margin: 0 .5%;
}
.d-flex {
justify-content: space-around;
width: 100%;
left: 0;
bottom: -100px;
}
.el-list__title{
  font-size: small;
}
.el-list__thumb {
  height: 30px;
  width: 25px;
margin-bottom: 0 !important;
}
}
.fab {
  font-family: "Font Awesome 5 Brands" !important;
}
.menu__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 17px;
position: absolute;
top: 90px;
right: 10px;
}
.c-sns-button {
  --size: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-sns-button--facebook {
  background-color: #4267b2;
}
.c-sns-button--instagram {
  background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.c-sns-button--twitter {
  background-color: #1da1f2;
}
c-sns-button--twitter {
  background-color: #1da1f2;
}
.c-sns-button--youtube {
  background-color: #ff0000;
}
.c-sns-button--line {
  background-color: #07c655;
}

.main__nav .el-menu > li {
  position: relative;
  display: inline-block;
}
.text-center {
  text-align: center !important;
}
.text-white {
  color: #fff !important;
}
hr {
  margin: 2% 0;
}
.ditem.w35 {
  width: 35%;
}
.ditem.w25 {
width: 25%;
margin: 35px 0;
text-align: center;
}
.column ul li {
  width: 17%;
  float: left;
  height: 250px;
  margin: 1%;
}
.column a {
text-decoration: none;
}
span.columnlogo  {
  padding: 0;
  letter-spacing: 0.2em;
  color: #bbb;
  float: left;
  position: relative;
  top: 20px;
  font-size: xxx-large;
  display: contents;
}
.kokuban.pcnone .thumbnail{
width: 30%;
float: left;
margin: 0 10px 10px auto;
}
.kokuban.pcnone .thumbnail .img {
  padding: 0 10px;
}
.kokuban #move li {
overflow: hidden;
}
.position-relative{
position: relative;
}
img.w50{
width: 49% !important;
}
@media (max-width: 795px){
.menu__sns {
top: 60px;
}
img.w50{
width: 100% !important;
}
.kokuban .subtitle{
text-align: center;
}
.kokuban.pcnone {
  margin-top: 10%;
}
}	
.numbering {
  margin: 0;
  counter-reset: number;
}
.numbering .yoyakuform-list li::before {
content: counter(number);
counter-increment: number;
background-color: #0055b2;
color: white;
font-weight: bold;
display: block;
float: left;
line-height: 25px;
margin-left: -28px;
text-align: center;
height: 25px;
width: 25px;
border-radius: 50%;
top: 5px;
position: relative;
font-size: larger;
}
.numbering ul{
	list-style: none;
	}
.numbering ul li {
    font-size: 16px;
    line-height: 1.8em;
    padding-bottom: 1%;
	padding-left: 3%;
font-size: large !important;
font-weight: bold !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  max-width: 1400px;
margin: 0 auto !important;
}

.metal.linear img{
  width: 25px;
  display: inline;
  margin-right: 10px;
vertical-align: middle;
}
.footer-time{
margin: 0;
font-size: 18px;
color: #CF3000;
text-align: center;
font-weight: bold !important;
	}
footer h4 {
padding-left: 20px;
line-height: 30px;
font-size: larger;
color: #3c7ece;
}
footer h4::after {
position: absolute;
top: 55%;
left: 0;
transform: translateY(-50%);
content: '';
width: 5px;
height: 1.3em;
background-color: #3c7ece;
}
.preinfo-a {
margin: .5%;
padding: 3px 5px;
background: #FD8268;
border-radius: 3px;
color: #fff;
min-width: 50px;
display: inline-block;
text-align: center;
}
.preinfo-b {
margin: .5%;
padding: 3px 5px;
  background: #FCBC68;
  border-radius: 3px;
  color: #fff;
min-width: 50px;
display: inline-block;
text-align: center;
}
.preinfo-c {
margin: .5%;
padding: 3px 5px;
  background: #3c7ece;
  border-radius: 3px;
  color: #fff;
min-width: 50px;
display: inline-block;
text-align: center;
}
.preinfo-d {
  margin: .5%;
  padding: 3px 5px;
  border-radius: 3px;
  min-width: 50px;
  display: inline-block;
  text-align: center;
}
.point10{
color: #ffad1d;
font-size: 110px;
padding: 1% 0 3% 0;
font-weight: 900 !important;
}
@media (max-width: 795px){
.preinfo-a,.preinfo-b,.preinfo-c,.preinfo-d {
min-width: 0px;
}
}
.post * {
font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3" !important;
letter-spacing: 2px;
}
strong{
color: #3c7ece;
font-size: large;
}
ul.border.square {
  list-style: none;
  padding: 20px 25px;
  margin: 10px auto 20px;
border: 1px solid #3c7ece;
  background: #fff;
  border-radius: 5px;
display: flow-root;
}
ul.square li {
  width: auto;
  padding: 0 0 0 17px;
  margin: 0 0 7px;
  list-style: none;
  border: none;
  background: none;
  position: relative;
  line-height: 2;
  font-size: 14px;
}
ul.square li::before {
  content: '';
  display: block;
  background: #55d3ae;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 0;
  position: absolute;
  top: 0.7em;
  left: 0;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
}
.borderBox {
  padding: 20px;
  margin: 0;
    margin-top: 0px;
  border: 1px solid #3c7ece;
  border-radius: 5px;
  background: #fff;
  position: relative;
}
.borderBox p {
  margin-bottom: 0px !important;
}
.post h4.b {
color: #3c7ece;
font-size: 20px;
line-height: 1.4em;
font-weight: 600 !important;
margin: 10px auto;
padding: 0;
}
.post h4.b::after {
display: none;
}
.flexBox {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
.flexBox ul {
  margin: 0 auto;
}
.contList {
  width: 100%;
  padding: 20px 0 0;
  margin: 0 auto;
  position: relative;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contList > li.wide > h3 {
  padding: 10px 15px;
  margin: 0;
  border: 1px solid #3c7ece;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 30px;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  z-index: 2;
}
.contList > li.wide {
  width: 100%;
padding: 15px 10px 10px;
  margin: 0 auto 50px;
  position: relative;
  background: #f2f9fc;
  border-radius: 5px;
list-style: none;
}
.bigTagList > li {
  display: inline-block;
  width: auto;
padding: 5px 15px 5px;
  margin: 0 10px 10px 0;
  border: 2px solid #55d3ae;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #55d3ae;
  background: #fff;
  border-radius: 5px;
}
.mb30 {
  margin-bottom: 30px;
}
ol.border li {
  padding: 0 0 0 30px;
  margin: 0 0 5px;
  list-style: none;
  border: none;
  background: none;
  position: relative;
  line-height: 2;
  font-size: 13px;
}
ol.border li::before {
  counter-increment: count;
  content: counter(count);
  background: #fff;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 1.4em;
  left: 0;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  border-radius: 50%;
}
.contList.harf > li {
  width: 48%;
  padding: 35px 30px 30px;
  margin: 0 0 30px;
  position: relative;
  background: #f2f9fc;
  border-radius: 5px;
}
.post table.denture-table tr p {
font-size: 0.9em;
}
.flexBox > .flexInfo {
  width: calc(100% - 330px);
  padding: 0;
  margin: 0;
    margin-top: 0px;
}
.flexBox > div img {
  width: 100%;
}
ul.noneList > li > span:first-of-type {
  display: inline-block;
  width: 110px;
  min-width: 100px;
  padding: 7px;
  margin: 0 10px 0 0;
  background: #3c7ece;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  white-space: nowrap;
  text-align: center;
}
ul.noneList.w200 > li > span:first-of-type{
width: 200px;
}
ul.noneList > li > span p {
  left: 65px;
  position: relative;
  line-height: 1em !important;
}
.flexBox.mb50 ul.noneList > li{
text-indent: -7em;
padding-left: 6em;
}
ul.noneList {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  border: none;
  background: none;
  position: relative;
}
.tableTag {
margin: 0 10px 0 0;
background: #3c7ece;
color: #fff;
border-radius: 5px;
display: table;
line-height: 2em;
width: 90px;
text-align: center;
}
.w50{
  width: 50%;
}
@media (max-width: 795px){
.w50{
  width: 100%;
}
.borderBox {
  padding: 5px;
}
.contList.harf > li {
  width: 100%;
}
.post table.denture-table tr td {
  display: block;
}
.post table.denture-table tr td:nth-of-type(1) {
  display: block;
  background: #05a6d9;
  color: #fff;
}
.post table.denture-table tr th {
  display: none;
}
.flexBox > .flexInfo {
  width: calc(100%);
  padding: 0;
  margin: 0;
    margin-top: 0px;
}
.flexBox > div {
  width: 100%;
}
.post ul ul.noneList,ul.noneList > li {
  padding-left: 0px;
}
ul.noneList > li > span:first-of-type {
display: block;
	}
.smatop60 {
  top: 60px;
  position: relative;
}
}
.potitle{
font-size: 40px !important;
  font-weight: 900 !important;
  color: #55d3ae;
text-align: center;
line-height: 1.2em !important;
}
.post table.va-m tr td{
vertical-align: middle;
	}
.plan-img {
  width: 50%;
  margin: 0 auto;
}
.post ul li {
  font-size: unset;
}
@media print, screen and (min-width: 700px) {
#indexClinic.imgw20,#indexStaff.imgw20 {
  width: 25%;
}
}
.moreBtn > a,.headerCta li a,.copyright {
background: #9b8e46;
}
.moreBtn > a {
box-shadow: 0px 5px 0 #D9CFB2;
}
.pagetop {
background-color: rgba(155, 142, 70, 0.8);
}
.el-list li {
border: 1px solid #9b8e46;
}
.moreBtn > a.w100 {
width: 100%;
}
.nopain{
  width: 40%;
  margin: 0 auto;
  text-align: initial;
  line-height: 2em;
  font-size: x-large;
padding-bottom: 2%;
}
  @media only screen and (min-width: 961px) {
.smanone {
display: contents;
}
	  }
@media only screen and (max-width: 961px) {
.moreBtn > a.w100 {
width: 85%;
}
.nopain{
  width: 90%;
  margin: 0 auto;
  text-align: initial;
  line-height: 2em;
  font-size: large;
  vertical-align: middle;
  display: table;
padding-bottom: 40px;
}
}
.sc-service.itami {
background: #535353;
}
.sc-service.itami h2 {
color: #fcffa4;
}
.sc-service.itami .c-header__sub {
color: #fff;
}
.sc-service.itami .ch{
color: #fff;
}

.large-color{
  font-size: xx-large;
  color: #0055b2;
}
.cace-num{
  position: absolute;
  background: #e9f5f9;
  width: 70px;
  height: 70px;
  padding: 22px 0;
  display: revert;
  border-radius: 50%;
  font-size: xxx-large;
  color: #3c7ece;
padding: 22px 0;
}
.page-id-53 .post h2 {
background: #9b8e46;
padding-bottom: 0;
color: #FFF;
padding: 1rem 0;
font-weight: bold !important;
font-size: xx-large;
}
.page-id-53 .post h2::after {
content: none;
}
h3.perio {
  color: #9b8e46;
  font-size: xx-large;
font-weight: bold !important;
}
h4.perio {
background: #887c37;;
padding: 4px 8px;
margin: 5px 5px 20px 0;
font-weight: bold;
font-size: 100%;
display: inline-block;
color: #fff;
box-shadow: 0 0 4px #ede9e1 inset;
border: 1px solid #ebe7e6;
}
h4.perio {
background: #887c37;
padding: 10px 20px;
margin: 5px 5px 20px 0;
font-weight: bold !important;
font-size: x-large;
display: inline-block;
color: #fff;
box-shadow: 0 0 4px #ede9e1 inset;
border: 1px solid #ebe7e6;
}
.post h4::after {
display: none;
}
.page-id-53 span.po {
  color: #887c37;
  font-weight: bold !important;
  font-size: larger;
}
.title.perio {
  line-height: 1;
  color: #000;
}
span.po,section h2 {
  color: #8c7e31;
}