@charset "UTF-8";
/*
Theme Name: アート歯科
Theme URI: https://www.megumi-dc.com/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..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: 25px !important;
    margin-left: 50px !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: 50px !important;
    margin-bottom: 25px !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.05em;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  color: #343434;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
body.fixed {
  overflow: hidden;
}
@media (max-width: 767px) {
  body.home {
    padding-top: 80px;
  }
}

a {
  color: #343434;
}
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;
}

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

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

/*--------------------------------------
	Header
--------------------------------------*/
.l-header {
  z-index: 100;
  transition-duration: 0.7s;
}
body.under .l-header {
  position: fixed;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  body.home .l-header {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
.l-header__wrap {
  padding: 21px 1.9vw 21px 3.66vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .l-header__wrap {
    background-color: #fff;
    padding: 13px 10px 12px 20px;
  }
}
.l-header__logo {
  position: relative;
  width: 260px;
  height: 58px;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 200px;
    height: 45px;
  }
}
.l-header__logo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/logo.svg") no-repeat center/100%;
}
.l-header__logo a span {
  display: block;
}
.l-header__infoBox {
  display: flex;
  gap: 20px;
}

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

.nav-header.fix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

/*--------------------------------------
  MainVisual
--------------------------------------*/
.l-mv h1 {
  font-weight: 400;
}
.l-mv h1 b {
  font-size: 2.34vw;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-mv h1 b {
    font-size: 6.93vw;
  }
}
.l-mv h1 strong {
  background-image: radial-gradient(circle at center, #fff 16%, transparent 16%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1.08em 0.16em; /* 点の間隔とサイズ調整 */
  font-size: 3.14vw;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-mv h1 strong {
    font-size: 9.33vw;
  }
}

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

/*--------------------------------------
  Content bottom
--------------------------------------*/
/*--------------------------------------
  Footer
--------------------------------------*/
body.under .l-footer {
  margin-top: 100px;
}
@media (max-width: 767px) {
  body.under .l-footer {
    margin-top: 80px;
  }
}
.l-footer__wrap {
  padding: 50px 30px;
  background: #F7F4EC;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer__wrap {
    padding: 30px 20px;
  }
}
.l-footer__menu {
  padding: 0 30px;
  background: #7E6933;
}
@media (max-width: 767px) {
  .l-footer__menu {
    padding: 40px 20px;
  }
}
.l-footer__menu .menu {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .l-footer__menu .menu {
    max-width: 305px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 28px 20px;
  }
}
.l-footer__menu .menu li {
  position: relative;
}
.l-footer__menu .menu li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: min(2.9282576867vw, 40px);
  background-color: #fff;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .l-footer__menu .menu li:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-footer__menu .menu li:first-child {
    width: 180px;
  }
  .l-footer__menu .menu li:nth-child(4) {
    order: 1;
  }
  .l-footer__menu .menu li:nth-child(2) {
    order: 2;
    width: 180px;
  }
  .l-footer__menu .menu li:nth-child(5) {
    order: 3;
  }
  .l-footer__menu .menu li:nth-child(3) {
    order: 4;
    width: 180px;
  }
}
@media (max-width: 767px) {
  .l-footer__menu .menu li:last-child {
    order: 5;
  }
}
.l-footer__menu .menu li:last-child:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: min(2.9282576867vw, 40px);
  background-color: #fff;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .l-footer__menu .menu li:last-child:after {
    display: none;
  }
}
.l-footer__menu .menu a {
  padding: min(2.196193265vw, 30px) min(2.3426061493vw, 32px);
  text-decoration: none;
  display: block;
  font-size: min(1.0248901903vw, 14px);
  color: #fff;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .l-footer__menu .menu a {
    padding: 0;
    font-size: 14px;
  }
}
.l-footer__menu .menu a:hover {
  background: #EDE3C7;
  color: #7E6933;
}
.l-footer__copyright {
  padding: 22px 30px;
  font-size: 11px;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    padding: 14px 30px;
  }
}

