@charset "UTF-8";
/*
Theme Name: BASIC テンプレート
Theme URI: https://p-men.net/
Version: 1.0
*/
/* =====================================
  FOUNDATIONS
===================================== */
@import url("https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
.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: 30px !important;
    margin-left: 30px !important;
  }
}
@media (max-width: 767px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 30px !important;
    display: block;
    float: none;
    width: 90% !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: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .img_l .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 30px !important;
    display: block;
    float: none;
    width: 90% !important;
    text-align: center;
  }
}

/*--------------------------------------
  Elements
--------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", Sans-serif, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 16vw;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
}

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.page .main .elementor-top-section + .elementor-top-section {
  margin-top: 4%;
}
@media (max-width: 767px) {
  .under.page .main .elementor-top-section + .elementor-top-section {
    margin-top: 40px;
  }
}
.under.page .main p.elementor-image-box-description {
  white-space: pre-wrap;
  line-height: 1.6;
}

/*
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: 1096px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 30px;
  }
}

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

/*--------------------------------------
	Header
--------------------------------------*/
.topHeaderFixed {
  position: fixed !important;
  z-index: 101;
  top: 0;
  background: rgba(96, 96, 96, 0.8);
  transition-duration: 0.7s;
}

.l-header {
  width: 100%;
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
  }
}
.under .l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
}
.l-header__wrap {
  position: relative;
  display: flex;
  padding: min(1.25vw, 24px) min(1.61vw, 31px) min(1.15vw, 22px) min(2.39vw, 46px);
}
@media (max-width: 767px) {
  .l-header__wrap {
    padding: 0 0 0 7px;
  }
}
.l-header__wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 68%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgb(235, 228, 217));
}
.l-header__logo {
  width: 24%;
  max-width: 561px;
  background: url(/wp-content/uploads/logo.svg) no-repeat center center/100%;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 45.8%;
    max-width: 172px;
  }
}
.l-header__logo span {
  display: block;
}
.l-header__right {
  position: relative;
  z-index: 2;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.l-header__infoBox {
  display: flex;
}
.l-header__info a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.3vw;
  max-width: 250px;
  height: clamp(40px, 3.28vw, 63px);
  text-align: center;
  background: #e5dba5;
  border: 3px solid #606060;
  font-size: min(1.25vw, 24px);
  font-weight: 400;
  color: #606060;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition-duration: 0.4s;
}
.l-header__info a:before {
  position: relative;
}
.l-header__info a:hover {
  background: #606060;
  border: 3px double #e5dba5;
  color: #e5dba5;
}
.l-header__infoPc:before {
  content: "";
  top: 2%;
  margin-right: 9%;
  width: 1.75em;
  height: 1.75em;
  background: url("/wp-content/uploads/ico_pc.svg") no-repeat center/100%;
}
.l-header__infoTel {
  margin-right: min(2.76vw, 53px);
}
.l-header__infoTel:before {
  content: "";
  top: 1%;
  margin-right: 6.6%;
  width: 1.25em;
  height: 1.92em;
  background: url("/wp-content/uploads/ico_phone.svg") no-repeat center/100%;
}

.fixedBg {
  background: rgba(255, 255, 255, 0.7);
}

/*--------------------------------------
  MainVisual
--------------------------------------*/
.l-mv:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 14px;
  z-index: 1;
  width: calc(100% - 28px);
  height: calc(100% - 32px);
  border: 5px solid #e5dba5;
}
@media (max-width: 767px) {
  .l-mv:before {
    border: none;
  }
}
.l-mv .elementor-widget-heading {
  position: absolute;
  top: 11.8vw;
  text-align: center;
}
@media (max-width: 767px) {
  .l-mv .elementor-widget-heading {
    top: 42.13vw;
  }
}
.l-mv .elementor-widget-heading h1 {
  font-size: 2.5vw;
  line-height: 2;
  letter-spacing: 0.16em;
}
@media (max-width: 767px) {
  .l-mv .elementor-widget-heading h1 {
    font-size: 6.4vw;
  }
}
.l-mv .elementor-widget-heading h1 strong,
.l-mv .elementor-widget-heading h1 em {
  font-size: 3.75vw;
}
@media (max-width: 767px) {
  .l-mv .elementor-widget-heading h1 strong,
  .l-mv .elementor-widget-heading h1 em {
    font-size: 8vw;
  }
}
.l-mv .elementor-widget-heading h1 strong {
  position: relative;
  color: #22ac38;
}
.l-mv .elementor-widget-heading h1 strong:after {
  content: "";
  position: absolute;
  bottom: -0.11em;
  left: 0;
  width: 100%;
  border: 2px solid #22ac38;
}
@media (max-width: 767px) {
  .l-mv .elementor-widget-heading h1 strong:after {
    border: 1px solid #22ac38;
  }
}

