@charset "UTF-8";
/*
Theme Name: 大岩歯科医院
Theme URI: https://www.ooiwashika.jp/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* =====================================
  FOUNDATIONS
===================================== */
.img_r .elementor-image-box-wrapper {
  display: block !important;
}
.img_r .elementor-image-box-wrapper img {
  vertical-align: bottom;
}
.img_r .elementor-image-box-wrapper .elementor-image-box-img {
  float: right;
}
@media (min-width: 768px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 5% !important;
    margin-left: 10% !important;
  }
}
.img_r .elementor-image-box-wrapper .elementor-image-box-description {
  line-height: 2;
  text-align: left;
}
@media (max-width: 767px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 20px !important;
    display: block;
    float: none;
    width: 100% !important;
    text-align: center;
  }
}

.img_l .elementor-image-box-wrapper {
  display: block !important;
}
.img_l .elementor-image-box-wrapper img {
  vertical-align: bottom;
}
.img_l .elementor-image-box-wrapper .elementor-image-box-img {
  float: left;
}
@media (min-width: 768px) {
  .img_l .elementor-image-box-wrapper .elementor-image-box-img {
    margin-right: 10% !important;
    margin-bottom: 5% !important;
  }
}
.img_l .elementor-image-box-wrapper .elementor-image-box-description {
  line-height: 2;
  text-align: left;
}
@media (max-width: 767px) {
  .img_l .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 20px !important;
    display: block;
    float: none;
    width: 100% !important;
    text-align: center;
  }
}

