@charset "UTF-8";
/*
Theme Name: 木の実歯科クリニック
Theme URI: https://web-creator01.com/petit_hoikuen-kn/info/
Description: テンプレート「木の実歯科クリニック」のWordPressページです。
Version: 1.1
Author: owndmedia.lab(kn)
*/
/* ************************************************************************************************
   共通
   ************************************************************************************************ */
* {
  letter-spacing: 0.05em;
}

html,
body {
  width: 100%;
  font-size: 16px;
  line-height: 2;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  background: #fefefe;
  overflow-x: clip;
}

h1 {
  font-size: 10px;
}

h2 {
  font-size: clamp(2.25rem, 1.5rem + 2vw, 3rem);
}

h3 {
  font-size: clamp(1.75rem, 1.25rem + 1.333vw, 2.25rem);
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 18px;
}

p {
  font-size: 16px;
}

a {
  font-size: 16px;
  text-decoration: none;
}

li,
th,
td,
address {
  font-size: 16px;
}

img {
  max-width: 100%;
}

img,
svg {
  vertical-align: bottom;
}

/* マウスドラッグした時の文字色 */
::-moz-selection {
  background: #a6d2b8;
  color: #fefefe;
}
::selection {
  background: #a6d2b8;
  color: #fefefe;
}

/* 改行 */
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

/* スマホ切り替え */
.only-sp {
  display: none;
}

/* ページ全体の余白など */
#page {
  overflow: hidden;
  width: 100%;
}

.wrap {
  width: 1080px;
  padding: 0 30px;
  margin: 0 auto;
}

.wrap2 {
  width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
}

.wrap3 {
  width: min(95%, 1550px);
  margin: 0 auto;
}

/* 見出し */
:is(.h3__ttl--left, .h3__ttl--right, .h3__ttl--center) {
  word-break: keep-all;
}

.h3__ttl--left {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(4rem, 2rem + 5.333vw, 6rem);
}
.h3__ttl--left::before {
  width: 77px;
  height: 77px;
  background-color: rgba(166, 210, 184, 0.4);
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -40px;
  z-index: -1;
}
.h3__ttl--left .circle01 {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(166, 210, 184, 0.3);
  bottom: -36%;
  left: -66px;
}
.h3__ttl--left .circle02 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(166, 210, 184, 0.2);
  bottom: 33%;
  left: -100px;
}

.h3__ttl--right {
  text-align: right;
  position: relative;
  z-index: 1;
  margin-bottom: clamp(4rem, 2rem + 5.333vw, 6rem);
}
.h3__ttl--right::before {
  width: 77px;
  height: 77px;
  background-color: rgba(166, 210, 184, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -3%;
  z-index: -1;
}
.h3__ttl--right .circle01 {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(166, 210, 184, 0.4);
  bottom: -83%;
  right: -5%;
}
.h3__ttl--right .circle02 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(166, 210, 184, 0.3);
  bottom: -12%;
  right: -7%;
}

.h3__ttl--center {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(2rem, 1rem + 2.667vw, 3rem);
}
.h3__ttl--center h3 {
  margin: 0 15px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}
.h3__ttl--center .circle01,
.h3__ttl--center .circle02 {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 5px;
}
.h3__ttl--center .circle01 {
  background-color: rgba(166, 210, 184, 0.3);
}
.h3__ttl--center .circle02 {
  background-color: rgba(166, 210, 184, 0.5);
}

/* ボタン */
.btn01 {
  font-size: 17px;
  color: #c5924a;
  border: 1px solid #c5924a;
  border-radius: 60px;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.4s;
  position: relative;
}
.btn01::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px dashed #fefefe;
  border-radius: 60px;
  width: 97%;
  height: 97%;
}
.btn01:hover {
  background-color: #934602;
  color: #fefefe;
  transition: all 0.3s;
}
.btn01--center {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.btn01--right {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.btn01--color02 {
  background-color: #c5924a;
  color: #fff;
}
.btn01--color02:hover {
  background-color: #934602;
  color: #fff;
}

/* スクロールバー */
::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: #fefefe;
}

::-webkit-scrollbar-thumb {
  background: #b07037;
  border-radius: 8px;
}

/*flex*/
.flex {
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
}

/*コンテンツ区切りウェーブ*/
svg:has(:is(.wave01, .wave02, .wave03)) {
  position: relative;
}

svg:has(.fill-bottom) {
  top: 1px;
}

svg:has(.fill-top) {
  bottom: 1px;
}

.wave01 {
  fill: #007c36;
}

.wave02 {
  fill: #fefefe;
}

.wave03 {
  fill: #e8f1eb;
}

.footer__svg {
  margin-bottom: -10px;
}

/*円*/
/***** 共通ヘッダー *****/
header::before {
  position: relative;
  z-index: 20;
}

/***** 下層ページヘッダー *****/
.header-sub {
  margin-top: -10%;
  z-index: 10;
}
.header-sub .header-sub__wrap {
  text-align: center;
}
.header-sub .header-sub__wrap .header-sub__box {
  position: relative;
  z-index: 30;
  overflow: hidden;
  border-radius: 40px;
}
.header-sub .header-sub__wrap .header-sub__box::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #fefefe;
  border-radius: 40px;
  width: 99%;
  height: 98%;
}
.header-sub .header-sub__wrap .header-sub__box img {
  border-radius: 40px;
  transition: ease-in-out 0.6s;
  transition-delay: 1.4s;
  transform: scale(1.3);
}
.header-sub .header-sub__wrap .header-sub__box img.active {
  transform: scale(1);
}
.header-sub .header-sub__wrap h2 {
  margin-top: 40px;
  line-height: 1.2;
  font-weight: 400;
}
.header-sub .header-sub__wrap h2 span {
  font-size: clamp(1.125rem, 0.875rem + 0.667vw, 1.375rem);
  color: #c5924a;
  display: block;
  margin-top: clamp(0.75rem, 0.5rem + 0.667vw, 1rem);
  font-weight: 400;
}

/***** ヘッダー *****/
header svg {
  position: relative;
  z-index: 20;
}

/***** フッター *****/
footer {
  padding: 70px 0 30px;
  background-color: #e8f1eb;
}
footer .footer__wrap {
  justify-content: space-between;
  gap: clamp(2rem, 1rem + 2.667vw, 3rem);
}
footer .footer__wrap .footer__container .footer__logo {
  display: block;
  width: min(100%, 400px);
  transition: all 0.4s;
}
footer .footer__wrap .footer__container .footer__logo:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
footer .footer__wrap .footer__container address {
  margin: clamp(0.75rem, 0.5rem + 0.667vw, 1rem) 0 clamp(0.25rem, 0.125rem + 0.333vw, 0.375rem);
}
footer .footer__wrap .footer__container .footer__tel {
  transition: all 0.4s;
}
footer .footer__wrap .footer__container .footer__tel:hover {
  color: #b07037;
  transition: all 0.3s;
}
footer .footer__wrap .footer__container .footer__sns {
  margin: clamp(0.75rem, 0.5rem + 0.667vw, 1rem) 0;
}
footer .footer__wrap .footer__container .footer__sns a {
  transition: all 0.4s;
}
footer .footer__wrap .footer__container .footer__sns a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
footer .footer__wrap .footer__container .footer__sns a:first-of-type {
  margin-right: 15px;
}
footer .footer__wrap .footer__container .footer__map {
  filter: saturate(0.5);
}
footer .footer__wrap .footer__container small {
  font-size: 13px;
  text-align: right;
  margin-top: 25px;
  display: block;
}

/*コンタクトボタン*/
#contact_btn {
  display: none;
}

/***** ヘッダー *****/
header .header__wrap {
  position: relative;
}
header .header__wrap #header__gmenu {
  width: 100%;
  height: 100px;
  padding-inline: 30px;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: all 0.5s;
}
header .header__wrap #header__gmenu .header__logo {
  width: clamp(220px, 15%, 400px);
  transition: all 0.3s;
}
header .header__wrap #header__gmenu .header__logo:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
header .header__wrap #header__gmenu .header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .header__wrap #header__gmenu ul li {
  display: inline-block;
  margin: 0 clamp(1rem, 0.5rem + 1.333vw, 1.5rem);
}
header .header__wrap #header__gmenu ul li a {
  font-size: clamp(0.875rem, 0.75rem + 0.333vw, 1rem);
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
header .header__wrap #header__gmenu ul li a span {
  font-size: clamp(0.063rem, -0.625rem + 1.833vw, 0.75rem);
  color: #c5924a;
}
header .header__wrap #header__gmenu ul li a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background: #b07037;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header .header__wrap #header__gmenu ul li a:hover::after {
  width: 100%;
}
header .header__wrap #header__gmenu.hide {
  transform: translateY(-100%);
}
header .header__wrap #header__gmenu.bg {
  background: rgba(254, 254, 254, 0.8);
}
header .header__wrap .header__tel {
  background-color: rgba(240, 220, 0, 0.7);
  display: block;
  width: auto;
  height: 100%;
  line-height: 1.8;
  padding: 0 20px;
  text-align: center;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
header .header__wrap .header__tel span {
  font-size: 20px;
  font-weight: 600;
}
header .header__wrap .header__tel:hover {
  color: #fefefe;
  background-color: rgba(176, 112, 55, 0.7);
  transition: all 0.3s;
}

/* ハンバーガーメニュー */
#h-menu {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 101;
  cursor: pointer;
  backface-visibility: hidden;
  border-radius: 50%;
  background-color: #b07037;
  display: none;
}

.h-menu__line,
.close__line {
  display: block;
  width: 25px;
  height: 3px;
  right: 12px;
  top: 14px;
  border-radius: 10px;
  position: absolute;
  transition: transform 0.3s;
  background-color: #fff;
}

.h-menu__line.active {
  display: none;
}

.h-menu__line--center {
  top: 24px;
}

.h-menu__line--bottom {
  top: 34px;
}

.h-menu--close {
  display: none;
}

.h-menu--close.active {
  display: block;
}

.close__line--top {
  top: 23px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.close__line--bottom {
  top: 23px;
  transform: rotate(135deg);
  transition: all 0.3s;
}

#gnav-sp {
  width: 48%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  backface-visibility: hidden;
  background-color: rgba(166, 210, 184, 0.9);
  display: none;
}
#gnav-sp .gnav-sp__wrap {
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li {
  margin-bottom: 35px;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a {
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a span {
  font-size: 13px;
  color: #b07037;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background: #b07037;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a:hover::after {
  width: 100%;
}

/* ************************************************************************************************
   アニメーション
   ************************************************************************************************ */
/***** loading01 *****/
#splash {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #007c36;
  text-align: center;
  color: #c5924a;
}

#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
}

#splash_text svg {
  height: 2px;
}

/***** loading02 *****/
#loading-sub {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: #007c36;
}

#loading-sub.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 1.1s;
  animation-delay: unset;
}

@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
/***** ページトップに戻るボタン *****/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #b07037;
  color: #fefefe;
  border: 2px solid #b07037;
  border-radius: 50%;
  backface-visibility: hidden;
  transition: 0.5s;
}

#page_top a:hover {
  opacity: 1;
  transition: 0.5s;
  background: #fefefe;
  color: #b07037;
  border-color: #b07037;
}

#page_top .material-icons {
  position: absolute;
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/***** コンタクトボタン *****/
#contact_btn {
  width: 50px;
  height: 50px;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 20;
}

#contact_btn a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #f0dc00;
  color: #333;
  border: 2px solid #f0dc00;
  border-radius: 50%;
  backface-visibility: hidden;
  transition: 0.5s;
}

#contact_btn a:hover {
  opacity: 1;
  transition: 0.5s;
  background: #fefefe;
  color: #f0dc00;
  border-color: #f0dc00;
}

#contact_btn .material-icons {
  position: absolute;
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/* ************************************************************************************************
   微調整
   ************************************************************************************************ */
@media screen and (max-width: 1700px) {
  header .header__wrap #header__gmenu ul li a {
    font-size: 14px;
  }
  header .header__wrap #header__gmenu ul li a span {
    font-size: 10px;
  }
}
@media screen and (max-width: 1536px) {
  header .header__wrap #header__gmenu {
    padding-left: 2.5vw;
  }
  header .header__wrap #header__gmenu ul li {
    margin: 0 0.8vw;
  }
  header .header__wrap #header__gmenu ul li a {
    margin: 0;
  }
}
@media screen and (max-width: 1400px) {
  .wrap2 {
    width: 95%;
  }
}
@media screen and (max-width: 1366px) {
  header .header__wrap #header__gmenu {
    height: 90px;
  }
  header .header__wrap #header__gmenu ul li {
    margin: 0 0.5vw;
  }
  header .header__wrap #header__gmenu ul li a {
    font-size: 15px;
  }
  header .header__wrap #header__gmenu ul li a span {
    font-size: 9px;
  }
  header .header__wrap .header__tel span {
    font-size: 19px;
  }
  footer .footer__wrap .footer__container {
    width: 50%;
  }
  footer .footer__wrap .footer__container:first-of-type {
    padding-right: 40px;
  }
  footer .footer__wrap .footer__container .footer__map {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  header .header__wrap #header__gmenu ul li a {
    font-size: 16px;
  }
  header .header__wrap #header__gmenu ul li a span {
    font-size: 12px;
  }
  header .header__wrap .header__tel span {
    font-size: 17px;
    word-break: keep-all;
  }
}
@media screen and (max-width: 1167px) {
  header .header__wrap #header__gmenu {
    padding-left: 2vw;
  }
  header .header__wrap #header__gmenu ul li {
    margin: 0 1vw;
  }
  header .header__wrap #header__gmenu ul li a {
    font-size: 15px;
  }
  header .header__wrap .header__tel {
    padding: 0 10px;
  }
  header .header__wrap .header__tel span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1080px) {
  .wrap {
    width: 100%;
    padding: 0 50px;
  }
}
/* ************************************************************************************************
   1280px
   ************************************************************************************************ */
