@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
*/

/* base */
h2 {
  border: none !important;
  background-color: #ffffff;
}
a:hover {
  opacity: 0.6;
}
/* layout */
.siteContent {
  margin-top: 20px;
}
.sectionBox {
  margin-top: 3em !important;
}

/* header */
.siteHeader {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
box-shadow: 0 1px 3px
*/
.header-topbar {
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-nav {
  text-align: center;
  margin-top: 10px;
}
.gMenu_outer {
  padding: 5px 0 10px 0;
}
#menuBtn {
  top: 0;
  right: 0;
}
.navbar-brand img {
  max-height: 60px !important;
}
.free_call,
.reservation_btn {
  /* float: right; */
}
.siteHeader_logo {
  padding: 0;
  margin-bottom: 7px;
  width: 38%;
}
.header_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.inquiry_wrap {
  display: flex;
  align-items: center;
}
.reservation_btn {
  width: 200px;
  margin-right: 20px;
  display: block;
  padding: 10px 15px;
  background-color: #5fc170;
  color: #ffffff;
  text-align: center;
  border-radius: 13px;
  font-size: 20px;
  font-weight: bold;
}
.free_call {
  width: 57px;
}
.free_call_txt {
  color: #ff693b;
  font-size: 38px;
  font-weight: bold;
  padding-left: 5px;
}

@media screen and (min-width: 992px) {
  #gMenu_outer ul {
    display: table;
    float: none;
    width: 100%;
    font-size: 16px;
  }
  #gMenu_outer li {
    display: table-cell;
    float: none;
    border-left: 2px solid #ff693b;
  }
  #gMenu_outer li a {
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
  }
  #gMenu_outer li:last-child {
    border-right: 2px solid #ff693b;
  }
  .header-topbar {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 25px;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  /*
    .free_call{
        width: 60px;
    }
	*/
}
@media screen and (max-width: 992px) {
  .header_wrap {
    /* float: none; */
    /* margin: 0 auto; */
    flex-direction: column-reverse;
    justify-content: center;
  }
  .reservation_btn {
    margin-right: 0px;
  }
  .siteHeader_logo {
    width: auto;
  }
  .free_call_txt {
    font-size: 32px;
  }
  #gMenu_outer.itemOpen {
    position: fixed;
    top: 70px;
    width: calc(100%);
    background-color: #ffffff;
    overflow: auto;
    left: 0;
	}
}
@media screen and (max-width: 768px) {
  .reservation_btn {
    width: 160px;
    padding: 5px;
    font-size: 18px;
    margin-right: 0px;
  }
  .siteHeader_logo {
    width: calc(100% - 50px);
  }
  .free_call_txt {
    font-size: 28px;
  }
  .free_call {
    width: 45px;
  }
  .navbar-brand img {
    max-height: 40px !important;
  }
  #gMenu_outer.itemOpen {
    top: 50px;
  }
}

/* footer */
footer,
footer .copySection,
footer .footerMenu {
  border: none;
}
footer .copySection p:nth-child(2) {
  display: none;
}
footer {
  height: 170px;
  background-image: url("images/footer_bg2.jpg");
  background-repeat: repeat-x;
  background-color: #ff693b;
}
.footer_box1 {
  float: left;
  background-image: url("images/footer_bg1.jpg");
  background-repeat: no-repeat;
  width: 320px;
  height: 170px;
}
.footer_box2 {
  float: left;
  height: 170px;
}
.footer_box2 p {
  color: #ffffff;
  display: inline-block;
  text-align: left;
  margin: 10px 15px 5px 0;
}
#footer_logo {
  display: block;
  width: 300px;
  margin-top: 30px;
}
footer .copySection p {
  font-size: 14px;
  margin: 5px 15px 15px 0;
}
.hours {
  width: 90%;
  margin-bottom: 30px;
  font-size: 14px;
  border: 1px solid #333333;
}
.hours td,
.hours th {
  border: 1px solid #333333;
}
.hours td,
.hours th {
  padding: 20px 10px;
}
.hours th {
  background-color: #fde7d0;
}
.bg-beige {
  background-color: #fde7d0;
}
.copyright {
  margin: 0 !important;
  text-align: center !important;
}
@media screen and (max-width: 992px) {
  .footer_box2 p,
  footer .copySection p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer_box1 {
    width: 100%;
    background-position: center;
  }
  .footer_box2 {
    width: 100%;
    text-align: center;
    background-color: #ff693b;
  }
  #footer_logo {
    margin: 0 auto;
  }
  .hours {
    width: 100%;
  }
  .hours td,
  .hours th {
    padding: 7px;
  }
}

