@charset "UTF-8";
/*
Theme Name: ハーミット歯科-西大宮駅前
Theme URI: https://www.hermit-dental.com/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Zen+Maru+Gothic: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.04em;
}

body {
  background-color: #FAFAF9;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #474B50;
  letter-spacing: 0.04em;
  line-height: 2;
}
body.home {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  body.home {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  body.home {
    padding-top: 79px;
  }
}
body.under {
  padding-top: 144px;
}
@media (max-width: 1024px) {
  body.under {
    padding-top: 154px;
  }
}
@media (max-width: 767px) {
  body.under {
    padding-top: 79px;
  }
}
body.fixed {
  overflow: hidden;
}

a {
  color: #474B50;
}
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-image {
  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: 1366px;
  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;
  transition-duration: 0.7s;
}
.l-header__wrap {
  padding: 11px 0;
  background: #FAFAF9;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .l-header__wrap {
    padding: 20px 20px 28px;
  }
  body.under.fixed .l-header__wrap {
    position: relative;
    z-index: 101;
  }
}
.l-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  background: #FAFAF9;
  border-radius: 20px;
  border: 20px;
  padding: 30px 35px;
}
@media (max-width: 767px) {
  .l-header__logo {
    padding: 25px;
  }
}
.l-header__logo a, .l-header__logo span {
  display: block;
  width: 150px;
  height: 99px;
  background: url("/wp-content/uploads/logo.svg") no-repeat center/100%;
}
@media (max-width: 767px) {
  .l-header__logo a, .l-header__logo span {
    width: 100px;
    height: 66px;
  }
}
.l-header__right {
  padding-right: 35px;
  display: flex;
}
@media (max-width: 767px) {
  .l-header__right {
    padding-right: 0;
  }
}
.l-header__infoBox {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1024px) {
  .l-header__infoBox {
    gap: 30px;
  }
}
.l-header__infoReserve ul {
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .l-header__infoReserve ul {
    flex-direction: column;
    gap: 10px;
  }
}
.l-header__infoReserve ul li a {
  position: relative;
  padding-left: 22px;
  display: flex;
  align-items: center;
  width: 203px;
  height: 35px;
  background: #09B4D3;
  border: 1px solid #09B4D3;
  border-radius: 17px;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  transition-duration: 0.4s;
}
@media (max-width: 1024px) {
  .l-header__infoReserve ul li a {
    height: 28px;
  }
}
.l-header__infoReserve ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 14px;
  height: 9px;
  background: url("/wp-content/uploads/ico_arrow01-white.svg") no-repeat center/100%;
}
.l-header__infoReserve ul li a:hover {
  background: #fff;
  color: #09B4D3;
}
.l-header__infoReserve ul li a:hover:after {
  background: url("/wp-content/uploads/ico_arrow01-blue.svg");
}
.l-header__infoReserve ul li:last-child a {
  background: #fff;
  color: #09B4D3;
}
.l-header__infoReserve ul li:last-child a:after {
  background: url("/wp-content/uploads/ico_arrow01-blue.svg");
}
.l-header__infoReserve ul li:last-child a:hover {
  background: #09B4D3;
  color: #fff;
}
.l-header__infoReserve ul li:last-child a:hover:after {
  background: url("/wp-content/uploads/ico_arrow01-white.svg");
}
.l-header__infoTel a {
  display: flex;
  align-items: center;
  gap: 9.6px;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  line-height: 1.18;
  color: #09B4D3;
  text-decoration: none;
}
.l-header__infoTel a:before {
  content: "";
  width: 20px;
  height: 25px;
  background: url("/wp-content/uploads/ico_tel.svg") no-repeat center/100%;
}
.l-header__infoTel p {
  font-size: 14px;
  line-height: 1.43;
}

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

/*--------------------------------------
	Main
--------------------------------------*/
/*--------------------------------------
  Footer
--------------------------------------*/
.l-footer {
  position: relative;
  z-index: 1;
  padding: 30px 0 0;
  margin-top: -115px;
}
body.sitemap .l-footer, body.category .l-footer, body.archive .l-footer, body.search .l-footer, body.single .l-footer, body.error404 .l-footer {
  margin-top: 0;
}
@media (max-width: 767px) {
  .l-footer {
    margin-top: -50px;
  }
}
.l-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #DEEDF0;
  border-radius: 50%;
}
.l-footer__wrap {
  padding: 60px 30px 50px;
  background: #DEEDF0;
  border-bottom: 1px solid #B1AFA1;
}
@media (max-width: 767px) {
  .l-footer__wrap {
    border: none;
    padding: 30px 20px 60px;
  }
}
.l-footer__inner {
  margin: 0 auto;
  max-width: 1040px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 335px;
  }
}
@media (max-width: 767px) {
  .l-footer__info {
    max-width: 312px;
  }
}
.l-footer__logo {
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 767px) {
  .l-footer__logo {
    margin: 0 auto 40px;
    max-width: 121px;
  }
}
.l-footer__tel {
  margin-bottom: 2px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.18;
  color: #09B4D3;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-footer__tel {
    margin-bottom: 5px;
  }
}
.l-footer__tel:before {
  content: "";
  display: block;
  width: 20px;
  height: 25px;
  background: url("/wp-content/uploads/ico_tel.svg") no-repeat center/100%;
}
.l-footer__address {
  margin-bottom: 15px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-footer__address {
    margin-bottom: 6px;
    font-size: 14px;
  }
}
.l-footer__access {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.43;
}
@media (max-width: 767px) {
  .l-footer__access {
    margin-bottom: 0;
  }
}
.l-footer__btns {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .l-footer__btns {
    display: none;
  }
}
.l-footer__btns li a {
  position: relative;
  padding-left: 22px;
  display: flex;
  align-items: center;
  width: 203px;
  height: 35px;
  background: #09B4D3;
  border: 1px solid #09B4D3;
  border-radius: 17px;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .l-footer__btns li a {
    font-size: 14px;
  }
}
.l-footer__btns li a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 14px;
  height: 9px;
  background: url("/wp-content/uploads/ico_arrow01-white.svg") no-repeat center/100%;
}
.l-footer__btns li a:hover {
  background: #fff;
  color: #09B4D3;
}
.l-footer__btns li a:hover:after {
  background: url("/wp-content/uploads/ico_arrow01-blue.svg");
}
.l-footer__btns li:last-child a {
  background: #fff;
  color: #09B4D3;
}
.l-footer__btns li:last-child a:after {
  background: url("/wp-content/uploads/ico_arrow01-blue.svg");
}
.l-footer__btns li:last-child a:hover {
  background: #09B4D3;
  color: #fff;
}
.l-footer__btns li:last-child a:hover:after {
  background: url("/wp-content/uploads/ico_arrow01-white.svg");
}
.l-footer__navs {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .l-footer__navs {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .l-footer__navs > div {
    width: 140px;
  }
}
.l-footer__navs ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-footer__navs a {
  line-height: 1.42;
  text-decoration: none;
}
.l-footer__navs a:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  padding: 20px 30px 30px;
  background-color: #DEEDF0;
  font-size: 12px;
  line-height: 1.42;
  color: #09B4D3;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    padding: 0 20px 92px;
  }
}
.l-footer__copyright .inner {
  margin: 0 auto;
  max-width: 1040px;
  text-align: right;
}
@media (max-width: 767px) {
  .l-footer__copyright .inner {
    padding-top: 20px;
    border-top: 1px solid #B1AFA1;
    max-width: 335px;
    text-align: center;
  }
}

