@charset "UTF-8";
/*
Theme Name: 虎ノ門ヒルズ 福沢歯科
Theme URI: https://toranomonhills-fukuzawa-shika.com/
Version: 1.0
*/
/*
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200;300;400;500;600;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: 3.4% !important;
    margin-left: 6.8% !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: 6.8% !important;
    margin-bottom: 3.4% !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.1em;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", Sans-serif, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 2;
  /*
  &.loading {
  	&:before {
  		content: "";
  		position: fixed;
  		top: 0;
  		left: 0;
  		z-index: 999;
  		width: 100%;
  		height: 100%;
  		background: #fff;
  		transition-duration: .7s;
  	}
  	&.loadingComp {
  		&:before {
  			opacity: 0;
  		}
  	}
  }
  */
}
body.fixed {
  overflow: hidden;
}

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 .elementor > .e-con-boxed + .e-con-boxed {
  margin-top: 60px;
  /*
  @media (max-width: $point-sp) {
  	margin-top: 40px;
  }
  */
}
.under 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
--------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition-duration: 0.7s;
}
.l-header__wrap {
  padding: 40px 40px 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .l-header__wrap {
    padding: 13px 10px 13px 20px;
    align-items: center;
  }
}
.l-header__logo {
  position: relative;
  width: 245px;
  height: 34px;
}
@media (max-width: 1024px) {
  .l-header__logo {
    width: 200px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 220px;
    height: 30px;
  }
}
.l-header__logo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/logo2.svg") no-repeat center/100%;
}
.l-header__logo a span {
  display: block;
}
.l-header__right {
  margin-left: auto;
  display: flex;
  gap: min(5.85vw, 80px);
}
@media (max-width: 1024px) {
  .l-header__right {
    gap: 3vw;
  }
}
.l-header__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 767px) {
  .l-header__info {
    display: none;
  }
}
.l-header__infoReserve {
  position: relative;
  min-width: 160px;
  padding: 12px 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  transition-duration: 0.4s;
}
.l-header__infoReserve:before {
  content: "";
  position: absolute;
  top: calc(50% + 0.5px);
  right: 10px;
  width: 13px;
  height: 1px;
  background: #fff;
}
.l-header__infoReserve:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.l-header__infoReserve:hover {
  background: #fff;
  color: #957111;
}
.l-header__infoReserve:hover:before {
  background: #957111;
}
.l-header__infoReserve:hover:after {
  border-color: #957111;
}
.l-header__gnavCnv .l-header__infoReserve {
  margin: 0 auto 20px;
  padding: 15px 20px;
  display: block;
  width: 100%;
  max-width: 270px;
  border-color: #404040;
  color: #404040;
}
.l-header__gnavCnv .l-header__infoReserve:before {
  right: 20px;
  background: #404040;
}
.l-header__gnavCnv .l-header__infoReserve::after {
  right: 22px;
  border-color: #404040;
}
.l-header__infoTel {
  position: relative;
  display: flex;
  gap: 5px;
  font-size: 20px;
  font-family: "Cardo", serif;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
}
.l-header__infoTel:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/icon_tel01.svg) no-repeat center/100%;
}
.l-header__gnavCnv .l-header__infoTel {
  margin: 0 auto;
  justify-content: center;
  width: 100%;
  max-width: 270px;
  padding: 16px;
  background-color: #37280F;
  text-align: center;
}
.l-header__infoAccess {
  margin: 0 auto 20px;
  position: relative;
  display: flex;
  gap: 5px;
  justify-content: center;
  width: 100%;
  max-width: 270px;
  padding: 16px;
  background-color: #957111;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
}
.l-header__infoAccess:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/ico_map-access.svg) no-repeat center/100%;
}
.l-header__gnavCnv {
  display: none;
}
@media (max-width: 767px) {
  .l-header__gnavCnv {
    display: block;
  }
}
body.fixed .l-header .l-header__wrap {
  background: #fff;
}
body.fixed .l-header__logo {
  z-index: 101;
}
body.fixed .l-header__logo a {
  background: url("/wp-content/uploads/logo3.svg") no-repeat center/100%;
}

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

/*--------------------------------------
  MainVisual
--------------------------------------*/
.l-mv .elementor-image-carousel:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 40, 15, 0.3);
}
.l-mv .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 20px;
}
.l-mv .elementor-element.elementor-pagination-position-outside .swiper {
  padding-bottom: 0;
}
.l-mv .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.l-mv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