/*--------------------------------------
	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 {
  position: relative;
  background: url("/wp-content/uploads/bg_footer.jpg") no-repeat center center/cover;
}
.l-footer:before {
  content: "";
  position: absolute;
  top: 2vw;
  left: 2vw;
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  border: 3px solid #ebe4d9;
}
@media (max-width: 767px) {
  .l-footer:before {
    border-width: 1px;
  }
}
.l-footer__wrap {
  margin: 0 auto;
  padding: 8.125vw calc(2vw + 30px) 9.375vw;
  max-width: 1460px;
  text-align: center;
}
@media (max-width: 370px) {
  .l-footer__wrap {
    padding: 8.125vw 30px 9.375vw;
  }
}
.l-footer h2, .l-footer .address {
  display: inline-block;
  border-radius: 69px;
  border: 5px solid #22ac38;
  background: #606060;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer h2, .l-footer .address {
    border: 2px solid #22ac38;
  }
}
.l-footer .address {
  font-size: min(2.5vw, 48px);
  padding: 0.9em 1.23em 0.9em 1.8em;
}
@media (max-width: 767px) {
  .l-footer .address {
    font-size: max(2.5vw, 12px);
  }
}
@media (max-width: 370px) {
  .l-footer .address {
    font-size: max(2.5vw, 10px);
  }
}
.l-footer h2 {
  margin-bottom: 11%;
  padding: 0 1.23em 0 1.8em;
  font-size: min(3.125vw, 60px);
}
@media (max-width: 767px) {
  .l-footer h2 {
    font-size: max(3.125vw, 16px);
  }
}
@media (max-width: 370px) {
  .l-footer h2 {
    padding: 0 0.6em 0 1.4em;
    font-size: max(3.125vw, 13px);
  }
}
.l-footer .tel {
  margin-bottom: 3.23%;
  position: relative;
  font-size: min(3.75vw, 72px);
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .l-footer .tel {
    font-size: max(3.75vw, 20px);
  }
}
.l-footer .tel:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.26em;
  height: 1.638em;
  background: url("/wp-content/uploads/ico_tel.svg") no-repeat top/contain;
}
.l-footer .tel a {
  font-weight: 300;
  text-decoration: none;
  color: #fff;
}
.l-footer .time {
  margin-bottom: 6.57%;
  font-size: min(1.87vw, 36px);
  line-height: 3;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer .time {
    font-size: max(1.87vw, 11px);
  }
}
.l-footer .btn-reserve {
  position: relative;
  margin-bottom: 10.65%;
  padding: 0.4em 1.4em 0.43em 1.97em;
  display: inline-block;
  background: #22ac38;
  font-size: min(2.29vw, 44px);
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer .btn-reserve {
    font-size: max(2.29vw, 14px);
  }
}
.l-footer .btn-reserve:before {
  content: "";
  position: relative;
  top: -0.1em;
  margin-right: 0.4em;
  display: inline-block;
  vertical-align: middle;
  width: 1.65em;
  height: 1.65em;
  background: url("/wp-content/uploads/ico_pc2.svg") no-repeat center/contain;
}

/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
  Global navigation
--------------------------------------*/
.c-gnav {
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .c-gnav {
    position: fixed !important;
    top: 41px !important;
    left: 0;
    z-index: 100;
    padding: 20px 40px 0;
    display: none;
    width: 100%;
    height: calc(100% - 41px);
    background: #fff;
    overflow-y: scroll;
  }
}
@media (min-width: 768px) {
  .under .c-gnav {
    background: #606060;
  }
}
.c-gnav .menu {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 1474px;
}
@media (max-width: 767px) {
  .c-gnav .menu {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
}
.c-gnav .menu > li {
  position: relative;
  width: 20%;
}
@media (max-width: 767px) {
  .c-gnav .menu > li {
    width: 100%;
  }
}
.c-gnav .menu > li:after {
  content: "";
}
@media (min-width: 768px) {
  .c-gnav .menu > li:after {
    position: absolute;
    top: 24%;
    right: -2px;
    width: 4px;
    height: 52%;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .c-gnav .menu > li:after {
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #e5dba5 6px, transparent 6px);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}
.c-gnav .menu > li:first-child:before {
  content: "";
  position: absolute;
  top: 24%;
  left: -2px;
  width: 4px;
  height: 52%;
  background: #fff;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:first-child:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-gnav .menu > li:first-child:before {
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #e5dba5 6px, transparent 6px);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}
.c-gnav .menu > li > a {
  display: block;
  padding: 1.26em 0;
  font-size: min(1.56vw, 3rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a {
    padding: 20px 0 10px;
    font-size: 1.6rem;
    text-align: left;
    color: #606060;
  }
}
.c-gnav .menu > li > a:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .c-gnav .menu > li > a:hover + .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
.c-gnav .menu .menu-item-description {
  margin-top: 0.5em;
  display: block;
}
.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: "＋";
    position: absolute;
    top: 1.4em;
    right: 30px;
    margin-left: 1.38em;
    font-size: 1.1em;
    transition-duration: 0.7s;
    color: #22ac38;
  }
}
.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;
  z-index: 2;
  padding: 10px 0;
  width: 100%;
  background: #e5dba5;
  transition-duration: 0.7s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-gnav .sub-menu {
    position: relative;
    padding: 0;
    transition-duration: 1.5s;
    opacity: 0;
    height: 0;
    overflow: hidden;
    background: #606060;
    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;
  text-decoration: none;
  color: #606060;
}
@media (max-width: 767px) {
  .c-gnav .sub-menu li a {
    color: #fff;
  }
}
.c-gnav .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.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;
}

/* ハンバーガーメニュー */
.toggleMenu {
  display: none;
  z-index: 11;
  cursor: pointer;
}
@media (max-width: 767px) {
  .toggleMenu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

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

.menu-trigger {
  position: relative;
  width: 45px;
  height: 41px;
  background: #606060;
  /*
  @media (max-width: $point-mb) {
    width: 30px;
    height: 20px;
  }
  */
}

.menu-trigger span {
  position: absolute;
  left: 27.19%;
  width: 44.18%;
  height: 2px;
  background-color: #fff;
  /*
  @media (max-width: $point-mb) {
    height: 1px;
  }
  */
}

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

.menu-trigger span:nth-of-type(2) {
  top: 18px;
}

.menu-trigger span:nth-of-type(3) {
  top: 25px;
}

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

.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);
  top: 29px;
}

/* -------------------------------------
	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: #e6dcac;
}
.pagetop a:after {
  content: "";
  display: block;
  width: 34px;
  height: 8px;
  background: url("/wp-content/themes/hiratsukadental/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
--------------------------------------*/
.btn_ico-allow .elementor-button {
  position: relative;
  padding: 1em;
}
.btn_ico-allow .elementor-button:before {
  content: "";
  position: absolute;
  top: -0.1em;
  left: -0.8em;
  border-top: 0.75em solid transparent;
  border-bottom: 0.75em solid transparent;
  border-left: 0.76em solid #22ac38;
}

.btn_ico-allow2 .elementor-button {
  position: relative;
  padding: 0.8em 1em 0.8em 2.6em;
  text-decoration: #22ac38 underline;
  text-underline-offset: 0.2em;
}
.btn_ico-allow2 .elementor-button:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 1.5em;
  border-top: 0.75em solid transparent;
  border-bottom: 0.75em solid transparent;
  border-left: 0.76em solid #22ac38;
}

.btn01 {
  position: relative;
  padding-left: 1.2em;
  color: #22ac38;
}
.btn01:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #22ac38;
}
.btn01:after {
  content: "";
  position: absolute;
  top: 0.52em;
  left: 0.22em;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.btn01:hover {
  text-decoration: underline;
}
.btn01:hover:before {
  border: 1px solid #22ac38;
  background: #fff;
}
.btn01:hover:after {
  border-top: 1px solid #22ac38;
  border-right: 1px solid #22ac38;
}

/*--------------------------------------
  Tables
--------------------------------------*/
/* timetable */
.timetable table {
  width: 100%;
}
.timetable th, .timetable td {
  text-align: center;
}
.timetable th {
  background: #606060;
  color: #fff;
}
.timetable td {
  background: #fff;
}
.timetable thead th {
  font-size: clamp(14px, 2.2vw, 60px);
}
.timetable thead th:first-child {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.timetable tbody th {
  font-size: clamp(13px, 2vw, 48px);
}
.timetable tbody th:first-child {
  border-bottom: 1px solid #fff;
}
.timetable tbody td {
  font-size: clamp(14px, 2.2vw, 60px);
  color: #606060;
}

.table-info-sp dl {
  display: flex;
  width: 100%;
  font-size: max(2.4vw, 10px);
}
.table-info-sp dl:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.table-info-sp dt, .table-info-sp dd {
  padding: 0.5em;
}
.table-info-sp dt {
  width: 6em;
  background: #e5dba5;
  text-align: center;
  letter-spacing: 0.2em;
}
.table-info-sp dd {
  width: calc(100% - 6em);
  background: #f3efe4;
}
.table-info-sp p {
  margin-bottom: 1em;
}

/* table01 */
.table01 table {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.table01 th, .table01 td {
  padding: 0.6em 0.2em;
}
.table01 th {
  border-bottom: 2px solid #22ac38;
  min-width: 5em;
  font-weight: bold;
}
.table01 td {
  border-bottom: 2px solid #ccc;
}
@media (max-width: 480px) {
  .table01 td {
    padding: 0.6em;
  }
}

/*--------------------------------------
  Lists
--------------------------------------*/
.list-num li {
  position: relative;
  counter-increment: listnum;
}
.list-num li:before {
  content: counter(listnum);
  margin-right: 0.8em;
  padding: 0 0.8em;
  background: #22ac38;
  letter-spacing: 0;
  color: #fff;
}
.list-num li.elementor-icon-list-item {
  align-items: start;
}

/*--------------------------------------
  Link indexes
--------------------------------------*/
.link_indexes li a {
  position: relative;
}
.link_indexes li a:before {
  content: "";
  margin-right: 10px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #22ac38;
  transition-duration: 0.7s;
}
.link_indexes li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background-image: linear-gradient(to right, #22ac38 6px, transparent 6px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.link_indexes li a:hover:before {
  transform: rotate(90deg);
}
.link_indexes li a:hover:after {
  animation: hover-anchorLinks 0.4s forwards;
}

/* ホバー時二重線 */
@keyframes hover-anchorLinks {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*--------------------------------------
  Step box
--------------------------------------*/
.stepBox .next.elementor-widget-image-box {
  margin-bottom: 60px;
}
.stepBox .next.elementor-widget-image-box:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% - 42px);
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
  border-top: 20px solid #e5dba5;
}
@media (max-width: 767px) {
  .stepBox .next.elementor-widget-image-box:after {
    bottom: -35px;
    left: calc(50% - 40px);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #e5dba5;
  }
}
.stepBox sup {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0.5em;
  padding: 0.1em 0.5em 0.2em;
  background: #e5dba5;
  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 #22ac38;
}
@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 #22ac38;
  }
}
.stepBox.v2 .label-no {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #22ac38;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
}
.stepBox.v2 .elementor-widget-container p:last-child {
  margin-bottom: 0;
}
.under .main .stepBox h3.elementor-image-box-title {
  padding: 0 0 0.6em 1.8em;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .under .main .stepBox h3.elementor-image-box-title {
    margin-top: 20px;
    font-size: max(5vw, 2rem);
  }
}
.under .main .stepBox h3.elementor-image-box-title:before, .under .main .stepBox h3.elementor-image-box-title:after {
  display: none;
}

