@charset "UTF-8";
/*
Theme Name: HANA DENTAL CLINIC
Theme URI: https://www.hanadental.net/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho+B1:wght@400;500;600;700&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% !important;
    margin-left: 6% !important;
  }
}
.img_r .elementor-image-box-wrapper .elementor-image-box-description {
  line-height: 2.57;
  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% !important;
    margin-bottom: 3% !important;
  }
}
.img_l .elementor-image-box-wrapper .elementor-image-box-description {
  line-height: 2.57;
  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;
}

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.5rem;
  font-weight: 500;
  color: #505050;
  letter-spacing: 0;
  line-height: 2.26;
}
body.under {
  padding-top: 180px;
  line-height: 2.57;
}
@media (max-width: 767px) {
  body.under {
    padding-top: 120px;
  }
}
body.fixed {
  overflow: hidden;
}

a {
  color: #505050;
}
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: 80px;
}
@media (max-width: 767px) {
  .under .elementor > .e-con-boxed + .e-con-boxed {
    margin-top: 60px;
  }
}
.under .main > .elementor > .e-con-boxed:first-child {
  --margin-top: 0;
}
.under p.elementor-image-box-description {
  white-space: pre-wrap;
  line-height: 2.57;
}

@media (max-width: 767px) {
  .sp-relative {
    position: relative !important;
  }
}

/*
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: 1440px;
  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;
  left: 0;
  z-index: 100;
  width: 100%;
  transition-duration: 0.7s;
  padding: 25px 35px 25px 74px;
}
@media (max-width: 767px) {
  .l-header {
    padding: 20px;
  }
}
.l-header__wrap {
  display: flex;
  justify-content: space-between;
}
.l-header__logo {
  width: 90px;
  height: 98px;
  background: url(/wp-content/uploads/logo.svg) no-repeat center/100%;
}
.l-header__logo a {
  display: block;
  height: 100%;
}
.l-header__logo span {
  display: none;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 73px;
    height: 82px;
  }
}
body.fixed .l-header__logo {
  z-index: 101;
}
.l-header__right {
  padding-top: 2px;
}

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

/*--------------------------------------
  MainVisual
--------------------------------------*/
.l-mv {
  overflow: hidden;
}
.l-mv .sliders:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  z-index: 1;
}
.l-mv .sliders img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60.8%, -50.8%);
  width: 160%;
  max-width: 400%;
  animation: slideAnimation1 24s forwards infinite;
  opacity: 0;
}
@media (max-width: 767px) {
  .l-mv .sliders img {
    width: 323.73%;
    transform: translate(-56.5%, -62%);
    animation: slideAnimation1-sp 24s forwards infinite;
  }
}
.l-mv .sliders img:nth-child(2) {
  width: 110%;
  transform: translate(-54.6%, -42%);
  animation: slideAnimation2 24s forwards infinite;
  animation-delay: 8s;
}
@media (max-width: 767px) {
  .l-mv .sliders img:nth-child(2) {
    width: 288%;
    transform: translate(-67%, -49.8%);
    animation: slideAnimation2-sp 24s forwards infinite;
    animation-delay: 8s;
  }
}
.l-mv .sliders img:nth-child(3) {
  width: 120%;
  animation: slideAnimation3 24s forwards infinite;
  transform: translate(-58%, -42%);
  animation-delay: 16s;
}
@media (max-width: 767px) {
  .l-mv .sliders img:nth-child(3) {
    width: 184%;
    transform: translate(-51.8%, -50.7%);
    animation: slideAnimation3-sp 24s forwards infinite;
    animation-delay: 16s;
  }
}
.l-mv .main-catch1 {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}
.l-mv .font-color-burn {
  mix-blend-mode: color-burn;
}