/*--------------------------------------
	Main
--------------------------------------*/
.under .main {
  padding-bottom: 100px;
  background: url(/wp-content/uploads/bg_under-main-bottom.jpg) repeat-x center bottom/contain;
}
@media (max-width: 767px) {
  .under .main {
    padding-bottom: 80px;
  }
}

/*--------------------------------------
  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 {
  background: url(/wp-content/uploads/bg_footer.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 55px;
    background-image: url(/wp-content/uploads/bg_footer-sp.jpg);
  }
}
.l-footer__wrap {
  padding: 80px 30px;
  margin: 0 auto;
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .l-footer__wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .l-footer__wrap {
    padding: 60px 20px;
    max-width: 520px;
  }
}
@media (max-width: 480px) {
  .l-footer__wrap {
    max-width: 320px;
  }
}
.l-footer__logo {
  margin-bottom: 30px;
  display: block;
  width: 250px;
  height: 34px;
  background: url(/wp-content/uploads/logo3.svg) no-repeat center/100%;
}
.l-footer__address, .l-footer__access {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-footer__address {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .l-footer__address {
    margin-bottom: 20px;
  }
}
.l-footer__access {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .l-footer__access li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.l-footer__tel {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Cardo", serif;
  font-size: 24px;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #957111;
}
.l-footer__tel:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/wp-content/uploads/icon_tel02.svg) no-repeat center/100%;
}
@media (max-width: 1024px) {
  .l-footer .col1 {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .l-footer .col2 {
    margin-right: 80px;
  }
}
@media (max-width: 767px) {
  .l-footer .col2 {
    margin: 0 0 40px;
  }
  .l-footer .col2 li {
    order: 1;
    width: 50%;
  }
  .l-footer .col2 li:nth-child(2) {
    order: 3;
  }
  .l-footer .col2 li:nth-child(3) {
    order: 5;
  }
  .l-footer .col2 li:nth-child(3).menu-item {
    margin-bottom: 0;
  }
  .l-footer .col2 li:nth-child(4) {
    order: 2;
  }
  .l-footer .col2 li:nth-child(5) {
    order: 4;
  }
}
.l-footer .col2 h3,
.l-footer .col3 h3 {
  margin-bottom: 20px;
  font-family: "Cardo", serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #957111;
}
.l-footer .col2 li,
.l-footer .col3 li {
  position: relative;
  padding-left: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-footer .col2 li:not(:last-child),
.l-footer .col3 li:not(:last-child) {
  margin-bottom: 20px;
}
.l-footer .col2 li:before,
.l-footer .col3 li:before {
  content: "";
  position: absolute;
  top: 0.51em;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #957111;
  border-right: 1px solid #957111;
  transform: rotate(45deg);
}
.l-footer .col2 a,
.l-footer .col3 a {
  text-decoration: none;
}
.l-footer .col2 a:hover,
.l-footer .col3 a:hover {
  color: #957111;
}
@media (max-width: 767px) {
  .l-footer .col2,
  .l-footer .col3 {
    width: 100%;
  }
  .l-footer .col2 ul,
  .l-footer .col3 ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.l-footer__menus {
  display: flex;
  gap: 35px;
}
.l-footer__copyright {
  padding: 30px;
  background: #404040;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    padding: 24px 20px;
  }
}

/*--------------------------------------
  Pre
--------------------------------------*/
.pre-map.elementor-widget-google_maps iframe {
  height: 25.62vw;
}
@media (max-width: 767px) {
  .pre-map.elementor-widget-google_maps iframe {
    height: 350px;
  }
}

.pre-link-image .elementor-widget-image a {
  display: block;
}

.pre-txt-tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
  Global navigation