/*--------------------------------------
  Elements
--------------------------------------*/
* {
  box-sizing: border-box;
  letter-spacing: 0.15em;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック", YuGothic, "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.15em;
  line-height: 2;
}
body.fixed {
  overflow: hidden;
}
body.fixed .l-header:before {
  content: "";
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

h2 {
  font-weight: 500;
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
}

a:focus, *:focus {
  outline: none;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

a img {
  transition-duration: 0.7s;
}
a:hover img {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
/* =====================================
  ブレイクポイント切替
===================================== */
.tb,
.sp,
.mb,
.tb-only,
.sp-only {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tb-only {
    display: initial;
  }
}
@media (max-width: 1024px) {
  .tb {
    display: initial;
  }
  .pc-tb {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp {
    display: initial;
  }
  .pc,
  .pc-sp {
    display: none;
  }
  .sp-only {
    display: initial;
  }
}
@media (max-width: 480px) {
  .mb {
    display: initial;
  }
  .pc-mb {
    display: none;
  }
  .sp-only {
    display: none;
  }
}
/* elementor fix */
.elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 30px;
}
@media (max-width: 480px) {
  .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 20px;
  }
}

.under .e-con > .e-con-inner {
  max-width: 1000px;
}
.under .elementor > .e-con-boxed {
  margin-top: 60px;
}
.under .main > .elementor > .e-parent:first-child {
  margin-top: 0;
}
.under p.elementor-image-box-description {
  white-space: pre-wrap;
  line-height: 2;
}

/*
body:not(.home) {
	.elementor-column.elementor-col-25, .elementor-column[data-col="25"],
	.elementor-column.elementor-col-33, .elementor-column[data-col="33"],
	.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
		@media (max-width: $point-sp) {
			width: 100%;
		}
	}
}
*/
/* =====================================
  LAYOUTS
===================================== */
/*--------------------------------------
	Container
--------------------------------------*/
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------
	Header
--------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition-duration: 0.7s;
}
.l-header__wrap {
  padding: 30px 40px 24px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .l-header__wrap {
    padding: 30px 20px 24px;
  }
}
@media (max-width: 767px) {
  .l-header__wrap {
    padding: 20px;
    align-items: center;
  }
}
.l-header__logo {
  position: relative;
  width: 270px;
  height: 72px;
}
@media (max-width: 1024px) {
  .l-header__logo {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 180px;
    height: 49px;
  }
}
.l-header__logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(/wp-content/uploads/logo.svg) no-repeat center center/100%;
}
.l-header__logo a span {
  display: block;
}
.l-header__right {
  display: flex;
  flex-direction: column;
  gap: min(1.83vw, 25px);
}
@media (max-width: 1024px) {
  .l-header__right {
    gap: 0.8vw;
  }
}
.l-header__infoBox {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .l-header__infoBox {
    z-index: 101;
  }
}
.l-header__info {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1024px) {
  .l-header__info {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .l-header__info {
    display: none;
  }
}
.l-header__info a {
  color: #fff;
  text-decoration: none;
}
.l-header__infoTel {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-header__infoTel:before {
  content: "";
  width: 20px;
  height: 19px;
  background: url("/wp-content/uploads/ico_tel01.svg") no-repeat center center/100%;
}
.l-header__infoReserve {
  padding: 8px 48px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  transition-duration: 0.4s;
}
.l-header__infoReserve:hover {
  background: #fff;
  color: #121884;
}

.fixedBg {
  background: rgba(64, 66, 103, 0.7);
}

/*--------------------------------------
	Main
--------------------------------------*/
/*--------------------------------------
  Side
--------------------------------------*/
.l-side {
  position: fixed;
  z-index: 10;
  top: 66vh;
  right: 0;
  width: 100%;
  max-width: 65px;
}
.l-side ul {
  display: flex;
  flex-direction: column;
}
.l-side ul img {
  width: 100%;
}

/*--------------------------------------
  Content bottom
--------------------------------------*/
/*--------------------------------------
  Footer
--------------------------------------*/
.l-footer {
  padding: 100px 20px 80px;
  background: url("/wp-content/uploads/bg_footer.jpg") no-repeat center/cover;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 60px 20px 76px;
    background: url("/wp-content/uploads/bg_footer-sp.jpg") no-repeat center top/cover;
  }
}
.under .l-footer {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .under .l-footer {
    margin-top: 80px;
  }
}
.l-footer__wrap {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  max-width: 1140px;
}
@media (max-width: 767px) {
  .l-footer__wrap {
    flex-direction: column;
  }
}
.l-footer__info .logo {
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 1024px) {
  .l-footer__info .logo {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .l-footer__info .logo {
    max-width: 280px;
  }
}
.l-footer__info .address {
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-footer__info .address {
    margin-bottom: 7px;
  }
}
.l-footer__info .tel {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .l-footer__info .tel {
    margin-bottom: 56px;
  }
}
.l-footer__info .tel:before {
  content: "";
  width: 20px;
  height: 19px;
  background: url("/wp-content/uploads/ico_tel02.svg") no-repeat center/contain;
}
.l-footer__info .tel a {
  text-decoration: none;
}
.l-footer__info .catch {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .l-footer__menu1 {
    margin-left: auto;
  }
}
.l-footer__menu2 {
  margin-left: 9.45%;
}
@media (max-width: 1024px) {
  .l-footer__menu2 {
    margin-left: 6%;
  }
}
@media (max-width: 767px) {
  .l-footer__menu2 {
    margin-left: 0;
  }
}
.l-footer__copyright {
  font-family: "Shippori Mincho", serif;
  font-size: 10px;
  line-height: 1.5;
}
.l-footer__spCatchCopy {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.l-footer__spCatchCopy .catch {
  margin-bottom: 4px;
  display: inline-block;
  font-family: "游ゴシック", YuGothic, "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, Meiryo, sans-serif;
  font-size: 12px;
}
.l-footer h3 {
  margin-bottom: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-footer .menus {
  display: flex;
  gap: 40px;
}
@media (max-width: 1024px) {
  .l-footer .menus {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .l-footer .menus {
    gap: 0;
    flex-wrap: wrap;
  }
  .l-footer .menus > div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .l-footer #menu-footer_clinic {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-footer #menu-footer_clinic li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .l-footer .menu {
    margin-bottom: 60px;
  }
}
.l-footer .menu li {
  font-size: 12px;
  line-height: 1.5;
}
.l-footer .menu li:not(:last-child) {
  margin-bottom: 16px;
}
.l-footer .menu li:before {
  content: "";
  position: relative;
  top: -1px;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background: #121884;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.l-footer .menu li a {
  text-decoration: none;
  transition-duration: 0.4s;
}
.l-footer .menu li a:hover {
  color: #EF8200;
}

/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
  Global navigation
--------------------------------------*/
.c-gnav {
  width: 100%;
}
@media (max-width: 767px) {
  .c-gnav {
    position: fixed !important;
    top: 0;
    right: 0;
    z-index: 100;
    padding: 98px 45px 60px;
    display: none;
    width: 88%;
    height: calc(100% - 74.55px);
    background: #272019;
    overflow-y: scroll;
  }
}
.c-gnav .menu {
  display: flex;
  gap: min(4.39vw, 60px);
}
@media (max-width: 1024px) {
  .c-gnav .menu {
    gap: 2vw;
  }
}
@media (max-width: 767px) {
  .c-gnav .menu {
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 40px;
  }
}
.c-gnav .menu > li {
  position: relative;
}
@media (max-width: 767px) {
  .c-gnav .menu > li {
    width: 100%;
  }
}
.c-gnav .menu > li > a {
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  display: block;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a {
    padding: 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
  }
}
.c-gnav .menu > li > a:hover {
  border-color: #EF8200;
}
@media (min-width: 768px) {
  .c-gnav .menu > li > a:hover + .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
.c-gnav .menu > li > a:hover .menu-item-description {
  color: #404267;
}
.c-gnav .menu .menu-item-description {
  display: block;
  font-size: min(1.15vw, 2.4rem);
  font-weight: 700;
  color: #EF8200;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-description {
    font-size: 1.2rem;
  }
}
.c-gnav .menu .menu-item-has-children > a {
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-has-children > a:after {
    content: "＋";
    margin-left: 1.38em;
    font-size: 1.1em;
    transition-duration: 0.7s;
  }
}
.c-gnav .menu .menu-item-has-children.hover > a:after {
  content: "−";
}
.c-gnav .menu .menu-item-has-children.hover .parent + .sub-menu {
  opacity: 1;
  height: auto;
}
.c-gnav .sub-menu {
  position: absolute;
  right: 0;
  padding: 10px 0;
  width: 300%;
  background: rgba(18, 24, 132, 0.8);
  transition-duration: 0.7s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-gnav .sub-menu {
    position: relative;
    padding: 10px 0 0;
    transition-duration: 1.5s;
    opacity: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    background: none;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-gnav .sub-menu {
    pointer-events: auto;
  }
}
.c-gnav .sub-menu:hover {
  opacity: 1;
  pointer-events: auto;
}
.c-gnav .sub-menu li a {
  display: block;
  padding: 4px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.c-gnav .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .c-gnav .sub-menu li {
    display: flex;
    align-items: center;
  }
  .c-gnav .sub-menu li:not(:last-child) {
    margin-bottom: 10px;
  }
  .c-gnav .sub-menu li:before {
    content: "-";
    margin-right: 0.5em;
    color: #fff;
  }
  .c-gnav .sub-menu li a {
    text-align: left;
    text-decoration: none;
  }
}
.c-gnav .bnrs li {
  text-align: center;
}
.c-gnav .bnrs li:not(:last-child) {
  margin-bottom: 20px;
}
.c-gnav .bnrs li img {
  max-width: 260px;
}
.c-gnav__info {
  display: none;
}
@media (max-width: 767px) {
  .c-gnav__info {
    display: block;
  }
}
.c-gnav__info a {
  color: #fff;
  text-decoration: none;
}
.c-gnav__info .l-header__infoTel {
  margin-bottom: 38px;
}
.c-gnav__info .l-header__infoReserve {
  position: relative;
  padding: 16px 80px;
}
@media (max-width: 767px) {
  .c-gnav__info .l-header__infoReserve {
    padding: 16px 10px;
    width: 100%;
    display: block;
    text-align: center;
  }
}

/* ハンバーガーメニュー */
.toggleMenu {
  display: none;
  z-index: 11;
  cursor: pointer;
}
@media (max-width: 767px) {
  .toggleMenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}
.toggleMenu:after {
  content: "MENU";
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
}
.toggleMenu.active:after {
  content: "CLOSE";
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 28px;
  height: 18px;
  text-align: center;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
@media (max-width: 480px) {
  .menu-trigger span {
    height: 1px;
  }
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: calc(50% - 1px);
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.toggleMenu.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  top: 0;
}

.toggleMenu.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.toggleMenu.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  bottom: -2px;
}

/* -------------------------------------
	Bread
------------------------------------- */
.bread {
  max-width: 1060px;
  margin: 14px auto 30px;
  padding: 0 30px;
  width: 100%;
  text-align: left;
  line-height: 1.3;
}

.bread li {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  display: inline;
}

.bread li + li:before {
  padding-right: 0.3em;
  content: "−";
}

.bread li a {
  color: #000;
  text-decoration: underline;
  vertical-align: baseline;
}

.bread li a:hover {
  text-decoration: none;
}

/*--------------------------------------
  Pagetop
--------------------------------------*/
.pagetop {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .pagetop {
    display: none;
    bottom: 15vw;
  }
}
.pagetop a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #EF8200;
}
.pagetop a:after {
  content: "";
  display: block;
  width: 34px;
  height: 8px;
  background: url("/wp-content/themes/basic_tpl/img/ico-arrow01.svg") no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
}
.pagetop a:hover {
  opacity: 0.7;
}
.pagetop span {
  display: none;
}
.pagetop.scrollOn {
  opacity: 0;
}

/*--------------------------------------
  Buttons
--------------------------------------*/
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button {
  position: relative;
  min-width: 280px;
  text-align: left;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 14px;
  height: 1px;
  background: #000;
  transition-duration: 0.4s;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 28px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  transition-duration: 0.4s;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover {
  background: #272019;
  color: #fff;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover:before {
  background: #fff;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover:after {
  border-color: #fff;
}
@media (min-width: 768px) {
  .elementor-element[data-widget_type="button.default"].v2 .elementor-button-wrapper .elementor-button {
    min-width: min(20.5vw, 280px);
  }
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button {
  min-width: 100px;
  padding: 7px 37px 7px 18px;
  background: none;
  border-radius: 50px;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:before {
  right: 10px;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:after {
  right: 13px;
}

/*--------------------------------------
  Tables
--------------------------------------*/
.timetable table {
  border: 1px solid #000;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  /*
  tbody {
    tr {
      &:first-child {
        th {
          padding: 24px 26px 8px 20px;
        }
        td {
          padding: 24px 17px 8px 17px;
        }
      }
      &:last-child {
        th {
          padding: 8px 26px 24px 20px;
        }
        td {
          padding: 8px 17px 24px 17px;
        }
      }
    }
  }
  */
}
@media (max-width: 370px) {
  .timetable table {
    font-size: 12px;
  }
}
.timetable table th, .timetable table td {
  text-align: center;
}
.timetable table thead {
  border-bottom: 1px solid #000;
}
.timetable table thead th, .timetable table thead td {
  padding: 20px 17px;
}
@media (max-width: 1366px) {
  .timetable table thead th, .timetable table thead td {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .timetable table thead th, .timetable table thead td {
    padding: 14px 6px;
  }
}
.timetable table thead th {
  padding-right: 40px;
  padding-left: 20px;
}
@media (max-width: 1366px) {
  .timetable table thead th {
    padding-right: 0;
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  .timetable table thead th {
    padding-left: 10px;
  }
}
.timetable table thead td:last-child {
  padding-right: 20px;
  min-width: 7em;
}
@media (max-width: 767px) {
  .timetable table thead td:last-child {
    padding-right: 10px;
    min-width: auto;
  }
}
.timetable table tbody th {
  min-width: 12em;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 1366px) {
  .timetable table tbody th {
    min-width: 10em;
  }
}
@media (max-width: 767px) {
  .timetable table tbody th {
    min-width: auto;
  }
}
.timetable table tbody td {
  font-weight: 700;
}
.timetable table tbody tr:first-child th {
  padding: 24px 40px 8px 20px;
}
@media (max-width: 1366px) {
  .timetable table tbody tr:first-child th {
    padding: 24px 0 8px 10px;
  }
}
@media (max-width: 767px) {
  .timetable table tbody tr:first-child th {
    padding: 14px 0 6px 16px;
  }
}
.timetable table tbody tr:first-child td {
  padding: 24px 0 8px 0;
}
.timetable table tbody tr:last-child th {
  padding: 8px 40px 24px 20px;
}
@media (max-width: 1366px) {
  .timetable table tbody tr:last-child th {
    padding: 8px 0 24px 10px;
  }
}
@media (max-width: 767px) {
  .timetable table tbody tr:last-child th {
    padding: 6px 0 14px 16px;
  }
}
.timetable table tbody tr:last-child td {
  padding: 8px 0 24px 0;
}
.timetable .c1 {
  color: #121884;
}

/*--------------------------------------
  Lists
--------------------------------------*/
.list01 li.elementor-icon-list-item {
  margin-bottom: 0.5em;
}
.list01 li.elementor-icon-list-item .elementor-icon-list-text {
  display: flex;
  gap: 6px;
  align-items: start;
}
.list01 li.elementor-icon-list-item .elementor-icon-list-text:before {
  content: "●";
  position: relative;
  top: 5.5px;
  color: #121884;
  font-size: 10px;
}

.list-check li .elementor-icon-list-text {
  position: relative;
  display: block;
  padding-left: 1.8em;
}
.list-check li .elementor-icon-list-text:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #cbcbcb;
}
.list-check li .elementor-icon-list-text:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 1em;
  height: 0.5em;
  border-left: 1px solid #0054A6;
  border-bottom: 1px solid #0054A6;
  transform: rotate(-45deg);
}

.list-ol ol {
  padding-left: 1.5em;
  text-indent: -1.5em;
  list-style: decimal;
  list-style-position: inside;
}

/*--------------------------------------
  Link indexes
--------------------------------------*/
.link_indexes.elementor-widget {
  padding: 30px 48px;
  border: 1px solid #121884;
}
@media (max-width: 767px) {
  .link_indexes.elementor-widget {
    padding: 30px 20px;
  }
}
.link_indexes.elementor-widget .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .link_indexes.elementor-widget .elementor-icon-list-items {
    gap: 25px;
  }
}
.link_indexes.elementor-widget li {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .link_indexes.elementor-widget li {
    width: 100%;
  }
}
.link_indexes.elementor-widget li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .link_indexes.elementor-widget li a {
    gap: 10px;
    font-size: 14px;
  }
}
.link_indexes.elementor-widget li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #121884;
  transition-duration: 0.3s;
}
.link_indexes.elementor-widget li a .elementor-icon-list-text {
  position: relative;
}
.link_indexes.elementor-widget li a .elementor-icon-list-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #121884;
}
.link_indexes.elementor-widget li a:hover:before {
  background: none;
  border-radius: 0;
  border-top: 6px solid #121884;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}
.link_indexes.elementor-widget li a:hover .elementor-icon-list-text:after {
  animation: hover-anchorLinks 0.4s forwards;
}
.link_indexes.elementor-widget.v2 {
  border: none;
  background: #F5F4F2;
}
.link_indexes.elementor-widget.v2 .elementor-icon-list-items li {
  width: calc(33.33% - 13.33px);
}
@media (max-width: 767px) {
  .link_indexes.elementor-widget.v2 .elementor-icon-list-items li {
    width: calc(50% - 12.5px);
  }
}
.link_indexes.elementor-widget.col1-no1 li:first-child {
  width: 100%;
}
.link_indexes.elementor-widget.col1-last li:last-child {
  width: 100%;
}

/* ホバー時二重線 */
@keyframes hover-anchorLinks {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*--------------------------------------
  Step box
--------------------------------------*/
.stepBox > .e-con-inner > .e-con-boxed:not(:last-child) {
  margin-bottom: 60px;
}
.stepBox > .e-con-inner > .e-con-boxed:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% - 60px);
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #272019;
}
@media (max-width: 767px) {
  .stepBox > .e-con-inner > .e-con-boxed:not(:last-child):after {
    bottom: -25px;
    left: calc(50% - 50px);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #272019;
  }
}
.stepBox sup {
  margin-right: 0.5em;
  padding: 0.1em 0.5em 0.2em;
  background: #cbaf84;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  vertical-align: baseline;
}
.stepBox.v2 {
  margin: 0 auto;
  max-width: 700px;
}
.stepBox.v2.next:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% - 60px);
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #EF8200;
}
@media (max-width: 767px) {
  .stepBox.v2.next:after {
    bottom: -22px;
    left: calc(50% - 40px);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #EF8200;
  }
}
.stepBox.v2 .label-no {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #EF8200;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
}
.stepBox.v2 .elementor-widget-container p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------
  Q&A
--------------------------------------*/
.block-qa {
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
}
.block-qa.elementor-widget-image-box {
  margin-bottom: 50px !important;
}
.block-qa.elementor-widget-image-box:last-child {
  margin-bottom: 0 !important;
}
.block-qa .elementor-image-box-title,
.block-qa .elementor-image-box-description {
  position: relative;
  padding: 14px 0 0 80px;
  font-family: "Shippori Mincho", serif;
}
.block-qa .elementor-image-box-title:before,
.block-qa .elementor-image-box-description:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 53px;
  border-radius: 50%;
  background: #D4D5E7;
  font-size: 36px;
  text-align: center;
  color: #272019;
}
.block-qa .elementor-image-box-title {
  margin-bottom: 1.2em;
  font-size: 22px;
}
.block-qa .elementor-image-box-description {
  padding-top: 10px;
  font-size: 18px;
}
.block-qa .elementor-image-box-description:before {
  content: "A";
  background: #EF8200;
  color: #fff;
}

/*--------------------------------------
  Top Slider Elementor Carousel
--------------------------------------*/
.top-slider.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 0;
}
.top-slider .swiper-container-horizontal > .swiper-pagination-bullets, .top-slider .swiper-pagination-custom, .top-slider .swiper-pagination-fraction {
  bottom: 45px;
}
@media (max-width: 1920px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets, .top-slider .swiper-pagination-custom, .top-slider .swiper-pagination-fraction {
    bottom: 2.34vw;
  }
}
@media (max-width: 1024px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets, .top-slider .swiper-pagination-custom, .top-slider .swiper-pagination-fraction {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets, .top-slider .swiper-pagination-custom, .top-slider .swiper-pagination-fraction {
    bottom: 2.66vw;
  }
}
.top-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 30px;
}
@media (max-width: 1920px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.6vw;
  }
}
@media (max-width: 1024px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.66vw;
  }
}
.top-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 1;
}
@media (max-width: 1920px) {
  .top-slider .swiper-pagination-bullet {
    width: 0.74vw;
    height: 0.74vw;
  }
}
@media (max-width: 767px) {
  .top-slider .swiper-pagination-bullet {
    width: 1.8vw;
    height: 1.8vw;
  }
}
.top-slider .swiper-pagination-bullet-active {
  background: #606060;
}