@media screen and (max-width: 1280px) {
  header .header__wrap #header__gmenu ul {
    display: none;
  }
  #h-menu {
    display: block;
  }
}
/* ************************************************************************************************
   1025px
   ************************************************************************************************ */
@media screen and (max-width: 1025px) {
  p,
  a,
  li,
  th,
  td,
  address,
  select,
  input {
    font-size: 15px;
  }
  .btn01 {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 32px;
  }
  header .header__wrap #header__gmenu {
    padding: 0 3vw;
    height: 85px;
  }
  header .header__wrap #header__gmenu ul li {
    margin: 0 0 0 2.5vw;
  }
  header .header__wrap .header__tel {
    display: none;
  }
  #contact_btn {
    display: block;
  }
  footer .footer__wrap .footer__container .footer__logo img {
    max-width: 250px;
  }
  .header-sub {
    margin-top: -8%;
  }
  .header-sub .header-sub__wrap h2 span {
    font-size: 20px;
    margin-top: 15px;
  }
  .h3__ttl--right {
    margin-right: 5%;
  }
  .h3__ttl--right::before {
    width: 67px;
    height: 67px;
  }
  .h3__ttl--right .circle01 {
    width: 35px;
    height: 35px;
    bottom: -75%;
  }
  .h3__ttl--right .circle02 {
    width: 27px;
    height: 27px;
    bottom: -8%;
    right: -8%;
  }
  .h3__ttl--left {
    margin-left: 5%;
  }
  .h3__ttl--left::before {
    width: 67px;
    height: 67px;
  }
  .h3__ttl--left .circle01 {
    width: 43px;
    height: 43px;
  }
  .h3__ttl--left .circle02 {
    width: 27px;
    height: 27px;
    left: -11%;
  }
  .h3__ttl--center .circle01,
  .h3__ttl--center .circle02 {
    width: 27px;
    height: 27px;
  }
}
/* ************************************************************************************************
   960px
   ************************************************************************************************ */
@media screen and (max-width: 959px) {
  header .header__wrap #header__gmenu {
    height: 80px;
  }
  footer .footer__wrap {
    flex-direction: column;
    align-items: center;
  }
  footer .footer__wrap .footer__container {
    width: 85%;
    text-align: center;
  }
  footer .footer__wrap .footer__container:first-of-type {
    padding-right: 0;
    margin-bottom: 40px;
  }
  footer .footer__wrap .footer__container .footer__sns {
    margin: 30px 0 40px;
  }
  footer .footer__wrap .footer__container small {
    text-align: center;
  }
  .header-sub {
    margin-top: -6%;
  }
}
/* ************************************************************************************************
   iPhone横
   ************************************************************************************************ */
@media (orientation: landscape) and (max-width: 927px) {
  .header-sub .header-sub__wrap .header-sub__box img {
    transform: scale(1);
  }
  #gnav-sp {
    width: 100%;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li {
    display: inline-block;
    width: 20%;
    margin: 20px 0;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul {
    text-align: center;
  }
}
/* ************************************************************************************************
   768px
   ************************************************************************************************ */
@media screen and (max-width: 767px) {
  header::before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background-color: #e8f1eb;
  }
}
/* ************************************************************************************************
   560px
   ************************************************************************************************ */
@media screen and (max-width: 559px) {
  p,
  a,
  li,
  th,
  td,
  address,
  select,
  input {
    font-size: 14px;
  }
  .btn01 {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 26px;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  .only-pc {
    display: none;
  }
  .wrap,
  .wrap2 {
    padding: 0 30px;
  }
  header::before {
    height: 30px;
  }
  header .header__wrap #header__gmenu .header__logo h1 img {
    width: 50vw;
  }
  header .header__wrap #header__gmenu {
    padding: 0 6vw;
  }
  #h-menu {
    width: 45px;
    height: 45px;
  }
  .h-menu__line,
  .close__line {
    width: 20px;
    height: 2px;
  }
  .h-menu__line {
    top: 14px;
  }
  .h-menu__line--center {
    top: 22px;
  }
  .h-menu__line--bottom {
    top: 30px;
  }
  .close__line {
    top: 22px;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li {
    margin-bottom: 25px;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a {
    font-size: 15px;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a span {
    font-size: 12px;
  }
  footer {
    padding: 60px 0 20px;
  }
  footer .footer__wrap .footer__container {
    width: 100%;
  }
  footer .footer__wrap .footer__container small {
    font-size: 12px;
  }
  footer .footer__wrap .footer__container .footer__sns {
    margin: 25px 0 35px;
  }
  footer .footer__wrap .footer__container address {
    margin: 35px 0 15px;
  }
  footer .footer__wrap .footer__container .footer__map {
    height: 40vh;
  }
  .header-sub {
    margin-top: 3%;
    padding-bottom: 20px;
  }
  .header-sub .header-sub__wrap h2 {
    margin-top: 25px;
  }
  .header-sub .header-sub__wrap h2 span {
    font-size: 15px;
  }
  .header-sub .header-sub__wrap .header-sub__box {
    border-radius: 20px;
  }
  .header-sub .header-sub__wrap .header-sub__box img {
    border-radius: 20px;
    transform: scale(1);
  }
  .header-sub .header-sub__wrap .header-sub__box::after {
    border-radius: 20px;
    border-width: 1px;
    width: 98%;
    height: 97%;
  }
  #page_top {
    width: 45px;
    height: 45px;
    right: 15px;
    bottom: 15px;
  }
  #page_top a {
    width: 45px;
    height: 45px;
  }
  #page_top .material-icons {
    font-size: 22px;
    width: 22px;
    height: 22px;
  }
  #contact_btn {
    bottom: 15px;
    left: 15px;
  }
  .h3__ttl--left {
    padding-left: 2rem;
  }
  .h3__ttl--left::before {
    left: 2%;
    width: 60px;
    height: 60px;
  }
  .h3__ttl--left .circle01 {
    width: 33px;
    height: 33px;
    bottom: -40%;
    left: -2%;
  }
  .h3__ttl--left .circle02 {
    width: 22px;
    height: 22px;
    left: -8%;
  }
  .h3__ttl--right {
    margin-right: 0;
    text-align: center;
  }
  .h3__ttl--right::before {
    width: 60px;
    height: 60px;
  }
  .h3__ttl--right .circle01 {
    width: 30px;
    height: 30px;
    bottom: -62%;
    right: 10%;
  }
  .h3__ttl--right .circle02 {
    width: 22px;
    height: 22px;
    bottom: 19%;
    right: 8%;
  }
  .h3__ttl--right::before {
    right: 18%;
  }
  .h3__ttl--center h3 {
    margin: 0 12px;
  }
  .h3__ttl--center .circle01,
  .h3__ttl--center .circle02 {
    width: 22px;
    height: 22px;
  }
}
/* ************************************************************************************************
   320px
   ************************************************************************************************ */
@media screen and (max-width: 341px) {
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 15px;
  }
  h5 {
    font-size: 15px;
  }
  p,
  a,
  li,
  th,
  td,
  address,
  select,
  input {
    font-size: 13px;
  }
  .btn01 {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 26px;
  }
  .wrap,
  .wrap2 {
    padding: 0 20px;
  }
  header .header__wrap #header {
    height: 60px;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li {
    margin: 20px 0;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a {
    font-size: 14px;
  }
}
/* ************************************************************************************************
   追加コンポーネント
   ************************************************************************************************ */