--------------------------------------*/
.c-gnav {
  width: 100%;
}
@media (max-width: 767px) {
  .c-gnav {
    position: fixed !important;
    top: 81px !important;
    left: 0;
    z-index: 100;
    padding: 0 52px 40px;
    display: none;
    width: 100%;
    height: calc(100% - 81px);
    background: #fff;
    overflow-y: scroll;
  }
}
@media (max-width: 370px) {
  .c-gnav {
    padding: 0 30px 20px;
  }
}
.c-gnav .menu {
  display: flex;
  gap: min(5.12vw, 70px);
}
@media (max-width: 1024px) {
  .c-gnav .menu {
    gap: 2.4vw;
  }
}
@media (max-width: 767px) {
  .c-gnav .menu {
    margin-bottom: 25px;
    flex-wrap: wrap;
  }
}
.c-gnav .menu > li {
  position: relative;
}
@media (max-width: 767px) {
  .c-gnav .menu > li {
    width: 100%;
    border-bottom: 1px solid #BCB1A6;
  }
}
.c-gnav .menu > li > a {
  display: block;
  font-size: min(1.098vw, 1.5rem);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a {
    padding: 15px 0;
    font-size: 1.5rem;
    text-align: left;
    color: #404040;
  }
}
.c-gnav .menu > li > a:hover {
  color: #A5E5EF;
}
@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: #A5E5EF;
}
.c-gnav .menu .menu-item-description {
  display: block;
  font-family: "Cardo", serif;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #A5E5EF;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-description {
    font-size: 12px;
    color: #199BB4;
  }
}
.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: 1em;
    right: 20px;
    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;
  left: calc(50% - 89px);
  padding: 10px 0;
  width: 178px;
  background: rgba(55, 40, 15, 0.5);
  transition-duration: 0.7s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-gnav .sub-menu {
    position: relative;
    left: 0;
    padding: 0;
    transition-duration: 1.5s;
    opacity: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #37280F;
    pointer-events: auto;
  }
}
.c-gnav .sub-menu:hover {
  opacity: 1;
  pointer-events: auto;
}
.c-gnav .sub-menu li a {
  display: block;
  padding: 6px 10px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  .c-gnav .sub-menu li a {
    padding: 8px 20px;
    font-size: 13px;
  }
}
.c-gnav .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.c-gnav #menu-gnav > li:nth-child(2) .sub-menu {
  left: calc(50% - 83px);
  width: 166px;
}
@media (max-width: 767px) {
  .c-gnav #menu-gnav > li:nth-child(2) .sub-menu {
    left: 0;
    width: 100%;
  }
}
.c-gnav #menu-gnav > li:nth-child(3) .sub-menu {
  left: calc(50% - 37px);
  width: 74px;
}
@media (max-width: 767px) {
  .c-gnav #menu-gnav > li:nth-child(3) .sub-menu {
    left: 0;
    width: 100%;
  }
}
.c-gnav li.hover > .sub-menu {
  padding: 10px 0;
}
.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: 100;
  width: 55px;
  height: 55px;
  background-color: #37280F;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .toggleMenu {
    position: relative;
    display: flex;
  }
  .toggleMenu:after {
    content: "Menu";
    position: absolute;
    top: 32px;
    left: 14px;
    font-family: "Cardo", serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .toggleMenu.active:after {
    left: 14px;
    content: "Close";
  }
}

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

.menu-trigger {
  position: relative;
  top: 12px;
  left: 18px;
  width: 20px;
  height: 15px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

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

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

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

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

.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(30deg);
  transform: translateY(-10px) rotate(30deg);
  bottom: -3px;
}