/*--------------------------------------
  Newsbox
--------------------------------------*/
.newsWrap {
  border-top: 1px solid #000;
}
.newsWrap dl {
  border-bottom: 1px solid #000;
  padding: 23px 0 26px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  transition-duration: 0.4s;
}
.newsWrap dl dt {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  color: #121884;
}
.newsWrap .newsLabel {
  background: #EF8200;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  padding: 2px 6px 2px 8px;
  color: #fff;
}
.newsWrap a:hover dl {
  background: #F5F4F2;
}

/*--------------------------------------
  Loop slider
--------------------------------------*/
.loopslider, .loopslider2 {
  margin: 0 auto;
  width: 100%;
  padding-top: 22.99%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1740px) {
  .loopslider, .loopslider2 {
    padding-top: 400px;
  }
}
@media (max-width: 767px) {
  .loopslider, .loopslider2 {
    padding-top: 240px;
  }
}
.loopslider ul, .loopslider2 ul {
  overflow: hidden;
  display: inline-block;
  overflow: hidden;
}
.loopslider ul li, .loopslider2 ul li {
  width: 100%;
  height: 22.99%;
  float: left;
  display: inline;
  overflow: hidden;
}
@media (min-width: 1740px) {
  .loopslider ul li, .loopslider2 ul li {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .loopslider ul li, .loopslider2 ul li {
    width: 1036px;
    height: 240px;
  }
}
.loopslider ul:after, .loopslider2 ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.loopslider2 ul {
  float: right;
}
.loopslider2 ul li {
  float: right;
}

/*--------------------------------------
  Sp cv
--------------------------------------*/
.sp-cv {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .sp-cv {
    display: initial;
  }
}
.sp-cv ul {
  display: flex;
  gap: 2px;
}
.sp-cv ul li {
  height: 55px;
}
.sp-cv ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  font-size: 16px;
}
.sp-cv ul li:first-child {
  width: 48%;
}
.sp-cv ul li:first-child a {
  display: flex;
  gap: 4px;
  align-items: center;
  background: #F5F4F2;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000;
}
.sp-cv ul li:first-child a:before {
  content: "";
  background: url(/wp-content/uploads/ico_tel02.svg) no-repeat center center/100%;
  width: 16px;
  height: 15px;
}
.sp-cv ul li:nth-child(2) {
  width: calc(52% - 59px);
}
.sp-cv ul li:nth-child(2) a {
  background: #121884;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  color: #fff;
}
.sp-cv ul li:last-child {
  width: 55px;
}
.sp-cv ul li:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #272019;
  font-size: 0;
}
.sp-cv ul li:last-child a:before {
  content: "";
  position: relative;
  top: 6px;
  width: 18px;
  height: 18px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}
