@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+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho+B1&display=swap");
/* =====================================
  FOUNDATIONS
===================================== */
.img_r .elementor-image-box-wrapper {
  display: block !important;
}
.img_r .elementor-image-box-wrapper img {
  width: 100%;
  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: 36px !important;
    margin-left: 72px !important;
  }
}
.img_r .elementor-image-box-wrapper .elementor-image-box-description {
  line-height: 2.57;
  text-align: left;
}
@media (width <= 767px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-description {
    font-size: 15px;
    line-height: 2.13;
  }
}
@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 {
  width: 100%;
  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: 72px !important;
    margin-bottom: 36px !important;
  }
}
.img_l .elementor-image-box-wrapper .elementor-image-box-description {
  line-height: 2.57;
  text-align: left;
}
@media (width <= 767px) {
  .img_l .elementor-image-box-wrapper .elementor-image-box-description {
    font-size: 15px;
    line-height: 2.13;
  }
}
@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;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #434242;
  letter-spacing: 0;
  line-height: 2.5714285714;
}
body.fixed {
  overflow: hidden;
}
body.under {
  background: url("/wp-content/uploads/bg_under-head.jpg") no-repeat center top/100%;
}
@media (width <= 767px) {
  body.under {
    background-image: url("/wp-content/uploads/bg_under-head-sp.jpg");
  }
}

a {
  color: #434242;
}
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: 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: 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;
  width: 100%;
  z-index: 101;
  padding: min(1.1111111111vw, 16px) min(3.8888888889vw, 56px) 0;
  transition-duration: 0.7s;
}
@media (width <= 1024px) {
  .l-header {
    padding: min(1.1111111111vw, 16px) min(1.3888888889vw, 20px) 0;
  }
}
@media (max-width: 767px) {
  .l-header {
    padding: 20px 20px 0;
  }
}
.l-header__wrap {
  display: flex;
  justify-content: space-between;
}
.l-header__logo a, .l-header__logo span {
  display: block;
  width: 243px;
  height: 97px;
  background: url("/wp-content/uploads/logo.svg") no-repeat center/100%;
}
@media (width <= 1024px) {
  .l-header__logo a, .l-header__logo span {
    width: 200px;
    height: 80px;
  }
}
@media (width <= 767px) {
  .l-header__logo a, .l-header__logo span {
    width: 151px;
    height: 72px;
    background: url("/wp-content/uploads/logo-sp.png") no-repeat center/100%;
  }
}
body.fixed .l-header__logo {
  position: relative;
  z-index: 101;
}
@media (max-width: 767px) {
  .l-header__right {
    padding-top: 4px;
  }
}

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