.label-step.elementor-widget-heading {
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em !important;
  height: 2em;
  background: #22ac38;
  color: #fff;
}

/*--------------------------------------
  Q&A
--------------------------------------*/
.block-qa .elementor-image-box-title,
.block-qa .elementor-image-box-description {
  position: relative;
  padding: 1.8vw 0 0 8.4vw;
}
@media (max-width: 767px) {
  .block-qa .elementor-image-box-title,
  .block-qa .elementor-image-box-description {
    padding: 5px 0 0 58px;
  }
}
@media (max-width: 480px) {
  .block-qa .elementor-image-box-title,
  .block-qa .elementor-image-box-description {
    margin-bottom: 0.6em;
    padding: 5px 0 0 54px;
  }
}
.block-qa .elementor-image-box-title:before,
.block-qa .elementor-image-box-description:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.1em 0.1em 0 0;
  width: min(6.51vw, 125px);
  height: min(6.51vw, 125px);
  line-height: min(6.51vw, 125px);
  border-radius: 50%;
  background: #22ac38;
  font-size: min(5.2vw, 100px);
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .block-qa .elementor-image-box-title:before,
  .block-qa .elementor-image-box-description:before {
    padding: 2px 7px 0 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 3.6rem;
  }
}
@media (max-width: 480px) {
  .block-qa .elementor-image-box-title:before,
  .block-qa .elementor-image-box-description:before {
    padding: 1px 6px 0 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 3.4rem;
  }
}
.block-qa .elementor-image-box-title {
  margin-bottom: 1.2em;
  font-size: min(2vw, 48px);
}
@media (max-width: 767px) {
  .block-qa .elementor-image-box-title {
    font-size: max(2vw, 2rem);
  }
}
.block-qa .elementor-image-box-description:before {
  content: "A";
  background: #191144;
}