/*** c-ttl01 ***/
.c-ttl01 {
  display: flex;
  align-items: center;
  margin-bottom: clamp(1rem, 0.5rem + 1.333vw, 1.5rem);
  word-break: keep-all;
  font-size: clamp(1.375rem, 1rem + 1vw, 1.75rem);
  line-height: 1.7;
  color: inherit;
}
.c-ttl01 span::before, .c-ttl01 span::after {
  flex-shrink: 0;
  display: block;
  width: clamp(1rem, 0.875rem + 0.333vw, 1.125rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #934602;
}
.c-ttl01 span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.c-ttl01 span::before, .c-ttl01 span::after {
  content: "";
}
.c-ttl01 span::before {
  opacity: 0.7;
  background-color: #c5924a;
}
.c-ttl01 span::after {
  margin-left: -25%;
  opacity: 0.7;
}

/*** c-ttl02 ***/
.c-ttl02 {
  display: grid;
  grid-template-columns: 3px 1fr;
  gap: clamp(0.5rem, 0.25rem + 0.667vw, 0.75rem);
  line-height: 1.5;
  margin-bottom: clamp(0.75rem, 0.5rem + 0.667vw, 1rem);
  padding: clamp(0.75rem, 0.5rem + 0.667vw, 1rem) clamp(1rem, 0.5rem + 1.333vw, 1.5rem);
  border-radius: 3px;
  background-color: #e8f1eb;
  font-size: clamp(1.125rem, 0.875rem + 0.667vw, 1.375rem);
  color: #333;
}
.c-ttl02::before {
  content: "";
  background-color: #007c36;
  border-radius: 3px;
}

.c-section-catchphrase {
  margin-bottom: clamp(0.75rem, 0.5rem + 0.667vw, 1rem);
  font-size: clamp(1.125rem, 0.875rem + 0.667vw, 1.375rem);
  color: #b07037;
}
.c-section-catchphrase--for-color-bg {
  color: #ebbb76;
}

/*** c-floating-btn ***/
.c-floating-btn {
  --container-inset-pc: auto 40px 80px auto;
  --container-inset-sp: auto 0 0 0;
  --link-padding-pc: clamp(0.75rem, 0.5rem + 0.667vw, 1rem) clamp(2rem, 1rem + 2.667vw, 3rem);
  --link-padding-sp: clamp(0.5rem, 0.25rem + 0.667vw, 0.75rem) clamp(1rem, 0.5rem + 1.333vw, 1.5rem);
  --link1-background: #c5924a;
  --link1-color: #fff;
  --link1-hover-background: #f0dc00;
  --link1-hover-color: #333;
  --link1-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%239c675e' d='M478.047 400.316c-19.356-18.424-81.443-56.049-97.112-61.134-15.659-5.096-36.341 8.668-43.342 27.382-7.012 18.715-16.85 16.022-16.85 16.022s-37.242-17.472-101.504-93.726-75.167-115.92-75.167-115.92-.984-10.16 18.662-13.898c19.615-3.729 36.693-21.769 34.321-38.071-2.34-16.301-28.904-83.876-43.776-106.06C138.377-7.262 105.153.61 97.593 5.146c-7.571 4.536-86.756 45.692-71.842 135.492 14.934 89.801 57.26 164.294 105.904 222.022 48.644 57.726 114.884 112.087 200.863 142.018 85.958 29.93 139.956-41.136 145.704-47.826 5.749-6.68 19.139-38.091-.175-56.536'/%3E%3C/svg%3E");
  --link2-background: #b07037;
  --link2-color: #fff;
  --link2-hover-background: #934602;
  --link2-hover-color: #333;
  --link2-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%23000'%3E%3Cpath d='M149.193 103.525c15.994 0 28.964-12.97 28.964-28.972V28.964C178.157 12.97 165.187 0 149.193 0 133.19 0 120.22 12.97 120.22 28.964v45.589c0 16.003 12.97 28.972 28.973 28.972zM362.815 103.525c15.995 0 28.964-12.97 28.964-28.972V28.964C391.78 12.97 378.81 0 362.815 0c-16.002 0-28.972 12.97-28.972 28.964v45.589c0 16.003 12.97 28.972 28.972 28.972zM435.164 41.288h-17.925v33.265c0 30.017-24.414 54.431-54.423 54.431-30.017 0-54.431-24.414-54.431-54.431V41.288H203.616v33.265c0 30.017-24.415 54.431-54.423 54.431-30.016 0-54.432-24.414-54.432-54.431V41.288H76.836c-38.528 0-69.763 31.234-69.763 69.763v331.186C7.073 480.766 38.309 512 76.836 512h358.328c38.528 0 69.763-31.234 69.763-69.763V111.051c0-38.529-31.235-69.763-69.763-69.763zm14.859 388.701c0 17.826-14.503 32.328-32.329 32.328H94.306c-17.826 0-32.329-14.502-32.329-32.328V170.877h388.047v259.112z'/%3E%3Crect x='220.58' y='334.908' width='70.806' height='70.798'/%3E%3Crect x='110.839' y='334.908' width='70.808' height='70.798'/%3E%3Crect x='330.338' y='225.151' width='70.824' height='70.807'/%3E%3Crect x='330.338' y='334.908' width='70.824' height='70.798'/%3E%3Crect x='220.58' y='225.151' width='70.806' height='70.807'/%3E%3Crect x='110.839' y='225.151' width='70.808' height='70.807'/%3E%3C/g%3E%3C/svg%3E");
  --link3-background: #934602;
  --link3-color: #fff;
  --link3-hover-background: #934602;
  --link3-hover-color: #333;
  --link3-icon: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M341.374 265.845l168.152 146.591c1.599-5.25 2.474-10.818 2.474-16.583V117.087L341.374 265.845z'/%3E%3Cpath d='M256 283.102c7.208-.015 14.31-2.492 20.11-7.538L499.591 80.739c-10.424-13.076-26.458-21.478-44.481-21.478H56.89c-18.023 0-34.057 8.401-44.481 21.478L235.89 275.564C241.682 280.61 248.792 283.087 256 283.102z'/%3E%3Cpath d='M0 117.087v278.766c0 5.765.875 11.333 2.473 16.583l168.152-146.599L0 117.087z'/%3E%3Cpath d='M299.474 302.367c-12.432 10.841-28 16.303-43.474 16.288-15.474.015-31.05-5.454-43.474-16.288l-14.845-12.939L23.151 441.579c9.447 6.978 21.092 11.159 33.739 11.159h398.22c12.647 0 24.291-4.181 33.738-11.159l-174.53-152.151L299.474 302.367z'/%3E%3C/svg%3E");
  position: fixed;
  z-index: 100;
  inset: var(--container-inset-pc);
}
@media (width < 1280px) {
  .c-floating-btn {
    inset: var(--container-inset-sp);
    width: 100%;
  }
}
.c-floating-btn .c-floating-btn__inner {
  display: flex;
  flex-wrap: wrap;
}
@media (width >= 1280px) {
  .c-floating-btn .c-floating-btn__inner {
    flex-direction: column;
    align-items: end;
    gap: 0.75rem;
  }
}
@media (width >= 1280px) {
  .c-floating-btn .c-floating-btn__item {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (width < 1280px) {
  .c-floating-btn .c-floating-btn__item {
    width: 50%;
  }
}
@media (width < 1280px) {
  .c-floating-btn .c-floating-btn__item:first-child {
    width: 100%;
  }
}
.c-floating-btn .c-floating-btn__link {
  display: flex;
  gap: 0.3em;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: var(--link1-background);
  letter-spacing: 0.1em;
  color: var(--link1-color);
  transition: 0.3s;
}
@media (width >= 1280px) {
  .c-floating-btn .c-floating-btn__link {
    padding: var(--link-padding-pc);
    border-radius: 100px;
  }
}
@media (width < 1280px) {
  .c-floating-btn .c-floating-btn__link {
    padding: var(--link-padding-sp);
    height: 60px;
  }
}
.c-floating-btn .c-floating-btn__link::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: currentColor;
}
.c-floating-btn .c-floating-btn__link--tel::before {
  mask: var(--link1-icon) center/contain no-repeat;
  -webkit-mask: var(--link1-icon) center/contain no-repeat;
}
.c-floating-btn .c-floating-btn__link--reservation {
  background: var(--link2-background);
  color: var(--link2-color);
}
.c-floating-btn .c-floating-btn__link--reservation:hover {
  background: var(--link2-hover-background);
  color: var(--link2-hover-color);
}
.c-floating-btn .c-floating-btn__link--reservation::before {
  mask: var(--link2-icon) center/contain no-repeat;
  -webkit-mask: var(--link2-icon) center/contain no-repeat;
}
.c-floating-btn .c-floating-btn__link--mail {
  background: var(--link3-background);
  color: var(--link3-color);
}
.c-floating-btn .c-floating-btn__link--mail:hover {
  background: var(--link3-hover-background);
  color: var(--link3-hover-color);
}
.c-floating-btn .c-floating-btn__link--mail::before {
  mask: var(--link3-icon) center/contain no-repeat;
  -webkit-mask: var(--link3-icon) center/contain no-repeat;
}
.c-floating-btn .c-floating-btn__link:hover {
  background: var(--link1-hover-background);
  color: var(--link1-hover-color);
}
:has(#wpadminbar) .c-floating-btn {
  margin-top: 32px;
}
@media (width < 1280px) {
  body:has(.c-floating-btn) {
    padding-bottom: 120px;
  }
}

/*** c-table01 ***/
.c-table-contents {
  container: c-table-contents/inline-size;
}
.c-table-contents:not(:last-child) {
  margin-bottom: clamp(3rem, 2rem + 2.667vw, 4rem);
}
.c-table-contents .c-table-contents__table {
  width: 100%;
  margin-inline: auto;
  border: 1px solid #a6d2b8;
  border-collapse: separate;
  border-radius: 3px;
}
.c-table-contents :is(th, td) {
  width: 50%;
  padding: 1.5em;
  box-sizing: border-box;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #a6d2b8;
  border-right: 1px solid #a6d2b8;
  vertical-align: middle;
}
@container (width < 700px) {
  .c-table-contents :is(th, td) {
    display: block;
    width: 100%;
  }
}
.c-table-contents th {
  background-color: #a6d2b8;
  border-bottom-color: #fefefe;
  font-weight: 400;
  font-size: clamp(1rem, 0.951rem + 0.217vw, 1.125rem);
  color: #333;
}
.c-table-contents td {
  background-color: #fefefe;
  color: #333;
}
.c-table-contents tr:first-child > *:first-child {
  border-radius: 1px 0 0 0;
}
.c-table-contents tr:first-child > *:last-child {
  border-radius: 0 1px 0 0;
}
.c-table-contents tr:last-child > *:first-child {
  border-radius: 0 0 0 1px;
}
.c-table-contents tr:last-child > *:last-child {
  border-radius: 0 0 1px 0;
}
.c-table-contents tr > *:last-child {
  border-right: none;
}
.c-table-contents tr:last-child > * {
  border-bottom: none;
}
.c-table-contents tr > .border-right {
  border-right: 1px solid #a6d2b8;
}

/*** c-box01 ***/
.c-box01 {
  --inner-gap: clamp(0.75rem, 0.5rem + 0.667vw, 1rem) clamp(2rem, 1rem + 2.667vw, 3rem);
  --inner-padding: clamp(3rem, 2rem + 2.667vw, 4rem);
  --inner-background: #fefefe;
  --inner-color: #333;
  --ttl-font-size: clamp(1.75rem, 1.25rem + 1.333vw, 2.25rem);
  --catch-font-size: clamp(1.375rem, 1rem + 1vw, 1.75rem);
  --desc-font-size: clamp(0.875rem, 0.75rem + 0.333vw, 1rem);
  --ttl-color: #333;
  --catch-color: #007c36;
  container: c-box01/inline-size;
  position: relative;
  z-index: 1;
}
.c-box01 .c-box01__inner {
  display: grid;
  align-items: center;
  gap: var(--inner-gap);
  padding: var(--inner-padding);
  background: var(--inner-background);
  border-radius: 40px;
  color: var(--inner-color);
}
@container (width >=800px) {
  .c-box01 .c-box01__inner {
    grid-template-columns: 4fr 6fr;
  }
}
@container (width < 800px) {
  .c-box01 .c-box01__inner {
    justify-items: center;
  }
}
@container (width >=800px) {
  .c-box01 .c-box01__img {
    grid-row: 1/span 3;
  }
}
.c-box01 .c-box01__img img {
  border-radius: 50%;
}
.c-box01 .c-box01__ttl {
  font-size: var(--ttl-font-size);
  color: var(--ttl-color);
}
@container (width >=800px) {
  .c-box01 .c-box01__ttl {
    grid-column-start: 2;
  }
}
.c-box01 .c-box01__catch {
  font-size: var(--catch-font-size);
  color: var(--catch-color);
}
@container (width >=800px) {
  .c-box01 .c-box01__catch {
    grid-column-start: 2;
  }
}
.c-box01 .c-box01__desc {
  font-size: var(--desc-font-size);
}
@container (width >=800px) {
  .c-box01 .c-box01__desc {
    grid-column-start: 2;
  }
}

/*** c-2col-contents ***/
.c-2col-contents {
  --container-mb: clamp(6rem, 4rem + 5.333vw, 8rem);
  --inner-gap: clamp(1rem, 0.5rem + 1.333vw, 1.5rem) clamp(2rem, 1rem + 2.667vw, 3rem);
  --ttl-font-size: clamp(1.375rem, 1rem + 1vw, 1.75rem);
  --desc-font-size: clamp(0.875rem, 0.75rem + 0.333vw, 1rem);
  --ttl-color: inherit;
  --ttl-decoration: #c5924a;
  container: c-2col-contents/inline-size;
}
.c-2col-contents:not(:last-child) {
  margin-bottom: var(--container-mb);
}
.c-2col-contents .c-2col-contents__inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: var(--inner-gap);
}
@container (width < 800px) {
  .c-2col-contents .c-2col-contents__inner {
    flex-direction: column;
  }
}
@container (width >=800px) {
  .c-2col-contents .c-2col-contents__col1 {
    width: 40%;
  }
}
@container (width >=800px) {
  .c-2col-contents .c-2col-contents__col2 {
    width: 60%;
  }
}
.c-2col-contents .c-2col-contents__desc {
  font-size: var(--desc-font-size);
}
.c-2col-contents .c-2col-contents__img img {
  border-radius: 20px;
}

/*** c-flow ***/
.c-flow {
  --list-gap: clamp(1.5rem, 1rem + 1.333vw, 2rem);
  --item-before-padding: clamp(1.5rem, 1rem + 1.333vw, 2rem);
  --item-before-background: #a6d2b8;
  --item-before-color: #fff;
  --item-before-font-size: clamp(2.25rem, 1.5rem + 2vw, 3rem);
  --item-inner-padding: clamp(1.5rem, 1rem + 1.333vw, 2rem);
  --item-inner-background: #e8f1eb;
  --item-inner-color: #333;
  --item-ttl-font-size: clamp(1.125rem, 0.875rem + 0.667vw, 1.375rem);
  --item-ttl-color: #007c36;
  --item-desc-font-size: clamp(0.875rem, 0.75rem + 0.333vw, 1rem);
  container: c-flow/inline-size;
}
.c-flow .c-flow__list {
  display: grid;
  gap: var(--list-gap);
  width: min(100%, 1000px);
  width: 100%;
  margin-inline: auto;
  counter-reset: step;
}
.c-flow .c-flow__item {
  display: flex;
  counter-increment: step;
  border-radius: 20px;
  overflow: hidden;
}
@container (width < 600px) {
  .c-flow .c-flow__item {
    flex-direction: column;
  }
}
.c-flow .c-flow__item::before {
  content: counter(step, decimal-leading-zero);
  display: grid;
  place-items: center;
  line-height: 1;
  padding: var(--item-before-padding);
  box-sizing: border-box;
  background-color: var(--item-before-background);
  color: var(--item-before-color);
  font-size: var(--item-before-font-size);
}
@container (width < 600px) {
  .c-flow .c-flow__item::before {
    width: 100%;
  }
}
.c-flow .c-flow__item-inner {
  flex: 1;
  padding: var(--item-inner-padding);
  background-color: var(--item-inner-background);
  color: var(--item-inner-color);
}
.c-flow .c-flow__item-ttl {
  font-weight: 600;
  color: var(--item-ttl-color);
  font-size: var(--item-ttl-font-size);
}
.c-flow .c-flow__item-desc {
  font-size: var(--item-desc-font-size);
}

/*** 診療時間表 ***/
.c-clinic-schedule {
  --table-border: 2px solid #007c36;
  --table-border-color: #007c36;
  --table-font-size: clamp(0.75rem, 0.625rem + 0.333vw, 0.875rem);
  --header-background: #fefefe;
  --time-background: #fefefe;
  --status-background: #fefefe;
  --status-font-size: clamp(1rem, 0.875rem + 0.333vw, 1.125rem);
  --status-color: #007c36;
  container: clinic-schedule/inline-size;
}
.c-clinic-schedule .c-clinic-schedule__table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid var(--table-border-color);
  table-layout: fixed;
}
.c-clinic-schedule .c-clinic-schedule__time,
.c-clinic-schedule .c-clinic-schedule__header,
.c-clinic-schedule .c-clinic-schedule__status {
  padding: 0.4rem;
  vertical-align: middle;
  font-size: var(--table-font-size);
}
@container (width < 400px) {
  .c-clinic-schedule .c-clinic-schedule__time,
  .c-clinic-schedule .c-clinic-schedule__header,
  .c-clinic-schedule .c-clinic-schedule__status {
    padding: 0.2rem;
  }
}
.c-clinic-schedule .c-clinic-schedule__header {
  text-align: center;
  background-color: var(--header-background);
  border: 1px solid var(--table-border-color);
}
.c-clinic-schedule .c-clinic-schedule__header:first-child {
  width: 30%;
}
@container (width < 600px) {
  .c-clinic-schedule .c-clinic-schedule__header:first-child {
    width: 35%;
  }
}
@container (width < 400px) {
  .c-clinic-schedule .c-clinic-schedule__header:first-child {
    width: 40%;
  }
}
.c-clinic-schedule .c-clinic-schedule__time {
  text-align: center;
  background-color: var(--time-background);
  border: 1px solid var(--table-border-color);
  font-weight: bold;
}
.c-clinic-schedule .c-clinic-schedule__status {
  text-align: center;
  letter-spacing: 0;
  background-color: var(--status-background);
  border: 1px solid var(--table-border-color);
  color: var(--status-color);
  font-size: var(--status-font-size);
}
.c-clinic-schedule .c-clinic-schedule__notes {
  margin-top: 0.3rem;
  text-align: right;
}