/*--------------------------------------
	Main
--------------------------------------*/
/*--------------------------------------
  Footer
--------------------------------------*/
.l-footer {
  position: relative;
  padding: 36px 30px 16px;
  background: url("/wp-content/uploads/bg_footer.jpg") no-repeat center/cover;
  font-family: "Shippori Mincho B1", serif;
  font-size: min(1.0416666667vw, 15px);
  color: #fff;
}
@media (width <= 767px) {
  .l-footer {
    padding: 28px 0 0;
    background: url("/wp-content/uploads/bg_footer-sp.jpg") no-repeat center top/100%;
  }
}
.l-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent, rgba(29, 29, 29, 0.41) 25%, #000 45%);
  opacity: 0.55;
}
@media (width <= 767px) {
  .l-footer:before {
    display: none;
  }
}
body.under .l-footer {
  margin-top: 140px;
}
@media (max-width: 767px) {
  body.under .l-footer {
    margin-top: 76px;
  }
}
.l-footer__wrap {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
}
@media (width <= 767px) {
  .l-footer__wrap {
    flex-direction: column;
    gap: 56px;
    padding: 0 15px;
  }
}
.l-footer__colL {
  width: 190px;
}
.l-footer__colL .menu {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
}
.l-footer__colL .menu li:not(:last-child) {
  margin-bottom: 15px;
}
.l-footer__colL .menu li a {
  color: #fff;
  transition-duration: 0.4s;
}
.l-footer__colL .menu li a:hover {
  color: #D7C4A5;
}
.l-footer__colR {
  padding-top: min(5.6944444444vw, 82px);
  display: flex;
  flex-direction: column;
  width: 602px;
}
@media (width <= 1024px) {
  .l-footer__colR {
    width: 420px;
  }
}
@media (width <= 767px) {
  .l-footer__colR {
    padding-top: 0;
    width: 100%;
  }
}
.l-footer__logo {
  margin-bottom: 128px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4285714286;
  text-align: center;
  text-shadow: 0 3px 15px rgba(255, 255, 255, 0.5);
}
@media (width <= 767px) {
  .l-footer__logo {
    margin-bottom: 50px;
    gap: 3px;
    font-size: 16px;
    text-align: left;
  }
}
.l-footer__logo sup {
  font-size: 19px;
  line-height: 1.6315789474;
}
@media (width <= 767px) {
  .l-footer__logo sup {
    font-size: 15px;
  }
}
.l-footer__note {
  margin: calc(9vw / 1440 * 100) 0 calc(38vw / 1440 * 100);
  display: flex;
  justify-content: flex-end;
  gap: calc(42vw / 1440 * 100);
}
@media (max-width: 767px) {
  .l-footer__note {
    margin: 18px 0 0;
    justify-content: flex-start;
    gap: 20px;
    font-size: 15px;
  }
}
@media (max-width: 370px) {
  .l-footer__note {
    font-size: 12px;
  }
}
.l-footer__tels {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 54px;
  align-self: flex-end;
}
@media (width <= 767px) {
  .l-footer__tels {
    display: none;
  }
}
.l-footer__tels li {
  position: relative;
}
.l-footer__tels li:first-child {
  margin-right: 28px;
  padding-right: 28px;
}
.l-footer__tels li:first-child:after {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  width: 1px;
  height: 36px;
  background: #A38A5E;
}
.l-footer__tels li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #B09768;
}
.l-footer__tels li a:before {
  content: "";
  width: 11px;
  height: 14px;
  background: url("/wp-content/uploads/ico_tel.svg") no-repeat center/contain;
}
.l-footer__line {
  margin-top: 9px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: flex-end;
  width: 370px;
  height: 54px;
  background: linear-gradient(135deg, rgba(163, 135, 83, 0.9), rgba(215, 196, 165, 0.9) 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
@media (width <= 767px) {
  .l-footer__line {
    display: none;
  }
}
.l-footer__line:before {
  content: "";
  position: relative;
  top: 1px;
  width: 19px;
  height: 19px;
  background: url("/wp-content/uploads/ico_line.svg") no-repeat center/contain;
}
.l-footer__copyright {
  position: relative;
  margin-top: 63px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
  text-align: center;
  color: #fff;
}
@media (width <= 767px) {
  .l-footer__copyright {
    margin-top: 42px;
    padding: 12px 20px 68px;
    background-color: #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 !important;
    left: 0;
    z-index: 100;
    padding: 151px 40px 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/bg_gnav-sp.jpg") no-repeat center/cover;
    overflow-y: scroll;
  }
}
.c-gnav .menu {
  display: flex;
  gap: 36px;
}
@media (width <= 1024px) {
  .c-gnav .menu {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .c-gnav .menu {
    flex-direction: column;
    gap: 36px;
  }
}
.c-gnav .menu > li {
  position: relative;
}
.c-gnav .menu > li > a {
  display: flex;
  flex-direction: column-reverse;
  gap: 4px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4444444444;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a {
    font-size: 12px;
  }
}
.c-gnav .menu > li > a:hover {
  color: #BCB1B1;
}
.c-gnav .menu > li > a:hover:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -20px;
  width: 15px;
  height: 15px;
  background: url("/wp-content/uploads/ico_hana01.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a:hover:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-gnav .menu > li > a:hover + .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
.c-gnav .menu .menu-item-description {
  display: block;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .c-gnav .menu .menu-item-description {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-description {
    font-size: 26px;
  }
}
.c-gnav .menu .menu-item-has-children > a {
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-has-children > a:after {
    content: "＋";
    margin-left: 1.38em;
    font-size: 1.1em;
    transition-duration: 0.7s;
  }
}
.c-gnav .menu .menu-item-has-children.hover > a:after {
  content: "−";
}
.c-gnav .menu .menu-item-has-children.hover .parent + .sub-menu {
  opacity: 1;
  height: auto;
}
.c-gnav .sub-menu {
  position: absolute;
  padding: 10px 0;
  width: 100%;
  background: rgba(229, 161, 29, 0.8);
  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: rgba(185, 218, 225, 0.8);
  }
}
.c-gnav .sub-menu:hover {
  opacity: 1;
  pointer-events: auto;
}
.c-gnav .sub-menu li a {
  display: block;
  padding: 4px;
  text-align: center;
  color: #fff;
}
.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;
  }
}
body.fixed .toggleMenu {
  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: #6C6C6C;
}

.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(-35deg);
  transform: translateY(10px) rotate(-35deg);
  top: -2px;
  left: 20px;
  background-color: #BCB1B1;
}

.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(35deg);
  transform: translateY(-10px) rotate(35deg);
  bottom: -4px;
  left: 20px;
  width: 30px;
  background-color: #BCB1B1;
}

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