/*--------------------------------------
  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
--------------------------------------*/
.newsBoxes .elementor-widget-heading h3 a {
  position: relative;
  padding: 1.6em 1.3em 1.4em 1.3em;
  display: block;
  transition-duration: 0.4s;
}
.newsBoxes .elementor-widget-heading h3 a:hover {
  background: rgba(34, 172, 56, 0.8);
  color: #fff;
}
.newsBoxes .elementor-widget-heading.active h3 a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 1.3em;
  z-index: 1;
  width: calc(100% - 2.6em);
  height: 5px;
  background: #22ac38;
}

.newsWrap {
  margin-top: 6%;
}
.newsWrap dl {
  padding-bottom: 0.4em;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  font-size: min(1.56vw, 30px);
}
@media (max-width: 767px) {
  .newsWrap dl {
    font-size: max(1.56vw, 12px);
  }
}
.newsWrap dt {
  font-weight: bold;
}
.newsWrap .newsLabel {
  margin: 0 0 0 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 4.5em;
  height: min(2vw, 40px);
  background: #cbaf84;
  border-radius: min(0.52vw, 10px);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: min(1vw, 2rem);
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .newsWrap .newsLabel {
    max-width: 40px;
    height: 16px;
    border-radius: 10px;
    font-size: 1.1rem;
  }
}
.newsWrap dd {
  margin-left: min(1.58vw, 38px);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 480px) {
  .newsWrap dd {
    font-size: 1.4rem;
  }
}
.newsWrap > a:not(:last-child) dl {
  margin-bottom: min(2.5vw, 48px);
}
.newsWrap a:hover {
  opacity: 0.7;
}