/* -------------------------------------
	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: #A5E5EF;
}
.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;
  line-height: 1.5;
  text-align: inherit;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 1px solid #404040;
  border-radius: 50%;
  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: 14px;
  width: 12px;
  height: 1px;
  background: #404040;
  transition-duration: 0.4s;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #404040;
  border-right: 1px solid #404040;
  transform: rotate(45deg) translateY(-50%);
  transition-duration: 0.4s;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover:before {
  border-color: #957111;
  background-color: #957111;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover:after {
  background-color: #fff;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover .elementor-button-content-wrapper:before {
  border-color: #fff;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button {
  padding: 20px 55px 20px 30px;
  background: #957111;
  border: 1px solid #957111;
  border-radius: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #fff;
}
@media (max-width: 480px) {
  .elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button {
    padding: 20px 35px 20px 10px;
  }
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:before {
  right: 10px;
  width: 20px;
  height: 20px;
  border-color: #fff;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:after {
  top: 50%;
  right: 15px;
  width: 10px;
  background: #fff;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper:before {
  top: calc(50% - 0.5px);
  right: 17px;
  border-color: #fff;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:hover {
  background: #fff;
  color: #957111;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:hover:before {
  background-color: #fff;
  border-color: #957111;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:hover:after {
  background: #957111;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:hover .elementor-button-content-wrapper:before {
  border-color: #957111;
}

.btns.e-con.e-flex > .e-con-inner {
  gap: 20px;
}
.btns.e-con.e-flex .elementor-widget-button {
  width: calc(25% - 15px);
}
@media (max-width: 1024px) {
  .btns.e-con.e-flex .elementor-widget-button {
    width: calc(33.33% - 13.3333333333px);
  }
}
@media (max-width: 767px) {
  .btns.e-con.e-flex .elementor-widget-button {
    width: calc(50% - 10px);
  }
}
@media (max-width: 370px) {
  .btns.e-con.e-flex .elementor-widget-button {
    width: 100%;
  }
}
.btns.e-con.e-flex .elementor-widget-button .elementor-button {
  width: 100%;
}

/*--------------------------------------
  Tables
--------------------------------------*/
.timetable table {
  width: 100%;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
}
.timetable table thead {
  border-bottom: 1px solid #BCB1A6;
}
.timetable table thead th {
  padding: 20px 26px;
}
@media (max-width: 767px) {
  .timetable table thead th {
    padding: 12px 10px;
  }
  .timetable table thead th:last-child {
    min-width: 5em;
  }
}
@media (max-width: 370px) {
  .timetable table thead th {
    padding: 10px 8px;
  }
}
.timetable table tbody tr:first-child th, .timetable table tbody tr:first-child td {
  padding: 20px 26px 8px;
}
@media (max-width: 767px) {
  .timetable table tbody tr:first-child th, .timetable table tbody tr:first-child td {
    padding: 20px 10px 7.5px;
  }
}
@media (max-width: 370px) {
  .timetable table tbody tr:first-child th, .timetable table tbody tr:first-child td {
    padding: 16px 8px 5px;
  }
}
.timetable table tbody tr:last-child th, .timetable table tbody tr:last-child td {
  padding: 8px 26px 20px;
}
@media (max-width: 767px) {
  .timetable table tbody tr:last-child th, .timetable table tbody tr:last-child td {
    padding: 7.5px 10px 20px;
  }
}
@media (max-width: 370px) {
  .timetable table tbody tr:last-child th, .timetable table tbody tr:last-child td {
    padding: 5px 8px 16px;
  }
}
.timetable table th, .timetable table td {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .timetable table th, .timetable table td {
    font-size: 12px;
  }
}
.timetable table .c1 {
  color: #957111;
}
.timetable table .c2 {
  color: #199BB4;
}

/*--------------------------------------
  Lists
--------------------------------------*/
.list01 li.elementor-icon-list-item {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
.list01 li.elementor-icon-list-item:before {
  content: "●";
  position: relative;
  top: -5px;
  font-size: 6px;
  color: #199BB4;
}

.list-ol {
  counter-reset: no;
}
.list-ol li.elementor-icon-list-item:before {
  content: counter(no) ".";
  counter-increment: no;
  margin-right: 0.5em;
  color: #199BB4;
}
.list-ol ol {
  padding-left: 1.5em;
  text-indent: -1.5em;
  list-style: decimal;
  list-style-position: inside;
}

/*--------------------------------------
  Link indexes
--------------------------------------*/
.link_indexes {
  padding: 38px 50px;
  border: 1px solid #404040;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .link_indexes {
    padding: 30px 20px;
  }
}
.link_indexes .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.link_indexes li {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .link_indexes li {
    width: 100%;
  }
}
.link_indexes li a {
  position: relative;
  padding-left: 26px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .link_indexes li a {
    padding-left: 16px;
  }
}
.link_indexes li a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #199BB4;
  border-right: 1px solid #199BB4;
  transform: rotate(45deg);
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .link_indexes li a:before {
    top: 6px;
  }
}
.link_indexes li a .elementor-icon-list-text {
  position: relative;
  font-size: 16px;
}
@media (max-width: 767px) {
  .link_indexes li a .elementor-icon-list-text {
    font-size: 12px;
  }
}
.link_indexes li a .elementor-icon-list-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background: #A5E5EF;
}
.link_indexes li a:hover:before {
  top: 13px;
  transform: rotate(135deg);
}
.link_indexes li a:hover .elementor-icon-list-text:after {
  animation: hover-anchorLinks 0.4s forwards;
}
.link_indexes.col1-no1 li:first-child {
  width: 100%;
}