.sp-cv ul li img {
  width: 100%;
}

/*--------------------------------------
  Top
--------------------------------------*/
.bb01 {
  border-bottom: 10px solid #E1E2ED;
  font-size: min(1.76vw, 24px);
  font-weight: 800;
  color: #121884;
}
@media (max-width: 767px) {
  .bb01 {
    font-size: min(6.4vw, 2.4rem);
  }
}

.top_pickup-menu .e-con-inner:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 14px;
  height: 1px;
  background: #fff;
  transition-duration: 0.4s;
}
.top_pickup-menu .e-con-inner:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 33px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition-duration: 0.4s;
}

.top_treatment-block > .e-con-boxed:before {
  content: "";
  position: absolute;
  top: calc(100% - 33px);
  left: calc(50% - 7px);
  width: 14px;
  height: 1px;
  background: #000;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .top_treatment-block > .e-con-boxed:before {
    background: #fff;
  }
}
.top_treatment-block > .e-con-boxed:after {
  content: "";
  position: absolute;
  bottom: 27.5px;
  left: calc(50% - 1px);
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .top_treatment-block > .e-con-boxed:after {
    border-color: #fff;
  }
}
.top_treatment-block > .e-con-boxed .elementor-icon-box-title,
.top_treatment-block > .e-con-boxed .elementor-icon-box-description {
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .top_treatment-block > .e-con-boxed .elementor-icon-box-title,
  .top_treatment-block > .e-con-boxed .elementor-icon-box-description {
    color: #fff;
  }
  .top_treatment-block > .e-con-boxed .elementor-icon-box-description {
    display: flex;
    justify-content: center;
    text-align: left;
  }
  .top_treatment-block > .e-con-boxed path {
    fill: #fff;
  }
}
.top_treatment-block:hover > .e-con-boxed path {
  fill: #fff;
}
.top_treatment-block:hover > .e-con-boxed:before {
  background: #fff;
}
.top_treatment-block:hover > .e-con-boxed:after {
  border-color: #fff;
}
.top_treatment-block:hover > .e-con-boxed .elementor-icon-box-title,
.top_treatment-block:hover > .e-con-boxed .elementor-icon-box-description {
  color: #fff;
}