/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
	Global navigation
--------------------------------------*/
.c-gnav {
  width: 100%;
}
@media (max-width: 767px) {
  .c-gnav {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    z-index: 100 !important;
    padding: 100px 40px 40px !important;
    flex-wrap: initial !important;
    display: none;
    width: 100%;
    height: 100% !important;
    background: #FAFAF9;
    border-radius: 0 0 20px 20px;
    overflow-y: scroll !important;
  }
}
body.under .c-gnav {
  padding-left: 220px;
}
.c-gnav .menu {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .c-gnav .menu {
    flex-direction: column;
  }
}
.c-gnav .menu > li {
  position: relative;
}
@media (max-width: 767px) {
  .c-gnav .menu > li {
    border-bottom: 1px solid #B1AFA1;
  }
}
.c-gnav .menu > li > a {
  display: block;
  padding: min(1.4641288433vw, 20px);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.4s;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.under .c-gnav .menu > li > a {
    padding: min(1.4641288433vw, 20px) min(0.7320644217vw, 10px);
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a {
    padding: 20px 0;
    text-align: left;
  }
}
.c-gnav .menu > li > a:hover {
  background: #09B4D3;
  color: #fff;
}
@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: #B1AFA1;
}
.c-gnav .menu .menu-item-description {
  display: block;
  color: #09B4D3;
}
.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;
  left: -25%;
  padding: 10px 0;
  width: 150%;
  background: rgba(9, 180, 211, 0.6);
  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;
  font-size: 14px;
  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;
}
.c-gnav .btns {
  display: none;
}
@media (max-width: 767px) {
  .c-gnav .btns {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

/* ハンバーガーメニュー */
.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;
  }
  .toggleMenu:after {
    content: "MENU";
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    line-height: 1;
    color: #09B4D3;
  }
  .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: 30px;
  height: 16px;
  text-align: center;
}

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

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

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