/* ホバー時二重線 */
@keyframes hover-anchorLinks {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*--------------------------------------
  Step box
--------------------------------------*/
.stepBox-col.e-con > .e-con-inner {
  gap: 40px;
}
.stepBox-col.e-con > .e-con-inner > .e-con-boxed:not(:last-child):after {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  right: -30px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #404040;
}
@media (max-width: 767px) {
  .stepBox-col.e-con > .e-con-inner > .e-con-boxed:not(:last-child):after {
    top: 100%;
    right: calc(50% - 20px);
    transform: rotate(90deg);
  }
}

.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 #BCB1A6;
}
@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 #BCB1A6;
  }
}
.stepBox > .e-con-inner > .e-con-boxed .elementor-heading-title {
  padding: 6px 0 0 90px;
  color: #199BB4;
}
.stepBox > .e-con-inner > .e-con-boxed .elementor-heading-title strong {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 10px 6px 12px;
  background: #199BB4;
  font-family: "Cardo", serif;
  font-weight: 500;
  color: #fff;
}
.stepBox.v2 > .e-con-inner > .e-con-boxed .elementor-heading-title {
  padding: 6px 0 0 40px;
}
.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 #957111;
}
@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 #957111;
  }
}
.stepBox.v2 .label-no {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #957111;
  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: 10px 0 0 68px;
  font-family: "Cardo", serif;
}
.block-qa .elementor-image-box-title:before,
.block-qa .elementor-image-box-description:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background: #BCB1A6;
  font-size: 20px;
  text-align: center;
  color: #37280f;
}
.block-qa .elementor-image-box-title {
  margin-bottom: 1.5em;
  font-size: 22px;
}
.block-qa .elementor-image-box-description {
  padding-top: 14px;
  font-size: 18px;
}
.block-qa .elementor-image-box-description:before {
  content: "A";
  background: #957111;
  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 dl {
  border-bottom: 1px solid #BCB1A6;
  display: flex;
}
@media (max-width: 767px) {
  .newsWrap dl {
    flex-wrap: wrap;
  }
}
.newsWrap dt, .newsWrap dd {
  font-size: 15px;
}
@media (max-width: 767px) {
  .newsWrap dt, .newsWrap dd {
    font-size: 14px;
  }
}
.newsWrap dt {
  width: 20%;
  padding: 1.5em 0 1.5em 2em;
  font-family: "Cardo", serif;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #957111;
}
@media (max-width: 767px) {
  .newsWrap dt {
    padding: 1.8em 0 0.5em 0;
    width: 100%;
  }
}
.newsWrap dd {
  padding: 1.75em 0 1.75em 2.8em;
  width: 80%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .newsWrap dd {
    padding: 0 0 1.8em;
    width: 100%;
  }
}
.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;
}
.newsWrap a {
  transition-duration: 0.4s;
}
.newsWrap a:first-child dl dt, .newsWrap a:first-child dl dd {
  padding-top: 0;
}
.newsWrap a:hover {
  opacity: 0.7;
}

/*--------------------------------------
  Loop slider
--------------------------------------*/
.loopslider, .loopslider2 {
  margin: 0 auto;
  width: 100%;
  padding-top: 14%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .loopslider, .loopslider2 {
    padding-top: 270px;
  }
}
.loopslider ul, .loopslider2 ul {
  overflow: hidden;
  display: inline-block;
  overflow: hidden;
}
.loopslider ul li, .loopslider2 ul li {
  width: 100%;
  height: 14%;
  float: left;
  display: inline;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .loopslider ul li, .loopslider2 ul li {
    height: 270px;
  }
}
.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;
}
.sp-cv ul li {
  width: 51%;
  height: 55px;
}
.sp-cv ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.sp-cv ul li:first-child {
  min-width: 190px;
}
.sp-cv ul li:first-child a {
  border-right: 1px solid #fff;
  background: #37280F;
  font-family: "Cardo", serif;
  font-size: 20px;
  line-height: 1.5;
}
.sp-cv ul li:first-child a:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  background: url(/wp-content/uploads/icon_tel01.svg) no-repeat center center/100%;
  width: 20px;
  height: 20px;
}
.sp-cv ul li:last-child {
  width: 49%;
}
.sp-cv ul li:last-child a {
  background: #BCB1A6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.sp-cv ul li img {
  width: 100%;
}