/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
  Global navigation
--------------------------------------*/
.c-gnav {
  width: 100%;
  background-color: #7E6933;
}
@media (max-width: 767px) {
  .c-gnav {
    position: fixed !important;
    top: 80px !important;
    left: 0;
    z-index: 100;
    padding: 10px 40px 40px;
    display: none;
    width: 100%;
    height: calc(100% - 80px);
    background: #7E6933;
    overflow-y: scroll;
    text-align: center;
  }
  body.home .l-main .c-gnav {
    height: calc(100% - 80px);
    overflow-y: scroll;
    flex-wrap: nowrap;
  }
  body.home .l-main .c-gnav .e-con-inner {
    height: auto;
  }
}
.c-gnav .menu {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1246px;
}
@media (max-width: 767px) {
  .c-gnav .menu {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
}
.c-gnav .menu > li {
  position: relative;
}
@media (max-width: 767px) {
  .c-gnav .menu > li {
    width: 100%;
  }
  .c-gnav .menu > li:after {
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
  }
}
.c-gnav .menu > li:before {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  width: 1px;
  height: 50%;
  background: #fff;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-gnav .menu > li:last-child:after {
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    width: 1px;
    height: 50%;
    background: #fff;
  }
}
.c-gnav .menu > li > a {
  display: flex;
  flex-direction: column-reverse;
  gap: 3px;
  padding: 20px min(3.2942898975vw, 45px);
  font-size: min(1.0248901903vw, 14px);
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #fff;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a {
    gap: 5px;
    padding: 20.5px 0;
    font-size: 1.6rem;
    text-align: left;
  }
}
.c-gnav .menu > li > a:hover {
  background: #f6f2ed;
  color: #BC7F3E;
}
@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: #7E6933;
}
.c-gnav .menu .menu-item-description {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: min(0.7320644217vw, 10px);
  color: #EDE3C7;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-description {
    font-size: 10px;
  }
}
.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;
    flex-direction: column;
    gap: 5px;
    width: 55px;
    height: 55px;
    background-color: #7E6933;
    border-radius: 50%;
  }
  .toggleMenu:after {
    content: "MENU";
    font-family: "Lato", sans-serif;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
  }
  .toggleMenu.active:after {
    content: "CLOSE";
  }
}

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

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

.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: calc(50% - 1px);
}

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

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

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

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

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

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

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

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

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

/*--------------------------------------
  Pagetop
--------------------------------------*/
.pagetop {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .pagetop {
    display: none;
    bottom: 15vw;
  }
}
.pagetop a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #BC7F3E;
}
.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
--------------------------------------*/
/*--------------------------------------
  Tables
--------------------------------------*/
table.price {
  width: 100%;
  border: 1px solid #857979;
}
@media (max-width: 767px) {
  table.price {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  table.price {
    font-size: 11px;
  }
}
table.price th, table.price td {
  padding: 1em 0.5em;
  border: 1px solid #857979;
}
table.price th {
  background: #7E6933;
  text-align: center;
  color: #fff;
}
table.price th:not(:last-child) {
  border-right: 1px solid #fff;
}
table.price th:nth-child(2) {
  min-width: 5em;
}
table.price td {
  text-align: center;
}

/*--------------------------------------
  Lists
--------------------------------------*/
.list01 li.elementor-icon-list-item {
  padding-left: 1.5em;
}
.list01 li.elementor-icon-list-item:before {
  content: "・";
  position: absolute;
  top: 4px;
  left: 0;
  color: #7E6933;
}
.list01 li {
  position: relative;
  padding-left: 1.5em;
}
.list01 li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #7E6933;
}

.list-ol li.elementor-icon-list-item {
  padding-left: 1.5em;
  counter-increment: number;
}
.list-ol li.elementor-icon-list-item:before {
  content: counter(number) ". ";
  position: absolute;
  top: 4px;
  left: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #7E6933;
}

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

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

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