/*** c-card-grid ***/
.c-card-grid {
  padding: clamp(1.875rem, 1.63rem + 1.087vw, 2.5rem) clamp(1rem, 0.902rem + 0.435vw, 1.25rem);
}
.c-card-grid .c-card-grid__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(2rem, 1rem + 2.667vw, 3rem);
}
.c-card-grid .c-card-grid__unit {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.c-card-grid .c-card-grid__unit-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.c-card-grid .c-card-grid__image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.c-card-grid .c-card-grid__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-grid .c-card-grid__detail {
  padding: 20px;
  background: #fff;
}
.c-card-grid .c-card-grid__unit-title {
  font-size: clamp(1.125rem, 1.076rem + 0.217vw, 1.25rem);
  color: #007c36;
  margin-bottom: clamp(0.5rem, 0.25rem + 0.667vw, 0.75rem);
  font-weight: 600;
}
.c-card-grid .c-card-grid__info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  margin-bottom: 15px;
}
.c-card-grid .c-card-grid__desc {
  line-height: 1.8;
  margin-top: 15px;
}

.c-compare {
  container: c-compare/inline-size;
}
.c-compare .c-compare__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(2rem, 1rem + 2.667vw, 3rem);
}
.c-compare .c-compare__unit {
  border: 1px solid #b07037;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.c-compare .c-compare__unit--special {
  border-color: #007c36;
}
.c-compare .c-compare__unit--special .c-compare__ttl {
  background-color: #007c36;
}
.c-compare .c-compare__ttl {
  padding: clamp(1rem, 0.5rem + 1.333vw, 1.5rem) clamp(1.5rem, 1rem + 1.333vw, 2rem);
  background-color: #b07037;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: clamp(1.125rem, 0.875rem + 0.667vw, 1.375rem);
}
.c-compare .c-compare__list {
  display: grid;
  gap: clamp(0.5rem, 0.25rem + 0.667vw, 0.75rem);
  padding: clamp(1rem, 0.5rem + 1.333vw, 1.5rem) clamp(1.5rem, 1rem + 1.333vw, 2rem);
  background-color: #fff;
}
.c-compare .c-compare__list-item {
  list-style: disc;
  margin-left: 1em;
}
.c-compare .c-compare__list-item::marker {
  color: #007c36;
}

/* ************************************************************************************************
   追加ユーティリティ
   ************************************************************************************************ */
/*** デバイス別の表示制御 ***/
@media (width <= 960px) {
  .u-pc-only {
    display: none;
  }
}

@media (width > 960px) {
  .u-sp-only {
    display: none;
  }
}

/*** 文字列の折り返しを制御 ***/
.u-keep-all {
  word-break: keep-all;
}

.u-auto-phrase {
  word-break: auto-phrase;
  text-wrap: balance;
}

/*** コンテンツ間スペーシング ***/
.u-mb-small20 {
  margin-bottom: clamp(0.25rem, 0.125rem + 0.333vw, 0.375rem);
}

.u-mb-small10 {
  margin-bottom: clamp(0.5rem, 0.25rem + 0.667vw, 0.75rem);
}

.u-mb-regular {
  margin-bottom: clamp(0.75rem, 0.5rem + 0.667vw, 1rem);
}

.u-mb-large10 {
  margin-bottom: clamp(1rem, 0.5rem + 1.333vw, 1.5rem);
}

.u-mb-large20 {
  margin-bottom: clamp(1.5rem, 1rem + 1.333vw, 2rem);
}

.u-mb-large30 {
  margin-bottom: clamp(2rem, 1rem + 2.667vw, 3rem);
}

.u-mb-large40 {
  margin-bottom: clamp(3rem, 2rem + 2.667vw, 4rem);
}

.u-mb-large50 {
  margin-bottom: clamp(4rem, 2rem + 5.333vw, 6rem);
}

.u-mb-large60 {
  margin-bottom: clamp(6rem, 4rem + 5.333vw, 8rem);
}

.u-mb-large70 {
  margin-bottom: clamp(8rem, 4rem + 10.667vw, 12rem);
}

.u-mb-large80 {
  margin-bottom: clamp(12rem, 8rem + 10.667vw, 16rem);
}

.u-mb-large90 {
  margin-bottom: clamp(16rem, 12rem + 10.667vw, 20rem);
}

.u-mb-large100 {
  margin-bottom: clamp(20rem, 16rem + 10.667vw, 24rem);
}

/*
Theme Name: 木の実歯科クリニック
Theme URI: 
Description: テンプレート「木の実歯科クリニック」のWordPressページです。
Version: 1.1
Author: OWNDMEDIA.LAB
*/
/* ************************************************************************************************
   index.php
   ************************************************************************************************ */
#main {
  margin-top: -12%;
}
#main .main__inner {
  position: relative;
  display: flex;
  background-color: #007c36;
}
#main .main__inner::before {
  content: "";
  position: absolute;
  bottom: 99%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007c36;
}
@media (max-width: 768px) {
  #main .main__inner .main__wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
#main ul.main__slider {
  position: relative;
  z-index: 20;
  width: min(90%, 1200px);
  margin-left: auto;
}
#main ul.main__slider.only-sp {
  display: none;
}
#main ul.main__slider li.main__slider__item {
  position: relative;
  aspect-ratio: 1.618/1;
}
#main ul.main__slider li.main__slider__item::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
#main ul.main__slider li.main__slider__item::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #fefefe;
  border-radius: 40px;
  width: 98%;
  height: 98%;
  opacity: 0.9;
}
#main ul.main__slider li.main__slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
#main ul.main__slider .slick-dots {
  bottom: -40px;
}
#main ul.main__slider .slick-dots li button::before {
  color: #a6d2b8;
  opacity: 1;
}
#main ul.main__slider .slick-dots li.slick-active button::before {
  color: #b07037;
  opacity: 1;
}
#main .main__container {
  margin-top: clamp(3rem, 2rem + 2.667vw, 4rem);
  align-items: center;
  justify-content: center;
}
#main .main__container .main__heading {
  width: 35%;
  font-size: 36px;
  color: #007c36;
  margin-right: 40px;
}
#main .main__container .main__heading br {
  display: none;
}
#main .main__container .main__txt {
  width: 65%;
}

.p-mv-contents {
  position: absolute;
  z-index: 30;
  height: 100%;
}
@media (width <= 768px) {
  .p-mv-contents {
    position: relative;
    height: auto;
    margin-top: calc(-1 * clamp(4rem, 2rem + 5.333vw, 6rem));
  }
}
@media (width <= 560px) {
  .p-mv-contents {
    margin-top: calc(-1 * clamp(3rem, 2rem + 2.667vw, 4rem));
  }
}
.p-mv-contents .p-mv-contents__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.p-mv-contents .p-mv-contents__catch {
  font-size: clamp(2.125rem, 1.929rem + 0.87vw, 2.625rem);
  margin-bottom: clamp(4rem, 2rem + 5.333vw, 6rem);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 400;
}
@media (width <= 1280px) {
  .p-mv-contents .p-mv-contents__catch {
    font-size: clamp(1.75rem, 1.25rem + 1.333vw, 2.25rem);
    margin-bottom: clamp(1.5rem, 1rem + 1.333vw, 2rem);
  }
}
@media (width <= 768px) {
  .p-mv-contents .p-mv-contents__catch {
    margin-bottom: 0;
  }
}
@media (width <= 560px) {
  .p-mv-contents .p-mv-contents__catch {
    font-size: clamp(1.125rem, 0.875rem + 0.667vw, 1.375rem);
  }
}

#i-contents {
  background-color: #007c36;
  padding-bottom: 1px;
  color: #fff;
}
#i-contents .h3__ttl--left {
  margin-top: 50px;
}
#i-contents .h3__ttl--left::before {
  width: 150px;
  height: 150px;
  top: 0;
  bottom: 0;
  left: -7%;
}
#i-contents .h3__ttl--left .circle01 {
  width: 95px;
  height: 95px;
  bottom: -36%;
  left: -11%;
}
#i-contents .h3__ttl--left .circle02 {
  width: 50px;
  height: 50px;
  bottom: 30%;
  left: -15%;
}
#i-contents .i-menu__wrap {
  margin: 80px 0;
  flex-wrap: wrap;
  justify-content: center;
}
#i-contents .i-menu__wrap .i-menu__item {
  width: 25%;
  text-align: center;
}
#i-contents .i-menu__wrap .i-menu__item .i-menu__circle {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
#i-contents .i-menu__wrap .i-menu__item .i-menu__circle::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #fefefe;
  border-radius: 50%;
  width: 97%;
  height: 97%;
}
#i-contents .i-menu__wrap .i-menu__item .i-menu__circle:hover .i-menu__img {
  transform: scale(1.2);
  transition: ease-in-out 0.4s;
}
#i-contents .i-menu__wrap .i-menu__item .i-menu__circle .i-menu__img {
  transition: ease-in-out 0.4s;
}
#i-contents .i-menu__wrap .i-menu__item h4 {
  font-size: 22px;
  margin: 20px 0;
}
#i-contents .i-menu__wrap .i-menu__item:nth-of-type(3n+2) {
  margin-top: 50px;
  margin-inline: 100px;
}
#i-contents .i-menu__wrap .i-menu__item:nth-of-type(3n+1) {
  margin-top: 100px;
}

#i-menu .i-contents__wrap {
  margin-top: 60px;
}
#i-menu .i-contents__wrap .i-contents__container {
  margin-bottom: 110px;
  justify-content: center;
}
#i-menu .i-contents__wrap .i-contents__container .i-contents__img {
  margin-right: -70px;
  border: 4px solid #a6d2b8;
  border-radius: 50%;
  z-index: 2;
}
#i-menu .i-contents__wrap .i-contents__container .i-contents__box {
  padding: 60px 70px 60px 80px;
  margin-top: 250px;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
}
#i-menu .i-contents__wrap .i-contents__container .i-contents__box h4 {
  font-size: clamp(1.375rem, 1rem + 1vw, 1.75rem);
  color: #007c36;
  margin-bottom: 30px;
}
#i-menu .i-contents__wrap .i-contents__container .i-contents__box p {
  margin-bottom: 30px;
}
#i-menu .i-contents__wrap .i-contents__container .i-contents__box .i-contents__pic {
  position: absolute;
  bottom: -2%;
  left: -22%;
}
#i-menu .i-contents__wrap .i-contents__container .i-contents__box .circle01 {
  width: 75px;
  height: 75px;
  background-color: rgba(166, 210, 184, 0.5);
  position: absolute;
  border-radius: 50%;
  bottom: 65%;
  left: -69%;
}
#i-menu .i-contents__wrap .i-contents__container .i-contents__box .circle02 {
  width: 45px;
  height: 45px;
  background-color: rgba(166, 210, 184, 0.3);
  position: absolute;
  border-radius: 50%;
  bottom: 58%;
  left: -53%;
}
#i-menu .i-contents__wrap .i-contents__container:nth-of-type(2) {
  flex-direction: row-reverse;
}
#i-menu .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__img {
  margin: 40px 0 0 -40px;
}
#i-menu .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box {
  padding: 60px 80px 60px 70px;
  margin-top: 0;
}
#i-menu .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .i-contents__pic {
  bottom: -19%;
  left: -14%;
}
#i-menu .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .circle01 {
  bottom: -5%;
  right: -73%;
  left: auto;
}
#i-menu .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .circle02 {
  bottom: -18%;
  right: -64%;
  left: auto;
}
#i-menu .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .circle03 {
  width: 30px;
  height: 30px;
  background-color: rgba(166, 210, 184, 0.3);
  position: absolute;
  border-radius: 50%;
  bottom: -6%;
  right: -56%;
}
#i-menu .i-contents__wrap .i-contents__container:nth-of-type(3) {
  margin-bottom: 0;
}
#i-menu .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__img {
  margin: 130px -50px 0 0;
}
#i-menu .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__box {
  margin-top: 0;
}
#i-menu .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__pic {
  bottom: -15%;
  right: -13%;
  left: auto;
}
#i-menu .i-contents__wrap .i-contents__container:nth-of-type(3) .circle01 {
  bottom: -36%;
  left: -66%;
}
#i-menu .i-contents__wrap .i-contents__container:nth-of-type(3) .circle02 {
  bottom: -15%;
  left: -69%;
}