.bread li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: 500;
}

.bread li + li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background-color: #D5D1D0;
}

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

.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: #D6CECE;
}
.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;
  transition-duration: 0.4s;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button .elementor-button-text {
  /*
  &:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    transition-duration: .4s;
  }
  */
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button .elementor-button-text:after {
  content: "";
  margin-left: 11px;
  position: relative;
  top: 2px;
  display: inline-block;
  width: 25px;
  height: 16px;
  background: url("/wp-content/uploads/ico_btn-arrow01.svg") no-repeat center/100%;
  transition-duration: 0.4s;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover {
  opacity: 0.7;
  color: #6C6C6C;
  /*
  &::before {
    width: 22px;
    height: 22px;
    background: rgba(0, 0, 0, .2);
  }
  */
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover .elementor-button-text:after {
  background-image: url("/wp-content/uploads/ico_btn-arrow01-hover.svg");
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button {
  background: linear-gradient(135deg, #F5F5F5 0%, #E2D6AD 25%);
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button {
  background: linear-gradient(135deg, #FFF0F6 0%, #E6CDD7 25%);
}
.elementor-element.w100 .elementor-button-wrapper .elementor-button {
  min-width: 305px;
}
@media (width <= 345px) {
  .elementor-element.w100 .elementor-button-wrapper .elementor-button {
    min-width: 280px;
  }
}

/*--------------------------------------
  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;
  line-height: 1;
  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);
}
.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 min(1.0416666667vw, 15px) min(1.6666666667vw, 24px);
  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: min(9.1666666667vw, 132px);
}
@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: min(1.1111111111vw, 16px);
  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: min(1.6666666667vw, 24px);
  padding-bottom: min(0.8333333333vw, 12px);
}
@media (max-width: 767px) {
  .timetable.white table tbody tr:first-child th, .timetable.white table tbody tr:first-child td {
    padding-top: 19px;
    padding-bottom: 6px;
  }
}
.timetable.white table tbody tr:last-child th, .timetable.white table tbody tr:last-child td {
  padding-top: min(0.8333333333vw, 12px);
  padding-bottom: min(1.6666666667vw, 24px);
}
@media (max-width: 767px) {
  .timetable.white table tbody tr:last-child th, .timetable.white table tbody tr:last-child td {
    padding-top: 6px;
    padding-bottom: 19px;
  }
}

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

/*--------------------------------------
  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 #CBBA99;
  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-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  text-decoration: none;
  color: #505050;
}
.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 #E2D6AD;
}
@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 #E2D6AD;
  }
}
.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 #E2D6AD;
}
@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 #E2D6AD;
  }
}
.stepBox.v2 .label-no {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #E2D6AD;
  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 #E2D6AD;
  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: #E2D6AD;
}
.block-qa .elementor-image-box-title {
  margin-bottom: 1em;
  font-weight: 700;
}
.block-qa .elementor-image-box-description:before {
  content: "A";
  color: #CBBA99;
}

/*--------------------------------------
  Newsbox
--------------------------------------*/
.newsWrap {
  margin-top: 6%;
}
.newsWrap dl {
  padding-bottom: 0.4em;
  display: flex;
  align-items: center;
  border-bottom: 4px solid #D6CECE;
  font-size: min(1.25vw, 2.4rem);
}
@media (max-width: 1024px) {
  .newsWrap dl {
    border-bottom: 2px solid #D6CECE;
  }
}
.newsWrap dt {
  padding: 4px 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(2.92vw, 56px);
  background: #E2D6AD;
  border-radius: 50px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1024px) {
  .newsWrap dt {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .newsWrap dt {
    padding: 4px 2vw;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 480px) {
  .newsWrap dt {
    height: 20px;
    padding: 8px 10px;
    font-size: 1.3rem;
  }
}
.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(8%, 60px);
}
.newsWrap a:hover {
  opacity: 0.7;
}

/*--------------------------------------
  コンバージョンブロック
--------------------------------------*/
.c-cv {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  transition-duration: 0.7s;
}
@media (width >= 768px) {
  .c-cv {
    right: 60px;
    bottom: 50px;
  }
  .c-cv__line {
    display: block;
    width: min(10.6944444444vw, 154px);
    height: min(10.6944444444vw, 154px);
    background: url("/wp-content/uploads/bnr_line.png") no-repeat center/contain;
    transition-duration: 0.4s;
  }
  .c-cv__line:hover {
    opacity: 0.8;
  }
  .c-cv__line span {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-cv {
    width: 100%;
  }
  .c-cv > ul {
    display: flex;
  }
  .c-cv > ul > li {
    width: 50%;
    border-top: 1px solid #DBCBA0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .c-cv > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    height: 55px;
    background: #fff;
    font-family: "Shippori Mincho B1", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #DBCBA0;
    text-decoration: none;
  }
  .c-cv > ul > li > a:before {
    content: "";
    width: 12px;
    height: 16px;
    background: url("/wp-content/uploads/ico_tel.svg") no-repeat center/contain;
  }
  .c-cv > ul > li > a.c-cv__line:before {
    content: "";
    position: relative;
    top: 1px;
    width: 15px;
    height: 15px;
    background-image: url("/wp-content/uploads/ico_line2.svg");
  }
  .c-cv__telsToggle {
    display: none;
    position: absolute;
    top: calc(-86vw / 375 * 100);
    left: calc(8vw / 375 * 100);
    padding: calc(9vw / 375 * 100) calc(13vw / 375 * 100) calc(8vw / 375 * 100) calc(12vw / 375 * 100);
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  }
  .c-cv__telsToggle li:not(:last-child) {
    margin-bottom: calc(5vw / 375 * 100);
  }
  .c-cv__telsToggle li a {
    display: flex;
    align-items: center;
    padding-left: calc(10vw / 375 * 100);
    gap: calc(8vw / 375 * 100);
    width: calc(150vw / 375 * 100);
    height: calc(29vw / 375 * 100);
    background: linear-gradient(135deg, #F5F5F5 0%, #D6CECE 25%);
    border-radius: 50px;
    font-family: "Shippori Mincho B1", serif;
    font-size: calc(14vw / 375 * 100);
    font-weight: 600;
    line-height: 1.4285714286;
    text-decoration: none;
    color: #fff;
  }
  .c-cv__telsToggle li a:before {
    content: "";
    width: calc(16vw / 375 * 100);
    height: calc(16vw / 375 * 100);
    background: url("/wp-content/uploads/ico_tel2.svg") no-repeat center/contain;
  }
}

/*--------------------------------------
  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;
  border-radius: 6px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .iframeCalendar iframe {
    height: 235px;
  }
}

.c-frame__map {
  filter: grayscale(100%);
}

/*--------------------------------------
  Top
--------------------------------------*/
/*--------------------------------------
	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 {
  padding: 188px 30px min(25.3472222222vw, 365px);
  position: relative;
}
@media (width <= 767px) {
  .p-under__hBg {
    padding: 119px 20px calc(260vw / 375 * 100);
  }
}
.p-under__hBg:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: min(25.3472222222vw, 365px);
  background: url("/wp-content/uploads/bg_under-default.jpg") no-repeat center/cover;
}
@media (width <= 767px) {
  .p-under__hBg:after {
    height: calc(260vw / 375 * 100);
    background-image: url("/wp-content/uploads/bg_under-default-sp.jpg");
  }
}
.p-under__hBg h1 {
  margin-bottom: 20px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #B09768;
}
.p-under__hBg h1 sup {
  display: block;
  margin-bottom: 4px;
  font-family: "Cormorant", sans-serif;
  font-size: 64px;
  line-height: 1.203125;
  text-transform: capitalize;
  color: #505050;
}
@media (width <= 767px) {
  .p-under__hBg h1 {
    font-size: 13px;
  }
  .p-under__hBg h1 sup {
    margin-bottom: 0;
    font-size: 38px;
  }
}

.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;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
.under.page .main h2,
.under #blogDetail #posts h2 {
  padding: 0 16px;
  background: linear-gradient(135deg, #EBE4C9 0%, #e2d6ad 20%);
  font-size: 32px;
  line-height: 1.4375;
  color: #fff;
}
@media (max-width: 767px) {
  .under.page .main h2,
  .under #blogDetail #posts h2 {
    font-size: 30px;
  }
}
.under.page .main h3,
.under #blogDetail #posts h3 {
  padding: 0 16px;
  background: #F8F8F8;
  font-size: 28px;
  line-height: 1.4285714286;
  color: #DBCBA0;
}
@media (max-width: 767px) {
  .under.page .main h3,
  .under #blogDetail #posts h3 {
    font-size: 24px;
  }
}
.under.page .main h4,
.under #blogDetail #posts h4 {
  border-bottom: 1px solid #E2D6AD;
  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;
  color: #DBCBA0;
}
@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: "●";
  position: relative;
  top: 7px;
  font-size: 12px;
  color: #DBCBA0;
}
.under.page .main strong,
.under.page .main b,
.under #blogDetail #posts strong,
.under #blogDetail #posts b {
  font-weight: 700;
  color: #CBBA99;
}
.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;
}
.u-text--mix-blend-burn {
  mix-blend-mode: color-burn;
}

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