.block-qa2.elementor-widget-n-accordion .e-n-accordion-item-title {
  gap: 46px;
}
@media (max-width: 767px) {
  .block-qa2.elementor-widget-n-accordion .e-n-accordion-item-title {
    gap: 10px;
  }
}
.block-qa2.elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded=true] {
  border-radius: 5px 5px 0 0;
}
.block-qa2 .e-n-accordion-item-title-header {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .block-qa2 .e-n-accordion-item-title-header {
    gap: 15px;
  }
}
.block-qa2 .e-n-accordion-item-title-header:before {
  content: "Q";
  font-family: "Lato", sans-serif;
  font-size: 32px;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .block-qa2 .e-n-accordion-item-title-header:before {
    font-size: 26px;
  }
}
.block-qa2 .elementor-widget-text-editor {
  display: flex;
  gap: 34px;
}
@media (max-width: 767px) {
  .block-qa2 .elementor-widget-text-editor {
    gap: 18px;
  }
}
.block-qa2 .elementor-widget-text-editor:before {
  content: "A";
  font-family: "Lato", sans-serif;
  font-size: 32px;
  color: #BC7F3E;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .block-qa2 .elementor-widget-text-editor:before {
    font-size: 26px;
  }
}
.block-qa2 .elementor-widget-text-editor.elementor-widget > .elementor-widget-container {
  height: auto;
  display: flex;
  align-items: center;
}
.block-qa2 .e-n-accordion-item-title-text {
  display: flex;
  align-items: center;
}

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

.iframeH100.elementor-widget-google_maps .elementor-custom-embed,
.iframeH100.elementor-widget-google_maps iframe {
  height: 100%;
}

/*--------------------------------------
  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 {
  margin-top: 6%;
}
.newsWrap dl {
  padding-bottom: 0.4em;
  display: flex;
  align-items: center;
  border-bottom: 4px solid #7E6933;
  font-size: min(1.25vw, 2.4rem);
}
@media (max-width: 1024px) {
  .newsWrap dl {
    border-bottom: 2px solid #7E6933;
  }
}
.newsWrap dt {
  padding: 4px 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(2.92vw, 56px);
  background: #BC7F3E;
  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;
}

/*--------------------------------------
  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: 42%;
  height: 16vw;
}
.sp-cv ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  font-size: max(4.3vw, 16px);
}
.sp-cv ul li:first-child a {
  border: 2px solid #fff;
  border-right: 1px solid #fff;
  background: #f6f2ed;
}
.sp-cv ul li:first-child a:before {
  content: "";
  margin-right: 1em;
  display: inline-block;
  background: url(/wp-content/uploads/ico_footer-cv_tel.svg) no-repeat center center/100%;
  width: 20px;
  height: 30px;
}
.sp-cv ul li:nth-child(2) a {
  border: 2px solid #fff;
  border-left: 1px solid #fff;
  background: #eee8df;
}
.sp-cv ul li:nth-child(2) a:before {
  content: "";
  margin-right: 0.8em;
  display: inline-block;
  background: url(/wp-content/uploads/ico_footer-cv_reserve.svg) no-repeat center center/100%;
  width: 25px;
  height: 25px;
}
.sp-cv ul li:last-child {
  width: 16%;
}
.sp-cv ul li:last-child a {
  padding-left: 4px;
  background: #e6dcac;
  flex-wrap: wrap;
  font-size: max(4.8vw, 18px);
  color: #fff;
}
.sp-cv ul li:last-child a:before {
  content: "";
  position: relative;
  top: max(3.46vw, 13px);
  left: -2px;
  display: block;
  width: max(5.33vw, 20px);
  height: max(5.33vw, 20px);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}
.sp-cv ul li img {
  width: 100%;
}

/*--------------------------------------
  Top
--------------------------------------*/
.top .top-h3-1 strong {
  font-size: 24px;
  font-weight: 500;
  color: #BC7F3E;
}
@media (max-width: 767px) {
  .top .top-h3-1 strong {
    font-size: 20px;
  }
}
.top .top-reason1 h2 strong {
  color: #BC7F3E;
  border-bottom: 1px solid #BC7F3E;
}
.top .top-fact h2 small {
  font-size: 2.2vw;
}
@media (max-width: 767px) {
  .top .top-fact h2 small {
    font-size: 20px;
  }
}
.top .top10 h3 strong {
  position: relative;
  top: 1px;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .top .top10 h3 strong {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .top .top10 h3 strong {
    font-size: 20px;
  }
}
.top .line45 .elementor-divider-separator {
  transform: rotate(-45deg);
}
.top .lh1 {
  line-height: 1;
}
.top .c1 {
  color: #BC7F3E;
}

@media (max-width: 767px) {
  .home .sp-relative, .under .sp-relative {
    position: relative !important;
  }
}
@media (max-width: 767px) {
  .home .sp-absolute, .under .sp-absolute {
    position: absolute !important;
  }
  .home .sp-absolute.tl0, .under .sp-absolute.tl0 {
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .home .sp-bgnone, .under .sp-bgnone {
    background: none !important;
  }
}

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

/* 下層H1見出し */
.p-under__hBg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .p-under__hBg {
    height: 240px;
  }
}
.p-under__hBg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(83, 50, 26, 0.4);
}
.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;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .p-under__hBg h1 {
    font-size: 3rem;
  }
}

