@charset "UTF-8";
/*
Theme Name: 大和パーク歯科クリニック
Theme URI: https://www.park-dent-yamato.jp/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Shippori+Mincho:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;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: 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.07em;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  color: #504133;
  letter-spacing: 0.07em;
  line-height: 2;
}
body.fixed {
  overflow: hidden;
}

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

.elementor-widget-icon-box.elementor-widget, .elementor-widget-icon.elementor-widget, .elementor-widget-image.elementor-widget {
  line-height: 1;
}

/*
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 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .l-header {
    padding: 20px 20px 20px 10px;
  }
}
.l-header__wrap {
  margin: 0 auto;
  padding: 12px 20px 17px 50px;
  display: flex;
  max-width: 1296px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .l-header__wrap {
    padding: 0;
    flex-direction: row;
    gap: 0;
  }
}
.l-header__logo {
  position: relative;
  width: 310px;
  height: 40px;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 230px;
    height: 30px;
  }
}
.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;
}
.l-header__spTime {
  display: none;
  margin: 0 auto;
  width: 88%;
  background: #FAF7F0;
  border-radius: 10px;
  padding: 20px 25px;
}
@media (max-width: 767px) {
  .l-header__spTime {
    display: block;
  }
}
.l-header__spTime .sub {
  margin-top: 20px;
  font-size: 12px;
}
@media (max-width: 360px) {
  .l-header__spTime .sub {
    font-size: 10px;
  }
}

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

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

/*--------------------------------------
  MainVisual
--------------------------------------*/
.l-mv h1 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.3em;
  line-height: 2.5;
  background-color: #e3bf00;
}