/*--------------------------------------
  Under
--------------------------------------*/
/* general */
.under p a:not([href^="tel:"]),
.under .elementor-widget-text-editor a:not([href^="tel:"]),
.under .elementor-icon-list-text a:not([href^="tel:"]) {
  color: #121884;
  text-decoration: underline;
}
.under p a:not([href^="tel:"]):hover,
.under .elementor-widget-text-editor a:not([href^="tel:"]):hover,
.under .elementor-icon-list-text a:not([href^="tel:"]):hover {
  text-decoration: none;
}
.under .p-tal .elementor-image-box-description {
  text-align: left;
}

/* 下層H1見出し */
.p-under__hBg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 355px;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/uploads/bg_under-default.jpg");
}
@media (max-width: 767px) {
  .p-under__hBg {
    height: 240px;
  }
}
.p-under__hBg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.p-under__hBg h1 {
  margin-top: 90px;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .p-under__hBg h1 {
    margin-top: 26px;
  }
}

.under.page .main .elementor-widget-heading + .elementor-widget-heading h3, .under.page .main .elementor-widget-heading + .elementor-widget-heading h4, .under.page .main .elementor-widget-heading + .elementor-widget-heading h5,
.under #blogDetail #posts .elementor-widget-heading + .elementor-widget-heading h3,
.under #blogDetail #posts .elementor-widget-heading + .elementor-widget-heading h4,
.under #blogDetail #posts .elementor-widget-heading + .elementor-widget-heading h5 {
  margin-top: 0;
}
.under.page .main .h-top-0 h3, .under.page .main .h-top-0 h4, .under.page .main .h-top-0 h5,
.under #blogDetail #posts .h-top-0 h3,
.under #blogDetail #posts .h-top-0 h4,
.under #blogDetail #posts .h-top-0 h5 {
  margin-top: 0 !important;
}
.under.page .main .elementor-widget-container > h2,
.under #blogDetail #posts .elementor-widget-container > h2 {
  margin-bottom: 1.8em;
  padding: 0.8em 1.36em;
  background: #272019;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .under.page .main .elementor-widget-container > h2,
  .under #blogDetail #posts .elementor-widget-container > h2 {
    margin-bottom: 1.36em;
  }
}
.under.page .main .post .post-header h2,
.under #blogDetail #posts .post .post-header h2 {
  width: 100%;
}
.under.page .main .post .elementor-widget-heading,
.under #blogDetail #posts .post .elementor-widget-heading {
  text-align: center;
}
.under.page .main h3,
.under.page .main .h3v1 h3,
.under #blogDetail #posts h3,
.under #blogDetail #posts .h3v1 h3 {
  margin: 2em 0 1.5em;
  padding-bottom: 0.94em;
  border-bottom: 1px solid #121884;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #121884;
}
@media (max-width: 767px) {
  .under.page .main h3,
  .under.page .main .h3v1 h3,
  .under #blogDetail #posts h3,
  .under #blogDetail #posts .h3v1 h3 {
    margin: 1.5em 0 1em;
  }
}
.under.page .main h4,
.under.page .main .h4v1 h4,
.under #blogDetail #posts h4,
.under #blogDetail #posts .h4v1 h4 {
  margin: 1.875em 0 1.25em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.under.page .main .post h4.elementor-image-box-title,