/*--------------------------------------
  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;
}
.sp-cv ul li {
  width: 42%;
  height: 16vw;
}
.sp-cv ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  font-size: max(4.3vw, 16px);
}
.sp-cv ul li:first-child a {
  border: 2px solid #fff;
  border-right: 1px solid #fff;
  background: #e6dcac;
}
.sp-cv ul li:first-child a:before {
  content: "";
  margin-right: 1em;
  display: inline-block;
  background: url(/wp-content/uploads/ico_phone.svg) no-repeat center center/100%;
  width: 1.357em;
  height: 2.14em;
}
.sp-cv ul li:nth-child(2) a {
  border: 2px solid #fff;
  border-left: 1px solid #fff;
  background: #dad5b9;
}
.sp-cv ul li:nth-child(2) a:before {
  content: "";
  margin-right: 0.8em;
  display: inline-block;
  background: url(/wp-content/uploads/ico_pc.svg) no-repeat center center/100%;
  width: 1.85em;
  height: 1.85em;
}
.sp-cv ul li:last-child {
  width: 16%;
}
.sp-cv ul li:last-child a {
  padding-left: 4px;
  background: #606060;
  flex-direction: column;
  font-size: max(3.73vw, 14px);
  letter-spacing: 0.1em;
  color: #fff;
}
.sp-cv ul li:last-child a:before {
  content: "";
  position: relative;
  top: max(3.46vw, 13px);
  left: -2px;
  margin-bottom: max(2vw, 7.5px);
  display: block;
  width: max(4vw, 15px);
  height: max(4vw, 15px);
  border-top: 1px solid #dad5b9;
  border-right: 1px solid #dad5b9;
  transform: rotate(-45deg);
}
.sp-cv ul li img {
  width: 100%;
}

/*--------------------------------------
  Iframes
--------------------------------------*/
.iframeWrap {
  position: relative;
  padding-top: 56.25%;
}
.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframeWrap.elementor-widget-google_maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------
  Top