@keyframes slideAnimation1 {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  13% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  38% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  63% {
    transform: translate(-50.8%, -50.8%);
  }
}
@keyframes slideAnimation1-sp {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  13% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  38% {
    opacity: 1;
  }
  53% {
    opacity: 0;
    transform: translate(-44.5%, -62%);
  }
}
@keyframes slideAnimation2 {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  13% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  38% {
    opacity: 1;
  }
  53% {
    opacity: 0;
    transform: translate(-46.6%, -42%);
  }
}
@keyframes slideAnimation2-sp {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  13% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  38% {
    opacity: 1;
  }
  53% {
    opacity: 0;
    transform: translate(-51%, -49.8%);
  }
}
@keyframes slideAnimation3 {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  13% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  38% {
    opacity: 1;
  }
  53% {
    opacity: 0;
    transform: translate(-46%, -42%);
  }
}
@keyframes slideAnimation3-sp {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  13% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  38% {
    opacity: 1;
  }
  53% {
    opacity: 0;
    transform: translate(-35.8%, -50.7%);
  }
}
/*--------------------------------------
	Main
--------------------------------------*/
body > .main {
  position: relative;
  overflow: hidden;
}
body > .main:before {
  content: "";
  position: absolute;
  top: min(-8.6805555556vw, -125px);
  right: min(-24.7916666667vw, -357px);
  width: min(72.3611111111vw, 1042px);
  height: min(68.9583333333vw, 993px);
  background: url("/wp-content/uploads/bg_logo-mark2.svg") no-repeat center/cover;
}