.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 .elementor-widget-container > h2,
.under #blogDetail #posts .elementor-widget-container > h2 {
  margin-bottom: 1.4em;
  padding: 12px 25px;
  position: relative;
  display: inline-block;
  background: rgba(188, 127, 62, 0.7);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Noto Serif JP", Sans-serif, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.under.page .main .elementor-widget-container > h2:after,
.under #blogDetail #posts .elementor-widget-container > h2:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background: rgba(208, 149, 17, 0.2);
}
.under.page .main .elementor-widget-container > h2::first-letter,
.under #blogDetail #posts .elementor-widget-container > h2::first-letter {
  font-size: 32px;
  color: #4E3416;
}
.under.page .main .post .post-header h2,
.under #blogDetail #posts .post .post-header h2 {
  width: 100%;
}
.under.page .main .post .elementor-widget-heading,
.under #blogDetail #posts .post .elementor-widget-heading {
  text-align: center;
}
.under.page .main h3,
.under.page .main .h3v1 h3,
.under #blogDetail #posts h3,
.under #blogDetail #posts .h3v1 h3 {
  margin: 5% 0 1em;
  padding: 0.5em 1em;
  background: #4E3416;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Noto Serif JP", Sans-serif, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
@media (max-width: 480px) {
  .under.page .main h3,
  .under.page .main .h3v1 h3,
  .under #blogDetail #posts h3,
  .under #blogDetail #posts .h3v1 h3 {
    flex-direction: column;
    gap: 5px;
  }
}
.under.page .main h3 sup,
.under.page .main .h3v1 h3 sup,
.under #blogDetail #posts h3 sup,
.under #blogDetail #posts .h3v1 h3 sup {
  padding: 2px 8px 2px 10px;
  height: 30px;
  border-radius: 3px;
  background: #fff;
  font-size: 16px;
  color: #BC7F3E;
}
@media (max-width: 767px) {
  .under.page .main h3,
  .under.page .main .h3v1 h3,
  .under #blogDetail #posts h3,
  .under #blogDetail #posts .h3v1 h3 {
    margin: 50px 0 1em;
  }
}
.under.page .main h4.elementor-heading-title,
.under.page .main .h4v1 h4.elementor-heading-title,
.under #blogDetail #posts h4.elementor-heading-title,
.under #blogDetail #posts .h4v1 h4.elementor-heading-title {
  margin: 4% 0 1em;
  position: relative;
  display: flex !important;
  align-items: center;
  gap: 20px;
  display: inline-block;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Noto Serif JP", Sans-serif, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #BC7F3E;
}
@media (max-width: 767px) {
  .under.page .main h4.elementor-heading-title,
  .under.page .main .h4v1 h4.elementor-heading-title,
  .under #blogDetail #posts h4.elementor-heading-title,
  .under #blogDetail #posts .h4v1 h4.elementor-heading-title {
    margin: 40px 0 1em;
    font-size: 1.8rem;
  }
}
.under.page .main h4.elementor-heading-title:before,
.under.page .main .h4v1 h4.elementor-heading-title:before,
.under #blogDetail #posts h4.elementor-heading-title:before,
.under #blogDetail #posts .h4v1 h4.elementor-heading-title:before {
  content: "";
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  border: 1px solid #BC7F3E;
  border-radius: 50%;
}
.under.page .main h4.elementor-heading-title:after,
.under.page .main .h4v1 h4.elementor-heading-title:after,
.under #blogDetail #posts h4.elementor-heading-title:after,
.under #blogDetail #posts .h4v1 h4.elementor-heading-title:after {
  content: "";
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  border: 1px solid #BC7F3E;
  border-radius: 50%;
}
.under.page .main .post h4.elementor-image-box-title,
.under #blogDetail #posts .post h4.elementor-image-box-title {
  width: 100%;
}
.under.page .main h5,
.under #blogDetail #posts h5 {
  margin: 3% 0 0.6em;
  position: relative;
  padding: 0 0 0.4em;
  border-bottom: 1px solid #4E3416;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #4E3416;
}
@media (max-width: 767px) {
  .under.page .main h5,
  .under #blogDetail #posts h5 {
    margin: 30px 0 1em;
  }
}
.under.page .main strong,
.under.page .main b,
.under #blogDetail #posts strong,
.under #blogDetail #posts b {
  font-weight: 700;
  color: #BC7F3E;
}
.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;
}
.under.page .main .marker_red,
.under #blogDetail #posts .marker_red {
  text-decoration: 5px #7E6933 underline;
  text-underline-offset: -2px;
}

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