.toggleMenu.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(30deg);
  transform: translateY(-10px) rotate(30deg);
  bottom: -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: #09B4D3;
}
.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 {
  padding-right: 59px;
  transition-duration: 0.4s;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: url("/wp-content/uploads/ico_arrow01-white.svg") no-repeat center/100%;
  transition-duration: 0.4s;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover:after {
  background-image: url("/wp-content/uploads/ico_arrow01-black.svg");
  right: 14px;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button-content-wrapper {
  justify-content: flex-start;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button {
  position: relative;
  min-width: 270px;
  padding: 15px 30px;
  background: #09B4D3;
  border: 1px solid #09B4D3;
  font-weight: bold;
  line-height: 1.5;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:after {
  background-image: url("/wp-content/uploads/ico_arrow01-white.svg");
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:hover {
  background-color: #fff;
  color: #09B4D3;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:hover:after {
  background-image: url("/wp-content/uploads/ico_arrow01-blue.svg");
}
.elementor-element.elementor-button-info.fit .elementor-button-wrapper .elementor-button {
  min-width: calc(270vw / 1366 * 100);
  padding: calc(15vw / 1366 * 100) calc(30vw / 1366 * 100);
  font-size: calc(16vw / 1366 * 100);
}
@media (max-width: 767px) {
  .elementor-element.elementor-button-info.fit .elementor-button-wrapper .elementor-button {
    min-width: 270px;
    padding: 15px 30px;
    font-size: 16px;
  }
}
.elementor-element.elementor-button-info.fit .elementor-button-wrapper .elementor-button:after {
  width: calc(14vw / 1366 * 100);
  height: calc(9vw / 1366 * 100);
  right: calc(15vw / 1366 * 100);
}
@media (max-width: 767px) {
  .elementor-element.elementor-button-info.fit .elementor-button-wrapper .elementor-button:after {
    width: 14px;
    height: 9px;
    right: 15px;
  }
}

/*--------------------------------------
  Tables
--------------------------------------*/
.timetable table {
  width: 100%;
  border-collapse: separate;
}
.timetable table thead:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  padding: 2px 0;
}
.timetable table thead th {
  background: #09B4D3;
  padding: 8px 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .timetable table thead th {
    padding: 10px 8px;
    font-size: 12px;
  }
}
@media (max-width: 370px) {
  .timetable table thead th {
    padding: 10px 6px;
  }
}
.timetable table thead th:first-child {
  padding-left: 28px;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 767px) {
  .timetable table thead th:first-child {
    padding-left: 14px;
  }
}
@media (max-width: 370px) {
  .timetable table thead th:first-child {
    padding-left: 12px;
  }
}
.timetable table thead th:last-child {
  border-radius: 0 5px 5px 0;
}
@media (max-width: 767px) {
  .timetable table thead th:last-child {
    padding-right: 12px;
  }
}
@media (max-width: 370px) {
  .timetable table thead th:last-child {
    padding-right: 10px;
  }
}
.timetable table tbody tr:first-child th, .timetable table tbody tr:first-child td {
  border-top: 1px solid #09B4D3;
}
.timetable table tbody tr:first-child th {
  border-radius: 4px 0 0 0;
  border-left: 1px solid #09B4D3;
}
.timetable table tbody tr:first-child td:last-child {
  border-radius: 0 4px 0 0;
  border-right: 1px solid #09B4D3;
}
.timetable table tbody tr:last-child th, .timetable table tbody tr:last-child td {
  border-bottom: 1px solid #09B4D3;
}
.timetable table tbody tr:last-child th {
  border-radius: 0 0 0 4px;
  border-left: 1px solid #09B4D3;
}
.timetable table tbody tr:last-child td {
  padding: 9px 10px 20px;
}
@media (max-width: 767px) {
  .timetable table tbody tr:last-child td {
    padding: 10px 12px 10px 8px;
  }
}
@media (max-width: 370px) {
  .timetable table tbody tr:last-child td {
    padding: 10px 10px 10px 6px;
  }
}
.timetable table tbody tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
  border-right: 1px solid #09B4D3;
}
.timetable table tbody th, .timetable table tbody td {
  background: #fff;
  padding: 20px 10px 9px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 767px) {
  .timetable table tbody th, .timetable table tbody td {
    padding: 10px 8px;
  }
}
@media (max-width: 370px) {
  .timetable table tbody th, .timetable table tbody td {
    padding: 10px 6px;
  }
}
.timetable table tbody th {
  padding-left: 28px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .timetable table tbody th {
    padding-left: 14px;
    font-size: 12px;
  }
}
@media (max-width: 370px) {
  .timetable table tbody th {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .timetable table tbody td:last-child {
    padding-right: 14px;
  }
}
@media (max-width: 370px) {
  .timetable table tbody td:last-child {
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .timetable .icoTel {
    display: block;
    width: 12px;
    height: 15px;
    background: url("/wp-content/uploads/ico_tel.svg") no-repeat center/100%;
    text-align: center;
  }
}

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

/*--------------------------------------
  Link indexes
--------------------------------------*/
.c-link-indexes li a {
  position: relative;
}
.c-link-indexes li a:before {
  content: "";
  margin-right: 10px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #09B4D3;
  transition-duration: 0.7s;
}
.c-link-indexes li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background-image: linear-gradient(to right, #09B4D3 6px, transparent 6px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.c-link-indexes li a:hover:before {
  transform: rotate(90deg);
}
.c-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 #09B4D3;
}
@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 #09B4D3;
  }
}
.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 #09B4D3;
}
@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 #09B4D3;
  }
}
.stepBox.v2 .label-no {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #09B4D3;
  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 #09B4D3;
  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: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #09B4D3;
}
.block-qa .elementor-image-box-title {
  margin-bottom: 1em;
  font-weight: 700;
}
.block-qa .elementor-image-box-description:before {
  content: "A";
  color: #DEEDF0;
}