/*--------------------------------------
  Footer
--------------------------------------*/
.l-footer {
  padding: calc(155vw / 1440 * 100) calc(116vw / 1440 * 100) calc(26vw / 1440 * 100) calc(153vw / 1440 * 100);
  background: url("/wp-content/uploads/bg_footer.jpg") no-repeat left top/cover;
  font-family: "Shippori Mincho B1", serif;
  font-size: calc(18vw / 1440 * 100);
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer {
    padding: calc(240vw / 375 * 100) 0 68px;
    background-image: url("/wp-content/uploads/bg_footer-sp.jpg");
    font-size: 18px;
  }
}
@media (max-width: 370px) {
  .l-footer {
    font-size: 16px;
  }
}
body.under .l-footer {
  margin-top: 180px;
}
@media (max-width: 767px) {
  body.under .l-footer {
    margin-top: 76px;
  }
}
.l-footer__wrap {
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .l-footer__wrap {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.l-footer__navs {
  display: flex;
  gap: calc(68vw / 1440 * 100);
  width: 48%;
}
@media (max-width: 767px) {
  .l-footer__navs {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 340px;
    justify-content: space-between;
  }
}
@media (max-width: 370px) {
  .l-footer__navs {
    max-width: 280px;
  }
}
.l-footer__navs .menu {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.l-footer__navs .menu li a {
  line-height: 1.4444444444;
}
.l-footer__navs a {
  color: #fff;
}
.l-footer__info {
  width: 52%;
}
@media (max-width: 767px) {
  .l-footer__info {
    width: 100%;
  }
}
.l-footer__subInfo {
  margin-bottom: calc(36vw / 1440 * 100);
  display: flex;
  gap: 1px;
}
@media (max-width: 767px) {
  .l-footer__subInfo {
    margin-bottom: 20px;
  }
}
.l-footer__subInfo li {
  background: rgba(176, 151, 104, 0.6);
  width: 33.33%;
  height: calc(40vw / 1440 * 100);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .l-footer__subInfo li {
    height: 36px;
    font-size: 12px;
  }
}
.l-footer__note {
  margin: calc(18vw / 1440 * 100) 0 calc(36vw / 1440 * 100);
  display: flex;
  justify-content: flex-end;
  gap: calc(42vw / 1440 * 100);
}
@media (max-width: 767px) {
  .l-footer__note {
    margin: 10px 0 0;
    justify-content: flex-start;
    gap: 20px;
    font-size: 15px;
  }
}
@media (max-width: 370px) {
  .l-footer__note {
    font-size: 12px;
  }
}
.l-footer__btns {
  display: flex;
}
@media (max-width: 767px) {
  .l-footer__btns {
    display: none;
  }
}
.l-footer__btns li {
  width: 50%;
  font-size: calc(16vw / 1440 * 100);
  font-weight: 600;
}
.l-footer__btns li:first-child a {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #B09768;
}
.l-footer__btns li:last-child a {
  background: linear-gradient(to right, #a38753 0%, #d7c4a5 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  gap: calc(8.5vw / 1440 * 100);
  color: #fff;
}
.l-footer__btns li:last-child a:before {
  width: calc(15vw / 1440 * 100);
  height: calc(15vw / 1440 * 100);
  background-image: url("/wp-content/uploads/ico_line.svg");
}
.l-footer__btns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(8vw / 1440 * 100);
  height: calc(42vw / 1440 * 100);
}
.l-footer__btns li a:before {
  content: "";
  position: relative;
  top: calc(1vw / 1440 * 100);
  width: calc(11vw / 1440 * 100);
  height: calc(14vw / 1440 * 100);
  background: url("/wp-content/uploads/ico_tel.svg") no-repeat center/100%;
}
.l-footer__copyright {
  margin-top: calc(36vw / 1440 * 100);
  font-size: calc(14vw / 1440 * 100);
  line-height: 1.43;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 0;
    padding: 12px 20px;
    background: #4B4651;
    font-size: 10px;
    line-height: 2.1;
  }
}
.l-footer a {
  text-decoration: none;
}

/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
	Global navigation
--------------------------------------*/
.c-gnav {
  width: 100%;
}
@media (max-width: 767px) {
  .c-gnav {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 126px 0 56px;
    display: none;
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/bg_gnav-sp.jpg") no-repeat center top/100% #fff;
    overflow-y: scroll;
  }
}
.c-gnav .menu {
  display: flex;
  gap: 36px;
}
@media (max-width: 767px) {
  .c-gnav .menu {
    flex-direction: column;
    gap: 46px;
  }
}
.c-gnav .menu > li {
  position: relative;
}
.c-gnav .menu > li > a {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  text-align: center;
  text-decoration: none;
  color: #000;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a {
    font-size: 26px;
  }
}
.c-gnav .menu > li > a:hover {
  color: #CBBA99;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
@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: #CBBA99;
  text-decoration: underline;
}
.c-gnav .menu .menu-item-description {
  display: block;
  font-size: 10px;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-description {
    margin-top: 4px;
    font-size: 12px;
  }
}
.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: 0;
    transform: translateX(80px);
    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: -25px;
  padding: 10px 0;
  width: 150%;
  background: #CBBA99;
  transition-duration: 0.7s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-gnav .sub-menu {
    position: relative;
    top: 10px;
    left: 0;
    width: 100%;
    padding: 0;
    transition-duration: 1.5s;
    opacity: 0;
    height: 0;
    background: none;
    overflow: hidden;
    pointer-events: auto;
  }
}
.c-gnav .sub-menu:hover {
  opacity: 1;
  pointer-events: auto;
}
.c-gnav .sub-menu li a {
  display: block;
  padding: 4px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  .c-gnav .sub-menu li a {
    padding: 4px 0;
    font-size: 16px;
    color: #505050;
  }
}
.c-gnav .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .c-gnav .sub-menu li:first-child {
    margin-top: 10px;
  }
}
.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 {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.toggleMenu.active {
  position: relative;
  z-index: 101;
}

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

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

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

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

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

.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: 0;
  width: 100%;
}

.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: -6px;
}

/* -------------------------------------
	Bread
------------------------------------- */
.bread {
  max-width: 1260px;
  margin: 27px auto 90px;
  padding: 0 30px;
  width: 100%;
  text-align: left;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .bread {
    padding: 0 15px;
    margin: 16px auto 20px;
  }
}

.bread li {
  font-size: 1.5rem;
  display: inline;
}

.bread li + li:before {
  padding: 0 0.3em;
  content: "−";
  color: #D5D1D0;
}

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

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

/*--------------------------------------
  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: #CBBA99;
}
.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:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #B09768;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper:hover .elementor-button:after {
  animation: border-underline 0.7s infinite;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button {
  background: none;
}
@media (min-width: 768px) {
  .elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button {
    font-size: 1.39vw;
  }
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button {
  padding: min(1.6666666667vw, 24px) min(5.9722222222vw, 86px);
  background: #CBBA99;
  border-radius: 35px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  font-family: "Shippori Mincho B1", serif;
  font-size: min(1.0416666667vw, 15px);
  color: #fff;
}
@media (max-width: 767px) {
  .elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button {
    padding: 24px calc(86vw / 375 * 100);
    font-size: 15px;
  }
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button:after {
  display: none;
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button:hover {
  background: rgb(185.7792207792, 163.1493506494, 119.2207792208);
}

@keyframes border-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*--------------------------------------
  Tables
--------------------------------------*/
.timetable table {
  width: 100%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}