--------------------------------------*/
/* general */
.h2v1 h2 {
  position: relative;
  padding: min(1.87vw, 36px) 0 min(3.33vw, 64px);
  display: inline-block;
  width: min(20vw, 384px);
  font-size: min(3.125vw, 60px);
  font-weight: 300;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .h2v1 h2 {
    width: max(20vw, 120px);
    font-size: max(3.125vw, 18px);
  }
}
.h2v1 h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 53.4%;
  padding-top: 48.1%;
  background: rgba(96, 96, 96, 0.8);
}
@media (max-width: 480px) {
  .h2v1 h2:before {
    padding-top: 42%;
  }
}
.h2v1 h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56.6%;
  padding-top: 49.7%;
  background: rgba(34, 172, 56, 0.8);
}
@media (max-width: 480px) {
  .h2v1 h2:after {
    padding-top: 42%;
  }
}
.h2v1 h2 sup {
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  position: relative;
  z-index: 1;
  display: block;
  font-size: min(2.5vw, 48px);
  text-indent: -1.4em;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .h2v1 h2 sup {
    font-size: max(2.5vw, 14px);
  }
}
.h2v1 h2 sup::first-letter {
  color: #22ac38;
}
.h2v1 h2 sup:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid #aacd06;
}
.h2v1 h2 span {
  position: relative;
  z-index: 1;
}

.h2v2 {
  font-size: min(3.75vw, 72px);
  color: #606060;
}

.in-inlineblock > .elementor-widget-container {
  display: inline-block;
}

.tooth-left .elementor-icon-list-icon {
  width: 74px;
}
@media (max-width: 767px) {
  .tooth-left .elementor-icon-list-icon {
    width: max(4.3vw, 16px);
  }
}
.tooth-left .elementor-icon-list-icon svg {
  width: 100%;
}