/*--------------------------------------
	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: 70px;
  }
}
@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 70px;
  }
}
.l-footer__wrap {
  padding: 40px 30px;
  background: #F4F4F4;
}
@media (max-width: 767px) {
  .l-footer__wrap {
    padding: 50px 20px 40px;
  }
}
.l-footer__contents {
  margin: 0 auto;
  max-width: 1100px;
}
.l-footer__links {
  margin: 50px auto 0;
  width: 100%;
  max-width: 920px;
  display: flex;
  gap: 20px;
}
@media (max-width: 480px) {
  .l-footer__links {
    gap: 4px;
    margin-top: 40px;
    flex-direction: column;
    max-width: 330px;
  }
}
.l-footer__links > li {
  padding: 30px 0;
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  gap: 20px;
}
@media (max-width: 1024px) {
  .l-footer__links > li {
    padding: 20px 10px 30px;
    width: 100%;
  }
}
.l-footer__links > li h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-footer__links > li ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .l-footer__links > li ul {
    gap: 10px;
    flex-direction: column;
  }
}
.l-footer__tel {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "EB Garamond", serif;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .l-footer__tel {
    gap: 8px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .l-footer__tel {
    gap: 10px;
    font-size: 26px;
  }
}
.l-footer__tel:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("/wp-content/uploads/ico_tel01-1.svg") no-repeat center/100%;
}
@media (max-width: 1024px) {
  .l-footer__tel:before {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 480px) {
  .l-footer__tel:before {
    width: 26px;
    height: 26px;
  }
}
.l-footer__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 148px;
  height: 35px;
  background: #504133;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition-duration: 0.4s;
  color: #fff;
}
@media (max-width: 1024px) {
  .l-footer__link {
    width: 120px;
    height: 30px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .l-footer__link {
    width: 168px;
    height: 35px;
    font-size: 14px;
  }
}
.l-footer__link:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/ico_link02.svg") no-repeat center/100%;
}
@media (max-width: 1024px) {
  .l-footer__link:before {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .l-footer__link:before {
    width: 24px;
    height: 24px;
  }
}
.l-footer__link:hover {
  background: #D19433;
}
.l-footer__copyright {
  padding: 24px 30px;
  background-color: #D19433;
  text-align: center;
  font-size: 11px;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    padding: 24px 20px;
  }
}
@media (max-width: 370px) {
  .l-footer__copyright {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .l-footer__menus {
    display: flex;
    justify-content: center;
    gap: 9px;
  }
  .l-footer__menus > div {
    width: 100%;
    max-width: 160px;
  }
}
.l-footer .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 0;
}
@media (max-width: 1200px) {
  .l-footer .menu {
    gap: 14px 0;
  }
}
@media (max-width: 767px) {
  .l-footer .menu {
    flex-direction: column;
    gap: 15px 9px;
  }
}
.l-footer .menu li {
  position: relative;
  padding: 2px 20px;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-footer .menu li {
    padding: 0;
    text-align: left;
  }
}
.l-footer .menu li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #504133;
}
@media (max-width: 767px) {
  .l-footer .menu li:not(:last-child):after {
    display: none;
  }
}
.l-footer .menu li:first-child {
  padding-left: 0;
}
.l-footer .menu li:last-child {
  padding-right: 0;
}
.l-footer .menu li a {
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .l-footer .menu li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .l-footer .menu li a {
    font-size: 14px;
  }
}
.l-footer .menu li a:hover {
  text-decoration: underline;
}
.l-footer .menu-footer_menu1-container {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .l-footer .menu-footer_menu1-container {
    margin-bottom: 0;
  }
}

/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
  Global navigation
--------------------------------------*/
.c-gnav {
  width: 100%;
  background-color: #504133;
  z-index: 100;
}
@media (max-width: 767px) {
  .c-gnav {
    position: fixed !important;
    top: 70px !important;
    left: 0;
    z-index: 100;
    padding: 0 0 50px;
    display: none;
    width: 100%;
    height: calc(100% - 70px);
    background: #fff;
    overflow-y: scroll;
  }
  body.home .l-main .c-gnav {
    padding: 12px 42.5px 50px;
    height: calc(100% - 70px);
    overflow-y: scroll;
  }
  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;
  padding-left: 1px;
}
@media (max-width: 767px) {
  .c-gnav .menu > li {
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
  }
}
.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;
  }
}
.c-gnav .menu > li:last-child:after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background: #fff;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:last-child:after {
    display: none;
  }
}
.c-gnav .menu > li > a {
  display: flex;
  flex-direction: column-reverse;
  gap: 3px;
  padding: 20px 45px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #fff;
  transition-duration: 0.4s;
}
@media (max-width: 1200px) {
  .c-gnav .menu > li > a {
    padding: 20px 30px;
  }
}
@media (max-width: 1024px) {
  .c-gnav .menu > li > a {
    padding: 20px;
  }
}
@media (max-width: 850px) {
  .c-gnav .menu > li > a {
    padding: 20px 14px;
  }
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a {
    padding: 25px 43px;
    font-size: 1.5rem;
    text-align: left;
    color: #504133;
  }
}
.c-gnav .menu > li > a:hover {
  background: #f6f2ed;
  color: #D19433;
}
@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: #F3E3CA;
}
.c-gnav .menu .menu-item-description {
  display: block;
  font-size: min(0.7320644217vw, 10px);
  color: #EDE3C7;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-description {
    font-size: 1.2rem;
  }
}
.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: 28px;
    right: 10px;
    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;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-has-children.hover .parent + .sub-menu {
    padding: 20px 0;
  }
}
.c-gnav .sub-menu {
  position: absolute;
  left: -4px;
  padding: 10px 0;
  width: 156px;
  background: #F3E3CA;
  transition-duration: 0.7s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .c-gnav .sub-menu {
    left: -19px;
  }
}
@media (max-width: 767px) {
  .c-gnav .sub-menu {
    position: relative;
    left: 0;
    padding: 0;
    transition-duration: 1.5s;
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: auto;
    width: 100%;
  }
}
.c-gnav .sub-menu:hover {
  opacity: 1;
  pointer-events: auto;
}
.c-gnav .sub-menu li a {
  display: block;
  padding: 10px 20px;
  font-size: 12px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-gnav .sub-menu li a {
    padding: 10px 40px;
  }
}
.c-gnav .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.c-gnav .bnrs li {
  text-align: center;
}
.c-gnav .bnrs li:not(:last-child) {
  margin-bottom: 20px;
}
.c-gnav .bnrs li img {
  max-width: 260px;
}

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

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

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

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

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

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