/* front-page*/
.page_header_image {
  width: 100%;
}
.toppage_header_wrap {
  width: 100%;
  height: 463px;
  background-image: url("images/frontpage_header2_1.jpg");
  background-repeat: repeat-x;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  color: #ffffff;
}
.toppage_header_wrap img {
  /* float: right; */
}
.toppage_header_inner1 {
  /* display: table-cell; */
  vertical-align: top;
  padding: 60px 0 0 30px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  width: calc(100% - 728px);
  /* float: right; */
}
.toppage_header_inner2 {
  /* display: table-cell; */
  width: 728px;
  height: 463px;
  /* float: right; */
  background-color: #ff693b;
}
.toppage_header_inner2 img {
  background-color: #f8f8f8;
  max-width: 100%;
  height: 463px;
}
.bg_grey {
  background-color: #f8f8f8;
}
.bg_white {
  background-color: #ffffff;
}
.toppage_title {
  padding: 0;
  margin: 0;
}
.toppage_icon {
  padding: 50px 3% 0 3%;
}
.toppage_icon h3 {
  padding: 10px 0;
  margin: 10px 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  font-weight: bold;
  color: #ff693b;
  font-size: 25px !important;
  min-height: 110px;
}
.toppage_icon h3:after {
  border-bottom: none;
}
.news_icon {
  width: 120px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.news_list {
  border-left: 2px solid #333333;
}
.news_list ul {
  margin: 0px;
  list-style: none;
  padding-left: 30px;
}
.img_wrap {
  text-align: center;
}
.img_wrap img {
  max-width: 270px;
}
@media screen and (max-width: 992px) {
  .toppage_icon h3 {
    font-size: 20px !important;
  }
  .toppage_header_wrap {
    height: auto;
    flex-wrap: wrap-reverse;
  }
  .toppage_header_inner1,
  .toppage_header_inner2 {
    display: block;
    width: 100%;
    height: auto;
  }
  .toppage_header_inner1 {
    display: block;
    width: 100%;
    background-color: #ff693b;
    padding: 30px;
  }
  .toppage_header_inner2 {
    text-align: right;
  }
  .toppage_header_inner2 img {
    width: 70%;
    height: auto;
    max-height: initial !important;
    background-color: #ff693b !important;
  }
}
@media screen and (max-width: 768px) {
  .toppage_icon {
    padding: 20px 10%;
  }
  .toppage_icon h3 {
    font-size: 23px !important;
  }
  .img_wrap {
    padding: 0 10%;
  }
  .img_wrap img {
    max-width: 330px;
  }
  .toppage_header_inner2 img {
    width: 90%;
  }
}

/* page */
.siteContent {
  padding: 0;
}
.page_title2 {
  color: #ff693b;
  border: none;
  background-color: #ffffff;
  margin-bottom: 0px;
  padding-left: 0;
}
.page_title3 {
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 20px 0;
  color: #ff693b;
}
.page_title3:after {
  border-bottom: none;
}
.greeting_header {
  display: table;
  width: 100%;
  padding: 50px 0;
}
.greeting_header_inner1 {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
  padding: 20px 0;
}
.greeting_header_inner1 h2,
.greeting_header_inner1 p {
  padding: 0 30px;
  width: 550px;
  margin: 0 auto;
}
.greeting_header_inner1 h2 {
  color: #ff693b;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.5em;
  line-height: 1.5;
}
.greeting_header_inner2 {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  padding: 0 30px;
}
.greeting_bg {
  background-image: url("images/greeting_profile.png");
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-color: #ff9676;
}
.greeting_header_inner1 .sub_title {
  color: #ff693b;
  font-size: 24px;
  letter-spacing: 0.04em;
  margin-top: 10px;
  margin-bottom: 20px;
}
.greeting_header_inner1 .sub_name1,
.greeting_header_inner1 .sub_name2 {
  display: inline-block;
}
.greeting_header_inner1 .sub_name2 {
  font-size: 20px;
  letter-spacing: 0.04em;
}
.greeting_header_inner2 p {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
}
.greeting_header_inner2 img {
  width: 216px;
}
.greeting_text {
  padding: 10px 0 10px 60px !important;
  font-size: 20px;
  width: 550px !important;
  margin: 0 auto;
}

.profile_img {
  display: none;
}

.bg_orange {
  background-color: #ff693b;
}
.staff_img {
  float: left;
  width: 250px;
  margin-right: 40px;
}
.staff_profile {
  float: left;
  max-width: 500px;
}
.staff_item {
  overflow: hidden;
  margin-bottom: 50px;
  padding: 0 15px;
}
.staff_profile table,
.staff_profile td {
  border: none;
}
.staff_profile td {
  padding: 0 20px 40px 20px;
  vertical-align: top;
}
.staff_profile tr td:first-child {
  width: 120px;
  border-right: 3px solid #ff693b;
  font-weight: bold;
  color: #ff693b;
  padding-left: 0;
}
.staff_profile tr td:nth-child(2) {
  /* font-size: 14px; */
  font-size: 15px;
  line-height: 1.6;
}
.staff_job {
  font-size: 18px;
  margin: 10px 0;
  line-height: 1.3;
  color: #333;
}
.staff_name {
  font-size: 24px;
  margin: 10px 0;
  color: #333;
}
.introduction_bg {
  background-image: url("images/introduction_bg.jpg");
  background-size: cover;
}
.introduction_header {
  margin: 0 !important;
  padding: 0 !important;
  height: 184px;
  background-image: url("images/introduction_header.jpg");
  background-repeat: repeat-x;
  text-align: center;
}
.introduction_header h2 {
  background-color: rgba(0, 0, 0, 0);
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0px;
  padding: 30px 30px 20px 30px;
  color: #ff693b;
}
.introduction_header_bottom {
  background-color: #ff693b;
  height: 2px;
}
.introduction_tab {
  padding: 0 20px;
  background-color: #ff693b;
  width: 150px;
  text-align: center;
  color: #ffffff;
  border-radius: 0 0 15px 15px;
}
.medical_title_bg {
}
.medical_title {
  position: relative;
}
.medical_icon {
  position: absolute;
  top: -60px;
  left: 80px;
}
.medical_title h2 {
  margin: 0 !important;
  background-color: #f8f8f8;
  color: #ff693b;
  padding: 30px 0 30px 190px;
  letter-spacing: 0.1em;
}
.medical_title .sub {
  font-size: 18px;
}
.process_bg {
  background-image: url("images/process_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-color: #f8f8f8;
  overflow: hidden;
  padding-bottom: 30px;
}
.process_title {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  padding: 43px 0;
}
.process_box1 {
  width: 30%;
  padding: 5px 20px 30px 0;
  margin-bottom: 20px;
}
.process_box1 img {
  max-width: 130px;
}
.process_box2 {
  width: 70%;
}
.process_box2 h3 {
  margin-bottom: 15px;
}
.process_hr {
  border-top: 2px solid #ff693b;
  margin-top: 0;
  margin-bottom: 30px;
}
.ggmap_wide {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.ggmap_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.access_title {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 15px;
}
.access_title h2 {
  margin-right: 50px;
}
.voices_icon {
  max-width: 80px;
}
.voices_q {
  background-color: #ffffff;
  color: #ff693b;
  margin-bottom: 5px;
  padding: 10px 0;
  font-weight: bold;
  font-size: 16px;
}
.voices_a {
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .medical_icon {
    left: 60px;
  }
}
@media screen and (max-width: 992px) {
  .greeting_text {
    padding: 10px 0 10px 40px !important;
  }
  .medical_title h2 {
    text-align: center;
    padding: 30px 20px;
  }
  .medical_icon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .introduction_tab img {
    width: 120px;
  }
  .introduction_bg {
    background-image: none;
  }
  .process_box1 img {
    max-width: 100%;
  }
  .greeting_header,
  .greeting_header_inner1,
  .greeting_header_inner2 {
    display: block;
    width: 100%;
  }
  .greeting_header_inner1 h2,
  .greeting_header_inner1 p,
  .greeting_header_inner2 {
    width: 100%;
    text-align: center;
  }
  .greeting_text {
    width: 100%;
    padding: 10px 20px !important;
  }
  .greeting_header_inner2 {
    overflow: hidden;
  }
  .greeting_header_inner2 img {
    max-width: 50%;
  }

  .greeting_bg {
    height: auto;
    background-size: 50%;
    background-position: 120% 50%;
    background-color: #ff9676;
    background-image: none;
  }
  .introduction_header h2 {
    line-height: 1.3;
  }
  .greeting_header_inner2 img.profile_img {
    display: block;
    width: 50% !important;
    max-width: 50% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .greeting_header_inner1 h2 {
    font-size: 19px;
  }
  .greeting_header_inner1 .sub_title {
    font-size: 16px;
  }
  .introduction_header h2,
  .medical_title_sub1 {
    font-size: 20px !important;
  }
  .introduction_header p,
  .medical_title_sub2 {
    font-size: 14px !important;
  }
}

/* MTS calendar */
.widget_mtssb_calendar_widget .widget-title {
  font-weight: bold;
  color: #ff693b;
  border: none;
  font-size: 24px;
  margin-bottom: 0;
}
.widget_mtssb_calendar_widget .widget-title:after {
  border: none;
}
.monthly-calendar tr,
.monthly-calendar th,
.monthly-calendar td {
  border: solid 1px #222;
}
.monthly-calendar th {
  background-color: #fff1eb;
}
.monthly-calendar .monthly-prev-next {
  margin-top: 20px;
}
.monthly-calendar caption {
  font-size: 18px !important;
}
.day-calender table {
  width: 100% !important;
}
.booking-form legend {
  width: auto;
}
.calendar-mark {
  color: #ff693b !important;
}
.reserve_btn a {
  text-align: center;
  display: block;
  background-color: #5fc170;
  color: #ffffff;
  font-weight: bold;
  padding: 12px;
  font-size: 24px;
  border-radius: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reserve_btn a {
    font-size: 18px;
    width: 200px;
  }
}

/* */
.veu_socialSet,
.veu_followSet,
.simplefavorite-button,
.veu_adminEdit,
.breadcrumb {
  display: none;
}

/* lp1 */
.page-template-page-lp1 .siteHeader {
  background-color: transparent;
}
.page-template-page-lp1 .lp1_sec2_line1 {
  display: block;
}
.page-template-page-lp1 .lp1_sec2_line2 {
  display: block;
  font-size: 8vw;
  line-height: 1.5em;
}
.page-template-page-lp1 .lp1_sec2_line3 {
  display: block;
}

.page-template-page-lp1 .lp_link_btn1,
.page-template-page-lp2 .lp_link_btn1 {
  background-color: #1ea735;
  display: block;
  padding: 10px 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 40px;
  width: 80%;
  margin: 0 auto;
  border-radius: 20px;
  font-size: 30px;
  max-width: 600px;
  font-weight: bold;
}
.page-template-page-lp1 .lp_link_btn1 img,
.page-template-page-lp2 .lp_link_btn1 img {
  max-height: 40px;
}

.page-template-page-lp1 .lp_link_btn2 {
  background-color: #5fc170;
  display: block;
  padding: 10px 20px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 18px 40px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  font-size: 30px;
  max-width: 600px;
  font-weight: bold;
  text-align: center;
}

.page-template-page-lp1 .lp_footer_container,
.page-template-page-lp2 .lp_footer_container {
  padding: 50px 15px 50px 15px;
  overflow: hidden;
  display: flex;
  margin: 0 auto;
}
.page-template-page-lp1 .lp_footer_logo img,
.page-template-page-lp2 .lp_footer_logo img {
  max-width: 500px;
}
.page-template-page-lp1 .lp_footer_box,
.page-template-page-lp2 .lp_footer_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-template-page-lp1 .lp1_sec2_title {
  background-image: url("images/lp/tooth_icon_left.png"),
    url("images/lp/tooth_icon_right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
  padding: 20px 30px;
  height: 95px;
}
.page-template-page-lp1 .lp1_sec2_title img {
  height: 40px;
}
.page-template-page-lp1 .tokutyo_1 {
  background-image: url("images/lp/tokutyo_1_left.jpg"),
    url("images/lp/tokutyo_1_bg.jpg");
  background-repeat: no-repeat, repeat-x;
  background-position: left, center;
  background-size: contain, contain;
  height: 115px;
  color: #fff;
}
.page-template-page-lp1 .tokutyo_2 {
  background-image: url("images/lp/tokutyo_2_left.jpg"),
    url("images/lp/tokutyo_2_bg.jpg");
  background-repeat: no-repeat, repeat-x;
  background-position: left, center;
  background-size: contain, contain;
  height: 115px;
  color: #fff;
}
.page-template-page-lp1 .tokutyo_3 {
  background-image: url("images/lp/tokutyo_3_left.jpg"),
    url("images/lp/tokutyo_3_bg.jpg");
  background-repeat: no-repeat, repeat-x;
  background-position: left, center;
  background-size: contain, contain;
  height: 115px;
  color: #fff;
}
.page-template-page-lp1 .sejutsu_title {
  background-image: url("images/lp/sejutsu_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 60px;
}
.page-template-page-lp1 .sejutsu_title h2 {
  background-image: url("images/lp/sejutsu_green_dots.jpg"),
    url("images/lp/sejutsu_green_dots.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  background-color: transparent;
  font-size: 48px;
  font-weight: bold;
  height: 200px;
  margin-bottom: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-lp1 footer,
.page-template-page-lp2 footer {
  background-image: none;
  background-color: #fff;
  height: auto;
}

.page-template-page-lp1 .campaign_btn,
.page-template-page-lp2 .campaign_btn {
  width: 80%;
  display: block;
  margin: 0 auto 20px auto;
  border: 8px solid #fff;
  border-radius: 20px;
  padding: 8px 16px;
  background-color: #ff0;
}

.page-template-page-lp1 .lp1_tooth_bg {
  background-image: url("images/lp/lp1_tooth_bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
}

.page-template-page-lp1 .lp1_title {
  display: flex;
  justify-content: space-between;
}

.page-template-page-lp1 .lp1_title_icon {
  display: block;
  margin-bottom: -40px;
  margin-right: -20px;
}

@media screen and (max-width: 991px) {
  .page-template-page-lp1 .lp_header {
    display: block !important;
  }
  .page-template-page-lp1 .siteHeader {
    background-color: #fff;
  }
  .page-template-page-lp1 .lp_link_btn1,
  .page-template-page-lp1 .lp_link_btn2,
  .page-template-page-lp2 .lp_link_btn1 {
    font-size: 20px;
  }
  .page-template-page-lp1 .lp_link_btn1 img,
  .page-template-page-lp1 .lp_link_btn2 img,
  .page-template-page-lp2 .lp_link_btn1 img {
    max-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-lp1 .lp_footer_container,
  .page-template-page-lp2 .lp_footer_container {
    display: block;
  }
}
@media screen and (max-width: 543px) {
  .lp_link_btn1 {
    padding: 10px 20px !important;
  }
}

/* lp2 */
.page-template-page-lp2 .lp2_sec1 {
  background-image: url("images/lp/lp2_sec1_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.page-template-page-lp2 .lp2_sec2_title {
  background-image: url("images/lp/tooth_icon_left.png"),
    url("images/lp/tooth_icon_right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
  padding: 20px 30px;
  height: 95px;
}
.page-template-page-lp2 .lp2_sec2_title img {
  height: 40px;
}
.page-template-page-lp2 .title_arrow {
  text-align: center;
}
.page-template-page-lp2 .title_arrow img {
  max-width: 100px;
}

/* utility */
.bg_green {
  background-color: #5fc170;
}
.w_100 {
  width: 100%;
}
.b_shadow {
  box-shadow: -1px 20px 20px 6px rgba(0, 0, 0, 0.1);
}
.margin_left-130px {
  margin-left: 130px;
}
.d_flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ls_01 {
  letter-spacing: 0.1em;
}

/* utility */
.color-white {
  color: #ffffff !important;
}
.color-black {
  color: #333;
}
.color-orange {
  color: #ff693b;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.display-block {
  display: block;
}
.display-table {
  display: table;
}
.display-table_cell {
  display: table-cell;
}
.display-inline_block {
  display: inline-block;
}
.vertical_align-middle {
  vertical-align: middle;
}
.margin-0 {
  margin: 0 !important;
}
.margin_right-5px {
  margin-right: 5px;
}
.margin_right-10px {
  margin-right: 10px;
}
.margin_right-15px {
  margin-right: 15px;
}
.margin_right-20px {
  margin-right: 20px;
}
.margin_left-5px {
  margin-left: 5px;
}
.margin_left-10px {
  margin-left: 10px;
}
.margin_left-15px {
  margin-left: 15px;
}
.margin_left-20px {
  margin-left: 20px;
}
.margin_top-20px {
  margin-top: 20px !important;
}
.margin_top-40px {
  margin-top: 40px !important;
}
.margin_top-70px {
  margin-top: 70px !important;
}
.margin_top-80px {
  margin-top: 80px !important;
}
.margin_bottom-0 {
  margin-bottom: 0 !important;
}
.margin_bottom-5px {
  margin-bottom: 5px !important;
}
.margin_bottom-10px {
  margin-bottom: 10px !important;
}
.margin_bottom-20px {
  margin-bottom: 20px !important;
}
.margin_bottom-30px {
  margin-bottom: 30px !important;
}
.margin_bottom-40px {
  margin-bottom: 40px !important;
}
.margin_bottom-50px {
  margin-bottom: 50px !important;
}
.margin_bottom-60px {
  margin-bottom: 60px !important;
}
.margin_bottom-70px {
  margin-bottom: 70px !important;
}
.margin_bottom-80px {
  margin-bottom: 80px !important;
}
.margin_bottom-90px {
  margin-bottom: 90px !important;
}
.margin_bottom-100px {
  margin-bottom: 100px !important;
}
.margin-30px-0 {
  margin: 30px 0 !important;
}
.padding-0 {
  padding: 0 !important;
}
.padding-10px {
  padding: 10px;
}
.padding-20px {
  padding: 20px;
}
.padding-30px {
  padding: 30px;
}
.padding-40px {
  padding: 40px;
}
.padding-50px {
  padding: 50px;
}
.padding_top-10px {
  padding-top: 10px !important;
}
.padding_top-20px {
  padding-top: 20px !important;
}
.padding_top-30px {
  padding-top: 30px !important;
}
.padding_top-40px {
  padding-top: 40px !important;
}
.padding_top-50px {
  padding-top: 50px !important;
}
.padding_left-15px {
  padding-left: 15px;
}
.padding_left-50px {
  padding-left: 50px;
}
.padding_right-50px {
  padding-right: 50px;
}
.padding_bottom-20px {
  padding-bottom: 20px !important;
}
.padding_bottom-30px {
  padding-bottom: 30px !important;
}
.padding_bottom-50px {
  padding-bottom: 50px !important;
}
.text_align-center {
  text-align: center !important;
}
.text_align-left {
  text-align: left !important;
}
.text_align-right {
  text-align: right !important;
}
.font_weight-bold {
  font-weight: bold;
}
.font_size-14px {
  font-size: 14px;
}
.font_size-16px {
  font-size: 16px;
}
.font_size-18px {
  font-size: 18px;
}
.font_size-20px {
  font-size: 20px;
}
.font_size-24px {
  font-size: 24px;
}
.font_size-30px {
  font-size: 30px;
}
.font_size-32px {
  font-size: 32px;
}
.font_size-36px {
  font-size: 36px;
}
.font_size-42px {
  font-size: 42px;
}
.font_size-52px {
  font-size: 52px;
}
.width-100p {
  width: 100% !important;
}
.line_height-13 {
  line-height: 1.3;
}
.line_height-15 {
  line-height: 1.5;
}
.line_height-18 {
  line-height: 1.8;
}
.d_flex {
  display: flex;
}
.bg_transparent {
  background-color: transparent;
}
.bg_gray_white{
  background:-webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#fff));
  background:-webkit-linear-gradient(top, #f8f8f8, #fff);
  background:-moz-linear-gradient(top, #f8f8f8, #fff);
  background:-o-linear-gradient(top, #f8f8f8, #fff);
  background:linear-gradient(#f8f8f8, #fff);
}

/**
 * 治療ページ
 */
.medical-treatment {
  text-align: center;
}
.medical-treatment section {
  margin: 30px auto 60px;
}
.medical-treatment ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.medical-treatment .entry-header {
  position: relative;
  padding-top: 62%;
}
.medical-treatment .entry-header__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: gainsboro;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-size: cover;
  background-position: center;
}
.medical-treatment .entry-header__inner .entry-title {
  margin: 0;
  position: absolute;
  width: 35vw;
}
.medical-implant .entry-header__inner .entry-title {
  left: 10vw;
}
.medical-aesthetic .entry-header__inner .entry-title {
  right: 10vw;
}
.medical-treatment .summary__title {
  color: #ff693b;
  margin: 30px auto;
}
.medical-treatment .summary__body {
  max-width: 750px;
  margin: 30px auto;
  line-height: 1.7;
  text-align: left;
  padding: 0 15px;
}
.medical-treatment .supported-by__title,
.medical-treatment .fee__title,
.medical-treatment .flow__title,
.medical-treatment .characteristic__title {
  color: #ff693b;
  font-weight: bold;
}
.medical-treatment .flow__description {
  text-align: left;
  margin-bottom: 15px;
  padding: 0 15px;
}
.medical-treatment .flow-item__image,
.medical-treatment .characteristic-item__image  {
  margin: auto;
  padding-top: 62%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.medical-treatment .flow-item__image video,
.medical-treatment .flow-item__image img,
.medical-treatment .characteristic-item__image img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.medical-treatment .flow-item__title,
.medical-treatment .characteristic-item__title  {
  background-color: transparent;
  display: inline-block;
  text-align: left;
  color: #5fc170;
  border-bottom: solid 1px #5fc170;
}
.medical-treatment .flow-item__body,
.medical-treatment .characteristic-item__body  {
  text-align: left;
}
.medical-treatment .supported-by__body {
  padding: 15px;
  position: relative;
}
.medical-treatment .supported-by__body video {
  width: 100%;
}
.medical-treatment .supported-by__body .video__button {
/*
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #ffffff;
  z-index: 1;
  */
}

@media screen and (max-width: 767px) {
  .medical-treatment .col-sm-6 {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .gMenu_outer {
    height: auto;
    max-height: calc(100% - 50px);
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .medical-treatment .entry-header {
    padding-top: 41% !important;
  }
  .medical-treatment .entry-header__inner .entry-title {
    width: 200px !important;
    left: auto !important;
    right: auto !important;
    position: relative;
  }
  .medical-implant .entry-header__inner .entry-title {
    transform: translateX(calc(-50% - 15px));
  }
  .medical-aesthetic .entry-header__inner .entry-title {
    transform: translateX(calc(50% + 15px));
  }
}
@media screen and (min-width: 992px) {
  .medical-treatment .entry-header {
    padding-top: 30% !important;
  }
  .menu-item-has-children a {
    position: relative;
  }
  .menu-item-has-children a strong {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-item-has-children a strong:after {
    content: '▼'; 
    font-size: 1rem;
    margin-left: 0.5rem;
  }
  .menu-item-has-children .sub-menu {
    display: none !important;
    left: auto !important;
  }
  .menu-item-has-children:hover .sub-menu {
    display: block !important;
  }
  .menu-item-has-children .sub-menu li {
    left: 0 !important;
    display: block !important;
    width: auto !important;
    background-color: #ffffff;
    border: 1px solid #ff693b !important;
    margin: 2px !important;
  }
  .menu-item-has-children .sub-menu li:last-child {
  }
}