#i-news {
  margin-top: -11px;
  background-color: #007c36;
  color: #fff;
}
#i-news .i-news__wrap {
  margin-top: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#i-news .i-news__wrap a.i-news__item {
  width: 48%;
  margin-top: 40px;
  align-items: center;
  transition: all 0.4s;
}
#i-news .i-news__wrap a.i-news__item:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
#i-news .i-news__wrap a.i-news__item .i-news__tmb {
  width: 224px;
  min-width: 224px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 20px;
}
#i-news .i-news__wrap a.i-news__item .i-news__tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#i-news .i-news__wrap a.i-news__item .i-news__info {
  margin-left: 30px;
}
#i-news .i-news__wrap a.i-news__item .i-news__info .i-news__date {
  font-size: 14px;
  color: #a6d2b8;
}
#i-news .i-news__btn {
  margin-top: 60px;
  text-align: center;
}
#i-news .i-bnr {
  margin: 120px auto 130px;
  text-align: center;
  position: relative;
  color: #333;
}
#i-news .i-bnr::after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #a6d2b8;
  border-radius: 40px;
  width: 99%;
  height: 97%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
#i-news .i-bnr .i-bnr__img {
  width: 100%;
  min-height: 300px;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
#i-news .i-bnr .i-bnr__img--sp {
  display: none;
}
#i-news .i-bnr .i-bnr__box {
  position: absolute;
  left: 17%;
  top: 0;
  bottom: 0;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
#i-news .i-bnr .i-bnr__box .i-bnr__ttl {
  font-size: 50px;
  line-height: 1.3;
}
#i-news .i-bnr .i-bnr__box .i-bnr__ttl--sub {
  font-size: 25px;
  color: #ebbb76;
}
#i-news .i-bnr .i-bnr__box .i-bnr__txt {
  margin: 30px 0;
}
#i-news .i-bnr .i-bnr__box .btn01 {
  width: 100%;
}

/* ************************************************************************************************
   医院案内 / clinic
   ************************************************************************************************ */
#clinic01 {
  background: #007c36;
  padding-bottom: 100px;
  color: #fff;
}
#clinic01 .clinic01__wrap {
  margin-top: 50px;
  align-items: flex-end;
  justify-content: space-between;
}
#clinic01 .clinic01__wrap .clinic01__container {
  margin-right: 5%;
}
#clinic01 .clinic01__wrap .clinic01__container .clinic01__txt {
  margin-top: 50px;
}
#clinic01 .clinic01__wrap .clinic01__img {
  width: 40%;
  border-radius: 20px;
}

#clinic02 {
  padding-bottom: clamp(0.25rem, 0.125rem + 0.333vw, 0.375rem);
}
#clinic02 .h3__ttl--center {
  margin-bottom: 80px;
}
#clinic02 .clinic02__container {
  justify-content: center;
}
#clinic02 .clinic02__container .clinic02__item {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid #b07037;
  margin: 0 40px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#clinic02 .clinic02__container .clinic02__item::before {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px solid #b07037;
  border-radius: 50%;
  width: 96%;
  height: 96%;
}
#clinic02 .clinic02__container .clinic02__item p {
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
}
#clinic02 .clinic02__container01 {
  margin-bottom: 40px;
}

#clinic03 {
  padding-bottom: clamp(0.25rem, 0.125rem + 0.333vw, 0.375rem);
  background-color: #007c36;
  color: #fff;
}
#clinic03 .clinic03__wrap {
  margin-top: 70px;
  justify-content: flex-end;
  align-items: center;
}
#clinic03 .clinic03__wrap .clinic03__img {
  max-width: 500px;
  margin-right: 70px;
  border-radius: 20px;
}
#clinic03 .clinic03__wrap .clinic03__tbl tr {
  border-bottom: 1px solid #ebbb76;
}
#clinic03 .clinic03__wrap .clinic03__tbl tr th,
#clinic03 .clinic03__wrap .clinic03__tbl tr td {
  padding: clamp(0.75rem, 0.5rem + 0.667vw, 1rem) clamp(1rem, 0.5rem + 1.333vw, 1.5rem);
}
#clinic03 .clinic03__wrap .clinic03__tbl tr th {
  width: 180px;
  vertical-align: middle;
  color: #ebbb76;
  padding-right: 50px;
  font-weight: normal;
  font-size: clamp(1rem, 0.875rem + 0.333vw, 1.125rem);
}

.p-facility-standards .p-facility-standards__desc {
  margin-bottom: clamp(1.5rem, 1rem + 1.333vw, 2rem);
  font-size: clamp(1rem, 0.875rem + 0.333vw, 1.125rem);
}
.p-facility-standards .p-facility-standards__ttl {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.875rem + 0.667vw, 1.375rem);
  margin-bottom: clamp(0.25rem, 0.125rem + 0.333vw, 0.375rem);
}
.p-facility-standards .p-facility-standards__txt {
  margin-bottom: clamp(1rem, 0.5rem + 1.333vw, 1.5rem);
}

/*** p-clinic-director ***/
.p-clinic-director {
  container: p-clinic-director/inline-size;
}
.p-clinic-director .p-clinic-director__inner {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: clamp(1rem, 0.5rem + 1.333vw, 1.5rem) max(5%, 1rem);
}
.p-clinic-director .p-clinic-director__img-wrap {
  grid-row: 1/3;
}
.p-clinic-director .p-clinic-director__img {
  aspect-ratio: 1;
}
.p-clinic-director .p-clinic-director__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.p-clinic-director .p-clinic-director__caption {
  font-size: clamp(1rem, 0.875rem + 0.333vw, 1.125rem);
}
.p-clinic-director .p-clinic-director__caption:nth-child(n) {
  margin-top: 0.5rem;
  line-height: 1.2;
}
.p-clinic-director .p-clinic-director__message {
  margin-bottom: 0;
  word-break: auto-phrase;
}
.p-clinic-director .p-clinic-director__career__ttl {
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  font-size: 24px;
}
.p-clinic-director .p-clinic-director__career__list li {
  list-style-type: square;
}
.p-clinic-director .p-clinic-director__career__list li::marker {
  color: #5b7842;
}
@container (width < 800px) {
  .p-clinic-director .p-clinic-director__inner {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    row-gap: 1.5rem;
  }
  .p-clinic-director .p-clinic-director__img-wrap {
    grid-row: auto;
  }
  .p-clinic-director .p-clinic-director__career {
    grid-column: 1/-1;
  }
  .p-clinic-director .p-clinic-gallery__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@container (width < 550px) {
  .p-clinic-director .p-clinic-director__inner {
    grid-template-columns: none;
  }
}

/* ************************************************************************************************
   schedule.php
   ************************************************************************************************ */
#schedule {
  background: #007c36;
}
#schedule .schedule__wrap {
  margin: 60px auto 100px;
}
#schedule .schedule__wrap .schedule__container {
  align-items: center;
}
#schedule .schedule__wrap .schedule__container .schedule__time {
  margin: 12px 25px 12px 0;
  width: 76px;
  min-width: 76px;
  height: 76px;
  line-height: 76px;
  font-size: 21px;
  font-weight: 600;
  border-radius: 50%;
  background-color: #b07037;
  color: #fff;
  text-align: center;
  display: inline-block;
}
#schedule .schedule__wrap .schedule__container .schedule__heading {
  width: 18%;
  font-size: 23px;
  color: #c5924a;
  word-break: keep-all;
}
#schedule .schedule__wrap .schedule__container .schedule__img {
  margin-left: 50px;
}
#schedule .schedule__wrap .schedule__line {
  margin-left: 37px;
}

/* ************************************************************************************************
   recruit.php
   ************************************************************************************************ */
#recruit02 {
  padding-bottom: 150px;
  border-bottom: 1px solid #b07037;
}
#recruit02 svg {
  margin-top: -100px;
}
#recruit02 .recruit02__wrap .recruit02__tbl {
  width: 100%;
  max-width: 700px;
  margin: 60px auto 0;
}
#recruit02 .recruit02__wrap .recruit02__tbl tr {
  border-bottom: 1px solid #b07037;
}
#recruit02 .recruit02__wrap .recruit02__tbl tr th,
#recruit02 .recruit02__wrap .recruit02__tbl tr td {
  padding: 10px 15px;
}
#recruit02 .recruit02__wrap .recruit02__tbl tr th {
  width: 20%;
  color: #c5924a;
  text-align: center;
  font-weight: 500;
}
#recruit02 .recruit02__wrap .recruit02__btn {
  margin-top: 70px;
  text-align: center;
}
#recruit02 .recruit02__wrap .recruit02__btn .btn01 {
  margin-top: 25px;
}

/* ************************************************************************************************
   index.php(WP)
   ************************************************************************************************ */
/***** アーカイブ *****/
.archive {
  background-color: #007c36;
  color: #fff;
}
.archive .archive__wrap {
  margin: 70px 0 80px;
  justify-content: space-between;
}
.archive .archive__wrap .archive__container {
  width: 70%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.archive .archive__wrap .archive__container a.archive__item {
  width: 50%;
  text-align: center;
  margin-bottom: 50px;
  transition: all 0.3s;
}
.archive .archive__wrap .archive__container a.archive__item:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
.archive .archive__wrap .archive__container a.archive__item .archive__thumbnail {
  text-align: center;
}
.archive .archive__wrap .archive__container a.archive__item .archive__thumbnail img {
  border-radius: 20px;
  height: auto;
  max-width: 300px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive .archive__wrap .archive__container a.archive__item .archive__date {
  margin: 15px 0 5px;
  font-size: 14px;
  color: #c5924a;
}
.archive .archive__wrap .archive__container a.archive__item .archive__ttl {
  font-size: 17px;
  width: 90%;
  margin: 0 auto;
  color: #fff;
}

/***** シングル *****/
.single .single__wrap {
  margin: 70px 0 130px;
  justify-content: space-between;
}
.single .single__wrap .single__container {
  width: 70%;
  z-index: 10;
}
.single .single__wrap .single__container .single__info {
  padding: 0 10px 10px;
  border-bottom: 1px solid #b07037;
}
.single .single__wrap .single__container .single__info .single__date {
  color: #c5924a;
}
.single .single__wrap .single__container .single__info h3 {
  font-size: 25px;
}
.single .single__wrap .single__container .single__category {
  margin-top: 20px;
  text-align: right;
}
.single .single__wrap .single__container .single__category ul li {
  display: inline-block;
  margin-left: 20px;
}
.single .single__wrap .single__container .single__category ul li a {
  font-size: 15px;
  color: #c5924a;
  border: 1px solid #c5924a;
  display: block;
  text-align: center;
  transition: all 0.4s;
  border-radius: 40px;
  padding: 0 10px;
}
.single .single__wrap .single__container .single__category ul li a:hover {
  background-color: #c5924a;
  color: #fefefe;
  transition: all 0.3s;
}
.single .single__wrap .single__container .single__thumbnail {
  margin-top: 40px;
  text-align: center;
}
.single .single__wrap .single__container .single__thumbnail img {
  height: auto;
  border-radius: 20px;
}
.single .single__wrap .single__container .single__content {
  margin-top: 40px;
}
.single .single__wrap .single__container .single__content img {
  height: auto;
}

/***** サイドバー *****/
.sidebar {
  width: 22%;
  text-align: center;
  z-index: 10;
}
.sidebar .sidebar__item {
  margin-bottom: 50px;
}
.sidebar .sidebar__item h3 {
  font-size: 20px;
  color: #c5924a;
  border-bottom: 1px solid #b07037;
  padding: 0 5px 5px;
  text-align: left;
  margin-bottom: 20px;
}
.sidebar .sidebar__item ul li {
  margin-bottom: 5px;
}
.sidebar .sidebar__item ul li a {
  transition: all 0.4s;
}
.sidebar .sidebar__item ul li a:hover {
  color: #b07037;
  transition: all 0.3s;
}
.sidebar .sidebar__item select {
  -moz-appearance: auto;
  -webkit-appearance: auto;
  appearance: auto;
  border: 1px #b07037 solid;
  padding: 5px 0;
  width: 100%;
  background-color: #fff;
}
.sidebar .sidebar__item input[type=text] {
  border: 1px solid #b07037;
  width: 70%;
  background-color: #fff;
}
.sidebar .sidebar__item input[type=submit] {
  color: #fff;
  background-color: #c5924a;
  width: 25%;
  border-radius: 60px;
  transition: all 0.4s;
}
.sidebar .sidebar__item input[type=submit]:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

/***** ページネーション *****/
.pagination {
  width: 100%;
}

.pagination .page-numbers {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers li {
  font-size: 16px;
  margin: 0 10px;
}
.pagination .page-numbers li .current {
  background: #a6d2b8;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 20px;
}
.pagination .page-numbers li a {
  transition: all 0.4s;
}
.pagination .page-numbers li a:hover {
  color: #b07037;
  transition: all 0.3s;
}

.nav-below {
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  width: 70%;
  max-width: 700px;
  margin: 45px auto 0;
}
.nav-below .nav-previous a,
.nav-below .nav-next a {
  color: #fff;
  background-color: #b07037;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}
.nav-below .nav-previous a:hover,
.nav-below .nav-next a:hover {
  background-color: #c5924a;
  transition: all 0.3s;
}

/* ************************************************************************************************
   一般歯科 / general-dentistry
   ************************************************************************************************ */
#general-dentistry01 {
  padding-bottom: 110px;
  background-color: #007c36;
  color: #fff;
}

#general-dentistry03 {
  background-color: #007c36;
  color: #fff;
}

/* ************************************************************************************************
   審美歯科 / cosmetic-dentistry
   ************************************************************************************************ */
#cosmetic-dentistry01 {
  padding-bottom: 110px;
  background-color: #007c36;
  color: #fff;
}

#cosmetic-dentistry03 {
  background-color: #007c36;
  color: #fff;
}