.timetable table th, .timetable table td {
  border-right: 1px solid #D5D1D0;
  border-bottom: 1px solid #D5D1D0;
  text-align: center;
}
@media (max-width: 767px) {
  .timetable table th, .timetable table td {
    font-size: 12px;
  }
}
.timetable table th:last-child, .timetable table td:last-child {
  border-right: none;
}
.timetable table th {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 1.4;
}
.timetable table thead th {
  padding: 18px 18px 30px;
  background: #f8f8f8;
}
@media (max-width: 767px) {
  .timetable table thead th {
    padding: 13px 10px 18px;
  }
}
.timetable table thead th:first-child {
  width: 138px;
}
@media (max-width: 767px) {
  .timetable table thead th:first-child {
    width: 80px;
    min-width: 80px;
  }
}
.timetable table thead th:last-child {
  padding-right: 0;
  padding-left: 0;
}
.timetable table tbody td {
  position: relative;
  padding: 16px 18px;
  font-size: 18px;
  color: #CBBA99;
}
@media (max-width: 767px) {
  .timetable table tbody td {
    padding: 12px 10px;
    font-size: 13px;
  }
}
.timetable table tbody tr:last-child th, .timetable table tbody tr:last-child td {
  border-bottom: none;
}
.timetable .holiday {
  background-image: linear-gradient(to top left, transparent, transparent calc(50% - 1px), #D5D1D0 calc(50% - 1px), #D5D1D0 50%, transparent 50%, transparent);
}
@media (max-width: 767px) {
  .timetable.white {
    padding: 0 20px;
  }
}
.timetable.white table {
  box-shadow: none;
}
.timetable.white table th, .timetable.white table td {
  border: none;
}
@media (max-width: 767px) {
  .timetable.white table th, .timetable.white table td {
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  .timetable.white table th, .timetable.white table td {
    font-size: 12px;
  }
}
.timetable.white table thead {
  border-bottom: 1px solid #fff;
}
.timetable.white table thead th {
  padding: 0 calc(20vw / 1440 * 100) calc(16vw / 1440 * 100);
  background: none;
}
@media (max-width: 767px) {
  .timetable.white table thead th {
    padding: 0 6px 7px;
  }
}
@media (max-width: 370px) {
  .timetable.white table thead th {
    padding: 0 4px 6px;
  }
}
.timetable.white table thead th:first-child {
  width: calc(132vw / 1440 * 100);
}
@media (max-width: 767px) {
  .timetable.white table thead th:first-child {
    padding-left: 0;
    width: 88px;
    min-width: 88px;
    text-align: left;
  }
}
@media (max-width: 370px) {
  .timetable.white table thead th:first-child {
    width: 40px;
    min-width: 40px;
  }
}
.timetable.white table tbody {
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .timetable.white table tbody th {
    text-align: left;
  }
}
.timetable.white table tbody td {
  font-size: calc(16vw / 1440 * 100);
  color: #fff;
}
@media (max-width: 767px) {
  .timetable.white table tbody td {
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  .timetable.white table tbody td {
    font-size: 12px;
  }
}
.timetable.white table tbody tr:first-child th, .timetable.white table tbody tr:first-child td {
  padding-top: calc(24vw / 1440 * 100);
  padding-bottom: calc(8vw / 1440 * 100);
}
@media (max-width: 767px) {
  .timetable.white table tbody tr:first-child th, .timetable.white table tbody tr:first-child td {
    padding-top: 16px;
    padding-bottom: 4px;
  }
}
@media (max-width: 370px) {
  .timetable.white table tbody tr:first-child th, .timetable.white table tbody tr:first-child td {
    padding-top: 12px;
    padding-bottom: 2px;
  }
}
.timetable.white table tbody tr:last-child th, .timetable.white table tbody tr:last-child td {
  padding-top: calc(8vw / 1440 * 100);
  padding-bottom: calc(24vw / 1440 * 100);
}
@media (max-width: 767px) {
  .timetable.white table tbody tr:last-child th, .timetable.white table tbody tr:last-child td {
    padding-top: 4px;
    padding-bottom: 16px;
  }
}
@media (max-width: 370px) {
  .timetable.white table tbody tr:last-child th, .timetable.white table tbody tr:last-child td {
    padding-top: 2px;
    padding-bottom: 12px;
  }
}

/*--------------------------------------
  Lists
--------------------------------------*/
.list01 li:before {
  content: "・";
  margin-right: 5px;
  color: #D5D1D0;
}

/*--------------------------------------
  Link indexes
--------------------------------------*/
.c-link-indexes {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .c-link-indexes {
    padding: 0 15px;
  }
}
.c-link-indexes ul {
  position: relative;
  z-index: 2;
  margin: 0 auto 68px;
  padding: 30px 50px;
  max-width: 1200px;
  border: 1px solid #D5D1D0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 6.8%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .c-link-indexes ul {
    padding: 16px 15px;
    gap: 6px;
  }
}
.c-link-indexes ul li {
  list-style: none;
  width: 46.6%;
}
@media (max-width: 767px) {
  .c-link-indexes ul li {
    width: 100%;
  }
}
.c-link-indexes ul li a {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-weight: normal;
  line-height: 1.4;
  text-decoration: none;
}
.c-link-indexes ul li a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #B09768;
  border-right: 1px solid #B09768;
  transform: rotate(45deg);
  transition-duration: 0.7s;
}
.c-link-indexes ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 24px;
  display: block;
  width: 0;
  height: 1px;
  background-color: #AF9768;
}
.c-link-indexes ul li a:hover:before {
  top: 6px;
  transform: rotate(135deg);
}
.c-link-indexes ul li a:hover:after {
  animation: hover-anchorLinks 0.4s forwards;
}