/* -------------------------------------
	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: #D6D6D6;
}
.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;
  padding: 13px 43px 13px 20px;
  /*
  position: relative;
  padding-right: 70px;
  &:after {
  	content: "";
  	position: absolute;
  	top: 50%;
  	right: 0;
  	width: 40px;
  	height: 40px;
  	border: 1px solid $sub-color;
  	border-radius: 50%;
  	transform: translateY(-50%);
  	transition-duration: .4s;
  }
  .elementor-button-content-wrapper {
  	&:before {
  		content: "";
  		position: absolute;
  		top: calc(50% - 0.5px);
  		right: 14px;
  		z-index: 1;
  		width: 12px;
  		height: 1px;
  		background-color: $sub-color;
  		transition-duration: .4s;
  	}
  	&:after {
  		content: "";
  		position: absolute;
  		top: calc(50% - 1px);
  		right: 16px;
  		z-index: 1;
  		width: 7px;
  		height: 7px;
  		border-top: 1px solid $sub-color;
  		border-right: 1px solid $sub-color;
  		transform: rotate(45deg) translateY(-50%);
  		transition-duration: .4s;
  	}
  }
  &:hover {
  	&:after {
  		background-color: $sub-color;
  	}
  	.elementor-button-content-wrapper {
  		&:before {
  			background-color: #fff;
  		}
  		&:after {
  			border-color: #fff;
  		}
  	}
  }
  */
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F3E3CA;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 6px;
  background: url("/wp-content/uploads/ico_arrow01.svg") no-repeat center/100%;
  transform: translateY(-50%);
  transition-duration: 0.4s;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper {
  position: relative;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover:after {
  right: -5px;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button {
  padding-right: 5.12vw;
  background: none;
  font-size: 1.17vw;
  /*
  &:after {
  	width: 2.92vw;
  	height: 2.92vw;
  }
  .elementor-button-content-wrapper {
  	&:before {
  		right: 1.03vw;
  		width: 0.87vw;
  	}
  	&:after {
  		right: 1.18vw;
  	}
  }
  */
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:after {
  width: 2.92vw;
  height: 2.92vw;
}
@media (max-width: 767px) {
  .elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button {
    padding-right: 70px;
    font-size: 16px;
  }
  .elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:after {
    width: 40px;
    height: 40px;
  }
}
.elementor-element.c-w[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button {
  color: #fff;
}
.elementor-element.c-w[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:after {
  background-image: url("/wp-content/uploads/ico_btn-arrow01-white.svg");
}
.elementor-element.c-w[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover {
  text-decoration: underline;
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button {
  padding: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button:before {
  display: none;
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button:after {
  position: relative;
  top: 0;
  width: 40px;
  height: 40px;
  background: url("/wp-content/uploads/ico_arrow05.svg") no-repeat center/100%;
  transform: translateY(0);
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button:hover:after {
  right: 0;
  background-image: url("/wp-content/uploads/ico_arrow04.svg");
}

/*--------------------------------------
  Tables
--------------------------------------*/
.timetable {
  width: 100%;
}
.timetable th, .timetable td {
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .timetable th, .timetable td {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .timetable th, .timetable td {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .timetable th, .timetable td {
    font-size: 10px;
  }
}
.timetable td {
  text-align: center;
}
.timetable thead th, .timetable thead td {
  padding: 0 13px 10px;
  border-bottom: 1px solid #D6D6D6;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .timetable thead th, .timetable thead td {
    padding: 0 8px 10px;
  }
}
@media (max-width: 767px) {
  .timetable thead th, .timetable thead td {
    padding: 0 5px 10px;
  }
}
.timetable thead th {
  padding: 0 0 10px 14px;
}
@media (max-width: 1024px) {
  .timetable thead th {
    padding: 0 0 10px 0;
  }
}
.timetable tbody tr th, .timetable tbody tr td {
  padding: 15px 13px 0;
}
@media (max-width: 1024px) {
  .timetable tbody tr th, .timetable tbody tr td {
    padding: 15px 8px 0;
  }
}
@media (max-width: 767px) {
  .timetable tbody tr th, .timetable tbody tr td {
    padding: 10px 5px 0;
  }
}
.timetable tbody tr th {
  padding: 15px 36px 0 14px;
}
@media (max-width: 1024px) {
  .timetable tbody tr th {
    padding: 15px 14px 0 0;
  }
}
@media (max-width: 767px) {
  .timetable tbody tr th {
    padding: 10px 10px 0 0;
  }
}
.timetable .c1 {
  color: #D19433;
}
.timetable.white th, .timetable.white td {
  color: #fff;
}
.timetable.white thead tr th, .timetable.white thead tr td, .timetable.white tbody tr th, .timetable.white tbody tr td {
  border-color: #fff;
}
.timetable.white .c1 {
  color: #fff;
}

.timetable-fit {
  width: 100%;
}
.timetable-fit th, .timetable-fit td {
  font-size: 0.88vw;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .timetable-fit th, .timetable-fit td {
    font-size: 3.73vw;
  }
}
.timetable-fit td {
  text-align: center;
}
.timetable-fit thead th, .timetable-fit thead td {
  padding: 0 0.73vw 0.73vw;
  border-bottom: 1px solid #BFBFBF;
}
@media (max-width: 767px) {
  .timetable-fit thead th, .timetable-fit thead td {
    padding: 0 1.33vw 2.67vw;
  }
}
.timetable-fit thead th {
  padding-left: 0.55vw;
}
@media (max-width: 767px) {
  .timetable-fit thead th {
    padding-left: 0;
  }
}
.timetable-fit tbody tr:first-child th, .timetable-fit tbody tr:first-child td {
  padding: 0.73vw 0.73vw 0.37vw;
}
@media (max-width: 767px) {
  .timetable-fit tbody tr:first-child th, .timetable-fit tbody tr:first-child td {
    padding: 5.33vw 1.33vw 2.13vw;
  }
}
.timetable-fit tbody tr:first-child th {
  padding: 0.73vw 2vw 0.37vw 0.55vw;
}
@media (max-width: 767px) {
  .timetable-fit tbody tr:first-child th {
    padding: 5.33vw 4.67vw 2.13vw 0;
  }
}
.timetable-fit tbody tr:last-child th, .timetable-fit tbody tr:last-child td {
  padding: 0.37vw 0.73vw 0.73vw;
}
@media (max-width: 767px) {
  .timetable-fit tbody tr:last-child th, .timetable-fit tbody tr:last-child td {
    padding: 2.13vw 1.33vw 5.33vw;
  }
}
.timetable-fit tbody tr:last-child th {
  padding: 0.37vw 2vw 0.73vw 0.55vw;
}
@media (max-width: 767px) {
  .timetable-fit tbody tr:last-child th {
    padding: 2.13vw 4.67vw 5.33vw 0;
  }
}
.timetable-fit thead tr td:last-child, .timetable-fit tbody tr td:last-child {
  padding-right: 0.48vw;
}
@media (max-width: 767px) {
  .timetable-fit thead tr td:last-child, .timetable-fit tbody tr td:last-child {
    padding-right: 0;
  }
}
.timetable-fit .c1 {
  color: #D19433;
}

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

.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: 2px;
  left: 0;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  color: #D19433;
}

/*--------------------------------------
  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 #D19433;
  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, #D19433 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
--------------------------------------*/
.stepflow-row > .e-con-inner > .e-con-boxed:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .stepflow-row > .e-con-inner > .e-con-boxed:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.stepflow-row > .e-con-inner > .e-con-boxed:not(:last-child):after {
  content: "";
  position: absolute;
}
@media (min-width: 768px) {
  .stepflow-row > .e-con-inner > .e-con-boxed:not(:last-child):after {
    top: 50%;
    right: -22.5px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #D19433;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .stepflow-row > .e-con-inner > .e-con-boxed:not(:last-child):after {
    bottom: -22.5px;
    left: 50%;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 15px solid #D19433;
    transform: translateX(-50%);
  }
}
.stepflow-row 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;
}
.stepflow-row.v2 {
  margin: 0 auto;
  max-width: 700px;
}
.stepflow-row.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 #D19433;
}
@media (max-width: 767px) {
  .stepflow-row.v2.next:after {
    bottom: -22px;
    left: calc(50% - 40px);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #D19433;
  }
}
.stepflow-row.v2 .label-no {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #D19433;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
}
.stepflow-row.v2 .elementor-widget-container p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------
  Q&A
--------------------------------------*/
.block-qa {
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
}
.block-qa.elementor-widget-image-box {
  margin-bottom: 50px !important;
}
.block-qa.elementor-widget-image-box:last-child {
  margin-bottom: 0 !important;
}
.block-qa .elementor-image-box-title,
.block-qa .elementor-image-box-description {
  position: relative;
  padding: 14px 0 0 80px;
  font-family: "Cardo", serif;
}
.block-qa .elementor-image-box-title:before,
.block-qa .elementor-image-box-description:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #D4D5E7;
  font-size: 36px;
  text-align: center;
  color: #272019;
}
.block-qa .elementor-image-box-title {
  margin-bottom: 1.2em;
  font-size: 22px;
}
.block-qa .elementor-image-box-description {
  padding-top: 16px;
  font-size: 18px;
}
.block-qa .elementor-image-box-description:before {
  content: "A";
  background: #D19433;
  color: #fff;
}

/*--------------------------------------
  Top Slider Elementor Carousel
--------------------------------------*/
.top-slider.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 0;
}
.top-slider .swiper-container-horizontal > .swiper-pagination-bullets, .top-slider .swiper-pagination-custom, .top-slider .swiper-pagination-fraction {
  bottom: 45px;
}
@media (max-width: 1920px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets, .top-slider .swiper-pagination-custom, .top-slider .swiper-pagination-fraction {
    bottom: 2.34vw;
  }
}
@media (max-width: 1024px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets, .top-slider .swiper-pagination-custom, .top-slider .swiper-pagination-fraction {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets, .top-slider .swiper-pagination-custom, .top-slider .swiper-pagination-fraction {
    bottom: 2.66vw;
  }
}
.top-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 30px;
}
@media (max-width: 1920px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.6vw;
  }
}
@media (max-width: 1024px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.66vw;
  }
}
.top-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 1;
}
@media (max-width: 1920px) {
  .top-slider .swiper-pagination-bullet {
    width: 0.74vw;
    height: 0.74vw;
  }
}
@media (max-width: 767px) {
  .top-slider .swiper-pagination-bullet {
    width: 1.8vw;
    height: 1.8vw;
  }
}
.top-slider .swiper-pagination-bullet-active {
  background: #606060;
}

/*--------------------------------------
  Newsbox
--------------------------------------*/
.newsWrap {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (max-width: 767px) {
  .newsWrap {
    gap: 24px;
  }
}
.newsWrap dl {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .newsWrap dl {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
}
.newsWrap dl dt {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #D19433;
}
.newsWrap dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsWrap a {
  transition-duration: 0.4s;
}
.newsWrap a:hover {
  opacity: 0.7;
}

.btn01 svg path, .btn01 svg circle {
  transition-duration: 0.4s;
}
.btn01:hover svg path {
  fill: #FAF7F0;
}
.btn01:hover svg circle {
  fill: #D19433;
}

/*--------------------------------------
  Loop slider
--------------------------------------*/
.loopslider, .loopslider2 {
  margin: 0 auto;
  width: 100%;
  padding-top: 11.72%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .loopslider, .loopslider2 {
    padding-top: 225px;
  }
}
@media (max-width: 767px) {
  .loopslider, .loopslider2 {
    padding-top: 100px;
  }
}
.loopslider ul, .loopslider2 ul {
  overflow: hidden;
  display: inline-block;
  overflow: hidden;
}
.loopslider ul li, .loopslider2 ul li {
  width: 100%;
  height: 11.72%;
  float: left;
  display: inline;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .loopslider ul li, .loopslider2 ul li {
    height: 225px;
  }
}
@media (max-width: 767px) {
  .loopslider ul li, .loopslider2 ul li {
    height: 100px;
  }
}
.loopslider ul li img, .loopslider2 ul li img {
  max-width: 1366px;
}
@media (max-width: 767px) {
  .loopslider ul li img, .loopslider2 ul li img {
    max-width: 750px;
  }
}
.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;
  width: 100%;
  z-index: 99;
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .sp-cv {
    display: initial;
  }
}
.sp-cv a {
  position: relative;
  text-decoration: none;
  background: #FAF7F0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  transition-duration: 0.7s;
}
.sp-cv a ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: 1.5;
}
.sp-cv a ul:before {
  content: "";
  width: 33px;
  height: 33px;
  background: url("/wp-content/uploads/ico_tel01-1.svg") no-repeat center/100%;
}
.sp-cv a ul li {
  font-size: 12px;
  line-height: 1.5;
}
.sp-cv a ul strong {
  font-family: "EB Garamond", serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

/*--------------------------------------
  Modal Reserve
--------------------------------------*/
.btn-reserve {
  cursor: pointer;
}

.c-modal__reserve {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: none;
}
.c-modal__reserve__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 800px;
  height: 80%;
  overflow-y: scroll;
  transform: translate(-50%, -50%);
  padding: 50px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .c-modal__reserve__wrap {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .c-modal__reserve__wrap {
    width: 90%;
  }
}
.c-modal__reserve__inner h2 {
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: 500;
  color: #D19433;
  text-align: center;
}
.c-modal__reserve__inner h3 {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 18px;
  font-weight: 500;
}
.c-modal__reserve__inner h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2em;
  height: 1px;
  background: #D19433;
}
.c-modal__reserve__inner h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 2em);
  height: 1px;
  background: #ddd;
}
.c-modal__reserve__inner strong {
  font-weight: 700;
  color: #D19433;
}
.c-modal__reserve__inner .mt-space {
  margin-top: 20px;
}
.c-modal__reserve__close {
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
}
.c-modal__reserve__close a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.c-modal__reserve__close a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D19433;
  transform: rotate(45deg);
}
.c-modal__reserve__close a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #D19433;
  transform: rotate(-45deg);
}
.c-modal__reserve__close a span {
  display: none;
}
.c-modal__reserve .btn {
  margin: 30px auto 0;
  padding: 14px 20px;
  width: 100%;
  max-width: 400px;
  display: block;
  background: #D19433;
  font-size: 20px;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.4s;
}
.c-modal__reserve .btn:hover {
  opacity: 0.7;
}

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