/* top02 */
.btn-treatments h3 {
  position: relative;
  font-size: min(3.125vw, 60px);
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .btn-treatments h3 {
    font-size: max(3.125vw, 14px);
  }
}
.btn-treatments h3:before {
  content: "";
  position: absolute;
  top: 1.8vw;
  left: 1.8vw;
  width: calc(100% - 3.6vw);
  height: calc(100% - 3.6vw);
  background: rgba(255, 255, 255, 0.65);
  transition-duration: 0.7s;
}
.btn-treatments h3 a {
  position: relative;
  display: block;
  padding: min(6.25vw, 120px) min(1.875vw, 36px);
  border: 3px solid #606060;
}
.btn-treatments h3 a sup {
  margin-bottom: 1em;
  display: block;
  font-size: min(1.56vw, 30px);
  letter-spacing: 0.2em;
  color: #707271;
}
@media (max-width: 767px) {
  .btn-treatments h3 a sup {
    font-size: max(1.56vw, 12px);
  }
}
.btn-treatments h3:hover {
  color: #fff;
}
.btn-treatments h3:hover:before {
  background: rgba(90, 88, 88, 0.65);
}
.btn-treatments h3:hover sup {
  color: #c9caca;
}

/* information */
.bgInformation {
  background: linear-gradient(transparent, #e4e4e4 25%, #e4e4e4 80%, transparent);
}

/*--------------------------------------
  Under
--------------------------------------*/
/* general */
.under .main {
  margin: 0 auto;
  max-width: 1060px;
}
.under .l-footer {
  margin-top: 8%;
}
@media (max-width: 767px) {
  .under .l-footer {
    margin-top: max(12%, 80px);
  }
}

/* 下層H1見出し */
.p-under__hBg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .p-under__hBg {
    height: 160px;
  }
}
.p-under__hBg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.p-under__hBg h1 {
  position: relative;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 767px) {
  .p-under__hBg h1 {
    font-size: 2.6rem;
  }
}

.under.page .main h2,
.under #blogDetail #posts h2 {
  margin-bottom: 1.4em;
  position: relative;
  display: inline-block;
  padding: 1em 1rem;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-align: center;
}
.under.page .main h2:after,
.under #blogDetail #posts h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #22ac38, #22ac38 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #22ac38, #22ac38 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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 #blogDetail #posts h3 {
  margin-bottom: 1em;
  position: relative;
  display: inline-block;
  padding: 0 0 0.2em 2em;
  border-bottom: 2px solid rgba(34, 172, 56, 0.5);
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.under.page .main h3:before,
.under #blogDetail #posts h3:before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  background: #22ac38;
  opacity: 0.7;
}
.under.page .main h3:after,
.under #blogDetail #posts h3:after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.4em;
  width: 0.6em;
  height: 0.6em;
  background: #606060;
  opacity: 0.7;
}
.under.page .main .post h3.elementor-image-box-title,
.under #blogDetail #posts .post h3.elementor-image-box-title {
  width: 100%;
}
.under.page .main h4,
.under #blogDetail #posts h4 {
  margin-bottom: 0.6em;
  position: relative;
  padding: 0 0 0 0.4em;
  border-left: 4px solid #22ac38;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  color: #22ac38;
}
.under.page .main strong,
.under #blogDetail #posts strong {
  font-weight: 700;
}
.under.page .main .marker_red,
.under #blogDetail #posts .marker_red {
  text-decoration: 5px #e5dba5 underline;
  text-underline-offset: -2px;
}

/* 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;
}

.tac-tal {
  text-align: center;
}
.tac-tal > .elementor-widget-container {
  display: inline-block;
  text-align: left;
}

.underline1 h1, .underline1 h2, .underline1 h3, .underline1 h4, .underline1 h5 {
  display: inline-block;
  padding: 0 1em 0.2em;
  border-bottom: 2px solid #22ac38;
}
.underline1 .elementor-button {
  position: relative;
  display: inline-block;
  padding: 0 0.3em 0.2em;
}
.underline1 .elementor-button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #22ac38;
}
.underline1 .elementor-button:hover:after {
  animation: hover-underline 1.8s ease-out infinite;
}

@keyframes hover-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* 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.page .main .elementor-top-section + .elementor-top-section {
  margin-top: 4%;
}
@media (max-width: 767px) {
  .under.page .main .elementor-top-section + .elementor-top-section {
    margin-top: 40px;
  }
}
.under.page .main p.elementor-image-box-description {
  white-space: pre-wrap;
  line-height: 1.6;
}

/*
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 */