/* ホバー時二重線 */
@keyframes hover-anchorLinks {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 24px);
  }
}
/*--------------------------------------
  Step box
--------------------------------------*/
.stepBox > .e-con-inner > .e-con-boxed:not(:last-child),
.stepBox > .e-con-inner > .e-child:not(:last-child),
.stepBox > .e-child:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .stepBox > .e-con-inner > .e-con-boxed:not(:last-child),
  .stepBox > .e-con-inner > .e-child:not(:last-child),
  .stepBox > .e-child:not(:last-child) {
    margin-bottom: 40px;
  }
}
.stepBox > .e-con-inner > .e-con-boxed:not(:last-child):after,
.stepBox > .e-con-inner > .e-child:not(:last-child):after,
.stepBox > .e-child:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: calc(50% - 60px);
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #CBBA99;
}
@media (max-width: 767px) {
  .stepBox > .e-con-inner > .e-con-boxed:not(:last-child):after,
  .stepBox > .e-con-inner > .e-child:not(:last-child):after,
  .stepBox > .e-child:not(:last-child):after {
    bottom: -20px;
    left: calc(50% - 40px);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #CBBA99;
  }
}
.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 #CBBA99;
}
@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 #CBBA99;
  }
}
.stepBox.v2 .label-no {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #CBBA99;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
}
.stepBox.v2 .elementor-widget-container p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------
  Q&A
--------------------------------------*/
.block-qa > div:not(:last-child) {
  border-bottom: 1px solid #CBBA99;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
}
.block-qa .elementor-image-box-title,
.block-qa .elementor-image-box-description {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.block-qa .elementor-image-box-title:before,
.block-qa .elementor-image-box-description:before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-family: "Cormorant", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #D5D1D0;
}
.block-qa .elementor-image-box-title {
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.4;
}
.block-qa .elementor-image-box-description:before {
  content: "A";
  color: #CBBA99;
}

