.elementor-5746 .elementor-element.elementor-element-4f4bbcc{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--flex-wrap:wrap;--padding-top:240px;--padding-bottom:80px;--padding-left:80px;--padding-right:80px;}.elementor-5746 .elementor-element.elementor-element-4f4bbcc:not(.elementor-motion-effects-element-type-background), .elementor-5746 .elementor-element.elementor-element-4f4bbcc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4cdd012 );}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-5746 .elementor-element.elementor-element-6ebfef6{width:100%;max-width:100%;text-align:left;}.elementor-5746 .elementor-element.elementor-element-6ebfef6 .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-size:4rem;font-weight:600;line-height:1em;letter-spacing:2px;color:#FFFFFF;}.elementor-5746 .elementor-element.elementor-element-ee198d9{text-align:left;}.elementor-5746 .elementor-element.elementor-element-ee198d9 .elementor-heading-title{font-family:"Jost", Sans-serif;font-size:1.4rem;font-weight:500;line-height:1em;letter-spacing:2px;color:#FFFFFF;}.elementor-5746 .elementor-element.elementor-element-64fdcef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--padding-top:60px;--padding-bottom:60px;--padding-left:60px;--padding-right:60px;}.elementor-5746 .elementor-element.elementor-element-64fdcef:not(.elementor-motion-effects-element-type-background), .elementor-5746 .elementor-element.elementor-element-64fdcef > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:1024px){.elementor-5746 .elementor-element.elementor-element-4f4bbcc{--padding-top:200px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}}@media(max-width:743px){.elementor-5746 .elementor-element.elementor-element-4f4bbcc{--padding-top:160px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-5746 .elementor-element.elementor-element-6ebfef6 .elementor-heading-title{font-size:3rem;}.elementor-5746 .elementor-element.elementor-element-64fdcef{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}}@media(min-width:744px){.elementor-5746 .elementor-element.elementor-element-64fdcef{--width:calc(100% - 300px);}}@media(max-width:1024px) and (min-width:744px){.elementor-5746 .elementor-element.elementor-element-64fdcef{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-2d9c097 */#header-menu.top-anchor-links{
    display:flex;
    flex-wrap: wrap;
    gap:0.5rem;
}
#header-menu.top-anchor-links a{
    display: inline-block;
    width:calc((100% - 1.5rem) / 4);
    background:rgba(229, 237, 241,0.3);
  padding: 1em;
  text-decoration: none;
  color: #5A7583;
  border:1px solid #5A7583;
  font-size: 1.5em;
  position: relative;
}
#header-menu.top-anchor-links a::after {
    content: "▼";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
}
.price-table-wrapper table tbody tr:hover>td, .price-table-wrapper table tbody tr:hover>th{
    background-color:#fff;
}
.price_tables .price-table-block{
    display: flex;
    border-bottom:1px solid #E5EDF1;
    padding: 2rem 0;
}
.price_tables h3{
    font-size:3rem;
    font-family: "Shippori Mincho", Sans-serif;
    color:#fff;
    background-color: #5A7583;
    padding:3rem 2rem;
    margin: 3rem 0;
}
.price_tables h4{
    font-size:1.8rem;
    color:#5A7583;
    background-color:#E5EDF1;
    padding: 1.2rem;
    margin-top: 3rem;
}
.price_tables .price-table-block h5{
    font-size:1.4rem;
    color:#5A7583;
    font-weight: 600;
    width: 30%;
}
.price_tables .price-table-block .price-table-wrapper{
    width: 70%;
}
.price_tables .acf-price-table{
    font-size: 1.3rem;
    color:#5A7583;
    margin:0;
}
.price_tables .acf-price-table:not(:first-child){
    margin-top:1rem;
}
.price_tables th,.price_tables td{
    border:none !important;
    padding: 0.5rem 0;
}
.price_tables .acf-price-table td:last-child{
    width: 20%;
    text-align: right;
}
.price_tables tbody>tr:nth-child(odd)>td{
    background-color:#fff;
}
.price_tables thead{
    text-align:left;
}
.price_tables thead th{
    padding: 0.5rem 0.8rem;
    background-color: rgba(229, 237, 241,0.5);
}
.surgery-price-tables .anchor-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.surgery-price-tables .anchor-button {
  background: #fff;
  padding: 0.5em 1em;
  border-radius: 100px;
  text-decoration: none;
  color: #5A7583;
  border:1px solid #5A7583;
  font-size: 1.5em;
  width: 150px;
  text-align: center;
}
.surgery-price-tables .anchor-button:hover {
  background: #E5EDF1;
}

@media (max-width: 767px) {
    #header-menu.top-anchor-links a{
        width:100%;
        font-size: 1.3em;
        }
        .price_tables .price-table-block{
        flex-direction:column;
        }
        .price_tables h3{
            font-size:2rem;
            padding: 1.6rem;
            margin: 3rem 0;
            }
            .price_tables h4{
                font-size:1.5rem;
                padding: 1.2rem;
                }
        .price_tables .price-table-block h5,.price_tables .price-table-block .price-table-wrapper{
            width: 100%;
            
        }
        .surgery-price-tables  .anchor-button {
            padding: 0.5em 1em;
            font-size: 1.3em;
            width:calc((100% - 0.5em) / 2);
            text-align: center;
            }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0f54ac8 */#fix-menu {
  width: 100%;
  height: 0;
  position: fixed;
  top: 95px;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  overflow: hidden;
  transition: .4s;
}
#fix-menu.fixed {
  height:50px;
  background:#F7FAFB;
  border-top:1px solid #E5EDF1;
  border-bottom:1px solid #E5EDF1;
}
#fix-menu.top-anchor-links{
    display:flex;
    flex-wrap: nowrap;
    gap:0.5rem;
    justify-content: center;
}
#fix-menu.top-anchor-links a{
    display: inline-block;
    width: auto;
    background:#F7FAFB;
    padding: 1em 3rem 1rem 1rem;
    text-decoration: none;
    color: #5A7583;
    font-size: 1.4em;
    position: relative;
    white-space: nowrap;
}
#fix-menu.top-anchor-links a::after {
    content: "▼";
    position: absolute;
    right: 1rem;
    top: 52%;
    transform: translateY(-50%);
    font-size: 10px;
}
@media (max-width: 767px) {
    #fix-menu.fixed {
        overflow-x:scroll;
        height:auto;
    }
    #fix-menu.top-anchor-links{
        justify-content: flex-start;
    }
    #fix-menu.top-anchor-links a{
        padding:1rem;
    }
    #fix-menu.top-anchor-links a::after{
        display:none;
    }
}/* End custom CSS */
/* Start custom CSS */html {
  scroll-padding-top: 180px;
}/* End custom CSS */