/*
Theme Name: テンプレート
Author: アルファージール
Version: 1
*/
/*==============================================*/
/*  PC  */
/*==============================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
/*
  --base-color: #EA7BAF;
  --base-color-rgb: 234,123,175;
*/
  --base-color: #89c997;
  --base-color-rgb: 137,201,151;
  --sub-color: #7ecef4;
  --sub-color-rgb: 126,206,244;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
body {
  font-size: var(--font-size16);
  line-height: 1.6;
  font-feature-settings: 'palt'1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1em;
  min-height: 100vh;
  display: grid;
  align-items: flex-start;
  font-family: 'Noto Sans JP', sans-serif;
}
body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
}
@media (min-width: 960px) {
  .pc_hide {
    display: none !important;
  }
}
@media (min-width: 560px) and (max-width: 959px) {
  .tb_hide {
    display: none !important;
  }
}
@media (max-width: 559px) {
  .sp_hide {
    display: none !important;
  }
}
img {
  max-width: 100%;
  height: auto;
}
main {
  align-self: stretch;
  container-type: inline-size;
}
a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.disIB {
  display: inline-block;
}
main p {
  margin-bottom: 1em;
}
main p:last-child {
  margin-bottom: 0em;
}
@media (max-width: 559px) {
  .taCsp {
    text-align: center !important;
  }
  .disIBsp {
    display: inline-block !important;
  }
}
@media (min-width: 960px) {
  wbr.tbsp {
    display: none;
  }
}
*:has(> wbr) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
/*==========================================================================*/
/*==header==*/
/*==========================================================================*/
.header {
  position: sticky;
  top: 0 !important;
  z-index: 100;
}
.header__inner {
  display: grid;
  grid-template-columns: auto auto;
  background: #fff;
  padding: 0 0 0 0;
  justify-content: space-between;
}
.header__logo {
  padding: 15px 0 10px 20px;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  text-align: center;
  color: var(--base-color);
}
.header__logo a {
  color: inherit;
  text-decoration: none;
}
.header__logo__text01 {
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 140%;
  margin-bottom: 5px;
  font-weight: bold;
}
.header__logo img {
  max-height: 100%;
  width: auto;
}
.header__logo a {
  display: flex;
  text-decoration: none;
  height: 100%;
  align-items: center;
}
.header__logo__text {
  line-height: 1.2;
}
@media (max-width: 959px) {
  .header {
    grid-template-columns: 1fr auto;
    grid-gap: 20px;
    align-items: center;
  }
  .header__inner {
    align-items: center;
  }
  .header__logo {
    padding: 10px 0 10px 10px;
  }
  .header__logo__text {
    font-size: 2.7vw;
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .header {
    align-items: center;
    grid-template-columns: auto 1fr auto;
  }
  .header__logo {
    white-space: nowrap;
    text-align: center;
    font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  }
  .header__logo img {
    height: 60px;
  }
  .header__logo__text {
    white-space: nowrap;
    line-height: 1.2;
    /* margin-left: 20px; */
    color: var(--base-color);
    font-size: 18px;
  }
}
.header__info {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  padding: 15px 20px;
  align-items: center;
}
.header__btn a {
  background: var(--base-color);
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 30px;
  padding: 10px 20px;
  text-decoration: none;
  line-height: 1.4;
}
@media (max-width: 559px) {
  .header__inner {
    grid-template-columns: 1fr auto;
  }
  .header__info {
    grid-template-columns: unset;
  }
}
/*==========================================================================*/
/*==header menu==*/
/*==========================================================================*/
.header__menu {
  display: grid;
  cursor: pointer;
  width: fit-content;
  align-items: center;
  color: var(--base-color);
  text-align: center;
}
.header__menu:hover {
  opacity: 0.7;
}
.header__menu__box {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.header__menu__border {
  height: 32px;
  width: 100%;
  width: 50px;
  display: grid;
  align-items: center;
  position: relative;
  justify-content: center;
}
.header__menu__border__text {
  margin-top: 5px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  font-size: 80%;
  font-size: 15px;
  letter-spacing: 0;
}
.header__menu__border span:nth-of-type(1) {
  top: 0;
}
.header__menu__border span:nth-of-type(2) {
  /*   top: 20px; */
  top: 50%;
  transform: translate(0%, -50%);
}
.header__menu__border span:nth-of-type(3) {
  bottom: -1px;
}
.header__menu__border span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: var(--base-color);
  border-radius: 4px;
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.header__menu__border_text {
  font-weight: bold;
  font-size: 15px;
  width: 100%;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
  white-space: nowrap;
  display: inline-block;
  padding-top: 36px;
  letter-spacing: 0;
  color: var(--base-color);
}
#sidebar_flag:checked .header__menu {
  /*  right: calc(21.5vw + 40px);
  right: calc(24.8vw + 40px); */
  /*  margin-right: 20px;*/
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
  /* top: 120px; */
}
#sidebar_flag:checked ~ .header .header__menu .header__menu__border span {}
#sidebar_flag:checked ~ .header .header__menu .header__menu__border span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(3vw * 0.35)
}
#sidebar_flag:checked ~ .header .header__menu .header__menu__border span:nth-of-type(2) {
  opacity: 0;
}
#sidebar_flag:checked ~ .header .header__menu .header__menu__border span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(3vw * 0.35)
}
#sidebar_flag:checked ~ .header .header__menu .header__menu__text {
  /* color: #fff; */
}
/*==========================================================================*/
/*==サイドバー　ハンバーガー ==*/
/*==========================================================================*/
#sidebar_flag ~ .sidebar_contents .sidebar_contents_box {
  -webkit-transform: translateX(101vw);
  -ms-transform: translateX(101vw);
  -moz-transform: translateX(101vw);
  -o-transform: translateX(101vw);
  transform: translateX(101vw);
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
}
#sidebar_flag:checked ~ .sidebar_contents .sidebar_contents_box {
  -webkit-transform: translateX(0vw);
  -ms-transform: translateX(0vw);
  -moz-transform: translateX(0vw);
  -o-transform: translateX(0vw);
  transform: translateX(0vw);
}
.sidebar_contents {
  position: fixed;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  z-index: 110;
}
.sidebar_contents_box {
  position: relative;
}
.sidebar_contents_box_inner {
  height: 100vh;
  width: 100%;
  z-index: 10;
  background: var(--base-color);
  padding: 120px 20px 20px;
  overflow-y: auto;
  gap: 0 2vw;
  color: #fff;
}
.sidebar_menu_close {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 40px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 559px) {
  .sidebar_contents_box_inner {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .sidebar_menu_close {
    top: 20px;
    width: 40px;
    height: 40px;
  }
}
.sidebar_menu_close:hover {
  opacity: 0.7;
}
.sidebar_menu_close > span {
  border-top: 3px solid #fff;
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.sidebar_menu_close > span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.sidebar_menu_close > span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/*==========================================================================*/
/*==サイドバー　ハンバーガー   ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==サイドバー　ナビ ==*/
/*==========================================================================*/
.sidebar_nav_contents {
  min-height: 80vh;
  display: grid;
  align-items: center;
}
.sidebar_nav_contents_list {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  max-width: fit-content;
  margin: auto;
}
.sidebar_nav_contents_list li {
  text-align: left;
  /* display: inline-block; */
}
.sidebar_nav_contents_list a {
  color: var(--base-color);
  text-decoration: none;
  padding: 20px 40px 20px 70px;
  position: relative;
  border-radius: 9px;
  display: block;
  background: #fff;
}
.sidebar_nav_contents_list a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 5px;
  bottom: 5px;
  background: var(--base-color);
  width: 40px;
  mask: 50% 50% / contain no-repeat;
}
.sidebar_nav_contents_list.lazyloaded .content::before {
  mask-image: url(img/common/ico_shop.svg);
}
.sidebar_nav_contents_list.lazyloaded .vision::before {
  mask-image: url(img/common/ico_dh.svg);
}
.sidebar_nav_contents_list.lazyloaded .circumstance::before {
  mask-image: url(img/common/ico_leaf.svg);
}
.sidebar_nav_contents_list.lazyloaded .flow::before {
  mask-image: url(img/common/ico_time.svg);
}
.sidebar_nav_contents_list.lazyloaded .requirements::before {
  mask-image: url(img/common/ico_note.svg);
}
.sidebar_nav_contents_list.lazyloaded .form::before {
  mask-image: url(img/common/ico_mail.svg);
}
.sidebar_nav_contents_list a::after {
  content: "";
  position: absolute;
  right: 15px;
  border-top: 2px solid var(--base-color);
  border-right: 2px solid var(--base-color);
  width: 10px;
  height: 10px;
  rotate: 45deg;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 959px) {
  .sidebar_nav_contents_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 559px) {
  .sidebar_nav_contents_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*==========================================================================*/
/*==サイドバー　ナビ   ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==header   ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==footer==*/
/*==========================================================================*/
footer {
  display: grid;
  grid-template-columns: 1fr 50%;
  grid-gap: 0 80px;
}
.footer__info {
  padding: 78px 0 80px;
  max-width: 472px;
  margin: 0 0 0 auto;
  width: 100%;
}
.footer__info__logo {
  width: 265px;
  margin-bottom: 18px;
}
.footer__info__time table {
  color: #4f4f4f;
  width: 100%;
}
.footer__info__time thead th, .footer__info__time thead td {
  background: #e6e6e6;
  padding: 5px 2px;
}
.footer__info__time tbody th, .footer__info__time tbody td {
  padding: 5px 2px;
  border-bottom: 1px solid #b3b3b3;
}
.footer__info__time tbody th {
  width: 10em;
}
.footer__info__time tbody td {
  color: #b3b3b3;
}
.footer__info__address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer__info__address__tel a {
  font-size: 32px;
  color: #d86299;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
  padding-left: 28px;
  background: url(img/header_tel.png) left center no-repeat;
  background-size: 18px auto;
  margin-bottom: 7px;
  text-decoration: none;
}
.footer__info__address__access {
  line-height: 1.6em;
  letter-spacing: 0.03em;
  color: #3c3c3c;
  font-size: 14px;
}
.footer__info__time__notice {
  color: #b3b3b3;
  text-align: right;
  margin-top: 3px;
  font-size: 13px
}
.footer__map {
  position: relative;
  height: 100%;
  min-height: 400px;
}
.footer__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.copyright {
  width: 100%;
  display: block;
  padding: 3px;
  text-align: center;
  background: var(--base-color);
  color: #fff;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  footer {
    display: block;
    grid-template-columns: unset;
  }
  .footer__info {
    margin: 0 auto;
    width: 90%;
  }
}
@media (max-width: 559px) {
  .footer__info__logo {
    max-width: 225px;
  }
}
.sp__footer__fixed01 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background: rgb(var(--base-color-rgb));
  z-index: 50;
}
.sp__footer__fixed01 > div {
  height: 100%;
}
.sp__footer__fixed01 a {
  display: grid;
  height: 100%;
  width: 100%;
  align-items: center;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  padding: 5px 20px;
}
.sp__footer__fixed01__form__inner {
  display: inline-block;
  padding: 5px 5px 5px 40px;
  position: relative;
}
.sp__footer__fixed01__form__inner::before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  top: 0;
  bottom: 0;
  background: url(img/common/ico_mail.svg) 50% 50% / contain no-repeat;
}
.page__top {
  right: 15px;
  bottom: 60px;
  position: fixed;
  z-index: 1000;
  background: var(--base-color);
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.page__top a {
  text-decoration: none;
  display: grid;
  width: 100%;
  height: 100%;
  justify-content: center;
  border-radius: 100%;
  background: var(--base-color);
  color: #fff;
  letter-spacing: 0;
  font-size: 11px;
  line-height: 1.2;
  padding: 10px 0 0;
  text-align: center;
}
.page__top .page__top__inner {
  position: relative;
}
.page__top .page__top__inner::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fff;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 560px) {
  .page__top {
    bottom: 15px;
  }
}
@media (min-width: 960px) {
  .page__top {
    width: 100px;
    height: 100px;
    right: 2%;
    bottom: 3%;
  }
  .page__top a {
    font-size: 18px;
    padding-top: 20px;
  }
  .page__top .page__top__inner::after {
    width: 20px;
    height: 17px;
    bottom: 15px;
  }
}
/*==========================================================================*/
/*==footer   ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==固定ページ　1カラム設定==*/
/*==========================================================================*/
.post_box_bg > .inner {
  max-width: 1320px;
  margin: auto;
  padding: 0 40px;
}
@media (max-width: 959px) {
  .post_box_bg > .inner {
    padding-left: 3.75%;
    padding-right: 3.75%;
  }
}
/*==========================================================================*/
/*==固定ページ  1カラム設定 ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==固定ページ　2カラム設定==*/
/*==========================================================================*/
.page > .inner, .single__page > .inner, .category > .inner {
  max-width: 1320px;
  margin: auto;
  padding: 0 40px;
}
.page__2column .main__content .post_box_bg > .inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 959px) {
  .page__2column {
    margin-bottom: 40px;
  }
  .sidebar__content {
    margin-top: 50px;
  }
  .page > .inner, .single__page > .inner, .category > .inner {
    padding-left: 3.75%;
    padding-right: 3.75%;
  }
}
@media (min-width: 960px) {
  .page__2column {
    max-width: 1320px;
    padding: 0 40px;
    margin: 0 auto 60px;
    display: grid;
    grid-template-columns: 67.19% 23.86%;
    justify-content: space-between;
  }
}
/*==========================================================================*/
/*==固定ページ  2カラム設定 ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==固定ページ　hタグ==*/
/*==========================================================================*/
.page h2, .single__page h2, .category h2 {
  padding: 0.6em 1em 0.7em;
  border: none;
  background: var(--base-color);
  color: #fff;
  font-size: 27px;
  outline: 0px solid #e8e8e8;
  outline-offset: 0px;
  text-shadow: none;
  text-align: center;
  filter: none;
  margin: 0 0 1.2em;
}
.page h3, .single__page h3, .category h3 {
  border-top: 0px solid #999;
  border-bottom: 0px solid #999;
  border-left: 7px solid var(--base-color);
  padding: .8em .9em;
  font-weight: bold;
  color: #333;
  font-size: 21px;
  background: #f7f7f7;
  margin: 0 0 1.2em;
}
.page h4, .single__page h4, .category h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
/*==========================================================================*/
/*==固定ページ  hタグ ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==固定ページ　キービジュアル==*/
/*==========================================================================*/
.keyvisual {
  position: relative;
  margin-bottom: 40px;
  height: 300px;
}
.keyvisual_title {
  position: absolute;
  mix-blend-mode: difference;
  color: #fff;
  font-size: 40px;
  top: 50%;
  left: 50%;
  margin-left: -480px;
  transform: translateY(-50%);
}
.keyvisual_img {
  height: 100%;
  width: 100%;
}
.keyvisual img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/*==========================================================================*/
/*==固定ページ  キービジュアル ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==カテゴリー==*/
/*==========================================================================*/
.category {
  padding-bottom: 60px
}
.category__list li, .top_blog_list li {
  padding: 5px 0;
  border-bottom: 1px solid #000;
}
.category__list li a, .top_blog_list li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.post_date {
  padding-right: 0.5em;
  display: inline-block;
}
.pagination {
  margin-top: 20px;
  display: flex;
  gap: 0 20px;
  justify-content: center;
}
.pagination > a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 15px;
  border: 1px solid #000;
  text-decoration: none;
}
.pagination > span {
  background: #fff;
  color: #000;
  padding: 15px;
  border: 1px solid #000;
}
@media (max-width: 959px) {
  .pagination {
    position: relative;
    padding-bottom: 70px;
  }
  .pagination .prev, .pagination .next {
    position: absolute;
    bottom: 0;
  }
  .pagination .prev {
    left: 0;
  }
  .pagination .next {
    right: 0;
  }
}
/*==========================================================================*/
/*==カテゴリー  ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==アクセスマップ==*/
/*==========================================================================*/
.access_changemap_wrap {
  background: #333;
}
.access_changemap_contents {
  padding: 15px;
}
.access_changemap_labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.access_changemap_labels > label {
  background: #EFEFEF;
  padding: 10px;
  text-align: center;
}
.access_changemap_labels > label > span {
  display: inline-block;
  position: relative;
  padding: 0 22px 0 0;
}
.access_changemap_labels > label > span::after {
  content: "";
  position: absolute;
  right: 0;
  width: 15px;
  height: 11px;
  clip-path: polygon(0% 0%, 100% 0, 50% 100%);
  background: #333;
  transform: translateY(-50%);
  top: 50%;
}
.access_changemap_contents .access_changemap_content {
  display: none;
}
#change_googlemap:checked ~ .access_changemap_labels label[for="change_googlemap"], #change_illustmap:checked ~ .access_changemap_labels label[for="change_illustmap"] {
  background: #333;
  color: #fff;
}
#change_googlemap:checked ~ .access_changemap_labels label[for="change_googlemap"] > span::after, #change_illustmap:checked ~ .access_changemap_labels label[for="change_illustmap"] > span::after {
  background: #fff;
}
#change_googlemap:checked ~ .access_changemap_contents .access_changemap_content:nth-child(1), #change_illustmap:checked ~ .access_changemap_contents .access_changemap_content:nth-child(2) {
  display: block;
}
.access_changemap_content {
  position: relative;
  height: 500px;
  width: 100%;
}
.access_changemap_content iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.route__slide__wrap {
  margin-top: -60px;
  padding: 60px;
  position: relative;
}
.route__slide {}
/* ページネーション共通のスタイル */
.route__slide__wrap .swiper-pagination-bullet {
  background-color: #333;
  color: #fff;
  font-size: 16px;
  height: 30px;
  line-height: 28px;
  transition: transform .2s linear;
  width: 30px;
  letter-spacing: 0;
  border-radius: 0;
}
/* 現在のページネーションのスタイル */
.route__slide__wrap .swiper-pagination-bullet-active {
  background-color: #333;
  color: #fff;
}
/* ページネーションの余白(位置) */
.route__slide__wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .route__slide__wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px 10px 0;
  position: relative;
}
/* 画像のサイズ調整 */
.route__slide .swiper-slide img {
  height: auto;
  width: 100%;
}
.route__slide__wrap .swiper-button-next, .route__slide__wrap .swiper-button-prev {
  width: 20px;
  height: 20px;
  color: #000;
}
/*==========================================================================*/
/*==アクセスマップ ここまで==*/
/*==========================================================================*/
/*===================================================
歯科医師出勤予定のポップアップ
===================================================*/
.modalArea {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
  max-height: 100vh;
}
.modalWrapper.large {
  max-width: unset;
}
.modalWrapper h1 {
  font-size: 120%;
  font-weight: bold;
}
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
@media (max-width: 959px) {
  .modalWrapper {
    overflow: scroll;
  }
}
.contactForm_box {
  max-width: fit-content;
  margin: auto;
}
.input-box {
  margin-bottom: 30px;
}
.input-box .error-message {
  display: none;
  color: #f00;
  font-size: 90%;
}
.input-box .wpcf7-not-valid-tip {
  display: none;
}
.input-box:has(.wpcf7-not-valid-tip) .error-message {
  display: block;
}
.input-wrappr {
  position: relative;
  width: 100%;
  max-width: 400px;
  border: 1px solid #c8ccd4;
}
.input-wrappr input {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 0.5em;
  height: 2.5em;
  font-size: 16px;
  font-weight: 500;
  background: none;
  border-radius: 0;
  transition: all 0.15s ease;
}
.input-wrappr .input-name {
  position: absolute;
  inset: 0.3em auto auto 1em;
  transform-origin: 0 0;
  transition: all 0.2s ease;
}
.input-wrappr:has(textarea) .input-name, .input-wrappr:has(select) .input-name, .input-wrappr:has(input:focus) .input-name, .input-wrappr:has(input:hover) .input-name, .input-wrappr:has(input:not(:placeholder-shown)) .input-name {
  font-size: .8em;
  /*    inset -1em; auto auto 1em;*/
  inset: -1em auto auto 1em;
  background: #fff;
  padding: 0 .5em;
}
.input-wrappr select {
  border: 0;
  padding: 15px 0.2em 10px 0.2em;
  width: 100%;
}
.input-wrappr textarea {
  border: 0;
  padding: 15px 0.2em 10px 0.5em;
  width: 100%;
  height: 200px;
}
/*
.input-wrappr:has(input:focus) .input-name {
  color: #07f;
  transform: translateY(-26px) scale(0.75);
}
*/
.contactForm_box_btn {
  text-align: center;
}
.contactForm_box_btn input {
  -webkit-appearance: none;
  padding: 15px 20px;
  background: #333;
  border: 0;
  color: #fff;
  min-width: 200px;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
}
.contactForm_box_btn input:hover {
  opacity: 0.7;
}
.contactForm_box_btn .remove_btn {
  border: 1px solid #333;
  background: #fff;
  color: #333;
  margin-top: 40px;
}
.contactForm_box table {
  margin-bottom: 30px;
}
.contactForm_box table th, .contactForm_box table td {
  padding: 0.8em 1em;
  text-align: left;
}
.contactForm_box table tr:nth-child(2n+1) th, .contactForm_box table tr:nth-child(2n+1) td {
  background: #eee;
}
.contactForm_box .wpcf7-spinner {
  position: absolute;
}
/*==========================================================================*/
/*==top お問い合わせフォーム==*/
/*==========================================================================*/
.contact_form {
  width: 100%;
  margin: auto;
}
.contact_form table {
  width: 100%;
  margin-bottom: 20px;
}
.contact_form th, .contact_form td {
  padding: 10px;
  border-top: 1px solid rgba(var(--base-color-rgb), 0.5);
  line-height: 1.4;
  text-align: left;
}
.contact_form th {
  vertical-align: top;
}
.contact_form tr:last-child th, .contact_form tr:last-child td {
  border-bottom: 1px solid rgba(var(--base-color-rgb), 0.5);
}
.contact_form tr:nth-child(2n+0) th, .contact_form tr:nth-child(2n+0) td {
  background: rgba(255, 255, 255, 0.2);
}
.contact_form th {
  width: 40%;
  text-align: left;
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"], .contact_form select, .contact_form textarea {
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid rgba(var(--base-color-rgb), 1);
}
.contact_form input[type="text"][size="20"] {
  width: 3em;
}
.contact_form input[type=checkbox] {
  width: auto;
  display: none;
}
.mwform-checkbox-field-text {
  padding-left: 2.3em;
  min-height: 2em;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1.4;
}
.mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid rgba(var(--base-color-rgb), 1);
  line-height: 1;
  transform: translateY(-50%);
}
input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-65%) rotate(45deg);
  width: 0.5em;
  height: 0.9em;
  border-right: 2px solid rgba(var(--base-color-rgb), 1);
  border-bottom: 2px solid rgba(var(--base-color-rgb), 1);
}
.contact_form textarea {
  height: 160px;
  max-width: 100% !important;
  width: 100% !important;
}
.contact_form .rq, .contact_form .no_rq {
  font-size: 85%;
  vertical-align: top;
  display: inline-block;
  color: #fff;
  padding: 3px 7px 5px;
  float: right;
  margin-top: 2%;
  line-height: 1;
}
.contact_form .rq {
  background: #f00;
}
.contact_form .no_rq {
  background: #00b7ca;
}
.submit_btn {
  text-align: center;
  margin: 30px 0;
}
.submit_btn > span {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.submit_btn > span::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 192px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #ffffff transparent;
}
.submit_btn button {
  width: 240px;
  padding: 10px;
  margin: 10px auto 0;
  -webkit-appearance: none;
  background: rgba(var(--base-color-rgb), 1);
  border: 0;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  border-radius: 10px;
  outline: 0;
  position: relative;
  display: block;
}
.submit_btn button[name="submitBack"] {
  width: 180px;
  border: 1px solid rgba(var(--base-color-rgb), 1);
  background: none;
  color: rgba(var(--base-color-rgb), 1);
  margin-top: 40px;
}
.submit_btn button:hover {
  opacity: .7;
}
@media (max-width: 959px) {
  .contact_form {
    width: 90%;
    font-size: 120%;
  }
  .submit_btn button {
    margin-bottom: 20px;
  }
}
@media (max-width: 559px) {
  .contact_form th, .contact_form td {
    width: 100%;
    display: block;
  }
  .contact_form tr:last-child th {
    border-bottom: 0;
  }
  .contact_form td {
    border-top: 0;
  }
  .contact_form .rq, .contact_form .no_rq {
    margin: 0;
  }
}
.form_advertising {
  width: 1080px;
  max-width: 100%;
  margin: auto;
  font-size: 18px;
}
.form_advertising table {
  width: 100%;
}
.form_advertising tr:nth-child(4n+1), .form_advertising tr:nth-child(4n+2) {
  background: #eee;
}
.form_advertising th, .form_advertising td {
  padding: 10px;
}
.form_advertising select {
  font-size: unset;
  padding: 10px;
  font-family: unset;
}
.form_advertising input[type="text"], .form_advertising input[type="email"] {
  padding: 10px;
}
.form_advertising .submit_notice {
  margin: 10px;
  text-align: center;
}
.form_advertising .btn_submit {
  text-align: center;
  margin: 10px;
  padding: 10px;
}
.btn_submit button {
  padding: 10px;
  cursor: pointer;
}
.datepicker__wrap {
  display: inline-block;
  position: relative;
}
.datepicker__wrap::before {
  content: "";
  position: absolute;
  left: 0.5em;
  mask: url("img/common/ico_calender.png") 0% 50% / auto 50% no-repeat;
  background: var(--base-color);
  top: 0;
  bottom: 0;
  width: 2em;
  z-index: 1;
}
@media (max-width: 559px) {
  .datepicker_wrap {
    margin-bottom: 20px;
  }
}
.contact_form .datepicker__wrap .hasDatepicker {
  width: 12em;
  position: relative;
  padding-left: 2.3em;
}
.mw_wp_form_preview .datepicker__wrap {
  padding-left: 2.3em;
}
.mw_wp_form_preview .datepicker__wrap::before {
  background-size: contain;
}
.mw_wp_form_preview .preview_hide {
  display: none;
}
.access {
  padding: 0 3.75%;
  margin-bottom: 20px;
  text-align: center;
}
.google-map {
  position: relative;
  padding-top: 300px;
}
.google-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