/*--------------------------------------
  Newsbox
--------------------------------------*/
.newsWrap {
  display: flex;
  flex-direction: column;
}
.newsWrap dl {
  padding: 20px 0 28px;
  border-bottom: 1px solid #D5D1D0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  transition-duration: 0.4s;
}
.newsWrap dl dt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Cormorant", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.newsWrap dl dd {
  line-height: 1.33;
}
.newsWrap dl:hover {
  background: #F8F8F8;
  color: #CBBA99;
}
.newsWrap dl:hover .newsLabel {
  background: #505050;
}
.newsWrap a:first-child dl {
  padding-top: 0;
}
.newsWrap .newsLabel {
  position: relative;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 20px;
  background: #CBBA99;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

/*--------------------------------------
  Loop slider
--------------------------------------*/
.loopslider, .loopslider2 {
  margin: 0 auto;
  width: 100%;
  padding-top: 461px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .loopslider, .loopslider2 {
    padding-top: 461px;
  }
}
@media (max-width: 767px) {
  .loopslider, .loopslider2 {
    padding-top: 300px;
  }
}
.loopslider .loopslider_wrap img, .loopslider2 .loopslider_wrap img {
  width: 2180px;
  max-width: 2180px;
  height: 461px;
}
@media (max-width: 767px) {
  .loopslider .loopslider_wrap img, .loopslider2 .loopslider_wrap img {
    width: 1419px;
    height: 300px;
  }
}
.loopslider ul, .loopslider2 ul {
  overflow: hidden;
  display: inline-block;
  overflow: hidden;
}
.loopslider ul li, .loopslider2 ul li {
  width: 100%;
  height: 461px;
  float: left;
  display: inline;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .loopslider ul li, .loopslider2 ul li {
    height: 461px;
  }
}
@media (max-width: 767px) {
  .loopslider ul li, .loopslider2 ul li {
    height: 300px;
  }
}
.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 {
  padding-top: 2px;
  display: flex;
  background: linear-gradient(to left, #a38753 0%, #d7c4a5 29.31%, #a38753 100%);
}
.sp-cv ul li {
  position: relative;
  width: 50%;
}
.sp-cv ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 68px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #B09768;
}
.sp-cv ul li a:before {
  content: "";
  position: relative;
  top: 2px;
  width: 12px;
  height: 16px;
  background: url("/wp-content/uploads/ico_tel.svg") no-repeat center/100%;
}
.sp-cv ul li:first-child a {
  pointer-events: none;
}
.sp-cv ul li:last-child a:before {
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/uploads/ico_line2.svg");
}
.sp-cv ul li img {
  width: 100%;
}

/*--------------------------------------
  Iframes
--------------------------------------*/
.iframeWrap {
  position: relative;
}
@media (min-width: 768px) {
  .iframeWrap {
    padding-top: 56.25%;
  }
  .iframeWrap.half {
    padding-top: 28.125%;
  }
}
@media (max-width: 767px) {
  .iframeWrap {
    height: 220px;
  }
}
.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%;
}

.iframeCalendar iframe {
  height: 380px;
}
@media (max-width: 767px) {
  .iframeCalendar iframe {
    height: 280px;
  }
}