/*--------------------------------------
  Newsbox
--------------------------------------*/
.newsWrap dl {
  padding: 20px 0;
  border-bottom: 1px solid #B1AFA1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.newsWrap dl dt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #B1AFA1;
}
.newsWrap dl dd {
  font-size: 15px;
  line-height: 1.5;
}
.newsWrap .newsLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 40px;
  height: 20px;
  background: #09B4D3;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}
.newsWrap a {
  display: block;
  transition-duration: 0.4s;
}
.newsWrap a:last-child dl {
  border-bottom: none;
}
.newsWrap a:hover {
  background: rgba(222, 237, 240, 0.7);
}

/*--------------------------------------
  Sp cv
--------------------------------------*/
.sp-cv {
  position: fixed;
  right: 0;
  z-index: 99;
  width: 100%;
  transition-duration: 0.7s;
}
@media (min-width: 768px) {
  .sp-cv {
    top: 50%;
    transform: translateY(-50%);
    max-width: 171px;
    height: 136px;
  }
}
@media (max-width: 767px) {
  .sp-cv {
    bottom: 0;
  }
}
.sp-cv ul {
  display: flex;
  gap: 10px;
}
@media (min-width: 768px) {
  .sp-cv ul {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .sp-cv ul {
    justify-content: center;
  }
}

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

/* 下層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(9, 180, 211, 0.3);
}
.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: 32px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.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: 1em;
  display: inline-block;
  font-size: 32px;
  line-height: 1.5;
}
.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: 2em 0 1em;
  padding: 0.5em 1em;
  background: #09B4D3;
  border-radius: 4px;
  font-size: 28px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.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: 2em 0 1em;
  padding-bottom: 0.4em;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #09B4D3;
}
.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: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #09B4D3;
}
.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: "";
  position: absolute;
  bottom: 0;
  left: 100px;
  width: calc(100% - 100px);
  height: 2px;
  background: #B1AFA1;
}
.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: 2em 0 1em;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #09B4D3;
}
.under.page .main strong,
.under.page .main b,
.under #blogDetail #posts strong,
.under #blogDetail #posts b {
  font-weight: 700;
  color: #DEEDF0;
}
.under.page .main u,
.under #blogDetail #posts u {
  display: inline;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f5eec8 0%) repeat scroll 0 0;
  text-decoration: none;
}

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

.fl {
  float: left !important;
}

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

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

.cl {
  clear: both !important;
}

.u-text--hide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.u-text--tate {
  writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .u-text--tate-pc {
    writing-mode: vertical-rl;
  }
}
@media (max-width: 767px) {
  .u-text--tate-sp {
    writing-mode: vertical-rl;
  }
}
.u-text--wordbreak {
  word-break: break-all;
}

/* align */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

.nmt-50p {
  transform: translateY(50%);
}

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