/* ************************************************************************************************
    インプラント / implant
   ************************************************************************************************ */
#implant01 {
  padding-bottom: clamp(6rem, 4rem + 5.333vw, 8rem);
  background-color: #007c36;
  color: #fff;
}
#implant01 .implant01__wrap {
  margin: 60px auto clamp(4rem, 2rem + 5.333vw, 6rem);
  text-align: center;
}
#implant01 .implant01__wrap .implant01__txt {
  margin: 50px 0;
}
#implant01 .implant01__wrap .implant01__img {
  width: min(100%, 600px);
  margin-inline: auto;
  border-radius: 20px;
}

#implant03 {
  background-color: #007c36;
  color: #fff;
}

/* ************************************************************************************************
      ボツリヌストキシン治療 / botox
     ************************************************************************************************ */
#botox01 {
  padding-bottom: clamp(6rem, 4rem + 5.333vw, 8rem);
  background-color: #007c36;
  color: #fff;
}
#botox01 .botox01__wrap {
  margin: 60px auto clamp(4rem, 2rem + 5.333vw, 6rem);
  text-align: center;
}
#botox01 .botox01__wrap .botox01__txt {
  margin: 50px 0;
}
#botox01 .botox01__wrap .botox01__img {
  width: min(100%, 600px);
  margin-inline: auto;
  border-radius: 20px;
}

#botox02 {
  padding-bottom: clamp(0.25rem, 0.125rem + 0.333vw, 0.375rem);
}

#botox03 {
  background-color: #007c36;
  color: #fff;
}

/*** circle-list__container ***/
.circle-list__container {
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(2rem, 1rem + 2.667vw, 3rem);
}
.circle-list__container .circle-list__item {
  width: clamp(12.5rem, 7.5rem + 13.333vw, 17.5rem);
  aspect-ratio: 1;
  border-radius: 50%;
  padding: clamp(1.5rem, 1rem + 1.333vw, 2rem);
  background-color: #e8f1eb;
  border: 1px solid #a6d2b8;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  word-break: keep-all;
}
.circle-list__container .circle-list__item::before {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px solid #a6d2b8;
  border-radius: 50%;
  width: 96%;
  height: 96%;
}
.circle-list__container .circle-list__item p {
  font-size: clamp(1rem, 0.875rem + 0.333vw, 1.125rem);
  line-height: 2.5;
  text-align: center;
}
.circle-list__container .circle-list__item p small {
  display: block;
  font-size: clamp(0.75rem, 0.625rem + 0.333vw, 0.875rem);
  color: #007c36;
}

/* ************************************************************************************************
    ティースジュエリー / teeth-jewelry
   ************************************************************************************************ */
#teeth-jewelry01 {
  padding-bottom: clamp(6rem, 4rem + 5.333vw, 8rem);
  background-color: #007c36;
  color: #fff;
}
#teeth-jewelry01 .teeth-jewelry01__wrap {
  margin: 60px auto clamp(4rem, 2rem + 5.333vw, 6rem);
  text-align: center;
}
#teeth-jewelry01 .teeth-jewelry01__wrap .teeth-jewelry01__txt {
  margin: 50px 0;
}
#teeth-jewelry01 .teeth-jewelry01__wrap .teeth-jewelry01__img {
  width: min(100%, 600px);
  margin-inline: auto;
  border-radius: 20px;
}

/* ************************************************************************************************
    矯正歯科 / orthodontics
   ************************************************************************************************ */
#orthodontics01 {
  background-color: #007c36;
  color: #fff;
}
#orthodontics01 .orthodontics01__wrap {
  margin: 60px auto clamp(4rem, 2rem + 5.333vw, 6rem);
  text-align: center;
}
#orthodontics01 .orthodontics01__wrap .orthodontics01__txt {
  margin: 50px 0;
}
#orthodontics01 .orthodontics01__wrap .orthodontics01__img {
  width: min(100%, 600px);
  margin-inline: auto;
  border-radius: 20px;
}

/*** p-basic-text ***/
.p-basic-text {
  text-align: center;
}

/*** p-btn-wrap ***/
.p-btn-wrap {
  text-align: center;
}

/* ************************************************************************************************
   contact
   ************************************************************************************************ */
#contact01 {
  background-color: #007c36;
  color: #fff;
}

/*** p-contact-form ***/
.p-contact-form {
  --inner-padding: clamp(3rem, 2rem + 2.667vw, 4rem);
  --inner-background: #e8f1eb;
  --input-group-gap: 0 clamp(1.5rem, 1rem + 1.333vw, 2rem);
  --input-row-padding: clamp(1.5rem, 1rem + 1.333vw, 2rem) clamp(1rem, 0.5rem + 1.333vw, 1.5rem);
  --input-row-border-color: #dadada;
  --input-row-gap-sp: clamp(1rem, 0.5rem + 1.333vw, 1.5rem);
  --input-title-font-size: clamp(0.875rem, 0.75rem + 0.333vw, 1rem);
  --input-label-font-size: clamp(0.75rem, 0.625rem + 0.333vw, 0.875rem);
  --input-label-required-color: #c50931;
  --input-label-optional-color: #888;
  --input-content-gap: clamp(0.75rem, 0.5rem + 0.667vw, 1rem);
  --input-subtitle-font-size: clamp(0.75rem, 0.625rem + 0.333vw, 0.875rem);
  --submit-group-gap: clamp(1rem, 0.5rem + 1.333vw, 1.5rem);
  --privacy-embed-padding: clamp(1.5rem, 1rem + 1.333vw, 2rem);
  --privacy-embed-background: #f4f4f4;
  --privacy-embed-title-font-size: clamp(1.125rem, 0.875rem + 0.667vw, 1.375rem);
  --privacy-embed-subtitle-font-size: clamp(1rem, 0.875rem + 0.333vw, 1.125rem);
  --privacy-embed-text-font-size: clamp(0.75rem, 0.625rem + 0.333vw, 0.875rem);
  --submit-btn-background: #c5924a;
  --submit-btn-color: #fff;
  --submit-btn-hover-background: #934602;
  --submit-btn-hover-color: #fff;
  container-type: inline-size;
}
.p-contact-form .p-contact-form__inner {
  padding: var(--inner-padding);
  background-color: var(--inner-background);
  box-sizing: border-box;
  border-radius: 20px;
  color: #333;
}
@container (max-width: 800px) {
  .p-contact-form .p-contact-form__inner {
    padding-inline: 6px;
  }
}
.p-contact-form .p-contact-form__input-group {
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
  gap: var(--input-group-gap);
}
.p-contact-form .p-contact-form__input-row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
  row-gap: 0;
  align-items: center;
  padding: var(--input-row-padding);
}
@container (width < 800px) {
  .p-contact-form .p-contact-form__input-row {
    grid-template-columns: repeat(2, auto) 1fr;
    gap: var(--input-row-gap-sp);
  }
}
.p-contact-form .p-contact-form__input-title {
  margin: 0;
  font-size: var(--input-title-font-size);
}
.p-contact-form .p-contact-form__input-label {
  line-height: 2.2em;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0.1em 1.3em;
  border-radius: 3px;
  white-space: nowrap;
  color: #fff;
  font-weight: normal;
  font-size: var(--input-label-font-size);
}
.p-contact-form .p-contact-form__input-label--required {
  background-color: var(--input-label-required-color);
}
.p-contact-form .p-contact-form__input-label--optional {
  background-color: var(--input-label-optional-color);
}
.p-contact-form .p-contact-form__input-content {
  grid-column: 3;
}
@container (width < 800px) {
  .p-contact-form .p-contact-form__input-content {
    grid-column: 1/-1;
  }
}
.p-contact-form .p-contact-form__input-content--multiline {
  grid-row: span 2;
}
.p-contact-form .p-contact-form__input-content:nth-child(n+2 of .p-contact-form .p-contact-form__input-content) {
  margin-top: var(--input-content-gap);
}
.p-contact-form .p-contact-form__input-subtitle {
  display: block;
  margin-bottom: 0;
  font-size: var(--input-subtitle-font-size);
}
.p-contact-form input,
.p-contact-form select,
.p-contact-form textarea {
  padding: 0.75em;
  box-sizing: border-box;
  font-size: inherit;
  max-width: 100%;
}
.p-contact-form input[type=text],
.p-contact-form input[type=email],
.p-contact-form input[type=tel] {
  width: 100%;
}
.p-contact-form select {
  width: -moz-min-content;
  width: min-content;
  field-sizing: content;
}
.p-contact-form textarea {
  width: 100%;
  min-height: 7lh;
  field-sizing: content;
  line-height: 1.7;
  resize: vertical;
}
.p-contact-form input.p-postal-code {
  width: 10em;
}
.p-contact-form .wpcf7-list-item-label {
  line-height: 2.6;
}
.p-contact-form .p-contact-form__submit-group {
  display: grid;
  gap: var(--submit-group-gap);
}
.p-contact-form .p-contact-form__privacy-embed {
  height: 400px;
  padding: var(--privacy-embed-padding);
  box-sizing: border-box;
  overflow-y: scroll;
  background: var(--privacy-embed-background);
}
@container (width < 800px) {
  .p-contact-form .p-contact-form__privacy-embed {
    height: 250px;
  }
}
.p-contact-form .p-contact-form__privacy-embed .p-contact-form__privacy-embed__title {
  margin-bottom: 1.25rem;
  text-align: center;
  word-break: keep-all;
  font-size: var(--privacy-embed-title-font-size);
}
.p-contact-form .p-contact-form__privacy-embed .p-contact-form__privacy-embed__subtitle {
  margin-bottom: 0.75rem;
  font-size: var(--privacy-embed-subtitle-font-size);
}
.p-contact-form .p-contact-form__privacy-embed .p-contact-form__privacy-embed__text {
  margin-bottom: 1.25rem;
  line-height: 2.4;
  font-size: var(--privacy-embed-text-font-size);
}
.p-contact-form .p-contact-form__consent-check {
  text-align: center;
}
.p-contact-form .p-contact-form__submit-btn {
  display: block;
  width: min(100%, 350px);
  margin: 0 auto;
}
.p-contact-form .p-contact-form__submit-btn input[type=submit] {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: clamp(1.5rem, 1rem + 1.333vw, 2rem) 0;
  border-radius: 100px;
  background: var(--submit-btn-background);
  transition: 0.3s;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: clamp(1rem, 0.875rem + 0.333vw, 1.125rem);
  color: var(--submit-btn-color);
}
.p-contact-form .p-contact-form__submit-btn input[type=submit]:is(:hover, :focus) {
  background: var(--submit-btn-hover-background);
  color: var(--submit-btn-hover-color);
}

/*** CF7 ***/
.wpcf7 {
  background: var(--color-base02);
  border: none;
  border-radius: 20px;
  box-shadow: var(--shadow02);
}

.wpcf7-spinner {
  position: absolute;
}

/* エラー時入力フィールド */
.wpcf7 .wpcf7-not-valid {
  border-color: #dc3232;
  background-color: #fff8f8;
}

/* エラー時コンテナ */
.wpcf7-not-valid-tip {
  width: 100%;
  margin-top: 5px;
  padding: 8px;
  box-sizing: border-box;
  text-align: left;
  background-color: #fff8f8;
  border-left: 4px solid #dc3232;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #dc3232;
  font-size: 14px;
  font-weight: bold;
  animation: errorShake 0.3s ease-in-out;
}