/*--------------------------------------
  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:"]) {
  color: #D19433;
  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(243, 227, 202, 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-family: "Shippori Mincho", serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  color: #504133;
}
@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: #F5F5F5;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.under.page .main .elementor-widget-container > h2:before,
.under #blogDetail #posts .elementor-widget-container > h2:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 50px;
  background: linear-gradient(-70deg, transparent 50%, rgba(209, 148, 51, 0.1) 50%);
}
.under.page .main .elementor-widget-container > h2:after,
.under #blogDetail #posts .elementor-widget-container > h2:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 20px;
  height: 50px;
  background: linear-gradient(110deg, transparent 50%, rgba(209, 148, 51, 0.1) 50%);
}
.under.page .main .elementor-widget-container > h2::first-letter,
.under #blogDetail #posts .elementor-widget-container > h2::first-letter {
  font-size: 32px;
  color: #D19433;
}
.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: #504133;
  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: #D19433;
}
@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,
.under.page .main .h4v1 h4,
.under #blogDetail #posts h4,
.under #blogDetail #posts .h4v1 h4 {
  margin: 4% 0 1em;
  position: relative;
  display: inline-block;
  padding: 0 0 0.2em 2em;
  border-bottom: 2px solid rgba(209, 148, 51, 0.1);
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .under.page .main h4,
  .under.page .main .h4v1 h4,
  .under #blogDetail #posts h4,
  .under #blogDetail #posts .h4v1 h4 {
    margin: 40px 0 1em;
  }
}
.under.page .main h4:before,
.under.page .main .h4v1 h4:before,
.under #blogDetail #posts h4:before,
.under #blogDetail #posts .h4v1 h4:before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  background: #D19433;
  opacity: 0.7;
}
.under.page .main h4:after,
.under.page .main .h4v1 h4:after,
.under #blogDetail #posts h4:after,
.under #blogDetail #posts .h4v1 h4:after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.4em;
  width: 0.6em;
  height: 0.6em;
  background: #504133;
  opacity: 0.7;
}
.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 0.4em;
  border-left: 4px solid #504133;
  display: flex;
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #504133;
}
@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: #D19433;
}
.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 #F3E3CA 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--lh1 {
  line-height: 1;
}
.u-text--wordbreak {
  word-break: break-all;
}
.u-text--wordbreak p {
  line-height: 1.5;
}
.u-text--marker strong {
  background: #FAF7F0;
  font-weight: 700;
}

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

.elementor-widget-icon-box.elementor-widget, .elementor-widget-icon.elementor-widget, .elementor-widget-image.elementor-widget {
  line-height: 1;
}

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