.fl {
  float: left !important;
}

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

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

.cl {
  clear: both !important;
}

.u-text--hide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.u-text--tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.u-text--tate.v2 small {
  font-size: 33px;
}
@media (max-width: 1024px) {
  .u-text--tate.v2 small {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .u-text--tate.v2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .u-text--tate.sp--yoko {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
.u-text--doted.direct,
.u-text--doted .elementor-heading-title {
  background-image: radial-gradient(circle at center, #EDE3C7 16%, transparent 16%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1.12em 0.16em; /* 点の間隔とサイズ調整 */
}
.u-text--doted2.direct,
.u-text--doted2 .elementor-heading-title {
  background-image: radial-gradient(circle at center, #EDE3C7 12%, transparent 12%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-y; /* 横方向に繰り返し */
  background-size: 12% 1.06em; /* 点の間隔とサイズ調整 */
}
@media (max-width: 767px) {
  .u-text--doted2.direct,
  .u-text--doted2 .elementor-heading-title {
    background-repeat: repeat-x;
    background-size: 1.06em 12%;
  }
}
.u-text--doted2.c1 {
  font-size: 43px;
  background-image: radial-gradient(circle at center, #BC7F3E 12%, transparent 12%);
}
@media (max-width: 1024px) {
  .u-text--doted2.c1 {
    font-size: 34px;
  }
}
.u-text--marker .elementor-heading-title {
  background: linear-gradient(transparent calc(100% - 12px), #EDE3C7 0%);
  display: inline;
}
.u-text--marker .size-s .elementor-heading-title {
  padding: 3px 0;
}
.u-text--wordbreak {
  word-break: break-all;
}
.u-text--wordbreak p {
  line-height: 1.5;
}

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

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