@keyframes errorShake {
  0% {
    translate: 0;
  }
  25% {
    translate: -10px;
  }
  75% {
    translate: 10px;
  }
  100% {
    translate: 0;
  }
}
/*** p-contact-notification ***/
.p-contact-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  z-index: 9999;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  padding: 1.5rem;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
  pointer-events: none;
  animation: contact-notification-fade-in-out 2.5s forwards;
}

@keyframes contact-notification-fade-in-out {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  20% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
}
.p-contact-notification.p-contact-notification--success {
  background-color: rgba(14, 133, 14, 0.8);
}

.p-contact-notification.p-contact-notification--error {
  background-color: rgba(0, 0, 0, 0.8);
}

.p-contact-notification .p-contact-notification__message {
  margin: 0;
  font-size: 1rem;
}

/* ************************************************************************************************
   微調整
   ************************************************************************************************ */
@media screen and (max-width: 1366px) {
  #i-news .i-bnr {
    width: 90%;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__txt {
    margin: 20px 0 30px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 48px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl--sub {
    font-size: 23px;
  }
  #clinic01 .h3__ttl--left {
    margin-left: 7%;
  }
  #clinic01 .clinic01__wrap .clinic01__img {
    width: 50%;
  }
  #clinic01 .h3__ttl--right {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1280px) {
  #main .main__container .main__heading {
    font-size: 33px;
    margin-right: 5vw;
    word-break: keep-all;
  }
  #clinic02 .clinic02__container .clinic02__item p {
    font-size: 17px;
  }
  #clinic02 .clinic02__container .clinic02__item {
    width: 280px;
    height: 280px;
  }
}
@media screen and (max-width: 1167px) {
  #clinic02 .clinic02__container .clinic02__item {
    margin: 0 2%;
  }
}
/* ************************************************************************************************
   1025px
   ************************************************************************************************ */
@media screen and (max-width: 1025px) {
  /***** index.php @1025px *****/
  #main {
    margin-top: -9%;
  }
  #main .main__container .main__heading {
    font-size: 30px;
    margin-right: 2vw;
  }
  #main .main__container .main__heading br {
    display: block;
  }
  #i-contents .h3__ttl--left {
    margin-left: 11%;
  }
  #i-contents .h3__ttl--left::before {
    width: 130px;
    height: 130px;
  }
  #i-contents .h3__ttl--left .circle01 {
    width: 75px;
    height: 75px;
  }
  #i-contents .h3__ttl--left .circle02 {
    width: 40px;
    height: 40px;
    bottom: 26%;
    left: -14%;
  }
  #i-menu .i-contents__wrap .i-contents__container .i-contents__box {
    padding: 50px 60px 50px 70px;
  }
  #i-menu .i-contents__wrap .i-contents__container .i-contents__img {
    width: 370px;
  }
  #i-menu .i-contents__wrap .i-contents__container .i-contents__box h4 {
    font-size: 23px;
  }
  #i-contents .i-menu__wrap .i-menu__item h4 {
    font-size: 20px;
  }
  #i-contents .i-menu__wrap .i-menu__item:nth-of-type(3n+2) {
    margin: 50px 7% 0;
  }
  #i-news .i-bnr {
    width: 100%;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 45px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl--sub {
    font-size: 20px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__txt {
    margin: 15px 0 20px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__info .i-news__date {
    font-size: 13px;
  }
  /***** concept.php @1025px *****/
  #clinic01 .clinic01__wrap {
    flex-direction: column;
    align-items: center;
  }
  #clinic01 .clinic01__wrap .clinic01__container {
    margin-right: 0;
  }
  #clinic01 .clinic01__wrap .clinic01__img {
    width: 70%;
    margin-top: 50px;
  }
  #clinic02 .clinic02__container .clinic02__item {
    width: 280px;
    height: 280px;
  }
  #clinic02 .clinic02__container .clinic02__item p {
    font-size: 16px;
  }
  #clinic03 .clinic03__wrap .clinic03__img {
    width: 35%;
    margin-right: 5%;
  }
  #clinic03 .clinic03__wrap .clinic03__tbl {
    width: 60%;
  }
  #clinic03 .clinic03__wrap .clinic03__tbl tr th {
    padding-right: 0;
    width: 21%;
  }
  /***** schedule.php @1025px *****/
  #schedule .schedule__wrap .schedule__container .schedule__heading {
    font-size: 21px;
    width: 17%;
  }
  #schedule .schedule__wrap .schedule__container .schedule__time {
    font-size: 19px;
    width: 70px;
    min-width: 70px;
    height: 70px;
    line-height: 70px;
  }
  #schedule .schedule__wrap .schedule__line {
    margin-left: 3.4vw;
  }
  /***** recruit.php @1025px *****/
  #recruit02 {
    padding-bottom: 130px;
  }
  /***** index.php(WP) @1025px *****/
  .archive .archive__wrap .archive__container a.archive__item .archive__date {
    font-size: 13px;
  }
  .archive .archive__wrap .archive__container a.archive__item .archive__ttl {
    font-size: 16px;
    width: 85%;
  }
  .archive .archive__wrap .archive__container a.archive__item .archive__thumbnail img {
    width: 85%;
  }
  .single .single__wrap .single__container .single__info h3 {
    font-size: 23px;
  }
  .single .single__wrap .single__container .single__category ul li a {
    font-size: 14px;
  }
  .sidebar .sidebar__item h3 {
    font-size: 18px;
  }
  .pagination .page-numbers li {
    font-size: 15px;
  }
  .nav-below .nav-previous a,
  .nav-below .nav-next a {
    height: 45px;
    line-height: 45px;
  }
  /***** about.php @1025px *****/
  #about01 .about01__wrap .about01__container .about01__box h4 .about01__number {
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  #about01 .about01__wrap .about01__container .about01__box {
    margin-left: 5%;
  }
  #about01 .about01__wrap .about01__container .about01__img {
    width: 35%;
  }
  #about02 .about02__wrap table tr th,
  #about02 .about02__wrap table tr td {
    font-size: 18px;
  }
  #about02 .about02__wrap .about02__bnr {
    height: 350px;
  }
  #about02 .about02__wrap .about02__bnr .about02__bnr__container .about02__bnr__inner .about02__bnr__ttl {
    font-size: 37px;
  }
  #about02 .about02__wrap .about02__bnr .about02__bnr__container .about02__bnr__inner .about02__bnr__txt {
    margin: 25px 0;
  }
}
/* ************************************************************************************************
   960px
   ************************************************************************************************ */
@media screen and (max-width: 960px) {
  /***** index.php @960px *****/
  #main {
    margin-top: -7%;
  }
  #main .main__container {
    flex-direction: column;
  }
  #main ul.main__slider li.main__slider__item::after {
    opacity: 0.8;
  }
  #main .main__container .main__heading {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #main .main__container .main__txt {
    width: 100%;
  }
  #i-contents {
    padding-bottom: 70px;
  }
  #i-contents .h3__ttl--left::before {
    left: -12%;
  }
  #i-contents .h3__ttl--left .circle01 {
    left: -16%;
  }
  #i-contents .h3__ttl--left .circle02 {
    left: -20%;
  }
  #i-menu .i-contents__wrap {
    margin-top: 60px;
  }
  #i-menu .i-contents__wrap .i-contents__container {
    margin-bottom: 90px;
  }
  #i-menu .i-contents__wrap .i-contents__container,
  #i-menu .i-contents__wrap .i-contents__container:nth-of-type(2) {
    flex-direction: column;
    align-items: center;
  }
  #i-menu .i-contents__wrap .i-contents__container .i-contents__img,
  #i-menu .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__img,
  #i-menu .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__img {
    margin: 0;
  }
  #i-menu .i-contents__wrap .i-contents__container .i-contents__box {
    margin-top: -40px;
    padding: 60px 60px 50px 60px;
  }
  #i-menu .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box,
  #i-menu .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__box {
    margin-top: -40px;
  }
  #i-menu .i-contents__wrap .i-contents__container .i-contents__box h4 {
    margin-bottom: 20px;
  }
  #i-menu .i-contents__wrap .i-contents__container .i-contents__box .i-contents__pic {
    bottom: -21%;
    left: -11%;
  }
  #i-news .i-news__wrap a.i-news__item {
    width: 100%;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__info {
    margin-left: 30px;
  }
  #i-news .i-news__wrap {
    margin-top: 10px;
  }
  #i-news .i-news__btn {
    margin-top: 50px;
  }
  #i-news .i-bnr {
    margin: 90px auto 110px;
  }
  #i-news .i-bnr::after {
    border-width: 1px;
  }
  #i-news .wrap2 {
    padding: 0 30px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 35px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl--sub {
    font-size: 17px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__txt {
    margin: 10px 0 15px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__tmb {
    width: 190px;
    min-width: 190px;
  }
  #i-news .i-bnr .i-bnr__box .btn01 {
    width: auto;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }
  /***** concept.php @960px *****/
  #clinic01 .clinic01__wrap .clinic01__img {
    margin-top: 50px;
  }
  #clinic02 .h3__ttl--center {
    margin-bottom: 60px;
  }
  #clinic02 .clinic02__container {
    flex-wrap: wrap;
  }
  #clinic02 .clinic02__container01 {
    margin-bottom: 0;
  }
  #clinic03 {
    padding-bottom: 100px;
  }
  #clinic03 .clinic03__wrap {
    flex-direction: column-reverse;
    margin-top: 60px;
  }
  #clinic03 .clinic03__wrap .clinic03__img {
    width: auto;
    margin: 50px 0 0 0;
  }
  #clinic03 .clinic03__wrap table.clinic03__tbl {
    width: 90%;
  }
  /***** schedule.php @960px *****/
  #schedule .schedule__wrap {
    margin: 60px auto 80px;
  }
  #schedule .schedule__wrap .schedule__container .schedule__time {
    margin: 12px 20px 12px 0;
  }
  #schedule .schedule__wrap .schedule__container .schedule__img {
    margin-left: 4%;
  }
  #schedule .schedule__wrap .schedule__line {
    margin-left: 4.4vw;
  }
  #schedule .schedule__wrap .schedule__container .schedule__heading {
    width: auto;
    margin-right: 7%;
  }
  /***** recruit.php @960px *****/
  #implant01 {
    padding-bottom: 20px;
  }
  #implant01 .implant01__wrap .implant01__txt {
    margin: 40px 0;
  }
  #implant01 .implant01__wrap .implant01__img {
    width: 80%;
  }
  #implant01 .implant01__wrap .implant01__container:nth-of-type(3) {
    margin-bottom: 0;
  }
  #recruit02 {
    padding-bottom: 100px;
  }
  #recruit02 svg {
    margin-top: 0;
  }
  #recruit02 .recruit02__wrap .recruit02__tbl {
    width: 85%;
    max-width: 100%;
  }
  #recruit02 .recruit02__wrap .recruit02__btn {
    margin-top: 50px;
  }
  /***** index.php(WP) @960px *****/
  .archive .archive__wrap {
    margin: 60px 0 80px;
    flex-direction: column;
    align-items: center;
  }
  .archive .archive__wrap .archive__container {
    width: 90%;
    margin-bottom: 70px;
  }
  .archive .archive__wrap .archive__container a.archive__item {
    margin-bottom: 40px;
  }
  .single .single__wrap {
    margin: 60px 0 100px;
    flex-direction: column;
    align-items: center;
  }
  .single .single__wrap .single__container {
    width: 90%;
    margin-bottom: 90px;
  }
  .single .single__wrap .single__container .single__content {
    font-size: 15px;
  }
  .sidebar {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sidebar .sidebar__item {
    width: 28%;
    margin-bottom: 0;
  }
  .sidebar .sidebar__item:nth-of-type(2) {
    margin: 0 6%;
  }
  .sidebar .sidebar__item h3 {
    text-align: center;
  }
  .sidebar .btn01 {
    margin-top: 50px;
  }
  /***** about.php @960px *****/
  #about01 {
    padding-bottom: 90px;
  }
  #about01 .about01__wrap {
    margin: 60px auto 0;
  }
  #about01 .about01__wrap .about01__container {
    margin-bottom: 50px;
  }
  #about01 .about01__wrap .about01__container:last-of-type {
    margin-bottom: 0;
  }
  #about02 {
    padding-bottom: 100px;
  }
  #about02 .about02__wrap {
    margin-top: 50px;
  }
  #about02 .about02__wrap .about02__btn {
    margin-top: 50px;
  }
  #about02 .about02__wrap .about02__bnr {
    width: 80%;
    height: auto;
    margin: 100px auto 0;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
  }
  #about02 .about02__wrap .about02__bnr .about02__bnr__img {
    width: 100%;
    height: auto;
    border-radius: 40px 40px 0 0;
    margin-bottom: 25px;
  }
}
/* ************************************************************************************************
   iPhone横
   ************************************************************************************************ */