.under #blogDetail #posts .post h4.elementor-image-box-title {
  width: 100%;
}
.under.page .main h5,
.under #blogDetail #posts h5 {
  margin: 3% 0 0.6em;
  position: relative;
  padding: 0 0 0 0.4em;
  border-left: 4px solid #EF8200;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #EF8200;
}
@media (max-width: 767px) {
  .under.page .main h5,
  .under #blogDetail #posts h5 {
    margin: 30px 0 1em;
  }
}
.under.page .main strong,
.under.page .main b,
.under #blogDetail #posts strong,
.under #blogDetail #posts b {
  font-weight: 700;
  color: #EF8200;
}
.under.page .main .marker_red,
.under #blogDetail #posts .marker_red {
  text-decoration: 5px #404267 underline;
  text-underline-offset: -2px;
}
.under.ortho.page .main h4,
.under.ortho.page .main .h4v1 h4 {
  color: #404267;
}

/* float */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

/* clears */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.cl {
  clear: both !important;
}

.u-text--hide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.u-text--tate {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

@media (max-width: 767px) {
  .tate-sp {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

/* align */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* elementor fix */
.elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 30px;
}
@media (max-width: 480px) {
  .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 20px;
  }
}

.under .e-con > .e-con-inner {
  max-width: 1000px;
}
.under .elementor > .e-con-boxed {
  margin-top: 60px;
}
.under .main > .elementor > .e-parent:first-child {
  margin-top: 0;
}
.under p.elementor-image-box-description {
  white-space: pre-wrap;
  line-height: 2;
}

/*
body:not(.home) {
	.elementor-column.elementor-col-25, .elementor-column[data-col="25"],
	.elementor-column.elementor-col-33, .elementor-column[data-col="33"],
	.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
		@media (max-width: $point-sp) {
			width: 100%;
		}
	}
}
*/
/*# sourceMappingURL=sourcemaps/style.css.map */