/*--------------------------------------
  Before after
--------------------------------------*/
@media (min-width: 768px) {
  .before-after > .e-child:not(:last-child) {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .before-after > .e-child:not(:last-child) {
    margin-bottom: 50px;
  }
}
.before-after > .e-child:not(:last-child):after {
  content: "";
  position: absolute;
}
@media (min-width: 768px) {
  .before-after > .e-child:not(:last-child):after {
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #CBBA99;
  }
}
@media (max-width: 767px) {
  .before-after > .e-child:not(:last-child):after {
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #CBBA99;
  }
}

/*--------------------------------------
  Sp cv
--------------------------------------*/
.fixedLine {
  position: fixed;
  right: 55px;
  bottom: 35px;
  z-index: 10;
  transition-duration: 0.7s;
}
@media (max-width: 1024px) {
  .fixedLine {
    right: 33px;
    bottom: 21px;
  }
}
@media (max-width: 767px) {
  .fixedLine {
    display: none;
  }
}
.fixedLine a {
  display: block;
  width: 136px;
  height: 136px;
  background: url("/wp-content/uploads/bnr_line_first-reserve.svg") no-repeat center/100%;
}
.fixedLine.scrollOn {
  opacity: 0;
}

/*--------------------------------------
	Tel Select
--------------------------------------*/
.telSelect {
  background: none;
  border: none;
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
}

/*--------------------------------------
  Top
--------------------------------------*/
.top-aboutus:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 89.1%;
  background: linear-gradient(to right bottom, #fafafa 0%, #f8f8f8 66.74%, #e5e5e5 100%);
  z-index: -1;
  transition: 1.4s 0.8s ease-in-out;
}
@media (min-width: 768px) {
  .top-aboutus:after {
    right: -100%;
  }
}
@media (max-width: 767px) {
  .top-aboutus:after {
    bottom: -100%;
    left: 0;
    height: 100%;
  }
}
.top-aboutus .top-aboutus__lady {
  left: -10%;
  opacity: 0;
  transition: 1s ease-in;
}
.top-aboutus .top-aboutus__lady.active {
  left: 0;
  opacity: 1;
}
.top-aboutus .top-aboutus__lady.active .hana1, .top-aboutus .top-aboutus__lady.active .hana2 {
  transform: rotate(360deg);
}
.top-aboutus .top-aboutus__cont {
  top: 0.5vw;
  opacity: 0;
  transition: 1s 0.4s ease-in;
}
.top-aboutus .top-aboutus__cont.active {
  top: 0;
  opacity: 1;
}
.top-aboutus .hana1, .top-aboutus .hana2, .top-aboutus .hana3 {
  transform: rotate(0deg);
  transition: 2s 0.2s ease-in-out;
}
.top-aboutus .hana2 {
  transition: 2s 0.4s ease-in-out;
}
.top-aboutus .hana3 {
  transition: 2s 0.6s ease-in-out;
}
@media (min-width: 768px) {
  .top-aboutus.active .hana3 {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .top-aboutus.active:after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .top-aboutus.active:after {
    bottom: 0;
  }
}

.top-treatment {
  background: linear-gradient(#fdfdfd 0%, #f0f0f0 59.35%, #fdfdfd 100%);
}
.top-treatment .text-gradient p {
  background: linear-gradient(to left, #a38753 0%, #d7c4a5 52.22%, #a38753 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-treatment .border-double:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 3px solid transparent;
  background: linear-gradient(180deg, #a38753 0%, #e5cfac 52.22%, #a38753 100%) border-box;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#f4f4f4 0 0);
  mask-clip: padding-box, border-box;
  mask-composite: exclude;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#f4f4f4 0 0);
  -webkit-mask-clip: padding-box, border-box;
  -webkit-mask-composite: destination-out;
}
@media (max-width: 767px) {
  .top-treatment .border-double:before {
    border-width: 2px;
  }
}
.top-treatment .border-double:after {
  content: "";
  position: absolute;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border-radius: 50%;
  border: 1px solid transparent;
  background: linear-gradient(180deg, #a38753 0%, #e5cfac 52.22%, #a38753 100%) border-box;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#f4f4f4 0 0);
  mask-clip: padding-box, border-box;
  mask-composite: exclude;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#f4f4f4 0 0);
  -webkit-mask-clip: padding-box, border-box;
  -webkit-mask-composite: destination-out;
}
@media (max-width: 767px) {
  .top-treatment .border-double:after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
}

.bg_slide {
  background: linear-gradient(#fafafa 0%, #f8f8f8 66.74%, #e5e5e5 100%);
}
@media (max-width: 767px) {
  .bg_slide {
    background: linear-gradient(135deg, #fafafa 0%, #f8f8f8 66.74%, #e5e5e5 100%);
  }
}

@media (max-width: 767px) {
  .sp-white h2, .sp-white h3, .sp-white h4, .sp-white h5, .sp-white p {
    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:"]) {
  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;
}

.p-under__hBg:after {
  content: "";
  margin-top: 20px;
  display: block;
  width: 100%;
  height: 25.35vw;
  background: url("/wp-content/uploads/bg_under-default.jpg") no-repeat center/cover;
}
@media (max-width: 767px) {
  .p-under__hBg:after {
    height: 69.33vw;
    background-image: url("/wp-content/uploads/bg_under-default-sp.jpg");
  }
}
.p-under__hBg h1 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #B09768;
  text-align: center;
}
@media (max-width: 767px) {
  .p-under__hBg h1 {
    font-size: 13px;
  }
}
.p-under__hBg h1 sup {
  margin-bottom: 4px;
  display: block;
  font-family: "Cormorant", sans-serif;
  font-size: 64px;
  line-height: 1.203125;
  color: #505050;
}
@media (max-width: 767px) {
  .p-under__hBg h1 sup {
    font-size: 38px;
  }
}
.p-under__hBg h1 sup.font-jp {
  font-family: "Shippori Mincho B1", serif;
  text-transform: capitalize;
  font-size: 48px;
  font-weight: 400;
}

.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 .h-bottom-0 h3, .under.page .main .h-bottom-0 h4, .under.page .main .h-bottom-0 h5,
.under #blogDetail #posts .h-bottom-0 h3,
.under #blogDetail #posts .h-bottom-0 h4,
.under #blogDetail #posts .h-bottom-0 h5 {
  margin-bottom: 0 !important;
}
.under.page .main h2, .under.page .main h3, .under.page .main h4, .under.page .main h5,
.under #blogDetail #posts h2,
.under #blogDetail #posts h3,
.under #blogDetail #posts h4,
.under #blogDetail #posts h5 {
  margin-bottom: 1em;
  display: inline-block;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
.under.page .main h2,
.under #blogDetail #posts h2 {
  padding: 0 16px;
  background: linear-gradient(to left, #a38753 0%, #d7c4a5 0%, #a38753 100%);
  font-size: 32px;
  line-height: 1.4375;
  color: #fff;
}
@media (max-width: 767px) {
  .under.page .main h2,
  .under #blogDetail #posts h2 {
    display: block;
    font-size: 30px;
  }
}
.under.page .main h3,
.under #blogDetail #posts h3 {
  padding: 0 16px;
  background: #F8F8F8;
  font-size: 28px;
  line-height: 1.4285714286;
  color: #B09768;
}
@media (max-width: 767px) {
  .under.page .main h3,
  .under #blogDetail #posts h3 {
    display: block;
    font-size: 24px;
  }
}
.under.page .main h4,
.under #blogDetail #posts h4 {
  border-bottom: 1px solid #B09768;
  font-size: 24px;
  line-height: 1.4583333333;
}
@media (max-width: 767px) {
  .under.page .main h4,
  .under #blogDetail #posts h4 {
    font-size: 20px;
  }
}
.under.page .main h5,
.under #blogDetail #posts h5 {
  display: flex;
  gap: 10px;
  font-size: 20px;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .under.page .main h5,
  .under #blogDetail #posts h5 {
    font-size: 18px;
  }
}
.under.page .main h5:before,
.under #blogDetail #posts h5:before {
  content: "●";
  color: #B09768;
}
.under.page .main strong,
.under.page .main b,
.under #blogDetail #posts strong,
.under #blogDetail #posts b {
  font-weight: 700;
  color: #D5D1D0;
}
.under.page .main u,
.under #blogDetail #posts u {
  display: inline;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f5eec8 0%) repeat scroll 0 0;
  text-decoration: none;
}

/* 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;
}
@media (min-width: 768px) {
  .u-text--tate-pc {
    writing-mode: vertical-rl;
  }
}
@media (max-width: 767px) {
  .u-text--tate-sp {
    writing-mode: vertical-rl;
  }
}
.u-text--wordbreak {
  word-break: break-all;
}

/* 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: 80px;
}
@media (max-width: 767px) {
  .under .elementor > .e-con-boxed + .e-con-boxed {
    margin-top: 60px;
  }
}
.under .main > .elementor > .e-con-boxed:first-child {
  --margin-top: 0;
}
.under p.elementor-image-box-description {
  white-space: pre-wrap;
  line-height: 2.57;
}

@media (max-width: 767px) {
  .sp-relative {
    position: relative !important;
  }
}

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