@media (orientation: landscape) and (max-width: 737px) {
  #i-news .i-bnr {
    height: 65vh;
  }
  #i-news .i-bnr .i-bnr__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #clinic02 .clinic02__container .clinic02__item {
    width: 250px;
    height: 250px;
  }
  #clinic02 .clinic02__container .clinic02__item p {
    font-size: 15px;
  }
}
/* ************************************************************************************************
   560px
   ************************************************************************************************ */
@media screen and (max-width: 559px) {
  /***** index.php @560px *****/
  #main {
    margin-top: 3%;
    padding-bottom: 40px;
  }
  #main ul.main__slider.only-sp {
    display: block;
  }
  #main ul.main__slider.only-pc {
    display: none;
  }
  #main ul.main__slider li.main__slider__item img {
    border-radius: 20px;
  }
  #main ul.main__slider li.main__slider__item::before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  }
  #main ul.main__slider li.main__slider__item::after {
    width: 97%;
    height: 96%;
    border-radius: 20px;
    border-width: 1px;
  }
  #main .main__container .main__heading {
    font-size: 24px;
    text-align: center;
  }
  #main .main__container .main__txt {
    text-align: left;
  }
  #i-contents .wrap {
    padding: 0 20px;
  }
  #i-menu .i-contents__wrap {
    margin-top: 45px;
  }
  #i-contents .h3__ttl--left {
    margin-left: 0;
  }
  #i-contents .h3__ttl--left::before {
    width: 100px;
    height: 100px;
    left: 9%;
  }
  #i-contents .h3__ttl--left .circle01 {
    width: 48px;
    height: 48px;
  }
  #i-contents .h3__ttl--left .circle02 {
    width: 30px;
    height: 30px;
  }
  #i-contents .h3__ttl--left .circle01 {
    left: 4%;
    bottom: -24%;
  }
  #i-contents .h3__ttl--left .circle02 {
    left: -4%;
  }
  #i-menu .i-contents__wrap .i-contents__container {
    margin-bottom: 70px;
  }
  #i-menu .i-contents__wrap .i-contents__container .i-contents__img {
    width: 250px;
  }
  #i-menu .i-contents__wrap .i-contents__container .i-contents__box h4 {
    font-size: 18px;
  }
  #i-menu .i-contents__wrap .i-contents__container .i-contents__box,
  #i-menu .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box,
  #i-menu .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__box {
    border-radius: 20px;
    padding: 60px 25px 50px 25px;
  }
  #i-menu .i-contents__wrap .i-contents__container .i-contents__box .i-contents__pic {
    width: 98px;
    bottom: -10%;
    left: unset;
    right: 2%;
  }
  #i-menu .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .i-contents__pic {
    width: 90px;
    bottom: -16%;
    left: 9%;
  }
  #i-contents .i-menu__wrap {
    flex-direction: column;
    align-items: center;
    gap: clamp(1.5rem, 1rem + 1.333vw, 2rem);
    margin: 50px 0;
  }
  #i-contents .i-menu__wrap .i-menu__item {
    width: 100%;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  #i-contents .i-menu__wrap .i-menu__item h4 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  #i-contents .i-menu__wrap .i-menu__item .i-menu__circle .i-menu__img {
    width: 140px;
    height: auto;
  }
  #i-contents .i-menu__wrap .i-menu__item .i-menu__circle::after {
    border-width: 1px;
    width: 96%;
    height: 96%;
  }
  #i-contents .i-menu__wrap .i-menu__item:nth-of-type(3n+1) {
    margin: 0;
  }
  #i-contents .i-menu__wrap .i-menu__item:nth-of-type(3n+2) {
    margin: 0;
  }
  #i-contents .i-menu__wrap .i-menu__item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  #i-news {
    padding-top: 30px;
  }
  #i-news .wrap {
    padding: 0 20px;
  }
  #i-news .i-news__wrap {
    margin-top: 20px;
  }
  #i-news .i-news__wrap a.i-news__item {
    margin-top: 30px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__tmb {
    width: 140px;
    min-width: 140px;
    border-radius: 15px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__info .i-news__date {
    font-size: 12px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__info {
    margin-left: 15px;
  }
  #i-news .i-news__btn {
    margin-top: 40px;
  }
  #i-news .i-bnr {
    margin: 70px 0 60px;
    color: #fff;
  }
  #i-news .i-bnr::after {
    border-radius: 20px;
    width: 98%;
    height: 98%;
  }
  #i-news .i-bnr .i-bnr__img {
    border-radius: 20px;
    opacity: 0.6;
  }
  #i-news .i-bnr .i-bnr__box {
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 32px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__txt {
    margin: 20px 0 25px;
  }
  /***** concept.php @560px *****/
  #clinic01 {
    padding-bottom: 50px;
  }
  #clinic01 .h3__ttl--left {
    margin-left: 0;
  }
  #clinic01 .clinic01__wrap .clinic01__container .clinic01__txt {
    margin-top: 40px;
  }
  #clinic01 .clinic01__wrap .clinic01__img {
    margin-top: 40px;
    width: 100%;
  }
  #clinic02 .h3__ttl--center {
    margin: 40px 0 35px;
  }
  #clinic02 .clinic02__container .clinic02__item {
    width: 250px;
    height: 250px;
    margin: 0 0 30px;
  }
  #clinic02 .clinic02__container .clinic02__item p {
    font-size: 15px;
  }
  #clinic03 {
    padding-bottom: 70px;
  }
  #clinic03 .clinic03__wrap {
    margin-top: 40px;
  }
  #clinic03 .clinic03__wrap table.clinic03__tbl {
    width: 100%;
  }
  #clinic03 .clinic03__wrap .clinic03__tbl tr th {
    width: 25%;
  }
  #clinic03 .clinic03__wrap .clinic03__img {
    margin: 40px 0 0 0;
  }
  #clinic03 .h3__ttl--right {
    margin-top: 50px;
  }
  #clinic03 .h3__ttl--right::before {
    right: 26%;
  }
  #clinic03 .h3__ttl--right .circle01 {
    right: 18%;
  }
  #clinic03 .h3__ttl--right .circle02 {
    right: 16%;
  }
  /***** schedule.php @560px *****/
  #schedule .schedule__wrap {
    margin: 50px auto;
  }
  #schedule .schedule__wrap .schedule__container {
    flex-direction: column;
  }
  #schedule .schedule__wrap .schedule__container .schedule__heading {
    font-size: 19px;
  }
  #schedule .schedule__wrap .schedule__container .schedule__time {
    margin: 0;
    font-size: 16px;
    width: 63px;
    min-width: 63px;
    height: 63px;
    line-height: 63px;
  }
  #schedule .schedule__wrap .schedule__container .schedule__heading {
    margin: 15px 0;
    text-align: center;
  }
  #schedule .schedule__wrap .schedule__line {
    display: block;
    margin: 15px auto;
  }
  #schedule .schedule__wrap .schedule__container .schedule__img {
    margin-left: 0;
    width: 100px;
    margin-top: 15px;
  }
  /***** recruit.php @560px *****/
  #implant01 {
    padding-bottom: 30px;
  }
  #implant01 .implant01__wrap {
    margin: 50px auto 0;
  }
  #implant01 .implant01__wrap .implant01__img {
    width: 100%;
  }
  #implant01 .implant01__wrap .implant01__txt {
    margin: 30px 0;
    text-align: left;
  }
  #implant01 .implant01__wrap .implant01__container:nth-of-type(3) {
    margin-bottom: 0;
  }
  #recruit02 {
    padding-bottom: 70px;
  }
  #recruit02 .recruit02__wrap {
    margin-top: 50px;
  }
  #recruit02 .recruit02__wrap .recruit02__tbl {
    margin: 40px auto 0;
    width: 100%;
  }
  #recruit02 .recruit02__wrap .recruit02__tbl tr th,
  #recruit02 .recruit02__wrap .recruit02__tbl tr td {
    padding: 10px;
  }
  #recruit02 .recruit02__wrap .recruit02__tbl tr th {
    width: 29%;
  }
  #recruit02 .recruit02__wrap .recruit02__btn {
    margin-top: 40px;
  }
  /***** index.php(WP) @560px *****/
  .archive .archive__wrap {
    margin: 50px 0 60px;
  }
  .archive .archive__wrap .archive__container {
    width: 100%;
    margin-bottom: 60px;
  }
  .archive .archive__wrap .archive__container a.archive__item {
    width: 100%;
    display: -ms-flex;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .archive .archive__wrap .archive__container a.archive__item .archive__date {
    font-size: 12px;
    margin: 0 0 5px;
  }
  .archive .archive__wrap .archive__container a.archive__item .archive__ttl {
    font-size: 14px;
    width: auto;
  }
  .archive .archive__wrap .archive__container a.archive__item .archive__thumbnail {
    width: 45%;
    min-width: 140px;
    margin-right: 20px;
    border-radius: 15px;
  }
  .archive .archive__wrap .archive__container a.archive__item .archive__thumbnail img {
    width: 100%;
  }
  .archive .archive__info {
    text-align: left;
  }
  .single .single__wrap {
    margin: 50px 0 70px;
  }
  .single .single__wrap .single__container {
    width: 100%;
    margin-bottom: 70px;
  }
  .single .single__wrap .single__container .single__info h3 {
    font-size: 18px;
  }
  .single .single__wrap .single__container .single__content {
    font-size: 14px;
  }
  .single .single__wrap .single__container .single__category ul li a {
    font-size: 13px;
  }
  .single .single__wrap .single__container .single__category ul li {
    margin: 5px 0 5px 15px;
  }
  .single .single__wrap .single__container .single__thumbnail {
    margin-top: 30px;
  }
  .single .single__wrap .single__container .single__content {
    margin-top: 30px;
  }
  .sidebar {
    flex-direction: column;
    align-items: center;
  }
  .sidebar .sidebar__item {
    width: 57%;
    margin-bottom: 30px;
  }
  .sidebar .sidebar__item:nth-of-type(2) {
    margin: 0 0 30px;
  }
  .sidebar .sidebar__item h3 {
    font-size: 16px;
  }
  .sidebar .btn01 {
    margin-top: 20px;
  }
  .pagination .page-numbers li {
    font-size: 14px;
  }
  .nav-below {
    width: 95%;
    margin: 30px auto 0;
  }
  .nav-below .nav-previous a,
  .nav-below .nav-next a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
  /***** about.php @560px *****/
  #about01 {
    padding-bottom: 50px;
  }
  #about01 .about01__wrap {
    margin: 50px auto 0;
  }
  #about01 .about01__wrap .about01__container {
    flex-direction: column;
    margin-bottom: 40px;
  }
  #about01 .about01__wrap .about01__container:last-of-type {
    margin-bottom: 0;
  }
  #about01 .about01__wrap .about01__container .about01__img {
    width: 80%;
  }
  #about01 .about01__wrap .about01__container .about01__box h4 {
    margin: 15px 0 20px;
  }
  #about01 .about01__wrap .about01__container .about01__box h4 .about01__number {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #about01 .about01__wrap .about01__container .about01__box {
    margin-left: 0;
  }
  #about01 .about01__wrap .about01__container .about01__img {
    width: 100%;
  }
  #about02 {
    padding-bottom: 60px;
  }
  #about02 .h3__ttl--center {
    margin-top: 40px;
  }
  #about02 .about02__wrap {
    margin-top: 30px;
  }
  #about02 .about02__wrap table tr th,
  #about02 .about02__wrap table tr td {
    font-size: 16px;
    padding: 12px 30px;
  }
  #about02 .about02__wrap table {
    max-width: 260px;
  }
  #about02 .about02__wrap .about02__bnr {
    margin: 70px auto 0;
    border-radius: 20px;
    width: 100%;
    padding-bottom: 40px;
  }
  #about02 .about02__wrap .about02__bnr .about02__bnr__container .about02__bnr__inner .about02__bnr__ttl {
    font-size: 30px;
  }
  #about02 .about02__wrap .about02__bnr .about02__bnr__container .about02__bnr__inner .about02__bnr__txt {
    margin: 10px 0 25px;
  }
  #about02 .about02__wrap .about02__bnr .about02__bnr__img {
    margin-bottom: 20px;
    border-radius: 20px 20px 0 0;
  }
  /***** contact @560px *****/
  #contact .contact__wrap .wpcf7 .contact__txt {
    margin-bottom: 40px;
    text-align: left;
  }
  .blk-iframe {
    margin: 30px auto;
  }
  #contact .contact__wrap {
    margin: 50px auto 40px;
  }
  #contact .contact__wrap .wpcf7 input[type=submit] {
    margin: 30px auto 0;
  }
  .privacy {
    padding: 40px 15px;
  }
  .privacy h4 {
    margin-bottom: 30px;
  }
}
/* ************************************************************************************************
   320px
   ************************************************************************************************ */
@media screen and (max-width: 341px) {
  .h3__ttl--center .circle01,
  .h3__ttl--center .circle02 {
    width: 18px;
    height: 18px;
  }
}/*# sourceMappingURL=style.css.map */