/*--------------------------------------
  Top
--------------------------------------*/
.p-top__treatment-icons .elementor-widget-icon-box svg rect,
.p-top__treatment-icons .elementor-widget-icon-box svg path {
  transition-duration: 0.4s;
}
.p-top__treatment-icons .elementor-widget-icon-box .elementor-icon-box-title a {
  transition-duration: 0.4s;
}
.p-top__treatment-icons .elementor-widget-icon-box:hover svg {
  fill: #BCB1A6;
}
.p-top__treatment-icons .elementor-widget-icon-box:hover svg rect {
  fill: #BCB1A6;
}
.p-top__treatment-icons .elementor-widget-icon-box:hover svg path {
  fill: #fff;
}
.p-top__treatment-icons .elementor-widget-icon-box:hover .elementor-icon-box-title a {
  color: #957111;
}

/*--------------------------------------
  Under
--------------------------------------*/
/* 下層H1見出し */
.p-under__hBg {
  padding: 0 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  background: url("/wp-content/uploads/2023/06/bg_under-default.jpg") no-repeat center/cover;
}
.p-under__hBg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 40, 15, 0.2);
}
.p-under__hBg .bgH1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.p-under__hBg h1 {
  position: relative;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 0 0 3px #000;
}
@media (max-width: 767px) {
  .p-under__hBg h1 {
    font-size: 2.6rem;
  }
}
.p-under__hBg2 {
  padding: 0 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  background: url("/wp-content/uploads/bg_under-default3.jpg") no-repeat center/cover;
}
@media (max-width: 767px) {
  .p-under__hBg2 {
    padding-top: 30px;
    height: 280px;
    background-image: url("/wp-content/uploads/bg_under-default2-sp.jpg");
  }
}
.p-under__hBg2:before {
  content: "";
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  width: 58px;
  height: 44px;
  background: url("/wp-content/uploads/ico_logo-1.svg") no-repeat center/100%;
}
@media (max-width: 767px) {
  .p-under__hBg2:before {
    margin-bottom: 20px;
    width: 45px;
    height: 34px;
  }
}
.p-under__hBg2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 40, 15, 0.3);
}
.p-under__hBg2 h1 {
  position: relative;
  z-index: 2;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
.p-under__hBg2 h1 sub {
  margin: 9px auto 0;
  display: block;
  font-family: "Cardo", serif;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.05em;
}

.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-image-box-content a,
.under #blogDetail #posts .elementor-image-box-content a {
  color: #199BB4;
  word-break: break-all;
}
.under.page .main .elementor-image-box-content a:hover,
.under #blogDetail #posts .elementor-image-box-content a:hover {
  text-decoration: underline;
}
.under.page .main .elementor-widget-container > h2,
.under #blogDetail #posts .elementor-widget-container > h2 {
  margin-bottom: 30px;
  padding: 16px 30px;
  background: #199BB4;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 767px) {
  .under.page .main .elementor-widget-container > h2,
  .under #blogDetail #posts .elementor-widget-container > h2 {
    margin-bottom: 20px;
    padding: 16px 20px;
  }
}
.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.page .main .wrap_contact h3,
.under #blogDetail #posts h3,
.under #blogDetail #posts .h3v1 h3,
.under #blogDetail #posts .wrap_contact h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #BCB1A6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #957111;
}
.under.page .main h4,
.under.page .main .h4v1 h4,
.under #blogDetail #posts h4,
.under #blogDetail #posts .h4v1 h4 {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #404040;
}
.under.page .main .post h4.elementor-image-box-title,
.under #blogDetail #posts .post h4.elementor-image-box-title {
  width: 100%;
}
.under.page .main strong,
.under.page .main b,
.under #blogDetail #posts strong,
.under #blogDetail #posts b {
  font-weight: 700;
  color: #957111;
}
.under.page .main .marker_red,
.under #blogDetail #posts .marker_red {
  text-decoration: 5px #A5E5EF underline;
  text-underline-offset: -2px;
}
.under.ortho.page .main h4,
.under.ortho.page .main .h4v1 h4 {
  color: #A5E5EF;
}

/* 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 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .u-text--tate--spnone {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.u-text--lh1 {
  line-height: 1;
}

.u-hover-underline:hover {
  text-decoration: underline;
}

/* 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 .elementor > .e-con-boxed + .e-con-boxed {
  margin-top: 60px;
  /*
  @media (max-width: $point-sp) {
  	margin-top: 40px;
  }
  */
}
.under 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 */